/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

@keyframes blink {
     0% { opacity: 1; }
     50% { opacity: 0.8; }
     100% { opacity: 1;color:brown }
   }
   
   .blinking-button {
     animation: blink 1s infinite; /* Change the duration as needed */
     color: #666666;
     font-size: 22px;
     margin-left:8%;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;

   }

.container-fluid2 {
     max-width: 1150px; /* Set the maximum width */
     min-width: 720px;
     margin: 5%; /* Center the container horizontally */
     padding: 2%; /* Optional: Add some padding to the sides for better readability */
     margin-bottom: 2%; /* Adjust as needed (space between divs)*/
     margin-top: 2%
}
 
.frame {
     max-width: 1200px;
     border: 2px solid brown; /* Specify border properties */
     padding: 20px; /* Optional: Add padding for spacing */
 }
.container_main {  display: grid;
     grid-template-columns: 1fr  5fr;
     grid-template-rows: 1fr 1fr 1fr;
     gap: 0px 0.2px;
     min-width: 1000px;
     grid-auto-flow: row;
     grid-template-areas:
       "Nav_buttons Body Body"
       "Nav_buttons Body Body"
       "Nav_buttons Body Body";
   }
   
   .Nav_buttons { 
     grid-area: Nav_buttons;
     width: 25%;
     }

   .BodyContent { grid-area: Body;
                    margin-left: 10%; min-width: 1000px; }

@media (min-width: 20%) { /* Adjust breakpoint as needed */
     .navbar-nav.flex-column {
         margin-top: 0%; /* Optional: Add margin for spacing */
         height: 100%;
     }
 
     .navbar-nav.flex-column .nav-item {
         margin-right: 0; /* Remove right margin */
         margin-bottom: 10px; /* Optional: Add bottom margin for spacing between items */
     }

 }
 .vh-100 {
     height: 100%;
 }
 .hh-100 {
     width: 100%;
 }

 .lined-table {
     border-collapse: collapse; /* Collapse the borders of the table cells */
 }
 
 .lined-table tr {
     border-bottom: 1px solid #000; /* Add a solid bottom border to each table row */
 }
.container_text{
     margin-left: 1%; 
     margin-right: auto;
     /* Optional: You can set width if you want to restrict container width */
     /* Adjust the value as per your requirement */
}
.container_text p {
     color:rgb(29, 29, 29);
     text-align:justify;
     max-width: 1000px;
}
.banner_img2 {
     display: flex; /* Set display to flex */
     align-items: center; /* Align items vertically in the center */
     padding-left: 5%;
     
     
 }
 
 .banner_img2 img {
     width: 200px; /* Adjust the width of the image as needed */
     height: auto; /* Maintain aspect ratio */
     margin-right: 20px; /* Add margin to the right to create space between image and text */
 }

 .banner_img3 img {
     width: 950px; /* Adjust the width of the image as needed */
     min-width: 300px;
     height: auto; /* Maintain aspect ratio */
     padding-left: 10%;

 }
 .banner_img3 {

     display: flex; /* Set display to flex */
     align-items: center; /* Align items vertically in the center */
     /* margin: auto; */
     padding-left: 5%;
     
     position: relative;
 }

.banner_img4 img {
    width: 1000px; /* Adjust the width of the image as needed */
    height: auto; /* Maintain aspect ratio */
    padding-left: 15%;
    
}
.banner_img4 {

    display: flex; /* Set display to flex */
    align-items: center; /* Align items vertically in the center */
    /* margin: auto; */
    padding-left: 5%;
    
    position: relative;
}


 .text {
     padding: 10px; /* Add padding around the text */
 }
 
 .text_3 {
    position: absolute; /* Position the text absolutely within the container */
    bottom: -90px; /* Align the text to the bottom of the container */
    left: 12%; /* Align the text to the left of the container */
    
    /* Optional: Background color for better readability */
    /* background-color: rgba(0, 63, 0, 0.5);  */
    color: #005315; /* Optional: Text color */
    padding: -5%; /* Optional: Add padding for better spacing */
    width: 100%; /* Optional: Set width to 100% to fill the container */
    
 }
 
 .text hh3 {
     text-align: center;
     font-size: 50px;
     line-height: 50px;
     color: #2b2b2b;
     font-weight: bold;
     margin: 0; /* Remove default margin for better alignment */
 }
 .text_3 p {
     margin: 10px 0; /* Adjust margin for better spacing */
     font-size: 30px;
     text-align: center;
     line-height: 40px;
 }
 .text p {
     margin: 10px 0; /* Adjust margin for better spacing */
     font-size: 30px;
     text-align: center;
     line-height: 40px;
 }
 .logo {
     text-align: center; /* Center the image horizontally */
     position: fixed;
     /* padding-left: 1%; */
     background-color: #fafafa;
     
 }
 
 .logo img {
     display: block; /* Set image display property to block */
     margin-left: 50%; /* Set margins to auto to center the image horizontally */
     margin-top: 0%;
     height: 100px;
 }
 

 
