@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    font-family: 'Jost', sans-serif;
}

p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #637879;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.commmon-bg{
     background: #00BDC8!important;
}
.common-btn{
    background: #00BDC8 !important;
    color:  #fff !important;
    font-size: 16px !important;
    line-height: 16px !important;
    letter-spacing: 0;
    padding: 10px 36px !important;
    border-radius: 100px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Graphik-500-Medium';
}
.common-btn:hover , .common-btn:focus{
    border: 2px solid #fff !important;
    background: #fff !important;
    color: #000 !important;

}
.common-btn1{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 100px;
    padding: 25px 60px;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #00BDC8;
}
.common-btn1 i{
    margin-right:5px;
    font-size: 18px;
}
.common-btn1:hover , .common-btn1:focus{
    background: #000 !important;
    color:  #fff !important;
}
.top-header{
    background: #222 !important;
    padding: 10px 0px;
}
.top-header .top-header-left ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-right: 25px;
    position: relative;
}
.top-header .top-header-left ul li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ccc;
}
.top-header .top-header-left .top-header-link{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-right .desc-link{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .top-header-right .desc-link li{
    margin-left: 25px;
    position: relative;
}
.top-header .top-header-right .desc-link li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ccc;
}
.top-header .top-header-right .top-header-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-left .top-header-link i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.top-header .social-icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .social-icon li{
    margin-left: 10px;
}
.top-header .social-icon li a i{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 13px;
    margin-right: 5px;
}
.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.header .navbar{
    background: #fff;
}
.header .navbar .navbar-brand img{
    width: 100px;
}
.header .navbar .navbar-brand{
    display: flex;
    align-items: center;
}
.header .navbar .navbar-brand span{
    font-weight: 400;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 4.2px;
    color: #00BDC8;
    font-size: 18px;
}
.header .navbar-nav{
    background: #00BDC8;
    border-radius: 100px;
    padding: 10px 10px;
}
.header .navbar .nav-link{
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding:7px 20px;
    margin-left: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header .navbar .nav-link i{
    font-size: 13px;
    margin-left: 3px;
}
.header .navbar .nav-link.active , .header .navbar .nav-link:hover{
    color: #fff;
    background: #000;
    border-radius: 50px;
}

.header .navbar .dropdown .dropdown-toggle::after{
    border: none;
}
.header .navbar .signup-btn{
    color: #000 !important;
    border: 2px solid #000 !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0;
    padding: 8px 16px !important;
    border-radius: 100px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 25px;
    font-family: 'Graphik-500-Medium';
}
.header .navbar .signup-btn:hover , .header .navbar .signup-btn:focus{
    background: #000 !important;
    color:  #fff !important;
}
.header .navbar .talent-btn{
   
    background: #000 !important;
    color:  #fff !important;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0;
    padding: 8px 16px !important;
    border-radius: 100px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 25px;
    font-family: 'Graphik-500-Medium';
}
.header .navbar .talent-btn:hover , .header .navbar .talent-btn:focus{
    border: 2px solid #000 !important;
    background: transparent !important;
    color: #000 !important;

}
.header .about-dropdown .dropdown-menu{
    left: -20px !important;
}
.header .dropdown .dropdown-menu{
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    left: -100%;
    top: 100%;
    list-style: none;
    opacity: 0;
    position: absolute;
    padding: 0;
    visibility: hidden;
    z-index: 10;
    border-radius: 0px;
    animation: swip_left .5s linear ;
}
/* .header .dropdown:hover .dropdown-menu{
    display: block;
    visibility: visible;
    opacity: 1;
} */
@keyframes swip_left {
    from {
        transform: translate(-100px, 0px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.header .dropdown .dropdown-menu .dropdown-list .dropdown-item{
   color: #000;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    border-left: 0px solid transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header .dropdown .dropdown-menu .dropdown-list .dropdown-item:hover{
    color: #fff ;
    background: #00BDC8;
}
.header li:hover > .dropdown-menu{
    display: block;
    animation: swip_up .3s linear 1;
    visibility: visible;
    opacity: 1;
}
.header .dropdown-submenu {
    position:relative;
}
.header .dropdown-submenu > .dropdown-menu {
    top: -1px !important;
    left: 100%;
}

@keyframes swip_up {
    from {
        transform: translate(0, 30px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
/* rotate caret on hover */
.header .dropdown-submenu  a.dropdown-toggle:after{
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0.7;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
.header .dropdown-submenu  a:hover.dropdown-toggle:after{
    color: #00BDC8 !important;
}
.header .dropdown-submenu > li:hover > .dropdown-menu{
    display: block;
} 

.header .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}
.banner .banner-img{
    width: 100%;
    height: 100vh;
    position: relative;
}
/* .banner .banner-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ce;
} */
.banner .banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.banner .banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.banner .banner-content .banner-title{
    font-size: 64px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
}
.banner .banner-content .banner-subtitle{
   font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.banner .banner-content .banner-text{
    font-weight: 400;
     font-size: 18px;
     line-height: 30px;
     color: #fff;
 }
.banner .banner-content .banner-btn{
    background: #00BDC8 !important;
    color:  #fff !important;
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 18px;
    padding: 25px 50px !important;
    border-radius: 100px;
    margin: 0px 0px 0px 0px;
    border: 2px solid #00BDC8 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner .banner-content .banner-btn i{
    margin-right: 5px;
}
.banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
  }
  .banner .banner-carousel .owl-item.active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-item.active .banner-subtitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
  }
.banner .banner-content .banner-btn:hover , .banner .banner-content .banner-btn:focus{
    border: 2px solid #fff !important;
    background: #fff !important;
    color: #000 !important;
}
.banner .banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 15px;
    background: transparent;
    border: 1px solid #ffffff6e;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    color: #ffffff6e;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.banner .banner-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 15px;
    background: transparent;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: 1px solid #ffffff6e;
    color: #ffffff6e;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.banner .banner-carousel .owl-nav button.owl-prev:hover , .banner .banner-carousel .owl-nav button.owl-next:hover{
    border-color: #fff;
    color: #fff;
}
.banner .banner-carousel .owl-dots {
    display: none;
}
.banner .play-icon {
    text-decoration: none;
    color: aliceblue;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin-left: 35px;
    display: block;
}

.banner .play-icon::after {
    content:'';
	display:block;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	border-radius:50%;
	border:1px solid #fff;
    animation: ripple 2s linear infinite;
}

.banner .play-icon::before {
    content:'';
	display:block;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	border-radius:50%;
	border:1px solid #fff;
    animation: ripple 1s linear infinite;
}
@-webkit-keyframes ripple{
	0% {-webkit-transform:scale(1); }
	50% {-webkit-transform:scale(1.2); opacity:1;}
	100% {-webkit-transform:scale(1.5); opacity:0;}
  }
  
  @keyframes ripple{
	0% {transform:scale(1); }
	50% {transform:scale(1.2); opacity:1;}
	100% {transform:scale(1.5); opacity:0;}
  }
.sx-bnr-text-masking .light {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.sx-bnr-text-masking .light h1 {
    display: inline-table;
    color: rgba(255,255,255,0);
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 128px;
    line-height: 128px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 189 200 / 68%);
}
.pillars{
    padding: 60px 0px;
}
.pillars .pillar-title{
    font-family: 'Manrope', sans-serif;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    color:#000;
    text-align: center;
}
.content-section{
    padding: 60px 0px;
}
.content-section .content-title{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    text-transform: capitalize;
    color:#000;
}
.content-section .content-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #00BDC8;
}
.content-section .content-text{
    font-size: 16px;
    line-height: 30px;
    color: #637879;
}
.content-section .content-section-right{
    position: relative;
}
.content-section .content-section-right .sx-dot-bx{
    position: absolute;
    left: inherit;
    right: 20px;
    top: -40px;
}
.content-section .img-box{
    width: 100%;
    margin: 0 auto;
    height: 650px;
    border-radius: 6px;
    position: relative;
}
.content-section .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    object-position: top;
}
.content-section .content-box{
    position: relative;
    z-index: 1;
}
.content-section .mission-vision-card{
    padding: 25px 0px;
    border-bottom: 1px solid #f1f1f1;
}
.content-section .mission-vision-card .icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f1f1f1;
    border-radius: 50%;
    text-align: center;
}
.content-section .mission-vision-card .icon img{
    width: 35px;
    margin: auto;
}
.content-section .mission-vision-card .title{
    font-size: 20px;
    font-weight: 700;
}
.content-section .mission-vision-card .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #637879;
}
.about-section{
    padding: 60px 0px;
    background: #FAFAFA;
}
.about-section .about-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #00BDC8;
    text-align: center;
}
.about-section .about-title{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 32px;
    text-transform: capitalize;
    color:#000;
    text-align: center;
}
.about-section .about-text{
    font-family: Graphik-400-Regular;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    margin-left: auto;
}
.about-section .about-service-card{
    padding: 20px;
    text-align: center;
    position: relative;
}
.about-section .about-service-card::after{
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f3f3f3;
    transition: 0.6s all;
    z-index: 0;
}
.about-section .about-service-card:hover::after{
    width: 100%;
}
.about-section .about-service-card .card-img{
    width: 150px;
    height: 150px;
    font-size: 64px;
    transition: all 0.3s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 10px;
    z-index: 1;
}
.about-section .about-service-card .card-img img{
    width: 60px;
}
.about-section .about-service-card .card-img::after{
    content: "";
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #fff;
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.about-section .about-service-card  .card-body{
    padding: 15px 0px;
    position: relative;
    z-index: 1;
}
.about-section .about-service-card  .card-body  .card-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
    font-family: 'Manrope', sans-serif;
    line-height: 1.2;
    color: #000;
    text-align: center;
}
.about-section .about-service-card  .card-body  .card-text{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #637879;
    text-align: center;
}
.about-section .about-service-card .card-body .icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    background: #fff;
    font-size: 14px;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    border-radius: 50%;
    margin: 0 auto;
}
.about-section .about-service-card .card-body .icon.active{
    background: #00BDC8;
}
.about-section .about-service-card .card-body .icon.active a{
    color: #fff !important;
}
.about-section .about-service-card:hover .icon{
    background: #00BDC8;
    color: #fff !important;
}
.about-section .about-service-card:hover .icon a{
    color: #fff !important;
}
.why-favorite{
    padding: 60px 0px;
}
.why-favorite .favorite-title{
    font-size: 32px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.why-favorite .favorite-subtitle{
    color: #00BDC8;
    font-size: 20px;
    line-height: 36px;
    font-style: italic;
}
.why-favorite .favorite-text{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #637879;
}
.why-favorite .content-list{
    margin-bottom: 0px;
}
.why-favorite .content-list li{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 28px;
    color: #6e7879;
}
.why-favorite .content-list li::before{
    content: "\f058";
    color: #00BDC8;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.why-favorite .why-favorite-left{
    position: relative;
}
.why-favorite .img-box{
    width: 100%;
    margin: 0 auto;
    height: 400px;
    border-radius: 6px;
}
.why-favorite .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.why-favorite .divider-box .icon{
   width: 50px;
   height: 50px;
   border-radius: 50%;
   line-height: 50px;
   text-align: center;
   font-size: 24px;
   background: #f7f7f7;
   color: #00BDC8;
}
.why-favorite .divider-box .card-title{
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-transform: capitalize;
}
.why-favorite .divider-box .card-text{
    font-size: 14px;
    font-weight: 400;
    color: #637879;
}
.sx-dot-bx {
    position: absolute;
    left: -150px;
    top: 0px;
    z-index: 1;
}
.sx-dot-bx .play-icon {
    text-decoration: none;
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: -140px;
    left: 60px;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin-left: 35px;
    display: block;
}

.sx-dot-bx .play-icon::after {
    content:'';
	display:block;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	border-radius:50%;
	border:1px solid #000;
    animation: ripple 2s linear infinite;
}

.sx-dot-bx .play-icon::before {
    content:'';
	display:block;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	border-radius:50%;
	border:1px solid #000;
    animation: ripple 1s linear infinite;
}
@-webkit-keyframes ripple{
	0% {-webkit-transform:scale(1); }
	50% {-webkit-transform:scale(1.2); opacity:1;}
	100% {-webkit-transform:scale(1.5); opacity:0;}
  }
  
  @keyframes ripple{
	0% {transform:scale(1); }
	50% {transform:scale(1.2); opacity:1;}
	100% {transform:scale(1.5); opacity:0;}
  }
.why-favorite .progress{
    height: 25px;
    border-radius: 3px;
    font-size: 16px;
}
.why-favorite .progress-bar{
    background: #00BDC8 !important;
}
.service{
    padding: 30px 0px;
    background: url(../images/service.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.service .service-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #00BDC8;
    text-align: center;
}
.service .service-title{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 32px;
    text-transform: capitalize;
    color:#000;
    text-align: center;
}
.service .service-card {
    border-radius: 0px;
    background: #fff;
    border: 2px solid #f6f6f6;
    padding: 20px;
    position: relative;
    transition: 0.6s all;
    width: 100%;
    height: 100%;
}
.service .service-card::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #00BDC8;
    transition: 0.6s all;
}
.service .service-card:hover::after{
   height: 100%;
}
.service .service-card:hover .card-title , .service .service-card:hover .card-text{
    color: #fff;
}
.service .service-card .card-img{
    width: 90px;
    height: 90px;
    border-radius: 0px !important;
    position: relative;
    line-height: 90px;
    text-align: center;
    margin-bottom: 5px;
    z-index: 1;
}
.service .service-card .card-img img{
   width: 64px;
   transition: 0.6s all;
}
.service .service-card .card-img .img-1{
    display: block;
}
.service .service-card .card-img .img-2{
    display: none;
}
.service .service-card:hover .img-1{
    display: none;
}
.service .service-card:hover .img-2{
    display: block;
}
.service .service-card  .card-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    transition: 0.6s all;
}
.service .service-card  .card-text{
   font-size: 16px;
   color: #637879;
   line-height: 25px;
   z-index: 1;
   position: relative;
   display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s all;
}
.service .service-card:hover .view-btn{
    background: #222 !important;
    color: #fff !important;
}
.view-btn{
    transition: 0.6s all;
    position: relative;
    z-index: 1;
    border: none !important;
    background: #00BDC8 !important;
    color:  #fff !important;
    font-size: 16px !important;
    line-height: 16px !important;
    letter-spacing: 0;
    padding: 12px 20px !important;
    border-radius: 100px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.view-btn i{
    margin-left: 3px;
    font-size: 13px;
}
.view-btn:hover , .view-btn:focus{
    background: #000 !important;
    color: #fff !important;

}
.project-counter{
    padding: 30px 0px;
}
.project-counter .border-t{
    border-top: 1px solid #efefef;
}
.project-counter .counter-box .counter-number{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 50px;
    color: #000;
    text-align: center;
}
.project-counter .counter-box .counter-title{
    color: #000;
    font-size: 24px;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
}
.bg-video{
    background: url(../images/video-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 550px;
    position: relative;
}
.bg-video::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ce;
}
.bg-video .video-bg-detail{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.bg-video .video-bg-detail .video-bg-title{
    font-size: 80px;
    color:#fff;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-transform: capitalize;
}
.bg-video .video-bg-detail .play-icon {
    text-decoration: none;
    color: #00BDC8;
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    position: relative;
    margin: auto;
    display: block;
    font-size: 30px;
}

.bg-video .video-bg-detail .play-icon::after {
    content:'';
	display:block;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	border-radius:50%;
	border:1px solid #fff;
    animation: ripple 2s linear infinite;
}

.bg-video .video-bg-detail .play-icon::before {
    content:'';
	display:block;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	border-radius:50%;
	border:1px solid #fff;
    animation: ripple 1s linear infinite;
}
.case-study{
    padding: 60px 0px;
}

.case-study .case-study-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #00BDC8;
}
.case-study .case-study-title{
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    color:#000;
}
.case-study .case-study-text{
    font-size: 16px;
    color: #637879;
    line-height: 25px;
    z-index: 1;
    position: relative;
 }
 .case-study .case-card .card-img{
    width: 100%;
    height: 350px;
 }
 .case-study .case-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
 }
 .case-study .case-card .card-detail{
    width: 90%;
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-top: -50px;
 }
 .case-study .case-card .card-detail .card-subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color:#00BDC8;
 }
 .case-study .case-card .card-detail .card-title{
    font-family: 'Manrope', sans-serif;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    color:#000;
 }
 .case-study .case-card .card-detail .read-link{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #637879;
    border-radius: 100px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
 }
 .case-study .case-card .card-detail .read-link i{
    margin-right: 5px;
 }
 .case-study .case-slider .owl-nav{
    display: none !important;
 } 
 .case-study .case-slider .owl-dots{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
 }
 .case-study .case-slider .owl-dots .owl-dot{
    width:15px;
    height: 15px;
    border-radius: 50%;
    background: #f5f5f5;
    margin: 0px 5px;
    outline: none !important;
 }
 .case-study .case-slider .owl-dots .owl-dot.active{
    background-color: #00BDC8;
 }
