@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=Raleway:400,500,600,700,800,900&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);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

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: 22px;
}

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,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 17px;
     line-height: 30px;
     color: #454546;
}

a {
     color: #222222;
     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 {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 50px;
}

.titlepage h2 {
     font-size: 40px;
     color: #191919;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background: #191919;
     max-width: 200px;
     width: 100%;
     transition: ease-in all 0.5s;
     color: #fff;
     display: block;
     height: 61px;
     line-height: 61px;
     text-align: center;
}

.read_more:hover {
     background: #f62323;
     color: #fff;
     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 --*/

.head_top {
     background-color: #ff0000;
}

ul.top_infomation {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     align-items: center;
     height: 40px;
}

ul.top_infomation li {
     display: inline-block;
     font-family: 'Poppins', sans-serif;
     font-size: 15px;
     color: #fff;
}

ul.top_infomation li img {
     padding-right: 5px;
}

ul.top_infomation li a {
     color: #fff;
}

ul.top_infomation li a:hover {
     color: #fff;
}

.header_midil {
     width: 100%;
     background: #fff;
     height: 80px;
     padding: 23px 30px;
}


.navigation.navbar {
     padding: 0;
     text-align: center;
}

.navigation.navbar-expand-md .navbar-collapse {
     justify-content: center;
}

.navigation .navbar-nav.mr-auto {
     margin: 0 auto;
}

.navigation .navbar-nav.mr-auto li {
     display: flex;
     align-items: center;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 35px;
     color: #454546;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
     border-radius: 30px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #e93225;
}

.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: #e93225;
}

.di_no {
     display: none;
}

ul.email {
     display: flex;
     justify-content: space-between;
     align-items: center;
}

ul.email li {
     display: inline-block;
}

ul.email li a {
     color: #f62323;
     font-size: 17px;
     text-transform: uppercase;
}

ul.email li i {
     color: #f62323;
     font-size: 19px;
     ;
     padding-left: 10px;
}


/** end header **/


/** banner section **/

.full_bg {
     background: url(../images/banner_bg.jpg);
     background-size: 100% 100%;
     background-position: right;
     background-repeat: no-repeat;
     height: 100vh !important;
     padding: 73px 0;
}

.slider_main {
     padding-top: 6%;
}

.relative {
     left: 0;
     right: 0;
     text-align: left;
     position: inherit;
}

.carousel-item {
     height: 100%;
     width: 100%;
}

.owen {
     max-width: 640px;
     float: right;
     width: 100%;
}

.owen h1 {
     font-size: 55px;
     line-height: 60px;
     color: #454546;
     font-weight: 500;
     text-transform: uppercase;
     padding-bottom: 20px;
}

.owen p {
     padding-bottom: 64px;
     display: block;
     font-weight: 500;
}

.owen .read_more {
     text-transform: uppercase;
     margin-left: 0;
}

.owen .read_more i {
     padding-left: 10px;
}

.slider_main .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 76px;
     height: 76px;
     background-color: #f74646;
     color: #fff;
     font-size: 45px;
     opacity: 1;
     top: 50%;
     box-shadow: 0 0 65px rgba(30, 30, 30, 0.24);
     z-index: 999;
}

#banner1 .carousel-control-prev {
     left: inherit;
     right: 0;
     top: 30%;
}

#banner1 .carousel-control-next {
     right: 0;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
     background-color: #454546;
     color: #fff;
}


/** end banner section **/


/** about section **/

.about {
     background: #fff;
     padding-top: 90px;
     padding-bottom: 90px;
}

.about .titlepage {
     padding-bottom: 0px;
     padding-left: 20px;
}

.about .titlepage h2 {
     padding-bottom: 30px;
}

.about .titlepage p {
     padding-bottom: 47px;
}

.pa_left0 {
     padding-left: 0;
}

.about_img figure {
     margin: 0;
}

.about_img figure {
     position: relative;
}

.about_img figure:before {
     position: absolute;
     content: "";
     width: 24px;
     height: 100%;
     left: -13px;
     top: 0;
     background: url(../images/icon_left1.jpg);
     background-position: center;
     background-repeat: no-repeat;
}

.about_img figure img {
     box-shadow: 0 0 191px rgba(30, 30, 30, 0.16);
}

.left_be {
     margin-top: 15px;
}

.left_be figure {
     position: relative;
}

.left_be figure:before {
     position: absolute;
     left: 18%;
     background: url(../images/icon_left2.jpg);
     background-repeat: no-repeat;
     background-position: center;
}

