
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;display=swap');

:root {
    --e-global-color-primary: #202020;
    --e-button-gradient-black:#000000;
    --e-global-color-primarycall: #ceb5b5;    
    --e-global-color-secondaryh1: #ba0c31;
    --e-global-color-secondary: #f86823;
    --e-global-color-secdary: #ba0c31;
    --e-global-color-secdaryover: #ba0c31;
    --e-global-color-text: #656565;
    --e-global-color-accent: #f86823;    
    --e-global-color-accentred: #ba0c31;
    --e-global-color-white: #fff;
    --e-global-color-imgred:#ba0c31;
    --e-global-color-light-white:#d6d8e2;
    --e-global-color-very-dark-mostly-black-red:#ba0c31;
    --e-global-color-very-dark-mostly-black-blue:#010521;
    --e-button-gradient-bg1:#012058;
    --e-button-gradient-bg2:#012058;
    --e-button-gradient-bx1:#012668;
    --e-button-gradient-bx2:#011a46;
    --e-button-gradient-red1:#ba0c31;
    --e-button-gradient-red2:#ba0c31;;
    --e-button-gradient-white3:#ffffff;
    --e-button-gradient-btn1:#012058;
    --e-button-gradient-btn2:#012058;
    --e-button-gradient-socl1:#012058;
    --e-button-gradient-socl2:#012058;
    --e-button-gradient-check1:#ba0c31;
    --e-button-gradient-check2:#ba0c31;
    --e-button-gradient-1:#fa6220;
    --e-button-gradient-2:#ef8b33;
    --e-global-color-desaturated-white:#353956;
    --e-global-color-desaturated-blue:#353956;
    --e-global-color-blue:#010521;
    --e-global-color-bright-orangeover:#ba0c31;
    --e-global-color-bright-orange:#f68a49; 
    --e-global-color-very-pale-orange:#fff7f4;
    --e-global-color-very-light-gray-mostly-white:#f9f9f9;
}

body{
    font-family: 'Rajdhani', sans-serif;
}


.main-carousel .item img {
    width: 100%;
    height: auto;
  }
  
  .thumbnails {
    display: none;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .thumbnails .thumb {
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    width: 100%;
    height: 120px;
    background: #000;
    border-radius: 10px;
  }
  
  .thumbnails .thumb.active {
    opacity: 1;
  }
  
  .thumbnails .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .progress-bar-wrapper {
    height: 5px;
    background: #ccc;
    width: 100%;
    margin-top: 10px;
    position: relative;
  }
  
  .progress-bar {
    height: 100%;
    background: #00c3ff;
    width: 0%;
    transition: width 0.5s linear;
  }
    
  .thumb {
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  
  .thumb.active {
    opacity: 1;
  }
  /* Progress Bar Inside Thumb */
  .progress-bar-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    border-radius: 10px;
  }
  .owlmtb{
    margin-top: 110px;
    margin-bottom: 60px;
  }
  .progress-bar {
    height: 100%;
    width: 0%;
    background:#ffcd00 ;
    border-radius: 4px;
    transition: width 0.5s linear;
  }
  
  .owl-carousel .owl-animated-out {
    opacity: 0;
  }
  
  .owl-carousel .owl-animated-in {
    opacity: 1;
  }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
    animation-duration: 800ms;
  }
  
  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }
  .owl-carousel .owl-stage {
    transition-timing-function: ease-in-out !important;
  }
    


.titlelinewrap{
    width: 200px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
}
.titleline::before{
    width: 60px;
    height: 2px;
    position: absolute;
    content: '';
    background: #fff;
    left: 180px;
    top: 13px;
}
.titleline::after{
    width: 60px;
    height: 2px;
    position: absolute;
    content: '';
    background: #fff;
    right: 180px;
    top: 13px;
}
.over-hide{
    overflow: hidden;
}
.subscribe { max-width: 420px; margin: 0 auto; }
input[type="email"]{ width:100%; padding:10px; font-size:16px; margin-bottom:10px; }
button{ padding:10px 18px; font-size:16px; cursor:pointer; }
.note{ color:#666; font-size:13px; margin-top:8px;}
/*popup*/

.booking-card{
    height: 470px;
    position: relative;
    z-index: 1;
    display: inline-table;
}
.bookimg{
    background-size: 100%!important;
}
.booking-card ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }
  .sub-title p{
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  ul .booking-card {
    position: relative;
    width: 550px;
    display: flex;
    flex: 0 0 550px;
    flex-direction: column;
    margin:0px 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #0a4870;
    transition: .3s;
    border-bottom: solid 10px #011e50;
  }
  
  ul .booking-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,72,112, 0);
    transition: .3s;
  }
  
  ul .booking-card .book-container {
    height: 200px;
  }
  
  ul .booking-card .book-container .content-booking {
    position: relative;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transform: translateY(-200px);
    transition: .3s;
  }
  
  ul .booking-card .book-container .content-booking .btn {
    border: 3px solid white;
    padding: 10px 15px;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    color: white;
    cursor: pointer;
    transition: .3s;
  }
  
  ul .booking-card .book-container .content-booking .btn:hover {
    background: white;
    border: 0px solid white;
    color: #0a4870;
  }
  
  ul .booking-card .informations-container {
    flex: 1 0 auto;
    padding: 20px;
    background: #011e50;
    transform: translateY(300px);
    transition: .3s;
  }
  
  ul .booking-card .informations-container .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    color: #fff;
  }
  
  ul .booking-card .informations-container .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 50px;
    margin: auto;
    background: #0a4870;
  }
  
  ul .booking-card .informations-container .price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  
  ul .booking-card .informations-container .price .icon {
    margin-right: 10px;
  }
  
  ul .booking-card .informations-container .more-information {
    opacity: 0;
    transition: .3s;
  }
  
  ul .booking-card .informations-container .more-information .info-and-date-container {
    display: flex;
  }
  
  ul .booking-card .informations-container .more-information .info-and-date-container .box {
    flex: 1 0;
    padding: 15px;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    font-weight: bold;
    font-size: 0.9em;
  }
  
  ul .booking-card .informations-container .more-information .info-and-date-container .box .icon {
    margin-bottom: 5px;
  }
  
  ul .booking-card .informations-container .more-information .info-and-date-container .box.info {
    color: #ec992c;
    margin-right: 10px;
  }
  
  ul .booking-card .informations-container .more-information .disclaimer {
    margin-top: 20px;
    font-size: 0.8em;
    color: #7d7d7d;
  }
  
  /* Hover effect (cardsOpen mixin expanded) */
  ul .booking-card:hover::before {
    background: rgba(10,72,112, 0);
  }
  
  ul .booking-card:hover .book-container .content-booking {
    opacity: 1;
    transform: translateY(0px);
  }
  
  ul .booking-card:hover .informations-container {
    transform: translateY(200px);
  }
  
  ul .booking-card:hover .informations-container .more-information {
    opacity: 1;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    ul .booking-card::before {
      background: rgba(10,72,112, 0);
    }
    ul .booking-card .book-container .content-booking {
      opacity: 1;
      transform: translateY(0px);
    }
    ul .booking-card .informations-container {
      transform: translateY(0px);
    }
    ul .booking-card .informations-container .more-information {
      opacity: 1;
    }
  }
  
  .credits {
    display: table;
    color: white;
    line-height: 25px;
    margin: 10px auto;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
  }
  
  .credits a {
    color: #e3ebf1;
  }
  .subrelt{
    position: relative;
    z-index: 1;
  }
  a.linkpage {
    color: #fff;
    text-decoration: underline;
  }
  a.linksub {
    color: #fff;
    background: #011a46;
    padding: 3px 10px;
    border-radius: 14px;
    font-size: 14px;
  }
  a:hover.linksub {
    color: #011a46;
    background: #fff;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 14px;
    font-size: 14px;
  }
/*popup*/

