@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto';
    background-color: var(--bodyBg-color);
    color: var(--black-color);
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
	width: 0.3125rem;
	height: 0.3125rem;
	border: none;
	background: transparent;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
	display: none;
}
::-webkit-scrollbar-thumb {
	border-radius: 0.375rem;
	background-color: var(--black-color);
}
::-webkit-scrollbar-track {
background-color: var(--light-color1);
border: 0.0625rem solid transparent;
background-clip: content-box;
}


html{
    font-size: 16px;
}


/* ------------- Light & dark color codes start--------------------- */



:root {
    --bodyBg-color: #ffffff !important;
    --headerbg-color: #ffffff !important;
    --bannerbg-color: #2E2E36 !important;

    --primary-color: #029CFA !important;
    --secondary-color: #741BBE !important;
    --darkGreen-color: #0ABEB4 !important;
    --darkPurple-color: #580c97 !important;

    --black-color: #011631 !important;
    --white-color: #ffffff !important;
    --gray-color: #627792 !important;

    --disabled-color: #dedede !important;
    --border-color: #BBCEE0 !important;
    --cardShadow-color: #d3d9e5 !important;


    

    --whoWe-color1: #33D0C6 !important;
    --whoWe-color2: #F78307 !important;
    --whoWe-color3: #E413F2 !important;
    --control-bg: #EDF2F9 !important;
    --activeWhite-color: #ffffff !important;
}

/* ------------- Light & dark color codes End--------------------- */



body .fi {
    display: inline-flex;
    position: relative;
    top: 3px;                                                                                         
 }

.w-40{
    width: 40% !important;
}
.weight-400{
	font-weight: 400 !important;
}
.weight-500{
	font-weight: 500 !important;
}
.weight-600 {
	font-weight: 600 !important;
}
.weight-700 {
    font-weight: 700 !important;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

ul {
	list-style-type: none;
}

body .color-blue{
    color: var(--primary-color) !important;
}
body .color-purple{
    color: var(--secondary-color) !important;
}
body .color-white{
    color: var(--white-color) !important;
}
body .color-black{
    color: var(--black-color) !important;
}

body .padding-tb-100{
    padding: 100px 0;
}
body .padding-tb-80{
    padding: 80px 0;
}
body .padding-tb-60{
    padding: 60px 0;
}
body .padding-tb-50{
    padding: 50px 0;
}

body .font-12 {
	font-size: 12px !important;
}
body .font-13 {
	font-size: 13px !important;
}
body .font-14 {
	font-size: 14px !important;
}
body .font-15 {
	font-size: 15px !important;
}
body .font-16 {
	font-size: 16px !important;
}
body .font-18 {
	font-size: 18px !important;
}

body h2 {
    font-size: 44px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 30px;
}
body h3 {
    font-size: 24px;
    color: var(--black-color);
    font-weight: 600;
}
body h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 0;
}
body h6 {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
}

body p{
    font-size: 15px;
    color: var(--gray-color);
    font-weight: 500;
}

body .border-bottom {
    border-bottom: 1px solid var(--border-color) !important;
}
body .border-right {
    border-right: 1px solid var(--border-color) !important;
}


