@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
	font-family: 'Inter', sans-serif;
}
a:hover {
	text-decoration:none!important;
}
.container {
    max-width: 1200px!important;
	position:relative;
	z-index:99;
}
header {
    width: 100%;
    padding: 0 0;
    z-index: 999;
    position: relative;
}
ul.menu_bar {
    display: flex;
    margin: 0 0 0;
    justify-content: center;
    padding: 20px 0;
	transition: all .5s ease;
}
ul.menu_bar li {
    margin: 0 20px;
	font-size: 14px;
}
ul.menu_bar li a {
    font-weight: 400;
    color: #ddd;
	transition: all .5s ease;
	position:relative;
}
ul.menu_bar li:hover a:after, ul.menu_bar li.active a:after {
    position: absolute;
    left: 0;
    bottom: -7px;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #e49e1f;
    border-radius: 30px;
}
ul.menu_bar li:hover a, ul.menu_bar li.active a {
    color: #fff;
}
.main_header {
    padding: 0;
	background-color:#101417;
}
.top-header {
    padding: 10px 0;
	background-color: #fff;
}
.top-header p {
    margin: 0;
    font-size: 14px;
    background-image: url(../images/shipping.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 35px;
}
.top-header ul {
    display: flex;
    justify-content: end;
    font-size: 14px;
}
.top-header li {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
}
.top-header li a {
    color: #10212A;
    display: block;
    line-height: 17px;
}
.top-header li:last-child {
    border-left: solid 1px #10212A;
}
.top-header .social_links li {
    padding: 0;
}
.top-header .social_links li:last-child {
    border: none;
}
.top-header ul.social_links li a {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
.top-header ul.social_links {
    display: flex;
    justify-content: flex-start;
}
ul.top_contact {
    margin: 7px 0 0;
}

.logo img {
    width: auto;
}
.main_menu section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
a.navbar-brand.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle_switch {
    float: right;
    height: 25px;
	display:none;
}
.toggle_switch span {
    width: 40px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: relative;
}
.toggle_switch span:before {
    content: "";
    width: 30px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 10px;
}
.toggle_switch span:after {
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 20px;
}
.account_link ul {
    display: flex;
    margin: 0 0;
    justify-content: end;
    align-items: center;
}
.account_link li {
    margin: 0 0 0 20px;
}
.account_link li a {
    font-weight: 600;
    color: #6E757C;
}
#signup a {
    display: block;
    padding: 15px 20px;
    background: #FF6E30;
    color: #fff;
    border-radius: 10px;
}
.social_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social_wrapper ul {
    display: flex;
}
.social_wrapper p {
    margin: 0;
}
.social_wrapper li {
	
}
.social_wrapper li a {
    color: #000;
    font-size: 25px;
    margin: 0 10px 0 0;
	transition: all .5s ease;
}
.social_wrapper li:hover a {
	display:block;
	margin-top: -5px;
    color: #ea463c;
}
.social_wrapper p {
    margin: 0 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #014275;
}
.social_wrapper p i {
    transform: rotate(90deg);
    font-size: 22px;
    margin: 0 8px 0 0;
}
.logo-section {
    padding: 0 0 10px;
    border-bottom: solid 1px #eee;
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #101417;
}
.main_header.sticky .logo-section {
    padding: 0;
}
.main_header.sticky .social_wrapper {
    display: none;
}
.main_header.sticky .navbar-brand {
    display: block;
    text-align: center;
}
.main_header.sticky .navbar-brand img {
    width: 129px;
}
.main_header.sticky ul.menu_bar {
    padding: 12px 0;
}





.banner_wrapper {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 615px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.banner_wrapper section h1 {
    color: #fff;
	font-size: 48px;
}
.banner_wrapper h1 span {
    display: flex;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 0 22px;
    position: relative;
}
.banner_wrapper h1 span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 14px;
    height: 14px;
    border: solid 3px;
}
.banner_wrapper p {
    color: #fff;
    font-size: 14px;
    margin: 35px 0;
}
.btn_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.btn_wrapper a {
    display: block;
    background-color: #e49e1f;
    color: #fff;
    font-size: 14px;
    padding: 14px 35px;
    border-radius: 40px;
    margin: 0 15px 0 0;
}
#browse {
	background-color: #b9031a;
}
.features_wrapper {
    padding: 70px 0;
    background-color: #352717;
}
.features_wrapper section h3 {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 15px;
    text-transform: uppercase;
}
.features_wrapper section p {
    margin: 0;
    color: #DAE2EC;
    font-size: 14px;
    padding: 0 55px 0 0;
    font-weight: 300;
}
.welcome_wrapper {
    padding: 70px 0;
}
.welcome_wrapper section {
    background-image: url(../images/specs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    align-items: end;
    padding: 45px;
    position: relative;
    overflow: hidden;
}
.welcome_wrapper section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 78%) 100%);
	display:none;
}
.welcome_wrapper section h4 {
    color: #fff;
}
.welcome_wrapper section p {
    font-size: 14px;
    color: #fff;
}
.welcome_wrapper section a {
    display: inline-block;
    background-color: #b9031a;
    color: #fff;
    font-size: 14px;
    padding: 14px 35px;
    border-radius: 40px;
    margin: 15px 15px 0 0;
}
.welcome_wrapper section article {
    position: relative;
    z-index: 99;
}

