/*-----------------------------------------------------------------------------------
Template Name:             bravers Corporate Creative HTML Template
Template URI:              http://crazycafe.net/demos/bravers
Author :                   CrazyCafe
Author's URL:              http://www.crazycafe.net
Version:                   1.0
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1.  Default Css.
        1.1 spacing.
        1.2 typography.
        1.3 hover and focus effect.
        1.4 transition.
    2.  menu_slider_wrapper Css.
        2.1 header_area Css.
            2.1.1  index_two_header_area Css.
            2.1.2  portfolio_one_header_area Css.
            2.1.3  portfolio_two_header_area Css.
            2.1.4  single_portfolio_one_header_area Css.
            2.1.5  single_portfolio_two_header_area Css.
            2.1.6  about_page_header_area Css.
            2.1.7  service_one_header_area Css.
            2.1.8  service_two_header_area Css.
            2.1.9  single_service_one_header_area Css.
            2.1.10 single_service_two_header_area Css.
            2.1.11 blog_one_hader_area Css.
            2.1.12 contact_one_header_area Css.
            2.1.13 contact_two_header_area Css.
            2.1.14 single_blog_page_header_area Css.
        2.2 hero_area Css.
            2.2.1 index_two_hero_area Css.
            2.2.2 index_three_hero_area Css
            2.2.3 index_four_hero_area Css.
            2.2.4 index_five_hero_area Css.
            2.2.5 index_six_hero_area Css.
    3.  what_we_provide_area Css.
        3.1 index_two_provide_area Css.
        3.2 service_one_provide_area Css.
        3.3 service_two_provide_area Css.
        3.4 single_service_one_provide_area Css.
        3.5 single_service_two_provide_area Css.
    4.  about_area Css.
        4.1 .index_two_about_area Css.
        4.2  about_page Css.
    5.  features_area Css.
    6.  question_answer_area Css.
        6.1 index_two_question_answer_area Css.
    7.  how_we_work_area Css.
        7.1 .index_two_how_we_work_area Css.
    8.  video_area Css.
    9.  our_works_area Css.
        9.1 .index_two_our_works_area Css.
        9.2  portfolio_one_our_works_area Css and portfolio_two_our_works_area Css.
        9.3  single_portfolio_one_our_works_area Css and single_portfolio_two_our_works_area Css.
    10. creative_team_area Css.
        10.1 index_creative_team_area Css.
    11. countdown_area Css.
    12. customer_area Css.
        12.1 index_two_customer_area Css.
    13. quote_area Css.
    14. pricing_area Css.
        14.1 index_two_pricing_area Css.
        14.2 single_service_one_pricing_area
        14.3 single_service_two_pricing_area
    15. blog_area Css.
        15.1 index_two_blog_area Css
        15.2 blog_one Css
        15.3 single_blog_page Css
    16. newsletter_area Css.
        16.1 index_two_newsletter_area Css.
    17. footer_area Css.
    18. scroll_up Css.
    19. preloader Css.
    20. contact_one Css
        20.1 contact_two Css.

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*    1.     Default CSS
/*-----------------------------------------------------------------------------------*/

:root {
  --color-theme: #383838;
  --subcolor-theme: #f5ab35;
  --subcolor3-theme: #f4b350;
}
body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #989898;
    font-weight: 300;
}
.main_wrapper {
    height: 100%;
    width: 100%;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a:hover, a:focus {
    text-decoration: none;
}
ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
f_left {
    float: left;
}
f_right {
    float: right;
}
.fix {
    overflow: hidden;
}
/* 1.1 Spacing
   ===================================
*/
.section_padding {
    padding: 100px 0;
}
.section_padding_bottom {
    padding-bottom: 80px;
}
.section_padding_top {
    padding-top: 80px;
}
.section_padding_top50 {
    padding-top: 50px;
}
.section_padding_bottom50 {
    padding-bottom: 50px;
}
.section_padding_50 {
    padding: 50px 0;
}
.section_padding_50_100 {
    padding: 50px 0 100px;
}
/* 1.2 Typographyy
   ===================================
*/
.section_headings_black, .section_headings_white {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    padding-bottom: 25px;
}
.section_headings_black {
    color: var(--color-theme);
}
.section_headings_white {
    color: #fff;
}
.section_headings_black_span, .section_headings_white_span {
    font-size: 14px;
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
.section_headings_black_span:before, .section_headings_white_span:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 5px;
    background-color: var(--subcolor3-theme);
}
.section_headings_black_span {
    color: #989898;
}
.section_headings_white_span {
    color: #fff;
}
.section_para_white, .section_para_black {
    font-size: 16px;
    line-height: 26px;
    width: 735px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 80px;
}
.section_para_white {
    color: #fff;
}
.section_para_black {
    color: #989898;
}
.content_headings_black, .content_headings_white {
    font-weight: 700;
    font-size: 20px;
}
.content_headings_black a {
    color: var(--color-theme);
}
.content_headings_black {
    color: var(--color-theme);
}
.content_headings_white a, .content_headings_white {
    color: #fff;
}

/* 1.3 hover and focus effect
   ===================================
*/
/* this code is for mainmenu */
.mainmenu ul li:hover a, .header_area .mainmenu ul li ul.mega_menu li a:hover {
    color: var(--subcolor-theme);
}
.header_area .mainmenu ul li:hover a:before {
    width: 100%;
}
.header_area .mainmenu ul li:hover a {
    color: var(--subcolor-theme);
}
.header_area .mainmenu ul li:hover ul.sub-menu li a, .portfolio_one .header_bottom_right_content ul li:hover a, .portfolio_two .header_bottom_right_content ul li:hover a, .single_portfolio_one .header_bottom_right_content ul li:hover a, .single_portfolio_two .header_bottom_right_content ul li:hover a, .about_page .header_bottom_right_content ul li:hover a, .service_one .header_bottom_right_content ul li:hover a, .service_two .header_bottom_right_content ul li:hover a, .single_service_one .header_bottom_right_content ul li:hover a, .single_service_two .header_bottom_right_content ul li:hover a, .hero_area_btn a:hover, .btn_bg:hover, .blog_one .header_bottom_right_content ul li:hover a, .contact_one .header_bottom_right_content ul li:hover a, .contact_two .header_bottom_right_content ul li:hover a, .single_blog_page .header_bottom_right_content ul li:hover a {
    color: var(--color-theme);
}
.header_area .mainmenu ul li:hover ul.sub-menu li:hover a {
    color: var(--subcolor-theme);
}
.header_area .mainmenu ul li:hover a i.show-off {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header_area .mainmenu ul li:hover a i.show-on {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* mainmenu end */

.header_social a i:hover {
    background-color: var(--subcolor-theme);
}
.single_provide:hover, .single_table:hover {
    background: url(../img/hover_bg.png) repeat scroll center center;
    box-shadow: 0 0 16px rgba(0,0,0,.10);
}
.single_provide:hover i, .single_about:hover .about_icon i, .single_table:hover .pricing_header {
    background-color: var(--subcolor3-theme);
    border: 6px solid #fdf1df;
    color: #fff;
}
.single_provide:hover .provide_hover_array, .single_table:hover .single_table_hover_array {
    bottom: -56px;
}
.blog_area .owl-nav div:hover,
.customer_area .owl-nav div:hover,
.creative_team_area .owl-nav div:hover {
    background-color: var(--subcolor3-theme);
    color: #fff;
    border: 1px solid var(--subcolor3-theme);
}
.quote_icon i:hover , .customer_information a:hover, .contact_number a:hover , .footer_links ul li:hover a, .content_headings_black a:hover, .blog_category ul li:hover a, .blog_recent_post ul li:hover a {
    color: var(--subcolor3-theme);
}
.team_detail_social_icon a i:hover {
    background-color: #fff;
    color: var(--color-theme);
}
.scroll_top i:hover {
    background-color: #fff;
    color: var(--subcolor3-theme);
}
.single_work_btn a:hover, .single_work_detail h6 a:hover, .single_work_detail a i:hover {
    color: var(--color-theme);
}

.index_one .hero_area_btn a:hover, .index_two .hero_area_btn a:hover {
    color: var(--subcolor-theme);
}
.btn_v_2:hover {
    color: var(--color-theme);
}

/* this code is for focus */
input:focus, textarea:focus {
    outline: none;
}
a:focus {
    outline: none;
}

/* 1.4 Transition
   ===================================
*/
.mainmenu ul li a:before, .header_area .mainmenu ul li a i.show-off, .header_area .mainmenu ul li a i.show-on, .header_area .mainmenu ul li a, .mainmenu ul li ul.sub-menu, .header_social a i, .hero_area_btn a, .single_provide, .single_provide i, .provide_hover_array, .about_icon i, .detail_how_we_work, .team_intro_detail, .blog_area .owl-nav div,  .customer_area .owl-nav div, .creative_team_area .owl-nav div, .quote_icon i, .customer_information a, .single_table, .single_table_hover_array, .pricing_header, .content_headings_black a, .team_detail_social_icon a i, .single_work_btn a, .single_work_detail h6 a, .scroll_top i, .single_work_detail a i, .portfolio_one .header_bottom_right_content ul li a, .portfolio_two .header_bottom_right_content ul li a, .single_portfolio_one .header_bottom_right_content ul li a, .single_portfolio_two .header_bottom_right_content ul li a, .about_page .header_bottom_right_content ul li a, .service_one .header_bottom_right_content ul li a, .service_two .header_bottom_right_content ul li a, .single_service_one .header_bottom_right_content ul li a, .single_service_two .header_bottom_right_content ul li a, .about_page .case_study_item .nav.nav-tabs > li > a, .index_two .how_we_work_area ul li.active .how_we_work_icon, .index_two .how_we_work_area ul li .how_work_content_headings:before, .single_work_detail, .team_intro, .footer_logo p, .contact_number a, .contact_number p, .footer_links ul li a, .mobile_menu_area .mobile_menu ul.nav.navbar-nav li a, .btn_bg, .blog_one .header_bottom_right_content ul li a, .blog_category ul li a, .blog_recent_post ul li a, .contact_one .header_bottom_right_content ul li a, .contact_two .header_bottom_right_content ul li a, .single_blog_page .header_bottom_right_content ul li a, .btn_v_2 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*-----------------------------------------------------------------------------------*/
/*    2.     menu_slider_wrapper CSS
/*-----------------------------------------------------------------------------------*/
.menu_slider_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*    2.1.     header_area CSS
/*-----------------------------------------------------------------------------------*/
.header_area {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.16);
}
.header_area .logo {
    padding-top: 32px;
}
.header_area .mainmenu {
    text-align: right;
}
.header_area .mainmenu ul {
    position: relative;
}
.header_area .mainmenu ul li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}
.header_area .mainmenu ul li.dropdown-megamenu {
    position: static;
}
.header_area .mainmenu ul li a {
    font-size: 14px;
    color: var(--color-theme);
    font-weight: 400;
    display: block;
    padding: 35px 0 30px;
    position: relative;
}
.header_area .mainmenu ul li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--subcolor-theme);
}
.header_area .mainmenu ul li a i {
    position: absolute;
    left: 115%;
    top: calc(50% - 4px);
}
.header_area .mainmenu ul li a i.show-on {
    opacity: 0;
    filter: alpha(opacity=0);
}
/* this code is for current_page */
.header_area .mainmenu ul li.current_page a:before {
    width: 100%;
}
.header_area .mainmenu ul li.current_page a {
    color: var(--subcolor-theme);
}
/* this code is for sub-meu */
.header_area .mainmenu ul li ul.sub-menu {
    position: absolute;
    left: 0;
    width: 245px;
    background-color: #fafafa;
    border: 6px solid rgba(245, 171, 53, .45); /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -9;
    top: 120%;
    text-align: left;
}
.header_area .mainmenu ul li ul.sub-menu li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}
.header_area .mainmenu ul li ul.sub-menu li a:before {
    background-color: transparent;
}
.header_area .mainmenu ul li ul.sub-menu li:last-child {
    border: none;
}
.header_area .mainmenu ul li ul.sub-menu li a {
    padding: 0 15px;
}
.header_area .mainmenu ul li ul.sub-menu li a i {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.header_area .mainmenu ul li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 99;
}

