@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Montserrat:400,700);
@import url(../vendor/bootstrap/bootstrap.css);
@import url(../vendor/bootstrap-select/dist/css/bootstrap-select.css);
@import url(../vendor/revolution/settings.css);
@import url(../vendor/revolution/layers.css);
@import url(../vendor/revolution/navigation.css);
@import url(../fonts/font-awesome/css/font-awesome.min.css);
@import url(../fonts/icon/font/flaticon.css);
@import url(../vendor/owl-carousel/owl.carousel.css);
@import url(../vendor/owl-carousel/owl.theme.css);
@import url(../vendor/WOW-master/css/libs/animate.css);
@import url(../vendor/fancy-box/jquery.fancybox.css);
button,
input,
textarea {
  box-shadow: none;
  outline: 0;
}
html {
  --logo-blue: #0346a9;
  --logo-green: #5da582;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url(../images/1.gif) center no-repeat;
  margin: -30px 0 0 -30px;
  overflow: hidden;
}
.scroll-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 30px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0) 80%
  );
}
@font-face {
  font-family: font-awesome;
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf");
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot"),
    url("../fonts/font-awesome/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/font-awesome/fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/font-awesome/fonts/fontawesome-webfont.svg") format("svg");
}
body {
  font-family: Hind, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  position: relative;
}
.company-achievement .text .item .number span,
h1 {
  font-size: 60px;
}

.company-achievement .text .item .number span{
    font-size: 50px;
}

body .main-page-wrapper {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #041829;
}
h1 {
  font-weight: 700;
}
h2 {
  font-size: 44px;
}
.about-us-page .text h2,
.ct-our-expert h2,
.ct-service-sec h2,
.ct-title,
.theme-manage-area h2,
h3 {
  font-size: 36px;
  font-weight: 300;
}
h4 {
  font-size: 24px;
}
.contact-us-page .contactUs-address .single_address h6,
footer .footer-address ul.social-icon li a,
h5 {
  font-size: 20px;
}
.contact-us-page .contactUs-address .single_address span,
.ct-our-expert p,
h6 {
  font-size: 18px;
}
.faq-page .title h3,
h2,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
  line-height: 30px;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  display: block;
  padding: 0;
}
input,
textarea {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clear-fix {
  clear: both;
}
.clear-fix:after {
  display: table;
  content: "";
  clear: both;
}
#sync1 .owl-dots .owl-dot span,
.blog-section-top .single-post a h4,
.expert-guidance .expert-item:before,
.inner-banner li a,
.mixitUp-menu ul li:before,
.tran3s,
header .navbar .nav li a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.float-left,
footer .footer-address,
footer .footer-link,
footer .footer-logo,
footer .footer-recent-post {
  float: left;
}
.float-right {
  float: right;
}
.round-border {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.mixitUp-menu ul li.active,
.mixitUp-menu ul li:hover,
.our-service-single-page .single-service:hover h4 a,
.p-color {
  color: #fc7657;
}
.p-color-bg {
  background: #ff7741;
}
header.home-page {
  -webkit-box-shadow: 0 5px 8px -5px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0 5px 8px -5px rgba(50, 50, 50, 0.15);
  box-shadow: 0 5px 8px -5px rgba(50, 50, 50, 0.15);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
header .logo {
  line-height: 110px;
}
header .get-quote {
  font-weight: 500;
  font-size: 17px;
  color: #fc7657;
  width: 140px;
  line-height: 41px;
  text-align: center;
  border: 2px solid #ff7741;
  border-radius: 5px;
  margin: 33px 40px 0 10px;
}
header .get-quote:hover {
  background: #ff7741;
  border-color: #ff7741;
}
header .navbar {
  margin: 0;
  border: none;
  border-radius: 0;
}
header .navbar .nav li a {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #0c334b;
  text-transform: uppercase;
  padding: 45px 14px;
}
header .navbar .nav li a:focus,
header .navbar .nav > li ul li a:hover,
header .navbar .nav > li:hover > a {
  color: #fc7657;
  background: 0 0;
}
header .navbar .nav > li ul.sub-menu {
  position: absolute;
  background: #fff;
  width: 220px;
  top: calc(100% + 60px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.15);
}
header .navbar .nav > li ul li a {
  line-height: 20px;
  color: #0c334b;
  border-bottom: 1px solid #f6f0f0;
  padding: 12px 0 12px 15px;
  display: block;
}
header .navbar .nav > li ul li:last-child a {
  border: none;
}
header .navbar .nav > li:hover ul.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
header nav ul li.dropdown-holder .fa {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 42px;
  width: 52px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #f6f0f0;
  color: #0c334b;
  font-size: 20px;
}
.navbar-toggle {
  float: none;
  margin-top: 4px;
  padding-left: 15px;
  margin-bottom: 20px;
}
#banner .contact-us-button:hover,
.navbar-toggle .icon-bar,
.p-color-bg,
.theme-title a:hover {
  background: var(--logo-blue);
}
@keyframes menu_sticky {
  0% {
    margin-top: -170px;
  }
  50% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}
header.fixed {
  margin-bottom: 0;
  position: fixed;
  border-bottom: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.95);
  animation-name: menu_sticky;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  -webkit-box-shadow: 0 13px 20px -12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 13px 20px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 20px -12px rgba(0, 0, 0, 0.1);
}
header.fixed .nav > li .sub-menu {
  -webkit-box-shadow: 0 13px 20px -12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 13px 20px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 20px -12px rgba(0, 0, 0, 0.1);
}
header.fixed .navbar .nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
header.fixed .logo {
  line-height: 70px;
}
header.fixed .get-quote {
  margin-top: 11px;
}
#banner {
  overflow: hidden;
}
#banner h1 {
  line-height: 60px;
}
#banner h1 span,
#banner p,
.our-project-page .single-project a p {
  font-weight: 300;
}
#banner p {
  color: #566979;
  color: var(--logo-blue);
}
#banner .contact-us-button,
#banner .more-details-button {
  width: 150px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  border-radius: 5px !important;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
