/* DETAILS
==================================================
	Theme Name: REXOS	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/
/*    font-family: 'Caveat', cursive;

    font-family: 'Poiret One', cursive;

    font-family: 'Raleway', sans-serif;*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}



body {
    background-color: #2b4d8c !important;
	color: #fff !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 32px !important;
    overflow-x: hidden
}
html * {
	outline: none;
}
ol, ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none !important;
	outline: none !important;
}
outline {
	border: 0;
}
.lft {
	float: left;
}
.rgt {
	float: right;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
a, input, textarea {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
/********* COMMON-CSS ********/
/****/
.loader-screen {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ED117F;
	z-index: 9999999;
	display: block;
	left: 0;
	right: 0;
}
#loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
	max-width: 300px;
}
/****/
.blck-tape a {
	color: #fff;
}
.blck-tape a:hover {
	color: #fff;
	text-decoration: none;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #07a5c2 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover {
	background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: rgb(249, 161, 27);
	opacity: 1;
}
/****/
.map-container {
	width: 100%;/*margin: 50px 0 3000px;*/
}
.map-container p {
	margin: 0;
}
.map-container iframe {
	width: 100%;
	height: 350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked {
	pointer-events: auto;
}
/****/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/****/
.site-btn {
	text-align: center;
}
.site-btn a {
	background: #fff;
	color: #2b4d8c;
	display: inline-block;
	font-size: 14px;
	padding: 17px 35px;
	border-radius: 30px;
	box-shadow: 0 0 0 transparent inset;
	float: left;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin: 30px 0 0 0;
	position: relative;
}
.rd i {
	position: absolute;
	z-index: 9;
	left: 34%;
	background: #fff;
	border-radius: 50%;
	padding: 5px;
	font-size: 15px;
	bottom: 16px;
    transition: all 0.5s;
}
.site-btn a:hover, .site-btn a:focus {
	color: #fff;
}
.site-btn:hover i {
	border-radius:0px;
    transition: all 0.5s;
}
/*******END********/
/***********HOME-PAGE-CSS-Start************/

.site-title {
	position: relative;
	padding: 20px 20px 20px 0;
}
.site-title h2 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 36px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 34px;
}

/*
.site-title h2::before {
	position: absolute;
	z-index: 9;
	content: "";
	width: 44%;
	height: 2px;
	background: #fff;
	left: 0;
	bottom: -10px;
}
.line::before {
	position: absolute;
	z-index: 9;
	content: "";
	width: 44%;
	height: 2px;
	background: #fff;
	left: 35px;
	bottom: 40px;
}
.line::after {
	position: absolute;
	z-index: 9;
	content: "";
	width: 44%;
	height: 2px;
	background: #fff;
	left: 50px;
	bottom: 30px;
}
*/
.site-title h2 span {
	color: #07a5c2;

	font-size: 36px;
}

.gtxt .site-title h2 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 36px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 44px;
}
/*********MENU**********/
.menu-toggle {
    display: none;
}

