/**
* File Name        : style_songzog.css
* Developer        : Md. Saidul Haque
* Web and Profile  : http://saidulhaque.com
* @created         :  2020-03-28 12:36:01
*/


/*================root start============================*/

:root {
    --color_one: var(--theme_color);
    /*--color_one: #953f98;*/
    --color_two: #ff8000;
    --color_three: #40ba7c;
    ;
    /*--color_three: #40ba7c;*/
    --color_four: #0c6c4f;
    --color_five: #F5F5F5;
    --color_six: #E8EFEE;
    --color_seven: #cccccc;
    --color_eight: #000000;
    --color_nine: #666666;
    --color_ten: #FFFFFF;
}

main {
    background: var(--color_five);
}


/*================root End============================*/

.required>label:after {
    content: ' *';
    color: #C3232D;
}


/*================bootstrap class override start============================*/

.bg-primary {
    background: var(--color_one) !important;
}

.section_bg_alter {
    background: var(--color_five) !important;
}

.text-primary {
    color: var(--color_one) !important;
}


/*.btn-primary {
    background: var(--color_one) !important;
    border: 1px solid var(--color_one) !important;
}*/

.btn-primary,
.btn-secondary {
    background: var(--color_two) !important;
    border: 1px solid var(--color_two) !important;
    color: var(--color_ten) !important;
}


/*.btn-primary:hover {*/


/*background: var(--color_two) !important;*/


/*border: 1px solid var(--color_two) !important;*/


/*}*/

.btn-primary:hover {
    opacity: 0.8;
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem var(--color_one) !important;
}

.bg-secondary {
    background: var(--color_three) !important;
}

.text-secondary {
    color: var(--color_three) !important;
}


/*.btn-secondary {
    background: var(--color_three) !important;
    border: 1px solid var(--color_three) !important;
}*/

.btn-primary:hover,
.btn-secondary:hover {
    background: var(--color_four) !important;
    border: 1px solid var(--color_four) !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem var(--color_three) !important;
}

.bg-third {
    background: var(--color_five) !important;
}

.bg-fourth {
    background: var(--color_six) !important;
}

.text-third {
    color: var(--color_seven) !important;
}

.btn_border_radius {
    border-radius: 15px;
    font-weight: 500;
    padding: 5px 20px;
    font-size: 15px;
}


/*================bootstrap class override end============================*/


/*================body and global start============================*/

body {
    background-color: var(--color_ten) !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
}

img {
    border: 0px;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    color: var(--color_two)!important;
    outline: 0;
}

a.text-primary:focus,
a.text-primary:hover {
    color: var(--color_one) !important;
}

ul.meta {
}

ul.meta li {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
    display: inline-block;
    margin: 5px
}

ul.meta li i {
    margin-right: 5px;
    font-size: 14px
}

.divider::before {
    display: inline-block;
    /*padding-left: .5rem;*/
    /*content: '/';*/
}


/*================global section start============================*/

.section_title {
    color: var(--color_three);
    font-size: 2.25rem;
}

.section_sub_title {
    color: var(--color_seven);
    font-size: 2rem;
}

.btn_next,
.btn_previous {
    border-radius: 50%;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.swiper {
    position: relative;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}


/*================global section end============================*/

article p::first-word {
    float: left;
    color: var(--color_one);
    font-size: 300%;
    margin: 0 10px 10px 0;
}

.section_title_1 {
    color: var(--color_eight);
}

.section_titel span {
    color: var(--color_one);
}

.section_title_1::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 10%;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color_one);
}


/*================.breadcrumb============================*/

.breadcrumb {
    padding: 0px;
}

.breadcrumb-item {
    line-height: 42px;
}

.form label {
    font-weight: bold;
}

.main_content {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

main p,
.main_content p {
    margin: 0px;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Songzog banner_area start<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.songzog_dot_com_is {
    font-size: 2.5rem;
}

.a_technology_ecosystem {
    font-size: 3rem;
    font-weight: bold;
}

.assisting {
    font-size: 1.5rem;
}

.ecosystem_steps {
}

@media (max-width: 575.98px) {
    #typewriter {
        width: 100%;
        float: left;
    }
    .songzog_banner_area p {
        font-size: 18px!important;
        line-height: 24px;
    }
    .songzog_banner_area p.a_technology_ecosystem {
        font-size: 1.7rem!important;
        line-height: 28px!important;
    }
    .songzog_banner_area {
        height: auto!important;
    }
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Songzog banner_area end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*==========================geo_location=========================*/

.menu_area_geo {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) center center / cover, url(../img/banner/recycle.jpg) no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 0px;
    border-right: 0px;
    height: 100vh;
}

.menu_area_geo .nav-item a {
    padding: 9px;
    color: var(--color_ten) !important;
    font-size: 13px;
    font-weight: 600;
}

.menu_area_geo .dropdown-menu .dropdown-item {
    color: var(--color_ten) !important;
    font-size: 13px !important;
}

.menu_area_geo .land {
    font-family: "Source Sans Pro";
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
}

.geo_button .btn {
    background: #f77a25;
    color: #fff;
    padding: 12px 30px;
    line-height: 24px;
    text-transform: uppercase;
}

.geo_button .btn:hover {
    background: #d86b20;
}

.geo_panel {
    background: #2A2A;
    opacity: .9;
    margin-top: -248px;
    padding: 0px;
}

.geo_panel .paneln_p {
    padding: 42px 0px 25px 0px;
    color: white;
}

.geo_panel .panel_icon {
    margin-top: 3px;
    font-size: 38px;
}

.geo_panel a span {
    font-weight: bold;
    font-size: 21px;
    font-family: "Source Sans Pro";
    color: #ffffff;
}

.geo_panel a span:hover {
    color: var(--color_one);
}

.geo_panel p {
    font-size: 14px;
}


/*===============================green_solution=======================*/

.green_solution h2 a {
    color: #22AA86;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 32px;
    font-weight: 600;
}

.green_solution h2 a:hover {
    color: var(--color_one)
}

.titel_green p {
    font-family: "Source Sans Pro";
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
}

.greent_put i {
    color: #22aa86;
    margin-bottom: 18px;
    font-size: 60px;
    text-align: left;
    line-height: 60px;
    height: 60px;
    text-align: inherit;
}

.greent_put a h5 {
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 18px;
}

.greent_put a h5:hover {
    color: #22AA86;
}

.greent_put span {
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
}

.last_button h3 {
    color: rgba(0, 0, 0, .60);
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
}

.last_button .btn {
    color: #22AA86;
    background: transparent;
    box-shadow: inset 0 0 0 2px #22AA86;
    padding: 6px 18px;
    line-height: 24px;
}

.last_button .btn:hover {
    background: #22AA86;
    color: white;
}


/*==========================================site_content======================*/

.site_content .tree_img {
    background-image: linear-gradient(rgba(31, 155, 123, 0.9), rgba(31, 155, 123, 0.9)), url(../img/banner/gawrount.jpg);
    height: 65vh;
    background-size: cover;
    background-position: center;
}

.site_content .hand_img {
    background-image: url(../img/banner/folo.jpg);
    height: 65vh;
    background-position: center;
    background-size: cover;
}

.tree_img i {
    padding-bottom: 10px;
    font-size: 50px;
}

.tree_img p {
    font-size: 12px;
}

.tree_img a {
    color: white;
    font-size: 21px;
    padding-bottom: 13px;
}

.site_content .boder {
    color: white;
    border: 1px solid #19a27e;
    padding: 33px;
}


/*================ songzog_menu_area start============================*/

.songzog_menu_area .input-group {
    border-bottom: 1px solid #953f98;
}


/* ---------------- over right bootstrap css ------------*/

.songzog_menu_area .btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: none;
}

.songzog_menu_area .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.main-wrapper .songzog_top_area .dropdown-item {
    font-size: 13px;
    color: var(--menu_color_two);
    transition: all 0.3s ease-in-out;
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight: normal;
    border-bottom: none;
    background: none;
}

.songzog_menu_area .form-control {
    border-radius: 0rem;
    padding-left: 0px;
    border: 0px solid #ced4da;
    border-bottom: 0px solid #000000;
}

.songzog_menu_area .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0);
}

.songzog_menu_area .input-group-append button i:hover {
    color: var(--color_two);
}


/*================ songzog_menu_area end ============================*/


/*================ songzog_banner_area start =========================*/

