html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x:hidden;
}
 
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#656565;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover, a:focus {
    outline: 0 none;
}

abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}

img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
body, button, input, select, optgroup, textarea {
    color: #424242;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;color: #000;
font-weight: 800;
}
p {
    margin-bottom: 1.5em;
}

html {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
body {
    background: #fff none repeat scroll 0 0;
}

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 0;
}
ul {
    list-style: outside none disc;
}
li {
    padding: 0 0 5px 0;
}
ol {
    list-style: outside none decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-weight:400; font-size:18px; background-color:#000; border:1px solid #000; border-radius:5px; padding:10px 30px; text-align:center; min-width:100px; color:#fff; display:inline-block; transition:ease-in-out 0.5s all ;-webkit-appearance: none; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{background-color:#20a8d9; border-color:#20a8d9;}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid #dfdfdf;
    border-radius:0;
	background-color:#dfdfdf;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 10px;
}
select {
    border: 1px solid #ccc;
}
.tab_content select{border: 1px solid #dfdfdf;
    border-radius:0;
	background-color:#dfdfdf;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 10px; width:100%;}
.tab_content select option{background-color:#fff}
	
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}
a {
    color:#20a8d9;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:visited {
    
    transition: all 0.3s ease 0s;
}
a:hover, a:focus, a:active {
    outline: medium none;
}
a:focus {
    outline: medium none;
}
a:hover, a:active {
    outline: 0 none;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
    clear: both;
}
.widget {
    margin: 0 0 30px;
}
.widget select {
    max-width: 100%;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.inline-block{display:inline-block}


embed, iframe, object {
    max-width: 100%;
}
.clearnone{clear:none}
.fl{float:left}


@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}
.container {
    margin: 0 auto;
    
	max-width:1600px;
    
}

.boxspacer10 {
    display: block;
    height: 10px;
}
.boxspacer {
    display: block;
    height: 20px;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

.visible-sm {
    display: none !important;
}


/*Content css*/


#primary.content-area {
    float: left;
    margin: 0 5% 0 0;
    width: 70%;
}
body.page-template-full-width #primary.content-area {
    float: left;
    margin: 0;
    width:100%;
} 
aside#secondary {
    float: left;
    padding: 50px 0 0;
    width: 25%;
}
.widget {
    background-color: #efeef0;
    border: 1px double #e2e2e2;
    margin: 0 0 30px;
    padding: 20px;
}
h2.widget-title {
    color: #30458a;
    display: block;
    
    font-weight: 600;
    line-height: 26px;
    position: relative;
	margin-top:0;
}
.search-form .search-field {
    margin: 0 0 10px;
    width: 100%;
}


/*Site wide Css Start*/


#cssmenu > ul > li.whatsapplink a{font-weight:600;border: 1px solid #25d366;
    background-color: #25d366;
    color: #fff;    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 36px;text-align: center; display:inline-block}
