body{
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
ul,li{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
/*** google play button  ***/
.google-play{
	padding:8px 15px;
	background-color:#000;
	color:#fff;
	border-radius:10px;
	margin-top:20px;
}

/*** start style **/


.project-header{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	
}
.header-logo img{
	width: 95%;
}
.header-nav{
	background-color: rgba(0,0,0,.60);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
    z-index: 1
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 100%);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 100%);
}


/**  banner  **/

.banner{
	position: relative;
}
.banner h1{
	margin-top: 60px;
	font-size: 64px;
	color: #fff;
	padding-bottom: 20px;
	font-family: 'Yusei Magic', sans-serif;
	text-transform: uppercase;
}
.banner h3{
	font-size: 36px;
	color: #aef990;
	padding-bottom: 20px;
}
.banner p{
	font-size: 24px;
	color: #cdcccb;
	padding-bottom: 65px;
}
.banner-btn{
	font-size: 16px;
	color: #fff;
	background-color: #00cfc0;
	padding: 12px 35px;
	border-radius: 3px;
}
.banner-btn:hover{
	color: #000;
	background-color: #d2d402;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-inner{
	
}
.carousel-caption{
	margin-bottom: 35PX;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}




/***  about us  ***/

.about{
	padding: 65px 0;
}
.about h2{
	font-size: 42px;
	font-family: 'Imbue', serif;
	padding-bottom: 15px;
}
.about h4{
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 10px;
}
.about p{
	font-size: 16px;
	color: #4e4e4e;
	padding-bottom: 55px;
}
.about h5{
	font-size: 20px;
	font-weight: 600;
	color: #fe0000;
	padding-bottom: 8px;
}
.about h6{
	font-size: 20px;
	font-weight: 600;
	color: #fe0000;
	padding-bottom: 35px;
}
.about-btn{
	background-color: #ffc600;
	padding: 10px 25px;
	border-radius: 5px;
	color: #000;
}
.about-btn:hover{
	color: #fff;
	background-color: #00cfc0;
}
.about-content2{
	margin-top: 45px;
}


/** tour  ***/

.tour{
	padding-bottom: 65px;
}
.tour h2{
	font-size: 42px;
	font-family: 'Imbue', serif;
	padding-bottom: 35px;
}
.tour-dtl img{
	width: 100%;
	padding-bottom: 15px;
}
.tour h3{
	font-size: 24px;
	font-family: 'Old Standard TT', serif;
	padding-bottom: 10px;
}
.tour h4{
	font-size: 18px;
	font-family: 'Imbue', serif;
	padding-bottom: 10px;
}
.tour h5{
	font-size: 16px;
	padding-bottom: 20px;
	font-family: 'Old Standard TT', serif;
}
.tour-btn{
	padding: 8px 20px;
	background-color: #00cfc0;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}
.tour-dtl{
	padding: 0px 5px 15px;
}
.shadow-box{
	box-shadow: 1px 2px 8px 5px #ccc;
	padding: 15px;
	margin-bottom: 35px;
}
.shadow-box:hover{
	box-shadow: 1px 2px 8px 5px rgb(2,84,75,.50);
}


/** gallery **/


.peragraph{
	font-size: 24px;
	line-height: 30px;
	font-family: 'Old Standard TT', 
	serif; margin: 25px 150px;
}
.menu,
.nav-icon span {
	transition: all .3s ease-in-out
}

.menu .nav-menu li a,
.nav-menu li a {
	line-height: 56px
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.effectTab-header .caption,
.effectTab-header .title {
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
	color: #555;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase
}

.effectTab-header .title {
	font-size: 36px;
	font-family: Oswald, sans-serif
}

.effectTab-header .caption {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif
}

.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-7,
.column-8,
.column-9 {
	float: left;
	padding: 15px
}

.effectTab-header .title::after,
.effectTab-header .title::before {
	position: absolute;
	background: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%);
	content: ""
}

.effectTab-header .title::before {
	left: 0;
	width: 156%;
	height: 3px;
	margin-left: -28%;
	bottom: -1.5px
}

.effectTab-header .title::after {
	left: 50%;
	width: 25px;
	height: 25px;
	bottom: -26px;
	margin: 0 0 0 -10px;
	-webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
	clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0)
}

body {
	background-color: #F5F5F5;
}

.column-1 {
	width: 8.333333333333333%
}

.column-2 {
	width: 16.66666666666667%
}

.column-3 {
	width: 25%
}

.column-4 {
	width: 33.33333333333333%
}

