/*------------------------------------------------------------------ 
    IMPORT FONTS 
-------------------------------------------------------------------*/




@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&amp;display=swap');



/*------------------------------------------------------------------ 
    IMPORT FILES 
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(timeline.css);
@import url(flaticon.css);

/*------------------------------------------------------------------ 
    SKELETON
-------------------------------------------------------------------*/

body {
	color: #666666;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 1.80857;
	overflow-x: hidden !important;-webkit-font-smoothing: antialiased;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 120% ;
	color: #1f1f1f;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 21px;
	color: #07528d;
	margin-top: 25px;
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}

a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}

.dark_bg {
	background: #000;
}

.padding_left_right {
	padding-left: 30px;
	padding-right: 30px;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

ul,
li,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

button:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}


/*------------------------------------------------------------------ 
   LOADER 
-------------------------------------------------------------------*/

#preloader {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11000;
	position: fixed;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.loader {
    display: block;
    flex-wrap: wrap;
    width: 250px;
    height: auto;
    -webkit-transform-style: preserve-3d;
}

.loader img {
    width: 100%;
    height: auto;
}

.box {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background-image: none;
	background-size: auto auto;
	background-image: none;
	-webkit-animation: move 2s ease-in-out infinite both;
	animation: move 2s ease-in-out infinite both;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	background-image: url('../images/gb.html');
	background-size: 100% 100%;
}

.box:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.box:nth-child(2) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.box:nth-child(3) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}

@-webkit-keyframes move {
	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	50% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	62.5% {
		-webkit-transform: translate(30px, 60px);
		transform: translate(30px, 60px);
	}
	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 40px);
	}
	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}

@keyframes move {
	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	50% {
		-webkit-transform: translate(80px, 80px);
		transform: translate(80px, 80px);
	}
	62.5% {
		-webkit-transform: translate(40px, 80px);
		transform: translate(40px, 80px);
	}
	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
	}
	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}

#scroll-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: flex !important;
	justify-content: center;
	font-size: 25px;
	border-radius: 0;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-weight: 900;
	border-radius: 100%;
}

#scroll-to-top i.fa.fa-angle-up {
    position: relative;
    top: 6px;
    left: 6px;
}

.padding_bottom-0 {
	padding-bottom: 0 !important;
}

/*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/

.head {
    background: #039ee3;
   /* height: 50px;*/
}

ul.email_call {
    padding-top: 12px;
}

ul.email_call li {
    display: inline-block;
}

ul.email_call li a {
    color: #fff;
    padding-right: 60px;
}

ul.email_call li a img {
    padding-right: 10px;
}

ul.social_icon {
    float: right;
    padding-top: 12px;
}

ul.social_icon li {
    display: inline-block;
    margin: 0 4px;
}

/*new*/

.menu-area{background: transparent}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#fff;font-size:16px;text-transform:capitalize;padding:0px 0px;font-family: 'Open Sans', sans-serif;display: block !important;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fd5d05 !important;background: #ffffff;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #ffffff;color: #bb958e;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #ffffff;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #ffffff;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background: #ffffff;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background: #ffffff;}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}