.welcome_wrapper h3 {
    font-size: 40px;
}
.welcome_wrapper h3 span {
    display: flex;
    font-size: 13px;
    color: #ab5200;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 0 22px;
	position:relative;
}
.welcome_wrapper h3 span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 14px;
    height: 14px;
    border: solid 3px #ab5200;
}
.welcome_wrapper h3 strong {
    font-weight: 500;
    color: #ab5200;
}
.welcome_wrapper p {
    color: #585A5F;
    font-size: 16px;
    margin: 20px 0 10px;
}
.welcome_content {
    padding: 0 0 0 35px;
}
.welcome_content h5 {
    font-size: 26px;
    margin: 30px 0 30px;
}
.welcome_content ul li {
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 50px 0 48px;
    margin: 25px 0px 0;
}
.welcome_content ul li h6 {
    margin: 5px 0 15px;
    font-size: 18px;
}
.welcome_content ul li span {
    display: block;
    font-size: 14px;
    color: #585A5F;
}

.speciality_wrapper {
    padding: 70px 0;
    background: linear-gradient(rgb(0 0 0 / 73%), rgb(0 0 0 / 73%)), url(../images/back_waves.jpg) center / cover no-repeat;
}
.speciality_wrapper h3 {
    font-size: 40px;
	color:#fff;
}
.speciality_wrapper h3 span {
    display: flex;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 0 22px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
}
.speciality_wrapper h3 span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 14px;
    height: 14px;
    border: solid 3px;
}
.speciality_wrapper .col-lg-6 {
    display: flex;
    align-items: end;
}
.speciality_wrapper p {
    color: #fff;
}
.speciality_wrapper section {
    margin: 60px 0 0;
    border: solid 5px #ffffff69;
    border-radius: 0;
    padding: 20px;
    min-height: 240px;
    background-color: #2b1c0e;
}
.speciality_wrapper section h4 {
    color: #fff;
    font-size: 16px;
}
.speciality_wrapper section h4 span {
    display: block;
    font-size: 30px;
	color: #fff!important;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: solid 1px;
}
section#second_box, section#fourth_box {
    margin: 60px 0 0;
}
.speciality_wrapper section span {
    font-size: 14px;
    color: #ffffffa3;
}
.client_wrapper {
    padding: 70px 0 20px;
}
.client_wrapper h3 {
    color: #10212A;
    margin: 0 0 30px;
    text-align: center;
    font-size: 45px;
}
.client_wrapper h3 span {
    color: #ab5200;
}

footer {
    padding: 50px 0 0;
    background-color: #000;
}
footer img {
    width: auto;
    margin: 0 0 25px;
}
footer h3 {
    color: #fff;
    margin: 0 0 25px;
}
footer p {
    color: #DAE2EC;
    font-size: 14px;
}
ul.footer_links li {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    position: relative;
	    color: #fff;
}
ul.footer_links li a {
    color: #fff;
}
ul.footer_links li:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 14px;
    height: 14px;
    border: solid 3px #e49e1f;
}

ul.social_links {
    display: flex;
}
ul.social_links li {
    margin: 0 7px 0 0;
}
ul.social_links li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
    background-color: #e49e1f;
    border-radius: 7px;
}
ul.connect li {
    color: #DAE2EC;
    font-size: 14px;
    margin: 0 0 18px;
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 18px auto;
}
#location {
    background-image: url(../images/map-pin.png);
}
#phone {
	background-image: url(../images/phone.png);
}
.copyright_wrapper {
    padding: 25px 0;
    margin: 25px 0 0;
    border-top: solid 1px #fff;
}
.copyright_wrapper p {
    margin: 0;
}
.copyright_wrapper ul {
    display: flex;
    justify-content: end;
}
.copyright_wrapper li {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    font-size: 14px;
}
.copyright_wrapper li:last-child {
    border-left: solid 1px #DAE2EC;
}
.copyright_wrapper li a {
    color: #DAE2EC;
    display: block;
    line-height: 17px;
}








.testimonial {
    padding: 30px 25px;
    text-align: center;
}
.testimonial img {
    width: 130px !important;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.testimonial article h4 span {
    display: block;
    font-size: 14px;
    color: #838383;
}
ul.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
ul.rating li {
    margin: 0 5px;
    color: #f4ba00;
}
.testimonial p {
    position: relative;
}

.testimonial p span {
    position: absolute;
    font-size: 65px;
}
span#coma_left {
    left: 0;
    top: -35px;
    color: #e8e8e8;
    z-index: -9;
}
span#coma_right {
    right: 0;
    bottom: -35px;
    color: #e8e8e8;
    z-index: -9;
}






.content_wrapper {
    padding: 60px 0;
}
.content_wrapper h1, .content_wrapper h2, .content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
    margin: 40px 0 20px;
}
.content_wrapper p {
    font-size: 14px;
}
.content_wrapper li {
    font-size: 14px;
    margin: 0 0 12px;
}
.inner_banner {
    background-image: url(../images/innerbanner.jpg);
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inner_banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
}
.inner_banner h1 {
    position: relative;
    color: #fff;
}



@media (min-width:250px) and (max-width: 1250px) {
.contact_icon {
    width: 80px;
    height: 55px;
}	
.contact_icon img {
    width: 35px;
}
.contact_lines {
    width: calc(100% - 80px - 0px);
	    padding: 0 15px 0 15px;
}
}