.our-client{
    padding: 60px 0px;
    background: #00BDC8;
}
.our-client .client-logo{
    width: 100%;
    height: 120px;
    padding: 10px;
}
.our-client .client-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blog-section{
    padding: 60px 0px;
}
.blog-section .blog-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #00BDC8;
    text-align: center;
}
.blog-section .blog-title{
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    color:#000;
    text-align: center;
}
.blog-section .c-img {
    position: relative;
    width: 100%;
    height: 250px;
  }
  .blog-section .travel-cards .card {
    border: none;
  }
  .blog-section .travel-cards .card .card-img-top {
    position: relative;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20%;
  }
  .blog-section .travel-cards .card .card-body {
    padding: 10px 0px;
  }
  .blog-section .travel-cards .card .card-body .card-title {
    color: #000;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .blog-section  .travel-cards .card .card-body .card-text {
    color: #000;
    font-size: 14px;
    margin-right: 10px;
  }
  .blog-section .travel-cards .card .card-body .card-text i {
    font-size: 13px;
    margin-right: 5px;
  }
  .blog-section .travel-cards .card .card-body .main-text {
    color: #637879 !important;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .blog-section .travel-cards .card .card-body p.card-text {
    font-size: 14px;
  }
  .blog-section  .travel-cards .card .card-body ul {
    margin-bottom: 0px;
  }
  .blog-section .travel-cards .a-comment {
    color: #000;
  }

  .blog-section .travel-cards .card .read-link{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #637879;
    border-radius: 100px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    background: #fafafa;
    border: none;
 }
 .blog-section .travel-cards .card .read-link:hover{
    background: #00BDC8;
    color: #fff !important;
 }
 .blog-section .travel-cards .card .read-link i{
    margin-right: 5px;
 }
 .blog-section .blog-carousel .owl-nav{
    display: none !important;
 } 
 .blog-section .blog-carousel .owl-dots{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
 }
 .blog-section .blog-carousel .owl-dots .owl-dot{
    width:15px;
    height: 15px;
    border-radius: 50%;
    background: #f5f5f5;
    margin: 0px 5px;
    outline: none !important;
 }
 .blog-section .blog-carousel .owl-dots .owl-dot.active{
    background-color: #00BDC8;
 }
