@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  /*background: url(image/hm-bg.png);
  background-size:100% 100%;
  background-attachment:fixed;*/
  color: #444444;
  font-weight: 200;
}


p{ font-weight: 200; font-family: 'Poppins', sans-serif; font-size: 15px; color: #333; line-height: 23px; text-align:justify;}

ul { font-family: 'Poppins', sans-serif;}
ul li{ font-size: 15px; color: #333; line-height: 23px; text-align:left; font-weight: 200; }

b, strong {
  font-weight: bold;
}

a {
  color: #7bc7d7;
  text-decoration: none;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

section.bnr{ padding:0;}
img{ max-width:100%;}

.valuation-pg ul{padding:0; margin:0; list-style:none; text-align:center;}
.valuation-pg ul li{display:inline-block; width:30%; margin:15px .5%; border:1px dashed #ccc; background:#eee; vertical-align: top;}
.valuation-pg ul li h4{ padding:5px 30px; font-size:18px;}


#FooterrControl1_tr_FooterBackImage td.row{margin:0;}
/*navbar*/
.bnr-sec .banner-content p {  
   font-size: 25px;
  line-height: 35px;
  min-height: 105px;
  color:#fff;
  margin-bottom: 20px;
   border-radius: 10px;
  transition: .5s;
  letter-spacing: 1px;
  
}

.bnr-sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(123,199,215,.8);
    height: 100vh;
    width: 100%;
}

.bnr-sec{ background: url(image/hm-bg.png); background-size: 100% 100%; background-attachment: fixed;height:100vh;}
.bnr-sec .banner-content{ position:relative; top: 60%; z-index: 99999; left:0;}
.bnr-sec .banner-img { position: relative; top: 72%; z-index: 99999;}
.banner-content h1{ color:#fff; font-size:40px; line-height:60px; letter-spacing:1px; font-weight:bold;}
.banner-content h2{ color:#fff;letter-spacing:1px; line-height:35px; font-size:30px; min-height:60px;}
.banner-content .txt-rotate .wrap{ border-right:#7bc7d7 solid;}
.banner-content a{ color: #fff; background: #567c91; line-height: 40px; padding: 10px 20px; margin: 5px 20px; border-radius: 10px; border: 2px dashed #eee; transition: .5s; font-size: 16px; font-weight: 500;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #7bc7d7;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}





/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section{}

.services{ padding: 60px 0;
  background: url(image/hm-bg.png);
  background-size: 100% 100%;
  background-attachment: fixed;}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  color: #7bc7d7;
  text-transform:uppercase; padding-bottom: 20px;
  z-index: 2;
}

.section-title h2::after { content: '';  position: absolute;  left: 0; right:0;  bottom: -2px; height: 6px; background: #7bc7d7; width: 60px;margin:0 auto;}
.section-title h2::before { content: ''; right: 0; width:150px; margin:0 auto; position: absolute;  left: 0;  bottom: 0; height: 2px;  background: #5a7f93;}

.tm-lft .section-title h2::before{ background: #fff;}
.section-title p{ margin-bottom: 0;}

.Outsourcing-Brief{}
.Outsourcing-Brief h2{ font-size: 24px; color: #7bc7d7; font-weight: 600; text-align:left;}
.Outsourcing-Brief h3{ font-size: 18px; color: #444d57; font-weight: 600; text-align:left;}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  background: url("image/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 10px 30px 0 30px;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 34px;
  color: #7bc7d7;
  margin-bottom: 10px;
  position: relative;
  left:0;
}

.about .content p {
  margin-bottom: 10px;
  text-align:justify;
  line-height:26px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.about .content .rd-mr {
  display: inline-block;
  background: #7bc7d7;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  font-weight:800;
  font-size:17px;
}

.about .content .rd-mr i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .rd-mr:hover {
  background: #00295a;
}

.about .icon-boxes .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
	border:1px dashed #ccc;margin: 10px auto;
	text-align:center;
}

.about .icon-boxes .icon-box:hover, .about .icon-boxes .icon-box:hover .fa, .about .icon-boxes .icon-box:hover a{ color:#fff;}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #7bc7d7;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #7bc7d7;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-boxes .icon-box:hover::before {
    background: #7bc7d7;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.about img{border: 10px solid #567c91; border-radius: 30px;}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.ser-bx {
    width: 100%;
    position: relative;
    z-index: 0;border-radius: 4px; margin:10px auto;
    margin-bottom: 40px;
}
.services .container {background: rgba(254,254,254,.8); box-shadow: -7px 11px 33px 8px rgb(0 0 0 / 40%); border-radius: 5px; padding:50px;}
.ser-bx .img {
    width: 100%;
    height: 240px;
    display: block;
}
 p.rd-mr a{
    color: #fff;
    font-size: 14px;
}
.text h3 {
  font-size:20px;
  font-weight:500;
}
 p.rd-mr {
    text-align: center;
    border: 1px solid #7bc7d7;
    background: #7bc7d7;
    padding: 10px 5px;
    max-width: 45%;
    margin-top:30px;
    margin-bottom:40px;
    color: #fff;

}
.ser-bx .img .icon {
    width: 70px;
    height: 70px;
    background: #7bc7d7;
    margin: 0 auto;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ser-bx .img-bx{text-align:center; width:100%;background: #7bc7d7; padding:30px 10px;}
.ser-bx .img-bx .fa{font-size:50px;color: #fff;}
.ser-bx .text {position:relative;
    background: #fff;
    padding: 20px;
    margin: 0 auto; text-align:justify;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 10%);
}

.ser-bx .text h3 {color: #222; 
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase; text-align: center;
}

.ser-bx .text p {
    margin-bottom: 0;
    font-size: 15px;
	text-align: center;
}

.ser-bx .text p.rd-mr{ text-align: center;  border: 2px solid #7bc7d7;  background: #7bc7d7;  padding: 10px 5px;  max-width: 50%;  color: #fff; margin: 0 auto;}
.ser-bx .text p.rd-mr a{ color:#fff;}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.tm-lft{ background-image:url(image/tm-bg.jpg); background-repeat:no-repeat; background-size:100% 100%; min-height:450px;position:relative;}
.tm-lft:before{ position:absolute; top:0; left:0; right:0; background:rgba(0,41,90,.7); content:'';width: 100%; height: 100%; z-index:0;}
.carousel-indicators li{background-color:#fff; width: 10px; height: 10px; border-radius: 50%;border: 5px solid #7bc7d7; opacity:1;}
.carousel-indicators .active{background-color:#5a7f93;}
.carousel-indicators{bottom: -50px;right: inherit;margin-left: 10%;}
.tm-img img{float:left; width:80px; border:4px solid #7bc7d7; border-radius:50%; margin-right:10px;}
.tm-bx h3{display:block; font-size:22px;line-height:30px; padding-top: 15px;color: #fff;}
.tm-bx p{color:#fff;}
.tm-bx h3 span{display:block; font-size:16px;}
.tm-rht{padding: 100px 60px 0;min-height: 450px; background:#5a7f93;}
.team .section-title{position:absolute; top:45%; margin:0 auto; right:0; left:0; color:#fff;}
/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {/*padding:10px 0 80px;*/}
.contact .map-hm-rht {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 30px 0;
  background: #fff;
}



.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .map-hm-rht input::focus{
  background-color: #7bc7d7;
}

.contact .map-hm-rht input {
  padding: 20px 15px;
}


.contact .map-hm-rht [type="submit"] {
  background: #7bc7d7;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #567c91;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 15px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}


#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #7bc7d7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #7bc7d7;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  border-bottom:1px dashed #fff;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #7bc7d7;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .copyright {
  border-top: 1px solid #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 14px;
  padding-top: 30px;color: #fff;
}

#footer .credits {
  padding-top: 10px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #567c91;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
	.bnr-sec{height:100%;}
  .bnr-sec:after{height:100%;}
}
@media (max-width: 991px) {
  .team .member { margin-bottom: 110px;}
  .services .icon-box{margin:15px auto;}
  .bnr-sec .banner-content{    left: 0;  right: 0;  margin: 0 auto; width: 100%;top: 50px;}
  .banner-content h1{font-size: 23px;}
  .bnr-sec .banner-img {position: relative; top: 30px;}
  .bnr-sec{height: 100%; position: relative;}
  .bnr-sec:after{height:100%;}
  .banner-content a{font-size: 14px;}
}
@media (max-width: 768px) {
  .about { text-align: center;  }
}
	
@media(max-width:767px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #5a7f93;     background-color: #5a7f93;}
.navbar-default .navbar-toggle{border-color: #5a7f93;}
.navbar-toggle{background-color: #5a7f93;border-color: #5a7f93;margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.services .container{    padding: 20px;}
.bnr-sec .banner-content{    top: 40px;}
#bs-example-navbar-collapse-1{    margin: 0;  padding: 0; border-top: 0;}
.navbar-default .navbar-nav>li>a{color: #fff; padding: 5px 10px; background: #5a7f93; border-bottom:1px solid #fff; }
#HeaderControl, center #form1 #HeaderControl{width: 45%;     z-index: 999999999;}
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{width:100%;     z-index: 999999999;}
.body-fx center #form1 .top-nav{position: relative;}
.navbar{    margin-right: 0 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0; width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a { line-height: 30px;}
.navbar-default .navbar-nav>li>a { font-size: 14px;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #5a7f93; border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover { border-color: #5a7f93; background-color: #5a7f93;}
.body-fx .navbar-default .navbar-toggle { border-color: #5a7f93;}
.body-fx #MenuControl{height: inherit !important; width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;/*top: -2px;*/}
.body-fx #HeaderControl{width: 80%;}


.body-fx #MenuControl_C{height: inherit !important;}
.body-fx #MenuControl_C #navbar-collapse-1{height: 278px !important;  overflow-y: auto;}
.navbar-nav{margin-bottom:0;}
center #HeaderControl{    padding: 5.5px 0;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{border-color: #5a7f93;}
center .navbar-default .navbar-toggle { border-color: #5a7f93;}
.body-fx center #HeaderControl{ height: 67px !important;}
center #form1 #HomepagecontentControl{padding-top: 75px;}
.about .content { padding: 10px 0;}
	}
	
@media(max-width:667px){
.banner-content a{margin: 5px 8px;}
.banner-content h1{ line-height: 30px !important;}
.bnr-sec .banner-content p{font-size: 20px !important; min-height: inherit !important; 
line-height: 24px !important;}
.bnr-sec .banner-img{ top: 0 !important;}

}
	
@media(max-width:568px){
#home:after{     height: 140px;     background: linear-gradient(rgb(0, 0, 0) 20%, transparent 100%);}
.body-fx #MenuControl_C #navbar-collapse-1{/*height: 225px !important;*/}
.navbar-nav>li>a {
    line-height: 24px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 2px 15px 2px 25px;
}
	}
	
@media(max-width:480px){
.navbar-default{ padding: 8px 0; top: 0;}

#HeaderControl, #MenuControl{ top: 0;}

#logo-web{ height:inherit;}

#HeaderControl, center #form1 #HeaderControl{width: initial; max-width: 70%;}
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{width: initial; max-width: 70%;}
.navbar-toggle{    margin-top: 12px;}
center #HeaderControl { padding: 8.5px 0;}
center #Div_body { background: #fff !important;}
center #form1 #HomepagecontentControl { padding-top:50px;}

}
	
@media (max-width: 414px) {
.banner-content a{padding: 10px 12px;}
}
@media(max-width:360px){
.body-fx #MenuControl_C #navbar-collapse-1 {
    height: initial !important;
    max-height: 380px;
}
	}