@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@media (min-width:1200px) {
.container {
	max-width: 1200px;
}
}
body {
	font-family: 'Poppins', sans-serif;background:#ffffff !important;
}
ul{
	padding: 0;    margin: 10px 0 0;
}
p {
	color: #0e181a;
	font-size: 14px;
	line-height: 27px;
	margin: 0 0 1rem;
}
button:focus {
	outline: none;
}
a {
	color: #0e181a;
	font-weight: 600;
}
a:hover {
	text-decoration: none;
	color: #3a4e4a;
}
:focus {
	outline: none;
}
/*------------ MAINPAGE-----------------*/

.home {
    overflow: hidden;
}

.btn:hover {
	background: #0e181a;
	color: #fff;
}

.p0 {
	padding: 0;
}

.bk {
	background-image: url(../images/left-bg.jpg);
	width: 100%;
	filter: opacity(0.5);
	background-repeat: no-repeat;
	height: 100vh;
	background-size: cover;
}
.sub {
    font-size: 28px;
    text-transform: uppercase;
    color: #3a4e4a;
    font-weight: 100;
    margin-bottom: 0;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 5px;
}
.caption {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

.head,.mobile h4 {
    font-size: 53px;
    color: #0e181a;
    font-weight: 800;
    padding: 0px 180px 0px 0px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
        margin-bottom: -5px;
}
h1.head {
    margin-bottom: 2px;
}
.mobile h4 > img {
    width: 43px;
}
.cards ul li {
    list-style: none;
    background: #e1e7ec;
    width: 160px;
    float: left;
    border: 1px solid #b1d2cc;
    margin: 0 15px 0 0;
    padding: 10px 5px 5px;
    font-size: 36px;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    line-height: 36px;
}
.cards p {
    font-family: 'Bebas Neue', cursive;
    float: left;
    width: 100%;
    margin-top: 0px;
}

.mobile h4, .cards p {
    font-size: 40px;
    color: #0e181a;
    font-weight: 500;
}
.cards p >img{
	width: 43px;margin-right: 8px;
}
.slider-container {
	background: #000;
}
.slider-container div {
	background-size: cover;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}
.slider-container div:not(.active) {
	display: none;
}
.slider-container div.active {
	display: block;
}
input.form-control {
	font-size: 16px;
	color: #b1b1b1;
	border: none;
}



.modal-dialog{
	max-width: 850px;
}
.modal-body {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px 35px 35px;
}
.modal-body h2{
	color: #fff;
	font-size: 31px;
	
}
.modal-body h2 span {
    background-color: #cbd0ce;
    font-weight: normal;
    line-height: 28px;
    padding: 4px 11px 0px;
    color: #3a4f4a;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 35px;
}
.modal-body h3,body #ouibounce-modal h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    max-width: 640px;
    text-transform: none !important; 
        font-family: 'Poppins', sans-serif;
}
.modal-body h3 b,body #ouibounce-modal h3 b {
    font-weight: 700;
    color: #cbd0ce;
}
.line-only {
    width: 79px;
    background-color: #cbd0ce;
    height: 6px;
    margin: 6px 0;
}

div#frmContact label {
    margin: 15px 0 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.5px;
}
button.close{
	position: absolute;
    top: 0;
    right: 6px;
    z-index: 1;
    opacity: 1;
    background-color: transparent;
}
button.close span{
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}
.demoInputBox {     font-family: 'Poppins', sans-serif;padding: 10px; border: #dedede 1px solid; border-radius: 0px; background: rgba(255, 255, 255, 0.53);    width: 100%; }
.error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.success{background-color: #12CC1A;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info {
    font-size: 9pt;
    color: #ff4e4e;
    letter-spacing: 0.5px;
    padding-left: 5px;
    text-transform: uppercase;
}
#frmContact h4.head-txt.mt-5 {
    color: #30433f;
    font-size: 16px;
    background: #fff;
    padding: 12px 6px;
    width: auto;
    text-align: center;
}
.btnAction { background-color: #2e433e; border: 0; padding: 10px 40px; color: #FFF; transition: all 0.3s ease; border: 0; border-radius: 0; margin-top: 20px; cursor: pointer; }
.btnAction:hover { background-color: #cbd0ce; color: #111;}
#frmContact .frs, div#frmContact .subm ,div#frmContact{
    width: 100%;
    float: left;
}
div#frmContact .fr {
    width: 32.333%;
    float: left;
    margin-right: 11px;
}
div#frmContact .fr:nth-child(4) {
    margin-right: 0;
}
.modal-content {
    border: 0;
}
#ouibounce-modal .modal{
	display: block;
}
body #ouibounce-modal .modal-content {
    border: 0;
    margin: 4.5rem auto;
    max-width: 850px;
    border-radius: 0;
    min-height: auto;/*calc(100% - (4.75rem * 2))*/
}
body #ouibounce-modal .modal-body {
    padding: 45px 35px 35px;
}
ul.make-tour {
    float: left;
    width: 100%;
    position: relative;
    top: 28px;
    right: 33px;
}
ul.make-tour li {
    border: 0;
    padding: 0;
    background: transparent;
    margin-right: 10px;
    margin-left: 0;
    text-align: left;
    width: auto;
    margin-bottom: 5px;
}
ul.make-tour li:nth-child(1) {
    margin-left: 33px;
}
ul.make-tour li:nth-child(2) {
    margin-left: 5px;
}
ul.make-tour li a {
    background: #000000;
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    transition: all 0.3s ease;
    padding: 8px 28px 5px;
}