.testimonial{
    padding: 60px 0px;
}
.testimonial .testimonial-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #00BDC8;
    text-align: center;
}
.testimonial .testimonial-title{
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    color:#000;
    text-align: center;
}
.testimonial .testimonial-card{
    padding: 25px;
    background: #fafafa;
}
.testimonial .testimonial-card .review-box{
    display: flex;
    align-items: center;
}
.testimonial .testimonial-card  .quote{
    font-size: 40px;
    color: #00BDC8;
   margin-right: 10px;
}
.testimonial .testimonial-card .testimonial-text{
    margin-bottom: 10px;
    color: #637879;
    font-size: 18px;
    line-height: 30px;
}
.testimonial .testimonial-card .testimonial-name{
    color:#000;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
.testimonial .testimonial-card .testimonial-space{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #00BDC8;
}
.testimonial-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -85px;
    background: #00BDC8;
    border: 1px solid #00BDC8;
    font-size: 18px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 0px;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border-radius: 50%;
}
.testimonial-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -85px;
    font-size: 18px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 0px;
    background: #00BDC8;
    border: 1px solid #00BDC8;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border-radius: 50%;
}
.testimonial-carousel .owl-nav button.owl-prev:hover , .testimonial-carousel .owl-nav button.owl-next:hover{
   background: #00BDC8;
   color: #fff !important;
}
.testimonial .testimonial-carousel .owl-dots {
    display: none;
}
.testimonial .sx-rating-st1{display: flex;list-style: none; align-items: center; margin-bottom: 0px; }
.testimonial .sx-rating-st1 li span{display: block; color: #E3A573;padding: 0px 2px;}
.testimonial .sx-review-count{margin: 0px 10px;}
.page-banner{
    background: url(../images/page-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 350px;
    position: relative;
}
.page-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ce;
}
.page-banner .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.page-banner .banner-subtitle{
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}
.page-banner .banner-title{
    position: relative;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 0px;
}
.page-banner .breadcrumb{
    background: #00BDC8;
    padding: 25px 50px;
    display: inline-flex;
    border-radius: 50px;
    margin-left: auto;
}
.page-banner .breadcrumb .breadcrumb-item a{
    font-size: 16px;
    color: #fafafa8a;
    font-weight: 600;
}
.page-banner .breadcrumb .breadcrumb-item.active{
    color: #fff;
    font-weight: 600;
}
.page-banner .breadcrumb-item+.breadcrumb-item::before{
    color: hsla(0, 0%, 98%, 0.541);
}
.client-detail{
    padding: 60px 0px;
}
.client-detail .client-detail-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #00BDC8;
    text-align: center;
}
.client-detail .client-detail-title{
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 60px;
    text-transform: capitalize;
    color:#000;
    text-align: center;
}
.client-detail .client-detail-logo{
    width: 100%;
    height: 180px;
    padding: 10px;
    position: relative;
    transition: 0.5s all;
}
.client-detail .client-detail-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.2;
    transform: scale(1.0);
    transition: 0.7s all;
}
.client-detail .client-detail-logo:hover img{
    transform: scale(0.7);
    opacity: 1;
}
.client-detail .client-detail-logo:hover{
    background: #eee;
}
.client-detail .client-detail-logo .right-link{
    bottom: 30px;
    left: 50%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s linear;
}
.client-detail .client-detail-logo .right-link i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #000;
       box-shadow: 4px 10px 8px rgba(0, 0, 0, 0.1);
    transition: 0.7s all;
}
.client-detail .client-detail-logo:hover .right-link{
    left: 75%;
    opacity: 1;
}
.client-detail .client-detail-logo .right-link i:hover{
    background: #00BDC8;
  
}
.client-detail .client-detail-logo .right-link :hover a{
    color: #fff !important;
}
.footer-top{
    background: #291f3b;
    padding: 100px 0px;
}
.footer-top .title{
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 60px;
    text-transform: capitalize;
    color:#fff;
    margin-bottom: 0px;
}
.footer-top .sx-nl-form-inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top .sx-nl-form-inner .sx-nl-form-input {
    width: 100%;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    text-transform: lowercase;
    background-color: transparent;
    color: #fff;
    border: 0px;
    outline: none;
}
.footer-top .sx-nl-form-inner .sx-nl-form-input::placeholder{
    color: #fff !important;
}
.sx-nl-form-inner .sx-nl-form-btn {
    background-color: transparent;
    border: none;
    color:#fff;
    font-size: 32px;
}
.footer{
    padding: 30px 0px 0px;
    background: #00BDC8;
}
.footer .footer-logo{
    margin-bottom: 15px;
}
.footer .footer-logo img{
    width: 100px;
}
.footer .footer-text{
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    color: #fafafa;
}
.footer .footer-list{
    margin-top: 10px;
}
.footer .footer-list li{
    padding-bottom: 10px;
}
.footer .footer-title{
    font-size: 17px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 25px;
    font-family: 'Manrope', sans-serif;
}
.footer .footer-link{
    font-size: 14px;
    color: #fafafa;
    text-decoration: none;
}
.footer .footer-contact-list{
    margin-top: 10px;
}
.footer .footer-contact-list li{
    padding-bottom: 15px;
}
.footer .footer-contact-list li .footer-contact{
    font-size: 15px;
    color: #fafafa;
    text-decoration: none;
}
.footer .footer-contact-list li .footer-contact i{
    margin-right: 5px;
    color: #fafafa;
}
.footer .footer-phone{
    margin-top: 20px;
}
.footer .footer-phone .icon{
    color: #fafafa;
    font-size: 50px;
    text-align: center;
}
.footer .footer-phone span{
    font-size: 15px;
    color: #fafafa;
}
.footer .footer-phone a{
    font-size: 25px;
    color: #fff;
}
.footer .footer-bottom{
    background: #20adb5;
    padding: 30px 0px;
}
.footer .footer-bottom .social-icon{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.footer .footer-bottom .social-icon li{
    margin-left: 10px;
}
.footer .footer-bottom .social-icon li a i{
    -webkit-text-stroke: 1px #fafafa;
    color: transparent;
    font-size: 16px;
    margin-right: 5px;
}
.footer .footer-copyright{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}
.footer .footer-copyright a{
    color: #fff;
    text-decoration: underline;
}

.product-detail{
    padding: 30px 0px;
}
.product-detail .img-box{
    width: 100%;
    height: 400px;
}
.product-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.product-detail .product-box-1{
    margin-left: -100px;
    z-index: 1;
    position: relative;
}
.product-detail .product-box-2{
    margin-right: -100px;
    z-index: 1;
    position: relative;
}
.product-detail .product-box{
    padding: 35px;
    background: #fafafa;
}
.product-detail .product-box-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #00BDC8;
}
.product-detail .product-box-title{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-detail .product-box-text{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
}
.contact-detail{
    padding: 60px 0px;
}
.contact-detail .contact-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #00BDC8;
}
.contact-detail .contact-title{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-detail .address-detail{
    margin-top: 40px;
}
.contact-detail .address-detail .address-box .icon{
    font-size: 20px;
    color: #637879;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #fafafa;
}
.contact-detail .address-detail .address-box .address-box-subtitle{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #637879;
}
.contact-detail .address-detail .address-box .address-box-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}
.contact-form{
    background: #f7f7f7;
    padding: 25px;
}
.contact-form .contact-form-title{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}
.contact-form form .form-control{
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #efefef !important;
    border-radius: 0px !important;
    padding: 12px 0px;
    font-size: 16px;
}
.service-detail{
    padding: 60px 0px;
}
.service-detail .detail-title{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}
.service-detail .detail-subtitle{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-detail .category-detail{
    padding: 0px 30px;
}
.category-title{
    font-size: 32px;
    margin-bottom: 10px;
    color: #000;
}
.service-detail .detail-text{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 15px;
}
.service-detail .detail-text b{
    color: #00BDC8;
    margin-right: 5px;
}
.detail-list{
    margin-top: 15px;
    list-style-type: square; 
    padding-left: 25px;
}
.detail-list li{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    margin-bottom: 15px;
}
.detail-list li::marker{
    color: #00BDC8;
}
.category-detail .img-box{
    width: 100%;
    height: 500px;
}
.category-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}
/* Sidebar */
.sidebar{
    position: sticky;
    top: 150px;
}
.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 30px;
}

