

#thanks {
  background-color: #fff;
}
#thanks::after {
  content: none;
}
#thanks div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#thanks h2 {
  margin-bottom: 60px;
  color: #333;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}
#thanks p {
  color: #333;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
}
#thanks p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}
#thanks p a:hover {
  color: #888;
}
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}



#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section02 a {
  padding-top: 60px;
}
#section02 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section02 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section03 a {
  padding-top: 60px;
}
#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}



#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



#section06 a {
  padding-top: 70px;
}
#section06 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb06 1.5s infinite;
  animation: sdb06 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



#section08 a {
  padding-top: 60px;
}
#section08 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section08 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}



#section09 a {
  padding-top: 80px;
}
#section09 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section09 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section09 a span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: '';
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}



#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.imageblcok{ position:relative;}
 .block-img {width: 100%; height: auto; clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); z-index: -1;}
 .block-img2 {width: 100%; height: auto; clip-path: polygon(0 0, 100% 0, 100% 100%, 46% 100%);}
 .block-img3 {width: 100%; height: auto; clip-path: polygon(0 0, 100% 0, 75% 99%, 0% 100%);}
  .block-img6 {width: 100%; height: auto; clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);}
}


.pb-100{ padding-bottom:100px;}.pb-90{ padding-bottom:90px;}.pb-80{ padding-bottom:80px;}.pb-70{ padding-bottom:70px;}.pb-60{ padding-bottom:60px;}.pb-50{ padding-bottom:50px;}.pb-40{ padding-bottom:40px;}.pb-30{ padding-bottom:30px;}.pb-20{ padding-bottom:20px;}.pb-10{ padding-bottom:10px;}
.pt-100{ padding-top:100px;}.pt-90{ padding-top:90px;}.pt-80{ padding-top:80px;}.pt-70{ padding-top:70px;}.pt-60{ padding-top:60px;}.pt-50{ padding-top:50px;}.pt-40{ padding-top:40px;}.pt-30{ padding-top:30px;}.pt-20{ padding-top:20px;}.pt-10{ padding-top:10px;}
.mt-100{ margin-top:100px;}.mt-90{ margin-top:90px;}.mt-80{ margin-top:80px;}.mt-70{ margin-top:70px;}.mt-60{ margin-top:60px;}.mt-50{ margin-top:50px;}.mt-40{ margin-top:40px;}.mt-30{ margin-top:30px;}.mt-20{ margin-top:20px;}.mt-10{ margin-top:10px;}
.mb-100{ margin-bottom:100px;}.mb-90{ margin-bottom:90px;}.mb-80{ margin-bottom:80px;}.mb-70{ margin-bottom:70px;}.mb-60{ margin-bottom:60px;}.mb-50{ margin-bottom:50px;}.mb-40{ margin-bottom:40px;}.mb-30{ margin-bottom:30px;}.mb-20{ margin-bottom:20px;}.mb-10{ margin-bottom:10px;}

