@charset "utf-8";
 
@import url('https://fonts.googleapis.com/css2?family=Anek+Latin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     font-family: 'Poppins';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     font-family: 'Poppins', sans-serif;
     font-size:18px;
     color:#333;
}
 .box-content a:hover{
     color:#000 
}
 :focus{
     outline:0!important 
}
 .reset{
     clear:both 
}

.flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    backface-visibility: hidden;
        margin-bottom: 20px;

}
.view-all {
    position: absolute;
    right: 2%;
}
.view-all:before{

    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: #800020;
    margin: 0px 0px 8px 10px;
}
.flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    }
.sexy-menu.detached{
    position: fixed;
    opacity: 1;
    background: rgba(255,255,255,1);
    filter: alpha(opacity=0);
}

   .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
    margin-bottom: 15px;
}
.flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part img {
    height: 50px;
}
 .front-content-part .front-title-part .titles {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
 .front-content-part .front-title-part .titles a{
    color: #fff;
 }
    .flip-box-inner .flip-box-wrap .front-part .front-content-part:hover{
        background-color: #009c9e;
    }
     .flip-box-inner .flip-box-wrap .front-part .front-content-part:hover .titles a
    {
        color: #fff;
    }

     .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  
    text-align: left;
    padding: 50px 40px 50px 40px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    /*box-shadow: 0px 0px 10px 0px #eee;*/
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    transition: all .9s ease 0s;
    background-color: #a32c3f;
    border-radius: 10px;
    padding: 13px 52px;
    position: relative;
    background-image: url(../images/bg-image-7.png);
    border-radius: 0 80px 0 80px;
}


   .flip-box-inner .flip-box-wrap .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    transform: rotateY(0);
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: initial;
    background-position: 50%;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1e3px;
    perspective: 1e3px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.post-detail-info {
    padding-left: 14.75rem;
}

