*{
    margin: 0;
    padding: 0;
}

body{
    background-color: white;
    color: rgb(0, 0, 0);
    font-family: 'Inter', sans-serif;
    font-family: 'Poppins', sans-serif;
}

ul{
    list-style: none;
    padding: 0;
}

p, h2, h1{
    margin-bottom: 20px;
}

.Btn{
    color: white;
    background: var(--BG1);
    padding: 9px 18px;
    display: block;
    border-radius: 22px;
    width: 141px;
    text-decoration: none;
}

.Btn:hover{
    color: white;
    background: var(--HoverBG);
}

img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.sectionmargintop{
    margin-top: 50px;
}

.sectionmarginBottom{
    margin-bottom: 30px;
}

.DivAlingItems{
    display: flex;
    align-items: center;
}

.pageHeros .herosText{
    padding: 2rem 0;
    color: white;
    border-radius: 0 0 10px 10px;
    background-color: var(--BG1);
}

.pageHeros .herosText h2{
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

/* navber start */
.navbar-collapse {
    justify-content: end;
}

nav{
    background-color: var(--h1Span);
    color: rgb(255, 255, 255);
}

.navbar{
    padding: 2px 0;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-weight: 600;
    color: rgba(255, 255, 255);
    font-size: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link.active{
    color: var(--BG1);
}

.TopNav{
    padding: 6px 0;
    background-color: #30b9c9;
    color: white;
}

.TopNav .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TopNav ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.TopNav ul li:not(:last-child){
    margin-right: 1.5rem;
}

.TopNav .container .socilaDiv ul li{
    margin-right: .3rem;
}

.TopNav .container .socilaDiv ul li i{
    background-color: var(--BG1);
    border-radius: 50%;
    padding: 6px;
    color: white;
    height: 25px;
    width: 25px;
    font-size: 13px;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 0 5px 0px #4bbecb;
}

ul.dropdown-menu li {
    padding: 7px 0;
}

ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
}
/* navber end */

/* footer start */
footer{
    background-color: var(--h1Span);
    padding: 50px 0;
}

footer img{
    margin-bottom: 20px;
}

footer p{
    color: rgb(84, 84, 84);
    margin-bottom: 0px;
    text-align: justify;
}

footer h4{
    font-weight: 600;
    color: var(--BG1);
    margin-bottom: 20px;
}

footer ul li{
    margin-bottom: 12px;
}

footer ul li a{
    text-decoration: none;
    color: rgb(84, 84, 84);
    font-weight: 500;
}

footer ul li i{
    background-color: var(--BG1);
    border-radius: 50%;
    padding: 7px;
    color: white;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: .5rem;
}

.LastFoote{
    background-color: #1a588b;
    color: rgb(187, 187, 187);
    text-align: center;
    padding: 20px 10px;
}
/* footer emd */

/* heros start */
.heroSection {
    position: relative;
    min-height: 600px;
    background: url(../images/heros12.jpg) no-repeat bottom center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heroSection .herosText{
    max-width: 453px;
}

.heroSection .videoIntro{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.heroSection .herosText h1{
    font-weight: 700;
    color: var(--BG1);
}

.heroSection .herosText h1 span{
    color: var(--h1Span);
}

.heroSection .herosText p{
    color: #595959;
}

.heroSection .herosText .videoIntro i{
    padding: 15px;
    background-color: #1a588b;
    color: white;
    border-radius: 50%;
    font-size: 25px;
}

.heroSection .herosText .videoIntro hr{
    display: inline-block;
    width: 30px;
    background-color: black;
    border: 1px solid rgb(0, 0, 0);
    margin-right: 10px;
    opacity: 1;
}

.herosText .HerosBtn{
    display: flex;
    font-size: 18px;
}

.herosText .HerosBtn .Btn:first-child{
    margin-right: 15px;
}

.herosText .HerosBtn .Btn{
    border-radius: 30px;
    text-align: center;
}

.youtubeVideo{
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #302f2f;
    padding: 6rem 20rem;
    z-index: 1060;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.iframeDiv{
    position: relative;
}

.youtubeVideo i{
    position: absolute;
    top: -70px;
    right: 0px;
    color: white;
    font-size: 28px;
    margin-bottom: 2rem;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--HoverBG);
}

@media screen and (max-width: 767px) {
    .youtubeVideo{
        padding: 5rem 0;
        overflow: hidden;
        height: 105vh;
    }

    .youtubeVideo div{
        width: 100%;
    }

    .youtubeVideo iframe{
        width: 320px !important;
    }
}
/* heros end */

/* CountingSection start */
.CountingSection{
    background-color: var(--BG1);
    padding: 20px;
}

.Counting{
    color: rgb(255 255 255);
    background-color: #1a588b;
    box-shadow: 0 0 4px #40d5e6;
    text-align: center;
    border-radius: 13px;
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Counting i{
    font-size: 45px;
    margin-right: 10px;
}

.Counting h4{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 30px;
}
/* CountingSection end */

/* highlights start */
.highlightsServices{
    justify-content: center;
}

.highlightsServices .Imges{
    margin-bottom: 20px;
}

.highlightsServices .Imges img{
    margin-bottom: 0;
}

.highlightsCard{
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 27px 59px -14px, rgb(0 0 0 / 30%) 0px 22px 0px -53px;
    background-color: var(--highlights-bg);
    margin-bottom: 20px;
}

.highlightsCard .icon{
    padding: 20px;
    height: 62px;
    width: 66px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: rgb(123 123 123 / 16%) 0px 7px 26px 0px, rgb(80 80 80 / 6%) 0px 0px 0px 1px;
    background-color: white;
    color: #40d5e6;
}

.highlightsCard .icon i{
    font-size: 24px;
}

.highlightsCard h3{
    font-size: 22px;
}

.highlightsCard p{
    margin-bottom: 0;
    color: var(--paraColor);
}
/* highlights end */

/* services start */
.ServicesTitle{
    margin-bottom: 40px;
    max-width: 600px;
}

.ServicesTitle p{
    margin-bottom: 10px;
    font-size: 18px;
}

.ServicesTitle h3{
    font-weight: 700;
    color: #3e3e3e;
    margin-bottom: 0;
}

.serviceCard{
    background-color: white;
    box-shadow: rgb(50 50 93 / 25%) 0px 7px 15px -5px, rgb(0 0 0 / 30%) 0px 8px 3px -8px;
    transition: all .8s;
}

.serviceCard:hover{
    transform: translateX(1px);
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -5px, rgb(0 0 0 / 30%) 0px 7px 20px;
}

.serviceCard .ServiceImages{
    margin-bottom: 20px;
}

.serviceCard .ServiceImages img{
    margin-bottom: 0px;
}

.serviceCard .ServiceImages{
    position: relative;
    margin-bottom: 50px;
}

.serviceCard .ServiceImages .icon{
    position: absolute;
    bottom: -50px;
    left: calc(50% - 28px);
}
/* highlights end */


/* About us start */
.AboutUsTest ul li{
    display: flex;
    margin-bottom: 20px;
}

.AboutUsTest ul li i{
    margin-right: 20px;
    border: 3px dashed var(--BG1);
    padding: 10px;
    border-radius: 50%;
    color: var(--BG1);
    font-size: 30px;
    height: 55px;
    width: 55px;
}

.AboutUsTest ul li p{
    margin-bottom: 0px;
}
/* About us end */

/* Features start */
.Features{
    background-image: url(../images/whyUSbg.png);
}

.Features .serviceCard{
    background-image: url(../images/whyUS.png);
}

.Features .serviceCard .icon{
    padding: 8px;
    height: 73px;
    width: 79px;
}
/* Features end */

/* contact page start */
.bg-contact-form-details{
    border-radius: 10px;
    overflow: hidden;
}

.bg-contact-form-details .contact-details{
    background-color: var(--BG1);
    padding: 30px;
    border-radius: 10px;
    color: white;
    margin-bottom: 20px;
}

.bg-contact-form-details .contact-details h4{
    padding-bottom: 11px;
    border-bottom: 4px solid;
    display: inline-block;
}

.bg-contact-form-details .contact-details i{
    padding: 15px;
    font-size: 22px;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-right: 1rem;
    border-radius: 50%;
    box-shadow: 0 0 6px 1px #86c6fd;
}

/* 2 */
.bg-contact-form-details .contact-form form{
    transition: all .5s;
    margin-bottom: 20px;
}

.bg-contact-form-details .contact-form input,
.bg-contact-form-details .contact-form label,
.bg-contact-form-details .contact-form textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    outline: none;
}

.bg-contact-form-details .contact-form label{
    padding: 0;
    font-weight: 600;
}

.bg-contact-form-details .contact-form input,
.bg-contact-form-details .contact-form textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(184, 184, 184);
}

.bg-contact-form-details .contact-form input:focus,
.bg-contact-form-details .contact-form textarea:focus{
    box-shadow: 0 0 6px 1px #86c6fd;
    border: 1px solid  #86c6fd;
}

.bg-contact-form-details .contact-form button{
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
}
/* contact page end */

/* about us start */
.aboutUs p{
    text-align: justify;
}
/* about us end */

/* blog start */
.blogCard{
    border-radius: 10px;
    background-color: rgb(241, 241, 241);
}

.blogCard .text {
    padding: 0 10px;
}

.blogCard .text ul li span {
    padding: 3px 10px;
    border-radius: 5px;
    display: inline-block;
    color: white;
    background-color: var(--BG1);
}

.blogCard .text a {
    display: inline-block;
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

.blogCard .text a:hover {
    color: var(--HoverBG);
}
/* blog end */

/* blog Single page start */
.blogSingleHeros{
    background: url('../images/blog-poto.webp');
    color: black;
}

.blogSingleHeros .bg { 
    background-color: rgba(109, 109, 109, 0.7);
}

.blogSingleHeros .herosText{
    background: none;
    padding: 4rem 0;
}

.blogSingleHeros .container h2{ 
    /* color: var(--h1Span); */
    color: white;
}

.single-blog-text p{
    text-align: justify;
}

.single-blog-text ul li:not(:last-child){
    margin-bottom: 10px;
}

.single-blog-text ul li i{
    padding: 5px;
    border: 1px solid rgb(169, 169, 169);
    margin-right: .5rem;
    border-radius: 50%;
}

.single-blog-text .recent-blogs h4{
    font-size: 21px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid var(--BG1);
}

.single-blog-text ul li img{
    width: 80px;
    margin-right: .5rem;
}

.single-blog-text ul li a{
    text-decoration: none;
    color: black;
}

.single-blog-text ul li a:hover{
    color: var(--HoverBG);
}

.single-blog-text .recent-blogs ul li{
    text-align: justify;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-blog-text .recent-blogs ul li:not(:last-child){
    border-bottom: 1px solid rgb(151, 151, 151);
}

.blog-comment form input,
.blog-comment form textarea{
    border: 1px solid var(--BG1);
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 7px;
    border-radius: 5px;
}

.blog-comment form input:focus,
.blog-comment form textarea:focus{
    border: none;
    outline: none;
    box-shadow: 0 0 4px 1px #7dc4ff;
}

.blog-comment form button{
    padding: 10px 20px;
    background-color: var(--BG1);
    border-radius: 10px;
    color: white;
    border: none;
    font-weight: 600;
    outline: none;
    font-size: 18px;
}

.blog-comment form button:hover{
    background-color: var(--HoverBG);
}
/* blog Single page end */

/* service page start */
.serivesListContact{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 5px;
}

.services-page .services-list {
    background-color: var(--BG1);
    border-radius: 8px;
    padding: 10px;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

.services-page .services-list ul li {
    display: block;
    background-color: white;
    padding: 5px;
    border-radius: 7px;
    text-align: none;
    transition: all .5s;
    font-weight: 600;
}

.services-page .services-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.services-page .services-list ul li a {
    text-decoration: none;
    transition: all .5s;
    display: block;
    color: black;
}

.services-page .services-list ul li:hover{
    background-color: var(--HoverBG);
    color: white;
}

.services-page .services-list ul li:hover a {
    color: white;
}

.services-contact{
    background-color: var(--BG1);
    border-radius: 8px;
    padding: 2rem 20px;
    margin-bottom: 20px;
    color: rgb(217, 217, 217);
}

.services-contact h4{
    color: rgb(255, 255, 255);
}

.serviceDsicription ul li:not(:last-child){
    margin-bottom: 10px;
}
/* service page end */

/* research page start */
.research-card a{
    text-decoration: none;
}

.research-card img{
    height: 350px;
    width: 100%;
}

.research-card {
    position: relative;
}

.research-card .text{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--BG1);
    color: white;
    padding: 5px 10px;
    border-radius:  0 0 10px 10px;
    margin-top: 5px;
}

.research-card .text:hover{
    background-color: var(--HoverBG);
}
/* research page end */

/* animation stat */

.videoIntroDiv {
	position: relative;
	box-shadow: 0 0 10px 5px rgba(119, 119, 119, 0.4);
	background-color: var(--BG1);
	overflow: hidden;
    margin-right: 10px;
}

.videoIntroDiv span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #48484843, #3bff3b);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.videoIntroDiv span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #17161826, #3bff3b);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.videoIntroDiv span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #17161838, #3bff3b);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.videoIntroDiv span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #1716182c, #3bff3b);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

/* animation */

:root{
    --highlights-bg: #f3fcfd;
    --paraColor: rgb(99 99 99);
    --BG1: #1a588b;
    --HoverBG: #3787cc;
    --h1Span:#40d5e6;
}
