/*------------------------------------------
Project Name : Xecta
Desgined By  : eCreative solutions
Developed By : sharjeel;
Date        :  27/September/17;

Table Of Index
------------------
1. Base css
2. Typography css
3. Header css
4. Banner css
5. About Us css
6. How it works css
7. Services css
8. Video css
9. Gallery css
10. Pay Packages css
11. Testimonials css
12. Blog css
13. contact form css
14. Footer css

------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Playfair+Display:400,700|Roboto:400,500,700');

html, body {
	min-height: 100%;
}
body {
	background: #ffffff;
	font-family: 'Public Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	overflow-x: hidden;
}
/*---------------------------------------
   Typorgraphy              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h4 {
	font-weight: 500;
}
h1 {
	font-size: 50px;
}
h2 {
	color: #272727;
	font-size: 36px;
	line-height: 52px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	line-height: 32px;
}
h4 {
	color: #454545;
	font-size: 18px;
	line-height: 26px;
}
h5 {
	letter-spacing: 0.5px;
}
p {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height:24px;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
/*---------------------------------------
   Buttons               
-----------------------------------------*/

.btn-success:focus {
	background-color: #000;
	color: #ffffff;
}
.section-btn {
	background: #000;
	border-radius: 4px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px;
	margin-top: 22px;
	text-transform: uppercase;
	border: none;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.section-btn:focus, .section-btn:hover {
	background: #f5a93f;
	color: #fff;
}
/*---------------------------------------
   General               
-----------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
a {
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	color: #f5a93f;
	text-decoration: none !important;
}
a:hover, a:active, a:focus {
	color: #f5a93f;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*
.section {	
	position:relative;
	padding:0px 0;
	overflow:hidden;
}*/
.greybg {
    background: #f8f8f8;
}
.animate {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.section .container{z-index:1; position:relative}
.section-title .subtitle {
	font-size: 24px;
	font-weight: 400;
	color: #fcb80b;
}
@media(max-width:767px){
.section-title .subtitle {
  font-size: 20px;  
}   
}
.section-title {
	margin: 0;
	padding-bottom: 5px;
	text-align: center;
}

.section-title h3 {
	position: relative;
	font-size: 48px;
	margin-bottom:20px;
	font-weight: 400;
	line-height: 42px;
}
.section-title h1 {
	position: relative;
	font-size: 48px;
	margin-bottom:20px;
	font-weight: 400;
	line-height: 42px;
	margin-top:0;
}
.section-title h1:after {
	content: '';
	background: #f5a93f;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
}
.section-title h1:before {
	    content: '';
    background: #ffffff;
    height: 11px;
    width: 11px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -5px;
    border: 2px solid #f5a93f;
    z-index: 1;
}
/*
.section-title h3:after {
	content: '';
	background: #f5a93f;
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;

.section-title h3:before {
	    content: '';
    background: #ffffff;
    height: 11px;
    width: 11px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -5px;
    border: 2px solid #f5a93f;
    z-index: 1;
}
}*/
.section-title h3 span {
	color: #f5a93f;
	font-weight: 400;
}
.section-title p {
   width: 100%;
	margin: 0;
}
.parallax-section {
	padding: 40px 0;
	position: relative;
	background:#f4f5f7;
}
#counter, #service, #contact, #address {
	text-align: center;
}

.overlaywhite{background:rgba(255,204,51,0.2);
-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 150%;
    height:650px;
    position: absolute;
    right: -35%;
    top: 0;
	box-shadow:0 0 50px rgba(0,0,0,0.1);
}
.overlaygrey{background:#e6e6e6;
-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 150%;
    height: 500px;
    position: absolute;
    left: -30%;
    top: 0;}


.postimg{background:#fff; border:8px solid #f5a93f;}
.postimg img{display:block;}

.aotu-container {
	padding: 0 100px;
	width: 100%;
}

/*---------------------------------------
     Navigation section              
-----------------------------------------*/
.sticky-wrapper {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
	height:8vh!important;
}

.custom-navbar {
	border: none;
	width: 100%;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px){
.navbar {
    border-radius: none;
}
}

/*
.is-sticky .custom-navbar {
	background: #fff;
	-moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	box-shadow: 0 10px 33px rgba(0,0,0,.1);
}
*/
.is-sticky .custom-navbar {
	background: #efefef;
	height:8vh;
	border-radius:none!important;
	
}
.custom-navbar .navbar-brand {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 35px;
}
.custom-navbar .navbar-brand .dark-logo{display:none;}
.custom-navbar .nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	letter-spacing: 0.3px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.custom-navbar .nav li a:hover {
	background: transparent;
	color: #f5a93f;
}
.custom-navbar .nav li .calltxt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-top: 10px;
	border-left: 1px solid #000;
	padding: 7px 20px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

.is-sticky .custom-navbar .nav li a {
	color: #000;
}
.is-sticky .custom-navbar .nav li a:hover {
	color: #333;
}
.is-sticky .custom-navbar .navbar-brand {
	color: #f5a93f;
	line-height: 20px;
}
.is-sticky .custom-navbar .nav li .calltxt {
	color: #f5a93f;
	border-color: #f5a93f;
	margin-top: 10px;
}
.is-sticky .custom-navbar .navbar-brand{padding:0;}
.is-sticky .custom-navbar .navbar-brand .dark-logo{display:block; height:55px;}
.is-sticky .custom-navbar .navbar-brand .whtlogo{display:none;}


.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
	background-color: transparent;
}
.custom-navbar .nav li.active > a {
	background-color: transparent;
	color: #f5a93f;
}
.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 10px;
}
.custom-navbar .navbar-toggle {
	background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
	background: #f5a93f;
	border-color: transparent;
}
.navbar-collapse.in {
	overflow: visible;
	max-height: none;
	background: #f3f3f3;
	padding: 0 30px;
}
.is-sticky .custom-navbar .nav li a {
	line-height: 24px;
}
 @media(min-width:768px) {
.custom-navbar {
	border-bottom: 0;
}
.custom-navbar.top-nav-collapse {
	background: rgba(0,0,0,0.7);
	padding: 6px 0;
}
}
/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
	background: url(../img/main-bg.jpg) no-repeat top;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	height: 100%;
	position: relative;
	text-align: center;
}
#home:before {
	content: '';
	position: absolute;
	background: #f5a93fc2;
    width: 100%;
    height: 100%;
    left: 0;

}

