@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #555555;
	background-color:#fff;
	overflow-x:hidden;

}

a{
    text-decoration:none;
    transition: all 300ms ease;
}
.bg-primary{
    background:#2d3e98!important;

}
.text-primary{
    color:#373658!important;
}
.bg-secondary{
    background:#54c2f7!important;

}

.navbar-brand{
    /*position:absolute;*/
    z-index:999;
}
.navbar-brand img{
    position:absolute;
    margin-top:-60px;
}
.nav-link {
    display: block;
    padding: 30px 30px;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-nav .nav-link{
   color:#fff !important;
}
.navbar{
    padding-top:0;
}
.nav-item:hover {
  background:#fff; 
  color:#373658!important;
  
}
.nav-item:hover a.nav-link {
  
  color:#373658!important;
  
}
.dropdown:hover .dropdown-menu { 
            /*display: block; */
        } 
  
.dropdown-menu { 
           position:absolute;
	width:15rem;
	
	border-radius:0px;
	background-color:#2d3e98;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);

        } 
  
.dropdown-item{
    color:#fff;
}
  
.dropdown-item:focus, .dropdown-item:hover{
    background-color:transparent;
    padding-left:20px;
    color:#54c2f7;
}    
 .dropdown-menu li{
     border-bottom: 1px solid rgba(255,255,255,0.10);
     padding-top:10px;
     padding-bottom:10px;
 }   
.header-bottom{
    position:relative;
    margin:30px 0;
    margin-bottom: 0;
}
.fixed-top{
    position:fixed;
    margin-top:0;
}
.navbar-brand .logo{
    width:auto;
}
.fixed-top .navbar-brand{
    margin-top: 45px;
}
.header-top{
    background-color:#fff;
    margin:25px 0;
}
.header-top ul li{
    list-style:none;
     margin-right:15px;
     font-size:20px;
      font-size:15px;
   
}

.header-top ul{
    display:flex;
   padding:5px 0;
   justify-content: end;
   margin-bottom:0;
}
.header-top ul li a{
    color:#555555;
    margin-left:5px;
   
}
.header-bottom{
    background-color:white;
}
.fixed-top img{
    width:70%;
}
.logo-fix{
    display:none;
}
.fixed-top img.logo-fix{
    width:12%;
     display:block;
}

.fixed-top img.logo{
    width:70%;
     display:none;
}

/*.head .title {*/
/*    position: relative;*/
/*    z-index: 1;*/
  
  
   
   
/*    display: inline-block;*/
   
   
/*}*/
/*.title-effect {*/
/*        width: 60px;*/
/*    height: 65px;*/
    /* top: -14px; */
/*    position: absolute;*/
/*    left: -10px;*/
/*    opacity: 0.4;*/
/*    animation: rotation 12.8s steps(1) 0s infinite;*/
/*    z-index: -1;*/

/*}*/
.small-line{
    width: 40px;
    height: 45px;
    top:-5px;
}
/*.title-effect .bar{*/
/*    background-color: #54c2f7;*/
/*}*/
/*.title-effect .bar-top {*/
/*    width: 100%;*/
/*    height: 7px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transform-origin: left top;*/
/*    transform: scale(0, 1);*/
/*    animation: bar-top 3.2s linear 0s infinite;*/
/*}*/
/*.title-effect .bar-right {*/
/*    width: 7px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    transform-origin: left top;*/
/*    transform: scale(1, 0);*/
/*    animation: bar-right 3.2s linear 0s infinite;*/
/*}*/
/*.title-effect .bar-bottom {*/
/*    width: 100%;*/
/*    height: 7px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    transform-origin: right top;*/
/*    transform: scale(0, 1);*/
/*    animation: bar-bottom 3.2s linear 0s infinite;*/
/*}*/
/*.title-effect .bar-left {*/
/*    width: 7px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    transform-origin: left bottom;*/
/*    transform: scale(1, 0);*/
/*    animation: bar-left 3.2s linear 0s infinite;*/
/*}*/

/*@keyframes rotation {*/
/*    0% {*/
/*        transform: rotate(0deg);*/
/*    }*/

/*    25% {*/
/*        transform: rotate(90deg);*/
/*    }*/

/*    50% {*/
/*        transform: rotate(180deg);*/
/*    }*/

/*    75% {*/
/*        transform: rotate(270deg);*/
/*    }*/

/*    100% {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/*@keyframes bar-top {*/
/*    0% {*/
/*        transform: scale(0, 1);*/
/*    }*/

/*    12.5% {*/
/*        transform: scale(1, 1);*/
/*    }*/

/*    87.5% {*/
/*        transform: scale(1, 1);*/
/*    }*/

/*    100% {*/
/*        transform: scale(0, 1);*/
/*    }*/
/*}*/

/*@keyframes bar-right {*/
/*    0% {*/
/*        transform: scale(1, 0);*/
/*    }*/

/*    12.5% {*/
/*        transform: scale(1, 0);*/
/*    }*/

/*    25% {*/
/*        transform: scale(1, 1);*/
/*    }*/

/*    75% {*/
/*        transform: scale(1, 1);*/
/*    }*/

/*    87.5% {*/
/*        transform: scale(1, 0);*/
/*    }*/

/*    100% {*/
/*        transform: scale(1, 0);*/
/*    }*/
/*}*/

/*@keyframes bar-bottom {*/
/*    0% {*/
/*        transform: scale(0, 1);*/
/*    }*/

/*    25% {*/
/*        transform: scale(0, 1);*/
/*    }*/

/*    37.5% {*/
/*        transform: scale(1, 1);*/
/*    }*/

/*    62.5% {*/
/*        transform: scale(1, 1);*/
/*    }*/

/*    75% {*/
/*        transform: scale(0, 1);*/
/*    }*/

/*    100% {*/
/*        transform: scale(0, 1);*/
/*    }*/
/*}*/

/*@keyframes bar-left {*/
/*    0% {*/
/*        transform: scale(1, 0);*/
/*    }*/

/*    37.5% {*/
/*        transform: scale(1, 0);*/
/*    }*/

/*    50% {*/
/*        transform: scale(1, 1);*/
/*    }*/

/*    62.5% {*/
/*        transform: scale(1, 0);*/
/*    }*/

/*    100% {*/
/*        transform: scale(1, 0);*/
/*    }*/
/*}*/

.head{
    padding:30px 0;
}
.head h1{
    color:#373658;
    font-weight:700;
    font-size:54px;
    text-transform:uppercase;
    margin-bottom:0;
}
.head h1 span{
    /*font-weight:400; */
   color:#54c2f7
}
.head h6 {
   color:#373658;
    font-weight:400;
    font-size:28px;
}
.products-in{
    position:relative;
}
.products-in .bg-pro-img{
    
background-image: url(../images/bg-pro-img.jpg);
position: absolute;
    left: 0px;
    width: 50%;
    bottom: 0px;
    height: 450px;
    top:253px;
}

.pro-in .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.pro-in .overlay-box .content h3{
    background-color:#2d2d2d;
    color:#fff;
    font-size:16px;
    position:relative;
    z-index:9999;
    display:inline-block;
    padding:12px 20px;
    border-radius:3px;
}

.pro-in .overlay-box:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.90;
    /*outline: 2px solid #ffffff;*/
    /*outline-offset: -20px;*/
    background-image: -ms-linear-gradient(bottom, rgba(84,194,247,0.5) 0%, #2d3e98 100%);
    background-image: -moz-linear-gradient(bottom, rgba(84,194,247,0.5) 0%, #2d3e98 100%);
    background-image: -o-linear-gradient(bottom, rgba(84,194,247,0.5) 0%, #2d3e98 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(84,194,247,0.5)), color-stop(100, #2d3e98));
    background-image: -webkit-linear-gradient(bottom, rgba(84,194,247,0.5) 0%, #2d3e98 100%);
    background-image: linear-gradient(to top, rgba(84,194,247,0.5) 0%, #2d3e98 100%);
}

.pro-in:hover .overlay-box {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}


.pro-in .overlay-inner{
    height:100%;
}

.pro-in .overlay-inner .content{
display: flex;
    height: 100%;
    /* width: 100%; */
    flex-direction: column;
    justify-content: center;
        align-items: center;
}
.products-in .bg-pro-img:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.80;
    background-color: #f3f3f3;
}
.products{position: relative;
    overflow: hidden;
    border-radius: 24px;
    background-size: cover;
    padding: 65px 50px 40px;
    background-attachment: fixed;
  background-image: url(../images/pro-img-bg.jpg); 
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.products:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.90;
    background-color: #2d3e98;
}
.pro-in{
   

}
.pro-in figure{
    border:6px solid #54c2f7 ;
     position:relative;
}
.pro-in figure img{
    width:100%;
}
.pro-in figcaption{
    font-size:20px;
    font-weight:600;
    color:#fff;
    text-align:center;
}

.about{
    margin-top:30px;
    position:relative;
}
.bg-abt-img{
    background-image: url(../images/bg-abt-img.jpg);
position: absolute;
    right: 0px;
    width: 50%;
    bottom: 0px;
    height: 450px;
    top:53px;
}
.bg-abt-img:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.80;
    background-color: #f3f3f3;
}

.about-info{
    width:50%;
}

.why-choose{
    position: relative;
    max-width: 500px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 50px;
    margin-left: 80px;
    background-color: #001378;
    margin-top:230px;
    height:450px;
        padding-top: 50px;
    
}
.why-choose{
    width: 50%;
}
.why-choose-us-in .year-box .count-box{
    font-size: 62px;
}

.why-choose-us-in .year-box{
    height: auto;
    padding-left: 24px;
        padding-right: 24px;
        border-radius:15px;
}


.why-choose-us-in .year-box .years{
    font-weight:600;
}
.year-box {position: relative;
    width: max-content;
    height: 230px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0px 0px 15px 15px;
  
   padding-left:50px;
   padding-right:50px;
}
.year-box .count-box {
    position: relative;
    font-weight: 900;
    line-height: 1em;
    font-size: 119px;
    color: #001378;
}

.year-box .years{
    position: relative;
    font-weight: 900;
    font-size: 33px;
    text-transform: uppercase;
    color: #001378;
}

.about-info .title{
    font-size: 33px;
    font-weight: 500;
    color: #001378;
    line-height: 36px;
    margin: 25px 0;
}
.btn-style{
    position: relative;
    display: inline-grid;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 4px;
    padding: 14px 42px 14px;
    text-transform: uppercase;
    
   
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style .txt{
    color:#fff;
    position:relative;
	z-index:999;
}
.btn-style:hover.btn-style .txt{
    color:#001378;
}
.btn-style:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #54c2f7;
    color:#001378;
}
.btn-style:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style:hover::before span.txt{
    color:#001378;
}
.testimonial{
   background-image:url("../images/testi-bg.webp");
   margin-top:150px;
   padding-bottom:60px;
   padding-top:30px;
}
.testimonial-inner h2{
    color:#fff;
    font-size:32px;
    font-weight:600;
    text-align:center;
}
.testimonial-inner p{
    color:#54c2f7;
    font-size:16px;
    font-weight:600;
      text-align:center;
}

.testimonial-logo{
    /*margin:20px 0;*/
}
.testimonial-logo .slick-prev{
        left: -60px;
}
.testimonial-logo .slick-next{
        right: -60px;
}
.testimonial-info{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nm-con{
    width:80%;
    text-align:center;
}

.nm-con img{
    border:5px solid white;

    
}

.testimonial-logo .slick-track{
    display:flex;
    align-items:center
    
}

.testimonial-new{
    background-color:#f5fcff;
    border-top:10px solid #001378;
    /*background-image:url("../images/testi-map.png");*/
    background-repeat:no-repeat;
        background-position: center;
    padding: 80px 0;
}



.testimonial-new-inner{
    margin-top:20px;
    text-align:center;
    
    
}

.testi-new-icon{
    margin-bottom:20px;
}
.testi-new-logo{
    display: inline-block;
    margin:30px 0;
}
.testi-image{
        background-repeat: no-repeat;
}


.projects{
     padding:50px 0;
}
.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  /*-webkit-column-width: 33%;*/
  /*-moz-column-width: 33%;*/
  /*column-width: 33%;*/
      gap: 0;
     
}

.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.gallery .pics img{
    position:relative;
    width:100%;
    height:100%;
}
.gallery .pics h3{
     position:absolute;
     bottom:0;
     background-color:#eaedef;
     padding:10px 25px;
     color:#020e28;
     font-size:18px;
     font-weight:500;
     margin-bottom:0;
}
.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery .pics:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery .pics{
    overflow:hidden;
     -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gallery .pics:hover h3{
    background-color:#2d3e98;
    color:#fff;
}
.support-footer__single {
    text-align: center;
    font-weight: 700;
    color: #222;
    font-size: 1.5rem;
    background-color: #86d8ff;
    background-repeat: no-repeat;
    background-position: 110px center;
    padding: 35px 15px;
     height:100%;
}
.support-footer__single a{
    
  color:#222;
}

.support-footer__single--dark {
    background-color: #54c2f7;
    height:100%;
}
.bottom{
    background-color:#000;
    color:#fff;
    text-align:center;
}
.bottom-in p{
    margin-bottom:0;
}
.scrollToTop {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 15px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #10386b;
}

.scrollToTop i {
	color: white;
}

.contact-info{
    margin-top:-7px;
}

.btn.is-checked {
  	color:#fff;
		background-color:#001378;
}

.carousel-caption{
    background-color:rgba(0,0,0,0.8);
    width:650px;
    height:316px;
    border-top:10px solid #54c2f7;
    left:0;
    bottom: 7.25rem;
    padding: 40px;
    
}
.carousel-caption h2{
    font-size:40px;
    font-weight:700;
    padding:15px 0;
    text-transform:uppercase;
}
.carousel-caption p{
    font-size:20px;
    font-weight:600;
    
}

.carousel-caption img{
    width:200px;
    height:200px;
    border-radius:50%;
    border:solid 8px #54c2f7;
    right: -150px;
    position: absolute;
    bottom:-60px;

}
.scroll-to-target{
    
}

.back-to-top.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible;
}
.back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -7.5%;
    height: 15px;
    cursor: pointer;
    width: 40px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: bold;
    color: transparent;
    text-align: center;
    z-index: 3;
    visibility: hidden;
    /*display:none;*/
    outline: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #434343;
}


.back-to-top::before, .back-to-top::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
}
.back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #434343;
}
.back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #54c2f7;
}
.back-to-top:hover, .back-to-top:focus {
    opacity: 1;
    text-decoration: none;
    height: 40px;
    color: #ffffff;
}


