/* ==========================================================================
   06. SERVICE WRAPPER
========================================================================== */
html {
  scroll-behavior: smooth;
}

.services {
    padding: 100px 0;
    background-color: #030303;
}
button.webo_button.sr-btn{
    margin: 0px !important;
}

.service_single_item {
    min-height: 300px;
    padding: 35px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #fff;
    margin-top: 30px;
}
input.placeholder-text::placeholder{
    color: #000;
    opacity: 1;
}
textarea.placeholder-text::placeholder{
    color: #000;
    opacity: 1;
}
.service_single_item i {
    display: block;
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.service_single_item i::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    background-color:#00458e;
    z-index: -1;
    border-radius: 52% 48% 23% 77% / 44% 68% 32% 56% ;
    -webkit-border-radius: 52% 48% 23% 77% / 44% 68% 32% 56% ;
    -moz-border-radius: 52% 48% 23% 77% / 44% 68% 32% 56% ;
    -ms-border-radius: 52% 48% 23% 77% / 44% 68% 32% 56% ;
    -o-border-radius: 52% 48% 23% 77% / 44% 68% 32% 56% ;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.service_single_item:hover i::after {
    left: -5px;
    top: -15px;
    transform: scale(5) rotate(35deg);
    -webkit-transform: scale(5) rotate(35deg);
    -moz-transform: scale(5) rotate(35deg);
    -ms-transform: scale(5) rotate(35deg);
    -o-transform: scale(5) rotate(35deg);
}

.service_single_item h6 a{
    font-size: 18px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #007bff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    margin: 10px 0;
    text-decoration: none;
}
.webo_button a{
    text-decoration: none;
}

/* ==========================================================================
   timeline-sec
========================================================================== */

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}
.ps-timeline-sec .container ol:before {
  background: #00458e;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 49%;
}
.ps-timeline-sec .container ol:after {
  background: #00458e;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 49%;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 250px 0;
  padding: 0;
  border-top: 2px solid #00458e;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #00458e;
    border: 4px solid #00458e;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px;
    color: #001431;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: '';
  color: #00458e;
  width: 2px;
  height: 50px;
  background: #00458e;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: '';
  color: #00458e;
  width: 8px;
  height: 8px;
  background: #00458e;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: '';
  color: #00458e;
  width: 2px;
  height: 50px;
  background: #00458e;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: '';
  color: #00458e;
  width: 8px;
  height: 8px;
  background: #00458e;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top h2 {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot h2 {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li h3{
    text-align: center;
    margin: 5px 0px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 20px;
}