/* this code is for mega-menu */
.header_area .mainmenu ul li ul.mega_menu {
    position: absolute;
    background-color: red;
    border: 6px solid rgba(245, 171, 53, .45); /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    background-color: #fafafa;
    width: 1140px;
    text-align: left;
    left: -45%;
    padding: 20px;
    top: 120%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -9999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header_area .mainmenu ul li:hover ul.mega_menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 9999;
}
.header_area .mainmenu ul li ul.mega_menu li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    display: block;
}
.header_area .mainmenu ul li ul.mega_menu li div.col-contener {
    margin: 0 -10px;
}
.header_area .mainmenu ul li ul.mega_menu li div.col2 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.header_area .mainmenu ul li ul.mega_menu li:last-child {
    border: 0;
}
.header_area .mainmenu ul li ul.mega_menu li a {
    margin: 0;
    padding: 0;
    color: var(--color-theme);
    font-size: 14px;
    font-weight: 400;
}
.header_area .mainmenu ul li ul.mega_menu li a i {
    position: static;
    padding-right: 5px;
}
.header_area .mainmenu ul li ul.mega_menu li:hover a:before {
    width: 0;
}
.header_area .mainmenu ul li ul.mega_menu li a:before {
    background-color: transparent;
}
.single_mega_menu {

}
.single_mega_menu:last-child {
    padding-bottom: 0;
}
.mega_menu_headings {
    font-size: 17px;
    color: var(--subcolor-theme);
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 10px;
}

/* this code is for header_social */
.header_social {
    padding: 29px 0;
    text-align: right;
    border-left: 1px solid #ececec;
}
.header_social a i {
    font-size: 11px;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background-color: #262626;
    text-align: center;
    border-radius: 50%;
    margin-right: 3px;
}

/* this code is for sticky menu */
.header_area.sticky, .header_area, .header_area.sticky .logo, .header_area, .header_area .logo, .header_area.sticky .mainmenu ul li a, .header_area .mainmenu ul li a, .header_area.sticky .header_social, .header_area .header_social, .index_two .header_area, .index_two .header_area.sticky {
    -webkit-transition: 0.5s;
            transition: 0.5s;
}
.header_area.sticky {
    position: fixed;
}
.header_area.sticky .logo {
    padding-top: 15px;
}
.header_area.sticky .mainmenu ul li a {
    padding: 21px 0 20px;
}
.header_area.sticky .header_social {
    padding: 17px 0;
}
.index_two .header_area.sticky {
    top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*    2.1.1     index_two_header_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .header_area {
    top: 25px;
    background-color: transparent;
    box-shadow: none;
}
.index_two .row.header_top {
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.16);
}

.index_two .header_area .mainmenu ul li ul.mega_menu {
  left: -47.2%;
  width: 1170px;
}

/*-----------------------------------------------------------------------------------*/
/*  2.1.2       portfolio_one_header_area CSS
    2.1.3  and  portfolio_two_header_area CSS
    2.1.4  and  single_portfolio_one_header_area CSS
    2.1.5  and  single_portfolio_two_header_area CSS
    2.1.6  and  about_page_header_area CSS
    2.1.7  and  service_one_header_area CSS
    2.1.8  and  service_two_header_area CSS
    2.1.9  and  single_service_one_header_area CSS
    2.1.10 and  single_service_two_header_area CSS
    2.1.11 and  blog_one_header_area CSS
    2.1.12 and  contact_one_header_area CSS
    2.1.13 and  contact_two_header_area CSS
    2.1.14 and  single_blog_page_header_area CSS

/*-----------------------------------------------------------------------------------*/
.portfolio_one .section_headings_black, .portfolio_one .section_headings_black_span, .portfolio_two .section_headings_black, .portfolio_two .section_headings_black_span, .single_portfolio_one .section_headings_black, .single_portfolio_one .section_headings_black_span, .single_portfolio_two .section_headings_black, .single_portfolio_two .section_headings_black_span, .about_page .section_headings_black, .about_page .section_headings_black_span, .service_one .section_headings_black, .service_one .section_headings_black_span, .service_two .section_headings_black, .service_two .section_headings_black_span, .single_service_one .section_headings_black, .single_service_one .section_headings_black_span, .single_service_two .section_headings_black, .single_service_two .section_headings_black_span, .blog_one .section_headings_black, .blog_one .section_headings_black_span, .contact_one .section_headings_black, .contact_one .section_headings_black_span, .contact_two .section_headings_black, .contact_two .section_headings_black_span, .single_blog_page .section_headings_black, .single_blog_page .section_headings_black_span {
    text-align: left;
}
.single_service_one .pricing_area .section_headings_black, .single_service_one .pricing_area .section_headings_black_span, .single_service_two .pricing_area .section_headings_black, .single_service_two .pricing_area .section_headings_black_span {
    text-align: center;
}
.single_service_one .pricing_area .section_headings_black_span:before, .single_service_two .pricing_area .section_headings_black_span:before {
    left: 50%;
    margin-left: -25px;
}
.portfolio_one .section_headings_black_span:before, .portfolio_two .section_headings_black_span:before, .single_portfolio_one .section_headings_black_span:before, .single_portfolio_two .section_headings_black_span:before, .about_page .section_headings_black_span:before, .service_one .section_headings_black_span:before, .service_two .section_headings_black_span:before, .single_service_one .section_headings_black_span:before, .single_service_two .section_headings_black_span:before, .blog_one .section_headings_black_span:before, .contact_one .section_headings_black_span:before, .contact_two .section_headings_black_span:before, .single_blog_page .section_headings_black_span:before {
    left: 0;
    margin-left: 0;
}
.portfolio_one .header_bottom_right_content, .portfolio_two .header_bottom_right_content, .single_portfolio_one .header_bottom_right_content, .single_portfolio_two .header_bottom_right_content, .about_page .header_bottom_right_content, .service_one .header_bottom_right_content, .service_two .header_bottom_right_content, .single_service_one .header_bottom_right_content, .single_service_two .header_bottom_right_content, .blog_one .header_bottom_right_content, .contact_one .header_bottom_right_content, .contact_two .header_bottom_right_content, .single_blog_page .header_bottom_right_content {
    text-align: right;
}
.portfolio_one .header_bottom_right_content ul, .portfolio_two .header_bottom_right_content ul, .single_portfolio_one .header_bottom_right_content ul, .single_portfolio_two .header_bottom_right_content ul, .about_page .header_bottom_right_content ul, .service_one .header_bottom_right_content ul, .service_two .header_bottom_right_content ul, .single_service_one .header_bottom_right_content ul, .single_service_two .header_bottom_right_content ul, .blog_one .header_bottom_right_content ul, .contact_one .header_bottom_right_content ul, .contact_two .header_bottom_right_content ul, .single_blog_page .header_bottom_right_content ul {
    margin-top: 40px
}
.portfolio_one .header_bottom_right_content ul li, .portfolio_two .header_bottom_right_content ul li, .single_portfolio_one .header_bottom_right_content ul li, .single_portfolio_two .header_bottom_right_content ul li, .about_page .header_bottom_right_content ul li, .service_one .header_bottom_right_content ul li, .service_two .header_bottom_right_content ul li, .single_service_one .header_bottom_right_content ul li, .single_service_two .header_bottom_right_content ul li, .blog_one .header_bottom_right_content ul li, .contact_one .header_bottom_right_content ul li, .contact_two .header_bottom_right_content ul li, .single_blog_page .header_bottom_right_content ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
}
.portfolio_one .header_bottom_right_content ul li a, .portfolio_two .header_bottom_right_content ul li a, .single_portfolio_one .header_bottom_right_content ul li a, .single_portfolio_two .header_bottom_right_content ul li a, .about_page .header_bottom_right_content ul li a, .service_one .header_bottom_right_content ul li a, .service_two .header_bottom_right_content ul li a, .single_service_one .header_bottom_right_content ul li a, .single_service_two .header_bottom_right_content ul li a, .blog_one .header_bottom_right_content ul li a, .contact_one .header_bottom_right_content ul li a, .contact_two .header_bottom_right_content ul li a, .single_blog_page .header_bottom_right_content ul li a  {
    color: #979797;
}
.portfolio_one .header_bottom_right_content ul li:before, .portfolio_two .header_bottom_right_content ul li:before, .single_portfolio_one .header_bottom_right_content ul li:before, .single_portfolio_two .header_bottom_right_content ul li:before, .about_page .header_bottom_right_content ul li:before, .service_one .header_bottom_right_content ul li:before, .service_two .header_bottom_right_content ul li:before, .single_service_one .header_bottom_right_content ul li:before, .single_service_two .header_bottom_right_content ul li:before, .blog_one .header_bottom_right_content ul li:before, .contact_one .header_bottom_right_content ul li:before, .contact_two .header_bottom_right_content ul li:before, .single_blog_page .header_bottom_right_content ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #979797;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
}
.portfolio_one .header_bottom_right_content ul li:last-child:before, .portfolio_two .header_bottom_right_content ul li:last-child:before, .single_portfolio_one .header_bottom_right_content ul li:last-child:before, .single_portfolio_two .header_bottom_right_content ul li:last-child:before, .about_page .header_bottom_right_content ul li:last-child:before, .service_one .header_bottom_right_content ul li:last-child:before, .service_two .header_bottom_right_content ul li:last-child:before, .single_service_one .header_bottom_right_content ul li:last-child:before, .single_service_two .header_bottom_right_content ul li:last-child:before, .blog_one .header_bottom_right_content ul li:last-child:before, .contact_one .header_bottom_right_content ul li:last-child:before, .contact_two .header_bottom_right_content ul li:last-child:before, .single_blog_page .header_bottom_right_content ul li:last-child:before {
    display: none;
}
.page_headings_span {
    color: var(--subcolor3-theme);
}