.songzog_banner_area {
    background-image: url(../img/banner/banner_1.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    text-align: center;
    height: 80vh;
    /*height: 500px;*/
}

.songzog_banner_area h1 {
    font-size: 4rem;
    font-weight: bold;
}

.home_main_btn {
    font-size: 1.2rem;
    width: 250px;
    margin-bottom: 25px;
    padding: 15px 10px;
}

.logo_home img {
    width: 100%;
}


/*================ songzog_banner_area end ============================*/


/*================ songzog about section start============================*/

.what_is_it_card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.what_is_it_card img {
    width: 100%;
    height: 80px;
}

.what_is_it_card .card_img_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: var(--color_one);
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.what_is_it_card:hover .card_img_overlay {
    opacity: 1;
}

.what_is_it_card .card_img_overlay .card_text {
    position: absolute;
    color: white;
    font-size: 14px;
    font-weight: 500;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/*new add */

.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
}

.songzog_accordion .accordion-style .btn-link {
    background: #efefef !important;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    color: #6f6f6f;
    width: 100%;
    text-align: left;
    border-radius: 4px;
    padding: 15px 50px 15px 15px;
    text-decoration: none;
    font-size: 15px;
}

.songzog_accordion .accordion-style .btn-link.collapsed:after {
    background: none;
    border: 1px solid var(--color_one);
    border-radius: 50%;
    content: "+";
    /*right: 15px;*/
    height: 25px;
    width: 25px;
    line-height: 19px;
}

.songzog_accordion .accordion-style .btn-link:after {
    background: none;
    border: 1px solid var(--color_one);
    border-radius: 50%;
    content: "-";
    right: 15px;
    height: 25px;
    width: 25px;
    line-height: 18px;
    position: absolute;
    color: var(--color_one);
    text-align: center;
    letter-spacing: -2px;
}


/*================ songzog about section end============================*/


/*================ songzog about 2 section start =====================*/

.why_is_it_card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.why_is_it_card img {
    width: 100%;
    height: 150px;
}

.why_is_it_card .card_title {
    font-size: 18px;
    color: var(--color_one);
    font-weight: 500;
}

.why_is_it_card .card_text {
    color: var(--color_seven);
}

.why_is_it_card .card_body .btn {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.why_is_it_card:hover {
    transition: .5s ease;
    background: var(--color_one);
}

.why_is_it_card:hover .card_title {
    color: var(--color_ten);
}

.why_is_it_card:hover .btn-primary {
    background: var(--color_ten) !important;
    color: var(--color_one);
}


/*add new*/

.featured7_content_block {
    padding-left: 50px;
}

.featured7_content_block h4 {
    font-weight: 700;
    font-size: 30px;
    color: var(--color_nine);
}

.featured7_content_block h5 {
    font-size: 22px;
    color: var(--color_nine);
}

.featured7_content_block p {
    font-size: 18px;
}

.featured7_content_block .row i {
    border: 1px solid var(--color_one);
    color: var(--color_one);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 13px;
    font-size: 30px;
    transition-duration: 500ms;
    text-align: center;
}

.featured7_content_block i:hover {
    background: var(--color_one);
    color: #fff;
}


/*================ songzog about 2 section end ==================*/


/*================ songzog_working_process section start ================*/

.how_will_you_start_bg_number {
    position: relative;
    font-size: 200px;
    font-weight: bold;
    color: var(--color_ten);
    text-shadow: 4px 4px 8px var(--color_eight);
    opacity: 0.2;
}

.how_will_you_start_title {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}


/*========== songzog_working_process section end ===================*/


/*============= songzog_team section start =====================*/

.songzog_team .profile_card_with_cover {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.songzog_team .profile_card_with_cover .card_img_top {
    /*background: url(../img/profile/bg_profile_0.jpg) 0 40%;*/
    width: 100%;
    height: 140px;
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}


/*.songzog_team .profile_card_with_cover .card_profile_image {
    position: absolute;
    top: 90px;
    width: 100%;
}

.songzog_team .profile_card_with_cover .card_profile_image img {
    width: 110px;
    height: 110px;
    border: 5px solid var(--color_ten);
    -webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, .16);
    box-shadow: 0 7px 12px 0 rgba(62, 57, 107, .16);
}*/

.songzog_team .profile_card_with_cover .profile_card_with_cover_content {
    padding-top: 5rem;
}

.songzog_team .profile_card_with_cover .card-title {
    font-size: 18px;
    font-weight: 500;
}

.songzog_team .profile_card_with_cover .card-text {
    font-size: 16px;
}


/*overlay profile*/

.songzog_team .profile_card_with_cover_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: var(--color_one);
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.songzog_team .profile_card_with_cover:hover .profile_card_with_cover_overlay {
    opacity: 1;
}


/*.songzog_team .profile_card_with_cover_overlay .card_profile_image {
    position: absolute;
    top: 20px;
    width: 100%;
}*/

.songzog_team .profile_card_with_cover_overlay .profile_card_with_cover_content {
    padding-top: 9rem;
}

.songzog_team .profile_card_with_cover_overlay .btn-primary {
    border: 1px solid var(--color_ten) !important;
}


/*=============== songzog_team section end============================*/


/* ===================== songzog_countdown section start ===========================*/

.songzog_countdown {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/countdown/countdown_01.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.songzog_countdown .countdown_bg {
    position: relative;
    width: 368px;
    height: 368px;
    background-image: radial-gradient(white 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-radius: 50%
}

.songzog_countdown .countdown_number {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    font-size: 150px;
    font-weight: bold;
    text-shadow: 4px 4px 8px var(--color_eight);
}

.songzog_countdown .countdown_with_us {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    font-size: 46px;
    font-weight: bold;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}


/* ===================== songzog_countdown section end ===========================*/


/* ======================= songzog_call_to_action section start ====================*/

.songzog_call_to_action .songzog_app_title {
    font-weight: bold;
    Font-size: 32px
}

.songzog_call_to_action .songzog_app_info_text {
    font-size: 18px;
}


/* ========================= songzog_call_to_action section end =====================*/


/* ===================== songzog_footer_area section start ==================*/

.songzog_footer_area {
    background: url(../img/bg/footer_01.png) no-repeat;
    background-color: #44514E;
    color: var(--color_ten);
    /*font-size: 14px;*/
}

.footer_menu_title {
    font-size: 18px;
    font-weight: 500;
}

.songzog_footer_area ul li a {
    font-size: 16px;
    /*color: var(--color_eight);*/
    color: var(--color_ten);
}

.songzog_footer_area ul li a:hover {
    color: var(--color_one);
}

.footer_area.bg-primary,
.footer_area.bg-primary h5 {
    color: var(--color_ten)!important;
}

.footer_top_menu ul li {
    margin: 5px 0px;
}

.social_icon ul li {
    display: inline-block;
    border: 1px solid var(--color_ten);
    border-radius: 50%;
    color: var(--color_ten);
    margin-right: 10px;
    margin-bottom: 5px;
    transition-duration: 0.3s;
}

.social_icon ul li a {
    color: var(--color_six);
    display: block;
    font-size: 15px;
    text-align: center;
    height: 35px;
    width: 35px;
}

.social_icon ul li a i {
    line-height: 34px;
}

.social_icon ul li a:hover {
    background-color: var(--color_one);
    color: var(--color_ten);
    border-radius: 50%;
}

.social_icon ul li:hover {
    border: 1px solid var(--color_one);
}

.footer_bottom_menu ul li {
    margin: 5px;
    padding: 5px;
    /*border-right: 1px solid;*/
}

.footer_bottom_menu ul li:last-child {
    /*border-right: 0px solid;*/
}


/* ===================== songzog_footer_area section end ==================*/


/* ========================== text_copyright section start =================*/

.footer_copyright {
    background: var(--color_one);
}

.text_copyright {
    font-size: 12px;
    color: var(--color_seven);
}


/* ========================== text_copyright section end =================*/


/* ========================== all 2nd page box_shadow ======================*/

.box_shadow {
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.1), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.1);
}


/* =====================================  sign_up_step section start ===========================*/

.sign_up_step {
}

.sign_up_step_content {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.sign_up_step_menu {
    border-bottom: 5px solid var(--color_three);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff!important;
    background: var(--color_three);
    border-radius: 0px;
}

.sign_up_step_menu a {
    color: var(--color_three);
    font-size: 30px;
    font-weight: 500;
}

.step_head {
    font-size: 18px;
    font-weight: 500;
}

.sign_up_step_content .form-text {
    color: var(--color_seven);
}


/* ---------------- over right bootstrap css ----------------------------------*/

.sign_up_step_content .form-control {
    /*color: #495057;*/
    /*background-color: #fff;*/
    padding-left: 0px;
    border-radius: .25rem;
    border-radius: 0rem;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #000;
    font-size: 16px;
}

.sign_up_step_content .form-control:focus {
    /*color: #495057;*/
    /*background-color: #fff;*/
    border-color: #fff;
    outline: 0;
    font-size: 16px;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0);
    border-bottom: 1px solid var(--color_three);
}


/*============ sign_up_step end ============*/


/*============ features list start ============*/

.songzog_feature_box {
    text-align: center;
}

.songzog_feature_box_content {
    background: #fff;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 210px;
    margin-bottom: 20px;
    position: relative;
}

.songzog_feature_box_content a,
.songzog_feature_box_content button {
    position: absolute;
    bottom: 10px;
}

.songzog_feature_box_content .pull-left {
    left: 10px;
}

.songzog_feature_box_content .pull-right {
    right: 10px;
}

.songzog_feature_box_content h3 {
    margin-top: 0px;
}


/*============ features list end ============*/


/*============ features_details start ============*/

#features_profile .card {
    margin-bottom: 1.875rem;
    border: none;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .05);
}

#features_profile .profile_with_cover .profile_cover_details {
    position: absolute;
    margin-top: 220px;
}

#features_profile .profile_with_cover .profile_cover_details .profile_image img {
    border: 5px solid var(--color_one);
    height: 100px;
    width: 100px;
}

#features_profile .card .card-title {
    color: #FFF;
    text-shadow: 1px 1px 4px #373A3C;
    font-weight: 500;
    letter-spacing: .05rem;
    font-size: 1.12rem;
}

.features_sidebar_content h6 {
    font-size: 16;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #953f98;
}

.features_sidebar_content ul {
    /*background: lightgray;*/
    margin-bottom: 20px;
}

.features_sidebar_content ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #ececec;
}

.features_sidebar_content ul li a {
    color: #000000 !important;
    font-weight: 600;
}

.features_sidebar_content ul li:hover a {
    color: #953f98 !important;
}

.breadcrumb {
    background-color: var(--bg-third);
}

.breadcrumb-new .content-header-title {
    padding: 6px 24px 8px 0;
    margin: 0 24px 0 0;
    border-right: 1px solid #E6E6E6;
}

.card-header {
    padding: 1.0rem !important;
    background: #DDF;
}


/*============ features_details end ============*/


/*========================== Information Pages =====================*/

.services_single_left_box {
}

.left_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.services_single_menu {
    border: 1px solid #ececec;
    background-color: #f7f7f7;
}

.services_single_menu ul li {
    border-bottom: 1px solid #ececec;
}

.services_single_menu li.active a {
    border-left-color: #86bc42;
    color: #86bc42;
}

.services_single_menu ul li a {
    display: block;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.services_single_menu a {
    display: block;
    border-left: 4px solid transparent;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 10px 14px 20px;
}

.left_demo {
    height: 300px;
    background-color: #f7f7f7;
    border: 1px solid #ececec;
}


/*--------------------------right side------------------------*/

.post_single img {
    -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.post_single p {
    margin: 0 0 20px;
    word-spacing: 1px;
    text-align: justify;
}


/*------------ Business Strategies ------------*/

.inner_title h6 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
}

.inner_title h6::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #86bc42;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.feature-flex-square {
    position: relative;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-flex-square-icon {
    float: left;
    width: 50px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-flex-square-icon i {
    color: #86bc42;
    border-radius: 10px;
    font-size: 32px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.feature-flex-square-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}

.feature-flex-square-content h4 a {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
}

.feature-flex-square-content p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: justify;
}


/*---------Key Benefits-------------------*/

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none;
}

.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
    padding: 0rem !important;
}

.information_pages_card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    text-align: justify;
}

.accordion-style .btn-link {
    background: #86bc42 !important;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 15px 30px 15px 15px;
    text-decoration: none;
}

.accordion-style .btn-link.collapsed::after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
}

.accordion-style .btn-link::after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
    position: absolute;
    color: #fff;
}


/*============ Information end ============*/


/*============ sidebar start ============*/


/*---------widget_features---------------*/

.widget_features {
}

.widget_features i {
    color: var(--color_one);
}

.widget_features a {
    color: var(--color_one);
}

.widget_features h5:hover {
    color: var(--color_one);
}

.widget_features a:hover {
    color: var(--color_eight);
}


/*---------widget_upload---------------*/

.widget_upload {
}

.widget_upload ul li {
    background: var(--color_one);
    opacity: 0.9;
    color: var(--color_ten);
}

.widget_upload ul li:hover {
    opacity: 1;
}

.widget_upload ul li a {
    color: var(--color_ten);
}


/*---------widget_categories---------------*/

.widget_categories {
}

.widget_title {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color_one);
}

.widget_categories ul li {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.widget_categories ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, .07);
}

.widget_categories ul li i {
    color: var(--color_one);
    font-size: 12px;
}

.widget_categories ul li a {
    color: #333;
    font-size: 14px;
}

.widget_categories ul li:hover a {
    color: var(--color_one);
}


/*---------widget_tag_cloud---------------*/

.widget_tag_cloud {
}

.widget_tag_cloud ul li {
    padding: 5px 15px;
    margin: 5px;
    background: rgba(0, 0, 0, .05);
    text-transform: uppercase;
}

.widget_tag_cloud ul li a {
    color: rgba(0, 0, 0, .70);
    font-size: 12px;
}

.widget_tag_cloud ul li:hover {
    background: var(--color_one);
}

.widget_tag_cloud ul li:hover a {
    color: var(--color_ten);
}


/*============ sidebar end ============*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<
 Extra small devices (portrait phones, less than 576px)
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<< */

@media (max-width: 575.98px) {
    /* =============== songzog_top_area  start====================*/
    .songzog_top_area ul li {
        padding: 0px;
        border-left: 0px solid #1e9b5b;
        border-right: 0px solid #3df296;
    }
    /* =============== songzog_banner_area section start====================*/
    .songzog_banner_area {
        padding: 50px 0px;
        height: 100vh;
    }
    .home_main_btn {
        margin-bottom: 25px;
    }
    .songzog_banner_area h1 {
        font-size: 24px;
    }
    .songzog_banner_area p {
        font-size: 12px;
    }
    /* =============== countdown_people section start====================*/
    .songzog_countdown .countdown_number {
        left: 0;
        top: 30%;
        font-size: 100px;
    }
    .songzog_countdown .countdown_with_us {
        left: 0;
        top: 45%;
        font-size: 36px;
    }
    /* ====================== footer section start ===========================*/
    .footer_bottom_menu ul li {
        border-right: 0px solid;
    }
    .footer_bottom_menu ul li:last-child {
        border-right: 0px solid;
    }
}


/* ------------------- Small devices (landscape phones, 576px and up) ----------------------- */

@media (min-width: 576px) and (max-width: 767.98px) {
    /* =============== top_area_2  start====================*/
    .songzog_top_area ul li {
        padding: 0px;
        border-left: 0px solid #1e9b5b;
        border-right: 0px solid #3df296;
    }
    /* =============== baner section start====================*/
    .songzog_banner_area {
        padding: 50px 0px;
    }
    .songzog_banner_area h1 {
        font-size: 36px;
    }
    /* ====================== footer section start ===========================*/
    .footer_bottom_menu ul li {
        border-right: 0px solid;
    }
    .footer_bottom_menu ul li:last-child {
        border-right: 0px solid;
    }
}