/* smooth scrolling (for modern browsers. Older browsers use JS code instead) */
html {
  scroll-behavior: smooth;
}
[data-aos^=fade][data-aos^=fade].aos-animate{
    z-index: 1;
}
.two{
    position: relative;
    z-index: 1;
}
.innerbg{
background-color: rgb(1 26 70 / 80%);
padding: 20px 14px;
border-radius: 10px;
}
.sidenavdesk{
    position: absolute;
    display: inline-flex;
    right: 80px;
    z-index: 9;
    top: 15px;
}
.image_content.image_conten-rel{
    position: static !important;
    display: inline-block;
    margin: 0 auto;
    margin-top: 30px;
}
.mainheader{
    width: 1330px;
    margin: 0 auto;
   /* display: flex;*/
}
.flag-flex{
    display: inline-flex;
}
.flag-img {
    margin-right: 10px;
}
.flag-img img {
    width: 50px;
}
.tmcper{
    font-size: 14px;
}
.dskppt{
    padding-top: 50px;
}
.mobinonetextdsk{
    display: none;
}
.tmcper ul{
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.tmcper li{
    padding: 0;
    margin: 0;
    list-style: disc;
    font-size: 16px;
}
.gap{
    gap: 15px;
}
.textwhiteh5{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
}
.containerfluid{
    width: 1450px;
}
.weofferimg img{
    width: 100%;
}
.aplybg{
    background: #0c4c89;
    padding: 10px;
    border-radius: 6px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.mrgauto{
    margin: 0 auto;
}
.form_style input::-webkit-input-placeholder { color: #fff; font-size: 18px; line-height: 1.3em;} 
.form_style input:-moz-placeholder { color: #fff; font-size: 18px; line-height: 1.3em; } 
.form_style input::-moz-placeholder { color: #fff; font-size: 18px; line-height: 1.3em;  } 
.form_style input:-ms-input-placeholder { color: #fff; font-size: 18px; line-height: 1.3em;  } 
.form_style input::-ms-input-placeholder { color: #fff; font-size: 18px; line-height: 1.3em;  } 
.form_style input::placeholder { color: #fff; font-size: 18px; line-height: 1.3em; } 

.subnow input::-webkit-input-placeholder { color: #858585; font-size: 14px; } 
.subnow input:-moz-placeholder { color: #858585; font-size: 14px;  } 
.subnow input::-moz-placeholder { color: #858585; font-size: 14px;  } 
.subnow input:-ms-input-placeholder { color: #858585; font-size: 14px;   } 
.subnow input::-ms-input-placeholder { color: #858585; font-size: 14px;   } 
.subnow input::placeholder { color: #858585; font-size: 14px;   } 

.mrgauto{
    margin: 0 auto;
}
input, select, textarea{
    color: #fff;
}

textarea:focus, input:focus {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}
input::-webkit-input-placeholder{
    color: #fff;
}
input, select, textarea{
    color: #fff;
}

textarea:focus, input:focus {
    color: #fff;
}

input::placeholder {
    color: #858585 ;
}

.apllybtn{
    color: #0c4c89;
    background: #ffffff;
    padding: 8px 14px;
    padding-bottom: 9px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 4px;
}
.apllybtn a{
    text-decoration: none !important;
}
.apllybtn a:hover{
    text-decoration: none !important;
}
.relvtpos{
    position: relative;
}

.empbenifts{
    height: 100%;
    background: var(--e-global-color-white);
    border-radius: 10px;
    padding: 38px 24px 28px 30px;
    margin-bottom: -12px;
    display: inline-block;
    box-shadow: 1px 21px 46px rgb(0 0 0 / 4%);
}
.cstitle{
    font-size: 26px;
    text-align: center;
    line-height: normal;
}
.height120{
    height: 100%;
}
.mbbxs{
    margin-bottom: 30px
}
.inflex{
    display: inline-flex;
}
.side3rud{
    border-radius: 200px 0px 200px 20px !important;
}
.postablt{
    position: absolute;
    top: -13px;
    right: 0;
    background: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 600;
}
.pd-tm{
    padding-top:6px;
    padding-bottom: 6px;
}
.inrmt{
    margin-top: -70px;
}
 .brand-text {
            color: green;
            font-weight: bold;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .dropdown-submenu .dropdown-menu {
            display: none;
        }

        .dropdown-submenu .dropdown-menu.show {
            display: block;
        }
}
}


.invtheight{
    height: 100px;
}
.text-size-18-rav{
    color: var(--e-button-gradient-red2);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.list-styled {
    font-size: 18px;
    color: #fff;
}
.list-styled ul{
    padding: 0;
    margin-bottom: 0;
    display: inline-grid;
}
.list-styled li{
    padding:10px 0;
    margin: 0;
    line-height: normal;
}
.imgborder{
}
.imgmt100{
    margin-top: 60px;
}
.imgborder img{
    border-radius:10px;
    border: solid 4px #fff;
}
.pad-rvt{
    padding-top: 26px;
    padding-left: 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    margin-top: 50px;
}
.two {
  list-style: none;
  padding: 0;
  margin: 0px 0;
}
.two > li {
  background: #FFFFFF;
  border: 1px solid rgba(150,150,150,0.29);
  -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
  text-align: center;
  border-radius: 10px;
}
.two > li img {
  margin-top:-20px;
  width: 100%;
  background: #efefef;
}
.two > li:hover img {
    padding-top: 50px;
    background: #efefef;
}
.two > li:hover {
  -moz-box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
  box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
}
.two > li:hover span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  bottom: -350px;
  border-radius: 10px;
}
.two > li:hover h3 {
  color: rgba(255,255,255,1);
  margin-top: 25px;
}
.two > li .wrapper {
  overflow: hidden;
  position:relative;
  width: auto;
  height: 540px;
  border-radius: 10px;
}
.two > li span {
  border-radius: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 500px;
  width: 90%;
  background: rgb(12 76 137 / 80%);
  display: block;
  position: absolute;
  bottom: -420px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.two > li span i {
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 2px solid #fff;
  padding: 0px;
  font-style: normal;
  margin-top: 10px;
  display: inline-block;
}
.two > li span:hover {
  background: rgb(210 34 40 / 80%);
  border-radius: 10px;
}
.two > li h3 {
  margin-top: 20px;
  color: rgba(255,255,255,1);
}
.two > li h3 em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-top: 0px;
}
.two .social {
  list-style: none;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px;
}
.two .social li {
  opacity: 0;
  padding: 5px;
  display: inline-block;
}
.two > li:hover .social li {
  opacity: 0.9;
}
.two .social li a {
  cursor: pointer;
  display: block;
  opacity: 1;
}
.two .social li a:hover {
  opacity: 0.5;
  margin-top: 0px;
}
.two > li:hover .social li a {
  -webkit-animation: social-show 0.5s 1;
  -moz-animation: social-show 0.5s 1;
  -o-animation: social-show 0.5s 1;
  animation: social-show 0.5s 1;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.two .social li img {
  width: 24px;
}
.bg-none{
    background: transparent !important;
   }
 @-webkit-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @-moz-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @-o-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}
.three .transition {
  transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}
.five .transition {
  transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}
.navbarnav li{
    padding-top: 2px;
    padding-bottom: 2px;
}
.navbarnav .navitem a.navlink{
    font-size: 18px;
    color: #000 !important;
    
}
.navbarnav .navitem a:hover.navlink{
    color: #ef233c !important;
    font-size: 18px;
    text-decoration: none;
}
.titles h1{
    font-size: 56px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.mltr{
    margin-left: 30px;
}
.mltr70{
    margin-left: 70px;
}
/* ---------- other --------- */

/* fixed top navbar when scrolling */
.mySticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* header stays above scrolling content */
  z-index: 99
}
.bg-white {
  background: transparent !important;
  transition: 1.5s ease-in;
}

.bg-white.scrolled {
  background:#bc1035  !important ;
  border-radius: 10px;
  top: 15px;
  position: fixed;
  width: 1360px;
  margin:0 auto ; 
  transition: 1.5s ease-in;
}
.navbar-custom {
      transition: background-color 0.3s ease;
    }

    .navbar-scrolled {
      border-radius: 6px;
      top: 0!important;
      padding: 4px;
      background-color: #ba0c31 !important; /* dark background on scroll */
    }

    .logo-default {
      display: inline;
      padding-right: 10px;
    margin-left: 4px;
    margin-right: 0;
    }

    .logo-scrolled {
      display: none;
    }
.heroimg{
}
.heroimg img{
    margin-top: 30px;
    border-radius: 140px 10px 140px 10px !important;  
}
    .navbar-scrolled .logo-default {
      display: none;
    }
    .navbar-scrolled .logo-scrolled {
      display: inline;
    background: transparent;
    border-radius: 6px;
    padding: 0px;
    padding-right: 10px;
    margin-left: 4px;
    margin-right:0;
    }
.navbar.position-nav{
    position: fixed;
    /*width: 1340px;*/ 
    margin: 0 auto;
    top:0;
    border-radius: 0px;
}
.navbar.position-nav.innerheader{
    top: 0px;
    background: rgb(1 26 70 / 80%);
}
.service-box.boxshadow{
    box-shadow: 0px 0px 10px 8px rgb(0 0 0 / 10%) !important;
}
.mbtm{
    margin-bottom: 30px;
}
.navbar-light .navbar-nav .nav-link.navbar-custom{
    color: #000;
}

.navbar-light .navbar-nav .nav-link.nav-item.navbar-custom li{
    color: #000;
}
.navbar-light .navbar-nav .nav-link.nav-item.navbar-custom li a{
    color: #000;
}



    .navbar-scrolled.nav-item.nav-link a {
        color: #000;
    }
    
/* sidebar nav -stays in same location while scrolling */ 
.sticky-column {
  width: 100px;
  display: block;
  position: fixed;
  /* top alignment of sidebar nav */
  top:10rem;
  /* general appearance */
  background:transparent;
  /* gray outline around navbar area
  border: 1px solid DarkGray; */
  /* rounded corners of navbar area */  
  border-radius: 5px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 10 !important;    
}
  
/* scrollbar appearance (webkit browsers) */ 
/* width */
.sticky-column::-webkit-scrollbar {
  width: 7px;
}
/* Track */
.sticky-column::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px WhiteSmoke; 
  border-radius: 10px;
}
/* Handle */
.sticky-column::-webkit-scrollbar-thumb {
  background: Darkgray; 
  border-radius: 10px;
}
/* Handle on hover */
.sticky-column::-webkit-scrollbar-thumb:hover {
  background: Gray; 
}
  
  



/* styling of left (text-area) row */
.leftrow {
    padding: 0;
    align-items: flex-start;
    background: white;
}




/* styling of right row */
.rightrow {
/*  background-color: white; */
}



/* collapse columns if required */
.sticky-column .nav-button > .nav-link + nav {
/* CHANGED .nav-pills to .nav-button */
  display: none;  
}

/* sub-items opened */
.sticky-column .nav-button > .nav-link.active + nav {
     display: block;
 }

/* end collapse columns */
.main-header {
}

/* -- sidebar nav styles -- */
/* main-items side-navbar text color */
.nav-link {
  display: block;
  padding: 8px 6px;
  font-size: 16px;
  font-weight: 300;
  color: #fff; 
}

/* sub-items  */
.flex-column > .sub-item {
  font-size: 13px;
  font-weight: 300;
  color: DimGray;
}


/* active item (currently selected item) 
------ rectangular block background ----- */
 .nav-link.active {
  /* rounded corners */
  border-radius: 0px;
  font-weight: 300;
  color: white;
  background: transparent;
  border-bottom: solid 4px #fff;
  border-radius: 0px;
  height: 40px;
}   


/* OR.... USE THIS: active item (currently selected item) 
------ thin vertical line ----- */
/* .nav-link.active {
  padding-left: 18px;
  font-weight: 900;
  color: DarkGray;
  background-color: transparent;
  border-left: 3px solid RoyalBlue;
} */






/* item hover (when hovering mouse over) */
.flex-column > .nav-link:focus,
.flex-column > .nav-link:hover {
    /* rounded corners */   
  border-radius: 0px; 
  height: 40px;
  padding: 8px 6px;
  color: white;
  text-decoration: none;
  font-weight: 300;
  background: transparent;
  border-bottom: solid 1px #fff;
  border-radius: 0px;
     */
  /* UNUSED border line  
      border-left: 1px solid #563d7c; */
  }     

/* OR.... USE THIS -a thin vertical line */
/* .flex-column > .nav-link:focus,
.flex-column > .nav-link:hover {
  .nav-link.active {
  padding-left: 18px;
  font-weight: 900;
  color: Orange;
  background-color: Red;
  border-left: 3px solid RoyalBlue;
}    */



/* hack for offset as "data-offset" not working in scroll spy */
/* not needed when top navbar hides while scrolling down      */
/* .myContainer h4:before,
.myContainer h5:before{
  content:"";
  display:block;
  padding-top:85px;
  margin-top:-85px;
  pointer-events:none;
} */


/* -------- FOR GUIDANCE -------- */
/* framing of content boxes (to see the layout) */
/* div[class*='col'] {
        border-width: 1px;
        border-style: dotted;
        border-color: LightGray;

}   */





/* styling of sidebar-navigation section */
/* 
.sidenav {
  margin: 0.1rem;
  padding: 0.1rem;
  border-radius: 0.5rem;
  background-color: purple;
} 
*/





/* styling of footer section */
.footer_section {
  border-radius: 0.3rem;
  margin: 0.1rem;
  padding: 0.5rem;
}


/* ======================== */
/* scroll to top button */
.back_to_top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
}

.sidebar{
    position: static !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    width: 100px;
    background-color: transparent;
    border-bottom: solid 4px #fff;
    border-radius: 0;
    padding: 8px 4px;
    padding-top: 8px;
    height: 50px;
    line-height: 36px;
}
.nav-pills .nav-link{
    width: 100px;
    padding: 8px 4px !important;
    border-bottom:solid 1px rgb(255 255 255 / 20%);
    color: rgb(255 255 255 / 10%);
    text-align: center;
    border-radius: 0;
    padding-top: 8px;
    height: 50px;
    line-height: 36px;
}
.mainfixed{
    position: fixed; 
    left:0; 
    top:15%; 
    z-index:9;
}
.navscrl{
    display: inline;
    font-size: 16px;
}
.revlivt{
    position: relative;
}
.dskp{
    position: absolute;
    right: -30px;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.deskp-nav{
    display: none;
}
.humbrnav{
    padding: 10px 15px;
    background: #1e397f;
    color: #fff;
    font-size: 28px;
    border-radius: 4px;
}
.vg-nav > ul > li > a.humbrnav-white {
    padding: 10px 10px;
    background: #fff;
    color: #1e397f !important;
    font-size: 20px;
    border-radius: 100px;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    line-height: normal !important;
    text-align: center;
    margin-top: 0px;
}
.padrtl{
    padding-right: 30px;
}
.widthpop{
    width:350px;
    display: inline;
}
.line-height16{
    line-height: 16px;
}
.bgxb{
  background: #028db4;
}
.bgxb1{
  background: #022058 !important;
}
.bgxb3{
  background: #162171 !important;
}
.bgxb4{
  background: #1d1d1d !important;
}
.bgxb6{
  background: #ef233c !important;
}
.bgxb7{
  background: #111f2d !important;
}
.owl-nextna{
    width: 36px;
    height: 36px;
    border-radius: 100px !important;
    line-height: 26px;
    color: #ba0c31 !important;
    border: solid 2px #ba0c31;
    background: #fff !important;
}
.subscribe_now.subbtn{
    position: absolute;
    right: 0;
    z-index: 9;
    max-width: 200px;
    background: #ba0c31 !important;
    border: none !important;
    top: 0px;
    padding-top: 12px !important;
}
.btnrelative{
    position: relative;
    display: inline;
}
.loct{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}
.owl-prevna{
    width: 36px;
    height: 36px;
    color: #ba0c31 !important;
    line-height: 26px;
    border-radius: 100px !important;
    border: solid 2px #ba0c31;
    background: #fff !important;
}
.h1, h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
}
.h2, h2 {
    font-size: 32px;
    line-height:30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
}
.h3, h3{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.h4, h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.h5, h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.h6, h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    /*letter-spacing: 4.4px;*/
    text-transform: uppercase;
    color: var(--e-global-color-secondaryh1);
}
p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-text);
}
.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    color: var(--e-global-color-text);
}
.text-size-16 {
    font-size: 16px;
    line-height: 26px;
    color: var(--e-global-color-text);
}

/* Home Page Style */
.banner_outerv1{
    background-image: linear-gradient(to right, var(--e-button-gradient-bg1) 0%, var(--e-button-gradient-bg2) 100%) !important;
    background-position: center !important;
    background-repeat: no-repeat  !important;
    background-size: cover  !important;
    position: relative  !important;
    overflow: hidden  !important;
}
.banner_outerv1::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 0px 0;
    background: var(--e-global-color-very-dark-mostly-black-red) !important;
}
.radius0{
    border-radius: 0 !important;
}
.banner_outerv1::after{
    content: "";
    background-image: url('../images/banner-background.jpg');
    border-radius: 0 0 0px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 15%;
}
.banner_outerv3{
    background-image: linear-gradient(to right, var(--e-button-gradient-bg1) 0%, var(--e-button-gradient-bg2) 100%) !important;
    background-position: center !important;
    background-repeat: no-repeat  !important;
    background-size: cover  !important;
    position: relative  !important;
    overflow: hidden  !important;
}
.banner_outerv3::before{
    content: "";
    max-width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 600px 0 !important;
    background: var(--e-global-color-very-dark-mostly-black-red) !important;
}
.banner_outerv3::after{
    content: "";
    background-image: url('../images/banner-background.jpg');
    border-radius: 0 0 0px 0;
    max-width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 15%;
}
.banner_outer{
    background-image: linear-gradient(to right, var(--e-button-gradient-bg1) 0%, var(--e-button-gradient-bg2) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
/*.banner_outer::before{
    content: "";
    width: 65%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 600px 0;
    background: var(--e-global-color-very-dark-mostly-black-red);
}*/
.textwhite{
    color: var(--e-global-color-white) !important;
}
.text-white-red{
    color: var(--e-global-color-very-dark-mostly-black-red);
}
.navbar-nav .nav-item a.textwhite.textwhite{
    color: var(--e-global-color-white) !important;
}
.navbar-light .navbar-nav .nav-link.textwhite{
    color: var(--e-global-color-white) !important;
    font-size: 20px;
}
.text-white-blue{
    color: var(--e-global-color-very-dark-mostly-black-blue) !important;
}
.banner_outer::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 0px 0;
    background: var(--e-global-color-white);
}
.banner_outer::after{
    content: "";
    background-image: url('../images/banner-background.jpg');
    border-radius: 0 0 0px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 5%;
}
.banner_outer .header {
    padding: 0 0px;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}
.banner_outer .banner-layerright{
    position: absolute;
    right: 0;
    top: 0;
}
.navbarbg{
    background: #fff;
    border-radius: 10px;
    padding: 0px 10px;
}
.navbarbgnone{
    background: transparent;
    border-radius: 10px;
    padding: 0px 10px;
}
.navbar-collapse ul{
    align-items: center; 
    display: inherit; 
}
.navbar-nav .nav-item a{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-white);
}
.navbar-light .navbar-nav .nav-link{
    color: var(--e-global-color-white);
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-white) !important;
    background-color: transparent;
}
.navbar-nav .active > a{
    color: var(--e-global-color-white) !important;
}
.navbar-brand{
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar{
    position: relative;
    padding: 5px 0;
    z-index: 1;
    height: 100px;
}
.navbar-nav li{
    margin: 0 15px;
}
.navbar-nav{
  /*padding-left: 142px;*/
  padding-left:0px;
}
.modal-header .close {
    padding: 4px 8px;
    margin: -1rem -1rem -1rem auto;
    background: #ba0c31;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    margin-right: 6px;
    border-radius: 0px 0px 4px 4px;
    font-weight: 400;
    font-size: 30px;
    outline: none;
}
.modal-body{
    background: url(../images/statue-of-liberty.png) no-repeat;
    background-size: contain;
    background-position: 50px 110%;
}
.deskp-sm{
    max-height: 97% !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.sm-mr{
    margin: 10px !important;
    margin-right: 20px !important;
}
.width-model{
    min-width: 350px;
}
.modal-open{
    padding-right: 0px !important;
}
.radius10{
    border-radius: 10px !important;
}
.modal-backdrop{
    background: #1e397f;
    opacity: 0 !important;
}
.dekpgap{
    display: inline-flex;
    gap: 20px;
    margin-top: 20px;
}
.liststyled {
    padding-left: 0;
    list-style: none;
} 
.liststyled ul{
    position: 0;
    margin-bottom: 0;
} 
.liststyled li{
    padding:8px 0px;
    margin-bottom: 0;
}
.liststyled a{
    text-decoration: none;
    color: #656565;
}
.deskpsocila{
    color: #d22228;
    border-radius: 4px;
    border: solid 1px #d22228;
    padding: 7px 10px;
    margin-top: 10px;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav li:last-child{
    margin-right: 0px;
    padding-right: 0;
    margin-left: 31px;
}
.navbar-nav .dropdown{
    margin: 0 8px 0 10px;
}
.navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .drop-down-pages .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.last_list{
    margin-left: 34px;
}
.last_list figure{
    background: #ff;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    transition: all 0.3s ease-in-out;
}
.last_list figure:hover{
    transform: translateY(-5px);
}
.last_list .content{
    padding-left: 60px;
    padding-top: 5px;
}
.last_list .content p{
    margin-bottom: 0px;
}
.last_list a{
    display: inline-block;
}
.last_list .last_list_atag{
    color: var(--e-global-color-very-dark-mostly-black-blue) !important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.last_list .last_list_atag:hover{
    color: var(--e-global-color-primarycall) !important;
}
.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: -20px;
    top: 45px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 20%);
}
.navbar-nav .drop-down-pages li{
    margin: 0;
}
.navbar-nav .drop-down-pages .nav-item a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 8px 20px;
    margin-top: 0;
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.navbar-nav .drop-down-pages li:last-child{
    margin-left: 0;
}
.banner-section.section70p{
    padding-top: 70px;
    padding-bottom: 60px;
}
.banner-section {
    position: relative;
    padding: 202px 200px 290px 246px;
    z-index: 1;
}
.banner-section .banner_content .banner-line{
    position: absolute;
    display: block;
    top: 2px;
    left: 50px;
}
.banner-section .banner_content h6::before {
    content: '';
    position: relative;
    width: 70px;
    height: 2px;
    background: #fff;
    display:none;
    top: -7px;
    right: 10px;
}
.banner-section .banner_content h6{
    margin-bottom: 18px;
    padding-left: 88px;
}
.banner-section .banner_content h1{
    margin-bottom: 14px;
}
.banner-section .banner_content p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 28px;
    color: var(--e-global-color-light-white);
}
.banner-section .banner_content .button1{
    margin-right: 10px;
}
.banner-section .banner_content .get_started{
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 25px; 
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.banner-section .banner_content .get_started figure {
    display: inline-block;
    margin-left: 14px;
}
.banner-section .banner_content .button2 figure {
    margin-left: 18px;
}
.banner-section .banner_content .get_started:hover{
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-white) 0%, var(--e-global-color-desaturated-white) 100%);
}
.banner-section .banner_content .banner-circleleft{
    position: absolute;
    left: -66px;
    bottom: -122px;
}
.banner-section .banner_content .banner-dotleft{
    position: absolute;
    left: 26px;
    bottom: -162px;
}
.banner-section .banner_wrapper{
    position: relative;
    z-index: 0;
}
.banner-section .banner_wrapper .banner-image{
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 1;
}
.banner-section .banner_wrapper .banner-image img{
    border-radius: 100% 100% 100% 0;
}
.banner-section .banner_wrapper .banner-vedioimage{
    position: absolute;
    top: -100px;
    left: 40px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.banner-section .banner_wrapper .banner-vedioimage:hover{
    transform: translateY(-5px);
}
.banner-section .banner_wrapper .banner-circleright{
    position: absolute;
    right: -116px;
    top: 242px;
}
.banner-section .banner_wrapper .banner-dotright{
    position: absolute;
    right: -68px;
    top: 430px;
}
.banner-section .social-icons ul {
    left: -214px;
    top: 94px;
}
.banner-section .social-icons ul li .social-networks {
    font-size: 20px;
    margin-top: 2px;
    color: #1e397f;
    background: var(--e-global-color-very-dark-blue);
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: transform ease 300ms;
}
.banner-section .social-icons ul li .social-networks:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-socl1) 0%, var(--e-button-gradient-socl2) 100%);
    color: var(--e-global-color-white);
    transform: translateY(-5px);
}


.banner-section .social-icons-red ul {
    left: -110px;
    top: 140px;
}
.banner-section .social-icons-red ul li .social-networks {
    font-size: 20px;
    margin-top: 2px;
    color: #1e397f;
    background: var(--e-global-color-very-dark-blue);
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: transform ease 300ms;
}
.banner-section .social-icons-red ul li .social-networks:hover {
    background-image: linear-gradient(to right, var(--e-global-color-very-dark-mostly-black-red) 0%, var(--e-global-color-very-dark-mostly-black-red) 100%);
    color: var(--e-global-color-white);
    transform: translateY(-5px);
}
/* Service */

.service-section {
    position: relative;
    padding: 80px 0 150px;
    overflow: hidden;
}
.service-section .service-leftlayer{
    position: absolute;
    top: 0;
    left: 116px;;
}
.service-section .service-rightlayer{
    position: absolute;
    bottom: -20px;
    right: 80px;
    z-index: -1
}
.service-section .service-dotimage{
    position: absolute;
    right: 160px;
    bottom: 60px;
}
.service-section .service-box h4{
    padding-right: 65px;
}
.service-section .service-box p{
    margin-bottom: 10px;
    color: var(--e-global-color-text);
}
.service-section .service_contentbox .box-top {
    padding-top: 37px;
}
.service-section .service_contentbox .service-box {
    background: var(--e-global-color-white);
    border-radius: 10px;
    padding: 38px 24px 28px 30px;
    margin-bottom: -12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 21px 46px rgb(0 0 0 / 4%);
}
.service-section .service_contentbox .service-box:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-bx1) 0%, var(--e-button-gradient-bx2) 100%);
    transform: translateY(-5px);
    cursor: default;
}
.service-section .service-box:hover h4{
    color: var(--e-global-color-white);
} 
.service-section .service-box:hover p{
    color: var(--e-global-color-white);
} 
.service-section .service_contentbox .service-box figure {
    background: var(--e-global-color-very-pale-orange);
    border-radius: 100px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 4px;
    transition: all 0.3s ease-in-out;
}
.service-section .service_contentbox .service-box figure:hover {
    transform: translateY(-5px);
}
.service-section .service-box:hover figure{
    background: var(--e-global-color-bright-orangeover);
}
.service-section .service-box:hover img{
    filter: brightness(0) invert(1);
}
.service-section .service_contentbox .servicebox figure{
    width: 230px;
    height: auto;
    border-radius: 6px;
    background: transparent;
}
.radius6{
    border-radius: 6px;
}
.service-section .servicebox:hover img{
    filter:none;
    border-radius: 6px;
}
.service-section .service-box .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-red1) 0%, var(--e-button-gradient-red2) 100%);
    border-radius: 100px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: -2px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-section .service-box .circle:hover {
    transform: translateY(-5px);
}
.service-section .service-box:hover .circle {
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%);
}
.service-section .service-box .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.service-section .service-box:hover .circle:before {
    color: var(--e-global-color-accentred);
}
.service-section .service_content .service-rightcircle{
    position: absolute;
    right: -38px;
    top: 162px;
}
.service-section .service_content{
    padding-right: 48px;
    padding-top: 110px;
}
.service-section .service_content h2{
    margin-bottom: 18px;
    padding-right: 10px;
}
.service-section .service_content p{
    margin-bottom: 12px;
}
.service-section .service_content .text {
    font-size: 20px;
    line-height: 45px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}
