
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700|Lato:400,400i,700");

html {
  font-size: 15px;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #73787d;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  color: #272e33;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 100px 0;
}

.section-padding-geo {
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  clear: both;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success-2,
  .contact-validation-active #error,
  .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

.back-to-top {
  background-color: rgb(173,58,110);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #ad3a6e;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-s2, .section-title-s3 {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title, .section-title-s2, .section-title-s3 {
    margin-bottom: 40px;
  }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #242c33;
  margin: -0.09em 0 0.33em;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.section-title p, .section-title-s2 p, .section-title-s3 p {
  margin: 0;
}

.section-title-s2, .section-title-s3 {
  text-align: left;
}

@media (max-width: 991px) {
  .section-title-s2, .section-title-s3 {
    margin-bottom: 15px;
  }
}

.section-title-s3 h2 {
  color: #fff;
}

@media (max-width: 991px) {
  .section-title-s4 {
    margin-bottom: 15px;
  }
}

.section-title-s4 > span {
  font-size: 18px;
  font-size: 1.2rem;
  color: #74787d;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .section-title-s4 > span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .section-title-s4 > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.section-title-s4 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #242c33;
  margin: 3px 0 0;
}

@media (max-width: 991px) {
  .section-title-s4 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title-s4 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  font-family: "Heebo", sans-serif;
  background-color: #ad3a6e;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff !important;
  padding: 11px 30px;
  border-radius: 2px;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    font-size: 15px;
    font-size: 1rem;
    padding: 9px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 8px 22px;
  }
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #312f7e;
  color: #fff !important;
}

.theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  background-color: #ad3a6e;
  color: #fff;
}

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #753085;
  color: #fff;
}

.theme-btn-s3 {
  background-color: #0d1e2d;
  color: #fff;
}

.theme-btn-s3:hover {
  background-color: #ad3a6e;
}

.theme-btn-s4 {
  background-color: transparent;
  color: #ad3a6e;
  border: 2px solid #ad3a6e;
  padding: 8px 30px;
}