.post-info2-inner {
    max-width: 10.5625rem;
    position: absolute;
    left: 0;
    width: 100%;
}.post-date2 {
    display: block;
    border: 6px solid #ebebeb;
    position: relative;
    padding: 5px 5px 1.875rem;
}
.post-date2 > span {
    font-size: 2em;
    font-weight: 600;
    color: #222;
}
.post-date2 > i {
    position: absolute;
    left: -6px;
    right: -6px;
    bottom: -6px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    padding: 7.25px 5px;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.post-detail-info > h2 {
    color: #333;
    font-size: 1.6em;font-family: 'Outfit';
    font-weight: 500;
    line-height: 2.75rem;
}
.post-detail-info > h2 + p {
    margin-top: 10px;
}
.thm-bg {
    background:#a32c3f; 
    color: #fff;
}
/*megamenu*/
/* menu dropdown */
.mega-menu {
  background: #fff;
 
  border-radius: 0 0 3px 3px;
  opacity: 0;
  position: absolute;
  transition: all .3s ease .15s;
  visibility: hidden;
  min-width: 540px;
      top: 90px;
}
li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.nav-column {
    text-align: left;
    float: left;
    padding: 3.5%;
    width: 50%;
}.nav-column a {
        margin: 0px 12px;
    padding: 4px 0px;
    display: inline-block;
    position: relative;
    color: #333;
    -webkit-transition: color .3s,background .3s;
    font-size: .9em;
    line-height: 1.6;
    transition: all .4s ease-in-out;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: capitalize;
}
.nav-column a:hover{
    color: #005aab
}
.position-static {
    position: static!important;
}
.position-relative {
    position: relative!important;
}
 .shape-group li.shape-1 {
    top: 0;
    left: -90px;
}
 .shape-group li.shape-1 {
    top: 20px;
    left: -100px;
}
 .shape-group li {
    position: absolute;
    z-index: -1;
}
 .about-image-gallery {
}
.about-image-gallery {
        left: 5%;
    position: relative;
}
 .shape-group li.shape-2 {
    top: -86px;
    right: -34px;
    bottom: inherit;
    right: inherit;
}
.med-img img{
    border-radius: 70px 10px 10px 10px;
    width: 100%;
}
.med-img:before {
    content: '';
    width: 88%;
    height: 88%;
    background-color: #11a5a3;
    border-radius: 70px 10px 10px 10px;
    position: absolute;
    top: -11px;
    left: -15px;
    z-index: -1;
}
.shape-group li.shape-3 {
    bottom: -60px;
    right: -24px;
}
.shape-group li.shape-4 {
    bottom: 40px;
    right: 200px;
}
.about-seven__images img {
    border-radius: 50%;
    max-width: 100%;
    position: relative;
}
.about-seven__images.img {
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.about-seven__images::before {
    content: '';
    width: 30%;
    height: 100%;
    background-color: #11a5a3;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 210px;
}
.about-image-gallery .thumbnail-1 img {
    border-radius: 70px 10px 10px 10px;
}
.about-image-gallery .thumbnail img {
    width: 80%;
}
 .about-image-gallery .thumbnail-2 img {
    border-radius: 10px;
}
.video-gallery .thumbnail img {
    border-radius: 0 80px 0 120px;
}
.col-md-9 {
    flex: 0 0 auto;
    width: 75%;
}
.inner-container {
    position: relative;
    background-color: #ffffff;
    padding: 60px 100px 30px;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}
.bg_organ {
    position: relative;
    padding-top: 90px;
    /*padding-bottom: 90px;*/
    background-position: left top;
    background-repeat: repeat-x;
    background-color:rgb(0 90 171 / 10%); ;
}
.shape-one {
    position: absolute;
    top: -53px;
    left: -210px;
    z-index: -1;
}
.shape-two img,.shape-one img {
    height: 700px;
}
img.bd-choose-shape.bd-choose-shape-1 {
    top: 0;
    position: absolute;
    right: -61px;
    z-index: -1;
}
.seconday-img {
    border: 10px solid #fff;
    position: absolute;
    bottom: -48px;
    right: -50px;
    width: 50%;
}
.main-img-1 {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0 20px 40px 0 rgb(42 11 88 / 10%);
}
img.main-img-1{
   border-radius: 10px;
}
img.house-img{
   border-radius: 10px;
}
.house-img {
    position: absolute;
    bottom: -48px;
    right: -50px;
    width: 50%;
}
 .shape-two {
    position: absolute;
    top: -84px;
    right: -60px;
    z-index: -1;
}
  .about-img {
    z-index: 1;
    position: relative;
}
.main-image {
    position: relative;
    top: 0;
}
/*.bg_organ:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .60;
    content: "";
}*/
.inner-column.flood {
    position: relative;
}
 .image-column {
    position: relative;
    margin-bottom: 40px;
}

.inner-column.flood:before {
    position: absolute;
    content: '';
    left: 0;
    top: -61px;
    width: 387px;
    height: 255px;
    z-index: 0;
    display: inline-block;
    background: url(../images/pattern-2.png) center top no-repeat;
}
 .flood .image-2 {
    position: absolute;
    right: 0px;
    top: 0;
    opacity: 0.5;
    z-index: 0;
}

 .flood  .image-1 {
    bottom: -100px;
        left: 100px;
    z-index: 999;
    position: absolute;
}
.treand {
    position: relative;
    background: #F6F6F2;
}
.treanding-text {
    position: absolute;
    background: #fff;
    padding: 100px;
    width: 60%;
    margin-left: -13%;
    top: 35%;
}
.pic1{
     position: absolute; left: 0px; top: 0px;
}
.pic2{
 position: absolute; left: 300px; top: 0px;
}
.pic3{
    position: absolute; left: 300px; top: 241px;
}
.pic4{
    position: absolute; left: 0px; top: 370px;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 44%;
}
.help-them-two-bg {
    position: absolute;
    top: -60px;
    left: -362px;
    bottom: -60px;
    width: 562px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-them-two__left {
    position: relative;
    display: block;
}
.help-them-two__img {
    position: relative;
    display: block;
}
.help-them-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color:#11a5a3cf;
}
.video-card-two {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}
.video-card-two .inner-container {
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #f0f4f5;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 65px;
    padding-bottom: 20px;
    position: relative;
    z-index: 11;
        border-bottom-left-radius: 224.5px;
    border-top-left-radius: 224.5px;
}
.video-card-two__box {
    display: inline-block;
    position: relative;
}
.video-card-two h3 {
    margin: 0;
     line-height: 45px;
    font-weight: bold;
    font-family: 'Outfit';
    font-size: 2.333em;
    font-weight: bold;
    color: #000;
    padding-left: 22px;
    position: relative;
    left: 30px;
}
.pr-0{
  padding-right: 0px !important
}
/*.after-br:after {
    position: absolute;
    top: -10px;
    bottom: 16px;
    right: 0;
    left: 0px;
    width: 48%;
    content: "";
        border-top: 10px solid rgb(0 90 171 / 90%);
    z-index: -1;
}

.after-br1:after {
    position: absolute;
    top: -10px;
    bottom: 16px;
    right: 0px;
    width: 48%;
    content: "";
        border-top: 10px solid rgb(0 90 171 / 90%);
    z-index: -1;
}
.after-br {
    margin-left: 15px;
}
.after-br1 {
    margin-right: 15px;
}*/
.video-card-two p {
    margin: 0;
    /*padding-left: 70px;*/
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #9e9e9e;
}
.video-card-two__box > img {
    border-radius: 50%;
}

/*.features_v2 {
    position: relative;
    z-index: 1;
    background: #f6f6f6;
}*/
.features-area {
    padding-top: 80px;
}
.features-area2{
  padding: 80px 0px;
}
.donation {
    padding: 100px;

}
.bg-light{
   background: #f6f6f6;
}
.features_v3 {
    position: relative;
    z-index: 1;
    
}
.offset-md-6 {
    margin-left: 50%;
}
.pb-110 {
    padding-bottom: 110px;
}
.pt-110 {
    padding-top: 110px;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 10%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 10%;
        float: left;
    }
}
 .thumbnail img {
    border-radius: 10px 10px 90px 10px;
}
.about-image-gallery .thumbnail-4 img {
    border-radius: 10px;
}

.section-title-flex .left-content {
    -webkit-box-flex: 1;
    /* -webkit-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    text-align: left;
    margin-right: 90px;
    margin-bottom: 20px;
    position: relative;
    width: 30%;
}

.section-title-flex .left-content:after {
    content: "";
    height: 83px;
    width: 4px;
    background-color: #009c9e;
    position: absolute;
    top: 5px;
    right: -45px;
}
.section-title-flex .right-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section-title-flex .left-content .title:after{
  display: none;
}
 a{
     text-decoration:none!important;
     color:#000 
}
 a:hover{
     text-decoration:none!important;
     color:#000 
}
 ::-webkit-input-placeholder{
     color:#474846!important 
}
 ::-moz-placeholder{
     color:#474846!important 
}
 :-ms-input-placeholder{
     color:#474846!important 
}
 :-moz-placeholder{
     color:#474846!important 

}


 #scrl::-webkit-scrollbar{
     width:2px;
     background-color:#000 
}
 #scrl::-webkit-scrollbar-thumb{
     background-color:#ccc;
     border-radius:10px 
}

.bg-blue2  .welcome-title span, .bg-blue .welcome-title span
  {
    font-size: 39px;

  }
  .bg-navy-blue {
    background: #004d73;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;    padding-right: 15px;
    padding-left: 15px
}
.half_download{
  width: 85%;
  padding: 70px 90px;
  justify-content: center;
      margin: 0 auto;
          border-radius: 6px;
      background: #055eac;
      position: relative;
      overflow: hidden;
      z-index: 1;
      /*background-ima#a32c3fge: url(../images/shape-1.png);*/
}
.row.align-items-center.half_download:before {
   top: 0;
    bottom: -1px;
    width: 50%;
    height: 300px;
    z-index: -1;
    content: "";
    right: -106px;
    height: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transform: skew(-43deg);
    transform: skew(227deg);
    background-color: #11a5a3;
}
.btn-theme i {
    margin-left: 6px;
}
.btn-theme:hover {
    color: #333!important;
    background: #fff!important;
}
.btn-theme:hover i{
    color: #005aab!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
a.view-photos:hover{
      background: #333 !important;
    color: #fff!important;
}
.btn-theme {
  background: #333;
    color: #FFF !important;
    font-weight: 700;
    padding: 1rem 1.9rem;
    font-size: 1em;
    display: inline-block;
    display: inline-flex;
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 14px 47px 0px rgb(28 28 28 / 24%);
    -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    box-shadow: 0px 14px 47px 0px rgb(28 28 28 / 24%);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}
h4.h4-sm {
    font-size: 1.8em; font-family: 'Outfit';font-weight: 500;
}

.section-title-flex {
    padding:0px 15px;
}
.testimonialSection {
    background: url(../images/1.jpg) no-repeat left top;
    padding: 118px 0 120px;
}
.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.bordered.bg-white {
    border-color: #FFF;
    color: #FFF;
}
.bordered {
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}
.wide-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.icofont-3x {
  color: #fff;
    font-size: 3em;
}
.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.align-self-end {
    align-self: flex-end!important;
}
.welfare-img:before {
    width: 10%;
    position: absolute;
    content: '';
    right: 75px;
    top: 0;
    left: 0;
    bottom: 0;
    border: 70px solid #f2f2f2;
    border-right: 0;
  
}
.welfare-img2:before {
    width: 10%;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    border: 70px solid #f2f2f2;
    border-left: 0;
  
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
.pr-cor-service-innerbox {
    padding: 15px;
    align-items: center;
    border-radius: 7px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-box-shadow: 0px 0px 45px 0px rgb(87 87 87 / 20%);
    box-shadow: 0px 0px 45px 0px rgb(87 87 87 / 20%);
        display: flex;
}

.pr-cor-service-innerbox .pr-cor-service-inner-img {
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
     width: 30%;
}

.pr-cor-service-content .col-md-6 {
    padding-right: 25px;
}
.pr-cor-service-content .col-md-6:nth-child(2n) {
    padding-right: 0px;
}
.pr-cor-service-innerbox .pr-cor-service-inner-img img {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;

}.pr-cor-service-innerbox .pr-cor-service-inner-text {
    padding: 36px 0px 30px;
    margin-left: 35px;
    width: 70%;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text p {
    font-size: 1em;
    font-weight: normal;
    color: #333;
        line-height: 1.7;
    padding-bottom: 15px;
}


.pr-cor-section-title .pr-cor-title-tag {
    font-size: 20px;
    font-weight: 400;
    color: #f2f2f2;
    position: relative;
}
 .pr-cor-section-title h2 {
    color: #fff;
    padding-bottom: 0;
}
.pr-cor-section-title h2 {
    font-size: 2em; font-family: 'Outfit';
    font-weight: 500; margin-top: 5px;
    padding: 0px 0px 24px;
}
 .pr-cor-section-title {
    max-width: 450px;
}
.mb-40{
    margin-bottom: 40px;
}
.testimonialItem {
    position: relative;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 90px 0px rgb(2 24 93 / 15%);
    /* box-shadow: 0px 5px 30px 0px rgb(2 24 93 / 6%); */
    padding: 40px 50px;
}
.infra{
    background-color: white;
    box-shadow: 0px 12px 42px rgb(69 38 177 / 10%), 11px 6px 25px rgb(69 38 177 / 10%);
    padding: 70px;
    border-top: 5px solid #4526b1;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    position: relative;
}
.section-heading h2,.sec-title-four.mb-1 {
    font-size: 2.333em;
    color: #055eac;
    font-weight: 600;
    display: block;
    line-height: 30px;
    font-family: 'Outfit';
    font-style: normal; margin-top: 0
}
.section-heading span {
    color: #fdb900;
}
.section-heading h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #11a5a3;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}
.counter-wrapper .bg-pattern {
    background-image: url(../images/light-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
}
.counter-wrapper {
/*    padding-top: 300px;
    margin-top: -300px;*/
}
a.view-all-projects {
    float: right;
    text-align: right;
    width: 39%;
    position: absolute;
    right: 54px;
    color: #fff;
}
 .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 960px;
    height: 960px;
        margin-left: -470px;
    margin-top: 290px;
    background-repeat: no-repeat;
    z-index: -1;
}

a.view-all-projects:after {
   content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: #fff;
    margin: 0px 0px 8px 10px;
}
.counter-wrapper {
    background-color: #11a5a3;
    position: relative;
}
.bg-white{
    background-color: #fff !important
}
.project-gal{
    padding: 60px 0;
    z-index: 1;
    position: relative;
}
.project-section {
    background-image: url(../images/map-pattern.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50%;
    width: 100%;
    /*padding-top: 100px;*/
}
.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.v-gallery [class^=col-] {
    position: relative;
    margin-bottom: 30px;
}
.col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.animate__animated {
  --animate-duration:4s;
}
.image img {
    position: relative;
    /* width: 100%; */
    display: block;
    position: relative;
}
.skill-shape:before {
    /* opacity: .3; */
   position: absolute;
     --animate-duration:2s;
    content: '';
        right: -120px;
    bottom: 700px;
    width: 275px;
    height: 275px;
    background: url(../images/shape5.png) no-repeat;
}
img.absolute-img2 {
    position: absolute;
        bottom: -180px;
    left: 100px;
    border: 15px solid #fff;
    width: 70%;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
}
.image.vjayeebhava_anim:before {
    position: absolute;
        content: '';
    right: -52px;
    top: -81px;
    width: 300px;
    height: 300px;
    background: url(../images/pattern-1.jpg) no-repeat;
}
/*.image.vjayeebhava_anim:after {
       position: absolute;
    content: '';
    left: -40px;
    top: 40px;
    right: 40px;
    bottom: -40px;
    border: 130px solid #009c9e;
    background-color: #ffffff;
    border-radius: 100%;
    height: 600px;
    width: 600px;
}
*/
.center {
    align-items: center;
}

span.vijayee {
    font-size: 1.778em;
letter-spacing: 0; text-transform: math-auto;
    font-family: 'outfit';
    font-weight: 500;
}
.vijayee-title {
    line-height: 1;
}
.grid_img {
  /*width: 85%;*/
  margin: 0 auto;
  line-height: 0;
  position: relative;
}

.grid_img img {
  width: 100%;
}

.grid_img article {
  position: absolute;
  top: 0;
  width: 100%;
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  mix-blend-mode: lighten;
}

.grid_img div {
  background: black;
  height: 27vw;
}
.v-gallery [class^=col-]>.img-wrapper img {
}
.grid_img div:nth-of-type(2) {
  grid-column: 2/4;
}
a.view-photos {
    background: #fff !important;
    color: #333 !important;
        margin-left: 15px;
}
.desc {
    position: relative;
    top: 246px;background: #fff;
    padding: 1px 25px;
}
.desc2 {
    position: relative;
    top: 20px;
    margin: 0 auto;
    text-align: center;
}
.w_85{
  width: 95%;
}
.skill-shape {
   --animate-repeat: 2;
   position: relative;
   /* position: absolute;
    top: 73px;
    left: 71%;
   
    z-index: 0;*/
}
.inner-div{
      position: relative;
}

.qoute-icon {
    background: #005aab;
    height: 34px;
    width: 34px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    /* background-color: var(--color-primary); */
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 7.2%;
}
.services-block-two {
    position: relative;
        padding-bottom: 30px;
}
.services-block-two .inner-box {
    position: relative;
}
.services-block-two .inner-box .image {
    position: relative;
}
.services-block-two .inner-box .lower-content {
    position: relative;
    z-index: 2;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -55px;
    text-align: center;
    padding: 30px 25px 45px;
    background-color: #ffffff;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 3px solid #fda700;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}
.services-block-two .inner-box .lower-content h3 {
    position: relative;
    font-size: 24px;
    color: #222222;
    line-height: 1.3em;
}
.services-block-two .inner-box .lower-content .text {
    position: relative;
    line-height: 1.8em;
    font-size: 15px;
    color: #777777;
    margin-top: 15px;
}

.services-block-two .inner-box .image:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:100%;
    height:0px;
    opacity:0.8;
    z-index:1;
    background-color:#000000;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-two .inner-box:hover .image:before{
    height:100%;
}

.services-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    border: 1px solid #c1c7ca;
       
}
.story-logos .slick-slide {
    margin: 15px;
}
.services-block-two .inner-box .image .icon{
    position:absolute;
    left:10px;
    top:0px;
    width:60px;
    height:58px;
    z-index:1;
    color:#fff;
    font-size:18px;
    line-height:48px;
    text-align:center;
    background-color:#009c9e;
}

.services-block-two .inner-box .image .icon:after{
    position:absolute;
    content:'';
    left:-10px;
    top:0px;
    border-bottom: 15px solid #009c9e;
    border-left: 10px solid transparent;
}

.services-block-two .inner-box .lower-content{
    position:relative;
    z-index:2;
    margin-left:10px;
    margin-right:10px;
    margin-top:0px;
    text-align:center;
    padding:30px 9px 41px;
    background-color:#ffffff;
    border-radius:20px 20px 0px 0px;
    border-bottom:3px solid #009c9e;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    box-shadow:0px 0px 20px rgba(0,0,0,0.20);
}

.services-block-two .inner-box:hover .lower-content{
    border-color:#222222;
}

.services-block-two .inner-box .lower-content h3{
    position:relative;
    font-size:24px;
    color:#222222;
    line-height:1.3em;
    text-transform:capitalize;
}

.services-block-two .inner-box .lower-content h3 a{
    position:relative;
    color:#222222;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block-two .inner-box .lower-content h3 a:hover{
    color:#005aab;
}

.services-block-two .inner-box .lower-content .text{
    position:relative;
        line-height: 1;
    font-size: 25px;
    color:#777777;
    margin-top:15px;
}
.col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
}
.services-section .sec-title {
    margin-bottom: 30px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title h2 {
    position: relative;
    display: block;  font-family: 'Outfit';
    font-size: 3.6em;
    line-height: 0.9em;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: normal;
    margin-bottom: 0px;
}
.services-section .sec-title .lower-text {
    color: #999b9f;
}
.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 2.125em;
    font-weight: 400;
    color: var(--thm-text);
    padding: 30px 0px 0px;
}
.services-section .row .service-block {
    counter-increment: slides-num;
}
.service-block {
    position: relative;
    margin-bottom: 30px;
}
.col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
}
.service-block .inner-box {
    position: relative;
    display: block;
    padding: 50px 45px;
    background: #11a5a3;
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-block .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background:#50030f;
    opacity: 0.2;
    z-index: 999;
    /*-webkit-transform: skewX(0deg) scaleX(0);
    transform: skewX(0deg) scaleX(0);*/
    transform: skewX(-35deg) scaleX(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
 .inner-box:hover .bottom-curve {
    -webkit-transform: skewX(-35deg) scaleX(1);
    transform: skewX(-35deg) scaleX(1);
    background: #0b1f8b;
}
.services-section .row .service-block .inner-box:before {
    content: "0"counter(slides-num) "";
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.07;
    font-family: var(--thm-font);
    font-weight: 300;
}
.service-block .inner-box h6  a
{
    color: #fff;
}
.service-block .inner-box h6 {
    position: relative;
    margin: 0;
    margin-top: 90px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
}
.service-block .inner-box .icon-box {
    position: absolute;
    right: 45px;
    top: 50px;
    color: #fff;
    font-size: 64px;
    line-height: 1em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.service-block .inner-box:hover {
    background: #005aab;
}
.services-section {
    position: relative;
    padding: 120px 0px 90px;

}

.service-block .inner-box .num {
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.4;
    font-family: var(--thm-font);
    font-weight: 300;
}
.services-block-two .inner-box .lower-content .plus{
    position:absolute;
    left:50%;
    bottom:0px;
    width:60px;
    height:60px;
    opacity:1;
    color:#ffffff;
    margin-bottom:-25px;
    line-height:50px;
    text-align:center;
    border-radius:50px;
    margin-left:-25px;
    background-color:#005aab;
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transform:scale(0.5,0.5);
}

.services-block-two .inner-box .lower-content .plus:hover{
    background-color:#222222;
}

.services-block-two .inner-box:hover .lower-content .plus{
    transform:scale(1,1);
    opacity:1;
}
.testimonial.test_div {
    margin-bottom: 30px;
}

.download_application {
    position: relative;
}
.accordion-box {
    position: relative;
    margin-bottom: 30px;
}
.accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 25px;
}
.accordion-box.style-two .block .acc-btn {
    border: 1px solid #ccc;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.2em;
    background: #fff;
    font-weight: 700;
    padding-right: 58px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: "Poppins", sans-serif;
}
.accordion-box .block .icon-outer {
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    height: 74px;
    font-size: 25px;
    color: #ccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: center;
    line-height: 74px;
    display: inline-block;
    border-left: 1px solid #e9e5df;
}
.accordion-box .block .acc-btn strong {
    font-size: 24px;
    color: #ccc;
    width: 76px;
    text-align: center;
    border-right: 1px solid #ccc;
    margin-right: 30px;
    display: inline-block;
    line-height: 75px;
}
.accordion-box .block .acc-btn strong {
    font-size: 24px;
    color: #9e9e9e;
    width: 76px;
    text-align: center;
    border-right: 1px solid #ccc;
    margin-right: 30px;
    display: inline-block;
    line-height: 75px;
}
 .icon-outer a{
    color: #9e9e9e;
}
a.btn1.download {
      padding: 15px;
  padding-right: 80px;
    width: 100%;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    background: #184fee;
}
.arrow {
    position: absolute;
    top: -14px;
    right: 0;
    font-size: 18px;
    color: #ffffff;
    background:#627bf5;
    width: 70px;
    height: 53px;
    padding-right: 25px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    overflow: hidden;
}
.download i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}
a.btn1.download:hover .arrow,a.btn1.download:hover  {
    background: #005aab;
}


.mr-6{
  margin-right: 6%;
}
.ml-0{
  margin-left: 0px !important
}
.testimonial.test_div:after {
    content: url(../images/shape-1.png);
    position: absolute;
    bottom: 20px;
    right: 24px;
}
.test_div {
    /*width: 100%;*/
   /* width: 47%;
    float: left;
    margin-right: 3% !important;*/
}

.project-content {
    background-color:#11a5a3;
  padding: 5px 20px;
    margin: 0 10px;
    transform: translateY(-20px);
    box-shadow: 0px 0px 20px 0.5px rgb(0 0 0 / 20%);
}
.project-content i{
  float: right;
  position: absolute;
}
.project-content span{
  font-family: 'Poppins';
   display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #fff;
  padding-right: 20px;
}
.project-content i {
    float: right;
    position: absolute;
    right: 13px;
    top: 10px;
    color: #fff;
}

.gallery-item.image.album a:hover span {
    color: #e2e0e0;
}
.gallery-item.image.album a:hover i {
    color: #e2e0e0;
}

.project-content a:hover {
    color: #005aab;
}
.vijayeebhava_img{
  width: 100% !important;
box-shadow:0px 0px 20px 0px rgb(0 0 0 / 15%);

}
.video-overlay:hover{
  background: #005aab;
}
.video-overlay {
    background-color: #009c9e;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 33.25px 1.75px rgb(0 27 103 / 35%);
    box-shadow: 0 10px 33.25px 1.75px rgb(0 27 103 / 35%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.video-overlay {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.video-overlay svg {
    fill: #fff;
    width: 18px;
    margin-left: 5px;
}
.svg-image--2 {
    background-image: url(../images/bg-image-2.svg);
}


/* Style the tab */
.tab {
  overflow: hidden;
}
.tab button.active {
    background: #055eac;
    color: #fff;
}
/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 30px;
  transition: 0.3s;
  font-size: 17px;
  color: #02989f;
    border: 1px solid #02989f;
    background-color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #005aab;
  color: #fff;
}
.tab button.active{

}
/*.tab button.active:after {
    content: "";
    display: flex;
    width: 100%;
    height: 1px;
    left: 0;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
}*/
/* Style the tab content */
.tablinks {
    padding: 10px;
    background: #009c9e;
    color: #fff;
}

.tabcontent {
  display: none;

}
.tab {
    justify-content: center;
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: auto;
        background: #009c9e;
}

.icon-hover img{
 /* position:absolute;*/
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    display:none;
    transition:all .4s ease-in-out 
}
.bg-cover:hover .icon-hover{
display: block !important;
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bg-cover:hover .icon-hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0,0,0,0.8);
    visibility: visible;
}
.bg-cover:hover .content .pointy{
  display: none;
  opacity: 0;
}

.icon-hover {

    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    visibility: hidden;
}

.bg-cover:hover .hidden-img{
    display: block !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}


.testimonial-content{
        /*display: flex;align-items: center;*/
    }


.name {
    display: block;
    font-size: 24px;
    padding:5px;
    margin: 0;
    color: #1f0449;
      margin-bottom: 20px;
}
/*h3.name:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 50px solid #009c9e;
    border-left: 45px solid transparent;
    left: -45px;
    display: block;
    top: 0;
}*/
.name span {
    color: #333;
    font-family: 'geomanistregular';
    font-size: 15px;
    font-weight: 100;
    display: block;    margin:5px 0;
}
.single-blog-item .name{
  text-align: center;
}
.single-blog-item .name a{
        color:#055eac; font-weight: 500;
    font-family: 'Outfit';
}
.single-blog-item img {
    /*border: 15px solid #02989f;*/
    border-radius: 100%;
    height: 200px;
    width: 200px;
    justify-content: center;
    margin: 0 auto; object-fit: cover;
    margin-top: -100px
}

.blog-content{
  transition: all 500ms ease;
    position: relative;
    padding: 20px 20px 28px 25px;
    background: #fff;
    box-shadow: 0 6px 25px #eee;
}

/*.bg1{
background: rgb(229 96 219 / 90%) !important;
}

.bg2{
background: hwb(279deg 11% 34% / 90%) !important;
}


.bg3{
background: rgb(56 171 197 / 90%)  !important;
}

.d-block{
  display: block;
}
.bg4{
background: rgb(71 174 126 / 90%)  !important;
}


.bg5{
background: rgb(80 152 91 / 90%) !important;
}


.bg6{
background: hwb(93deg 20% 39% / 90%)  !important;
}

.bg7{
background: rgb(136 148 55 / 90%) !important;
}


.bg8{
background: rgb(193 151 16 / 90%) !important;
}


.bg9{
background: rgb(184 97 14 / 90%) !important;
}

.bg10{
background: rgb(163 44 63 / 90%) !important;
}*/
.five_column:nth-child(10) {
    margin-right: 0 !important;
}
.five_column:nth-child(5) {
    margin-right: 0 !important;
}


.pointy {
  padding:5px 33px 5px 8px;
  position: absolute;
  /*background-color: orange;*/
  display: inline-block;
  font-family: 'Outfit';
    font-weight: normal;
    font-size: 1.444em;
     line-height: 1;
    /*width:85%;*/
    clip-path: polygon(101% 0%, 92% 55%, 101% 100%, 0 100%, 0% 50%, 0 0);

    min-width: 60%;

  color: white;
      bottom: 0px;
	background-color: rgba(250,250,51,0.6);
}
.activities-for{
  display: inline-block;
  font-family: 'Outfit';
  font-weight: normal;
  font-size: 1.444em;
  line-height: 1;
  width: 100%;
  color: white;
  bottom: 0px;
	text-align: center;
	margin-top: 0.5em
}

.pointy span{
    top: 3px;
      font-family: 'Outfit';
  position: relative;
  padding-right: 0.15em;
}
.slick-initialized .slick-slide .pointy{
 /* margin-left: 30px;*/
  min-width: unset;
}
/*.pointy:after {
    position: absolute;
    content: "";
    right: -23px;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 13px solid orange;
    border-bottom: 13px solid orange;
    border-right: 10px solid orange;
    border-left: 10px solid transparent;
    transform: rotate(181deg);
}*/
.kcf .five_column {
    margin-right: 5px;
    width: 19.4%;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
        position: relative;
}
.font-30{
  font-size: 35px !important}

.ml-3{
  margin-left: 3%;
}

.image.magazine img {
    border-radius: 100px 0px;
}

.pl-15{
  padding-left: 15%;
}
.pr-15{
  padding-right: 15%;
}
.certificates img {
    height: 500px;
}
.certificates {
    width: 33%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
}

.school-pic .inner-div"> {
    position: relative;
    padding-left: 45px;
}
 .inner-div:before {
  opacity: .3;
    position: absolute;
    content: '';
   right: -29px;
    bottom: -76px;
    width: 130px;
    height: 130px;
    background: url(../images/pattern-1.jpg) no-repeat;
}
.school-pic .inner-div {
    position: relative;
    padding-right: 25px;
}
.image2 {
    width:48%;    margin-right: 25px;
    float: left;
}
.image3 {
    width:47%;
        margin-bottom: 25px;
    float: left;
}
.school-pic .image {
     position: relative; 
     z-index: 1; 
}
.img-box1 .video-image,.img-box2 .video-image {
    position: relative;
    margin: 0px;
}
.img-box1 .video-image img,.img-box2 .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
    /* border-radius: 100%; */
}
.img-box1 {
    position: absolute;
    right: 0;
    bottom: -53px;
    width: 250px;
    height: 269px;
    z-index: 1;
    /*border-radius: 100%;*/
    /*border: 10px solid #ffffff;*/
}
.img-box2 {
    position: absolute;
    right: -13px;
    top: 27px;
    width: 163px;
    z-index: 1;
    /*border-radius: 100%;*/
    /*border: 10px solid #ffffff;*/
}

.finishing-school {
      /*margin-top: 30px;*/
    /*padding: 75px 20px !important;*/
}
p.side-border:after {
   /* content: "";
    width: 3px;
    height: 80px;
    background: #02989f;
    position: absolute;
    left: 0;
    top: 25%;
    bottom: auto;*/
}
.welcome-title.abt-title:after {
    content: "";
    display: inline-block;
    width: 3em;
    height: 2px;
    background-color: #0d0d0e;
    margin: 0;
    position: absolute;
    top: 18%;
}
.shipping-image img {
    height: auto;

    width: 110px;
    border-radius: 100%;
}

 .shipping-contant {
    position: relative;
    padding-left: 130px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
 .shipping-contant .shipping-image {
    position: absolute;
    left: 0;
}
.shipping-contant h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
 .shipping-contant span {
    font-weight: 300;
    color: #02989f;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}
.mt-0{
  margin-top: 0px !important
}
.shipping-card {
  width: fit-content;
      margin-top: 30px;
    -webkit-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    background: #fff;
    border-radius: 5px;
    padding: 30px 75px;
}
.vijayeebhava{
  width: 100%;
  /*float: left;*/
}
.vijayeebhava-container{
  width: 100%;
  float: left;
}
figure.vijayee-image {
    position: absolute;
    left: 14px;
    top: -128px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.school-container {
    width: 49%;
    height: auto;
    float: left;position: relative;
}
.prof{
  width: 40%;
}
.school-pic
{
    width: 50%;
    height: auto;
    float: left;
}
.about-pic
{
    width: 40%;
    height: auto;
    float: left;
}
.about-cont{
  width: 60%
}
.teampic{
  position: absolute;
    top: -270px;
    width: 100%;
    left: 22%;
}
.l-0{
  left: -22% !important;
}
.teampicright
{

}
.inner-column.teampic.l-0 {
    top: -286px;
}
.team-cont-middle {
    width: 70%;
    height: auto;
    float: left;
    position: relative;
    padding: 3%;
    padding-right: 11%;
}
.team {
      height: auto;
    float: left;
    position: relative;
    padding-right: 10%;
    width: 29%;
}
.team-cont {

    width: 70%;
        height: auto;
    float: left;
    position: relative;
        padding: 4%;
        padding-right: 0%;
        padding-left: 11%;
}
.bg-section{
  background: #eff2f7;
      margin-right: 3%;
      width: 93%;
}
.bg-section-middle{
  background: rgb(0 102 153 / 20%);
         margin-left: 6%;
    margin-right: 0%;
    width: 94%;
}
/*.about-pic .image:before {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    right: 40px;
    bottom: 28px;
    border: 7px solid #02989f;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

}*/
.about-pic  .image img {
    position: relative;
    width: 100%;
    display: block;
}/*.video-box {
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
}*/
.video-box .video-image {
    position: relative;
    margin: 0px;
}
.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.video-box .video-image img {
    position: relative;
    width: 90%;
    z-index: 3;
        /*border-radius: 100%;*/
}
.video-column .video-box {
    position: absolute;
    right: -20px;
    top: 90px;
    width: 200px;
    height: 182px;
    z-index: 1;
    border: 10px solid #ffffff;
}

.year-box {
    position: absolute;
       top: -67px;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 20px;
    box-shadow: rgb(43 52 59 / 10%) 0px 0px 10px 0;
}
.dot1 {
    color: #fff;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    left: 50%;
    margin-left: 39px;
    z-index: 100;
    width: 25px;
    height: 25px;
    background-color: #02989f;
    border: 4px solid #ffffff;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    bottom: -11px;
    display: block;
    padding: 3px;
}
.dot2 {
    color: #fff;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    right: 54px;
    margin-left: 40px;
    z-index: 100;
    width: 25px;
    height: 25px;
    background-color: #02989f;
    /* border: 4px solid #ffffff; */
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    top: 7%;
    display: block;
    padding: 3px;
}
.dot3 {
    color: #fff;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    right: 0;
    margin-left: 40px;
    z-index: 100;
    width: 10px;
    height: 10px;
    background-color: #02989f;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    top: 0%;
    display: block;
    padding: 3px;
}
h4.sub-title.abt-subtitle {
 font-weight: 500;
    font-family: 'Outfit';
    font-style: normal;
    color: #11a5a3; letter-spacing: 1px; font-size: 1em;

}
/* ------------------------------------
    13. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  display: flex;
}
.rs-services.main-home .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.main-home .services-item .services-text {
  padding: 0px 0px 0px 30px;
}
.rs-services.main-home .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.main-home .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.main-home .services-item .services-text .title a:hover {
  color: #bb0b0b;
}
.rs-services.main-home .services-item .services-text .services-txt {
  color: #F5F5F5;
  margin: 0;
}
.rs-services.main-home.services-style1 .services-item {
  position: relative;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a:hover {
  color: #bb0b0b;
}
.rs-services.main-home.services-style1 .services-item .services-text .services-txt {
  color: #454545;
  margin-bottom: 26px;
}
.rs-services.main-home.services-style1 .services-item .services-text .serial-number {
  position: absolute;
  left: -6px;
  top: 44px;
  color: #00000008;
  font-size: 70px;
  font-weight: 600;
}
.rs-services.main-home.services-style1 .services-item:after {
  display: block;
  width: 47px;
  left: 124px;
  background: #C12A2A;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services.main-home.services-style1.home-4-style .services-item .services-text .title a:hover {
  color: #fd4a36;
}
.rs-services.main-home.services-style1.home-4-style .services-item:after {
  background: #fd4a36;
}
.rs-services.chooseus-style .services-item {
  display: flex;
  padding: 25px 25px 25px 25px;
  background-color: #15181D;
  margin: 0 -4px 0 0;
}
.rs-services.chooseus-style .services-item .services-icon img {
  height: 65px;
  width: 65px;
  max-width: unset;
  padding: 5px 5px 0px 0px;
}
.rs-services.chooseus-style .services-item .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-services.chooseus-style .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}
.rs-services.chooseus-style .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.chooseus-style .services-item .services-text .title a:hover {
  color: #bb0b0b;
}
.rs-services.chooseus-style .services-item .services-text .services-txt {
  margin: 0;
  color: #F4F4F4;
}
.rs-services.chooseus-style.about-style .services-item {
  padding: unset;
  background-color: unset;
  margin: unset;
}
.services-item {
  display: flex;
}
.services-item .services-icon img {
  height: 100px;
  width: 100px;
  max-width: unset;
}
.services-icon{
  display: flex;
    align-items: center;
}
    

.services-item .services-text {
  padding: 0px 0px 0px 25px;
}
.services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 6px;
}
.services-item .services-text .title a {
  color: #fff;    letter-spacing: 0px;font-size: 25px;
}
.bg-bluelight {
    background: #9e9e9e30;
    padding: 100px 93px 70px;
    margin-left: 6%;
    margin-top: -100px;
}
.bg-bluelight.bg{
  background: hwb(208deg 0% 33% / 10%);
  }
.single-service:last-child{
  margin-right: 0px;
}
  .single-service {
    background-color: white;
   /* box-shadow: 0px 12px 42px rgb(69 38 177 / 10%), 11px 6px 25px rgb(69 38 177 / 10%);
    padding: 60px;
    border-top: 5px solid #005aab;
    border-radius: 0 0 20px 20px;*/
    z-index: 1;
    position: relative;
    /*width: 48%;*/
    /*margin-right: 30px;*/
    float: left;
    /*min-height: 1118px;*/
}

.video-box.brdr2:after{
    border: 20px solid #02989f;

}
.aboutImage {
    position: relative;
    text-align: left;
    padding-left: 3px;
}
.aboutImage .aiImgRow:first-of-type {
    margin: 0 0 15px;
}
.aboutImage .aiImgRow {
      display: flex;
    position: relative;
}
.aiImgRow .aiImg01 {
    /*margin: 50px 24px 0 0;*/
}.aiImgRow img {
    border-radius: 10px;
}
.float-start {
    float: left !important;
}
.aiImgRow .aiImg03 {
    margin: 0 24px 0 0;
}
.aiImgRow .aiImg04 {
}

.float-end {
    float: right !important;
}
.aiImgRow .aiImg03, .aiImgRow .aiImg01 {
    margin-right: 15px;
}
.aiImgRow img {
    max-width: 50%;
}
.aiCounter {
    position: absolute;
    left: 270px;
    top: 90px;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    /*background: #005aab;*/
    background: #11a5a3;
    text-align: center;
    padding: 38px 35px 35px;
}
.aiCounter h2 {
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 5px;
}
.aiCounter h3 {
    font-size: 21px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}



  .bg-blue {
    background: url(../images/dashboard-bg.png);
    padding: 110px 90px 90px;
    margin-left:3%;
    background-size: cover;
    background-position: bottom;
        border-radius: 244px 0px;
        width: 48%;
        float: left;
        margin-right: 20px;
}
.content_padding {
    /*padding: 90px 0;*/
}
.bg-blue2 {
   width: 48%;
        float: left;
    background: url(../images/dashboard-bg2.png);
    padding: 110px 90px 90px;
    margin-right: 3%;
    background-position: bottom;
        border-radius: 0px 245px 0;
}


.services-item .services-text .title a:hover {
  color: #bb0b0b;
}
.services-item .services-text .services-txt {
  margin: 0;
  color: #fff;
}
.welcome-title.abt-title {
    text-transform: unset;
}
.year-box h2 {
  align-items: center;
      display: flex;
    color: #02989f;
    font-size: 49px;
    font-family: 'Poppins';
}
.year-box span {
      margin-left: 10px;
    color: #02989f;
    font-size: 25px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'Poppins';
}
.about-pic .image {
    position: relative;
    z-index: 1;
}

.about-container {
    width: 60%;
    height: auto;
    float: left;position: relative;
}
.about-pic .inner-column {
    position: relative;
    padding-left: 45px;
}
/* .inner-column:before {
  opacity: .3;
    position: absolute;
    content: '';
   right: -29px;
    bottom: -76px;
    width: 130px;
    height: 130px;
    background: url(../images/pattern-1.jpg) no-repeat;
}*/
.video-box {
    
}
/*.video-box:before {
    position: absolute;
    content: '';
    left:-20px;
    top: -20px;
    right: 150px;
    bottom: 100px;
        border: 1px solid #9e9e9e;
    background-color: #ffffff;
}*/

.video-box:after {
    position: absolute;
    content: '';
    left: 70px;
    top: -20px;
    right: 43px;
    bottom: 68px;
    /* border: 20px solid #02989f; */
    /*border: 1px solid #9e9e9e30;*/
    border: 1px solid #a32c3f;
    background-color: #ffffff;
}
 ul{
     padding:0;
     margin:0 
}
 .p0{
     padding:0!important 
}
 .p3{
     padding:3px!important 
}
 .p4{
     padding:4px;
     padding-top:0 
}


 .m0{
     margin:0!important 
}
 .fl{
     float:left 
}
 .fr{
     float:right 
}
ul.course_details li{
    font-family: 'Poppins';
   
}
ul.course_details li {
    width: 100%;
    margin-bottom: 10px;
}
.course-title h2 {
  margin-bottom: 10px;
    color: #1f0449;
    font-family: 'Geomanist-ExtraLight';
    font-size: 49px;
    margin-bottom: 10px;    
}
.cource-item2 {
    width: 50%;
}
.req {
      border-top: 0.2px solid #7f7f7f;
    padding-top: 15px;
    font-family: 'Poppins';
    font-size: 20px;
}
.course-title h3 {
  letter-spacing: -1px;
      font-weight: normal;
    color: #02989f;
    font-family: 'geomanistregular';
    font-size: 35px;
}
.breadcrumbs_course li {
    display: flex;
    margin-top: 0;
    position: relative;
    left: 31%;
}
ol.b_crumb > li.breadcrumb-item a{
  color: #fff;
}
ol.b_crumb > li.breadcrumb-item {
    position: relative;
    font-size: 17px;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: normal;
    color: #fff !important;
}
ol.b_crumb li.breadcrumb-item + li.breadcrumb-item:before {
    content: "|";
    color: inherit;
    padding: 0;
    margin: 0;
    top: 0px;
    line-height: inherit;
    position: absolute;
    left: 1px;
    width: 0;
    height: 0;

}
ol.b_crumb li.breadcrumb-item + li.breadcrumb-item {
    padding-left: 13px;
    margin-left: 5px;
}

ol.b_crumb.mb-0 {
    display: flex;
}
.bg-light{
  background: #f9f9f9;
}
.blog-details {
    background-color: #fff;
    position: relative;
        border: 1px dashed #11a5a3;
    /*box-shadow: 0 10px 50px 0 rgb(26 46 85 / 20%);*/
    padding: 80px;
}
.news .content {
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 50px 0 rgba(26,46,85,.1);

}
h3.font-25 {
    font-size: 1.33em;
}
.news .content h3 {
    margin-bottom: 10px;
}
.news .content h3 a{
    font-family: 'Outfit';
    font-weight: 500;
}
.news .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inner_div.news {
    position: relative;
}
.news-date span {
    color: #fff;
}
.edu-blog-area{
    position: relative;
}
.inner_div {
    position: relative;
}
 .news-date {
    width: 80px;
    height: 80px;
    background:#a32c3f;
    border-radius: 60px 15px 60px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.widget-area .widget_posts_thumb {
    position: relative;
    overflow: hidden;
}
.widget-area .widget {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 25px;
}
.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
    font-size: 25px;
    font-weight: 600;
}
.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: #f7941d;
}
.widget-area .widget_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 10px;
}
.widget-area .widget_posts_thumb .item .info .title a {
    display: inline-block;
    color: #301d44;
    font-size: 13px;
}.widget-area .widget_posts_thumb .item .info span {
    display: block;
    color: #f7941d;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.meta {
    display: flex;
    /*padding: 20px 0px;*/font-family: 'Poppins', sans-serif;
}
.meta span {
  margin-left: 7px;
  margin-right: 7px;
    display: block;
    color: #f7941d;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
i.fa.fa-calendar.c-yellow {
    line-height: 25px;
}
.widget-area .widget_posts_thumb .item .info .titlee a{
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.7;
    color: #333;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}
.widget-area .widget_posts_thumb .item .info .titlee a:hover {
    color: #02989f;
}
.widget-area .widget_posts_thumb .item .thumb {
  display: flex;
    position: relative;
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.widget-area .widget_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.blog-sidebar {
  float: right;
    width: 33.33333333%;
}


.home-testimonial{
  width: 40%;
  float: left;
  padding: 0px 1.5em;
}

.gallery-item.image{

  /*width: unset !important;*/

}

.gallery-item.image img {
  
    justify-content: center;
    margin: 0 auto;
    display: flex;
}
.gallery-item.home {
    width: 100%;
}
.gallery-item {
    width: 24.5%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    float: left;
}
#gallery {
  width: 35%;
  float: left;
}

@media screen and (min-width: 991px) {
 
}

.img-wrapper {
      cursor: pointer;
  position: relative;
 
}
.img-wrapper img {
  width: 100%;
}
.image-for-album img{
    width: 100%;
    overflow: hidden;
     background: #f2f2f2;
     display: flex;
     align-items: center;
     justify-content: center;
}



.img-overlay img {
    height: 50px;
    width: 50px;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 2em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 2em;
  }
}

#prevButton {
   cursor: pointer;
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 2em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
      cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 2em;
  }
}

.slick-slide {
    /*height: 365px;*/
}
.slideshow-container{
  /*height: 380px;*/
}

.add_to_cart .cart-inner .cart_top h3 {
    font-size: 25px;
    color: #02989f;margin-left: 6px;
    letter-spacing: 1px;
}
.cart_media button.submit.btn-1 {
    padding: 5px 20px;
    font-size: 16px;
}
a.cource-btn {
   line-height: 1.7;
    font-size: 1em;
}
.font-16{
  font-size: 16px !important
}
.pt-30 {
    padding-top: 30px;
}
 b{
     padding:10px 0 
}
 li{
     list-style:none;
     text-decoration:none 
}
 p{
 font-style: normal;
    font-display: swap;
    height: auto;
    font-size: 1em;
    color: #000;
    line-height: 1.8;
    font-family: 'Poppins';
    font-weight: 300;
}
 li{
     font-weight:normal ;
     color: #333;
         line-height: 26px;
    font-size: 18px;
}
.add_to_cart .cart-inner .cart_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0px;

    /*margin-bottom: 20px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pt-80{
  padding-top: 80px !important;
}
.pull-right{
  float: right;
}
.cart_media {
    /*padding: 20px 30px;*/
}
.cart_media .contact-form{
  padding: 10px 30px 20px 30px;
  min-height: unset !important;
}
a.cart-btn {
  letter-spacing: 1px;
      cursor: pointer;
    color: #242323;
    position: relative;
    right: 0px;
    z-index: 99;
    font-weight: 600;
        top: 7px;
}
.add_to_cart .cart-inner .cart_top .close-cart {
    position: absolute;
   right: 29px;
    top: 10px;
}
.add_to_cart .cart-inner .cart_top h3:after {
    content: "";
    display: inline-block;
    width: 7em;
    height: 1px;
    background-color: #efefef;
    margin: 0px 0px 3px 20px;
}
.add_to_cart .cart-inner .cart_top h3:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: #efefef;
    margin: 0px 8px 0px -9px ;
}