.serviceBox{
    text-align: center;
    padding: 20px 0 0 ;
    position: relative;
    min-height: 450px;
}
.serviceBox:before{
    content: '';
    background-color: #001431;
    height: 70px;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 20px;
}
.service-white-lable.serviceBox::before{
    display: none !important;
}
.service-white-lable.serviceBox{
    min-height: 0px !important;
}
.serviceBox .service-icon{
   color: #001431;
    line-height: 150px;
    width: 150px;
    height: 150px;
    margin: 0 auto 34px;
    position: relative;
    z-index: 1;
}
.service-icon img{
    width: 80px;
}
.serviceBox .service-icon:before{
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: 5px solid #001431;
    box-shadow: 0 0 10px #555;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.serviceBox .service-icon img{ 
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s; 
}
.serviceBox:hover .service-icon img{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg); 
}
.serviceBox .title{
    color: #001431;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
    display: block;
}
.serviceBox .description{
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
.service_single_item p {
    color: #ccc;
    font-size: 15px;
    text-align: center;
}
.img-section{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color:#ffffff;
    box-shadow: -1px 3px 6px #838181;
    border-radius: 100px;
    position: relative;
}
.img-section:before {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    width: 130px;
    height: 130px;
    border: 2px solid #001431;
    border-radius: 50%;
}
.img-section:hover {
    background: #001431;
}
.img-section:hover:before {
    border-color: #fff;
}
.img-section img{
    width: 85px;
    padding: 35px 0px;
    display: block;
    margin: 0 auto;
}
h3.crl-heading{
    padding-top: 10px !important;
    margin: 0px;
    text-align: center;
}
.main-timeline{
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}
.main-timeline:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #001431;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    clear: both;
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 11px;
    height: 11px;
    background:#001431;
    box-sizing: content-box;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #001431;
    position: absolute;
    top: -54px;
    right: -11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: -54px;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -11px;
}
.main-timeline .timeline-icon{
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #001431;
    position: absolute;
    top: 17px;
    right: -13px;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.main-timeline .timeline-icon:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: background-color 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-icon:before{ background:#00458e; }
.main-timeline .timeline-content{
    width: 85%;
    padding: 18px 30px;
    background: #fff;
    text-align: right;
    float: left;
    border: 1px solid transparent;
    position: relative;
    transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
}
.main-timeline .timeline:hover .timeline-content{
    border: 1px solid #001431;
}
.main-timeline .timeline-content:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #001431;
    position: absolute;
    top: 21px;
    right: -7.3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: background-color 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -ms-transition: background-color 0.2s ease 0s;
}
.main-timeline .timeline:hover .timeline-content:before{
    background: #001431;
    border-color: #001431;
}
.main-timeline .timeline-content:after{
    content: "";
    width: 11%;
    height: 2px;
    background: #001431;
    position: absolute;
    top: 28px;
    right: -14%;
}
.main-timeline .date{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #39b3ff;
    margin: 0 0 8px;
    transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
}
.main-timeline .timeline:hover .date{ color: #444; }
.main-timeline .title{
    font-size: 25px;
    color: #001431;
    margin-top: 0;
     transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    font-weight: 600;
}
.main-timeline .timeline:hover .title{ color: #001431; }
.main-timeline .description{
    font-size: 18px;
    color: #001431;
    line-height: 28px;
    margin-top: 8px;
    font-weight: 500;
}
.main-timeline .timeline:nth-child(2n),
.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
    text-align: left;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    right: 0;
    left: -12px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{ left: -7.3px; }
.main-timeline .timeline:nth-child(2n) .timeline-content:after{ left: -14%; }

.list-ad li{
    position: relative;
    padding: 10px 0px 0px 25px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #000000;
}
.list-ad li::before{
    content: "\f046";
    font-family: FontAwesome;
    color:  #00458e;
    position: absolute;
    left: 0px;
    font-size: 18px;
    top: 12px;
}
@media only screen and (max-width: 600px){
     .list-ad li{font-size: 14px;}
}
@media only screen and (max-width: 767px){
    .main-timeline{ padding-left: 20px; }
    .main-timeline:before{ left: 20px; }
    .main-timeline .timeline{ width: 100%; }
    .main-timeline .timeline,
    .main-timeline .timeline-content{
        float: right;
        text-align: left;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:nth-child(odd):before{
        right: auto;
        left: -11px;
    }
    .main-timeline .timeline-icon{
        right: 0;
        left: -12px;
    }
    .main-timeline .timeline-content:before{ left: -7.3px; }
    .main-timeline .timeline-content:after{ left: -14%; }
   
}

/* ==========================================================================
   08. COUNTER WRAPPER
========================================================================== */
.counter{
    background: #ff5400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 200px;
    height: 200px;
    border: 3px solid #ff5400;
    border-radius: 50%;
    margin: 30px auto;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.counter:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.8),0 0 0 10px rgba(0,0,0,0.05);
}
.counter:before{
    content: '';
    height: 90px;
    width: 110px;
    background: -webkit-linear-gradient(to bottom,#ffffff,transparent,transparent);
    background: -moz-linear-gradient(to bottom,#ffffff,transparent,transparent);
    background: -o-linear-gradient(to bottom,#ffffff,transparent,transparent);
    background: linear-gradient(to bottom,#ffffff,transparent,transparent);
    background: linear-gradient(to bottom,#ffffff,transparent,transparent);
    border-radius: 45%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}
.counter .counter-icon{
    color: #fff;
    background-color:#031a3c;
    font-size: 45px;
    line-height: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    position: absolute;
    right: -15px;
    top: -20px;
    z-index: -1;
}
.counter .counter-content{
    color: #fff;
    background: rgb(0, 20, 49);
    height: 170px;
    width: 170px;
    margin: 30px auto 45px;
    padding: 45px 0;
    border: 3px solid #00458e;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.counter .counter-content:before{
    content: '';
    height: 100%;
    width: 100%;
    background: repeating-radial-gradient(transparent,rgba(255,255,255,0.15) 23%);
    background: -webkit-repeating-radial-gradient(transparent,rgba(255,255,255,0.15) 23%);
    background: -moz-repeating-radial-gradient(transparent,rgba(255,255,255,0.15) 23%);
    background:  -o-repeating-radial-gradient(transparent,rgba(255,255,255,0.15) 23%);
    background: -ms-repeating-radial-gradient(transparent,rgba(255,255,255,0.15) 23%);
    border-radius: 50%;
    position: absolute;
    left: -45%;
    bottom: -30%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.counter:hover .counter-content:before{ left: 50%; }
.counter .counter-value{
    font-size: 35px;
    line-height: 20px;
    display: block;
}
.counter h3{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 10px;
    font-weight: 600;
}
.counter.purple{ background: #001431;border-color:#001431; }
.counter.green{ background: #00a364;border-color:#00a364; }
.counter.blue{ background: #004bbc;border-color:#004bbc; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 30px; }
}
/* ==========================================================================
   09. TESTIMONIAL WRAPPER
========================================================================== */


/* Company-overview ****/


.company-overview{
    position: relative;
}




/* Management Team Section ****/

.management-team{
    position: relative;
}
.management-team h2{
    font-size: 30px;
    font-weight: 600;
    color: #001431;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    margin: 0px;
}
.management-team h3{
    text-align: center;
    margin: 10px 0px;
}
.profile{
    height:400px;
    position: relative;
    background: #01458e;
}
.profile::before{
    content: "";
    width: 6px;
    height: 200px;
    background-color: #001431;
    position: absolute;
    top: 0;
    right: -5px;
}
.profile::after{
    content: "";
    width: 6px;
    height: 200px;
    background-color: #001431;
    position: absolute;
    top: 0;
    left: -5px;
}
.profile img{
    width: 210px;
    height: 200px;
    display:block;
    margin:0 auto;
   padding: 100px 0px;
   
}

.profile-section{
    margin: 0px 0px 60px;
}
.profile-ab h2{
    font-size: 25px;
    font-weight: 600;
    margin: 0px 0px;
    color: #001846;
}
.profile-ab h3{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px;
    margin: 0px;
    color: #00458e;
    position: relative;

}
.profile-ab p{
    font-size: 16px;
    color: #000000;
}

.about{
    background-color: #ffffff;
}

.icon-quote{
    display: block;
}
.section-icon img{
    border: 2px solid #ffffff;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%; */
    -webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    -ms-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    -o-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}


.section_title {
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    display: block;
    z-index: 1;
    color: #001431;
    letter-spacing: 1px;
    line-height: 0.8;
    font-weight: 500;
}

.title_pg{font-size: 18px;text-align:left;}

@media only screen and (max-width:990px){
.title_pg{font-size: 15px;}
}

.banner-content.aftr_trcha
{
  position: relative;

}
.banner-content.aftr_trcha.text-left
{
  padding-right: 50px;
}


.progress{
    height: 30px;
    line-height: 35px;
    background: #a5a5a5;
    box-shadow: none;
    padding: 6px;
    margin-top:25px;
    margin-bottom: 0px;
    overflow: visible;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}
.progress:after{
    content: "";
    display: block;
    border-top: 4px dashed #000;
    margin-top:8px;
}
.progressbar-title{
    color:#ffffff;
    font-size:15px;
    margin: 5px 0 5px 10px;
}
.progress .progress-bar{
    position: relative;
    border-radius: 10px 0 0 10px;
    -webkit-animation: animate-positive 2s;
    -moz-animation: animate-positive 2s;
    -o-animation: animate-positive 2s;
    -ms-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar span{
    position: absolute;
    top: -45px;
    right: -40px;
    color: #000000;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 7px;
    background: #ffffff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.progress .progress-bar span:before{
    content: "";
    position: absolute;
    bottom: -14px;
    left: 18px;
    border: 7px solid transparent;
    border-top: 7px solid #001431;
}
.progress .progress-bar span:after{
    content: "\f072";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 45px;
    right: 10px;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%;}
}
@keyframes animate-positive {
    0% { width:0%; }
}

@media only screen and (max-width:990px){
    .box5{
        margin-bottom:30px;
    }
}

.testimonials-section{
    width: 100%;
    padding: 40px 20px;
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 20, 49, 0.7);
    -moz-box-shadow: 0px 0px 10px rgba(0, 20, 49, 0.7);
    -ms-box-shadow: 0px 0px 10px rgba(0, 20, 49, 0.7);
    -o-box-shadow: 0px 0px 10px rgba(0, 20, 49, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 20, 49, 0.7);
}
.testimonials-section::before{
    content: "";
    width:100%;
    height: 50px;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0;
    border-bottom: 10px solid #001431;
}
.testimonials-section::after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0;
    border-right : 5px solid #001431;
    border-top: 5px solid #001431;
}
.testimonials-section h4{
    color: #001431;
    font-weight: 500;
    text-align: center;
}
.testimonials-section p{
    font-size: 16px;
}


.blockchain-section{
     width: 100%;
    height: 300px;
    padding: 10px 20px;
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
     
}
.blockchain-section::before{
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0;
    border-bottom: 10px solid #001431;
}
.blockchain-section::after{
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0;
    border-right : 5px solid #001431;
    border-top: 5px solid #001431;
}
.blockchain-section h4{
    color: #001431;
    font-weight: 500;
    text-align: center;
}
.blockchain-section p{
    font-size: 14px;
}
.block-technology {
    text-align: center;
}
.post-technology-image {
    display: inline-block;
    margin: 10px 22px 35px;
}

.php-heading h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.php-para p{
    font-size: 18px;
}

 

 /**** careers section ***/


.careers-india-job-detail{
    margin: 20px 0px;
}
.caeers-heading span{
    font-size: 18px;
    color: #001431;
    font-weight: 600;
}
.careers-section{
    text-align: left;
}
.careers-section ul.apply_btn{
    text-align:center;
}
.careers-section ul li{
font-size: 15px;
    vertical-align: middle;
    line-height: 1.8;
    padding: 0px;
}
.careers-section ul li a span i{
    font-size: 16px;
}
.careers-section ul li a{
    text-decoration: none;
    border: 2px solid #001431;
    padding:6px 50px;
    display: inline-block;
}
.careers-section .list-group .list-group-item{
    border: 0px;
}
.nav.nav-tabs.tabs-left.carers-nav{
    float: none;
    text-decoration: none;
    border-bottom: 0px;
}
.nav.nav-tabs.tabs-left.carers-nav>li>a{
    width: 200px;
    text-decoration: none;
    font-weight: 600;
}
.inner-blog-section{
    margin-top: 30px;
    position: relative;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    -o-box-shadow: 0 15px 10px #777;
    -ms-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
}
.inner-blog-section a img {
    width: 100%;
    height: 250px;
}
.blog-cont{
    padding: 0px 20px;
}
.blog-cont .post-date {
    position: relative;
    color: #a7a7a7;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Conv_georgia';
    text-align: center;
}
.blog-cont h4{
    text-align: center;
    margin: 10px 0px;
}
.blog-cont h4 a{
    text-decoration: none;
    text-align: center;
}
.blog-cont p{
    text-align: center;
    font-size: 14px;
}
.blog-cont .blog-cont-read-more{
    width: 100%;
    text-align: center;
}
.blog-cont .blog-read{
    text-decoration: none;
    text-align: center;
    color: #00458e;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0px;
    display: inline-block;
}
.styled-pagination {
    position: relative;
}
.styled-pagination ul {
    position: relative;
}
.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    background-color: #001431;
}
.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 36px;
    height: 40px;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 40px;
    text-decoration: none;
    background: none;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border: 2px solid #001431;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
    color: #ffffff;
    border-color: #fa2964;
    background-color: #fa2964;
}
/* CaseStudies Section
--------------------------------*/


#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    padding-top: 15px;
    font-size: 25px;
    color: #333;
}
#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #00458e;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}
#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  -webkit-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
  text-decoration: none;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #00458e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}


/**** Company Overview section ***/


section.callaction {
    background: #f9f9f9;
    padding: 50px 0 0 0;
}
.cta-text {
    float: left;
    margin-top: 10px;
}
.big-cta .cta {
    margin-top: 10px;
}
.floatright {
    float: right;
}

.service.hover_service {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.service.hover_service:focus, .service.hover_service:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
}
.service {
    margin-bottom: 30px;
    width: 100%;
   height: 420px;
    padding: 30px 40px 0px;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: 40px 40px 40px 0px;
    -moz-border-radius: 40px 40px 40px 0px;
    -ms-border-radius: 40px 40px 40px 0px;
    -o-border-radius: 40px 40px 40px 0px;
    border-radius: 40px 40px 40px 0px;
}
.service .icon {
    background: linear-gradient(to right, #001431, #001431);
    padding: 25px 10px;
    width: 150px;
    border-radius: 50%;
    margin: auto;
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.service .icon img {
   width: 70px;
}
.service.hover_service .text h3{
    margin-bottom: 10px !important;
}
.view-service{
    background-image: -webkit-linear-gradient(0deg, #4c85d8 0%, #155598 100%);
    background-image: -o-linear-gradient(0deg, #4c85d8 0%, #155598 100%);
    background-image: -moz-linear-gradient(0deg, #4c85d8 0%, #155598 100%);
    background-image: -ms-linear-gradient(0deg, #4c85d8 0%, #155598 100%);
    background-image: linear-gradient(0deg, #4c85d8 0%, #155598 100%);
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 30px;
    padding-right: 30px;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 5px;
    text-decoration: none !important;
}
.view-service:hover{
    color: #ffffff;
}
.view-service i{
    background: #fff;
    height: 32px;
    width: 32px;
    color: #37eaf9;
    font-size: 22px;
    text-align: center;
    padding-top: 5px;
    margin-left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.probootstrap-section {
    padding: 4em 0 2em;
    position: relative;
    z-index: 2;
}
.probootstrap-card {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    border: 2px solid transparent;
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08); 
    -ms-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08); 
    -o-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08); 
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08); 
    -webkit-border-radius: 40px 40px 0px 40px;
    -moz-border-radius: 40px 40px 0px 40px;
    -ms-border-radius: 40px 40px 0px 40px;
    -o-border-radius: 40px 40px 0px 40px;
    border-radius: 40px 40px 0px 40px;
}
.probootstrap-card .probootstrap-card-media {
    overflow: hidden;
    -webkit-border-radius: 40px 40px 0px 0px;
    -moz-border-radius: 40px 40px 0px 0px;
    -ms-border-radius: 40px 40px 0px 0px;
    -o-border-radius: 40px 40px 0px 0px;
    border-radius: 40px 40px 0px 0px;
}
.probootstrap-card.with-hover:hover .probootstrap-card-media {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}
.probootstrap-card.with-hover:hover .probootstrap-card-media img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.probootstrap-card.with-hover .probootstrap-card-media img {
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.probootstrap-card.with-hover:hover .probootstrap-card-text {
    color: #000;
}
.probootstrap-card.with-hover .probootstrap-card-text {
    -webkit-transition: .2s all ease-in;
    -moz-transition: .2s all ease-in;
    -ms-transition: .2s all ease-in;
    -o-transition: .2s all ease-in;
    transition: .2s all ease-in;
    position: relative;
}
.probootstrap-card .probootstrap-card-text {
    padding: 20px;
}
.probootstrap-card .probootstrap-card-text .probootstrap-card-heading {
    margin-top: 0;
    margin-bottom: 20px;
}
.probootstrap-card.with-hover:hover .probootstrap-card-text .category {
    color: #fff;
}
.probootstrap-card.with-hover:hover .probootstrap-card-heading {
    color: #fff;
}
.probootstrap-card .probootstrap-card-text p a {
    text-decoration: none;
}
.probootstrap-card.with-hover:hover .probootstrap-card-text:before {
    height: 100%;
}
.probootstrap-card.with-hover .probootstrap-card-text:before {
    height: 0;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #00458e;
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
    border-radius: 0px 0px 40px 40px;
}


/* Case Studies ***/

.project-details .project-text {
    margin-bottom: 5px;
}
/*.project-description {
    margin: 0px 0px 40px;
}*/
h3.project-title {
    margin: 0px 0px 15px;
}
ul.Overview{
    margin:0px !important;
}
ul.share-on{
    margin:0px !important;
}
.Overview li {
    display: block;
    color: #050c17;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 7px 0;
}
.Overview li a{
    text-decoration: none;
}
.Overview li span {
    color: #001431;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 10px;
}
.Overview li strong {
    color: #233142;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
}
a.btn-green-border, button.btn-green-border {
    color: #ffffff;
    background: #001431 !important;
    border: 1px solid #001431;
    display: inline-block;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border-radius: 50px !important;
    text-decoration: none;
    padding: 6px 20px;
}
a.btn-green-border:hover, button.btn-green-border{
    color: #ffffff;
}
.share-on li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}
.share-on li span {
    padding-right: 20px;
}
.share-on li a {
     display: block; */
    /* height: 50px; */
    /* width: 50px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 6px;
    text-decoration: none;
    /* border: 2px solid #01458e; */
}
.facebook {
    font-size: 16px;
    color: #3b5998;
    border: 1px solid #3b5998;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.twitter {
    font-size: 16px;
    color: #4fb9ed;
    border: 1px solid #4fb9ed;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.linkedin {
    font-size: 16px;
    color: #006097;
    border: 1px solid #006097;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.pinterest {
    font-size: 16px;
    color: #dd4b39;
    border: 1px solid #dd4b39;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.project-description-inner {
    padding: 20px 20px;
}
.project-details {
    padding: 20px 30px;
    background: #f6f6f6;
    height:723px;
}
.project-overview img {
    display: block;
    width:100%;
}
.pt-section p{
    font-size:18px;
}
.project-description.clr-case-1 {
    background: #fff;
}
.project-description.clr-case-2 {
   /* background: #001431;*/
}
.project-description-inner {
    /*background: #001431;*/
   
}

.pt-section{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.project-description.clr-case-2 h3.project-title{
    color:#fff;
}
.project-description.clr-case-2 .Overview li strong{
    color:#fff;
}
.project-description.clr-case-2 .Overview li{
    color:#fff;
}
.project-description.clr-case-2 .process-list ul li span.pp-list-item-text{
    color:#fff;
}
.project-description.clr-case-2 .project-details .project-text{
    color:#fff;
}
.trustedpartner_bg.trustedpartner_bg{
    padding: 0px !important;
}
.business-model-btn {
    text-align: center;
}
a.back-business-model {
    padding: 10px 25px;
    background: #001431;
    border: 0px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px 40px;
}
a.back-business-model:hover{
    text-decoration:none;
    color:#fff;
}




/* White Label Section  ***/

.white-label-list{
    margin-top: 60px;
}
.white-label-list li{
    list-style: none;
    margin-bottom: 24px;
    counter-increment: step-counter;
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    color: #1d2b3b;
    line-height: 24px;
    position: relative;
}
.white-label-list li::before{
    content: counter(step-counter, decimal-leading-zero);
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    color: #d5d5d5;
    width: 45px;
    font-size: 25px;
    cursor: default;
}



/* Hire Decdicated Resources Section  ***/

.whyus_box {
    width: 100%;
    background: #ffffff;
    padding: 25px 0 0;
    margin: 0 auto;
}
.whyus_box h2 {
    width: 100%;
    font-size: 35px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px dashed #adabac;
    margin: 40px 0 8px;
    padding: 0 0 8px;
}
.whyus_box ul.whyus_listing {
    width: 100%;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    clear: both;
}

.whyus_box ul.whyus_listing li {
    width: 100%;
    min-height: 180px;
    list-style: none;
    border-top: 1px solid #aca9a9;
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
    position: relative;
    top: 0;
    clear: both;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.whyus_box ul.whyus_listing li .content_rgt_box h3 {
    width: 100%;
    color: #000;
    text-transform: capitalize;
    margin: 8px 0 14px;
}
.whyus_box ul.whyus_listing li .content_rgt_box p {
    width: 100%;
    color: #000;
}

.whyus_box ul.whyus_listing li:first-child {
    border: none;
}
.whyus_box ul.whyus_listing li .img_lft_box {
    width: 18%;
    text-align: left;
    background: url("../images/icon/hir-icon30.png") center center no-repeat;
    background-size: auto;
    width: 190px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    background-size: auto;
}
.whyus_box ul.whyus_listing li .img_lft_box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.whyus_box ul.whyus_listing li .content_rgt_box {
    text-align: center;
}




/* Outsource  Section  ***/



.outsource-main {
    margin: 0px 0px 50px;
    height: 400px;
    padding: 50px 0px;
}
.outsource-cnt h2{
    font-size: 25px;
    margin: 10px 0px;
}
.outsource-cnt p{
    font-size: 16px;
}
.outsource-img{
   width: 100%;
   position: relative;
}
.outsource-img::before {
    content: "";
    width: 300px;
    height: 300px;
    background: transparent;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50% , -50%);
    border-radius: 100%;
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}
.outsource-img img{
    width: 250px;
    display: block;
    margin: 0 auto;
    text-align:center;
    background: none;
    -webkit-animation: zoomout 10s ease-in infinite;
    -ms-animation: zoomout 10s ease-in infinite;
    -moz-animation: zoomout 10s ease-in infinite;
    -o-animation: zoomout 10s ease-in infinite;
    animation: zoomout 10s ease-in infinite;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@-moz-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@-ms-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@-o-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}


@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@-moz-keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@-ms-keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@-o-keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}


/* About Us Excellence Section ***/



.bg-section .excellence li{
    list-style: none;
}
.bg-section .excellence li strong{
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.bg-section .excellence li span{
    font-size: 16px;
}

.bg-section .excellence li:first-child{
    padding: 35px 20px;
}
.bg-section .excellence li:nth-child(2){
    padding: 25px 20px;
}
.bg-section .excellence li:nth-child(3){
    padding: 65px 20px;
}
.bg-section .excellence li:nth-child(4){
    padding: 25px 20px;
}
.bg-section .excellence li:nth-child(5){
    padding: 40px 20px;
}












.ftco-section{
    background-color: #f6f6f6;
    padding: 50px 0px;
}
.post-section{
    background-color: #ffffff;
    padding:20px;
}

.post-meta .article-title{
    font-size: 30px;
}
.post-meta ul {
    border-left: 4px solid #001431;
    margin-top: 1rem;
}
.post-meta ul li {
    display: inline-block;
    margin-left: 15px;
}
.post-meta ul span i {
    color: #1e1e1e;
}
.post-meta ul a {
    color: #0b7bf1;
    text-decoration: none;
}
.article-content p{
    font-size: 16px;
}
.article-content .blockquote {
    border-left: 4px solid #001431;
    padding: 18px;
    font-style: italic;
    margin: 1em 0 1em 0;
}
.article-content .blockquote p{
    font-size: 20px;
    color: #001431;
    font-weight: 600;
}
.post-box, .form-comments, .box-comments, .widget-sidebar {
    background-color: #fff;
    margin-bottom: 3rem;
    padding: 3rem;
}
.widget-sidebar .sidebar-title {
    color: #0b7bf1;
    font-size: 1.6rem;
    font-weight: 600;
    border-left: 5px solid #001431;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}


.title-left {
    font-size: 28px;
    color: #0b7bf1;
    position: relative;
}

.title-left:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #001431;
    width: 100px;
    bottom: -12px;
}
.box-comments .list-comments li {
    padding-bottom: 40px;
}
.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}
.box-comments .list-comments .comment-avatar img {
    width: 80px;
    height: 80px;
}
.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}
.box-comments .list-comments .comment-author {
    display: block;
    font-size: 18px;
    margin: 10px 0px;
}
.box-comments .list-comments span {
    color: #1e1e1e;
    font-style: italic;
}
.box-comments .list-comments a {
    color: #001431;
    text-decoration: none;
    font-weight: 600;
}
.sidebar-search input {
    background-color: #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}
span.ion-android-search i{
    color: #ffffff;
}
.sidebar-search .btn-search {
    background-color: #001431;
    border-color: #001431;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.ul-resect, .socials ul, .list-ico, .blog-wrapper .post-meta ul, .box-comments .list-comments, .widget-sidebar .list-sidebar, .widget-tags ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget-sidebar .list-sidebar li {
    position: relative;
    padding: 6px 0 6px 24px;
}
.widget-sidebar .list-sidebar li a{
    text-decoration: none;
    font-size: 14px;
}
.widget-sidebar .list-sidebar li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    background-color: #001431;
    top: 20px;
}
.widget-tags ul li {
   display: inline-block;
    background-color: #001431;
    padding: 2px 10px;
    margin-bottom: 5px;
    border-radius: 15px;
}
.widget-tags ul li a {
    color: #fff;
    text-decoration: none;
}
.why_webo{margin-top: 50px;}
.why_webo .rnd_list{
  position: relative;
  max-width: 400px;
  width: 100%;
  min-height: 200px;
  background:#001431;
  margin: 5px auto;
  color: #ffffff;
  position: relative;
}
.dedi-team .rnd_list{
  min-height: 120px;
}
.dedi-team .rnd_list span{
    font-size:20px;
    line-height:30px;
}
.why_webo .rnd_list span{
  width: 100%;
  padding:20px 20px;
  display:inline-block;
}

.rnd_list span{
    position:relative;
}
.rnd_list span strong.ft-dot{
   font-size: 30px;
    color: #185699;
    display: inline-block;
    vertical-align: sub;
    padding-right: 5px;
}

.how_process{
  background:red;
  margin: 50px 0px 0px 0px;
}

.how_process .how_process_list{
  list-style: none;
}
.how_process .how_process_list li{
  background:transparent;
  border:1px solid #ffffff;
  color: #ffffff;
  padding: 20px 10px;
  margin-top: 10px;
  text-align: center;
  -ms-transform: skewX(-20deg); /* IE 9 */
  -webkit-transform: skewX(-20deg); /* Safari 3-8 */
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.how_process .how_process_list li strong.st-dot{
    font-size: 30px;
    color: #185699;
    display: inline-block;
    vertical-align: sub;
    padding-right: 5px;
}
.hw-proc .how_process_list h3.small-title{
  color: #001431;
}
.hw-proc .how_process_list li{
    border: 1px solid #00458e;
    color: #001431;
}



.box-container {
  position: relative;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 70px;
      margin: 30px auto;
}

.box-container .box::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  -webkit-transform: skew(2deg, 3deg);
  -moz-transform: skew(2deg, 3deg);
  -ms-transform: skew(2deg, 3deg);
  -o-transform: skew(2deg, 3deg);
  transform: skew(2deg, 3deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.box-container .box:hover:before {
  -webkit-transform: skew(-2deg, -3deg);
  -moz-transform: skew(-2deg, -3deg);
  -ms-transform: skew(-2deg, -3deg);
  -o-transform: skew(-2deg, -3deg);
  transform: skew(-2deg, -3deg);
}

.box-container .box {
  position: relative;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  background-color: #001628;
}


.content {
 padding: 0 10px;
    position: relative;
    width: 100%;
    text-align: center;
}


.content h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.content p {
  letter-spacing: 1px;
  font-size: 18px;
}

.center_of_excellence{
  position: relative;
  overflow-y: hidden;
}
.center_of_excellence_outer{
  position: relative;
  margin: auto;
  margin-top: -350px;
  margin-bottom: 50px;
  max-width: 700px;
  height: 600px;
  width: 100%;
  background: #01458e;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  -webkit-box-shadow: 0px 0px 38px 0px #01458e;
  -moz-box-shadow: 0px 0px 38px 0px #01458e;
  -ms-box-shadow: 0px 0px 38px 0px #01458e;
  -o-box-shadow: 0px 0px 38px 0px #01458e;
  box-shadow: 0px 0px 38px 0px #01458e;
  z-index: +1;
}
.center_of_excellence_inner{
  position: absolute;
  width: 100%;
  top: 350px;
  left: 0;
}
.center_of_excellence_inner h2{
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.center_of_excellence_inner p{
  color: #ffffff;
  max-width: 500px;
  font-size: 15px;
  margin: auto;
}
.center_of_excellence_cntnt{
  position: relative;
  /*border: 1px solid #01458e;*/
  margin-top: -250px;
  padding-top: 250px;
}





@media screen and (max-width:600px){
.center_of_excellence_outer{
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -ms-border-radius: 40%;
  -o-border-radius: 40%;
  border-radius: 40%;
  height: 650px;
}
.center_of_excellence_inner p{
  font-size: 13px;
  width: 80%;
}
}

@media screen and (max-width:350px){
.center_of_excellence_inner h2{font-size: 25px;}

}
.inforgraphic-parent-herarchy {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    display: table;
    height: 100%;
}
.inforgraphic-parent-herarchy h2.title-herarchy {
    text-align: center;
    color: #000;
    font-size: 30px;
    padding: 20px 0px;
}
.inforgraphic-parent-herarchy ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.inforgraphic-parent-herarchy ul li {
    float: left;
    width: calc(100% / 5 - 22px);
    margin: 0px 10px;
    position: relative;
    padding: 0px 10px;
}
.inforgraphic-parent-herarchy ul li span {
    border-radius: 5px; 
     text-align: center; 
    box-sizing: border-box;
    display: flex;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #000;
    margin-top: 7px;
    justify-content: center;
    align-items: center;
}
.inforgraphic-parent-herarchy ul.child {
    display: table;
    width: 100%;
}
.inforgraphic-parent-herarchy ul.child li {
    width: 100%;
    margin: 15px 0px 0px 0px;
}
.child .child-img{
  text-align: center;
}
.inforgraphic-parent-herarchy ul.child li:after {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 3px;
    height: 25px;
    text-align: center;
    border-right: 2px dotted #164688;
}
.inforgraphic-parent-herarchy ul.child-sec li:before {
    content: "";
    position: absolute;
    bottom: -22px;
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 3px;
    height: 25px;
    text-align: center;
    background: #ffffff;
}
.inforgraphic-parent-herarchy ul.child-sec li:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 3px;
    height: 25px;
    text-align: center;
    background: #ffffff;
}
.inforgraphic-parent-herarchy ul.child-sec li:before {
    content: "";
    position: absolute;
    bottom: -22px;
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 3px;
    height: 25px;
    text-align: center;
    background: #ffffff;
}
.inforgraphic-parent-herarchy ul.child-sec li:nth-last-child(2)::after {
    background: none;
}
.inforgraphic-parent-herarchy ul.child-sec li:nth-last-child(2)::before {
    bottom: -25px;
}
.inforgraphic-parent-herarchy ul.child-sec li:last-child::after {
    background: none;
}
.inforgraphic-parent-herarchy ul.child-sec li:last-child::before {
    background: none;
}
.inforgraphic-parent-herarchy ul.child-sec li:last-child{
  margin: 30px 0px;
}
.social-sec{
  border-radius: 5px;
  font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    border: 2px dotted #004288;
    display: flex;
    width: 100%;
    min-height: 65px;
    border-radius: 50px;
    color: #fff;
    margin-top: 22px !important;
    justify-content: center;
    align-items: center;
}
.round-one{
  width: 160px;
  margin-top: 7px;
 /* -webkit-animation: rotating 7s linear infinite;
    -moz-animation: rotating 7s linear infinite;
    -ms-animation: rotating 7s linear infinite;
    -o-animation: rotating 7s linear infinite;
    animation: rotating 7s linear infinite;*/
}
.child-text{
  width: 100%;
  margin: 30px 0px;
}
.child-text p{
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 0px;

}
.child-text span{
  font-size: 16px;
  text-align: center;
  margin:0px;
}
.child-img img{
    background: #01458e;
    /* border-radius: 100px; */
    width: 90px;
    display: inline-block;
}
span.demo.round-one {
   width: 130px;
    height: 130px;
    margin: 0 auto;
    outline: 2px dotted #164688 !important;
    background: #01458e;
    border: 10px solid #FFF;
    outline: 1px solid #DDD;
    -webkit-border-radius: 100px!important;
    -moz-border-radius: 100px!important;
    -ms-border-radius: 100px!important;
    -o-border-radius: 100px!important;
    border-radius: 100px!important;
}
.circle{
  position: absolute;
    top: 52%;
    left: 50%;
    width: 120px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@keyframes rotating1 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





.middle-button{
  text-align: center;
  margin: 50px 0px 0px;
}
.middle-feature{
  display: inline-block;
    background: #095dbb;
    border: 1px solid #095dbb;
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase;
    width: 220px;
    height: 50px;
    padding: 15px 15px;
}
.middle-feature:hover{
  color: #ffffff;
}



.features_box{
  background: linear-gradient(to right, #001431 0%, #00438a 51%, #001431 100%);
  border:5px solid #54a0f5;
  outline: 2px solid #ffffff;
  outline-offset: -15px;
  -webkit-box-shadow: 0px 0px 10px 0px #4f48fe;
  -moz-box-shadow: 0px 0px 10px 0px #4f48fe;
  -ms-box-shadow: 0px 0px 10px 0px #4f48fe;
  -o-box-shadow: 0px 0px 10px 0px #4f48fe;
  box-shadow: 0px 0px 10px 0px #4f48fe;
  min-height: 125px;
  text-align: center;
  margin: 15px auto;
  position: relative;
  -ms-transform: skewX(10deg); /* IE 9 */
  -webkit-transform: skewX(10deg); /* Safari 3-8 */
  -moz-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
}
.features_box h3{
  font-size: 25px;
  position: absolute;
  width: 100%;
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -moz-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.features_box.features_box_2nd
{
  -ms-transform: skewX(-10deg); /* IE 9 */
  -webkit-transform: skewX(-10deg); /* Safari 3-8 */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.features_box.features_box_2nd h3{
  -webkit-transform: translateY(-50%) skewX(10deg);
  -moz-transform: translateY(-50%) skewX(10deg);
  -ms-transform: translateY(-50%) skewX(10deg);
  -o-transform: translateY(-50%) skewX(10deg);
  transform: translateY(-50%) skewX(10deg);
}
.section.section-pad.section-bg-dark {
    padding: 50px 0px 100px 0px;
}
.section-title-sm {
    font-size: 25px;
    color:#001846;
}
.about-content{
  position: relative;
}
.about-content.clients{
    padding: 0px 30px;
}
.view-content p {
    text-align: justify;
}
.about-content p{
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    padding: 0px 0px 10px;
    color:#001846;
}
.heading-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: -130px;
}
.heading-icon i {
    float: left;
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #2966b1;
    z-index: 50;
}
.coalition {
    font-family: coalitionicon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.heading-icon i:before {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.coalition-seo:before {
    content: "";
    background-image: url(../assets/images/seo-icon.svg);
    top: 60% !important;
    left: 60% !important;
    width: 100%;
    height: 100%;
}
.heading-icon i span {
    display: block;
    font-size: 0!important;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%!important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: 0 0;
    z-index: 0;
    border: 5px solid #fff;
}
ul.how_about_list{
    list-style:none;
    margin:50px 0px;
}
ul.how_about_list li{
    display: table;
    margin-bottom: 7px;
}
ul.how_about_list li strong.st-dot {
   float: left;
    margin-right: 5px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bolder;
}
ul.how_about_list li span{
    font-size: 20px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
}

.about_image img {
    height: 400px !important;
    width: 100%;
}
.right_slider ul, ol {list-style: none}
.demo22 {
    width: 100%;
    height: 400px;
    max-width: 1024px;
    padding: 0 15px;
    margin: 0px auto 0;
    position: relative;
}
.right_slider {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.right_slider ul, .right_slider ul li {width: 100%; height: 100%}
.right_slider ul {
    position: absolute;
    top: 0;
    left: 0
}
.right_slider ul li {
    font-size: 20px;
    color: #fff;
    padding: 40px 60px;
    text-align: justify
}
.right_slider ul li:first-of-type { background: #001431;}
.right_slider ul li:nth-of-type(2) {background: #001431;}
.right_slider ul li:nth-of-type(3) { background: #001431;}
.right_slider ul li:nth-of-type(4) {background: #001431;}
.right_slider ul li:last-of-type {background: #001431;}
.right_slider ol {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.right_slider ol li {
    width: 7px;
    height: 30px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255,.3);
    cursor: pointer
}
.right_slider ol li:hover, .right_slider ol li.active {
    background: #eee
}

.single-partner img {
    height: 60px !important;
    margin: 20px 0px;
    
}
.right-slider-content p {
    font-size: 16px;
}
.right-slider-content h3{
    font-size:25px;
}
.home-main__text h1 {
   line-height: 4rem;
   font-size: 3.5rem;
   margin-bottom: 1rem;
}
.home-main__text p.title_pg.title-white{
    color:#fff !important;
    text-align:left;
    
}
.home-main__text h2{
    margin: 10px 0px 20px;
}
 .home-main__text p {
   font-size: 18px;
  text-align:left;
}
.home-main__text.lft-text p{
    text-align:left;
}
.home-main__text.lft-text h2 {
    margin: 10px 0px;
}
 .home-main__image {
   position: relative;
   z-index: 1;
}
.home-main__image img {
    width: 300px;
    height: 300px !important;
    display: block;
    margin: 0 auto;
    border: 5px solid #01458e;
}
.home-main__image.home-main-right{
  float:right;
}
.home-main__image::after {
   content: '';
   position: absolute;
   outline: 20px solid #001431;
   outline-offset: -20px;
   height: 300px;
   width: 300px;
   top: 40px;
    right: 60px;
   z-index: -1;
}
.home-main__image.blue-home-main::after {
    outline: 20px solid #01458e;
    left:60px;
}
.home-main__image.blue-home-main img{
    border: 5px solid #01458e;
}
ul.nav.nav-tabs.tech-nav{
    border-bottom:0px !important;
    display:table;
    margin:0 auto;
}
ul.nav-tabs.tech-nav>li>a{
    width: 200px;
    background: #001431;
    text-align: center;
    text-decoration: none;
    border:0px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
}
.nav-tabs.tech-nav>li.active>a, .nav-tabs.tech-nav>li.active>a:focus, .nav-tabs.tech-nav>li.active>a:hover{
    background: #01458e;
    border:0px;
    color:#fff;
}
.right-slider-content h3{
    text-align:center;
    text-transform:uppercase;
}
.right-slider-list p{
      display: table;
    margin-bottom: 7px;
}
.right-slider-list span.right-slider-list-ct{
    font-size: 16px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
}
.right-slider-list p span.right-slider-list-dt{
   float: left;
    margin-right: 5px;
    color: #01458e;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bolder;
}
.process-list ul {
    list-style:none;
}
.process-list ul li{
    display: table;
    margin-bottom: 7px;
}
.process-list ul li span.pp-list-item-text{
    font-size: 20px;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    text-align:left;
}
.process-list ul li span.pp-list-item-icon{
   float: left;
    margin-right: 5px;
    color: #01458e;
    font-size: 20px;
    padding: 10px 10px 10px 0px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bolder;
}
.img-center{
    border: 2px solid #01458e;
    height: 310px;
}
.img-center img{
    display:block;
    margin:0 auto;
}

/* Team Section ***/



/* Team Section ***/



section#team {
    margin: 50px 0px 50px;
}
#team .our-team-section{
    text-align: center;
    margin: 0px 0px 50px;
}
#team .our-team-section .pic{
    padding: 30px 20px 0;
    position: relative;
}
#team .our-team-section:hover .pic:before, #team .our-team-section:hover .pic:after {
    border-color: #01458e;
    transform: scale(1);
}
#team .our-team-section .pic:before,
#team .our-team-section .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
}
#team .our-team-section .pic:after{
    border: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: scale(1, 0);
}
#team .our-team-section:hover .pic:before,
#team .our-team-section:hover .pic:after{
    border-color: #01458e;
    transform: scale(1)
}
#team .our-team-section .pic img{
    width: 100%;
    height: auto;
}
#team .our-team-section .team-content{
    background: #01458e;
    padding: 20px 0;
    color: #fff;
    position: relative;
}
#team .our-team-section:hover .team-content{
    background: #001431;
}
#team .our-team-section .title{
    font-size: 18px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#team .our-team-section .post{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#team .our-team-section .social{
    padding: 0;
    list-style: none;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
#team .our-team-section:hover .social{
    transform: scale(1);
}
#team .our-team-section .social li{
    display: inline-block;
}
#team .our-team-section .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #a0a0a0;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#team .our-team-section .social li a:hover{
    color: #fff;
}
#team .our-team-section .social li a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}
#team .our-team-section .social li:hover a:before{
    background: #333; 
    color: #fff;
    transform: rotate(-45deg);
}
@media only screen and (max-width: 990px){
    #team .our-team-section{ margin-bottom: 10px; }
}











/* ==========================================================================
   Testimonial section
   ========================================================================== */
   
h2.text-center.what-client {
    color: #fff;
    margin: 0px 0px 30px;
}
#all-page-testimonial{ background: #01458e; padding-top:50px;padding-bottom:50px;}
#all-page-testimonial.carousel {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#all-page-testimonial .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 160px;
}
#all-page-testimonial .carousel-inner {
    position: relative;
    width: 700px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 0px 50px;
    max-width: 100%;
}
#all-page-testimonial .carousel .item a {
	color: #50c2f0;
}
#all-page-testimonial .carousel .img-box {
	width: 145px;
    height: 145px;
    margin: 20px auto 0px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#all-page-testimonial .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#all-page-testimonial .carousel .testimonial {	
	padding: 10px 25px 10px;
	color:#fff;
	position: relative;
}
#all-page-testimonial .carousel p.testimonial::before {
    
    
}
#all-page-testimonial .carousel p.testimonial.lt-1::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 20px;
}
#all-page-testimonial .carousel p.testimonial.lt-1::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right: 258px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#all-page-testimonial .carousel p.testimonial.lt-2::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 20px;
}
#all-page-testimonial .carousel p.testimonial.lt-2::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right: 230px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#all-page-testimonial .carousel p.testimonial.lt-3::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 40px;
}
#all-page-testimonial .carousel p.testimonial.lt-3::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right:195px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#all-page-testimonial .carousel p.testimonial.lt-4::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 5px;
}
#all-page-testimonial .carousel p.testimonial.lt-4::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right:220px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#all-page-testimonial .carousel p.testimonial.lt-5::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 11px;
}
#all-page-testimonial .carousel p.testimonial.lt-5::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right:207px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#all-page-testimonial .carousel p.testimonial.lt-6::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 0px;
}
#all-page-testimonial .carousel p.testimonial.lt-6::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right:50px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#all-page-testimonial .carousel p.testimonial.lt-7::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 15px;
}
#all-page-testimonial .carousel p.testimonial.lt-7::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right:5px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#all-page-testimonial .carousel p.testimonial.lt-8::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 25px;
}
#all-page-testimonial .carousel p.testimonial.lt-8::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right:88px;
    t-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}#all-page-testimonial .carousel p.testimonial.lt-9::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 31px;
}
#all-page-testimonial .carousel p.testimonial.lt-9::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right:180px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#all-page-testimonial .carousel p.testimonial.lt-10::before{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    top: 12px;
    left: 20px;
}
#all-page-testimonial .carousel p.testimonial.lt-10::after{
    content:"";
    background-image:url("../images/quatation.png");
    position:absolute;
    z-index:999;
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    bottom: 13px;
    right:195px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