/* ------------------- Medium devices (tablets, 768px and up) ----------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
    /* =============== baner section start====================*/
    .songzog_banner_area {
        padding: 80px 0px;
    }
    .songzog_banner_area h1 {
        font-size: 48px;
    }
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 1200px) {
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Songzog Landing end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Home Default start <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*================top_area start============================*/

.top_area {
}

.top_area .top_area_info ul li {
    padding: 10px 15px;
    border-left: 1px solid #1e9b5b;
    border-right: 1px solid #3df296;
}

.top_area .top_area_info ul li:first-child {
    padding-left: 0px;
    border-left: 0px solid #1e9b5b;
}

.top_area .top_area_info ul li:last-child {
    padding-right: 0px;
    border-right: 0px solid #3df296;
}

.top_area .top_area_info ul li i {
    color: var(--color_ten);
}

.top_area .top_area_social_icon a i {
    color: var(--color_ten);
}


/*.top_area .top_area_social_icon a i:hover {*/


/*color: var(--color_one);*/


/*}*/


/*================top_area end============================*/


/*================ top_area_2 start============================*/

.top_area_2 .top_area_info ul li {
    padding: 0px 15px;
    border-left: 1px solid #1e9b5b;
    border-right: 1px solid #3df296;
}

.top_area_2 .top_area_info ul li:first-child {
    padding-left: 0px;
    border-left: 0px solid #1e9b5b;
}

.top_area_2 .top_area_info ul li:last-child {
    padding-right: 0px;
    border-right: 0px solid #3df296;
}

.top_area_2 .top_area_info ul li i {
    color: var(--color_ten);
}

.top_area_2 .top_area_social_icon a i {
    color: var(--color_ten);
}


/*================top_area_2 end============================*/


/*================menu_area start==========================*/

.menu_area .navbar {
    background-color: var(--color_five);
}


/*===========nav-item=========*/

.menu_area .nav-item {
    padding: 25px 0.5rem !important;
}

.nav-item .home {
    color: var(--color_one) !important;
}

.nav-item a {
    padding: 9px;
    color: var(--color_eight) !important;
    font-size: 13px;
    font-weight: 600;
}


/*======================================academic========================*/

.academic .nav-item a {
    padding: 9px;
    font-size: 13px;
    font-weight: 600;
}

.academic .dropdown-menu {
    padding: 0px;
    position: absolute;
    background-color: #F5F5F5!important;
    width: 220px;
}


/*======================================academic End========================*/

.menu_area .nav-item a:hover {
    color: var(--color_one) !important;
}


/*=================dropdown-menu==================*/

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    padding: 0px;
    position: absolute;
    /*top: 80%;*/
    /*border: 1px solid var(--color_eight) !important;*/
    background-color: var(--color_eight) !important;
    /*opacity: 0.9;*/
    width: 220px;
}

.dropdown-menu .dropdown-item {
    color: var(--color_ten) !important;
    font-size: 13px !important;
}

.dropdown-menu .dropdown-item:hover {
    color: var(--color_one) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    /*background-color: var(--color_five) !important;*/
    background-color: var(--color_eight) !important;
    opacity: 0.9;
}

.dropdown-menu .dropdown-item i {
    padding: 0px 10px;
}


/*==============dropdown-submenu ==================*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 99%;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    transform: rotate(-90deg);
    content: none;
}


/*==========magamenu==========================*/

.megamenu-li {
    position: static;
    font-size: 13px !important;
}

.megamenu-li .dropdown-menu {
    width: 100%;
    /*top: 100%;*/
}

.megamenu-li:hover .dropdown-menu {
    display: block;
}

.megamenu {
    padding: 15px;
    color: var(--color_ten)
}


/*==========navbar-toggler==========================*/

.navbar-light .navbar-toggler {
    border-color: var(--color_one) !important;
    /*max-height: 80px;*/
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.navbar_sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.navbar_sticky+.content {
    padding-top: 60px;
}

.bg-primary .nav-link {
    color: var(--color_ten) !important;
}

.bg-primary .nav-link:hover {
    color: var(--color_five) !important;
}

.bg-primary .nav-item {
    padding: 0px 0.5rem !important;
}


/*======================================menu_area end========================*/


/*====================================== slider start========================*/

.slider {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider/primary_slider_1.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    text-align: center;
}

.slider h1 {
    font-size: 60px;
    font-weight: bold;
}

.slider p {
    font-size: 16px;
}


/*================================== slider End========================*/


/*================================== page_title Start========================*/

.page_title,
.page_title h5 {
    color: var(--color_ten)!important;
    background: #1D6B87;
}


/*============================Coundown start ========================*/

.countdown {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/countdown/countdown_01.png");*/
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg5.jpg) no-repeat;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
}


/*============================ Coundown End ========================*/


/*================ PROFILE section start============================*/

.team .profile_card {
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.team .profile_card_image img {
    width: 150px;
    height: 150px;
    border: 5px solid var(--color_one);
    -webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, .16);
    box-shadow: 0 7px 12px 0 rgba(62, 57, 107, .16);
}

.team .profile_card_body {
}

.team .profile_card_body .card-title {
    font-size: 18px;
    font-weight: 500;
}

.team .profile_card_body .card-text {
    font-size: 16px;
}


/*=========================== PROFILE End ========================*/


/*================ Blog_12 section start============================*/

.blog_card {
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}


/*============================ Blog_12 End ========================*/


/*============================footer_area start ========================*/

.footer_area a,
.footer_area h3 {
    color: var(--color_ten);
}

.footer_area a:hover {
    color: var(--color_one);
}

.footer_area .footer_title {
    border-bottom: 1px solid var(--color_one);
}


/*============================footer_area End ========================*/


/*============================ bottom_area start ========================*/

.bottom_area {
    background: #303d3a;
}

.bottom_area ul li a i {
    background: var(--color_one);
    border-radius: 50%;
    color: var(--color_ten);
    font-size: 13px;
    padding: 9px;
    width: 30px;
    text-align: center;
}

.bottom_area ul li:hover a i {
    background-color: var(--color_ten);
    color: var(--color_one);
}


/*============================bottom_area End ========================*/


/*============================footer_area_2 start ========================*/

.footer_area_2 {
    background: url(../img/footer/footer_01.png) no-repeat;
    background-color: #44514E;
    color: var(--color_ten);
    font-size: 14px;
}

.footer_area_2 .footer_title {
    border-bottom: 1px solid var(--color_one);
    color: var(--color_ten);
}

.footer_area_2 ul.menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.footer_area_2 ul.menu li:last-child {
    border-bottom: 0px solid;
}

.footer_area_2 ul.menu li a {
    color: var(--color_ten);
    font-size: 14px;
}

.footer_area_2 ul.news li a {
    color: var(--color_ten);
    font-size: 16px;
}


/*============================footer_area_2 End ========================*/


/*============================ bottom_area_2 start ========================*/

.bottom_area_2 {
    background: #303D3A;
}

.bottom_area_2 ul li a i {
    background: var(--color_one);
    border-radius: 50%;
    color: var(--color_ten);
    font-size: 13px;
    padding: 9px;
    width: 30px;
    text-align: center;
}

.bottom_area_2 ul li:hover a i {
    background-color: var(--color_ten);
    color: var(--color_one);
}


/*============================ bottom_area_2 end ========================*/


/* ------------------- Extra small devices (portrait phones, less than 576px) ----------------------- */

@media (max-width: 575.98px) {
    /*===========top_area=========*/
    .top_area .top_area_info ul li {
        padding: 0px;
        border-left: 0px solid #1e9b5b;
        border-right: 0px solid #3df296;
    }
    /*=========== top_area_2 =========*/
    .top_area_2 .top_area_info ul li {
        padding: 0px;
        border-left: 0px solid #1e9b5b;
        border-right: 0px solid #3df296;
    }
    /*===========nav-item=========*/
    .menu_area .nav-item {
        padding: 0px 0.5rem !important;
    }
    /*=========== slider =========*/
    .slider {
        padding: 0px 0px;
    }
    .slider h1 {
        font-size: 24px;
    }
    .slider p {
        font-size: 12px;
        padding: 0px 30px;
    }
}


/* ------------------- Small devices (landscape phones, 576px and up) ----------------------- */

@media (min-width: 576px) and (max-width: 767.98px) {
    .top_area .top_area_info ul li {
        padding: 0px;
        border-left: 0px solid #1e9b5b;
        border-right: 0px solid #3df296;
    }
    /*===========nav-item=========*/
    .menu_area .nav-item {
        padding: 0px 0.5rem !important;
    }
    /*=========== slider =========*/
    .slider {
        padding: 0px 0px;
    }
    .slider h1 {
        font-size: 36px;
    }
    .slider p {
        font-size: 12px;
    }
}


/* ------------------- Medium devices (tablets, 768px and up) ----------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
    /*===========nav-item=========*/
    .menu_area .nav-item {
        padding: 0px 0.5rem !important;
    }
    /*=========== slider =========*/
    .slider {
        padding: 0px 0px;
    }
    .slider h1 {
        font-size: 48px;
    }
    .slider p {
        font-size: 14px;
    }
}
@media (min-width: 992px){
    .destop_view{
        max-width: 1046px!important;
    }
}
/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 1200px) {
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Home Default end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*============= slider 3 start ==============*/

.slider_3 {
}

.slider_3 .owl-item {
    padding: 150px 0px;
    text-align: center;
}

.slider_3 .owl-item h3 {
    font-size: 28px;
    font-weight: 200;
    animation-delay: 0.5s;
}

.slider_3 .owl-item h1 {
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0;
    animation-delay: 0.8s;
}

.slider_3 .owl-item p {
    font-size: 18px;
    color: #eee;
    word-spacing: 2px;
    margin-bottom: 30px;
    animation-delay: 1.2s;
}

.slider_3 .owl-item button {
    animation-delay: 1.4s !important;
}

.slider_3 .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}


/*============= slider 3 end ==============*/


/*================ slider_2 start ============================*/

.slider_2 {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/banner/banner_2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.slider_2 h1 {
    text-transform: uppercase;
    color: #2c3d4f;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 60px;
    font-size: 40px;
}

.slider_2 p {
    color: #191919;
    font-size: 22px;
}


/*================ slider_2 end ============================*/


/*============= about start===================*/

.about_grid {
    display: block;
    position: relative;
    margin: 15px 0
}

.about_icon i {
    color: var(--color_one);
    font-size: 25px;
}

.about_icon a {
    color: #2c3d4f;
    font-weight: 700;
    text-decoration: none;
}

.about_grid_overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.95);
    overflow: hidden;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    transition-duration: .3s
}


/*=================Investment overlay====================*/

.about_content {
    border: 1px solid var(--color_ten);
    margin: 15px;
    padding: 15px;
    text-align: left;
    width: 100%;
}

.about_content h4 {
    color: var(--color_one);
}

.list_style_about {
    list-style: none;
    padding: 5px;
}

.about_grid:hover .about_grid_overlay {
    opacity: 1
}

.about_read,
.about_read:hover {
    font-weight: 700;
    color: var(--color_one);
}

.list_style_about li:first-child {
    padding-top: 5px;
}

.list_style_about li {
    position: relative;
    padding: 0 0 3px 25px;
    margin: 0 0 3px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_style_about li:first-child:before {
    top: 6px;
}

.list_style_about li:before {
    content: "\f192";
    position: absolute;
    top: 0;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: #c0c0c0;
}


/*============= about end===================*/


/*========= featured_content_2 start =================*/

.featured_content_2 {
    padding: 90px 0;
    background-color: var(--color_five);
}

.featured_content_2 img {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 230%;
    height: auto;
}

.featured_content_2 h4 {
    font-weight: 600;
    font-size: 30px;
}

.featured_content_2 p {
    font-size: 15px;
}

.featured_content2_list li:before {
    content: "\f192";
    position: absolute;
    top: 0;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: var(--color_one);
}

.featured_content2_list li {
    position: relative;
    padding: 0 0 10px 25px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--color_one);
}

.mobile_margin {
    padding-right: 20px;
    padding-left: 20px;
}

.featured_content2_box {
    position: relative;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}

.bg_theme {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--color_one);
    width: 18%;
    height: 1px;
}


/*========= featured_content_2 end =================*/


/*============== call_to_action start =========================*/

.call_to_action {
    background-image: linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../img/call_to_action/call_to_action.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.call_to_action h1 {
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    letter-spacing: 1px;
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: var(--color_ten);
    display: inline-block;
    line-height: 85px;
    color: var(--color_ten);
    border-radius: 50%;
    transition-duration: 0s;
    margin-top: 150px;
    margin-left: 135px;
}
.video_btn i{
    margin-left: 34px;
    font-size: 22px;
}

.youtube_video iframe{
    width:-webkit-fill-available;
    height:415px;
}
.video_btn:hover i,
.video_btn:focus i {
    color: var(--color_one);
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid var(--color_ten);
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid var(--color_ten);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video_text a {
    color: var(--color_one);
}


/*============== call_to_action end =========================*/


/*===================== project_2 start =================*/

.project-grid-style3 {
    position: relative;
    margin-bottom: 10px
}

.project_grid_style3 .inner_box {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1)
}

.project_grid_style3 .inner_box .project_image {
    position: relative
}

.project_grid_style3 .inner_box .project_image:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    transition: all 0.3s ease;
}

.project_grid_style3 .inner_box:hover .project_image:before {
    opacity: 1
}

.project_grid_style3 .inner_box .project_image img {
    position: relative;
    width: 100%;
    display: block
}

.project_grid_style3 .inner_box .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    color: var(--color_ten);
    visibility: hidden;
    transition: all 700ms ease;
    transform: translateX(-100%)
}

.project_grid_style3 .inner_box .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(134, 188, 66, 1);
}

