@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@600&display=swap');

body{
	font-family: 'Poppins', sans-serif !important;
}
a{
  transition: all 2s ease-out 0s;
}
a:focus{
	outline: none !important;
}
a:hover{
	text-decoration: none;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
    outline:0px !important;
}
button:focus{
	outline: none;
}
html {
  scroll-behavior: smooth;
}

.carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item  {
  -webkit-animation: zoom 100s;
  animation: zoom 100s;
}

.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.carousel-item .img-fluid {
    margin: 0 auto;
}
.carousel img {
    opacity: 1;
    filter: alpha(opacity=50);
}
#menu{
	position: absolute;
	z-index: 100;
	width: 100%;
}
.logo{
	margin-top: 35px;
}
.logo img{
	
}
.animated-icon3.open {
    margin-left: -5px;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 4px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #e65100;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon3 span {
background: #ffffff;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}
.animated-icon3 b{
	margin-left: -110px;
    font-weight: normal;
    color: #fff;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
	border-bottom: 1px solid #fff !important;
}

#menu .navbar{
    float: right;
    padding: 0px;
    margin-top: -138px;
    margin-right: 13px;
}
#menu .navbar-toggler{
	line-height: 27px;
    
    border-radius: 0;
}
#menu .navbar-toggler{
	padding: 5px;
	padding-bottom: 10px;
	background: rgb(0 0 0 / 20%);
}
#menu .navbar-collapse{
	position: absolute;
    top: 50px;
    width: 150px;
    right: 30px;
    text-align: right;
}
#menu .navbar-dark .navbar-nav .nav-link{
	color: #fff;
}
.social-icons{
	position: fixed;
	z-index: 10000000;
	right: 0%;
	top: 40%;

}
.social-icons ul{
	margin: 0px;
	padding: 0px;
}
.social-icons ul li{
	list-style: none;
	margin-bottom: 10px;
}
.social-icons ul li a .fa{
	color: #fff;
	background-color: #fff;
	padding: 10px 10px;
	display: block;
	transition: all 2s ease-out 0s;
}
.social-icons ul li a:hover .fa{
	background-color: #000 !important;
	transition: all 2s ease-out 0s;
	color: #fff !important;
	transition: all 2s ease-out 0s;
}
.social-icons ul li a .fa-facebook{
	background-color: #3b5998;
}
.social-icons ul li a .fa-twitter{
	background-color: #00acee;
}
.social-icons ul li a .fa-instagram{
	background-color: #E1306C;
}
.social-icons ul li a .fa-whatsapp{
	background-color: #25D366;
}
.banner-text{
    position: absolute;
    top: 48%;
    color: #fff;
    z-index: 1000;
    width: 100%;
    text-align: center;
}
.banner-text a{
    padding: 7px 10px;
    display: block;
    width: 150px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 14px;
}
.banner-text a:hover{
	background-color: #0a418a;
}
.banner-text h1{
	font-weight: 400;
	line-height: 60px;
	font-size: 60px;
	margin-bottom: 0px;
}
.banner-text h2{
    font-family: 'Cormorant', serif;
//	font-weight: 400;
//	line-height: 60px;
    margin-right: 25px;
    margin-left: 25px;
	font-size: 48px;
//	font-style: italic;
}
.banner-text p{
	font-size: 14px;
	line-height: 20px;
}
.banner-text2{
	position: absolute;
	bottom: 6%;
	z-index: 1000;
	text-align: center;
	width: 100%;
}
.banner-text2 h1{
	color: #fff;
	font-size: 43px;
	font-weight: 400;
}
footer{
	background-color: rgba(2, 34, 77, 0.8);
	position: absolute;
	width: 100%;
	padding: 8px 0px;
	bottom: 0;
	text-align: center;
	padding-top: 14px;
}
footer p{
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	margin-right: 15px;
    margin-left: 15px;
}

