*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	  font-family: "Montserrat", sans-serif;
}
html{
    scroll-behavior: smooth;
}

a:hover{
	text-decoration: none;
}
p{
	color: #1D1D1D;
    font-weight: 500;
}
li{
	list-style: none;
}

h1{
    font-size: 50px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 35px;
}
h4{
    font-size: 30px;
}
.section-padding{
    padding: 100px 0;
    width: 100%;
}
.dis-flex{
    display: flex;
    align-items: center;
}


#navbar{
	width: 100%;
	z-index: 1;
}
.navbar{
    width: 100%;
	background:#ffffff;
    z-index: 99999;
}
.navbar-nav{
	margin-left: auto;
}
.navbar-brand{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.navbar-brand:hover{
    color: #000000;
}

/* .active a{
    font-family: 'helvetica-neue-blod';
    text-decoration: none;
	color: #1D8AD8!important;
    font-weight: 900;
} */
.nav-item{
	padding-left:45px!important;
	list-style: none;
}
.nav-item a{
	cursor: pointer;

}
.bar{
    text-align: center;
    width: 50px;
    height: 1.5px;
    background: #828282;
} 
.nav-item a{
    text-decoration: none;
	color: #000;
    font-size: 16px;
    font-weight:600;
	transition: .4s ease;
}
.nav-item a:hover{
	color: #234777;
} 
.navbar-toggler-icon{
	color: #234777;
}
.nav-bton{
    margin-left: 20px;
}
.nav-bton a{
    font-size: 15px;
    background: #040841;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 4px;
}

.container{
    max-width: 80%!important;
}
.nav-item span a{
    background: #063523;
    color: #fff!important;
    padding: 13px 35px;
    border-radius: 5px;
}
.hero{
    height: 92vh;
    background: url(../images/hero.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.hero-content{
    width: 60%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.hero-content p{
    color: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
}
.btn-theme {
    padding: 14px 30px;
    border-radius: 4px;
    color: #fff;
    background: #063523;
    transition: .6s;
}
.btn-theme:hover{
    background: #080D47;
    color: #fff;
}
.fit-img{
    width: 100%;
}
.about{
    width: 100%;
    background: url(../images/gobal.png) top  center no-repeat;
    background-size: cover;

}
.heading-title p{
    display: inline-block;
    border: 1px #080D47 solid;
    border-radius: 30px;
    padding: 5px 30px;
    font-weight: 600;
} 
.heading-title p img{
    margin-right: 10px;
}
.about-content h4{
    font-weight: 600;
    color: #010847;
    margin: 25px 0;

}
.about-content p{
    font-size: 18px;
}
.mar-bottom{
    margin-bottom: 50px;
}
.service{
    background: #063523;
}
.center-title{
    text-align: center;
    width: 45%;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 50px;
}
.center-title h2{
    margin: 15px 0;
}
.center-title p{
    color: #fff;
}
.center-title .heading-title p{
    border: 1px #fff solid;
}
.service .col-lg-4{
    margin-bottom: 25px;
}
.service-box{
    height: 100%;
    border-radius:13px;
    background: #E3FFF4;
    margin-bottom: 30px;
    transition: .6s;
}
.service-box:hover{
    transform: translateY(-10px);
}
.service-content{
    padding: 20px;
}
.service-content h5{
    text-align: center;
    color: #080D47;
    font-weight: 600;
}
.service-content ul li{
    list-style: disc;
    margin-bottom: 10px;
}
.service-content ul{
    padding-left: 15px;
}
.service-content  a{
    color: #010847;
    font-weight: 600;
}
.service-content  a img{
    margin-left: 10px;
}
.why-chose{
    width: 100%;
    background: url(../images/why.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}
.why-conteiner{
    display: flex;
    align-items: center;
}
.why-left{
    width: 60%;
    padding: 50px;
    background:#F9F9FF;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 5px rgba(0, 0, 0, 0.12);

}
.why-left h2{
    font-weight: 600;
    margin: 30px 0;
}
.why-left  ul li{
    margin-bottom: 30px;
}
.why-left  ul li img{
    margin-right: 20px;
}
.why-left  ul li{
    font-weight: 500;
}
.why-right {
    width: 40%;
    margin-left: -40px;
}



#footer{
    display: flex;
    width: 100%;
    background: #022518;
    color: #FFF;
}
.planing{
    width: 100%;
    border-radius: 20px;
    background: #080D47;
    padding: 70px;
    display: flex;
    margin-top: -50px;
}
.planing-main{
    width: 100%;
    display: flex;
    align-items: center;
    
}
.planing-left{
    width: 70%;
}
.planing-left p{
    color: #fff;
    width: 70%;
}
.planing-right {
    width: 30%;
    text-align: right;
}
.planing-right a{
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 4px;
    background: #063523;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.planing-left h2{
    font-size: 35px;
}


.footer-main{
    padding: 100px 0;
}
.footer-logo{
    padding-right: 20px;
}
.footer-logo img{
    margin-bottom: 15px;
}
.footer-logo p{
    font-size: 18px;
    color: #fff;
}
.resources{
    padding-left:30px ;
}
.resources ul li {
    margin-top: 15px;
 }
.resources ul li a{
   text-decoration: none;
   color: #FFF;
   font-size: 18px;
}
.contact ul li {
    margin-top: 15px;
}
.contact ul li a{
    text-decoration: none;
    color: #FFF;
    margin-top: 20px;
    font-size: 18px;
}
.contact ul li a i{
    margin-right: 8px;
}
.contact-list ul{
    display: flex;
}
.contact-list ul li a{
    margin-right: 20px;
}
.contact-list ul li a img{
    width: 35px;
}
.reserved p{
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.page-title-content{
    width: 80%;
}
.page-title{
    width: 100%;
    background: url(../images/page-title.png) center center no-repeat fixed;
    background-size: cover;
    color: #fff;
}
.page-title h3{
    margin-top: 20px;
}
.page-title p{
    color: #fff;
}
.about-page-content p{
    margin-top: 20px;
}
.mission{
    display: flex;
    width: 100%;
}
.mession-content{
    width: 54.5%;
    padding: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #063523;
}

.mession-content p{
    color: #fff;
}
.mession-image{
    width: 55%;
}
.mession-image img{
    width: 100%;
}
.mar-bottom-200{
    margin-bottom: 200px;
}
.service-page{
    background: #fff;
}
.service-page .center-title{
    color: #080D47;
}
.service-page .center-title p{
    color: #080D47;
}
.service-page .heading-title p{
    color: #fff;
    background: #010847;
}
.application-bg{
    background:#F8F8FF;
}
.app-img{
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
}
.app-img img{
    width: 100%;
}
.service-content-all img{
    margin: 40px 0;
    width: 100%;
}
.service-content-all ol{
    padding-left: 20px;
}
.service-content-all ol li{
    list-style:decimal;
}
.service-content-all ul{
    padding-left: 20px;
}
.service-content-all ul li{
    list-style: disc;
    margin-bottom: 15px;
}
.service-content-all iframe{
    margin-bottom: 30px;
}
.contact-form{
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.12);
    padding: 40px;
    border-radius: 10px;

}
.contact-form input{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.contact-form button{
    background: #022518;
    color: #fff;
    padding: 10px 35px;
    border: 
    none;
    margin-top: 20px;
}
.contact-form label{
    font-weight: 600;
}
.contact-form textarea{
    width: 100%;
}

.contact-container ul li{
    background: #022518;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px 30px;
    margin: 10px 5px;
    border-radius: 5px;
}
.contact-container ul li i{
    margin-right: 10px;
}
.contact-container ul li a{
    color: #fff;
    font-size: 20px;
}
.contact-container h2{
    margin-bottom: 20px;
}