body {
  font-family: 'Poppins', sans-serif; color: #263238;
}
body.header-fixed{padding-top: 110px;}
@media (max-width: 767px){body.header-fixed{padding-top: 85px;}}
a {
 color: #1d3b52;
}

a:hover {
 color: #192c3b;
 text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Oswald', sans-serif;
}
.imgBox{overflow: hidden;}
.imgBox img{ width: 100%; height: 100%; object-fit: cover;}
.img-fluid { width: 100%;}
.btn-temp{
    position: relative;
    color: #fff;
    text-transform: uppercase; 
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 20px 10px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    line-height: 1;
    user-select: none;
    text-decoration: none;
    background: #1d3b52;
}
.btn-temp:hover,.btn-temp:focus{
    color:#fff;
    text-decoration: none;
    outline: none;
}
.btn-temp:before{
    content: "";
    width: 96%;
    height: 0;
    position: absolute;
    top: 6%;
    left: 2%;
    background: rgba(255,255,255,0.0);
    transition: all 0.20s ease-in-out 0s;
}
.btn-temp:hover:before{
    height:88%;
    background: rgba(255,255,255,0.4);
}
.btn-temp.btn-red{
    background: #ff5722;
}
.btn-temp.btn-blue{
    background: #3fb7c8;
}
.btn-temp.btn-orange{
    background: #192c3b;
}
.btn-temp.btn-green{
    background: #4caf50;
}
.btn-temp.btn-white{
  background: #fff;
  color: #192c3b;
}
.btn-temp.btn-white:hover{
  background: #192c3b;
  color: #fff;
}

.btn-primary{
  background: #1d3b52;
  border-color:#1d3b52 ;
  border-radius: 0;
}


.back-to-top {
 position: fixed;
 display: none;
 width: 40px;
 height: 40px;
 line-height: 40px;
 right: 15px;
 bottom: 15px;
 background: #1d3b52;
 color: #fff;
 transition: display 0.5s ease-in-out;
 z-index: 99999;
 text-align: center;
}

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

.back-to-top:hover {
 color: #fff;
 background: #192c3b;
 transition: 0.3s ease-in-out;
}


@media screen and (max-width: 768px) {
 [data-aos-delay] {
   transition-delay: 0 !important;
 }
}