.project_grid_style3 .inner_box:hover .overlay:before {
    opacity: .8;
    visibility: visible
}

.project_grid_style3 .description {
    padding-top: 22px;
}

.project_grid_style3 .inner_box .text {
    position: relative;
}

.project_grid_style3 .inner_box .read_more {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: var(--color_ten);
    padding-right: 22px
}

.project_grid_style3 .inner_box .read_more .fa {
    position: relative;
    margin-right: 4px
}

.project_grid_style3 .inner_box:hover .overlay {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%)
}

.project_grid_style3 .inner_box .project_desc {
    background: var(--color_ten);
    position: relative;
    transition: all 0.3s ease;
}

.project_grid_style3 .inner_box:hover .project_desc {
    background-color: var(--color_five);
}

.project_grid_style3 .inner_box .project_desc .category {
    color: var(--color_one);
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.project_grid_style3 .inner_box:hover .project_desc .category {
    color: var(--color_eight);
}

.project_grid_style3 .inner_box .project_desc .category:after {
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    width: 20%;
    display: block;
    margin-top: 10px;
}

.project_grid_style3 .inner_box:hover .project_desc .category:after {
    width: 100%;
    background: var(--color_one);
}

.project_grid_style3 .inner_box .project_desc a {
    position: relative;
    transition: all 0.3s ease;
    line-height: 24px
}

.project_grid_style3 .inner_box .project_desc a:hover {
    color: var(--color_one);
}

.project_grid_style3 .inner_box .overlay_inner {
    padding: 15px
}

.project_grid_style3 .inner_box .text {
    margin-bottom: 15px
}

.project_2 {
    background-color: var(--color_five);
}

.project_desc {
    padding: 40px;
    background: var(--color_ten);
    position: relative;
    transition: all 0.3s ease;
}

.project_desc .category {
    color: var(--color_one);
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.project_desc .category:after {
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    width: 20%;
    display: block;
    margin-top: 10px;
}

.project_desc h3 a {
    font-weight: 600;
    font-size: 20px;
    color: var(--color_eight);
}

.project_desc h3 a:hover {
    color: var(--color_one);
}


/*===================== project_2 end =================*/


/*======================= pricing_table start ==================*/

.single_plan {
    position: relative;
    z-index: 99;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.head_plan {
    background-color: #757575;
}

.head_plan h4 {
    padding: 20px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.price_plan {
    padding: 32px 0 43px;
    position: relative;
    background: var(--color_five);
    font-weight: bold;
    border-bottom: 1px solid var(--color_seven);
}

.price_plan h3 {
    margin: 0;
    z-index: 11;
    position: relative;
    font-weight: bold;
    color: var(--color_eight);
    font-size: 32px;
}

.price_plan span {
    text-transform: uppercase;
    font-size: 12px;
    z-index: 11;
}

.price_plan i {
    color: var(--color_ten);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    background: var(--color_one);
}

.bg-theme {
    background-color: #86bc42;
}

.feat_plan {
    margin: 56px 0 33px;
}

.feat_plan ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.footer_plan {
    padding: 0 0 30px;
}


/*======================= pricing_table end ==================*/


/*================== testimonial_2 start ========================*/

.testimonial_2 {
    background-color: var(--color_five);
}

.testmonial2_style5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
}

.testmonial2_style5 img {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 2px;
}

.testmonial2_style5 span {
    font-size: 13px;
    color: var(--color_one);
}

.testmonial2_style5 h5 {
    color: var(--color_eight);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}

.testmonial2_style5 span:before {
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    width: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.testmonial2_style6 {
    opacity: .1;
    font-size: 32px;
}

.testmonial2_style5 .data i {
    position: absolute;
    right: 0;
    bottom: 0;
}

.testmonial2_style5 {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px 0;
    transition-duration: .3s;
}


/*================== testimonial_2 end ========================*/


/*===================== Blog start =====================*/

.post_img img:hover {
    filter: grayscale(100%);
}

.blog_style1 .item .content {
    padding: 30px;
    text-align: left;
}

.blog_style1 .item .content h5 {
    font-size: 16px;
    line-height: normal;
    text-transform: inherit;
}

.blog_post a {
    color: var(--color_eight);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.blog_post a:hover {
    color: var(--color_one);
    text-decoration: none;
}

.blog_style1 .item .content .tag {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.blog_style1 .item .content .tag a {
    text-decoration: none;
    color: var(--color_eight);
}

.blog_style1 .item .content .tag a:hover {
    color: var(--color_one);
}


/*===================== Blog end =====================*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<
Extra small devices (portrait phones, less than 576px)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<< */

@media (max-width: 575.98px) {
    /*================ slider_2 start ============================*/
    .slider_2 h1 {
        font-size: 36px;
    }
    .slider_2 p {
        font-size: 18px;
    }

    .youtube_video iframe {
        width: -webkit-fill-available;
        height: auto!important;
    }
}


/* ------------------- Small devices (landscape phones, 576px and up) ----------------------- */

@media (min-width: 576px) and (max-width: 767.98px) {
    /*================ slider_2 start ============================*/
    .slider_2 h1 {
        font-size: 36px;
    }
    .slider_2 p {
        font-size: 18px;
    }
}


/* ------------------- Medium devices (tablets, 768px and up) ----------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
    /*================ slider_2 start ============================*/
    .slider_2 h1 {
        font-size: 36px;
    }
    .slider_2 p {
        font-size: 18px;
    }
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 1200px) {
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 1 end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 2 Start <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*================top_area start============================*/

.top_area_3 {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 8888;
    border-bottom: 1px solid #dbdbdb;
}

.top_area_3 .top_area_info ul li {
    padding: 10px 15px;
    border-left: 1px solid #1e9b5b;
    border-right: 1px solid #3df296;
}

.top_area_3 .top_area_info ul li:first-child {
    padding-left: 0px;
    border-left: 0px solid #1e9b5b;
}

.top_area_3 .top_area_info ul li:last-child {
    padding-right: 0px;
    border-right: 0px solid #3df296;
}

.top_area_3 .top_area_info ul li i {
    color: var(--color_ten);
}

.top_area_3 .top_area_social_icon a i {
    color: var(--color_ten);
}


/*.top_area_3 .top_area_social_icon a i:hover {*/


/*color: var(--color_one);*/


/*}*/


/*================top_area end============================*/


/*================menu_area_3 start==========================*/

.menu_area_3 .navbar-light {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 8888;
    border-bottom: 1px solid #dbdbdb;
}

.menu_area_3 .navbar {
    background-color: transparent !important;
}


/*===========nav-item=========*/

.menu_area_3 .nav-item {
    padding: 25px 0.5rem !important;
}

.menu_area_3 .nav-item .home {
    color: var(--color_one) !important;
}

.menu_area_3 .nav-item a {
    padding: 9px;
    color: var(--color_ten) !important;
    font-size: 13px;
    font-weight: 600;
}

.menu_area_3 .nav-item a:hover {
    color: var(--color_one) !important;
}


/*The sticky class is added to the navbar with JS when it reaches its scroll position */

.navbar_sticky_3 .navbar-light {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.navbar_sticky_3 .navbar {
    background-color: var(--color_ten) !important;
}

.navbar_sticky_3 .nav-item a {
    color: var(--color_eight) !important;
}

.navbar_sticky_3 .nav-item .dropdown-menu a {
    color: var(--color_ten) !important;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.navbar_sticky_3+.content {
    padding-top: 60px;
}


/*==========navbar-toggler==========================*/

.navbar-light .navbar-toggler {
    border-color: var(--color_one) !important;
}


/*======================================menu_area end========================*/


/*============= slider 4 start ==============*/

.slider_4 {
    position: relative;
}

.slider_4 .owl-item {
    padding: 280px 0px;
    text-align: center;
    height: 100vh;
}

.slider_4 .owl-item h3 {
    font-size: 28px;
    font-weight: 200;
    animation-delay: 0.5s;
}

.slider_4 .owl-item h1 {
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0;
    animation-delay: 0.8s;
}

.slider_4 .owl-item p {
    font-size: 18px;
    color: #eee;
    word-spacing: 2px;
    margin-bottom: 30px;
    animation-delay: 1.2s;
}

.slider_4 .owl-item button {
    animation-delay: 1.4s !important;
}

.slider_4 .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}


/*============= slider 4 end ==============*/


/*============= featured_content_3 start ==============*/

.featured_content_3 .img1 {
    border-radius: 5px;
    padding-right: 5px;
}

.featured_content_3 .img2 {
    border-radius: 5px;
    padding-left: 5px;
}


/*============= featured_content_3 end ==============*/


/*============= service_2 start  ==============*/

.services_2 h3 {
    padding-bottom: 10px;
    font-size: 32px;
    color: var(--color_eight);
}

.title-style2::before {
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    margin-top: 38px;
    left: 547px;
    width: 250px;
}

.services_2 h3:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: var(--color_one);
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.services_2 p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
}

.services_2_block>a {
    display: block;
    border: 3px solid var(--color_seven);
    border-radius: 0;
    text-align: center;
    background: var(--color_ten);
    padding: 20px;
    position: relative
}

.services_2_block>a:before {
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid var(--color_one);
    border-right: 3px solid var(--color_one);
    transition: all 0.5s ease 0s;
}

.services_2_block>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid var(--color_one);
    border-left: 3px solid var(--color_one);
    transition: all 0.5s ease 0s;
}

.services_2_block>a:hover {
    opacity: 1;
    border-color: var(--color_seven);
}

.services_2_block>a:hover:before,
.services_2_block>a:hover:after {
    width: 95%;
    height: 90%
}

.services_2_block i {
    font-size: 32px;
    color: var(--color_eight);
}

.services_2_block:hover i {
    color: var(--color_one);
}

.services_2_block p {
    margin-bottom: 0;
    color: var(--color_eight);
}


/*.services_2_block:hover p {*/


/*color: var(--color_eight);*/


/*}*/

.services_2_block h4 {
    color: var(--color_seven);
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600
}

.services_2_block:hover h4 {
    color: var(--color_eight);
}


/*============= service_2 end ==============*/


/*============= project_3 start ==============*/

.project_3 .filtering .active {
    border-color: var(--color_one);
    color: var(--color_ten);
    background-color: var(--color_one);
}

.project_3 .filtering span {
    /*border-bottom: 1px solid transparent;*/
    color: var(--color_eight);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.project_3 .filtering span:hover {
    border-color: var(--color_one);
    background-color: var(--color_one);
    color: var(--color_ten);
}

.portfolio-title h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--color_eight);
}

.project_details {
    position: relative;
    overflow: hidden
}

.project_details img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 400ms
}

.portfolio_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s
}

.portfolio_icon a {
    position: absolute;
    top: 50%;
    transform: scale3d(0, 0, 0);
    transition: all 0.3s;
    color: #fff;
    font-size: 26px;
    z-index: 9
}

.portfolio-title {
    padding: 15px 15px 0 15px;
    text-align: center;
    display: block;
    transition: all 0.3s
}

.portfolio-title p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px
}

.project_grid_style2:hover .project_details img {
    transform: scale3d(1.15, 1.15, 1)
}

.project_grid_style2:hover .portfolio_icon {
    opacity: 1
}

.project_grid_style2:hover .portfolio_icon a {
    transform: scale3d(1, 1, 1)
}

.project_grid_style2:hover .portfolio_icon a:hover {
    color: var(--color_one);
}

.portfolio_post_border {
    border: 1px solid var(--color_one);
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: hidden
}

.project_grid_style2:hover .portfolio_post_border {
    visibility: visible
}


/*============= project_3 end ==============*/


/*============= countdown_2 end ==============*/

.countdown_2 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.4)), url("../img/countdown/countdown_02.jpg");
    width: 100%;
    height: 320px;
    background-size: cover;
    background-attachment: fixed;
}

.profile_male {
    color: var(--color_ten);
    font-size: 36px;
}

.profile_male h2 {
    color: #ffffff;
}

.profile_male i {
    margin-bottom: 5px;
    color: var(--color_one);
}

.profile_male_border {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color_ten);
    width: 18%;
    margin-left: auto;
    margin-right: auto;
}

.profile_male p {
    font-size: 24px;
}


/*===================== countdown_2 end ==============*/


/*======================= team_2 end ==============*/

.team_2_name {
    color: var(--color_eight);
    font-weight: 600;
    margin-top: 25px;
}

.team_2_link a {
    margin-right: 10px;
}

.team_2_link i {
    color: var(--color_one);
}

.team_2_link i:hover {
    color: var(--color_eight);
}


/*=========================== team_2 end ==============*/


/*=========================== testimonial_3 start ==============*/

.testimonial_3 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)), url("../img/testimonials/testimonials_bg_1.jpg");
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position-y: 125px;
}

