@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/* @import url('http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,700'); */

:root {
    --primary: #eff5f9;
    --secondary: #e0ebf3;
    --bluebg:#D8EBFD;
    --warning: #f6b719;
    --success: #8cc343;
    --danger: #ed1d26;
    --blue: #0d6efd;
    --teal: #54bab9;
    --pink: #f08a8a;
    --white: #ffffff;
    --gray: #646464;
    --info: #15b9f8;
    --light: #f8f9fc;
    --dark: #323232;
    --muted: #f8f5e9;
    --gray-light: #faf7f0;
    --warning-light: #fef4dd;
    --info-light: #cbd5e8;
    --warning-50: #fdb415 !important;
    --box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
    --border: solid 1px #c4c4c4;
    --font-secondary: 'Nunito Sans', sans-serif;
    --tx-siteprimary: #7addb9;
    --bg-siteprimary: #7addb9;
    --bg-inner:#F2F2F2;
    --bg-gray-light:#edf4f8;
    --bg-gray-dark:#c7e0ed;
    --tx-blue:#1f3966;
    --bg-graysite:#F6F6F6;
    --tx-primary:#fdb415;
    --bg-primaryhalf: #fdb415ad;
    --tx-bluesite: #153A69;
    --tx-dull:#8b8b8b;

}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-primaryhalf{
    background-color: var(--bg-primaryhalf)!important;
}

.bg-graysite {
    background-color: var(--bg-graysite) !important;
}

.bg-bluebg {
    background-color: var(--bluebg) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-siteprimary {
    background-color: var(--bg-siteprimary) !important;
}

.bg-inner {
    background-color: var(--bg-inner) !important;
}

.bg-gray-light {
    background-color: var(--bg-gray-light) !important;
}

.bg-gray-dark {
    background-color: var(--bg-gray-dark) !important;
}

.info-light{
    background-color: var(--info-light) !important;
}

.text-dull{
    color: var(--tx-dull) !important;
}

.text-mute {
    color: var(--muted) !important;
}

.text-blue {
    color: var(--tx-blue) !important;
}

.txsite-primary{
    color: var(--tx-siteprimary) !important;
}

.tx-bluesite{
    color: var(--tx-bluesite) !important;
}

.tx-primary{
    color: var(--tx-primary) !important;
}

.warning-50{
    color: var(--warning-50)!important;
}

.text-18 {
    font-size: 18px!important;
}

.text-20 {
    font-size: 20px!important;
}

.text-22 {
    font-size: 22px!important;
}

.text-24 {
    font-size: 24px !important;
}

.text-26 {
    font-size: 26px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-32 {
    font-size: 32px !important;
}

.text-36 {
    font-size: 36px !important;
}

.text-34 {
    font-size: 34px !important;
}

.p-50 {
    padding: 50px;
}

.rounded-10x {
    border-radius: 10px;
}

.rounded-7x {
    border-radius: 7px;
}

.rounded-20x {
    border-radius: 20px;
}

.rounded-20x-0x {
    border-radius: 20px 20px 0px 0px;
}

.rounded-6x{
    border: 6px solid#F4F4F4;
}

.fw-800{
    font-weight: 800;
}


.btn-more {
    border: none;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    width: 200px;
    text-align: center;
    background: #fdb415;
    transition: .5s;
}

.btn-more:hover{
    text-align: center;
    transition: .5s;
    opacity: 0.8;
}

.btn-more i{
    font-size: 18px;
    position: absolute;
    top: 5px;
    background: #fff;
    border-radius: 50px;
    padding: 10px 12px;
    right: 5px;
    opacity: 0;
    transition: opacity 0s ease-in 600ms, opacity 600ms;
    width: 38px;
    display: none;
}

.btn.btn-more:hover i {
    
    display: none;
  right: 5px;
  transition: opacity 0s ease-in 600ms, opacity 600ms;
 
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.ttf");
}

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #323232;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;

}

main {
    flex-grow: 1;
}

.w-35 {
    width: 35%;
}

#gotoTop {
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #888;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#gotoTop i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-size: 24px !important;
}

#gotoTop.show {
    opacity: 1;
    visibility: visible;
}

.page-header.is-sticky {
    position: fixed;
    animation: slideDown .35s ease-out;
    background: #fff;
}

header {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
}

