@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

body{
	font-family: 'Poppins', sans-serif;
}
img{
	max-width: 100%;
}
a:hover{
	text-decoration: none;
	color: #0056b3 !important
}

/* #Navigation
================================================== */
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 15px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 15px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background: #fff;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 50px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-brand:focus{
	outline: none;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after, 
.navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #2274a5 !important;
}
.nav-item.active .nav-link{
	color: #2274a5 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #2274a5;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(34,116,165,.6);
}

/* #Media
================================================== */

@media (max-width: 767px) { 
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}

/*********slider**********/
.slider-img img{
	width: 100%;
	height: auto;/*500px;*/
	object-fit: fill;/* cover; */
	object-position: top;
}
#myCarousel{
	position: relative;
}
#myCarousel .carousel-inner,
.serviceBanner{
	background: #d8edfe;
}
#myCarousel .carousel-indicators li{
	background-color: #1B5E7F;
}
#myCarousel .carousel-item{
	position: relative;
}
#myCarousel .slide-content{
	position: absolute;
	top: 50%;
	left: 50px;
	width: 400px;
	transform: translateY(-50%);
}
#myCarousel .slide-content h3{
	font-size: 36px;
	text-transform: capitalize;
	color: #2274a5;
}
#myCarousel .slide-content h3 span{
	color: #212121;
}
.marquee {
	font-weight: 500;
	text-align: left;
	color: white;
	padding: 11px 0px;
	font-family: inherit;
	font-size: 20px;
	width: 100%;
	height: auto;
	/*background: #23AAE2;*/
	background: #c13a63;
}

