/*---------------------
  Featured
-----------------------*/

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
.featured {
    padding-top: 20px;
    padding-bottom: 10px;
}

.featured__controls {
    text-align: center;
    margin-bottom: 50px;
}

.featured__controls ul li {
    list-style: none;
    font-size: 18px;
    color: #1c1c1c;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}

.featured__controls ul li.active:after {
    opacity: 1;
}

.featured__controls ul li:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #7fad39;
    content: "";
    opacity: 0;
}

.featured__controls ul li:last-child {
    margin-right: 0;
}

.featured__item {
    margin-bottom: 50px;
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
    bottom: 20px;
}

.featured__item__pic {
    height: 200px;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.featured__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.featured__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
    margin-right: 0;
}

.featured__item__pic__hover li:hover a {
    background: #7fad39;
    border-color: #7fad39;
}

.featured__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.featured__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.featured__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.featured__item__text {
    text-align: center;
    padding-top: 15px;
}

.featured__item__text h6 {
    margin-bottom: 10px;
}

.featured__item__text h6 a {
    color: #1c1c1c;
    text-decoration: none;
    font-family: poppins;
}

.featured__item__text h5 {
    color: #1c1c1c;
    font-weight: 700;
    font-family: poppins;
}

.boxes {
    width: 100%;
    background: #FFFFFF;
    padding-top: 50px;
    z-index: 1;
}

.box {
    width: 100%;
}

.box_image {
    width: 100%;
}

.box_image img {
    max-width: 100%;
}

.box_title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -26px;
    width: 237px;
    height: 67px;
    background: #FFFFFF;
    text-align: center;
}

.box_title:hover {
    background: #bbe432;
}

.box_title a {
    display: block;
    line-height: 67px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: none;
    font-family: poppins;
}

.block1 {
    position: relative;
    border: 1px solid #e6e6e6;
}

.block1-txt {
    background-color: rgba(103, 117, 214, 0.0);
}


/*---------------------------------------------*/

.block1-name {
    color: #333;
}

.block1-info {
    color: #555;
}


/*---------------------------------------------*/

.block1-txt-child1 {
    padding-top: 20px;
    font-family: abril fatface, serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    line-height: 1.13em;
    word-wrap: break-word;
}

