@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
section{
	padding: 60px 20px;
}
section:nth-child(odd){
	background: #e4e4e4;
}
.navbar {
    background: transparent !important;
    box-shadow: none;
    padding: 15px 10px;
    position: relative;
}
.navbar .navbar-brand {    
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.navbar .navbar-brand img{
	max-width: 250px;
}
.navbar-toggler {
    color: white;
}
.navbar-expand-lg .navbar-nav {
    justify-content: flex-end !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: white;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-item{
    border-bottom: 2px solid transparent;
    transition: 0.5s;
    margin: 0 5px;
}
.navbar-expand-lg .navbar-nav .nav-item.active{
    border-bottom: 2px solid white;
    transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-item:hover{    
    border-bottom: 2px solid white;
    transition: 0.5s;
}
.navbar-brand{
	color: white;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 400;
}
.navbar-brand span{
	font-weight: 900;
	color: white;
}
.border{
    border: none !important;
    border-radius: 60px !important;
}
.navbar-nav .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -4px;
    left: 30%;
    height: 12px;
    width: 12px;
    transform: translate(-50%,-10%) rotate( 
45deg
 );
    background: white;
    z-index: 500;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    background: white;
    border-radius: 8px;
    top: 140%;
    transition: opacity .4s ease,top .45s ease;
}
.main-section{
	background: url('../img/hero-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
}
.main-section .upper-box{
	padding: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-direction: column;
	height: 100%;
}
.main-section .upper-box a{
	display: inline-block !important;
	margin-bottom: 10px;
}
/*.main-section .upper-box:before{
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	border: solid white;
	border-width: 5px 5px 7px 7px;
  	border-radius:4% 95% 6% 95%/95% 4% 92%; 
	height: 100%;
	width: 100%;
	z-index: 1;

}*/
.main-section .upper-box h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 45px;
	color: white;
}
.main-section .upper-box h1 span{
	font-weight: 900;
    text-decoration: underline #66ac4b;
}
.main-section .upper-box p{
	margin-bottom: 20px;
	color: white;
}
.hover_button{
	padding: 14px 39px 13px;
	background: #66ac4b;
	color: white;
	text-decoration: none;
	position: relative;
	z-index: 2;
	font-weight: bold;
	border-radius: 60px;
	transition: 0.5s;
	box-shadow: 0px 0px 0px 0px #66ac4b;	
}	
.hover_button:hover{
	background: #66ac4b;
	transition: 0.5s;
	color: white;
	box-shadow: 0px 0px 10px 0px #66ac4b;
	text-decoration: none;
}
.main-content{
	padding: 70px 20px;
}
.heading h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 45px;
	color: #070f44;
	text-align: center;
}
.heading h1 span{
	font-weight: 900;
}
.heading{
	display: flex;
	justify-content: safe center;
	align-items: center;	
	flex-direction: column;
}
.heading .line{
	width: 100px;
	height: 5px;
	background: #070f44;
}
.heading .line2{
	width: 70px;
	height: 3px;
	margin-top: 5px;
	background: #66ac4b;
}
.service .row{
	margin-top: 100px;
}
.service .box{
	padding: 35px 20px;
	background: #070f44;
	border-radius: 8px;
	min-height: 296px;
	display: flex;
	justify-content: safe center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/*.service .box .uppericon{
	padding: 20px;
	
}*/
.service .box .uppericon img{
	max-width: 80px;
	background: white;
	padding: 10px;
	border-radius: 8px;
	margin-top: -60px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.service .box .content{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: safe center;
	flex-direction: column;
}
.service .box .content h4{
	font-weight: bold;
	color: #66ac4b;
	text-transform: uppercase;
}
.service .box .content .line{
	width: 80px;
	height: 5px;
	background: white;
	margin-bottom: 10px;
}
.service .box .content p{
	color: white;
}

.about .imgbox .bigimage{
	position: relative;
	border-radius: 8px;
}
.about .imgbox .smallimage{
	position: absolute;
	bottom: -30px;
	left: -30px;
	border-radius: 8px;
	height: 200px;
	width: 200px;
}
.about-content h1{
	color: #070f44;
	font-weight: 300;
}
.about-content h1 span{
	font-weight: 900;
}
.about-content .line{
	width: 100px;
	height: 5px;
	background: #070f44;
}
.about-content .line2{
	width: 70px;
	height: 3px;
	margin-top: 5px;
	background: #66ac4b;
}
.values{
	background: url('../img/taxbg.jpg');
	background-size: cover;
	background-attachment: fixed;
}
.values .box img{
	width: 80px;
}
.values .box h4{
	margin-top: 10px;
}
.values .box{
	border-radius: 8px;
	min-height:303px;
	padding: 20px;
	background: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: flex;
	justify-content: safe center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.about-content p{
	text-align: justify;
}
.tt{
	transform: translateY(20px);
}
.values .heading h1{
	color: white;
}
.values .heading .line{
	background: white;
}
.values .line{
	width: 100px;
	height: 5px;
	background: white;
}
.values .line2{
	width: 70px;
	height: 3px;
	margin-top: 5px;
	background: #66ac4b;
}.values .content-box{
	padding: 20px;
	display: flex;
	justify-content: safe center;
	align-items: ;
	flex-direction: column;
	height: 100%;
}
.values .content-box h1{
	color: white;
	font-weight: 300;
}
.values .content-box h1 span{
	font-weight: 900;
}
.values .content-box p{
	color: white;
	text-align: justify;
}
.call-to-action .call-img{
	min-height: 150px;
	width: 100%;
	background: url('../img/action.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	display: flex;
	padding: 20px;
	border-radius: 8px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.call-to-action .call-img h1{
	font-weight: 900;
	color: white;
}
.footer {
    background-color: #232a34;
    padding: 25px 0;
    color: #fff;
}
.footer_br {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.single-footer {
    overflow: hidden;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_logo img {
    width: 100%;
}
.footer p {
    color: #fff;
    margin-bottom: 20px;
}
.footer_social ul {
    list-style: none;
    padding-inline-start: 0;
}
.footer_social ul li {
    display: inline-block;
}
.footer_social ul li a {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 34px;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 4px;
    transition: 0.3s;
    text-align: center;
}
.single-footer {
    overflow: hidden;
}
.foot-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.footer_menu ul {
    list-style: none;
    padding-inline-start: 0;
}
.footer_menu ul li {
    display: block;
    line-height: 30px;
}
.footer_menu ul li a {
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}
.footer p {
    color: #fff;
    margin-bottom: 20px;
}
footer .form-control {
    padding: 10px 15px;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-color: #ffffff;
}
#mailchimp-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #66ac4b;
    background-color: #66ac4b;
    color: #fff;
}
.hero-thumb img{
	-webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -webkit-animation: hero-border 5s linear infinite alternate;
    -moz-animation: hero-border 5s linear infinite alternate;
    -o-animation: hero-border 5s linear infinite alternate;
    animation: hero-border 5s linear infinite alternate;
}
@keyframes hero-border {
    0%{
      border-radius: 51% 49% 77% 23% / 65% 50% 50% 35%;
    }
    100%{
       border-radius:30% 70% 28% 72% / 53% 69% 31% 47%;
    }
  }
  .testimonial-slider .box{
  	    margin: 0 15px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #F7F8FF;
  }
  .testi_img {
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 25px;
    position: relative;
    width: 120px;
    height: 120px;
}
.testi_img i {
    position: absolute;
    left: 0;
    top: 9px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #66ac4b;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.testi_img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    float: left;
}
.test_content {
    overflow: hidden;
}
.test_content p {
    font-weight: 600;
    font-style: italic;
}
.test_content h3 {
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
.test_content span {
    overflow: hidden;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #66ac4b;
}
.page-heading{
	display: flex;
	justify-content: safe center;
	align-items: center;
	padding: 20px 20px;
}
.page-heading h1{
	font-weight: 900;
	color: white;
	font-size: 45px;
	letter-spacing: 2px;
}
.page-heading .line{
	height: 5px;
	width: 80px;
	background: white;
}
.sub-services .box{
	padding: 20px;
    background: #070f44;
    border-radius: 8px;
    display: flex;
    min-height: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.sub-services .box .uppericon img{
	max-width: 120px;
	margin-top: 0;
	margin-bottom: 0;

}
.sub-services .box .content {
    text-align: left;
    display: flex;
    margin-left: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.sub-services .box .content p {
 	margin-bottom: 0;
}
.heading p{
	margin-bottom: 5px;
	text-align: center;
}
.faq {
    max-width: 100%;/*
    border: 1px solid #222;*/
}
.faqitem{
    margin-bottom: 5px;
    border-radius: 8px;
    overflow: hidden;    
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    /*border-bottom: 1px solid grey;*/
}
.faqitem .header h5{
    margin-bottom: 0;
}
.faqitem .header {
    padding: 15px;
    background: #070f44;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

.faqitem .header h4 {
    margin: 0;
}

.faqitem .header .fa.fa-minus {
    display: none;
}

.faqitem.jquery-accordion-active .fa.fa-minus {
    display: block;
}

.faqitem.jquery-accordion-active .fa.fa-plus {
    display: none;
}

.faqitem .content {
    padding: 15px;
    display: none;
    border:1px solid #02044a;
    border-radius: 0 0 8px 8px;
}
.registrations .upper-box{
	padding: 20px;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	/*border-radius: 8px;*/
	position: relative;
}
.registrations .upper-box:after{
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	border-top: 10px solid #070f44;
	border-left: 10px solid #070f44;
	height: 60px;
	width: 60px;
}
.registrations .upper-box:before{
	content: '';
	position: absolute;
	bottom: -10px;
	right: -10px;
	border-bottom: 10px solid #66ac4b;
	border-right: 10px solid #66ac4b;
	height: 60px;
	width: 60px;
}
.registrations .upper-box h3{
	font-weight: 900;
	color: #070f44;
}
.faqitem .content ol,.faqitem .content ul{
	padding-inline-start: 20px;
}
.contact .box{
	display: flex;
	justify-content: safe center;
	align-items: center;
}
.contact .box i{
	font-size: 45px;
	color: #070f44;
}
.contact .box .box-content{
	margin-left: 10px;
}
.contact .box .box-content h5{
	margin-bottom: 0;
	color: #070f44;
}
.contact .box .box-content p{
	margin-bottom: 0;
}
.contact{
	padding: 60px 0;
}
.form{
	padding: 30px;
}
.form h2{
	font-weight: 900;
	color: #070f44;
}
.form .line{
	width: 70px;
	height: 5px;
	background:#070f44;
	margin-bottom: 4px;
}
.form .line2{
	width: 50px;
	height: 3px;
	background:#66ac4b;
	margin-bottom: 20px;
}
.form .form-control{
	border-radius: 50px;
    border: none;
    background-color: #efefef;
    padding: 29px 0 29px 35px;
    margin-bottom: 0;
    font-weight: 700;
    box-shadow: none !important;
    border: none !important;
    outline: none;
}
.form textarea.form-control{
	border-radius: 20px;
    height: 263px;
    min-height: 263px;
    
}
.map{
	filter: grayscale(100%);
	transition: 0.5s;
	height: 100%;
	min-height: 350px;
}
.map:hover{
	filter: grayscale(0%);	
	transition: 0.5s;
}
.form input[type="submit"]{
	border: none;
}
.team .team-box{
	padding: 20px;
	border-radius: 8px;
	background: #070f44;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.team .team-box img{
	border-radius: 8px;
}
.team .team-box .team-bottom{
	background: white;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: -50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.team .team-box .team-bottom h5{
	margin-bottom: 0px;
	color: #070f44;
	font-weight: 900;
}
.team .team-box .team-bottom p{
	margin-bottom: 0;
	font-weight: bold;
}
input[type="file"]{
	padding: 15px !important;
	height: 58px;
}
@media screen and (max-width: 1050px){
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: .8rem;
		padding-right: .8rem;
	}
}
@media screen and (max-width: 992px){
	.first{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.main-section .upper-box h1{
		font-size: 30px;
	}
	.main-section .upper-box h1 br{
		display: none;
	}
	.main-section .upper-box p{
		font-size: 14px;
	}
	.about .imgbox{
		margin-bottom: 50px;
	}
	.about .imgbox .smallimage{
		bottom: 90px;
		left: 0;
	}
	.tt{
		transform: translateY(0px);
	}
	.testimonial-slider .box{
		display: grid;
		place-items: center;
	}
	.testimonial-slider .box .test_content{
		text-align: center;
	}
	.test_content h3{
		margin-top: 0;
	}
}
@media screen and (max-width: 768px){
	.smallimage{
		display: none;
	}
	.team-box{
		margin-bottom: 50px;
	}
	.footer_logo img{
		max-width: 250px;
	}
	.main-section .upper-box p {
	    font-size: 16px;
	}
}
@media screen and (max-width: 600px){
	.sub-services .box{
		flex-direction: column;
	}
	.sub-services .box .uppericon img{
		margin-bottom: 10px;
	}
	.sub-services .box .content{
		text-align: center;
		align-items: center;
	}
	.page-heading h1{
		font-size: 35px;
		margin-bottom: 0;
	}
	.page-heading{
		flex-direction: column-reverse;
	}
	.heading h1{
		font-size: 35px;
	}
	.main-content{
		padding: 50px 0;
	}
	.values .content-box h1{
		font-size: 30px;
	}
	.values .content-box{
		padding: 0;
	}
}