/*-----------------------------------------------------------------------------------*/
/*    2.2     hero_area CSS
/*-----------------------------------------------------------------------------------*/
.hero_area {
    background: url(../img/hero_area_bg.jpg) no-repeat scroll center center / cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.hero_area_table {
    width: 100%;
    height: 100%;
    display: table;
}
.hero_area_table_cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.hero_area_content {
    padding-top: 6%;
}
.hero_area_content h1 {
    color: var(--color-theme);
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 25px;
}
.hero_area_content p {
    font-size: 16px;
    color: var(--color-theme);
    width: 510px;
    line-height: 24px;
}
.hero_area_btn {
    padding-top: 35px;
}
.hero_area_btn span {
    font-size: 16px;
    color: var(--color-theme);
    font-weight: 400;
    padding: 0 10px;
}
.btn_bg, .btn_v_2 {
    width: 200px;
    height: 55px;
    line-height: 50px;
    background-color: var(--subcolor-theme);
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #d59124;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.index_two .hero_area_btn a, .index_three .hero_area_btn a {
    color: #fff;
}
.hero_area_btn a {
    font-size: 16px;
    font-weight: 400;
}
.index_one .hero_area_btn a {
    color: var(--color-theme);
}
/*-----------------------------------------------------------------------------------*/
/*    2.2.1     .index_two_hero_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .hero_area {
    background: url(../img/index_two_hero_area_bg.jpg) no-repeat scroll center center / cover;
}
.index_two .hero_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.55);
}
.index_two .hero_area_content {
    text-align: center;
}
.index_two .hero_area_content h1 {
    color: #fff;
}
.index_two .hero_area_content p {
    color: #fff;
    margin: 0 auto;
}
.index_two .hero_area_btn span, .index_three .hero_area_btn span {
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*    2.2.2     .index_three_hero_area CSS
/*-----------------------------------------------------------------------------------*/
.index_three .hero_area {
    background-image: none;
}
.index_three .hero_area .yutube_video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5) url(../img/youtube_video_overlay.png) repeat scroll 0 0;
}
.index_three .hero_area_content h1, .index_three .hero_area_content p {
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*    2.2.3     .index_four_hero_area CSS
/*-----------------------------------------------------------------------------------*/
.slider_one_bg {
    background: url(../img/hero_area_bg.jpg) no-repeat scroll center center / cover;
}
.slider_two_bg {
    background: url(../img/hero_area_bg_2.jpg) no-repeat scroll center center / cover;
}
.slider_three_bg {
    background: url(../img/hero_area_bg_3.jpg) no-repeat scroll center center / cover;
}
.main_wrapper.index_two.html5_video_background, .main_wrapper.index_two, .main_wrapper.index_three, .main_wrapper.index_one, .main_wrapper.index_one.slider_one {
    overflow-x: hidden;
}
.fullscreen-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: relative;
}
.fullscreen-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5) url(../img/youtube_video_overlay.png) repeat scroll 0 0;
    z-index: 1;
}
.html5_video_background .hero_area_content {
    position: relative;
    z-index: 2;
}
.fullscreen-bg__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*    2.2.4     .index_five_hero_area CSS
/*-----------------------------------------------------------------------------------*/
.slider_one .hero_area {
    background-image: none;
}
.slider_one .hero_area img {
	max-width: 100%;
}
.slider_one .hero_area .slider_one_carousel.owl-carousel.owl-theme.owl-loaded, .slider_one .hero_area .owl-stage-outer, .slider_one .hero_area .owl-stage, .slider_one .hero_area .slider_one_item, .slider_one .hero_area .owl-item {
    height: 100%;
}
.slider_one_item_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
}
.slider_one .hero_area .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 100%;
}
.slider_one .hero_area .owl-nav div {
	display: inline-block;
    width: 30px;
    height: 40px;
	background-color: var(--subcolor-theme);
	text-align: center;
	box-sizing: border-box;
	font-size: 25px;
	color: #fff;
    line-height: 40px;
}
.slider_one .hero_area .owl-next {
	right: 0;
	position: absolute;
}
.slider_one .hero_area .owl-prev {
	left: 0;
	position: absolute;
}



/*-----------------------------------------------------------------------------------*/
/*    2.2.5     .index_six_hero_area CSS
/*-----------------------------------------------------------------------------------*/
.slider_two .hero_area .slider_two_item, .slider_two .hero_area .owl-item, .slider_two .hero_area .owl-stage, .slider_two .hero_area .owl-stage-outer, .slider_two .hero_area .slider_two_carousel.owl-carousel.owl-theme.owl-loaded {
    height: 100%;
}
.slider_two .hero_area .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 100%;
}
.slider_two .hero_area .owl-nav div {
	display: inline-block;
    width: 30px;
    height: 40px;
	background-color: var(--subcolor-theme);
	text-align: center;
	box-sizing: border-box;
	font-size: 25px;
	color: #fff;
    line-height: 40px;
}
.slider_two .hero_area .owl-next {
	right: 0;
	position: absolute;
}
.slider_two .hero_area .owl-prev {
	left: 0;
	position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*    3.     what_we_provide_area CSS
/*-----------------------------------------------------------------------------------*/
.single_provide {
    text-align: center;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}
.single_provide i {
    font-size: 28px;
    background-color: #f7f7f7;
    height: 76px;
    width: 76px;
    border-radius: 50%;
    color: var(--color-theme);
    line-height: 65px;
    border: 6px solid #fff;
}
.single_provide h3 {
    padding: 30px 0;
}
.single_provide p {
    font-size: 14px;
    color: #989898;
    font-weight: 300;
    line-height: 22px;
}
/* this code is for hover array */
.provide_hover_array {
    background-color: var(--subcolor3-theme);
    bottom: -120px;
    height: 100px;
    position: absolute;
    right: -50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
}
.provide_hover_array span {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*-----------------------------------------------------------------------------------*/
/*  3.1     index_two_what_we_provide_area CSS
    3.2     service_one_what_we_provide_area CSS
    3.3     service_two_what_we_provide_area CSS
    3.4     single_service_one_we_provide_area CSS
    3.5     single_service_two_we_provide_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .provide_area, .service_two .provide_area {
    background-color: #f7f7f7;
}
.index_two .single_provide, .service_two .single_provide {
    box-shadow:inset 0px 0px 0px 1px #e1e1e1;
}
.index_two .single_provide i, .service_two .single_provide i {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.index_two .single_provide:hover, .service_two .single_provide:hover {
    background: #fff;
    box-shadow:inset 0px 0px 0px 2px var(--subcolor3-theme);
}
.index_two .single_provide:hover i, .service_two .single_provide:hover i {
    background-color: var(--subcolor3-theme);
    border: 6px solid #fdf1df;
    color: #fff;
}
.single_service_one_main_content {
    overflow: hidden;
}
.single_service_one_main_content_icon i {
    width: 100px;
    height: 100px;
    background-color: var(--subcolor3-theme);
    border: 6px solid #fdeed9;
    text-align: center;
    line-height: 100px;
    font-size: 28px;
    color: #fff;
    float: left;
}
.single_service_one_main_content_text {
    padding-left: 130px;
}
.single_service_one_main_content_text h3 {
    padding: 15px 0;
}
.single_service_one_main_content_text p {
    font-weight: 400;
    padding-bottom: 40px;
}
.single_service_one_main_content_text ul {
    padding-right: 90px;
    position: relative;
}
.single_service_one_main_content_text ul:before {
    content: "";
    position: absolute;
    top: -32px;
    left: -80px;
    height: 95%;
    width: 1px;
    background-color: #e6e6e6;
}
.single_service_one_main_content_text ul li {
    padding: 15px 0;
    padding-left: 90px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.single_service_one_main_content_text ul li:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -80px;
    height: 1px;
    width: 120px;
    background-color: #e6e6e6;
}
.single_service_two_img > img {
    border: 8px solid #e8e8e8;
}
.single_service_two_text p {
    line-height: 24px;
    padding: 20px 0;
}
.single_service_two_text ul {
    list-style: disc;
    padding-left: 15px;
}
.single_service_two_text ul li::marker {
    color: var(--subcolor3-theme);
}
.single_service_two_text ul li span {
    color: #989898;
    font-size: 16px;
}
.single_service_two_top_content {
    text-align: center;
}
.single_service_two_top_content i {
    width: 100px;
    height: 100px;
    background-color: var(--subcolor3-theme);
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 28px;
    border: 6px solid #fdeed9;
    border-radius: 50%;
}
.single_service_two_top_content h3 {
    padding-top: 30px;
}
.single_service_two_top_content p {
    padding: 30px 40px 0;
}
.single_service_two_img > img {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*    4.     about_area CSS
/*-----------------------------------------------------------------------------------*/
.about_area {
    position: relative;
    overflow: hidden;
}
.about_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../img/about_area.png) no-repeat scroll 0 350px;
}
.about_main_content {
    width: 50%;
    float: right;
}
.about_area .about_text {
  padding-left: 90px;
}
.single_about {
    overflow: hidden;
    padding-bottom: 50px;
    padding-right: 110px;
}
.single_about:last-child {
    padding-bottom: 0;
}
.about_icon {
    width: 75px;
    float: left;
}
.about_icon i {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 36px;
    color: #707070;
    line-height: 60px;
    border: 6px solid #f7f7f7;
}
.about_text {
    padding-left: 90px;
}
.about_text h3 {
    padding-bottom: 15px;
}
.about_text p {
    line-height: 22px;
}

/*-----------------------------------------------------------------------------------*/
/*    4.1     index_two_about_area CSS
/*-----------------------------------------------------------------------------------*/

.index_two .about_area:before {
    background-image: none;
}
.index_two .section_para_black {
    padding-bottom: 0;
}

/* this code is for skill bar */
.index_two .progress-bar {
    background-color: var(--subcolor3-theme);
    box-shadow: none;
    border-radius: 0;
    height: 5px;
    margin: 0;
    position: relative;
}
.index_two .progress {
    background-color: #f3f3f3;
    box-shadow: none;
    height: 5px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0;
    border: 0;
}
.index_two .skill {
    margin-top: 20px;
}
.index_two .skill p {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-theme);
    margin-bottom: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*    4.2     about_page CSS
/*-----------------------------------------------------------------------------------*/
.about_page_hero_area_right > p {
    line-height: 24px;
    padding: 8px 0;
}
.about_page .case_study_item ul {
    padding-left: 0;
}
.about_page .nav-tabs {
    border-bottom: 0;
    text-align: center;
    margin-left: -15px;
}
.about_page .case_study_item .nav.nav-tabs > li {
    width: 13.66666667%;
    background-color: #f8f8f8;
    margin-left: 30px;
    border: 5px solid #f8f8f8;
}
.about_page .case_study_item .nav.nav-tabs > li.active {
    border: 5px solid #fcedd5;
}
.about_page .case_study_item ul li.active a {
    background-color: var(--subcolor3-theme);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.about_page .case_study_item .nav.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    margin-right: 0;
    height: 50px;
}
.about_page_history_wrapper ul.nav.nav-tabs li a {
    padding: 15px 0;
}
.about_page .case_study_item .nav.nav-tabs > li > a:hover {
    background-color: transparent;
}
.about_page .about_page_description_wrapper {
    padding-top: 50px;
}
.about_page .about_page_history_img > img {
  border: 8px solid #e8e8e8;
}
.about_page .about_page_history_text ul {
    margin-left: 50px;
}
.about_page .about_page_history_text ul li {
    font-size: 16px;
    font-weight: 400;
    color: var(--subcolor3-theme);
}
.about_page .about_page_history_text ul li span {
    color: #989898;
}
.about_page .about_page_history_text p {
    line-height: 24px;
}
.about_page_hero_area_left > img {
    width: 100%;
}
.about_page_history_img > img {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*    5.     features_area CSS
/*-----------------------------------------------------------------------------------*/
.features_area {
    position: relative;
}
.features_area .section_intro {
    position: relative;
    z-index: 9;
}
.features_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56,56,56,.94);
    z-index: 9;
}
.feature_area_parallax_bg {
    position: absolute;
    background: url(../img/features_area_bg.jpg) no-repeat fixed center center / cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feature_content {
    padding-top: 50px;
}
.single_feature {
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding-bottom: 50px;
}
.single_feature:last-child {
    padding-bottom: 0;
}
.feature_icon {
    width: 80px;
    float: left;
}
.feature_icon i {
    width: 70px;
    height: 70px;
    border: 1px solid #989898;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 65px;
}
.feature_text {
    padding-left: 90px;
}
.feature_text h3 {
    padding-bottom: 15px;
}
.feature_text p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
}