.block1-txt-child2 {
    border-bottom: 2px solid #fff;
    overflow: hidden;
    padding-top: 30px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.block1-link {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}


/*---------------------------------------------*/

.block1-txt:hover {
    background-color: rgba(103, 117, 214, 0.8);
}

.block1-txt:hover .block1-txt-child2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.block1-txt:hover .block1-link {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.block1-txt:hover .block1-name,
.block1-txt:hover .block1-info {
    color: #fff;
}

.trans-03 {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.trans-09 {
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

.trans-05 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.wrap-pic-w img {
    width: 100%;
}

.ab-t-l {
    position: absolute;
    left: 0px;
    top: 0px;
}

.wrap-pic-s,
.wrap-pic-max-s,
.wrap-pic-w,
.wrap-pic-max-w,
.wrap-pic-h,
.wrap-pic-max-h {
    display: block;
}

.s-full {
    width: 100%;
    height: 100%;
}

.p-r-38,
.p-lr-38,
.p-all-38 {
    padding-right: 38px;
}

.p-l-38,
.p-lr-38,
.p-all-38 {
    padding-left: 38px;
}

.p-b-34,
.p-tb-34,
.p-all-34 {
    padding-bottom: 34px;
}

.stext-101 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.466667;
    text-transform: uppercase;
}

.cl0 {
    color: #fff;
}

.p-b-4,
.p-tb-4,
.p-all-4 {
    padding-bottom: 4px;
}

.icon_box.icon_box_style3 {
    border: 1px solid #ddd;
    padding: 30px;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0;
}

.icon_box_style3 .icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.icon_box_style3 .icon_box_content {
    overflow: hidden;
}

.icon_box_style3 .icon i {
    font-size: 36px;
    color: #FF324D;
    line-height: normal;
}

.icon_box_style3 .icon_box_content p {
    font-size: 14px;
    line-height: normal;
}

.heading-39101 {
    position: relative;
}

.heading-39101 .backdrop {
    line-height: 1;
    top: -20%;
    position: absolute;
    text-transform: uppercase;
    z-index: -1;
    font-weight: 900 !important;
    font-size: 5rem;
    color: #efefef;
}

.heading-39101 .backdrop.text-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#aboutbg2 {
    /* background-image: url('img/bannerfoot.jpg'); */
    background: #e8e7e7;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax {
    /* The image used */
    background-image: url("img/shop-home-parallax-1.jpg");
    /* Set a specific height */
    min-height: 300px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@import url('https://fonts.googleapis.com/css?family=Caveat');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto+Mono|Roboto+Slab|Russo+One');
@import url('https://fonts.googleapis.com/css?family=Karla|Lato|Noto+Sans|Noto+Serif|Open+Sans|Roboto+Mono|Ubuntu');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#product1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#img1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('111.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#bg1 {
    background: linear-gradient(to right, rgba(46, 22, 111, 1), rgba(74, 20, 142, 0.9));
}

ul li a {
    margin-right: 20px;
}

#line:after {
    display: block;
    content: "";
    position: absolute;
    background: gold;
    height: 80px;
    width: 2px;
    left: -80px;
    top: -30px;
    transform: rotate(-270deg)
}

.btn-outline-dark:hover {
    background: #2E166F;
    border: 2px solid #2E166F;
    color: gray;
}

.btn-outline-dark {
    border-radius: 0;
    padding: 20px;
    border: 2px solid #2E166F;
    background: #2E166F;
    color: white;
}

.btn-light {
    border-radius: 0;
    padding: 10px;
    border-radius: 17px;
    margin-right: 5px;
    font-weight: bold;
}

.btn-warning {
    border-radius: 0;
    padding: 10px;
    border-radius: 17px;
    margin-left: 5px;
    font-weight: bold;
}

.nav-link {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

#bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url('img/image-asset.jpeg');
    background-repeat: repeat;
    height: 100vh;
}

body {
    margin: 0;
    font-family: poppins;
}

.top_menu {
    background: #f4f4f4;
    height: 40px;
    line-height: 16px;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.top_menu .left_side,
.top_menu .right_side {
    margin-bottom: 0px;
    padding: 12px 0;
    display: flex;
    list-style: none;
}

.top_menu .left_side li a {
    margin-right: 20px;
    color: #707070 !important;
    text-decoration: none;
}

.top_menu .left_side li a,
.top_menu .right_side li a {
    font-size: 12px;
    color: #707070 !important;
    display: inline-block;
    transition: all 300ms linear 0s;
    /* text-transform: uppercase; */
    text-decoration: none;
}

.main_menu {
    background: #f8f8f8;
}

.w-100 {
    width: 100% !important;
}

.pull-right {
    float: right;
}

.navbar .nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #050505;
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding-top: 20px;
    font-weight: 500;
}

.navbar .nav li.active>a {
    border-bottom: 1px solid red;
}


}
.dropdown-menu {
    width: 250px;
}
.dropdown-menu .nav-item .nav-link {
    font-size: 13px !important;
}
.section-padding {
    margin-top: 80px;
}
.item-padding {
    padding: 40px 20px;
}
.single-feature {
    background: #f2f2f2 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-feature:hover {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.single-feature h3 {
    color: #222;
    /* font-family: "Ubuntu",sans-serif; */
    
    font-size: 17px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 25px;
}
.single-feature p {
    font-size: 13px;
}
.single-slide {
    margin: 0 5% 20px
}
.single-slide p {
    font-size: 12px;
}
.single-slide h3 {
    color: #222;
    font-family: "Ubuntu", sans-serif;
    font-size: 17px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.department-area .single-slide:hover .item-padding {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}
.department-area .single-slide:hover .slide-img .hover-state {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible
}
.department-area .single-slide .item-padding {
    background: #fff;
    padding: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
@media (max-width: 575.98px) {
    .department-area .single-slide .item-padding {
        padding: 10px 10px
    }
}
.department-area .single-slide .slide-img {
    position: relative;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}
.department-area .single-slide .slide-img .hover-state {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 2, 14, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden
}
.department-area .single-slide .slide-img .hover-state i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.about-text h2 {
    font-weight: 600;
    margin-bottom: 35px;
}

/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area {
    background-image: url(images/newsletter.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 67px 0;
}

/* line 7, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.overlay {
    position: relative;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
}
.newletter_area.overlay::before {
    opacity: .7;
}
@media (max-width: 767px) {
    /* line 10, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
    
    .newletter_area .newsletter_text {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* line 10, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
    
    .newletter_area .newsletter_text {
        margin-bottom: 20px;
    }
}

/* line 17, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .newsletter_text h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    margin-bottom: 11px;
}

/* line 24, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .newsletter_text p {
    color: #AAB1B7;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

/* line 32, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .mail_form .newsletter_field {
    margin-right: 10px;
}
@media (max-width: 767px) {
    /* line 32, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
    
    .newletter_area .mail_form .newsletter_field {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* line 38, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .mail_form .newsletter_field input {
    width: 100%;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    padding-left: 15px;
    color: #000;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}
.newletter_area .mail_form .newsletter_btn button {
    width: 100%;
    text-align: center;
    padding: 13px 10px;
}
.boxed-btn4:hover {
    background: #1EC6B6;
    color: #fff !important;
}
.boxed-btn4 {
    background: #FF4A52;
    color: #fff;
    display: inline-block;
    padding: 13px 39px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

/* line 49, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .mail_form .newsletter_field input::placeholder {
    color: #AAB1B7;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}

/* line 55, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .mail_form .newsletter_field input:focus {
    outline: none;
}

/* line 61, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
.newletter_area .mail_form .newsletter_btn button {
    width: 100%;
    text-align: center;
    padding: 13px 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
    /* line 61, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_newsletter.scss */
    
    .newletter_area .mail_form .newsletter_btn button {
        width: auto;
        padding: 13px 40px;
    }
}
footer {
    /* margin-top: 80px;*/
    
    background-color: #03050d;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 15px 0px 15px
}
@media (max-width:991px) {
    footer {
        margin-top: 30px
    }
}
@media (max-width:991px) {
    footer .footer-item {
        margin-bottom: 60px
    }
}
footer .footer-item h2 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}
footer .footer-item h2 em {
    font-style: normal;
    color: #f4c23d
}
footer .footer-item h2:after {
    width: 30px;
    height: 3px;
    background-color: #2a35e3;
    left: 0;
    top: 30px;
    position: absolute;
    content: ''
}
footer .footer-item p {
    color: #fff;
    font-weight: 300
}
footer .footer-item ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}
footer .footer-item ul li {
    display: block
}
footer .footer-item ul li a {
    font-size: 13px;
    color: #fff
}
footer .footer-item ul li a:hover {
    color: #f4c23d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
footer .footer-item .need-help ul li {
    margin-bottom: 10px
}
footer .footer-item .need-help ul li:last-child {
    border-bottom: none
}
footer .footer-item .need-help ul li a {
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
footer .footer-item .need-help ul li a:hover {
    padding-left: 23px
}
footer .footer-item .what-offer ul li {
    margin-bottom: 10px
}
footer .footer-item .what-offer ul li:last-child {
    border-bottom: none
}
footer .footer-item .what-offer ul li a {
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
footer .footer-item .what-offer ul li a:hover {
    padding-left: 23px
}
footer .footer-item .about-us ul {
    margin-top: 25px
}
footer .footer-item .about-us ul li {
    display: inline-block;
    border-bottom: none
}
footer .footer-item .about-us ul li a {
    width: 38px;
    height: 38px;
    background-color: rgba(250, 250, 250, 0.1);
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
footer .footer-item .about-us ul li a:hover {
    color: #1e1e1e;
    background-color: #f4c23d
}
footer .footer-item .our-gallery ul li {
    border-bottom: none;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px
}
footer .footer-item .our-gallery ul li img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}
footer .footer-item .our-gallery ul li img:hover {
    opacity: 0.75
}
footer .footer-item .quick-search input {
    width: 100%;
    height: 40px;
    border: none;
    background-color: rgba(250, 250, 250, 0.1);
    border: 1px solid transparent;
    outline: none;
    color: #fff;
    font-size: 13px;
    padding-left: 15px
}
footer .footer-item .quick-search input:focus {
    outline: none;
    border: 1px solid #f4c23d
}
footer .sub-footer {
    margin-top: 50px;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    height: 60px;
    text-align: center
}
footer .sub-footer p {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px
}
footer .sub-footer p a {
    color: #f4c23d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
footer .sub-footer p a:hover {
    color: #fff
}
@media (max-width:991px) {
    footer .sub-footer {
        margin-top: 0px
    }
}
.btn-outline-dark:hover {
    background: #2E166F;
    border: 2px solid #2E166F;
    color: #fff;
}
.btn-outline-dark {
    border-radius: 0;
    padding: 10px;
    border: 2px solid #2E166F;
    background: #fff;
    color: #000;
}
.slider-text h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}
.slider-text p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}
.overlay {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
}
.appointment-area h3 {
    font-size: 24px;
    color: #bf6505;
    text-transform: capitalize;
}
.appointment-area .appointment-inner {
    padding: 65px 0;
    box-shadow: 3.517px -8.285px 30px 0px rgba(12, 58, 132, 0.15);
    background: #fff;
    z-index: 11;
    position: relative;
}
@media (max-width: 991px) {
    .appointment-area .appointment-inner {
        padding: 65px 30px;
    }
}
.bars {
    margin-bottom: 28px;
    background: #dc3545;
    color: #fff;
}
.butun {
    position: absolute;
    right: 0;
    top: 0;
}
.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}
@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}
.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}
.carousel-caption p {
    font-size: 15px;
}
@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}
#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}
@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}
@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}
.carousel-control-prev {
    justify-content: flex-start
}
.carousel-control-next {
    justify-content: flex-end
}
.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}