.add_to_cart.right.open-side {
    right: 0;box-shadow: rgb(43 52 59 / 10%) 0px 0px 10px 0;
}
.add_to_cart.right {
    right: -400px;
    height: auto;
    width: 400px;
    top: 30%;
}
.add_to_cart.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.add_to_cart {
    position: fixed;
    background-color: #ffffff;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*blog*/
.post-cat {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.single-blog-item .post-featured-thumb .post-cat span.month {
    background: #7aa246;
}

.single-blog-item .post-featured-thumb .post-cat span.date {
background:  #f7945b;
}.post-cat a {
    display: grid;
}
.single-blog-item h3 a {
    color: #fff;
}
.single-blog-item .post-featured-thumb{
    position: relative;
    /*overflow: hidden;*/
}
.single-blog-item .post-featured-thumb .post-cat.news span {
    border-radius: 100%;
}
.single-blog-item .post-featured-thumb .post-cat.news span {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 19px;
        background: #02989f;
}
.single-blog-item .post-featured-thumb .post-cat span {
    display: inline-block;
    padding: 10px 10px;
    text-transform: capitalize;
    color: #fff;
    background-color: #fd7062;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}
.single-blog-item .content {
  position: relative;
    top: -25px;

    /*padding-top: 25px;*/
}
/*.single-blog-item .content h3 {
    margin-bottom: 15px;    font-size: 25px;
}*/
.single-blog-item .content p {
    line-height: 1.7;
    text-align: left;
      display: -webkit-box ;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.f-contact-title{
  font-size: 24px;
}
.f-contact-form{
      padding: 30px 0px;
}
.contact-form-footer span.text-input input, .contact-form-footer span.text-input textarea {
        border: 0.2px solid #9f9f9f;
    padding: 11px 15px;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
}
.text-input{
      font-family: 'Poppins';
          margin-right: 20px;
   
}
button.submit.btn-2 {
    padding: 6px 30px;
    background: #02989f;
    color: #fff;
    font-size: 18px;
    float: right;
        cursor: pointer;
    text-transform: uppercase;
}
.contact-form-footer span.text-input {
    margin-bottom: 10px;
    display: block;
    /* position: relative; */
}
.certificate-content {
    border-left: 7px solid #efeff1;
}
.certificate-content-wraper {
    border: 9px solid #efeff1;
}

.fa-quote-right.quote-icon {
    position: absolute;
    right: 11px;
    bottom: 121px;
    font-size: 35px;
    color: #ffffff;
    opacity: 1;
}
.fa-quote-left.quote-icon {
    position: absolute;
    left: 27px;
    top: 74px;
    font-size: 35px;
    color: #ffffff;
    opacity: 1;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #02989f;
}
a.cource-btn.c-yellow.mt-5 {
    font-weight: 600;
}
/* Slides */
.mySlides {
  display: none;
  padding: 25px 63px 15px;
  text-align: center;    transition: 2s;
}
.prev {
    right: -4px !important;
    top: 8px !important;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  margin-top:-51px;
  padding: 16px;
  color: #333;
  font-weight: normal;
  font-size: 1.3em;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.mySlides p.content {
    border-bottom: 1px solid #c08026;
    padding-bottom: 20px;
    color: #000;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
  display: none;
}
.test-title{
 width: 100%;
    height: auto;
    text-align: center;
    font-size: 42px;
    font-weight: normal;
    color: #1f0449;
    letter-spacing: -1px;
    line-height: 1.2;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {
    color: #000;
}
.btn1:hover,a.cart-btn:hover,button.submit.btn-2:hover {
  color: #fff;
    background: #422b66;
    transition: 1s;
}
button.submit.btn-1:hover{
  background: #02989f;
  color: #fff;
}
.cource-item2 .btn1 {
  font-size: 15px;
    padding: 5px 15px;
}
.course-lists .btn1{
  font-size: 15px;
    padding: 5px 15px;
}


ul.group_company li {
   width: 100%;
    margin-left: 15px;
        margin-bottom: 5px;
         font-size: 1em;
}
ul.group_company {
    padding-left: 10px;
    width: 95%;
}
ul.group_company li::before {
    position: absolute;
    content: "\f16c ";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 0em;
    margin-left: -1.5em;
    font-size: 17px;
    margin-top: 0px;
    content: "✔ ";
    color: rgb(248 156 28);
    /* font-size: 4vmin; */
    /* text-indent: -2em; */
}

img.logo-black {
            display: none;
        }

h4.timeline-title {
        margin-bottom: 4px;
    color: #ff0008;
    font-size: 22px;
}
img.time-logo-right {
    float: right;
}

img.time-logo-left {
    float: left;
}

.timeline {
  list-style: none;
  padding: 20px 100px 20px;
  position: relative;
  margin: 100px 0;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #ff3848;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  /*margin-bottom: 20px;*/
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  background: #fff;
  border: 1px solid #ff0008;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 0 8px 0 rgb(29 42 77 / 11%);
  box-shadow: 0 0 20px 0 #d8d8d8;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: 0px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
text-align: right;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 37%;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e4262b;
  border-right: 0 solid #e4262b;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 38%;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-dot {
  color: #fff;
  
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  left: 50%;
  margin-left: -7px;
  z-index: 100;
      width: 5px;
    height: 5px;
    background-color: #fff;
    border:4px solid #e4262b;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    top: 43%;
    display: block;
    padding: 3px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  color: #474846 ;
}
.timeline-body > p + p {
  margin-top: 5px;
}





.w_25{
    width: 24%;
    float: left;
    margin-right: 12px;
}


.w_50{
    width: 50%;
}
.w_40{
    width: 40%;
}
.partners-content.w_25 {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-center{
    text-align: center;
}

span.dot {
    display: inline-block;
    width: 6px;
    border-radius: 100%;
    height: 6px;
    background: #000;
    border: 1px solid #050404;
    margin-right: 9px;
    /* opacity: 0; */
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    /* transform: rotate(76deg); */
}
span.dot:after {
    position: relative;
    content: "";
    left: -5px;
    right: 0;
    display: block;
    width: 10px;
    border-radius: 100%;
    height: 10px;
    border: 1px solid #000;
    margin: -4px 1px;
    opacity: 1;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    /* transform: rotate(76deg); */
}

.pl-5{
    padding-left: 5%;
}
.pl-10{
    padding-left: 10%;
}
.w25 {
    margin-right: 15px !important;
    width: 23.5% !important;
}
.policy-text{
    text-align: center;width: 900px;
    margin: 0 auto
}
.bg-image{
      background-image: url(../images/bg.png);
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: auto;
}
.tech_div {
    position: relative;
    display: block;
    min-height: 650px;
}
.welcome-pic.tech-img:after {
    content: '';
    z-index: -1;
    width: 422px;
    height: 29%;
    border: 2px solid #ccc;
    position: absolute;
    top: -136px;
    right: 60px;

}
.technical-div:after {
   content: '';
    z-index: -1;
    width: 100%;
    height: 90%;
    border: 2px solid #ccc;
    position: absolute;
    top: 100px;
    left: -52px;
}
.technical-div {
    /* height: 1600px; */
    left: 12%;
    position: absolute;
    min-width: 810px;
    padding: 0px 40px;
    padding: 50px;
    box-shadow: rgb(43 52 59 / 10%) 0px 0px 10px 0px;
        background: #fff;
}
h4.resume {
    font-size: 35px;    margin-bottom: 20px;
    font-weight: 600;
}
h4.resume:before {
    content: "";
    width: 4px;
    height: 135px;
    background: #02989f;
    position: absolute;
    left: 7%;
    top: 25%;
    bottom: auto;
}
.career-right h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #02989f;
}

.career-right i {
    font-size: 35px;
        color: #1f0449;
    margin-bottom: 10px;
}
a.mail-btn.btn1 {
    padding: 10px 38px;
    border-radius: 4px;
}
.career-left{
  width: 40%;
    height: auto;
    float: left;
}
.career-right{
  text-align: center;
  width: 50%;
    height: auto;
    float: right;
}
.box-shadow2 {
    position: relative;
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 15%);
    padding: 20px;
        background: #fff;
}
.box-shadow {
    position: relative;
    box-shadow: rgb(43 52 59 / 10%) 0px 0px 10px 0px;
    padding: 80px 110px;
        min-height: 300px;
            display: flex;
    align-items: center;
}
.technical-div p:last-child {
    margin: 0;
}
.technical-div p {
    margin-bottom: 25px;
}
.tech-img{
        height: auto;
    float: right;
    padding-left: 0%;
    width: 34% !important;
    margin-right: 0%;
    margin-top: -190px;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mb-7 {
    margin-bottom: 7rem;
}
.mt5{
  margin-top: 5px
}
.mb-5 {
    margin-bottom: 5rem;
}
.c-yellow {
    color: #02989f !important;
}
.width_40{
    width: 40% !important;
}
.mission{
  
}
.digital-card-contant .digital-card {
    margin-bottom: 40px;
}
 .digital-card-contant::after {
   /* content: '';
    position: absolute;
    background: #f8f9fb;
    width: 1px;
    height: 180px;
    top: 15px;
    left: 50%;*/
}
.bg-new{
  background-color: rgb(0 102 153 / 20%);
}
.bg-trans{
  background:transparent;
}
.bg-new:before{
      background: #131c34;
      content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
}
.services-item .services-text .title::after
{
      background-color: #005aab;
}
.text-justify{
      text-align: justify;
}
#myBtn,#myBtn2,#myBtn3{
  cursor: pointer;
  color: #800020;
  background: transparent;
  font-size: 1em;
  font-family: 'Poppins';
}
#more,#more2,#more3 {display: none;}
 .digital-card-contant {
    padding: 80px 0px 230px 0px;
    margin-top: 100px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
}
.mrt--160 {
    margin-top: -180px;
}
.digital-card .card-text h3 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
        margin-left: 12px;
}
.digital-card i {
    font-size: 31px;
    width: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    height: 50px;
    background: #02989f;
        border-radius: 3px;
}
.mission-head {
    display: flex;
    align-items: center;    margin-bottom: 20px;
}
img.small {
    display: none;
}

.pb-0{
    padding-bottom: 0px;
}
.mt--20
{
    margin-top: -20px !important
}
.color-white{
    color: #fff !important;
}
.bg-image img {
        height: auto;
    width: unset;
    padding-top: 44px;
}
.bg-image{
    /*overflow: hidden;*/
    max-height: 100vh;
    position: relative;
    align-items: flex-end;
    display: flex;

    /* This is the default value, so you only need to explicitly set it if it's already being set to something else elsewhere. */
    /*flex-direction: row;*/
    /*background: #000;*/
}
 .carousel-inner>.item.overlay:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.3);
}
.overlay2{
    /*box-shadow: inset 0 0 0 2000px rgb(69 69 196 / 86%)*/
}
.mt--50{
  margin-top: -50px;
}
.contact-section {
    /*padding: 0 100px;*/
}
.contact-form {
  background: #fff;
    position: relative;
    box-shadow: 3px 0 0px -2px #d8d8d8;
            padding: 30px;
}
.pl-23{
  padding-left: 23px;
}
.contact-form span.c-yellow {
    letter-spacing: -1px;
}
h4.course-title {
}
h4.course-title a {
    font-family: 'Poppins', sans-serif;
    color: #2c2828;
}
.contact-form p {
  font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.contact-section.mt-3 {
    position: relative;
    display: flex;
    justify-content: center;
}
.contact-form.contact-page{
  padding: 50px;
  background: #f2f2f2;
  border-top: 8px solid #11a5a3;
    border-radius: 5px;
   box-shadow: rgb(43 52 59 / 10%) 0px 0px 10px 0;
}

.contact-div1{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*background-image: url('../images/bg-01.jpg');*/
    z-index: 9
}
/*.contact-div1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
*/
.single-contact-info-box .icon {
    /*margin-bottom: 10px;*/
    /*float: left;*/
  font-size: 1.5em;
}
.single-contact-info-box .hed {
   /*margin-top: 10px;*/
   /*text-align: left;*/
    /*margin-left: 40px;*/

}
.single-contact-info-box .hed ul li a,.single-contact-info-box .hed  p {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;

}
.single-contact-info-box .icon i {
   color: #fff;
  font-size: 30px;


  background:#11a5a3;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 100%;
}
.single-contact-info-box {
    /*display: flex;*/
    display: block;
    padding: 20px;
   height: 100%;

}

.single-contact-info-box .hed h3 {
    color: #333;
    font-size: 24px;
  margin-bottom: 10px;
    line-height: 30px;
    font-weight: 400;
}
.cont_details_item {
    margin-right: 15px;
    margin-right: 20px;
    flex: 0 0 32.333333%;
    max-width: 45.333333%;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    display: table-cell;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* width: 33.333333%; */
    background: #f2f2f2;
    min-height: 250px;
}
.c-black{
    color: #211248 !important
}
.contact-div2{
    width: 50%;
    float: left;
}
.text-left{
  justify-content: left;
}
.ttm-icon {
    height: 50px;
    border-radius: 100%;
    width: 50px;
    background: #005aab;
    line-height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.black-layer ol.breadcrumb > li.breadcrumb-item {
    color: #fff;
}
.featured-desc, .featured-title {
      margin-left: 20px;
    color: #ededed;
    font-family: 'Poppins', sans-serif;
}
.featured-icon {
    color: #fff;
        /*margin: auto 0;*/
}
.featured-content {
    margin:auto 0;
}

.featured-icon-box {
    display: flex;margin-bottom: 30px;
}
.ttm-icon i {
    font-size: 29px;
}
.contact-title{
    color: #02989f;
    margin-bottom: 20px;
    font-size: 39px;
    font-weight: 500;
}
.social-links ul li {
    list-style: none;
    height: 50px;
    width: 50px !important;
    float: left;
    margin-right: 10px;
}
.social-links ul li a:hover {
    background: #02989f;
    color: #fff;
}
.social-links ul li a {
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    font-size: 1em;
    color: #fff;
    line-height: 40px;
    background: #211248;
    border-radius: 100%;
}
.social-links {
    padding: 0;
    margin: 0em 0 0;
    text-align: left;
    float: left;
    padding-top: 0.5em;
}
ol.breadcrumb.mb-0 {
    margin-bottom: 30px;
    display: flex;
    margin-top: 0;
}
ol.breadcrumb > li.breadcrumb-item {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
}
.hero_section_title h1 {
    font-size: 42px;
}
/*.banner-wraper:before {
    content: '';
    position: absolute;
    background: #301d44;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}*/
.view-all a:before {
    content: "";
    color: inherit;
    padding: 0;
    margin: 0;
    top: 8px;
    line-height: inherit;
    position: absolute;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 9px solid #686e70;
    border-bottom: 5px solid transparent;
}
ol.breadcrumb > li.breadcrumb-item + li.breadcrumb-item:before {
    /*content: "\f105";
    color: inherit;
    padding: 0;
    margin: 0;
    top: 0px;
    line-height: inherit;
    position: absolute;
    left: 1px;
    width: 0;
    height: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;*/

  /*  border-top: 5px solid transparent;
    border-left: 9px solid #686e70;
    border-bottom: 5px solid transparent;*/

    position: absolute;
    padding: 0;
    margin: 0;
    top: 10px;
    left: -1px;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    border-right: 0.1em solid black;
    border-top: 0.1em solid black;
    transform: rotate(45deg);
    margin-right: 0.5em;
}

ol.breadcrumb > li.breadcrumb-item + li.breadcrumb-item {
    padding-left: 13px;
    margin-left: 5px;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}
.client-img {
   /* width: 20%;*/
       height: 147px;
   max-width: 253px;
    float: left;
    background: #f2f1f1;
    padding: 15px;
    border: 1px solid #fff;
}
.kcf.mt-2 {
    position: relative;
}
.clients {
    position: relative;
    display: inline-block;
}
.page-content.bg-red {
    background: #e4262b;
    padding: 30px 120px;
    color: #fff;
}
.text-uppercase{
    text-transform: uppercase;
}
.page-content.bg-red span {
    text-transform: none;
    font-weight: 100;
        font-size: 18px;
}
.page-content.bg-red span:after {
    content: "";
    display: inline-block;
    width: 3em;
    height: 1px;
    background-color: #ffffff;
    margin: 0px 0px 8px 20px;
}
.page-content.bg-red h2{
    font-size: 40px;
    font-weight: normal;
}
.pt-0{
    padding-top: 0 !important
}
.dflex img {
    margin: 0 auto;
    display: flex;
}
.c-blue{
    color: #009c9e !important;
}
/* contactform */
.contact_form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
.contact_form  input, 
.contact_form  textarea,
.contact_form  select {
    border-radius: 0;
    height: 45px;
        border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    padding: 0px;
    width: 55%;
    background: transparent;
}

.contact_form span.text-input textarea { padding: 10px 15px; }
.contact_form button[type="submit"] { 
    font-size: 13px;
    padding: 14px 28px;
    border-radius: 3px;
}
.ttm-bgcolor-grey .contact_form span.text-input input, 
.ttm-bgcolor-grey .contact_form span.text-input textarea,
.ttm-bgcolor-grey .contact_form span.text-input select{
    background-color: #fff;
}

.ttm-bgcolor-skincolor .contact_form span.text-input input, 
.ttm-bgcolor-skincolor .contact_form span.text-input textarea,
.ttm-bgcolor-skincolor .contact_form span.text-input select{
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255,255,255,.12);
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select {
    color: #474846 !important;
    font-size: 16px;
    font-family: 'Poppins'
}
.cart_media .contact-form input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select{
  font-family: 'geomanistregular';
}
.bnone{
  box-shadow: none !important;
}
/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-top: 10px;
    display: block;
    width: 30%;
    /*position: relative;*/
}
.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

.margin_top15 {
    margin-top: 15px;
}
.p-30 {
    padding: 30px 0px;
}
.border-rad_5 {
    border-radius: 5px;
    overflow: hidden;
}
.w100{
    width: 100%;
}
.w50{
    width: 50% !important;
    float: left;
}
.request_qoute_form span.text-input input,
.request_qoute_form span.text-input select,
.request_qoute_form span.text-input textarea {
    /*border: 1px solid #e6e6e6;*/
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
        font-size: 18px;
        font-weight: normal;font-family: 'Poppins', sans-serif;

}
.request_qoute_form span.text-input input:first-child {
    /*padding-top: 0;*/
}
.request_qoute_form span.text-input textarea {
    height: 110px;
}
button.submit.btn-1 {
    padding: 10px 40px;
    background:#055eac;
    color: #fff;
    font-size: 18px;   
     /*border-radius: 5px;*/
     cursor: pointer;
     font-family: 'geomanist-book';
}
h4.course-title {
    margin-bottom: 15px;
    font-size: 20px;
}
.course-desc {
    margin-bottom: 10px;
}
.cource-item .course-body a {
    /*font-family: 'Poppins';*/
}
   .course-desc ul li{font-family: 'Poppins'; display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;} 
.cource-item .course-body {
    padding: 20px 0 12px;
    transition: all 0.5s ease 0s;
}
.pl-3{
  padding-left: 3%
}
.rs-courses-2 .cource-item .course-body .course-title {
    font-size: 20px;
    margin-bottom: 7px;
}
.rs-courses-2 .cource-item .course-body .course-desc {
    margin-top: 12px;
}
.d-flex{
  display: flex;
}
.mr-15{
  margin-right: 15px;
}
.w_30{
  width: 30%;
      float: left;
}
.w_33{
  width: 33%;
      float: left;
}
.mt-5{
    margin-top: 2.5rem;
}
.mt-8{
    margin-top: 8rem;
}
.mt-2{
    margin-top: 2rem;
}
.mt-3{
    margin-top: 3rem;
}

.mt-10{
       margin-top: 10px;
}
.mt-10a{
       margin-top: 10px;
	color: #800020;
	float: left;
}
.mt-10rm{
       margin-top: 10rem;
}

.mb-5{
    margin-bottom: 5rem;
}
.mb-3{
    margin-bottom: 3rem;
}
.mb-2{
    margin-bottom: 2rem;
}

.mb-1{
    margin-bottom: 1rem;
}
.pr-4{
  padding-right: 4%;
}

.pr-3{
  padding-right: 3%;
}

.pt-60{
    padding-top: 20px;
}
.pt-100{
    padding-top: 100px;
}
.bot_20{
    bottom: 20% !important
}
.c-red {
    color: #e4262b;
}
.bg-none{
    background: #fff;
}
.mission:nth-child(1){
    margin-right: 4%;
}
.mission {
    position: relative;
   width: 45%;
    float: left;
}
.padding2 {
    padding: 30px 61px;    margin: auto;
}
#triangle-left {
    top: 115px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 30px solid white;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 37.5%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pl-0
{
    padding-left: 0px !important;
}
.partners,.clientele{

    padding: 100px 0;
}

.clientele p{
    margin-bottom: 20px;
}
.client-img.sm {
    width: 189.6px;
}
.client-img:nth-child(n+5) {
    border-right: none;
}
 .more:after{
     content:"\f0da";
     transition:all .25s;
     opacity:0;
     margin-left:-.5em;
     font-family:FontAwesome ;
}
 .more:hover:after{
     opacity:1;
     margin-left:.4em 
}
 .pl0{
     padding-left:0 
}
 .mt10{
     margin-top:10px 
}
 .mt20{
     margin-top:20px;
     margin-right:10px 
}
 .mt30{
     margin-top:30px 
}
 .mt40{
     margin-top:40px 
}
 .mt50{
     margin-top:50px 
}
 .mb10{
     margin-bottom:10px 
}
 .mb20{
     margin-bottom:20px 
}
 .mb30{
     margin-bottom:30px 
}
 .mb40{
     margin-bottom:40px 
}
 .mb50{
     margin-bottom:50px 
}
 .p50{
     padding:50px!important 
}
 .pb35{
     padding-bottom:35px 
}
.pb100{
    padding-bottom: 100px;
}
 .pb60{
     padding-bottom:60px 
}

.pb30{
     padding-bottom:30px 
}
 .mtb15{
     margin:15px 0 15px 0 
}
 .p2{
     padding:2px 
}
 .p5{
     padding:5px 
}
 .animated{
     -webkit-animation-duration:2s;
     animation-duration:2s;
     -webkit-animation-fill-mode:both;
     animation-fill-mode:both 
}
 @-webkit-keyframes fadeIn{
     0%{
         opacity:0 
    }
     to{
         opacity:1 
    }
}
 @keyframes fadeIn{
     0%{
         opacity:0 
    }
     to{
         opacity:1 
    }
}
 .fadeIn{
     -webkit-animation-name:fadeIn;
     animation-name:fadeIn 
}
 @-webkit-keyframes fadeInDown{
     0%{
         opacity:0;
         -webkit-transform:translate3d(0,-100%,0);
         transform:translate3d(0,-100%,0) 
    }
     to{
         opacity:1;
         -webkit-transform:none;
         transform:none 
    }
}
 @keyframes fadeInDown{
     0%{
         opacity:0;
         -webkit-transform:translate3d(0,-100%,0);
         transform:translate3d(0,-100%,0) 
    }
     to{
         opacity:1;
         -webkit-transform:none;
         transform:none 
    }
}
 .fadeInDown{
     -webkit-animation-name:fadeInDown;
     animation-name:fadeInDown 
}
 @-webkit-keyframes fadeInLeft{
     0%{
         opacity:0;
         -webkit-transform:translate3d(-100%,0,0);
         transform:translate3d(-100%,0,0) 
    }
     to{
         opacity:1;
         -webkit-transform:none;
         transform:none 
    }
}
 @keyframes fadeInLeft{
     0%{
         opacity:0;
         -webkit-transform:translate3d(-100%,0,0);
         transform:translate3d(-100%,0,0) 
    }
     to{
         opacity:1;
         -webkit-transform:none;
         transform:none 
    }
}
 .fadeInLeft{
     -webkit-animation-name:fadeInLeft;
     animation-name:fadeInLeft 
}
 @keyframes fadeInRight{
     0%{
         opacity:0;
         -webkit-transform:translate3d(100%,0,0);
         transform:translate3d(100%,0,0) 
    }
     to{
         opacity:1;
         -webkit-transform:none;
         transform:none 
    }
}
 .fadeInRight{
     -webkit-animation-name:fadeInRight;
     animation-name:fadeInRight 
}
 .fadeInRightBig{
     -webkit-animation-name:fadeInRightBig;
     animation-name:fadeInRightBig 
}
 @-webkit-keyframes fadeInUp{
     0%{
         opacity:0;
         -webkit-transform:translate3d(0,100%,0);
         transform:translate3d(0,100%,0) 
    }
     to{
         opacity:1;
         -webkit-transform:none;
         transform:none 
    }
}
 @keyframes fadeInUp{
     0%{
         opacity:0;
         -webkit-transform:translate3d(0,100%,0);
         transform:translate3d(0,100%,0) 
    }
     to{
         opacity:1;
         -webkit-transform:none;
         transform:none 
    }
}
 .fadeInUp{
     -webkit-animation-name:fadeInUp;
     animation-name:fadeInUp 
}
 .header{
     width:100%;
     float:left;
     z-index:99;
     position:relative;
     height:0;
     -webkit-transition:height .5s;
     -moz-transition:height .5s;
     transition:all .4s ease-in-out 
}
 .cbp-af-header.cbp-af-header-shrink{
     height:65px;
     top:0 
}
 .cbp-af-header{
     position:fixed;
     top:0;
     left:0;
     width:100%;
     z-index:999;
     transition:all .4s ease-in-out 
}
 .cbp-af-header.cbp-af-header-shrink .header{
     background:#474846332;
     height:58px 
}
 .cbp-af-header.cbp-af-header-shrink .nav-menu>li>a{
     color:#fff!important;
     height:58px;
     font-size:1.125em;
     padding: 0px 13px 0px 10px;
     line-height: 58px;
}
 .cbp-af-header.cbp-af-header-shrink .menubars{
     background:0 0;
     padding:0;
     height:58px;
     transition:all .4s ease-in-out 
}
 .cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron{
     border-color:#fff #fff #fff transparent;
     margin-top:18px;
}
 .cbp-af-header.cbp-af-header-shrink .top__contact{
     display:none 
}
 .menubars{
     border-radius:3px;
     padding-right:0;
     padding-left:0 
}
 .logo{
     display:inline-block;
     float:left;
     transition:all .4s ease-in-out;
     background-repeat:no-repeat;
     position:absolute 
}
 .cbp-af-header.cbp-af-header-shrink .logo{
     background-repeat:no-repeat;
     margin:0;
     transition:all .4s ease-in-out 
}
 .navbar-fixed{
     position:fixed;
     z-index:999!important 
}
 nav{
     width:100% 
}
 .navigation{
     width:100%;
     height:50px;
     display:table;
     position:relative;
     font-family:inherit;
	 /*background: linear-gradient(90deg, #fff 25%, #C5B4E3 25%);
padding-right: 3%;*/
}
 .navigation *{
     box-sizing:border-box;
     -webkit-tap-highlight-color:transparent 
}
 .navigation-portrait{
     height:48px 
}
 .navigation-fixed-wrapper{
     width:100%;
     left:0;
     z-index:19998;
     will-change:opacity 
}
 .navigation-fixed-wrapper.fixed{
     position:fixed!important;
     -webkit-animation:fade .5s;
     animation:fade .5s 
}
 @keyframes fade{
     from{
         opacity:.999 
    }
     to{
         opacity:1 
    }
}
 .navigation-fixed-wrapper .navigation{
     margin-right:auto;
     margin-left:auto 
}
 .navigation-fixed-placeholder{
     width:100%;
     display:none 
}
 .navigation-fixed-placeholder.navigation-fixed-placeholder.visible{
     display:block 
}
 .nav-toggle,.navigation-hidden .nav-header{
     display:none 
}
 .navigation-hidden{
     width:0!important;
     height:0!important;
     margin:0!important;
     padding:0!important;
     position:absolute;
     top:-9999px 
}
 .nav-header{
     float:left 
}
 .nav-brand:focus,.nav-brand:hover{
     color:#70798b 
}
 .navigation-portrait .nav-brand{
     font-size:18px;
     line-height:48px 
}
 .nav-logo>img{
     height:48px;
     margin:11px auto;
     padding:0 15px;
     float:left 
}

 .nav-logo:focus>img{
     outline:initial 
}
 .navigation-portrait .nav-logo>img{
     height:36px;
     margin:6px auto 6px 15px;
     padding:0 
}

/* .sexy-menu.detached .nav-toggle:before{
     content:"";
     position:absolute;
     width:24px;
     height:2px;
     background-color:#4545c4;
     border-radius:10px;
     box-shadow:0 .5em 0 0 #4545c4,0 1em 0 0 #4545c4 
}*/
 .navigation-portrait .nav-toggle{
     display:block 
}
 .navigation-portrait .nav-menus-wrapper{
     width:320px;
     height:100%;
     top:0;
     left:-400px;
     position:fixed;
     background-color:#252235;
     z-index:20000;
     /*overflow-y:auto;*/
     -webkit-overflow-scrolling:touch;
     -webkit-transition-duration:.8s;
     transition-duration:.8s;
     -webkit-transition-timing-function:ease;
     transition-timing-function:ease ;
     padding-bottom: 100px;
}
 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right{
     left:auto;
     right:-400px 
}
 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open{
     left:0 
}
 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open{
     left:auto;
     right:0 
}
 .nav-menus-wrapper-close-button{
     width:30px;
     height:40px;
     margin:10px 7px;
     display:none;
     float:right;
     color:#fff;
     font-size:26px;
     cursor:pointer 
}
 .navigation-portrait .nav-menus-wrapper-close-button{
     display:block 
}
 .nav-menu{
     margin:0;
     padding:0;
     line-height:normal;
     font-size:0;
     float:right;
}
 .navigation-portrait .nav-menu{
     width:100% 
}
 .nav-menu.nav-menu-centered{
     text-align:center 
}
 .nav-menu.nav-menu-centered>li{
     float:none 
}
 .nav-menu>li{
     display:inline-block;
     float:left;
     text-align:right;
}
 .navigation-portrait .nav-menu>li{
     width:100%;
     position:relative;
     border-bottom:solid 1px #c1bebe21
}
 .navigation-portrait .nav-menu>li:last-child{
    /*border-bottom:solid 1px #e7e7e7*/
}
 .nav-menu+.nav-menu>li:first-child{
     border-top:none 
}

  .bars:before {
   content: "";
  width: 53%;
  border-bottom: 1px solid #000;
}

.bars {
  display: flex;
  align-items: center;
  width: 32px;
  height: 20px;
  cursor: pointer;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
    justify-content: center;
}

.sexy-menu.detached .nav-menu > li > a.btn1{
   padding: 4px 8px;
   margin-top: 9px;
}
.sexy-menu.detached  a.cart-btn{
top: 13px;

  }
.btn1{    
    background-color: #005aab;
    text-align: center;
    font-size: 1em;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    padding: 10px 15px;
}
 .navigation-portrait .nav-menu>li>a{
     width:100%;
     height:auto;
     transition:all .4s ease-in-out 
}

 .nav_active{
     color:#474846 !important 
}
 .cbp-af-header.cbp-af-header-shrink .nav-menu>li>.nav_active{
     color:#474846!important 
}

.nav-menu>li>a.active{
  color: #005aab;
}

 .cbp-af-header.cbp-af-header-shrink .nav-menu>li>a:hover{
     color:#474846!important 
}
 .cbp-af-header.cbp-af-header-shrink .nav-menu>li:hover>a:before{
     background:#474846 
}
 .cbp-af-header.cbp-af-header-shrink .nav-menu>li:hover>a:after{
     background:#474846 
}
 li.active>a{
     /*color:#fff;
     background:#941473 
*/}
 .nav-menu>li>a>[class*=ion-],.nav-menu>li>a>i{
     width:18px;
     height:16px;
     line-height:16px;
     -webkit-transform:scale(1.4);
     -ms-transform:scale(1.4);
     transform:scale(1.4) 
}
 .nav-menu>li>a>[class*=ion-]{
     width:16px;
     display:inline-block;
     -webkit-transform:scale(1.8);
     -ms-transform:scale(1.8);
     transform:scale(1.8) 
}
 .navigation-portrait .nav-menu.nav-menu-social{
     width:100%;
     text-align:center 
}
 .nav-menu.nav-menu-social>li{
     text-align:center;
     float:none;
     border:none!important 
}
 .navigation-portrait .nav-menu.nav-menu-social>li{
     width:auto 
}
 .nav-menu.nav-menu-social>li>a>.fa{
     font-size:14px 
}
 .navigation-portrait .nav-menu.nav-menu-social>li>a{
     padding:15px 
}
 .submenu-indicator{
     margin-left:6px;
     margin-top:9px;
     float:right;
     -webkit-transition:all .3s;
     transition:all .3s 
}
 .navigation-portrait .submenu-indicator{
     width:54px;
     height:44px;
     margin-top:0;
     position:absolute;
     top:0;
     right:0;
     text-align:center;
     z-index:20000 
}
 .submenu-indicator-chevron{
     border-color:transparent #fff #fff transparent;
     height:6px;
     width:6px;
     display:block;
     border-style:solid;
     border-width:0 1px 1px 0;
     -webkit-transform:rotate(45deg);
     -ms-transform:rotate(45deg);
     transform:rotate(45deg);
     -webkit-transition:border .3s;
     transition:border .3s 
}
 .navigation-portrait .submenu-indicator-chevron{
     position:absolute;
     top:18px;
     left:24px 
}
 .nav-menu>.active>a .submenu-indicator-chevron,.nav-menu>.focus>a .submenu-indicator-chevron,.nav-menu>li:hover>a .submenu-indicator-chevron{
     border-color:#ffffff #ffffff #ffffff #ffffff 
}
 .navigation-portrait .submenu-indicator.submenu-indicator-up{
     -webkit-transform:rotate(-180deg);
     -ms-transform:rotate(-180deg);
     transform:rotate(-180deg) 
}
 .nav-overlay-panel{
     width:100%;
     height:100%;
     top:0;
     left:0;
     position:fixed;
     display:none;
     z-index:19999 
}
 .no-scroll{
     touch-action:none;
     overflow-x:hidden 
}
 .nav-search{
     height:70px;
     float:right;
     z-index:19998 
}
 .navigation-portrait .nav-search{
     height:48px;
     padding:0 10px;
     margin-right:52px 
}
 .navigation-hidden .nav-search{
     display:none 
}
 .nav-search-button{
     width:70px;
     height:70px;
     line-height:70px;
     text-align:center;
     cursor:pointer;
     background-color:#373435 
}
 .navigation-portrait .nav-search-button{
     width:50px;
     height:48px;
     line-height:46px;
     font-size:22px 
}
 .nav-search-icon{
     width:14px;
     height:14px;
     margin:2px 8px 8px 4px;
     display:inline-block;
     vertical-align:middle;
     position:relative;
     color:#fff;
     text-align:left;
     text-indent:-9999px;
     border:2px solid;
     border-radius:50%;
     -webkit-transform:rotate(-45deg);
     -ms-transform:rotate(-45deg);
     transform:rotate(-45deg);
     -webkit-transition:color .3s;
     transition:color .3s 
}
 .nav-search-icon:after,.nav-search-icon:before{
     content:'';
     pointer-events:none 
}
 .nav-search-icon:before{
     width:2px;
     height:11px;
     top:11px;
     position:absolute;
     left:50%;
     border-radius:0 0 1px 1px;
     box-shadow:inset 0 0 0 32px;
     -webkit-transform:translateX(-50%);
     -ms-transform:translateX(-50%);
     transform:translateX(-50%) 
}
 .nav-search-button:hover .nav-search-icon{
     color:#8cc152 
}
 .nav-search>form{
     width:100%;
     height:100%;
     padding:0 auto;
     display:none;
     position:absolute;
     left:0;
     top:0;
     background-color:#fff;
     z-index:99 
}
 .nav-search-inner{
     width:70%;
     height:70px;
     margin:auto;
     display:table 
}
 .navigation-portrait .nav-search-inner{
     height:48px 
}
 .nav-search-inner input[type=search],.nav-search-inner input[type=text]{
     height:70px;
     width:100%;
     margin:0;
     padding:0 12px;
     font-size:26px;
     text-align:center;
     color:#70798b;
     outline:0;
     line-height:70px;
     border:none;
     background-color:transparent;
     -webkit-transition:all .3s;
     transition:all .3s 
}
 .navigation-portrait .nav-search-inner input[type=search],.navigation-portrait .nav-search-inner input[type=text]{
     height:48px;
     font-size:18px;
     line-height:48px 
}
 .nav-search-close-button{
     width:28px;
     height:28px;
     display:block;
     position:absolute;
     right:20px;
     top:20px;
     line-height:normal;
     color:#70798b;
     font-size:20px;
     cursor:pointer;
     text-align:center 
}
 .nav-button,.nav-text{
     display:inline-block;
     font-size:14px 
}
 .navigation-portrait .nav-search-close-button{
     top:10px;
     right:14px 
}
 .nav-button{
     margin:18px 15px 0;
     padding:8px 14px;
     color:#fff;
     text-align:center;
     border-radius:4px;
     background-color:#8cc152;
     -webkit-transition:opacity .3s;
     transition:opacity .3s 
}
 .nav-button:focus,.nav-button:hover{
     color:#fff;
     text-decoration:none;
     opacity:.85 
}
 .navigation-portrait .nav-button{
     width:calc(100% - 52px);
     margin:17px 26px 
}
 .nav-text{
     margin:25px 15px;
     color:#70798b 
}
 .navigation-portrait .nav-text{
     width:calc(100% - 52px);
     margin:12px 26px 0 
}
 .navigation-portrait .nav-text+ul{
     margin-top:15px 
}
 .nav-dropdown{
     min-width:180px;
     margin:0;
     padding:0;
     display:none;
     position:absolute;
     z-index:98;
     white-space:nowrap 
}
 .navigation-portrait .nav-dropdown{
     width:100%;
     position:static;
     left:0 
}
 .nav-dropdown .nav-dropdown{
     left:100% 
}
 .nav-menu>li>.nav-dropdown{
     border-top:solid 1px #474846332 
}
 .nav-dropdown>li{
     width:100%;
     float:left;
     clear:both;
     position:relative;
     text-align:left;
     background:#035fb2 
}
 .nav-dropdown>li>a{
     width:100%;
     padding:10px 15px;
     display:inline-block;
     float:left;
     color:#fff;
     -webkit-transition:color .3s,background .3s;
     transition:color .3s,background .3s;
     border-bottom:1px solid #666;
    font-size: .9em;
    transition: all .4s ease-in-out;
    font-family: 'Poppins';
    font-weight: normal;
}
 .nav-dropdown>li a:before{
     position:absolute;
     left:10px;
     top:24px;
     width:0;
     height:2px;
     z-index:0;
     content:" ";
     background-color:#474846332;
     transition:all .4s ease-in-out;
     -webkit-transition:all .4s ease-in-out 
}
 .nav-dropdown>li a:hover:before{
     width:15px;
     transition:all .4s ease-in-out;
     -webkit-transition:all .4s ease-in-out 
}
 .nav-dropdown>li:hover{
     transition:all .4s ease-in-out;
     -webkit-transition:all .4s ease-in-out 
}

.sexy-menu.detached .nav-menu>li:hover .nav-dropdown a,
.sexy-menu.detached .nav-dropdown>li a{
     color: #fff;
}

 .nav-dropdown>li a{
     -webkit-transition:all .4s ease-in-out 
}
 .nav-dropdown>li a:hover{
     -webkit-transition:all .4s ease-in-out;
     padding-left:30px 
}
 .nav-menu>li:hover{
     transition:all .4s ease-in-out 
}
 .nav-dropdown.nav-dropdown-left{
     right:0 
}
 .nav-dropdown>li>.nav-dropdown-left{
     left:auto;
     right:100% 
}
 .navigation-landscape .nav-dropdown.nav-dropdown-left>li>a{
     text-align:right 
}
 .navigation-portrait .nav-dropdown>li>a{
     padding:12px 20px 12px 30px;font-size: 1em; 
}
 .navigation-portrait .nav-dropdown>li>ul>li>a{
     padding-left:50px 
}
 .navigation-portrait .nav-dropdown>li>ul>li>ul>li>a{
     padding-left:70px 
}
 .navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a{
     padding-left:90px 
}
 .navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a{
     padding-left:110px 
}
 .nav-dropdown .submenu-indicator{
     right:15px;
     top:16px;
     position:absolute 
}
 .navigation-portrait .nav-dropdown .submenu-indicator{
     right:0;
     top:0 
}
 .nav-dropdown .submenu-indicator .submenu-indicator-chevron{
     -webkit-transform:rotate(-45deg);
     -ms-transform:rotate(-45deg);
     transform:rotate(-45deg) 
}
 .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron{
     -webkit-transform:rotate(45deg);
     -ms-transform:rotate(45deg);
     transform:rotate(45deg) 
}
 .nav-dropdown>.focus>a .submenu-indicator-chevron,.nav-dropdown>li:hover>a .submenu-indicator-chevron{
     border-color:transparent #ffffff #ffffff transparent 
}
 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator{
     left:10px 
}
 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron{
     -webkit-transform:rotate(135deg);
     -ms-transform:rotate(135deg);
     transform:rotate(135deg) 
}
 .nav-dropdown-horizontal{
     width:100%;
     left:0;
     background-color:#fdfdfd;
     border-top:solid 1px #f0f0f0 
}
 .nav-dropdown-horizontal .nav-dropdown-horizontal{
     width:100%;
     top:100%;
     left:0 
}
 .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal{
     border-top:none 
}
 .nav-dropdown-horizontal>li{
     width:auto;
     clear:none;
     position:static 
}
 #kenburns_061,.nav-dropdown-horizontal>li>a{
     position:relative 
}
 .navigation-portrait .nav-dropdown-horizontal>li{
     width:100% 
}
 .nav-dropdown-horizontal .submenu-indicator{
     height:18px;
     top:11px;
     -webkit-transform:rotate(90deg);
     -ms-transform:rotate(90deg);
     transform:rotate(90deg) 
}
 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator{
     height:42px;
     top:0;
     -webkit-transform:rotate(0);
     -ms-transform:rotate(0);
     transform:rotate(0) 
}
 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up{
     -webkit-transform:rotate(-180deg);
     -ms-transform:rotate(-180deg);
     transform:rotate(-180deg) 
}
 ul.social-icons{
     float:left 
}
 .social-icons li{
     vertical-align:top;
     display:inline;
     height:100px;
     padding:4px 4px 
}
 .social-icons a{
     color:#fff 
}
 .top__contact__right{
     float:right 
}
 .top__contact__left{
     float:left 
}
 .top__contact__right span{
     padding-left:15px 
}
 .top__contact__right a{
     color:#fff;
     font-size:13px;
     margin-right:5px;
     border-right:1px solid #818181;
     padding-right:15px;
     font-family:'Open Sans',sans-serif 
}
 .top__contact__right a:nth-last-child{
     border:0 
}
 .welcome__content{
     display:flex;
     align-items:center;
     padding:120px 0 
}
 .welcome__content h4{
     font-weight:600;
     color:#000;
     padding:9px 0 
}
 .top__contact{
     background:#474846332;
     padding:7px 7px 
}
 .top__contact i{
     color:#9cc17d;
     padding-right:15px 
}
 .mail_tp{
     float:left;
     font-size:13px;
     margin-right:5px;
     border-right:1px solid #818181;
     padding-right:15px 
}
 .mail_tp a{
     color:#fff;
     font-family:'Open Sans',sans-serif 
}
 .social-icons i{
     color:#fff;
     padding-right:0 
}
 #fw_al_001{
     overflow:hidden;
     max-height:100vh;
     position:relative;
     background:#fff 
}
 #fw_al_001:hover{
     cursor:-moz-grab;
     cursor:-webkit-grab 
}
 #fw_al_001:active{
     cursor:-moz-grabbing;
     cursor:-webkit-grabbing 
}
 #fw_al_001>img{
     margin:auto;
     width:100%!important;
         padding: 0 3%;
    /*display:block;
    */
}
 .ps_slide_y>.carousel-inner{
     height:100% 
}
 .ps_slide_y>.carousel-inner>.item{
     -webkit-transition-property:top;
     transition-property:top 
}
 @media all and (transform-3d),(-webkit-transform-3d){
     .ps_slide_y>.carousel-inner>.item{
         -webkit-transition-property:-webkit-transform;
         transition-property:transform 
    }
     .ps_slide_y>.carousel-inner>.item.active.right,.ps_slide_y>.carousel-inner>.item.next{
         top:0;
         -webkit-transform:translate3d(0,100%,0);
         transform:translate3d(0,100%,0) 
    }
     .ps_slide_y>.carousel-inner>.item.active.left,.ps_slide_y>.carousel-inner>.item.prev{
         top:0;
         -webkit-transform:translate3d(0,-100%,0);
         transform:translate3d(0,-100%,0) 
    }
     .ps_slide_y>.carousel-inner>.item.active,.ps_slide_y>.carousel-inner>.item.next.left,.ps_slide_y>.carousel-inner>.item.prev.right{
         top:0;
         -webkit-transform:translate3d(0,0,0);
         transform:translate3d(0,0,0) 
    }
}
 .ps_slide_y>.carousel-inner>.active{
     top:0 
}
 .ps_slide_y>.carousel-inner>.next,.ps_slide_y>.carousel-inner>.prev{
     top:0;
     width:auto;
     height:100% 
}
 .ps_slide_y>.carousel-inner>.next{
     left:0;
     top:100% 
}
 .ps_slide_y>.carousel-inner>.prev{
     left:0;
     top:-100% 
}
 .ps_slide_y>.carousel-inner>.next.left,.ps_slide_y>.carousel-inner>.prev.right{
     top:0 
}
 .ps_slide_y>.carousel-inner>.active.left{
     left:0;
     top:-100% 
}
 .ps_slide_y>.carousel-inner>.active.right{
     left:0;
     top:100% 
}
 .ps_indicators_y>.carousel-indicators{
     top:auto;
     left:11%;
     bottom:29px;
     right:auto;
     margin:auto;
     cursor:e-resize;
     overflow-x:hidden;
     overflow-y:auto;
     text-align:left 
}
 .ps_indicators_y>.carousel-indicators li{
     height:13px;
     margin:10px 4px;
     border-radius:0;
     -webkit-border-radius:0;
     border:1px solid rgba(82,82,82,.7);
     transition:all .4s ease-in-out;
     border-radius:5px 
}
 .ps_indicators_y>.carousel-indicators .active{
     margin:10px 4px;
     background:#7ba05b;
     border:1px solid #7ba05b;
     transition:all .4s ease-in-out 
}
 .ps_indicators_y>.carousel-indicators::-webkit-scrollbar{
     width:3px 
}
 .ps_indicators_y>.carousel-indicators::-webkit-scrollbar-thumb{
     background:rgba(255,255,255,.5);
     -webkit-border-radius:0;
     border-radius:0 
}
 .fw_al_001_slide{
     left:0;
     top:auto;
     right:0;
     width:65%;
     margin:auto;
     position:absolute;
     bottom:38% 
}
 .fw_al_001_slide>h3{
     color:#fff;
     font-size:44px;
     font-weight:400;
     letter-spacing:-1px;
     line-height:normal;
     -webkit-animation-delay:.5s;
     animation-delay:.5s;
     -webkit-animation-duration:6s;
     animation-duration:6s;
     -webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);
     animation-timing-function:cubic-bezier(.23,1,.32,1) 
}
 .fw_al_001_slide>h4{
     font-size:65px;
     color:#fff;
     font-weight:800 
}
 .fw_al_001_slide>h5{
     font-size:22px;
     color:#fff;
     font-weight:600;
     margin-top:5px 
}
 .fw_al_001_slide>h5 span{
     color:#ccbe48;
     font-weight:400;
     font-size:18px 
}
 .fw_al_001_slide>p{
     color:#ccbe48;
     font-size:17px;
     letter-spacing:1px;
     font-weight:400;
     line-height:normal;
     font-family:Karla,sans-serif;
     -webkit-animation-delay:.5s;
     animation-delay:.5s;
     -webkit-animation-duration:8s;
     animation-duration:8s;
     -webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);
     animation-timing-function:cubic-bezier(.23,1,.32,1) 
}
 .fw_al_001_slide>a,.fw_al_001_slide>a:visited{
     outline:0;
     width:auto;
     height:35px;
     color:#fff;
     padding:0 24px;
     cursor:pointer;
     font-size:13px;
     text-align:left;
     text-shadow:none;
     line-height:31px;
     margin:11px 0;
     position:relative;
     font-style:normal;
     font-weight:400;
     white-space:nowrap;
     letter-spacing:1px;
     display:inline-block;
     text-decoration:none;
     border:2px solid #fff;
     text-transform:uppercase;
     font-family:Raleway,sans-serif;
     -webkit-animation-delay:.5s;
     animation-delay:.5s;
     -webkit-animation-duration:9s;
     animation-duration:9s;
     -webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);
     animation-timing-function:cubic-bezier(.23,1,.32,1);
     -webkit-transition:background cubic-bezier(.23,1,.32,1) .7s;
     transition:background cubic-bezier(.23,1,.32,1) .7s 
}
 .fw_al_001_slide>a:active,.fw_al_001_slide>a:hover{
     color:#fff;
     background:#ccbe48;
     border:2px solid #ccbe48 
}
 @media only screen and (max-width:480px){

     .col_half {
    width: 100% !important;
    max-width: 100% !important;
    float: left;
}
.flip-box-inner{
      margin: 5px 9px;
}
#gallery
{
    margin-bottom: 0px;
}

.mob-view.home-img {
    object-position: center;

}
.news-scroller-wrap{
    padding-right: 0!important;
    padding-left: 0 !important
}
  .home-testimonial{
    margin-top: 30px;
  }

  a.btn1.download {
    padding: 10px 81px 10px 10px !important;
  }
.project-content i{
  top: 15px !important;
}
.arrow {
  top: -10px!important;
  width: 70px!important;
    height: 40px!important;
}

ul#grid .image {
    margin: 5px !important; 
}
  .ttm-icon{

    height: 40px;
    width: 40px;
  }
  .kcf .five_column:nth-child(3):after {
    content: ".";
    display: block;
    height: 0;
    clear: both !important;
    visibility: hidden;
}
button.submit.btn-1 {
    padding: 5px 28px !important;
    color: #fff;
    font-size: 14px !important;
  }
  .cource-item2{
    width: 100% !important
  }
  .cource-item{
    width: 100%;
  }