.app-header .navbar-brand img {
    object-fit: contain;
    width: 165px;
}

.app-header .dropdown-item:focus, .dropdown-item:hover{
    border-radius: 5px!important;
}

.app-header .navbar .nav-link {

    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 90px;
    position: relative;
    font-weight: 700;
}

header .container{
    max-width: 1380px; 
}

.app-header .navbar .nav-item {
    padding: 0 1.5rem;
}

.app-header .navbar .nav-link:hover,
.app-header .navbar .nav-link.active:hover {
    opacity: 1;
    color: #fdb415;
}

.app-header .navbar .dropdown-toggle::after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: .4;
}

.app-header .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #344767;
}

.app-header .dropdown-menu .dropdown-item.active,
.app-header .dropdown-menu .dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.app-header .right-side .btn {
    margin: 0 0.7rem;
}

.region-header {
    min-height: 38px;
    padding: 4px;
}

main section, footer section {
    padding: 30px 1.5rem;
}

.navbar-brand h2 {
    font-weight: 800;
    font-size: 48px;
}

footer .btn:hover {
    border: 0px solid #7addb9;
    transition: .5s;
    background: #fff;
}

/* .app-content-wrapper{
    padding: 0 1.5rem;
} */

/*banner section***/

.home-banner{
    background: url(../img/home-banner.webp) no-repeat !important;
    height: 677px;
    background-size: cover !important;
}

.home-banner h1 {
    font-family: 'Poppins-Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    position: absolute;
    top: 50%;
    left: 0%;
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}


.home-banner .content-sec span {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

.home-banner .content-sec .btn-site {
    background: #7addb9;
    border: none;
    font-size: 24px;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
}


section .display-4 {
    font-size: 40px;
    font-weight: 400;
    position: relative;
}

.display-4:before {
    content: "";
    background: #fdb415;
    width: 100px;
    height: 3px;
    position: absolute;
    top: 120%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

.comp-growth .display-4:before{
    top: 100%;
}

 .display-3 {
    font-size: 40px;
    font-weight: normal;
}

section .display-5 {
    font-size: 48px;
    font-weight: 800;
}

/* .bg-foot-sec {
    background: url(/contents/images/bg-footer.png) no-repeat !important;
} */

.card-img-sec {
    height: 310px;
}

.card-img-sec img {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .05), 0 2px 4px 2px rgba(0, 0, 0, .09);
}

.copyrights .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.copyrights-link a {
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    margin-left: 30px;
}

.copyrights-link {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

img.right-arrow-slick.slick-arrow {
    width: 50px;
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    height: 50px;
    box-shadow: 0px 2px 4px 0px #00000040;
    rotate: 180deg;
    position: absolute;
    right: -2%;
    top: 40%;
    cursor: pointer;
    z-index: 1;
}

img.left-arrow-slick.slick-arrow {
    width: 50px;
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    height: 50px;
    box-shadow: 0px 2px 4px 0px #00000040;
    position: absolute;
    left: -2%;
    top: 40%;
    cursor: pointer;
    z-index: 1;
}

/* Icons */
.navbar-toggler-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/menu.svg) no-repeat;
    background-size: 32px;
}





.h-100 {
    height: 100% !important;
    /* Ensures elements take up full height of the parent */
}

.min-h-100 {
    min-height: 100%;
    /* Make sure the background section stretches to full height */
}

.w-85 {
    width: 85%;
}

.h-50{
    height: 50%;
}

img {
    object-fit: cover;
    /* Ensures the image fills the space */
    height: 100%;
    /* Makes the image take the full height of the container */
}


