/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@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/css2?family=Sen:wght@400;700;800&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Helvetica', 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: normal;
    font-size: 17px;
    line-height: 28px;
    color: #353534;
}

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: 40px;
}

.titlepage h2 {
    font-size: 50px;
    color: #202020;
    line-height: 55px;
    font-weight: bold;
    padding: 0;
    display: block;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background: #363636;
    max-width: 193px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: normal;
}

.read_more:hover {
    background: #e50444;
    color: #fff;
}

.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 --**/


/*-- header --*/

.header-area {
    width: 100%;
    background: transparent;
    height: 130px;
    padding: 44px 20px;

}

.header-area::before {
    position: absolute;
    content: "";
    top: 0;
    right: 15px;
    background: #b40637d1;
    height: 129px;
    width: 64%;
    border-radius: 0 0px 150px 150px;
}

.logo a {
    color: #fff;
    font-size: 33px;
    display: block;
    line-height: 42px;
    font-family: Algerian;

}

.navbar-area {
    float: right;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 0px;
    font-weight: normal;
    font-weight: 500;
}

.site-navbar ul li {
    padding-right: 60px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #0f1719;
}

.site-navbar ul li a.active {
    color: #0f1719;
}

/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #fff;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}




/* intro-area css end */

ul.email li {
    display: inline-block;
    padding-right: 100px;
}


ul.email li i {
    color: #fff;
    font-size: 19px;
    padding-left: 10px;
}

/** end header **/


/** banner section **/
.full_bg {
    background-image: url(../images/banner.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 0px 120px;

}

.slider_main {
    padding: 85px 0;
}

.relative {
    position: inherit;
    left: 0;
    right: 0;
    text-align: center;

}

.carousel-item {
    height: 100%;
    width: 100%;
}

.creative {
    text-align: left;
}

.creative h1 {
    font-size: 90px;
    line-height: 95px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 40px;
}

.creative p {
    color: #fefefd;
    padding-bottom: 60px;

}

.creative .read_more {
    display: inline-block;
    max-width: 228px;
    line-height: 76px;
    height: 76px;
    font-weight: bold;
    font-size: 16px;
    background: #b40637;
    color: #fff;
    margin-right: 10px;
}

.creative .read_more:hover {
    background: #ffffff;
    color: #0f1719;
}

.cemara figure {
    margin: 0;
}

.cemara figure img {
    filter: drop-shadow(0px 3px 12px #00000069);
}

.slider_main .carousel-indicators {
    display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 50px;
    height: 60px;
    background-color: #e50444;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    top: 95%;
    box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
    z-index: 999;
    border-radius: 50px;
}

#banner1 .carousel-control-prev {
    left: 12.5%;
}

#banner1 .carousel-control-next {
    right: inherit;
    left: 17.4%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    color: #fff;
    background: #262626;
}


/** end banner section **/

/** about section **/

.about {
    background: #fff;
    margin-top: 90px;
}

.about .titlepage {
    padding-bottom: 0;
    max-width: 428px;
    float: right;
    width: 100%;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    position: relative;
    z-index: 9999;
    border-radius: 190px;
    padding-right: 40px;
}


.about .titlepage p {
    padding-top: 45px;
    padding-bottom: 80px;
}

/** end about section **/

/** classes **/

.classes {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 24px;
}

.white_bg {
    background: #fff;
    box-shadow: 9px 0 46px rgba(13, 3, 3, 0.16);
    border-radius: 10px;
    padding-top: 60px;
}

.our_class {
    margin-bottom: -24px;
    padding: 0 30px;
    padding-top: 30px;
}

.our_class h3 {
    padding-top: 20px;
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #262626;
}

.our_class p {
    padding-bottom: 60px;
}

.d_bo {
    display: none;
}

#ho_heal:hover .d_no {
    display: none;
}

#ho_heal:hover .d_bo {
    display: block;
}

.our_class .read_more {
    display: block;
    margin: 0 auto;
}

/** end classes **/


/** choose **/

.choose {
    background: url(../images/traner3.png);
    padding-top: 90px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 32%;
    background-position-y: center;
}

.choose .titlepage {
    padding-bottom: 25px;
}

