@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
.footer_left ul li img {
	height: 40px;
}
.s_event .s_but {
	display: table;
	margin: 40px auto 0;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #0c3c60;
	color: #000000;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}
#myBtn:hover {
	background-color: #85898e;
}
html {
	scroll-behavior: smooth;
}
img {
	vertical-align: sub;
	border: none;
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
	outline: none
}
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
.clear {
	clear: both;
}
 body::-webkit-scrollbar {
width: 5px;
}
 body::-webkit-scrollbar-thumb {
background-color: #243982;
border-radius: 3px;
}
body::-webkit-scrollbar-track {
background: #fff;
}
body {
	background-color: #fff;
	font-family: 'Barlow', sans-serif;
	color: #000;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}
a {
	color: #f5590d;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}
a:hover {
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}
p {
	margin: 20px auto;
	font-style: normal;
	/* font-weight: 400; */
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	text-align: justify;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	color: #000;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	clear: both;
	color: #0c3c60;
}
h1 {
	color: #000000;
	font-size: 36px;
	margin: 15px 0 0;/* margin: 30px auto 10px; */
}
h2 {
	margin: 10px auto;
	font-size: 24px;
}
h3 {
	font-weight: 500;
	margin: 20px auto;
	font-size: 27px;
}
h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
b, strong {
	font-weight: 600;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignleft {
	float: left;
	margin: 1em 1em 2em 0;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #eee;
}
th {
	background: #333;
	color: #000000;
	font-weight: bold;
}
td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
a {
	outline: none;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
 
:-moz-placeholder {
 color: #939393;
}

::-moz-placeholder {
 color: #939393;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #939393;
}
.clear {
	clear: both;
}
.row {
	padding: 50px 0px;
	max-width: 100%;
	margin: auto;
}
.container {
	width: 1250px;
	margin: 0 auto;
	padding: 0%;
}
.header_bg {
	background-color: #fff;
	padding: 0;
	color: #ffffff;
}
.logo {
	display: block;
	text-align: center;
	margin: 5px auto 15px;
}
.nav {
	display: block;
	text-align: center;
	margin: 0 auto;
	background-color: #0c3c60;
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
}
.a_histry {
	background-color: #fff;
}
.histry_left {
	float: left;
	width: 46%;
	position: relative;
	padding: 0px 1%;
}
.histry_left h2 {
	position: relative;
	padding: 0 0 8px;
	text-transform: capitalize;
	font-weight: 600;
	display: table;
	margin: 0 0 15px;
}
.histry_left h2:before {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid #ccc;
	/* border-color: rgba(0, 0, 0, 0.05); */
	left: 0%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(0%);
	border: 1px solid #0c3c60;
}
.histry_left h2:after {
	content: "";
	/* width: 120px; */
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid #cc4452;
	border-color: #0c3c60;
	/* left: 16%; */
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.histry_left p {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
}
.histry_right {
	float: right;
	width: 48%;
}
.histry_right img {
	padding: 1%;
	background-color: #fff;
	box-shadow: 0px 0px 7px #ccc;
	border-radius: 1px 1px 10px 10px;
}
.s_rates {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/testimonials-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.s_rates ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 5px;
	text-align: center;
	position: relative;
	padding: 3%;
}
.s_rates ul li {
	list-style-type: none;
	font-weight: 600;
	color: #fff;
	/* background-color: #fff; */
	display: inline-block;
	border: 1px solid #ccc;
	-webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
	transition: box-shadow .2s, transform .2s, opacity .2s;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	padding: 10%;
	font-size: 21px;
}
.s_rates ul li:hover {
	background-color: #0c3c60;
	box-shadow: 0 15px 20px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 15px 20px rgb(0 0 0 / 20%);
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
	border-radius: 0;
	border: 1px solid #fff;
}
.s_rates ul li img {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	height: 70px;
}
.page-template-t_rates #footer_rate {
	display: none;
}
.s_rates h3 {
	color: #fff;
	font-size: 36px;
	margin: 0 auto;
	display: table;
}
.s_rates p {
	color: #fff;
	text-align: center;
	border-bottom: 1px dashed #fff;
	padding: 0 0 30px;
	font-size: 17px;
}
#a_histry {
	background-color: #f7f7f7;
}
#a_histry h4 {
}
#a_histry ul {
}
#a_histry ul li {
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	font-size: 17px;
	font-weight: 500;
	margin: 15px auto;
	list-style-type: none;
	padding: 0 0 0px 13px;/* border-bottom: 1px dashed #000; */
}
.m_services {
	padding: 40px 0px 50px;/* background-color: #f1f1f1; */
}
.m_services h2 {
}
.m_services ul {
	/* display: inline-flex; */
	width: 100%;
	padding: 0;
	margin: 0 auto;
	/* background-color: #ccc; */
	display: grid;
	/* overflow: hidden; */
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 3px;
	grid-row-gap: 5px;
}
.m_services ul li {
	float: left;
	/* width: 17.222%; */
	border-right: 1px solid #ccc;
	list-style-type: none;
	padding: 1px;
	vertical-align: middle;
	display: inline-grid;
	/* min-height: 120px; */
	border-top: 1px solid #ccc;
	margin: 0 auto;
	border-left: none;
	background-color: #0c3c60;
	vertical-align: middle;
	align-items: center;
	width: 100%;
}
.m_services ul li:hover {
	background-color: #072136;
}
.m_services ul li:last-child {
	border-right: 0px solid #ccc;
}
.m_services ul li img {
}
.m_services ul li a {
	display: block;
	/* border: 1px solid #ccc; */
	-webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
	/* transition: box-shadow .2s, transform .2s, opacity .2s; */
	/* border-radius: 5px; */
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); */
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	padding: 40px 12%;
}
.m_services ul li a:hover {
	/* box-shadow: 0 15px 20px rgba(0, 0, 0, .2); */
	/* -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .2); */
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
	/* background-color: #fff; */
	color: #fff;
}
.s_head {
	font-weight: 700;
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 30px;
	position: relative;
	margin: 0 0 20px;
	line-height: 1.4;
	overflow: hidden;
	text-align: center;
	color: #0c3c60;
}
.s_head:before, .s_head:after {
	background-color: #172f5b;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.s_head:before {
	right: 0.5em;
	margin-left: -50%;
}
.s_head:after {
	left: 0.5em;
	margin-right: -50%;
}
.recent_news {
	background-color: #f2f2f2;
	padding: 50px 0;
}
.recent_news .s_news {
	display: block;
	padding: 0;
	margin: 1% 0;
	float: left;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.recent_news .s_news li {
	list-style-type: none;
	padding: 10px 3%;
	/* margin: 2% 3.5% 2% 0%; */
	box-shadow: 0px 1px 10px #ccc;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	list-style-type: none;
}
.recent_news .s_news li ol {
}
.recent_news .s_news li ol li {
	width: 96%;
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	font-size: 15px;
	font-weight: 300;
	margin: 3px auto !important;
	list-style-type: none;
	padding: 0 13px 0px 13px;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
	display: block;
	line-height: 23px;
}
.recent_news .s_news li:nth-child(1) {/* border-radius: 0; *//* width: 97%; *//* background-color: #fe0100; *//* min-height:  inherit; *//* padding: 0% 3% 0% 0%; *//* margin: 1% 1% 1% 0%; */
}
.recent_news .s_news li:nth-child(1) a {/* color:#fff; */
}
.recent_news .s_news li:nth-child(1) strong {
/* max-height: inherit; */
 /* overflow: visible; */
 /* line-height: 27px; */
 /* color:#fff; */
}
.recent_news .s_news li:nth-child(1) p {
}
.recent_news .s_news li:nth-child(1) .s_date {/* color:#fff; */
}
.recent_news .s_news li:nth-child(1) img {
	color: #fff;
	width: 50%;
	float: left;
	margin: 0 3% 0 0;
	height: 306px;
}
.recent_news .s_news li:nth-child(1) p {/* display:block; */
}
.recent_news .s_news li:nth-child(4) {/* margin: 2% 0%; *//* float: right; */
}
.recent_news .s_news li:nth-child(3n+0) {
/* margin: 2% 0%; */
	/* float: right; */
}
.recent_news .s_news li img {
	height: 150px;
	width: 100%;
}
.recent_news .s_news .hvr-bubble-float-top:hover {
	color: #fff;
}
.recent_news .s_news .hvr-bubble-float-top {
	color: #fff;
	text-align: left;
	margin: 0;
}
.recent_news .s_news li strong {
	display: block;
	margin: 5px auto 10px;
	line-height: 27px;
	font-size: 23px;
}
.recent_news .s_news li .s_date {
	color: #000;
	font-size: 15px;
	font-weight: 400;
}
.recent_news .s_news li .s_date span {
}
.recent_news .s_news li .s_date span :before {
	font-family: FontAwesome;
	content: "\f133";
	position: relative;
	right: 7px;
	top: -1px;
}
.recent_news .s_news li p {
	/* display:none; */
	margin: 3% auto;
	max-height: 55px;
	overflow: hidden;
	line-height: 27px;
}
.recent_news .s_news li a {
	color: #163057;
}
.recent_news .s_news li a:hover {
	color: #000;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
	-webkit-transform: translateY(0px);
	transform: translateY(px);
	color: #fff;
	background-color: #000;
}
.hvr-bubble-float-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
[class^="hvr-"] {
 margin: 0 auto;
 padding: 14px 3%;
 cursor: pointer;
 background: #163057;
 text-decoration: none;
 color: #fff;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 display: table;
 font-size: 17px;
 font-weight:  600;
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	border-color: transparent transparent #000 transparent;
}
.hvr-bubble-float-top:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 10px);
	top: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #163057 transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.footer_bg {
	background-color: #0c3c60;
	color: #fff;
	padding: 50px 0;
}
.footer_box {
	width: 17%;
	float: left;
	padding: 0;
}
.footer_box h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.footer_box h3::before {
	background: #e8f8ff;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 60px;
}
.footer_box p {
	color: #FFF;
	font-size: 14px;
	line-height: 19px;
	margin: 0px auto;
	text-align: center;
}
.footer_box ul {
}
.footer_box ul {
	list-style: outside none none;
	margin: 0;
}
.footer_box ul li {
	list-style: outside none none;
	margin: 0;
}
.footer_box ul li a {
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	padding: 0 0 5px;
}
.footer_box ul li a:hover {
	color: #ccc!important;
	border-bottom: 1px solid #ccc;
}
.fut-contact-info ul {
	list-style: outside none none;
	margin: 0;
}
.fut-contact-info ul li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.fut-contact-info ul li i {
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 6px;
}
.fut_logo {
	/* background-color: #fff; */
	/* padding: 10px; */
	margin: 0;
}
.padleft0 {
	padding: 0 6% 0 0;
	width: 27%;
}
.s_more {
	float: left;
	margin: 7% 0 0;
	padding: 9px 11%;
}
.social-icon {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 100%;
	text-align: right;
}
.social-icon li {
	display: inline-block;
	margin: 0 5px;
}
.social-icon a {
	border-radius: 50%;
	display: block;
	height: 40px;
	/* padding: 10px 13px; */
	text-align: center;
	width: 40px;
	background-color: #787878;
	line-height: 40px;
}
.social-icon a i {
	color: #fff;
	font-size: 17px;
}
.social-icon a:hover {
	text-decoration: none;
	background-color: #283778;
}
.copyright {
	background-color: #000;
	padding: 20px 0;
}
.copyright_left {
	float: left;
}
.copyright_left p {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.copyright_left a {
	color: #e8f8ff;
	text-decoration: none;
}
.copyright_right {
	float: right;
}
#s_menu {
	width: 27%;
}
#f_last {
	width: 20%;
	float: right;
}
/*Contact us */