.testimonial_3 p {
    line-height: 28px;
    color: #ffffff;
    font-style: italic;
    font-size: 16px;
}

.testimonial_3 p:before {
    font-style: italic;
    margin: auto auto 15px;
    content: "\f10d";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: var(--color_one);
    font-size: 23px;
    display: block;
}

.testimonial_3 h6 {
    color: #aaa;
    font-size: 16px;
}


/*=========================== testimonial_3 end ==============*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<
Extra small devices (portrait phones, less than 576px)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<< */

@media (max-width: 575.98px) {
}


/* ------------------- Small devices (landscape phones, 576px and up) ----------------------- */

@media (min-width: 576px) and (max-width: 767.98px) {
}


/* ------------------- Medium devices (tablets, 768px and up) ----------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 1200px) {
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 2 end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 3 start <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*======================= blog_2 start ==============*/

.blog_2 p {
    font-size: 15px;
    padding-top: 15px;
    margin: 0 auto;
}

.blog_2_icon {
    width: 20%;
    max-width: 50px;
    float: left;
    padding-top: 2px;
    margin-left: 19px;
}

.blog_2_content {
    width: 80%;
    float: left;
}

.blog_2_box {
    background: var(--color_ten);
    color: var(--color_nine);
    overflow: hidden;
    border: 1px solid var(--color_seven);
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    margin: 15px 0;
    transition-duration: .3s
}

.blog_2_box .img_holder {
    position: relative
}

.blog_2_box .img_holder:before {
    background-color: rgba(134, 188, 66, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10
}

.blog_2_box:hover .img_holder:before {
    opacity: 1
}

.blog_2_box .img_holder img {
    width: 100%
}

.blog_2_box h3 {
    font-size: 16px;
}

.blog_2_box:hover {
    background: var(--color_one);
    color: var(--color_ten);
    transition-duration: 0.3s;
}

.blog_2_box:hover i {
    color: var(--color_ten);
}

.blog_2_box i {
    font-size: 28px;
    color: var(--color_one);
}

.blog_2_content a {
    color: var(--color_nine);
}

.blog_2_box:hover h3 a,
.blog_2_content a:hover {
    color: var(--color_ten);
}


/*======================= blog_2 end ==============*/


/*================ countdown start ================*/

.countup:after {
    content: '+';
}


/*================ countdown end ================*/


/*================ countdown_3 start ================*/

.countdown_3 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)), url("../img/bg3.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.countdown_3 .countup {
    color: #ffffff;
}

.countdown_3 .left-content {
    width: 70%;
}

.about-text h5 strong {
    font-size: 26px;
}

.countdown3_text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.countdown_3_right {
    color: var(--color_ten);
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.countdown_3_right:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color_one);
    opacity: .92;
    content: "";
    z-index: -1;
}

.countdown_3_right ul li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.countdown_3_right i {
    font-size: 55px;
    color: rgba(255, 255, 255, 0.5);
}


/*================ countdown_3 start ================*/


/*============== service_3 start ===============*/

.service_3 h3 {
    font-size: 32px;
}

.service_3_icon {
    float: left;
    width: 50px;
    font-size: 32px;
    color: var(--color_one);
}

.service_3_content {
    float: left;
    width: 75%;
    padding-left: 10px;
}

.service_3_content h4 a {
    color: var(--color_nine);
    font-weight: 500;
    font-size: 18px;
}

.service_3_button:after {
    content: '\f0da';
    font-weight: 700;
    font-size: 14px;
    font-family: Font Awesome\ 5 Free;
    color: var(--color_nine);
    margin-left: 7px;
}

.service_3_button {
    color: var(--color_nine);
}

.service_3_button:hover {
    color: var(--color_one);
}


/*============== service_3 start ===============*/


/*============= call_to_action_2 start ============*/

.call_to_action_2 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../img/bg1.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.call_to_action_2 h4 {
    font-weight: 600;
    font-size: 30px;
}

.call_to_action_2 p {
    font-size: 16px;
}


/*============ call_to_action_2 end ============*/


/*=========== pricing_table_2 start ============*/

.pricing_list {
    text-align: center;
    border-radius: 10px;
    background: var(--color_ten);
    border: 2px solid #ececec;
    padding: 30px 40px;
}

.pricing_list>i {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 100%;
    color: var(--color_one);
    font-size: 30px;
    line-height: 78px;
    margin-bottom: 15px;
    width: 80px;
}

.pricing_list h4 {
    color: var(--color_nine);
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
}

.pricing-list h2 {
    display: inline-block;
    color: var(--color_nine);
    letter-spacing: 2px;
}

.pricing_list span {
    color: var(--color_one);
}

.pricing-list ul {
    margin-top: 20px;
}

.pricing_list ul li {
    color: #666;
    font-size: 15px;
    padding: 7px;
}

.pricing_list ul li:after {
    content: '';
    display: block;
    width: 240px;
    max-width: 100%;
    height: 1px;
    background: #ececec;
    margin: 10px auto 0;
}

.pricing_list_button {
    background: var(--color_one);
    margin: 20px 15px 0;
    border: 2px solid var(--color_one);
    border-radius: 25px;
}

.pricing_list_button a {
    display: block;
    color: var(--color_ten);
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
}

.pricing_list_button a:hover {
    background: var(--color_ten);
    color: var(--color_one);
    border-radius: 25px;
}


/*====2nd card=========*/

.pricing_list.highlight {
    background: var(--color_one);
}

.pricing_list.highlight .pricing_list_button {
    background: var(--color_ten);
    margin: 20px 15px 0;
    border: 2px solid var(--color_ten);
    border-radius: 25px;
}

.pricing_list.highlight .pricing_list_button a {
    color: var(--color_one);
}

.pricing_list.highlight .pricing_list_button a:hover {
    background: var(--color_one);
    color: var(--color_ten);
    border-radius: 25px;
}


/*=========== pricing_table_2 end ============*/


/*========== team_3 start ===================*/

.team_3 p {
    font-size: 16px;
}

.team_style3 .team_description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 0;
    transition: all 200ms ease-in-out;
    padding: 15px;
    z-index: 9
}

.team_style3 .about_me {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
    opacity: 0;
    color: var(--color_ten);
    position: relative;
    display: inline-block;
}

.team_style3 .social_links:after {
    background: var(--color_one);
    bottom: -12px;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75px
}

.team_style3 .social_links a:hover {
    opacity: 0.65
}

.social_links a {
    margin-right: 10px;
}

.team_style3 .team_description_wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.team_style3 .team_description_content {
    display: table-cell;
    vertical-align: middle
}

.team_style3 .team_member_img {
    position: relative;
    display: block;
    overflow: hidden
}

.team_style3 .bg_cover {
    background-color: rgba(255, 66, 41, 0);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(2);
    transition: all 200ms ease-in-out;
    display: none;
    z-index: 1
}

.team_style3:hover .bg_cover {
    background-color: rgba(0, 0, 0, 0.83);
    display: block
}

.team_style3:hover .social_links {
    transition-delay: 100ms, 100ms;
    opacity: 1;
    transform: translateY(0)
}

.team_style3:hover .about_me {
    transition-delay: 200ms, 200ms;
    opacity: 1;
    transform: translateY(0)
}

.team_style3:hover .team_description {
    opacity: 1
}

.team_jama {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}


/*========== team_3 end ===================*/


/*==================== Common Contact ===================*/

.common_contact a {
    color: #000;
}

.common_contact .con_icon {
    padding-bottom: 14px;
    font-size: 30px;
    color: #953f98;
}

.common_contact h3 {
    color: #4a4a4a;
    margin-bottom: 8px;
    font-size: 1.125rem;
    font-weight: 500;
}

.common_contact p {
    font-size: .875rem;
    color: #6d6e70;
}


/*==================== contact start ===================*/

.contact_text_info h5 {
    margin-bottom: 5px;
    font-size: 15px;
}

.contact_text_info i {
    font-size: 26px;
}

.contact_text_info span {
    width: 35px;
    vertical-align: top;
}


/*====contact_icons===*/

.contact_icons ul li {
    display: inline-block;
    border: 1px solid var(--color_ten);
    border-radius: 50%;
    color: var(--color_ten);
    margin-right: 10px;
    margin-bottom: 5px;
    transition-duration: 0.3s;
}

.contact_icons ul li a {
    color: var(--color_six);
    display: block;
    font-size: 15px;
    text-align: center;
    height: 35px;
    width: 35px;
}

.contact_icons ul li a i {
    line-height: 34px;
}

.contact_icons ul li a:hover {
    background-color: var(--color_one);
    color: var(--color_ten);
    border-radius: 50%;
}

.contact_icons ul li:hover {
    border: 1px solid var(--color_one);
}

.contact input,
.contact textarea {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #8C8C8C;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    max-width: 100%;
    resize: none;
}

.contact input:focus,
.contact textarea:focus {
    border-color: var(--color_one);
    outline: 0;
    box-shadow: 0 0 0 .1rem var(--color_one);
}

.contact .form_btn {
    display: inline-block;
    padding: 4px 22px;
    background: var(--color_one);
    color: var(--color_ten);
    border: 2px solid var(--color_one);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out
}

.contact .form_btn:hover,
.contact .form_btn:active {
    background: var(--color_ten);
    color: var(--color_one);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important
}


/*==================== contact end ===================*/


/*==================== blog_3 start ================*/

.blog_3 h3 {
    font-size: 32px;
}

.blog_3 p {
    color: var(--color_nine);
}

.image_blog {
    position: relative
}

.image_blog>a:after {
    background: var(--color_one) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%
}

.image_blog>a:hover:after {
    opacity: 0.6
}

.image_blog a img {
    max-width: 100%
}

.image_blog .img_blog_text {
    bottom: 35px;
    position: absolute;
    padding: 0 20px
}

.image_blog .img_blog_text h5 {
    color: var(--color_ten);
    font-size: 13px;
    letter-spacing: 0.26px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: normal
}

.image_blog .img_blog_text h3 {
    color: var(--color_ten);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px
}

.text_blog {
    background: #fafafa none repeat scroll 0 0;
    padding: 35px 40px 25px;
    transition: all 0.3s linear 0s
}

.text_blog:hover {
    background: var(--color_one);
}

.text_blog h5 {
    color: var(--color_nine);
    font-size: 13px;
    letter-spacing: 0.26px;
    padding-bottom: 18px;
    margin: 0;
    line-height: normal;
    transition: all 300ms linear 0s
}

.text_blog:hover h5 {
    color: var(--color_ten);
}

.text_blog h3 {
    color: var(--color_eight);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px
}

.text_blog:hover h3 {
    color: var(--color_ten);
}

.text_blog:hover h3 a {
    color: var(--color_ten);
}

.text_blog p {
    margin: 0;
    padding: 20px 0;
    transition: all 300ms linear 0s;
    color: var(--color_nine);
}

.text_blog:hover p {
    color: var(--color_ten);
}

.text_blog .blog_user {
    border-top: 2px solid #ececec;
    padding-top: 15px
}

.text_blog .blog_user h4 {
    color: var(--color_nine);
    font-size: 15px;
    margin-bottom: 0;
    line-height: normal;
    letter-spacing: 0.3px;
    transition: all 300ms linear 0s
}

.text_blog .blog_user h4 a {
    color: var(--color_one);
    transition: all 300ms linear 0s
}

.text_blog:hover .blog_user h4 {
    color: var(--color_ten);
}

.text_blog:hover .blog_user h4 a {
    color: var(--color_ten);
}


/*==================== blog_3 start ================*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 3 end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 4 start <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*================== service_4 start ============*/

.blog_4 span,
.team_4 span,
.call_to_action_3 span,
.services_5_work span,
.service_4_work span {
    position: relative;
    font-size: 15px;
    color: var(--color_one);
    line-height: 200%;
}

.service_4_work h3 {
    color: var(--color_nine);
    font-size: 32px;
}


/*===========icon========*/

.services4_box {
    background: #fff;
    border: 5px solid rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-radius: 5px
}

.services4_box .icon-tools {
    color: var(--color_six);
}

.services4_box:hover {
    background: var(--color_ten);
    border: 5px solid var(--color_one);
}

.services4_box:hover .icon-tools {
    color: var(--color_one);
}

.services4_box i {
    font-size: 36px;
    color: var(--color_one);
}

.services4_box h4 {
    font-weight: 500;
}


/*================== service_4 end ============*/


/*=============featured_content_4 start ==========*/


/*===featured_content_4 Analysis and Consulting===*/