body .btn {
    font-size: 16px;
    color: var(--black-color);
    padding: 10px 22px;
    background-color: transparent;
    border-radius: 8px;
    border: 0;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
body .btn:disabled {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn.disabled {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn:disabled:hover,
body .btn.disabled:hover {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn:disabled:hover:after,
body .btn.disabled:hover:after {
	display:none;
}
body .btn:focus {
	box-shadow: none;
	outline: none;
}
body .btn i{
    margin-right: 5px;
}
body .btn-primary {
	background-color: var(--primary-color);
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}
body .btn-primary:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
}
body .btn-primary:focus {
	background-color: var(--secondary-color);
	box-shadow: none;
	outline: none;
}

body .btn-secondary {
	background-color: var(--secondary-color);
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}
body .btn-secondary:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}
body .btn-secondary:focus {
	background-color: var(--primary-color);
	box-shadow: none;
	outline: none;
}

body .btn-round{
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 35px;
    padding: 8px;
    padding-right: 20px;
}
body .btn-round span{
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 25px;
    margin-right: 16px;
}
body .btn-round:hover{
    color: var(--primary-color) !important;
    border-color: transparent;
    transition: all 0.3s ease-in-out;
}

body .label,
body label,
body .form-label {
    font-size: 13px;
    color: var(--gray-color);
    margin-bottom: 3px;
    font-weight: 500;
}
body .form-control {
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color);
    width: 100%;
    padding: 9px 16px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: var(--white-color);
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 3px 10px 0px var(--cardShadow-color);
	box-shadow: 1px 3px 10px 0px var(--cardShadow-color);
}
body .form-control::placeholder {
	color: var(--gray-color);
}
body .form-control:hover {
	border-color: var(--primary-color);
    background-color: var(--white-color);
}
body .form-control:focus {
	border-color: var(--primary-color);
    background-color: var(--white-color);
    box-shadow: none;
}

/* -------------------------------- Common Control start -------------------------------- */


body .card-box{
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	background-color: var(--white-color);
    border: 1px solid transparent;
	-webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	transition: all 0.3s ease-in-out;
}


body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next{
	height: 50px;
    width: 50px;
    line-height: 48px;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    margin-top: -1.2rem;
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 var(--cardShadow-color);
    border: 1px solid var(--border-color);
}
body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span{
	display:inline-block;
	font-size: 40px;
	line-height: 40px;
	color: var(--black-color);
}
body .owl-carousel .owl-nav button.owl-prev{
	left: -50px;
}
body .owl-carousel .owl-nav button.owl-next{
	right: -50px;
}

body .owl-carousel .owl-dots{
    text-align: center;
}
body .owl-carousel .owl-dots .owl-dot{
    height: 14px;
    width: 14px;
    border-radius: 10px;
    margin: 0 2px;
    background-color: var(--white-color);
    border: 2px solid var(--secondary-color);
    -webkit-box-shadow: 0px 0px 8px 0px var(--cardShadow-color);
    box-shadow: 0px 0px 8px 0px var(--cardShadow-color);
}
body .owl-carousel .owl-dots .owl-dot.active{
    width: 30px;
    background-color: var(--secondary-color);
    border: 2px solid var(--white-color);
}


/* -------------------------------- Common Control end -------------------------------- */



body .header-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    padding: 24px 0;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 0px 8px 0px var(--cardShadow-color);
    box-shadow: 0px 0px 8px 0px var(--cardShadow-color);
}
body .header{
    width: 100%;}