.column-5 {
	width: 41.66666666666667%
}

.column-6 {
	width: 50%;
	float: left;
	padding: 15px
}

.column-7 {
	width: 58.33333333333333%
}

.column-8 {
	width: 66.66666666666667%
}

.column-9 {
	width: 75%
}

.column-10 {
	width: 83.33333333333333%
}

.column-11 {
	width: 91.66666666666667%
}

.column-12,
.wrapper-full {
	width: 100%
}

.nav-icon,
.navigation {
	float: right
}

.custom-row::after {
	content: "";
	display: table;
	clear: both
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	position: relative
}

.header {
	background-color: #485666;
	padding: 8px 0;
	position: static;
	z-index: 2000
}

.header h1 {
	color: #fff;
	font-family: Poppins;
	font-weight: 400;
	font-size: 2.2rem;
	padding-left: 40px
}

.rotate {
	position: absolute;
	transform: rotate(-20deg);
	left: 0;
	font-size: 2.8rem;
	top: 5px
}

.ex_padd {
	padding-top: 170px!important
}

.nav-icon-container {
	display: block
}

.nav-icon {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	z-index: 100
}

.nav-icon span {
	width: 60%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%)
}

.nav-icon-1 {
	top: 30%
}

.nav-icon-2 {
	top: 50%
}

.nav-icon-3 {
	top: 70%
}

.nav-icon.active .nav-icon-1 {
	top: 50%;
	transform: rotate(45deg);
	left: 22%
}

.nav-icon.active .nav-icon-3 {
	top: 50%;
	transform: rotate(-45deg);
	left: 22%
}

.nav-icon.active .nav-icon-2 {
	width: 0
}

.nav-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.nav-menu li {
	list-style: none;
	position: relative
}

.nav-menu li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px
}

.nav-menu li:after,
.nav-menu li:before {
	content: "";
	position: absolute;
	height: 3px;
	background-color: rgba(255, 255, 255, .2);
	bottom: 0;
	width: 0;
	transition: all .3s ease-in-out
}

.nav-menu li:before {
	left: 0
}

.nav-menu li:after {
	right: 0
}

.nav-menu li:hover:after,
.nav-menu li:hover:before {
	width: 50%
}

.nav-menu li.active:after,
.nav-menu li.active:before {
	background-color: rgba(0, 128, 128, 1)
}

.menu {
	width: 200px;
	background-color: #0B466C;
	text-align: center;
	padding: 40px;
	position: fixed;
	top: 96px;
	right: -200px;
	overflow: scroll;
	height: calc(100% - 96px);
	z-index: 1000
}

.menu.active {
	right: 0
}

.menu .nav-menu {
	flex-direction: column;
	width: 150px
}

.menu .nav-menu li {
	margin: 10px 0;
	width: 80%
}

.box-tab {
	margin: 10px 0
}

.effect {
	margin: auto;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
	background-color: #fff;
	border: 5px solid #f5f5f5
}

.tab-container {
	padding: 50px 0
}

.tab-head {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.tab .effect {
	position: relative;
	overflow: hidden;
	max-height: 240px;
	max-width: 350px;
	background: #3085a3;
	text-align: center;
	cursor: pointer
}

.grid-width3,
.grid-width6 {
	max-height: 270px!important;
	max-width: 530px!important
}

.grid-width8 {
	max-width: 700px!important
}

.tab .effect img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: .8
}

