@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lora', serif !important;
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}


/*Header start*/

.header {
    width: 100%;
    position: absolute;
    color: #1e1e1e !important;
    z-index: 111 !important;
    margin-top: 20px;
/*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.mob-logobox {
    display: block;
}


.btn1 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    text-align: center;
    background: #e21d24;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #e21d24;
    border-radius: 30px;
}

.btn1:hover {
    color: #e21d24 !important;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: 1.5px solid #e21d24;
}


/*Top header end*/


/*Main header start*/

.main-header-section {
    width: 100%;
    height: 61px;
    background: transparent;
    z-index: 111 !important;
    position: relative;
    transition: 0.5s ease;
}

/*
.mb-sticky{
    background: #030f27;
    width: 100%;
    position: fixed;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}
*/
.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.desk-logobox {
    display: block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.mob-logobox {
    display: none;
}
.logobox {
    height: 61px;
    overflow: hidden;
}
.navbar-brand {
    max-width: 180px;
    margin-right: 0 !important;
    padding: 0px 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

/*
.sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
*/


.header2{
    position: relative;
    background: #e31f23;
    margin-top: 0;
}

.header2 .mob-logobox {
    display: block;
}

.header2 .navbar-brand {
    max-width: 80px;
    margin-right: 0 !important;
    padding: 9px 0 !important;
}


/*Header end*/

/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide {
    transform: scale(0, 0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}

.back-to-top:hover i {
    color: #fff;
}

/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}
.banner-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.desk-banner-top {
    margin-top: 81px;
}
.mb-banner-content{
    display: none !important;
}
.banner-image1 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner_right-1.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner_right-2.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner_right-3.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.certification_iconbox{
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 1;
    width: 160px;
    height: auto;
}
.certification_iconbox img{
    width: 100%;
    height: auto;
}

.banner-item{
    width: 100%;
    overflow: hidden;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.banner_left-col{
    background: #e31f23;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.banner_right-col{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.banner_left-iconbox{
    position: absolute;
    width: 300px;
    height: auto;
    bottom: 0;
    right: 0;
}
.banner_left-iconbox img{
    width: 100%;
    height: auto;
}

.banner-contentbox {
    position: relative;
    height: 100vh;
    top: 0px;
    left: 0;
    right: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-content-borderbox{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.banner_middle-contentbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.banner_middle-content{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.banner_middle-content a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.banner_middle-content a:hover {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline !important;
}
.banner_middle-content-hrline{
    height: 15px;
    border-right: 1px solid #85180e;
}

.header .social_con {
    margin-top: 0px;
    margin-left: 45px;
}

.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    /*    border: 1px solid #01a0e2;*/
    background: transparent;
    border-radius: 50%;
    margin-right: 5px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #121314;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #fff;
}

.contact_infobox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 2px solid #ba160d;
}

.email-con,
.phone-con {
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.emailbox,
.phonebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.email-iconbox,
.phone-iconbox {
    width: 20px;
    height: 20px;
    display: flex;
}
.email-iconbox i,
.phone-iconbox i{
    color: #fff;
}

.open_iconbox img,
.phone-iconbox img {
    width: 100%;
    height: auto;
}
.email-iconbox img {
    width: 100%;
    height: auto;
}

/*
.open_iconbox i, .email-iconbox i, .phone-iconbox i{
    color: #088edd;
    font-size: 50px;
    font-weight: 400;
}
*/
.email_detailsbox,
.phone_detailsbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.weekday,
.email-head,
.phone-head {
    color: #454545;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 600;
}

.holiday,
.emailid,
.phone-no {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    margin-left: 0px;
}

.holiday:hover,
.emailid:hover,
.phone-no:hover {
    color: #999999;
}

.banner-contentbox .banner-heading1 {
    color: #fff;
/*    text-align: center;*/
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif !important;
/*    text-shadow: 2px 2px 4px #2a2a2a;*/
    /*    margin-top: 50px;*/
}
.banner-contentbox .banner-heading1 span{
    color: #08b1b6;
}
.banner-contentbox .banner-heading2 {
    color: #fff;
/*    text-align: center;*/
    font-size: 52px;
    line-height: 56px;
    font-weight: bold;
    margin-top: 30px;
/*    text-shadow: 4px 4px 4px #2a2a2a;*/
}

.banner-details {
    color: #fff;
    max-width: 350px;
/*
    margin-left: auto;
    margin-right: auto;
*/
/*    text-align: center;*/
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 30px;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.banner-section .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.banner-section .owl-prev {
    width: 45px !important;
    height: 45px !important;
    transition: .5s;
    position: absolute;
    left: 0px;
    top: 47%;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.banner-section .owl-prev span {
    font-size: 56px;
    line-height: 30px;
    color: #fff !important;
}

.banner-section .owl-next {
    width: 45px !important;
    height: 45px !important;
    color: #fff !important;
    transition: .5s;
    position: absolute;
    right: 0px;
    top: 47%;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.banner-section .owl-next span {
    font-size: 56px;
    line-height: 30px;
    color: #fff !important;
}

.banner-button {
    margin-top: 60px;
    margin-bottom: 15px;
/*    text-align: center;*/
}


/*
.banner-button .btn1 {
    color: #fff;
    background: #121314;
    border: 1.5px solid #121314;
}

.banner-button .btn1:hover {
    color: #121314;
    background: #fff;
    border: 1.5px solid #fff;
}
*/



/*Banner end*/



/*Section1 start*/

.section1 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
}

.products_box {
    width: 100%;
    height: auto;
    position: relative;
    transition: 0.3s ease-in-out;
}
.products_imagebox {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.products_imagebox img{
    width: 100%;
    height: auto;
    transition: 0.3s ease-in-out;
}

.products_contentbox{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.products_name {
    color: transparent;
    font-size: 72px;
    line-height: 78px;
    font-family: 'Lato', sans-serif;
    -webkit-text-stroke: 1px #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}
.products_details {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}
.products_box:hover .products_contentbox {
    background: rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
}
.products_contentbox3{
    justify-content: flex-end;
    align-items: center;
}
.products_contentbox3 .jeans-heading{
    font-size: 110px;
    line-height: 116px;
    margin-bottom: 100px;
}

/*Section1 end*/


/*Section2 start*/

.section2 {
    padding-top: 0px;
    padding-bottom: 90px;
}

.section2 .content-heading1 {
    color: #bababa;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
}

/*
.section2 .content-heading1::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 65px;
    border-bottom: 2px solid #088edd;
}
*/

.section2 .content-heading2 {
    color: #022935;
    font-size: 36px;
    line-height: 42px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
}

.section2 .left-contentbox-details {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
    color: #8c8c8c;
}

.content-heading3 {
    color: #022935;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 5px;
}

.list-heading {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.list-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}
.mt-50{
    margin-top: 50px !important;
}
.about-iconbox {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.list-iconbox i {
    color: #08b1b6;
    font-size: 20px;
}

.list-content {
    width: 90%;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    font-weight: 400;
    margin-bottom: 0;
}
.right-column{
    width: 60%;
}
.left-column{
    width: 40%;
}
.left-column .list-content{
    width: 85%;
}

.heading-section .heading-1 {
    color: #454545;
    font-size: 12px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 5px;
    position: relative;
}

.heading-section .heading-2 {
    color: #e21d24;
    font-size: 48px;
    text-align: center;
    line-height: 54px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}

/*
.heading-section .heading-2::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    border-bottom: 2px solid #2a2a2a;
    margin-left: auto;
    margin-right: auto;
}
*/

.heading-section .details {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.details-2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.imagebox {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.imagebox img {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}


.mt-40 {
    margin-top: 40px !important;
}

.gallery-box {
    width: 100%;
    position: relative;
}

.gallery-imgboxcon {
    width: 100%;
    height: auto;
}

.gallery-imgbox img {
    width: 100%;
    height: auto;
}

.gallery-iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-icon-1:hover {
    color: #fff !important;
}

.gallery-box:hover .gallery-icon-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #e31f23;
}

.gallery-hover-bg {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-box:hover .gallery-hover-bg {
    opacity: 1;
    visibility: visible;
}


/*section2 end*/


/*Section3 start*/

.section3 {
    padding-top: 0px;
    padding-bottom: 90px;
}

.brand-comments{
    color: #8a8a8a;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.commetator-name{
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
}
.commetator-post{
    color: #252525;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.commetator-post::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #8a8a8a;
}
.read-more-button {
    text-align: center;
    margin-top: 45px;
}

.read-more-button .btn1 {
    border-radius: 30px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}


/*Section3 end*/

.mt-10 {
    margin-top: 10px !important;
}


/*Contact form section start*/

.contactus-section {
    width: calc(100% - 50px);
    height: auto;
    position: relative;
    background-image: url(../images/contact_bg-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}
.contact-imagebox{
    width: 100%;
    height: auto;
}
.contact-imagebox img{
    width: 100%;
    height: auto;
}

.form-box{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background: transparent;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);*/
}
.contact-form-heading{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-form-heading2{
    color: #e21d24;
    font-size: 48px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 50px;
}
.form-details{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form {
    width: 100%;
}

.contact-form .form-control {
    height: 40px;
    color: #454545 !important;
    background-color: rgba(255,255,255,1) !important;
    border: 1px solid rgba(255,255,255,1) !important;
    border-radius: 5px !important;
}
.contact-form .form-control::placeholder{
    color: #454545 !important;
}
.contact-form textarea{
    height: 120px !important;
}

.submit-button {
    margin-top: 50px;
}
.submit-button .btn1{
    color: #fff !important;
    background: #e21d24;
    border: 1.5px solid #e21d24;
}
.submit-button .btn1:hover{
    color: #e21d24 !important;
    background: #fff;
    border: 1.5px solid #fff;
    transition: 0.3s ease-in-out;
}

/*Contact form section end*/


.google-map-section{
    padding-top: 240px;
    padding-bottom: 90px;
    background: #f4f4f4;
}

.info {
    width: 100%;
    height: 350px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    background: #033b4c;
}
.form-heading {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.addressbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}
.iconbox i{
    color: #08b1b6;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.email-address{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.email-address:hover{
    color: #fff;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.location{
    color: #fff;
    font-size: 16px !important;
    font-weight: 500  !important;
}
.contact-no:hover{
    color: #fff;
}
.contact-detailsbox p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #e8e8e8;
}


/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #121314;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #e21d24;
    font-size: 24px;
    font-weight: 600;
}

.footer-logo {
    width: 200px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.footer-contact-details {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 15px 30px;
    background: #222121;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-contactbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-contact-iconbox {
    width: 40px;
    height: 40px;
}

.footer-contact-iconbox i {
    color: #fff;
    font-size: 32px;
}

.footer-contact-content {
    margin-left: 10px;
}

.ft_hd {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.ql {
    list-style: none;
    transition: 0.3s ease-in-out;
}

.ql:hover span {
    margin-left: 5px;
    transition: 0.3s ease-in-out;
}

.ql span {
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.ql span i {
    font-size: 14px;
}

.ql a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 15px;
    transition: 0.3s ease-in-out;
    position: relative;
}
.ql a::after{
    position: absolute;
    content: '';
    height: 21px;
    top: 0;
    padding-left: 14px;
    border-right: 2px solid #85180e !important;
}
.ql:nth-child(6) a::after{
    display: none;
}
.ql a:hover {
    color: #e21d24 !important;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

.contact-no-heading {
    color: #e21d24;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-no2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.contact-no2 a{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.contact-no2 a:hover{
    color: #e21d24;
}

.email-address-heading {
    color: #e21d24;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.location-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
}

.email-address2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.email-address2 a{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.email-address2 a:hover{
    color: #e21d24;
}
.location2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.subs-content {
    padding-bottom: 30px;
}
.social_media-section{
    width: 100%;
    height: auto;
    padding: 50px;
    background: #222121;
    margin-top: 70px;
}
.footer-section .social_con {
    margin-top: 0px;
}

.footer-section .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}
.footer-section .social_con .icons_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 15px;
}

.footer-section .social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #d7d7d7;
    /*    border: 1px solid #111;*/
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.footer-section .social_con .social_icons .social_contentbox{
    color: #d7d7d7;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    
}
.footer-section .social_con .social_icons .icons i {
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.footer-section .social_con .social_icons .icons_box:hover .social_contentbox{
    color: #e21d24;
    background: transparent;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons_box:hover .icons i {
    color: #e21d24;
    transition: 0.3s ease-in-out;
}



/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #bc0000;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #bc0000;
}
*/







.footer_end {
    width: 100%;
    height: auto;
    margin-top: 0px;
/*    background: #fff;*/
/*    border-top: 1px solid rgba(255,255,255,0.3);*/
}

.footer-end-content {
    padding: 35px 0;
/*    border-top: 1px solid rgba(255,255,255,0.5);*/
}

.ft_end_txt {
    color: #d7d7d7;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #d7d7d7;
    transition: 0.3s ease;
}
.ft_end_txt2{
    text-align: right;
}
.ft_end_txt a:hover {
    color: #fff;
    transition: 0.3s ease;
}

.footer_end-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*Footer end*/



/*About page start*/

.banner-heading-section {
    background: #ebebeb;
    position: relative;
    padding: 50px 0;
}

/*
.bg-banner-image {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
*/

.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #2a2a2a;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}

.about-content .breadcrumb-item a {
    color: #454545 !important;
}

.about-content .breadcrumb-item.active {
    color: #454545 !important;
}

.about-content .breadcrumb-item.active a {
    color: #454545 !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #454545 !important;
}

.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}

.aboutpage_section1 .contentbox_heading1_ul {
    width: 90px;
}

.aboutpage_section1 .imagebox3 {
    border-radius: 30px;
}

.aboutpage_section2{
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ebebeb;
}

.skillbox{
    padding: 20px;
    background: #fff;
}


.aboutpage_section2 .list-row{
    margin-top: 10px;
}

.experiencebox{
    padding: 20px;
    background: #08b1b6;
}
.experiencebox .list-content{
    color: #fff;
}
.experiencebox .list-iconbox i{
    color: #fff;
}
/*About page end*/

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.aboutus_page-section1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.aboutus_page-section1 .heading-2 {
    color: #2a2a2a;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutus_page-section1 .left-contentbox {
    padding-bottom: 0px;
}

.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
    color: #222121;
}

.about-section2 {
    padding-top: 90px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/sea-fishing-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}

.content-heading1 {
    color: #454545;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
}
.content-heading2 {
    color: #e31f23;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.left-contentbox-details {
    margin-bottom: 0;
    color: #ededed;
}

.iconbox2 {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transition: 0.3s ease;
}

.iconbox2 img {
    width: 60px;
    height: 60px;
}

.iconbox2 i {
    color: #fff;
    font-size: 24px;
    transition: 0.3s ease;
}

.iconbox2:hover {
    background: #fff;
    transition: 0.3s ease;
}

.iconbox2:hover i {
    color: #2a2a2a;
    transition: 0.3s ease;
}

.sub-cloumbox-heading {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.sub-cloumbox-details {
    color: #ededed;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}



/*Our Products page start*/

.our-products {
    padding-top: 80px;
    padding-bottom: 80px;
}

.catego-info:nth-child(even) {
    background-color: #ededed;
}

.catego-info:nth-child(odd) {
    background: #FFFFFF;
}

.our-products .left-contentbox .content-heading2 {
    color: #2a2a2a;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.our-products .product-code {
    font-size: 16px;
    color: #777;
}

.our-products .product-code strong {
    color: #454545;
    font-weight: 600;
}

/*
.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #f5ad0d !important;
}
.learn-more-btn:hover{
    color: #f5ad0d !important;
    background: transparent !important;
}
*/
.our-category-section {
    width: 100%;
    height: auto !important;
    background: #dfdfdf;
    padding-bottom: 80px;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.card-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.card-imgbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.card-imgbox img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 20px 0;
}

.card-content .card-heading {
    color: #0c141d;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.card-content .card-heading a {
    color: #0c141d;

}

.card-button .read-more {
    color: #bc0000;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.button-group .btn1 {
    color: #ef7f1b;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef7f1b;
}

.button-group .btn1:hover {
    color: #fff;
    background: #ef7f1b;
    transition: 0.3s ease;
    border: 1.5px solid #ef7f1b;
}

.button-group .learn-more-btn2 {
    color: #fff;
    background: #01a0e2;
    transition: 0.3s ease;
    border: 1.5px solid #01a0e2;
    margin-left: 20px;
}

.button-group .learn-more-btn2:hover {
    color: #01a0e2;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #01a0e2;
}

.more-products {
    padding-top: 80px;
    padding-bottom: 80px;
}



/*Our Products page end*/

/*Our Products details page start*/
.our-products2 {
    padding-bottom: 0;
}

.hr-line {
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}

.details-heading {
    font-size: 22px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}

.our-products table th,
td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}

.product-imgcon {
    border: 2px solid #999;
    /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*Our Products details page end*/



/*Our Projects page start*/

.our-project-section2 {
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox {
    padding: 40px;
}


/*Our Projects page end*/

.contactus-section2 {
    margin-top: 90px;
}

/*
.contactus-section2 .form-heading {
    color: #2a2a2a;
}
.contactus-section2 .contact-no {
    color: #2a2a2a;
}
.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}
.contactus-section2 .email-address {
    color: #2a2a2a;
}
*/

/*
.contactus-section2 .submit-button .btn2{
    color: #fff;
    background: #ef2b1f;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
    margin-left: 20px;
}

.contactus-section2 .submit-button .btn2:hover{
    color: #ef2b1f;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
}
*/



/*Our Service page start*/



.service-section1 {
    padding-top: 80px;
    padding-bottom: 80px;
}


/*
.bg-banner-image {
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
*/

.service-heading2 {
    color: #454545;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}

.service-details2 {
    color: #777;
    font-size: 16px;
    line-height: 24px;
}
.service-section1 .form-box{
    box-shadow: none;
    margin-top: 0;
}
.features_info {
    margin-top: 30px;
}
.features_info .list-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.features_info .icon-heading{
    margin-bottom: 0;
}



.list-content {
    margin-left: 10px;
}

.bro-iconbox {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.bro-iconbox img {
    width: 100%;
    height: auto;
}

.download_brochure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: rgba(8,177,182,0.2);
    padding: 30px 40px;
}

.download_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.brochure-heading {
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.download_text p {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.right-form-box {
    background: rgba(0,0,0,0.7);
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.right-form-box-heading {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.service-section1 .contact-form {
    width: 100%;
    height: auto;
    /*
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
*/
}

.right-form-box .contact-form .form-control {
/*    height: 45px;*/
/*    color: #777777 !important;*/
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
}
/*
.right-form-box .contact-form .form-control::placeholder{
    color: #777777;
}
*/
.right-form-box .submit-button .btn1 {
    width: 100%;
    display: block;
}

.right-service-box {
    background: #e31f23;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0px;
}

.service-list {
    list-style: none;
}

.service-item {
    width: 100%;
    height: 50px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid #222121;
}

.service-item:hover {
    color: #ebebeb;
    transition: 0.3s ease;
}



.learn-more-btn {
    color: #fff !important;
    margin-left: 10px;
    background: #1ec3f3 !important;
    border: 1.5px solid #1ec3f3;
}

.learn-more-btn:hover {
    color: #ffff !important;
    background: #000a1d !important;
    border: 1.5px solid #000a1d;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-contentbox {
    border: 5px solid #ebebeb;
}
.product_container p {
    /*padding: 0 20px;*/
    color: #222121;
    font-size: 21px;
}
.productbox{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.product_imgbox{
    width: 100%;
    /*height: 300px;*/
    overflow: hidden;
    position: relative;
}
.product_imgbox img{
    width: 100%;
    height: auto;
}
.product_contentbox{
    width: 100%;
    height: auto;
    padding: 20px 5px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    background: #222121;
    text-align: center;
    position: relative;
    z-index: 1;
}
.sticky_div {
    position: sticky;
    top: 20px;
}
.enquiry_buttonbox{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}
.enquiry_buttonbox .btn1:hover{
    background: #fff;
    border: 1.5px solid #e21d24;
    transition: 0.3s ease-in-out;
}
.productbox:hover .enquiry_buttonbox{
    bottom: 100px;
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease-in-out;
}

/*Our Service page end*/



.about_section2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_section2 .content-heading1 {
    color: #454545;
    text-align: left;
}

.about_section2 .content-heading2 {
    color: #01a0e2;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about_section2 .left-contentbox-details {
    margin-bottom: 0;
    color: #777;
}

.mision_vision-section {
    padding-bottom: 50px;
}

.mision_vision-section .left-contentbox .content-heading2 {
    color: #454545;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}

.mision_vision-section .left-contentbox .left-contentbox-details {
    color: #777;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}




.our-products-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
}

/*Category page start*/


.our-category-section {
    width: 100%;
    height: auto !important;
    /*    background: #952d0a;*/
    background: #dfdfdf;
    padding-top: 80px;
    padding-bottom: 80px;
}


/*
.card-box {
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 20px;
}
*/

.card-imgbox img {
    width: 100%;
    height: auto;
}


.card-content {
    padding: 20px 0;
}

.card-content .card-heading {
    color: #39c5ff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.card-content .card-heading a {
    color: #39c5ff;

}

.card-button .read-more {
    color: #ef7f1b;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

/*Category page end*/


.achiev_section1{
    padding-top: 90px;
    padding-bottom: 90px;
}

.search_icon {
    color: fff;
    fill: currentColor;
    display: inline-block;
    width: 16px;
    height: 16px;
  }