.service-section .service_content .text:hover{
    color: var(--e-global-color-secdaryover);
}
.check-bg{
    background: var(--e-global-color-white) !important;
}
.check-bg:before{
    color: var(--e-global-color-very-dark-mostly-black-red) !important;
}
.service-section .service_content ul li .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-bg1) 0%, var(--e-button-gradient-bg2) 100%);
    border-radius: 100px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 12px;
    margin-left: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-section .service_content ul li .circle:before {
    font-size: 12px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
    margin-left: 4px;
}
.service-section .service_content .text1 {
    margin-bottom: 36px;
}
.service-section .service_content .get_started{
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px; 
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-section .service_content .get_started figure {
    display: inline-block;
    margin-left: 16px;
}
.service-section .service_content .get_started:hover{
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}

/* Offer */

.offer-section{
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    position: relative;
    padding: 120px 0;
}
.offer-section .offer-toplayer{
    position: absolute;
    left: -24px;
    top: 0;
}
.offer-section .offer-bottomlayer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.offer-section .offer-circleimage{
    position: absolute;
    left: -146px;
    bottom: 70px;
}
.offer-section .offer_boxcontent{
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.offer-section .offer_boxcontent:hover{
    background: var(--e-global-color-very-dark-mostly-black-blue);
}
.offer-section .offer_boxcontent:hover h4{
    color: var(--e-global-color-white);
}
.offer-section .offer_boxcontent:hover p{
    color: var(--e-global-color-white);
}
.offer-section .offer_content{
    text-align: center;
}
.offer-section .offer_content h2{
    margin-bottom: 18px;
}
.offer-section .offer_content p{
    margin-bottom: 42px;
    padding: 0 135px;
}
.offer-section .offer_boxcontent .upper_portion{
    position: relative;
}
.offer-section .offer_boxcontent .upper_portion figure img{
    border-radius: 10px 10px 0 0;
}
.offer-icon img{
    width: 60px;
}
.offer-section .offer_boxcontent .upper_portion .image_content {
    background-image: linear-gradient(to right, var(--e-button-gradient-bg1) 0%, var(--e-button-gradient-bg2) 100%);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 100px;
    height: 105px;
    width: 105px;
    line-height: 105px;
    text-align: center;
    left: 124px;
    bottom: -50px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.offer-section .offer_boxcontent:hover.offer-section .offer_boxcontent .upper_portion .image_content:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-red1) 0%, var(--e-button-gradient-red1) 100%);
    transform: translateY(-5px);
}
.offer-section .offer_boxcontent .upper_portion .image_content:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-red1) 0%, var(--e-button-gradient-red1) 100%);
    transform: translateY(-5px);
}
.offer-section .offer_boxcontent .lower_portion_wrapper {
    text-align: center;
    padding: 70px 30px 36px;
    border-radius: 0 0 10px 10px;
    border-top: none;
    height: 200px;
}