.main-slider-add {
	margin-top: 10px;
}

#home h3 {
	color:#fff;
}
#home h3 a{color:#fff; font-weight:700;}
#home .overlay {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-text h1 {
	margin-top: 0;
}
.slide-text h3 {
	font-size: 30px;
}
.slide-text p {
	color: #fff;
	line-height: 24px;
	max-width: 770px;
	margin: 20px auto;
}
#js-rotating {
	border: 1px solid #fff;
	padding: 10px 20px;
	display: inline-block;
}

.home3 .slide-text {
	position:relative;
	text-align:left;
}
#simplecolors {
	background-color: #f5a93f;
	background-image: -webkit-linear-gradient(bottom, #f5a93f, #000);
	background-image: -moz-linear-gradient(bottom, #f5a93f, #000);
	background-image: -o-linear-gradient(bottom, #f5a93f, #000);
	background-image: -ms-linear-gradient(bottom, #f5a93f, #000);
	background-image: linear-gradient(to top, #f5a93f, #000);
	color: #fff;
	height: 100%;
	position: relative;
	text-align: left;
	padding: 100px 0;
}
#simplecolors .slide-text {
	margin-top: 50px;
}
#simplecolors .section-btn {
	background: none;
	border-color: #fff;
}
#simplecolors .headervideo {
	margin-top: 50px;
}
#videobg {
	position: relative;
	height: 100%;
}
/* Video background section from YTPlayer */
header .header-content.video-section .pattern-overlay {
	background-color: rgba(0, 0, 0, 0.6); /* increase 0.3 to any value under 1 to darken the video background */
	padding: 100px 0 100px 0px;
	min-height: 100vh;
	z-index: 30;
	/* In case of overlay problems just increase the min-height*/ 
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
}
header .header-content.video-section h1 {
	margin-top: 0px;
	font: 600 50px/1.3em "Raleway", sans-serif;
	color: #fff;
}
header .header-content.video-section p {
	font: 300 18px/1.5em "Source Sans Pro", sans-serif;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 15px;
}
header .header-content.video-section .button.solid {
	background-color: #298aff;
	color: #fff;
	border: 2px solid #298aff;
	margin-left: 3px;
	margin-right: 3px;
}
header .header-content.video-section .button.solid:hover {
	background-color: #fff;
	color: #298aff;
	border: 2px solid #fff;
}
header .header-content.video-section .button.transparent {
	color: #fff;
	border: 2px solid #fff;
	margin-left: 3px;
	margin-right: 3px;
}
header .header-content.video-section .button.transparent:hover {
	background-color: #fff;
	color: #298aff;
	border: 2px solid #fff;
}
/*Banner Form*/
.bformBox {
	background: #fff;
	border-bottom: 5px solid #f5a93f;
	padding: 45px;
	margin-top: 10px;
}
.bformBox h4 {
	color: #444;
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 24px;
}
.bformBox .formrow {
	margin-bottom: 15px;
}
.bformBox .formrow .form-control {
	height: auto;
	border-radius: 0;
	padding: 10px 15px;
	font-size: 16px;
	border-color: #ddd;
	box-shadow: none
}
.bformBox .formrow textarea.form-control {
	height: 100px;
}
.bformBox .btn {
	background: #f5a93f;
	width: 100%;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: uppercase;
}
.bformBox .btn:hover {
	background: #333;
}
.bformBox.pg6 {
	margin: 0;
	background: #f6f6f6;
	padding: 30px 0;
}
/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {
	background:url(../images/counter-bg.jpg) no-repeat center;
	background-size:cover;
	padding: 40px 0
}
.animatebg {
	background: #0562da;
	-webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
	animation: bannerbg 5s linear 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
 0% {
background-color:#0562da;
}
 25% {
background-color:#fec107;
}
 50% {
background-color:#c90157;
}
 75% {
background-color:#f5a93f;
}
 100% {
background-color:#f5a93f;
}
}

