@media screen and (max-width: 1324px) and (min-width: 993px) {

#header .logo img {
    max-height: 51px;
   margin-left:-31px;
}
.nav-menu a{
    
    color: black;
    transition: 0.3s;
    font-size: 12px;
}
.nav-menu > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 14px;
}
.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
     padding-left: 0px; 
}
}

/* pre loader */
#loading{
        background-color: #e9f6fdf2;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 10;       
        margin-top: 0px;
        top: 0px;
		z-index:9000;
    }
    #loading-center{
        width: 100%;
        height: 100%;
        position: relative;
    }
    #loading-center-absolute {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 200px;
        width: 200px;
        margin-top: -100px;
        margin-left: -100px;
    }
   
.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #284694;
  letter-spacing: 0.2em;
}
.loader::before, .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #cdb451;
  position: absolute;
  -webkit-animation: load .7s infinite alternate ease-in-out;
          animation: load .7s infinite alternate ease-in-out;
}
.loader::before {
  top: 0;
}
.loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

/* breadcrumb inner pages */
   .bs-example{
        margin: 20px;        
    }
    /* Style to change separator  */
    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
    }
	.bs-example nav{
		width: max-content;
	}
/* back to top */
#back-to-top{position:fixed;bottom:30px;right:40px;z-index:9999;width:32px;height:32px;text-align:center;line-height:30px;background:#f5f5f5;color:#444;cursor:pointer;border:0;text-decoration:none;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0}
#back-to-top:hover{background:#e9ebec}
#back-to-top.show{opacity:1}
.backToTop{display:none;position:fixed;bottom:20px;right:20px;font-size:3em;z-index:9999;height:50px;width:50px;background-color:#fff;text-align:center;border:1px solid #283996}
.backToTop i{position:absolute;top:0;left:10px;color:#2a3891}
.backToTop:hover{border-radius:50px}
/*main page source impact css */
.impact_text h1{
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 15px;
    font-size: 45px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
}
.impact_image{
    height:360px;
}
.ftco-section {
    /* padding: 6em 0;*/
    position: relative;
}

#section-counter {
    position: relative;
    z-index: 0;
}

    #section-counter:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        z-index: -1;
        opacity: .8;
        background: #000000;
    }

.ftco-counter {
   /*padding: 6em 0;*/
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .text strong.number {
    font-weight: 500;
    font-size: 45px;
    color: #fff;
    display: block;
}

.ftco-counter .text span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #ffcdcd;
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.heading-section .subheading {
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b3b3b3;
}

.heading-section h2 {
    font-size: 34px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-with-line {
    position: relative;
}

    .heading-section.heading-section-with-line:after {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: #ffcdcd;
    }

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}
/*---------------------
  Why choose us
-----------------------*/

@media (min-width: 576px) {
    .feature__item.right-column {
        margin-top: 120px !important;
    }
}
@media (min-width: 1024px) {
    .feature__text {
        padding-top: 80px;
    }
 }
@media (max-width: 576px) {
    .feature__item.right-column {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
  
    .feature__text {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .feature__item.right-column {
        margin-top: 0;
    }
}
.section-title-whychoose span {
    color: #001ca7;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.section-title-whychoose h2 {
    color: #111111;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}
.feature {
    padding-bottom: 50px;
    padding-top: 30px;
}

    .feature.feature--about .section-title span {
        color: #0071e4;
    }

    .feature.feature--about .feature__item {
        background: #f5f5f5;
    }

        .feature.feature--about .feature__item h5 {
            color: #111111;
        }


    .feature__text .section-title {
        margin-bottom: 20px;
    }

    .feature__text p {
        margin-bottom: 26px;
        text-align:justify;
    }

.feature__item {
    background: #0c2b4b;
    text-align: center;
    padding: 40px 10px 35px;
    margin-bottom: 30px;
}

    .feature__item.right-column {
        margin-top: 120px;
    }

    .feature__item h5 {
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 25px;
    }

/*---------------------
  clients section
-----------------------*/
.clients-sideheading {
    text-align: center;
    font-weight: 700;
    margin-top: 55px;
    position: relative;
text-transform: uppercase;
color: #29315d;
}