/*-----------------------------------------------------------------------------------*/
/*    6.     question_answer_area CSS
/*-----------------------------------------------------------------------------------*/
.ask_question_area .section_headings_black, .ask_question_area .section_headings_black_span{
    text-align: left;
}
.ask_question_area {
    position: relative;
    min-height: 660px;
}
.ask_question_area .section_headings_black_span:before, .ask_question_area .section_headings_white_span:before {
    left: 0;
    margin-left: 0;
}
.ask_question_area:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../img/accordion_area_bg.png) no-repeat scroll center right;
}
.ask_question_main_content {
    width: 50%;
    padding-top: 50px;
}
.ask_question_area .section_headings {
    text-align: left;
}
.ask_question_area .section_headings span:after {
    left: 11%;
}
.ask_question_panel_heading {
    overflow: hidden;
}
.question_ask_panel_icon {
    float: left;
    width: 65px;
}
.question_ask_panel_icon i {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}
.question_ask_panel_title {
    background-color: #f7f7f7;
    padding-left: 65px;
}
.question_ask_panel_title p {
    font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 14px 0;
}
.ask_question_panel {
    border: none;
    box-shadow: none;
}
.ask_question_panel_body p {
    font-weight: 300;
    font-size: 14px;
    color: #989898;
    line-height: 22px;
    padding: 20px 0 10px;
}
.question_ask_panel_title a:focus {
    outline: none;
    text-decoration: none;
}
.panel > a .question_ask_panel_icon i {
    background-color: var(--subcolor3-theme);
}
.panel > a.collapsed .question_ask_panel_icon i {
    background-color: var(--color-theme);
}
/*-----------------------------------------------------------------------------------*/
/*    6.1.     .index_two_question_answer_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .ask_question_area {
    overflow: hidden;
}
.index_two .ask_question_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../img/index_two_accordion_area_bg.png) no-repeat scroll 0 60px;
}
.index_two .ask_question_main_content {
    float: right;
}
.index_two .section_intro {
    padding-bottom: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*    7.     how_we_work_area CSS
/*-----------------------------------------------------------------------------------*/
.how_we_work_area {
    background-color: #f7f7f7;
}
.how_we_work_content {
    position: relative;
    padding: 70px 0;
}
.how_we_work_content:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 90%;
    background-color: #f0f0f0;
    left: 5%;
    top: 85%;
}
.single_how_work {
    float: left;
    position: relative;
    z-index: 9;
    padding-right: 150px;
    left: 5%;
}
.single_how_work:last-child {
    padding-right: 0;
}
.single_how_work i {
    width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    text-align: center;
    font-size: 34px;
    color: var(--color-theme);
    line-height: 90px;
}
.single_how_work:hover .detail_how_we_work {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
}
.detail_how_we_work {
    position: absolute;
    top: -50%;
    left: -50px;
    width: 200px;
    height: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 15px;
    text-align: center;
    border: 6px solid #f6ebd9;
    background-image: url(../img/how_we_work_bg.png);
    transform: scale(0);
}
.detail_how_we_work span {
    font-size: 44px;
    color: #fff;
}
.detail_how_we_work h4 {
    padding: 7px 0;
}
.detail_how_we_work p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*    7.1     index_two_how_we_work_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .how_we_work_area {
    background-color: #fff;
}
.index_two .how_we_work_icon_wrapper {
    padding: 0 65px;
    position: relative;
}
.index_two .how_we_work_icon_wrapper:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    height: 5px;
    background-color: #f0f0f0;
    width: 28%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.index_two .how_we_work_icon_wrapper:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 5px;
    background-color: #f0f0f0;
    width: 28%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.index_two .how_we_work_area ul li:last-child .how_we_work_icon_wrapper:after {
    width: 0;
}
.index_two .how_we_work_area ul li:first-child .how_we_work_icon_wrapper:before {
    width: 0;
}
.index_two .how_we_work_area ul li {
    text-align: center;
}
.index_two .how_we_work_area ul li h4 {
    padding: 20px 0;
}
.index_two .how_we_work_icon {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    height: 95px;
    text-align: center;
    width: 95px;
    background-color: #f0f0f0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.22);
}
.index_two .how_we_work_icon span.icon-search, .index_two .how_we_work_icon span.icon-tools, .index_two .how_we_work_icon span.icon-scissors, .index_two .how_we_work_icon span.icon-hotairballoon {
    font-size: 34px;
    color: var(--color-theme);
    line-height: 95px;
}
.index_two .how_we_work_area ul.nav-tabs {
    border: none;
}
.index_two .process_detail {
    padding: 0 40px;
}
.index_two .process_detail p {
    color: #989898;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    text-align: center;
}
.index_two .how_we_work_area ul li.active .how_we_work_icon {
    border: 6px solid #fff;
    background-color: var(--subcolor3-theme);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.14);
}
.index_two .how_we_work_area ul li.active .how_we_work_icon span {
    color: #fff;
    line-height: 85px;
}
.index_two .how_work_content_headings {
    position: relative;
    display: inline-block;
}
.index_two .how_we_work_area ul li .how_work_content_headings:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: var(--subcolor3-theme);
}
.index_two .how_we_work_area ul li.active .how_work_content_headings:before {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*    8.     video_area CSS
/*-----------------------------------------------------------------------------------*/
.video_area {
    position: relative;
}
.video_area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56,56,56,.80);
    z-index: 9;
}
.video_area_parallax_bg {
    position: absolute;
    background: url(../img/video_area_bg.jpg) no-repeat fixed center center / cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_area_main_content {
    position: relative;
    z-index: 99;
}
.video_play_btn {
    text-align: center;
}
.video_play_btn a i {
    width: 100px;
    height: 100px;
    line-height: 90px;
    background-color: #fff;
    border-radius: 50%;
    border: 7px solid rgba(105, 105, 105, 0.16);
    color: var(--subcolor3-theme);
    font-size: 50px;
}
.video_area_left {
    text-align: center;
}
.video_area_left p {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    padding-top: 20px;
}
.video_play_btn {
    text-align: center;
}
.video_play_btn a:focus {
    outline: none;
}
.video_area_right p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*    9.     our_works_area CSS
/*-----------------------------------------------------------------------------------*/
.our_works_area {
    overflow: hidden;
}
.our_works_wrapper {
    overflow: hidden;
    padding-top: 80px;
}
.single_work {
    width: 20%;
    float: left;
    position: relative;
    overflow: hidden;
}
.single_work > img {
    width: 100%;
}
.single_work_detail {
    background-color: #f1b150;
    bottom: -100%;
    height: 75px;
    position: absolute;
    right: 5%;
    width: 90%;
    padding: 10px 20px;
}
.single_work_detail h6 {
    font-weight: 700;
    font-size: 16px;
    padding: 7px 0;
}
.single_work_detail h6 a {
    color: #fff;
    padding-top: 5px;
}
.single_work_detail p {
    font-weight: 300;
    color: #fff;
    font-size: 12px;
}
.single_work_detail a i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.single_work:hover .single_work_detail {
    bottom: 5%;
}
.single_work_btn {
    padding-top: 40px;
    text-align: center;
}
.single_work_btn a {
    font-size: 16px;
    color: var(--subcolor3-theme);
    text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*    9.1.     .index_two_our_works_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .our_works_wrapper {
    overflow: hidden;
    padding-top: 80px;
    margin-left: -15px;
}
.index_two .single_work {
    width: 23.7%;
    margin-bottom: 15px;
    margin-left: 15px;
}
.index_two .single_work_detail {
    bottom: 5%;
    height: 90%;
    padding: 0;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.index_two .plus_icon_table {
    display: table;
    height: 100%;
    width: 100%;
}
.index_two .plus_icon_table_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.index_two .single_work_text {
    bottom: 10%;
    width: 100%;
    position: absolute;
}
.index_two .plus_icon a {
    color: #fff;
    font-size: 62px;
    font-weight: 100;
}
.index_two .single_work:hover .single_work_detail {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*-----------------------------------------------------------------------------------*/
/*    9.2     portfolio_two_our_works_area CSS
/*-----------------------------------------------------------------------------------*/
.portfolio_one .our_works_wrapper, .portfolio_two .our_works_wrapper {
    padding-top: 0;
}
.portfolio_two .our_works_wrapper {
    margin-left: -15px;
}
.portfolio_two .single_work {
    width: 23.7%;
    margin-bottom: 15px;
    margin-left: 15px;
}
.portfolio_two .single_work_detail, .single_portfolio_one .single_work_detail, .single_portfolio_two .single_work_detail {
    bottom: 5%;
    height: 90%;
    padding: 0;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.portfolio_two .plus_icon_table, .single_portfolio_one .plus_icon_table, .single_portfolio_two .plus_icon_table {
    display: table;
    height: 100%;
    width: 100%;
}
.portfolio_two .plus_icon_table_cell, .single_portfolio_one .plus_icon_table_cell, .single_portfolio_two .plus_icon_table_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.portfolio_two .single_work_text, .single_portfolio_one .single_work_text, .single_portfolio_two .single_work_text {
    bottom: 10%;
    width: 100%;
    position: absolute;
}
.portfolio_two .plus_icon a, .single_portfolio_one .plus_icon a, .single_portfolio_two .plus_icon a {
    color: #fff;
    font-size: 62px;
    font-weight: 100;
}
.portfolio_two .single_work:hover .single_work_detail, .single_portfolio_one .single_work:hover .single_work_detail, .single_portfolio_two .single_work:hover .single_work_detail {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*-----------------------------------------------------------------------------------*/
/*    9.3      single_portfolio_one_our_works_area Css
           and single_portfolio_two_our_works_area Css.
/*-----------------------------------------------------------------------------------*/
.single_portfolio_one .owl-dot, .single_portfolio_two .owl-dot {
  background-color: #f0f0f0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 6px;
  width: 10px;
}
.single_portfolio_one .owl-dot.active, .single_portfolio_two .owl-dot.active {
  background-color: var(--subcolor3-theme);
}
.single_portfolio_one .owl-dots, .single_portfolio_two .owl-dots {
    margin-top: 15px;
}
.single_portfolio_two .owl-dots {
    text-align: center;
}
.single_portfolio_one .single_portfolio_slider_area_right_item {
    overflow: hidden;
}
.single_portfolio_two .single_portfolio_slider_area_right_item {
    padding-top: 50px;
    display: inline-block;
    padding-right: 30px;
}
.single_portfolio_slider_area_right_item_icon {
    float: left;
    padding-bottom: 20px;
}
.single_portfolio_slider_area_right_item_icon i {
    width: 50px;
    height: 50px;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
}
.single_portfolio_slider_area_right_item_text {
    padding-left: 75px;
}
.single_portfolio_slider_area_right_item_text h3 {
    color: var(--color-theme);
    font-weight: 700;
    font-size: 18px;
}
.single_portfolio_slider_area_right_item_text span {
    display: block;
    font-size: 14px;
    color: #989898;
    font-weight: 300;
    padding-top: 12px;
}
.single_portfolio_slider_area_right_button a {
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: block;
    background-color: var(--subcolor3-theme);
}
.single_portfolio_two .single_portfolio_slider_area_right_button a {
    width: 65px;
    height: 44px;
    display: inline-block;
}
.single_portfolio_slider_area_right_button a i {
    margin-right: 15px;
}
.single_portfolio_two .single_portfolio_slider_area_right_button a i {
    margin-right: 0;
}
.single_portfolio_two .single_portfolio_slider_area_right_item.button_single_portfolio_slider {
    bottom: 12px;
    position: relative;
}
.case_study_main_content h1.section_headings_black, .single_portfolio_see_more_work_area h1.section_headings_black {
    text-align: center;
    position: relative;
}
.case_study_main_content h1.section_headings_black:before, .single_portfolio_see_more_work_area h1.section_headings_black:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #e0e0e0;
    width: 40%;
    top: 50%;
    margin-top: -10px;
}
.case_study_main_content h1.section_headings_black:after, .single_portfolio_see_more_work_area h1.section_headings_black:after {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    width: 40%;
    top: 50%;
    margin-top: -10px;
}
.case_study_item {
    padding-left: 30px;
}
.case_study_item h2.content_headings_black {
    position: relative;
    padding-left: 25px;
}
.case_study_item h2.content_headings_black:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background-color: var(--subcolor3-theme);
    margin-top: -7px;
}
.case_study_item {
    padding: 30px 0;
}
.case_study_item p {
    padding: 20px 70px 20px 20px;
}
.case_study_item ul {
    list-style: disc;
    padding-left: 70px;
}
.case_study_item ul li {
    color: var(--subcolor3-theme);
}
.case_study_item ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #989898;
}
.case_study_gallery {
    overflow: hidden;
    border: 3px solid var(--color-theme);
}
.case_study_gallery_item {
    width: 33.33333%;
    float: left;
    position: relative;
}
.case_study_gallery_item:nth-child(2):before, .case_study_gallery_item:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: var(--color-theme);
}
.case_study_gallery_item:nth-child(2):before {
    left: 0;
}
.case_study_gallery_item:nth-child(2):after {
    right: 0;
}
.case_study_button {
    text-align: center;
}
.case_study_button > a {
    background-color: var(--subcolor3-theme);
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.index_two .our_works_wrapper {
    margin-left: -15px;
}
.single_portfolio_see_more_work_area .single_work {
    width: 23%;
    margin-left: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*    10.     creative_team_area CSS
/*-----------------------------------------------------------------------------------*/
.creative_team_area .section_intro {
  padding-bottom: 80px;
}
.creative_team_area {
    background-color: #f7f7f7;
}
.single_team {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.team_intro {
    background-color: #f1b150;
    bottom: 4%;
    height: 75px;
    padding: 10px 20px;
    position: absolute;
    right: 5%;
    width: 90%;
}
.team_intro h6, .team_intro_detail h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}
.team_intro h6 {
    padding: 7px 0;
}
.team_intro p, .team_intro_detail p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
.team_intro_detail {
    position: absolute;
    top: 100%;
    left: 5%;
    height: 90%;
    width: 90%;
    background-color: #f1b150;
    padding: 30px 10px;
}
.team_intro_detail p.team_para_detail {
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
}
.team_detail_social_icon {
    padding-top: 25px;
}
.team_detail_social_icon a i {
    width: 25px;
    height: 25px;
    background-color: #262626;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    line-height: 24px;
    margin-left: 5px;
}
/* creative_team_hover effect */
.single_team:hover .team_intro_detail {
    top: 5%;
}
.single_team:hover .team_intro {
    bottom: -75px;
}

/*-----------------------------------------------------------------------------------*/
/*    10.1     .index_two_creative_team_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .team_intro {
    background-color: transparent;
    height: 75px;
    padding: 25px 0;
    position: static;
    text-align: center;
    width: 100%;
}
.index_two .team_intro h6 a {
    color: #282828;
}
.index_two .team_intro p {
    color: #282828;
}

/*-----------------------------------------------------------------------------------*/
/*    11.     countdown_area CSS
/*-----------------------------------------------------------------------------------*/
.countdown_area {
    position: relative;
}
.countdown_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56,56,56,.94);
    z-index: 9;
}
.countdown_parallax_bg {
    position: absolute;
    background: url(../img/countdown_bg.jpg) no-repeat fixed center center / cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.countdown_main_content {
    position: relative;
    z-index: 99;
    text-align: center;
    overflow: hidden;
}
.single_countdown {
    width: 20%;
    float: left;
}
.countdown_icon {
    width: 80px;
    float: left;
}
.countdown_icon i {
    width: 70px;
    height: 70px;
    border: 1px solid #989898;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
}
.countdown_text {
    padding-left: 90px;
    margin-top: -8px;
}
.countdown_text p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.countdown_text p span {
    display: block;
    font-size: 36px;
    font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*    12.     customer_area CSS
/*-----------------------------------------------------------------------------------*/
.single_customer_list {
    text-align: center;
}
.customer_message {
    position: relative;
    background-color: #f7f7f7;
}
.customer_message p {
    font-weight: 300;
    font-size: 14px;
    color: #989898;
    line-height: 22px;
    padding: 40px;
}
.customer_information {
    margin-top: -30px;
    position: relative;
    z-index: 9;
}
.customer_information h6 a {
    font-size: 16px;
    color: var(--color-theme);
    font-weight: 700;
}
.customer_information a {
    font-size: 14px;
    color: #989898;
    font-weight: 300;
}
.customer_img {
    height: 105px;
    margin: 0 auto 25px;
    width: 105px;
}
.customer_img > img {
    border-radius: 50%;
    border: 7px solid #fff;
}
.customer_round_top {
    background-color: var(--color-theme);
    border: 7px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 50px;
    left: 50%;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    display: none;
}
.customer_area .owl-carousel .owl-item {
    padding: 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/*    12.1     .index_two_customer_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .customer_round_top {
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*    13.     quote_area CSS
/*-----------------------------------------------------------------------------------*/
.quotes_area {
    position: relative;
}
.quotes_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56,56,56,.94);
    z-index: 9;
}
.quotes_parallax_bg {
    position: absolute;
    background: url(../img/quote_area_bg.jpg) no-repeat fixed center center / cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.quote_content {
    text-align: center;
    position: relative;
    z-index: 99;
}
.quote_icon {
    padding-bottom: 15px;
}
.quote_icon i {
    width: 38px;
    height: 38px;
    border: 1px solid #989898;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
}
.quote_text blockquote.quote_area_quote {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    border-left: none;
}
.quote_text blockquote.quote_area_quote span {
    color: #19b5fe;
}

/*-----------------------------------------------------------------------------------*/
/*    14.     pricing_area CSS
/*-----------------------------------------------------------------------------------*/
.single_table {
    overflow: hidden;
    padding: 25px 0;
    position: relative;
    text-align: center;
}
.pricing_header {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--color-theme);
    margin: 0 auto;
    border: 6px solid #dbdbdb;
}
.pricing_header h6 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 110px;
}
.single_table h3 {
    padding: 20px 0 30px;
}
.single_table ul li {
    padding-bottom: 10px;
}
.single_table ul li a {
    color: #989898;
    font-size: 14px;
    font-weight: 300;
}
/* this code is for hover array */
.single_table_hover_array {
    background-color: var(--subcolor3-theme);
    bottom: -120px;
    height: 100px;
    position: absolute;
    right: -56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
}
.single_table_hover_array i {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 0 10px;
    text-align: left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*-----------------------------------------------------------------------------------*/
/*  14.1.   index_two_pricing_area CSS
    14.2    single_service_one_pricing_area CSS
    14.3    single_service_two_pricing_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .single_table, .single_service_one .single_table {
    box-shadow: none;
    box-shadow:inset 0px 0px 0px 1px #e8e8e8;
}
.index_two .single_table.active, .single_service_one .single_table.active {
    background: url(../img/hover_bg.png) repeat scroll center center;
    box-shadow:inset 0px 0px 0px 4px var(--subcolor3-theme);
}
.index_two .single_table.active .pricing_header, .single_service_one .single_table.active .pricing_header {
    background-color: var(--subcolor3-theme);
    border: 6px solid #fdf1df;
    color: #fff;
}
.index_two .single_table.active .single_table_hover_array, .single_service_one .single_table.active .single_table_hover_array {
    bottom: -56px;
}

/*-----------------------------------------------------------------------------------*/
/*    15.     blog_area CSS
/*-----------------------------------------------------------------------------------*/

.blog_area {
    background-color: #f7f7f7;
}
.blog_img > img {
    width: 100%;
}
.blog_text {
    background-color: #fff;
}
.blog_text h3 {
    padding: 66px 30px 23px 38px;
}
.blog_text p {
    font-size: 14px;
    color: #989898;
    line-height: 22px;
    font-weight: 300;
    padding: 0 30px 25px 38px;
}
.blog_img {
    position: relative;
}
.blog_round {
    text-align: center;
    width: 76px;
    height: 76px;
    background-color: #fff;
    border-radius: 50%;
    border: 6px solid #f1f1f1;
    position: absolute;
    bottom: 0;
    left: 25px;
    margin-bottom: -38px;
}
.blog_round p {
    font-size: 14px;
    color: var(--color-theme);
    text-transform: uppercase;
}
.blog_round p span {
    display: block;
    color: var(--subcolor-theme);
    font-size: 24px;
    font-weight: 700;
}
/*-----------------------------------------------------------------------------------*/
/*    15.1.     index_two_blog_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .blog_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 9;
}
.index_two .blog_round {
    z-index: 99;
}

/*-----------------------------------------------------------------------------------*/
/*    15.2.     blog_one CSS
/*-----------------------------------------------------------------------------------*/
.blog_one .header_area_bottom {
    background-color: #f0f0f0;
}
.blog_one .blog_content_wrapper {
    background-color: #f0f0f0;
}
.blog_one .single_blog {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
            transition: 0.5s;
}
.blog_one .single_blog:hover {
    box-shadow: 0 0 27px 0 rgba(0,0,0,.16);
}
.blog_widget {
    background-color: #fafafa;
    padding: 30px 25px;
    margin-bottom: 35px;
}
.blog_widget:last-child {
    margin-bottom: 0;
}
.blog_widget_headings {
    font-size: 20px;
    color: var(--color-theme);
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.blog_widget_headings:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: var(--subcolor3-theme);
}
.blog_category ul {
    margin-top: 30px;
}
.blog_category ul li {
    padding-bottom: 20px;
}
.blog_category ul li:last-child {
    padding-bottom: 0;
}
.blog_category ul li a, .blog_recent_post ul li a {
    font-size: 16px;
    color: var(--color-theme);
    font-weight: 700;
}
.blog_recent_post ul {
    margin-top: 20px;
}
.blog_recent_post ul li {
    border-bottom: 1px solid #ececec;
    padding-top: 15px;
}
.blog_recent_post ul li:last-child {
    border: 0;
}
.blog_recent_post ul li span {
    display: block;
    font-size: 12px;
    color: #9c9c9c;
    padding: 15px 0;
}
.blog_recent_post ul li:last-child span {
    padding-bottom: 0;
}
.blog_search {
    overflow: hidden;
}
.blog_search input[type=text] {
    width: 80%;
    height: 50px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #c9c9c9;
    border: none;
    padding: 0 20px;
    float: left;
}
.blog_search i.blog_search_icon {
    width: 20%;
    background-color: #f2f2f2;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/*    15.3     single_blog_page CSS
/*-----------------------------------------------------------------------------------*/
.single_blog_page .header_area_bottom, .single_blog_page .blog_content_wrapper {
    background-color: #f0f0f0;
}
.single_blog_page .blog_text h3 span {
    font-size: 12px;
    font-weight: 300;
    color: #989898;
    display: block;
    padding-top: 15px;
}
.single_blog_page .single_blog_post_footer {
    overflow: hidden;
    background-color: #fff;
    padding: 0 30px 35px 38px;
}
.single_blog_page .single_blog_post_footer ul li {
    color: var(--color-theme);
    font-weight: 700;
    font-size: 16px;
    float: left;
    width: 50%;
}
.single_blog_page .single_blog_post_footer ul li:last-child {
    text-align: right;
}
.single_blog_page .single_blog_post_footer ul li i {
    padding-right: 10px;
}
.single_blog_page .single_blog_post_footer ul li span {
    color: #a7a7a7;
    font-weight: 300;
}
.single_blog_page .blog_img > img {
    width: 100%;
}
.single_blog_page .single_page_blog_comments_post {
    background-color: #fff;
    padding: 35px 30px 35px 38px;
    margin-top: 35px;
}
.single_blog_page .single_blog_page_headings {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-theme);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.single_blog_page .single_blog_page_headings:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--subcolor3-theme);
}
.single_blog_page .singl_blog_comments_post {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}
.single_blog_page .singl_blog_comments_post:last-child {
    border-bottom: 0;
}
.single_blog_page .commenters_img {
    float: left;
    width: 76px;
}
.single_blog_page .commenters_post {
    padding-left: 96px;
}
.single_blog_page .commenters_post h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-theme);
}
.single_blog_page .commenters_post h4 span {
    display: block;
    font-weight: 300;
    font-size: 10px;
    color: #929292;
    padding: 10px 0;
}
.single_blog_page .commenters_post p {
    font-size: 14px;
    font-weight: 300;
    color: #929292;
    line-height: 24px;
    padding-bottom: 15px;
}
.single_blog_page .commenters_post span {
    font-size: 12px;
    color: var(--color-theme);
    font-weight: 700;
    text-transform: uppercase;
}
.single_blog_page .single_page_blog_comments {
    background-color: #fff;
    padding: 35px 30px 35px 38px;
    margin-top: 35px;
}
.single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"] {
    height: 50px;
    padding: 0 20px;
}
.single_blog_page .single_page_blog_comments form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}
.single_blog_page .single_page_blog_comments form input[type="text"] {
    margin-top: 25px;
}
.single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
    width: 470px;
    background-color: #f3f3f3;
    color: #989898;
    font-size: 14px;
    font-weight: 300;
    border: 0;
    margin-bottom: 15px;
}
.single_blog_page .single_page_blog_comments form input[type="submit"] {
    display: block;
    width: 200px;
    height: 60px;
    background-color: var(--subcolor-theme);
    border: 0;
    border-bottom: 3px solid #d59124;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*    16.     newsletter_area CSS
/*-----------------------------------------------------------------------------------*/
.newsletter_area .content_headings_white {
    color: #fff;
}
.newsletter_area {
    position: relative;
    overflow: hidden;
    background: url(../img/newsletter_bg.jpg) repeat scroll 0 0;
}
.newsletter_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--subcolor3-theme);
}
.news_letter_left {
    width: 50%;
    padding-right: 80px;
}
.news_letter_right {
    padding-left: 75px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 50%;
    padding-top: 20px;
}
brand_area_slider_list {
    display: inline-block;
}
.news_letter_right h4 {
    padding-bottom: 20px;
}
.subscribe_form form input[type=email] {
    background-color: var(--color-theme);
    border: 1px solid #4f4f4f;
    height: 45px;
    padding: 0 15px;
    width: 360px;
    color: #989898;
    font-size: 14px;
    font-weight: 300;
}
.input_email {
    position: relative;
}
.button_img {
    width: 53px;
    height: 32px;
    border: 1px solid #4f4f4f;
    background: var(--subcolor3-theme) url(../img/button_bg.png) no-repeat scroll center center;
    position: absolute;
    left: 375px;
    bottom: 6px;
}
.newslwtter_area_mobile_menu {
    display: none;
}
.mobile_newsletter_form {
    display: none;
}
/*-----------------------------------------------------------------------------------*/
/*    16.1.     newsletter_area CSS
/*-----------------------------------------------------------------------------------*/
.index_two .button_img {
    left: 444px;
    height: 43px;
    bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*    17.     footer_area CSS
/*-----------------------------------------------------------------------------------*/
/* this code is for index_one and index_two */
.footer_area {
    background-color: #242424;
    position: relative;
}
.footer_area .content_headings_white {
    color: #fff;
}
.footer_logo {
    padding: 45px 0;
}
.footer_logo p, .contact_number a, .contact_number p {
    font-size: 14px;
    color: #989898;
    font-weight: 300;
    margin-top: 10px;
}
.contact_number p {
    padding-top: 10px;
    margin: 0;
}
.footer_links {
    border-right: 1px solid var(--color-theme);
    border-left: 1px solid var(--color-theme);
    padding-left: 75px;
}
.footer_links h4, .footer_contact h4 {
    padding-bottom: 40px;
}
.footer_links ul li {
    margin-bottom: 10px;
}
.footer_links ul li a {
    font-size: 14px;
    color: #989898;
}
.footer_contact {
    padding-left: 45px;
}
.footer_contact_top {
    border-bottom: 1px solid var(--color-theme);
    padding-bottom: 15px;
    overflow: hidden;
}
.footer_contact_bottom {
    overflow: hidden;
    padding-top: 15px;
}
.contact_name {
    width: 55px;
    float: left;
}
.contact_name.footer_address {
    width: 70px;
    float: left;
}
.contact_name p {
    font-weight: 700;
    font-size: 14px;
    color: #989898;
}
.contact_number {
    padding-left: 55px;
}
.contact_number.footer_number {
    padding-left: 70px;
}
.contact_number p {
    padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*    18.     scroll_top CSS
/*-----------------------------------------------------------------------------------*/
/* this code is for index_one and index_two */
.scroll_top {
    cursor: pointer;
}
.scroll_top i {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 30px;
    height: 35px;
    background-color: var(--subcolor3-theme);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}
/* this code is for slider control
====================================
*/

/* this code is for slider blog control and customer control and creative_team control */
.blog_area .owl-nav, .customer_area .owl-nav, .creative_team_area .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 100%;
}
.blog_area .owl-nav div, .customer_area .owl-nav div, .creative_team_area .owl-nav div {
	display: inline-block;
    width: 23px;
    height: 34px;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	color: #d8d8d8;
    border: 1px solid #d8d8d8;
}
.blog_area .owl-next, .customer_area .owl-next, .creative_team_area .owl-next {
	right: -75px;
	position: absolute;
}
.blog_area .owl-prev, .customer_area .owl-prev, .creative_team_area .owl-prev {
	left: -75px;
	position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*    19.     preloader CSS
/*-----------------------------------------------------------------------------------*/
body.preloader_active {
    position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999999999;
}
.preloader_spinner {
    background: url(../img/preloader.gif) no-repeat scroll center center;
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999999999;
    margin-top: -32px;
    margin-left: -32px;
}
/*-----------------------------------------------------------------------------------*/
/*    20.     contact_one CSS
      20.1    contact_two CSS
/*-----------------------------------------------------------------------------------*/
.contact_one #my_location {
    height: 345px;
}
.contact_two #my_location {
    height: 420px;
}
.contact_one .contact_page_headings, .contact_two .contact_page_headings {
    font-size: 20px;
    color: var(--color-theme);
    font-weight: 700;
    position: relative;
    padding: 0 30px;
    margin-bottom: 35px;
}
.contact_one .contact_page_headings:before, .contact_two .contact_page_headings:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 12px;
    background-color: var(--subcolor3-theme);
    margin-top: -6px;
}
.contact_one .contact_left_content form input[type=text], .contact_one .contact_left_content form input[type=email], .contact_two .contact_right form input[type=text], .contact_two .contact_right form input[type=email] {
    height: 50px;
}
.contact_one .contact_left_content form input[type=submit], .contact_two .contact_right form input[type=submit] {
    width: 200px;
    background-color: var(--subcolor-theme);
    border: 0;
    border-radius: 3px;
    border-bottom: 3px solid #d59124;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
}
.contact_one .contact_left_content form input[type=text], .contact_one .contact_left_content form input[type=email], .contact_one .contact_left_content textarea, .contact_two .contact_right form input[type=text], .contact_two .contact_right form input[type=email], .contact_two .contact_right textarea {
    width: 100%;
    background-color: #f3f3f3;
    border: 0;
    margin-bottom: 15px;
    padding: 0 15px;
}
.contact_one .contact_left_content textarea, .contact_two .contact_right textarea {
    resize: none;
    height: 150px;
    padding: 15px;
}
.contact_two .single_contact {
    overflow: hidden;
    padding-bottom: 35px;
}
.contact_two .single_contact_icon {
    width: 70px;
    height: 70px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    color: #707070;
    float: left;
}
.contact_two .single_contact_text {
    padding-left: 90px;
}
.contact_two .single_contact_text h2 {
    color: var(--color-theme);
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.contact_two .single_contact_text a {
    font-size: 14px;
    color: #989898;
}

/* this code is for thank-you.html */
.contact_record_text {
    font-weight: 700;
    color: #08953d;
    font-size: 16px;
    padding-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*    20.1     contact_two CSS
/*-----------------------------------------------------------------------------------*/

/**************************************
            This Code is For Responsive
        ******************************************/

/* ========================================
                For Large Screen
================================================= */
@media only screen and (min-width: 1920px) {
.mobile_menu_area {
    display: none;
}
}

/* ========================================
                For Medium_Large Screen
================================================= */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
.mobile_menu_area {
    display: none;
}
}

/* ============================================
                For Medium Screen
============================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* 1.  Default Css */
.content_headings_black, .content_headings_white {
    font-size: 18px;
}
.creative_team_area .owl-prev {
    left: 0;
}
.creative_team_area .owl-next {
    right: 0;
}
.blog_area .owl-next, .customer_area .owl-next {
    right: -50px;
}
.blog_area .owl-prev, .customer_area .owl-prev {
    left: -50px;
}
/* 2.1 header_area Css. */
.header_area .mainmenu ul li {
    margin: 0 12px;
}
.header_area .mainmenu ul li a {
    margin: 0;
}
.header_area .col-md-2.col-sm-2 {
    padding: 0;
}
.mobile_menu_area {
    display: none;
}
.header_area .mainmenu ul li ul.mega_menu {
    width: 954px;
    padding: 15px;
}
.index_two .header_area .mainmenu ul li ul.mega_menu {
  left: -48.1%;
  width: 970px;
}

/* 2.2 hero_area Css. */
/* 3.  what_we_provide_area Css. */
.single_provide h3 {
    padding: 15px 0;
}
.single_provide {
    padding: 30px 10px 50px;
}
/* 4.  about_area Css. */
.about_area:before {
    width: 55%;
}
.about_main_content {
    width: 45%;
}
.single_about {
    padding-right: 70px;
}
.about_page .about_page_history_text ul li {
    font-size: 15px;
}
.about_page .case_study_item .nav.nav-tabs > li {
    margin-left: 26px;
}
/* 5.  features_area Css. */
/* 6.  question_answer_area Css. */
.ask_question_area:before {
    width: 51%;
}
.ask_question_main_content {
    width: 45%;
}
.ask_question_area {
    min-height: 700px;
}
.question_ask_panel_title p {
    font-size: 13px;
}
.ask_question_panel_body p {
    font-size: 12px;
}
/* 7.  how_we_work_area Css. */
.single_how_work {
    padding-right: 125px;
}
.index_two .how_we_work_icon_wrapper {
    padding: 0 49px;
}
/* 8.  video_area Css. */
.video_area_left p {
    font-size: 20px;
}
/* 9.  our_works_area Css. */
.single_service_one_main_content_text ul:before {
    height: 102%;
    top: -50px;
}
.portfolio_two .single_work, .index_two .single_work {
    width: 23.4%;
}
.single_portfolio_two .single_portfolio_slider_area_right_item {
    padding-right: 7px;
}
.single_portfolio_two .single_portfolio_slider_area_right_button a {
    width: 40px;
}
/* 10. creative_team_area Css. */
/* 11. countdown_area Css. */
.countdown_text p span {
    font-size: 28px;
}
/* 12. customer_area Css. */
/* 13. quote_area Css. */
/* 14. pricing_area Css. */
/* 15. blog_area Css. */
.blog_one .header_area .col-sm-2, .contact_one .header_area .col-sm-2, .contact_two .header_area .col-sm-2 {
    padding: 0;
}
/* 16. newsletter_area Css. */
.news_letter_right {
    width: 53%;
}
/* 17. footer_area Css. */
.footer_contact {
    padding-left: 0;
}
.footer_links {
    padding-left: 30px;
}
.footer_logo p, .contact_number a, .contact_number p {
    font-size: 12px;
}
/* 18. scroll_up Css. */
/* 19. contact */
.contact_one .contact_page_headings, .contact_two .contact_page_headings {
    font-size: 18px;
}
}