ol.b_crumb > li.breadcrumb-item,.req{
  font-size: 14px;
}
.pb100 {
    padding-bottom: 50px;
}
.course-title h2{
  font-size: 30px;
}
.course-title h3{
  font-size: 20px;
}
.title-wrap{
      padding: 10px;
}
.course {
    width: 100%;
  }
  .course-items{
    font-size: 14px;
  }
  .fa-quote-right.quote-icon,.fa-quote-left.quote-icon{
    font-size: 25px;
  }
  .fa-quote-left.quote-icon{
    top:15px;
  }
  .test-title{
    font-size: 25px;
  }
  .mySlides {
    display: none;
    padding: 25px 33px 15px;
  }
  .slideshow-container {
    position: relative;
    background: #02989f;
    margin-bottom: 20px;
}
.sexy-menu.detached {
    padding: 2px 0px 5px !important;
}
.add_to_cart.right.open-side {
    right: -9px;
}

  .fa-quote-right.quote-icon{
    bottom: 96px;
  }
    h4.resume {
    font-size: 14px;
}
.request_qoute_form span.text-input input, .request_qoute_form span.text-input textarea{
    font-size: 14px;
}
    
    .mission {
    margin-bottom: 20px;
    width: 100% !important;
}
.services-item .services-icon img {
    height: 40px;
    width: 40px;
    }
    .page-content.bg-red{
        padding: 20px 11px;
    }
    .page-content.bg-red h2 {
    font-size: 20px;
}
.contact-section {
    padding: 0 10px !important;
}
.contact-section.mt-3{
    display: block;
}
.contact-title{
    font-size: 18px;
}
.social-links ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    }
    .social-links ul li{
        margin-right: 0;
    }
