body {
    height: 100% !important;
    font-family: 'Rubik', sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
/*=========== Comman ===========*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
    box-shadow: none;
}

.comman_heading h2 {
    font-size: 32px;
    color: #1b1b1b;
    padding: 0;
    margin: 0 0 18px 0;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.txt_color_theme {
    color: #0057a7;
}

.txt_color_green {
    color: #025802;
}

.txt_color_yellow {
    color: #ffd400;
}

.txt_color_sky_light {
    color: #0fbde2;
}

.txt_color_sky {
    color: #008ca6;
}

.txt_color_white {
    color: #fff;
}

.bg_color_light_gray {
    background-color: #fbfbfb;
}

.parallax_effect {
    background-attachment: fixed;
    background-size: cover;
}

.bg_animation1 {
    animation: bg-animate 10s linear infinite;
}

@keyframes bg-animate {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.comman_tb_padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.comman_top {
    margin-top: 40px;
}

.comman_center_width {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.hover_comman:hover {
    background-color: #111 !important;
    transition-duration: 0.3s;
}
/* Aylen button effect */
.button_effect_aylen {
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
}

    .button_effect_aylen::before,
    .button_effect_aylen::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 100%;
        left: 0;
        z-index: -1;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

    .button_effect_aylen::before {
        background: #16b2cf;
    }

    .button_effect_aylen::after {
        background: #008ca6;
    }

    .button_effect_aylen:hover {
        color: #fff;
        border: none;
    }

        .button_effect_aylen:hover::before,
        .button_effect_aylen:hover::after {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        .button_effect_aylen:hover::after {
            -webkit-transition-delay: 0.175s;
            transition-delay: 0.175s;
        }
/*============== Navigation ==========*/
.nav_sec {
    padding: 15px 0;
    background: rgba(0,0,0,0.04);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition-duration: 0.4s;
    width: 100%;
    border-bottom: none;
}

.nav_inner {
    display: flex;
}

.logo_area {
    width: 25%;
    display: flex;
    align-items: center;
}

.nav_area {
    width: 75%;
}

.header_search_area {
    width: 25%;
}

.logo_box img {
}

.nav_inner {
    position: relative;
}

.nav_sec .stellarnav > ul > li > a {
    padding: 15px 12px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.nav_sec .stellarnav > ul > li:last-child > a {
}

.nav_sec .stellarnav > ul > li > a {
}
/*.nav_sec .stellarnav > ul > li > a:before
{
	content: "";
    position: absolute;
    right: 0;
    top: 18px;
    height: 14px;
    width: 1px;
    background: #102399;
}
.nav_sec .stellarnav > ul > li:last-child a:before
{
	display: none;
}*/
.nav_sec .stellarnav > ul > li.active > a {
    color: #00ffdc;
}

.nav_sec .stellarnav ul {
    text-align: right;
    padding: 0px 0 0 0;
}

.nav_sec .stellarnav.dark {
    background: rgba(0, 0, 0, 0);
}

    .nav_sec .stellarnav.dark ul ul {
        text-align: left;
    }


.nav_sec .navbar-brand {
    padding: 0 0;
}

.nav_sec .navbar-collapse {
    justify-content: flex-end;
}

.nav_sec.navbar .navbar-nav li a {
    padding: 13px 20px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    position: relative;
    letter-spacing: 0.7px;
}

.nav_sec.navbar .navbar-nav li:last-child a {
    padding-right: 0;
}

.nav_sec.navbar .navbar-nav li.active a {
    color: #ffd400;
}

.nav_sec.navbar.stickyhead .navbar-collapse {
}

.nav_sec.navbar .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    height: 14px;
    width: 1px;
    background: #fff;
}

.nav_sec.navbar .navbar-nav li:last-child a:before {
    display: none;
}

.nav_sec .stellarnav ul li ul li a {
    color: #fff;
    padding: 10px 15px;
}

.nav_sec.navbar .navbar-nav li ul li a {
    padding: 8px 15px;
    font-size: 14px;
}

.stellarnav > ul > li.li_login_btn a {
    background-color: #ff1313;
    padding: 8px 18px;
    border-radius: 4px;
    transition-duration: 0.3s;
}

    .stellarnav > ul > li.li_login_btn a:hover {
    }

.header_social {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .header_social li {
        display: inline-block;
        padding: 0 4px;
    }

        .header_social li a {
            color: #fff;
            text-decoration: none;
            width: 40px;
            height: 40px;
            text-align: center;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #ff1848;
            transition-duration: 0.4s;
        }

            .header_social li a:hover {
                background-color: #111;
                transition-duration: 0.4s;
            }
/*============ main_banner ========*/
#main_banner {
    position: relative;
}

    #main_banner .carousel-indicators {
        bottom: 24px;
        z-index: 1;
    }

        #main_banner .carousel-indicators li {
            opacity: 1;
            text-indent: 0;
            margin: 0 9px 0 0;
            width: 15px;
            height: 15px;
            border: none;
            border-radius: 0;
            line-height: 38px;
            color: #009966;
            background-color: #fff;
            transition: all 0.25s ease;
            text-align: center;
        }

        #main_banner .carousel-indicators .active {
            background-color: #ffd400;
            opacity: 1;
            color: #fff;
        }

    #main_banner .carousel-control-prev, #main_banner .carousel-control-next {
        opacity: 1;
        width: auto;
    }

    #main_banner .carousel-control-next-icon, #main_banner .carousel-control-prev-icon {
        width: 50px;
        height: 50px;
        border: 1px solid #ccc;
        background-size: 12px;
        background-position: center;
        background-color: #fff;
    }

    #main_banner .carousel-control-prev-icon {
        background-image: url('../AppFile/Temp3/images/left_arrow.png');
    }

    #main_banner .carousel-control-next-icon {
        background-image: url('../AppFile/Temp3/images/right_arrow.png');
    }

    #main_banner .carousel-item {
        position: relative;
    }

        #main_banner .carousel-item img {
            width: 100%;
        }