/* About us */

.about-section{
    background-image: linear-gradient(to right, var(--e-button-gradient-red1) 0%, var(--e-button-gradient-red2) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 277px 0 254px;
}
.about-section::before{
    content: "";
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 600px;
    background: var(--e-global-color-very-dark-mostly-black-blue);

}
.about-section::after{
    content: "";
    background-image: url('../images/about-background.jpg');
    border-radius: 0 0 0 600px;
    width: 65%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 10%;
}
.about-section .about-rightimage{
    position: absolute;
    right: -150px;
    top: 254px;
    z-index: 1;
}
.about-section .about-rightcircle{
    position: absolute;
    right: 170px;
    bottom: 212px;
    z-index: 1;
}
.about-section .about_wrapper{
    position: relative;
}
.about-section .about_wrapper .about-image1{
    position: absolute;
    left: -60px;
    top: -118px;
    z-index: 0;
}
.about-section .about_wrapper .about-image1 img{
    border-radius: 200px 0px 200px 200px;
}
.about-section .about_wrapper .about-image2{
    position: absolute;
    left: -108px;
    top: 280px;
    z-index: 1;
}
.about-section .about_wrapper .about-image2 img{   
    border-radius:100px 0px 100px 0px;
    border-top: 5px solid var(--e-global-color-imgred);
    border-right: 5px solid var(--e-global-color-imgred);
}
.about-section .about_wrapper .years{
    text-align: center;
    position: relative;
    z-index: 1;
    right: -216px;
    top: -84px;
}
.about-section .about_wrapper .years .value {
    font-size: 56px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}
.about-section .about_wrapper .years .plus {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
}
.about-section .about_wrapper .years .text {
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    display: block;
    padding: 0 200px;
}
.about-section .about_wrapper .about-imagecircle{
    position: absolute;
    right: -22px;
    top: -130px;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.about-section .about_wrapper .years:hover .about-imagecircle{
    transform: translateY(-5px);
}
.about-section .about_wrapper .about-dot{
    position: absolute;
    left: -120px;
    top: -186px;
}
.about-section .about_wrapper .about-leftcircle{
    position: absolute;
    left: -106px;
    top: 170px;
}
.about-section .about_wrapper .about-layer{
    position: absolute;
    left: -480px;
    top: 240px;
}
.about-section .about_content{
    padding-left: 55px;
    position: relative;
    z-index: 1;
}
.about-section .about_content h2{
    margin-bottom: 16px;
    margin-right: -12px;
}
.about-section .about_content p{
    color: var(--e-global-color-light-white);
}
.about-section .about_content .text1{
    margin-bottom: 8px;
}
.about-section .about_content .text2{
    margin-bottom: 38px;
}
.about-section .about_content .read_more {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.about-section .about_content .read_more figure {
    display: inline-block;
    margin-left: 20px;
}
.about-section .about_content .read_more:hover {
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}

/* Achievements */

.achievement-section{
    position: relative;
    padding: 170px 0 182px;
    overflow: hidden;
}
.achievement-section .service-rightlayer{
    position: absolute;
    top: 0;
    right: 110px;
}
.achievement-section .service-leftlayer{
    position: absolute;
    bottom: 0;
    left: 118px;
    z-index: -1;
}
.achievement-section .achievement_content{
    position: relative;
    margin-right: -8px;
}
.achievement-section .achievement_content .offer-circleimage{
    position: absolute;
    left: -116px;
    top: 10px;
}
.achievement-section .achievement_content h2{
    margin-bottom: 16px;
}
.achievement-section .achievement_content p{
    margin-bottom: 38px;
}
.achievement-section .achievement_content .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.achievement-section .achievement_content .get_started figure {
    display: inline-block;
    margin-left: 20px;
}
.achievement-section .achievement_content .get_started:hover {
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}
.achievement-section .achievement_wrapper{
    position: relative;
}
.achievement-section .achievement_wrapper .achievement-box {
    background: var(--e-global-color-white);
    border-radius: 100px;
    width: 210px;
    height: 210px;
    line-height: 210px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 21px 46px rgb(0 0 0 / 2%);
    position: absolute;
}
.achievement-section .achievement_wrapper .achievement-box:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    transform: translateY(-5px);
}
.achievement-section .achievement_wrapper .achievement-box .achievement-icon{
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.achievement-section .achievement_wrapper .achievement-box:hover img{
    filter: brightness(0) invert(1);
}
.achievement-section .achievement_wrapper .achievement-box .wrapper{
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.achievement-section .achievement_wrapper .achievement-box:hover h3{
    color: var(--e-global-color-white);
}
.achievement-section .achievement_wrapper .achievement-box p{
    padding: 0 65px;
    margin-top: -8px;
    line-height: 20px;
} 
.achievement-section .achievement_wrapper .achievement-box:hover p{
    color: var(--e-global-color-white);
} 
.achievement-section .achievement_wrapper .achievement-box .number{
    position: relative;
    top: 86px;
}
.achievement-section .achievement_wrapper .achievement-box .value{
    display: inline-block;
}
.achievement-section .achievement_wrapper .achievement-box .plus{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.achievement-section .achievement_wrapper .achievement-box:hover .plus{
    color: var(--e-global-color-white);
}
.achievement-section .achievement_wrapper .box1 {
    top: 58px;
    left: 22px;
}
.achievement-section .achievement_wrapper .box2 {
    top: -42px;
    left: 226px;
}
.achievement-section .achievement_wrapper .box3 {
    top: 58px;
    right: 0;
}
.achievement-section .achievement_wrapper .box4 {
    top: 180px;
    left: 222px;
}

/* Project */

.project-section{
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    position: relative;
    padding: 120px 0 140px;
}
.project-section .offer-toplayer{
    position: absolute;
    left: -36px;
    top: 0;
}
.project-section .offer-bottomlayer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.project-section .project_content{
    position: relative;
    text-align: center;
}
.project-section .project_content h2{
    margin-bottom: 18px;
}
.project-section .project_content p{
    padding: 0 530px;
    margin-bottom: 40px;
}
.project-section .project_content .offer-circleimage{
    position: absolute;
    right: 344px;
    top: 40px;
}
.project-section .case-box .overlay-image{
    position: relative;
    border: solid 6px #fff;
    border-radius: 20px;
}
.project-section .case-box .overlay-image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 38%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #000000 0%, #000000 100%);
}
.project-section .overlay:hover figure {
    border-radius: 10px;
    opacity: 1;
    background-image: linear-gradient(to top, #ba0c31 0%, #000000 100%);
}
.project-section .overlay:hover img{
    opacity: 0.4;
}
.project-section .case-box .image img{
    border-radius: 10px 10px 10px 10px;
}
.project-section .case-box .content{
    position: absolute;
    padding: 0 20px;
    margin-top: -190px;
}
.project-section .case-box .content.bloginst{
    bottom: 40px;
    height: 70px;
    border-radius: 6px;
}
.client-section.bgnone{
    background-color: transparent;
    padding: 0;
 }
 .team-section .team_contentbox .team-box.adsrd-flex{
    display: flex;
 }
 .team-section .team_contentbox .team-box .box-image.adsrd-wdt{
    width: auto;
 }
.project-section .case-box .content h5{
    margin-bottom: -10px;
}
.project-section .case-box .content .text-size-18{
    display: inline-block;
    margin-bottom: 0;
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    color: #656565 !important;
    font-size: 20px;
}
.project-section .case-box .content span{
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #ba0c31;
    padding: 2px 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
}
.project-section .case-box .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: -2px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    right: -38px;
    top: -10px;
}
.project-section .case-box .circle:hover {
    transform: translateY(-5px);
}
.project-section .case-box1 .circle {
    right: -50px;
}
.project-section .case-box:hover .circle{
    background-image:  linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%);
}
.project-section .case-box:hover .circle:before{
    color: var(--e-global-color-secondary);
}
.project-section .case-box .circle:before{
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.project-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
}
.project-section .owl-carousel .owl-dots .owl-dot span {
    background: #d3d3d3;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}
.project-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
}
.project-section .owl-carousel .owl-dots .owl-dot.active span {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    width: 20px;
    height: 20px;
}
.project-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Testimonial */

.testimonial-section {
    padding: 150px 0 180px;
    overflow: hidden;
}
.testimonial-section .service-leftlayer{
    position: absolute;
    top: 0;
    left: 116px;
}
.testimonial-section .service-rightlayer{
    position: absolute;
    bottom: -20px;
    right: 112px;
    z-index: -1;
}
.testimonial-section .testimonial_wrapper .service-rightcircle{
    position: absolute;
    top: -42px;
    left: 0;
}
.testimonial-section .testimonial_wrapper .circle_wrapper{
    height: 380px;
    width: 380px;
    border-radius: 100%;
    margin-left: -6px;
    margin-top: 18px;
    background: #fffaf8;
}
.testimonial-section .testimonial_wrapper .circle_wrapper .center-circle{
    height: 155px;
    width: 155px;
    border-radius: 100%;
    background: var(--e-global-color-white);
    position: relative;
    left: -4px;
    right: 0;
    margin: 0 auto;
    top: 120px;
}
.testimonial-section .testimonial_wrapper .circle_wrapper figure img{
    border-radius: 100px;
}
.testimonial-section .testimonial_wrapper .circle_wrapper .center-circle .testimonial-centerimage{
    position: absolute;
    top: 6px;
    left: -4px;
    transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image1{
    right: -54px;
    top: -78px;
    transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image1:hover{
    transform: translateY(-5px);
}
.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image2{
    left: -42px;
    top: 32px;
    transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image2:hover{
    transform: translateY(-5px);
}
.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image3{
    left: 20px;
    bottom: -100px;
    transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image3:hover{
    transform: translateY(-5px);
}
.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image4{
    right: -58px;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image4:hover{
    transform: translateY(-5px);
}
.testimonial-section .testimonial_contentwrapper {
    padding-left: 40px;
}
.testimonial-section .heading {
    margin-bottom: 15px;
}
.testimonial-section .testimonial_content .content {
    display: flex;
}
.testimonial-section .testimonial_content .content .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    border-radius: 100px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    margin-right: 16px;
    top: -4px;
    transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial_content .content .circle:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-red1) 0%, var(--e-button-gradient-red2) 100%);
    transform: translateY(-5px);
}
.testimonial-section .testimonial_content p {
    margin-bottom: 26px;
}
.testimonial-section .testimonial_content .content span {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin-bottom: -2px;
    display: block;
}
#carouselExampleControls{
    display: inline-block;
    border-radius: 10px; 
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
#carouselExampleControls .carousel-control-prev{
    left: 0;
    top: 0;
    font-size: 26px;
    line-height: 26px;
    color: #010521;
    opacity: 1;
}
#carouselExampleControls .carousel-control-prev i {
    transition: all 0.3s ease-in-out;
}
#carouselExampleControls .carousel-control-next{
    right: -58px;
    top: 0;
    font-size: 30px;
    line-height: 30px;
    color: var(--e-button-gradient-red1);
    opacity: 1;
}
#carouselExampleControls .carousel-control-next i {
    transition: all 0.3s ease-in-out;
}
.testimonial-section .pagination-outer{
    position: relative;
    display: inline-block;
    top: 24px;
    right: -16px;
}
/*Clients*/
.client-section{
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    position: relative;
    padding: 120px 0;
}
.client-section .offer-toplayer{
    position: absolute;
    left: -36px;
    top: 0;
}
.client-section .offer-bottomlayer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.client-section .blog_content{
    position: relative;
    text-align: center;
}
.blog-section .blog_content h2{
    margin-bottom: 18px;
}
.client-section .blog_content p{
    padding: 0 150px;
    margin-bottom: 40px;
}
.client-section .blog_content .offer-circleimage{
    position: absolute;
    right: -90px;
    top: 138px;
}
.client-section .blog_boxcontent{
    width: 100%;
    border-radius: 10px;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.client-section .blog_boxcontent:hover{
    background: var(--e-global-color-very-dark-mostly-black-blue);
}
.client-section .blog_boxcontent:hover h4{
    color: var(--e-global-color-white);
}
.client-section .blog_boxcontent:hover p{
    color: var(--e-global-color-white);
}
.blog-section .blog_boxcontent .upper_portion{
    position: relative;
}
.client-section .blog_boxcontent .upper_portion figure img{
    border-radius: 10px 10px 0 0;
}
.client-section .blog_boxcontent .upper_portion .image_content {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 100px;
    height: 93px;
    width: 93px;
    line-height: 93px;
    text-align: center;
    left: 120px;
    bottom: -42px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.client-section .blog_boxcontent .upper_portion .image_content:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn2) 0%, var(--e-button-gradient-btn1) 100%);
    transform: translateY(-5px);
}
.client-section .blog_boxcontent .upper_portion .image_content .content{
    position: relative;
    top: 22px;
}
.client-section .blog_boxcontent .upper_portion .image_content .content h3{
    margin-bottom: 0;
}
.blog-section .blog_boxcontent .upper_portion .image_content .content span{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: block;
}
.client-section .blog_boxcontent .lower_portion_wrapper {
    text-align: center;
    padding: 60px 40px 30px;
    height: 220px;
}
.client-section .blog_boxcontent .lower_portion_wrapper h4 {
    margin-bottom: 6px;
}
.blog-section .blog_boxcontent .lower_portion_wrapper p {
    margin-bottom: 14px;
}
.client-section .blog_boxcontent .lower_portion_wrapper .read_more {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--e-global-color-secondaryh1);
    transition: all 0.3s ease-in-out;
}
.client-section .blog_boxcontent:hover .read_more{
    color: var(--e-global-color-white);
}
.client-section .blog_boxcontent .lower_portion_wrapper .read_more figure {
    display: inline-block;
    margin-left: 8px;
}




