* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	list-style: none;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
	outline: 0;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
h1, h2, h3, h4, h5 {
	color: #3b3b3b;
	font-family: 'Roboto', sans-serif;
}
p {
	color: #3b3b3b;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
img {
	max-width: 100%;
	box-sizing: border-box
}
.hvr-shutter-out-horizontal:before {
	background: #230000;
	border: #230000;
}
 .askmodal ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
 opacity: 1 red !important;
}
.askmodal :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;;
}
.askmodal ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff !important;
}
.askmodal ::-webkit-input-placeholder {
 color: #fff !important;
}
.askmodal ::-o-input-placeholder {
 color: #fff !important;
}
.askmodal ::-moz-placeholder {
 color: #fff !important;
}

.newsbox ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000 !important;
}
.newsbox :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000 !important;;
}
.newsbox ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000 !important;
}
.newsbox ::-webkit-input-placeholder {
 color: #000 !important;
}
.newsbox ::-o-input-placeholder {
 color: #000 !important;
}
.newsbox ::-moz-placeholder {
 color: #000 !important;
}
/*====================sticky header======================*/
.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,125,32,0.75);
	z-index: 99999;
	padding-left: 0;
	padding-right: 0;
	transition: 0.9s;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
/*====================scroll to top======================*/
.scrollup {
	position: fixed;
	right: 2%;
	bottom: 3%;
	background: #0a3052;
	color: #fff;
	font-size: 20px;
	opacity: 0.5;
	border-radius: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #ffffff;
	z-index: 99999;
}