#cssmenu > ul > li.whatsapplink a:hover{background-color:#222; border-color:#222}
.fixed-header {position: fixed !important;top: 0 !important;left: 0;right: 0;box-shadow: 0 5px 5px rgba(0,0,0,0.2); background-color:#fff;z-index: 9999;min-height:inherit !important;}
.fixed-header .logoImg img {display: block;max-height: 50px;}
.fixed-header .logoImg {padding:5px 0}


body.fixed{padding-top:100px;}
#masthead {position: absolute;right: 0;left: 0;top: 0;z-index: 99; background-color:#fff; border-bottom:1px solid rgba(0,0,0,0.10);min-height:107px; }

.logoImg{float:left; padding:15px 0;}
.logoImg img{display:block}
.topMenu{position: relative;  float:right; z-index: 9999; margin-top:40px;}
.fixed-header .rightLinks{display:none;}
.fixed-header .topMenu{margin-top:7px;}

.rightLinks {margin:10px 0 15px 0;float: right;}
.rightLinks a{display:inline-block;  margin:0 0 0 20px;}
.rightLinks i{color:#55c5cf; text-align:left; font-size:20px; line-height:30px; vertical-align:top; float:left;transition:all 0.3s ease 0s; margin-right:10px;}
.rightLinks i.fa.fa-phone{font-size:18px; color:#86b8ea}
.rightLinks span.tb{color:#5c5c5c; transition:all ease-in-out 0.2s; font-size:14px;}
.rightLinks small{font-size: 18px;color: #656464;font-weight: 700;}
.rightLinks a:hover span.tb{color:#f48465}


.homeSlider {position:relative; }
.homeSlider .caption-wrap{
	top:42%; text-align: center; background-color: transparent !important; opacity: 1 !important; color: #fff; position:absolute; left:0; right:0; font-size:20px; max-width:1170px; margin:auto
}
.homeSlider .caption-wrap .line1{ font-size:24px;color:#0c0c0c; margin-bottom:15px;}

.homeSlider .owl-carousel .owl-item img.img1{position:absolute; right:0; top:5%; width:auto; max-width:100%;}
.homeSlider .owl-carousel .owl-item img.img2{position:absolute; right:200px; top:5%; width:auto; max-width:100%;}
.homeSlider .caption-wrap p{color:#1a1a1a; font-size:40px; line-height:50px; font-weight:600; max-width:800px; margin:auto; }

.homeSlider .owl-item.active .caption-wrap .line1 {
    animation: 1s .1s fadeInDown both;
}
.homeSlider .owl-item.active .caption-wrap p {
    animation: 1s .9s fadeInUp both;
}
.homeSlider .caption-wrap .btn{width:200px; height:46px; line-height:46px; text-align:center; text-transform:uppercase; color:#fff; font-size:16px; display:inline-block; border-radius:5px; font-weight:700; border:1px solid #acacac;  }
.homeSlider .caption-wrap .btn:hover{background-color:#000;}
.homeSlider .owl-dots{position: absolute;left: 0;right: 0;bottom: 10px;}
.homeSlider .owl-theme .owl-dots .owl-dot.active span{background-color:#fff;}

.homeSlider .owl-theme .owl-nav{margin:0;}
.homeSlider .owl-carousel .owl-nav button.owl-next, .homeSlider .owl-carousel .owl-nav button.owl-prev{position:absolute; margin:-25px 0 0 0; top:50%; padding:0; height:50px; border-radius:50px; background-color:rgba(0,0,0,0.2); color:#fff;}
.homeSlider .owl-carousel .owl-nav button.owl-next:hover, .homeSlider .owl-carousel .owl-nav button.owl-prev:hover{background-color:#000;}
.homeSlider .owl-carousel .owl-nav button.owl-next{right:20px;}
.homeSlider .owl-carousel .owl-nav button.owl-prev{left:20px;}

#pre-div {
	background-color:#f6f6f6;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
#loader {
	background-image: url("../images/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 149px;
	left: 50%;
	margin: -75px 0 0 -109px;
	position: absolute;
	top: 50%;
	width: 218px;
}

.text-justify{text-align:justify}

.titleWithoutborder{color: #3c3a3a; font-size:30px; margin:0 0 30px 0;font-weight:400}
.titleWithoutborder span{display: inline-block}
.titleWithoutborder em{font-style:normal; color:#000; font-weight:700}
.titleWithborder.text-left{text-align:left;}

.owlpics{display:block; text-align:center;}
.owlpics h3{ font-size:18px; color:#212121; font-weight:600; margin:0; padding:10px;}
.owlpics .imgbox,.owlpics img{transition: all 0.3s ease 0s;}
.owlpics .imgbox span{display:none; position:absolute; left:0; right:0; top:60%; color:#fff; font-weight:700; z-index:1;transition: all 0.3s ease 0s;}

.owlpics:hover .imgbox{background-color:#000;}
.owlpics:hover img{opacity:0.4;}
.owlpics:hover .imgbox span{display:block; }

.owl-theme .owl-nav [class*="owl-"]{border-radius:0; background-color:#fff; border:1px solid #acacac; color:#000; width:50px; text-align:center; line-height:40px;}
.owl-theme .owl-nav [class*="owl-"]:hover{background-color:#000; color:#fff; border-color:#000;}
.owl-theme .owl-nav{margin-top:30px;}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{background-color:#f0f0f0; padding:4px 7px !important; border-radius:15px;}


.owl-carousel .imgWrap {width:100%;height: 200px;display: table-cell;text-align: center;
vertical-align: middle;}
.owl-carousel .imgbox{display:table;}
.owl-carousel .imgbox img{max-width:100%; width:auto; margin:auto; max-height:210px;}



.socialIcon span{font-size:18px; color:#d1d1d1}
.socialIcon a{width:50px; height:50px; font-size:24px; background-color:#20a8d9; border-radius:5px; display:inline-block; text-align:center; line-height:50px; margin-left:15px}
.socialIcon a:hover{background-color:#000; color:#fff !important}

.site-footer{padding:60px 0 0; background-color:#323232; color:#cfcfcf; }
.site-footer .col41{width:28%; float:left; padding-right:50px; text-align:justify;font-size:16px;}
.site-footer .col42{width:22%; float:left;padding-right:20px;}
.site-footer .col43{width:22%; float:left; padding-left:20px;}
.site-footer .col44{width:28%;float:left;padding-left:20px;font-size:16px;}
.site-footer strong{font-weight:800}
.site-footer ul{list-style:none;margin:0;padding:0;text-align:left; vertical-align:top}
.site-footer li{padding:0 0 10px 0;position:relative;font-size:16px;}

.site-footer a{color:#d0d0d0}
.site-footer a:hover{color:#ed1e24;}

.site-footer .footerTitle{color:#20a8d9;padding-bottom:8px;margin-bottom:20px;position:relative;font-size:20px; font-weight:800; text-transform:uppercase;}
.site-footer ul.displayInline{display:inline-block;}
.site-footer .box{margin-bottom:0; clear:both}
.site-footer .box p{margin-bottom:0}
.site-footer .box .fa{color:#fff;font-size:20px;}
.site-footer .box .fa.fa-envelope-o{font-size:18px;padding:0 15px 18px 0;}
.site-footer .box .fa.fa-mobile{font-size:28px;padding:0px 15px 17px 3px;}
.site-footer .box .fa.fa-map-marker{padding: 3px 15px 0 0;font-size: 25px;}
.site-footer .boxColumn a:hover{color:#fff;}

.site-footer .footerSocial{margin:30px 0 20px; clear:both}
.site-footer .footerSocial a{margin:0 20px 0 0; font-size:30px;}


.site-footer .copyRight{text-align:center;font-size:14px;padding:25px 0; margin:40px 0 0 0; color:#d0d0d0; border-top:1px solid #1a1a1a; background-color:#1a1a1a}
.site-footer .copyRight a{color:#fff}
.site-footer .copyRight a:hover{text-decoration:underline;color:#fff;}
.site-footer .copyRight p{margin:0}
.site-footer .copyRight .left{float:left;}
.site-footer .copyRight .right{float:right;text-align:right;}
.site-footer .copyRight:after{content:"";display:block;clear:both;}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 36px;
    height:36px;
    text-align: center;
    line-height: 30px;
    background: #20a8d9;
    color: #fff;
    cursor: pointer;
    border: 0;
	border-radius:0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 20px;
	box-shadow: 2px 2px 0px #000;
}
#back-to-top.show {
    opacity: 1;
}


#menubtn {height: 40px;border-radius: 40px;line-height: 40px;display: inline-block; margin-left:12px; padding:0 15px; cursor: pointer; border:1px solid #ccc; margin-top:8px;}
#menubtn span{padding-left: 5px;}
.col21{width:47%; display:inline-block; margin:0 3% 0 0; float:left;}
.col22{width:47%; display:inline-block; margin:0 0 0 3%;}

.col-31{width:31.66%; display:inline-block; margin:0 2.5% 0 0; float:left;}
.col-32{width:31.66%; display:inline-block; margin:0 2.5% 0 0; float:left;}
.col-33{width:31.66%; display:inline-block; margin:0 0% 0 0; float:left;}



.box {margin-bottom: 30px;}
.box .fa {color: #acacac;float: left;font-size: 22px;padding: 2px 0 0;}
.box .fa-mobile{font-size:36px;margin-left: 3px;margin-top: -7px;}
.box .fa-envelope-o{font-size:20px; margin-top:1px;}
.boxColumn {margin: 0 0 0 30px;}
.boxColumn a{text-decoration:none;}
.boxColumn a:hover{color:#000;}
.entry-content a:hover{color:#000;}
.brdimg {border: 1px solid #083D5F;}

.col21 iframe,.col22 iframe{border-top:1px solid #ccc !important;border-bottom:1px solid #ccc !important}
.col21 iframe{border-right:1px solid #ccc !important;}

.btn-default{font-weight:400; font-size:16px; background-color:#2F8BCB; border:1px solid #2F8BCB; border-radius:5px; padding:10px 30px; text-align:center; min-width:100px; color:#fff; display:inline-block;  }
.btn-default:hover{background-color:#000; border-color:#000;}
.btn-default.btn-o{background-color:transparent; border-color:#acacac; color:#3a3a3a}
.btn-default.btn-o:hover{background-color:#000; border-color:#000; color:#fff;}
.btn-lg{font-size:16px !important;padding:8px 30px;}
.btn-black{border-color:#000 !important; background-color:#000 !important;}

.pageTitle{
background:url(../images/bg-title.jpg) top center no-repeat; background-size:cover; background-attachment:fixed; 
 text-align:center; padding:220px 20px 150px; color:#000; }
 
.pageTitle h1{margin:0; padding:0; line-height:40px; font-size:40px; font-weight:300; color:#000}
.pageTitle h1 span{font-weight:700}

#breadcrumb{list-style:none; margin:10px 0 0; padding:0;}
#breadcrumb li{display:inline-block; font-size:16px;}
#breadcrumb li:not(:last-child):after{content:"/"; display:inline-block; margin:0 10px;}
#breadcrumb a{color:#fff;}


.site-content{padding:30px 0}
.site-content p{line-height:30px;}
.img-border{border:1px solid #fff; border-radius:20px; box-shadow:0 0 0 5px rgba(0,0,0,0.1);}



.col31{width:31.66%; float:left;margin-right: 2.5%;}
.col32{width:31.66%; float:left; margin-right: 2.5%;}
.col33{width:31.66%; float:left;}

#frm_contact label{font-size:12px; text-transform:uppercase}
#frm_contact input{border:1px solid #ccc; width:90%; padding:5px;}
#frm_contact textarea{border:1px solid #ccc; width:90%;}
#frm_contact .form-group{margin:0 0 10px;}

.mapwrap .col21,.mapwrap .col22{width:50%; margin:0;}

/*404 css*/
.wrap404{text-align:center; padding:40px 0}
.wrap404 i{font-size:120px;}
.wrap404 h2{font-size:60px; font-weight:500; margin:0;}
.wrap404 h4{font-size:40px; font-weight:300; margin:0; color:#ccc;}
.wrap404 p{font-size:20px; }

.well {
	transform: scale(0.8);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding:20px;
	margin: 10px;
	background-color:#e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	display:none;
	max-width: 320px;
	min-width: 300px;
	min-height: 300px;
	color:#000;
}
.popup_visible .well {transform: scale(1);}
.well .closeicon{position:absolute; right:1px; top:1px; cursor:pointer; padding:6px; color:#fff;background: #000;}
.well .form-group {
    margin-bottom: 15px;
}
.well input.form-control{width:100%;}
.well select{
	width:100%;
	padding:7px 10px;
}
.well label{display:block; font-size:12px; margin:0 0 5px;font-weight: 700;}
.well .head2{font-family: 'Montserrat', sans-serif;font-weight: 800; text-transform:uppercase; margin:0 0 20px; border-bottom:1px solid #000; padding-bottom:10px;}



.w900{max-width:800px !important; margin:0 auto;}
.w800{max-width:800px !important; margin:0 auto;}
.w660{max-width:660px !important; margin:0 auto;}
.w600{max-width:600px !important; margin:0 auto;}
.w250{max-width:250px !important; margin:0 auto;}
.w200{max-width:200px !important; margin:0 auto;}
.w150{max-width:150px !important; margin:0 auto;}
.w100{max-width:100px !important; margin:0 auto;}
.minw100{min-width:100px;}
.minw240{min-width:240px;}


.field-row{margin-bottom:10px;}
.formWrap {margin:0 auto;}
.formWrap label{display:block; font-weight:700;}
.formWrap input[type="text"],.formWrap input[type="tel"],.formWrap input[type="email"]{width:100%; border-color:#cecece; border-radius:0; color:#000;}
.formWrap select{width:100%; border-color:#cecece; border-radius:0; color:#000;font-size: 13px;
font-weight: 300;
padding: 5px 6px;}
.formWrap .col21,.formWrap .col22{margin-bottom:15px;}
.formWrap .col-31,.formWrap .col-32,.formWrap .col-33{margin-bottom:15px;}
.formWrap textarea{height:120px; border-radius:0;color:#000;}
.formWrap input[type="submit"]{width:auto;margin:20px 0 0; }



table.pkg{background-color:#f4f4f4;}
table.pkg td{padding:10px; border-bottom:1px solid #c2c2c2; color:#1a1a1a; font-size:16px;font-weight:400;}
table.pkg td:first-child{background-color:#e5e5e5; font-weight:700;}
table.pkg tr:last-child td{border:none;}



/*New*/
 
.showMobile{display:none;}
.showMobile a{display:inline-block; background-color:#F2F2F2; float:left; text-align:center; color:#000;  padding:5px 0; font-weight:400;width:50%;}
.addBorder{border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2); width:20%;font-size:18px;}
.lastbtn{width:60%;font-size:18px;}
.wtsapp{width:50%;font-size:18px;}
.showMobile a:hover{background-color:#000; color:#fff;}
#menubtn{display:none;}
.text-center{text-align:center}
.font20{font-size:20px;}
.formWrap input[type="submit"].btn-tracking{width:70%; padding:4px 0; vertical-align:top; margin:0}
/*Alertcss*/
.alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
.alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
.alert-info {color: #31708f;background-color: #d9edf7;border-color: #bce8f1;}
.alert-warning {color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc;}
.alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
.table{border-left:1px solid #ccc;border-top:1px solid #ccc; font-size:15px; color:#000}
.table th{text-align:center; padding:10px;
color:#fff;font-size: 20px;border-right:1px solid #ed5526; border-bottom:1px solid #ccc; background-color:#ed5526; }
.table td{text-align:center; padding:12px 20px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; background-color:#ffffff;}

.font28{font-size:28px; line-height:36px;}
.mulilight{font-weight:300 !important;}
.mt0{margin-top:0;}
.mt20{margin-top:20px;}
.m0{margin:0}
.missionVisionRow{clear:both; background-color:#e2ecef; text-align:center}
.missionVisionRow:after{content:""; display:block; clear:both}
.missionVisionRow .missionCol{width:33.33%; float:left;  padding:40px;background-color:#e9e9e9;}
.missionVisionRow .visionCol{width:33.33%; float:left;  padding:40px;background-color:#fff;}
.missionVisionRow .goalCol{width:33.33%; float:right;  padding:40px;}
.missionVisionRow .icon{ font-size:48px; color:#272727}

.missionVisionRow h2{padding:10px 0 0;}
.missionVisionRow p{min-height:180px;}
.arrowlink{color:#aaa7a7; font-size:24px;transform:scale(1); display:inline-block;}
.arrowlink:hover{color:#000; transform:scale(1.5)}



.title-light{font-weight:300; color:#272727; font-size:24px;}
.pb20{padding-bottom:20px;}





.heroSection{position:relative; background:url(../images/bg-hero.jpg) center top no-repeat; background-size:cover; min-height:600px; padding-top:150px;}

@media only screen and (min-width:1025px){	
	.heroSection{height:100vh; padding-top:25vh;}
	
}

.heroSection .leftCol{width:32%; float:right; min-height:432px; background-color:#fff; box-shadow:7px 5px 36px rgba(0,0,0,0.39);}
.heroSection .rightCol{display:inline-block; float:left; width:60%;text-align:left; position:relative }
.heroSection h1{font-size:34px; font-weight:800; color:#000; position:absolute; top:11vw;  font-style:italic;}
.heroSection h1 span{font-weight:600;}
.feature-left {
  display:inline-block; margin:0 auto 40px; clear:both;
  position: relative;
}
.feature-left:after,.feature-left:before{content:""; display:block; clear:both;}

.feature-left .icon {
  float: left;
  text-align: center;
  width: 74px;
}
.feature-left .icon i {
 
 display:block;
  color: #F78536;
  width:64px; height:64px;
 background:url(../images/bg-home-icon.png) 0 0 no-repeat;
}
.feature-left .icon i.icon-thumbsup{background-position:0 0;}
.feature-left .icon i.icon-diary{background-position:0 -64px;}
.feature-left .icon i.icon-location{background-position:0 -128px;}

.feature-left .feature-text{display:block; margin-left:84px; text-align:left; font-size:22px; color:#090707; min-width:250px;}

.heroSection .leftCol .input-field{margin-bottom:20px;}
.heroSection .leftCol .input-field label{display:block; font-size:14px; font-weight:400; color:#504f4f}
.heroSection .leftCol .input-field .form-control{width:100%;}
.heroSection .leftCol .col-21{width:46%; float:left;}
.heroSection .leftCol .col-22{width:46%; float:right}


.homeBoxes{padding:60px 0 80px; text-align:center;box-shadow: 0 7px 10px rgba(0,0,0,0.1); position:relative;}
.homeBoxes h2{font-size:30px; font-weight:800; color:#090707; margin:0; padding:0;}
.homeBoxes p{font-size:18px; color:#757575; margin:0; padding:0 0 40px;}
.homeBoxes a{font-size:18px; color:#090707;  }
.homeBoxes a:hover{ color:#f0333c;  }
.homeBoxes a .imgbg{ display:block; margin:0 0 10px}
.homeBoxes a:hover .imgbg{background:#f0333c; }
.homeBoxes img{ -webkit-transition: all .8s ease-in-out; display:block}
.homeBoxes a:hover img{opacity:0.4}

.homeWhy{padding:70px 0 50px; background-color:#f5f5f5;text-align:center;}
.homeWhy h2{font-size:30px; font-weight:800; color:#090707; margin:0; padding:0;}
.homeWhy p{font-size:18px; color:#757575; margin:0; padding:0 0 40px;}
.homeWhy ul{list-style:none; padding:0;}
.homeWhy ul:after{content:""; display:block; clear:both;}
.homeWhy li{ padding:0; width:23.12%; float:left; margin-right:2.5%;}
.homeWhy li:last-child{margin:0}
.whyboxes{background-color:#fff; padding:20px 20px 30px; box-shadow:0 0 6px rgba(0,0,0,0.24); margin-bottom:20px; transition:ease-in-out all 0.2s; min-height:456px;}
.whyboxes:hover{box-shadow:2px 5px 6px rgba(0,0,0,0.54);}
.whyboxes h3{font-size:22px; color:#090707; font-weight:600; margin:10px 0 15px; padding:0;}
.whyboxes p{font-size:14px; color:#454141;line-height:20px; margin:0; padding:0; text-align:justify}
.whyboxes img{margin-top:20px;}


.homeCounter{width:100%; clear:both}
.homeCounter .leftCol{width:50%; float:left; min-height:340px; background-position:center center; background-repeat:no-repeat; background-size:cover}
.homeCounter .rightCol{width:50%; float:left;min-height:340px; background-color:#282828; padding:40px; text-align:center; color:#fff;}
.homeCounter .rightCol .counterBox{display:inline-block; margin:6% 15% 0}
.homeCounter .rightCol .counterBox .counterNumber{ font-size:28px; font-weight:900;}
.homeCounter .rightCol .counterBox p{margin:0;}

.homeCars{text-align:center;padding:60px 0 60px;}
.homeCars h2{font-size:30px; font-weight:800; color:#090707; margin:0 0 20px; padding:0;}
.col-41,.col-42,.col-43{width:23.12%; margin-right:2.5%; float:left;}
.col-44{width:23.12%;float:left;}
.carBox{text-align:center;}
.carBox img{box-shadow:0 0 6px rgba(0,0,0,0.24);transition:ease-in-out all 0.2s;}
.carBox img:hover{box-shadow:2px 5px 6px rgba(0,0,0,0.54);}
.carBox p{font-size:22px; color:#090707; font-weight:600; margin:10px 0 0}

.pt20{padding-top:20px}
.btn-fontaw{font-family: 'FontAwesome','Muli', sans-serif;}
blockquote {
    background: #f6f6f6;
    padding: 15px;
    font-weight: bold;
    font-style: italic;
    border-left: 2px solid #ccc;
    margin: 0;
}


.fullrow{padding:60px 0}
.col-21{width:48%;display:inline-block;margin:0 3% 0 0;float:left}
.col-22{width:48%;display:inline-block;margin:0; float:right;}
.img-radius{border-radius:100px 0 100px 0}
.heading2{font-size:32px}
.lh32{line-height:32px;}

.featuredIcons{background-color:#20a8d9; padding:60px 0 50px}
.iconFlex{display:flex; margin:auto; justify-content:center; align-items:center; text-align:center; color:#fff; flex-wrap:wrap}
.iconFlex .iconBox{margin:20px 60px;}
.iconFlex img{display:inline-block; border-radius:20px}
.iconFlex p{margin:10px 0 0}

#owl-ourFleetHome .carouselBox{padding:10px;}
#owl-ourFleetHome .pic{border-radius:0 20px 0 20px; box-shadow:0 0 6px rgba(0,0,0,0.24); overflow:hidden;}
#owl-ourFleetHome p{text-align:center;}

.bg-f6f6f6{background-color:#f6f6f6}
ul.style1 {padding: 0;margin: 0 0 15px 0;list-style-type: none;}
ul.style1 li{ padding: 0 0 12px 47px;position: relative;margin: 0; text-align:justify}
ul.style1 li:before{content: "";width: 32px;height: 32px;background: url(../images/arrow-icon.png) 0 0 no-repeat; background-size: auto;padding: 0;margin-left: 0;display: inline-block;position: absolute;left: 0;top: 2px;background-size:32px; }



/*Media Query*/
@media only screen and (max-width: 1600px) {	
	.container{padding:0 5%}
	.iconFlex .iconBox{margin:20px;}
}
@media only screen and (min-width: 1025px) {	
	.homeSlider {min-height: 500px;}
	#owl-homeslider{height:calc(100vh); min-height:500px;}
	#owl-homeslider.owl-carousel .owl-item img{height:calc(100vh);min-height:500px;}
}

@media only screen and (max-width: 1024px) {	

.heroSection .leftCol {
width: 37%;}

	.homeSlider .caption-wrap{top:30%; left:20px}
	.homeSlider .caption-wrap h2{font-size:4vw;}
	.homeSlider .owl-carousel .owl-item img.img2{width:25vw; right:13vw;}
	.homeSlider .owl-carousel .owl-item img.img1{width:25vw;}
	.ourServices .column {min-height: 310px;}
	#cssmenu > ul > li{margin: 0 0 0 30px;}
	.homeCounter .rightCol .counterBox{margin: 6% 2vw 0;}
	
}
@media only screen and (max-width: 980px) {
	.homeSlider .caption-wrap{top:20%; left:0;}
	.homeSlider .caption-wrap {font-size:2vw;}
	.homeSlider .caption-wrap .line1{font-size:3vw}
	.homeSlider .caption-wrap h2{	font-size: 4vw;}
	.homeSlider .caption-wrap p{	font-size:5vw; line-height:6vw;}
	.homeSlider .caption-wrap .btn{width:auto; padding:2vw;font-size: 3vw; height:auto; line-height:normal;}
	
}
@media only screen and (max-width: 979px) {
	#cssmenu > ul > li.whatsapplink a {
    font-weight: 600;
    background-color: #25d366;
    color: #fff;
    border-radius: 0;
    text-align: left;
    display: inline-block;
    margin: 0;
    width: 100%;
    border: none;height: auto;
line-height: inherit;
}
	
	
	.heroSection{padding-top:50px;}
	.heroSection .leftCol {width: 42%;}
	.heroSection .rightCol {width: 50%;}
	
	
	#masthead{position:relative; min-height:inherit}
	#masthead .container{padding:0;}
	.topMenu{float:left; width:100%; margin-top:0; }
	

	.logoImg,.fixed-header .logoImg{ padding:10px 0 10px 15px;}
	.rightLinks{display:none;}
	#cssmenu #menu-button{display:none;}
	#cssmenu > ul{clear:both;}
	.topEnquiryBtn{display:none;}
	#cssmenu > ul > li{padding:0; margin:0;}
	#cssmenu > ul > li:first-child{padding:0;}
	
	.showMobile{display:block; }
	#menubtn{display:inline-block; float:right; margin-right:15px; margin-top:28px;}
	.fixed-header #menubtn{margin-top:19px;}
	.topMenu #cssmenu {padding: 0;}
	.site-header .container {padding: 0 15px;}
}
@media only screen and (max-width: 800px) {
	ul.tabs li{font-size:13px;}
	.homeWhy li{  width:47.5%; margin-right:2.5%;}
	
	
	
	aside#secondary{padding:40px 0 0 0; width:30%}
	#primary.content-area{width:65%}	
	.site-footer .copyRight .col21,.site-footer .copyRight .col22{text-align:center; width:100%; margin:0; padding:0;}	
	.site-footer .col41{width:50%;}
	.site-footer .col42{width:50%;}
	.site-footer .col43{width:50%; padding:0; margin-top:20px;}
	.site-footer .col44{width:50%; margin-top:20px; padding:0}
	
	
	.col21.footerLeft {width: 100%;}
	.col22.footerRight {width: 100%; margin-left:0}
	
	.homeWhy {padding: 30px 0 10px;	}
	.whyboxes{min-height:400px;}
	
}
@media only screen and (max-width: 767px) {	
	.col-21{width:100%; margin:0;}
	.col-22{width:100%;}
	
	.homeCars {padding: 20px 0 30px;}
	.homeCars .col-41{width:48.75%; margin-right:2.5%; margin-bottom:20px;}
	.homeCars .col-42{width:48.75%; margin-right:0;margin-bottom:20px;}
	.homeCars .col-43{width:48.75%;margin-right:2.5%;}
	.homeCars .col-44{width:48.75%;margin-right:0;}
	.carBox p {font-size: 16px;margin:0;}
	
	.homeCounter .leftCol {width:100%;}
	.homeCounter .rightCol {width:100%; padding:20px; min-height:inherit}
	
	.homeSlider .owl-theme .owl-nav{display:none;}
	.site-footer {padding: 30px 0 0;}	
	.site-footer .col41{width:100%; margin:0; padding:0px; border-bottom:1px solid #000; padding-bottom:30px; margin-bottom:20px; font-size:14px;}
	
	.site-footer .col42{width:50%; font-size:14px; display:none;}
	.site-footer .col43{width:50%;display:none;}
	.site-footer .col44{width:100%; padding:0 0 20px; margin-top:5px}
	
	.site-footer .col41 .socialicon{padding:0;}
	.site-footer .col41 .socialicon p{display:none;}
	.site-footer .col41 .footerlogo{display:none;}
	.site-footer .copyRight{padding: 0 0 15px 0;margin: 0;}
	.site-footer .copyRight .right{text-align:center; padding:10px 0 0}
	
	
	.site-footer .copyRight .right{float:none;}
	.site-footer .copyRight .left{float:none; padding:20px 0 0 0}
	
	
	
	.contentLeft {width: 100%;}
	.sidebarRight {width: 100%;margin: 30px 0 0 0;}
	
	.homeBoxes {padding: 20px 0 30px;}
	
	.homeBoxes h2{font-size:22px; line-height:normal}
	
}
@media only screen and (max-width: 640px) {
	.img-radius {border-radius: 30px 0 30px 0;}
}
@media only screen and (max-width: 600px) {	
	.homeBoxes img{width:100%;}
	.heroSection .leftCol {width: 100%; float:left;}
	.heroSection .rightCol {width: 100%; margin:20px 0 0 0; display:none}
	
	#primary.content-area{width:100%; margin: 0;}
	aside#secondary{padding:40px 0 0 0; width:100%}	
	.alignright,.alignleft{max-width:220px;	}	
	.titleWithborder,.titleWithoutborder {font-size: 22px; margin-bottom: 20px;}
	
	.col21{width:100%; display:block; margin:0 0 30px 0; float:none;}
	.col22{width:100%; display:block; margin:0;}
	.col31, .col-31{width:100%; float:left;margin:0 0 30px 0;}
	.col32, .col-32{width:100%; float:left;margin:0 0 30px 0;}
	.col33, .col-33{width:100%; float:left;}
	input#address{width:100%;}
	
	
	.site-footer .col32 .col21{width:50%; float:left;margin: 0;}
	.site-footer .col32 .col22{width:50%;float:left;}
	
	
}
@media only screen and (max-width: 599px) {
	.site-footer .col31{width:100%; margin:0; }
	.site-footer .col32{width:100%; margin:0 0px;border-top:1px solid #000; padding:20px 0 10px }
	
}

@media only screen and (max-width: 540px) {	
	.homeWhy li{  width:100%; margin-right:0;}
	
	
	.alignright,.alignleft{max-width:inherit; width: 100%; float:none; margin: 0;}
	.page-content, .entry-summary{margin:0}
	aside#secondary{padding:0;}	
	.owl-carousel .imgbox img{max-height:inherit}	
	.showMobile a{width:70%; font-size:14px;}
	.showMobile a.wtsapp{width:30%;}
	
	.logoImg, .fixed-header .logoImg {padding: 16px 0 18px 15px;max-width: 220px;}
	.heroSection .leftCol .input-field label{font-size:13px; padding-bottom:5px;}
	
	
	
	.iconFlex .iconBox {margin: 10px;max-width: 124px;}
	.iconFlex img {border-radius: 10px;}
	.iconFlex p {font-size: 12px;}
	.heading2 {font-size: 24px;}
	ul.tabs li{font-size:13px;}
	#menubtn {height: 30px;line-height: 30px;padding: 0 10px;margin-top: 22px;font-size: 12px;}
	.fixed-header .topMenu {margin-top: 0;}
	.pageTitle{padding: 140px 20px 150px;}
} 