/**journey***/

 .timeline {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    display: grid;
        grid-template-columns: 50% 50%;
        column-gap: 20px;
  }
  
 /* .timeline:before {
    top: 0;
    bottom: 0px;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #606060;
    left: 50%;
    margin-left: -3px;
  } */
   
  
  .timeline li {
    margin-bottom: 30px;
    position: relative;

    background: #F6F6F6;
    padding: 20px;
    border-radius: 20px;
  }
  
  .timeline li:nth-of-type(2n+1) {
    clear: both;
}
  
  .timeline>li>.timeline-panel {
    width: 100%;
    float: left;
    position: relative;


  }
  
  /* .timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #f6f8fb;
    border-right: 0 solid #f6f8fb;
    border-bottom: 15px solid transparent;
    content: "";
    display: none;
  }
  
  .timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f6f8fb;
    border-right: 0 solid #f6f8fb;
    border-bottom: 14px solid transparent;
    content: "";
    display: none;
  } */
  
  /* .timeline>li>.timeline-badge {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    background-color: #7addb9;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  
  .timeline>li>.timeline-badge i {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
  }
  
  .timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  
  .timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  } */
  
  .timeline-heading {
    padding: 16px 20px;
    background-color: #f6f8fb;
  }
  
  .timeline-title {
    margin: 0;
     font-family: Nunito Sans !important;
    font-size: 22px;
    line-height: 48px;
    font-weight: 600;
  }
  
  /* .timeline-body {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  } */

  .timeline-body .display-3{
    font-size: 24px;
    font-weight: 700;
  }
  
  .timeline-body p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    line-height: 
    32.74px;
  }
  
  .timeline-body p b {
    font-weight: 800;
  }


  .timeline-body .image-left {
    height: 350px;
    width: 100%;
    border-radius: 20px;
    position: relative;
}

.timeline-body .image-left p{
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    background: #363232C7;
    padding: 10px 20px;
    border-radius: 0px 20px 0px 20px;
}
  
  .timeline-body img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .timeline-body a {
    position: relative;
  }
  
  /* .timeline-body a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icons/expand.svg) no-repeat;
    background-size: 20px;
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 9;
  }
  
  .timeline-body a::after {
    content: "";
    width: 32px;
    height: 32px;
    background-color: #c4c4c4;
    border-radius: 5px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 5;
    opacity: 0.7;
  } */
  
  .timeline-body a::after,
  .timeline-body a::before {
    display: none;
  }
  
  .timeline-body a:hover::after,
  .timeline-body a:hover::before {
    display: block;
  }




  .hamburger .line{
    width: 35px;
    height: 3px;
    background-color: #fdb415;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }
  
  /* ONE */
  
  #hamburger-1.is-active .line:nth-child(2){
    opacity: 0;
  }
  
  #hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  
  #hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  
  /* TWO */
  
  .btn:hover{
    transition: .5s;
    background: #FDB415;
  }






.content-mini img{
    width: 50px;
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    height: 50px;
    box-shadow: 0px 2px 4px 0px #00000040;
}

  /***media screen**/
  
.border-line::before{
    content: "";
    position: absolute;
    border: 1px solid;
    width: 276px;
    bottom: 0px;
    max-width: 100%;
}


.border-span{
    border: 1px solid;
    width: 130px;
    display: inline-block;
    margin-right: 20px;
}


.tab-compare .nav-tabs .nav-item.show .nav-link, .tab-compare .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bg-gray-dark);
    border-radius: 0px;
}


.tab-compare .nav-tabs .nav-link{
    border: 2px solid #c7e0ed !important;
    border-radius: 0px;
    font-size: 20px;
    color: #000000;
    width: 49%;
    margin-left: 4px;
}

.h-180{
    height: 180px;
}

.app-header .dropdown-menu li{
    border-bottom: 0px solid #fdb415;
}

.app-header .dropdown-menu li:last-child{
    border-bottom: 0px solid #7addb9;
}

