@charset "utf-8";

/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #2d2d2d;
}

p a {
    color: #f28f19;
}

.center {
    text-align: center;
}

.img {
    display: inline-block;
    border: solid 1px #dedede;
    padding: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

ul li {
    font-size: 15px;
    letter-spacing: 1px;
    color: #363636;
}

h1 {
    font-size: 4vw;
    line-height: 3vw;
    color: #fff;
    text-transform: uppercase;
}

h1 small.small {
    font-size: 2.5vw;
}

h2 {
    margin-bottom: 3vh !important;
    font-size: 35px;
    color: #141518;
}

h2 .small {
    font-style: italic;
}

h3 {
    font-size: 22px;
    color: #f28f19;
}

h4 {
    font-size: 20px;
    color: #f28f19;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #919191;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #919191;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #919191;
}

.btn {
    padding: 10px 20px;
    background: #f28f19;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    cursor: pointer;
}

.btn:hover {
    background: #111820;
}

.dark_bg .btn:hover {
    background: #fff;
    color: #e66b27;
}

.row {
    width: 100%;
    float: left;
}

.theme_bg {
    /*background: #f28f19;*/
    background: url(../images/banner.jpg) no-repeat center bottom;
}

.dark_bg {
    background: #000000;
}

.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg p,
.dark_bg p a,
.dark_bg ul li,
.dark_bg ul li a,
.theme_bg h2,
.theme_bg h3,
.theme_bg h4,
.theme_bg p,
.theme_bg p a,
.theme_bg ul li,
.theme_bg ul li a {
    color: #fff;
}

.p_t {
    padding-top: 60px;
}

.p_b {
    padding-bottom: 60px;
}

.wrapper {
    margin: 0 auto !important;
    width: 90% !important;
    max-width: 1200px;
    float: none !important;
}
.header {
	width:100%;
	float:left;
	padding:20px 0;
	text-align:center;
}
.logo {
	float:left;
}
.home {
	padding:10px 0;
}
.home .get {
	margin-top:20px;
}
.get {
	float: right;
    padding: 8px 8px;
    color: #fff;
    font-weight: bold;
    background: #f28f19;
    font-size: 18px;
    margin-top: 10px;
}
.call-box {
	padding:8px 15px;
	color:#fff;
	font-weight:bold;
	background:#f28f19;
	font-size:27px;
	display:none;
}
.header-middle {
    display:inline-block;
}
.header_right {
    float: right;
    text-align: right;
	margin-top:23px;
}
.home .header_right h3 {
	font-size:18px;
}
.home .header_right h3 a{
	font-size:25px;
}
.header_right h3 {
	font-size:18px;
	color:#141518;
	font-weight:bold;
	text-transform:uppercase;
}
.header_right h3 a {
	font-size:25px;
	color:#f28f19;
}
.main_menu li {
    float: left;
    position: relative;
    margin-right: 1px;
}

.main_menu li a {
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    display: block;
	border-right:1px solid #333;
}

.main_menu li:hover a,
.main_menu li a:hover, .main_menu li a.active
{
    background: #f28f19;
    color: #fff;
}

.submenu {
    width: 100%;
    min-width: 220px;
    background: #00aeef;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}

.submenu:before {
    border: 8px solid transparent;
    border-bottom: 8px solid #00aeef;
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.submenu a {
    padding: 12px 15px !important;
    background: none !important;
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 15px !important;
    color: #fff !important;
    border-bottom: 1px solid #218fcf;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    display: block;
}

.submenu a:last-child {
    border: none;
}

.submenu a:hover {
    background: #218fcf !important;
}

.main_menu li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.mobMenu {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: none;
}

.mobMenu i {
    margin-right: 5px;
    width: 15px;
    height: 2px;
    background: #fff;
    position: relative;
    top: 9px;
    float: left;
}

.mobMenu i:before {
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}

.mobMenu i:after {
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}

.mobMenu.close i {
    width: 15px;
    height: 2px;
    background: transparent !important;
    display: inline-block;
    position: relative;
}

.mobMenu.close i:before {
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.mobMenu.close i:after {
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.banner {
    width:100%;
	float:left;
	padding:50px 0;
}
.banner-left{
/*	width:50%;
	float:left;*/
	text-align:center;
}
.banner-right {
	width:50%;
	float:left;
	padding:10px;
	background:#fff;
}
.banner-left h1 {
	font-size:74px;
	color:#fff;
	font-weight:bold;
	line-height:normal;
}
.banner-left p {
	font-size:18px;
	line-height:34px;
	color:#fff;
	margin:25px 0;
}
.banner-left h4 {
	font-size:18px;
	color:#f28f19;
	font-weight:bold;
	background:#fff;
	padding:10px 30px;
	border-radius:20px;
	display:inline-block;
}
.banner-left h4 a {
	color:#f28f19;
}
.our_services {
	width:100%;
	float:left;
	background:#f5f5f5;
}
.services {
	width:100%;
	float:left;
}
.services h2 {
	text-align:center;
}
.services-list {
	width:100%;
	float:left;
	margin-top:30px;
}
.services-list-col {
	width:30.3%;
	float:left;
	padding:14px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	border:1px solid #dcdcdc;
	background:#fff;
	margin:0 3% 3% 0;
}
.services-list .services-list-col:nth-child(3n) {
	margin-right:0 ;
}
.services-list-col-left {
	float:left;
	margin-top:20px;
	width:50%;
}
.services-list-col-right {
	float:right;
	width:48%;
}
.services-list-col-right h3 {
	font-size:17px;
	color:#141518;
	font-weight:bold;
}
.services-list-col-right p {
	font-size:14px;
	line-height:22px;
	color:#4e4e4e;
	margin:10px 0;
}
.just {
	width:100%;
	float:left;
	padding:40px 0;
}
.just h3 {
	font-size:24px;
	font-weight:bold;
	color:#f28f19;
	margin:30px 0;
}
.just h3 a {
	color:#f28f19;
}
.just .btn {
	width:430px;
	padding:20px 0;
	font-size:28px;
	font-weight:bold;
}
.footer {
    padding: 20px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.right a {
	color:#f28f19 !important;
}
.book-now-box {
	width:70%;
	margin:0 auto;
	background:#f5f5f5;
	padding:30px;
	border-radius:5px;
}
.from-book-now {
	width:65%;
	margin:0 auto;
	background:#ffffff;
	padding:20px;
}
.from-book-now-inn {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.from-book-now-inn h3 {
	margin-bottom:15px;
}
.from-book-now-inn input[type="text"] {
	width:100%;
	float:left;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	background:#fff;
	padding:8px 5px;
	height:45px;
	
}
.from-book-now-inn textarea {
	width:100%;
	float:left;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	background:#fff;
	padding:8px 5px;
	height:120px;
	
}
.from-book-now-inn-row {
	width:33%;
	float:left;
}
.container {
	display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
	color:#f28f19;	
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius:50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #f28f19;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





.dot_list {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin: 8px 0 15px;
}

.dot_list li {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    list-style: disc;
}



.map {
    width: 100%;
    float: left;
}


.contact_left h3 {
    color: #21344d;
    margin-bottom: 5px;
    font-size: 25px;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    border: none !important;
}

.contact_right .grid_col2 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.contact_right label {
    margin-bottom: 10px;
}

.contact_right input[type="submit"] {
    margin-top: 10px;
}


/* contact-css */

.contact_right {
    padding-left: 30px !important;
}

.contact_right h3 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 24px;
    color: #21334d;
}

.contact_left p {
    font-family: 'Roboto', sans-serif;
    color: #797979;
    font-size: 16px;
    line-height: 26px;
}

.contact_left p span {
    display: inline-block;
    vertical-align: top;
}

.contact_left .chktrd {
    margin-top: 25px;
    display: inline-block;
}

.contact_left p a {
    color: #21334d;
}

.contact_left h4 {
    margin-bottom: 5px;
    color: #292929;
}

.contact_row label {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #4c4c4c;
}

.form_div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.contact_right .form_div {
    margin-bottom: 13px !important;
}

.contact_right input,
.contact_right textarea {
    font-size: 14px;
}

.contact_row input,
.contact_row textarea {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    border: solid 1px #eaeaea;
    padding: 10px;
    border-radius: 2px;
    letter-spacing: 0.4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.contact_row textarea {
    height: 80px;
}

.contact_row input[type="submit"] {
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    border: none;
    padding: 8px 30px;
    background: #32445c;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}

.contact_row input[type="submit"]:hover {
    background: #000;
}

.map2 {
    width: 100%;
    float: left;
}

.map2 iframe {
    width: 100%;
    float: left;
    border: solid 2px #565656 !important;
    padding: 2px;
    height: 300px;
    margin-top: 15px;
}

.contact_left h3 {
    color: #21344d;
    margin-bottom: 5px;
    font-size: 25px;
}


.page_not_found {
    padding: 30px;
}
.inner-banner {
	width:100%;
	float:left;
}
.inner-banner h1 {
	font-size:50px;
}
.img-box{width: 100%;float: left;}
.img-box .img-first{width: 49% !important;float: left;text-align:right;}
.img-box .img-second{width: 49% !important;float: right;text-align: left;}
flex-center, .all-flex-box, .all-flex-box .wpb_wrapper {justify-content: center;-webkit-justify-content: center;}
.flex-rap, .all-flex-box, .all-flex-box .wpb_wrapper {flex-wrap: wrap;-webkit-flex-wrap: wrap;}
@media only screen and (max-width: 1174px) {
    .nav {
        text-align: center;
    }
    .nav .wrapper {
        width: 100%;
    }
    .mobMenu {
        display: inline-block;
    }
    .main_menu {
        width: 100%;
        z-index: 9999;
    }
    .main_menu:before {
        border: 8px solid transparent;
        border-bottom: 8px solid #f5f5f5;
        content: "";
        display: block;
        position: absolute;
        top: -16px;
        right: 15px;
    }
    .main_menu li {
        padding: 0;
        width: 100%;
    }
    .main_menu li:last-child {
        border: none;
    }
    .main_menu li a {
        padding: 10px 5%;
        border-top: 1px solid #cc5f22;
        display: block;
    }
    .main_menu li:hover,
    .main_menu li:hover>a,
    .main_menu li.active>a {
        background: none;
    }
    .has-submenu:after {
        content: "+";
        font-size: 20px;
        line-height: 35px;
        font-weight: 400;
        color: #2d2d2d;
        position: absolute;
        right: 5%;
        top: 0;
    }
    .closeDropdown:after {
        content: "-";
        font-size: 41px;
        font-weight: 300;
    }
    .submenu {
        background: none !important;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        display: none;
    }
    .submenu a {
        padding: 10px 5% !important;
        background: #f2f2f2 !important;
        border-bottom-color: #fff !important;
        color: #2d2d2d !important;
    }
    .submenu:before {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .main_menu li a {
        padding: 15px 12px;
    }
   
}

@media only screen and (max-width: 1024px) {
    .header-middle p {
        font-size: 24px;
        line-height: 32px;
    }
    .service_title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 980px) {
    .header {
        text-align: center;
        padding: 10px 0;
    }
    #logo {
        float: none;
    }
	.get {
		float:none;
	}
	.call-box {
		display:block;
	}
	.call-box a {color:#fff;}
	.header_right {
		display:inline-block;
		text-align: center;
		float: none;
	}
	.header_right h3  {
		display:none;
	}
    .header-middle {
        width: 100%;
        padding: 0;
        text-align: center;
        border-right: none;
    }
    .header-middle {
        margin-top: 5px;
    }
    .header-middle p {
        font-size: 22px;
        line-height: 26px;
    }
    .ngg-galleryoverview.default-view {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
	.book-now-box {
		width:90%;
	}
	.from-book-now {
		width:80%;
	}
	.get {
		display:none;
	}
}

@media only screen and (max-width: 840px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    p {
        font-size: 13px;
        line-height: 24px;
    }
 
    .our_services {
        text-align: center;
    }
  
    
    .footer{
        text-align: center;
    }
    .ngg-galleryoverview.default-view {
        grid-template-columns: 1fr 1fr 1fr;
    }
   
    .banner_content h1 {
        font-size: 18px;
        line-height: 28px;
    }
	.banner-left {
		width:100%;
		float:left;
	}
	.banner-right {
		width:100%;
		float:left;
		margin-top:25px;
	}
	.banner-right img {
		display:block;
		width:100%;
	}
	.services-list-col {
		width: 48%;
		margin-right:2%;
	}
	.services-list .services-list-col:nth-child(3n) {
		margin-right: 2%;
	}

}

@media only screen and (max-width: 768px) {
    .contact_row {
        text-align: center;
    }
    .contact_right {
        width: 100%;
        float: left;
        padding-left: 0 !important;
        margin-top: 30px;
    }
    .contact_right label {
        text-align: left;
    }
    .map {
        display: none;
    }
    .map2 {
        display: block;
    }
	.book-now-box, .from-book-now {
		width:100%;
		
	}
}

@media only screen and (max-width: 640px) {
    .header {
        text-align: center;
    }
    #logo {
        float: none;
        display: inline-block;
    }
    .header_right {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
  
  
    .ngg-galleryoverview.default-view {
        grid-template-columns: 1fr 1fr;
    }
		.services-list-col {
		width: 100%;
		margin-right:0;
	}
	.services-list .services-list-col:nth-child(3n) {
		margin-right: 0;
	}
	.left, .right {
		text-align:center;
		float:none;
	}
	.from-book-now-inn-row {
		width:50%;
	}
}

@media only screen and (max-width: 480px) {
 
   
    .gallery_page h3 {
        text-align: center;
    }
}