.strip-content {background: #11163f; color: #fff;  padding:0; text-align: center;}
.strip-content h2{color: #fff;} .strip-content span{color: #1dace3  !important;}
.strip-content .btn.btn-primary{color: #fff; background-color: #1dace3 !important; border-color: #1dace3  !important; border-radius: 45px; padding: 10px 25px;
    margin-right: 10px;}
.communityjoin {padding: 100px 60px 0;}
.bggray{ background:#f9f9f9;}

.recruitmentservice{ padding:40px;line-height: 24px;}

.recruitmentservice h5{ font-size:24px; padding: 10px 0; }
.block-img img {
    width: 100%;
    height: 100%;
    
    object-fit: cover;
}

figure img {
    max-width: 100%;
}

/*Accordion*/
.accordion .ui-accordion-header {
  margin: 10px 0 0 0;
  background-color: #0062cc;
  color: #fff;
  border: 1px solid #403837;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  padding: 11px 10px 10px 5px;
  letter-spacing: 1px;
  position: relative;
  text-align: left; }
  .accordion .ui-accordion-header .ui-icon {
    display: none; }
  .accordion .ui-accordion-header i {
    margin-left: 10px;
    margin-right: 10px; }
  .accordion .ui-accordion-header:first-child {
    margin-top: 0; }
  .accordion .ui-accordion-header:after {
    font-family: 'Pe-icon-7-stroke';
    content: "\e688";
    color: #b3b3b3;
    font-size: 1.6875rem;
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    right: 26px;
    top: 2px; }

.accordion .ui-state-active {
  background-color: #11163f;
  color: #fff;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  border: none; }
  .accordion .ui-state-active:after {
    content: "\e682";
    color: #fff; }

.accordion .ui-accordion-content {background-color: #f8f8f8;  border: 1px solid #dfdfdf;  border-top: none;  padding: 15px 20px 15px 20px;}
.accordion .ui-accordion-content p {color: #5c5c5c; margin-top: 0; font-size: 14px; line-height: 23px;}

.single-wcus-icon,.single-wcus-text {float: left;}
.single-wcus {float: left;	width: 100%;}
.single-wcus:hover .single-wcus-icon {background-color: #333;}
.single-wcus:hover .single-wcus-icon:before {border-bottom-color: #333;}
.single-wcus:hover .single-wcus-icon:after {border-top-color: #333;}
.single-wcus-icon {	margin: 17px 30px 0 0;	position: relative;	width: 70px; height: 38px;	background-color: #11163f;	-webkit-transition: all 1.5s ease .1s;
	-moz-transition: all 1.5s ease .1s;	-ms-transition: all 1.5s ease .1s;	-o-transition: all 1.5s ease .1s;	transition: all 1.5s ease .1s;}

.single-wcus-icon:before,.single-wcus-icon:after {content: "";	position: absolute;	width: 0;	border-left: 35px solid transparent;	border-right: 35px solid transparent;
	-webkit-transition: all 1.5s ease .1s;	-moz-transition: all 1.5s ease .1s;	-ms-transition: all 1.5s ease .1s;	-o-transition: all 1.5s ease .1s;
	transition: all 1.5s ease .1s;}

.single-wcus-icon:before {bottom: 100%;	border-bottom: 24px solid #11163f;}
.single-wcus-icon:after {top: 100%;	width: 0;	border-top: 24px solid #11163f;	left: 0;}

.single-wcus-text {width: 71%;	position: relative;}

.single-wcus-text::before {	position: absolute;	content: ""; top: 117%;	bottom: auto; height: 2px;	width: 60px; background: #0062cc;	visibility: hidden;
	-webkit-transform: scaleX(0);	-moz-transform: scaleX(0);	-ms-transform: scaleX(0);	-o-transform: scaleX(0); transform: scaleX(0);	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;	-ms-transition: all 0.3s ease-in-out 0s;	-o-transition: all 0.3s ease-in-out 0s;	transition: all 0.3s ease-in-out 0s;}

.single-wcus:hover .single-wcus-text:before {visibility: visible;	-webkit-transform: scaleX(1);	-moz-transform: scaleX(1);	-ms-transform: scaleX(1);	-o-transform: scaleX(1);	transform: scaleX(1);}
.single-wcus-icon i {color: #fff; font-size: 40px; padding: 13px;}
.single-wcus-promo {background: #f5f5f5;}
.single-wcus-promo-inner {	padding: 20px 30px;}
.single-wcus-promo-inner p {margin: 18px 0;}
.single-wcus-text p{color: #777;}

#blogs ul {list-style: none; margin: 0; padding: 30px 0 80px 0;}
#blogs #blogs-nav { margin-bottom: 30px; padding: 30px; background: #f8f8f8;   box-shadow: 0 4px 6px 0px rgba(0,0,0,0.03),0px 10px 27px 5px rgba(0,0,0,0.05);}
#blogs #blogs-nav form {  background: none;  padding: 0;}
.form form, .dynamic-form form { position: relative;  z-index: 0;}
#blogs #blogs-nav form select { display: inline-block; width: calc(50% - 11px);
    margin: 0 10px 0 0;}


.form form select, .dynamic-form form select {  -webkit-appearance: none;  -moz-appearance: none;  text-indent: 0.01px;  text-overflow: '';    background: url(/images/select-arrow.png) right 15px center no-repeat #fff;
        background-size: auto; background-size: 24px 24px; cursor: pointer;}
.form form select, .dynamic-form form select { text-indent: 0.01px; cursor: pointer;}
#blogs ul li { float: left; display: block;  width: calc(100%/3 - 14px);  margin-right: 14px;  margin-bottom: 20px;}

#blogs ul {list-style: none;}
#blogs ul li a {position: relative; display: block; width: 100%; box-shadow: 0 4px 6px 0px rgba(0,0,0,0.03),0px 10px 27px 0px rgba(0,0,0,0.05);
    height: 100%; overflow: hidden; background: #f8f8f8; border-radius: 10px;  -webkit-transition: all .3s linear 0s; -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s; transition: all .3s linear 0s;}

#blogs ul li a header {padding: 20px;  min-height: 115px; position:inherit;}

#blogs ul li a header h3 {display: block; font-size: 18px; line-height: 1.4; font-weight: 600; margin: 0 0 5px 0; color: #4A4A4A;}
#blogs ul li a header cite { display: block;  font-size: 15px; font-weight: 500; margin: 0;  color: #4A4A4A;
}
#blogs ul li a figure { height: 240px;}


#blogs ul li a figure { position: relative; width: 100%;  height: 300px; overflow: hidden;}

#blogs ul li a figure img {width: 100%; height: 100%;  -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);    transform: scale(1.01);    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;    min-height: initial !important;    max-height: none !important;    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;    -moz-transition: all .3s linear 0s;    transition: all .3s linear 0s;}


#blogs ul li a article {position: relative; min-height: 150px; padding: 20px 20px 50px 20px;}
#blogs ul li a article p { color: #4A4A4A;}

#blogs ul li a article span {
    position: absolute; right: 20px;
    bottom: 20px;
    display: block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    background-color: #EE2688;
}

#blogs ul li a:hover {
    background: #091562;
}


#blogs ul li a:hover header h3 {
    color: #ffffff;
}

#blogs ul li a:hover header cite {
    color: rgba(255,255,255,0.6);
}

#blogs ul li a header cite {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #4A4A4A;
}

#blogs ul li a:hover article p, #blogs ul li a:hover article span {
    color: #ffffff;
}

#blogs ul li a:hover figure img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}


#blogs ul li a figure img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    min-height: initial !important;
    max-height: none !important;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}


#blogs ul li a:hover figure img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}





/*Hover Blurout Effect*/
    .hover-blurout a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-blurout img {
      width: 100%;
      height: auto;
      transition: all 0.5s ease-in-out;
      transform: scale(1.2);
    }
    .hover-blurout:hover img {
      transform: scale(1);
      /*Blur Filtr*/
      -moz-filter: grayscale(0.6) blur(1px);
      -o-filter: grayscale(0.6) blur(1px);
      -ms-filter:progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
      filter: progid:DXImageTransform.Microsoft.blur(pixelradius=2);
      filter: grayscale(0.6) blur(2px);
    }
    .hover-blurout a h2 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 15% 20px;
      text-align: center;
      background-color: rgba(0,0,0,0.4);
      /*background dotted*/
      background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-size: 3px 3px;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blurout:hover a h2 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-blurout .glyphicon {
      transform: scale(0);
      color: #fff;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blurout:hover .glyphicon {
      transform: scale(1);
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }




.content-service {
    background-color: #f5f5f5;
    
}

.cmt-bgcolor-grey > .cmt-bg-layer {background-color: #f5faff;}
.cmt-bgcolor-grey{background-color: #f5faff;}


.hover-blurout .fas.fa-search { color: #fff;}

.stillicon {color: #fff; left: 41%; top: 7%; font-size: 70px;}
.post-header .title-header.section-title { padding: 30px 0 0;}

.colblue a{ line-height:20px; padding-bottom:20px !important; padding-top:30px !important;} 

.cmt-bgcolor-grey{background-color: #f5faff;}
.cmt-bgcolor-grey > .cmt-bg-layer{background-color: #f5faff;} .cmt-bgcolor-white{background-color: #fff;}
.about_2-section p{ color:#000;} .layer-content {
  padding: 40px;
}
.mr_200 {
  margin-right: -200px !important;
}


.ml_110 {
  margin-left: -110px !important;
}