body header .navbar{
    padding: 0;
}
body header .navbar .navbar-brand{
    margin-right: 30px;
}
body header .navbar .navbar-brand img{
    width: 140px;
}
body header .navbar .navbar-toggler{
    background-color: var(--primary-color);
    border-radius: 0;
}
body header .navbar .navbar-toggler .navbar-toggler-icon{
    background-image: url('../images/menu.png');
    background-size: 25px;
}
body header .navbar .navbar-nav .nav-item{
    position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link{
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    padding: 9px 24px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item:hover .nav-link::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
}  
header .navbar .navbar-nav .nav-item .nav-link.active::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
} 
body header .navbar .navbar-nav .nav-item .nav-link:hover{
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
body header .navbar .navbar-nav .nav-item .nav-link.active{
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item .header-btn{
    background-color: var(--primary-color);
    color: var(--white-color);
}
body header .navbar .navbar-nav .nav-item .header-btn:hover{
    background-color: var(--white-color);
    color: var(--primary-color);
}


body .banner{
    background-image: url('../images/home-banner2.png');
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: 100px;
}
body .banner .banner-info .banner-title{
    font-weight: 600;
    font-size: 65px;
    color: var(--black-color);
}

body .about-section{
    position: relative;
}


/* body .services-section{
    background-color:  #A1DBFF;

} */

body .services-section .service-card{
    padding: 40px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    transform: scale(1);
    background-color: var(--white-color);
    transition: all 0.3s ease-in-out;
    display: block;
}
body .services-section .service-card .card-img img{
    width: 80px;
    margin-bottom: 30px;
}
body .services-section .service-card .card-img h3{
    font-size: 22px;
    font-weight: 500;
}
body .services-section .service-card:hover{
    transition: all 0.3s ease-in-out;
    z-index: 1;
    border-color: transparent;
    transform: scale(1.1);
    -webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
}

body .Nishnat-section{
    background-color: #e1f3ff;
}
body .Nishnat-feature-box{
    background-color: var(--white-color);
    padding: 50px;
    border-radius: 50px;
    margin-top: 50px;
}
body .Nishnat-feature-box h5{
    font-weight: 500;
}

body .Nishnat-feature-section{
    background-color: var(--darkGreen-color);
}
body .Nishnat-feature-section .Nishnat-feature-info{
    padding-left: 50px;
}
body .Nishnat-feature-section .Nishnat-feature-img{
    background-image: url('../images/feature-img1.png');
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
}

body .testimonials-section{
   background-image: url('../images/iconstesti-bg.png');
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
}
body .testimonials-section .testimonials-info-wrapper{
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 8px;
    min-height: 250px;
}
body .testimonials-section .testimonials-box{
    position: relative;
    padding: 30px;
}
body .testimonials-section .testimonials-box .testimonials-psg{
    font-size: 15px;
    color: var(--white-color);
    line-height: 26px;
}
body .testimonials-section .testimonials-box .testimonials-user .user-img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    display: inline-block;
}
body .testimonials-section .testimonials-box .testimonials-user h5{
    margin-bottom: 4px;
}
body .testimonials-section .testimonials-box .testimonials-icon{
    width: 100px;
    margin-top: -50px;
    display: inline-block;
    margin-bottom: 20px;

}
body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-prev,
body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 40%;
    right: 0;
}
body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-prev{
    left: -100px;
}
body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-next{
	right: -100px;
}

body .testimonials-section .owl-carousel.testimonials-carousel .owl-stage-outer{
    width: 104%;
    padding: 0 8px;
}
body .testimonials-section .owl-carousel.testimonials-carousel .owl-stage{
    padding: 20px 0;
}

body .video-section{
    background-color: var(--darkGreen-color);
}
body .video-section .video-info{
    padding: 50px 100px;
}

body .contactForm-section .form-box{
    padding: 40px;
}
body .contactForm-section .inquirie-box .inquirie-img{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    background-color: var(--primary-color);
    border-radius: 5px;
    margin-right: 20px;
}
body .contactForm-section .inquirie-box .inquirie-img i{
    font-size: 30px;
    color: var(--white-color);
    position: relative;
    top: 6px;
}


body .footer-section{
    background-color: var(--secondary-color);
    padding-bottom: 50px;
    position: relative;
}
body .footer-section .footer-logo{
    width: 120px;
}
body .footer-section .footer-info{
    padding-left: 40px;
}
body .footer-section .footer-info h3{
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: 400;
}
body .footer-section .footer-info ul li a{
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    color: var(--white-color) !important;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info ul li a:hover{
    color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info a.btn-demo{
    padding: 10px 16px;
    font-size: 15px;
    background-color: var(--white-color);
    color: var(--primary-color);
}
body .footer-section .footer-info a.btn-demo:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
}


body .footer-bottom{
    background-color: var(--darkPurple-color);
    padding: 20px 0;
}
body .footer-bottom p{
    font-size: 13px;
    color: var(--white-color);
    margin-bottom: 0;
    font-weight: 500;
}

body .sub-banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #00304a;
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    margin-top: 100px;
}
body .sub-banner-title{
    font-size: 42px;
    color: var(--white-color);
    font-weight: 600;
}