.pt-60 {
    padding-top: 30px;
}

.mb-7 {
    margin-bottom: 3rem;
}

.mt-3 {
    margin-top: 1rem;
}

.page-content.bg-red span{
        font-size: 13px;
}
.mt-5 {
    margin-top: 2rem;
}

.contact-form.contact-page {
    padding: 21px;
    }
    .welcome-pic.contact-div1 img {
    display: block;width: 30px;
}
.pt-60 {
    padding-top: 0px !important;
}
.contact-form{
    padding: 10px;
    min-height: auto;
}
    .dflex img {
    width: 100%;
}
.breadcrumbs{
   margin-top: 0px;
}
ol.breadcrumb.mb-0 {
    display: flex;
}
.mt-80-sm{
    margin-top: 60px;
}
.padding2 {
    padding: 10px 21px;
}
.partners, .clientele {
    padding: 50px 0;
}
.client-img{
    width: 50% !important;
       height: 80px;
}
.mb-3 {
    margin-bottom: 1rem;
}
.client-img img {
    width: 100%;
}

     .fw_al_001_slide{
         top:0;
         width:100% 
    }
     .ps_indicators_y>.carousel-indicators{
         height:100% 
    }
     .fw_al_001_slide>h3{
         font-size:16px 
    }
     .fw_al_001_slide>h1{
         font-size:30px;
         margin-top:10px;
         margin-bottom:5px 
    }
     .fw_al_001_slide>p{
         font-size:14px 
    }
     .fw_al_001_slide>a,.fw_al_001_slide>a:visited{
         height:40px;
         margin:0 10px;
         padding:0 23px;
         line-height:40px 
    }
}
 @media (min-width:481px) and (max-width:600px){
     .fw_al_001_slide{
         top:5%;
         width:100% 
    }
     .fw_al_001_slide>h1{
         font-size:40px 
    }
  .cont_details_item:nth-child(2) {
    float: left;
    width: 50% !important;  
     margin-right: 10px !important;
}

}
 @media (min-width:601px) and (max-width:768px){
     .fw_al_001_slide{
         top:15%;
         width:100% 
    }
}
 .ps_easeOutQuint .carousel-inner>.item{
     -webkit-transition-timing-function:cubic-bezier(.23,1,.32,1);
     -moz-transition-timing-function:cubic-bezier(.23,1,.32,1);
     -ms-transition-timing-function:cubic-bezier(.23,1,.32,1);
     -o-transition-timing-function:cubic-bezier(.23,1,.32,1);
     transition-timing-function:cubic-bezier(.23,1,.32,1) 
}
 @media all and (transform-3d),(-webkit-transform-3d){
     .ps_easeOutQuint .carousel-inner>.item{
         -webkit-transition-timing-function:cubic-bezier(.23,1,.32,1);
         -moz-transition-timing-function:cubic-bezier(.23,1,.32,1);
         -ms-transition-timing-function:cubic-bezier(.23,1,.32,1);
         -o-transition-timing-function:cubic-bezier(.23,1,.32,1);
         transition-timing-function:cubic-bezier(.23,1,.32,1) 
    }
}
 @media screen and (max-width:1550px){
  .single-service{
    margin-right: 25px;    
  }
  .single-service span {
  }
  .single-service .welcome-title{
    line-height: .7;
  }

  .team-cont{
        padding: 2%;
            padding-left:9%;
  }
  .teampic{
    top: -230px;
  }
  .team-cont-middle{
    padding: 2%;
    padding-right: 9%;
  }
  .inner-column.teampic.l-0 {
    top: -226px;
}

     .fw_al_001_slide>h3{
         font-size:36px 
    }

}
 /*@media screen (min-width:1600px) and (max-width:1920px)*/
   @media only screen and (min-device-width: 1700px) and (max-device-width: 1920px)


   {

    .five_column {
      margin-bottom: -28px
    }

    .home-page-project{
      justify-content: left !important
    }
    .course {
    width: 25%;
  }

     .certificates img {
    height: 600px !important;
}

    h4.resume:before{
      left: 5% !important
    }
    .w_50 {
    width: 40%;
}
    span.dot{
        position: relative;
    top: -4px;
    }
    .pt-100 {
    padding-top: 150px;
}
ul.vacancy li {
    font-size: 22px;
    margin-bottom: 11px;
}
    .w25 {
        margin-right: 25px !important;
        }
        .policy-text {
            width: 1200px;
        }
    .welcome-pic.tech-img:after{
            right: 240px;
    }
    .technical-div:after{
            top: 118px;
    left: -74px;
    }
    /*.contact-section {
    padding: 0 350px;
}*/
.contact-div1 {
    height: 571px;
}

.contact-title{
    margin-bottom: 40px;
}
.modal-body .contact-form{
  min-height: unset !important;
}
    .contact-form{
        min-height:570px !important;
    }
  .new-pad{
    padding: 15px 0px;
}
.contact-div2 {
    }
.header-call {
   padding-bottom: 5px;
    }
    .header-call a{
        font-size: 1em;
    }
    /*.mission {
    margin-bottom: 80px;
}*/
     .client-img.sm {
    min-width: 248.6px;
    max-width: unset;
    }
    .client-img {
     max-width: unset !important; 
    height: 147px;
    min-width: 332px;
}
#triangle-left {
    /*top: 150px !important;*/
    }
}

 @media screen and (max-width:1366px){
    .footer-content-title {
    font-size: 1em;
}
     .fw_al_001_slide>h3{
         font-size:22px 
    }
     .fw_al_001_slide>h4{
         font-size:47px;
         color:#fff;
         font-weight:600 
    }
     .fw_al_001_slide>h5{
         font-weight:600;
         font-size:20px 
    }
}
 @media screen and (max-width:1100px){
     .fw_al_001_slide>p{
         color:#ccbe48;
         font-size:13px 
    }
}
 .bx_txt h3{
     font-size:2vw!important 
}
 .bx_txt{
     position:absolute;
     z-index:9;
     color:#ffff;
     top:25%;
     left:15%;
     right:auto;
     bottom:auto;
     transition:all .4s ease-in-out 
}
 .bx_txt h5{
     font-size:1vw!important;
     line-height:1.5vw!important;
     margin-top:8px;
     color:#000;
     text-transform:uppercase;
     margin:11px 0 10px 0 
}
 .bx_txt h4{
     text-transform:uppercase;
     font-weight:600;
     border-bottom:3px solid #fff;
     display:inline-block;
     padding-bottom:10px;
     margin-bottom:10px 
}
 .bx1:hover .bx_txt h4,.bx2:hover .bx_txt h4,.bx3:hover .bx_txt h4,.bx4:hover .bx_txt h4{
     color:#8e8e8e;
     border-bottom:3px solid #8e8e8e 
}
 .bx4 .bx_txt h4{
     border-bottom:3px solid #8e8e8e;
     color:#8e8e8e 
}
 .bx1,.bx2,.bx3,.bx4{
     overflow:hidden 
}
 .bx1_img1{
     position:absolute;
     top:0;
     bottom:auto;
     transition:all .4s ease-in-out 
}
 .bx1:hover .bx1_img1{
     opacity:0;
     transition:all .4s ease-in-out 
}
 .bx1:hover .bx_txt{
     margin-left:5px;
     transition:all .4s ease-in-out 
}
 .bx2_img1{
     position:absolute;
     top:0;
     bottom:auto;
     transition:all .4s ease-in-out 
}
 .bx2:hover .bx2_img1{
     opacity:0;
     transition:all .4s ease-in-out 
}
 .bx2:hover .bx_txt{
     margin-left:5px;
     transition:all .4s ease-in-out 
}
 .bx3_img1{
     position:absolute;
     top:0;
     bottom:auto;
     transition:all .4s ease-in-out 
}
 .fnd_btn{
     background:#000 
}
 .bx3:hover .bx3_img1{
     opacity:0;
     transition:all .4s ease-in-out 
}
 .bx3:hover .bx_txt{
     margin-left:5px;
     transition:all .4s ease-in-out 
}
 .bx4_img1{
     position:absolute;
     top:0;
     bottom:auto;
     transition:all .4s ease-in-out 
}
 .bx4:hover .bx4_img1{
     opacity:0;
     transition:all .4s ease-in-out 
}
 .bx4:hover .bx_txt{
     margin-left:10px;
     transition:all .4s ease-in-out 
}
 @media (max-width:991px){

   .nav-column li
    {
    font-size: 16px;
    }
    .mega-menu
    {
            min-width: unset !important;
    }

     .testimon_video_txt iframe{
         height:250px!important 
    }
     .who_we_are_bg h3 span{
         width:100%;
         float:none 
    }
     .bx_txt{
         top:20% 
    }
     .fw_al_001_slide>a,.fw_al_001_slide>a:visited{
         height:26px;
         font-size:9px;
         line-height:25px;
         border:1px solid #fff 
    }
  
  }
     @media (max-width:768px){
        .features-area{
            background: unset!important;
        }
        .features-area {
    padding-top: 40px;
}
.features-area2 {
    padding: 40px 0px;
}
        .bg_organ{
                padding: 30px 0 !important;
        }
.footer-content-title{
    font-size: 1em;
}
.nav-menu > li > a {
    color: #fff !important;
}


        .flip-box-inne,.flip-box-wrap,.flip-box-inner .flip-box-wrap .front-part,
        .flip-box-inner{
            position: unset !important;
        }
        .welfare-img:before{
            display: none;
        }
        .testimonialItem{
            padding: 10px !important
        }
        body.about .nav-menu>li a.about:after, body.home .nav-menu>li a.home:after, body.album .nav-menu>li a.album:after, body.media .nav-menu>li a.media:after, body.contact .nav-menu>li a.contact:after, body.vijayee .nav-menu>li a.vijayee:after, body.testimonials .nav-menu>li a.testimonials:after{
            display: none;
        }
        .team-head .title, .team-head span {
    color: #a32c3f!important;
}
        .pattern-layer,.about-seven__images::before,.main-image,
        .counter-wrapper .bg-pattern{
            display: none;
        }
        .pr-cor-service-innerbox .pr-cor-service-inner-text p {
    font-size: 13px;
        }
        .pr-cor-service-innerbox .pr-cor-service-inner-text {
    padding: 8px 0px 2px;
    margin-left: 3px;
    width: 100%;
}
.pr-cor-service-content .col-md-6 {
    padding: 5px;
}
.help-them-two__left{
    display: none;
}
.inner-container{
    padding: 10px!important;
        border-radius: 0 !important;
}
.flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part img {
    height: 20px!important;
}
.front-content-part .front-title-part .titles {
    font-size: 15px;
    margin-bottom:0px
}

.mt-2 {
    margin-top: 1rem !important;
}
.flip-box-inner .flip-box-wrap .front-part .front-content-part{
    padding: 8px 25px !important;
        border-radius: 0 40px 0 40px !important;
            flex-direction: row !important;
}
.flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
    margin-bottom: 3px !important;      margin-right: 13px;  
}