.banner_overlay {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_txt_box {
    max-width: 680px;
    width: 100%;
}

    .banner_txt_box h1 {
        font-size: 50px;
        color: #fff;
        font-weight: 500;
        padding: 0;
        margin: 0 0 10px 0;
        line-height: 1.4;
        letter-spacing: .8px;
    }

    .banner_txt_box p {
        font-size: 17px;
        color: #fff;
        padding: 0;
        margin: 0 0 10px 0;
        line-height: 1.4;
        letter-spacing: 1.6px;
        font-weight: 300;
    }

    .banner_txt_box .banner_btn1 {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        padding: 8px 26px;
        margin: 20px 0 0px 0;
        display: inline-block;
        background-color: #0066ff;
        text-decoration: none;
        border-radius: 3px;
        letter-spacing: 1.5px;
    }

        .banner_txt_box .banner_btn1:hover {
            /*background-color: #cc0909;*/
            transition-duration: 0.3s;
        }

.banner_search_form input[type="text"] {
    width: 100%;
    background-color: #ffffff;
    height: 50px;
    padding-left: 20px;
    border-radius: 5px;
    outline: 0;
    color: #252525;
    /*
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
*/
}

.banner_search_area {
    margin-top: 0;
    border: 1px solid #efefef;
    background-color: #eee;
    padding: 30px 20px;
}

.serch_input {
    position: relative;
}

.banner_search_form .banner_search_btn {
    background-color: #ff1949;
    color: #ffffff;
    border: none;
    padding: 11px 35px;
    border-radius: 5px;
    transition-duration: 0.4s;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

/*==== top_security+sec ====*/
.featured-boxes-area {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.featured-boxes-inner {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

    .featured-boxes-inner .col-lg-3 {
        border-right: 1px solid #eeeeee;
    }

        .featured-boxes-inner .col-lg-3:last-child {
            border-right: none;
        }

.single-featured-box {
    text-align: center;
    position: relative;
    padding: 115px 25px 40px 25px;
    overflow: hidden;
}

    .single-featured-box .icon {
        -webkit-transition: .4s;
        transition: .4s;
        position: absolute;
        top: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-top: -12px;
    }

        .single-featured-box .icon i::before {
            font-size: 55px;
        }

        .single-featured-box .icon.color-fb7756 {
            color: #fb7756;
        }

        .single-featured-box .icon.color-facd60 {
            color: #facd60;
        }

        .single-featured-box .icon.color-1ac0c6 {
            color: #1ac0c6;
        }

    .single-featured-box h3 {
        -webkit-transition: .4s;
        transition: .4s;
        margin-bottom: 0;
        font-size: 20px;
    }

    .single-featured-box p {
        -webkit-transition: .4s;
        transition: .4s;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .single-featured-box .read-more-btn {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .6;
        transition: .6;
        font-size: 16px;
        font-weight: 400;
    }

        .single-featured-box .read-more-btn::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 1px;
            width: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            height: 1px;
        }

        .single-featured-box .read-more-btn:hover::before {
            width: 100%;
        }

    .single-featured-box:hover .icon {
        top: 23px;
        -webkit-animation: iconTop 0.4s ease-in-out;
        animation: iconTop 0.4s ease-in-out;
    }

    .single-featured-box:hover h3 {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .single-featured-box:hover p {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .single-featured-box:hover .read-more-btn {
        opacity: 1;
        visibility: visible;
        bottom: 23px;
    }

@-webkit-keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


/*====== our_services_sec =====*/
.our_services_sec {
    padding: 60px 0 40px 0;
}

.heading_box {
    text-align: center;
}

    .heading_box h2 {
        font-size: 48px;
        color: #212529;
        padding: 0;
        margin: 0 0 10px 0;
    }

.bar.bar_center {
    margin: 20px auto;
}

.bar {
    height: 5px;
    width: 90px;
    background: #666;
    margin: 15px 0px;
    position: relative;
    border-radius: 30px;
}

    .bar::before {
        content: '';
        position: absolute;
        left: 0;
        top: -2.6px;
        height: 10px;
        width: 10px;
        background-color: #0057a7;
        border-radius: 50%;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        animation-name: MOVE-BG;
    }

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

.service_main {
    display: flex;
}

.services_box {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 20px;
    -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.002);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.02);
    transition: 0.5s;
    display: flex;
    margin-bottom: 25px;
}

    .services_box:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
        transition: 0.5s;
    }

    .services_box .ser_img_area {
        margin-bottom: 10px;
    }

        .services_box .ser_img_area img {
            max-width: 100%;
        }

    .services_box .ser_desc_area {
    }

        .services_box .ser_desc_area h2 {
            font-size: 22px;
            color: #333435;
            margin: 0 0 10px 0;
        }

            .services_box .ser_desc_area h2 a {
                color: #333435;
            }

    .services_box:hover .ser_desc_area h2 a {
        color: #0057a7;
    }

    .services_box .ser_desc_area p {
        font-size: 16px;
        color: #555758;
        line-height: 1.4;
        margin: 0 0 10px 0;
    }

    .services_box .ser_desc_area .ser_exp_btn {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        padding: 8px 18px;
        margin: 15px 0 0px 0;
        display: inline-block;
        background-color: #0066ff;
        text-decoration: none;
        border-radius: 3px;
        letter-spacing: 1.5px;
    }



/*========= cmpny_profile_sec =====*/
.cmpny_profile_sec {
    padding: 50px 0;
    background-color: #f7fafd;
}

.cmpny_desc {
}

    .cmpny_desc h2 {
        font-size: 36px;
        color: #212529;
        margin: 0 0 10px 0;
    }

    .cmpny_desc p {
        font-size: 16px;
        color: #555758;
        line-height: 1.4;
        margin: 0 0 10px 0;
    }

    .cmpny_desc .c_btn {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        padding: 8px 18px;
        margin: 15px 0 0px 0;
        display: inline-block;
        background-color: #0066ff;
        text-decoration: none;
        border-radius: 3px;
        letter-spacing: 1.5px;
    }

.cmpny_img img {
    max-width: 100%;
}

/*===== counter =====*/
.counter_sec {
    padding: 80px 0;
    background-image: url('../images/counter_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}


.counter_box_comman {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}

    .counter_box_comman span {
        display: block;
        font-size: 36px;
        color: #ddd;
    }

.counter_icon {
    color: #fff;
    font-size: 50px;
}

.counter_box_comman h2 {
    font-size: 40px;
    padding: 0px 0 15px 0;
    margin: 0;
    color: #fff;
}

    .counter_box_comman h2 span {
        width: 60px;
        background: rgba(255, 255, 255, 0.8);
        height: 2px;
        display: block;
        margin: 0 auto;
        margin-top: 5px;
    }

.counter_box_comman h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.8px;
}





/*======== Blog_home_sec ========*/
.Blog_home_sec {
    padding: 60px 0;
    background: #fff;
}

.heading_box h3 {
    margin: 0 0 0px 0;
    padding: 0 0 15px 0;
    position: relative;
    color: #191919;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

    .heading_box h3 span {
        color: #df3c26;
    }

.heading_box .heading_ribban {
    width: 94px;
    height: 3px;
    background: #00a0e3;
    float: none;
    margin: 0 auto;
}

.upcomimg_events_main {
    margin-top: 35px;
}

.blog_box_h_inner {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

    .blog_box_h_inner .blog_txt_area {
        padding: 10px 20px;
    }

.upcomimg_events_img_box img {
    width: 100%;
}

.blog_img_box {
    padding: 0;
    height: auto;
    overflow: hidden;
    display: inline-block;
}

.upcomimg_events_img_box {
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}



.blog_img_box:hover .upcomimg_events_img_box, .blog_img_box:focus .upcomimg_events_img_box {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog_txt_area .blog_h_head {
    font-size: 22px;
    color: #172c42;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 14px 0 11px 0;
    margin: 0;
    display: block;
    text-decoration: none;
    line-height: 1.3;
}

.blog_txt_area h6 {
    font-size: 14px;
    color: #242425;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 0 0px 0;
    margin: 0;
    /* display: inline-block; */
    position: relative;
    width: 142px;
}

    .blog_txt_area h6:before {
        content: "";
        position: absolute;
        right: 0;
        top: 6px;
        width: 72px;
        height: 2px;
        background: #ce8f07;
    }

.blog_txt_area p {
    font-size: 16px;
    color: #242425;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 0px 0;
    margin: 0;
}

.blog_txt_area .blog_btn {
    display: inline-block;
    padding: 7px 19px;
    background: #0066ff;
    margin: 14px 0 0 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}




/*======= footer_sec =======*/
.footer_sec {
    padding: 50px 0 30px 0;
    background-color: #303030;
    background-image: url('../images/footer_pattern.png');
}

.footer_box {
    margin-bottom: 20px;
}

    .footer_box .ft_heading {
        font-size: 24px;
        color: #fff;
        padding: 0;
        margin: 0 0 23px 0;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.7px;
    }

.ft_contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ft_contact ul li {
        display: block;
        margin: 0 0 18px 0;
        color: #fff;
        position: relative;
        padding-left: 38px;
    }

        .ft_contact ul li .ft_icon {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 24px;
        }

        .ft_contact ul li p {
            font-size: 15px;
            color: #fff;
            font-weight: 300;
            margin: 0 0 1px 0;
            letter-spacing: 0.8px;
        }

            .ft_contact ul li p a {
                color: #fff;
            }

        .ft_contact ul li.li_social a {
            color: #fff;
            padding-right: 13px;
        }

            .ft_contact ul li.li_social a:hover {
                color: #ff6105;
                transition-duration: 0.3s;
            }

.ft_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ft_links ul li {
        display: block;
        margin: 0 0 6px 0;
    }

        .ft_links ul li a {
            text-transform: uppercase;
            font-size: 15px;
            color: #fff;
            font-weight: 300;
            letter-spacing: 0.8px;
            transition-duration: 0.3s;
        }

            .ft_links ul li a:hover {
                color: #19c1e0;
                transition-duration: 0.3s;
                padding-left: 3px;
            }

.footer_newsletter_main {
    margin-top: 25px;
}

    .footer_newsletter_main h3 {
        font-size: 18px;
        color: #fff;
        padding: 0;
        margin: 0px 0 10px 0;
    }

.footer_newsletter {
    position: relative;
}

    .footer_newsletter .news_inp {
        width: 100%;
        background-color: #ffffff;
        border: none;
        height: 50px;
        padding-left: 20px;
        border-radius: 70px;
        outline: 0;
        color: #252525;
        padding-right: 130px;
        -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
        box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    }

    .footer_newsletter .news_btn {
        position: absolute;
        right: 5px;
        top: 5px;
        background-color: #18aec4;
        color: #ffffff;
        border: none;
        height: 40px;
        width: 40px;
        padding: 0 5px;
        border-radius: 50%;
        transition-duration: 0.4s;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer_newsletter .news_btn:hover {
            background-color: #000;
            transition-duration: 0.4s;
        }
/*============ footer_copyright_sec =========*/
.footer_copyright_sec {
    padding: 20px 0;
    background-color: #383838;
}

.footer_copy p {
    text-align: center;
    font-size: 15px;
    color: #b3b1b1;
    padding: 0;
    margin: 0px 0 0px 0;
    letter-spacing: 0.8px;
}

/*====== top_to_scroll ======*/
#scrollup {
    width: 50px;
    height: 50px;
    display: none;
    background-color: #ff1848;
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 30px;
    border-radius: 6px;
    z-index: 9;
}
/*============ inner_page_banner_sec ============*/
.inner_page_banner_sec {
    background-size: cover;
    width: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    text-align: center;
}

    .inner_page_banner_sec h1 {
        font-size: 36px;
        color: #fff;
        padding: 0;
        margin: 0 0 4px 0;
        text-transform: inherit;
        font-weight: 500;
        letter-spacing: 0.7px;
    }

    .inner_page_banner_sec p {
        font-size: 17px;
        color: #eee;
        padding: 0;
        margin: 0 0 0 0;
        text-transform: inherit;
        font-weight: 400;
        letter-spacing: 0.7px;
    }

.comman_content_txt h2 {
    font-size: 33px;
    color: #1b1b1b;
    padding: 0;
    margin: 0 0 18px 0;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.comman_content_txt p {
    font-size: 16px;
    color: #535353;
    padding: 0;
    margin: 0px 0 18px 0;
    letter-spacing: 0.6px;
}

.list_about {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

    .list_about li {
        display: block;
        margin: 0 0 7px 0;
        font-size: 15px;
        color: #535353;
        padding: 0;
        letter-spacing: 0.6px;
    }

.list_icon_only li {
    position: relative;
    padding-left: 25px;
}

    .list_icon_only li:before {
        content: "\f00c";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 2px;
        color: #0599b5;
    }
/*============= contact_page_sec ===========*/
.contact_map_sec {
    padding: 40px 0 40px 0;
}

.comman_list {
}

    .comman_list li {
        font-size: 15px;
        color: #535353;
        padding: 0;
        margin: 0px 0 6px 0;
        letter-spacing: 0.6px;
    }

.map_box {
}

    .map_box iframe {
        width: 100%;
        height: 430px;
    }

.contact_page_details_sec {
    padding: 50px 0;
}

.contact_area {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.contact_form {
}

    .contact_form input[type="text"],
    .contact_form input[type="email"],
    .contact_form input[type="number"],
    .contact_form input[type="tel"],
    .contact_form textarea {
        resize: none;
        border-radius: 0;
        border: 1px solid #9a9898;
        background: #fff;
        outline: none;
        color: #000;
        box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    }

    .contact_form input[type="text"],
    .contact_form input[type="email"],
    .contact_form input[type="number"],
    .contact_form input[type="tel"] {
        height: 45px;
    }

        .contact_form input[type="text"]:focus,
        .contact_form input[type="email"]:focus,
        .contact_form input[type="number"],
        .contact_form input[type="tel"],
        .contact_form textarea:focus {
            box-shadow: none;
            outline: none;
        }

    .contact_form .btn_box {
        text-align: center;
    }

    .contact_form .btn_f_submit {
        background: #04b3d2;
        padding: 9px 30px;
        border-radius: 0;
        font-size: 16px;
        color: #fff;
        margin-top: 16px;
        box-shadow: none;
        outline: none;
        border: none;
        letter-spacing: 0.3px;
    }

        .contact_form .btn_f_submit span {
            padding-left: 10px;
        }

    .contact_form ::-webkit-input-placeholder {
        /* Chrome */
        color: #444;
        font-size: 16px;
        font-weight: 400;
    }

    .contact_form :-ms-input-placeholder {
        /* IE 10+ */
        color: #444;
        font-size: 16px;
        font-weight: 400;
    }

    .contact_form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #444;
        font-size: 16px;
        font-weight: 400;
    }

    .contact_form :-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #444;
        font-size: 16px;
        font-weight: 400;
    }


.list_contact_details {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .list_contact_details li {
        display: block;
        position: relative;
        padding-left: 70px;
        margin-bottom: 40px;
    }

        .list_contact_details li .c_icon {
            position: absolute;
            left: 0;
            top: -3px;
            color: #ffffff;
            font-size: 24px;
            border: 1px solid #b9b0aa;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #04b3d2;
        }

.cl_box h4 {
    font-size: 21px;
    color: #111;
    margin: 0 0 3px 0;
    padding: 0;
    font-weight: 400;
}

.cl_box p {
    font-size: 16px;
    color: #111;
    margin: 0 0 0px 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 400;
}

    .cl_box p a,
    .cl_box h5 a {
        color: #000;
        text-decoration: none;
    }

.cl_box h5 {
    font-size: 15px;
    color: #111;
    margin: 0 0 0px 0;
    padding: 0;
    font-weight: 400;
}

.contact_heading {
}

    .contact_heading h2 {
        font-size: 35px;
        color: #111;
        margin: 0 0 0px 0;
        padding: 0;
        font-weight: 400;
    }
/*===== aboutus_page_sec2 =====*/
.aboutus_page_sec2 {
}
