/*********** SOCIAL *************/

.header-icon{ color: #FF6720; transition: all 0.3s; }
.desktop-device .header-icon:hover{ color: #3C3C3B; border-color: #3C3C3B;  }
.social-icon{ font-size: 24px; height: 50px; width: 50px; position: relative; float: left; display: flex; justify-content: center; align-items: center; border: 4px solid #FF6720; border-radius: 50px; margin-right: 25px; }
.phone-icon{  }
.email-icon{  }
.whatsapp-icon{ font-size: 54px; border: none; }

@media screen and (max-height:690px){
	.social-icon{ height: 30px; width: 30px; border-width: 2px; font-size: 16px; margin-right: 8px; }
	.whatsapp-icon{ font-size: 30px; }
}
@media screen and (max-width:1025px){
	.social-icon{ height: 30px; width: 30px; border-width: 2px; font-size: 16px; margin-right: 8px; }
	.whatsapp-icon{ font-size: 30px; }
}

/*************/
a:hover {
    color: #111111;
}
.header-icon:hover {
    color: #3C3C3B;
    border-color: #3C3C3B;
}
.slider-bg1 {
    background-image: url(/dist/img/hero/h1_hero3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slider-bg2 {
    background-image: url(/dist/img/hero/h2_hero3.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.emargency-care .single-emargency {
    padding: 65px 50px 65px 60px;
    background: url(/dist/img/gallery/bg-2-2.svg);
    background-repeat: no-repeat !important;
    text-align: center;
    width: 490px;
    height: 505px;
    display: flex;
    align-items: center;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0a;
}
.section-tittle>span {
     color: #222222 !important; 
   /* color: #c3c3c3 !important;*/
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .1em;
    margin-bottom: 18px;
}
.browse-btn::before {
    position: absolute;
    content: "";
    background: #ff6720 !important;
    width: 100%;
    height: 2px;
    bottom: -11px;
}

.header-area .main-header .main-menu ul>li:hover>a {
    color: #ff6720 !important;
}
.header-area .main-header .main-menu ul>li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    right: 5px;
    left: -5px;
    height: 3px;
    z-index: 1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: #ff6720 !important;
}
.single-cat .single_service .icon {
    width: 95px;
    height: 95px;
    background: #f5f5ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 95px;
    margin: auto;
}

.categories-area .col-xl-3:nth-child(2) .single_service .icon {
    background: #fff0f8;
}

.categories-area .col-xl-3:nth-child(3) .single_service .icon {
    /* background: #effdf5; */
    background: #edffe2;
}
.categories-area .col-xl-3:nth-child(4) .single_service .icon {
    background: #fcf7f2;
}
.categories-area .col-xl-3:nth-child(5) .single_service .icon {
    background: #faf4ea;
}
.categories-area .col-xl-3:nth-child(6) .single_service .icon {
    background: #e6eafd;
}
.categories-area .col-xl-3:nth-child(7) .single_service .icon {
    background: #fffad7;
}
.categories-area .col-xl-3:nth-child(8) .single_service .icon {
    background: #dbf1ff;
}
.categories-area .col-xl-3:nth-child(9) .single_service .icon {
    background: #eaf0bf;
}
.boxed-btn3-text:hover {
    background-position: 100% 0;
    color: #fff;
}
.boxed-btn3, .boxed-btn3-text:hover, .footer .footer_top .footer_widget .newsletter_form button, .footer .socail_links ul li a:hover {
    background: #ff6720 ;
    background: -moz-linear-gradient(left,#ff6720  0%,#ff6357 100%);
    background: -webkit-linear-gradient(left,#ff6720  0%,#ff6357 100%);
    background: linear-gradient(to right,#ff6720  0%,#ff6357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff008c', endColorstr='#ff6357',GradientType=1 );
}
.boxed-btn3-text {
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    padding: 14px 38px;
    text-align: center;
    border: none;
    border-radius: 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    color: #ff6720;
}
.categories-area .single_service h3 {
    font-size: 22px;
    font-weight: 400;
    color: #001D38;
    margin-top: 24px;
    padding-bottom: 3px;
}

.categories-area .single-cat::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    /* background: #AAFF8F; */
    background: #eaf3fa;
    transition: .6s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
}

/* .section-tittle:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    content: "";
    z-index: -1;
    background-color: #3C3C3B;
} */
.section-tittle>h2 {
    color: #ff6720;
	position: relative;
    width: auto;
    /* margin-bottom: 70px; */
    font-size: 36px;
    line-height: 120%;
    /* font-weight: 500; */
    z-index: 1;
    text-shadow: -2px 2px 0px #fff, 2px 2px 0px #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.case_study_area {
    position: relative;
    padding: 190px 0 216px 0 !important;
    position: relative;
    position: relative;
}
.case_bg_1 {
    background-image: url(/dist/img/gallery/b_blackx5.png);
    background-size: 100% 100%;
}
.case_study_area .patrn_1 {
    position: absolute;
    left: 0;
    top: 0;
}
.d-none {
    display: none!important;
}
.case_bg_1 .browse-btn {
    color: #ffffff!important;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: inline-block;
}
.case_bg_1 .section-tittle>h2 {
    color: #202124;
    position: relative;
	text-shadow: none;
}
.case_bg_1 .section-tittle p {
    /* color: #c5c5c5; */
    color: #3c4043;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.footer-area .footer-tittle h4 {
    color: #ffffff !important;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
}
.footer-area .footer-tittle ul li a {
    color: #ffffff !important;
    font-weight: 300;
    font-size: 16px;
    text-decoration: underline transparent;
}
.footer-area .footer-tittle p {
    color: #ffffff !important;
    font-size: 16px;
}
.footer-bottom-area .footer-border {
     margin-top: 0px !important; 
    padding-bottom: 1px;
    padding-top: 13px;
}
.h1-testimonial-active.dot-style .slick-dots .slick-active button {
    background: #ff6720 !important;
    height: 12px;
    width: 12px;
    position: relative;
    top: -1px;
}
.h1-testimonial-active.dot-style .slick-dots button {
    text-indent: -100000px;
    height: 9px;
    width: 9px;
    border: 0;
    padding: 0;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 50%;
    background: #fde4c6 !important;
}
#back-top {
    background: #ff6720;
    height: 40px;
    width: 40px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgb(108 98 98 / 20%);
}

.border-btn:hover {
    color: #ff6720 !important;
}

.btn_0, .btn_10, .pricing-card-area .single-card .card-bottom .get-btn {
    background: #ff6720;
    background: -moz-linear-gradient(top,#ff6720 0%,#ff6d6d 100%,#7db9e8 100%);
    background: -webkit-linear-gradient(top,#ff6720 0%,#ff6d6d 100%,#7db9e8 100%);
    background: linear-gradient(to bottom,#ff6720 0%,#ff6d6d 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4495', endColorstr='#7db9e8',GradientType=0 );
}
.btn_0:hover {
    background: #7db9e8;
    background: -moz-linear-gradient(top,#7db9e8 0%,#ff6720 0%,#e66f0e 100%);
    background: -webkit-linear-gradient(top,#7db9e8 0%,#ff6720 0%,#e66f0e 100%);
    background: linear-gradient(to bottom,#7db9e8 0%,#ff6720 0%,#e66f0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ff4495',GradientType=0 );
}

.form-contact .form-control {
    border: 1px solid #000000;
    border-radius: 0;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: #ffffff; 
    border-color: #FF7F32 !important;
    font-size: 13px;
    border: 1px solid #FF6720 !important;
    border-radius: 15px;
    margin-bottom: 17px;
    box-shadow: 0 3px 6px #00000029;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(0, 0, 0);
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(0, 0, 0);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(0, 0, 0);
}
 .main-header .container-fluid {
    width: 100%;
   /*padding-right: var(--bs-gutter-x,.75rem); 
     padding-left: var(--bs-gutter-x,.75rem); */
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
} 
.main-header{
    padding-top: 0px !important;
}
.padding-x{
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a;
}
.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10,10,10,.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a;
}
.callout>:last-child {
    margin-bottom: 0;
}
.close-button, .close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
}
.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}
#ctn2 {
    display: none;
}
   

    .testimonial_area {
        padding: 152px 0px 146px;
        background-image: url(/dist/img/gallery/b_blackx5.png);
        position: relative;
        z-index: 0;
        background-position: left top;
        background-size: 100% 100%;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }
    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
    }
    .owl-carousel, .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }


    .testimonial_area .owl-carousel .owl-nav div {
        left: 0px;
    }
    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        user-select: none;
    }
    .owl-carousel .owl-nav div {
        background: transparent;
        height: 50px;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease 0s;
        width: 50px;
        border-radius: 50%;
        font-size: 15px;
        line-height: 50px;
        border: 1px solid rgb(145, 141, 254);
        left: 150px;
        color: rgb(255, 255, 255);
    }

    .testimonial_area .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 0px;
    }
    .testimonial_area .owl-carousel .owl-nav div {
        left: 0px;
    }
    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 150px;
    }
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }
    .owl-carousel .owl-nav div.owl-next i {
        position: relative;
        right: 0px;
    }
    [class^="ti-"], [class*=" ti-"] {
        font-family: themify;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    .owl-carousel .owl-nav div.owl-prev i {
        position: relative;
        top: 0px;
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        transform: translate3d(0px, 0px, 0px);
    }
    .owl-carousel .owl-stage {
        position: relative;
    }

    .owl-carousel.owl-drag .owl-item {
        user-select: none;
    }
    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        backface-visibility: hidden;
    }
    .owl-carousel .owl-item {
        backface-visibility: hidden;
        transform: translate3d(0px, 0px, 0px);
    }
    .owl-carousel, .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    .testimonial_area .owl-carousel .owl-item img {
        display: inline-block;
        width: auto;
    }

    .testimonial_area .single_testmonial p {
        color: #202124;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        margin: 34px 0px;
    }

    .elementor{
        height: 464px;
    }
    .elementor .elementor-html5-video {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .elementor embed, .elementor iframe, .elementor object, .elementor video {
        max-width: 100%;
        width: 100%;
        margin: 0;
        line-height: 1;
        border: none;
    }
    .elementor *, .elementor :after, .elementor :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .elementor .elementor-background-video-container {
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        pointer-events: none;
    }
    .elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        /* position: absolute; */
        overflow: hidden;
        z-index: 0;
        direction: ltr;
    }

   .elementor-background-overlay {
    width: 100%;
    height: 717.438px;
    top: 51%;
    left: 50%;
    position: absolute;
    background-color: #020101B5;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    }

.elementor-note{
    position: absolute;
    height: 100%;
    width: 100%;
    /* top: 0px; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.elementor-note h2{
    padding-top: 10%;
    color: #FFFFFF;
    font-size: 47px;
    font-weight: 600;
}

.elementor-note h3{
    color: #ffffff;
    font-size: 34px;
    margin-top: 64px;
    padding: 22px;
    background-color: #020101B5;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-note b{
    color: #ffffff;
}

.hero-btn {
    padding: 15px 28px!important;
    border-radius: 30px;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
    background: #ff6720 !important;
    width: 100%;
    top: 43px;
    position: absolute;
    right: 5px;
}
.slicknav_nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 600 !important;
}
.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em;
    margin-left: 0 !important;
}
.slicknav_menu .slicknav_menutxt{
    display: none;
    visibility: hidden;
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* background-color: #222; */
    background-color: #ff6720 !important;

    outline: none !important;
    position: absolute !important;
    right: 0 !important;
    top: 9px !important;
}

.slicknav_menu{
    background: #000000 !important;
	padding: 0px !important;
}
/* .slicknav_menu .slicknav_btn{
	position: absolute !important;
	left: 56%;
} */
.mobile_menu {
    position: absolute;
    /* right: 187px; */
    right: 0;
    width: 116px;
    z-index: 99;
    top: 4px;
}
.header-right-btn {
    position: absolute; 
    right: 56px;
    /* bottom: -60px; */
    z-index: 2;
    /* position: relative !important; */
    bottom: 0;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffb49b;
    color: #222;
}
.footer-bottom-area {
    background: #353535 !important;
}
.footer-bottom-area .footer-copy-right p {
    color: #cecece !important;
}



@media screen and (min-width:992px){
	.d-lg-block {
    display: block!important;
}
}

@media screen and (min-width:767px){
    .testimonial_area {
        padding: 50px 0px;
    }

}
@media screen and (max-width: 850px){
	.footer-column.content-width-1-3 {
		width: 50%;
	}
	.footer-menu-column {
		display: none!important;
	}
    #ctn2 {
        display: block;
    }
}
 
@media screen and (max-width: 580px){
    .footer-column.content-width-1-3 {
		width: 100%;
	}
	.footer-column-2 {
		order: 2;
		margin-bottom: 20px;
	}
	.footer-column {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.footer-column-3 {
		order: 1;
		margin-bottom: 60px;
	}
.emargency-care .single-emargency {
    padding: 15px;
    /* width: 300px; */
    width: 100%;
    height: 405px;
    background-size: cover;
    background-image: none;
    background: #ff6720 important;
    background: -moz-linear-gradient(top,#ff6720 0%,#f5927c 100%,#7db9e8 100%);
    background: -webkit-linear-gradient(top,#ff6720 0%,#f5927c 100%,#7db9e8 100%);
    background: linear-gradient(to bottom,#ff6720 0%,#f5927c 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4495', endColorstr='#7db9e8',GradientType=0 );
}
.section-tittle h2 {
    font-size: 32px;
}
#ctn2 {
    display: block;
}
.emargency-care .single-emargency{
    display: block !important;
    padding-top: 60px !important;
} 
.elementor-note h2{
    font-size: 22px;
    padding-left: 4px;
}

.elementor-note h3{
    font-size: 24px;
}
.mobile_menu {
    position: absolute;
    right: 0;
    width: 116px;
    z-index: 99;
    top: 4px;
}
.header-right-btn {
    position: absolute; 
    right: 56px;
    /* bottom: -60px; */
    z-index: 2;
    bottom: -109px !important;;
}
.slicknav_btn {
top: 0 !important;
right: 6px !important;
}
.slicknav_nav {
    top: 34px !important;
    right: 11px !important;
}
}
@media screen and (min-width: 580px){
.emargency-care .single-emargency{
    padding-top: 160px !important;
} 

}

.spant1{
color: #ffffff !important;
    font-weight: 300;
    font-size: 16px;
    text-decoration: underline transparent;
    }