.client-section .blog_boxcontent .lower_portion_wrapper .read_more:hover {
    /* transform: translateY(-5px); */
    /* color: var(--e-global-color-secondary); */
    font-size: 22px;
    line-height: 30px;
}





.client-section .blog_boxcontent:hover .arrow{
    filter: brightness(0) invert(1);
}
.client-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
}
.client-section .owl-carousel .owl-dots .owl-dot span {
    background: #d3d3d3;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}
.client-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
}
.client-section .owl-carousel .owl-dots .owl-dot.active span {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    width: 20px;
    height: 20px;
}
.blog-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}



/* Blog */

.blog-section{
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    position: relative;
    padding: 120px 0;
}
.blog-section .offer-toplayer{
    position: absolute;
    left: -36px;
    top: 0;
}
.blog-section .offer-bottomlayer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.blog-section .blog_content{
    position: relative;
    text-align: center;
}
.blog-section .blog_content h2{
    margin-bottom: 18px;
}
.blog-section .blog_content p{
    padding: 0 150px;
    margin-bottom: 40px;
}
.blog-section .blog_content .offer-circleimage{
    position: absolute;
    right: -90px;
    top: 138px;
}
.blog-section .blog_boxcontent{
    width: 100%;
    border-radius: 10px;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.blog-section .blog_boxcontent:hover{
    background: var(--e-global-color-very-dark-mostly-black-blue);
}
.blog-section .blog_boxcontent:hover h4{
    color: var(--e-global-color-white);
}
.blog-section .blog_boxcontent:hover p{
    color: var(--e-global-color-white);
}
.blog-section .blog_boxcontent .upper_portion{
    position: relative;
}
.blog-section .blog_boxcontent .upper_portion figure img{
    border-radius: 10px 10px 0 0;
}
.blog-section .blog_boxcontent .upper_portion .image_content {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    box-shadow: 8px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 100px;
    height: 93px;
    width: 93px;
    line-height: 93px;
    text-align: center;
    left: 120px;
    bottom: -42px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.blog-section .blog_boxcontent .upper_portion .image_content:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn2) 0%, var(--e-button-gradient-btn1) 100%);
    transform: translateY(-5px);
}
.blog-section .blog_boxcontent .upper_portion .image_content .content{
    position: relative;
    top: 22px;
}
.blog-section .blog_boxcontent .upper_portion .image_content .content h3{
    margin-bottom: 0;
}
.blog-section .blog_boxcontent .upper_portion .image_content .content span{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: block;
}
.blog-section .blog_boxcontent .lower_portion_wrapper {
    text-align: center;
    padding: 60px 40px 30px;
}
.blog-section .blog_boxcontent .lower_portion_wrapper h4 {
    margin-bottom: 6px;
}
.blog-section .blog_boxcontent .lower_portion_wrapper p {
    margin-bottom: 14px;
}
.blog-section .blog_boxcontent .lower_portion_wrapper .read_more {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--e-global-color-secondaryh1);
    transition: all 0.3s ease-in-out;
}
.blog-section .blog_boxcontent:hover .read_more{
    color: var(--e-global-color-white);
}
.blog-section .blog_boxcontent .lower_portion_wrapper .read_more figure {
    display: inline-block;
    margin-left: 8px;
}
.blog-section .blog_boxcontent .lower_portion_wrapper .read_more:hover {
    /* transform: translateY(-5px); */
    /* color: var(--e-global-color-secondary); */
    font-size: 22px;
    line-height: 30px;
}
.blog-section .blog_boxcontent:hover .arrow{
    filter: brightness(0) invert(1);
}
.blog-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
    display: none !important;
}
.blog-section .owl-carousel .owl-dots .owl-dot span {
    background: #d3d3d3;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}
.blog-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
}
.blog-section .owl-carousel .owl-dots .owl-dot.active span {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    width: 20px;
    height: 20px;
}
.blog-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Footer */