.aboutus{
	padding: 60px 0px 0px;
}
.title h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 15px;
	
}
	.title h2 span {
		color: #2274a5;
		font-size: 40px;
		background: -webkit-linear-gradient(left,#302f71 0%,#1B5E7F 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: 500;
		display: block;
	}
.aboutus p{
	line-height: 1.5em;
    font-weight: 300;
    margin: 25px 0 30px;
    font-size: 18px;
    text-align: justify;
}

/*********services*********/
.servicebox{
	padding: 60px 0px;
}
.icon-box-item {
	margin-top: 30px;
    /*margin-bottom: 30px;*/
    transition: all .5s linear;
    height: auto;
    transform: translate(0,0);
}
.icon-box-item .wrap {
    overflow: hidden;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,.2);
    background: #fbfdfc;
    border-radius: 8px;
    text-align: center;
    padding: 0px 0px 20px;
    position: relative;
    z-index: 3;
    transition: all .5s ease;
}
.icon-box-item .icon {
    font-size: 50px;
    position: relative;
    color: #2274a5;
    margin-bottom: 20px;
}
.icon-box-item .icon img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.icon-box-item .h {
    font-size: 20px;
    position: relative;
    font-weight: 500;
    transition: all ease 0.5s;
    line-height: 1.2;
    color: #212121;
}
.icon-box-item .desc{
	color: #2274a5;
    line-height: 1.5em;
    padding-top: 15px;
    display: none;
    height: auto;
    padding-top: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    transition: background .5s ease;
}
	.icon-box-item .desc a {
		color: #349e88;
		font-size: 18px;
	}
	.icon-box-item:hover .h,
	.icon-box-item:hover .icon i {
		color: #349e88;
		background: -webkit-linear-gradient(left,#349e88 0%,#1B5E7F 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.icon-box-item:hover .desc {
		display: block;
		color: #349e88;
	}
.icon-box-item:hover{
	transform: translate(0,-15.5px);
}

/********case study***********/
.case-study{
	background: #f2f2f2;
	padding: 60px 0px;
}
.case-study .row{
	padding-top: 40px;
}
.case-study .case-study-item {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.case-study .case-study-item img{
	margin-bottom: 20px;
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.case-study .case-study-item .title h2{
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0px;
	text-align: left;
	display: block;
	min-height: 50px;
}
.case-study .case-study-item p{
	font-size: 16px;
	font-weight: 200;
	color: #212529;
}
.slider-btn,
.search-form input[type=submit] {
	display: inline-block;
	padding: 15px 35px;
	background: linear-gradient(to left,#ea3232 0%,#fa5758 100%);
	color: #fff;
	border-radius: 30px;
	font-size: 14px;
	margin-right: 15px;
	position: relative;
	z-index: 1;
	border: none;
}
.slider-btn.color2{
	background: linear-gradient(to left,#db8511 0%,#e63940 100%);
	margin-right: 0;
}
.slider-btn:hover{
	color: #181a1b;
}
.slider-btn:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fbfdfc;
    z-index: -1;
    border-radius: 30px;
    opacity: 0;
    transition: all .5s ease;
}
.slider-btn:hover:before {
	opacity: 1;
}
.number-circle .channelno {
	text-align: center;
	line-height: 36px;
	display: block;
	color: #2AADE3;
	border-radius: 50%;
	border: 2px solid #2AADE3;
	width: 40px;
	margin: 0 auto;
}
.number-circle h6 {
	color: #7a7474;
	font-weight: bold;
}
/************contact**********/
.contact{
	padding: 60px 0px;
}
.contact form{
	padding: 50px 0px 0px;
	text-align: center;
}
.contact form input,
.contact form select,
.contact form textarea{
	display: block;
    width: 100%;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #4d519d;
    border-radius: 8px;
    background: #fbfdfc;
    font-weight: 300;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,.2);
    height: 55px;
    outline: none;
}
.contact form input:focus,
.contact form select:focus,
.contact form textarea:focus{
	outline: none;
	box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,.2);
}
.contact form textarea{
	height: auto;
}
.contact form button,
.search-form input[type=submit]{
	padding: 10px 25px;
    border: none;
}
.contact form button:hover{
	opacity: 0.7;
}
.contact-details {
	padding: 40px 0px;
	margin-top: 60px;
	text-align: center;
	background: #d8d8d8;
	border-radius: 10px
}
.contact-details .row > div {
	padding: 0px 25px;
}
.contact-details p{
	margin-top: 20px;
}

/*********footer*************/
.footer{
    padding: 30px 0;
    font-weight: 400;
    background: #1B5E7F;
    color: #fff;
    overflow: inherit;
}
.copyright {
    text-align: center;
    padding: 20px 10px;
}
.copyright p{
	margin: 0;
}
.copyright a{
	color: #23aae2;
}
.copyright a:hover{
	color: #23aae2 !important;
	text-decoration: underline;
}
.serviceBanner{
	position: relative;
}
.serviceBanner img{
	height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.serviceBanner .banner-content{
    position: absolute;
    top: 50%;
    left: 50px;
    width: 400px;
    transform: translateY(-50%);
}
.serviceBanner .banner-content h3{
	font-size: 36px;
    text-transform: capitalize;
    color: #2274a5;
}
.ServiceDetails{
	padding: 60px 0px;
}
.ServiceDetails .tableDetails{
	background: #fff;
    height: 100%;
    box-shadow: 0 0 8px #ddd;
    border-radius: 10px;
    padding: 20px;
}
.tableDetails .title h2 span{
	font-size: 24px;
}
.tableDetails table{
	width: 100%;
}
.tableDetails table tr:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.tableDetails table td{
	padding: 10px 0px;
}
.tableDetails table tr td:last-child{
	text-align: right;
}
.site-block .slider-btn{
	margin-bottom: 20px;
}
.search-form input[type=submit]{
	margin-left: 15px;
}
.search-form input:focus{
	box-shadow: none;
}
.themed-background-dark {
    background-color: #25AAE1 !important;
}
.site-section{
	margin-top: 50px;
}

/************media************/
@media screen and (max-width: 991px){

	.contact iframe{
		margin-top: 20px;
	}
	.case-study .case-study-item{
		margin-bottom: 30px;
	}
	.case-study .case-study-item img{
		height: auto;
	}
	#myCarousel .slide-content,
	.serviceBanner .banner-content{
		background: #d8edfe;
	    width: 100%;
	    text-align: center;
	    padding: 20px 10px;
	    position: unset;
	}
	#myCarousel .slide-content h3,
	.serviceBanner .banner-content h3{
		font-size: 28px;
	}
	.slider-img img{
		object-position: right;
	}
}
@media screen and (max-width: 767px){
	.ServiceDetails .tableDetails{
		margin-top: 20px;
	}
	/* .navigation-wrap{ */
		/* background: #fff; */
	/* } */
}

.pricing1 {
	background: #759665 !important;
}

.title1 {
	background: #4c6b3d !important;
}

.pricing2 {
	background: #E65B68 !important;
}

.title2 {
	background: #af3540 !important;
}

.pricing3 {
	background: #FFBD47 !important;
}

.title3 {
	background: #dea030 !important;
}

.pricing4 {
	background: #717ACA !important;
}

.title4 {
	background: #42498c !important;
}

.pricing {
	/*position: absolute;*/
	background: #FFBD47 /*#3498db*/;
	width: 280px;
	/*top: 50%;
  left: 50%;*/
	/*margin: -117px 0 0 -140px;
  padding: 40px 0 20px;*/
	color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

	.pricing .thumbnail {
		background: #fff;
		/* IE Fall */
		background: rgba(255, 255, 255, 0.2);
		display: block;
		width: 150px; /*90px;*/
		height: 150px; /*90px;*/
		margin: 0 auto;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		font-size: 20px; /*36px;*/
		line-height: 128px; /*90px;*/
		text-align: center;
	}

	.pricing .title {
		cursor: pointer;
		background: #dea030 /*#2980b9*/;
		margin: 14px /*40px*/ 0 0;
		padding: 10px;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
	}

	.pricing .content {
		display: none;
	}

		.pricing .content .sub-title {
			background: #eee;
			padding: 10px;
			color: #666;
			font-size: 14px;
			font-weight: 700;
			text-align: center;
		}

		.pricing .content ul {
			list-style: none;
			background: #fff;
			margin: 0;
			padding: 0;
			color: #666;
			font-size: 14px;
		}

			.pricing .content ul li {
				padding: 10px 20px;
			}

				.pricing .content ul li:nth-child(2n) {
					background: #f3f3f3;
				}

				.pricing .content ul li .fa {
					width: 16px;
					margin-right: 10px;
					text-align: center;
				}

				.pricing .content ul li .fa-check {
					color: #2ecc71;
				}

				.pricing .content ul li .fa-close {
					color: #e74c3c;
				}

		.pricing .content a {
			display: block;
			/*background: #FFBF4D#2980b9;*/
			max-width: 200px;
			margin: 0 auto;
			margin-top: 20px;
			padding: 10px 15px;
			color: #fff;
			font-size: 18px;
			font-weight: 700;
			text-align: center;
			text-decoration: none;
			-webkit-transition: 0.2s linear;
			-moz-transition: 0.2s linear;
			-ms-transition: 0.2s linear;
			-o-transition: 0.2s linear;
			transition: 0.2s linear;
		}

			.pricing .content a:hover {
				background: #34495e;
				/* IE Fallback */
				background: rgba(52, 73, 94, 0.7);
			}

.clickMe {
	background: #fff;
	/* IE Fallback */
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 180px;
	left: -60px;
	padding: 5px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3498db;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
}

	.clickMe:before {
		content: '';
		position: absolute;
		top: 6px;
		right: -5px;
		width: 0px;
		height: 0px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5 solid #fff;
		/* IE Fallback */
		border-left: 5px solid rgba(255, 255, 255, 0.8);
	}