.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.60);
}
.page-title h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 130px 0px 130px;
        background-size: cover;
}

 .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 414px;
    background-repeat: repeat-x;
    background-position: left top;
    animation: 10s linear 0s infinite normal none running slide;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 200px 0;
    }
}
.about-page{
    position:relative;
    padding: 60px 0;
}


.vision{
        background-image: linear-gradient(to top, rgb(2 169 226 / 45%) 0%, #2d3e98 100%);
        position: relative;
    padding: 30px 30px;
    border-radius: 10px;
    margin-top:30px;
    color:#fff;
    font-weight:500;
    font-size:15px;
}
.vision li{
    display:block;
    margin-left: 18px;
}
.vision li:before{
    content:"\f101";
   font-size:12px;
    font-weight:900;
   
    font-family: 'FontAwesome';
        margin-left: -18px;
    margin-right: 8px;
    
}

.team-member{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding:30px 0;
}

.about-page figure img{
    border-radius:10px;
   
}

.about-page figcaption{
    color:#fff;
     border-bottom-left-radius:10px;
     border-bottom-right-radius:10px;
     padding:10px 0;
     margin-top:-20px;
     position:relative;
     z-index:1;
      text-align: center;
      font-size:20px;
}

.about-page .team-p{
    font-size:18px;
    line-height:30px;
        margin-bottom:0;
        text-align:left;
}

.abt-p{
    font-weight:600;
    line-height:26px;
}

.group-li {
    display:flex;
    
    justify-content: space-around;
}

.group-li li{
    display:flex;
    position:relative;
    /*color:#2d3e98;*/
    font-size:18px;
     font-weight:600;
}
.group-li li:before{
    color:#555555;
    content:"\f101";
   font-size:16px;
    font-weight:900;
   margin-right:10px;
    font-family: 'FontAwesome';
}

.head h1.small-txt{
    font-size:32px
}
.about-page ul{
    margin:0;
    padding:0;
}

.pro h6{
    background-color:#2d3e98;
    color:#fff;
    padding:10px;
}
.contact__info .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 50px;
}
.contact__info .list-wrap li .icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecf6fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    color: #ecf6fa;
    font-size: 30px;
    flex: 0 0 auto;
}
.contact__info .list-wrap li .content .title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color:#2d3e98;
}
.contact__info .list-wrap li .content p {
    margin-bottom: 0;
    font-weight: 500;
}
.contact__info .list-wrap li .content a {
    color: #2d3e98;
    font-weight: 500;
}
.list-wrap{
    display:flex;
    padding:0;
    gap: 60px;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
.why-choose-us-in .year-box .count-box {
    font-size: 60px;
}
 .year-box .years{
     font-size: 28px;
 }
 
.bg-abt-img{
   
    top:83px;
} 
 
  }