.footer-section{
    background-image: linear-gradient(to right, var(--e-button-gradient-bx1) 0%, var(--e-button-gradient-bx2) 100%);
    position: relative;
    padding: 60px 0 0;
}
.footer-section::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 0px 0;
    background: var(--e-global-color-very-dark-mostly-black-blue);
}
.footer-section .footer-leftimage {
    position: absolute;
    left: -90px;
    top: 72px;
}
.footer-section .about-leftcircle {
    position: absolute;
    left: 204px;
    top: 102px;
}
.footer-section .footer-dotimage{
    position: absolute;
    right: 226px;
    top: 88px;
}
.footer-section .footer-leftlayer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-section .middle-portion{
    margin-bottom: 30px;
}
.footer-section .middle-portion .first-column{
    margin-right: -10px;
}
.footer-section .middle-portion .first-column p{
    color: var(--e-global-color-light-white);
    margin-bottom: 22px;
}
.footer-section .middle-portion .footer-logo img{
    width: 200px;
}
.footer-section .middle-portion .footer-logo{
    margin-bottom: 8px;
    position: relative;
    top: -12px;
}
.footer-section .middle-portion .lower{
    display: flex;
}
.footer-section .middle-portion .lower .lower-content{
    display: contents;
}
.footer-section .middle-portion .lower .icon{
    position: relative;
    top: 12px;
    transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion .lower .icon:hover{
    transform: translateY(-5px);
}
.footer-section .middle-portion .lower .content{
    padding-left: 10px;
}
.footer-section .middle-portion .lower .content a{
    color: var(--e-global-color-light-white);
}
.footer-section .middle-portion .lower .content a:hover{
    color: var(--e-global-color-secondary);
}
.footer-section .middle-portion .lower .content span{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: -3px;
}
.footer-section .middle-portion .lower .content .text{
    margin-right: 22px;
}
.footer-section .middle-portion .list-pd{
    padding-left: 28px;
}
.footer-section .middle-portion .links h4{
    margin-bottom: 16px;
}
.footer-section .middle-portion .links li{
    margin-bottom: 5px;
}
.footer-section .middle-portion .links li a{
    color: var(--e-global-color-light-white);
    padding-left: 20px;
    position: relative;
}
.footer-section .middle-portion .links li a:hover {
    color: var(--e-global-color-white);
}
.footer-section .middle-portion .links li a:before {
    content: "\2022";
    color: var(--e-global-color-red);
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 30px;
    line-height: 30px;
}
.footer-section .copyright {
    border-top: 1px solid #34374d;
    padding: 28px 0;
    position: relative;
    width: 100%;
}
.footer-section .copyright .column{
    padding: 0;
}
.footer-section .copyright p{
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: -84px;
    color: var(--e-global-color-light-white);
}
.footer-section .copyright .social-icons{
    float: right;
    right: 166px;
    top: -10px;
    z-index: 9;
}
.footer-section .copyright .social-icons ul {
    margin-bottom: 0;
    display: flex;
}
.footer-section .copyright .social-icons ul li .social-networks {
    font-size: 16px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-blue);
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}
.footer-section .copyright .social-icons ul li .social-networks:hover {
    background: #ba0c31;
    color: var(--e-global-color-white);
    transform:translate(0, -5px);
}
.footer-section .middle-portion .icons{
    padding-left: 0px;
    margin-right: -16px;
}
.footer-section .middle-portion .icons h4 {
    margin-bottom: 10px;
}
.footer-section .middle-portion .icons p {
    margin-bottom: 12px;
}
.footer-section .middle-portion .icons input {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    background:url(../images/inptbg.png) repeat;
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 30px;
    padding: 16px 25px;
    margin-bottom: 20px;
    width: 96%;
    height: 54px;
    overflow: visible;
    outline: none;
}
.footer-section .middle-portion .icons .subscribe_now {
    border: 1px solid #ffffff;
    background: transparent;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 96%;
    outline: none;
}
.footer-section .middle-portion .icons .subscribe_now:hover {
    border: 1px solid var(--e-global-color-desaturated-blue);
    background: var(--e-global-color-desaturated-blue);
}
.footer-section .middle-portion .icons .subscribe_now .circle:before {
    font-size: 20px;
    margin-left: 16px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}

/* Sub-banner */

.sub-banner{
    background-image: linear-gradient(to right, var(--e-global-color-very-dark-mostly-black-red) 0%, var(--e-global-color-very-dark-mostly-black-red) 100%);
    position: relative;
}
.sub-banner::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 600px 0;
    background: #000;
    /*background: var(--e-global-color-very-dark-mostly-black-blue);*/
}
.sub-banner::after{
    content: "";
    background-image: url('../images/sub-bannerbackground.jpg');
    border-radius: 0 0 600px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
.sub-banner .header {
    padding: 0 252px;
    position: relative;
    z-index: 2;
    float: right;
}
.sub-banner  .last_list .last_list_atag:hover {
    color: var(--e-global-color-bright-orange) !important;
}
.sub-banner .banner-circleright {
    position: absolute;
    right: 26px;
    bottom: 184px;
}
.sub-banner .sub-bannerleftlayer{
    position: absolute;
    left: 0;
    top: 0;
}
.sub-banner .sub-bannerrightlayer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.sub-banner .banner-section {
    padding: 150px 0 120px;
}
.sub-banner .banner-section .banner_content{
    position: relative;
    text-align: center;
    z-index: 1; 
}
.sub-banner .banner-section .banner_content h1 {
    margin-bottom: 12px;
}
.sub-banner .banner-section .banner_content p{
    font-size: 22px;
    line-height: 30px;
    padding: 0 260px;
    margin-bottom: 34px;
    color: var(--e-global-color-white);
}
.sub-banner .banner-section .banner_content .service-rightcircle {
    position: absolute;
    left: 200px;
    top: -44px;
}
.sub-banner .box{
    border-radius: 25px;
    padding: 10px 15px;
    text-align: center;
    background-color: var(--e-button-gradient-red1);
    display: inline-block;
}
.sub-banner .box span{
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    color: var(--e-global-color-light-white);
}
.sub-banner .arrow{
    display: inline-block;
    margin: 0 12px 0 10px;
}
.sub-banner .box .box_span{
    color: var(--e-global-color-white);
}

/* About Page */

.sub-banner1::after{
    content: "";
    background-image: url('../images/sub-bannerbackground1.jpg');
}
.sub-banner .banner-section .banner_content .about-rightcircle {
    position: absolute;
    left: 268px;
    top: -44px;
}
.aboutus-section {
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    position: relative;
    overflow: hidden;
    padding: 120px 0 210px;
}
.aboutus-section .offer-toplayer {
    position: absolute;
    left: -24px;
    top: 0;
}
.aboutus-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}
.aboutus-section .about_wrapper{
    position: relative;
}
.aboutus-section .about_wrapper .aboutus-image1{
    position: absolute;
    left: -60px;
    top: 30px;
    z-index: 1;
}
.aboutus-section .about_wrapper .aboutus-image1 img{
    border-radius: 200px 0px 200px 200px;
}
.aboutus-section .about_wrapper .aboutus-image2{
    position: absolute;
    left: -108px;
    top: 430px;
    z-index: 1;
}
.aboutus-section .about_wrapper .aboutus-image2 img{
    border-radius:100px 10px 100px 10px;
    border-left: 5px solid var(--e-global-color-very-dark-mostly-black-red);
    border-right: 5px solid var(--e-global-color-very-dark-mostly-black-red);
}
.aboutus-section .about_wrapper .years{
    text-align: center;
    position: relative;
    z-index: 2;
    right: -216px;
    top: 64px;
}
.aboutus-section .about_wrapper .years .value {
    font-size: 56px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}