#all-page-testimonial .carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
#all-page-testimonial .carousel .overview b {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	display: block;	
	padding-bottom: 5px;
}
#all-page-testimonial .carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
#all-page-testimonial .carousel .carousel-control {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    background: #001431;
    text-shadow: none;
	top: 4px;
}
#all-page-testimonial .carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
#all-page-testimonial .carousel-control.left {
	left: 30px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display:none;
}
#all-page-testimonial .carousel-control.right {
    right: 60px;
    top:50%;
     opacity: 1;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display:none;
}
#all-page-testimonial .carousel-control.right i {
	margin-right: -2px;
	color: #fff;
}
#all-page-testimonial .carousel .carousel-indicators {
	bottom: -15px;
	z-index:1 !important;
}
#all-page-testimonial .carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#all-page-testimonial .carousel-indicators li {	
	background: #e2e2e2;
	border-color: transparent;
}
#all-page-testimonial .carousel-indicators li.active {
	border: none;
	background: #001431;		
}
.b_card{
  min-height: 300px;
  border: dashed #001431;
  border-width: 1px;
  padding:10px 20px;
  border-style: dotted;
  margin-top: 30px;
}
.privacy-content h3{
    font-size: 25px;
    margin: 10px 0px;
    font-weight: 500;
}
.privacy-content p{
    font-size:16px;
}
.privacy-table table.table.table-bordered tr  td a{
    color:#01458e;
    font-weight:600;
}
.privacy-table table.table.table-bordered tr  td{
    width:50%;
    vertical-align: middle;
}
.service-white-lable.serviceBox.product-par{
    min-height: 0px !important;
    border: 2px solid #01458e;
    height: 370px;
    padding: 10px 10px;
}
/* Contact us Style ****/