.top-header .navbar .navbar-collapse ul li a:hover {color: #fd5d05 !important;}
.top-header .navbar .navbar-collapse ul ul li a {font-size: 14px;color: #000000 !important;}
.top-header .navbar .navbar-collapse ul ul ul li a {font-size: 14px;}


/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:260px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
/*new*/

.attr-nav {
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -15px;
}

.attr-nav > ul {
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}
.attr-nav > ul > li {
    float: left;
    display: block;
}

.attr-nav > ul > li > a {
    padding: 28px 15px;
}

.top-header .navbar {
	padding: 5px 0px 5px 0px;
}

.top-header {
    width: 100%;
    top: 0px;
    position: fixed;
    padding: 10px 0;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff;
    z-index: 999;
    margin: 0;
}

.top-header .navbar .navbar-collapse ul li a {
	text-transform: uppercase;
	font-size: 15px;
	padding: 7px 26px;
	position: relative;
	font-weight: 600;
	overflow: hidden;
	color: #010100;
}
.navbar-brand {
        margin-right: 330px;
}

a.navbar-brand {
    left: 0;
    position: relative;
}

a.navbar-brand img {
    height: 55px; 
}

/*.top-header .navbar .navbar-collapse ul li a.active {}
.top-header .navbar .navbar-collapse ul li a:hover,
.top-header .navbar .navbar-collapse ul li a:focus {
	background: transparent;
	color: #d4a81e;
}*/

.search_icon.nav-link img {
	width: 25px;
}

.top-header .navbar .navbar-collapse ul li {
	margin: 0 2px;
}

.top-header.fixed-menu {
    width: 100%;
    top: 0px;
    position: fixed;
    padding: 10px 0;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff;
    z-index: 999;
    margin: 0;
}


.top-header.fixed-menu ul li:hover a {
   color: #bb958e;}

.top-header.fixed-menu ul li a {
    color: #fff;}



.navbar-toggler {
	border: 2px solid #fd5d05 !important;
	border-radius: 0;
	margin: 15px 15px;
	padding: 8px 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span {
	background: #fd5d05;
	display: block;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span+span {
	margin-top: 5px;
}

.navbar-toggler:hover {
	border: 2px solid #d4a81e;
}

.navbar-toggler:hover span {
	background: #fd5d05;
}

.tab_menu {
    overflow: scroll;
}
.tab_menu ul {
    width: 950px;
}
.full > a img {
    width: 100%;
}

.blog_img_popular {
    margin-bottom: 45px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}

.home_ser { padding-top: 75px;
    padding-bottom: 75px;
}

.home_ser h4 { font-size: 20px;
    font-weight: 800; }

 .home_ser h4 a { color: #212121; }

 .home_ser h4 a:hover { color: #9a827d; }   

.home_ser p { margin-top: 32px;
    margin-bottom: 1rem;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
     }

.home_ser p a {color: #6b6b6b;}

.home_ser p a:hover {color: #fd5d05;}

.hover12  {
	/*background: #039ee3;*/text-align: center;
}
.hover12 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12:hover img {
	opacity: .5;
}

.gdlr-core-button .gdlr-core-content {
    display: inline-block;
    vertical-align: middle;
}

.gdlr-core-button {color: #9a827d;font-size: 16px;
    font-weight: 600;padding: 0px 0px 8px 0px;
    text-transform: none;}

.gdlr-core-button:hover {color: #000;}


.gdlr-core-button i {
    vertical-align: middle;
    transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
}

.gdlr-core-button i.gdlr-core-pos-right {
    margin-left: 10px;
}

/* Home whyus */

.why_section {
    padding: 0px 30px 40px 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
    min-height: 173px;
}

.why_section .why_icon {
    float: left;
    width: 20%;
}

.why_section .inner_cont {
    float: left;
    width: 80%;
}

.why_section h2 {
    margin: 8px 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.why_section p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}

/* welcome */
.welcome {padding-top: 60px;}


.wel-top {padding-left: 80px;margin-bottom: 50px;}

.wel-top h2 {margin-bottom: 0px;
    font-size: 35px;font-family: 'Montserrat', sans-serif;
    line-height: 45px;font-weight: bold;}

.wel-top h5 {font-size: 14px;
    font-weight: 700;
    color: #fd5d05;
    margin-bottom: 9px;}    

.cms-text p {color: #222222;
    font-size: 17px; 
    line-height: 26px;}

.fw-500 {
    font-weight: 700;
}

.features-item {margin-bottom: 25px;}

.features-item p {font-size: 17px;
    line-height: 23px;color: #999;padding-left: 24px;}

.features-title {margin-bottom: 13px;
    font-size: 18px;
    font-weight:bold;
    position: relative;color: #1b1a1a;}

.features-title img {    padding-right: 10px;}

/* Element */

.lel_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.elementWrap {
    max-width: 100%;
    position: relative;
}

.content-over-left {
    text-align: right;left: 0;
}

.content-over {
    position: relative; padding-top: 68px; padding-bottom: 68px;
}

.content-over__img {
    background-size: cover;
    background-position: center;
    padding-bottom: 40%;
    width: 100%;
}

.content-over__main {
    background-color: #fff;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 45px 15px;
    width: 100%;
    z-index: 1;
}

.content-over__main h4 {color: #000000;line-height:40px;}

.le_inner {margin-left: 0;margin-right: 0;}

.le_custom {
    margin-top: 30px !important;
}
.le_custom ul li {list-style: disc;font-size: 16px;}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px){

	.vc_col-sm-6 {
    width: 50%;
	}

	.content-over-left .content-over__img {
    left: 0;
	}

	.content-over__img {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 55%;
	}

	.content-over__main {
    padding: 95px 60px;
    width: 63.5%;
}
}

@media (min-width: 992px){

	.content-over__img {
    width: 50%;
	}

	.content-over__main {
    padding: 125px 80px;
}
}



/* Process */

.process {padding-bottom: 50px;
    padding-top: 50px;
}}

.process_wrapper {max-width: 100%;
    position: relative;}

.process_wrapper h5 {font-size: 20px;font-weight: 600;color: #000000;line-height:28px; margin-top: 9px;
    margin-bottom: 9px;}

/* Industry */

.ind {background-color: #fcfcfc;padding-top: 40px;
    padding-bottom: 40px;}

.indText {text-align: center; margin-bottom: 30px; }

.indText h6 { font-size: 16px; margin-top: 20px; color: #727272; line-height: 24px;}

/* search bar */

.search-box {
	position: absolute;
	top: 0;
	right: 50px;
	height: auto;
	padding: 0;
	margin-top: 17px;
}

.search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
}

.top-header #navbar-wd {
	padding-right: 0px;
}

.search-btn {
	float: right;
	width: 41px;
	height: 41px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #111;
}

.search-txt {
	border: none;
	outline: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 41px;
	width: 0;
	transition: width 400ms;
	background: #fff;
	padding: 0;
	font-weight: 300;
}

.theme_color {
	color: #d4a81e;
}


/*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/

.home-slider {
	position: relative;
	height: 540px;
}

.lbox-caption {
	display: table;
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

.lbox-details {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1 {
	font-size: 54px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.lbox-details h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}

.lbox-details p {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details p strong {
	color: #70c6eb;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
}

.lbox-details a.btn {
	background: #ffffff;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #3a4149;
	border-radius: 0px;
	position: relative;
	z-index: 3;
}

.lbox-details a.btn:hover {
	background: #70c6eb;
}

.pogoSlider-nav-btn {
	background: #ffffff;
}

.pogoSlider-nav-btn--selected {
	background: #fd5d05 !important;
}

.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 75px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	display: none;
}

.img-responsive {
	max-width: 100%;
}

.slide_text h1 {
    font-size: 40px;
    font-weight: normal;
    padding: 0; 
    line-height: 50px !important;
    /*text-align: center;*/
    color: #000000;font-family: 'Poppins', sans-serif;
    /*text-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,1.0);*/
}

.slide_text h1 span {  font-weight: bold;text-transform:uppercase;
   
}

.slide_text h4 {
    font-size: 70px;
    font-weight:bold;
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    text-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,1.0);
}

.slide_text p {
    color: #d4a81e;
    font-size: 20px;
    font-weight: 300;
    padding-top: 0;
    line-height: normal;
    margin-bottom: 0;
}

.contact_bt {
    width: 180px;
    height: 50px;
    background:#fd5d05;
    color: #fff;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    border-radius: 6px;
}

.contact_bt:hover,
.contact_bt:focus {
    color: #ffffff;background:#000000;
}

.dark_bg .contact_bt {
    margin-top: 30px;
}

.slide_text {
    margin-top: 480px;
    padding-left: 0;
}

/*------ New Tab --------*/

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_custom_1535441430127 {
    margin-bottom: 34px !important;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.rs-services-style1 .services-item {
    background-color: #039ee3;
    padding: 25px 17px 17px;
    position: relative;
    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.3);
    z-index: 111;
    margin-top: -30px;
    transition: all 0.3s ease 0s;
}

.rs-services-style1 .services-icon {
    height: 130px;
    width: 130px;
    background-color: #039ee3;
    line-height: 88px;
    text-align: center;
    position: absolute;
    top: -50px;
    z-index: -1;
    font-size: 40px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    transition: all 0.3s ease 0s;
}

.rs-services-style1 .services-icon i {
    display: inline-block;
}

.fa-users:before {
    content: "\f0c0";
}

.rs-services-style1 .services-desc {
    text-align: center;
    margin-top: 6px;
}

.rs-services-style1 .services-desc .services-title {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 7px;
    z-index: 10;font-weight: bold;
}

.rs-services-style1 .services-desc .services-title a {
    color: #ffffff;
}

.rs-services-style1 .services-desc p {
    color: #cccccc;
    margin-bottom: 0;font-size: 14px;line-height: 22px;
}

/*------ End New Tab --------*/

.tab_menu {
    width: 100%;
    height: 110px;
    background: #fff;
    float: left;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0 14px 0 rgba(0,0,0,.3);
    overflow: hidden;
    padding: 0 30px;
}

.tab_menu ul li:nth-child(7),.tab_menu ul li:nth-child(5) {
    background: #002147;
    transform: skew(-30deg);
	color:#fff;
}

.tab_menu ul li:nth-child(6) {
    background: #d4a81e;
    transform: skew(-30deg);
	color:#fff;
}

.tab_menu ul li:nth-child(7) a,.tab_menu ul li:nth-child(5) a {
    transform: skew(30deg);
	float: left;
	color: #fff;
}

.tab_menu ul li:nth-child(6) a {
    transform: skew(30deg);
	float: left;
	color: #fff;
}

.tab_menu ul li span {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    float: left;
}

.tab_menu ul li {
    width: 14.25%;
    float: left;
    padding: 25px 0;
    display: flex;
    justify-content: center;
}

span.icon {
    float: left;
    width: 100%;
    text-align: center;
}

span.icon img {
    height: 35px;
}

/*---- Contact Us ---*/

.contactInner {padding-top: 80px;
    padding-bottom: 80px;
}

.contactBor {padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    border-top-width: 10px !important;
    border-right-width: 10px !important;
    border-bottom-width: 10px !important;
    border-left-width: 10px !important;
    border-left-color: #f7f7f7 !important;
    border-left-style: solid !important;
    border-right-color: #f7f7f7 !important;
    border-right-style: solid !important;
    border-top-color: #f7f7f7 !important;
    border-top-style: solid !important;
    border-bottom-color: #f7f7f7 !important;
    border-bottom-style: solid !important;
}

.contactBor h4 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

.contactBor p {
    font-size: 18px;
    font-weight: 500;
    
    margin-bottom: 10px;
}



.contactBor p a {color: #1f1f1f;font-size: 18px;}

.contactBor p a:hover {color: #fd5d05;}

.contactwrap h4 {    font-size: 28px;
    font-weight: 600;
    color: #000000;margin-top: 0;
   margin-bottom: 30px;
}

.contactwrap .form-control {
    font-size: 16px;
    line-height: 0.2;
}

.contactwrap textarea {
    height: 150px;
    margin-bottom: 20px;
    padding: 19px 14px;
}

.wpcf7-submit {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
}

.wpcf7-submit:hover {
    background-color: #fd5d05;
    border-color: #fd5d05;
    color: #fff;
}

.contactwrap .btn {color: #fff;}
/*---- About Us ---*/

.aboutInner {padding-top: 80px;
    padding-bottom: 80px;
}

.aboutInner .aboutwrap { padding-top: 20px; padding-bottom: 25px }
.aboutInner .aboutwrap h4 {font-size: 24px;font-weight:bold;color: #000000;}


.aboutInner .aboutwrap p {font-size: 15px;font-weight: 500;color: #727272;}

.aboutBor h4 {font-size: 28px;font-weight:600;color: #000000;margin-top: 10px;}

.aboutBor p {font-size: 20px;font-weight: 500;color: #727272; margin-bottom: 10px;}

.list {
    list-style: outside none none;
    margin: 15px 0 20px;
    padding-left: 0;
}

.list li:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 15px;
    position: relative;
    top: -1px;
    color: #292929;
}

.aboutBor { 
	padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;

	margin-right: 10px !important;
    margin-left: 10px !important;

	border-top-width: 10px !important;
    border-right-width: 10px !important;
    border-bottom-width: 10px !important;
    border-left-width: 10px !important;

    border-left-color: #f7f7f7 !important;
    border-left-style: solid !important;

    border-right-color: #f7f7f7 !important;
    border-right-style: solid !important;

    border-top-color: #f7f7f7 !important;
    border-top-style: solid !important;

    border-bottom-color: #f7f7f7 !important;
    border-bottom-style: solid !important;
}

.privacy { padding-top: 60px;
    padding-bottom: 50px;}

.privacy p {  font-size: 16px;
    font-weight: 500;
    color: #333333;}

.privacy h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.privacy ul {display: block;padding-left: 20px;}

.privacy ul li {list-style: disc;
    font-size: 16px;}

.productInner {padding-top: 80px;
    padding-bottom: 80px;}

.leftNav {background-color: #f4f4f4;
    padding: 36px 40px 40px;
    margin-bottom: 0 !important;} 

 .leftNav h2 {font-size: 22px;
    margin-bottom: 25px;     color: #1b1a1a;font-weight: 600;}   

  .leftNav ul li a {font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #222;
    background-color: #fff;
    display: block;
    padding: 15.5px 21px;
    box-shadow: 0 5px 20px rgba(40,40,40,.05);
    margin-bottom: 2px;}

  .leftNav ul li>a:hover {background-color: #fd5d05;
    color: #fff;}

   .img-inner {padding: 25px;
    position: relative;
    z-index: 1;}

     .img-inner:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(253 93 5);
    }

    .img-inner h3 {font-size: 22px;
    line-height: 32px; font-weight: bold;
    color: #fff;
    margin-bottom: 20px;}

    .img-inner p {font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;} 

    .img-inner p a {color: #fff;}

    .img-inner p a:hover {color: #000;}

    .img-inner p a i {
    padding-right: 10px;}

	.productsDes {padding-left: 25px;}
    .productsDes h3 {margin-bottom: 16px;
    font-size: 24px;color: #1b1a1a; font-weight: 600;}

    .productsDes p {
   font-size: 18px;line-height: 30px;  color: #333333; font-weight: 500;}




   .Adlist {
    list-style: outside none none;
    margin: 15px 0 20px;
    padding-left: 0;
	}

	.Adlist li {font-size: 18px;}

	.Adlist li:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 15px;
    position: relative;
    top: -1px;
    color: #292929;
	}


	.whyInner {padding: 25px 28px;position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;margin-bottom: 25px;}

	.whyInner:before {border: 2px solid #e9e9e9;
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #fff;
	-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;

  	-webkit-box-shadow: 0 1px 73px rgba(40,40,40,0.1);
    -khtml-box-shadow: 0 1px 73px rgba(40,40,40,0.1);
    -moz-box-shadow: 0 1px 73px rgba(40,40,40,0.1);
    -ms-box-shadow: 0 1px 73px rgba(40,40,40,0.1);
    -o-box-shadow: 0 1px 73px rgba(40,40,40,0.1);
    box-shadow: 0 1px 73px rgba(40,40,40,0.1);

}

    

    .why-icon {line-height: 1;
    width: 37px;
    min-width: 37px;}

    .why-icon i {font-size: 18px;
    line-height: 1;
    color: #fd5d05;}

    .why-holder h6 {margin-bottom: 18px;
    font-size: 20px;color: #1b1a1a; font-weight: bold;}

    .why-holder p {font-size: 14px;
    line-height: 24px;color: #999;}

.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #70c6eb;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.html) repeat-x center center;
	background-size: 50% auto;
}

.about-box {
	padding: 70px 0px;
}

.title-box {
	text-align: center;
	margin-bottom: 30px;
}

.title-box h2 {
	font-size: 75px;
	font-family: 'Great Vibes', cursive;
	color: #e91327;
	font-weight: 400;
	padding: 0;
}

.title-box h2 span {
	color: #70c6eb;
	text-decoration: underline;
}

.about-main-info h2 span {
	color: #70c6eb;
	text-decoration: underline;
}

.about-main-info {
	margin-bottom: 30px;
}

.about-m {}

.about-img {
	padding: 30px 0px;
}

.about-img img {
	border-radius: 10px;
}

.about-m ul {
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.about-m ul li {
	display: inline-block;
	text-align: center;
}

.about-m ul li a {
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover {
	background: #333333;
	color: #ffffff;
}

.about-main-info h2 {
	font-size: 45px;
	color: #e91327;
	font-weight: 600;
}

.about-main-info a {
	border-radius: 2px;
	transition: .2s;
	padding: 10px 25px;
	background: #e91327;
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	border-radius: 0 15px;
	margin-top: 10px;
}

.about-main-info a:hover {
	color: #ffffff;
}

.about-main-info div.full>img {
	height: 500px;
}

.hvr-radial-out {
    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;
    overflow: hidden;
    background: #575656;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    float: left;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
    font-weight: 600;
    text-indent: -10px;
}

.hvr-radial-out:after {
    content: "";
    display: flex;
    width: 25px;
    height: 100px;
    background: #000000;	
    position: absolute;
    z-index: 11;
    top: 0;
    right: -6px;
    transform: skew(-20deg);
}

.hvr-radial-out::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fd5d05;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before,
.hvr-radial-out:focus::before,
.hvr-radial-out:active::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

a.hvr-radial-out:hover,
a.hvr-radial-out:focus {
	color: #fff;
}

a#scroll-to-top::after {
    display: none;
}

.silver_bg .hvr-radial-out:after {
    background: #eee;
}

/*------------------------------------------------------------------ Services -------------------------------------------------------------------*/

.service_blog {
    float: left;
    width: 100%;
    border: solid #555 1px;
    padding: 30px;
    margin-top: 30px;
    transition: ease all 0.2s;
}

.service_blog:hover, .service_blog:focus {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    transform: scale(1.02);
}

.service_blog h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: solid #222 2px;
    color: #222;
    margin-bottom: 15px;
}

.effect-service {
	position: relative;
	height: auto;
	text-align: center;
	cursor: pointer;
	border: 8px solid #eee;
	margin-bottom: 30px;
}

figure.effect-service {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure.effect-service img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption {
	padding: 10px;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-service h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

figure.effect-service h2 {
	background: #e91327;
	padding: 13px;
	width: 94%;
	height: 58px;
	border: 0;
	margin: 0;
	font-weight: 200;
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	font-family: 'Great Vibes', cursive;
}

figure.effect-service p {
	padding: 15px;
	width: 100%;
	height: 80%;
	font-size: 14px;
	border: 2px solid #fff;
	margin: 0;
	font-weight: 300;
	display: none;
}

figure.effect-service p {
	float: right;
	padding: 20px;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.effect-service:hover img {
	opacity: 0.6;
}

figure.effect-service:hover p {
	opacity: 1;
}

figure.effect-service:hover {
	border: 8px solid #e91327;
}


/*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/

.gallery-box {
	padding: 70px 0px 120px;
}

.gallery-box ul {}

.gallery-box ul li {
	position: relative;
	width: 31.33%;
	margin: 0 1% 20px !important;
	padding: 0px;
	float: left;
	border: none;
	overflow: hidden;
	margin-bottom: 0px;
}

.gallery-box ul li a {
	position: relative;
	display: inline-block;
	border: 4px solid #ffffff;
}

.gallery-box ul li a::before {
	content: "";
	position: absolute;
	background: rgba(233, 19, 39, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.gallery-box ul li a .overlay {
	background: #70c6eb;
	color: #3a4149;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.gallery-box ul li a:hover::before {
	top: 0;
	opacity: 1;
}

.gallery-box ul li a:hover .overlay {
	opacity: 1;
}

.gallery-box ul li a:hover {
	border: 4px solid #e91327;
}

.gallery-box ul li a .overlay {
	background: #fff;
	color: #e91327;
}


/*------------------------------------------------------------------ Properties -------------------------------------------------------------------*/

.properties-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.single-team-member {
	position: relative;
	margin-top: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.filter-button-group {
	margin-bottom: 30px;
}

.filter-button-group button {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #57cef8;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

.filter-button-group button:hover {
	color: #ffffff;
}

.properties-single {
	margin-bottom: 30px;
	background: #ffffff;
	transition: all 0.5s ease 0s;
}

.fuit {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.fuit a {
	background: #57cef8;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

.for-sal {
	background: #3a4149;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	z-index: 10;
}

.pro-price {
	background: #57cef8;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	z-index: 10;
}

.properties-img {
	position: relative;
	overflow: hidden;
}

.properties-img img {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	transition-delay: 0s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}

.properties-single:hover .properties-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hover-box {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	transition-delay: 0s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}

.properties-single:hover .hover-box {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

.properties-dit {
	padding: 15px;
}

.properties-dit h3 {
	font-size: 20px;
}

.properties-dit ul {
	padding: 10px 0px;
}

.properties-dit ul li {
	float: left;
	width: 33.33%;
	font-size: 12px;
	line-height: 30px;
}

.properties-dit ul li i {
	float: right;
	padding: 7px 10px;
	font-size: 15px;
	color: #57cef8;
}

.properties-dit p {
	margin: 0px;
}

.properties-dit p i {
	padding-right: 10px;
}

/*------------------------------------------------------------------ counter ----------------------------------------------------------------*/

h2.timer.count-title.count-number {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    line-height: 60px;text-align: left;
}

p.count-text {
    color: #f43866;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: solid #fff 5px;
    padding-bottom: 10px;
    width: 50%;
}

/*------------------------------------------------------------------ Team -------------------------------------------------------------------*/

.team-box {
	padding: 70px 0px;
}

.team_member_img img {
    border: solid #ece9e2 20px;
    border-radius: 100%;
    width: 300px;
    height: 300px;
}

#team_slider h3 {
    margin-bottom: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin-top: 25px;
}

#team_slider p {
    padding: 0 43px;
}

.team_member_img {
    position: relative;
}

.team_member_img .social_icon_team {
    position: absolute;
    top: 19px;
    left: 42px;
    width: 76%;
    height: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(244,56,102,0.7);
	opacity:0;
	transition: ease all 0.2s;
}

.team_member_img:hover .social_icon_team,
.team_member_img:focus .social_icon_team {
	opacity: 1;
}

.our-team {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.our-team:before,
.our-team:after {
	content: "";
	width: 130px;
	height: 150px;
	background: #57cef8;
	position: absolute;
	z-index: -1;
}

.our-team:before {
	bottom: -20px;
	left: 0;
}

.our-team:after {
	top: -20px;
	right: 0;
}

.our-team .pic {
	margin: 8px;
	position: relative;
	border: 3px solid #57cef8;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
	border-color: #3a4149;
}

.our-team .pic:after {
	content: "";
	width: 100%;
	height: 0;
	background: #57cef8;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after {
	height: 100%;
	opacity: 0.85;
}

.our-team img {
	width: 100%;
	height: auto;
}

.our-team .team-content {
	width: 100%;
	position: absolute;
	top: -50%;
	left: 0;
	transition: all 0.5s ease 0.2s;
}

.our-team:hover .team-content {
	top: 38%;
}

.our-team .title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin: 0px;
}

.our-team .post {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-transform: capitalize;
}

.our-team .social {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	margin: 0 7px;
	transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
	background: #fff;
	color: #00bed3;
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}


/*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/

.blog-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.blog-inner {
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.blog-img {
	margin-bottom: 15px;
	overflow: hidden;
}

.blog-img img {
	transition: all 0.9s ease 0s;
}

.blog-inner:hover .blog-img img {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}

.blog-inner a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #57cef8;
	color: #ffffff;
}

.blog-inner a:hover {
	color: #ffffff;
}


/*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/

.contact-box {
	padding: 70px 0px;
}

.left-contact h2 {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 30px;
}

.cont-line {
	overflow: hidden;
	margin-bottom: 30px;
}

.icon-b {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 25px;
	margin-right: 15px;
	color: #fff;
	border-radius: 100%;
	background: #d4a81e;
}

.dit-right h4 {
	font-size: 16px;
	color: #3a4149;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.dit-right p {
	font-size: 14px;
	margin-top: 0;
}

.dit-right a {
	font-size: 14px;
	color: #3a4149;
	font-weight: 300;
	line-height: normal;
}

.dit-right a:hover {
	color: #57cef8;
}

.contact-block {}

.contact-block .form-group .form-control {
	background: #333;
	height: 48px;
	font-size: 14px;
	border: 0;
	padding: 5px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-weight: 200;
	letter-spacing: 0px;
}

.submit-button .btn-common {
	background-color: #d4a81e;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 0 20px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	opacity: 1;
}

.contact-block .form-group textarea.form-control {
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common:hover {
	background-color: #111;
	opacity: 1;
}

.custom-select {
	height: 45px;
	font-size: 16px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(45px + 2px);
}

.help-block ul li {
	color: red;
}


/*---Map--*/
.map {height: 500px;
    position: relative;
    overflow: hidden;}


/*---Footer--*/
.footer-box {
   background-color: #1d1d1d;
    background-size: cover;
    padding: 0px 0;
}

.footer-box.has-footer-contact {
   
}

.footer-box .contact-container {
    position: relative;
}

.footer-box .footer-top {
    padding-top: 60px;
}

.footer-box .footer-contact-desc {
    margin: 0;
    background: #00aeea;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 35px;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: 111;
}

.footer-box .footer-contact-desc .widget_text {
    margin-bottom: 0;
}

.footer-box .footer-contact-desc .contact-inner {
    position: relative;
}

.footer-box  .footer-contact-desc .contact-inner .contact-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;font-weight: bold;
}

.footer-box .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
    border-left: 4px solid #ffffff;
}

.footer-box .footer-contact-desc .contact-inner .address-icon {
    padding-top: 40px;
}

.footer-box .footer-contact-desc .contact-inner .address-icon:before {
    content: "\f041";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 28px;
     color: #ff3115; 
    transform: translateX(-50%);
}

.footer-box .footer-contact-desc .contact-inner .phone-icon {
    padding-top: 40px;
}

.footer-box .contact-inner .phone-icon:before {
    content: "\f095";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 28px;
    color: #ff3115;
    transform: translateX(-50%);
}

.footer-box .footer-contact-desc .contact-inner .mail-icon {
    padding-top: 40px;
}

.footer-box  .contact-inner .mail-icon:before {
    content: "\f003";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 28px;
    color: #ff3115;
    transform: translateX(-50%);
}

.footer-box .footer-contact-desc .contact-inner .contact-desc {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    text-align: center;
}

.footer-box .footer-contact-desc .contact-inner .contact-desc a {
    color: #fff;
}

.footer-box .footer-contact-desc .contact-inner .contact-desc a:hover {
    color: #ff3115;
}

.footer-box .footer-company-name {
	text-align: center;
	margin: 0px;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding-top: 2px;
}

.footer-box .footer-company-name a {
	color: #333;
	text-decoration: underline !important;
}

.footer-box .footer-company-name a:hover {
	color: #e91327;
}


/*------------------------------------------------------------------ Subscribe -------------------------------------------------------------------*/

.subscribe-box {
	padding: 70px 0px;
	background: #e91327;
}

.subscribe-inner {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.subscribe-inner h2 {
	font-size: 80px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Great Vibes', cursive;
	padding: 0;
}

.subscribe-inner p {
	color: #cccccc;
}

.subscribe-inner .form-group .form-control-1 {
	width: 100%;
	padding: 12px 15px;
	border-radius: 0px;
	border: none;
}

.subscribe-inner .form-group button {
	border-radius: 0;
	transition: .2s;
	padding: 10px 18px;
	background: #222;
	color: #ffffff;
	border: none;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: 0.1px;
	border-radius: 0 15px 0 15px;
}

.about-main-info h2 img {
	margin-top: -10px;
}

p {
    margin-top: 5px;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #333333;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column_container .services-item {
    text-align: center;
    margin-bottom: 30px;
}

.services-item .services-title {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
}

.text_align_center {
	text-align: center;
}

.red_bg {
	background: #e91327;
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
	/*color: #fff !important;*/
}
.white_fonts ul li a:hover{color: #039ee3 !important;}
.red_bg .about-main-info a {
	background: #fff;
	color: #e91327;
}

.testimonial_img {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}

.mfp-figure figure .mfp-bottom-bar {
	display: none;
}

#client_slider .carousel-indicators {
	bottom: -45px;
}

#client_slider .carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #999;
}

#client_slider .carousel-indicators li.active {
	background: #e91327;
}

.layout_padding {
	padding-top: 75px;
	padding-bottom: 75px;
}

.layout_padding_2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.coursePage h4 {
	font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 0 0 15px 0;
    margin-top: 0px;
}

.coursePage .course_img-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.coursePage .img_element {
    margin-bottom: 35px;
}

.img_element img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.coursePage ul, ol {
    margin-bottom: 40px;
}

.coursePage ul li {
    position: relative;
    padding-left: 28px;
    list-style-type: none;
    font-size: 18px;
}

.coursePage ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0a4";
    color: #039ee3;

}

.coursePage ol {
    padding-left: 1.3em;
}

.coursePage ol li {
    position: relative;
    padding-left: 1.3em;
    list-style-type: decimal;
    font-size: 18px;
}

.coursePage p strong {font-weight: 600;}

.coursePage blockquote {
    display: block;
    position: relative;
    padding: 10px 30px 15px 30px;
    border: 1px solid #e6e6e6;
    background-color: #039ee3;
}

.coursePage blockquote p {
   margin-bottom: 0;
   color: #fff;
   font-size: 19px;
}


.text-inner blockquote {
	display: block;
    position: relative;
    padding: 10px 30px 15px 30px;
    border: 1px solid #e6e6e6;
    background-color: #039ee3;
}

.text-inner blockquote h1 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 26px;
	 color: #fff;
   
}

.text-inner blockquote h2 {
	margin-bottom: 20px;
	font-size: 20px;
	 color: #fff;
   
}

.text-inner blockquote h3 {
	margin-bottom: 20px;
	font-size: 18px;
	 color: #fff;
   
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(3,158,227,.02);
}

.table-striped thead tr {
    background-color: rgba(3,158,227,1);
    color: #fff;
}

.borTable table {
    margin-bottom: 40px;
}

.borTable table th, table td {
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.mrqu-contain {
    margin-bottom: 25px;
    margin-top: 0px;
    border: 1px solid #ddd;
    padding: 5px;
    /*background-color: #039ee3;*/
}

.mrqu-contain .row {margin-right: 0px;
    margin-left: 0px;}

.mrqu-tag-frst {
    font-size: 15px;
    text-align: center;
    padding-top: 0px;
    border-right: 1px solid #ddd;
    color: #000;
}
.mrqu-line {
    font-size: 16px;
  
    padding: 0px;
}
.mrqu-line a {
    color: #000;
}

.mrqu-line .dot {
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
}
.wpb_wrapper {
    max-width: 100%;text-align: center;
    position: relative;margin-bottom: 70px;
}

.wpb_wrapper h5 {
  color: #fd5d05;margin-top: 8.5px;
    text-align: center;font-weight: 500;line-height: 1.35em;
    margin-bottom: 0px !important;font-size: 20px;
}

.wpb_wrapper h3 {
  font-size: 42px; color: #000000;
    margin-top: 0px !important;
    margin-bottom: 0px !important;font-weight: 500;
}

.heading_main h2 {
    font-size: 32px;
    font-weight: normal;
    padding: 0 0 0px 0;
    margin: 0 0 0px 0;
   font-family: 'Poppins', sans-serif;
    position: relative;
    color: #030303; 
    
    /*background-image: url(../images/heading_main_border.png);
    background-position: left bottom;
    background-repeat: no-repeat;*/
}

.heading_main h2 span {
	font-weight: bold;
}

.heading_main p.large {
    font-size: 20px;
    color: #605f5f;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin: 0;
}
.heading_main span {display: block;}
.heading_main p {display: inline-block;
    font-family: 'Raleway', sans-serif;
}

.heading_main p.small_tag {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.heading_main.text_align_center {
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}

.center {
	display: flex;
	justify-content: center;
}

p.section_count {
    font-size: 155px;
    margin: 0 45px 0 0;
    color: #cccac5;
    font-weight: 400;
    line-height: 70px;
}

.padding_0 {
	padding: 0;
}

.full {
	float: left;
	width: 100%;
}

.full2 {
	float: left;
	width: 100%;
}

.heading_main2 {
    float: left;
    
}

.heading_main2 h2 {
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 15px 0;
    margin: 0 0 0px 0;
    font-family: 'Raleway', sans-serif;
    position: relative;
    color: #000;
    text-transform: uppercase;
}

.heading_main2 h2 span {
    color: #039ee3;
}

.heading_main {
   margin-bottom: 30px;
    display: flex;
}

/*.title-line h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #039ee3;
}*/

/*.title-line.center h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.theme_bg {
	background: #07528d;
}

h3.small_heading {
	font-size: 35px;
	font-weight: 600;
	line-height: normal;
}

.margin-top_20 {
	margin-top: 20px;
}

.margin-top_30 {
	margin-top: 30px;
}

.margin-top_50 {
	margin-top: 50px;
}
.margin-bottom_50 {
	margin-bottom: 50px;
}

.margin-bottom_30 {
	margin-bottom: 30px;
}

.carousel a.carousel-control-prev {
    background: #d4a81e;
    opacity: 1;
    width: 55px;
    height: 50px;
    border-radius: 0;
    top: 40%;
    left: -80px;
}

.carousel a.carousel-control-next {
	background: #d4a81e;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 0;
	top: 40%;
	right: -80px;
}

#demo {
	margin-bottom: 20px;
}

ul.social_icon li a {
    width: 35px;
    height: 35px;
    background: transparent;
    float: left;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
}

ul.social_icon li i {
	color: #fff !important;
	line-height: 35px;
}

ul.social_icon li {
	float: left;
	margin: 0 5px;
}

.inner_page .top-header {

    position: relative;

}

.inner_page .inner_page_header {

    background: #1f1f1f;
    padding: 40px 0;

}

.inner_page .inner_page_header h3 {

    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;

}

/*---- Contact page --------*/

.contact {}

.contactBg {background-color: #f3f3f3;}

.contactInfo {padding: 50px 10px 50px 10px;}

.contact .contactInfo i {font-size: 40px;color: #161616;padding-bottom: 40px;} 

.contact .contactInfo h3 {font-size: 26px;color: #161616;font-weight: 800;font-family: 'Poppins', sans-serif;
padding-bottom: 25px;}

.contact .contactInfo p {margin-bottom: 20px;color: #747474;font-size: 19px;font-weight: 400;}

.contact .contactInfo p  a {text-decoration: none; margin-bottom: 20px;color: #747474;font-size: 19px;font-weight: 400;}

.contact .contactInfo p  a:hover {color: #161616;}


.contactForm {max-width: 760px; margin: 0 auto; padding-top: 80px; padding-bottom: 60px;}

.contactFormTitle {text-align: center; margin-bottom: 45px;}

.contactFormTitle h4 {font-size: 36px;color: #161616;font-weight: 800;font-family: 'Poppins', sans-serif;
padding-bottom: 10px; margin-top: 0px;}

.contactFormTitle p {    color: #333333;margin-top: 0px;margin-bottom: 0px;}

.contactForm .form-control {
    font-size: 16px;
    line-height: 0.2;
}

.contactForm textarea {
    height: 150px;
    margin-bottom: 20px;
    padding: 19px 14px;
}


.contactPage {}

.contactPage .wpb_wrapper {
    padding-bottom: 35px;
    border: 1px solid #e1e1e1;
    background-color: aliceblue;
}

.vc-inner {padding-bottom: 35px;}

.contactPage .icon_wrapper {
	margin-top: 35px;
margin-bottom: 10px;
}

.contactPage .add_wrapper {
	margin-bottom: 0;
}

.contactPage .add_wrapper h4{
	margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #212121;
}

.contactPage .add_wrapper p{
	margin-bottom: 0;
   
    font-size: 16px;
 
    
    color: #212121;
}


.vc_icon_element-icon {
	color: #00aeea !important;
	font-size: 36px !important;
}

.contactPage .vpadding {
	padding-top: 60px !important;
	padding-bottom: 60px;
}

.contactPage .vc_column_container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.mapBor {
    background-color: #f7f7f7;
    padding: 5px;
}

.mapBor iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none;
}

.contactBg .form-control {
    font-size: 16px;
    line-height: 0.2;
}

.contactBg textarea {
    height: 172px;
    margin-bottom: 20px;
       padding: 19px 14px;
}

.contactBg .btn {
    font-size: 16px;
    padding: 10px 40px;
    color: #fff;
    background-color: #039ee3;
    text-transform: uppercase;
}
/*---- End Contact page --------*/

.bottom-contact {/*background-image: url(../images/contact-lamp.jpg);
    background-size: cover;
    background-position: center top;*/
    /* height: 747.9px; */
    }

.bottom-contact .contact-wrap h4 {font-size: 30px;color: #161616;font-family: 'Poppins', sans-serif; font-weight: 700;letter-spacing: 0px; text-transform: none;}

.bottom-contact .contact-wrap h3 {font-size: 22px;color: #161616; font-weight: 600;} 

.bottom-contact .contact-wrap p {font-size: 18px; text-transform: none;color: #6b6b6b;}

.con-element { margin-bottom: 30px; }

.con-element p a { font-size: 18px; color: #6b6b6b;}

.con-element p a:hover { font-size: 18px; color: #9a827d;}

.soc ul {display: inline-block;    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;}

.soc > ul > li {
    float: left;
    display: block;
}

.soc > ul > li > a {
    padding: 28px 15px; color: #af938f;
}

.soc > ul > li > a > i{
   font-size: 20px;
}

.footer_bottom {
    background: #095a83;
    padding: 15px 0;
}

.footer_bottom p.crp {
    float: left;
    margin: 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.footer_menu ul {
    list-style: none;
    width: 100%;
    float: left;
}

.footer_blog li a {
    font-size: 15px;
    font-weight: 300 !important;
    color: #b6b6b6;
}

.footer_blog li a:hover {
    color: #ffffff;
}

.recent_post_footer p {
    color: #acaba9 !important;
    font-size: 13px;
}

.footer_blog h3 {
    margin-bottom: 10px;
}

.newsletter_form input {

    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;

}

.newsletter_form button {
    background: #e0af14;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.footer_blog h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    float: right;
    width: 100%;
    margin-bottom: 24px;
}
/*.footer_blog h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 50px;
    background-color: #039ee3;
}*/

footer.footer-box p { padding-top: 0; padding-bottom: 15px;
    font-size: 15px;color: #b6b6b6;margin-top: 0px; margin-bottom: 0;
}

footer.footer-box p a {
    color: #fcfcfc;
}

footer.footer-box p a:hover {
    color: #ffffff ;
}

footer.footer-box p a i {padding-right: 10px;}

.footer_blog {
    float: left;
    width: 100%;
}

.footer_blog ul li {
    display: flex;
}

.footer_blog ul li img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.cms-social {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.cms-social li {
    display: inline-block;padding-left: 0px !important;
    margin: 0 10px 10px 0;background: none !important;
}

.cms-social a {
    font-size: 16px;
    color: #fff !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #fd5d05;
    text-align: center;
    display: block;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: relative;
}

.cms-social a:hover {background-color: #ffffff;color: #000 !important;}

.cms-social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}



/*.footer_blog ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: auto;
    display: block !important;
    color: #039ee3 !important;
}*/

.footer_blog ul li {
    margin-bottom: 10px;
   line-height: 20px;
    margin-bottom: 15px;
    padding-left: 20px;padding-top: 3px;
    background: url(../img/in-bulet-1.png) 0 10px no-repeat;
}

.footer_blog ul li a {}



.footer-top .footer-share {
    /* text-align: center; */
    margin-top: 15px;
}

.footer-share ul {
    margin-left: 0;
}

.footer-share ul li {
    display: inline-block;
}

.footer-share ul li a {
    font-size: 13px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    transition: all .3s ease 0s;
    background: rgba(255, 255, 255, 0.15);
}

.footer-share ul li a:hover {
    background-color: #039ee3;
    color: #ffffff;
}

.footer-box .footer-bottom {
    color: #fff;
    border-top: 1px #2d2d2d solid;
    padding: 18px 0px 0;
    margin-top: 40px;
}

.footer-bottom .copyright p {color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.footer-bottom .credits {
    text-align: right;
}

.footer-bottom .credits p {color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.footer-bottom .credits p span {color: #b6b6b6;}
.footer-bottom .credits p a {color: #b6b6b6;
    font-weight: 400;
    font-size: 15px;
}

.footer-bottom .credits p a:hover {
	color: #fff;
   }

.footer-bottom .copyright span {
    color: #ffffff;
}

ul.bottom_menu li a {
	color: #8d8d8c;
}

ul.bottom_menu li {
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin-left: 20px;
}

#inner_page header.top-header {
    position: relative !important;
}

.bottom_menu {
	float: right;
}

.innerpage_banner {
	background-color: #f9f9f9;
	min-height: 150px;
	text-align: center;
	background-image: url("../images/slider-01.html");
	background-size: cover;
	background-position: center center;
}

.innerpage_banner h2 {
	margin: 55px 0 0;
	padding: 0;
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	position: relative;
}

/* easy form */

.easy-form p {
	font-size: 16px;
    color: #000;
    margin-bottom: 5px;
   
    font-weight: 400;
}

.easy-form h2 {
	font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.easy-form h2 span {
	font-size: 22px;
    color: #039ee3;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.easy-form .formBg {
	background-color: aliceblue;
    padding: 20px;
    border-radius: 10px;
}

.easy-form .form-control {
	font-size: 16px;
    line-height: 0.2;
}

.easy-form .form-group {
    margin-bottom: 15px;
        margin-top: 15px;
}

.easy-form .btn {
	font-size: 16px;
padding: 10px 40px;
color: #fff;
    background-color: #039ee3;
    text-transform: uppercase;
}

/* End easy form */

.inner_banner {
   
    
}

.rs-breadcrumbs {
    position: relative;
    
}



.rs-breadcrumbs .breadcrumbs-single {
    min-height: 450px;
    background-size: cover;
    background-position: center;
}

.rs-breadcrumbs .container {
    top: auto;
    bottom: 0;
}

.rs-breadcrumbs .container {
    left: 50%;
    position: absolute;
    top: auto;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.breadcrumbs-inner {
    max-width: 1170px;
    margin: 0 auto;
}

.rs-breadcrumbs .page-title {
    margin: 0 0 0px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: bold;
    text-transform:uppercase;
	font-size:35px;
	
}

.page-heading ul.breadcrumbs a {color: #000;}

.page-heading .breadcrumbs li a:after {color: #ffffff;}

.page-heading .breadcrumbs li a:after {
    content: "/";
    margin: 0 5px;
}

.page-heading .breadcrumbs li:last-child a:after {
  display: none; }
   
.page-heading ul.breadcrumbs {clear: both;
    float: none;
    color: #fff;
    font-size: 12px;} 

.page-heading .breadcrumbs {
    float: right;
    padding: 0;
    margin-top: 0px;
}

.page-heading .breadcrumbs li {
    list-style: none;color: #fd5d05;
    float: left;font-size: 16px;
}

 .page-heading ul.breadcrumbs a:hover {
    color: #fd5d05;
}

.breadcrumbs .trail-items {
    list-style: none;
}



.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}

/*.rs-breadcrumbs ul li {
    color: #bb958e;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}*/

/*.rs-breadcrumbs ul li a {
    padding: 0 8px;
    color: #fff;
}
.rs-breadcrumbs ul li.trail-begin a {
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.rs-breadcrumbs ul li.trail-end {
    padding-left: 8px;
}
.rs-breadcrumbs .trail-items li::after {
    right: 0px;
    position: relative;
    padding: 0;
}*/



.rs-breadcrumbs ul li:after {
    color: #fff;
}
.trail-items li::after {
    content: "\002F";
    padding: 0 0.5em;
}


.about {padding-top: 80px; padding-bottom: 0px;}

.inTitle {margin-bottom: 30px;}

.inTitle span {font-size: 23px;
    font-weight: 700;
    font-style: normal;
    color: #7f7f7f;
    margin-bottom: 0px;}

.inTitle h2 {font-size: 39px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: none;
    color: #232323;
    font-family: 'Poppins', sans-serif;
}

.inTitle .line-head {
    display: inline-block;
    width: 100%;
    height: 25px;
    margin-left: 0px;
    position: static;
    margin-top: 0px;
    top: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #9a827d;
}


.aboutText p {
	color: #6b6b6b;
	font-size: 18px;
    font-weight: 400;

}

.aboutImg {text-align: right;}

section.inner_banner h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 110px !important;
    padding: 0;
	color: #fff;
}

#demo .img-responsive {
	width: 100%;
}

.top-header.fixed-menu .search-btn {
	background: #111;
}

.top-header.fixed-menu .search-btn img {
    width: 25px;
}

.top-header.fixed-menu .search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
	border: solid #000 1px;
	height: 41px;
}

.top-header.fixed-menu ul li:hover a,
.top-header.fixed-menu ul li:focus a {
	color: #fff !important;
}

.blog_img_popular h4 {
    width: 100%;
    background: #fff;
    margin: 0 0%;
    padding: 0;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    min-height: 70px;
    line-height: 70px !important;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    margin-top: -35px;
}

.blog_img_popular h4 a {color: #000;}
.blog_img_popular h4 a:hover {color: #039ee3;}

.blog_img_popular p {
    color: #000;
    text-align: center;
    font-size: 18px;
    width: 86%;
    margin: 0 7%;
    line-height: 24px;
    margin-top: 25px;
}

.silver_bg {
	background: #eee;
}

.text_align_right {
	text-align: right;
}

.float-right_img img {
    float: right;
}


/*------ Home Contact form --------*/

.home_contact {
	background: url(../images/formBg.html) center top no-repeat;
    background-size: cover;
    padding: 0px 0;
}

.thim-get-100s {
    padding-top: 181px;
}

.thim-get-100s .get-100s {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}

.thim-get-100s h2 {
    color: #fff;
    font-size: 72px;
    line-height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2px 0 10px;
}

.thim-color {color: #039ee3;}

.thim-register-now-form {
    margin: 80px 0;
    background: #fff;
    position: relative;
    max-width: 400px;
    float: right;
    min-height: 453px;
    z-index: 1;
}

.thim-register-now-form .title {
    position: relative;
    padding: 22px 30px 70px;
    line-height: 34px;
    text-align: center;
    font-size: 21px;
    overflow: hidden;
    margin: 0 0 23px;
    color: #fff;
}

.thim-register-now-form .title:before {
    height: 820px;
    content: '';
    border-radius: 50%;
    bottom: 20px;
    right: auto;
    width: 820px;
    position: absolute;
    left: calc(50% - 410px);
    left: -webkit-calc(50% - 410px);
    left: -moz-calc(50% - 410px);
    background-color: #039ee3;
}

.thim-register-now-form .title span {
    position: relative;
}

.thim-register-now-form .wpcf7-form {
    position: relative;
    padding: 0 50px 40px;
}

.thim-register-now-form .wpcf7-form p {
    margin-bottom: 10px;
}

.thim-register-now-form .wpcf7-form .your-email, .thim-register-now-form .wpcf7-form .your-name, .thim-register-now-form form.yikes-easy-mc-form .your-email, .thim-register-now-form form.yikes-easy-mc-form .your-name {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
}

.wpcf7-form input[type=date], .wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=number], .wpcf7-form select, .wpcf7-form textarea, form.yikes-easy-mc-form input[type=date], form.yikes-easy-mc-form input[type=email], form.yikes-easy-mc-form input[type=text], form.yikes-easy-mc-form input[type=tel], form.yikes-easy-mc-form input[type=number], form.yikes-easy-mc-form select, form.yikes-easy-mc-form textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    min-height: 40px;
    padding: 10px;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

thim-register-now-form .wpcf7-form .wpcf7-submit, .thim-register-now-form form.yikes-easy-mc-form .wpcf7-submit {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #111;
    margin-top: 10px;
}


.wpcf7-form .btn {
    color: #fff;
    background-color: #039ee3;
    border-radius: 0;
        padding: 8px 0px;
        font-size: 16px;
        width: 100%;
        text-transform: uppercase;
}


/*------ End Home Contact form --------*/

/*------ Home counter --------*/

.HomeCounter {
    background: url(../images/counterBg.html) no-repeat;
    padding: 80px 0px 100px;
    background-size: cover;
    background-position: center top;
}

.HomeCounter .title-inner h2 {
	font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    z-index: 10;
    margin-bottom: 10px;
    color: #fff;
}

.HomeCounter .title-inner p {
	    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}

.title-inner {
	    margin-bottom: 40px;
    
}

.counter {
   
    padding: 20px 0;
   
}

.HomeCounter .count-icon {
    margin-bottom: 0;
    margin-right: 25px;
    margin-top: 10px;
}

 .HomeCounter .count-icon i {
    font-size: 60px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.rs-counter-list {
    display: flex;
    text-align: left;
}

.count-text .rs-counter {
    color: #212121;
    font-size: 45px !important;
    line-height: 50px !important;
    margin-bottom: 2px;
    font-weight: 900;
}

.count-text p {
	font-weight: 500 !important;
    margin-bottom: 0;
    font-size: 20px;}

.HomeCounter .count-icon i {
       color: #ff3115 !important;
}
/*------ End Home counter --------*/

/** contact **/



.contact_form input {
    width: 100%;
    margin: 15px 0;
    min-height: 60px;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #676767;
    padding: 0px 25px;
}

.contact_form textarea {
	width: 100%;
    margin: 15px 0;
    min-height: 60px;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #676767;
    padding: 25px;
	min-height:120px;
}

.contact_form button {
    background: #e0af14;
    border: none;
    color: #fff;
    width: 200px;
    height: 65px;
    text-transform: uppercase;
    font-size: 21px;
    padding: 0;
    font-weight: 500;
    cursor: pointer;
	transition: ease all 0.5s;
}

.contact_form button:hover,
.contact_form button:focus {
	background: #fff;
	color: #12385b;
}


/* Sidebar Contact Form */
 

.content{
  padding:50px 100px;
}
.content h2{
  padding:0;
  margin:0 0 20px;
  font-size:30px;
}
.content p{
  font-size:18px;
}
.sidebar-contact{
  position:fixed;
  top:50%;
  /*left:-350px;*/
  right: -360px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;    z-index: 999;
}
.sidebar-contact.active{
  /*left:0;*/ right: 0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type=submit]{
  background:#fd5d00;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:16px;text-transform: uppercase;
}

.sidebar-contact input[type=submit]:hover{background:#000;}

.toggle{
  position:absolute;
  height:50px;
  width:50px;
  text-align:center;
  cursor:pointer;
  /*background:#f00;*/
  top:10%;
  /*right:-48px;*/
  left: -60px;
  line-height:48px;
}

.toggle.active {left: -50px;line-height:48px;}

/*.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}*/

.toggle:before{
  content:'';
  background:url('../img/contact-button.png');

  width:50px;
  height: 150px;
  display: block;
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}

.toggle.active:before{
  content:'\f00d';
  background:#fd5d00;
  height:50px;
  width:50px;line-height: 50px;
}

.sidebar-contact .wpcf7-submit {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
}

.sidebar-contact .wpcf7-submit:hover {
    background-color: #fd5d05;
    border-color: #fd5d05;
    color: #fff;
}

.sidebar-contact .btn {
    color: #fff; border-radius:0; font-size: 18px; padding: 6px;
}

@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    /*height:100%;*/height:auto;
    /*left:-100%;*/ right: -100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;left: -50px;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    /*right:0;*/ left: 0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
  .toggle.active:before{
  content:'\f00d';
  background:#f00;
  height:40px;
  width:40px;line-height: 40px;
}
}

/* End Sidebar Contact Form */