.featured_content4_left img {
    border-radius: 5px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.featured_content4_right h4 {
    font-size: 30px;
    color: var(--color_nine);
}


/*===featured_content_4 Technology and consultants===*/

.featured_content4_style li:first-child {
    padding-top: 10px;
}

.featured_content4_style li {
    position: relative;
    padding: 0 0 10px 25px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.featured_content4_style li:first-child:before {
    top: 11px;
}

.featured_content4_style li:before {
    content: "\f192";
    position: absolute;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: var(--color_six);
}


/*============= featured_content_4 end ==========*/


/*============== countdown_4 start =============*/

.countdown_4 {
    background-image: linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.8)), url("../img/bg5.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.countdown4_border {
    width: 18%;
    height: 1px;
    opacity: .5;
    margin-left: 104px;
}

.counter-box h4 {
    font-weight: 600;
    font-size: 35px;
    line-height: normal;
    margin: 0;
}

.counter-box h4:after {
    content: '+';
}


/*============== countdown_4 end =============*/


/*================ service_5 start ==========*/

.service_5 {
}

.service5_simple {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.service5_simple {
    overflow: hidden;
    border-radius: 5px;
}

.service5_simple img {
    transition: all 0.5s ease 0s;
}

.service5_simple:hover img {
    transform: scale(1.1)
}


/*==========Business Growth========*/

.service5_inner {
    position: relative;
    padding: 25px 25px 20px;
}

.service5_simple h4 {
    font-size: 18px;
    color: var(--color_nine);
    margin-bottom: 0;
}

.separator-line {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: var(--color_seven);
}


/*================ service_5 end ==========*/


/*============= featured_content_5 start==========*/

.featured_content_5 h4:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: var(--color_one);
    bottom: 0;
}

.featured_content_5 h4 {
    color: var(--color_nine);
    font-size: 30px;
}


/*============featured_content_5 progress============*/

.professional h5 {
    color: var(--color_nine);
    font-size: 26px;
}

.progress_text {
    font-size: 13px;
    color: var(--color_nine);
    margin-bottom: 5px;
}

.custom_progress {
    height: 4px;
    margin-bottom: 15px;
}

.custom_bar {
    background-color: var(--color_one);
}


/*============= featured_content_5 end==========*/


/*============= team_4 start =================*/

.team_style4 .team_description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 0;
    transition: all 200ms ease-in-out;
    padding: 15px;
    z-index: 9
}

.team_style4 .social_links {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
}

.team_style4 .social_links a:hover {
    opacity: 0.65
}

.team_style4 .team_description_wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.team_style4 .team_description_content {
    display: table-cell;
    vertical-align: middle
}

.team_style4 .team_member_img {
    position: relative;
    display: block;
    overflow: hidden
}

.team_style4 .bg_cover {
    background-color: rgba(255, 66, 41, 0);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(2);
    transition: all 200ms ease-in-out;
    display: none;
    z-index: 1
}

.team_style4:hover .bg_cover {
    background-color: rgba(0, 0, 0, 0.75);
    display: block
}

.team_style4:hover .social_links {
    transition-delay: 100ms, 100ms;
    opacity: 1;
    transform: translateY(0)
}

.team_style4:hover .team_description {
    opacity: 1
}


/*============= team_4 end =================*/


/*========= call_to_action_3 start============*/

.call_to_action_3 {
    background: linear-gradient(rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)), url("../img/bg2.jpg");
    background-size: cover;
    background-attachment: fixed;
}


/*===========call_to_action_3 Stay informed======*/

.stay_informed h3 {
    font-size: 32px;
    color: #fff;
}

.newsletter-form input {
    background: #fff;
    border: 2px solid var(--color_seven);
    min-width: 270px;
    max-width: 100%;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    padding: 12px 20px;
    width: auto;
}

.newsletter-form button {
    background: var(--color_one);
    color: #fff;
    border: none;
    -webkit-border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 14px 20px;
}

.newsletter-form button:hover {
    background: #232323;
}


/*===========call_to_action_3 end======*/


/*=============== blog_4 start ============*/

.blog_4 {
    border-radius: 5px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 15px 0 rgba(50, 50, 50, 0.16);
    padding: 30px;
}

.blog_4 h4 a {
    color: var(--color_eight);
    font-size: 21px;
    margin-bottom: 15px;
}

.blog_4 h4 a:hover {
    color: var(--color_one);
}

.blog_4 p {
    color: var(--color_nine);
    font-size: 15px;
}

.blog4_content {
    border-top: 1px solid #ececec;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.blog4_content a:after {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    color: var(--color_one);
    margin-left: 10px;
}

.blog4_content a:hover:after {
    color: var(--color_nine);
}

.blog4_content a:hover {
    color: var(--color_one);
}

.blog4_content a {
    color: var(--color_one);
    font-weight: 600;
}

.blog4_content a:hover {
    color: var(--color_eight);
    font-weight: 600;
}

.blog4_date h5 {
}

.blog4_date h5 {
    color: var(--color_nine);
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
}


/*=============== blog_4 end ============*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 4 end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 5 start <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*==================== about_7 Start =============*/


/*badge button - for landing Corporate 5 */

.badge {
    padding: 4px 9px;
    border-radius: 12px;
    color: var(--color_one);
    border: 1px solid var(--color_one);
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    right: -19px;
    margin-top: -41px;
    display: table-caption;
    position: absolute;
}


/*=======Process Step =====*/

.process-step-xs {
    position: relative;
    margin: 15px 0;
    padding: 0
}

.process-step-xs .process-step-icon {
    text-align: center
}

.process-step-xs .process-step-icon i {
    color: var(--color_one);
    font-size: 47px
}

.process-step-xs h3 {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: var(--color_nine);
    margin: 10px 0;
    text-align: center
}

.process-steps-xs li {
    position: relative;
    float: left;
    list-style-type: none;
    display: inline-block
}

.process-steps-xs li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-radius: 2px;
    position: absolute;
    right: -7px;
    top: 40px;
    text-align: center;
    border-left: 8px solid rgba(0, 0, 0, 0.1)
}

.process-steps-xs li:last-child:after {
    display: none
}

.about_7 .border_bottom::after {
    width: 20%;
}

.watch_btn {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.watch_ours_story {
    color: var(--color_nine);
    font-size: 22px;
}


/*===== Image Shadow ========*/

.about_7 .box_shadow {
    display: table-cell !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.about_7 .box_shadow img {
    display: table-cell !important;
    border-radius: 5px;
}


/*==================== about_7 End =============*/


/*==================== about_2 Start =============*/

.about-2 .about_2 {
    height: 246px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/service-1b.jpg);
}

.about2_grids .about_2 {
    position: relative
}

.about2_grids .about2_block {
    overflow: hidden;
    position: relative
}

.about2_grids .about2_block:hover .about_2:before {
    opacity: 1
}

.about2_grids .about2_block .details {
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
    padding: 30px 70px 50px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 20
}

.about2_grids .about2_block .number {
    background-color: var(--color_one);
    border-radius: 75px;
    color: #fff;
    height: 75px;
    font-size: 30px;
    left: 50%;
    line-height: 75px;
    position: absolute;
    top: -37.5px;
    transform: translateX(-50%);
    width: 75px
}

.about2_grids .about2_block .details h4 {
    color: var(--color_one);
    font-size: 20px;
    margin: 10px 0 15px 0;
    line-height: normal
}

.about2_grids .about2_block .details .read-more {
    color: var(--color_one);
    font-weight: 600
}

@media screen and (min-width: 992px) {
    .about2_grids .about2_block {
        height: 335px
    }
    .about2_grids .about_2:before {
        background-color: rgba(134, 188, 66, 0.6);
        bottom: 20px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: auto;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 10
    }
    .about2_grids .about2_block .details {
        height: 195px;
        position: absolute;
        top: 168px
    }
    .about2_grids .about2_block:hover .details {
        height: 230px;
        top: 105px
    }
}

@media screen and (min-width: 1200px) {
    .about2_grids .about2_block {
        height: 370px
    }
    .about2_grids .about2_block .details {
        height: 195px;
        position: absolute;
        top: 205px
    }
    .about2_grids .about2_block:hover .details {
        height: 230px;
        top: 170px
    }
}

@media screen and (max-width: 991px) {
    .about2_grids .about2_block .details {
        padding: 45px 25px 35px
    }
}

.about2_grids .about2_block .number {
    height: 65px;
    line-height: 65px;
    top: -32.5px;
    width: 65px;
    border-radius: 65px
}


/*==================== about_2 End =============*/


/*==================== blog_5 start =============*/

.case_block {
    background: var(--color_ten);
    border: 1px solid var(--color_seven);
    border-radius: 5px;
    height: 100%;
    transition-duration: .3s;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    position: relative
}

.case_block:hover {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3)
}

.case_block_inner {
    padding: 20px 25px 20px 0
}

.case_block_inner h4 {
    font-size: 21px;
    line-height: normal;
}

.case_block_inner h4:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: var(--color_one);
    margin-top: 10px;
    margin-bottom: 15px;
    transition-duration: .4s
}

.case_block_inner p {
    color: var(--color_nine);
    font-size: 15px;
    margin-bottom: 12px
}

.case_block_inner a {
    font-size: 15px;
    color: var(--color_one);
}

.case_block_inner a:after {
    content: '\f0da';
    font-family: Font Awesome\ 5 Free;
    margin-left: 10px;
    transition-duration: .3s;
    vertical-align: middle
}

.case_block_inner a:hover {
    color: var(--color_nine);
}

.case_block_inner a:hover:after {
    color: var(--color_nine);
}


/*==================== blog_5 End =============*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corporate 5 end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> portfolio_1 start <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*================ menu_area_2 start==========================*/

.menu_area_2 .navbar {
    background-color: var(--color_one);
}


/*===========nav-item=========*/

.menu_area_2 .nav-item {
    padding: 0px 0.3rem !important;
}

.menu_area_2 .active {
    color: var(--color_five) !important;
}