/* Standard syntax */
@keyframes bannerbg {
 0% {
background-color:#0562da;
}
 25% {
background-color:#fec107;
}
 50% {
background-color:#c90157;
}
 75% {
background-color:#f5a93f;
}
 100% {
background-color:#f5a93f;
}
}
#counter .counter-number {
	display: block;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}
#counter span {
	color: #fff;
	font-weight: bold;
}
.counter-icon {
	font-size: 60px;
	margin-bottom: 15px;
	color: #fff;
}
.counterbox {
}
/*********************************************
		Revolution slider options
**********************************************/
.tp-banner-container {
	position: relative;
z-index:;
	padding: 0;
	width: 100%;
}
.tp-banner {
	position: relative;
	width: 100%;
}
.tp-banner ul {
	padding: 0;
	margin: 0;
}
.tp-caption {
	line-height: normal !important
}
.tp-caption a {
	color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}
.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
}
.tp-arr-allwrapper {
	margin: 0 10px;
	width: 50px;
	height: 60px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
}
.tp-rightarrow .tp-arr-allwrapper {
}
.tp-arr-iwrapper {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: 'FontAwesome';
	line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {
}
.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
}
.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px;
}
.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}
.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}
.large-desc {
	font-size: 16px;
}
.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}
.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}
.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}
.slide-desc {
	font-size: 22px;
	line-height: 150%;
}
.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}
.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}
.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}
.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}
.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}
.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}
.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}
.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}
.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px
}
.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}
.black-bg {
	background: rgba(0,0,0,.63);
	color: #a8a8a8;
	text-transform: none;
}
.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}
.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}
#vertical-ticker {
	height: 120px;
	overflow: hidden;
}
#vertical-ticker li {
	padding: 15px 20px;
	display: block;
	text-align: center;
}
.to-bottom i.fa {
	font-size: 30px;
	border: 2px #a8a8a8 solid;
	padding: 20px 22px;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}
.slidertext1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: none;
	font-family: 'Ubuntu', sans-serif;
}
.slidertext2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: none;
	font-family: 'Ubuntu', sans-serif;
}
.sliderpara {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0;
	text-transform: none !important;
}
.sliderbtn a {
	color: #fff !important;
}
.sliderbtn a:hover {
	color: #fff !important;
}
.tp-bannertimer {
	display: none;
}
 @-webkit-keyframes bounce {
 0% {
 transform:translateY(0%);
}
 50% {
 transform:translateY(-30%);
}
 100% {
 transform:translateY(0);
}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
 0% {
 transform:translateY(0%);
}
 50% {
 transform:translateY(-30%);
}
 100% {
 transform:translateY(0);
}
}

/* Opera 12.0 */
@-o-keyframes bounce {
 0% {
 transform:translateY(0%);
}
 50% {
 transform:translateY(-30%);
}
 100% {
 transform:translateY(0);
}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
 0% {
 transform:translateY(0%);
}
 50% {
 transform:translateY(-30%);
}
 100% {
 transform:translateY(0);
}
}

.carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%!important;
    height: 80vh;
}
/************************************************
           == About css ==
*************************************************/
.aboutwrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.aboutwrap .section-title {
	text-align: left;
	margin-bottom:10px;
}
.aboutwrap .section-title h2 {
    font-size:30px;
    font-weight:600;
}
@media(max-width:767px){
.aboutwrap .section-title h2  {
   font-size:20px; 
} 
}
.aboutwrap .sitebtn {
	margin-top: 40px;
}
.aboutwrap .abimage {
	position: relative;
	margin-top:30px;
    height:425px;
}
.aboutwrap .abimage:before {
	/*border: 1px solid #fcb80b;*/
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	margin-top:0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius:5px;
}
.core-value {
    background:#f4f5f7;
}
.circleList {
    list-style: none;
    margin-top: 20px;
    justify-content: center;
    margin: 10px;
}
.circleList li{text-align:center; margin-top:30px;}
.circleList li .cricle{width:80px; height:80px;background-color: #fcb80b; border-radius:50%; color:#fff; font-size:32px; text-align:center; line-height:80px; margin:0 auto; margin-bottom:20px; transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.circleList li .title{font-size:25px; margin-top:5px; font-weight:600; margin-bottom:5px;color:#fff;}
.circleList li:hover .cricle{-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"; background:#333}

.circleList li p{color:#fff;}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

        .core-values {
            background-color: #f5f5f5;
            padding: 30px 0;
        }
        .lead {
            margin-bottom: 20px;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.4;
        }
        .core-values h2 {
            text-align: center;
            margin-bottom: 10px;
            text-align: center; 
            color:#244b5d; 
            font-weight:bold
        }
        .core-value {
            background-color: #244b5d;
            padding: 20px;
            text-align: center;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .core-valuee {
            background-color: #e3a915;
        }
        .core-value:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        .core-value .icon {
            font-size: 48px;
            color: #ffffff;
            margin-bottom: 10px;
        }
        .core-value .title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            color:#ffffff;
        }
        .core-value .description {
            color: #ffffff;
        }
/*********************************************
			Services Start
**********************************************/
.servicesgrid li {
	margin-bottom: 30px;
}
.flip-container {
 -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
}

	
.flip-container, .front, .back {
	width: 100%;
	height:100%;
}

.flipper {
	    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    transition: 0.6s;
	position: relative;
	width: 250px;
	height:300px;
	padding:10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*
.flipper .front, .flipper .back {
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform: rotateY(0deg);
    top: 0;
    left: 0;
}

.flipper .front {	
	z-index: 2;
	-webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}
.flip-container .flipper:hover .front{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper .back {
	-webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
	background: #fff;
	position: absolute;	
	border:5px solid #fcb80b;
	border-radius:5px;
}
.flip-container .flipper:hover .back{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius:5px;
    heigh:40vh!important;
}*/

.flip-container .back .inner{
	position:absolute;
	 width:100%;
	  top:0; 
	  left:0; 
	  text-align:left; 
	  padding:20px;
	}
.flip-container .back .inner .text p {
    padding: 0;
    margin: 0px;
    font-size: 13px;
}
.flip-container .back .inner a {
	background: #fcb80b;
    padding: 10px;
    display: inline-block;
    color: black;
    font-size: 13px;
    font-weight: 700;
}
.flipper .front .imgbox {
	display: block;
	color: #f8f8f8;
	border: 3px solid #2a5a70;
}
.flipper .back-title {
	font-weight: bold;
	color: #444;
	font-size:16px;
	margin-bottom:10px;
}

.flipper .back p {
	font-size:14px;
	color:#777;
}
.flipper .back .viewlink{position:absolute; top:0; right:0; background:#fcb80b; display:inline-block; color:#fff; padding:10px 10px; font-size:18px;}


/*---------------------------------------
   			How it works         
-----------------------------------------*/
.howitwrap {
	position: relative;
}
.howitwrap .section-title {
	text-align: left;
	padding-bottom: 15px;
}
.howitwrap .section-title h3:after {
	left: 0;
	margin-left: 0
}
.howitwrap .section-title h3:before {
	left: 26px;
	margin-left: 0
}
.howlist {
	list-style: none;
	margin-bottom: 20px;
}
.howlist li {
	margin-top: 30px;
}
.howlist li .howbox:after {
	display: table;
	clear: both;
	content: '';
}
.howlist li .iconcircle {
	margin-bottom: 15px;
	float: left;
	margin-right: 30px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #f5a93f;
	text-align: center;
	line-height: 50px;
}
.howlist li .iconcircle i {
	font-size: 24px;
	color: #fff;
	margin-top: 22px;
	display: block;
}
.howlist li h4 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}
.howlist li p {
	font-size: 16px;
	line-height: 24px;
	color: #555;
}
.fullimg {
	height: 711px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 50%;
	float: left;
}
.stcontent {
	float: left;
	padding: 50px;
	width: 50%;
}
/*---------------------------------------
   Service section              
-----------------------------------------*/

#service .service-thumb {
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: left;
}
#service .service-thumb h4 {
	color: #000;
}
@media(max-width:767px){
#service .service-thumb h4 {
    font-size:25px;
    font-weight:500;
}
}
#service .thumb-icon {
	background: #f5a93f;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
	transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
}
@media(max-width:767px){
#service .thumb-icon {
    display:none;
}    
}
#service .col-md-4:hover .thumb-icon{-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"; background:#333}



.thumb-img {
	border: 1px dashed #f5a93f;
	padding: 5px;
	border-radius: 3px;
}
#service .fa {
	font-size: 24px;
	margin-top: 22px;
	color: #fff;
}
/*---------------------------------------
    Work section              
-----------------------------------------*/
.portfolio-grid {
	margin: 10px 0 0 0;
	list-style: none;
}
.portfolio-grid li {
	padding: 5px;
}
#work {
	padding: 60px 0;
}
#work .work-thumb {
	padding: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
#work .work-thumb:hover {
	background: #ffffff;
}
#work .work-thumb img {
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
}
#work .work-thumb:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
}
.portfolio-grid li .itemHover {
	position: absolute;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	background: rgba(255,255,255,0.9);
	transform: scale(0);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.portfolio-grid li:hover .itemHover {
	transform: scale(1)
}
.portfolio-grid li .infoItem {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center
}
.portfolio-grid li .itemtitle {
	vertical-align: middle;
	padding: 0 15px 15px;
	position: relative;
	display: table-cell;
}
.portfolio-grid li .itemtitle h5 {
	color: #000;
	font-size: 24px;
	margin: 0 0 5px
}
.portfolio-grid li .itemtitle p {
	color: #000;
	font-size: 16px;
	line-height: 24px
}
/*---------------------------------------
    Team section              
-----------------------------------------*/
#team {
	background: url(../images/team-bg.jpg) no-repeat;
    background-size: cover;
}
#team .section-title h3{color:#fff;}
#team .section-title p{color:#fff;}

.thumb-image {
	overflow: hidden;
	border-radius:5px;
}
.thumb-image img{display:block}
.team-thumb:hover img{-ms-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);}

