/**
* Template Name: Arsha - v2.2.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/*@font-face {*/
/*  font-family:'Open Sans', sans-serif; 'Futura';*/
/*  src: url('Futura Std Light.eot?#iefix') format('embedded-opentype'),*/
/*       url('futura_sctot_light-webfont.woff') format('woff'),*/
/*       url('futura_sctot_light-webfont.woff2') format('woff')*/
/*       url('Futura Std Light.ttf') format('ttf'),*/
/*       url('Futura Std Light.ttf')  format('truetype'),*/
/*}*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#abouthero {
  width: 100%;
  /*height: 80vh;*/  /*commented by sunil*/
  height: 120vh;
  /*background: #37517e;*/ /*commented by sunil*/
  background: linear-gradient( rgb(9 13 19 / 55%), rgb(6 21 76 / 38%) ), url(../img/bg/aboutherobg.png);
  background-repeat: no-repeat; /*added by sunil*/
  background-size: 100%;
  margin-top: 50px;
}

@media (max-width: 575px) {
    #abouthero {
      background-size: cover;
      margin-top: 70px;
    }
}

/*@media (min-width: 992px){*/
/*    #abouthero {*/
/*      height: 100%;*/
/*    }*/
/*}*/

#abouthero .container {
  /*padding-top: 200px;*/
  padding-top: 15em;
}

@media (max-width: 575px) {
    #abouthero .container {
        padding-top: 0;
    }
}

#abouthero .home-contact-us {
    background: #D1C4B0;
    border-radius: 98px;
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #000000;
    padding: 0.5em;
}

#abouthero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#abouthero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
}

#abouthero .btn-get-started {
  font-family:'Open Sans', sans-serif;;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#abouthero .btn-get-started:hover {
  background: #209dd8;
}

#abouthero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#abouthero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#abouthero .btn-watch-video:hover i {
  color: #47b2e4;
}

#abouthero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 575px) {
  #abouthero {
    height: 100%;
    text-align: center;
  }
  #abouthero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #abouthero .abouthero-img {
    text-align: center;
  }
  #abouthero .abouthero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #abouthero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #abouthero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #abouthero .abouthero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #abouthero .abouthero-img img {
    width: 80%;
  }
  #abouthero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #abouthero .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #abouthero .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

#aboutmain {
    background: #111F28;
}

#aboutmain .collab-venture {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    color: #FFFFFF;
    text-align: center;
}

#aboutmain .title-sub-heading{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#aboutmain .about {
    background-image: url(../img/svg/collab.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}


#aboutmain .title-mini-heading {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

/*#aboutmain .about-deadline {*/
/*    background: #000000;*/
/*    opacity: 0.5;*/
/*}*/

#aboutmain .why-us-bg {
    height: 100%;
    background-image: url("../img/bg/aboutdeadline.png"); /*added by sunil*/
    background-repeat: no-repeat; /*added by sunil*/
    background-size: cover;
    background-color: #000000;
}

@media (max-width: 575px) {
    #aboutmain .why-us-bg {
        height: 100%;
    }
}

#aboutmain .aboutbgthree {
    background: #000000;
    opacity: 0.5;
}

#footer-bg {
    background: url(../img/svg/rightdesign.svg) right bottom no-repeat, url(../img/svg/leftdesign.svg) left 60px no-repeat !important;
}

#footer-bg .footer-padding {
    padding-left: 10em;
    padding-right: 10em;
}

@media (max-width: 575px) {
    #footer-bg .footer-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    #footer-bg .footer-section {
        display: flex;
    }
}

@media (max-width: 575px) {
    #footer-bg .footer-section-address {
        display: grid;
    }
}

@media (max-width: 768px) {
    #footer-bg .footer-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    #footer-bg .footer-center {
        justify-content: center!important;
    }
}

@media (max-width: 768px) {
    #footer-bg .footer-center-address {
        text-align: center!important;
    }
}

#privacymain {
    background: #131F2B;
    margin-top: 4.4em;
}

#privacy .container {
    background: #091218;
}

#privacy .privacy-padding {
    padding: 4em 10em 4em 10em;
}

@media (max-width: 575px) {
    #privacy .privacy-padding {
        padding: 15px;
    }
}

#privacy .privacy-content {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #FFFFFF;
}

@media (max-width: 575px) {
    #privacy .privacy-content {
        text-align: justify;
    }
}

#privacy .privacy-heading {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    color: #FFFFFF;
}


#contactmain {
    background: #131F2B;
    margin-top: 4.4em;
}

#contact {
    background: linear-gradient( rgb(47 76 121 / 0%), rgb(6 21 76 / 63%) ), url(../img/bg/contactbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#contact .contact-content {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
}

#contact .contact-subcontent {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
}


#contact .contact-form-title {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: -0.55px;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
}

#contact-form input,textarea {
    color: #fff;
}

#contact-form .form-control {
    background: #050505;
    border: 1px solid #050505;
}


#why-us {
    background: linear-gradient( rgb(47 76 121 / 0%), rgb(6 21 76 / 63%) ), url(../img/bg/whyus.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-top: -370px;
    padding-top: 80px;
}