.grid-70-30 {
	display: grid;
	grid-template-columns: 70% 30%;
}
.get_form_inner {
	display: block;
	padding: 50px 40px;
	background: #fff;
	box-shadow: -4px -2px 20px -7px #cfd5df;
}
textarea {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #333;
	padding: 12px 0 0 20px;
	width: 100%;
	outline: 0;
	margin-bottom: 20px;
}
.get_form_inner_text h3 {
	color: #333;
	font-size: 26px;
	font-weight: 600;
	margin: 0 auto 0px;
}
#s_submit {
	background: transparent;
	padding: 12px 9%;
	text-transform: uppercase;
}
.get_say_form {
	display: inline-block;
	padding: 45px 0 25px 30px;
	background: #b88f34;
	position: relative;
	background-color: #0c3c60;
}
.get_say_form h5 {
	color: #fff;
	font-size: 26px;
	margin: 0 0 40px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.get_say_social-icn {
	display: flex;/* position: absolute; *//* bottom: 40px; */
}
.get_say_social-icn .fa {
	font-size: 22px;
	color: #fff;
}
.get_say_social-icn a {
	font-size: 22px;
	color: #fff;
	padding: 0 20px 0 0;
}
.get_say_info_sec i {
	color: #fff;
	font-size: 32px;
}
.get_say_info_sec > li {
	display: grid;
	grid-template-columns: 40px auto;
	align-items: center;
	margin-bottom: 40px;
}
.get_say_info_sec > li a {
	width: 90%;
	display: block;
	padding: 15px 5%;
	color: #000;
	font-size: 16px;
	text-decoration: unset;
	font-weight: 500;
	background: #eff1f5;
	border-radius: 5px 0 0 5px;
	transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.get_say_info_sec > li a:hover {
	background-color: #fff;
	color: #000;
}
.grid-50-50 br {
	display: none;
}
.footer_get_touch_outer {
	padding: 50px 0px;
}
.contactform {
	width: 80%;
	background: #fafafa;
	border: 1px solid #ededed;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto;
}
.grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin: 0 auto 40px;
}
.contactform h3 {
	font-size: 25px;
	font-weight: 600;
	margin: 0 auto 10px;
	color: #b88f34;
}
.contactform h4 {
	font-size: 20px;
	margin: 0 auto 20px;
	color: #000;
	font-weight: 500;
}
.contactform h5 {
	font-size: 18px;
	margin: 0 auto 20px;
	font-weight: 400;
}
.reform {
	width: 70%;
	margin: 0 auto;
	background: #fff;
	box-shadow: -4px -2px 20px -7px #cfd5df;
	padding: 2%;
}
#contactus {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 12fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.s_input {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #333;
	height: 42px;
	padding: 0 1%;
	width: 98%;
	outline: 0;
}
.s_input2 {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #333;
	height: 42px;
	padding: 0 1%;
	width: 100%;
	outline: 0;
}
.s_input1 {
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	color: #333;
	padding: 1% 1%;
	width: 98%;
	outline: 0;
	margin: 30px auto;
	height: 110px;
	font-family: inherit;
	font-family: 'Barlow', sans-serif;
}
.s_submit {
	background: transparent;
	padding: 12px 9%;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 18px;
	display: table;
	margin: 0 auto;
}
.s_submit:hover {
	border: 2px solid #b88f34;
	color: #b88f34;
}
.s_footer {
	background-color: #072136;
	padding: 20px 0;
}
.footer_left {
	display: none;
}
.footer_right {
	float: right;
	width: 48%;
	text-align: right;
}
.s_footer p {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.s_footer a {
	color: #fff;
}
.s_footer a:hover {
	text-decoration: underline;
	color: #ccc;
}
.footer_left ul {
	display: block;
	text-align: center;
}
.footer_left ul li {
	display: inline-block;
	margin: 0 5px;
}
.footer_left ul li img {
	height: 40px;
}
.footer_left strong {
	display: block;
	font-size: 20px;
	text-align: center;
	margin: 20px auto 10px;
}
.s_client {
}
.s_client h2 {
}
.s_client ul {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
.s_client ul li {
	border: 1px solid #ccc;
	display: inline-block;
	margin: 1% 1%;
	padding: 3% 1%;
	width: 14%;
}
.s_client ul li img {
}
.s_inner_header_bg {
	width: 100%;
	margin: 0 auto;
	padding: 0.1px 0;
	background-image: url(assets/images/innerbg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-image: linear-gradient(#072136, #0c3c60);
	position: relative;
	background-size: auto;
	overflow: hidden;
}
.s_inner_header_bg h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	text-shadow: 0px 2px 4px #333;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle;
	display: table;
	margin: 4% auto 4%;
	padding: 5px 4%;
	border-radius: 4px;
}
#inline1, #inline2, #inline3, #inline4, #inline5 {
	overflow: auto;
	margin: 0px auto;
	background-color: #FDFDFD;
}
#inline1, #inline2, #inline3, #inline4, #inline5 {
	display: none;
}
.pop_left {
	padding: 0% 2%;
}
.fancybox-opened {
	min-width: 600px;
}
.fancybox-inner {
	min-width: 600px;
	max-width: 100% !important;
	overflow: hidden !important;
}
.pop_left h3 {
	font-weight: 500;
	font-size: 30px;
	position: relative;
	margin: 0 0 20px;
	line-height: 1.4;
	color: #0c3c60;
}
.pop_left p {
	font-weight: 400;
	font-size: 16px;
	position: relative;
	margin: 0 0 20px;
	line-height: 1.4;
	color: #000;
}
.pop_left ul {
	display: block;
	margin: 0 auto 20px;
}
.pop_left ul li {
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0 0 0 17px;
	color: #000;
	background-size: 9px;
	margin: 6px auto;
}
 @media only screen and (min-width: 980px) and (max-width:1200px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
}
 @media only screen and (min-width: 769px) and (max-width: 980px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.padleft0 {
	text-align: center;
	padding: 0;
	width: 100% !important;
	margin: 0 auto 20px;
}
#f_last {
	width: 30%;
	float: right;
}
.footer_box {
	width: 23%;
	float: left;
	padding: 0;
}
#s_menu {
	width: 45%;
}
.grid-70-30 {
	display: grid;
	grid-template-columns: 60% 40%;
}
}
 @media only screen and (min-width: 641px) and (max-width: 768px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.padleft0 {
	text-align: center;
	padding: 0;
	width: 100% !important;
	margin: 0 auto 20px;
}
#f_last {
	width: 30%;
	float: right;
}
.footer_box {
	width: 23%;
	float: left;
	padding: 0;
}
#s_menu {
	width: 45%;
}
.grid-70-30 {
	display: block;
}
.histry_right {
	width: 100%;
}
.histry_left {
	width: 100%;
	padding: 0;
}
.recent_news .s_news {
	grid-template-columns: repeat(1, 1fr);
}
.s_rates ul {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.get_say_form {
	padding: 5% 0% 5% 5%;
	width: 95%;
}
}
 @media only screen and (min-width: 481px) and (max-width: 640px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.padleft0 {
	text-align: center;
	padding: 0;
	width: 100% !important;
	margin: 0 auto 20px;
}
#f_last {
	width: 30%;
	float: right;
}
.footer_box {
	width: 100% !important;
	float: left;
	padding: 0;
	border-bottom: 1px dashed #fff;
	margin: 5px auto 0 !important;
	padding: 10px 0 !important;
}
#s_menu {
	width: 45%;
}
.grid-70-30 {
	display: block;
}
.histry_right {
	width: 100%;
}
.histry_left {
	width: 100%;
	padding: 0;
}
.recent_news .s_news {
	display: block;
}
.recent_news .s_news li {
	margin: 20px auto;
}
.s_rates ul {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.get_say_form {
	padding: 5% 0% 5% 5%;
	width: 95%;
}
.m_services ul {
	display: block;
}
.s_client ul li {
	width: 45%;
}
.logo {
	max-width: 80%;
}
.s_inner_header_bg h1 {
	font-size: 25px;
}
.m_services ul li a {
	padding: 40px 0;
}
.m_services ul li a br {
	display: none;
}
}
 @media only screen and (min-width: 200px) and (max-width: 480px) {
.container {
	width: 90%;
	margin: 0 auto;
	padding: 0%;
}
.padleft0 {
	text-align: center;
	padding: 0;
	width: 100% !important;
	margin: 0 auto 20px;
}
#f_last {
	width: 30%;
	float: right;
}
.footer_box {
	width: 100% !important;
	float: left;
	padding: 0;
	border-bottom: 1px dashed #fff;
	margin: 5px auto 0 !important;
	padding: 10px 0 !important;
}
#s_menu {
	width: 45%;
}
.grid-70-30 {
	display: block;
}
.histry_right {
	width: 100%;
}
.histry_left {
	width: 100%;
	padding: 0;
}
.recent_news .s_news {
	display: block;
}
.recent_news .s_news li {
	margin: 20px auto;
}
.s_rates ul {
    grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.get_say_form {
	padding: 5% 0% 5% 5%;
	width: 95%;
}
.m_services ul {
	display: block;
}
.s_client ul li {
	width: 44%;
}
.logo {
	max-width: 80%;
}
.s_inner_header_bg h1 {
	font-size: 25px;
}
.m_services ul li a {
	padding: 40px 0;
}
.m_services ul li a br {
	display: none;
}
.s_rates h3 {
	font-size: 27px;
}
.get_form_inner {
	padding: 50px 5%;
	width: 90%;
}
#contactus {
	grid-template-columns: repeat(1, 1fr);
}}