.menu_area_2 a {
    /*color: var(--color_eight) !important;*/
    color: var(--color_ten) !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu_area_2 a:hover {
    color: var(--color_five) !important;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.navbar_sticky_2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.navbar_sticky_2+.content {
    padding-top: 60px;
}


/*================ menu_area_2 end==========================*/


/*===banner_area_personal start portfulio====*/

.ashton_hokes {
    background-image: url("../img/portfolio/banner-bg.jpg");
    position: relative !important;
    /*background-size: cover !important;*/
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.hello_right {
    padding-top: 20%;
    padding-bottom: 30%;
}

.hello_right h5 {
    margin: 0;
}

.hello_right h1 {
    color: #d6d5d5;
    font-size: 48px;
    font-weight: 700;
}

.hello_right p {
    width: 50%;
    color: var(--color_ten);
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--color_one);
    border-bottom: 1px solid var(--color_one);
}


/*====social-icon====*/

.social-links a {
    display: inline-block;
    margin: 0 12px;
    font-size: 18px;
    color: var(--color_one);
}

.social-links a:hover {
    color: var(--color_ten);
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<
 Extra small devices (portrait phones, less than 576px)
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<< */

@media (max-width: 575.98px) {
    .ashton_hokes {
        background-image: url("../img/portfolio/banner-bg.jpg");
        background-position: -280px 0 !important;
        position: relative !important;
        background-size: cover !important;
        overflow: hidden !important;
        /*background-position: center !important;*/
        background-repeat: no-repeat !important;
    }
    .hello_right {
        padding-top: 25%;
        padding-bottom: 20%;
    }
    .hello_right h1 {
        font-size: 26px;
    }
}


/* ------------------- Small devices (landscape phones, 576px and up) ----------------------- */

@media (min-width: 576px) and (max-width: 767.98px) {
    .ashton_hokes {
        background-image: url("../img/portfolio/banner-bg.jpg");
        background-position: -280px 0 !important;
        position: relative !important;
        background-size: cover !important;
        overflow: hidden !important;
        /*background-position: center !important;*/
        background-repeat: no-repeat !important;
    }
    .hello_right {
        padding-top: 25%;
        padding-bottom: 20%;
    }
    .hello_right h1 {
        font-size: 26px;
    }
}


/* ------------------- Medium devices (tablets, 768px and up) ----------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
}


/* ------------------- Large devices (desktops, 992px and up) ----------------------- */

@media (min-width: 1200px) {
}


/*=================== about_8 start ===================*/

.about8_section_title {
    font-weight: 700;
    color: #232323;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.about8_section_title:before {
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
}

.about8_section_title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.about8_title p {
    line-height: 28px;
    font-size: 15px;
}


/*====btn about_8====*/

.btn_1 {
    display: inline-block;
    padding: 9px 22px;
    background: #fff;
    border: 2px solid var(--color_one);
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #232323;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out
}

.btn_1:hover,
.btn_1:active {
    background: var(--color_one);
    color: #fff;
    border-color: var(--color_one);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important
}

.btn_1:focus {
    background: #232323;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
    border-color: #fff;
}

.btn_1:focus span {
    color: #fff;
}

.btn_1 span {
    color: #232323;
}

.btn_1.white {
    border: 2px solid var(--color_one);
}


/*=================== about_8 end ===================*/


/*====--------- skills progress====*/

.skills .prog_item {
    margin-bottom: 25px;
}

.skills .prog_item p {
    margin-bottom: 8px;
}

.skills .prog_item .skills_progress {
    height: 5px;
    background: #eee;
    border-radius: 5px;
    position: relative;
}

.skills .prog_item .skills_progress span {
    position: absolute;
    height: 100%;
    background: var(--color_one);
    border-radius: 10px;
    transition: all 1s;
}

.skills .prog_item .skills_progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 10px;
    color: #777;
}


/*=================== time_line start ===================*/


/*====Education & Experience====*/

.time_line_icon {
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    background: var(--color_ten);
}

.time_line_box {
    padding-right: 20px;
    vertical-align: top;
    border-right: 1px solid #dee2e6;
    margin-right: 20px;
    display: inline-block !important;
}

.time_line_box i {
    font-size: 32px;
    color: var(--color_one);
}

.time_line_text {
    display: inline-block;
}

.time_line_text h3 {
    font-size: 18px;
    margin: 0;
}


/*=================== time_line end ===================*/


/*=================== project_4 start ===================*/


/*====My Portfolio====*/

.filtering .active {
    border-color: var(--color_one);
    background: var(--color_one);
    color: var(--color_ten);
}

.filtering span {
    margin-right: 8px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid var(--color_one);
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.filtering span:hover {
    border-color: var(--color_one);
    background: var(--color_one);
    color: var(--color_ten);
}


/*==project4_img-overlay===*/


/*		.items{margin-bottom:20px;}*/

.project4_img_overlay {
    position: absolute;
    top: 5px;
    left: 20px;
    right: 20px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #35424C;
    opacity: 0;
    transition: all .5s;
    z-index: 2;
    transform: translateY(10px)
}


/*==Show Your Time hover===*/

.project4_img:hover h6 {
    transform: translateY(0);
}

.project4_img:hover .project4_img_overlay {
    opacity: 1;
    transform: translateY(0)
}

.project4_img:hover h6 {
    transform: translateY(0)
}


/*==Show Your Time htag===*/

.project4_img h6 {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all .5s
}

.project4_img .fa {
    background: var(--color_one);
    ;
    border: 1px solid var(--color_one);
    border-radius: 50%;
    color: var(--color_ten);
    display: inline-block;
    height: 30px;
    padding: 8px;
    margin-left: 140px;
    margin-top: 130px;
    width: 30px;
    margin-bottom: 5px;
    transition: all .5s
}

.project4_img .fa:hover {
    background: var(--color_ten);
    color: var(--color_one);
}

.project4_img h6 {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 100px;
    margin-top: 10px;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all .5s;
}


/*=================== project_4 end ===================*/


/*=================== service_10 start ===================*/

.service10_box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 5px;
    background-color: var(--color_ten);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.service10_box .service10_icon {
    margin-bottom: 20px;
    font-size: 24px;
    background-color: #ededed;
    border-radius: 50%;
    height: 70px;
    padding: 22px;
    transition: all 0.5s ease 0s;
    width: 70px;
    display: inline-block;
    color: var(--color_one);
}

.service10_box:hover .service10_icon {
    background-color: var(--color_one);
    color: var(--color_ten);
}

.service10_box h5 {
    color: #232323;
    font-size: 18px;
}

.service10_box p {
    width: 85%;
}


/*=================== service_10 end ===================*/


/*=================== testmonial_1 say=================*/

.testmonial_1 {
    background-image: url("../img/bg20.jpg");
}

.testmonial_single p {
    font-size: 15px;
    font-style: italic;
    color: var(--color_nine);
    font-weight: 600;
}

.testmonial_single p:before {
    font-style: italic;
    margin: auto auto 15px;
    content: "\f10d";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: var(--color_one);
    font-size: 23px;
    display: block;
}

.testmonial_single h4 {
    color: var(--color_nine);
    font-size: 22px;
    margin: 0 0 5px 0;
}

.testmonial_single h6 {
    color: var(--color_nine);
    font-size: 13px;
}

.testmonial_1 .carousel_nav button.carousel_next,
.carousel_nav button.carousel_prev {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    transition: all .4s ease 0s;
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    border: 0;
}

.testmonial_1 .carousel_nav i,
.carousel_nav span {
    color: #232323;
    font-size: 18px;
    padding-top: 4px;
}

.testmonial_1 button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.testmonial_1 .carousel_nav i,
.carousel_nav span {
    color: var(--color_one);
    font-size: 18px;
    padding-top: 4px;
}


/*===================testmonial_1 end=================*/


/*=================== contact_3 start ===================*/

.contact_3 input,
.contact_3 textarea {
    border: 1px solid var(--color_one);
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
}

.contact_3 input:focus,
.contact_3 textarea:focus {
    border-color: var(--color_one);
    outline: 0;
    box-shadow: 0 0 0 .1rem var(--color_one);
}

.form_btn {
    display: inline-block;
    padding: 9px 22px;
    background: var(--color_ten);
    border: 2px solid var(--color_one);
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: var(--color_one);
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out
}

.form_btn:hover,
.form_btn:active {
    background: var(--color_one);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important
}


/*=================== contact_3 end ===================*/


/*=================== contact_4 start ===================*/

.contact4_icon {
    background-color: #f7f7f7;
}

.contact4_icon i {
    margin-bottom: 10px;
    font-size: 32px;
    color: var(--color_one);
}

.contact4_icon h6 {
    font-size: 18px;
    margin-bottom: 5px;
}


/*=================== contact_4 end ===================*/


/*=============bottom_area start======© 2019=============*/

.footer_bar {
    /*padding-top: 10px;*/
    /*padding-bottom: 15px;*/
    /*text-align: center;*/
    background: var(--color_one);
    color: var(--color_ten);
}


/*=============bottom_area end======© 2019=============*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> portfolio_1 end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}


/*.progress::after {*/


/*content: "";*/


/*width: 100%;*/


/*height: 100%;*/


/*border-radius: 50%;*/


/*border: 6px solid #eee;*/


/*position: absolute;*/


/*top: 0;*/


/*left: 0;*/


/*}*/


/*.progress > span {*/


/*width: 50%;*/


/*height: 100%;*/


/*overflow: hidden;*/


/*position: absolute;*/


/*top: 0;*/


/*z-index: 1;*/


/*}*/


/*.progress .progress-left {*/


/*left: 0;*/


/*}*/


/*.progress .progress-bar {*/


/*width: 100%;*/


/*height: 100%;*/


/*background: none;*/


/*border-width: 6px;*/


/*border-style: solid;*/


/*position: absolute;*/


/*top: 0;*/


/*}*/


/*.progress .progress-left .progress-bar {*/


/*left: 100%;*/


/*border-top-right-radius: 80px;*/


/*border-bottom-right-radius: 80px;*/


/*border-left: 0;*/


/*-webkit-transform-origin: center left;*/


/*transform-origin: center left;*/


/*}*/


/*.progress .progress-right {*/


/*right: 0;*/


/*}*/


/*.progress .progress-right .progress-bar {*/


/*left: -100%;*/


/*border-top-left-radius: 80px;*/


/*border-bottom-left-radius: 80px;*/


/*border-right: 0;*/


/*-webkit-transform-origin: center right;*/


/*transform-origin: center right;*/


/*}*/


/*.progress .progress-value {*/


/*position: absolute;*/


/*top: 0;*/


/*left: 0;*/


/*}*/

.widget_features {
}

.widget_features i {
    color: var(--color_one);
}

.widget_features a {
    color: var(--color_one);
}

.widget_features h5:hover {
    color: var(--color_one);
}

.widget_features a:hover {
    color: var(--color_eight);
}


/*---------widget_upload---------------*/

.widget_upload {
}

.widget_upload ul li {
    background: var(--color_one);
    opacity: 0.9;
    color: var(--color_ten);
}

.widget_upload ul li:hover {
    opacity: 1;
}

.widget_upload ul li a {
    color: var(--color_ten);
}


/*---------widget_categories---------------*/

.widget_categories {
}

.widget_title {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color_one);
}

.widget_categories ul li {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.widget_categories ul li i {
    color: var(--color_one);
    font-size: 12px;
}

.widget_categories ul li a {
    color: #333;
    font-size: 14px;
}

.widget_categories ul li:hover a {
    color: var(--color_one);
}


/*---------widget_tag_cloud---------------*/

.widget_tag_cloud {
}

.widget_tag_cloud ul li {
    padding: 5px 15px;
    margin: 5px;
    background: rgba(0, 0, 0, .05);
    text-transform: uppercase;
}

.widget_tag_cloud ul li a {
    color: rgba(0, 0, 0, .70);
    font-size: 12px;
}

.widget_tag_cloud ul li:hover {
    background: var(--color_one);
}

.widget_tag_cloud ul li:hover a {
    color: var(--color_ten);
}


/*--------------------------------------------------------------
------------------------ support-landing start ---------------*/

.support_landing h1,
h5,
a {
    color: #424A4F;
}

.support_landing h1 {
    font-size: 2.20rem;
}


/*--------- support_page_title start ---------*/

.support_landing .support_page {
    background-color: #1D6B87;
    position: relative;
    color: #fff;
    text-align: center;
}

.support_landing .support_page .support_page_title {
    font-size: 2.875rem;
    font-weight: 300;
    margin-top: 0;
    color: #89D6F3;
    font-family: "Roboto Slab", Museo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.support_landing .support_page .support_page_subtitle {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*--------- support_page_title end ---------*/


/*----page_section_with_arrow start -------*/

.support_landing .page_section_with_arrow {
    position: relative;
}

.support_landing .page_section_with_arrow::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background-color: inherit;
    margin-top: -15px;
    margin-left: -15px;
    top: 100%;
    left: 50%;
    border-left-width: 0;
    border-top-width: 0;
    z-index: 2;
}

.support_landing .card {
    border: 0px;
    background: inherit;
}

.support_landing .card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.support_landing .card-actions {
    min-width: 180px;
}


/*----page_section_with_arrow end -------*/


/*---- call to action 1 start -------*/

.support_landing .call_to_action_1 {
    text-align: center;
    background: #dfeeee !important;
}

.support_landing .call_to_action_1 h5 {
    line-height: 1.3 !important;
    font-size: 1.25rem;
    font-weight: 500;
}


/*---- call to action 1 end -------*/


/*---- call to action 2 start -------*/

.support_landing .call_to_action_2 {
    text-align: center;
    background: #fff !important;
}


/*---- call to action 2 end -------*/


/*---- support_topic start -------*/

.support_topic {
    background: #dfeeee !important;
}

.support_topic .card {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.support_topic .card-header {
    border-bottom: 0px;
    background-color: var(--color_one);
    color: #fff;
}

.support_topic .card:hover {
    border: 1px solid var(--color_one);
}


/*---- support_topic end -------*/


/*---- call_to_action_3 start -------*/

.support_landing .call_to_action_3 {
    text-align: center;
    background: #fff !important;
}


/*---- call_to_action_3 end -------*/


/*---- call_to_action_4 start -------*/

.support_landing .call_to_action_4 {
    text-align: center;
    background: var(--color_two);
}


/*---- call_to_action_4 end -------*/


/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .support_landing .card-horizontal {
        display: initial;
        flex: 1 1 auto;
    }
    .mobile_white {
        width: 50%;
    }
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    .support_landing .card-horizontal {
        display: initial;
        flex: 1 1 auto;
    }
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
}


/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
}


/*--------------------------------------------------------------
------------------------ support-landing end ---------------*/

.item_nav {
}

.item_nav .view_mode_wrap {
    margin-right: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    float: left;
}

.item_nav .view_mode_wrap .view_mode a {
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    transition: 0.2s;
    display: inline-block;
    width: 33px;
    height: 28px;
    margin-right: 10px;
    background: none repeat scroll 0 0 #dfdfdf;
    color: #fff;
}

.item_nav .view_mode_wrap .view_mode a:hover,
.item_nav .view_mode_wrap .view_mode .active {
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    transition: 0.2s;
    display: inline-block;
    width: 33px;
    height: 28px;
    margin-right: 10px;
    background: none repeat scroll 0 0 #07a989;
    color: #fff;
}

.item_nav .view_mode_wrap .view_mode i {
    padding: 5px 7px;
    font-size: 19px;
}

.item_nav .catalog-ordering {
    float: left;
    border-right: 1px solid #fff;
    margin-bottom: 2px;
    margin-top: 2px;
}

.item_nav .catalog-ordering .orderby-order-container span.sort {
    float: left;
    line-height: 25px;
    font-size: 12px;
}

.pagination_cound {
    float: right;
    margin-top: 2px;
    margin-bottom: 2px;
}

.pagination_cound ul li {
    font-size: 12px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: none repeat scroll 0 0 #07a989!important;
    border-color: #07a989;
}

.item_nav .count-per-page {
    float: right;
    margin-right: 30px;
    line-height: 27px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.item_nav .count-per-page>span {
    font-size: 12px;
}

.item_nav .count-per-page ul {
    display: inline-block;
    width: 50px;
    margin: 0px 10px;
}

.item_nav .count-per-page ul li {
    list-style: none;
    display: block;
    line-height: 25px;
}


/*========================================dropdown========*/

.item_nav .current_li {
    color: #999;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #ededed;
    position: relative;
}

.current_dropdown {
    min-width: 0rem;
}

.item_nav .clearfix .count-per-page ul {
    display: inline-block;
    width: 79px;
    margin: 0px 10px;
}

.item_nav .count-per-page ul li a {
    font-size: 12px;
    padding: 0px 9px;
    color: #999;
    display: block;
    white-space: nowrap;
    margin: 3px -9px 0px -49px;
    border-bottom: 1px dashed #ddd;
}

.item_nav .count-per-page ul li a:hover {
    background: none repeat scroll 0 0 #07a989;
    color: #fff;
}

.product_item .item_info {
    text-align: center;
}

.product_item.list_group .item_info {
    text-align: left;
    padding-left: 30px;
}

@media (max-width: 768px) {
    .count-per-page {
        display: none;
    }
}

.product_items {
}

.list_group {
}

.product_item .item_image:hover {
    transform: scale(1.1);
}

.product_item a.detail_plus i {
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 33px);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: var(--color_ten)!important;
    border-radius: 50%;
    padding: 0;
    z-index: 999;
    display: none;
}

.product_item a.detail_plus i:not(:hover) {
    background-color: var(--color_three);
    width: 60px;
    height: 60px;
}

.product_item a.detail_plus i:hover {
    background-color: var(--color_one);
    width: 60px;
    height: 60px;
}

.product_item a.detail_plus i::before {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 64px;
    margin: 18px;
}

.product_item .item_image:hover a.detail_plus i {
    display: block;
}

.product_item .item_image {
    transition: all 0.5s ease 0s;
    width: 100%
}

.product_item .item_description {
}

.product_item .buttons {
}

.product_item .buttons btn {
}

.product_item .buttons .add_to_cart {
    /*    width: 50%;
        float: left;
        text-align: center;
        padding: 8px 0;*/
    /*    background-color: #86bc42;
        text-transform: uppercase;
        color: var(--color_ten);
    */
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    opacity: 1!important;
    color: #000000!important;
}

.product_item .buttons .add_to_cart:hover {
    background-color: var(--color_one);
    color: var(--color_ten)!important;
}

.product_item .buttons .details {
    /*    width: 50%;
        float: left;
        text-align: center;
        padding: 8px 0;*/
    background-color: var(--color_nine);
    color: var(--color_ten);
}

.product_item .buttons .wish {
}

.product_item .product_item.grid_group .add_to_cart {
    width: 50%;
}

.product_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}

.item_inner {
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.product_item.list_group {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}

.product_item.list_group .item_image {
    float: left;
    width: 30%;
}

.product_item.list_group .item_image_thumb {
    margin-right: 10px;
}

.product_item.list_group .item_inner {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.product_item.list_group .item_info {
    float: left;
    width: 70%;
    margin: 0;
}

.product_item.list_group:before,
.product_item.list_group:after {
    display: table;
    content: " ";
}

.product_item.list_group:after {
    clear: both;
}


/*================================ .product-details===========================*/

.prodact_caregory .plus_zoom img {
    max-width: 100%;
}

.prodact_caregory .plus_zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.prodact_caregory .plus_zoom img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.overview {
    overflow: hidden;
}


/*================================ .product-details===========================*/

.product-details h3 {
    border-bottom: 1px solid #86bc42;
    font-weight: 600;
}

.item_price .sale {
    font-size: 24px;
    font-weight: 600;
    color: #86bc42;
}

.display-inline-block {
    display: inline-block !important;
    padding-right: 15px;
}

.item_variation_widget .variation_checkbox label .checkmark.active {
    background: var(--color_one);
    color: var(--color_five);
}

.item_variation_widget .variation_checkbox label .checkmark {
    left: 0;
    top: -10px;
    height: 30px;
    width: auto;
    padding: 0px 12px;
    border: 1px solid var(--color_nine);
    border-radius: 10%;
    text-align: center;
    line-height: 1.8rem;
    color: #444;
    font-weight: 300;
}

.item_variation_widget span.checkmark {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    float: left;
    margin-right: 15px;
}

.item_variation_widget .variation_checkbox label input {
    position: absolute;
    visibility: hidden;
}

.item_variation_widget .variation_checkbox .variation_attribute_name {
    float: left;
    margin-right: 15px;
}

.item_details input {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 10%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    display: block;
}

.product-details .socil_icon li {
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}


/*===================================application_feature=======================*/

.app_feature_container,
.app_feature_container a {
    color: #ffffff;
}

.app_features li {
    margin-bottom: 15px;
    line-height: 22px;
}

.app_features li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: --var(theme_one);
    font-size: 20px;
}

.app_feature_container a:hover {
    color: var(--color_six) !important;
}

.app_logo_container {
    width: 100px;
    height: 100px;
    border-radius: 50%!important;
    background-color: var(--color_six) !important;
    text-align: center;
    padding: 0px 0px;
    /*border: 5px solid #953F98;*/
    font-size: 24px;
    font-weight: bold;
}

.app_logo_container,
.app_logo_container i {
    color: #953F98;
}


/*application*/

.application_card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.application_card img {
    /*    width: 100%;
        height: 150px;*/
}

.application_card .card_title a {
    font-size: 18px;
    color: var(--color_one);
    font-weight: 500;
}

.application_card .card_text {
    color: var(--color_nine);
}

.application_card .card_body .btn {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.card-footer:hover,
.application_card:hover .card-footer,
.application_card:hover {
    transition: .8s ease;
    background: var(--color_one)!important;
    border-top: 1px solid var(--color_one);
}

.application_card:hover .card_title a,
.application_card:hover .card_title,
.application_card:hover .card_text {
    color: var(--color_ten)!important;
}

.application_card:hover .btn-primary {
    background: var(--color_ten) !important;
    color: var(--color_one)!important;
    border: 1px solid var(--color_one) !important;
}

.application_card .card-footer a {
    color: var(--color_ten)!important;
}

.application_card .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #40ba7c;
    border-top: 1px solid #40ba7c;
    border-radius: 0px 0px 10px 10px !important;
}

.app_logo_container i {
    padding: 40px;
}

.company .service_icon i {
    font-size: 40px;
    color: var(--color_one);
}

.company .service_icon a {
    color: var(--color_eight);
    font-size: 18px;
    font-weight: 500;
}

.company .service_icon a:hover {
    color: var(--color_one);
}

.company .service_icon h2 {
    bottom: 0;
    color: var(--color_seven);
    font-size: 36px;
    font-weight: 600;
    right: 31px;
    margin-bottom: 20px;
    position: absolute;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Company Team<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.company .team_content_img {
    width: 100%;
    height: auto
}

.company .team_content_img img {
    width: 100%
}

.company .team_content .team_content_img {
    overflow: hidden;
    border-radius: 5px;
}

.company .team_content .team_content_img img {
    transition: all 0.5s ease 0s;
    width: 100%
}

.company .team_content .team_content_img:hover img {
    transform: scale(1.1)
}

.company .team_content_social_icon {
    margin-bottom: 0
}

.company .team_content_name {
    font-weight: 600;
    color: #232323;
}

.company .team_content_developer {
    font-size: 11px;
}

.company .team_content_social_icon li {
    text-align: center;
    margin-right: 10px;
    display: inline-block
}

.company .team_content_social_icon li a {
    color: var(--color_eight);
    display: inline-block;
    font-size: 16px
}

.company .team_content_social_icon li a:hover {
    color: var(--color_one);
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> custom pages <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/*==========================skill=================================*/

.skill h3 {
    color: var(--color_nine);
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0px;
}

.skill p {
    color: var(--color_seven);
    font-size: 12px;
    line-height: 16px;
}

.skill .progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.skill .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.skill .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.skill .progress .progress-left {
    left: 0;
}

.skill .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border: 6px solid var(--color_one);
    border-style: solid;
    position: absolute;
    top: 0;
}

.skill .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.skill .progress .progress-right {
    right: 0;
}

.skill .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.skill .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}


/*====================================education=======================*/

.education h5 {
    padding: 6px 10px 5px 10px;
    border: 2px solid var(--color_one);
    color: #000;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.education .education_top {
    border-bottom: solid 1px var(--color_one);
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.education h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}


/*==========================work_experience======================*/

.work_experience .resum-left {
    text-align: right;
    padding: 2.5em 4em 0 0;
}

.work_experience .resum-right {
    text-align: left;
    border-left: 1px solid #999;
    padding: 2.5em 0 2em 4em;
}

.work_experience .resum-info h4 {
    font-size: 1.2em;
    background: var(--color_one);
    display: inline-block;
    padding: .6em 1.2em;
    color: #fff;
    position: relative;
    font-weight: 500;
}

.work_experience .resum-info h4:before {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: 9px;
    right: -14px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--color_one);
}

.work_experience .resum-info .resum-right h4:before {
    left: -14px;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.work_experience .resum-info h5 {
    font-size: 1.2em;
    color: var(--color_nine);
    margin-bottom: .5em;
    border: 1px solid #F7E612;
    display: inline-block;
    padding: .6em 1.2em;
    font-weight: 500;
}

.work_experience .resum-info i {
    font-size: 0.9em;
    color: #fff;
    background: var(--color_one);
    padding: 1em;
    -webkit-border-radius: 70%;
    -moz-border-radius: 70%;
    border-radius: 70%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    transform: scale(1);
    z-index: 9;
    /*--icon center--*/
    margin-left: -6em;
    margin-right: 3em;
}

.work_experience .resum-info:hover i {
    color: #F7E612;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> what is it <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.apps_icon_home {
    height: 110px;
    /*width: 120%;*/
    border-radius: 10px;
    margin: 5px 10px;
}

.home_apps .card {
    border: none!important;
}

.home_apps .card-footer a {
    color: var(--color_ten)!important;
}

.home_apps .card-footer {
    background-color: var(--color_three);
    border-top: 1px solid rgb(0 0 0 / 2%);
    border-radius: 0px 0px 10px 10px;
    padding: 5px;
}

.apps_icon_home .imge_size img {
    /*height: 64px;*/
    width: 30%;
    text-align: center;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> what is it  end<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.skb_search_area {
    background: #1D6B87;
    color: var(--color_ten);
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> why is it <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.home_pills .nav-link {
    padding: 18px;
}

.home_pills .nav-link:hover {
    cursor: pointer;
}

.home_pills .nav-link.active h5,
.home_pills .nav-link.active,
.home_pills .show>.nav-link {
    color: #fff!important;
    background: var(--color_three);
    border-radius: 0px;
}

.home_pills i {
    font-size: 26px;
}

.songzog_about_2 .m_view_h {
    border: 1px solid var(--color_three);
}

.songzog_about_2 .lift_side_nave {
    padding: 0px;
    border: 1px solid var(--color_three);
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FAQ<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.faq_service .service_icon i {
    font-size: 32px;
    margin-bottom: 30px;
    color: var(--color_one);
}

.conllapsible_section .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 2px!important;
}

.conllapsible_section .card {
    border: none;
}

.conllapsible_section .card-header {
    padding: 6px!important;
}

#website_url {
    border: 1px solid #cccccc;
    background: #fff;
    padding: 5px;
    width: 85%;
}

#website_title {
    text-align: left;
    padding: 10px 0px 0px 100px;
    margin-top: 10px;
    font-size: 18px;
}

.preview_url {
    font-size: 13px;
}

#website_header {
    padding: 0px;
    position: relative;
    height: 100px;
}

.account_category_box_top {
    position: absolute;
    top: -35px;
}

.account_category_box_top img {
    border: 1px solid #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.link {
    color: #3BAFDA;
    cursor: pointer;
}

.account_type {
    background: var(--color_six);
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}

section.mini_content {
    background: url(../img/bg/footer_01.png) no-repeat!important;
    background-color: #1D6B87!important;
    min-height: 85vh;
}