.app-header .dropdown-menu.show {

    animation: fadeIn 0.1s ease-in-out;
  }

  /* Smooth background color change */
  .app-header .dropdown-menu {

    padding: 0;
    transition: background-color 0.3s ease-in-out; /* Smooth transition for background */
  }

  .play-btn:after {
    background: url(https://cdn-icons-png.flaticon.com/512/189/189638.png);
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    opacity: 0;
    transition: .5s;
    cursor: pointer;
    top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;

    }

.play-btn:hover:after {
    opacity: 0.9;
    transition: .5s;
}

.play-btn:hover:before {
    opacity: 1;
    transition: .5s;
    background-color: #31af9b;
}

.play-btn:before{
    transform: scale(1, 1);
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    opacity: 0;
    -webkit-animation: pulse 3s ease-out;
	-moz-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
    
    border-radius: 50px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes pulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.2;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.4;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.6;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}


.ellipse-round{
    position: relative;
}

.ellipse-round::before{
    position: absolute;
    content: "";
    background: linear-gradient(#ffff 50%, #f3f3f3 100%) no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    border-radius: 50%;
   
}

.ellipse-round::after {
    content: "";
    position: absolute;
    background: url(../img/vector-round.png) no-repeat !important;
}

.vector-round-left::after {
    content: "";
    position: absolute;
    background: url(../img/vector-round.png) no-repeat !important;
    width: 155px;
    height: 224px;
    bottom: -10%;
    left: 0;
}

.vector-round-right::after {
    content: "";
    position: absolute;
    background: url(../img/vector-round1.png) no-repeat !important;
    width: 192px;
    height: 244px;
    top: -10%;
    right: 0;
}

.vector-round-left, .vector-round-right{
    position: relative;
}

.copyrights {
    background-color: #F5F5F5;
}

.about-banner{
    height: 570px;
    background-color: #F7F7F7;
}


.about-banner .content-sec{
    width: calc(100% - 500px);
}


.about-banner h1{
    font-family: 'Poppins-Regular';
    width: 85%;
    padding: 100px 0px;
    line-height: 57.5px;
}

.about-banner h1 span{
    font-family: 'Poppins-Bold';
    color: #fdb415;
    white-space: nowrap;
}

.about-banner .img-sec{
    width: 630px;
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 0;
}

.abt-card .bg-bluebg{
    box-shadow: 0px 1px 6.1px 0px #00000040;
    font-family: 'Poppins-Regular';
}


.abt-card .name{
    font-family: 'Poppins-bold';
}

.logo-section{
    background-color: #153A69;;
}

.logo-section ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    margin: 0;
}

.logo-section li {
    display: flex;
    margin: auto;
    height: 120px;
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    position: relative;
}

.logo-section img {
    object-fit: contain;
    height: auto;
    margin: auto;
}

.logo-section li.line:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 2px;
    left: 100%;
    top: 50%;
}

.logo-section li.line:after {
    content: "";
    position: absolute;
    background: #FDB415;
    width: 20px;
    height: 20px;
    top: 43%;
    left: 140%;
    border-radius: 50px;
}

.bg-box{
    box-shadow: 2px 1px 16.3px -3px #00000040;
    background-color: #fff;
    border-radius: 20px;
}

.img-box{
    box-shadow: 1px 11px 5.5px 0px #00000040;

}

.contact-card-inner {
    box-shadow: 0px 3px 20px -4px #00000040;
    width: 1000px;
    max-width: 100%;
    margin: auto;
    border-radius: 43px;
    background: #fff;
}

.contact-card-inner .form-control{
    border:1px solid#1362C2;
}

.contact-footer .bg-foot-sec{
    display: none;
}


.contact-banner {
    background: url(../img/contact-banner.webp) no-repeat !important;
    background-position: center;
    background-size: cover !important;
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        border: 0px;
    }
    .my-class-bg .navbar-expand-lg.px-4 {
        height: 100vh;
        align-items: start;
    }
    .navbar.navbar-expand-lg{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .app-header .navbar .nav-item {
        padding: 0 10px;
    }
    .app-header .navbar .nav-link{
        line-height: 40px;
    }
    .app-header .navbar-brand img{
        object-fit: contain;
        width: 130px;
    }
    .logo-section li.line:before, .logo-section li.line:after{
        display: none;
    }
    .logo-section p{
        margin: 20px!important;
    }
    .logo-section ul{
        grid-template-columns: auto;
    }
    .timeline {
   
        grid-template-columns: 100%;
    }
    .timeline-body {
        padding-bottom: 20px;
    }

    
    .card-img-sec {
        padding-bottom: 20px;
    }
    .p-50 {
        padding: 0px 0px 40px 0px;
    }
    .w-85 {
        width: 100%;
    }
    section .display-5 {
        font-size: 38px;
        font-weight: 800;
    }
    /* .mini-banner .content-mini {
        padding: 50px;
    } */
  
    
    .ellipse-round::before, .vector-round-left::after,  .vector-round-right::after {
       display: none;
    }
}