.content_text {
     /* Aligning the content div to the left */
     float: left; /* or you can use display: inline-block; */
     /* Adding a margin to the left */
     margin-left: 10px; /* Adjust the value as per your requirement */
 }
.container {
     max-width: 1170px;
}
/* Personal styles */
.grid-container {
     display: flex;
     flex-wrap: wrap;
     max-width: 1400px;

 }
 
 .grid-item {
     width: 25%; /* Each grid item takes up 25% of the container width to form a 4x1 grid */
     /* padding: 0px; */
     box-sizing: border-box; /* Include padding in width calculation */
     text-align: center; /* Center align content */
 }
 .two-columns {
     columns: 2; /* Set the number of columns */
 }
 
 .grid-item img {
     max-width: 100%;
     height: auto; /* Maintain aspect ratio */
     display: block; /* Remove default inline image spacing */
     margin: 0 auto; /* Center the image horizontally */
 }
 
 .grid-item p {
     margin-top: 10px; /* Add spacing between image and text */
     font-size: 18px;
 }

 .flex-columns {
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     height: auto; /* Ensures the container expands to fit content */
 }
 
 .flex-columns li {
     width: 50%; /* Each list item takes up half of the container's width */
     box-sizing: border-box; /* Ensures padding and border are included in width */
 }

/*end of */
html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 18px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     min-width: 400px;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 20px;

}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul{
     list-style-type: disc;
}
ul li {
     color: black; /* Changes text color to blue */
     font-size: 16px; /* Sets font size to 16 pixels */
     /* Add more styles as needed */
 }
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 20px;
     line-height: 24px;
}

a {
     color: #0011ff;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full_logo {
     float: left;
     width: 10%;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 36px;
     color: #2b2b2b;
     line-height: 60px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
     color:#03009c;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     text-transform: uppercase;
     transition: ease-in all 0.5s;
     font-weight: bold;
     color: #2b2b2b;
     z-index: 999;
     position: relative;
}

.link_btn {
     display: flex;
     align-items: center;
}

.read_more:before {
     content: "";
     width: 0px;
     height: 1px;
     border: #f0390f solid 1px;
     transition: all 0.2s linear;
     display: block;
     margin-bottom: -16px;
     position: relative;
     z-index: -1;
     left: 104px;
     opacity: 0;
     transition: ease-in all 0.5s;
}

.read_more:hover:before {
     width: 140px;
     opacity: 1;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     color: #f0390f;
     transition: ease-in all 0.5s;
}

.read_more::before::after {
     width: 100%;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}

.img_responsive {
     max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
width: 100%;
background:#fff0;
height: 107px;
padding: 27px 30px;
position: absolute;
z-index: 999;
}

.navigation.navbar {
     float: left;
     padding: 0;
     position: fixed; /* Fixed positioning */
     top: 0; /* Position at the top of the viewport */
    width: 90; /* how? */
    background-color: #ffffff; /* Background color of the navbar */
    z-index: auto; /* Ensure it's above other content */
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 15px 30px;
     color: #2b2b2b;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     border-radius: 30px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
     background: #009b22;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fff;
     background: #f0390f;
}

.di_no {
     display: none;
}

ul.email {
     padding-top: 1px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.email li {
     padding: 0px 30px;
}

ul.email li:nth-child(2) {
     padding-right: 0;
}

ul.email li a {
     font-size: 29px;
}

ul.email li i {
     color: #5e5d5e;
     font-size: 19px;
}


/** end header **/


/** banner section **/

.full_bg {
     background: #fff;
}

.slider_main {
     padding-top: 10%;
}

.relative {
     left: 0;
     right: 0;
     text-align: left;
     position: inherit;
}

.carousel-indicators {
     bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
     background-image: none;
}

.carousel-item {
     min-height: 350px;
     height: 100%;
     width: 100%;
}

.board {
     max-width: 1300px;
     float: left;
     margin-left: 5%;
     text-align: center;
     width: 100%;
     
 
}

a_h3 {
     padding-top: 60px;
     font-size: 60px;
     line-height: 85px;
     color: #2b2b2b;
     font-weight: bold;
     padding-bottom: 60px;
}

.relative h3 {
     padding-top: 60px;
     font-size: 60px;
     line-height: 85px;
     color: #2b2b2b;
     font-weight: bold;
     padding-bottom: 60px;
}

.carousel .icon-container {
     display: inline-block;
     font-size: 25px;
     line-height: 25px;
     padding: 1em;
     text-align: center;
     border-radius: 50%;
}

.slider_main .carousel-indicators {
     display: none;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
     width: 66px;
     height: 66px;
     background-color: #3e0bce;
     color: #fff;
     font-size: 15px;
     opacity: 1;
     border-radius: 50px;
     top: 100%;
}

#carouselExampleIndicators .carousel-control-prev {
     left: 4%;
}