.adrressSec {
   /*background-color:#7fa1c6;*/
   border: 1px solid #001431;
   max-width:350px;
   margin:0 auto;
}
.adrressSec address
{
  width: 200px;
  margin: 0 auto;
}
.adrressSec h4{
    font-size: 18px;
    color: #000;
    text-align: left;
    padding: 20px 0px 0px;
    font-weight: 600;
    margin: 0px 0px 10px;
}
.adrressSec address{
    padding:0px 0px 10px;
}
.ad-content p{
    text-align: left;
    width: 100%;
    margin: 0px auto;
}

#mobile-case{
    display:none;
}

.st-heading span a img{
    width:50px;
}
.st-heading{
    padding: 30px 0px;
    background-color:#01458e;
}
span.case-image{
    width:50%;
    float:left;
}
span.hd-case{
   width: 50%;
    float: right;
    padding: 0px;
    font-size: 30px;
    color: #fff;
}
.smheight1.smheight-img img {
    width: 100% !important;
}

/* Servare Case Studies Page ***/

.project-details.servare_text_1 {
    height: 600px !important;
}
.project-overview.servare_img_1 img {
    height: 600px;
}
.project-details.servare_text_2 {
    height: 500px;
}
.project-overview.servare_img_2 img{
    height:500px;
}
.project-details.servare_text_3 {
    height: 500px;
}
.project-overview.servare_img_3 img{
    height:500px;
}
.project-details.servare_text_4 {
    height: 600px;
}
.project-overview.servare_img_4 img{
    height:600px;
}