.right_ber figure {
     position: relative;
}

.right_ber figure:before {
     position: absolute;
     right: -13px;
     left: inherit;
}


/** end about section **/


/** wedo **/

.wedo {
     padding-top: 85px;
     padding-bottom: 90px;
     background: #f74646;
     position: relative;
}

.wedo .titlepage h2 {
     color: #fff;
}

.wedo .titlepage p {
     color: #fff;
}

.wedo_box {
     margin-bottom: 30px;
}

.wedo_box i {
     margin-bottom: 15px;
     width: 91px;
     height: 87px;
     border: #fee9e9 solid 1px;
     display: flex;
     justify-content: center;
     align-items: center;
}

.wedo_box h3 {
     color: #fff;
     font-size: 20px;
     font-weight: bold;
     line-height: 22px;
     padding-bottom: 10px;
}

.wedo_box p {
     color: #fff;
}

.wedo .read_more {
     margin-top: 50px;
}


/** end wedo **/


/** property **/

.property {
     padding-top: 85px;
     background: #fff;
}

.property .titlepage p {
     font-size: 17px;
     padding-top: 15px;
     color: #2b2b2b;
}

.property_box {
     background: #fff;
     margin-bottom: 30px !important;
}

.property_box figure {
     margin: 0;
}

.bak_h {
     width: 303px;
     margin: 0 auto;
     display: block;
}

.post-atop {
     display: flex !important;
     justify-content: center;
     align-items: center;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #f74646ed;
     opacity: 0;
     transition: ease-in all 0.5s;
}

.prope_text h3 {
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: 400;
     line-height: 17px;
     padding-bottom: 10px;
}

.prope_text a {
     background-color: transparent;
     border: #fff solid 1px;
     font-size: 12px;
     max-width: 90px;
     height: 25px;
     line-height: 25px;
     color: #fff;
     display: block;
     transition: ease-in all 0.5s;
     margin: 0 auto;
}

.prope_text a:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
}

#ho_bg:hover .post-atop {
     opacity: 1;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

#ho_bg:hover .bak_h {
     background-color: #000;
}

.property .read_more {
     margin: 0 auto;
     margin-top: 50px;
}


/** end property **/


/** news section **/

.news {
     background: #fff;
     padding-top: 85px;
}

.news .titlepage h2 {
     padding-bottom: 10px;
}

.news_img figure {
     margin: 0;
}

.news_img figure img {
     width: 100%;
     box-shadow: 0 0 19px rgba(30, 30, 30, 0.10);
}

.fer {
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
}

.fer span {
     background: #f24d45;
     display: block;
     padding: 20px 18px;
     font-size: 15px;
     color: #fff;
     text-transform: uppercase;
     position: absolute;
     top: 39%;
     font-weight: 600;
     line-height: 17px;
     text-align: left;
}

.recipe h3 {
     color: #191919;
     font-size: 30px;
     line-height: 35px;
     font-weight: bold;
     margin-bottom: 20px;
}

.recipe p {
     padding: 18px 0 10px 0;
}

.recipe ul {
     display: flex;
     align-items: center;
     justify-content: space-between;
     z-index: 9;
     position: relative;
     flex-wrap: wrap;
}

.recipe a {
     font-size: 20px;
     color: #222222;
     font-weight: 600;
}

.recipe a:hover {
     color: #f14c4a;
}

.recipe ul li {
     display: inline-block;
     color: #787979;
     font-weight: 500;
}

.recipe ul li a {
     display: inline-block;
     color: #787979;
     font-size: 17px;
}

.recipe ul li a:hover,
.recipe ul li a:focus {
     color: #f14c4a;
}

.recipe ul li a svg {
     padding-left: 0px;
     margin-bottom: -4px;
}

.fist_sec {
     padding-bottom: 30px;
}


/** end news section **/


/* newslatter */

.newslatter {
     background: url(../images/subcri.png);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     padding: 200px 0;
}

.bubscr {
     background: #ff0000e3;
     padding: 60px 30px;
}

.bubscr h3 {
     color: #fff;
     font-size: 30px;
     line-height: 28px;
     font-weight: bold;
     margin-bottom: 38px;
}

.form_subscri {
     display: flex;
     align-items: center;
}

.newsl {
     padding: 0px 20px;
     width: 100%;
     height: 64px;
     background: #fff;
     color: #2c2c2c;
     font-size: 17px;
     font-weight: 500;
     border: inherit;
     box-shadow: inherit;
}