.team-thumb {
	text-align: center;
	margin-top:30px;
}
.team-thumb h4 {
	margin: 0 0 5px 0;
	color: #fcb80b;
	font-size: 24px;
}
.team-thumb p {
	padding: 0 15px;
}
.team-thumb h5 {
	color: #fff;
	margin:10px 0 10px 0;
}
.team-thumb img {
	width: 100%;
}
/* Social */
#team .social {
	margin-bottom: 20px;
	margin-left:0;
}

#team .social li{float:left; width:25%; padding:0;}
#team .social li a {
	display: block;
	color: #fff;
	line-height: 36px;
	text-align: center;
	text-decoration: none !important;
	background: #fcb80b;
}
#team .social li a:hover {
	background: #fff;
	color:#fcb80b;
}
#team .social:after{display:table; content:''; clear:both;}
/*---------------------------------------
    Testimonials section              
-----------------------------------------*/
#testimonials {
	color: #fff;
	padding: 50px 0;
	background: #555 url(../images/testimonial-bg.jpg) no-repeat center;
	background-size:cover;
}
#testimonials .section-title{margin-bottom:0;}
#testimonials .section-title h3 {
	color: #333;
}
.testimonialsList {
	list-style: none;
}
.testimonialsList li {
	text-align: center;
	margin: 15px;
}
.testimonialsList li .clientname {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
}
.testimonialsList li p {
	font-style: italic;
	line-height: 26px;
	color: #000;
	max-width:850px;
	margin: 0 auto;
	font-size: 18px;
	border:1px solid #eee;
	background:rgba(255,255,255,0.5);
	padding:20px;
}
.testimonialsList li .clientinfo {
	font-weight: 600;
	color: #555;
}
#testimonials .section-title p {
	font-size: 18px;
	color:#666;
}
/*---------------------------------------
    Prices section              
-----------------------------------------*/
#packages {
	padding: 70px 0;
}
.packageList li {
	text-align: center;
	margin-top: 30px;
}
.packageList li .packbox {
	background: #fff;
	padding:20px;
}
.packageList li .packbox:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.packageList li .icon {
	margin: 0 auto;
	text-align: center;
	font-size: 48px;
	line-height: 70px;
}
.packageList li .icon i {
	display: block;
	color: #999
}
.packageList li h3 {
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
}
.packageList li .price {
	margin-bottom: 20px;
}
.packageList li .price span {
	color: #888;
}
.packageList li .price strong {
	font-size: 48px;
	color: #f5a93f;
	display: block;
}
.packageList li p {
	letter-spacing: 0;
	border-top: 1px solid #eee;
	font-size: 14px;
	padding-top: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}
.packageList li .booknow {
	margin-top: 30px;
}
.packageList li .booknow a {
	background: #f5a93f;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 4px;
}

.packageList li .booknow a:hover {
	background: #333;
	color: #fff;
}

/************************************************
           == Video css==
*************************************************/
.videobg {
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	padding: 40px;
	position: relative;
}
.video-image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 450px;
}
.playbtn {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -25px;
	z-index: 100;
	left: 0;
}
.playbtn a {
	box-sizing: content-box;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
.playbtn a span {
	display: inline-block;
	position: absolute;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 24px solid #f5a93f;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	top: 16px;
	left: 22px;
}
.playbtn a:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.playbtn a:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity:1;
}
 100% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity:0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity:1;
}
 100% {
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity:0;
}
}
/*---------------------------------------
    Taglinewrap section              
-----------------------------------------*/
.taglinewrap {
	background:url(../images/counter-bg.jpg) no-repeat center;
	background-size:cover;
	text-align: center;
	padding: 50px 0;
}
.taglinewrap h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 40px;
}
.taglinewrap p {
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 32px;
}
.taglinewrap a {
	display: inline-block;
	background: #000;
	padding: 15px 35px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 25px;
	border-radius: 4px;
}
.taglinewrap a:hover {
	background: #fff;
	color: #000;
}
/* =======================
		Blog Grid
======================= */
#blog {
	padding: 60px 0 50px 0;
}
.blogGrid {
	list-style: none;
}
.blogGrid li {
	margin-bottom: 30px;
}
.blogGrid li .postimg {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	border:none;
}
.blogGrid li .postimg img {
	width: 100%;
}
.postimg .date {
	font-weight: bold;
	font-size: 15px;
	color: #999;
	line-height: 20px;
}