.aboutus-section .about_wrapper .years .plus {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
}
.aboutus-section .about_wrapper .years .text {
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    display: block;
    padding: 0 200px;
}
.aboutus-section .about_wrapper .about-imagecircle{
    position: absolute;
    right: -22px;
    top: 20px;
    z-index: 1;
}
.aboutus-section .about_wrapper .about-layer{
    position: absolute;
    left: -480px;
    top: 240px;
}
.aboutus-section .service_content .service-rightcircle{
    position: absolute;
    right: -14px;
    top: 56px;
}
.aboutus-section .service_content{
    padding-left: 35px;
    padding-top: 70px;
    z-index: 1;
}
.aboutus-section .service_content h2{
    margin-bottom: 18px;
    padding-right: 10px;
}
.aboutus-section .service_content p{
    margin-bottom: 16px;
    margin-right: 0px;
}
.aboutus-section .service_content .text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}
.aboutus-section .service_content .text:hover{
    color: var(--e-global-color-secondaryh1);
}
.aboutus-section .service_content ul li .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    border-radius: 100px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 12px;
    margin-left: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.aboutus-section .service_content ul li .circle:before {
    font-size: 12px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
    margin-left: 4px;
}
.aboutus-section .service_content .text1 {
    margin-bottom: 36px;
}
.aboutus-section .service_content .get_started{
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px; 
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.aboutus-section .service_content .get_started figure {
    display: inline-block;
    margin-left: 16px;
}
.aboutus-section .service_content .get_started:hover{
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}
.aboutoffer-section {
    position: relative;
    padding: 120px 0 124px;
    overflow: hidden;
}
.aboutoffer-section .service-rightlayer {
    position: absolute;
    top: 0;
    right: 110px;
}
.aboutoffer-section .service-leftlayer {
    position: absolute;
    bottom: 0;
    left: 118px;
    z-index: -1;
}
.aboutoffer-section .offer_content {
    text-align: center;
}
.aboutoffer-section .offer_content h2 {
    margin-bottom: 18px;
}
.aboutoffer-section .offer_content p {
    margin-bottom: 36px;
    padding: 0 135px;
}
.aboutoffer-section .achievement_wrapper{
    position: relative;
}
.aboutoffer-section .achievement_wrapper .offer-circleimage {
    position: absolute;
    left: 0;
    top: -86px;
}
.aboutoffer-section .achievement_wrapper .achievement-box {
    background: var(--e-global-color-white);
    border-radius: 100px;
    width: 210px;
    height: 210px;
    line-height: 210px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 21px 46px rgb(0 0 0 / 10%);
    position: relative;
}
.aboutoffer-section .achievement_wrapper .achievement-box:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    transform: translateY(-5px);
}
.aboutoffer-section .achievement_wrapper .achievement-box .achievement-icon{
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.aboutoffer-section .achievement_wrapper .achievement-box:hover img{
    filter: brightness(0) invert(1);
}
.aboutoffer-section .achievement_wrapper .achievement-box .wrapper{
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.aboutoffer-section .achievement_wrapper .achievement-box:hover h3{
    color: var(--e-global-color-white);
}
.aboutoffer-section .achievement_wrapper .achievement-box p{
    padding: 0 65px;
    margin-top: 0px;
    line-height: 20px;
} 
.aboutoffer-section .achievement_wrapper .achievement-box:hover p{
    color: var(--e-global-color-white);
} 
.aboutoffer-section .achievement_wrapper .achievement-box .number{
    position: relative;
    top: 86px;
}
.aboutoffer-section .achievement_wrapper .achievement-box .value{
    display: inline-block;
}
.aboutoffer-section .achievement_wrapper .achievement-box .plus{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.aboutoffer-section .achievement_wrapper .achievement-box:hover .plus{
    color: var(--e-global-color-white);
}
.expert-section {
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    position: relative;
    padding: 130px 0 100px;
}
.expert-section .offer-toplayer {
    position: absolute;
    left: -24px;
    top: 0;
}
.expert-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}
.expert-section .expert_content{
    position: relative;
    margin-right: 80px;
    padding-top: 185px;
}
.expert-section .expert_content h2{
    margin-bottom: 16px;
}
.expert-section .expert_content .text1{
    margin-bottom: 12px;
}
.expert-section .expert_content .text2{
    margin-bottom: 35px;
}
.expert-section .expert_content .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.expert-section .expert_content .get_started figure {
    display: inline-block;
    margin-left: 20px;
}
.expert-section .expert_content .get_started:hover {
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}
.expert-section .expert_wrapper{
    position: relative;
    text-align: center;
}
.expert-section .expert_wrapper .offer-circleimage {
    position: absolute;
    right: -70px;
    top: -60px;
}
.expert-section .expert_wrapper h2{
    margin-bottom: 38px;
}
.expert-section .team-box{
    position: relative;
    text-align: center;
    margin-bottom: 26px;
    padding-bottom: 35px;
    background-color: var(--e-global-color-white);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.expert-section .team-box figure{
    margin-bottom: 25px;
}
.expert-section .team-box figure img{
    border-radius: 10px 10px 0 0;
}
.expert-section .team-box h4{
    margin-bottom: 2px;
}
.expert-section .team-box span{
    display: block;
    margin-bottom: 14px;
    font-weight: 500;
    color: var(--e-global-color-text);
}
.expert-section .team-box li{
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.expert-section .team-box i{
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 3px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-size: 16px;
}
.expert-section .team-box li:hover{
    transform: translateY(-5px);
}
.expert-section .team-box li:first-child{
    margin-left: 0;
}
.expert-section .team-box li:last-child{
    margin-right: 0;
}
.expert-section .team-box li a{
    color: var(--e-global-color-white);
}
.expert-section .team-box:hover i{
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}

/* Projects Page */

.sub-banner2::after{
    content: "";
    background-image: url('../images/sub-bannerbackground2.jpg');
}
.sub-banner .banner-section .banner_content .project-rightcircle {
    position: absolute;
    left: 182px;
    top: -44px;
}
.projectpage-section {
    padding: 120px 0 100px;
}
.projectpage-section .project_content p {
    padding: 0 150px;
    margin-bottom: 40px;
}
.projectpage-section .project_content .offer-circleimage {
    position: absolute;
    right: -56px;
    top: 104px;
}
.projectpage-section .case-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.projectpage-section .case-box .circle {
    right: -28px;
}

/* Pricing Page */

.sub-banner3::after{
    content: "";
    background-image: url('../images/sub-bannerbackground3.jpg');
}
.pricing-section{
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    position: relative;
    padding: 120px 0 130px;
}
.pricing-section .offer-toplayer{
    position: absolute;
    left: -36px;
    top: 0;
}
.pricing-section .offer-bottomlayer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.pricing-section .pricing_content{
    position: relative;
    text-align: center;
}
.pricing-section .pricing_content h2{
    margin-bottom: 18px;
}
.pricing-section .pricing_content p{
    padding: 0 150px;
    margin-bottom: 40px;
}
.pricing-section .pricing_content .offer-circleimage{
    position: absolute;
    right: -88px;
    top: 132px;
}
.pricing-section .price-block {
    position: relative;
}
.pricing-section .price-block .price_content {
    text-align: center;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 2%);
    border-radius: 10px;
    width: 100%;
    padding: 52px 70px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.pricing-section .price-block .price_content:hover {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
}
.pricing-section .price_content .icon figure {
    background: var(--e-global-color-very-pale-orange);
    border-radius: 100px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 27px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.pricing-section .price_content .icon figure:hover {
    transform: translateY(-5px);
}
.pricing-section .price-block .price_content:hover figure {
    background: var(--e-global-color-bright-orange);
}
.pricing-section .price-block .price_content:hover img {
    filter: brightness(0) invert(1);
}
.pricing-section .price_content h4 {
    margin-bottom: 8px;
}
.pricing-section .price-block .price_content:hover h4{
    color: var(--e-global-color-white);
}
.pricing-section .price_content sup {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    display: inline-block;
    margin-right: -2px;
}
.pricing-section .price-block .price_content:hover sup{
    color: var(--e-global-color-white);
}
.pricing-section .price_content .text1 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    display: inline-block;
    margin-bottom: 12px;
}
.pricing-section .price-block .price_content:hover .text1{
    color: var(--e-global-color-white);
}
.pricing-section .price_content ul{
    text-align: left;
}
.pricing-section .price_content ul li .circle {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 100px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.pricing-section .price-block .price_content:hover .circle{
    background-image: linear-gradient(to right, var(--e-global-color-white) 0%, var(--e-global-color-white) 100%);
}
.pricing-section .price_content ul li .circle:before {
    font-size: 12px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
}
.pricing-section .price-block .price_content:hover .circle:before{
    color: var(--e-global-color-secondary);
}
.pricing-section .price_content .text-size-18 {
    margin-bottom: 7px;
}
.pricing-section .price-block .price_content:hover .text-size-18{
    color: var(--e-global-color-white);
}
.pricing-section .price_content .for-space {
    margin-bottom: 30px;
}
.pricing-section .price_content .get_started {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    color: var(--e-global-color-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 43px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.pricing-section .price_content .get_started .circle:before {
    font-size: 20px;
    margin-left: 16px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.pricing-section .price-block .price_content:hover .get_started{
    background-image: linear-gradient(to right, var(--e-global-color-white) 0%, var(--e-global-color-white) 100%);
    color: var(--e-global-color-secondary);
}

/* Service Page */

.sub-banner4::after{
    content: "";
    background-image: url('../images/sub-bannerbackground4.jpg');
}
.sub-banner6::after{
    content: "";
    background-image: url('../images/fedgovt.jpg');
    background-position: center center;
}
.sub-banner7::after{
    content: "";
    background-image: url('../images/futerimg.png');
    background-position: center center;
}
.sub-banner8::after{
    content: "";
    background-image: url('../images/bankimg.png');
    background-position: center center;
}
.sub-banner9::after{
    content: "";
    background-image: url('../images/healthimg1.jpg');
    background-position: center center;
}
.sub-banner10::after{
    content: "";
    background-image: url('../images/autoimg1.jpg');
    background-position: center center;
}
.servicepage-section {
    padding: 124px 0 136px;
}
.sub-banner11::after{
    content: "";
    background-image: url('../images/careers-img.jpg');
    background-position: center center;
}
.sub-banner12::after{
    content: "";
    background-image: url('../images/careers-imgbnrn.jpg');
    background-position: center center;
}
.sub-banner13::after{
    content: "";
    background-image: url('../images/careersbnft.jpg');
    background-position: center center;
}
.sub-banner14::after{
    content: "";
    background-image: url('../images/careers-imgbnr.jpg');
    background-position: center center;
}
.sub-banner15::after{
    content: "";
    background-image: url('../images/clientsimg.jpg');
    background-position: center center;
}
.sub-banner16::after{
    content: "";
    background-image: url('../images/healthimg1.jpg');
}
.sub-banner17::after{
    content: "";
    background-image: url('../images/contactus.jpg');
}
.sub-banner18::after{
    content: "";
    background-image: url('../images/sub-bannerbackground18.jpg');
    background-position: center center;
}
.sub-banner19::after{
    content: "";
    background-image: url('../images/sub-bannerbackground19.jpg');
    background-position: center center;
}
.sub-banner20::after{
    content: "";
    background-image: url('../images/resourcesimg.jpg');
    background-position: center center;
}
.sub-banner21::after{
    content: "";
    background-image: url('../images/tmcimg.jpg');
    background-position: center center;
}
.sub-banner22::after{
    content: "";
    background-image: url('../images/caretcimg.jpg');
    background-position: center center;
}
.servicepage-section .service-dotimage {
    position: absolute;
    left: 328px;
    bottom: 130px;
}
.servicepage-section .servicepage_content {
    text-align: center;
}
.servicepage-section .servicepage_content h2 {
    margin-bottom: 18px;
}
.servicepage-section .servicepage_content p {
    margin-bottom: 38px;
    padding: 0 140px;
}
.servicepage-section .servicepage_content .offer-circleimage {
    position: absolute;
    right: -74px;
    top: 140px;
}
.servicepage-section .servicepage_contentbox{
    position: relative;
    z-index: 1;
}
.servicepage-section .service_contentbox .service-box:hover {
    transform: none;
}
.servicepage-section .owl-carousel.owl-drag .owl-item{
    margin-bottom: 12px;
}
.servicepage-section .owl-carousel .owl-item img {
    display: inline-block;
    width: 57px;
}
.servicepage-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px !important;
    line-height: 0;
}
.servicepage-section .owl-carousel .owl-dots .owl-dot span {
    background: #d3d3d3;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}
.servicepage-section .owl-carousel .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
}
.servicepage-section .owl-carousel .owl-dots .owl-dot.active span {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    width: 20px;
    height: 20px;
}
.servicepage-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.consultation-section{
    background: var(--e-global-color-very-dark-mostly-black-blue);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}
.consultation-section::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 15%;
    background-image: url('../images/service-consultationbackground.jpg');
    background-size: cover;
    background-position: 100% 100%;
}

.mobimt10{
    margin-bottom:10px !important;
}
.consultation-section .consultation-leftimage {
    position: absolute;
    left: -55px;
    top: 60px;
}
.consultation-section .consultation_content h2{
    margin-bottom: 18px;
}
.consultation-section .consultation_content p{
    color: var(--e-global-color-light-white);
    margin-right: 40px;
}
.consultation-section .consultation_wrapper{
    padding-left: 32px;
    padding-top: 55px;
    position: relative;
}
.consultation-section .consultation_wrapper .service-rightcircle {
    position: absolute;
    right: -90px;
    top: -38px;
}
.consultation-section .consultation_wrapper .get_started {
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px 15px 46px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.consultation-section .consultation_wrapper .button1 {
    margin-right: 12px;
}
.consultation-section .consultation_wrapper .button2 figure {
    margin-left: 14px !important;
}
.consultation-section .consultation_wrapper .get_started figure {
    display: inline-block;
    margin-left: 10px;
}
.consultation-section .consultation_wrapper .get_started:hover {
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}
.vedio-section {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0 130px;
}
.vedio-section .service-rightlayer {
    position: absolute;
    top: 0;
    right: 110px;
}
.vedio-section .service-leftlayer {
    position: absolute;
    bottom: 0;
    left: 118px;
}
.vedio-section .servicepage-dotimage{
    position: absolute;
    right: -54px;
    bottom: -68px;
}
.vedio-section .service-vedioimage{
    position: relative;
    z-index: 1;
}
.vedio-section .service-vedioimage img{
    border-radius: 30px 30px 30px 30px;
}
.vedio-section .vedio-circle{
    position: absolute;
    z-index: 2;
    top: 216px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 100px;
    border: 2px solid var(--e-global-color-white);
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
}
.vedio-section .vedio-circle .service-vedioicon{
    position: absolute;
    left: 0;
    right: -8px;
    margin: 0 auto;
}

/* Team Page */

.sub-banner5::after{
    content: "";
    background-image: url('../images/sub-bannerbackground5.jpg');
    background-position: center  center;
}
.team-section {
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    position: relative;
    padding: 120px 0 100px;
}
.team-section .offer-toplayer {
    position: absolute;
    left: -36px;
    top: 0;
}
.team-section .offer-bottomlayer {
    position: absolute;
    right: 0;
    bottom: 0;
}
.team-section .team_content {
    position: relative;
    text-align: center;
}
.team-section .team_content h2 {
    margin-bottom: 18px;
}
.team-section .team_content p {
    margin-bottom: 42px;
    padding: 0 140px;
}
.team-section .team_content .offer-circleimage {
    position: absolute;
    right: -38px;
    top: 44px;
}
.team-section .team_contentbox .team-box {
    background: var(--e-global-color-white);
    border-radius: 10px;
    margin-bottom: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.team-section .team_contentbox .team-box .box-image {
    float: left;
    width: 100%;
}
.team-section .team_contentbox .team-box .box-image figure img{
    border-radius: 10px 0 0 10px;
}
.team-section .team_contentbox .team-box .box-content {
    position: relative;
    display: inline-block;
    width: 53%;
    padding: 26px 40px;
}
.team-section .team_contentbox .team-box .box-content h4 {
    display: inline-block;
    margin-bottom: 2px;
}
.w-title{
    width: 110px;
}
.team-section .team_contentbox .team-box .box-content span{
    color: var(--e-button-gradient-red2);
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}
.team-section .team_contentbox .team-box .box-content p {
    margin-bottom: 22px;
}
.team-section .team_contentbox .team-box .box-content li {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.team-section .team_contentbox .team-box .box-content li:hover{
    transform: translateY(-5px);
}
.team-section .team_contentbox .team-box .box-content li:first-child {
    margin-left: 0;
}
.team-section .team_contentbox .team-box .box-content li:last-child {
    margin-right: 0;
}
.team-section .team_contentbox .team-box .box-content li a {
    color: var(--e-global-color-white);
}
.team-section .team_contentbox .team-box .box-content i {
    background-image: linear-gradient(to right, var(--e-global-color-white) 0%, var(--e-global-color-white) 100%);
    border-radius: 100px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 3px;
    color: var(--e-button-gradient-red1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-size: 16px;
}
.team-section .team_contentbox .team-box:hover i{
    background-image: linear-gradient(to right, var(--e-global-color-desaturated-blue) 0%, var(--e-global-color-desaturated-blue) 100%);
}
.skill-section {
    position: relative;
    padding: 120px 0 154px;
    overflow: hidden;
}
.skill-section .service-rightlayer {
    position: absolute;
    top: 0;
    right: 110px;
}
.skill-section .service-leftlayer {
    position: absolute;
    bottom: 0;
    left: 118px;
}
.skill-section .skill_wrapper {
    position: relative;
}
.skill-section .skill_wrapper .offer-circleimage {
    position: absolute;
    left: -155px;
    top: 194px;
}
.skill-section .skill_wrapper .skill-image {
    position: absolute;
    left: -42px;
    top: -42px;
    z-index: 1;
}
.skill-section .skill_wrapper .skill-image img{
    border-radius: 0 150px 150px 150px;
}
.skill-section .service-dotimage {
    position: absolute;
    left: -106px;
    top: -100px;
}
.skill-section .skill_content h2 {
    margin-bottom: 16px;
}
.skill-section .skill_content p {
    margin-bottom: 18px;
    margin-right: 0px;
}
.skill-section .skill_content .skill-measure .text{
    color: var(--e-global-color-primary);
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    display: inline-block;
}
.skill-section .skill_content .skill-measure .percentage{
    float: right;
    position: relative;
    right: -5px;
}
.skill-section .skill_content .skill-measure .percentage span{
    color: var(--e-global-color-primary);
    font-weight: 600;
}
.skill-section .skill_content .skill-measure .percentage .plus{
    font-size: 18px;
    line-height: 18px;
}
.skill-section .skill_content .skill-measure .progress{
    overflow: hidden;
    height: 6px;
    margin-bottom: 23px;
    background-color: #f1efef;
    border-radius: 10px;
}
.skill-section .skill_content .skill-measure .progress-bar{
    float: left;
    width: 50%;
    height: 100%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background-image: linear-gradient(to right, var(--e-button-gradient-1) 0%, var(--e-button-gradient-2) 100%);
    border-radius: 10px;
}
.skill-section .skill_content .skill-measure .progress-bar1{
    width: 75%;
}
.skill-section .skill_content .skill-measure .progress-bar2{
    width: 85%;
}
.skill-section .skill_content .skill-measure .progress-bar3{
    width: 60%;
}
.skill-section .skill_content .skill-measure .progress-bar4{
    width: 95%;
}

/* Contact Page Style */

.contact-section{
    background-color: var(--e-global-color-very-light-gray-mostly-white);
    padding: 124px 0 112px;
    position: relative;
}
.contact-section .offer-toplayer {
    position: absolute;
    left: -24px;
    top: 0;
}
.contact-section .offer-bottomlayer{
    position: absolute;
    right: 0;
    bottom: 0;
}
.contact-section .need-section .offer-circleimage {
    position: absolute;
    right: -92px;
    top: 132px;
}
.contact-section .contact_content h2 {
    margin-bottom: 40px;
}
.contact-section .contact_content h5{
    margin-bottom: 10px;
}
.contact-section .contact-box.contmt{
    margin-top: 60px;
}
.loctimg img{
    width: 70px;
}
.contact-section .contact-box{
    box-shadow: 1px 1px 57px rgb(0 0 0/ 2%);
    background: var(--e-global-color-white);
    border-radius: 10px;
    padding: 18px 30px 26px 30px;
    margin-bottom: 28px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.contact-section .contact-box .box-image{
    float: left;
    width: 26%;
}
.contact-section .contact-box figure{
    background: var(--e-global-color-very-pale-orange);
    border-radius: 100px;
    height: 105px;
    width: 105px;
    line-height: 105px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}
.contact-section .contact-box figure:hover{
    transform: translateY(-5px);
}
.contact-section .contact-box .box-content{
    position: relative;
    padding-left: 34px;
    margin-top: 14px;
    display: inline-block;
    width: 74%;
}
.contact-section .contact-box h4{
    font-weight: 700;
    margin-bottom: 4px;
}
.contact-section .contact-box .heading{
    margin-bottom: 4px;
}
.contact-section .contact-box p{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}
.contact-section .contact-box .box-content a {
    font-size: 20px;
    line-height: 24px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.contact-section .contact-box .box-content a:hover {
    color: var(--e-global-color-secondary);
}
.contact-section .need-section {
    margin-top: -32px;
    margin-left: 30px;
}
.contact-section .need_content .faq-image{
    position: absolute;
    right: -20px;
    top: -24px;
    z-index: -1;
}
.contact-section .need_content h2{
    margin-bottom: 26px;
}
.contact-section .need_content p{
    padding: 0 20px;
    margin-bottom: 30px;
}
.contact-section .need_content {
    box-shadow: 1px 1px 57px rgb(95 208 243 / 10%);
    border-radius: 10px;
    width: 100%;
    margin-top: 40px;
    padding: 56px 50px;
    background-image: linear-gradient(to right, var(--e-button-gradient-btn1) 0%, var(--e-button-gradient-btn2) 100%);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
.form_style::placeholder{
    color: #fff;
}
.contact-section .need_content input {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: transparent;
    color: #fff;
    border: 1px solid #dae7fb;
    border-radius: 30px;
    padding: 15px 15px;
    margin-bottom: 20px;
    height: 50px;
    width: 100%;
    overflow: visible;
    outline: none;
}
.contact-section .need_content textarea {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color:transparent;
    color: #fff;
    border: 1px solid #dae7fb;
    border-radius: 20px;
    padding: 16px 15px;
    width: 100%;
    margin-bottom: 24px;
    resize: none;
    outline: none;
    overflow: auto;
}
.contact-section .need_content .send_now {
    border: 1px solid #ffffff;
    background: transparent;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    padding: 13px 25px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-bottom: 10px;
}
.contact-section .need_content .send_now:hover {
    border: 1px solid var(--e-global-color-desaturated-blue);
    background: var(--e-global-color-desaturated-blue);
}
.contact-section .need_content .send_now .circle:before {
    font-size: 20px;
    margin-left: 16px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.contact_map_section {
    overflow: hidden;
    margin-bottom: -8px;
}
.contact_map_section iframe:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*-------- BLOG PAGES ------------ */

.sub-banner .banner-section .banner_content .blog-rightcircle {
    top: -64px;
}

.blog-posts {
    padding: 120px 0 20px;
}
/* .single-post .single-post-heading {
    font-size: 30px !important;
} */