@media (max-width: 991px) {
  .theme-btn-s4 {
    padding: 8px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s4 {
    padding: 7px 22px;
  }
}

.form input,
.form textarea,
.form select {
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #312f7e;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #ad3a6e;
}

/******************************
	page title
******************************/
.page-title {
  margin-bottom:20px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 5px;
  font-weight: 400;
  text-transform:uppercase;
}

.page-title-cont {
  padding-top:135px;
  padding-bottom:65px;
}

.page-sub-title {
  margin-bottom:15px;
  letter-spacing: 3px;
  font-size: 12px;
  line-height:15px;
  text-transform:uppercase;
}

.page-title-bg {
	background: #444444 !important;
  opacity: 0.8;
}

.grey-dark-bg .page-sub-title{
  color:rgba(255,255,255, .7);
}

.page-title-cont.grey-dark-bg a{
  color:rgba(255,255,255, .8);
}

.page-title-cont.grey-dark-bg a:hover{
  color:rgba(255,255,255, 1);
}

.page-title-cont.grey-dark-bg .bread-current{
  color:#fff;
}

@media (max-width: 1024px) {
  .page-title-cont.page-title-large {
    padding-top:30px;
  }
  .page-title-img {
    background-attachment: scroll;
  }
}

.grey-dark-bg {
	background-color:#303236;
}

.grey-dark-bg .page-title, .grey-dark-bg .page-title-big{
  color:#fff;
}

.grey-dark-bg .page-sub-title{
  color:rgba(255,255,255, .7);
}

.page-title-cont.grey-dark-bg a{
  color:rgba(255,255,255, .8);
}

.page-title-cont.grey-dark-bg a:hover{
  color:rgba(255,255,255, 1);
}

.page-title-cont.grey-dark-bg .bread-current{
  color:#fff;
}

.page-title-img {
  width: 100%;
	display: block;	
	position: relative;
	background-size: cover;
    
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
  overflow: hidden;
  background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-title-cont .row {
  position: relative;
  background: rgba(211,63,84,0.7);
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
}

.pt-250 {
  padding-top:250px;
}

.relative {
  position: relative;
}

.breadcrumbs {
  margin-top: 53px;
  text-align:right;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
}
.breadcrumbs a {
  color: #7e8082;
}
.breadcrumbs a:hover, .bread-current{
  color: #fdb9d8 !important;
}

.slash-divider {
  margin-right:7px;
  margin-left:7px;
  color: #fff;
}

.preloader {
  width: 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
}

.preloader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 1px solid #dee0e1;
  border-radius: 0;
}

.theme-accordion-s1 .panel-group .panel + .panel {
  margin-top: 8px;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel-heading a {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 15px 25px;
  position: relative;
}

@media (max-width: 1800px) {
  .theme-accordion-s1 .panel-heading a {
    background-color: #ad3a6e;
  }
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.2rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #222;
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 24px 33px 12px;
}

@media (max-width: 1800px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 20px 10px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

/******************************
	page section
******************************/
.page-section  {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.grey-light-bg{
	background-color:#eee;
}

.fes7-img-cont {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0; 
}

.fes7-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 0;
  
  width: 100%;
  display: block;
  background-size: contain;
     
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 992px) {
  .fes7-img-cont {
    position: relative;
  }
  .fes7-img {
    position: relative;
    height: 390px;
  }
}

.fes7-text-cont h1 {
  margin-top: 0px;
  margin-bottom: 40px;
} 

.p-80-cont{ padding-top:80px; padding-bottom:80px;}

.font-light {
	font-weight:100 !important;
}

.fes7-box {
  position: relative;
  padding-left: 47px;
  padding-bottom: 10px;
}

.fes7-box-geo {
  position: relative;
  padding-bottom: 10px;
}

.fes7-box-icon {
  position: absolute;
  top: 3px;
  left: 20px;
  color: #c13c63;
  font-size: 15px;
}

.fes7-box h3, .fes7-box-geo h3 {
  color: #4b4e53;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.sub-text  {
  padding-left: 20px;
}

.page-geo .divider {
	height:1px;
	width:100%;
	background:#4b4e53;
  margin-bottom: 20px;
  opacity: 0.1;
}


/*************************************
    = service single sidebar
**************************************/
@media screen and (min-width: 992px) {
  .service-single-sidebar {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .service-single-sidebar {
    margin-top: 80px;
  }
}

.service-single-sidebar ul {
  list-style-type: none;
}

.service-single-sidebar > .widget + .widget {
  margin-top: 50px;
}

.service-single-sidebar .services-link-widget ul > li + li {
  margin-top: 10px;
}

.service-single-sidebar .services-link-widget ul li a {
  background-color: #f5f2f2;
  font-weight: 600;
  color: #242424;
  padding: 14px 20px;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .service-single-sidebar .services-link-widget ul li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-sidebar .services-link-widget ul li a {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 10px 15px;
  }
}

.service-single-sidebar .services-link-widget ul li a:hover,
.service-single-sidebar .services-link-widget ul li.current a {
  background-color: #ad3a6e;
  color: #fff;
}

.service-single-sidebar .download-brocher-widget a {
  background-color: #ad3a6e;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  padding: 17px 20px 17px 50px;
  position: relative;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .service-single-sidebar .download-brocher-widget a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-single-sidebar .download-brocher-widget a {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 10px 15px 10px 40px;
  }
}

.service-single-sidebar .download-brocher-widget a i {
  background-color: #0d1e2d;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-single-sidebar .contact-widget {
  border: 2px solid #e9e9e9;
  padding: 30px 25px;
}

.service-single-sidebar .contact-widget h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .service-single-sidebar .contact-widget h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.service-single-sidebar .contact-widget p {
  margin: 0;
}


/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 25px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  font-family: "Heebo", sans-serif;
  background-color: #b1b8c1;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #ad3a6e;
  background: -webkit-linear-gradient(top, #ad3a6e, #753085);
  background: -moz-linear-gradient(top, #ad3a6e, #753085);
  background: -o-linear-gradient(top, #ad3a6e, #753085);
  background: -ms-linear-gradient(top, #ad3a6e, #753085);
  background: -webkit-gradient(linear, left top, left bottom, from(#ad3a6e), to(#753085));
  background: linear-gradient(top, #ad3a6e, #753085);
  color: #fff;
}

.pagination-wrapper-left {
  text-align: left;
  margin-top: 70px;
}

@media (max-width: 991px) {
  .pagination-wrapper-left {
    margin-top: 45px;
  }
}

.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation .navbar-brand {
  height: auto;
}

.site-header .navigation .navbar-brand img {
  width: 220px;
  height: 60px;
}

@media (max-width: 1201px) {
  .site-header .navigation .navbar-brand img {
    max-width: 200px;
  }
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ad3a6e;
}

@media screen and (min-width: 1201px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    padding: 34px 12px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #0d1e2d;
    width: 220px;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #132b41;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #a7a7a7;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    background-color: #ad3a6e;
    color: #fff;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1201px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1201px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #ad3a6e;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1201px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 1201px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 1201px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 1201px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 1201px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #ad3a6e;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #ad3a6e;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #ad3a6e;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 1201px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 1201px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/*****************************
	header style 1
*****************************/
.header-style-1 {
  /*** navigation ***/
}

.header-style-1 .topbar {
  background-color: #0d1e2d;
  padding: 15px 0;
  color: #989fa7;
}

.header-style-1 .topbar .contact-info a {
  color: #989fa7 !important;
}

.header-style-1 .topbar .contact-info a:hover {
  color: #c33b62 !important;
}

.header-style-1 .topbar ul li {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #989fa7;
}

@media (max-width: 767px) {
  .header-style-1 .topbar ul li {
    font-size: 13px;
    font-size: 0.86667rem;
    margin-bottom: 6px;
  }
}

.header-style-1 .topbar li i {
  display: inline-block;
  padding-right: 5px;
}

.header-style-1 .topbar .contact-info ul {
  overflow: hidden;
  float: right;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul {
    float: none;
  }
}

.header-style-1 .topbar .contact-info ul li {
  float: left;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul li {
    float: none;
  }
}

.header-style-1 .topbar .contact-info ul > li + li {
  margin-left: 35px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul > li + li {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul > li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar {
    text-align: center;
  }
  .header-style-1 .topbar ul {
    display: inline-block;
  }
}

@media screen and (min-width: 1201px) {
  .header-style-1 #navbar > ul > li > a {
    padding: 31px 12px;
    color: #242c33;
    position: relative;
    z-index: 10;
  }
  .header-style-1 #navbar > ul > li > a:hover {
    color: #ad3a6e !important;
  }
  .header-style-1 #navbar > ul > li > a:hover:after {
    opacity: 1;
  }
  .header-style-1 #navbar > ul > li > a:hover {
    color: #242c33;
  }
}

.header-style-1 .navbar-header button {
  top: 22px;
}

.d-flex {
  display: flex !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.align-self-center {
  align-self: center !important;
}

.text-white {
  color: #fff !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #030507;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
  color: #c33b62;
  background-color: #fff;
  box-shadow: none;
}

.btn:hover {
  color: #fff;
  background-color: #c33b62;
}

/* Carousel styling */
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: auto !important;
}

.carousel-item:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(2) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(3) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
  #introCarousel {
    margin-top: -58.59px;
  }
}


.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position:relative;
  width:100%;
  overflow:hidden;
}

.carousel-inner:after{
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100% !important;
  height: auto !important;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
  display: block;
}/*!rtl:begin:ignore*/

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
  }

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}/*!rtl:end:ignore*/

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media(prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
    transition: none;
  }
}


.carousel-indicators [data-mdb-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fa89bc;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media(prefers-reduced-motion:reduce) {
  .carousel-indicators [data-mdb-target] {
    transition: none;
  }
}

@media(max-width: 767px) {
  .carousel-indicators [data-mdb-target] {
    visibility: hidden;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.mask {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  background-attachment: fixed;
}

.hover-overlay .mask {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.hover-overlay .mask:hover {
  opacity: 1;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.text-white h1 {
  font-size: 70px;
  --mdb-text-opacity: 1;
  color: rgba(255,255,255) !important;
}

.text-white h5 {
  font-size: 20px;
  --mdb-text-opacity: 1;
  color: rgba(255,255,255) !important;
}

.text-center {
  text-align: center !important;
}

@media (max-width: 767px) {
  .text-white h5 {
    font-size: 15px;
  }

  .text-white h1 {
    font-size: 30px;
  }
}


.site-footer {
  background: #f0f0f0;
  border-top: 1px solid #dcdcdc;
}

.site-footer .upper-footer {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #242c33;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 50px;
  }
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  color: #242c33;
  text-transform: uppercase;
  margin: 0 0 2em;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 20px;
  }
}

.site-footer .about-widget p {
  margin-top: -25px;
}

@media (max-width: 767px) {
  .site-footer .about-widget p {
    margin-top: 0;
  }
}

.site-footer .about-widget ul {
  overflow: hidden;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .site-footer .about-widget ul {
    margin-top: 25px;
  }
}

.site-footer .about-widget ul li {
  float: left;
}

.site-footer .about-widget ul > li + li {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .site-footer .about-widget ul > li + li {
    margin-left: 15px;
  }
}

.site-footer .about-widget ul a {
  font-size: 18px;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .site-footer .about-widget ul a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.site-footer .about-widget ul a:hover {
  color: #ad3a6e;
}

.site-footer .services-widget {
  overflow: hidden;
}

.site-footer .btns {
  padding-top: 20px;
}

@media screen and (min-width: 1200px) {
  .site-footer .services-widget {
    padding-right: 45px;
  }
}

.site-footer .services-widget a {
  font-size: 16px;
  font-size: 1.06667rem;
}

@media (max-width: 767px) {
  .site-footer .services-widget a {
    font-size: 15px;
    font-size: 1rem;
  }
}

.site-footer .services-widget a:hover {
  color: #ad3a6e;
}

.site-footer .services-widget i {
  display: inline-block;
  padding-right: 5px;
}

.site-footer .services-widget ul li + li {
  margin-top: 23px;
}

@media (max-width: 767px) {
  .site-footer .services-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .twitter-feed-widget ul li + li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #dcdcdc;
}

.site-footer .twitter-feed-widget p {
  color: #989fa7;
  padding-right: 25px;
}

.site-footer .twitter-feed-widget i {
  color: #198cfa;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .twitter-feed-widget .info-box a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #ad3a6e;
}

@media (max-width: 991px) {
  .site-footer .twitter-feed-widget .info-box a {
    font-weight: normal;
  }
}

.site-footer .recent-post-widget ul > li + li {
  margin-top: 40px;
}

.site-footer .recent-post-widget li {
  padding-left: 88px;
  position: relative;
}

.site-footer .recent-post-widget .entry-media {
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer .recent-post-widget .entry-details h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500 !important;
  color: #242c33;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0;
  position: relative;
  top: -5px;
}

@media (max-width: 1199px) {
  .site-footer .recent-post-widget .entry-details h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.site-footer .recent-post-widget .entry-details h4 a {
  color: #242c33;
}

.site-footer .recent-post-widget .entry-details h4 a:hover {
  color: #ad3a6e;
}

.site-footer .recent-post-widget .entry-details .date {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #7a8595;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .site-footer .recent-post-widget .entry-details .date {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.site-footer .copyright-info {
  padding: 13px 0;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.site-footer .copyright-info p {
  color: #989fa7;
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright-info p {
    font-size: 13px;
    font-size: cacl-rem-value(13);
  }
}

.site-footer .copyright-info a {
  color: #989fa7;
}

.site-footer .copyright-info a:hover {
  color: #ad3a6e;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background: #0d1e2d;
}

.header-style-3 .sticky-header {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cta-section, .cta-section-s2 {
  padding: 55px 0;
  position: relative;
}

@media (max-width: 991px) {
  .cta-section, .cta-section-s2 {
    text-align: center;
  }
}

.cta-section:before, .cta-section-s2:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .cta-text, .cta-section-s2 .cta-text {
  position: relative;
}

@media screen and (min-width: 992px) {
  .cta-section .cta-text .theme-btn-s2, .cta-section-s2 .cta-text .theme-btn-s2, .cta-section .cta-text .theme-btn-s3, .cta-section-s2 .cta-text .theme-btn-s3, .cta-section .cta-text .theme-btn-s4, .cta-section-s2 .cta-text .theme-btn-s4 {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.cta-section h3, .cta-section-s2 h3 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 500;
  color: #242c33;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .cta-section h3, .cta-section-s2 h3 {
    padding-right: 200px;
  }
}

@media (max-width: 1199px) {
  .cta-section h3, .cta-section-s2 h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .cta-section h3, .cta-section-s2 h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .cta-section h3, .cta-section-s2 h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.services-section {
  background-color: #edf5f8;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .services-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding-bottom: 70px;
  }
}

.services-section .services-grids .grid {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
}

.services-section .grid .img-overlay {
  position: relative;
  overflow: hidden;
}

.services-section .grid .overlay {
  background-color: rgba(255, 94, 20, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services-section .grid:hover .overlay {
  top: 0;
}

.services-section .grid .overlay a {
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  font-size: 1.6rem;
  color: #ad3a6e;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .services-section .grid .overlay a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-size: 1.33333rem;
    border-radius: 3px;
  }
}

.services-section .grid .details {
  padding: 23px 28px 15px;
}

@media (max-width: 1199px) {
  .services-section .grid .details {
    padding: 23px 15px 15px;
  }
}

@media (max-width: 767px) {
  .services-section .grid .details {
    padding: 23px 5px 15px;
  }
}

.services-section .grid .details h3 {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: 500;
  color: #242c33;
  margin: 0 0 0.35em;
}

@media (max-width: 1199px) {
  .services-section .grid .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-section .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-section .grid .details p {
  margin-bottom: 1.7em;
}

.services-section .grid .read-more {
  padding-top: 17px;
  border-top: 1px solid #efefef;
}

.services-section .grid .read-more a {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #242c33;
}

.services-section .grid .read-more a:hover {
  color: #ad3a6e;
}

.services-section .view-all-services {
  font-family: "Heebo", sans-serif;
  max-width: 280px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  margin: 0;
}

@media (max-width: 1199px) {
  .services-section .view-all-services {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .services-section .view-all-services {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .services-section .view-all-services {
    text-align: center;
    margin: 55px auto 0;
  }
}

.services-section .view-all-services a {
  color: #ad3a6e;
}

.services-section .owl-controls {
  position: relative;
  margin-top: 65px;
}

@media (max-width: 767px) {
  .services-section .owl-controls {
    margin-top: 55px;
  }
}

.services-section .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ad3a6e;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.services-section .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ad3a6e;
  box-shadow: 0 0 0 2px #ad3a6e;
}

.services-section .owl-controls .owl-nav {
  position: absolute;
  right: 0;
  top: -15px;
}

@media (max-width: 767px) {
  .services-section .owl-controls .owl-nav {
    width: 100%;
    top: -10px;
  }
}

.services-section .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 30px;
  color: #242c33;
  border-radius: 0;
}

@media (max-width: 767px) {
  .services-section .owl-controls .owl-nav .owl-prev,
  .services-section .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover {
  background: #ad3a6e;
  color: #fff;
}

.about-section {
  background: url("../images/about-section-bg.jpg") center center/cover no-repeat local;
  background-attachment: fixed;
}

.about-section .content {
  overflow: hidden;
  position: relative;
}

.about-section .left-col {
  background-color: rgba(195,59,98, 0.9);
  width: calc(50% + 90px);
  float: left;
  padding: 125px 0 115px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .about-section .left-col {
    width: 100%;
    float: none;
    padding: 80px 0 75px;
  }
}

.about-section .right-col {
  background-color: rgba(135,55,128, 0.3);
  width: calc(50% - 90px);
  height: 100%;
  float: left;
  padding: 125px 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .about-section .right-col {
    width: 100%;
    float: none;
    position: relative;
    height: auto;
  }
}

@media (max-width: 767px) {
  .about-section .right-col {
    padding: 90px 0;
  }
}

.about-section .left-col .inner {
  max-width: 670px;
  float: right;
  margin-left: auto;
  padding-right: 75px;
}

@media (max-width: 1199px) {
  .about-section .left-col .inner {
    max-width: 560px;
  }
}

@media (max-width: 991px) {
  .about-section .left-col .inner {
    max-width: 750px;
    float: none;
    margin: auto;
    padding: 0 15px;
  }
}

.about-section .left-col h3 {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1.22em;
  color: #fff;
  margin: -0.13em 0 0.8em;
  padding-right: 100px;
}

@media (max-width: 1199px) {
  .about-section .left-col h3 {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .about-section .left-col h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .about-section .left-col h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.about-section .left-col p {
  color: #fff;
  margin-bottom: 3em;
}

.about-section .social span {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-section .social span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.about-section .social ul {
  overflow: hidden;
  margin-top: 10px;
}

.about-section .social ul li {
  float: left;
}

.about-section .social ul > li + li {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .about-section .social ul > li + li {
    margin-left: 10px;
  }
}

.about-section .social ul a {
  font-size: 36px;
  font-size: 2.4pxrem;
  color: #fff;
}

@media (max-width: 991px) {
  .about-section .social ul a {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.about-section .right-col .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-section .right-col .video-holder a {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .about-section .right-col .video-holder a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.about-section .right-col .video-holder i {
  background-color: #ad3a6e;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  font-size: 0.66667rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.projects-section, .projects-section-s2 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .projects-section, .projects-section-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .projects-section, .projects-section-s2 {
    padding-bottom: 70px;
  }
}

.projects-section .container-fluid, .projects-section-s2 .container-fluid {
  padding: 0 0 0 10px;
}

.projects-section .gallery-filters, .projects-section-s2 .gallery-filters {
  text-align: center;
}

.projects-section .gallery-filters ul, .projects-section-s2 .gallery-filters ul {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 35px;
}

@media (max-width: 600px) {
  .projects-section .gallery-filters ul, .projects-section-s2 .gallery-filters ul {
    margin-bottom: 25px;
  }
}

.projects-section .gallery-filters li, .projects-section-s2 .gallery-filters li {
  float: left;
}

@media (max-width: 600px) {
  .projects-section .gallery-filters li, .projects-section-s2 .gallery-filters li {
    float: none;
    margin-bottom: 5px;
  }
}

.projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
  margin-left: 60px;
}

@media (max-width: 1199px) {
  .projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
    margin-left: 25px;
  }
}

@media (max-width: 600px) {
  .projects-section .gallery-filters ul > li + li, .projects-section-s2 .gallery-filters ul > li + li {
    margin-left: 0;
  }
}

.projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ad3a6e;
}

@media (max-width: 1199px) {
  .projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .projects-section .gallery-filters a, .projects-section-s2 .gallery-filters a {
    font-size: 15px;
    font-size: 1rem;
  }
}

.projects-section .gallery-filters ul li a.current, .projects-section-s2 .gallery-filters ul li a.current {
  text-decoration: underline;
}

.projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
  width: 25%;
  float: left;
  padding: 0 10px 10px 0;
  position: relative;
}

@media (max-width: 991px) {
  .projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .projects-section .gallery-container .box, .projects-section-s2 .gallery-container .box {
    width: 100%;
    float: none;
  }
  .projects-section .gallery-container .box img, .projects-section-s2 .gallery-container .box img {
    width: 100%;
  }
}

.projects-section .box .details, .projects-section-s2 .box .details {
  background-color: #0d1e2d;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 15px;
  top: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.projects-section .box:hover .details, .projects-section-s2 .box:hover .details {
  visibility: visible;
  opacity: 1;
}

.projects-section .details .info, .projects-section-s2 .details .info {
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-section .info .cat, .projects-section-s2 .info .cat {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #ad3a6e;
}

@media (max-width: 767px) {
  .projects-section .info .cat, .projects-section-s2 .info .cat {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.projects-section .info h3, .projects-section-s2 .info h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0.4em 0 0;
}

@media (max-width: 1199px) {
  .projects-section .info h3, .projects-section-s2 .info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .projects-section .info h3, .projects-section-s2 .info h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .projects-section .info h3, .projects-section-s2 .info h3 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.projects-section .info h3 a, .projects-section-s2 .info h3 a {
  color: #fff;
}

.projects-section .info h3 a:hover, .projects-section-s2 .info h3 a:hover {
  color: #ad3a6e;
}


.contact-section {
  background: url("../images/contact-section-bg.jpg") center center/cover no-repeat local;
  position: relative;
  padding-bottom: 85px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .contact-section {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 65px;
  }
}

.contact-section:before {
  content: "";
  background-color: rgba(36, 44, 51, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section .title-text p {
  color: #aaa;
}

.contact-section .contact-form {
  padding-top: 20px;
}

.contact-section .contact-form label {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: bold;
  display: block;
  color: #ad3a6e;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact-section .contact-form label {
    font-size: 11px;
    font-size: 0.73333rem;
  }
}

.contact-section .contact-form input,
.contact-section .contact-form select {
  background-color: #fff;
  height: 38px;
  border: 0;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .contact-section .contact-form input,
  .contact-section .contact-form select {
    height: 34px;
  }
}

.contact-section .contact-form select {
  background-image: url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  display: inline-block;
}

.contact-section .contact-form form {
  overflow: hidden;
  margin: 0 -12px;
}

.contact-section .contact-form form > div {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-bottom: 40px;
}

@media (max-width: 450px) {
  .contact-section .contact-form form > div {
    width: 100%;
    float: none;
  }
}

.contact-section .contact-form form .submit-btn-wrap {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 0;
}

.contact-section .contact-form .submit-btn-wrap input {
  background-color: #ad3a6e;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-section .contact-form .submit-btn-wrap input:hover {
  background-color: #ea4a00;
}

.contact-section .contact-form form .error-handling-messages {
  width: 100%;
  margin-bottom: 0;
}

.contact-section .contact-man {
  position: absolute;
  right: 60px;
  bottom: -50px;
}

@media (max-width: 1550px) {
  .contact-section .contact-man {
    display: none;
  }
}

.cis-cont{
  position: relative;
  padding-left: 65px;
}

@media (max-width: 767px) {
  .cis-icon {
    top: 25px;
    font-size: 25px;
  }
  .cis-cont {
    padding-left: 50px;
  }
}

.cis-icon {
  position: absolute;
  top: 25px;
  left: 0;
  color: #7e8082;
  font-size: 35px;
}

.cis-text  {
  padding:16px 0px 18px 27px;
  border-left:1px solid #dedede;
}

.cis-text  {
  padding:16px 0px 18px 27px;
  border-left:1px solid #dedede;
}

.grey-light-bg .cis-text  {
  border-left:1px solid #bdbdbd;
}

.cis-text h3 {
  color: #4b4e53;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

.cis-text p {
  margin: 0;
  font-size: 16px;
}

.cis-text a {
  color: #73787d;
}

.cis-text a:hover {
  color: #ad3a6e;
}

#google-map, .google-map iframe {
  height: 625px;
  position: relative;
  background-color: #eee !important;
  z-index: 1;
}
.google-map iframe{
  display:block;
  width:100%;
}
#google-map.contact-form-with-catcha {
  height: 755px;
}

.about-section-s2 > .container {
  position: relative;
}

.about-section-s2 .about-text {
  padding: 145px 0 150px;
}

@media (max-width: 991px) {
  .about-section-s2 .about-text {
    padding: 80px 0 85px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .about-text {
    padding: 70px 0 75px;
  }
}

.about-section-s2 .about-title > span {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ad3a6e;
}

@media (max-width: 767px) {
  .about-section-s2 .about-title > span {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s2 .about-title {
    padding-right: 70px;
  }
}

.about-section-s2 .about-title h2 {
  font-size: 30px;
  font-size: 2rem;
  color: #242c33;
  line-height: 1.2em;
  margin: 0.37em 0 0.73em;
}

@media (max-width: 991px) {
  .about-section-s2 .about-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .about-title h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s2 .about-text {
    padding-right: 55px;
  }
}

.about-section-s2 .about-text p {
  margin-bottom: 2.8em;
}

@media (max-width: 767px) {
  .about-section-s2 .about-text p {
    margin-bottom: 2.4em;
  }
}

.about-section-s2 .about-video-col-wrap {
  position: absolute;
  height: 100%;
  right: 15px;
  top: 0;
}

@media (max-width: 991px) {
  .about-section-s2 .about-video-col-wrap {
    display: none;
  }
}

.about-section-s2 .about-video-col {
  background: url("../images/about-s2-video-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.about-section-s2 .video-holder {
  padding: 22px 30px;
}

.about-section-s2 .video-holder a {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-section-s2 .video-holder a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.about-section-s2 .video-holder i {
  background-color: #ad3a6e;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  font-size: 0.66667rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.services-section-s2 {
  background-color: rgb(217,58,84, 0.08);
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .services-section-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .services-section-s2 {
    padding-bottom: 70px;
  }
}

.services-section-s2 .grid .service-title,
.services-section-s2 .grid p,
.services-section-s2 .grid .more {
  position: relative;
  z-index: 1;
}

.services-section-s2 .services-grids .grid {
  overflow: hidden;
  margin: 0 -15px;
}

.services-section-s2 .grid img {
  width: auto;
}

.services-section-s2 .grid .box {
  width: calc(33.33% - 30px);
  padding: 30px 35px 25px;
  margin: 0 15px 50px;
  float: left;
  position: relative;
}

@media (max-width: 1199px) {
  .services-section-s2 .grid .box {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .services-section-s2 .grid .box {
    padding: 20px 20px 15px;
  }
}

@media (max-width: 610px) {
  .services-section-s2 .grid .box {
    width: calc(100% - 30px);
  }
}

.services-section-s2 .grid .box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-section-s2 .grid .box:after {
  content: "";
  background-color: rgba(49,47,126, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-section-s2 .service-title {
  min-height: 35px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}

.services-section-s2 .service-title .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.services-section-s2 .service-title h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  color: #242c33;
  padding-top: 7px;
  margin: 0;
}

@media (max-width: 991px) {
  .services-section-s2 .service-title h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .services-section-s2 .service-title h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.services-section-s2 .box p {
  margin-bottom: 1em;
}

.services-section-s2 .box .more {
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

.services-section-s2 .box .more a {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #242c33;
}

.services-section-s2 .grid .box:hover:before,
.services-section-s2 .grid .box:hover:after {
  opacity: 1;
}

.services-section-s2 .box:hover .service-title h3,
.services-section-s2 .box:hover p,
.services-section-s2 .box:hover .more a {
  color: #fff;
}

.services-section-s2 .box:hover .more {
  border-color: #5a5f71;
}

.services-section-s2 .view-all-services {
  font-family: "Heebo", sans-serif;
  max-width: 280px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  margin: 0;
}

@media (max-width: 1199px) {
  .services-section-s2 .view-all-services {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .services-section-s2 .view-all-services {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .services-section-s2 .view-all-services {
    text-align: center;
    margin: 55px auto 0;
  }
}

.services-section-s2 .view-all-services a {
  color: #ad3a6e;
}

.services-section-s2 .owl-controls {
  position: relative;
  margin-top: 20px;
}

.services-section-s2 .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ad3a6e;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.services-section-s2 .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ad3a6e;
  box-shadow: 0 0 0 2px #ad3a6e;
}

.services-section-s2 .owl-controls .owl-nav {
  position: absolute;
  right: 0;
  top: -10px;
}

@media (max-width: 767px) {
  .services-section-s2 .owl-controls .owl-nav {
    width: 100%;
    top: -10px;
  }
}

.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 30px;
  color: #242c33;
  border-radius: 0;
}

@media (max-width: 767px) {
  .services-section-s2 .owl-controls .owl-nav .owl-prev,
  .services-section-s2 .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.services-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover {
  background: #ad3a6e;
  color: #fff;
}

.features-section .features-grids {
  overflow: hidden;
}

.features-section .features-grids .grid {
  width: 33.33%;
  float: left;
}

@media (max-width: 991px) {
  .features-section .features-grids .grid {
    width: 50%;
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .features-section .features-grids .grid {
    width: 100%;
    float: none;
  }
}

.features-section .features-grids .grid:last-child {
  margin-bottom: 0;
}

.features-section .features-grids > .grid:nth-child(2) .details {
  background-color: #2f3943;
}

.features-section .features-grids > .grid:nth-child(3) .details {
  background-color: #0d1e2d;
}

.features-section .grid .details {
  background-color: #ad3a6e;
  padding: 45px 70px;
}

@media (max-width: 1600px) {
  .features-section .grid .details {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .features-section .grid .details {
    padding: 25px 20px;
  }
}

.features-section .details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.25em;
  margin: 0 0 0.83em;
  color: #fff;
}

@media (max-width: 1199px) {
  .features-section .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .features-section .details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.features-section .details p {
  color: #fff;
  margin: 0;
}

.fun-fact-section {
  padding: 70px 0 80px;
  border-bottom: 1px solid #dedede;
}

@media (max-width: 991px) {
  .fun-fact-section {
    padding: 60px 0 70px;
  }
}

@media (max-width: 650px) {
  .fun-fact-section .start-count > .col {
    width: 100%;
    float: none;
    text-align: center;
  }
  .fun-fact-section .start-count > .col .grid {
    display: inline-block;
  }
}

@media (max-width: 650px) {
  .fun-fact-section .start-count > .col + .col {
    margin-top: 50px;
  }
}

.fun-fact-section .grid {
  position: relative;
  padding-left: 90px;
}

@media (max-width: 991px) {
  .fun-fact-section .grid {
    padding-left: 70px;
  }
}

@media (max-width: 650px) {
  .fun-fact-section .grid {
    padding-left: 60px;
  }
}

.fun-fact-section .icon {
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .fun-fact-section .icon img {
    max-width: 50px;
  }
}

@media (max-width: 650px) {
  .fun-fact-section .icon img {
    max-width: 45px;
  }
}

.fun-fact-section .grid h3 {
  font-size: 47px;
  font-size: 3.13333rem;
  font-weight: bold;
  color: #242c33;
  margin: 0;
}

@media (max-width: 1199px) {
  .fun-fact-section .grid h3 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .fun-fact-section .grid h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 650px) {
  .fun-fact-section .grid h3 {
    text-align: left;
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.fun-fact-section .grid p {
  font-family: "Heebo", sans-serif;
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: bold;
  color: #757e86;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .fun-fact-section .grid p {
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: normal;
  }
}

@media (max-width: 991px) {
  .fun-fact-section .grid p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 650px) {
  .fun-fact-section .grid p {
    text-align: left;
    font-size: 15px;
    font-size: 1rem;
  }
}

.about-section-s3 .about-text {
  padding: 40px 0;
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .about-section-s3 .about-text {
    margin-left: 0;
    padding: 25px 0;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .about-text {
    padding: 0;
    margin-top: 50px;
  }
}

.about-section-s3 .title > span {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #74787d;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section-s3 .title > span {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.about-section-s3 .title h2 {
  font-size: 42px;
  font-size: 2.8rem;
  color: #242c33;
  line-height: 1.2em;
  margin: 0.14em 0 0.71em;
}

@media (max-width: 1199px) {
  .about-section-s3 .title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s3 .about-text {
    padding-right: 90px;
  }
}

.about-section-s3 .about-text p {
  margin-bottom: 2.8em;
}

@media (max-width: 767px) {
  .about-section-s3 .about-text p {
    margin-bottom: 2.4em;
  }
}

.about-btn {
  font-family: "Heebo", sans-serif;
  background-color: #312f7e;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff;
  padding: 11px 30px;
  border-radius: 2px;
  display: inline-block;
}

@media (max-width: 991px) {
  .about-btn {
    font-size: 15px;
    font-size: 1rem;
    padding: 9px 25px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .about-btn {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 8px 22px;
    margin-bottom: 35px;
  }
}

.about-btn:hover {
  background-color: #ad3a6e;
  color: #fff;
}

.about-section-s3 .fun-fact-grids {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .about-section-s3 .fun-fact-grids {
    margin-left: -30px;
  }
}

.about-section-s3 .fun-fact-grids .grid {
  width: 33.33%;
  float: left;
  padding-left: 65px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-section-s3 .fun-fact-grids .grid {
    padding-left: 55px;
  }
}

@media (max-width: 550px) {
  .about-section-s3 .fun-fact-grids .grid {
    width: 100%;
    float: none;
    padding-left: 60px;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .about-section-s3 .fun-fact-grids > .grid + .grid {
    margin-top: 50px;
  }
}

.about-section-s3 .fun-fact-grids .icon {
  position: absolute;
  left: 0;
}

.about-section-s3 .fun-fact-grids .icon img {
  max-width: 50px;
}

@media (max-width: 1199px) {
  .about-section-s3 .fun-fact-grids .icon img {
    max-width: 42px;
  }
}

.about-section-s3 .fun-fact-grids h3 {
  font-size: 33px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #242c33;
  margin: 0;
}

@media (max-width: 1199px) {
  .about-section-s3 .fun-fact-grids h3 {
    font-size: 26px;
    font-size: 1.73333rem;
  }
}

@media (max-width: 550px) {
  .about-section-s3 .fun-fact-grids h3 {
    text-align: left;
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.about-section-s3 .fun-fact-grids p {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #757e86;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section-s3 .fun-fact-grids p {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: normal;
  }
}

@media (max-width: 550px) {
  .about-section-s3 .fun-fact-grids p {
    text-align: left;
  }
}

.work-process-section {
  /*** tablinks ***/
  /*** tab-content ***/
}

.work-process-section .section-title-text {
  margin-top: -5px;
}

.work-process-section .work-process-content {
  overlfow: hidden;
  margin-top: 50px;
}

.work-process-section .work-process-content .tab-content .detail-box h3 {
  color: #4b4e53;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}

.work-process-section .work-process-content .tab-content .detail-box ul {
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .work-process-section .work-process-content {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .work-process-section .work-process-content {
    margin-top: 35px;
  }
}

.work-process-section .tablinks {
  width: 180px;
  padding-top: 20px;
  float: left;
}

@media (max-width: 991px) {
  .work-process-section .tablinks {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .work-process-section .tablinks {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .work-process-section .tablinks ul {
    display: inline-block;
  }
  .work-process-section .tablinks li {
    float: left;
  }
}

.work-process-section .tablinks li {
  border-bottom: 1px solid #f0f0f0;
}

.work-process-section .tablinks a {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #242c33;
  padding: 7px 15px;
  display: block;
}

@media (max-width: 991px) {
  .work-process-section .tablinks a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .work-process-section .tablinks a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.work-process-section .tablinks .active a {
  background-color: #ad3a6e;
  color: #fff;
}

.work-process-section .tablinks a:hover,
.work-process-section .tablinks a:focus {
  text-decoration: none;
}

.work-process-section .tab-content {
  width: calc(100% - 180px);
  float: left;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .work-process-section .tab-content {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.work-process-section .tab-pane {
  overflow: hidden;
}

.work-process-section .tab-pane .img-holder {
  width: 300px;
  float: left;
}

@media (max-width: 991px) {
  .work-process-section .tab-pane .img-holder {
    width: 100%;
    float: none;
  }
}

.work-process-section .tab-pane .details {
  float: left;
  padding-left: 28px;
  padding-top: 50px !important;
}

@media (max-width: 991px) {
  .work-process-section .tab-pane .details {
    width: 100%;
    float: none;
    padding-top: 45px;
  }
}

.work-process-section .tab-pane .details h3 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.47em;
}

@media (max-width: 991px) {
  .work-process-section .tab-pane .details h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .work-process-section .tab-pane .details h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.work-process-section .detail-list {
  overflow: hidden;
  padding-top: 15px;
}

@media (max-width: 1199px) {
  .work-process-section .detail-list {
    padding-top: 20px;
  }
}

.work-process-section .detail-list ul {
  width: 50%;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #74787d;
  float: left;
}

@media (max-width: 1199px) {
  .work-process-section .detail-list ul {
    width: 100%;
    float: none;
  }
}

@media (max-width: 991px) {
  .work-process-section .detail-list ul {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .work-process-section .detail-list ul {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.work-process-section .detail-list > ul:nth-child(2n) {
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .work-process-section .detail-list > ul:nth-child(2n) {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .work-process-section .detail-list > ul:nth-child(2n) {
    padding-top: 8px;
  }
}

.work-process-section .detail-list ul > li + li {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .work-process-section .detail-list ul > li + li {
    margin-top: 8px;
  }
}

.projects-section-s2 {
  position: relative;
}

.projects-section-s2:before {
  content: "";
  background-color: #f0f0f0;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section-s2:before {
  background: rgba(13, 30, 45, 0.9);
}

.cta-section-s2 h3 {
  color: #fff;
}

.all-projects-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .all-projects-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .all-projects-section {
    padding-bottom: 70px;
  }
}

.all-projects-section .gallery-filters {
  text-align: center;
}

.all-projects-section .gallery-filters ul {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 35px;
}

@media (max-width: 600px) {
  .all-projects-section .gallery-filters ul {
    margin-bottom: 25px;
  }
}

.all-projects-section .gallery-filters li {
  float: left;
}

@media (max-width: 600px) {
  .all-projects-section .gallery-filters li {
    float: none;
    margin-bottom: 5px;
  }
}

.all-projects-section .gallery-filters ul > li + li {
  margin-left: 60px;
}

@media (max-width: 1199px) {
  .all-projects-section .gallery-filters ul > li + li {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .all-projects-section .gallery-filters ul > li + li {
    margin-left: 25px;
  }
}

@media (max-width: 600px) {
  .all-projects-section .gallery-filters ul > li + li {
    margin-left: 0;
  }
}

.all-projects-section .gallery-filters a {
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ad3a6e;
}

@media (max-width: 1199px) {
  .all-projects-section .gallery-filters a {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .all-projects-section .gallery-filters a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .all-projects-section .gallery-filters a {
    font-size: 15px;
    font-size: 1rem;
  }
}

.all-projects-section .gallery-filters ul li a.current {
  text-decoration: underline;
}

.all-projects-section .gallery-container .box {
  width: 25%;
  float: left;
  padding: 0 10px 10px 0;
  position: relative;
}

@media (max-width: 991px) {
  .all-projects-section .gallery-container .box {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .all-projects-section .gallery-container .box {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .all-projects-section .gallery-container .box {
    width: 100%;
    float: none;
  }
  .all-projects-section .gallery-container .box img {
    width: 100%;
  }
}

.all-projects-section .box .details {
  background-color: #0d1e2d;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 15px;
  top: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.all-projects-section .box .details h3 {
  color: #fff !important;
}

.all-projects-section .box:hover .details {
  visibility: visible;
  opacity: 1;
}

.all-projects-section .details .info {
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.all-projects-section .info .cat {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #ad3a6e;
}

@media (max-width: 767px) {
  .all-projects-section .info .cat {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.all-projects-section .info h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0.4em 0 0;
}

@media (max-width: 1199px) {
  .all-projects-section .info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .all-projects-section .info h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .all-projects-section .info h3 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.all-projects-section .info h3 a {
  color: #fff;
}

.all-projects-section .info h3 a:hover {
  color: #ad3a6e;
}

.contact-pg-contact-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .contact-pg-contact-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .contact-pg-contact-section {
    padding-bottom: 70px;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.contact-pg-contact-section label {
  color: #242c33;
}

@media (max-width: 767px) {
  .contact-pg-contact-section label {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.contact-pg-contact-section .contact-form .row > .col {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-form .row > .col {
    margin-bottom: 18px;
  }
}

.contact-pg-contact-section .contact-form .row > .col:nth-child(6) {
  margin-bottom: 0;
}

.contact-pg-contact-section .contact-form .row > .col:last-child {
  margin-bottom: 0;
}

.contact-pg-contact-section input,
.contact-pg-contact-section textarea {
  background-color: #ebeef0;
  height: 38px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section input,
  .contact-pg-contact-section textarea {
    height: 35px;
  }
}

.contact-pg-contact-section input:focus,
.contact-pg-contact-section textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-pg-contact-section textarea {
  height: 200px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section textarea {
    height: 150px;
  }
}

.contact-pg-contact-section .submit-btn button {
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 5px;
}

.contact-pg-contact-section .upload-btn button {
  width: 50%;
  border: 0;
  outline: 0;
  border-radius: 5px;
}

.pt-250 {
  padding-top:50px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-info {
    margin-top: 55px;
  }
}

.contact-pg-contact-section .contact-info h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.47em;
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-info h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.contact-pg-contact-section .contact-info ul {
  margin-top: 30px;
}

.contact-pg-contact-section .contact-info li {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #242c33;
  position: relative;
  padding-left: 25px;
}

.contact-pg-contact-section .contact-info ul > li + li {
  margin-top: 12px;
}

.contact-pg-contact-section .contact-info li i {
  color: #ad3a6e;
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-pg-contact-section #loader {
  color: #ad3a6e;
}

.page-section  {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.fes1-cont {
	padding-top:80px;
	padding-bottom:110px;
}

@media only screen and (max-width : 768px) {
  .fes1-cont {
    padding-top:80px;
    padding-bottom:50px; 
  }
  .fes1-img-cont img{
		height:250px;
	}
  .title-fs-60 {
		font-size: 40px;
		line-height: 40px;
	}
}

.fes1-img-cont {
	text-align:center;
}

@media (max-width: 991px) {
  wow {
    visibility: visible !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .fes1-img-cont img{
		height:250px;
	}
  .big-title {
		font-size: 40px !important;
		line-height: 40px !important;
	}
  .title-fs-60 {
		font-size: 40px !important;
		line-height: 40px !important;
	}
}

.mb-20 {margin-bottom:20px !important;}

.bold {
	font-weight:bold !important;
}

.line-3-100{
	margin-top:15px;
	height:3px;
	width:100px;
	background:#4b4e53;
}

.fes1-main-title-cont{
	margin:30px 0 40px 0;
  text-transform: uppercase:
}

.title-fs-60 {
	color:#4b4e53;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
  text-transform: uppercase;
}

.big-title {
	color:#4b4e53;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
}

.fes1-box{
  position:relative;
	padding-left: 55px;
	padding-bottom: 10px;
}

.fes1-box h3 {
	color:#4b4e53;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
  text-transform: uppercase;
}

.p-140-cont{ 
  padding-top:140px; 
  padding-bottom:140px;
}

@media only screen and (max-width : 1024px) {
  .p-140-cont{ 
    padding-top:120px; 
    padding-bottom:120px;
  }
}

@media only screen and (max-width : 768px) {
  .p-140-cont{ 
    padding-top:80px; 
    padding-bottom:80px;
  }
}

.mb-40 {
  margin-bottom:40px !important;
}

@media (max-width: 991px) {
  .img-container-404 {
		margin-bottom:65px;
	}
}

.icon-list {
	padding-left: 0;
	margin-left: 24px;
	list-style-type: none;
}

.icon-list li {
	position: relative;
}

.icon-list li a {
	position: relative;
  color: #73787d !important;
}

.icon-list li a:hover, .icon-list li:hover {
	position: relative;
  color: #ad3a6e !important;
}

.icon-list>li [class*=" fa-"]{
	position: absolute;
	left: -21px;
	text-align: center;
	top: 4px;
	width: 14px;
}


/*# sourceMappingURL=style.css.map */