#banner .contact-us-button {
  background: #27455c;
}
#banner .more-details-button:hover {
  background-color: #27455c;
}
#banner .contact-us-button:hover {
  background-color: #ff7741;
}
.theme-manage-area {
  padding: 112px 0 100px;
}
.theme-manage-area h3 {
  /* text-align: right; */
  padding-right: 25px;
  line-height: 48px;
  clear: both;
}
.p-btn,
.sec-btn,
.theme-manage-area a {
  font-family: Montserrat, sans-serif;
  line-height: 41px;
  text-transform: uppercase;
}
.about-us-page .text h3 i,
.blog-section-top .single-post a h4 span,
.client-home-section h3 span,
.company-achievement .text h3 span,
.consultation-form .text h3 span,
.contact-us-page .text span,
.theme-manage-area h3 span,
footer .footer-recent-post ul li a span {
  display: block;
}
.sec-btn,
.theme-manage-area a {
  font-size: 14px;
  width: 125px;
  border: 2px solid #d0dee5;
  border-radius: 5px;
  text-align: center;
  color: #2b2f32;
  margin: 15px 25px 0 0;
}
.p-btn:hover,
.sec-btn:hover,
.text-white {
  color: #fff !important;
}
.company-achievement .text a:hover,
.theme-manage-area a:hover {
  background: #ff7741;
  border-color: #ff7741;
  color: #fff;
}
.theme-manage-area h4 {
  line-height: 32px;
  margin-bottom: 28px;
}
.expert-guidance {
  background: url(../images/home/1.jpg) center/cover no-repeat;
}
.expert-guidance .opacity {
  height: 100%;
  background: rgba(248, 253, 255, 0.97);
  /* padding: 100px 0 110px; */
  padding: 50px;
}
.expert-guidance .opacity h3,
.faq-page .title,
.our-service .title,
.theme-manage-area .ct-title,
.why-choose-us .title {
  text-align: center;
}
.expert-guidance .expert-item {
  background: #fff;
  padding: 30px 40px 27px;
  position: relative;
  margin-top: 75px;
  z-index: 2;
}
.expert-guidance .expert-item:before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #d0dde4;
  border-right: 4px solid #d0dde4;
  position: absolute;
  bottom: -4px;
  right: -4px;
  z-index: -1;
}
.expert-guidance .expert-item span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  margin-top: -2px;
}
.expert-guidance .expert-item h5 {
  font-family: Montserrat, sans-serif;
  display: inline-block;
  border-bottom: 3px solid #d9e7ed;
  padding-bottom: 6px;
}
.expert-guidance .expert-item p {
  line-height: 29px;
  margin: 16px 0 11px;
}
.expert-guidance .expert-item a {
  font-weight: 500;
  color: #fc7657;
  font-size: 16px;
}
.expert-guidance .expert-item a i,
.our-service-single-page .single-service > a i {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 2px;
}
.contact-us-page .contact-us-form input:focus,
.contact-us-page .contact-us-form textarea:focus,
.expert-guidance .expert-item:hover:before,
.latest-news .single-post:hover .text:before {
  border-color: #ff7741;
}
.expert-guidance .expert-item a:hover,
.our-service-single-page .single-service > a:hover {
  letter-spacing: 0.3px;
}
.company-achievement {
  padding-top: 70px;
  padding-bottom: 70px;
}
.company-achievement .img-content {
  background: url(../images/home/circle.png) center/contain no-repeat;
  margin-left: -30px;
  overflow: hidden;
}
.company-achievement .img-content img {
  margin: 0 auto;
  padding-top: 30px;
}
.company-achievement .text h3 {
  line-height: 48px;
  margin-top: 30px;
}
.company-achievement .text p {
  font-size: 18px;
  line-height: 32px;
  margin: 20px 0 25px;
  color: #000;
}
.company-achievement .text .item {
  width: 33.333333%;
}
.company-achievement .text .item .number {
  font-size: 20px;
  color: #b1bbc3;
  font-weight: 300;
}
/*.company-achievement .text .item:nth-child(2) .number {*/
/*  font-size: 30px;*/
/*}*/
/*.company-achievement .text .item:nth-child(3) .number {*/
/*  font-size: 60px;*/
/*  color: #ff7741;*/
/*}*/
.company-achievement .text .item h4 {
  font-weight: 300;
  margin: -8px 0 50px;
}
.company-achievement .text a {
  font-weight: 500;
  width: 145px;
  line-height: 46px;
  border: 2px solid #d0dee5;
  border-radius: 5px;
  text-align: center;
  color: #2b2f32;
  text-transform: uppercase;
}
.company-achievement .text {
  padding-left: 65px;
}
.intro-video {
  background: url(../images/home/2.jpg) center/cover no-repeat fixed;
}
.intro-video .opacity {
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  padding: 168px 0 167px;
}
.intro-video .opacity h2 {
  color: #fff;
  line-height: 55px;
  font-weight: 400;
  margin-bottom: 20px;
}
.intro-video .opacity a {
  color: #fff;
  font-size: 19px;
  position: relative;
  padding-left: 80px;
  line-height: 28px;
  margin-top: 50px;
}
.intro-video .opacity a span {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.intro-video .opacity a:before {
  content: "\f095";
  font-family: font-awesome;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 62px;
  border-radius: 50%;
  background: #ff7741;
  padding-left: 18px;
}
.blog-section-top .single-post:hover a h4,
.inner-banner li a:hover,
.intro-video .opacity a:focus,
.intro-video .opacity a:hover,
.side-bar .sidebar_recent_news .single_post a:hover,
footer .bottom-footer ul li a:hover,
footer .footer-link ul li a:hover,
footer .footer-recent-post ul li a:hover {
  color: #ff7741;
}
.our-expert {
  /* background: #f6fdff; */
  padding: 122px 0 96px;
  margin-top: 50px;
}
.our-expert.single-page {
  background: #fff;
  padding-top: 0;
  padding-bottom: 168px;
}
.our-expert.single-page .expert-member .text {
  border: 1px solid #f7f7f7;
}
.our-expert.single-page [class*="col-"] {
  margin-top: 43px;
  margin-bottom: 8px;
}
.theme-title p {
  font-size: 20px;
  margin-top: 25px;
}
.theme-title a {
  line-height: 46px;
  font-weight: 500;
  color: #ff7741;
  border: 2px solid #ff7741;
  padding: 0 27px;
  margin-top: -55px;
  border-radius: 5px;
}
.theme-title a:hover {
  background: #ff7741;
  color: #fff;
}
.our-expert [class*="col-"] {
  overflow: hidden;
  margin-top: 60px;
  padding-top: 2px;
  padding-bottom: 4px;
}
.our-expert .expert-member img {
  -webkit-box-shadow: 0 0 13px 0 rgba(172, 194, 205, 0.2);
  -moz-box-shadow: 0 0 13px 0 rgba(172, 194, 205, 0.2);
  box-shadow: 0 0 13px 0 rgba(172, 194, 205, 0.2);
}
.our-expert .expert-member.Mfix {
  margin: 0 10px;
}
.our-expert .expert-member .text {
  background: #fff;
  text-align: center;
  padding: 23px 0;
  position: relative;
}
.our-expert .expert-member h6 {
  font-family: Montserrat, sans-serif;
  margin-bottom: 5px;
}
.our-expert .expert-member:before {
  content: "";
  width: 100%;
  height: 102px;
  border-bottom: 4px solid #cfdee5;
  border-right: 4px solid #cfdee5;
  position: absolute;
  bottom: -4px;
  right: -4px;
  z-index: 1;
}
.our-expert .expert-member .mouse-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  text-align: center;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.consultation-form .form-area button.submit:hover,
.inner-banner h2,
.inner-banner li,
.inner-banner li a,
.our-expert .expert-member .mouse-hover a,
.our-expert .expert-member .mouse-hover h6,
.our-expert .expert-member .mouse-hover p,
footer .footer-address ul.social-icon li a,
footer .footer-address ul.tag li,
footer .footer-address ul.tag li span,
footer .footer-link ul li a,
footer .footer-logo p,
footer .footer-recent-post ul li a,
footer .footer-recent-post ul li a span {
  color: #fff;
}
.our-expert .expert-member .mouse-hover ul li {
  display: inline-block;
  margin: 15px 3px;
}
.our-expert .expert-member .mouse-hover ul li a {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 35px;
  font-size: 18px;
}
.our-expert .expert-member .mouse-hover,
.our-expert .expert-member:before {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.our-expert .expert-member:hover .mouse-hover {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.our-expert .expert-member:hover:before {
  height: 100%;
}
.why-choose-us {
  margin: 87px 0 100px;
}
.our-service .title p,
.why-choose-us .title p {
  font-size: 20px;
  margin-top: 20px;
}
.why-choose-us .choose-us-item h4 {
  line-height: 34px;
  margin: 19px 0 29px;
}
.why-choose-us .choose-us-item {
  padding-right: 15px;
  margin-top: 48px;
}
.why-choose-us .choose-us-item .ficon:before {
  color: #ff7741;
  font-size: 47px;
}
.why-choose-us .choose-us-item .flaticon-cogwheel:before {
  font-size: 57px;
  display: block;
  margin-top: -13px;
}
.consultation-form {
  background-image: url("../images/home/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.consultation-form .opacity {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 115px 0 84px;
}
.consultation-form .text {
  text-align: right;
  padding-right: 90px;
}
.consultation-form .text h3 {
  color: #fff;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 20px;
}
.consultation-form .text p {
  font-size: 20px;
  line-height: 32px;
  color: #afb4b9;
}
.consultation-form .form-area,
.contact-us-page .contactUs-address {
  padding-left: 0;
}
.consultation-form .form-area .row {
  margin-left: -7px;
  margin-right: -7px;
}
.blog-section-top .single-post.Mfix,
.latest-news .single-post.Mfix,
.our-service-single-page .single-service.Mfix {
  margin-left: 60px;
  margin-right: 60px;
}
.consultation-form .form-area .row [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.consultation-form .form-area .single-input {
  height: 55px;
  margin-bottom: 18px;
}
.consultation-form .form-area .single-input .bootstrap-select button {
  height: 55px;
  font-size: 18px;
}
.consultation-form .form-area input,
.consultation-form .form-area textarea {
  background: #fff;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  font-size: 18px;
  color: #708ea5;
  font-family: Hind, sans-serif;
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select > button {
  border-radius: 0;
  border: none;
  outline: 0;
  background: #fff;
  box-shadow: none;
  padding-left: 25px;
  color: #708ea5;
}
.btn-default.active,
.btn-default:active,
.btn-group.open .dropdown-toggle,
.consultation-form .form-area .single-input .bootstrap-select button:focus,
.consultation-form .form-area .single-input .bootstrap-select button:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover {
  background: #fff;
  border: none;
  outline: 0 !important;
  box-shadow: none;
}
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 0 25px;
  line-height: 35px;
  color: #708ea5;
  font-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.dropdown-menu > li.selected > a,
.dropdown-menu > li > a:hover {
  background: #0346a9;
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  margin-top: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "";
  font-family: font-awesome;
  font-size: 22px;
  color: #7e909f;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 55px;
}
.consultation-form .form-area textarea {
  max-height: 145px;
  height: 145px;
  max-width: 100%;
  padding: 15px 25px;
}
.consultation-form .form-area button.submit {
  width: 152px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  margin-top: 10px;
}
.consultation-form .form-area ::-webkit-input-placeholder {
  color: #708ea5;
}
.consultation-form .form-area :-moz-placeholder {
  color: #708ea5;
}
.consultation-form .form-area ::-moz-placeholder {
  color: #708ea5;
}
.consultation-form .form-area :-ms-input-placeholder {
  color: #708ea5;
}
.consultation-form.bg-fix {
  background-image: none;
}
.consultation-form.bg-fix .opacity {
  background: #264a65;
}
.consultation-form.bg-fix .text p {
  color: #9baebd;
}
.consultation-form.bg-fix .bootstrap-select > button,
.consultation-form.bg-fix
  .form-area
  .single-input
  .bootstrap-select
  button:focus,
.consultation-form.bg-fix
  .form-area
  .single-input
  .bootstrap-select
  button:hover,
.consultation-form.bg-fix .form-area input {
  background: #2d5574;
}
.client-home-section {
  padding: 95px 0 108px;
}
.client-home-section.about-page-fix {
  border-bottom: 1px solid #f1f1f1;
}
#mixitUp-item .mix > div,
.client-home-section .container {
  overflow: hidden;
  position: relative;
}
.client-home-section h3 {
  float: right;
  line-height: 48px;
  clear: both;
  width: 50%;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 99;
}
.client-home-section h3:before {
  content: url(../images/home/left.png);
  position: absolute;
  top: 6px;
  left: 0;
  z-index: -1;
}
#sync1 .owl-stage-outer {
  padding-top: 100px;
  padding-bottom: 100px;
}
#sync1 .img-holder {
  width: 39%;
}
#sync1 .img-holder > div {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #e0f2fa;
  margin: 0 auto;
  position: relative;
}
#sync1 .img-holder > div:before {
  content: "";
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  background: #eefaff;
  position: absolute;
  top: -50px;
  left: -50px;
  border-radius: 50%;
  z-index: -1;
}
#sync1 .img-holder > div:after {
  content: "";
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  background: #f8fdff;
  position: absolute;
  top: -100px;
  left: -100px;
  border-radius: 50%;
  z-index: -2;
}
#sync1 .img-holder > div img,
#sync2 .item img {
  border-radius: 50%;
}
#sync1 p {
  width: 50%;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  margin-top: 123px;
}
#sync1 .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 200px;
  text-align: left;
}
#sync1 .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #c0ced4;
  margin: 0 4px;
}
#sync1 .owl-dots .owl-dot.active span,
#sync1 .owl-dots .owl-dot:hover span {
  background: #ff7741;
  background-color: var(--logo-blue);
}
#sync2 .item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #edf9ff;
  overflow: hidden;
  opacity: 0.2;
  cursor: pointer;
  opacity: 1;
  background: #e0f2fa;
}
.client-home-section .thumbnail-wrapper {
  width: 33%;
  float: right;
  margin: -87px 208px 0 0;
}
.client-home-section .client-slider-wrapper {
  padding-bottom: 35px;
}
.latest-news {
  background: #f6fdff;
  padding: 100px 0 105px;
}
.latest-news .single-post {
  width: 350px;
  margin-top: 50px;
}
.latest-news .single-post .text {
  background: #fff;
  padding: 34px 0 34px 36px;
  position: relative;
  z-index: 9;
}
.latest-news .single-post .text:before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #cfdee5;
  border-right: 4px solid #cfdee5;
  position: absolute;
  bottom: 0;
  right: -4px;
  z-index: -1;
}
.latest-news .single-post .text h4 a {
  font-size: 28px;
  color: #1d3a53;
  line-height: 35px;
}
.latest-news .single-post .text h4 a span {
  font-weight: 600;
  display: block;
}
.latest-news .single-post .text ul li {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  color: #1d3a53;
  margin: 15px 18px 15px 0;
}
.blog_post_wrapper .blog_single_post_wrapper .text ul li:first-child:before,
.latest-news .single-post .text ul li:first-child:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #c1baba;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: -14px;
}
.latest-news .single-post .img-holder {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.latest-news .single-post .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-news .single-post .img-holder a,
.latest-news .single-post .img-holder img,
.latest-news .single-post .text:before,
.our-project-page .single-project img,
.our-service-single-page .single-service img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.latest-news .single-post .img-holder a {
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.latest-news .single-post:hover .img-holder a {
  opacity: 0.9;
}
.latest-news .single-post:hover .img-holder img,
.our-project-page .single-project:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#partner_logo .item img {
  margin: 33px auto;
}
footer {
  background: #0b395b;
}
footer .opacity {
  height: 100%;
  background: url(../images/home/footer.png) center/cover no-repeat;
  padding-top: 87px;
}
footer .footer-address,
footer .footer-logo {
  width: 35%;
}
footer .footer-logo p {
  font-size: 17px;
  margin: 25px 0 30px;
}
footer .footer-logo form {
  height: 55px;
  border-radius: 5px;
  position: relative;
}
footer .footer-logo form input {
  height: 100%;
  width: 100%;
  background: #1d4a6b;
  color: #64869e;
  padding: 0 55px 0 22px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
}
footer .footer-logo form button {
  width: 55px;
  height: 100%;
  text-align: center;
  color: #43769c;
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
}
footer .footer-logo form ::-webkit-input-placeholder {
  color: #64869e;
}
footer .footer-logo form :-moz-placeholder {
  color: #64869e;
}
footer .footer-logo form ::-moz-placeholder {
  color: #64869e;
}
footer .footer-logo form :-ms-input-placeholder {
  color: #64869e;
}
footer h4 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}
footer .footer-link {
  padding-left: 70px;
  width: 30%;
}
footer .footer-link ul li a {
  font-size: 17px;
  line-height: 40px;
}
footer .footer-link ul.Mfix {
  margin-left: 30px;
}
footer .footer-recent-post {
  width: 29%;
  padding-left: 60px;
}
footer .footer-recent-post ul li {
  margin: 6px 50px 14px 0;
  display: inline-block;
}
footer .footer-recent-post ul li a {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 14px;
}
footer .footer-recent-post ul li:first-child {
  border-bottom: 1px solid #1a4a6e;
}
footer .footer-address ul.tag li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 4px;
  margin-top: 6px;
  display: inline-block;
}
footer .footer-address ul.social-icon li {
  display: inline-block;
  margin: 15px 18px 0 0;
}
footer .footer-address ul.social-icon li a:hover {
  color: #fff;
  color: var(--logo-green);
}
footer .bottom-footer {
  border-top: 1px solid #1b4768;
  margin-top: 34px;
  padding: 24px 0;
}
footer .bottom-footer p {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}
footer .bottom-footer ul li {
  display: inline-block;
  margin-left: 15px;
}
footer .bottom-footer ul li a {
  font-size: 17px;
  color: #fff;
}
.blog-section-top .single-post {
  width: 350px;
  margin-top: 105px;
}
.blog-section-top .single-post a h4 {
  line-height: 35px;
  margin: 33px 0 14px;
  font-weight: 400;
}
.our-service {
  background: #f6fdff;
  padding: 77px 0 35px;
  margin-top: 80px;
}
.our-service .row {
  margin-top: 83px;
}
.our-service .service-item .icon {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 20px;
  margin-top: -5px;
  color: #fff;
}
.our-service .service-item h5 a {
  font-weight: 500;
  font-size: 22px;
  display: inline-block;
  border-bottom: 3px solid #d9e7ed;
  padding-bottom: 6px;
  color: #041829;
}
.our-service .service-item:hover h5 a {
  color: #ff7741;
  border-color: #ff7741;
}
.our-service .service-item p {
  margin: 12px 15px 55px 0;
}
/* .inner-banner {
  background: url(../images/inner-page/1.jpg) center/cover no-repeat;
} */
.inner-banner .opacity {
  /* height: 100%; */
  background: rgba(3, 70, 169, 1);
  padding: 70px 0 60px;
}
.inner-banner h2 {
  font-size: 48px;
}
.inner-banner li {
  display: inline-block;
  margin-left: 2px;
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
}
.contact-us-page h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-us-page .contact-us-form input,
.contact-us-page .contact-us-form textarea {
  background: #f9f9f9;
  border: 1px solid transparent;
  width: 100%;
  color: #acacac;
  font-size: 16px;
  padding: 0 20px 0 30px;
  margin-bottom: 25px;
  border-radius: 5px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.contact-us-page .contact-us-form input {
  height: 60px;
}
.contact-us-page .contact-us-form textarea {
  height: 180px;
  max-width: 100%;
  padding: 25px 20px 15px 30px;
}
.contact-us-page .contact-us-form button {
  width: 110px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
}
.contact-us-page .contact-us-form button:hover {
  background: #1d3a53;
}
.blog_details .leave_reply .single_input input,
.blog_details .leave_reply .single_input textarea {
  background: #f7fafa;
  margin-bottom: 18px;
  display: block;
  width: 100%;
  border: 1px solid #f3f3f3;
  font-size: 17px;
}
.contact-us-page .contactUs-address > p {
  margin: -7px 0 30px;
}
.contact-us-page .contactUs-address .single_address .icon .ficon:before {
  color: #e3e3e3;
  line-height: 60px;
  font-size: 37px;
  color: var(--logo-blue);
}
.contact-us-page .contactUs-address .single_address h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-us-form h3 + p,
.contact-us-page .contactUs-address .single_address {
  margin-bottom: 35px;
}
.contact-us-page .contactUs-address .single_address .text {
  padding-left: 26px;
  margin-top: 10px;
}
.contact-us-form .alert_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 9999999;
}
.contact-us-form #error,
.contact-us-form #success {
  position: relative;
  width: 500px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 250px);
  background: #fff;
  border: 1px solid #ff7741;
  text-align: center;
}
.contact-us-form #error .wrapper,
.contact-us-form #success .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder .opacity span a,
.contact-us-form #error .wrapper p,
.contact-us-form #success .wrapper p {
  display: table-cell;
  vertical-align: middle;
}
.contact-us-form #success {
  color: #8fc941;
}
.contact-us-form #error {
  color: red;
}
.contact-us-form #error button,
.contact-us-form #success button {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  background: #ff7741;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border: 1px solid #f03838 !important;
}
.faq-page {
  margin-bottom: 70px;
}
.faq-page .title p {
  font-size: 20px;
  margin: 32px auto 60px;
  width: 80%;
}
.faq-page .single-faq h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.faq-page .single-faq p {
  margin-right: 36px;
}
.faq-page .single-faq {
  margin-bottom: 52px;
}
.about-us-page .text {
  width: 45%;
}
.about-us-page .text h3 {
  line-height: 48px;
  margin-top: -8px;
}
.about-us-page .text h3 span {
  font-weight: 700;
}
.about-us-page .text h5 {
  line-height: 30px;
  margin: 30px 0;
}
.about-us-manage {
  background: #f6fdff;
  padding: 80px 0 78px;
  margin-top: 105px;
}
.about-us-manage h4 {
  display: inline-block;
  border-bottom: 3px solid #d9e7ed;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.our-service-single-page {
  padding-bottom: 70px;
  padding-top: 70px;
}
.blog-ct-quick-call,
.our-service-single-page h3 {
  margin-bottom: 30px;
}
.our-service-single-page .single-service h4 {
  font-weight: 500;
  border-bottom: 1px solid #d9e7ed;
  padding-bottom: 16px;
  margin: 26px 0 20px;
  font-size: 20px;
}
.our-service-single-page .single-service h4 a {
  display: block;
  color: #24323f;
}
.our-service-single-page .single-service p {
  margin: 16px 0 15px;
  color: #041829;
  font-size: 16px;
}
.our-service-single-page .single-service > a {
  font-weight: 500;
  color: #fc7657;
  font-size: 17px;
}
.our-service-single-page .single-service {
  width: 350px;
  margin-bottom: 72px;
}
.ct-service-sec .single-service {
  width: 24%;
  box-sizing: border-box !important;
}
.four-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .single-service.wow:nth-child(5),
  .single-service.wow:nth-child(6),
  .single-service.wow:nth-child(7),
  .single-service.wow:nth-child(8) {
    margin-bottom: 0 !important;
  }
}
.ct-our-expert .ct-col {
  width: 33.33%;
}
.m-auto,
.main-member img,
.mx-auto,
.our-expert .expert-member img {
  margin-left: auto;
  margin-right: auto;
}
.our-expert .expert-member {
  margin: 0 20px 0 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.our-service-single-page .single-service .img-holder {
  overflow: hidden;
  height: 175px;
}
.our-service-single-page .single-service:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.side-bar .service-page-list ul {
  border: 1px solid #eaeaea;
  margin-bottom: 37px;
}
.side-bar .service-page-list ul li a {
  color: #76808a;
  display: block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 0 30px;
  position: relative;
}
.side-bar .service-page-list ul li a:before {
  content: "";
  font-family: font-awesome;
  position: absolute;
  right: 20px;
  color: #000;
  top: 30%;
}
.side-bar .service-page-list ul li a.active,
.side-bar .service-page-list ul li a:hover {
  background: #f6f9fb;
  color: #243240;
}
.ct-brochure a,
.side-bar .brochure a {
  border: 1px solid #eaeaea;
  line-height: 65px;
  display: block;
  padding-left: 25px;
  color: #ff7355;
}
.ct-brochure a img,
.side-bar .brochure a img {
  display: inline-block;
  margin-right: 19px;
}
.ct-brochure p,
.side-bar .brochure p {
  font-size: 17px;
  margin: 10px 0;
}
.ct-quick-call.styleTwo h4,
.side-bar .quick-call.styleTwo h4 {
  font-size: 20px;
  font-weight: 300;
}
.side-bar .quick-call.styleTwo h4 span {
  display: block;
  font-weight: 500;
  color: #000;
}
/* .service-details-page {
  margin-bottom: 75px;
} */
.service-details-page .content-holder .wrapper {
  padding-left: 20px;
}
.service-details-page .content-holder h3 {
  font-size: 30px;
  margin: 47px 0 23px;
  font-weight: 400;
}
.service-details-page .content-holder .chart-holder {
  margin: 70px 0 80px;
}
.service-details-page .content-holder .chart-holder p {
  margin: 24px 0 30px;
}
.service-details-page .content-holder .text {
  width: 61%;
}
.service-details-page .content-holder .text ul li {
  display: inline-block;
  position: relative;
  padding-left: 38px;
  line-height: 20px;
}
.service-details-page .content-holder .text ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
.service-details-page .content-holder .text ul li:first-child:before {
  background: #38ceff;
}
.service-details-page .content-holder .text ul li:nth-child(2):before {
  background: #c06ff9;
}
.service-details-page .content-holder .text ul li:nth-child(3):before {
  background: #62f373;
}
.service-details-page .content-holder .text ul li:nth-child(2) {
  margin: 0 30px;
}
.service-details-page .content-holder .key-feature-panel .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f3f3f3;
}
.service-details-page .content-holder .key-feature-panel .panel-heading a {
  font-weight: 500;
  color: #828282;
  padding: 20px 10px 20px 48px;
  position: relative;
}
.service-details-page
  .content-holder
  .key-feature-panel
  .panel-heading
  a:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 24px;
  line-height: 57px;
}
.service-details-page .content-holder .key-feature-panel .panel-group {
  margin: 37px 0 0;
  border: 1px solid #f3f3f3;
}
.service-details-page .content-holder .key-feature-panel .panel {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
.service-details-page .content-holder .key-feature-panel .panel .panel-body {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  background: #f6f9fb;
  padding: 0 0 25px 25px;
}
.service-details-page
  .content-holder
  .key-feature-panel
  .panel-heading.active-panel {
  border-color: #f6f9fb;
  background: #f6f9fb;
}
.service-details-page
  .content-holder
  .key-feature-panel
  .panel-heading.active-panel
  a {
  color: #243240;
}
.service-details-page
  .content-holder
  .key-feature-panel
  .panel-heading.active-panel
  a:before {
  content: "-";
}
.mixitUp-menu ul {
  text-align: center;
  margin-bottom: 70px;
}
.mixitUp-menu ul li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  padding-bottom: 3px;
  position: relative;
}
.mixitUp-menu ul li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fc7657;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mixitUp-menu ul li.active:before,
.mixitUp-menu ul li:hover:before {
  width: 100%;
}
.our-project-page .single-project {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  width: 33.33333%;
}
.our-project-page .single-project a {
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  padding-left: 29px;
  background: rgba(32, 32, 32, 0.8);
}
.our-project-page .single-project a h4 {
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}
#mixitUp-item {
  margin: 0 -22px 78px;
}
#mixitUp-item .mix {
  display: none;
  padding-left: 22px;
  padding-right: 22px;
}
.project-details-page {
  margin-top: -15px;
  margin-bottom: 95px;
}
.project-details-page .siderbar-text h4 {
  font-weight: 500;
  margin: 60px 0 15px;
}
.project-details-page .siderbar-text ul li {
  line-height: 40px;
  color: #8b8b8b;
}
.project-details-page .siderbar-text ul li span {
  font-weight: 500;
  color: #5c5c5c;
}
.project-details-page .text {
  padding-left: 45px;
}
.project-details-page .text h2 {
  font-weight: 500;
  font-size: 30px;
}
.alert-success,
.project-details-page .text h4,
h4 {
  font-weight: 500;
}
.project-details-page .text h2,
.project-details-page .text h4,
.project-details-page .text h5 {
  color: #2c2c2c;
}
.project-details-page .text ul li {
  color: #8b8b8b;
  padding-left: 26px;
  position: relative;
  line-height: 40px;
}
.project-details-page .text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #4cbce8;
  position: absolute;
  top: 14px;
  left: 0;
}
.blog_page {
  margin-bottom: 105px;
  margin-top: 105px;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder {
  position: relative;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(242, 242, 242, 0.95);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.blog_post_wrapper .blog_single_post_wrapper:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder .opacity span {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder .opacity span a i {
  display: block;
  font-weight: 300;
  font-style: normal;
  margin: 0 auto;
  color: #ff7741;
  font-size: 60px;
}
.blog_post_wrapper .blog_single_post_wrapper .text h4 {
  display: block;
  color: #1d3a53;
  font-size: 28px;
  margin: 36px 0 19px;
}
.blog_post_wrapper .blog_single_post_wrapper .text h4 a {
  color: #1d3a53;
}
.blog_post_wrapper .blog_single_post_wrapper .text ul li {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  color: #1d3a53;
  margin: 0 18px 15px 0;
}
.blog_post_wrapper .blog_single_post_wrapper .text p {
  margin: 0 0 25px;
}
.page_pagination li {
  display: inline-block;
  margin: 5px 3px;
}
.page_pagination li a {
  font-weight: 500;
  line-height: 36px;
  background: #fff;
  padding: 0 14px;
  color: #929a9c;
  border: 2px solid #f4f4f4;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  background: #ff7741;
  color: #fff;
  border-color: #ff7741;
}
.blog_post_wrapper .page_pagination {
  text-align: left;
  margin-top: -15px;
}
.page_pagination li:last-child a {
  background: #1d3a53;
  border-color: #1d3a53;
  color: #fff;
}
.blog_post_wrapper .blog_single_post_wrapper {
  margin-bottom: 60px;
}
.side-bar .wrapper {
  padding-left: 48px;
}
.side-bar .sidebar_search {
  height: 60px;
  position: relative;
}
.side-bar .sidebar_search input {
  width: 100%;
  height: 60px;
  border: 1px solid #eaeaea;
  padding: 0 66px 0 25px;
  font-weight: 300;
}
.side-bar .sidebar_search button {
  width: 65px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #394f63;
  font-size: 20px;
}
.side-bar .sidebar_search input:focus {
  border: 1px solid #394f63;
}
.side-bar .sidebar_category {
  margin: 56px 0 68px;
}
.side-bar .sidebar_category ul {
  margin-top: 13px;
}
.side-bar .sidebar_category ul li {
  line-height: 57px;
}
.side-bar .sidebar_category ul li a {
  color: #929a9c;
  border-bottom: 1px solid #eaeaea;
  display: block;
}
.side-bar .sidebar_category ul li a i {
  padding-right: 12px;
}
.side-bar .sidebar_category ul li a:hover {
  color: #25292f;
}
.side-bar .sidebar_recent_news h4 {
  margin-bottom: 24px;
}
.side-bar .sidebar_recent_news .single_post a {
  color: #25292f;
  line-height: 28px;
}
.ct-service-sec h2,
.ct-title,
.our-mission h3,
.side-bar .sidebar_recent_news .single_post,
.who-we-are h3 {
  margin-bottom: 20px;
}
.side-bar .sidebar_recent_news .single_post i {
  font-size: 16px;
  font-weight: 300;
  color: #9d9d9d;
  font-style: normal;
}
.side-bar .archives {
  margin: 55px 0 43px;
}
.side-bar .archives ul,
p + p {
  margin-top: 10px;
}
.side-bar .archives ul li a {
  font-weight: 400;
  color: #929a9c;
  line-height: 40px;
}
.side-bar .keyword ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.side-bar .keyword ul li a {
  line-height: 33px;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 15px;
  border: 1px solid #eaeaea;
  padding: 0 15px;
}
.side-bar .keyword h4 {
  margin-bottom: 27px;
}
.side-bar .keyword ul li a:hover {
  background: #ff7741;
  border: 1px solid #ff7741;
  color: #fff;
}
.side-bar .quick-call {
  border: 1px solid #eaeaea;
  text-align: center;
  margin-top: 40px;
  padding: 30px 40px;
}
.side-bar .quick-call h4 {
  font-weight: 300;
  line-height: 35px;
  color: #25292f;
}
.blog_details .sub-text h5 {
  font-weight: 500;
  margin: 34px 0 15px;
}
.blog_details .blog-image {
  margin: 34px 0 31px;
}
.blog_details .blog-image .quote {
  width: 63%;
}
.blog_details .blog-image p {
  font-size: 20px;
  color: #394f63;
  position: relative;
  padding-left: 29px;
  margin-top: -7px;
}
.blog_details .share-option {
  margin-top: 37px;
  margin-bottom: 99px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f3f3f3;
}
.blog_details .share-option p {
  color: #8c8c8c;
}
.blog_details .share-option p span {
  font-weight: 500;
  color: #3f3e3e;
}
.blog_details .share-option ul {
  margin-top: -5px;
}
.blog_details .share-option ul li {
  display: inline-block;
  margin-left: 4px;
  font-weight: 500;
  color: #3f3e3e;
}
.blog_details .share-option ul li a {
  width: 32px;
  height: 32px;
  line-height: 36px;
  border-radius: 50%;
  background: #f4f4f4;
  text-align: center;
  color: #bcbcbc;
  font-size: 14px;
}
.blog_details .share-option ul li a:hover {
  background: #394f63;
  color: #fff;
}
.blog_details .comments_area h3 {
  font-size: 30px;
  font-weight: 500;
  color: #1d3a53;
  margin-bottom: 55px;
}
.blog_details .comments_area .single_comment > img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.blog_details .comments_area .single_comment .comment {
  position: relative;
  width: 89%;
  padding-left: 30px;
}
.blog_details .comments_area .single_comment .comment a.reply {
  width: 60px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #3f3e3e;
  background: #f4f4f4;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: -20px;
}
.blog_details .comments_area .single_comment .comment a.reply:hover {
  color: #fff;
  background: #394f63;
}
.blog_details .comments_area .single_comment .comment h6 {
  color: #404040;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 2px;
}
.blog_details .comments_area .single_comment .comment span {
  font-weight: 300;
  font-size: 16px;
  color: #b6b6b6;
}
.blog_details .comments_area .single_comment .comment p,
p + ul {
  margin-top: 15px;
}
.blog_details .comments_area .single_comment {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 12px;
  margin-bottom: 34px;
}
.blog_details .comments_area .single_comment.border_fix {
  border-bottom: none;
  border-top: 1px solid #f3f3f3;
  margin: 20px 0 0 102px;
  padding-top: 38px;
}
.blog_details .comments_area .single_comment.border_fix .comment {
  width: 88%;
}
.blog_details .leave_reply {
  margin: 65px 0 0;
}
.blog_details .leave_reply h3 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 13px;
}
.blog_details .leave_reply form {
  margin-top: 25px;
}
.blog_details .leave_reply .single_input input {
  height: 60px;
  padding: 0 10px 0 20px;
}
.blog_details .leave_reply .single_input textarea {
  min-height: 230px;
  padding: 15px 10px 15px 20px;
}
.blog_details .leave_reply button {
  width: 150px;
  height: 50px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.blog_details .leave_reply button:hover {
  background: #272727;
}
#banner .contact-us-button,
#banner .more-details-button:hover,
.intro-video .opacity a:before,
header .get-quote:hover {
  background: var(--logo-green);
}
.blog_details .leave_reply .single_input input:focus,
.blog_details .leave_reply .single_input textarea:focus {
  border: 1px solid #ff7741;
}
.contact-us-page.join-us,
.single_blog_page .blog_post_wrapper .blog_single_post_wrapper {
  margin-bottom: 0;
}
.header-logo {
  max-width: 200px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
header .get-quote {
  color: var(--logo-blue);
  border-color: var(--logo-blue);
}
.p-btn,
.theme-title a {
  border: 2px solid var(--logo-blue);
}
header .get-quote:hover {
  border-color: var(--logo-green);
  color: #fff;
}
.contact-us-page .contact-us-form input:focus,
.contact-us-page .contact-us-form textarea:focus,
.latest-news .single-post:hover .text:before,
.sec-btn:hover {
  border-color: var(--logo-blue);
}
.our-service-single-page .single-service:hover h4 a,
.our-service-single-page .single-service > a,
.p-color,
.side-bar .sidebar_recent_news .single_post a:hover,
.theme-title a,
header .navbar .nav li a:focus,
header .navbar .nav > li ul li a:hover,
header .navbar .nav > li:hover > a {
  color: var(--logo-blue);
}
#banner .contact-us-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-achievement .text a:hover,
.theme-manage-area a:hover {
  background: var(--logo-blue);
  border-color: var(--logo-blue);
}
.intro-video .opacity a:focus,
.intro-video .opacity a:hover,
footer .bottom-footer ul li a:hover,
footer .footer-link ul li a:hover,
footer .footer-recent-post ul li a:hover {
  color: var(--logo-green);
}
.our-expert .expert-member .mouse-hover ul li a:hover {
  background: #fff;
  color: #ff7741;
  color: var(--logo-blue);
}
.consultation-form .form-area button.submit:hover {
  background: #fff;
  color: var(--logo-blue);
}
.our-people,
.our-people .company-achievement,
header.home-page {
  background: #fff;
}
.contact-us-button i {
  font-size: 23px !important;
  margin: -6px 0 0 5px !important;
}
.who-we-are {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6f6f6;
}
.p-btn,
.sec-btn:hover {
  background: var(--logo-blue);
}
.about-us-page .text {
  text-align: left !important;
}
.p-btn {
  font-size: 14px;
  width: 125px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin: 15px 25px 0 0;
}
.p-btn:hover {
  background: var(--logo-green);
  border-color: var(--logo-green);
}
.client-home-section p,
.text-dark,
table,
td,
th {
  color: #041829 !important;
}
.p-2 {
  padding: 15px;
}
.d-block {
  display: block !important;
}
#newsletter-form p {
  color: #fff;
  margin-bottom: 10px;
}
#newsletter-form form input {
  height: 100%;
  width: 100%;
  background: #1d4a6b;
  color: #fff;
  padding: 15px 55px 15px 22px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
}
#newsletter-form form input::placeholder {
  color: #fff;
}
#newsletter-form {
  padding-top: 50px;
  text-align: center;
}
#newsletter-form form button {
  width: 55px;
  height: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
}
#newsletter-form form {
  max-width: 400px;
  margin: auto;
  position: relative;
}
.lead {
  color: #000;
  font-size: 20px;
}
.p-left {
  padding-right: 10px;
}
.company-achievement .row:nth-child(2),
.our-people .our-expert [class*="col-"] {
  margin-top: 40px;
}
.ct-post-wrapper {
  display: flex;
  justify-content: space-between;
}
.inner-banner .opacity {
  margin-top: 110px;
}
.our-mission {
  background: #f6f6f6;
  padding: 80px 0 78px;
}
.our-objective,
.our-values,
.service-details-page {
  margin-top: 30px;
}
.lead-para,
.our-objective .additional-text {
  margin-top: 20px;
  padding: 10px;
  background: #f6f6f6;
  border-left: 15px solid var(--logo-blue);
}
.icon-list {
  margin-top: 20px;
  margin-left: 20px;
}
.icon-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
}
.contact-us-form h3,
.side-bar h4 {
  margin-bottom: 10px;
}
.icon-list li::before {
  content: "";
  position: absolute;
  background: url("../images/star.png") 0 0 / contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.bg-white {
  background: #fff !important;
}
.bg-lightgrey {
  background: #f6f6f6 !important;
}
.our-people .company-achievement {
  border-radius: 25px;
  margin-top: 25px;
  box-shadow: 7px 8px 24px rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.our-people .our-expert {
  background: #fff;
  padding-top: 0;
  margin-top: 60px;
  padding-bottom: 0;
}
.our-people .our-expert .expert-member {
  margin: 0 10px;
  border: 3px solid #c7b358;
}
.our-people h5 {
  font-size: 20px;
  font-weight: 500;
}
.single-service-desc ul {
  list-style-type: initial;
  padding-left: 25px;
}
.side-bar .service-page-list ul li a {
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ct-quick-call {
  border: 1px solid #eaeaea;
  text-align: center;
  margin-top: 40px;
  padding: 30px 40px;
  border-left: 10px solid var(--logo-blue);
}
.ct-quick-call.styleTwo h4 span {
  display: block;
  font-weight: 500;
  color: #000;
  margin-top: 8px;
  margin-bottom: 8px;
}
.downloads {
  padding-top: 105px;
  padding-bottom: 105px;
}
.contact-us-page .single_address {
  display: flex;
}
.contact-us-select {
  height: 60px;
  background: #f9f9f9;
  border: 1px solid transparent;
  width: 100%;
  color: #acacac;
  font-size: 16px;
  padding: 0 20px 0 30px;
  margin-bottom: 25px;
  border-radius: 5px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -ms-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.contact-us-form input,
.contact-us-form input::placeholder,
.contact-us-form select,
.contact-us-form select::placeholder,
.contact-us-form textarea,
.contact-us-form textarea::placeholder {
  color: #000 !important;
}
.contact-us-page {
  margin-top: 105px;
  margin-bottom: 105px;
}
.ct-google-map {
  margin-bottom: -10px;
}
.theme-tabs .nav.nav-tabs {
  display: flex;
  justify-content: center;
}
.contact-us-page .contact-us-form input[type="file"] {
  padding-top: 16px;
}
.dir-text {
  line-height: 32px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: 20px;
}
#dsa_form label,
#employee_form label {
  margin-left: 30px;
  font-weight: 500;
}
.consultation-form .form-area .single-input .bootstrap-select button,
form#enquiry_form input,
form#enquiry_form select,
form#enquiry_form textarea {
  color: #000 !important;
}
#newsletter_form i {
  color: var(--logo-green) !important;
}
.our-people .our-expert .expert-member::before {
  border-bottom: 4px solid #c7b358;
  border-right: 4px solid #c7b358;
}
.enquiry_form-con {
  padding-left: 40px;
  border-left: 2px solid #c7b358;
}
.single_address span strong {
  width: 80px;
  display: inline-block;
}
.latest-news .p-btn {
  margin-top: 30px;
  width: 145px;
}
.downloads .ct-brochure a {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bottom-footer .float-right {
  margin-top: 0;
}
.expert-member .text-dark {
  color: #fff !important;
  font-weight: 500;
}
.side-bar h4 {
  font-weight: 500;
}
img[alt="pdf"] {
  width: 30px;
  height: 30px;
}
.ct-brochure h5 {
  line-height: 1.5;
}
#dsa_form input,
#employee_form input {
  background: #f5f5f5;
}
.about-us-page .text h2 {
  margin-top: -8px;
}
@media screen and (min-width: 992px) {
  #banner h1 {
    font-size: 38px !important;
    white-space: normal !important;
    width: 600px !important;
    line-height: 1.2 !important;
    display: block !important;
  }
  #banner p {
    margin-top: 10px;
    width: 600px;
    white-space: normal;
    margin-bottom: 30px;
  }
  .ct-bord-of-dir .row {
    margin-bottom: 00px !important;
  }
  .about-us-manage,
  .client-home-section,
  .company-achievement,
  .consultation-form .opacity,
  .downloads,
  .intro-video .opacity,
  .latest-news,
  .our-expert,
  .our-mission,
  .our-service-single-page,
  .theme-manage-area,
  .who-we-are {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-us-page {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .about-us-manage,
  .our-objective,
  .our-values {
    margin-top: 70px;
  }
  .company-achievement .row p:last-child {
    margin-bottom: 0 !important;
  }
  .latest-news h3 + p,
  .our-expert h3 + p {
    margin-top: 8px;
  }
  .our-expert [class*="col-"] {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .text-right,
  .theme-title a {
    text-align: center;
  }
  .about-us-manage,
  .client-home-section,
  .company-achievement,
  .consultation-form .opacity,
  .downloads,
  .intro-video .opacity,
  .latest-news,
  .our-expert,
  .our-mission,
  .our-service-single-page,
  .theme-manage-area,
  .who-we-are {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #sync1 .owl-stage-outer,
  .our-expert {
    padding-bottom: 0 !important;
  }
  .our-service-single-page h3 {
    margin-bottom: 25px !important;
  }
  header .get-quote {
    top: 70px !important;
  }
  .our-objective,
  .our-values {
    margin-top: 70px;
  }
  .our-objective h3,
  .our-values h3 {
    margin-bottom: 12px;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1 !important;
  }
  .contact-us-page {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .consultation-form .form-area button.submit,
  .contact-us-page .contact-us-form button {
    margin-left: auto;
    margin-right: auto;
  }
  .theme-title a {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  .company-achievement .row p:last-child,
  .single-service.wow:nth-child(7),
  .single-service.wow:nth-child(8) {
    margin-bottom: 0 !important;
  }
  .latest-news h3 + p,
  .our-expert h3 + p {
    margin-top: 8px;
  }
  .our-expert [class*="col-"] {
    margin-top: 20px;
  }
  .theme-manage-area h4 {
    margin-bottom: 18px;
  }
  .company-achievement .img-content {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .company-achievement .img-content img {
    padding-top: 0 !important;
    padding-bottom: 30px;
  }
  .client-home-section .client-slider-wrapper {
    padding-bottom: 0;
  }
  .about-us-manage {
    margin-top: 50px;
  }
  .about-us-manage .col-lg-6:nth-child(2) h3 {
    margin-top: 36px;
  }
  .ct-title {
    margin-bottom: 15px;
  }
  .dir-text {
    margin-right: 0;
  }
  .our-people .our-expert {
    margin-top: 0;
  }
  .our-expert .col-lg-1 {
    display: none;
  }
  #sync1 .owl-stage-outer {
    padding-top: 30px !important;
  }
  .navbar-header {
    padding: 5px 0;
  }
  .our-service-single-page .single-service .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-details-page {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .enquiry_form-con {
    padding-left: 10px;
  }
  .contactUs-address .icon {
    margin-right: 10px;
  }
  .contact-us-form h3 + p {
    margin-bottom: 10px;
  }
  .inner-banner h2 {
    font-size: 42px;
    margin-bottom: -8px;
  }
  h3 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #banner h1 {
    font-size: 38px !important;
    white-space: normal !important;
    width: 600px !important;
    line-height: 1.2 !important;
    display: block !important;
  }
  #banner p {
    margin-top: 10px;
    width: 600px;
    white-space: normal;
    margin-bottom: 30px;
  }
  .latest-news .single-post .text h4 a {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .latest-news .single-post .text {
    padding-left: 18px;
  }
  .about-us-manage,
  .client-home-section,
  .company-achievement,
  .consultation-form .opacity,
  .downloads,
  .intro-video .opacity,
  .latest-news,
  .our-expert,
  .our-mission,
  .our-service-single-page,
  .theme-manage-area,
  .who-we-are {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .our-expert .col-lg-1 {
    display: none;
  }
  .footer-address:last-child {
    width: 100%;
  }
  .contact-us-page {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .company-achievement .row p:last-child,
  .single-service.wow:nth-child(7),
  .single-service.wow:nth-child(8) {
    margin-bottom: 0 !important;
  }
  .latest-news h3 + p,
  .our-expert h3 + p {
    margin-top: 8px;
  }
  .our-expert [class*="col-"] {
    margin-top: 20px;
  }
  .text-right {
    text-align: center;
  }
  .theme-manage-area h4 {
    margin-bottom: 18px;
  }
  .company-achievement .img-content {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .company-achievement .img-content img {
    padding-top: 0 !important;
    padding-bottom: 30px;
  }
  #sync1 .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .client-home-section .client-slider-wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 450px) {
  .single-service.wow,
  .single-service.wow:nth-child(7),
  .single-service.wow:nth-child(8) {
    margin-bottom: 50px !important;
  }
  .single-service.wow:last-child {
    margin-bottom: 0 !important;
  }
}
.about-us-page {
    margin: 50px 0px;
}
.expert-item{
    height: 205px;
}
.text li {
  font-size: 15px;
  padding: 5px 0px;
}
.top-text {
  color: #fff;
  text-align: center;
}
.who_we{
  display: inline-block;
  background: red;
  color: white;
  padding-left: 25px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.what_do{
  display: inline-block;
  background: red;
  color: white;
  padding: 0px 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.who_we_are{
  padding-left: 15px;
  padding-right: 15px;
}


.theme-manage-area {
  padding-bottom: 0px !important;
  margin-top: 40px !important;
}

.under_line{
  text-decoration: underline;
}
.cont_center{
  text-align: center;
}

.our-people-subtitle {
    margin-top: 40px;
    margin-bottom: -10px;
}


.company-achievement .text .item h4 {
    font-size: 22px;
}

.company-achievement .text .item .number {
    font-size: 20px;
    color: red;
}