/* ============================================
                For Tablet layout
============================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* 1.  Default Css */
.section_padding {
    padding: 70px 0;
}
.content_headings_black, .content_headings_white {
    font-size: 18px;
}
/* 2.1 header_area Css. */
.header_area .mainmenu ul li ul.mega_menu {
    display: none;
}

.header_area .mainmenu ul li a {
    font-size: 13px;
    margin: 0;
}
.header_area .mainmenu ul li {
    margin: 0 10px;
}
.header_social a i {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.mobile_menu_area {
    display: none;
}
.header_area .col-md-2.col-sm-2 {
    padding-right: 0;
}
/* 2.2 hero_area Css. */
.slider_one .hero_area_content {
    padding: 15px 40px;
}
/* 3.  what_we_provide_area Css. */
.single_provide {
    padding: 30px 25px 50px;
}
.index_two .single_provide, .service_two .single_provide {
    margin-bottom: 30px;
}
.service_two .provide_area .section_padding_top {
    padding-top: 0;
}
.single_service_one_main_content_text ul:before {
    top: -50px;
}
/* 4.  about_area Css. */
.single_about {
    padding-right: 0;
}
.about_main_content {
    width: 45%;
}
.about_page .case_study_item ul li.active a {
    font-size: 12px;
}
.case_study_item ul li a {
    font-size: 12px;
}
.about_page .case_study_item .nav.nav-tabs > li {
    margin-left: 20px;
}
/* 5.  features_area Css. */
.feature_text p {
    font-size: 13px;
}
/* 6.  question_answer_area Css. */
.ask_question_area:before {
    width: 30%;
}
.ask_question_main_content {
    width: 70%;
}
.index_two .ask_question_area:before {
    width: 25%;
}

/* 7.  how_we_work_area Css. */
.how_we_work_content:after {
    width: 80%;
}
.single_how_work {
    padding-right: 80px;
}
.detail_how_we_work {
    padding: 15px 5px;
    width: 180px;
}
.index_two .how_we_work_icon_wrapper:before {
    width: 22%;
}
.index_two .how_we_work_icon_wrapper:after {
    width: 22%;
}
.index_two .how_we_work_icon_wrapper {
    padding: 0 40px;
}
/* 8.  video_area Css. */
.video_area_left p {
    font-size: 20px;
}
/* 9.  our_works_area Css. */
.single_work_detail h6 {
    font-size: 13px;
}
.single_work_detail p {
    font-size: 12px;
}
.single_work_detail a i {
    font-size: 14px;
    right: 6px;
    bottom: 8px;
}
.index_two .single_work {
    width: 22.9%;
}
.index_two .plus_icon a {
    font-size: 30px;
}
.portfolio_two .plus_icon a, .single_portfolio_one .plus_icon a, .single_portfolio_two .plus_icon a {
    font-size: 40px;
}
.portfolio_two .single_work, .single_portfolio_see_more_work_area .single_work {
    width: 22.9%;
}
.case_study_main_content h1.section_headings_black:after, .single_portfolio_see_more_work_area h1.section_headings_black:after {
    width: 35%;
}
.case_study_main_content h1.section_headings_black:before, .single_portfolio_see_more_work_area h1.section_headings_black:before {
    width: 35%;
}
.single_portfolio_two .single_portfolio_slider_area_right_item {
    padding-right: 8px;
}
.single_portfolio_two .single_portfolio_slider_area_right_item {
    padding-top: 30px;
}
/* 10. creative_team_area Css. */
.team_detail_social_icon {
    padding-top: 10px;
}
.team_intro_detail p.team_para_detail {
    padding-top: 10px;
}
.creative_team_area .owl-prev {
    left: 0;
}
.creative_team_area .owl-next {
    right: 0;
}
.team_intro_detail {
    padding: 15px 10px;
}
.team_intro h6, .team_intro_detail h6 {
    padding-bottom: 5px;
}
/* 11. countdown_area Css. */
.countdown_text p span {
    font-size: 22px;
}
.countdown_icon i {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.countdown_icon {
    width: 60px;
}
.countdown_text {
    padding-left: 70px;
}
/* 12. customer_area Css. */
.customer_area .owl-prev {
    left: 0;
}
.customer_area .owl-next {
    right: 0;
}
/* 13. quote_area Css. */
/* 14. pricing_area Css. */
/* 15. blog_area Css. */
.blog_area .owl-prev {
    left: 0;
}
.blog_area .owl-next {
    right: -0;
}
.blog_one .header_area .col-sm-2, .contact_one .header_area .col-sm-2, .contact_two .header_area .col-sm-2 {
    padding: 0;
}
.single_blog_page .single_blog_post_footer ul li {
    width: 100%;
}
.single_blog_page .single_blog_post_footer ul li:last-child {
    text-align: left;
}
.single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
    width: 100%;
}
/* 16. newsletter_area Css. */
.news_letter_right {
    width: 57%;
}
.subscribe_form form input[type="email"] {
    width: 300px;
}
.button_img {
    left: 315px;
}
.news_letter_left {
    padding-left: 30px;
    padding-right: 20px;
}
.index_two .subscribe_form form input[type="email"] {
    width: 250px;
}
.index_two .button_img {
    left: 335px;
}
/* 17. footer_area Css. */
.footer_contact {
    padding-left: 0;
}
.footer_links {
    padding-left: 30px;
}
/* 18. scroll_up Css. */
}