@media (max-width: 768px){
    
   .list-wrap{
       flex-wrap:wrap;
       gap:20px;
       justify-content: left;
       margin-bottom:20px;
   } 
   .contact__info .list-wrap li{
       margin-bottom:0;
       
   }
/*.navbar-nav {*/
/*    position: absolute;*/
/*    z-index: 9999;*/
/*    right: 0;*/
/*    background-color: #000;*/
/*}*/

.navbar-brand .logo {
    width: 30%;
}

.header-top ul{
    display:none;
}
.navbar-brand img {
    position: absolute;
    margin-top: -40px;
}

}



@media (max-width: 992px){
 .navbar-nav {
   
    position: absolute;
    right: 0;
       width: 240px;
    z-index: 999;
}
.nav-link{
    padding:15px;
}
.carousel-caption {
    background-color: rgba(0,0,0,0.8);
    width: 412px;
    height: 206px;
    border-top: 10px solid #54c2f7;
    left: 0;
    bottom: 6.25rem;
    padding: 20px;
}
.carousel-caption h2 {
    font-size: 31px;
  
    padding: 15px 0;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 14px;
   
}
.carousel-caption img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: solid 5px #54c2f7;
    right: -40px;
    position: absolute;
    bottom: -60px;
}
}
@media (min-width: 375px) and (max-width: 768px){
  .carousel-caption{
    position:relative;
    width:100%;
    border-top:0;
    bottom:0;
    height:auto;
}  
.carousel-caption img{
    display:none;
}
}
@media (min-width: 768px) and (max-width: 992px){
.about-info{
    width:100%
}
.navbar-brand img {
    position: absolute;
    margin-top: -45px;
}

.why-choose{
    width: 100%;
    margin-left:0;
    margin-top:50px;
    max-width:100%;
}
.gallery{
    column-count: 2;
}
.head h1{
    font-size:42px
}
.navbar-brand .logo {
    width: 20%;
}
.header-top ul li a {
  
    font-size: 14px;
}
.about-page ul.group-li {
  
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom:20px;
  
}
.group-li li {
   
    margin-right: 30px;
}
       .about-page .team-p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
}
.testi-new-logo img{
    width:100%;
}

}