.customer-header .customer-thumb{
    height: 70px;
    width: 70px;
    border: 1px solid #E4E4E4;

}
.customer-header {
    display: block;
    }
    .testimonial-content .content.customer-info {
    padding: 10px !important;
}
.testimonial .pic img{
    height: 60px !important;
    width: 60px !important
}
.after-br1,.about-image-gallery,.welfare-img2:before,.welfare-img{
    display: none !important;
}
.video-card-two .inner-container,.features-area2{
    background-image: unset !important;
}
.video-card-two p{
    font-size: 14px;
    line-height: 26px;
}
.col-md-9{
    width: 100%;
}
       
            .pr-cor-service-innerbox .pr-cor-service-inner-img{
                width: 100%;
            }
            ol.breadcrumb > li.breadcrumb-item + li.breadcrumb-item:before{
                top: 10px !important
            }
            .pr-cor-service-innerbox{
                display: block !important;
            }
        .desc{
            top: 0 !important;
    left: -17px;
        }
        .desc2{
              top: 0 !important;
              margin-top:  !important;
        }
        .nav-column{
            padding:0!important;
    width: 100% !important;
        }
        section.welcome-wraper.bg-trans{
            margin-top: 30px;margin-bottom: 30px;
        }
        ol.breadcrumb > li.breadcrumb-item,.section-heading h4{
            font-size: 13px !important;
        }
        .mb-40 {
    margin-bottom: 20px;
}
        .project-gal {
         padding: 30px 10px!important;
     }
    
        .section-heading h2{
            font-size: 20px !important;
                line-height: 30px !important;
        }
        .col-md-6{
            max-width: 100% !important;
        }

        li:hover > .mega-menu{
            z-index: 999;
        }
 
        .post-detail-info{
           padding-left:0 !important
        }

        .inner-column.flood{
            display: none;
        }

        .treanding-text

        {
            position: relative !important;
            padding: 20px!important;
            margin-left: 0!important;
            width: 100% !important
        }
      .row{
        display: block;
      }