.subsci_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #252525;
     text-transform: uppercase;
     color: #fff;
     max-width: 66px;
     width: 100%;
     display: block;
     font-weight: bold;
     height: 64px;
     line-height: 64px;
     margin: 0 auto;
}

.subsci_btn:hover {
     background-color: #ddd;
     transition: ease-in all 0.5s;
     color: #252525;
}


/* end newslatter */


/** testimonial **/

.testimonial {
     background: #ffffff;
     padding-top: 85px;
     position: relative;
}

.testimonial_banner {
     z-index: 9999;
     position: relative;
}

.testimonial_banner::before {
     position: absolute;
     content: "";
     width: 80px;
     height: 80px;
     left: 5px;
     top: -10px;
     background: #ff0000;
}

.testimonial_banner::after {
     position: absolute;
     content: "";
     width: 80px;
     height: 80px;
     right: 5px;
     bottom: -10px;
     background: #ff0000;
     z-index: -1;
}

.testimonial_banner .relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.test_box {
     background: #ffffff;
     padding: 40px;
}

.test_box i {
     float: left;
     padding-right: 30px;
}

.test_box h4 {
     color: #262626;
     font-size: 20px;
     line-height: 20px;
     font-weight: 600;
     padding-top: 60px;
}

.test_box h4 span {
     font-size: 15px;
     color: #ff0000;
     display: flex;
     justify-content: space-between;
     align-content: center;
     line-height: 10px;
     padding-top: 5px;
}

.test_box p {
     padding: 90px 0 40px 0;
}

#myCarousel .carousel-indicators {
     bottom: 15px;
     right: inherit;
     margin-left: 51px;
     cursor: pointer;
}

#myCarousel .carousel-indicators .active {
     background: #1f1f1f;
}

#myCarousel .carousel-indicators li {
     background: #ff0000;
     width: 20px;
     height: 20px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}


/** end testimonial **/


/** contact **/

.contact {
     background: #fff;
     margin-bottom: -140px;
     padding-top: 100px;
}

.main_form .titlepage h2 {
     color: #fff;
}

.main_form {
     background: #252525;
     padding: 45px 30px 0px 30px;
}

.main_form .cont_in {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     font-size: 17px;
     height: 51px;
     background: #fff;
     color: #d5d5d5;
     font-size: 17px;
     font-weight: normal;
     border: #d5d5d5 solid 1px;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #d5d5d5;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     border: #d5d5d5 solid 1px;
     height: 135px;
}

.main_form .send_btnt {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #ff0000;
     text-transform: uppercase;
     color: #fff;
     max-width: 175px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
     height: 65px;
     line-height: 65px;
}

.main_form .send_btnt:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #ff0000;
}

#request *::placeholder {
     color: #d5d5d5;
     opacity: 1;
}

ul.contat li {
     display: block;
     color: #ff0303;
     text-align: left;
     padding-bottom: 19px;
     font-size: 17px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.contat li i {
     margin-right: 15px;
     text-align: center;
     font-size: 30px;
     color: #ff0303;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 90%;
}

ul.contat li a {
     color: #ff0303;
}


/** end contact **/


/** footer **/

.footer {
     padding-top: 80px;
     background: #252525;
     text-align: center;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 5px;
}

ul.social_icon li a i {
     font-size: 20px;
     color: #ffffff;
     transition: ease-in all 0.5s;
     border: #a6a4a4 solid 1px;
     width: 64px;
     height: 64px;
     text-align: center;
     line-height: 64px;
     border-radius: 10px;
}

ul.social_icon li a i:hover {
     color: #ff0303;
     transition: ease-in all 0.5s;
}

.footer_main {
     padding-top: 75px;
}

ul.menu_footer {
     display: flex;
     justify-content: space-evenly;
     align-items: center;
     flex-wrap: wrap;
}

ul.menu_footer li {
     display: inline-block;
}

ul.menu_footer li a {
     font-size: 17px;
     line-height: 20px;
     text-transform: uppercase;
     color: #585757;
     font-weight: 500;
}

ul.menu_footer li a:hover {
     color: #ff0303;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 25px;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.copyright p {
     color: #585757;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
     font-weight: 400;
     font-weight: normal;
}

.copyright a {
     color: #585757;
}

.copyright a:hover {
     color: #fff;
}


/** end footer **/


/**  inner page css **/



.inner_page .footer {
     margin-top: 90px;
}
.inner_page .contact {margin-bottom: 0px;}
.inner_page .contact .main_form {
        padding: 45px 30px 30px 30px;
    }