@media (max-width: 767px) {
    ul.contact-grid {
        grid-template-columns: 100% !important;
        row-gap: 20px;
    }

    .home-banner .content-sec h1 {
        font-size: 58px;
        font-weight: 800;
    }
    section .display-4 {
        font-size: 30px;
        font-weight: 400;
    }
    .btn-more {
        font-size: 18px;
        padding: 15px 40px;
    }
    .comp-growth.line-left .timeline-body {
        padding-left: 30px!important;
    }
    .h-60{
        height: auto;
    }
    .border-line::before{
        content: "";
        position: absolute;
        border: 1px solid;
        width: 300px;
        bottom: -10px;
        max-width: 100%;
    }
    .tab-compare .nav-tabs .nav-link{
       
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .about-banner {
        height: 600px;
        background-color: #F7F7F7;
    }
    .about-banner .content-sec {
        width: 100%;
    }
    .about-banner h1 {
        font-family: 'Poppins-Regular';
        width: 100%;
        padding: 30px 0px 0px 0px;
        line-height: normal;
    }
    .about-banner .img-sec {
        width: 330px;
        position: absolute;
        right: 0;
        margin: 0;
        bottom: 0;
    }
    .timeline {
        grid-template-columns: 100%;
    }
    .timeline-body .image-left {
        height: auto;
        width: 100%;
        border-radius: 20px;
        position: relative;
        box-shadow: 2px 1px 16.3px -3px #00000040;
        background: #ffffff00;
        /* min-height: 200px; */
    }
    .timeline-body .image-left.no-img {
        
        min-height: 200px;
    }
    .timeline-body img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 20px;
    }
    .home-banner h1 {
        font-size: 36px;

    }
    .text-32 {
        font-size: 26px !important;
    }
    
    .text-36 {
        font-size: 30px !important;
    }
    .comp-growth .timeline:before, .comp-growth .timeline>li>.timeline-badge {
        left: 0%!important;
    }
    .comp-growth .timeline>li>.timeline-panel{
        width: 100%!important;
    }
    .comp-growth .timeline>li{
        padding-left: 20px!important;
    }
    .comp-growth.line-left .timeline>li{
        padding-left:0px;
    }
}

@media (max-width: 400px) {
    .home-banner{
        background: url(../img/home-banner-mob.webp) no-repeat !important;
        height: 552px;
    }
    section .display-4 {
        font-size: 24px;
        font-weight: 400;
    }
    .text-30 {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .app-header .navbar .nav-item {
        padding: 0 1rem;
    }
    .app-header .navbar .nav-link{
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 97%;
        border-radius: 0px;
        border: solid 1px #e7ecf4 !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0px 0.5rem!important;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .about-banner .img-sec{
        width: 330px;
    }
    .about-banner .content-sec{
        width: calc(100% - 0px);
    }
    
    
    .about-banner h1{
        font-family: 'Poppins-Regular';
        width: 85%;
        padding: 100px 0px;
        line-height:auto;
        font-size: 36px;
    }
    .timeline {
        grid-template-columns: 50% 50%;
    }
    .timeline-body .image-left {
        height: 300px;
        width: 100%;
        border-radius: 20px;
        position: relative;
        box-shadow: 2px 1px 16.3px -3px #00000040;
        background: #ffffff00
    }
    .timeline-body img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; 
        border-radius: 20px;
    }
    .home-banner h1 {
        font-size: 46px;

    }
    .home-banner{
        background-position: -350px center !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 401px) {
    .home-banner{
        background-position: -600px center !important;
    }
    }

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .h-180 {
        min-height: 250px;
    }
    .about-banner h1 {
        font-family: 'Poppins-Regular';
        width: 100%;
        padding: 50px 0px;
        line-height: 57.5px;
    }
    .home-banner{
        background-position: -200px center !important;
    }
}


/**journey***/