.icofont-3x {
    color: #005aab;
    font-size: 2em;
}
   .col-lg-5,.col-lg-7{
        width: 100% !important;
      }
      .aboutImage{
        display: none !important;
      }
      .col-lg-6{
        width: 100%;
      }
      .shipping-contant h3 {
    font-size: 16px;
  }
  .shipping-contant span{
    font-size: 13px;
  }
  .shipping-contant{
    margin-top: 1rem !important;
  }
      .vijayeebhava,.vijayeebhava-container{
        width: 100% !important;
        padding-left: 0%;
      }
      .bg-bluelight {
        padding: 15px !important;margin-left: 0;
    }
      .project-content{

            padding: 11px 16px !important;
      }
.image-for-album{
    }
    .tab button{
        font-size: 14px !important;
        padding:7px 20px !important;
    }
    .image-for-album2{
        height: 100px !important;
    }

.single-contact-info-box{
        padding: 10px !important;
      margin-bottom: 10px;    min-height: unset;
}
  
.single-contact-info-box .icon i{
  height: 35px;
  width: 35px;
  font-size: 15px;
  line-height: 35px;
}
      .pointy{
        font-size: .9em
      }
  
.testimonial .pic{
  width: 65px !important
}
.bg-image{
  display: block !important;
}

.testimonial .post{
      font-size: 12px;
}
.testimonial .content{
  display: block;
}
.service-block .inner-box .icon-box{
    font-size: 35px !important;
}