#carouselExampleIndicators .carousel-control-next {
     right: inherit;
     left: 10%;
}

#carouselExampleIndicators .carousel-control-next:focus,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-prev:hover {
     background-color: #f0390f;
     color: #fff;
}

.banner_img {
     padding-left: 0;
     padding-top: 25%;
     text-align: right;
}

.banner_img figure {
     margin-left: 20%;
}


/** end banner section **/


/** our class **/

.class {
     /* padding: 80px 0px 30px 0px; */
     padding: 1em;
}

.class .titlepage p {
     font-size: 18px;
/*      padding-top: 15px; */
     color: #2b2b2b;
}

.class_box {
     border-radius: 10px;
     background: #f0390f;
     margin-bottom: 58px;
     transition: ease-in all 0.5s;
     padding: 40px 50px 75px 50px;
}

.class_box h3 {
     color: #fff;
     font-size: 25px;
     transition: ease-in all 0.5s;
     font-weight: bold;
     line-height: 22px;
     padding: 30px 0;
}

.class_box p {
     color: #fff;
     font-size: 16px;
     line-height: 28px;
     transition: ease-in all 0.5s;
}

.blue {
     background: #3e0bce;
}

.margi_bottom {
     margin-bottom: 30px;
}


/** end our class **/


/** about section **/

.about {
     background: url(../images/about_bg.jpg);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     padding-top: 90px;
}

.about .titlepage {
     padding-bottom: 0;
     max-width: 554px;
     float: right;
}

.about .titlepage h2 {
     padding-bottom: 30px;
     color: #fff;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #fff;
     padding-bottom: 29px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     margin-bottom: -11px;
}

.about .read_more {
     color: #fff;
     background: #3e0bce;
}

.about .read_more:hover {
     color: #f0390f;
     background: #3e0bce;
}


/** end about section **/


/** skating **/

.skating {
     background: #fff;
     padding: 90px 30px 90px 30px;
}

.skating .titlepage p {
     padding-top: 15px !important;
     line-height: 30px;
     font-size: 17px;
     color: #262626;
}

.skating-box figure {
     margin: 0;
}

.skating-box figure img {
     max-width: 100%;
     margin-bottom: 35px;
}

.skating .read_more::before {
     left: 89px;
}


/** end skating **/


/** shop section **/

.shop {
     background: #fff;
}

.shop .titlepage {
     padding-bottom: 0;
     max-width: 458px;
     float: left;
}

.shop .titlepage h2 {
     padding-bottom: 30px;
     color: #2d2c2c;
}

.shop .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #282828;
     padding-bottom: 29px;
}

.shop_img {
     padding-left: 40px;
}

.shop_img figure {
     margin: 0;
}

.shop .titlepage .read_more::before {
     left: 89px;
}


/** end shop section **/


/** testimonial **/

.testimonial {
     background: #3e0bce;
     padding: 90px 0;
     margin-top: 90px;
}

.testimonial .titlepage h2 {
     color: #fff;
}

.carousel-indicators {
     display: none;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     background: #f0390f;
     width: 72px;
     height: 72px;
     top: 112%;
     opacity: 1;
     font-size: 33px;
     border-radius: 40px;
     color: #fff;
}

#myCarousel a.carousel-control-prev {
     left: 44%;
}

#myCarousel a.carousel-control-next {
     right: 44%;
}

#myCarousel a.carousel-control-next:focus,
#myCarousel a.carousel-control-next:hover,
#myCarousel a.carousel-control-prev:focus,
#myCarousel a.carousel-control-prev:hover {
     color: #fff;
     background: #f0390fd4;
     opacity: 1;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.testimonial .carousel-item {
     padding-top: 53px;
}

.test_box {
     background: #f0390f;
     border-radius: 20px;
     padding: 0 20px 40px 20px;
}

.test_box span {
     width: 100px;
     box-shadow: 0 0 38px rgba(14, 14, 13, 0.10);
     height: 100px;
     background: #fff;
     border-radius: 50px;
     margin: 0 auto;
     display: flex;
     align-items: center;
     margin-top: -49px;
     display: inline-grid;
}

.test_box span img {
     width: 38px;
     height: 52px;
     padding: 0;
}

.test_box h4 {
     color: #fff;
     font-size: 24px;
     line-height: 25px;
     font-weight: bold;
     margin-top: 38px;
}

.test_box img {
     width: 20px;
     margin: 0 auto;
     padding: 15px 0;
}

.test_box p {
     color: #fff;
     font-size: 20px;
}