#inner-banner{
	background-color: #0a418a;
	padding: 15px 0px;
}
#menu-inner .navbar{
	padding: 0px;
}
#menu-inner .navbar-light .navbar-nav .nav-link{
	color: #fff;
	padding: 0px;
    margin-left: 20px;
    border-bottom: 1px solid transform: 
}
.in-baner-text{
	margin-top: 60px;
	padding-bottom: 50px;
}
.in-baner-text h1{
	color: #0a418a;
	font-size: 25px;
	font-weight: 100;
	line-height: 45px;
}
.in-baner-text h5{
	color: #fff;
	font-weight: 100;
	font-size: 20px;
    line-height: 30px;
}
#about-box{
	margin: 60px 0px;
}
.abou-se-1{
	
}
.abou-se-1 .text-box{
	background-color: #fff;
	padding-right: 40px;
	padding-bottom: 20px;
}
.abou-se-1 .text-box p{
	font-size: 14px;
	line-height: 30px;
}
.abou-se-2{
	margin: 60px 0px;
}
.abou-se-2 h3{
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 25px;
}

#about-box p {
	font-size: 14px;
	line-height: 27px;
}
#inner-footer{
	position: relative;
}
.lf-block {
    padding-left: calc((100vw - 1200px)/2 + 15px);
}
.lf-block-right {
    padding-right: calc((100vw - 1200px)/2 + 15px);
}
#services{
	margin: 60px 0px;
}
#services p {
    font-size: 14px;
    line-height: 27px;
}
#business{
	margin: 60px 0px;
}
.in-box-business{
	border: 1px solid #ececec;
	padding: 15px;
	margin-bottom: 25px;
    min-height: 400px;
    
    filter: grayscale(0%);
    transition: all 2s ease-out 0s;
}
.in-box-business:hover{
	border: 1px solid #0a418a;
	transition: all 2s ease-out 0s;
}
.in-box-business:hover img{
	filter: grayscale(100%);
	transition: all 2s ease-out 0s;
}
.in-box-business h3{
	font-size: 20px;
	margin-top: 20px;
}
.in-box-business p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0px;
}
#contact-box{
	margin: 60px 0px;
}
#contact-box table tr td{
	line-height: 35px;
}
#contact-box table{
	margin-bottom: 25px;
}
#contact-box form label{
	font-size: 12px;
}
#contact-box form input{
	width: 100%;
	border: none;
	background-color: #f0f0f0;
	padding: 7px;
	margin-bottom: 25px;
}
#contact-box form textarea{
	width: 100%;
	border: none;
	background-color: #f0f0f0;
	padding: 7px;
	margin-bottom: 25px;
	height: 130px;
}
#contact-box form .sub-btn{
	background-color: #0a418a;
	color: #fff;
	width: 150px;
	float: right;
}
#services .container .row:nth-child(even) {
	flex-direction: row-reverse;
}
.why-choose-us .row:nth-child(even) {
	flex-direction: row-reverse;
	
}
.why-choose-us .row:nth-child(even) .lf-block{
	padding-right: calc((100vw - 1200px)/2 + 15px);
	padding-left: 45px !important;
}

@media screen and (max-width: 1200px){

	#about-box .text-box{
		padding: 60px;
	}

}	
@media screen and (max-width: 991px){
	#menu-inner .navbar-light .navbar-nav .nav-link{
		text-align: right;
	    line-height: 35px;
	}
	.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
		border: none !important;
	}
	.navbar-toggler-icon{
		width: 2em;
		background-color: #fff;
	}
	.navbar-toggler{
		padding: 0px;
	}
	.why-choose-us .row:nth-child(even) .lf-block{
    	padding-left: 0px !important;
    }
}
@media screen and (max-width: 767px){
	.banner-text h2{
		font-size: 20px;
	}
	footer p{
		font-size: 10px;
	}
	.banner-text2 h1{
		font-size: 20px;
		margin-right: 25px;
    margin-left: 25px;
	}
	.banner-text2{
		bottom: 12%;
	}
	footer{
		padding: 8px 10px;
	}
	#about-box .text-box{
		padding: 30px;
	}
	#services h4{
		margin-top: 25px;
	}
	.in-box-business{
		min-height: auto;
	}
}