.tab .effect .tab-text {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.tab-text h2 {
	color: #fff;
	margin: 0;
	font-size: 1.5rem
}

.tab-text p {
	color: #fff;
	margin: 0;
	font-size: 1rem
}

.hide {
	display: none
}

@media (max-width:575px) {
	.column-xs-1,
	.column-xs-10,
	.column-xs-11,
	.column-xs-12,
	.column-xs-2,
	.column-xs-3,
	.column-xs-4,
	.column-xs-5,
	.column-xs-7,
	.column-xs-8,
	.column-xs-9 {
		float: left;
		padding: 15px
	}
	.column-xs-1 {
		width: 8.333333333333333%
	}
	.column-xs-2 {
		width: 16.66666666666667%
	}
	.column-xs-3 {
		width: 25%
	}
	.column-xs-4 {
		width: 33.33333333333333%
	}
	.column-xs-5 {
		width: 41.66666666666667%
	}
	.column-xs-6 {
		width: 50%;
		float: left;
		padding: 15px
	}
	.column-xs-7 {
		width: 58.33333333333333%
	}
	.column-xs-8 {
		width: 66.66666666666667%
	}
	.column-xs-9 {
		width: 75%
	}
	.column-xs-10 {
		width: 83.33333333333333%
	}
	.column-xs-11 {
		width: 91.66666666666667%
	}
	.column-xs-12 {
		width: 100%
	}
	.hide-xs {
		display: none
	}
	.effectTab-header .title::before {
		width: 125%;
		left: 15%
	}
	.tab-container {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

@media (min-width:576px) and (max-width:767px) {
	.column-sm-1,
	.column-sm-10,
	.column-sm-11,
	.column-sm-12,
	.column-sm-2,
	.column-sm-3,
	.column-sm-4,
	.column-sm-5,
	.column-sm-7,
	.column-sm-8,
	.column-sm-9 {
		float: left;
		padding: 15px
	}
	.column-sm-1 {
		width: 8.333333333333333%
	}
	.column-sm-2 {
		width: 16.66666666666667%
	}
	.column-sm-3 {
		width: 30%
	}
	.column-sm-4 {
		width: 33.33333333333333%
	}
	.column-sm-5 {
		width: 41.66666666666667%
	}
	.column-sm-6 {
		width: 42%;
		float: left;
		padding: 15px
	}
	.column-sm-7 {
		width: 58.33333333333333%
	}
	.column-sm-8 {
		width: 66.66666666666667%
	}
	.column-sm-9 {
		width: 75%
	}
	.column-sm-10 {
		width: 83.33333333333333%
	}
	.column-sm-11 {
		width: 91.66666666666667%
	}
	.column-sm-12 {
		width: 100%
	}
	.hide-sm {
		display: none
	}
	.visible-sm {
		display: block
	}
	.tab-container {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

@media (max-width:1000px) {
	.header h1 {
		padding-left: 70px
	}
	.rotate {
		left: 30px
	}
	@media (min-width:768px) and (max-width:991px) {
		.column-md-1,
		.column-md-10,
		.column-md-11,
		.column-md-12,
		.column-md-2,
		.column-md-3,
		.column-md-4,
		.column-md-5,
		.column-md-7,
		.column-md-8,
		.column-md-9 {
			float: left;
			padding: 15px
		}
		.column-md-1 {
			width: 8.333333333333333%
		}
		.column-md-2 {
			width: 16.66666666666667%
		}
		.column-md-3 {
			width: 25%
		}
		.column-md-4 {
			width: 33.33333333333333%
		}
		.column-md-5 {
			width: 41.66666666666667%
		}
		.column-md-6 {
			width: 50%;
			float: left;
			padding: 15px
		}
		.column-md-7 {
			width: 58.33333333333333%
		}
		.column-md-8 {
			width: 66.66666666666667%
		}
		.column-md-9 {
			width: 75%
		}
		.column-md-10 {
			width: 83.33333333333333%
		}
		.column-md-11 {
			width: 91.66666666666667%
		}
		.column-md-12 {
			width: 100%
		}
		.hide-md {
			display: none
		}
		.visible-md {
			display: block
		}
	}
}


.effect.effect-four {
	background: #2e5d5a
}

.effect-four .tab-text h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1em 1.2em;
	font-family: Oswald
}

.effect-four .tab-text p {
	width: 65%;
	font-size: 68%;
	line-height: 1;
	letter-spacing: 1px;
	text-align: left;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translate3d(40px, 0, 0);
	-webkit-transform: translate3d(40px, 0, 0);
	opacity: 0;
	transition: all .35s;
	font-family: "Open sans";
	padding-bottom: 5px
}

.effect-four .tab-text p:after,
.effect-four .tab-text p:before {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	content: "";
	position: absolute
}

.effect.effect-five h2,
.effect.effect-six h2 {
	font-family: Oswald
}

.effect-four .tab-text p:after {
	top: -5px;
	left: -5px;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.effect-four .tab-text p:before {
	right: 0;
	bottom: -6px;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.effect.effect-four .icons-block {
	z-index: 1000;
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 10px;
	padding-top: 9px
}

.effect.effect-four .icon-c3 {
	padding-left: 5px;
	padding-top: 0
}

.effect.effect-four .icons-block .social-icon-1,
.effect.effect-four .icons-block .social-icon-2,
.effect.effect-four .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-four:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-four:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-four:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-four .icons-block i {
	color: rgba(255, 255, 255, .9);
	padding-left: 7px;
	font-size: 1.2rem
}

.effect-four:hover p {
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.effect.effect-four img {
	max-width: none;
	width: calc(100% + 60px);
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1.12);
	transition: all .35s;
	-webkit-transform: translate3d(0, 0, 0) scale(1.12);
	-webkit-transition: all .35s
}

.effect.effect-four:hover img {
	transform: translate3d(-20px, 0, 0) scale(1);
	-webkit-transform: translate3d(-20px, 0, 0) scale(1);
	opacity: .5
}

/** happy client  **/


.currency{
	background-image: url(../images/happy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
}
.currency-content h2{
	color: #f84747;
	font-size: 36px;
	padding-bottom: 20px;
}
.currency-content p{
	color: #5b5b5b;
	font-size: 16px;
	padding-bottom: 45px;
}
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

/** footer **/

.project-footer{
	margin-top: 65px;
	padding: 40px 0;
	background-color: #000;
}
.top-footer{
	border-bottom: 1px solid #373737;
}
.top-footer p{
	margin-top: 30px;
	color: #cacccc;
	font-weight: 300;
	font-size: 14px;
	padding-right: 50px;
	margin-bottom: 20px;
	
}
.top-footer h5{
	font-size: 15px;
	font-weight: 600;
	color: #b02626;
	padding-bottom: 8px;
}
.top-footer h6{
	font-size: 15px;
	font-weight: 600;
	color: #b02626;
	padding-bottom: 15px;
}
.top-footer h4{
	font-size: 24px;
	color: #fff;
	padding-bottom: 25px;
}
.top-footer ul li{ 
	padding-bottom: 10px;
}
.top-footer ul li a{
	color: #cacccc;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #00ffec;
    border: 1px solid transparent;
    padding: .375rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover{
	background-color: #00ffec;
	color: #fff;
}
.bottom-footer{
	text-align: center;
	color: #b0b0af;
	margin-top: 25px;
}
.bottom-footer p{
	font-size: 14px;
}


/******************************************************************************/
/***  log in ***/

.global-container{
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/log-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.log-form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ 
	font-weight:300; 
}

.btn{
	font-size: 14px;
	margin-top:20px;
}


.login-form{ 
	width:330px;
	margin:20px;
	    background-color: rgba(0,123,255,.25)
}

.sign-up {
    text-align: center;
    padding: 20px 0 0;
    color: #fff;
}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
}
.form-group a {
    color: #ffc001;
    text-decoration: none;
    background-color: transparent;
}
.sign-up a {
    color: #ffc001;
    text-decoration: none;
    background-color: transparent;
}
.global-container h6{
	border: 3px solid #fb457d;
	padding: 10px;
	text-align: center;
	margin: 15px 0;
}
.global-container h6 a{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.global-container h3{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 7px;
}
.global-container h3 a{
	color: #f79e2c;
}
.global-container p{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 17px;
}


/***======================== ABOUT us==========================***/

.about-header{
	background-color: #000;
}
.about-banner{
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.about-banner h2{
	padding: 95px 0;
	font-family: 'Yusei Magic', sans-serif;
	color: #fff;
	font-size: 46px;
}
.about-content{
	padding-top: 65px;
}
.about-content h3{
	margin-top: 65px;
	font-size: 36px;
	font-family: 'Old Standard TT', serif;
	padding-bottom: 15px;
}
.about-content p{
	font-size: 16px;
	font-family: 'Yusei Magic', sans-serif;
	letter-spacing: 2px;
	padding-bottom: 55px;
}
.about-pg-btn{
	color: #000;
	background-color: #00ffec;
	padding: 10px 25px;
	font-size: 15px;
	border-radius: 3px;
}
.about-pg-btn:hover{
	color: #000;
}


/***======================== gallery==========================***/

.about-header{
	background-color: #000;
}
.gallery-banner{
	background-image: url(../images/gallery-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-banner h2{
	padding: 95px 0;
	font-family: 'Yusei Magic', sans-serif;
	color: #fff;
	font-size: 46px;
}
.gallery-page{
	margin: 65px 0;
}

/**  DONT DELETE **  




.gallery-page img {
	width: 420px;
	height: 520px;
	margin: 15px;
	transition: transform 1s;
	border: 5px solid #e74d66;
}

.gallery-page img:hover {
	transform: scale(1.1);
}

/*

All grid code is placed in a 'supports' rule (feature query) at the bottom of the CSS (Line 77). 
        
The 'supports' rule will only run if your browser supports CSS grid.

Flexbox is used as a fallback so that browsers which don't support grid will still recieve an identical layout.

*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:500);

:root {
	/* Base font size */
	font-size: 10px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}


.box {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 2rem 2rem;
}

.heading {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 3.5rem 0;
	color: #1a1a1a;
}

.heading span {
	display: block;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}

/***======================== Ligal ==========================***/

.ligal-content{
	padding: 65px 0;
}
.ligal-content img{
	width: 100%;
}
.ligal-content img{
	padding-bottom: 20px;
}
.bank-content{
	padding: 35px 0;
}
.bank-content img{
	width: 80%;
	padding-bottom: 20px;
}
.bank-content h3{
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}
.bank-content h4{
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
}



/***======================== contact ==========================***/

.about-header{
	background-color: #000;
}
.contact-banner{
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-banner h2{
	padding: 95px 0;
	font-family: 'Yusei Magic', sans-serif;
	color: #fff;
	font-size: 46px;
}

/** -----------------contact--------------------- **/
.contact{
    padding: 75px 0;

}
.contact h3{
    padding-bottom: 60px;
    font-family: 'Old Standard TT', serif;
}
.contact h6 {
    padding-bottom: 20px;
    font-weight: 800;
    font-size: 18px;
}
.contact-info h6 i{
    padding-right: 10px;
    color: #ff0000;
}
.contact p{
}
.contact p a{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #5d5c5c;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #1088ff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(38 181 249 / 28%);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group a {
    color: #d4d4d4;
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
}
.contact-info{
	margin-right: 100px;
}
.getin-tuch{
	margin-right: 100px;
}


/**
font-family: 'Imbue', serif;
font-family: 'Old Standard TT', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Yusei Magic', sans-serif;
**/





/**************************************************************/
/*************************************************************/
/************************responsive**************************/


@media only screen and (max-width: 1199px ){
.banner h1 {
    margin-top: 0px;
    font-size: 46px;
    color: #fff;
    padding-bottom: 10px;
}
.banner h3 {
    font-size: 26px;
    color: #fff;
    padding-bottom: 12px;
}
.banner p {
    font-size: 18px;
    color: #cdcccb;
    padding-bottom: 60px;
}
.banner-btn {
    font-size: 16px;
    color: #fff;
    background-color: #00cfc0;
    padding: 8px 28px;
    border-radius: 3px;
}

}
@media only screen and (max-width: 991px ){
	
.project-header {
    position:unset; ;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #000;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    color: #fff;
}
.navbar-toggler-icon {
    background-color: #fff;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    color: #fff;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        background-size: auto;
    background-size: 100% 100%;
    background-color: ;
    color: #00ff1c;
    background-color: #fff;
}
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.about h2 {
    font-size: 36px;
    font-family: 'Imbue', serif;
    padding-bottom: 6px;
}
.about p {
    font-size: 14px;
    color: #4e4e4e;
    padding-bottom: 37px;
}



}
@media only screen and (max-width: 767px ){
.about-btn {
    background-color: #ffc600;
    padding: 8px 20px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
}
.about-content1 img {
    vertical-align: middle;
    border-style: none;
    margin-top: 30px;
    width: 80%;
    height: 200px;
}
.about-content2 {
    margin-top: 45px;
    display: none;
}
.tour h2 {
    font-size: 36px;
    font-family: 'Imbue', serif;
    padding-bottom: 35px;
}








}
@media only screen and (max-width: 575px ){
.banner h3 {
    display: none;
}	
.banner h1 {
    margin-top: 0px;
    font-size: 26px;
    color: #fff;
    padding-bottom: 6px;
}
.banner p {
    font-size: 14px;
    color: #cdcccb;
    padding-bottom: 25px;
}
.banner-btn {
    font-size: 16px;
    color: #fff;
    background-color: #00cfc0;
    padding: 6px 18px;
    border-radius: 3px;
    font-size: 14px;
}
.carousel-caption {
    margin-bottom: 10PX;
}
.counter {
    background-color: #f5f5f5;
    padding: 2px 0;
    border-radius: 3px;
}


}
@media only screen and (max-width: 480px ){
.banner-btn {
    display: none;
}	
.banner p {
    font-size: 14px;
    color: #cdcccb;
    padding-bottom: 0px;
}
.counter {
    margin: 8px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 100%);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 100%);
    background-color:  rgb(255,0,0,.50);
    padding-left: 5px;
}
.peragraph {
    font-size: 24px;
    font-family: 'Old Standard TT', serif;
    margin: 25px 35px;
}



}