.white_bg {
     background: #fff;
     padding: 0 40px 60px 40px;
     margin: 0 20px;
     box-shadow: 0 0 38px rgba(14, 14, 13, 0.27);
}

.white_bg span {
     width: 120px;
     height: 120px;
     border-radius: 60px;
}

.white_bg span img {
     width: 45px;
     height: 52px;
     padding: 0;
}

.white_bg h4 {
     font-size: 25px;
     color: #2b2b2b;
}

.white_bg img {
     width: 41px;
     margin: 0 auto;
     padding: 25px 0;
}

.white_bg p {
     color: #2b2b2b;
}


/** end testimonial **/


/** footer **/

.footer {
     padding-top: 120px;
     background: #fff;
     text-align: center;
}

.border_left {
     border-left: #f0390f solid 1px;
     padding-left: 40px;
}

.infoma {
     display: block;
}

.infoma h3 {
     text-align: left;
     font-weight: bold;
     font-size: 30px;
     line-height: 24px;
     color: #2c2c2b;
     padding-bottom: 15px;
}

.infoma ul li {
     color: #bebbbb;
     font-size: 14px;
     text-align: left;
     line-height: 35px;
     display: inline-block;
}

.infoma ul li img {
     max-width: 84px;
}

ul.conta {
     padding-top: 12px;
}

ul.conta li {
     color: #434342;
     text-align: left;
     padding-bottom: 22px;
     font-size: 17px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 18px;
     color: #5326d3;
}

ul.conta li a {
     color: #434342;
}


/*newsletter*/

.form_subscri {
     margin-top: 10px;
}

.newsl {
     margin-bottom: 20px;
     width: 100%;
     height: 48px;
     background: #fff;
     color: #9e9c9c;
     font-size: 16px;
     font-weight: normal;
     border: inherit;
     box-shadow: 0 0 5px 0px #dddddd4d;
     padding: 0 15px;
}

.subsci_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #f0390f;
     text-transform: uppercase;
     color: #fff;
     max-width: 220px;
     width: 100%;
     display: block;
     font-weight: 500;
     height: 48px;
     float: right;
     line-height: 48px;
     border-radius: 10px;
}

.subsci_btn:hover {
     background-color: #3e0bce;
     transition: ease-in all 0.5s;
     color: #fff;
}


/* end newsletter*/

ul.fullink li {
     float: left;
     padding: 0px 27px;
}

ul.fullink li a {
     color: #2b2b2b;
     font-size: 17px;
}

ul.fullink li a:hover {
     color: #5326d3;
}

ul.fullink li:nth-child(1) {
     padding-left: 0;
}

ul.fullink li:nth-child(5) {
     padding-right: 0;
}

ul.social_icon {
     float: left;
     padding-top: 0px;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 1px;
}

ul.social_icon li a {
     background: #343334;
     width: 33px;
     height: 33px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     border-radius: 30px;
}

ul.social_icon li a i {
     font-size: 19px;
     transition: ease-in all 0.5s;
}

ul.social_icon li a:hover {
     color: #fff;
     background: #5326d3;
     transition: ease-in all 0.5s;
}

.copyright {
     margin-top: 90px;
     padding-bottom: 25px;
     background: #f0390f
}

.copyright p {
     color: #fff;
     font-size: 17 px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: 400;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #3e0bce;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
     box-shadow: 0 0 10px rgb(240, 57, 15);
     margin-bottom: 10px;
     position: inherit;
}

.inner_page .about {
     margin-top: 80px;
}

.inner_page .class {
     padding-top: 80px;
     padding-bottom: 0;
}


/** contact **/

.contact {
     background: #fcfcfc;
     padding-bottom: 90px;
     padding-top: 88px;
}

.main_form {
     width: 100%;
}

.main_form .contactus {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 50px;
     background: #fff;
     color: #501f14;
     font-size: 17px;
     font-weight: normal;
     border-radius: 11px;
     border: inherit;
     box-shadow: 0px 0px 2px 0 #f34b52d4;
}

.custom-select {
     padding: 0px 10px;
     color: #501f14;
     font-size: 17px;
     height: 50px;
     border: inherit;
     box-shadow: 0px 0px 2px 0 #f34b52d4;
     margin-bottom: 20px;
     border-radius: 11px;
}

.custom-select:focus {
     border: inherit;
     box-shadow: 0px 0px 2px 0 #f34b52d4;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #501f14;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     height: 155px;
     border-radius: 11px;
     border: inherit;
     box-shadow: 0px 0px 2px 0#f34b52d4;
}

.main_form .send_btn {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #f0390f;
     text-transform: uppercase;
     color: #fff;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 600;
     height: 53px;
     border-radius: 10px;
     padding: 13px 0;
}

.main_form .send_btn:hover {
     background: #3e0bce;
     color: #fff;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #501f14;
     opacity: 1;
}


/** end contact **/