/* Youbgm Case Studies Page ***/


.project-overview.youbgm_img_1 img{
    height:600px;
}
.project-details.youbgm_text_1 {
    height: 600px;
}
.project-details.youbgm_text_2 {
    height: 400px;
}
.project-overview.youbgm_img_2 img {
    height: 400px;
}
.project-details.youbgm_text_3 {
    height: 400px;
}
.project-overview.youbgm_img_3 img {
    height: 400px;
}
.project-details.youbgm_text_4 {
    height: 500px;
}
.project-overview.youbgm_img_4 img {
    height: 500px;
}


/* Inshipper Case Studies Page ***/


.project-details.inshipper_text_1 {
    height: 650px;
}
.project-details.inshipper_img_1 img{
    height: 650px;
}
.project-details.inshipper_text_2 {
    height: 500px;
}
.project-details.inshipper_img_2 img{
    height: 500px;
}
.project-details.inshipper_text_3 {
    height: 500px;
}
.project-details.inshipper_img_3 img {
    height: 500px;
}
.project-details.inshipper_text_4 {
    height: 500px;
}
.project-details.inshipper_img_4 img {
    height: 500px;
}


.project-details.restaurant_text_1 {
    height: 600px;
}
.project-overview.restaurant_img_1 img {
    height: 600px;
}
.project-details.restaurant_text_2 {
    height: 400px;
}
.project-overview.restaurant_img_2 img{
    height: 400px;
}
.project-details.restaurant_text_3 {
    height: 500px;
}
.project-overview.restaurant_img_3 img{
    height: 500px;
}
.project-details.restaurant_text_4 {
    height: 500px;
}
.project-overview.restaurant_img_4 img{
    height: 500px;
}



.project-details.ilhaus_text_1{
    height:500px;
}
.project-details.ilhaus_img_1 img{
    height:500px;
}
.project-details.ilhaus_text_2{
    height:500px;
}
.project-details.ilhaus_img_2 img{
    height:500px;
}
.project-details.ilhaus_text_3{
    height:500px;
}
.project-details.ilhaus_img_3 img{
    height:500px;
}


.project-details.aeryus_text_1 {
    height: 600px;
}
.project-overview.aeryus_img_1 img {
    height: 600px;
}
.project-details.aeryus_text_2 {
    height: 400px;
}
.project-overview.aeryus_img_2 img {
    height: 400px;
}
.project-details.aeryus_text_3 {
    height: 500px;
}
.project-overview.aeryus_img_3 img {
    height: 500px;
}
.project-details.aeryus_text_4 {
    height: 400px;
}
.project-overview.aeryus_img_4 img {
    height: 400px;
}

.pt-section .trustedpartner .row {
    margin: 0px;
}
.video_section {
    border: 2px solid #001431;
    margin-bottom:10px;
    height:320px;
}
.video-title h3 {
    text-align: center;
    padding: 5px 0px;
    background: #001431;
    color: #fff;
}