body .sub-banner.about-banner{
    background-image: url('../images/about-banner.png');
}
body .sub-banner.contactUs-banner{
    background-image: url('../images/contact-banner.png');
}
body .sub-banner.services-banner{
    background-image: url('../images/services-banner.png');
}


body .who-we-section{
    background-color:  #e1f3ff;
}
body .who-we-section .who-we-card-box{
    padding: 20px;
    border-radius: 10px;
    background-color: var(--white-color);
    text-align: center;
}
body .who-we-section .who-we-card-box h5{
    font-size: 32px;
    margin-bottom: 6px;
    font-weight: 700;
}
body .who-we-section .who-we-card-box p{
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 0;
}
body .who-we-section .who-we-card-box.color-1 h5{
    color: var(--whoWe-color1);
}
body .who-we-section .who-we-card-box.color-2 h5{
    color: var(--whoWe-color2);
}
body .who-we-section .who-we-card-box.color-3 h5{
    color: var(--whoWe-color3);
}

body .why-choose-section{
    background-color: var(--darkGreen-color);
}
body .why-choose-section .why-choose-img{
    background-image: url('../images/why-choose-img.png');
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
}
body .why-choose-section .why-choose-info{
    padding-left: 50px;
}

body .team-section .team-box{
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
}
body .team-section .team-box .team-info{
    padding: 20px;
    text-align: center;
}
body .team-section .team-box .team-info h5{
    color: var(--black-color);
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
}

body .services-page-section .services-feature-list{
    list-style-type: none;
    padding-left: 0;
}
body .services-page-section .services-feature-list li{ 
    font-size: 17px;
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 12px;    
    padding: 10px;
    border-radius: 10px;
    background-color: #e6f6ff;
}

body .WhyChoose-product-section .WhyChoose-card{
    padding: 40px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    transform: scale(1);
    background-color: var(--white-color);
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
}
body .WhyChoose-product-section .WhyChoose-card img{
    width: 70px;
}
body .WhyChoose-product-section .WhyChoose-card h3{
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
}


































@media (min-width: 767px) and (max-width: 992px){
    
    body .banner .banner-info .banner-title{
        font-size: 40px;
    }
    body h2{
        font-size: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px){
    
    body .banner .banner-info .banner-title{
        font-size: 40px;
    }
    body h2{
        font-size: 32px;
    }
    body h3{
        font-size: 20px;
    }
    body .border-right{
        border-right: none !important;
    }
    body .padding-tb-100{
        padding: 80px 0;
    }
    body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-prev{
        left: -60px;
    }
    body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-next{
        right: -70px;
    }
    body .testimonials-section .testimonials-box .testimonials-icon{
        display: none;
    }
    body .testimonials-section .testimonials-box .testimonials-user{
        margin-top: 50px;
    }
    body .video-section .video-info{
        padding: 80px 30px;
    }

}

@media (min-width: 320px) and (max-width: 578px){
    
    body .banner .banner-info .banner-title{
        font-size: 32px;
    }
    body h2{
        font-size: 24px;
    }
    body h3{
        font-size: 18px;
    }
    body .border-right{
        border-right: none !important;
    }
    body .padding-tb-100{
        padding: 60px 0;
    }
    body .testimonials-section .testimonials-box{
        padding: 10px;
    }
    body .testimonials-section .testimonials-info-wrapper{
        padding: 10px;
    }

    body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-prev{
        left: -20px;
    }
    body .testimonials-section .owl-carousel.testimonials-carousel .owl-nav button.owl-next{
        right: -20px;
    }
    body .testimonials-section .testimonials-box .testimonials-icon{
        display: none;
    }
    body .testimonials-section .testimonials-box .testimonials-user{
        margin-top: 50px;
    }
    body .video-section .video-info{
        padding: 50px 20px;
    }
    body .contactForm-section .form-box{
        padding: 20px;
    }
}