@media (min-width: 992px) and (max-width: 1200px){
.fixed-top img.logo-fix {
    width: 12%;
    display: block;
     margin-top: -60px;
}
.navbar-brand .logo {
    width: 20%;
}
.navbar-brand img {
    position: absolute;
    margin-top: -80px;
}
 .testi-new-logo img{
    width:100%;
}
  
}

@media (min-width: 576px) and (max-width: 768px){
       .about-page .team-p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
    .team-member {
    flex-wrap: wrap;
}
.about-info{
    width:100%
}


.why-choose{
    width: 100%;
    margin-left:0;
    margin-top:50px;
    max-width:100%;
}
.gallery{
    column-count: 2;
}
.head h1{
    font-size:32px
}
.fixed-top img.logo-fix {
    width: 16%;
    
}
.about-page ul.group-li {
  
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:20px;
  
}
.group-li li {
   
    margin-right: 30px;
}

.testi-new-logo img{
    width:100%;
}

}

@media (max-width: 576px){
    
    
.about-page ul.group-li {
  
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:20px;
  
}
.group-li li {
   
    margin-right: 30px;
}

.about-info{
    width:100%
}


.why-choose{
    width: 100%;
    margin-left:0;
    margin-top:50px;
    max-width:100%;
}

.head h1{
    font-size:42px
}

.testi-new-logo img{
    width:100%;
}


}

@media (min-width: 355px) and (max-width: 540px){
    
    .testi-new-logo img{
    width:100%;
}
    
    .about-page .team-p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
    .team-member {
    flex-wrap: wrap;
}
.gallery{
    column-count: 1;
}
.head h1 {
    font-size: 22px;
}
.why-choose-us-in .year-box{
    width:100%;
    margin-bottom:30px;
}
.why-choose{
    height:660px
}
.support-footer__single{
    font-size:15px;
}
.head h6{
     font-size:14px;
}
.title-effect {
   
    top: -14px;
}

/*.header-top ul li a {*/
  
/*    font-size: 12px;*/
/*}*/
/*.header-top ul {*/
/*    display: grid;*/
/*}*/
/*.header-top ul li i{*/
/*    font-size: 12px;*/
/*}*/

.header-top ul{
    display:none
}
.header-top {
  
    margin: 30px 0;
}
.navbar-brand img{
    width:80%;
}
.about-page ul.group-li {
  
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:20px;
  
}
.group-li li {
   
    margin-right: 30px;
}
}
@media (min-width: 1920px){
   
}