.service-block .inner-box h6{
        font-size: 13px;
}
.service-block .inner-box{
    padding: 20px 15px;
}
.testimonial .content a.name{
  font-size: 15px !important;
  display: flex;
}
.testimonial .name{
      font-size: 1em;
          margin-bottom: 0 !important;
}
     /* .news-title,.news-scroller{
        height: 40px !important; 
      }*/
      
     
     p.anek-medium.color-white {
    font-family: 'Outfit';
    font-size: 15px;
    line-height: 25px;
}
.grid_img article{
  grid-gap: 7px;
}
.grid_img div {
    background: black;
    height: 27vw;
}

.half_download {
    width: 100%;
    display: flex;
    padding: 10px;
  }
 
  h4.h4-sm {
    font-size: 1em;
    padding: 8px 11px;
}
a.view-photos,.btn-theme{
      font-size: .8em;
      padding: 0.8rem 2rem;
}
.btn-theme{
  margin-top: 10px;
}
.welcome-container p
{
  font-size: 1em;
}
ul.f-links-right {
  margin-top: 0 !important;
    margin-left: 0 !important;
}

#scroller li:before{
  font-size: 20px !important
}
.about-container.books {
    margin-top: 0;
}
.box-shadow{
  padding: 16px 13px;
    min-height: 400px;
}
h4.resume:before {
    content: "";
    width: 2px;
    height: 35px;
    background: #02989f;
    position: absolute;
    left: 4px;
    top: 16px;
    bottom: auto;
}
.blog-details,.blog-sidebar {
    width: 100%;
    padding: 10px !important
    }
    .post-date2 > span {
    font-size: 2em !important;
    background: #fff !important;

}

.post-info2-inner
{
    position: unset !important;
}
.post-detail-info > h2 {
    color: #333;
    font-size: 1rem !important;;
    line-height: 1.3 !important;;
}

.career-right{
  margin-top: 50px;
}

.gallery-item {
    width: 49%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    float: left;
}
.single-blog-item .content h3 {
    margin-bottom: 0;
    font-size: 14px;
}

a.cart-btn{
  display: none;
}



.font-30 {
    font-size: 20px !important;
}
.career-right h3 {
    font-size: 16px;
  }
.career-left,.career-right {
    width: 100%;
  }
      .inner-column:before{
        display: none;
      }
      .digital-card-contant .digital-card {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 3rem;
}
.m-0-resp {
    margin: 0rem !important;
}
a.cart-btn {
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
    position: fixed;
    right: -32px;
    background: #02989f;
    padding: 9px 25px;
    transform: rotate(270deg);
    top: 40%;
    z-index: 99;
    font-weight: 600;
}
.video-box{
}
      .digital-card-contant{
        padding: 26px 10px;margin-top: 50px !important;
      }
         .name
         {
            font-size: 18px;
            } 
      .single-blog-item img{
        margin-top: 30px !important
      }
      .name span{
            font-size: 13px !important;
      }
      .name
      {
        margin-bottom: 10px
      }
    
      .mySlides img{
        display: block !important;
        width: auto;
    margin: 0 auto;
      }
      .slick-slide {
    height: unset;
}
      .certificates img {
    height: unset;
}
section.welcome-wraper.bg-none.pb60.pt-30 {
    padding-top: 0;
}
.pr-15 {
    padding-right: 0;
}
.pl-15 {
    padding-left: 0;
}
.image.magazine {
    display: none;
}
.center_div {
    display: block;
    align-items: center;
}
.school-pic{
  width: 100% !important
}
.single-service .school-pic{
        display: block;
      }
      .school-pic{
        display: none;
      }
      .school-container {
    width: 100%;
  }
  p.side-border:after{
    top: 17%;
  }
  .finishing-school{
    /*padding: 5px 20px !important;*/
  }
      .certificates{
        width: 100%;
      }
      .about-container {
    width: 100%;
    padding-left: 11px;
  }
      ol.b_crumb.mb-0 {
      display: flex;
    }
    .breadcrumbs_course li{
      display: block;left: 0
    }
    
       .welcome-pic{
        width: 100%
    }
    .request_qoute_form span.text-input input, .request_qoute_form span.text-input textarea {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 8px;

  }
    .mt--50 {
    margin-top: 0px;
}
      h4.course-title {
    margin-bottom: 5px;
    font-size: 16px;
}
.cta-wrapper {
    background-position: left;

  }

.cta-contents h1 {
    font-size: 35px;
  }
  .section-padding {
    padding: 50px 0px;
}
ul.group_company li::before{
  margin-top: 0px;
}
li {
    font-size: 14px;line-height: 26px;
    }
      .w_40 {
    width: 100%;
}

        .pt-100 {
            padding-top: 20px;
        }       
        
       .white-logo {
            display: none;
        }
        img.logo-black {
            display: block !important;
        }
         .sexy-menu.detached .nav-brand img.logo-black {
            display: none  !important;
        }
        .timeline > li {
            margin-bottom: 20px;
        }
        .timeline > li > .timeline-panel{
            width: 100%;
        }
        .timeline > li:not(.timeline-inverted),.timeline > li.timeline-inverted{
            padding-right: 0px;padding-left: 0px;
        }

        .timeline{
                margin: 50px 0;
            padding: 20px 10px 20px !important;
        }
        .timeline:before, .timeline > li > .timeline-dot{
            display: none;
        }
        .hero_section_title h1 {
    font-size: 23px;
}
.welcome-container.pl-0.home-4-box.padding2{
    padding-left: 21px !important;
}
        .policy-text {
    text-align: center;
    width: auto;
    margin: 0 auto;
    }

    .w25 {
        margin-right: 4px !important;
        width: 48.5% !important;
    }
        .technical-div{
            min-width: unset;
            position: unset;
                padding: 10px;
        }
        .pb60 {
            padding-bottom: 30px;
        }
        ol.breadcrumb.mb-0 {
                margin-bottom: 10px;
            }

        .technical-div:after{
            display: none;
        }

        .bg-image img{
                height: 100%;
                margin: auto;
            width: 100%!important;
        }
         #fw_al_001{
             margin-top:0 
        }
         .fw_al_001_slide{
             top:38%;
             width:100%;
             left:10% 
        }
         video::-webkit-media-controls{
             display:block!important;
             -webkit-appearance:block!important 
        }
         .mute_btn{
             font-size:18px 
        }
         .service_bx_img img{
             height:198px 
        }
         .stickymbl{
             display:block 
        }
         .stickydtp{
             display:none 
        }
         .apply{
             position:inherit;
             top:auto;
             right:0;
             bottom:0;
             left:auto 
        }
         .joblist__txt i{
             display:none 
        }
         .joblist__txt{
             margin-bottom:2px;
             border:0;
             border-bottom:1px solid #cde0bc;
             padding:0 9px 9px 9px 
        }
         .sidebar-btn img{
             width:100% 
        }
         .sidebar-btn{
             top:25%;
             right:0;
             width:34px 
        }
         .testimonials_in_bg i{
             left:22px;
             top:-52px;
             font-size:36px 
        }
         .testimonials_in_bg_mn{
             padding:0 
        }
         .testimonials_in_bg{
             margin:36px 0 
        }
         .testimonials_in_bg img{
             margin-top:-85px 
        }
       
         .in_filter_tp{
             margin:20px 0 
        }
         .in_filter_tp .btn{
             border:1px solid #ffffff 
        }
         .details_txt_bg ul li{
             display:inline!important;
             padding-right:15px 
        }
         .details_txt_bg ul{
             margin-bottom:15px 
        }
         .details_txt_bg img{
             width:100% 
        }
         .details_txt_bg,.maintenance_cntnt{
             display:inherit 
        }
         .mission_txt{
             margin-bottom:20px 
        }
         .team_all{
             padding:15px 0 0 0 
        }
         .team_details h4{
             font-size:13px 
        }
         .team_details h5{
             font-size:11px;
             font-weight:500 
        }
         .our_team{
             padding:10px 0 
        }
         .nav-menu>li a:after,.nav-menu>li a:before,.nav-menu>li:hover>a:after,.nav-menu>li:hover>a:before{
             width:0 
        }
         .cbp-af-header.cbp-af-header-shrink .nav-menu>li>a{
             color:#fff!important;
             height:auto;
             padding:5px 15px 5px 26px 
        }
         .cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron{
             border-color:#fff #fff #fff transparent 
        }
         .inner__bg{
             padding:5px 0 
        }
         .service_tp_bg img{
             border-radius:2%;
             margin:0 auto 
        }
         .in_filter_tp .btn{
             padding:6px 28px;
             font-size:13px 
        }
         .service_tp_txt{
             padding:20px 
        }
         .inner-top-img .inner-top-img-text{
             padding:30px 0 30px;
             background:#000000c4 
        }
         .ftrbx{
             width:50%;
             margin-bottom:30px 
        }
         .about_fx{
             display:inherit 
        }
         .cbp-af-head er.cbp-af-header-shrink .nav-menu>li>a{
             color:#000!important;
             padding:12px 15px 12px 26px!important;
             height:auto 
        }
         .logo{
            top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
        }
         .menubars{
             background:0 0 
        }
         .nav-menu>li{
             text-align:left 
        }
         .cbp-af-header.cbp-af-header-shrink .header{
             background:0 0 
        }
    }
     @media (max-width:600px){
      .footer-social-links ul li a {
        height: 24px;
        line-height: 16px;
        width: 25px;
        }
        .home-page-project {
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .cta-contents h1 {
    font-size: 35px;
    margin-bottom: 20px;
}
    .footer-social-links{
        margin: 0em 2px 0;
    }
    .footer-social-links ul li {
    list-style: none;
    height: 28px;
    width: 23px !important;

}
         .fw_al_001_slide>h5 span{
             color:#ccbe48;
             font-weight:400;
             font-size:11px;
             line-height:14px 
        }
         .fw_al_001_slide>h5{
             margin-top:0 
        }
         .fw_al_001_slide>h4{
             font-size:18px 
        }
         .fw_al_001_slide>h5{
             font-weight:100;
             font-size:9px;
             letter-spacing:0 
        }
         .fw_al_001_slide>a,.fw_al_001_slide>a:visited{
             display:none 
        }
         .fw_al_001_slide{
             bottom:32% 
        }
         #fw_al_001{
             margin-top:0 
        }
         .fw_al_001_slide{
             top:auto;
             width:100%;
             left:10% 
        }
    }
     @media (max-width:370px){
      .add_to_cart.right{
        /*width: auto !important;*/
      }
      .title-wrap h2 {
    font-size: 19px !important;
}
      .fa-quote-right.quote-icon, .fa-quote-left.quote-icon {
    font-size: 15px !important;
}
         .fw_al_001_slide>h3{
             font-size:16px;
             letter-spacing:0 
        }
         .fw_al_001_slide{
             bottom:15% 
        }
    }
     @media (max-width:320px){
         .fw_al_001_slide{
             bottom:8% 
        }
        .footer-content ul li{
         width:50%;
         float: left
    }
    }
    