.tab .nav-tabs{
  border: none;
  margin: 0;
}
.tab .nav-tabs li a{
  padding: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #293241;
  border: none;
  background: transparent;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease ;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li a.active { border: none; color: #1d3b52;background-color: transparent; }
.tab .nav-tabs li a:before{
  content: "";
  width: 100%;
  height: 2px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab .nav-tabs li a:after{
  content: "";
  width: 0;
  height: 2px;
  background: #1d3b52;
  border: 1px solid #1d3b52;
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 1s ease 0s;
}
.tab .nav-tabs li:hover a:after,
.tab .nav-tabs li a.active:after{
  width: 100%;
  opacity: 1;
}
.tab .tab-content{
  letter-spacing: 1px;
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 479px){
  .tab .nav-tabs li{
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
  }
  .tab .tab-content{ margin-top: 0; }
}



.mainHeader{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;  box-shadow: 0 0.1rem 0.6rem rgb(0 0 0 / 15%);}

.mainHeader::before {
   position: absolute;
   content: '';
   width: 100%;
   top: 0;
   left: 0;
   height: 100%;
   background-color: #1d3b52;
   z-index: -1;
}

.mainHeader .topHeader{ width: 100%;  color: #fff; padding: 10px 0; }
.mainHeader .topHeader .nav li + li{ margin-left: 10px;}
.mainHeader .topHeader .nav a{ color: #fff;}
.mainHeader .topHeader .nav.highlighted a{ background-color: #192c3b; color: #fff; padding: 0.2rem 1rem;}

.mainHeader .navbar{ transition: all 0.3s ease-in-out;}
.mainHeader .navbar.bg-light{background-color:#fff !important; }
.mainHeader.headerFix{box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);}
.mainHeader .navbar .navbar-brand {display: flex;align-items: center;padding: 0;}
.mainHeader .navbar .navbar-brand img{max-height: 45px;}
.mainHeader .navbar .navbar-brand svg{ height: 45px; margin-right: 10px;}
.mainHeader .navbar .navbar-brand .text{font-weight: 600; color: #1d3b52; letter-spacing: 1px; font-size: 20px;}
.mainHeader.headerFix::after, .mainHeader.headerFix::before{height: 61px;}
.mainHeader.headerFix .navbar.bg-light{background-color: transparent !important;}

.mainHeader .navbar .navbar-nav .nav-link{ font-weight: 400;}
.mainHeader .navbar .navbar-nav .nav-item.special .nav-link{ background-color: #192c3b; color: #fff;  padding-left: 15px; padding-right: 15px;}
.mainHeader.headerFix .navbar .navbar-nav .nav-link{ color: #fff;}

.navbarToggle{position:relative;padding:0;outline:none !important;background-color:transparent;background-image:none;border:0 !important;width:34px;display:block;transition:all .4s ease;cursor:pointer;height:28px;transition-delay:.3s}
.navbarToggle .bar{transition:all .3s;height:1px;width:100%;display:block;background-color:#192c3b;float:right}
.navbarToggle .bar:nth-of-type(2){transition-property:margin,height,width;transition-delay:0.3s,0.3s,0;margin:8px 0}
.navbarToggle .bar:nth-of-type(1){transform:rotate(45deg);transition-delay:.3s;width:70%;margin-top:1px}
.navbarToggle .bar:nth-of-type(2){opacity:0;height:0;margin:-4px 0}
.navbarToggle .bar:nth-of-type(3){transform:rotate(-45deg);transition-delay:.3s;width:70%}
.navbarToggle.collapsed{ padding-top:0px}
.navbarToggle.collapsed:hover .bar{width:100%}
.navbarToggle.collapsed .bar:nth-of-type(1){transform:rotate(0deg);width:70%;margin-top:1px}
.navbarToggle.collapsed .bar:nth-of-type(2){opacity:1;height:1px;margin: 8px 0; width:28px;}
.navbarToggle.collapsed .bar:nth-of-type(3){transform:rotate(0deg);width:32px}
.headerFix .navbarToggle .bar{ background-color:#1d3b52;}



@media (min-width: 1200px){
   .mainHeader .navbar .navbar-nav .nav-item + .nav-item{ margin-left: 10px;}
}


@media (max-width: 991px){
  .mainHeader .navbar{ background-image: none;}
  .mainHeader::before {  background-color: #ffffff;}
  .mainHeader.headerFix { background-color: #fff;}
  .mainHeader.headerFix .navbar .navbar-nav .nav-link { color: #455A64;}
 }


@media (max-width: 767px){
   .mainHeader.headerFix::before { height: 100%;}
   .mainHeader.headerFix .navbar{padding: 10px 0;}
   .mainHeader .navbar .navbar-brand img { max-height: 35px;}
   .mainHeader .navbar .navbar-brand .text{ font-size: 16px;}
   .mainHeader .topHeader .nav.highlighted{ width: 100%; justify-content: space-between;}
   .mainHeader .topHeader .nav.highlighted a{ font-size: 14px; font-weight: 600; padding:0;  background-color: transparent; color: #192c3b;}
}
@media (max-width: 380px){
   .mainHeader .topHeader .nav.highlighted a{ font-size: 10px; }

}

.socialLinks{list-style: none; margin: 0; padding: 0; display: flex;}
.socialLinks li{list-style: none; }
.socialLinks li + li{ margin-left: 10px; }
.socialLinks li a{display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center;  background-color: #192c3b; color: #fff; transition: all 0.3s ease; }
.socialLinks li a:hover{ background-color: #fff; color: #1d3b52;     box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); }
.socialLinks li a:hover .fa-facebook{color:#3b5998}
.socialLinks li a:hover .fa-twitter{color:#1da1f2}
.socialLinks li a:hover .fa-whatsapp{color:#25d366}



.slideSection {
  width: 100%;
  height: calc(100vh - 110px);
  position:relative;
  
}

.slideSection .slide {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slideSection .slide.text-left{
  justify-content: flex-start;
  text-align: left;
}
.slideSection .slide.text-center{
  justify-content: center;
  text-align: center;
}
.slideSection .slide.text-right{
  justify-content: flex-end;
  text-align: right;
}


.slideSection .swiper-container {
  width: 100%;
  height: 100%;
}
.slideSection .slide-image {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.slideSection .slide-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideSection .slide-image:before{
    content: '';
    background: rgba(	0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.slideSection .slide-content {
  z-index: 100;
  width:100%;
}
.slideSection .slide-title{
      color: #FFF;
      white-space: normal;
      word-break: break-word;
      font-size: 24px;
      line-height: 1.5;
      font-weight: normal;
      visibility: hidden;
      text-shadow: 0 2px 5px rgba(0,0,0,0.4)
}
.slideSection .slide-title span {
  font-weight:600; text-transform: uppercase; color: #fff;
 }
.slideSection .slide-desc{
      color: #fff;
      margin-top: 20px;
      line-height:1.3;
      visibility: hidden;
      text-shadow: 0 2px 5px rgba(0,0,0,0.4)
}
.slideSection .btn-temp{  visibility: hidden;}
.slideSection .slideshow {
  position: relative;
}
.slideSection .slideshow .swiper-button-next:after,.slideSection .slideshow .swiper-button-prev:after{
  color: #fff;
}

@media (min-width: 991px) {
  .slideSection .slide-title {
    font-size:58px;
    max-width: none;
  }
}

@media (max-width: 700px) {
    .slideSection .slideshow .swiper-button-next:after,.slideSection .slideshow .swiper-button-prev:after{
      font-size:22px;
    }
}


.commonSection {
 padding: 60px 0;
 overflow: hidden;
}

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

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

.section-title h2 {
 font-size: 28px;
 font-weight: 400;
 margin-bottom: 20px;
 padding-bottom: 0;
 color: #192c3b;
}

.section-title h2 strong {
 font-weight: 700;
 color: #192c3b;
}

.section-title p {
 margin-bottom: 0;
}


.aboutSection .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}
.aboutSection .icon-box + .icon-box {
  margin-top: 40px;
}
.aboutSection .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 0px;
  transition: 0.5s;
}

.aboutSection .icon-box .icon i {
  color: #1d3b52;
  font-size: 32px;
}

.aboutSection .icon-box:hover .icon {
  background: #1d3b52;
}

.aboutSection .icon-box:hover .icon i {
  color: #fff;
}

.aboutSection .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.aboutSection .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.aboutSection .icon-box .title a:hover {
  color: #1d3b52;
}

.aboutSection .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.video-box {
  position: relative;
}

.video-box .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(rgba(	29, 59, 82, 1) 50%, rgba(	29, 59, 82, 0.6) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.video-box .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video-box .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(	29, 59, 82, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.video-box .play-btn:hover::after {
  border-left: 15px solid #1d3b52;
  transform: scale(20);
}

.video-box .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


.box{background:#000; display:block;overflow:hidden;position:relative;transition:all .4s ease-in;}
.box:hover{box-shadow:0 0 20px -5px rgba(0,0,0,0.4)}
.box:before{content:"";background:linear-gradient(-225deg,#0067a9 50%,#004179 100%);width:100%;height:100%;opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:0 100%;position:absolute;top:0;left:0;z-index:1;transition:all .4s ease-out ;clip-path:polygon(100% 0,0% 100%,100% 100%)}
.box:hover:before{opacity:.8;transform:rotate3d(0,0,1,15deg)}
.box img{width:100%;height:auto;transform:scale(1.1) translateY(4%);transition:all .4s ease-in}
.box:hover img{opacity:.4;transform:scale(1.1) translateY(-4%)}
.box .box-content{color:#fff;width:100%;text-align:center;opacity:0;position:absolute;top:0;left:0;z-index:2;transition:all .4s ease-out}
.box:hover .box-content{opacity:1;top:30px}
.box .title{font-size:22px;font-weight:900;text-transform:uppercase;margin:0 0 2px}
.box .post{color:#0067a9;font-size:15px;font-weight:500;font-style:italic;text-transform:capitalize;display:block}
.box .icon{padding:0;margin:0;list-style:none;opacity:0;position:absolute;bottom:-50px;right:10px;z-index:2;transition:all .4s ease-in}
.box:hover .icon{opacity:1;bottom:10px}
.box .icon li{display:inline-block;margin:0 4px}
.box .icon li i{color:#222;background:#fff;font-size:14px;text-align:center;line-height:32px;height:30px;width:30px;display:block;transition:all .3s ease 0}
.box .icon li i:hover{box-shadow:0 0 10px #999}



.cta {
  background: #1d3b52;
  padding: 60px 0;
  color: #ffffff;
}

.cta h3 {
 font-size: 28px;
 font-weight: 700;
}

.cta h3 span {
 color: #1d3b52;
}

.cta p {
 padding: 0;
 margin: 0;
}

.cta .cta-btn {
 font-family: "Poppins", sans-serif;
 text-transform: uppercase;
 font-weight: 500;
 font-size: 14px;
 letter-spacing: 1px;
 display: inline-block;
 padding: 10px 25px;
 border-radius: 0px;
 transition: 0.4s;
 margin: 10px;
 border: 2px solid #1d3b52;
 color: #1d3b52;
 background: #fff;
}

.cta .cta-btn:hover {
 background: #1d3b52;
 color: #fff;
}

@media (max-width: 1024px) {
 .cta {
   background-attachment: scroll;
 }
}

@media (min-width: 769px) {
 .cta .cta-btn-container {
   display: flex;
   align-items: center;
   justify-content: flex-end;
 }
}


.serviceBox{
  text-align: center;
  padding-top: 10px;
}
.serviceBox .service-icon{
  color: #fff;
  background: #fff;
  font-size: 45px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 50%;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
  content: "";
  background: linear-gradient(to right, #192c3b 50%, transparent 50%);
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.serviceBox .service-icon:after{
  background: #192c3b;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.serviceBox .title{
  color: #192c3b;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.serviceBox .description{
  color: #777;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 0;
}



.whyChooseSec{ position:relative; overflow:hidden;  } 
.whyChooseBox{ position:relative; margin-bottom:30px;}
.whyChooseBox .title{
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 8px 0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.whyChooseBox .whyChoose-content{
    padding: 25px 20px 25px 50px;
    border-top: 2px solid #cfd8dc;
    border-right: 2px solid #cfd8dc;
    position: relative;
    transition: all 0.3s ease 0s;
    min-height: 155px;
}
.whyChooseBox:hover .whyChoose-content{
    border-top-color: #192c3b;
    border-right-color: #192c3b;
}
.whyChooseBox .whyChoose-content:before{
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.whyChooseBox:hover .whyChoose-content:before{
    width: 50%;
    background: #192c3b;
}
.whyChooseBox .description{
    font-size: 14px;
    color: #8b8a8a;
    line-height: 25px;
    margin: 0;
}
.whyChooseBox .whyChoose-icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 25px;
    color: #192c3b;
    border: 2px solid #cfd8dc;
    position: absolute;
    top: -25px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.whyChooseBox:hover .whyChoose-icon{
    border-color: #192c3b;
    color: #192c3b;
}




.portfolio #portfolio-flters {
 padding: 0;
 margin: 0 auto 50px auto;
 list-style: none;
 text-align: center;
}
.portfolio #portfolio-flters li {
 cursor: pointer;
 display: inline-block;
 padding: 8px 20px 10px 20px;
 font-size: 14px;
 font-weight: 400;
 line-height: 1;
 text-transform: uppercase;
 color: #4d4643;
 transition: all 0.3s;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
 color: #fff;
 background: #1d3b52;
}
.portfolio #portfolio-flters li:last-child {
 margin-right: 0;
}

.portfolio .portfolio-item {
 margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
 opacity: 0;
 position: absolute;
 left: 30px;
 right: 30px;
 bottom: 0;
 z-index: 3;
 transition: all ease-in-out 0.3s;
 background: rgba(255, 255, 255, 0.9);
 padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
 font-size: 18px;
 color: #fff;
 font-weight: 600;
 color: #2b2320;
}

.portfolio .portfolio-item .portfolio-info p {
 color: #192c3b;
 font-size: 14px;
 margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
 position: absolute;
 right: 40px;
 font-size: 24px;
 top: calc(50% - 18px);
 color: #483b36;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
 color: #1d3b52;
}

.portfolio .portfolio-item .portfolio-info .details-link {
 right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
 opacity: 0;
 left: 0;
 right: 0;
 text-align: center;
 z-index: 3;
 position: absolute;
 transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
 color: #fff;
 margin: 0 2px;
 font-size: 28px;
 display: inline-block;
 transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
 color: #fe825a;
}

.portfolio .portfolio-item:hover .portfolio-info {
 opacity: 1;
 bottom: 20px;
}

.clients{ background-color: #f0f0f0;}
.clients .clients-wrap {
 border-top: 1px solid #f1eeed;
 border-left: 1px solid #f1eeed;
}
.clients .client-logo {
 padding: 15px;
 display: flex;
 justify-content: center;
 align-items: center;
 border-right: 1px solid #f1eeed;
 border-bottom: 1px solid #f1eeed;
 overflow: hidden;
 background: #fff;
 height: 100px;
}
.clients .client-logo img {
 transition: all 0.3s ease-in-out;
 width: auto;
 height: 100%;
}

.clients .client-logo:hover img { transform: scale(1.1);}


.contact .info-wrap {
 box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
 padding: 30px;
}
.contact .info {
 background: #fff;
}
.contact .info i {
 font-size: 20px;
 color: #1d3b52;
 float: left;
 width: 44px;
 height: 44px;
 background: #eceff1;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: all 0.3s ease-in-out;
}
.contact .info h4 {
 padding: 0 0 0 60px;
 font-size: 22px;
 font-weight: 600;
 margin-bottom: 5px;
 color: #2b2320;
}
.contact .info p {
 padding: 0 0 0 60px;
 margin-bottom: 0;
 font-size: 14px;
 color: #192c3b;
}
.contact .info:hover i {
 background: #1d3b52;
 color: #fff;
}
.contact .php-email-form {
 width: 100%;
 box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
 padding: 30px;
 background: #fff;
}
.contact .php-email-form .form-group {
 padding-bottom: 8px;
}



.contact .php-email-form .sent-message {
 display: none;
 color: #fff;
 background: #18d26e;
 text-align: center;
 padding: 15px;
 font-weight: 600;
}

.contact .php-email-form input, .contact .php-email-form textarea {
 border-radius: 0;
 box-shadow: none;
 font-size: 14px;
}

.contact .php-email-form input {
 height: 44px;
}

.contact .php-email-form textarea {
 padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
 background: #1d3b52;
 border: 0;
 padding: 10px 24px;
 color: #fff;
 transition: 0.4s;
 border-radius: 0px;
}

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






#footer {
  background: #263238;
  color: #ffffff;
  /* background: #f1f6fe; */
}

#footer .footer-newsletter {
  padding: 3rem 0;
  background: #f1f6fe;
  text-align: center;
  color: #333;
}

#footer .footer-newsletter h4 {
  margin: 0 0 1.2rem 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 1.8rem;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

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

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 14px;
  padding: 0 20px;
  background: #192c3b;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #192c3b;
}

#footer .footer-top {
  padding: 3.6rem 0 1.9rem 0;
  background: #37474f;
}

#footer .footer-top .footer-contact {
  margin-bottom: 1.9rem;
}

#footer .footer-top .footer-contact h3 {
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #fff;
}

#footer .footer-top .footer-contact p {
  line-height: 1.4;
  margin-bottom: 0;
  color: #ddd;
  font-size: 0.85rem;
}

#footer .footer-top h4 {
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  font-size: 1.1rem;
}

#footer .footer-top .footer-links {
  margin-bottom: 1.9rem;
}

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #192c3b;
  font-size: 18px;
  line-height: 1;
}

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

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ddd;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 0.85rem;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #192c3b;
}

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

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

#footer .copyright {
  text-align: center;
}

.newseBox{ background: #e0e0e0; border-left: 3px solid #263238; padding:15px;}
.newseBox .newse-icon{  float: left;}
.newseBox .newse-content h3{ margin: 7px 0 20px 40px;color: #263238;  font-size: 16px;font-weight: 600;}
.newseBox .newse-content p{ font-size: 14px; line-height: 1.3; margin: 0;}
.newseBox .newse-icon i{background: #263238; box-shadow: 5px 5px 0 hsla(0, 0%, 0%, 0.1);color: hsl(0, 0%, 100%); font-size: 22px; font-weight: 600;  height: 30px; line-height: 30px; text-align: center; width: 30px; transition:all 0.2s ease-in-out;}
.newseBox:hover .newse-icon i{ border-radius: 50%;transform: translate(0px, 3px);transition:all 0.5s ease-in-out;}
#newsSlider .slideshow-navigation .swiper-button-prev { width: 25px; height: 25px; background-color: #263238;left: auto; top: 5px; right: 31px; margin-top: 0; }
#newsSlider .slideshow-navigation .swiper-button-next{  width: 25px; height: 25px;background-color: #263238; top: 5px; right: 5px; margin-top: 0; }
#newsSlider .slideshow-navigation .swiper-button-prev:after {font-size: 14px; color: #fff;}
#newsSlider .slideshow-navigation .swiper-button-next:after{ font-size: 14px; color: #fff;}


.post-card{
  overflow: hidden;
  margin-right: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  transition: all 0.4s ease;
  margin-bottom: 1.9rem;
}
.post-card:hover{box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);}
.post-card .card-img {
  width:40%;
  flex: 0 0 40%;
  position: relative;
}
.post-card .card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card .card-date{
  background: #192c3b;
  color:#fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 2% 3%;
  width: 60px;
  height: 60px;
  text-align: center;
  transition:all 0.50s ease;
}
.post-card .date{
  display: block;
  font-size:20px;
  font-weight: 700;
}
.post-card .month{
  display: block;
  font-size:11px;
  text-transform: uppercase;
}
.post-card .card-review {
  flex: 1 0 60%;
  width: 60%;
  padding: 15px;
  border-top: 2px solid #192c3b;
}

.post-card .card-title{
  margin:0 0 10px 0;
  font-size: 1.2rem;
  color: #192c3b;
}
.post-card .card-title a{
  color: #192c3b;
  text-decoration: none;
}
.post-card .card-title a:hover{
  color: #333333;
}

.post-card .card-bar{
  padding:0;
  list-style:none;
  text-transform:uppercase;
  position: relative;
  margin-bottom: 10px;
}

.post-card .card-bar li{
  color:#555;
  font-size:10px;
  margin-right:10px;
  display:inline-block;
}
.post-card .card-bar li a{
  font-size: 12px;
  text-decoration:none;
  color:#192c3b;
}
.post-card .card-bar li a:hover{
  color:#192c3b;
}
.post-card .card-bar li i{
  color:#777;
  margin-right:5px;
  font-size: 16px;
}
.post-card .card-description{
  font-size:12px;
  line-height:21px;
  color:#444454;
}
.post-card .link{ font-size: 0.85rem; display: block; text-align: right;}
@media only screen and (max-width: 575px) {
  .post-card .card-img {
      width:100%;
      flex: 0 0 100%;
  }
  .post-card .card-review{
      width:100%;
      flex: 0 0 100%;
      border-bottom: 4px solid #192c3b;
  }
  .post-card .card-bar:before{
      left: 0;
  }
  .post-card .card-bar:after{
      left: 25px;
  }
}


.testimonials {
  background: url("../img/cta-bg.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(11, 41, 55, 0.9);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #49b5e7;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #192c3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.team .member .social a:hover {
  background: #1d3b52;
}
.team .member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #0f394c;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


.contactForm {position: relative;}
.contactForm .validate {
 display: none;
 color: red;
 margin: 0 0 15px 0;
 font-weight: 400;
 font-size: 13px;
}
.contactForm .error-message {
 display: none;
 color: #fff;
 background: #ed3c0d;
 text-align: left;
 padding: 15px;
 font-weight: 600;
}

.contactForm .error-message br + br {
 margin-top: 25px;
}
.contactForm  .loading {
 display: none;
 background: #fff;
 text-align: center;
 padding: 15px;
}

.contactForm .loading:before {
 content: "";
 display: inline-block;
 
 width: 24px;
 height: 24px;
 margin: 0 10px -6px 0;
 border: 3px solid #18d26e;
 border-top-color: #eee;
 -webkit-animation: animate-loading 1s linear infinite;
 animation: animate-loading 1s linear infinite;
}


@-webkit-keyframes animate-loading {
 0% {
   transform: rotate(0deg);
 }
 100% {
   transform: rotate(360deg);
 }
}

@keyframes animate-loading {
 0% {
   transform: rotate(0deg);
 }
 100% {
   transform: rotate(360deg);
 }
}


.pageBanner {
  position: relative;
  z-index: 1;
  height: 320px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .pageBanner { height: 200px;}
}
.pageBanner .bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageBanner .bannerContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.pageBanner .bannerContent h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.pageBanner .bannerOverlay {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.pageBanner .bannerOverlay img {
  width: 100%;
}



.blog {
  padding: 40px 0 20px 0;
  font-size: 0.8rem;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .entry .entry-title a:hover {
  color: #1d3b52;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #1d3b52;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}

.blog .entry .entry-content .read-more a:hover {
  background: #df3740;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a4afba;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #606f7e;
  transition: 0.3s;
  text-decoration: none;
}

.blog .entry .entry-footer a:hover {
  color: #1d3b52;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #556270;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(85, 98, 112, 0.5);
  margin-right: 5px;
  text-decoration: none;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
  text-decoration: none;
}

.blog .blog-comments .comment h5 a:hover {
  color: #1d3b52;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6b7b8d;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #1d3b52;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #1d3b52;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #606f7e;
}

.blog .blog-pagination {
  color: #8795a4;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #556270;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #1d3b52;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #1d3b52;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #1d3b52;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .categories ul a:hover {
  color: #1d3b52;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #1d3b52;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #1d3b52;
  background: #1d3b52;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
}


.feature-item {
  cursor: pointer;
  display: table;
  text-align: left;
}

.feature-item .icon {
  background-color: #192c3b;
  width: 70px;
  height: 70px;
  max-width: 70px;
  text-align: center;
  display: table;
  position: relative;
  border-radius: 50%;
  z-index: 1;
  font-size: 26px;
  line-height: 70px;
  color: #fff;
  margin: 0 15px 15px 0px;
  transition: all .4s ease;
}

.feature-item:hover .icon {
  transform: rotateY(-180deg);
}

.feature-txt {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.feature-item .feature-txt .feature-heading {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 500;
}

.feature-item .feature-txt p {
  font-size: 0.85rem;
  margin: 0;
}



.logoBox {
  background: #fff;
  padding: 10px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  transition: all 0.4s ease;
  margin-bottom: 1.45rem;
  border-radius: 4px;
}
.logoBox:hover { transform: translateY(-5px);}

.logoBox img {
  width: 100%;
  height: auto;
}

.logoBox:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
@media (min-width: 991px) {
  .col-lg-12_5 {
      flex: 0 0 auto;
      width: calc(100%/5);
  }
}