.services-page .sidebar-side{
	order: 0;
}

.sidebar-page-container .sidebar{
	position: relative;
}

.sidebar-page-container .blog-sidebar{
	margin-left: -30px;
}

.sidebar-page-container .services-sidebar{
	padding-right: 20px;
}

.sidebar .sidebar-widget{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.sidebar .sidebar-widget:last-child{
	margin-bottom: 10px;
}

.sidebar .sidebar-widget .widget-inner{
	position: relative;
	display: block;
}

.sidebar .info-widget{
	text-align: center;
}

.sidebar .info-widget .widget-inner{
	background: #00BDC8;
	color: #ffffff;
}

.sidebar .info-widget .lower{
	display: block;
	padding: 30px 20px;
}

.sidebar .info-widget .image{
	position: relative;
	display: block;
	margin: 0;
}

.sidebar .info-widget .image img{
	position: relative;
	display: block;
	width: 100%;
}

.sidebar .info-widget .subtitle{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.sidebar .info-widget .icon-box{
	position: relative;
	display: block;
	font-size: 52px;
	line-height: 1em;
	margin-bottom: 30px;
}

.sidebar .info-widget .phone{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
}

.sidebar .info-widget .phone a{
	display: inline-block;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.50);
}

.sidebar .info-widget .email{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
}

.sidebar .info-widget .email a{
	color: #ffffff;
}

.sidebar .downloads-widget{
	position: relative;
}

.sidebar .downloads-widget .widget-inner{
	background: rgba(0,0,0,0.03);
	padding: 25px 30px;
}

.sidebar .downloads-widget li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.sidebar .downloads-widget li:last-child{
	border-bottom: none;
}

.sidebar .downloads-widget li a{
	position: relative;
	display: block;
	padding: 12px 0px;
	line-height: 30px;
	font-weight: 500;
	color: #222222;
	text-transform: capitalize;
}

.sidebar .downloads-widget li .fa,
.sidebar .downloads-widget li .far{
	position: relative;
	padding-right: 10px;
	font-size: 20px;
	top: 2px;
}

.sidebar .downloads-widget li a:hover{
	color: #00BDC8;
}

.sidebar-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-title h3{
	position: relative;
	display: inline-block;
	font-size:22px;
	line-height: 1.25em;
	color: #222222;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sidebar-title h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	border-bottom: 2px solid #00BDC8;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:14px 50px 14px 30px;
	border:1px solid #f0f0f0;
	background:#ffffff;
	color:#222222;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#00BDC8;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:50px;
	line-height:60px;
	display:block;
	font-size:16px;
	color:#222222;
	background:none;
	font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color: #00BDC8;
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	color:#777777;
	padding:0px 0px 25px 100px;
	min-height:105px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:25px;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .recent-posts .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	border-radius:0;	
}

.sidebar .recent-posts .post-thumb img{
	position:relative;
	display:block;
	width: 100%;	
}

.sidebar .recent-posts .text{
	font-size:16px;
	line-height:1.5em;
	color:#222222;
	font-weight:700;
	text-transform: capitalize;
	margin-bottom:7px;
}

.sidebar .recent-posts .text a{
	color:#333333;
}

.sidebar .recent-posts .text a:hover{
	color:#00BDC8;	
}

.sidebar .recent-posts .meta-info{
	position: relative;
	color: #999999;
}

.sidebar .recent-posts .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.sidebar .recent-posts .meta-info li:last-child{
	margin-right: 0;
}

.sidebar .recent-posts .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.sidebar .recent-posts .meta-info li:last-child:after{
	display: none;
}

.sidebar .recent-posts .meta-info li a{
	position: relative;
	color: #999999;
}

.sidebar .recent-posts .meta-info li a:hover{
	color: #00BDC8;
}

.sidebar .popular-tags .tags-list li{
	position:relative;
	display:inline-block;
	margin:0px 6px 10px 0px;
}

.sidebar .popular-tags .tags-list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 20px;
	background:#edf5f8;
	text-align:center;
	font-size:13px;
	font-weight: 700;
	color:#222222;
	text-transform:capitalize;
	border-radius:0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags .tags-list li a:hover{
	background-color:#00BDC8;
	border-color:#00BDC8;
	color:#ffffff;	
}

.sidebar .archives ul{
	position:relative;
}

.sidebar .archives ul li{
	position:relative;
	line-height:24px;
	font-size: 15px;
	margin-bottom: 10px;
}

.sidebar .archives ul li:last-child{
	padding-bottom: 0;
	border:none;	
}

.sidebar .archives ul li a{
	position:relative;
	color: #222222;
	display: block;
	padding-left: 22px;
	line-height:24px;
	font-weight: 400;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .archives ul li a:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f061";
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	font-size:12px;
	font-weight:700;
	color: #637879;
	z-index:5;
}

.sidebar .archives ul li a:hover:before,
.sidebar .archives ul li.active a:before{
	color: #00BDC8;
}

.sidebar .archives ul li a:hover,
.sidebar .archives ul li.active a{
	color: #00BDC8;
}

.sidebar .services-widget ul{
	position: relative;
	display: block;
}

.sidebar .services-widget ul li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.sidebar .services-widget ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	border-left: 3px solid #00BDC8;
	background: #00BDC8;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before{
	width: 100%;
}