/*Services for home and services*/


.ftco-section-parallax {
  position: relative; }
  .ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 4em 0;
    background: #167ce9;
    background: -moz-linear-gradient(45deg, #167ce9 0%, #79efb4 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #167ce9), color-stop(100%, #79efb4));
    background: -webkit-linear-gradient(45deg, #167ce9 0%, #79efb4 100%);
    background: -o-linear-gradient(45deg, #167ce9 0%, #79efb4 100%);
    background: -ms-linear-gradient(45deg, #167ce9 0%, #79efb4 100%);
    background: linear-gradient(45deg, #167ce9 0%, #79efb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167ce9', endColorstr='#79efb4', GradientType=1 ); }
  .ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important; }


 .ftco-section-2 {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden; }

.services-wrap {
  display: block;
  width: 100%;
  position: relative;
  background: rgb(39, 170, 225,0.8);
  margin-bottom: 1px;
  padding: 30px 40px 30px 50px; }
  .services-wrap:first-child {
    margin-top: 1px; }
  .services-wrap:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: rgba(255, 255, 255, 0.8); }
  .services-wrap h2 {
    color: #fff;
    font-size: 24px; }
  .services-wrap p {
    color: #fefefe;
    margin-bottom: 0; }
  .services-wrap .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px; }
    .services-wrap .icon span {
      font-size: 20px;
      color: #73b0f2; }
      .services-wrap .icon span:first-child {
        opacity: 0; }
      .services-wrap .icon span:last-child {
        opacity: 1; }
  .services-wrap:hover {
    margin-left: -100px; }
    .services-wrap:hover .icon span:first-child {
      opacity: 1;
      margin-left: 5px; }
    .services-wrap:hover .icon span:last-child {
      opacity: 0; }

      .services .icon-box {
      margin-bottom: 20px;
      padding: 30px 30px;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      width: 100%;
max-height: 100px;
    }

    .services .icon-box i {
      float: left;
      color: #f6b024;
      font-size: 40px;
    }

    .services .icon-box h4 {
      margin-left: 70px;
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 18px;
    }

    .services .icon-box h4 a {
      color: #05579e;
      transition: 0.3s;
    }

    .services .icon-box h4 a:hover {
      color: #0880e8;
    }

    .services .icon-box p {
      margin-left: 70px;
      line-height: 24px;
      font-size: 14px;
      margin-bottom: 0;
    }