ul.make-tour li a:hover {
    background: #182224;;
}
.mobile.center {
    text-align: center;
}
/**** Media ***/

 @media (max-width:1199px) {
section.caption .col-lg-7.col-md-9.col-sm-12 {
    width: 61.2% !important;
}
.container {
    max-width: 100%;
}
 .modal{
		padding-left: 0 !important;
		margin: 0 15px !important;
	}
	.head {
    font-size: 48px;
}
body #ouibounce-modal .modal-content {
    margin: 2.5rem auto;
}
  
}
@media (max-width:991px) {

section.caption .col-lg-7.col-md-9.col-sm-12 {
    width: 70.1% !important;
}
.head {
    font-size: 36px;
    padding: 0px 150px 0px 0px;
}
.mobile h4, .cards p {
    font-size: 35px;}
    .mobile h4 > img {
    width: 33px;
}
.sub {
    font-size: 24px;
    letter-spacing: 4px;
}
.cards p >img {
    width: 34px;
    margin-right: 5px;
}
div#frmContact .fr {
    margin-right: 10px;
}
.modal-body{
		height: auto;
	}
	.modal-body,body #ouibounce-modal .modal-body {
	    padding: 35px 20px 25px;
	}
	.modal-body h2{
		font-size: 26px;
	}
	.modal-body h3,body #ouibounce-modal .modal-body h3{
		font-size: 23px;
	}
	body #ouibounce-modal .modal-content {
        max-width: 95%;
    }
}
 @media (max-width:767px) {

.sub {
	font-size: 24px;
	text-align: center;
}
h1.head {
	font-size: 40px;
	padding: 0;
	text-align: center;
	line-height: 33px;
	margin-bottom: 8px;
    margin-top: 9px;
}
.slider-container {
	background: #000;
	display: none;
}
.mobile h4, .cards p {
    text-align: center;padding: 0;
}
.cards{
	text-align: center;
}
.cards ul {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.cards p {
  
    margin-top: 10px;
}
section.caption .col-lg-7.col-md-9.col-sm-12 {
    margin: 0 auto;width: 100% !important;
}
textarea.demoInputBox {
    height: 100px;
}
div#frmContact .fr{
	width: 100%;
	margin-right: 0;
}
	.modal-body,body #ouibounce-modal .modal-body {
    	padding: 25px;
	}
	body #ouibounce-modal .modal-content {
        margin: 1.5rem auto;
        max-width: 92%;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 46%;
    }
    .demoInputBox{
        padding: 6px;
    }
    
.cards ul.make-tour {
    float: left;
    width: 100%;
    position: relative;
    top: 28px;
    right: 0;
}
    ul.make-tour li {
    float: none;
    display: inline-block;
}
ul.make-tour li:nth-child(2) {
    margin-left: 0;
}
ul.make-tour li:nth-child(1) {
    margin-left: 10px;
}
.mobile.center {
    text-align: center;
}
.center .head {
    padding: 0px 0px 0px 0px;
}
}

@media (max-width: 420px){
	.sub {
	    font-size: 16px;
	}
	h1.head {
	    margin-bottom: 2px;
	    margin-top: 2px;
	    font-size: 28px;
	}
	.mobile h4 > img,.cards p >img {
	    width: 23px;
	}
	.cards p {
	    margin-top: 7px;
	    margin-bottom: 6px;
	}
	.mobile h4, .cards p {
	    font-size: 24px;
	}
	.cards ul li {
	    width: 100px;
	    margin: 0 15px 0 0;
	    padding: 6px 5px 3px;
	    font-size: 25px;
	    line-height: 30px;
	}
	.cards ul li:last-child { 
		margin-right: 0;
	}
	.modal{
		margin: 0 !important;
	}
	.modal-body,body #ouibounce-modal .modal-body {
    	padding: 34px 15px;
	}
	.modal-body h3, body #ouibounce-modal h3 {
    	font-size: 17px;
    	line-height: 24px;
	}
	.modal-content p {
    	font-size: 15px;
    	line-height: 21px;
	}
	.line-only{
		height: 3px;
    	margin: 13px 0;
        display: none;
	}
	.cards ul.make-tour li {
    width: auto;
    margin: 0;
}
	ul.make-tour li a {
    font-size: 20px;
    padding: 4px 12px 2px;
}
ul.make-tour li:nth-child(1) {
    margin-left: 12px !important;
}
.cards ul.make-tour {
    top: 8px;
}
	
}	
@media only screen and (min-width:480px) and (max-width:767px){
    .caption {
    margin: 60px 0px;
    }
	.bk {
    height: 110vh;
   }
}

