/*
Theme Name:   Think Bold Creative
Theme URI:    https://thinkboldcreative.com/
Description:  Description
Author:       thinkboldcreative
Author URI:   thinkboldcreative
Template:     twentynineteen
Version:      5.0.0
*/

@font-face {
    font-family: 'FF DIN';
    src: local('FF DIN Office Pro Regular'), local('FF-DIN-Office-Pro-Regular'),
        url('fonts/DINOffcPro.woff2') format('woff2'),
        url('fonts/DINOffcPro.woff') format('woff'),
        url('fonts/DINOffcPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FF DIN';
    src: local('FF DIN Office Pro Bold'), local('FF-DIN-Office-Pro-Bold'),
        url('fonts/DINOffcPro-Bold.woff2') format('woff2'),
        url('fonts/DINOffcPro-Bold.woff') format('woff'),
        url('fonts/DINOffcPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }


* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html,
body {
	font-family: 'FF DIN';
	font-weight: normal;
	font-style: normal;
	color: #333333;
	font-size: 18px;
	line-height: 1.2;
	overflow-x: hidden;
}

a {
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
}
p{
	margin-bottom: 15px;
	line-height: 1.6;
}
p:last-child{
	margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'FF DIN';
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	color: #0b2038;
}

strong{
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

:focus-visible {
	outline: none;
}

figure {
	line-height: 0;
}

.text-center {
	text-align: center;
}

.wrapper {
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.ptb100 {
	padding: 100px 0;
}
.ptb120 {
	padding: 120px 0;
}
.ptb150 {
	padding: 150px 0;
}
.ptb160{
	padding: 160px 0;
}
.textGreen{
	color: #99c555 !important;
}
.mr0{
	margin: 0 !important;
}
.pt0{
	padding-top: 0 !important;
}

.text-white,
.text-white h2,
.text-white p,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white a, .text-white h1 {
	color: #fff;
}

.col50 {
	width: 50%;
}

.col3 {
	width: 33.33%;
}

.col7 {
	width: 66.66%;
}

.lh0 {
	line-height: 0;
}

.m0 {
	margin: 0 !important;
}

.p0 {
	padding: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pt70 {
	padding-top: 70px;
}
.pt80 {
	padding-top: 80px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}
.position-relative {
	position: relative;
	z-index: 1;
}
.bggray {
	background-color: #f8f8f8;
}

.darkBg {
	background-color: #0b2038;
}

.list-none {
	list-style: none;
}

/* Flex */
.d-flex {
	display: -ms-flexbox;
	display: flex;
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-items-start {
	-ms-flex-align: start;
	align-items: flex-start;
}

/* Header Section */
.headerSec {
	background-color: #221f20;
	padding-bottom: 40px;
	padding-top: 40px;
}

header.headerSec .wrapper {
    gap: 30px;
}

.header_left_image {
    width: 420px;
}

.header_right_image img {
    width: 640px;
}

.commingSoonSec {
    background-color: #2f2e30;
	color: #fff;
	padding: 35px 0 30px;
}

h1{
	font-size: 52px;
	line-height: 1;
	letter-spacing: 3px;
}

.commingSoonSec p {
	text-align: right;
	line-height: 1;
}

.commingSoonSec p a {
    font-size: 32px;
    text-decoration: none;
    letter-spacing: 3px;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
}

.commingSoonSec p a img {
    width: 27px;
    height: 30px;
}

/*.commingSoonSec p a:before {*/
/*    content: '';*/
/*    background-image: url(../images/phone.png);*/
/*    width: 27px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    background-size: 27px 30px;*/
/*    left: 0;*/
/*    top: 0px;*/
/*}*/

/* Contetn Section */
.contetnSec .wrapper {
    max-width: 100%;
    padding: 5px 0;
}

ul.gallery {
    display: flex;
    flex-wrap: wrap;
}

ul.gallery li {
    width: 16.6667%;
    list-style: none;
    line-height: 0;
}

ul.gallery li img {
    width: 100%;
}

/* Footer Section */
footer {
    background-color: #8dc73d;
    color: #fff;
    text-align: right;
	padding: 12px 0 10px;
}

footer p {
    font-size: 20px;
	line-height: 1;
}

@media only screen and (max-width: 1199px) {	
	.commingSoonSec p a {
		font-size: 26px;
	}
	h1 {
		font-size: 36px;
	}
	footer p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1023px) {	
	ul.gallery li{
		width: 33.33%;
	}
	.headerSec {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.commingSoonSec .wrapper {
		flex-wrap: wrap;
		gap: 20px;
	}
	.col7, .col3 {
		width: 100%;
		justify-content: center;
    	text-align: center;
	}
	.commingSoonSec p {
		text-align: center;
	}
	.commingSoonSec p a:before {
		width: 26px;
		height: 29px;
		background-size: 26px 29px;
	}
	footer {
		text-align: center;
	}
	
    .commingSoonSec p a {
        justify-content: center;
        line-height: 1;
    }
    
    .commingSoonSec p a span {
        line-height: 1;
    }
    
    .commingSoonSec p a img {
        width: 22px;
        height: 25px;
    }
    .commingSoonSec p a {
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 1.2;
	}
	footer p {
		font-size: 14px;
	}
	.commingSoonSec p a {
    	font-size: 24px;
    }
    header.headerSec .wrapper {
    	padding: 0 60px;
    }
}