/*====================header======================*/
header {
	background: transparent;
	padding: 0 0;
	position: absolute;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.logo {
	display: block;
	text-align: center;
}
.socialIcon ul li {
	font-size: 20px;
	padding-bottom: 0;
	color: #fff;
	margin-left: 18px;
}
.socialIcon ul li a {
	color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	display: block;
}
.socialIcon ul li a:hover {
	color: #1abf27;
}
.socialIcon ul li i {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.socialIcon ul li a:hover i {
	color: #1abf27;
}
.link-nav {
	padding: 0;
	background: #fff;
	border-radius: 8px 0 0 8px;
	position: relative;
}
.link-nav:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	right: -100%;
	top: 0;
}
.link-nav ul {
	padding: 10px 15px;
}
.link-nav ul li {
	font-size: 14px;
	color: #1abe27;
	margin: 0;
	padding: 0 15px;
	border-left: 2px solid #868686;
}
.link-nav ul li:first-child {
	font-size: 24px;
	border-left: 0px solid #868686;
}
.link-nav ul li a {
	color: #343434;
	margin: 0 0 0 8px;
}
.ask-btn {
	font-size: 14px;
	background: #1abe27;
	color: #fff;
	font-weight: 600;
	padding: 0 15px;
	display: flex;
	height: 100%;
	align-items: center;
}
/*========================banner===================================*/
.banner {
	position: relative;
	background-size: cover;
	z-index: 9;
}
#owldemo1 .item {  height: 100vh;  background-position:top center; background-repeat:no-repeat; background-size:cover; }
#item1{ background-image: url('/images/banner2.jpg'); }
#item2{ background-image: url('/images/banner1.jpg'); }
#item3{ background-image: url('/images/banner2.jpg'); }
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 76, 118, 0.55);
}
.caption {
	text-shadow: none;
	width: 75%;
	position: absolute;
	color: #f8f8f8;
	text-align: center;
	top: 35%;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 2%;
}
.caption h1 {
	font-size: 38px;
	color: #fff;
	margin-bottom: 0;
}
.caption h2 {
	color: #f8f8f8;
	max-width: 95%;
	margin: 20px auto;
	line-height: 26px;
	font-size: 18px;
}
/*
.caption a {
	background: transparent;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	//box-shadow: 0 0 5px #514a31;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	font-size: 16px;
	border: 2px solid #ffff;
	border-radius: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.caption a:hover {
	background: #1abf27;
	border: 2px solid #1abf27;
	color: #ffffff;
}
*/
.caption .btn-subscribe{
    background: #1abe27;
    color: #fff;
	font-weight: 500;
	text-transform: uppercase;
    padding: 7px 20px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	font-size: 16px;	
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.caption .btn-subscribe:hover{
    background: #1d4c76;
    color: #fff;
}

#owldemo1 .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2%;
}
#owldemo1 .owl-dot.active span, #owldemo1 .owl-dot:hover span {
	background: #6bf977;
}
#owldemo1 .owl-dot span {
	width: 8px;
	height: 16px;
	background: #1abf27;
}
#owldemo1 .owl-dot span {
	border-radius: 0%;
}
/*===================bookCall===================*/
.bookCall {
	background: #1abf27;
}
.callparent {
	padding: 1.5rem 0;
	display: flex;
	align-items: center;
}
.bookCall .callContent {
}
.bookCall .callContent h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 30px;
}
.bookCall .callContent h2 span {
	font-size: 38px;
	font-weight: 600;
}
.bookCall .btn-callbtn {
	border: 2px solid #fff;
	border-radius: 9px;
	color: #003e05;
	font-weight: 600;
	background: #43ca4e;
	padding: 8px 15px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	text-transform: uppercase;
}
.bookCall .btn-callbtn:hover {
	background: #fff;
	border: 2px solid #44ca4f;
}
/*=====================strategy======================*/
.strategy h2 {
	font-weight: 500;
}
.strategy p {
	font-size: 14px;
}
/*=====================services======================*/
.services {
	display: flex;
	flex-wrap: wrap;
	background: #1abe27;
}
.services .item:nth-child(odd), .services .item:nth-child(even) {
	padding: 20px 20px;
	width: 230px;
	flex-grow: 1;
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.services .item:nth-child(odd) {
	background: #1abe27;
}
.services .item:nth-child(even) {
	background: #1d4c76;
}
.icon {
	width: 56px;
	margin: 0 auto;
}
.item h4 {
	margin-bottom: 0;
	padding: 15px 0 5px;
	color: #fff;
	font-size: 22px;
}
.item p {
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
}
.item .btn-learnMore {
	font-size: 12px;
	color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s
}
.item .btn-learnMore:hover {
	margin-left: 5px;
}
/*=====================bookinginfo======================*/
/*.applymembership {
	position: relative;
	z-index: 9;
	background: #4c4841;
}
.applymembership .contactDetails .title h2 {
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.applymembership .contactDetails ul {
}
.applymembership .contactDetails ul li {
	padding: 8px 0;
}
.applymembership .contactDetails ul li i {
	color: #fff;
}
.applymembership .contactDetails ul li a {
	font-weight: 300;
	display: inline-block;
	margin-left: 15px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.applymembership .contactDetails ul li a:hover {
	color: #f5df1d;
}
.applyinformation .headline h2 {
	margin-bottom: 0;
	font-size: 22px;
	padding: 7px 0;
}
.applyinformation form.bookingform {
	padding: 1% 2%;
}
.applyinformation form.bookingform label {
	margin-bottom: 0rem;
}
.applyinformation form .btn-search {
	background: #000;
	color: #fff;
	text-transform: uppercase;
}
.applyinformation form .form-control {
	display: block;
	width: 100%;
	font-weight: 300;
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #a6a6a6;
	border-radius: 0;
}
.applyinformation .btn-send {
	border: 1px solid #a6a6a6;
	border-radius: 0;
	background: transparent;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.applyinformation .btn-send:hover {
	background: #f5df1d;
	color: #fff;
}
.onlinebottom ul {
	display: flex;
	flex-direction: column;
}
.onlinebottom ul li {
	color: #fff;
}
.onlinebottom ul li i {
	color: #ffe71a;
	font-size: 20px;
	padding: 0 1rem;
}*/
/*=====================videomain======================*/
.videomain {
	position: relative;
	background: #ededed;
}
.videoinner .heading {
	margin-bottom: 20px;
	position: relative;
}
.videoinner .heading:before {
	position: absolute;
	content: "";
	background: #1d4c76;
	width: 15%;
	height: 3px;
	bottom: -9px;
}
.videoinner .heading h2 {
	font-size: 22pt;
	position: relative;
	margin-bottom: 5px;
}
.videoinner .content p {
	font-weight: 300;
}
video.video-fluid {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
/*=====================our arena======================*/
/*.arena {
	background: #40403e;
	position: relative;
}
.singlearena {
	position: relative;
	margin-bottom: 30px;
}
.singlearena .parent {
	text-align: center;
	background: #40403e;
	border: 1px solid #a6a6a6;
	padding: 15px 25px;
	position: relative;
	z-index: 9;
}
.singlearena:before {
	content: "";
	position: absolute;
	background: #a6a6a6;
	border: 1px solid #a6a6a6;
	width: 100%;
	height: 100%;
	left: 15px;
	top: 15px;
}
.singlearena .parent:hover h4, .singlearena .parent:hover p {
	color: #f5df1d;
}
.singlearena .icon {
	margin: 0 auto;
	padding: 13px 0;
}
.singlearena .headline {
	padding: 15px 0 10px;
}
.singlearena .headline h4 {
	color: #f9f9f9;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 18px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.singlearena .text p {
	color: #f9f9f9;
	font-weight: 300;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}*/
/*=====================about us======================*/
.congratulation {
	background: url(../images/congratulationbg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.sec-title {
	padding-bottom: 2.5rem;
	position: relative;
}
.sec-title h2 {
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
}
.congratulation .content {
	padding: 0 37px;
}
.congratulation .content p {
	color: #fff;
	font-weight: 300;
}
/*==============================blog===========================*/
.brand {
	background: #ededed;
}
.brand .heading h2 {
	margin-bottom: 30px;
}
#owldemo2 .item {
	padding-bottom: 1rem;
}
#owldemo2 .item .singlebrand {
	padding: 0 1.5rem;
}
#owldemo2 .owl-dot.active span, #owldemo2 .owl-dot:hover span {
	background: #1d4c76;
}
#owldemo2 .owl-dot span {
	background: transparent;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 1px solid #1d4c76;
}
.brand .caseStudies .case-Studies {
    display: block;
    background: #1abe27;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    text-align: center;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}
.brand .caseStudies .case-Studies:hover { background:#1d4c76;}
/*==============================blog===========================*/
.singleBlog {
	border-radius: 0;
	position: relative;
	border: 0;
	margin-bottom: 30px;
}
.singleBlog .card-body {
	width: 95%;
	background: rgba(255,255,255,0.85);
	position: absolute;
	bottom: 0;
	left: 0;
 padding: .5rem 1.25rem;
}
.singleBlog .card-body ul li:first-child {
	width: 85%;
	border-right: 1px solid #1d4c76;
}
.blogSubtitle p.card-text {
	color: #1d4c76;
	font-weight: 500;
}
.blogSubtitle p {
	color: #1d4c76;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 300;
}
.blogSubtitle p span {
	display: block;
}
.singleBlog .card-body ul li a {
	color: #1d4c76;
}
.singleBlog .card-body ul li i {
	color: #1d4c76;
	font-size: 24px;
}
.blog .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -4%;
    top: 45%;
	color: #1d4c76;
    font-size: 25px;
    padding: 15px !important;
    border-radius: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.blog .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -4%;
    top: 45%;
	color: #1d4c76;
    font-size: 25px;
    padding: 15px !important;
    border-radius: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
#owldemo3 .owl-nav [class*=owl-]:hover {
    background: #f1f1f1 !important;
    color: #1d4c76;
    text-decoration: none;
}
.subscribe .btn-subscribe{
    background: #1abe27;
    color: #fff;
    padding: 7px 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.subscribe .btn-subscribe:hover{
    background: #1d4c76;
    color: #fff;
}
/*===========================footer===========================*/
footer {
	position: relative;
	color: #fff;
	background: #1d4c76;
	padding: 2rem 0;
}
.singlefooter {
	padding: 1rem 0;
}
footer .logo {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0;
	text-align: left;
}
footer .singlefooter h2 {
	font-size: 28px;
	padding-bottom: 5px;
	color: #e1e1e1;
	margin-bottom: 25px;
}
.singlefooter p {
	color: #fff;
	margin-bottom: 5px;
	font-weight: 300;
}
.singlefooter p.customfont {
	font-weight: 300;
	font-size: 13px;
}
.singlefooter ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.singlefooter ul.footernavigation li {
	position: relative;
	padding-left: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #486e90;
}
.singlefooter ul.footernavigation li:last-child {
	border-bottom: 0;
}
.singlefooter ul li a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.singlefooter ul li:first-child a {
	color: #e1e1e1;
	font-size: 17px;
	font-weight: 500;
}
.singlefooter ul li:last-child a {
	color: #e1e1e1;
	font-size: 14px;
	font-weight: 300;
}
.singlefooter ul li a:hover {
	color: #1abe27;
}
.singlefooter ul li i {
	position: absolute;
	left: 0;
	top: 4px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	color: #fff;
}
.singlefooter ul li i:hover {
	color: #fff;
}
.singlefooter ul.socialicon li {
	display: inline-block;
	margin-right: 5px;
}
.singlefooter ul.socialicon li a {
	font-size: 18px;
}
.singlefooter ul.socialicon li a i {
	/* background: #00b1ff; */
	color: #fff;
	/* width: 30px; */
    /* height: 30px; */
	line-height: 30px;
	text-align: center;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.singlefooter ul.socialicon li a i:hover {
	color: #1abe27;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
.singlefooter ul.footernavigation li a {
	font-size: 14px;
	font-weight: 300;
}
.customform .form-control {
	background: #ffffff;
	border: #e0e0e0;
	border-radius: 0;
	height: 45px;
}
.customform .customformbtn {
	background: #b28d1b;
	color: #fff;
	border-radius: 20px;
}
.connection ul.clearfix li {
	background: none;
	padding-left: 0;
}
.connection .icon {
	float: left;
	margin-right: 10px;
	width: 5%;
}
.connection .address {
	font-size: 15px;
	width: 90%;
	float: right;
	padding-bottom: 12px;
}
.customform .form-control {
	background: #ffffff;
	border: #e0e0e0;
	border-radius: 0;
	height: 45px;
}
.newsbox {
    width: 100%;
    /* height: 50px; */
    /* line-height: 50px; */
    background: #f4fcff;
    /* border: 1px solid #eee; */
    overflow: hidden;
    position: relative;
}
.newsbox input {
	border: none;
	margin: 0 14px;
	background: transparent;
	/*height: 40px;*/
	width: 50%;
	color: #000;
	font-size: 14px;
	outline: none;
	padding: 10px 0px;
}
.newsbox .subscribe {
    width: 38%;
    background: #1abe27;
    /* border-top-left-radius: 0; */
    /* border-bottom-left-radius: 0; */
    /* text-align: center; */
    height: 45px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 8px 0;
    /* margin-top: 3px; */
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: absolute;
    top: -4px;
    text-align: center;
    vertical-align: middle;
}
.newsbox .subscribe:hover {
	color: #0a3052;
	background: #fff;
}
.read-more:hover {
	color: #fff;
}
.copyright {
	background: #0a3052;
	color: #fff;
}
.copyright p {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
}
.copyright p span {
	color: #5cb2ff;
	text-decoration: underline;
}
/*========================================madal=================*/
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.modal input.form-control.send {
	background: #060606;
	color: #fff;
	display: block;
	cursor: pointer;
}
.modal-content {
	background: #0c7d16;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border: 2px solid #ffffff;
}
.modal-content .form-control {
	background-color: #2fd83c;
	border: 1px solid #2fd83c;
 border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.modal label {
	color: #fff;
}
.modal-content .modal-header {
	border-bottom: 1px solid transparent;
}
.modal input.form-control.send {
	background: #00a00d;
	color: #fff;
	display: block;
	cursor: pointer;
	border: 1px solid #00a00d;
}
#SubscribeModal .modal-body{ color: #fff; }
/*===========================responsive===========================*/

@media (max-width: 1199px) {
.link-nav ul {
	padding: 10px 9px;
}
.link-nav ul li:first-child {
	font-size: 16px;
	border-left: 0px solid #868686;
}
.caption {
	width: 60%;
}
.bookCall .callContent h2 {
	font-size: 24px;
}
.bookCall .callContent h2 span {
	font-size: 34px;
}
.brand .caseStudies .case-Studies {
    padding: 10px 15px;
}
}
 @media (max-width: 1024px) {
.link-nav:after {
	display: none;
}
.link-nav {
	border-radius: 8px 8px;
	margin-top: 5%; 
}
.caption {
	width: 80%;
}
#owldemo1 .owl-dots, #owldemo2 .owl-dots {
	display: none;
}
.blog .owl-carousel .owl-nav button.owl-prev,
.blog .owl-carousel .owl-nav button.owl-next {
	display:none;
    
}
.congratulation .content {
	margin-top: 30px;
}
.services .item:nth-child(5) {
    background: #d29b25;
}
}
 @media (max-width: 991px) {
.congratulationimg {
	margin: 0 auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.congratulation .content {
	padding: 0;
}
}
 @media (max-width: 768px) {
.caption {
	top: 40%;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.caption h1 {
	font-size: 22px;
}
.caption h2 {
	font-size: 18px;
}
.caption p {
	margin: 10px 0;
}

}
 @media (max-width: 767px) {
.bookCall .callContent h2 {
	font-size: 20px;
}
.bookCall .callContent h2 span {
	font-size: 24px;
}
.link-nav ul li:first-child {
	font-size: 12px;
}
.link-nav ul li {
	font-size: 12px;
}
.ask-btn{ font-size:12px !important; 	border-radius: 0px 8px 8px 0px;
	margin-top: 0% !important;  }
.link-nav ul li a {
	margin: 0 0 0 6px;
}
.singleBlog .card-body {
	padding: 2rem 1.25rem;
}
.newsbox .subscribe {
	width: 42%;
}
}
 @media (max-width: 575px) {
/*.caption {
	top: 52%;
}*/
/*.caption h2 {
	display: none;
} */s
.bookCall .callContent h2 {
	font-size: 16px;
}
.bookCall .callContent h2 span {
	font-size: 20px;
}
.bookCall .callContent h2 {
	display: flex;
	flex-direction: column;
}
.callbtn {
	margin-left: 10px;
}
.singlefooter {
	padding: 1.5rem 0;
}
.services .item:nth-child(3) {
    background: #1d4c76;
}
.services .item:nth-child(4) {
    background: #1abe27;
}
}
 @media (max-width: 550px) {
/* .caption {
	display: none;
} */
}
 @media (max-width: 414px) {
.information ul {
	flex-direction: column;
}
.link-nav ul li {
	border-left: 0;
}
.owl-dots {
	display: none;
}
.sec-title h2 {
	font-size: 24px;
}
.services .item:nth-child(3) {
    background: #1abe27;
}
.services .item:nth-child(4) {
    background: #1d4c76;
}
.services .item:nth-child(5) {
    background: #1abe27;
}
}
 @media (max-width: 360px) {
.link-nav {
	border-radius: 0;
	margin-top: 5%;
}
.ask-btn {
	font-size: 12px;
	padding: 0 10px;
}
}
 @media (max-width: 320px) {
/*.information {
	display: none;
} */
.caption h2 {
	font-size: 28px;
}
}

@media (max-width: 992px) {
	header .information{ display: none; }
	.InfoSection{ display: block; }
	.InfoSection{ position:absolute; background: transparent; padding:0 0; overflow:hidden; z-index:999; bottom:6%; margin:auto; 
}
}
@media (min-width: 993px) {
	.InfoSection{ display: none !important; }
}
