/*--------------------------------------------------------------------- 
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;
    background-color: #000000;
    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: #077b6969;
    margin: 0
}

h1 {
    font-size: 24px;
    color: #077b6969;
}

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: #077b6969;
    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(208, 202, 202, 0.22);
}

.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: #00e390;
    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: #000000;
    background-color:#000000;
    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: #040404;
    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 --**/


/*---------------------------- preloader area ----------------------------*/

 .loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #040404;
    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;
} */ */
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
}

.loader:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%,
    100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse {

    0%,
    60%,
    100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}

/*-- header --*/

.header-area {
    width: 100%;
    background: transparent;
    height: 130px;
    padding: 44px 20px;
}
.header-area::before {
    position: absolute;
    content: "";
    top: 0;
    right: 15px;
    background: rgba(86, 200, 170, 0.156);
    height: 129px;
    width: 64%;
    border-radius: 0 0px 150px 150px;
}
.logo a {
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    display: block;
    line-height: 42px;

}

.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: #ec8e2f;
}
.site-navbar ul li a.active {
    color: #ec8e2f;
}

/* 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: #077b6969;
}




/* 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: url(../images/banner.jpg) ;
    height: 100vh;
    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: 95px;
    /* line-height: 95px; */
    color: #00e390;
    font-weight: bold;
    /* padding-bottom: 5px; */
}
.line {
    
    font-size: 45px;
    line-height: 45px;
        color: #00e390;
        font-weight: bold;
    width: 0px;
    margin: auto;   
    overflow: hidden;

}

/*Animação*/
.anim-typewriter {
    animation: typewriter 4s steps(11) 500ms infinite,
        blinkTextCursor 500ms steps(11) infinite normal;
}

@keyframes typewriter {
    0% {
            width: 0px;
        }
    
        10% {
            width: 400px;
        }
    
        25% {
            width: 500px;
        }
    
        75% {
            width: 500px;
        }
    
        90% {
            width: 400px;
        }
    
        100% {
            width: 0px;
        }
}

.creative p {
    color: #fefefd;
    padding-bottom: 90px;

}

.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: 71px;
    height: 71px;
    background-color: #e50444;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    top: 100%;
    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: #000000;
    margin-top: 90px;
    color:#00e390;
}
.about .titlepage {
    padding-bottom: 0;
    max-width: 428px;
    float: right;
    width: 100%;

}
.about b{
color: #00e390;
}

.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;
    color:#ffffff;
}
.about h2{
    color: #00e390;
}

/** end about section **/   




/** classes **/

.classes {
    background: #000000;
    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 h2{
color: #00e390;  
}
.our_class h3 {
    padding-top: 20px;
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #00e390;
}
.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/chose.png); */
    padding-top: 90px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-y: center;
    opacity: 0.9;
}
.choose .titlepage {
    padding-bottom: 25px;
}
.chose_text {
    display: flex;
    align-items: center;
    margin-top:35px;
    cursor: pointer;
}
.cho_icon {
    background: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    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: #00e390;
    font-size:20px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 50px;
}
.seren p {
    line-height: 25px;
    color: #fff;
}
.chose_img figure {
    margin: 0;
}

/** end choose section **/


/** tranner section **/

.tranner {
    background: #fefefd;
    padding-top: 90px;
}
.tranner .titlepage {
    padding-bottom: 20px;
}
.tranner_box {
    margin-top: 30px;
    background: #e50444;
    padding: 22px;
    border-radius: 20px;
}

.tranner_img figure {
    margin: 0;
}
.tranner_img a {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
}

.tranner_img a:hover {
    color: #e50444;
}

/** end tranner section **/

/** testimonial **/
.testimonial {
    background: #000;
    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: #fff;
    max-width: 300px;
    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: #00e390;
}

/** end testimonial **/




/** contact **/
.contact {
    padding-top: 50px;
    background: #000;
    
}
.main_form .form_control {
    padding:2px;
    margin-bottom: 40px;
    width: 100%;
    height: 35px;
    background:#fff;   
    color: #000;
    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: 12px;
    /* transition: ease-in all 0.5s; */
    background-color: #111111;
    color: #fff;
    /* max-width:185px; */
    width:50%;    
    height: 50px;
    /* line-height: 50px; */
    border-radius: 5px;
    text-transform: uppercase;
}

.main_form .send_btn:hover {
    background-color: #00e390;
    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: 12px;
}
ul.top_infomation li span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    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: #000;
    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;
}