@media (max-width: 575px) {
    #why-us {
        height: 100%;
    }
}

.custom-margin-top {
    position:absolute;
    right: 33%;
    top:100%;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0em;
    padding-bottom: 2em;
    background-image: url('../img/bg/greenbg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 150vh;
}

#why-us .custom-bg-image {
    background-image: url('../img/bg/greencardbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0C4242;
}

@media (max-width: 575px) {
    .custom-margin-top {
        position:absolute;
        right: 0;
        top:80%;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 2em;
        padding-bottom: 2em;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150vh;
    }
}


#why-us .whyus-title {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

#why-us .whyus-subtitle {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    padding-top: 1em;
}

.custom-card-text{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 0em;
}

.custom-services-points {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding-left: 1.5em;
}

@media (max-width: 575px) {
    .custom-card-text{
        font-size: 1em;
        padding: 0em;
    }
}

#servicehero .custom-card-text{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3em;
    padding-bottom: 0em;
}

@media (max-width: 575px) {
    #servicehero .custom-card-text{
        font-size: 1em;
        padding: 1em;
    }
}

.custom-card-subtext{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    opacity: 0.7;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0em;
    padding-bottom: 2em;
}

.custom-card-minisubtext {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    opacity: 0.7;
}

@media (max-width: 575px) {
    .custom-card-subtext{
        font-size: 0.7em;
        padding:0em;
    }
}

#why-us .bg-black {
    background: #1B2336;
    padding: 3em;
    margin-top: 7em;
}

#why-us .whyus-our-team {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}

#why-us .whylist {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    opacity: 0.67;
}

@media (max-width: 575px) {
    #why-us .whylist{
        padding-left:0;
    }
}

#why-us .custom-color-bggreen {
        border-radius: 10px;
}

#why-us .custom-color-bggreen::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: inherit;
    margin-top: -100px;
    height: 100px;
    border-image-source: linear-gradient(101.48deg, #ffffff 0%, #ffffff 100%);
    border-image-slice: 1;
    border-width: 0.5px;
    border-style: solid;
    z-index: -1;
}

#why-us .custom-color-bggreen::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 100%;
    margin-top: 0;
    height: 40px;
    border-image-source: linear-gradient(101.48deg, #ffffff 0%, #ffffff 100%);
    border-image-slice: 1;
    border-width: 0.5px;
    border-style: solid;
    z-index: -1;
}

#why-us .custom-card-text{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 0em;
}

#services .services-title {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

#services .title-before {
    padding-top: 2em;
}

#services .service-head {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.55px;
    color: #0C4242;
}

#services .title-before::before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ffffff;
    top: 0;
    left: calc(50% - 20px);
}

#services {
    background-image: url('../img/bg/twoback.png');
    background-repeat: no-repeat;
    background-size: cover;
}


#services .services-cotent-title {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    color: #FFFFFF;
}

#services .services-cotent-subtitle {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #FFFFFF;
}

#services .services-padding {
    padding: 10em 10em 5em 10em;
}

@media (max-width: 575px) {
    #services .services-padding {
        padding: 3em 1em 1em 1em;
    }
}

#servicehero {
    width: 100%;
  /*height: 80vh;*/  /*commented by sunil*/
  height: 100%;
  /*background: #37517e;*/ /*commented by sunil*/
  background: #111F28; /*added by sunil*/
  background-image: url("../img/bg/servicesbg.png"); /*added by sunil*/
  background-repeat: no-repeat; /*added by sunil*/
    background-size: cover;
    padding-bottom: 16em;
}

@media (max-width: 575px) {
    #servicehero {
      background-size: cover;
    }
}


#servicehero .container {
  /*padding-top: 200px;*/
  padding-top: 15em;
    padding-bottom: 5em;
}

@media (max-width: 575px) {
    #servicehero .container {
      padding-top: 0;
    }
}

#servicehero .home-contact-us {
    background: #D1C4B0;
    border-radius: 98px;
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #000000;
    padding: 0.5em;
}

#servicehero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#servicehero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
}

#servicehero .btn-get-started {
  font-family:'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#servicehero .btn-get-started:hover {
  background: #209dd8;
}

#servicehero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#servicehero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#servicehero .btn-watch-video:hover i {
  color: #47b2e4;
}

#servicehero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #servicehero {
    height: 100vh;
    text-align: center;
  }
  #servicehero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #servicehero .hero-img {
    text-align: center;
  }
  #servicehero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #servicehero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #servicehero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #servicehero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #servicehero .hero-img img {
    width: 80%;
  }
  #servicehero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #servicehero .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #servicehero .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



#our-services {
    background: url(../img/bg/servicescircuit.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#122028;
    margin-top: -300px;
}

#our-services .custom-bg-image {
    background-image: url('../img/greencardbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0C4242;
}

#our-services .custom-color-bggreen {
        border-radius: 10px;
}

#our-services .custom-card-text{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 0em;
}

#our-services .our-services-title {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

#our-services .our-services-subtitle {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -1.5px;
    color: #7EBCDF;
}