.blogGrid li .post-header {
	margin-bottom: 15px;
}
.blogGrid li .post-header h4 a{color:#000; font-weight:700;}
.blogGrid li .post-header .date{color:#777;}
.blogGrid li p {
	font-size: 14px;
}
.blogGrid .readmore {
	display: inline-block;
	margin-top: 15px;
	color: #fff;
	font-weight: 600;
	padding: 7px 15px;
	background: #f5a93f;
	border-radius: 4px;
}
.blogGrid .readmore:hover {
	text-decoration: none;
	background: #333
}
.postmeta {
	margin: 10px 0 0 0;
	line-height: 24px;
}
.postmeta span, .postmeta a {
	color: #fc3;
}
/*---------------------------------------
    Contact section              
-----------------------------------------*/
#contact {
	position: relative;
	/*background:url(../images/contact-bg.jpg) no-repeat;*/
	background-size:cover;
	padding-top:40px;
	padding-bottom:40px;
	background:beige;
}


#contact .contact-details {
	    background: white;
    padding: 40px 40px;
    box-shadow: 0 0 4px #c3c3c3;
}
#contact .contact-details ul li {
	display: block;
    text-align: left;
    font-size: 20px;
}
#contact .contact-details ul li a .fa {
	background: #fcb80b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    margin-right: 15px;
}
#contact form {
	background: #fcb80b;
    padding: 20px 40px;
    text-align: left;
}
#contact form h4 {
	font-size: 30px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
}
#contact form button {
	background: black;
    padding: 10px 40px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fcb80b;
    border: 1px solid #fff;
}
#contact .contact-details h4 {
	font-size: 41px;
    text-align: left;
    margin-bottom: 40px;
    color: #fcb80b;
    font-weight: 800;
}
.contact-form {
	z-index: 10;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-top:30px;
}
.contact-form h4 {
	text-align: left;
	color: #fff;
	font-size: 36px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.contact-form h4 span {
	color: #f5a93f;
	font-weight: 400;
}
#contact .form-control {
	border-color: transparent;
	border-radius: 4px;
	box-shadow: none;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
#contact input {
	border: 2px solid #f0f0f0 !important;
	height: 55px;
}
#contact input:focus, #contact textarea:focus {
	border-color: #f5a93f !important;
}
#contact textarea {
	background: #fff;
	border: 2px solid #f0f0f0 !important;
}
#contact button#submit {
	background-color: #f5a93f;
	border: none;
	border-radius: 4px;
	color: #ffffff;
	padding: 10px 30px;
	height: auto;
	width: 100%;
	text-transform: uppercase;
}
#contact button#submit:hover {
	background: #555;
	color: #ffffff;
}

/*---------------------------------------
    Address section              
-----------------------------------------*/

#address {
	color: #333;
	text-align: left;
	margin-top: 10px;
}
#address .fa {
	font-size: 42px;
	color: #f5a93f;
	float: left;
	width: 50px;
	height: 70px;
	margin-right: 15px;
}
#address h4 {
	color: #444;
	margin: 0;
}
#address p {
	color: #888;
	margin-bottom: 0
}
.address-office, .address-phone, .address-email {
	margin-bottom: 30px;
	clear: both;
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
	min-height: 120px;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
	background: #000;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: start;
}
.socialLinks {
	margin-bottom: 20px;
}
.socialLinks a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f5a93f;
}
.socialLinks a:hover {
	color: #000;
}
.socialLinks a i {
	display: block;
	margin-top: 9px;
}
footer .footer-copyright p {
	color: #fff;
	text-align:center;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #000;
	padding: 5px;
	opacity: 0.5;
	border-radius: 50%;
}
.scrollup i {
	color: #fff;
	display: block;
	line-height: 30px;
	text-align: center;
}
.scrollup:hover {
	opacity: 1;
	text-decoration: none;
}

/*---------------------------------------
   Mobile Responsive styles              
-----------------------------------------*/
@media (max-width: 1024px) {
.custom-navbar .nav li a {
	padding: 10px 15px;
}
.custom-navbar .navbar-brand {
	font-size: 24px;
	line-height: 24px;
}
.navbar-right {
	margin-top: 10px;
}
.stcontent, .fullimg {
	float: none;
	width: auto;
}
.fullimg {
	height: 350px;
	margin: 30px 30px 0 30px;
}
}
 @media (max-width: 990px) {
h1 {
	font-size: 52px;
}
.is-sticky .navbar-brand {
	display: none;
}
.custom-navbar .nav li a {
	padding: 0px 15px;
}
.custom-navbar .nav li .calltxt {
	margin-top: 0;
	padding: 7px 15px
}
.is-sticky .custom-navbar .nav li .calltxt {
	margin-top: 0;
}
.navbar-header {
	float: none;
	text-align: center;
}
.navbar-brand {
	float: none;
	display: inline-block;
}
.custom-navbar {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 30px;
}
.is-sticky .custom-navbar {
	padding-bottom: 10px;
}
.is-sticky .custom-navbar .nav li a {
	padding: 10px 15px;
}
.servicesbox {
	padding: 60px 30px;
}
.servicesbox h3 {
	font-size: 30px;
}
#counter .counter-number {
	font-size: 48px;
}
#service .service-thumb-first, #service .service-thumb-second {
	margin-bottom: 32px;
}
ul.orderlist li {
	float: none;
	width: auto;
}
#team .team-thumb {
	margin-bottom: 30px;
}
.postimg {
	margin-top: 30px;
	margin-bottom: 30px
}
.newsletter, #blog, #work {
	padding: 50px 15px;
}
.taglinewrap {
	padding: 50px 15px;
}
}
 @media (max-width: 880px) {
.portfolio-grid li .itemtitle p {
	font-size: 14px;
	line-height: 22px;
}
.portfolio-grid li .itemtitle {
	padding: 10px;
}
}
 @media (max-width: 768px) {
    #about .cataloge-button a {
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
    margin: 20px 0;
    display: inline-flex;
}
.taglinewrap a {
    padding: 10px 25px;
    color: #fff;
    font-size: 12px;
}
 	.aotu-container {
 		padding: 0;
 	}
 	.row { 
 		padding: 0;
 		margin:0;
 	 }
 	 .navbar-brand {
 	 	padding:0;
 	 }