.comp-growth .timeline {
    list-style: none;
    padding: 0;
    position: relative;
    grid-template-columns: 100%;
  }
  
  .comp-growth .timeline:before {
    top: 0;
    bottom: 0px;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #606060;
    left: 50%;
    margin-left: -3px;
  }
  
  .comp-growth .timeline>li {
    margin-bottom: 30px;
    position: relative;
    background-color: #ffffff00;
    padding: 0px;
  }
  
  .comp-growth .timeline>li:after,
  .comp-growth .timeline>li:before {
    content: " ";
    display: table;
  }
  
  .comp-growth .timeline>li:after {
    clear: both;
  }
  
  .comp-growth .timeline>li>.timeline-panel {
    width: 43%;
    float: left;
    position: relative;

    background-color: #fff;
  }
  
  .comp-growth .timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #f6f8fb;
    border-right: 0 solid #f6f8fb;
    border-bottom: 15px solid transparent;
    content: "";
    display: none;
  }
  
  .comp-growth .timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f6f8fb;
    border-right: 0 solid #f6f8fb;
    border-bottom: 14px solid transparent;
    content: "";
    display: none;
  }
  
  .comp-growth .timeline>li>.timeline-badge {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    background-color: #fdb415;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }

  .comp-growth.line-left .timeline>li>.timeline-badge {
    background-color: #000000;
  }
  
  .comp-growth .timeline>li>.timeline-badge i {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .comp-growth  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
  }
  
  .comp-growth .timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  
  .comp-growth .timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  
  .comp-growth  .timeline-heading {
    padding: 16px 20px;
    background-color: #f6f8fb;
  }
  
  .comp-growth .timeline-title {
    margin: 0;
     font-family: Nunito Sans !important;
    font-size: 22px;
    line-height: 48px;
    font-weight: 600;
  }
  
  .comp-growth .timeline-body {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  
  .comp-growth  .timeline-body p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .comp-growth .timeline-body p b {
    font-weight: 800;
  }


  .comp-growth .timeline-body .image-left {
    height: 350px;
    width: 100%;
}
  
.comp-growth  .timeline-body img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .comp-growth .timeline-body a {
    position: relative;
  }
  
  .comp-growth .timeline-body a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icons/expand.svg) no-repeat;
    background-size: 20px;
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 9;
  }
  
  .comp-growth .timeline-body a::after {
    content: "";
    width: 32px;
    height: 32px;
    background-color: #c4c4c4;
    border-radius: 5px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 5;
    opacity: 0.7;
  } 
  
  .comp-growth .timeline-body a::after,
  .comp-growth .timeline-body a::before {
    display: none;
  }
  
  .comp-growth .timeline-body a:hover::after,
  .comp-growth  .timeline-body a:hover::before {
    display: block;
  }

  .comp-growth.line-left .timeline:before {
    top: 0;
    bottom: 0px;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #34343475;
    left: 0%;
    margin-left: -3px;
}

.comp-growth.line-left .timeline-body {
    padding-left: 70px;
}

.comp-growth.line-left .timeline>li>.timeline-badge {
    left: 0%;
    margin-left: -18px;
}

.bg-career-card{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
}


/* Style for the Lightbox */

.gallery-image{
    cursor: pointer;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Lightbox Image */
.lightbox-image {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

/* Navigation buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #fdb415;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 100;
}

#prev {
    left: 10px;
}

#next {
    right: 10px;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}


ul.contact-grid {
    list-style: none;
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 20px;
    width: 1000px;
    margin: auto;
    padding: 0;
    max-width: 100%;
}


ul.contact-grid li {
    box-shadow: 0px 3px 20px -4px #00000040;
    width: 100%;
    margin: auto;
    border-radius: 43px;
    background: #fff;
}


/* Hide the default file input */
.file-input {
    display: none;
}

/* Style the custom "Choose File" button */
.btn-upload {
    background-color: transparent;
    color: #000000;
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 7px;
    transition: background-color 0.3s;
    display: inline-block;
    border-width: 1px;
    border-style: dotted;
    border-color: #000;
}

.btn-upload:hover {
    background-color: transparent;
    border-color: #FDB415;
}

/* Style the file name display */
#fileName {
    font-size: 14px;
    font-style: italic;
}

/********************sitemap********************/
.sitemap-card h5 {
    font-size: 20px;
    color: #323232;
    font-weight: 900;
    margin-top: 20px;
  }

  .sitemap-card ul li{
    position: relative;
  }
  .sitemap-card ul li a {
    color: #323232;
    line-height: 35px;
    display: inherit;
    font-weight: 600;
  }  
  .sitemap-card ul li a::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-right-yellow.svg) no-repeat;
    background-size: 30px;
    position: relative;
    top: 9px;
    left: -5px;
  }
  .sitemap-card ul li a:hover {
      text-decoration: underline;
  }
  /********************************sitemap end *********************/




  @media (min-width: 1200px) {
    .news-section .container{
        max-width: 1078px;
      }
}

.entry-meta span:first-child::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fdb415;
    right: -22px;
    border-radius: 50%;
    top: 7px;
}

.entry-meta span{
    position: relative;
    margin-right: 30px;
}