#our-services .bg-black {
    background: #1B2336;
    padding: 3em;
    margin-top: 7em;
}

#our-services .our-services-our-team {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}

#our-services .our-serviceslist {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    opacity: 0.67;
}

#our-services .content {
   padding: 10em 24em 10em 24em;
}

@media (max-width: 575px) {
    #our-services .content {
       padding: 5em 1em 2em 1em;
    }
}

#our-services .content-second {
   padding: 1em 8em 0em 8em;
}

@media (max-width: 575px) {
    #our-services .content-second {
       padding: 1em 1em 2em 1em;
    }
}

@media (max-width: 575px) {
    #our-services .padding-mobile {
        margin-top: 0em;
    }
}



.services-custom-margin-top {
    position:absolute;
    right: 33%;
    top:100%;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0em;
    padding-bottom: 2em;
    background-image: url('../img/greenbg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 150vh;
}

@media (max-width: 575px) {
    .services-custom-margin-top {
        position: absolute;
        right: 0;
        top: 90%;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 2em;
        padding-bottom: 2em;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150vh;
    }
}

#custom-services-section{
    background: url(../img/bg/choice.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#custom-services-section .custom-services-title {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    color: #FFFFFF;
}

#custom-services-section .custom-services-subtitle {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#custom-services-section .custom-services-minititle {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #FFFFFF;
}

#services-handle-section {
    background: url(../img/bg/handle.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 7em;
    padding-top: 7em;
    padding-bottom: 7em;
}

@media (max-width: 575px) {
    #services-handle-section {
        padding: 1em;
    }
}

.services-handle-title {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    color: #FFFFFF;
    margin-bottom: 1em;
}

#custom-understanding-section {
    background-color: #122028;
}

#custom-understanding-section .custom-choice-padding {
    padding: 0em 15em 0em 15em;
}

@media (max-width: 575px) {
    #custom-understanding-section .custom-choice-padding {
        padding: 1em;
    }
}

#understanding-section {
    background-color: #122028 !important;
}

#custom-understanding-section {
    background: url(../img/svg/rightservice.svg) right 15px no-repeat, url(../img/svg/leftservice.svg) left 75px no-repeat !important;
}

#custom-understanding-section .custom-understanding-title{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 575px) {
    #custom-understanding-section .custom-understanding-title{
        font-family:'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 3em;
        line-height: 66px;
        text-align: center;
        color: #FFFFFF;
    }
}

#custom-understanding-section .custom-understanding-subtitle{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 2em;
}

#custom-understanding-section .custom-understanding-minititle{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    text-align: center;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin-top: 2em;
}

#custom-understanding-section .invest-section{
    background: #111F28;
    box-shadow: inset 0px 0px 84px rgba(0, 0, 0, 0.5);
}

#custom-understanding-section .invest-padding{
    padding: 4em 10em 4em 10em;
}

@media (max-width: 575px) {
    #custom-understanding-section .invest-padding{
        padding: 1em;
    }
}

#custom-understanding-section .invest-content{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    color: #FFFFFF;
}

#custom-understanding-section .invest-subcontent{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#custom-understanding-section .experts-title{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    padding-left: 3rem;
    padding-top: 1.5rem;
}

@media (max-width: 575px) {
    #custom-understanding-section .experts-title{
        padding: 1em;
    }
}

#custom-understanding-section .experts-subtitle{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 3rem;
    padding-top: 1.5rem;
}

@media (max-width: 575px) {
    #custom-understanding-section .experts-subtitle{
        padding: 2em;
    }
}

/********testimonial section****************/

.testimonial-main {
    
}
 .testimonials{
  background-color: white;
}


@media (max-width: 575px) {
    .custom-order {
        order:-1;
    }
}

.bg-testimonial-color {
    background: #1B2336;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 575px) {
    .bg-testimonial-color {
        padding: 1rem;
    }
}
/*.border-right{*/
/*  border-left: 2px solid #ddd;*/
/*}*/

		#customers-testimonials .item {
		    text-align: center;
		    padding: 30px;
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
.shadow-effect img{
  height: 100%;
}
.big-title{
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.55px;
    color: #FFFFFF;
    opacity: 0.7;
}

@media (max-width: 575px) {
    .big-title{
      font-size: 1em;
    }
}

/*.shadow-effect img.custom-image-height{*/
/*    height: 2% !important;*/
/*}*/

.owl-carousel .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  /*width: 22px;
  height: 40px;
  margin-top: -20px;*/
  position: absolute;
  top: 45%;
  color: #fff;
}
.owl-carousel .owl-prev {
  left: -50px;
}
.owl-carousel .owl-next {
  right: -50px;
}
/********testimonial section****************/
#testimonials {
    margin-top: -220px;
}

@media (max-width: 575px) {
    #testimonials {
        margin-top: 0;
    }
}

#testimonials .testimonial-title {
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.55px;
    color: #E9EEF2;
    margin-top: 1em;
}

.text-uppercase {
    text-transform: uppercase;
}

.pt-6 {
    padding-top: 4em;
}