.sidebar .services-widget ul li a{
	position: relative;
	display: block;
	background: rgba(0,0,0,0.03);
	padding: 12px 20px;
	padding-right: 50px;
	line-height: 30px;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar .services-widget ul li a:before{
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 30px;
	padding: 12px 5px;
	width: 50px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.07);
	font-size: 12px;
	font-weight: 700;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon{
	color: #ffffff;
}

.sidebar .services-widget ul li:hover a:before,
.sidebar .services-widget ul li.active a:before{
	color: #ffffff;
	border-color: rgba(255,255,255,0.20);
	-webkit-transition: all 300ms ease 200ms;
	-moz-transition: all 300ms ease 200ms;
	-ms-transition: all 300ms ease 200ms;
	-o-transition: all 300ms ease 200ms;
	transition: all 300ms ease 200ms;
}
.jobs{
    background: #f4f4f4;
    padding: 60px 0px;
}
.jobs .career-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #00BDC8;
}
.jobs .career-title{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}
.jobs .time-box{
	background: #00BDC8;
	color: #fff;
	padding:5px 10px;
	border-radius: 5px;
	margin-top: 5px;
}
.jobs .card{
	background: #fff;
    border: 2px solid #f6f6f6;
      padding:  5px;
    border: none;
}
.jobs .card-text{
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
    color: #637879;
    margin-bottom: 10px;
}
.jobs .card .card-link{
	color:#00BDC8;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	padding-top: 5px;
}
.jobs .career-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #00BDC8;
}
.jobs .career-title{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}
.quality-assurence{
    padding: 60px 0px 0px;
}
.quality-assurence .ps-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #00BDC8;
}
.quality-assurence .ps-title{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}
.ps-timeline-sec {
    position: relative;
    background: #fff;
    padding: 200px 0px;
}
.ps-timeline-sec .container {
    position: relative;
}
@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #00BDC8;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
   }
    .ps-timeline-sec .container ol:after {
        background: #00BDC8;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
   }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #00BDC8;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
       /* &:nth-child(2) {
            .img-handler-bot {
                img {
                    width: 70px;
               }
           }
       }
        */
   }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
   }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 90% !important;
        float: right !important;
        right: 0;
        top: -10px;
   }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 90% !important;
        float: right !important;
        right: 0;
        top: -60px;
   }
}
.ps-timeline-sec .container ol:before {
    background: #00BDC8;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}
.ps-timeline-sec .container ol:after {
    background: #00BDC8;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}
.ps-timeline-sec .container ol.ps-timeline {
    margin: 60px 0;
    padding: 0;
    border-top: 2px solid #00BDC8;
    list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li h5 {
    text-align: center;
    margin: -30px 0 -40px 50px;
    font-weight: 700px;
    color: #B24387;
}
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
   /* border-left-color: 4px solid $brand-color-g;
    border-right-color: transparent;
    border-top: 4px solid $brand-color-g;
    border-bottom-color: transparent;
    */
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #B24387;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top {
    border-top: 4px solid #00BDC8;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #00BDC8;
    width: 2px;
    height: 50px;
    background: #00BDC8;
    position: absolute;
    top: -50px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #00BDC8;
    width: 8px;
    height: 8px;
    background: #00BDC8;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot {
    border-bottom: 4px solid #00BDC8;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #00BDC8;
    width: 2px;
    height: 50px;
    background: #00BDC8;
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #00BDC8;
    width: 8px;
    height: 8px;
    background: #00BDC8;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 100%;
    margin: 5 auto;
}
.ps-timeline-sec .container ol.ps-timeline li h4 {
    font-size: 18px;
    color: #000;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 105px;
}
.ps-timeline-sec .container ol.ps-timeline li {
    font-size: 16px;
    color: #637879;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 50px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bottom {
    position: absolute;
    margin: 5px;
    text-align: center;
}


.social ul li {
    list-style-type: none;
    padding-left: 0px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 20px;
}
.social i {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin:0px 20px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #000;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}

#myBtn:hover {
    background-color: #00BDC8;
}
.comming-soon{
    background: url(../images/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 534px;
    position: relative;
    overflow: hidden;
}
.comming-soon .logo{
    position: relative;
    z-index: 1;
    top: 20px;
}
.comming-soon .banner-btn{
    background: #fff !important;
    color:  #000 !important;
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 18px;
    padding: 15px 50px !important;
    border-radius: 100px;
    margin: 0px 0px 0px 0px;
    border: 2px solid #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.comming-soon .banner-btn i{
    margin-right: 5px;
}
.comming-soon .logo img{
    width: 100px;
}
.comming-soon::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000da;
}
.comming-soon .content-detail{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50% , -50%);
   width: 100%;
   z-index: 1;
   text-align: center;
}
.comming-soon .comming-soon-title{
    display: inline-table;
    color: rgba(255,255,255,0);
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 128px;
    line-height: 128px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}
.our-team{
    padding: 60px 0px;
    background: #ededed;
}
.our-team .team-title{
    font-family: 'Manrope', sans-serif;
    margin-bottom: 50px;
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
}
.profile-card{
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 20px;
    position: relative;
    transition: 0.6s all;
    width: 100%;
    height: 100%;
}
.profile-card .profile-pic{
    width: 120px;
    height: 120px;
    margin: 20px auto;
    border-radius: 50%;
    position: relative;
    transition: 500ms all;
    border: 4px solid #00BDC8;
}
.profile-card .profile-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}
.profile-card  .social-icon{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 15px;
}
.profile-card  .social-icon li{
    margin-left: 10px;
}
.profile-card  .social-icon li a i{
    -webkit-text-stroke: 1px #637879;
    color: transparent;
    font-size: 13px;
    margin-right: 5px;
}
.profile-card .profile-content{
    position: relative;
    padding-top: 5px;
}
.profile-card .card-title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 5px;
}
.profile-card .card-text{
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
   color: #838383;
}
.profile-card:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.profile-card:hover .profile-pic::after{
    visibility: visible;
    opacity: 1;
}
.profile-card:hover .card-title{
    color: #00BDC8;
}
.profile-card:hover .icon{
    background: #00BDC8;
}
.Fintech{
    padding: 60px 0px;
}
.Fintech .fintech-title{
    font-size: 32px;
    margin-bottom: 10px;
    color: #000;
}
.Fintech .Fintech-list{
    margin-top: 15px;
    list-style-type: square; 
    padding-left: 25px;
}
.Fintech .Fintech-list li{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    margin-bottom: 15px;
}
.Fintech .fintech-right{
    position: relative;
}
.Fintech .fintech-right .sx-dot-bx{
    position: absolute;
    left: inherit;
    right: 20px;
    top: -40px;
}
.Fintech .img-box{
    width: 100%;
    margin: 0 auto;
    height: 280px;
    border-radius: 6px;
    position: relative;
}
.Fintech .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.Fintech-banner{
    background: url(../images/hand-with-card-laptop.jpg) !important;
}
.vision-mission{
    overflow-x: hidden;
 }
 .vision-mission .vision-box{
     background:url(../images/vision.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     position: relative;
     padding: 30px;
 }
 .vision-mission  .mission-box{
     background:rgba(0,0,0,0.03);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     position: relative;
     padding: 30px;
 }
 .vision-mission  .vision-box::after{
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0.7;
     background: linear-gradient(to right, #3e3978 0%, #5d5d5d 100%);
 }
 .vision-mission  .vision-box .title {
     color: #fff !important;
     margin-bottom: 18px;
     font-size: 26px;
     font-weight: 700;
     letter-spacing: 1.2px;
     position: relative;
     z-index: 1;
 }
 .vision-mission   .vision-box ul{
    margin-top: 20px;
    position: relative;
    z-index: 1;
    list-style-type: square;
    padding-left: 25px;
 }
 .vision-mission   .vision-box li{
     font-size: 16px;
     line-height: 28px;
     color: #fff;
     margin-bottom: 15px;
     position: relative;
     z-index: 1;
 }
 .vision-mission  .mission-box .title {
     color: #222 !important;
     margin-bottom: 18px;
     font-size: 26px;
     font-weight: 600;
     letter-spacing: 2.2px;
     position: relative;
     z-index: 1;
 }
 .vision-mission  .mission-box ul{
    margin-top: 20px;
    position: relative;
    z-index: 1;
    list-style-type: square;
    padding-left: 25PX;
 }
 .vision-mission  .mission-box li{
     font-size: 16px;
     line-height: 28px;
     color: #637879;
     margin-bottom: 15px;
     position: relative;
     z-index: 1;
 }
.strategic-detail{
   padding: 60px 0px;
}
.strategic-detail .strategic-title{
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
}
.strategic-detail .strategic-text{
     font-size: 16px;
     line-height: 28px;
     color: #637879;
     margin-bottom: 15px;
     position: relative;
     z-index: 1;
 }
.strategic-detail .product-box{
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 5px;
}
.strategic-detail .product-box:hover{
    background: #00BDC8;
}
.strategic-detail .product-box:hover .title{
    color: #fff;
}
.strategic-detail .product-box:hover img{
    filter: brightness(0) invert(1);
}
.strategic-detail .product-box .icon{
    text-align: center;
    margin-bottom: 15px;
}
.strategic-detail .product-box .icon img{
    width: 64px;
}
.strategic-detail .product-box .title{
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
}
.challenge-detail{
    padding: 60px 0px;
    background: #00BDC8;
    width: 100%;
}
.challenge-detail .challenge-title{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    text-transform: capitalize;
    color:#fff;
    text-align: center;
}
.challenge-detail .challenge-box{
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding:25px 20px;
    position: relative;
    transition: 0.6s all;
    width: 100%;
    height: 100%;
}
.challenge-detail .challenge-box .icon{
    text-align: center;
}
.challenge-detail .challenge-box .icon img{
    width:50px;
    filter: brightness(0) invert(0);
}
.challenge-detail .challenge-box .text{
    font-size: 16px;
    line-height: 28px;
    color: #000;
    position: relative;
    z-index: 1;
}
.challenge-detail .challenge-box .text .common{
    color: #00BDC8;
}
.benifiting-challenge{
    padding: 60px 0px;
}
.benifiting-challenge .benifit-title{
    margin-bottom: 20px;
        font-weight: 600;
        font-size: 32px;
        text-transform: capitalize;
        color:#000;
        text-align: center;
}
.benifiting-challenge .benifit-card{
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.benifiting-challenge .benifit-card .card-img{
    width: 100%;
    height: 250px;
}
.benifiting-challenge .benifit-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benifiting-challenge .benifit-card .card-body{
    padding: 15px;
}
.benifiting-challenge .benifit-card .card-title{
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Fintech.strategic-detail{
    background: rgba(0,0,0,0.03);
}
.Fintech.strategic-detail .product-box {
    background: #fff;
}
.Fintech.strategic-detail .product-box .title{
    font-size: 16px;
}
.Fintech.strategic-detail .product-box:hover{
    background: #00BDC8;
}
.agritech-banner{
    background: url(../images/agritech/banner.jpg) !important;
}
.agritech-detail{
    padding: 60px 0px;
 }
 .agritech-detail .agritech-title{
     font-size: 32px;
     margin-bottom: 20px;
     color: #000;
     text-align: center;
 }
 .agritech-detail .product-box{
     border: 1px solid #efefef;
     padding: 20px;
     border-radius: 5px;
 }
 .agritech-detail .product-box:hover{
     background: #00BDC8;
 }
 .agritech-detail .product-box:hover .title{
     color: #fff;
 }
 .agritech-detail .product-box:hover img{
     filter: brightness(0) invert(1);
 }
 .agritech-detail .product-box .icon{
     text-align: center;
     margin-bottom: 25px;
 }
 .agritech-detail .product-box .icon img{
     width: 100px;
 }
 .agritech-detail .product-box .title{
     font-size: 16px;
     text-align: center;
     margin-bottom: 0px;
 }
 .agritech{
    padding: 60px 0px;
}
.agritech .agritech-title{
    font-size: 32px;
    margin-bottom: 10px;
    color: #000;
}
.agritech .agritech-list{
    margin-top: 15px;
    list-style-type: square; 
    padding-left: 25px;
}
.agritech .agritech-list li{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    margin-bottom: 15px;
}
.agritech .agritech-list li::marker{
    color: #00BDC8;
}
.agritech .agritech-img {
    z-index: 1;
    position: relative;
    text-align: center;
}
.agritech .agritech-img img{
    width: 100%;
    border-radius: 5px;
}
.agritech .agritech-img .img-2{
    position: relative;
    width: 250px;
    margin: 0 auto;
}
.agritech .agritech-img .img-1
{
    position: absolute;
    top: -10%;
    right: 5%;
    width: 250px;
}
.agritech .image--container{
    display: grid;
    grid-auto-rows: 180px;
    grid-gap: 10px;
    grid-template-columns: repeat(2 , minmax(200px , 1fr));
    grid-auto-flow: dense;
    position: relative;
    z-index: 1;
}
.agritech .box{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.agritech .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px;
}
.agritech .box.tall{
    grid-row: span 2;
}
.agritech .box.wide{
    grid-column: span 2; 
}
.pest-control{
    padding: 60px 0px;
}
.pest-control .pest-control-title{
    font-size: 32px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}
.pest-control .pest-card{
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}
.pest-control .pest-card .icon{
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.pest-control .pest-card .icon img{
    width: 84px;
}
.pest-control .pest-card .card-detail{
    padding:10px  20px;
}
.pest-control .pest-card .card-detail .card-title{
    font-size:22px;
    margin-bottom: 10px;
    color: #00BDC8;
}
.pest-control .pest-card .card-detail .card-text{
    font-size: 16px;
    line-height: 25px;
    color: #ffffffbe;
}
.pest-control .pest-card .card-detail ul{
    margin-top: 15px;
    list-style-type: square; 
    padding-left: 25px;
}
.pest-control .pest-card .card-detail ul li{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    margin-bottom: 15px;
}
.pest-control .pest-card .card-detail ul li::marker{
    color: #00BDC8;
}
.big-data{
    padding: 60px 0px;
}
.big-data .big-data-title{
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.big-data .big-data-text{
    font-size: 18px;
    margin-bottom: 10px;
    color: #6e7879;
    line-height: 28px;
    text-align: justify;
}
.big-data-img{
 width: 100%;
 height: 300px;
 position: relative;
}
.big-data-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.big-data-img::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #ededed;
    top: -15px;
    left: -15px;
    position: absolute;
}
.big-data-service{
    padding: 30px 0px;
}
.big-data-service .service-title{
    font-size:32px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}
.big-data-service .big-data-box{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.big-data-service .big-data-box .card-img{
    width: 100%;
    height: 220px;
}
.big-data-service .big-data-box .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.big-data-service .big-data-box .card-body{
   padding: 20px 10px;
}
.big-data-service .big-data-box .card-body .card-title{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.big-data-service .big-data-box .card-body .card-text{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
}
.big-data-help{
    padding: 60px 0px;
}
.big-data-help .help-title{
    font-size:32px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}
.big-data-help .data-box .icon {
    text-align: center;
    position: relative;
}
.big-data-help .data-box .icon::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80%;
    height: 100%;
    background: #fafafa;
    border-radius: 2px 20px 2px 20px;
    z-index: -1;
}
.big-data-help .data-box .icon img{
    width: 64px;
}
.big-data-help .data-box .card-title{
    font-size: 18px;
    font-weight: 600;
}
.automation-banner{
    background: url(../images/automation/banner.jpg) !important;
}
.automation-detail{
    padding: 60px 0px;
}
.automation-detail .automation-title{
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.automation-detail .automation-text{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #6e7879;
    margin-bottom: 15px;
}
.automation-detail .automation-desc{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 15px;
}
.automation-detail .automation-subtitle{
    font-size: 26px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-align: center;
}
.automation-detail .automation-subtitle1{
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.automation-detail .automation-box{
    background: #fff;
    padding: 10px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
.automation-detail .automation-box .icon{
    text-align: center;
    margin-bottom: 25px;
}
.automation-detail .automation-box .icon img{
    width: 64px;
}
.automation-detail .automation-box .card-text{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
}
.automation-detail .automation-list{
    margin-top: 15px;
    list-style-type: square; 
    padding-left: 25px;
}
.automation-detail .automation-list li{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    margin-bottom: 15px;
}
.automation-detail .automation-list li::marker{
    color: #00BDC8;
}
.automation-detail .automation-right{
    position: relative;
}
.automation-detail .automation-right .sx-dot-bx{
    position: absolute;
    left: inherit;
    right: 20px;
    top: -40px;
}
.automation-detail .img-box{
    width: 100%;
    margin: 0 auto;
    height: 480px;
    border-radius: 6px;
    position: relative;
}
.automation-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.text-box{
    padding: 20px;
    border-left: 3px solid #00BDC8;
    background: #f9f9f9;
    margin-bottom: 25px;
}
.text-box .title{
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}
.text-box .text{
    font-size: 15px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 15px;
}
.form-section{
    overflow-x: hidden;
 }
 .form-section .form-box{
     background:url(../images/vision.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     position: relative;
     padding: 30px;
 }
 .form-section  .content-box{
     background:#00BDC8;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     position: relative;
     padding: 30px;
 }
 .form-section  .form-box::after{
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0.7;
     background: linear-gradient(to right, #3e3978 0%, #5d5d5d 100%);
 }
 .get-touch{
    background: url(../images/video-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 60px 0px;
    height: 100%;    
    position: relative;
}
.get-touch::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ce;
}
.get-touch .get-touch-left{
    padding: 30px;
}
.get-touch h1{
    font-size: 46px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 300;
}
.get-touch h1 i{
    color: #00BDC8;
    margin: 0px 5px;
    font-size: 50px;
}
.get-touch p{
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
    line-height: 28px;
   
}
.get-touch .get-touch-form{
    background: #fff;
    padding:40px 30px;
    position: relative;
    z-index: 1;
}
.get-touch .get-touch-form .subtitle{
    font-size: 14px;
    color: #000;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform:uppercase ;
}
.get-touch .get-touch-form .title{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.get-touch .get-touch-form .title .common{
    color: #00BDC8;
}
.get-touch .get-touch-form input , .get-touch .get-touch-form  select , .get-touch .get-touch-form  textarea{
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0px;
    font-size: 15px;
    padding: 15px 0px;
    color: #6e7879;
}
.submit-btn {
    background: #00BDC8 !important;
    color:  #fff !important;
    font-size: 16px !important;
    line-height: 16px !important;
    letter-spacing: 0;
    padding: 15px 36px !important;
    border-radius: 100px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Graphik-500-Medium';
}
.submit-btn i{
    margin-left: 8px;
}
 .submit-btn:hover ,  .submit-btn:focus{
    background: #00BDC8;
    color: #fff;
}
.aviation-banner{
    background: url(../images/aviation.jpg) !important;
}
.aviation{
    padding: 60px 0px;
}
.aviation .aviation-title{
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.aviation .aviation-subtitle{
    font-size: 20px;
    margin-bottom: 20px;
    color: #00BDC8;
    font-weight: 600;
}
.aviation .aviation-text{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 10px;
}
.aviation .aviation-right{
    position: relative;
}
.aviation .aviation-right .sx-dot-bx{
    position: absolute;
    left: inherit;
    right: 20px;
    top: -40px;
}
.aviation .aviation-right .img-box{
    width: 100%;
    margin: 0 auto;
    height: 480px;
    border-radius: 6px;
    position: relative;
}
.aviation .aviation-right .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.aviation .box{
    border: 2px solid #00BDC8;
    color: #00BDC8;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 30px;
}
.iot-banner{
    background: url(../images/iot.jpg) !important;
}
.iot{
    padding: 60px 0px;
}
.iot .iot-title{
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.iot .iot-subtitle{
    font-size: 20px;
    margin-bottom: 20px;
    color: #00BDC8;
    font-weight: 600;
}
.iot .iot-text{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 10px;
}
.iot .iot-right{
    position: relative;
}
.iot .iot-right .sx-dot-bx{
    position: absolute;
    left: inherit;
    right: 20px;
    top: -40px;
}
.iot .iot-right .img-box{
    width: 100%;
    margin: 0 auto;
    height: 280px;
    border-radius: 6px;
    position: relative;
}
.iot .iot-right .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.solutions{
    padding: 60px 0px;
}
.solutions h2{
    font-size: 32px;
    margin-bottom:30px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.solutions .card-title{
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    
}
.solutions .card{
    border: 1px solid #efefef;
}
.solutions .card-title img{
    width: 40px;
    margin-right: 10px;
}
.solutions .card-text{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 5px;
}
.solutions ul{
    margin-top: 10px;
    list-style-type: square;
    padding-left: 25px;
    margin-bottom: 0px;
}
.solutions ul li{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 5px;   
}
.solutions ul li::marker{
    color: #00BDC8;
}
.development-banner{
    background: url(../images/development/banner.jpg) !important;
    background-position: center !important;
}
.development-detail{
    padding: 60px 0px;
}
.development-detail .development-title{
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.development-detail .development-subtitle{
    font-size: 20px;
    margin-bottom: 20px;
    color: #00BDC8;
    font-weight: 600;
}
.development-detail .development-text{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 10px;
}
.development-detail .development-detail-right{
    position: relative;
}
.development-detail .development-detail-right .sx-dot-bx{
    position: absolute;
    left: inherit;
    right: 20px;
    top: -40px;
}
.development-detail .development-detail-right .img-box{
    width: 100%;
    margin: 0 auto;
    height: 480px;
    border-radius: 6px;
    position: relative;
}
.development-detail .development-detail-right .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.development-detail ul{
    margin-top: 10px;
    list-style-type: square;
    padding-left: 25px;
    margin-bottom: 0px;
}
.development-detail ul li{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 10px;   
}
.development-detail ul li::marker{
    color: #00BDC8;
}




.trade-img {
    z-index: 1;
    position: relative;
    text-align: center;
    z-index: 1;
}
.trade-img img{
    width: 100%;
    border-radius: 5px;
}
.trade-img .img-1
{
    width: 300px;
    max-width: 100%;
   position: relative;
   z-index: 1;
}
.trade-img::after{
    content: "";
    position: absolute;
    right: 10px;
    top: -20px;
    background: #00BDC8;
    width: 300px;
    max-width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 5px;
}


.logistic-detail{
    padding: 60px 0px;
}
.logistic-detail .logistic-title{
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.logistic-detail .logistic-subtitle{
    font-size: 20px;
    margin-bottom: 20px;
    color: #00BDC8;
    font-weight: 600;
}
.logistic-detail .logistic-text{
    font-size: 16px;
    line-height: 28px;
    color: #6e7879;
    margin-bottom: 10px;
}
.logistic-detail .logistic-right{
    position: relative;
}
.logistic-detail .logistic-right .sx-dot-bx{
    position: absolute;
    left: inherit;
    right: -20px;
    top: -20px;
}
.logistic-detail .logistic-right .img-box{
    width: 100%;
    margin: 0 auto;
    height: 430px;
    border-radius: 6px;
    position: relative;
}
.logistic-detail .logistic-right .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    object-position: top;
}
.logistic-detail .logistic-left {
    position: relative;
}
.logistic-detail .logistic-left  .sx-dot-bx{
    position: absolute;
    left: inherit;
    right: 20px;
    top: -40px;
}
.logistic-detail .logistic-left .img-box{
    width: 100%;
    margin: 0 auto;
    height: 380px;
    border-radius: 6px;
    position: relative;
}
.logistic-detail .logistic-left .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}




.logistic-service{
    padding: 20px 0px 30px;
}
.logistic-service .service-card{
    padding: 20px;
    border: 1px solid #f1eeeb;
    position: relative;
    width: 100%;
    height: 100%;
}
.logistic-service .service-card .back-img {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    opacity: 0.1;
    filter: opacity(0.2);
}
.logistic-service .service-card .icon{
    margin-bottom: 10px;
}
.logistic-service .service-card .icon img{
    width: 50px;
}
.logistic-service .service-card .card-title{
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #222;
    position: relative;
    z-index: 1;
}
.logistic-service .service-card .card-text{
        font-size: 15px;
        font-weight: 400;
        line-height: 1.75em;
        color: #666;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
}


.logistic-list-detail{
    padding: 0px 0px 30px;
    position: relative;
}
.logistic-list-detail .logistic-title{
    font-size: 32px;
    margin-bottom: 10px;
    color: #000;
}
.logistic-list-detail .logistic-list{
    margin-top: 15px;
    list-style-type: square; 
    padding-left: 25px;
}
.logistic-list-detail .logistic-list li{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 26px;
    margin-bottom: 15px;
}
.logistic-list-detail .logistic-list li::marker{
    color: #00BDC8;
}
.logistic-list-detail .logistic-grid-img {
    z-index: 1;
    position: relative;
    text-align: center;
}
.logistic-list-detail .logistic-grid-img img{
    width: 100%;
    border-radius: 5px;
}
.logistic-list-detail .logistic-grid-img .img-2{
    position: absolute;
    width: 350px;
       top: -10%;
    left: 0;
}
.logistic-list-detail .logistic-grid-img .img-1
{
    position: relative;
 z-index: 1;
    width: 250px;
    right: -80px;
}

.logistic-list-detail .image--container{
    display: grid;
    grid-auto-rows: 180px;
    grid-gap: 10px;
    grid-template-columns: repeat(2 , minmax(200px , 1fr));
    grid-auto-flow: dense;
    position: relative;
    z-index: 1;
}
.logistic-list-detail .box{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.logistic-list-detail .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px;
}
.logistic-list-detail .box.tall{
    grid-row: span 2;
}
.logistic-list-detail .box.wide{
    grid-column: span 2; 
}






@media (min-width:2000px) {
   
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }
    .mobile-header .navbar-brand img , .mobile-header .logo img{
        width: 50px;    
    }
    .mobile-header .navbar-brand span{
        color: #00BDC8;
        margin-left: 10px !important;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #000;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
        color: #000;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    
    .toggler {
    color: #00BDC8;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #00BDC8;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .mobile-header .offcanvas-body .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .mobile-header .offcanvas-body .social-icon li{
        margin-left: 10px;
    }
    .mobile-header .offcanvas-body .social-icon li a i{
        -webkit-text-stroke: 1px #637879;
        color: transparent;
        font-size: 13px;
        margin-right: 5px;
    }
    .banner .banner-img{
        height: 60vh;
    }
    .banner .banner-content .banner-title , .page-banner .banner-title{
        font-size: 36px;
    }
    .page-banner .breadcrumb{
        padding: 12px 30px;
    }
    .sx-bnr-text-masking .light h1{
        font-size: 40px;
    }
    .sx-bnr-text-masking .light{
        right: 20px;
    }
    .banner .banner-carousel .owl-nav{
        display: none;
    }
    .about-section .about-title , .why-favorite .favorite-title , .bg-video .video-bg-detail .video-bg-title , .client-detail .client-detail-title , .contact-title{
        font-size: 26px !important;
    }
    .sx-dot-bx{
        left: -75px;
    }
    .bg-video .video-bg-detail .play-icon{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
    .testimonial .testimonial-card .testimonial-text{
        font-size: 20px;
        line-height: 36px;
    }
    .testimonial .testimonial-card .testimonial-name{
        font-size: 24px;
    }
    .testimonial-carousel .owl-nav{
        display: none;
    }
    .footer-top .title{
        font-size: 30px;
    }
    .project-counter .counter-box .counter-number{
        font-size: 30px;
    }
    .project-counter .counter-box .counter-title{
        font-size: 16px;
    }
    .footer-top .sx-nl-form-inner .sx-nl-form-input{
        font-size: 20px;
    }
    .service-detail .category-detail{
        padding:30px 0px;
        }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }
    .mobile-header .navbar-brand img ,  .mobile-header .logo img{
        width: 50px;    
    }
    .mobile-header .navbar-brand span{
        color: #00BDC8;
        margin-left: 10px !important;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #000;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
        color: #000;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    
    .toggler {
    color: #00BDC8;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #00BDC8;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .mobile-header .offcanvas-body .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .mobile-header .offcanvas-body .social-icon li{
        margin-left: 10px;
    }
    .mobile-header .offcanvas-body .social-icon li a i{
        -webkit-text-stroke: 1px #637879;
        color: transparent;
        font-size: 13px;
        margin-right: 5px;
    }
    .banner .banner-img{
        height: 60vh;
    }
    .banner .banner-content .banner-title , .page-banner .banner-title{
        font-size: 36px;
    }
    .page-banner .breadcrumb{
        padding: 12px 30px;
    }
    .sx-bnr-text-masking .light h1{
        font-size: 40px;
    }
    .sx-bnr-text-masking .light{
        right: 20px;
    }
    .banner .banner-carousel .owl-nav{
        display: none;
    }
    .about-section .about-title , .why-favorite .favorite-title , .bg-video .video-bg-detail .video-bg-title , .client-detail .client-detail-title , .contact-title{
        font-size: 26px !important;
    }
    .sx-dot-bx{
        left: -75px;
    }
    .bg-video .video-bg-detail .play-icon{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
    .testimonial .testimonial-card .testimonial-text{
        font-size: 20px;
        line-height: 36px;
    }
    .testimonial .testimonial-card .testimonial-name{
        font-size: 24px;
    }
    .testimonial-carousel .owl-nav{
        display: none;
    }
    .footer-top .title{
        font-size: 30px;
    }
    .project-counter .counter-box .counter-number{
        font-size: 30px;
    }
    .project-counter .counter-box .counter-title{
        font-size: 16px;
    }
    .footer-top .sx-nl-form-inner .sx-nl-form-input{
        font-size: 20px;
    }
    .service-detail .category-detail{
        padding:0px 0px;
        }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }
    .mobile-header .navbar-brand img , .mobile-header .logo img{
        width: 50px;    
    }
    .mobile-header .navbar-brand span{
        color: #00BDC8;
        margin-left: 10px !important;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 17px;
        color: #000;
        position: relative;
        line-height: 27px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
        color: #000;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    
    .toggler {
    color: #00BDC8;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #00BDC8;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .mobile-header .offcanvas-body .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .mobile-header .offcanvas-body .social-icon li{
        margin-left: 10px;
    }
    .mobile-header .offcanvas-body .social-icon li a i{
        -webkit-text-stroke: 1px #637879;
        color: transparent;
        font-size: 13px;
        margin-right: 5px;
    }
    .banner .banner-img{
        height: 60vh;
    }
    .banner .banner-content .banner-title , .page-banner .banner-title{
        font-size: 36px;
    }
    .page-banner .breadcrumb{
        padding: 12px 30px;
    }
    .sx-bnr-text-masking .light h1{
        font-size: 40px;
    }
    .sx-bnr-text-masking .light{
        right: 20px;
    }
    .banner .banner-carousel .owl-nav{
        display: none;
    }
    .big-data .big-data-title , .about-section .about-title , .why-favorite .favorite-title , .bg-video .video-bg-detail .video-bg-title , .client-detail .client-detail-title , .contact-title{
        font-size: 26px !important;
    }
    .sx-dot-bx{
        left: -75px;
    }
    .bg-video .video-bg-detail .play-icon{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .testimonial .testimonial-card .testimonial-text{
        font-size: 20px;
        line-height: 36px;
    }
    .testimonial .testimonial-card .testimonial-name{
        font-size: 24px;
    }
    .testimonial-carousel .owl-nav{
        display: none;
    }
    .footer-top .title{
        font-size: 30px;
    }
    .product-detail .product-box-1{
        margin-left: 0px;
    }
    .product-detail .product-box-2{
        margin-right: 0px;
    }
    .service-detail .category-detail{
        padding:30px 0px;
        }
        .agritech .image--container , .logistic-list-detail .image--container {
            grid-template-columns: repeat(1 , minmax(200px , 1fr));
        }
        .agritech .agritech-img{
            text-align: left;
        }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }
    .mobile-header .navbar-brand img , .mobile-header .logo img {
        width: 50px;    
    }
    .mobile-header .navbar-brand span{
        color: #00BDC8;
        margin-left: 10px !important;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #000;
        font-family: 'Graphik-500-Medium';
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
        color: #000;
        font-family: 'Graphik-500-Medium';
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    
    .toggler {
    color: #00BDC8;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #00BDC8;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .mobile-header .offcanvas-body .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
    .mobile-header .offcanvas-body .social-icon li{
        margin-left: 10px;
    }
    .mobile-header .offcanvas-body .social-icon li a i{
        -webkit-text-stroke: 1px #637879;
        color: transparent;
        font-size: 13px;
        margin-right: 5px;
    }
    .banner .banner-img{
        height: 60vh;
    }
    .banner .banner-content .banner-title , .page-banner .banner-title{
        font-size: 36px;
    }
    .page-banner .breadcrumb{
        padding: 12px 30px;
    }
    .sx-bnr-text-masking .light h1{
        font-size: 40px;
    }
    .sx-bnr-text-masking .light{
        right: 20px;
    }
    .banner .banner-carousel .owl-nav{
        display: none;
    }
    .about-section .about-title , .why-favorite .favorite-title , .bg-video .video-bg-detail .video-bg-title , .client-detail .client-detail-title , .contact-title , .big-data .big-data-title{
        font-size: 26px !important;
    }
    .sx-dot-bx{
        left: -75px;
    }
    .bg-video .video-bg-detail .play-icon{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .testimonial .testimonial-card .testimonial-text{
        font-size: 20px;
        line-height: 36px;
    }
    .testimonial .testimonial-card .testimonial-name{
        font-size: 24px;
    }
    .testimonial-carousel .owl-nav{
        display: none;
    }
    .footer-top .title{
        font-size: 30px;
    }
    .product-detail .product-box-1{
        margin-left: 0px;
    }
    .product-detail .product-box-2{
        margin-right: 0px;
    }
    .service-detail .category-detail{
    padding:30px 0px;
    }
    .about-content .about-img .img-1{
        right: 0;
    }
   .agritech .image--container , .logistic-list-detail .image--container {
        grid-template-columns: repeat(1 , minmax(200px , 1fr));
    }
    .agritech .agritech-img{
        text-align: left;
    }
    .trade-img::after{
        right: 25px;
    }
    .logistic-list-detail .logistic-grid-img .img-1{
        width: 100%;
    }
    .logistic-detail .logistic-right .sx-dot-bx{
        right: 0px;
    }
}
