/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@200;300;400;500;700&family=Open+Sans:wght@400;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

body {
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}


.section-padding{
    padding: 100px 0;
}



.header-top-area {
    padding: 15px 0;
    color: #fff;
    background: #000000;
}
.header-top-left {
	display: flex;
}
.logo h2 {
	font-size: 55px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 1px;
	margin-right: 15px;
	line-height: 48px;
	border-right: 2px solid #2d2d37;
	padding-right: 15px;
	margin-bottom: 0;
}

.marketing-txt p {
	font-size: 12px;
	letter-spacing: .5px;
	color: #919296;
	line-height: 15px;
	margin: 0;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}


.header-top-right {
    float: right;
  }
.header-top-right a{
display: inline-block;
padding: 5px 25px;
background: transparent;
border-radius: 25px;
color: #fff;
transition: .3s;
margin-left: 15px;
}
.header-top-right a:hover {
	background: #1FA2B1;
}

.hidden-btn i {
	visibility: hidden;
	transition: .3s;
	opacity: 0;
}
.hidden-btn:hover i {
	visibility: visible;
	opacity: 1
}

.btn-bg{
    background-color: #1FA2B1 !important;

}
.header-top-right i {
	margin-right: 10px;
}




.form-box {
	text-align: center;
	background: transparent;
	padding: 50px 35px;
	position: relative;
    z-index: 1;
    margin-left: 35px;
}
.single-box {
	width: 100%;
	margin: 10px 0;
	display: inline-block;
}
.single-box input {
	width: 100%;
	height: 50px;
	padding: 15px;
	border: none;
	background: #fff;
	border-radius: 5px;
}
.single-box .nice-select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
    color: #222;
    margin: 0;
    border: none;
}
.single-box button {
	width: 100%;
	height: 50px;
	border: none;
	background: #1FA2B1;
	font-size: 18px;
	font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
    color: #fff;
}
.single-box button:hover {
	background: #19828E;;
}
.form-box::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0F1017;
	content: '';
	z-index: -1;
	opacity: .7;
}

.hero-area {
	position: relative;
	background-image: url(../img/hero-bg.jpg);
	background-position: center;
    background-size: cover;
    z-index: 1;
}
.hero-area:after{
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    z-index: -1;
}

.hero-text h1 {
	font-size: 70px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.hero-text h2 {
	color: #1FA2B1;
	font-size: 60px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 50px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 40px;
}

.hero-text p {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.nice-select::after {
	border-bottom: 3px solid #000000;
	border-right: 3px solid #000000;
	height: 10px;
	width: 10px;
}

.nice-select.open .list {
	width: 100%;
}
.brand-area {
	padding: 50px 0;
	background-image: url(../img/brand-line-bg.jpg);
	background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}
.brand-area h2 {
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	font-size: 40px;
	margin-bottom: 30px;
}
.brand-item {
	display: inline-block;
	margin:15px 25px;
}

.brand-area:after{
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8;
    z-index: -1;
}

.common-text h2 {
	font-size: 36px;
	font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.common-section {
    padding: 80px 0;
    position: relative;
}
.common-text h3 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #909090;
	letter-spacing: .8px;
}
.common-text p {
	font-size: 23px;
	letter-spacing: .4px;
	margin-top: 30px;
}
.theme-btn {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	background: #1FA2B1;
	font-weight: 600;
	display: inline-block;
	padding: 12px 30px;
	margin-top: 25px;
	letter-spacing: .8px;
	transition: .3s;
}
.theme-btn:hover {
	background: #19828E;;
	color: #fff;
}

.section-img {
	position: absolute;
	right: 0;
	top: 50%;
	width: 490px;
	transform: translate(0, -50%);
}
.common-text {
	padding-right: 50px;
}

.common-area-two {
	background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-color: #12131B;
}
.common-area-two::after {
	background-color: #12131B;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .5;
	z-index: -1;
}

.common-area-two h1 {
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.common-area-two h2 {
   font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 200;
	letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.common-area-two p {
	font-size: 22px;
	color: #fff;
	padding-right: 50px;
}

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

.service-title h2 {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.service-title h4 {
	font-size: 22px;
	letter-spacing: .5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.service-item {
	margin: 35px 10px;
	font-size: 17px;
	letter-spacing: .5px;
}
.service-area {
	padding: 80px 0;
	background: #F5F5F5;
}
.service-item img {
	height: 100px;
	margin-bottom: 20px;
}
.theme-btn.btn-large {
	padding: 15px 70px;
	border-radius: 50px;
	font-size: 24px;
}
.bgg-two.common-area-two h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 200;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.testimonial-area {
	background: #000000;
	position: relative;
	
}
.testimonial-box {
	position: relative;
	color: #fff;
	padding: 80px 0;
}
.testimonial-box h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 35px;
}
.testimonial-box p {
	font-size: 20px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.testimonial-box span {
	color: #1FA2B1;
	font-weight: 600;
	letter-spacing: .5px;
	font-size: 22px;
	font-style: italic;
}
.person {
	position: absolute;
	width: 350px;
	bottom: 0;
	left: 0;
}

.promo-area {
	text-align: center;
	padding: 35px;
	background-image: url(../img/brand-line-bg.jpg);
	background-position: center;
	background-size: cover;
}
.promo-area h2 {
	font-size: ;
	font-weight: 700;
	color: #fff;
	font-size: 36px;
}


footer {
	background: #000000;
	padding-top: 80px;
}
.footer-top h4 {
	font-size: 15px;
	color: #fff;
	letter-spacing: .5px;
	font-size: ;
	font-weight: 600;
	display: block;
	padding-bottom: 7px;
	border-bottom: 1px solid #919296;
}
.footer-top li {
	color: #c1c2c8;
	font-size: 13px;
	letter-spacing: .3px;
	display: block;
	margin: 2px 0;
}
.footer-top li a{
	color: #c1c2c8;
	font-size: 13px;
	letter-spacing: .3px;
	display: block;
	margin: 3px 0;
	border-bottom: 1px solid transparent;
	transition: .3s;
	display: inline-block;
}
.footer-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-top li a:hover{
	border-color: #c1c2c8;
}

.footer-item {
	margin-bottom: 50px;
}
.footer-logo {
	margin-bottom: 40px;
}
.footer-bottom {
	padding: 20px 0;
	color: #919296;
	font-size: 15px;
}
.footer-bottom p{
	margin: 0;
}


footer {
	background: #000000;
	padding-top: 0;
	position: relative;
	z-index: 1;
}
.footer-bg {
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 0;
}



.footer-bottom ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}

.footer-bottom ul li {
    display: inline;
}

.footer-bottom li a {
    display: inline-block;
    margin-left: 40px;
    color: #c1c2c8;
}
.section-img-2 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 490px;
	transform: translate(0, -50%);
}















/*header-bar-area.sticky  START CSS*/
.header-bar-area.sticky {
    background: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}
/*header-bar-area.sticky  End CSS*/