.menu.slide-left {
	top: 0;
}
.menu {
    width: 40%;
    position: relative;
    text-align: right;
    display: block;
    margin: 0 0 0 auto;
}
.menu li {
	vertical-align: top;
	position: relative;
	display: inline-block;
	margin: 0px 0 0px 0;
	position: relative;
}
.menu li a, .menu li a:hover {
	color: #f6ae00;
}
.menu > li > ul > li > ul {
	top: 100%;
	left: 0;
}
.menu.slide-left {
	left: 0;
}
.menu li {
    vertical-align: top;
    position: relative;
    display: block;
    text-align: right;
}
.menu > li:first-child {
	margin-left: 0;
}
.menu li a {
    display: block;
    color: #fff;
    margin: 15px;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
    letter-spacing: 1px;
}
.menu li.active a {
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
}
.menu li a:hover, .menu li a:focus {
	color: #fff;
}
/*****end*******/
/*******SUBMENU & SUBMENU's SUB**********/
/*******LEVEL1*********/
.menu > ul {
	box-shadow: 2px 2px 15px 0 rgba(0,0,0, 0.5);
}
.menu > li > ul {
	text-align: left;
	/* display: none; */
	background: green;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	z-index: 99;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 20px 0 0 0;
}
.menu > li > ul > li {
	width: 100%;
}
.menu > li:hover > ul {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
/****end***/
/***** Level 2 *******/
.menu > li > ul > li > ul {
	text-align: left;
	/*display: none;*/
	background: darkcyan;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 240px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 0 0 0 20px;
}
.menu > li > ul > li > ul > li {
	width: 100%;
}
.menu > li > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
/******end******/
/**********MAIN-BANNER*****/
.banner{
    position: relative;
    overflow: hidden;
}
/*
.banner::after {
	position: absolute;
	z-index: -9;
	background: #ffc000;
	top: 0;
	right: 0;
	width: 56%;
	height: 100%;
}
*/
.bnr-txt {
	position: absolute;
	z-index: 999;
	top: 40px;
	left: 2%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0px 0;
	width: 35%;
}
.bnr-txt h2 {
	color: #fff;
	font-size: 40px;
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 1px;
	line-height: 60px;
}
.bnr-txt h2 span{
    font-size: 56px;
}
.bnr-txt h4 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px auto;
	letter-spacing: 4px;
	font-family: 'Poiret One', cursive;
	border-bottom: 1px solid #fff;
	padding: 0 0 20px 0;
	width: 75%;
}
.logo {
	text-align: center;
	margin: 25px 0 25px 0;
}
.bnr-txt a:last-child {
	background: #35c10e;
	border: #35c10e solid 2px;
	color: #0b0b17;
}
.bnr-txt a {
	border: 2px solid #ffc600;
	padding: 15px 25px;
	color: #ffc600;
	text-transform: uppercase;
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 10px 10px;
	display: inline-block;
}
.bnr-txt a:hover{
    background: #ffc600;
    color: #000;
}
.bnr-slider .item img {
	width: 53% !important;
	float: right;
	margin: 0 110px 0 0;
}
.bnr-slider .owl-prev {
	text-indent: -100000px;
	background: url(../images/sprite-img.png) no-repeat !important;
	background-position: 0 0 !important;
	height: 23px;
	width: 46px;
	position: absolute;
	z-index: 9;
	right: 50px;
	top: 42%;
}
.bnr-slider .owl-next {
	text-indent: -100000px;
	background: url(../images/sprite-img.png) no-repeat !important;
	background-position: -55px 0 !important;
	height: 23px;
	width: 46px;
	position: absolute;
	z-index: 9;
	right: 0px;
	top: 42%;
}
.view {
	text-align: right;
	margin: 0 140px 0 0;
}
.view a {
	border: 2px solid #000;
	padding: 15px 40px;
	display: inline-block;
	margin: 15px 0 20px 0;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
}
/***************about************/
.about {
	padding: 60px 0 40px 0;
	overflow: hidden;
}
.abt-img {
	position: relative;
	width: 410px;
	max-width: 90%;
}
.abt-img::after {
	position: absolute;
	z-index: -9;
	border: 5px solid #fff;
	width: 100%;
	height: 100%;
	right: -15px;
	top: 15px;
	content: "";
}
.abt-img1 {
	position: absolute;
	top: 25%;
	z-index: 9;
	right: 0;
}
.abt-img1::after {
	position: absolute;
	z-index: -9;
	border: 5px solid #07a5c2;
	width: 100%;
	height: 100%;
	right: -15px;
	top: 15px;
	content: "";
}
.abt-txt {
	padding: 0 0 0 40px;
}
.abt-txt p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	margin: 15px 0 15px 0;
	line-height: 20px;
}
/**********Design 0010 ***********/
.serv {
	margin: 0px 0 100px 0;
    position: relative
}
.serv h3{
    color: #ffcc00;
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
.serv span{
    color: #fff;
}
.simg{
    float: left;
    width: 50%;
    overflow: hidden;
}
.simg img{
   transition: all 0.5s; 
}
.s-box:hover .simg img{
   transform: scale(1.1);
    transition: all 0.5s;
}
.stex {
	display: block;
    padding: 10px;
}

.stex a {
	border: 2px solid #fff;
	display: block;
	border-radius: 40px;
	height: 200px;
	padding: 10px;
}
.stex img {
	margin-left: 10px;
	padding: 10px 0 0;
	height: 80px;
	width: auto;
}
/*
.s-box:hover .stex img {
	animation: shake 0.87s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 500px;
}
@keyframes shake{
    10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
*/
.stex p{
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 5px 5px 5px 18px;
}
.stex h6{
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin: 18px 0 0 19px;
    font-weight: 300;
}
.s-box{
    margin-top: 20px;
}
.gtxt{
    background: #07a5c2;
}
.gt::after{
    height: 100%;
    width: 60%;
    background: #07a5c2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    content: "";
}
.gt{
    position: relative;
    padding: 100px 0;
}
.gtxt h3{
    color: #fff;
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
.gall{
    
    padding: 3px 3px;
}
.gtxt h3 span{
    color: #000;
}

.gtxt p {
	font-size: 21px;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	line-height: 35px;
	padding: 0 10px;
}
.side-but{
    margin-top: 30px;
}
.side-but a{
    background: #000;
    width: 200px;
    height: 56px;
    color: #fff;
    text-align: center;
    padding: 18px 10px;
    display: block;
    text-decoration: none;
    font-size: 16px;
     font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.side-but a:hover{
    color: #fff;
}
.side-but a i{
    background: #fff;
    color: #000;
    border-radius: 50%;
    position: absolute;
    right: 108px;
    padding: 5px 5px;
}
.gall .gall-sec {
	padding: 2px;
	position: relative;
}
.gall-sec .overlay {
	position: absolute;
	z-index: 9;
	content: "";
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 95%;
	top: 8px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	/* -webkit-transform: scale(0); */
	/* -ms-transform: scale(0); */
	/* transform: scale(0); */
	-webkit-transition: .5s ease;
	transition: .5s ease;
	visibility: hidden;
	left: 0;
}
.gall-sec:hover .overlay {
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 0%;
	right: 0;
	left: 0;
}
.gall-sec img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.tes-text {
	margin: 100px 0 40px 0;
}
.tes-text h3{
    color: #000;
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
.tes-text h3 span{
    color: #ffc600;
}
.tes-text .site-title h2::before {
	background: #0b0b17;
}
.tes-text .line::before {
	background: #0b0b17;
}
.tes-text .line::after {
	background: #0b0b17;
}
.gtt {
	position: relative;
	margin-top: -50px;
}
.gtt::after{
    height: 100%;
    width: 70%;
    background: #e2e1e1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -111;
    content: "";
}
/****************ft**************/
.ft-logo {
	text-align: center;
	padding: 20px 0;
}
.ft-l h4, .ft-link h4 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
}
.ft-s {
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	padding: 70px 0;
	position: relative;
	display: inline-block;
}
.ft-s::after {
	position: absolute;
	z-index: 9;
	content: "";
	background: #313131;
	height: 100%;
	width: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.ft-link {
	margin: 0 0 0 40px;
}
.ft-l p {
	color: #a8a8a8;
	font-size: 14px;
	padding: 0 13% 0 0;
	line-height: 30px;
}
.ft-view a {
	background: #ffc600;
	color: #0b0b17;
	padding: 20px 22%;
	display: inline-block;
	margin: 30px 0 40px 0;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
}
.ft-l i {
	font-size: 17px;
	color: #07a5c2;
	margin: 0 10px 0 0;
}
.ft-l span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}
.ft-l li {
	display: inline-block;
	padding: 0 40px;
	border-left: 2px solid #595959;
}
.ft-link a {
	color: #9f9f9f;
	font-size: 14px;
	letter-spacing: 1px;
}
.ft-link li {
	line-height: 36px;
	width: 100%;
	float: left;
}
.ft-link p {
	color: #9f9f9f;
	line-height: 22px;
	font-size: 14px;
}
.ft-link li i {
	background: #07a5c2;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	color: #2b2b2b;
	font-size: 16px;
	margin: 0 10px 15px 0;
	float: ;
	float: left;
}
.ft-link li span {
	float: left;
	width: 80%;
}
.ft-link a:hover {
	color: #ffc600;
}
/**************05-05-2021************/
.serv .site-title h2::before {
	width: 30%;
}
.serv .line::before {
	width: 30%;
	left: 25px;
}
.serv .line::after {
	width: 30%;
}
.gtxt .site-title h2 span {
	color: #0b0b17;
}
.gtxt .site-title h2::before {
	width: 85%;
}
.gtxt .line::before {
	width: 80%;
	left: 25px;
}
.gtxt .line::after {
	width: 80%;
}
.gal-sec {
	margin: 60px 0 0 0;
}
.gal-sec .site-btn a {
	background: #0b0b17;
	color: #fff;
}
.gal-sec .rd i {
	left: 64%;
}
.tes-box {
	text-align: center;
	background: #fff;
	box-shadow: 0 0 20px #c4c2c2;
	padding: 40px 20px;
	height: 300px;
	margin: 20px 0;
}
.testi-s img {
	width: 70px !important;
	border-radius: 50%;
	height: 70px;
	border: 2px solid #ffc600;
	float: left;
	padding: 3px;
}
.testi-s {
	width: 100%;
}
.testi-s h4{
    float: left;
}
.testi-s h4 {
	float: left;
	width: 70%;
	color: #ffc600;
	font-style: italic;
	font-size: 34px;
	font-family: 'Caveat', cursive;
	margin: 30px 0 0 0;
}
.testi-t p {
	width: 100%;
	color: #484747;
	font-style: italic;
	font-size: 20px;
	font-family: 'Caveat', cursive;
	line-height: 30px;
	display: inline-block;
	margin: 20px 0 0 0;
}
.tes-slid {
	margin: 100px 0 0 0;
}
.gtt .site-title h2 {
	color: #0b0b17;
}
.gtt .site-title h2::before {
	width: 100%;
}
.gtt .line::before {
	width: 88%;
}
.gtt .line::after {
	width: 88%;
}
.gtt .site-btn a {
	margin: 30px 0 0px 150px;
}
/***********cp***********/
.cp p{
    color: #b4b4b4;
    font-size: 12px;
    margin: 0 0;
    text-align: center;
}
.cp p {
	color: #b4b4b4;
	font-size: 12px;
	margin: 40px 0 60px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.cp p a{
    color: #b4b4b4;
}
/******************inner*************/
.inner-bnr img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.inn-srv .simg {
	width: 100%;
	text-align: center;
}
.inn-srv .stex {
	width: 100%;
}
.stex.s-txt-inn h4 {
	font-size: 22px;
	color: #07a5c2;
	font-weight: bold;
	margin: 10px 0 40px 0;
}
.stex.s-txt-inn {
	background: none;
}
.stex.s-txt-inn p{
	font-size: 15px;
	color: #fff;
}
.inn-gall {
	padding: 40px 0;
}
.inn-gall .gall-sec {
	margin: 15px 0;
}
.inn-gall .gall-sec img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.inn-testi {
	padding: 40px 0;
}
.inntes {
	background: #fff;
	padding: 20px 20px;
	margin: 15px 0;
    height: 330px;
}
/***contact***/
.inn-cnt form {
    padding-bottom: 30px
}
.inn-cnt input[type="text"], .inn-cnt input[type="tel"], .inn-cnt input[type="email"], .inn-cnt select, .inn-cnt textarea {
	width: 100%;
	padding: 12px;
	border: none;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-size: 14px;
	background: transparent;
	box-shadow: 0 0 4px 0 #b3b3b3;
	font-size: 18px;
}
.inn-cnt h2 {
	font-size: 35px;
	font-weight: bold;
	color: #07a5c2;
}
.inn-cnt input[type="submit"] {
	background-color: #07a5c2;
	color: #282828;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	width: 30%;
	font-weight: bold;
}
.inn-cnt iframe {
	width: 100% !important;
	height: 530px;
}
.inn-cnt input[type="submit"]:hover {
	background-color: #000;
}
.inn-cnt label {
	font-size: 20px;
	letter-spacing: 1px;
}
.inn-cnt {
	margin: 0 !important;
}
.inn-cn {
	text-align: center;
	border: 1px solid #07a5c2;
	border-radius: 5px;
	margin: 16px 0;
	height: 180px;
	padding: 40px 20px;
}
.inn-cn-n i {
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: #000;
	font-size: 20px;
}
.inn-cn h4 {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}

.inner-bnr {
	display: none;
}


a.quote {
	position: absolute;
	right: -50px;
	background: #07a5c2;
	bottom: 90px;
	z-index: 999;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;	
	letter-spacing: 1px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 150px;
}





.ft {
	background: #0b0b17;
}

.serv .site-title h2 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 36px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 44px;
}

.botm-abt {margin-top: 30px;}


.eacc.slick-slide img {
	display: block;
	width: 100%;
    opacity: 0.3;
    filter: grayscale(100%)
}
.eacc h3 {
	padding: 10px 30px;
}
.eacc.slick-slide.slick-center img
{box-shadow: 0px 0px 20px #07245a7a;
opacity: 1;filter: grayscale(0)}

.hero-banner .slick-dots li button::before {	
	font-size: 66px;	
	color: #fff;	}

.sinn .stex {
	border: 2px solid #fff;
	margin: 30px 0;
	text-align: left;
}
.logo img {
    width: 100%;
}