/* ============================================
                For Small mobile
============================================== */
@media only screen and (max-width: 767px) {
/* 1.  Default Css */
.section_padding {
    padding: 80px 0 50px;
}
.content_headings_black, .content_headings_white {
    font-size: 16px;
}
.section_headings_black, .section_headings_white {
    font-size: 22px;
    padding-bottom: 20px;
}
.section_padding_top {
    padding-top: 80px;
}
.index_two .section_intro {
    padding-bottom: 20px;
}
.section_padding_top50 {
    padding-top: 90px;
}
.service_two .header_area_bottom.section_padding_50 {
    padding: 80px 0 50px;
}
/* 2.1 header_area Css. */
header.header_area {
    display: none;
}
.mobile_menu_area {
    display: block;
}
.portfolio_one .header_bottom_right_content, .portfolio_two .header_bottom_right_content, .single_portfolio_one .header_bottom_right_content, .single_portfolio_two .header_bottom_right_content, .about_page .header_bottom_right_content, .service_one .header_bottom_right_content, .service_two .header_bottom_right_content, .single_service_one .header_bottom_right_content, .single_service_two .header_bottom_right_content, .contact_two .header_bottom_right_content, .single_blog_page .header_bottom_right_content {
    text-align: left;
}
.header_bottom_right_content li:first-child {
    padding-left: 0 !important;
}
/*  This code is for mobile-menu  */
#sticky_anchor {
    display: none;
}
.mobile_menu_area {
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    top: 0;
    width: 100%;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.16);
}
.mobile_menu_logo {
    padding: 15px 0;
}
.mobile_menu_area .mobile_menu .navbar-toggle {
    border: 1px solid #edaf4e;
    border-radius: 2px;
    float: none;
    margin: 0;
}
.mobile_menu_area .mobile_menu .navbar-toggle .icon-bar {
    background-color: #edaf4e;
}
.mobile_menu_area .mobile_menu .navbar-header {
    position: absolute;
    right: 15px;
    top: 14px;
}
.mobile_menu_area .mobile_menu ul.nav.navbar-nav li:last-child a {
    border-bottom: 0px;
}
.mobile_menu_area .mobile_menu .navbar-collapse {
    border: 0;
    box-shadow: none;
}
.mobile_menu_area .mobile_menu {
    background-color: #fff;
    padding: 0;
}
.mobile_menu_area .mobile_menu ul.nav.navbar-nav li {
    display: block;
}
.mobile_menu_area .mobile_menu ul.nav.navbar-nav li a {
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    color: var(--color-theme);
    display: block;
    font-weight: 400;
}
.mobile_menu_area .mobile_menu ul.nav.navbar-nav li a:hover {
    color: #edaf4e;
}
.mobile_menu_area .mobile_menu .nav > li > a:focus, .mobile_menu_area .mobile_menu .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.mobile_menu_area .mobile_menu .header_social {
    padding: 0;
}
.mobile_menu_area .mobile_menu .header_social > a {
    display: inline-block !important;
}
.mobile_menu_area .mobile_menu .header_social {
    text-align: center;
}
.mobile_menu_area .mobile_menu .navbar-nav > li > .dropdown-menu {
    width: 100%;
    background-color: #edaf4e;
}
.mobile_menu_area .mobile_menu .navbar-nav .open .dropdown-menu {
    background-color: #edaf4e;
    width: 100%;
}
.mobile_menu_area .mobile_menu .dropdown-menu a {
    color: #fff!important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
}
/* 2.2 hero_area Css. */
.btn_bg {
    color: #fff;
}
.hero_area_content {
    background-color: rgba(255, 255, 255, 0.6);
    margin-top: 15%;
    padding: 15px 6px;
}
.index_two .hero_area_content {
    background-color: transparent;
}
.index_three .hero_area_content h1, .index_three .hero_area_content p {
    color: var(--color-theme);
}
.index_three .hero_area_btn a {
    color: var(--color-theme);
}
.slider_two .hero_area .owl-nav div {
    width: 20px;
}
.hero_area_content h1 {
    font-size: 18px;
    padding-bottom: 15px;
}
.hero_area_content p {
    color: var(--color-theme);
    font-size: 14px;
    line-height: 20px;
    width: 250px;
}
.btn_bg, .btn_v_2 {
    width: 110px;
}
.hero_area_btn a {
    font-size: 14px;
}
.index_one .hero_area_btn a {
    color: #2e2e2e;
}
.hero_area_btn span {
    padding: 0 5px;
}
.index_two .hero_area {
    background: rgba(0, 0, 0, 0) url("../img/index_two_hero_area_bg.jpg") no-repeat scroll right top / cover ;
}
.slider_one .hero_area .owl-nav div {
    width: 20px;
}
.slider_one .hero_area_content {
    padding: 15px 20px;
}
/* 3.  what_we_provide_area Css. */
.provide_area .row.section_padding_top {
    padding-top: 0;
}
.single_provide {
    margin-bottom: 30px;
}
.single_service_one_main_content_text ul:before {
    height: 123%;
    left: -40px;
    top: -228px;
}
.single_service_one_main_content_text ul li:before {
    left: -40px;
    width: 30px;
}
.single_service_one_main_content_text ul {
    padding-right: 0;
}
.single_service_one_main_content_icon i {
    border: 3px solid #fdeed9;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.single_service_one_main_content_text {
    padding-left: 70px;
}
.single_service_one_main_content_text ul li {
    font-size: 14px;
    padding: 10px 0 10px 1px;
}
.single_service_two_top_content p {
    padding: 30px 0px 0;
}
/* 4.  about_area Css. */
.section_para_white, .section_para_black {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0 50px;
    width: 270px;
}
.about_area:before {
    display: none;
}
.about_main_content {
    float: none;
    width: 100%;
}
.single_about {
    padding-bottom: 30px;
    padding-right: 0;
}
.about_page_hero_area_right {
    padding-top: 15px;
}
.about_page_hero_area_right {
    padding-top: 15px;
}
.about_page_hero_area_right > p {
    line-height: 24px;
    padding: 8px 0;
}
.case_study_item {
    padding: 0 0 20px;
}
.case_study_item p {
    padding: 20px 0 20px 20px;
}
.about_page .case_study_item .nav.nav-tabs > li {
    margin-left: 10px;
    width: 47.667%;
    margin-bottom: 10px;
}
.about_page .section_padding_bottom {
    padding-bottom: 30px;
}
.about_page .about_page_description_wrapper {
    padding-top: 20px;
}
.case_study_item p {
    padding: 20px 0;
}
.about_page .case_study_item ul {
    padding-left: 0;
    margin-left: 0;
}
.about_page .case_study_item ul.nav.nav-tabs > li:nth-child(2n+1) {
    margin-left: 0 !important;
}
.about_page .about_page_history_text ul li {
    font-size: 14px;
    padding-bottom: 10px;
}
.case_study_gallery_item:nth-child(2):before {
    display: none;
}
.case_study_gallery_item:nth-child(2):after {
    display: none;
}
.case_study_gallery {
    border: none;
}
/* 5.  features_area Css. */
/* 6.  question_answer_area Css. */
.ask_question_area:before {
    display: none;
}
.ask_question_main_content {
    width: 100%;
}
.question_ask_panel_title p {
    font-size: 14px;
}
.ask_question_area {
    min-height: 700px;
}
/* 7.  how_we_work_area Css. */
.how_we_work_content:after {
    background-color: #f0f0f0;
    height: 70%;
    left: 50%;
    top: 15%;
    width: 6px;
    margin-left: -3px;
}
.single_how_work {
    float: none;
    left: 0;
    padding: 50px 0;
}
.detail_how_we_work {
    left: 50%;
    margin-left: -100px;
    top: 0;
}
.single_how_work i {
    display: block;
    margin: 0 auto;
}
.how_we_work_content {
    padding: 25px 0;
}
.index_two .how_we_work_area ul li {
    padding-bottom: 15px;
}
.index_two .how_we_work_icon_wrapper:before {
    display: none;
}
.index_two .how_we_work_icon_wrapper:after {
    display: none;
}
.index_two .how_we_work_icon_wrapper {
    padding: 0 35px;
}
.index_two .how_we_work_area ul li.active .how_we_work_icon {
    border: 3px solid #ffffff;
}
.index_two .how_we_work_icon {
    height: 60px;
    width: 60px;
}
.index_two .how_we_work_area ul li.active .how_we_work_icon span {
    line-height: 55px;
}
.index_two .how_we_work_icon span.icon-search, .index_two .how_we_work_icon span.icon-tools, .index_two .how_we_work_icon span.icon-scissors, .index_two .how_we_work_icon span.icon-hotairballoon {
    font-size: 25px;
    line-height: 60px;
}
.index_two .process_detail {
    padding: 0;
}
.index_two .process_detail p {
    font-size: 12px;
    line-height: 24px;
    padding: 10px;
}
.index_two .single_work_detail {
    right: 9%;
    width: 87%;
}
.index_two .single_work {
    width: 100%;
}
/* 8.  video_area Css. */
.video_area_left p {
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 0;
}
.video_play_btn a i {
    border: 4px solid rgba(105, 105, 105, 0.16);
    height: 70px;
    line-height: 65px;
    width: 70px;
}
.video_area_right p {
    font-size: 14px;
    text-align: center;
}
/* 9.  our_works_area Css. */
.single_work {
    width: 100%;
}
.portfolio_two .single_work {
    margin-bottom: 15px;
    margin-left: 15px;
    width: 100%;
}
.portfolio_two .single_work_detail {
    right: 9%;
    width: 87%;
}
.case_study_main_content h1.section_headings_black:before, .single_portfolio_see_more_work_area h1.section_headings_black:before {
    display: none;
}
.case_study_main_content h1.section_headings_black:after, .single_portfolio_see_more_work_area h1.section_headings_black:after {
    display: none;
}
.case_study_gallery_item:first-child {
    border-left: 1px solid var(--color-theme);
}
.case_study_gallery_item {
    float: none;
    width: 100%;
    border: 1px solid var(--color-theme);
    margin-bottom: 10px;
}
.our_works_wrapper {
    padding-top: 20px;
}
.single_portfolio_see_more_work_area .single_work {
    margin-left: 0;
    width: 100%;
}
.single_portfolio_slider_area_right {
    padding-top: 20px;
}
.case_study_item ul {
    padding-left: 15px;
}
.case_study_item ul li a {
    font-size: 14px;
}
.single_portfolio_two .single_portfolio_slider_area_right_item {
    padding-right: 0;
    padding-top: 20px;
    width: 100%;
}
/* 10. creative_team_area Css. */
.creative_team_area .owl-prev {
    left: 0;
}
.creative_team_area .owl-next {
    right: 0;
}
/* 11. countdown_area Css. */
.single_countdown {
    float: none;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
}
/* 12. customer_area Css. */
.customer_area .owl-prev {
    left: 0;
}
.customer_area .owl-next {
    right: 0;
}
/* 13. quote_area Css. */
.quote_text blockquote.quote_area_quote {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
/* 14. pricing_area Css. */
/* 15. blog_area Css. */
.blog_area .owl-prev {
    left: 0;
}
.blog_area .owl-next {
    right: 0;
}
.blog_one .header_bottom_right_content, .contact_one .header_bottom_right_content {
    float: left;
}
.single_blog_page .single_blog_post_footer ul li {
    width: 100%;
}
.single_blog_page .single_blog_post_footer ul li:last-child {
    text-align: left;
}
.single_blog_page .blog_text p {
    padding: 0 15px 20px;
}
.single_blog_page .blog_text h3 {
    padding: 50px 15px 20px;
}
.single_blog_page .single_blog_post_footer {
    padding: 0 15px 20px;
}
.single_blog_page .single_page_blog_comments_post {
    padding: 20px 15px;
}
.single_blog_page .single_page_blog_comments {
    padding: 20px 15px 20px 15px;
}
.single_blog_page .single_page_blog_comments form input[type="text"], .single_blog_page .single_page_blog_comments form input[type="email"], .single_blog_page .single_page_blog_comments form textarea {
    width: 100%;
}
.single_blog_page .blog_content_left {
    margin-bottom: 30px;
}
/* 16. newsletter_area Css. */
.newsletter_area {
    display: none;
}
.newslwtter_area_mobile_menu {
    display: block;
}
.mobile_newsletter_form {
    display: block;
}
.newslwtter_area_mobile_menu {
    background-color: var(--subcolor3-theme);
}
.mobile_newsletter_form {
    background: url(../img/newsletter_bg.jpg) repeat scroll center center;
}
.subscribe_form form input[type="email"] {
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.button_img {
    position: inherit;
    margin-top: 15px;
}
/* 17. footer_area Css. */
    .footer_logo {
        padding: 0 0 25px;
    }
    .footer_links {
        border-left: medium none;
        border-right: medium none;
        padding-left: 0;
    }
    .footer_contact {
        padding-left: 0;
        padding-top: 25px;
    }
    .footer_links h4, .footer_contact h4 {
        padding-bottom: 20px;
    }
    .footer_links ul li a {
        font-size: 13px;
    }
    .footer_logo p, .contact_number a, .contact_number p {
        font-size: 13px;
    }
/* 18. scroll_up Css. */
/* 19. contact */
.contact_right_content {
    padding-top: 30px;
}
.contact_one .contact_page_headings, .contact_two .contact_page_headings {
    font-size: 17px;
}
}

/* ============================================
                For large mobile
============================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 1.  Default Css */
.content_headings_black, .content_headings_white {
    font-size: 22px;
}
/* 2.1 header_area Css. */
.mobile_menu_area {
    display: block;
}
.section_para_white, .section_para_black {
    width: 400px;
}
/* 2.2 hero_area Css. */
.hero_area_content {
    padding: 15px 20px;
}
.hero_area_content h1 {
    font-size: 24px;
}
.index_two .hero_area_content h1 {
    font-size: 28px;
}
.btn_v_2, .btn_bg {
    width: 180px;
}
.slider_one .hero_area_content {
    padding: 15px 40px;
}
.slider_one .hero_area .owl-nav div {
    width: 40px;
}
/* 3.  what_we_provide_area Css. */
.single_service_one_main_content_text ul:before {
    height: 127%;
    left: -40px;
    top: -129px;
}
.single_provide {
    padding: 30px 30px;
}
/* 4.  about_area Css. */
/* 5.  features_area Css. */
/* 6.  question_answer_area Css. */
/* 7.  how_we_work_area Css. */
.index_two .how_we_work_icon_wrapper {
    padding: 0 25px;
}
.how_we_work_area .content_headings_black, .how_we_work_area .content_headings_white {
    font-size: 14px;
}
/* 8.  video_area Css. */
/* 9.  our_works_area Css. */
.portfolio_two .single_work {
    width: 46.7%;
}
.portfolio_two .single_work_detail {
    width: 90%;
    right: 5%;
}
.single_work {
    width: 50%;
}
.index_two .single_work {
    width: 46.7%;
}
.index_two .single_work_detail {
    right: 5%;
    width: 90%;
}
/* 10. creative_team_area Css. */
.team_detail_social_icon {
    padding-top: 10px;
}
.team_intro_detail p.team_para_detail {
    padding-top: 5px;
}
/* 11. countdown_area Css. */
.single_countdown {
    float: left;
    width: 50%;
}
/* 12. customer_area Css. */
/* 13. quote_area Css. */
/* 14. pricing_area Css. */
/* 15. blog_area Css. */
/* 16. newsletter_area Css. */
/* 17. footer_area Css. */
/* 18. scroll_up Css. */
/* 19. contact Css */
.contact_one .contact_page_headings, .contact_two .contact_page_headings {
    font-size: 20px;
}
}
