* {
	padding:0;margin: 0;
}
html {max-width: 100%;overflow-x: hidden;height: 100%;}
body {font-family: 'Poppins', sans-serif;font-size: 16px;color: #121212;line-height: 26px;box-sizing: border-box;height: 100%;}
@media screen and (min-width:1400px) {
	.container {max-width: 1327px;padding: 0 15px;}
}
ul, li {list-style-type: none;margin: 0;padding: 0;}
p {color: #353535;margin-bottom: 10px;}
a:hover {text-decoration: none;}
a, button, img {transition: all 0.5s ease-in-out;}
figure {margin: 0;}

/*common css*/
.page_wrapper {
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.aboutvideo{height:595px;margin-top:0px;}
.common_heading h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 18px;
}
.call_right a:hover, .address_block a:hover {
	color: #cf3d3d;
}
.white_color {
	color: #fff;
}
.custom_btn {
	background: #060667;
	color: #fff;
	height: 48px;
	line-height: 48px;
	padding: 0 24px;
	border-radius: 4px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	font-size: 15px;
}
.custom_btn:hover {
	background: #cf3d3d;
}
.banner_btn {
	width: 100%;
}
/*header css*/
.header_back {
	background: #fff;
	box-shadow: 0 6px 24px rgba(0,0,0,0.09);
	padding: 10px 0;
	transition: all 0.3s ease-in-out;
}
.fixed_header .header_back{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.fixed_header {
    padding-top:100px;
}
/*.logo img {
	max-width: 260px;
}*/
.fixed_header .logo img {
	max-width: 220px;
}

/*.call_icon {
	background: #060667;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: #fff;
}*/
.call_icon i {
	color: #060667;
}
.call_right span {
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 17px;
	line-height: 22px;
}
.call_right a {
	color: #696969;
	font-weight: 700;
	font-size: 17px;
}

/*about css*/
.about_img {
	padding: 55px 0px 55px 55px;
	position: relative;
}
.about_img::before {
	content: "";
	height: 100%;
	width: 62%;
	background-color: #060667;
	position: absolute;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.about_img img {
	width: 100%;
}
.about_icon2 {
	position: absolute;
	bottom: 35px;
	left: 35px;
	z-index: 1;
}
.about_icon1 {
	position: absolute;
	top: -16px;
	left: -35px;
}

/*service css*/
.service_block {
	background: url('../images/services.jpg') no-repeat;
	background-size: cover;
	position: relative;
}
.service_block::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	content: '';
}
.service_list {
	max-width: 850px;
	margin: 0 auto;
}
.service_list li {
	width: 50%;
	color: #fff;
	margin: 0 0 14px 0;
	font-size: 18px;
	padding-left: 40px;
	position: relative;
}
.service_list li::before, .banner_content li::before {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/check.png') no-repeat;
	height: 24px;
	width: 24px;
	content: '';
}

/*testimonial css*/
.testimonial_block::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #eaeaea;
	content: '';
}
.test_box {
	background: #fff;
	box-shadow: 0 0 24px rgba(0,0,0,0.2);
}
.test_video {
	height: 220px;
}
.test_video iframe {
	height: 100%;
	width: 100%;
	border: none;
}
.test_content {
	padding: 20px 20px 30px;
	text-align: center;
}
.test_content h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	min-height: 52px;
}
.test_content p {
  color: #777;
}
.common_swipbtn {
	top: 0 !important;
	right: 15px !important;
	left: inherit !important;
	background: #fff;
	border: 1px solid #ddd;
	height: 40px !important;
	width: 40px !important;
	border-radius: 2px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin-top: -6px !important;
}
.common_swipbtn.swiper-button-prev {
	right: 63px !important;
}
.common_swipbtn i {
	color: #000;
	font-size: 20px;
}
.common_swipbtn::after {
	display: none;
}

.copyright_block a {
  color: #fff;
}

/*footer css*/
.footer_top {
	height: 500px;
	overflow: hidden;
}
.footer_top::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
}
.footer_top iframe {
	height: 100%;
	width: 100%;
	border:  none;
}
.ft_address {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.address_block {
	background: #fff;
	box-shadow: 0 0 27px rgba(0,0,0,0.22);
	padding: 40px;
	border-radius: 8px;
	max-width: 420px;
}
.address_outer {
	max-width: 1327px;
	padding: 0 15px;
	margin: 0 auto;
}
.footer_logo img {
	max-width: 220px;
}
.address_block h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 13px;
	position: relative;
}
.address_block h3::after {
	position: absolute;
	top: 100%;
	left: 0;
	height: 2px;
	width: 36px;
	background: #ec502b;
	content: '';
}
.address_block p, .address_block a {
	color: #717171;
}
.copyright_block {
	background: #121212;
}

/*banner css*/
.enquiry_form {
	background: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.enquiry_form h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 30px;
}
.common_form .form-group {
	margin: 0 0 7px;
}
.common_form label {
	margin: 0 0 4px 0;
	font-size: 15px;
}
.common_form .form-control {
	background: #eaeaea;
	border: none;
	height: 48px !important;
	line-height: 48px;
	padding: 0 15px;
	color: #717171;
}
.common_form .form-control:focus {
	box-shadow: none;
}
.banner_block::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,6,103,0.7);
	content: '';
}
.banner_content h1 {
  font-size: 42px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.banner_content h6 {
    font-size: 24px;
    margin-bottom: 35px;
}
.banner_content h6 span{font-weight:800;}
.banner_content h1 span {
  font-weight: 700;
}
.banner_content li {
	margin: 0 0 14px 0;
	font-size: 18px;
	padding-left: 40px;
	position: relative;
}
.cta_button {
	position: fixed;
	overflow: hidden;
	z-index: 999;
	transition: all 500ms ease;
	background: #060667;
	bottom: 450px;
	right: -97px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	display: none;
}
.cta_button:hover {
	background: #cf3d3d;
}
.cta_button a {
	color: #fff;
	padding: 5px 10px 25px 10px;
	display: block;
	background-color: #dd2726;
}
.cta_button.cta_visible {
	display: none;
}
.award_box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 110px;
}
.award_box img {
	max-width: 100%;
}

.falt_box {
  background: rgba(6,6,103,0.1);
  padding: 30px;
  border: 4px solid #c1c1c1;
  text-align: justify;
}

.colwe a {
    color: #fff;
    padding: 10px 10px 10px 10px;
        display: inline-block;
    border-radius: 5px;
    background-color: #dd2726;
}


.about_block ul li{color: #353535;}
.ul-col-2 ul{
    column-count:2;
    margin-bottom:10px;
}