.navbar-brand>img {
    display: block;
    margin-left: 27px;
}
/*
.main-slider-add {
    margin-top: 86px;
}
*/
.home3 .slide-text {
    margin-top: 21px;
    text-align: left;
}
#about p {
	text-align: justify;
}
.circleList li {
    text-align: center;
    margin-top: 30px;
    background: white;
    box-shadow: 0 0 2px #b7afaf;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.circleList li .cricle {
	text-align: center;
}
#service .service-thumb p {
	text-align: justify;
}
#contact .section-title p {
	text-align: justify;
	padding: 20px;
}
#contact .contact-details {
    background: white;
    padding: 35px 22px;
    margin-bottom: 20px;
}
#contact .contact-details h4 {
	font-size: 22px;
    margin-bottom: 20px;
}
h1 {
	font-size: 48px;
}
#counter .counter-item {
	margin-top: 28px;
	margin-bottom: 28px;
}
#contact form {
	padding:10px;
}
#contact form h4 {
    font-size: 22px;
    }
}
 @media (max-width: 767px) {
.navbar-header {
	text-align: left;
}
.section-title h3{font-size:20px;}
.custom-navbar {
	border-bottom: 0;
	padding-bottom: 0;
}
.sticky-wrapper, .navbar-collapse.in {
	z-index: 100000;
}
.is-sticky .navbar-collapse.in {
	background: #eee;
}
.is-sticky .navbar-brand {
	display: block;
}
.custom-navbar .navbar-brand {
	line-height: 15px;
}
.custom-navbar .nav li .calltxt {
	border-left: 0;
}
#about .about-desc {
	margin-bottom: 32px;
}
#address .address-phone {
	margin-top: 22px;
	margin-bottom: 22px;
}
#team .team-thumb {
	margin-bottom: 30px;
}
.is-sticky .custom-navbar .nav li a {
	line-height: 30px;
}
#service .service-thumb {
}
#counter .counter-number {
	font-size: 48px;
}
.parallax-section, #about, #packages {
	padding: 10px 0;
	background:#f4f5f7;
}
.videowraper, .howitwrap {
	padding: 50px 15px;
}
.howlist li .iconcircle {
	margin-bottom: 50px;
}

.newsletter .btn{font-size: 14px; padding: 16px 20px 17px 20px;}
#home.home3{display:block; overflow:visible; height:auto;}
.overlaywhite{display:none;}
.aboutwrap .abimage{margin-bottom:10px;width:100%;}
.aboutwrap .abimage:before{ right:0; bottom:0; left:0;}

}
 @media (max-width: 580px) {
h1 {
	font-size: 29px
}
h2 {
	font-size: 24px;
	line-height: 42px;
}
h3 {
	font-size: 12px;
	letter-spacing: 2px;
}
}
 @media (max-width: 350px) {
#about .team-wrapper .team-desc {
	padding-top: 14em;
}
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: 70vh;
}
#ourServices {
	padding-top: 30px;
	padding-bottom:0px;
    background: #ffffff;
}


.products-sec .section-title h3{
	color: #00000;
}
.products-sec .section-title p{
	color: #000;
}

#ourServices .section-title h3:after {
	background: #ffffff;
}
#about .cataloge-button a {
    position: absolute;
    width: 20%;
    left: 20;
    text-align: center;
    background: #244b5d;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}
.howitwrap .cataloge-button a {
   
    text-align: center;
    background: #244b5d;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}
#contact .cataloge-button a {
   
    text-align: center;
    background: #244b5d;
    padding: 10px;
    color: #fff;
    font-weight: 700;
        display: block;
    margin-top: 20px;
}
.phone-call-icon {
    position:fixed;
    bottom:10px;
    left:10px;
}
.phone-call-icon img {
    width:100px;
}
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.video-section {
    padding: 100px 0 10px;
}
.granding-capacity-section {
    padding: 100px 0;
}
.granding-capacity-section .item-icon {
    text-align: center;
    box-shadow: 0 0 2px #c7c4c4;
    padding: 10px 0;
    background: #224859;
}
.granding-capacity-section .item-icon img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}
.granding-capacity-section .item-icon h4 {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}
.granding-capacity-section .item-icon:hover {
    background: #fcb80b;
}
.top-header {
    background: #000;
    text-align: right;
}

.top-header a {
    padding: 10px;
    display: inline-block;
    color: #fff;
    text-transform: normal;
}
@media(max-width:767px){
 .top-header {
 display:none;
}

.top-header a {
    display:none;
  }   
}
.aboutwrap2 .section-title {
    text-align:left;
    padding-bottom: 12px;
}
p.justify-text {
    text-align:justify;
}
.justify-text p{
    text-align:justify;
}
.core-value {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin:5px;
}