.chose_text {
    display: flex;
    align-items: center;
    margin-top: 35px;
    cursor: pointer;
}

.cho_icon {
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    margin-right: 40px;
    transition: ease-in all 0.5s;
    box-shadow: 9px 0 46px rgba(13, 3, 3, 0.16);
    border: #ff0000 solid 6px;
    color: #2f2f2e;
    font-size: 50px;
    font-weight: bold;

}

.seren h3 {
    color: #262626;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 50px;
}

.seren p {
    line-height: 25px;
    color: #2f2f2e;
}

.chose_img figure {
    margin: 0;
}

/** end choose section **/


/** testimonial **/
.testimonial {
    background: #fff;
    padding-top: 90px;
}

.clients_banner .tetxs {
    position: inherit;
    bottom: 0;
    padding: 0;
}

.custom {
    text-align: center;
}

.custom {
    padding-bottom: 40px;
}

.clint {
    text-align: left;
    background: #e50444;
    max-width: 294px;
    width: 100%;
    height: 108px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
}

.clint h4 {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
}

.clint span {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.custom p {
    box-shadow: 9px 0 46px rgba(13, 3, 3, 0.156);
    line-height: 30px;
    padding: 67px 60px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 30px;

}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 76px;
    height: 65px;
    background: #283141;
    color: #fff;
    font-size: 15px;
    opacity: 1;
    top: 55%;
    border-radius: 10px;
    z-index: 999;
}

#myCarousel .carousel-control-prev {
    left: 7%;
}

#myCarousel .carousel-control-next {
    right: 7%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
    color: #fff;
    background: #e50444;
}

/** end testimonial **/




/** contact **/
.contact {
    padding-top: 50px;
    background: #fff;
}

.main_form .form_control {
    padding: 0px;
    margin-bottom: 40px;
    width: 100%;
    height: 35px;
    background: #fff;
    color: #595959;
    font-size: 15px;
    font-weight: normal;
    border: inherit;
    border-bottom: #888686 solid 1px;
}

.main_form .form_cont {
    margin-top: 60px;
    margin-bottom: 87px;
    width: 100%;
    background: #fff;
    color: #595959 !important;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 0px 0px 0px;
    height: 35px;
    border: inherit;
    border-bottom: #888686 solid 1px;
}

.main_form .send_btn {
    font-size: 18px;
    transition: ease-in all 0.5s;
    background-color: #111111;
    color: #fff;
    max-width: 185px;
    width: 100%;
    font-weight: 600;
    height: 78px;
    line-height: 78px;
    border-radius: 5px;
    text-transform: uppercase;
}

.main_form .send_btn:hover {
    background-color: #e50444;
    transition: ease-in all 0.5s;
}

#request *::placeholder {
    color: #595959;
    opacity: 1;
}

ul.top_infomation {
    padding-top: 100px;
}

ul.top_infomation li {
    color: #111;
    padding-bottom: 20px;
}

ul.top_infomation li a {
    display: flex;
}

ul.top_infomation li a i {
    margin-right: 8px;
    text-align: center;
    width: 47px;
}

ul.top_infomation li span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #111;
    margin-bottom: -7px;
}

ul.top_infomation li p {
    color: #111;
    line-height: 18px;
    padding-top: 5px;
}

/** end contact **/

/** footer **/

.footer {
    margin-top: 90px;
    background: #1d1e1e;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;

}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #e50444;
}

ul.social_icon {
    text-align: right;
}

ul.social_icon li {
    display: inline-block;
    padding-left: 3px;
}

ul.social_icon li:last-child {
    padding-right: 0;
}

ul.social_icon li a {
    background: #fefefd;
    color: #1d1e1e;
    width: 39px;
    height: 39px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    border-radius: 100%;
    font-size: 22px;
    font-weight: bold;
}

ul.social_icon li a:hover {
    background: #e50444;
    color: #fff;
    transform: rotate(360deg);
    transition: ease-in all 0.7s;
}

/** end footer **/


/**  inner page css **/

.inner_page .header-area::before {
    width: 100%;
    background: #b40637;
    border-radius: 0 0px 85px 85px;
    right: 0px;
}

.inner_page .full_bg {
    background: inherit;
    height: inherit;
}