.us_custom_3c7f362c {
    color: #ffffff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.us-btn-style_3 {
    font-size: 14px;
    line-height: 1.2 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.6em 1.6rem;
    background: #2a5a6f;
    height:50px;
    border-color: transparent;
    color: #fcb52f !important;
    box-shadow: 0 0em 0em rgba(0,0,0,0.2);
}
.us-btn-style_3:hover {
    font-size: 14px;
    line-height: 1.2 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.6em 0;
    background: #000;
    border-color: transparent;
    color: #fcb52f !important;
    box-shadow: 0 0em 0em rgba(0,0,0,0.2);
}
.w-btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transition-property: background, border, box-shadow, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width:100%;
}
.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  height:40vh;
}
@media(max-width:767px){
  .testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  height:22vh;
}  
}
@media(max-width:767px){
.owl-theme .owl-controls{
    display:none;
}
}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #2a5a6f;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #2a5a6f;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #000;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}
.navbar-brand>img {
    display: block;
    margin-left: 17px;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

footer .wpb_wrapper {
    padding-top:10px;
    padding-bottom:10px;
}
footer .vc_column_container {
    display: flex;
    flex-direction: column;
    position: relative;
    border-color: #e8e8e8;
}

footer .vc_column-inner {

    padding-right: 1.5rem;
}
footer .vc_column-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-color: inherit;
    margin-top: -20px;
}
footer .vc_column-inner h3 {
    color:#fff;
}
footer .wpb_wrapper h3 {
    color:#fff;
}
footer .wpb_wrapper h4 {
    color:#fff;
    text-align:start;
}
footer .wpb_wrapper h4 {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 0.6em;
}
footer .wpb_wrapper p {
    color:#fff;
    text-align:start;
}
footer .w-btn-wrapper {
    margin: 0.3rem 0;
}
footer .align_left {
    text-align: left;
}
footer .us-btn-style_4 {
    font-size: 15px;
    line-height: 1.20 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.8em 1.8em;
    background: transparent;
    border-color: #fcb52f;
    color: #fcb52f !important;
    box-shadow: 0 0em 0em rgba(0,0,0,0.2);
}
footer .w-btn, .button {
    padding: 0.8em 1.8em;
}
footer .w-btn, .button, button[type="submit"], input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transition-property: background, border, box-shadow, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
footer .us-btn-style_4:before {
    border-width: 1.5px;
}
footer .w-btn:before, .button:before, button[type="submit"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-style: solid;
    border-color: inherit;
    border-image: inherit;
}
footer .socialLinks a {
    text-align:center;
    line-height:30px;
}
footer .wpb_wrapper p a
 {
    text-align:center;
    line-height:30px;
}
footer .widget:last-child {
    margin-bottom: 0 !important;
}
footer .widget {
    margin-bottom: 2rem;
}
footer .widget:not(.widget_text) ul {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
}
footer .widget_nav_menu li {
    margin: 0 0 0.5rem;
}
footer .widget_nav_menu ul li {
    line-height: 2;
}
footer .widget_nav_menu ul li a {
    color:#fff;
}

.wpo-page-title {
    background: url(../img/back.png) no-repeat center top / cover;
    min-height: 200px;
    position: relative;
    /*display: flex;*/
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    margin-top:20px;
}
@media(max-width:767px){
.wpo-page-title {
    top: 0;
}
}
}
.wpo-page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #070143;
    content: "";
    z-index: -1;
    opacity: 0.5;
}
.wpo-page-title .wpo-breadcumb-wrap {
    text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin-top: -10px;
    font-weight: 500;
    margin-left:-13px;
}
.wpo-page-title .wpo-breadcumb-wrap ol {
    padding-left: 0;
    margin-bottom: 0;
}
.wpo-page-title .wpo-breadcumb-wrap ol i {
    color:#fff;
}

.wpo-page-title .wpo-breadcumb-wrap ol li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    font-size: 10px;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a {
    color: #fff;
    font-size: 10px;
    transition: all 0.3s;
}
.contact_jr {
    margin-top:20px;
    background-color:#e5e5e5;
}
.contact-page-sec {
    margin-top:50px;
    margin-bottom:50px;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
    background: #071c34;
    padding: 20px 0px;
    height: 250px;
    margin-top:10px;
}
.contact-page {
    border-radius:5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: ;
}  

.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: ;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 50%;
  margin-top: 20px;
  font-size: 16px;
  margin-left:12px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

.l-section.height_medium {
    padding-bottom: 4rem;
    background:#f8f8f8
}
.us_custom_ae99f6aa {
    color: #1a1a1a !important;
}
.wpb_wrapper h3 {
    font-size:25px;
    font-weight:700;
}
@media(max-width:767px){
.wpb_wrapper h3 {
    font-size:15px;
    font-weight:700;
}
}


.w-video {
    background: #111;
}

.w-video-h {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.w-video-h iframe, .w-video-h object, .w-video-h embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}