/*-----------------------------------------------------------------------------------
    Template Name:             ....................................
    Template URI:              ....................................
    Description:               ....................................
    CoDer :                    Kaniz Afroza Mou. 
    CoDer's Site URL:          http://www.designbds.com/am/
    Coder's facebook account:  https://www.facebook.com/afroza.mou.7
    Coder's mail:              afroza969@gmail.com
    skype ID:                  afroza.mou
    Version:                   1.0
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------
    CSS INDEX
    ===================


    1.  Default Css.
    2.  header_area Css.
    3.  mainmanu_area Css.
    4.  about_area Css.
    5.  video_area Css
    6.  resume_area Css.
    7.  portfolio_area Css.
    8.  testimonial_area Css.
    9.  countdown_area Css.
    10. blog_area Css.
    11. form_area Css.
    12. google_map Css.
    13. branding_area Css.
    14. footer_area Css.
    15. preloader Css
    
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*    1.     Default CSS
/*-----------------------------------------------------------------------------------*/
@import "https://fonts.googleapis.com/earlyaccess/alefhebrew.css";
* {
    font-family: "Alef Hebrew",serif;
}
.main_ntt div, .main_ntt a, .main_ntt h1, .main_ntt h2, 
.main_ntt h3, .main_ntt h4, .main_ntt h5, .main_ntt h6, .main_ntt p {
    font-family: "Alef Hebrew",serif !important;
}

body {
    font-family: 'Montserrat', sans-serif;
}
img {
    max-width: 100%;
}
.section_hadings {
    text-align: center;
    font-size: 30px;
    color: #414141;
    background: url(../img/headings_bg.png) no-repeat scroll center bottom;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.section_para {
    width: 742px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat-Light';
    color: #919191;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 48px;
}
ul {
    list-style-type: none;
}
.fix:after {
    content: "";
    clear: both;
    display: table;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}

/******** hover effect and focus ********/
.skill p a:hover, #testimonial_slider .carousel-indicators li h3 a:hover, .blog_text h3 a:hover,.blog_area_btn a:hover, .footer_icon i:hover, .footer_text h3 a:hover, .description_btn:hover a, .description_btn:hover i {
    color: #1cb383;
}
.single_countdown:hover i {
    color: #0C816B;
}
.footer_social_media a:hover {
    background-color: #1cb383;
    color: #fff;
    border: 1px solid #1cb383;
}
.form form input[type=text]:hover, .form form input[type=text]:focus, .form form input[type=email]:hover, .form form input[type=email]:focus, .form form textarea:hover, .form form textarea:focus, .form form input[type=submit]:hover {
    background-color: #179a70;
}
a:hover {
    text-decoration: none;
}
.resume_button a.hire_me_btn:hover {
    background-color: #f8b418;
    border: 1px solid #f8b418;
    color: #414141;
}
.resume_button a:hover {
    color: #fff;
    background-color: #19b886;
    border: 1px solid #19b886;
}
.header_social_list ul li a:hover {
    background-color: #ddd;
}
/******* transition ********/
.header_social_list ul li a, .resume_button a, .resume_button a.hire_me_btn,.description_btn a, .description_btn i, #testimonial_slider .carousel-indicators li.active:after, .skill p a, .resume_box,.resume_box:after, .resume_box h3 a, .resume_box p, .resume_box span, #testimonial_slider .carousel-indicators li img, .carousel-indicators > li h3, .carousel-indicators > li h4, #testimonial_slider .carousel-indicators li h3 a, .portfolio_details, .about_bottom_content_detail, .single_countdown i, .blog_area_btn a, .blog_text h3 a, .blog_img:before,.blog_img_detail, .form form input[type=text], .form form input[type=email], .form form textarea, .form form input[type=submit], .footer_icon i, .footer_social_media a, .footer_text h3 a, .header_social_list, .social_icon_btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header .mainmenu ul.nav.navbar-nav li {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
/*-----------------------------------------------------------------------------------*/
/*    2.     header_area CSS
/*-----------------------------------------------------------------------------------*/
.header_area { 
    position: relative;
}
.header_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    z-index: 9;
}
.header_parallax_area {
    background: url(../img/parallax_bg.jpg) no-repeat fixed center center / cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position-x: inherit;
}
.header_content {
    position: relative;
    z-index: 99;
    color: #fff;
    top: 50%;
    margin-top: -80px;
    height: 20%;
}
.header_content h2 {
    font-size: 18px;
}
.header_content h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'Montserrat-Black';
}
.header_content p {
    font-size: 18px;
    font-family: 'Montserrat-Light';
}
.social_icon_btn {
    position: absolute;
    right: 0;
    top: 50%;
    height: 42px;
    width: 42px;
    background-color: #fff;
    font-size: 18px;
    color: #19b886;
    margin-top: -21px;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    z-index: 99;
}
.header_social_list {
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.header_social_list.rx {
    opacity: 1;
    visibility: visible;
}
.social_icon_btn.rx {
    opacity: 0;
    visibility: hidden;
}
.header_social_list ul {
    margin: 0;
    padding: 0;
}
.header_social_list ul li {
    display: block;
}
.header_social_list ul li a {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #fff;
    color: #19b886;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 2px;
}
.button_close {
    text-align: center;
    height: 42px;
    width: 42px;
    font-size: 18px;
    color: #fff;
    line-height: 43px;
    cursor: pointer;
}
html, body, header, header div {
    height: 100%;
}
.header_right, .header_left {
    height: auto;
}
header {
    height: calc(100% - 66px);
}
/******************************** this code is for blog_header_area **********************************/
header.blog_header_area {
    height: 340px;
    background: url(../img/blog_header_area.jpg) no-repeat scroll center center /cover;
    position: relative;
}
header.blog_header_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39,39,39,.9);
}
header.portfolio_header_area {
    height: 340px;
    background: url(../img/portfolio_header_area.jpg) no-repeat scroll center center /cover;
    position: relative;
}
header.portfolio_header_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39,39,39,.9);
}
.blog_header_content, .single_blog_header_content {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    margin-top: -85px;
}
.blog_header_content h1 {
    font-family: 'Montserrat-Black';
    font-size: 60px;
}
.blog_header_content p {
    font-size: 18px;
}
/******************************** this code is for single_blog_header_area **********************************/
.single_blog_header_content h1 {
    font-size: 48px;
    font-family: 'Montserrat-Black';
}
.single_blog_header_content {
    margin-top: -70px;
}
/*-----------------------------------------------------------------------------------*/
/*    3.     mainmanu_area CSS
/*-----------------------------------------------------------------------------------*/
.header {
    background-color: #414141;
}
.header .mainmenu ul.nav.navbar-nav {
    text-align: left;
    float: none;
    text-align: center;
}
.header .mainmenu ul.nav.navbar-nav li {
    float: none;
    display: inline-block;
    position: relative;
    border-right: 1px solid #323232;
    padding: 8px 36px;
    margin-left: -5px;
}
.header .mainmenu ul.nav.navbar-nav li:first-child {
    border-right: 0;
}
.header .mainmenu ul.nav.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.header .mainmenu ul.nav.navbar-nav li a i.fa {
    margin-right: 10px;
}
.header .mainmenu ul.nav.navbar-nav li a:focus {
    outline: none;
}
.header .nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
/* hover and active effect start */
.header .mainmenu ul.nav.navbar-nav li.active:before, .header .mainmenu ul.nav.navbar-nav li:hover:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fff;
}
.header .mainmenu ul.nav.navbar-nav li:hover, .header .mainmenu ul.nav.navbar-nav li.active {
    background-color: #19b886;
    color: #fff;
}
/* hover and active effect end */
/*this code is for stick menu*/
.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
/*-----------------------------------------------------------------------------------*/
/*    4.     about_area CSS
/*-----------------------------------------------------------------------------------*/
.about_area {
    background: url(../img/about_bg_img.png) no-repeat scroll center 50px;
    padding: 90px 0 120px;
}
.about_description {
    margin: 50px 0 20px;
}
.about_description p {
    width: 742px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat-Light';
    color: #919191;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 25px;
}
.description_btn {
    cursor: pointer;
    margin: 0 0 90px;
    font-size: 16px;
    font-weight: 700;
    color: #414141;
}
#author_bio_wrap {
    display: none;
}
.about_content ul {
    margin: 0;
    padding: 0;
}
.about_content ul li {
    background-color: #414141;
    border-bottom: 1px solid #313131;
    overflow: hidden;
}
.about_content ul li h4 {
    margin-left: 20px;
    display: inline-block;
    color: #fff;
    margin-top: 25px;
    font-family: 'Montserrat-Light';
    font-size: 16px;
}
.about_content ul li i {
    background-color: #313131;
    font-size: 24px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 60px;
    float: left;
    color: #fff;
}
.about_content ul li span {
    background-color: #313131;
    display: inline-block;
    height: 28px;
    width: 90px;
    float: right;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    font-family: 'Montserrat-Light';
    margin-top: 20px;
    font-size: 12px;
    line-height: 24px;
}
/* this code is for skill bar */
.progress-bar {
    background-color: #19b886;
    box-shadow: none;
    border-radius: 0;
    height: 9px;
    margin: 3px;
}
.progress {
    background-color: #fff;
    box-shadow: none;
    height: 17px;
    width: 430px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    position: relative;
}
.skill {
    margin-top: 20px;
}
.skill p {
    font-size: 12px;
}
.skill p span {
    float: right;
    margin-right: 38px;
}
.skill p a {
    color: #414141;
}
.skill_countdown {
    position: relative;
}
.skill_countdown:after {
    content: "%";
    position: absolute;
}
/* this code is for about bottom */
.about_bottom_area {
    margin-top: 100px;
}
.about_bottom_content {
    border: 1px solid #e6e6e6;
}
.single_about_bottom {
    float: left;
    border-right: 1px solid #e6e6e6;
    width: 33.33%;
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.single_about_bottom i {
    font-size: 50px;
    color: #919191;
}
.single_about_bottom a {
    font-size: 16px;
    color: #919191;
    text-transform: uppercase;
}
.about_bottom_content:last-child {
    border-right: 0;
}
.about_bottom_content_detail {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #19b886;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}
.about_bottom_content_detail p {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat-Light';
    line-height: 24px;
    padding: 53px 30px 40px;
}
.about_bottom_content_detail i {
    color: #fff;
    font-size: 100px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0.15;
    filter: alpha(opacity=15);
}
.single_about_bottom:hover .about_bottom_content_detail {
    opacity: 1;
    filter: alpha(opacity=100);
}
.about_circle {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #19b886;
    border: 6px solid #fff;
    text-align: center;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
}
.about_circle p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
}
/*-----------------------------------------------------------------------------------*/
/*    5.     cta_area CSS
/*-----------------------------------------------------------------------------------*/
.cta_area {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.cta_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28,179,131,.9);
    z-index: 9;
}
.cta_parallax_bg {
    background: url(../img/cta_parallax_bg.jpg) no-repeat fixed center center /cover;
    position: absolute;
    width: 100%;
    height: 900px;
    top: 0;
    left: 0;
}
.cta_content {
    overflow: hidden;
    position: relative;
    z-index: 99;
    text-align: center;
}
.cta_content h2 {
    font-style: italic;
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 44px;
}
/*-----------------------------------------------------------------------------------*/
/*    6.     resume_area CSS
/*-----------------------------------------------------------------------------------*/
.resume_area {
    background: url(../img/resume_bg_img.png) no-repeat scroll center 50px;
    padding: 90px 0;
    overflow-x: hidden;
}
.resume_content h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.resume_content h2 a { 
    color: #414141;
}
.resume_content h2.resume_headings_left {
    background: url(../img/resume_headings_bg.png) no-repeat scroll 305px center;
}
.resume_content h2.resume_headings_right {
    background: url(../img/resume_headings_bg.png) no-repeat scroll 30px center;
}
.resume_main_content_left {
    border-right: 1px solid #eeeeee;
    padding: 35px 35px 35px 0;
}
.resume_main_content_right {
    border-left: 1px solid #eeeeee;
    padding-left: 35px;
    padding: 35px 0px 35px 35px;
}
.resume_box {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 13px 11px;
    position: relative;
}
/*box hover effect start*/
.resume_box:hover {
    background-color: #19b886;
}
.resume_box:hover h3 a, .resume_box:hover p, .resume_box:hover span {
    color: #fff;
}
.resume_main_content_left .resume_box:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.resume_main_content_left .resume_box:hover:after {
    background-color: #fff;
    border: 7px solid #19B886;
    right: -36px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.resume_main_content_right .resume_box:hover {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
}
.resume_main_content_right .resume_box:hover:after {
    background-color: #fff;
    border: 7px solid #19B886;
    left: -36px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
/* box hover effect end */
.resume_box:after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    top: calc(50% - 10px);
    border: 7px solid #404040;
}
.resume_main_content_right .resume_box:after {
    left: -47px;
}
.resume_main_content_left .resume_box:after {
    right: -47px;
}
.resume_box:last-child {
    margin-bottom: 0;
}
.resume_box h3 {
    margin: 0;
}
.resume_box h3 a {
    font-size: 16px;
    color: #414141;
}
.resume_box p {
    font-size: 12px;
    color: #919191;
    font-family: 'Montserrat-Light';
}
.resume_box span {
    font-size: 14px;
    color: #919191;
    font-family: 'Montserrat-Light';
    line-height: 18px;
}
/*resume button start*/
.resume_button {
    text-align: center;
    margin-top: 60px;
}
.resume_button a {
    border: 1px solid #414141;
    display: inline-block;
    color: #414141;
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 28px;
    margin: 0 5px;
    border-radius: 3px;
}
.resume_button a.hire_me_btn {
    background-color: #f9bf3b;
    border: 1px solid #f9bf3b;
    color: #fff;
}
.resume_button a.hire_me_btn:hover {
    color: #fff;
    background: #eab232;
}
/*resume button end*/
/*-----------------------------------------------------------------------------------*/
/*    7.     portfolio_area CSS
/*-----------------------------------------------------------------------------------*/
.portfolio_area {
    overflow: hidden;
    background: url(../img/portfoliol_bg_img.png) no-repeat scroll center 50px #f9f9f9;
    padding-top: 95px;
}
.mix_trigger {
    margin: 30px 0 60px;
}
.mix_trigger ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.mix_trigger ul li {
    display: inline-block;
    font-size: 14px;
    color: #c1c1c1;
    text-transform: uppercase;
    padding: 0 5px;
    cursor: pointer;
}
.mix_trigger ul li:hover,
.mix_trigger ul li.active {
    color: #414141;
}
.single-mixitup-content {
    position: relative;
}
.single-mixitup-content:hover .portfolio_details {
    opacity: 1;
    filter: alpha(opacity=100);
}
.single-mixitup-content:hover .portfolio_detail_bottom {
    bottom: 0;
}
.single-mixitup-content:hover .portfolio_details p {
    display: none;
}
.portfolio_details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65,65,65,.85);
    opacity: 0;
    filter: alpha(opacity=0);
}
.portfolio_details a {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.portfolio_details a:hover {
    cursor: url("../img/plus.png"), auto;
}
.portfolio_detail_bottom {
    background-color: #1cb383;
    bottom: -100px;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: 0.5s;
}
.portfolio_details h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
}
.portfolio_details h4 {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat-Light';
}
.grid-item {
    width: 25% !important;
}
.grid-item img {
    width: 100% !important;
}

/******************************** this code is for portfolio page **********************************/
.portfolio_prev {
    text-align: left;
}
.portfolio_prev a{
    color: #414141;
}
.portfolio_all{
    text-align: center;
}
.portfolio_all a{
    color: #414141;
}
.portfolio_next{
    text-align: right;
    padding-right: 15px;
}
.portfolio_next a{
    color: #414141;
}
.portfolio_hover a:hover {
    color: #19b886;
}

/*-----------------------------------------------------------------------------------*/
/*    8.     testimonial_area CSS
/*-----------------------------------------------------------------------------------*/
.testimonial_area {
    padding: 90px 0 400px;
    background: url(../img/testimonial_bg_img.png) no-repeat scroll center 50px;
    overflow-x: hidden;
}
.testimonial_area img {
    width: 100%!important;
}
#testimonial_slider {
    margin-top: 50px;
}
#testimonial_slider .carousel-indicators {
    bottom: initial;
    margin-top: 200px;
    top: 0;
}
#testimonial_slider .carousel-indicators li {
    background: transparent none repeat scroll 0 0;
    border: 0;
    border-radius: 50%;
    height: 70px;
    text-indent: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 70px;
    margin: 0 25px;
    vertical-align: top;
}
#testimonial_slider .carousel-indicators li img {
    border-radius: 50%;
}
#testimonial_slider .carousel-indicators li h3 a {
    font-size: 16px;
    color: #414141;
    margin-left: -65px;
}
#testimonial_slider .carousel-indicators li h4 {
    font-size: 12px;
    color: #919191;
    font-family: 'Montserrat-Light';
    margin-left: -32px;
}
#testimonial_slider .carousel-indicators li.active img {
    border: 5px solid #1bb382;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
#testimonial_slider .carousel-inner .item {
    margin: 0 auto;
    width: 760px;
    border: 1px solid #eaeaea;
    padding: 28px 33px;
}
.single_testi_item {
    text-align: center;
}
.single_testi_item p {
    font-size: 16px;
    color: #919191;
    font-family: 'Montserrat-Light';
    line-height: 26px;
}
.carousel-indicators > li h3, .carousel-indicators > li h4 {
    width: 140px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel-indicators > li.active h3, .carousel-indicators > li.active h4 {
    opacity: 1;
    filter: alpha(opacity=100);
}
#testimonial_slider .carousel-indicators li:after {
    content: "";
    height: 8px;
    left: -27px;
    position: absolute;
    top: 200px;
    width: 134px;
    background: #ededed;
}
#testimonial_slider .carousel-indicators li.active:after {
    background-color: #1cb383;
}
/*-----------------------------------------------------------------------------------*/
/*    9.     countdown_area CSS
/*-----------------------------------------------------------------------------------*/
.countdown_area {
    padding: 40px 0 10px;
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}
.countdown_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28,179,131,.9);
    z-index: 9;
}
.countdown_parallax_bg {
    background: url(../img/countdown_parallax_bg.jpg) no-repeat fixed center center /cover;
    position: absolute;
    width: 100%;
    height: 900px;
    top: 0;
    left: 0;
}
.countdown_content {
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.single_countdown {
    float: left;
    width: 20%;
    color: #fff;
    padding: 30px 0 45px;
}
.single_countdown i {
    font-size: 30px;
    width: 50px;
    float: left;
    margin-left: calc(40% - 30px);
    margin-top: 10px;
}
.single_countdown h3 {
    margin-top: 0;
}
.single_countdown h3 span {
    font-size: 30px;
    font-weight: 700;
    padding-left: calc(40% + 20px);
    display: block;
}
.single_countdown h3 {
    font-size: 14px;
    font-family: 'Montserrat-Light';
}
.single_countdown h3 a {
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*    10.     blog_area CSS
/*-----------------------------------------------------------------------------------*/
.blog_area {
    padding: 41px 0 110px;
    background: url(../img/blog_bg_img.png) no-repeat scroll center top;
    overflow-x: hidden;
}
.blog_img {
    position: relative;
}
.blog_img_detail {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    opacity: 0;
}
.blog_img_detail ul {
    margin: 0;
}
.blog_img_detail ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 20px;
}
.blog_img_detail ul li:last-child {
    border: none;
}
.blog_img_detail ul li i {
    margin-right: 10px;
}
.blog_img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(65,65,65,.83);
    opacity: 0;
}
.blog_img:hover::before, .blog_img:hover .blog_img_detail {
    opacity: 1;
}
.blog_text {
    border: 1px solid #ededed;
    padding: 0 18px 10px;
    margin-bottom: 42px;
}
.blog_text h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog_text h3 a {
    color: #525252;
}
.blog_text p {
    font-size: 12px;
    color: #919191;
    font-family: 'Montserrat-Light';
}
.blog_area_btn {
    text-align: center;
}
.blog_area_btn a {
    font-size: 14px;
    color: #919191;
    text-transform: uppercase;
    text-decoration: underline;
}
/*************************** this code is for blog.html ****************************/
.blog_area.used {
    padding: 41px 0 80px;
    background-image: none;
    background-color: #f0f0f0;
}
.blog_area.used .blog_text {
    margin-bottom: 30px;
    background-color: #fff;
}
.blog_button {
    margin-top: 50px;
}
.blog_button ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.blog_button ul li {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #414141;
}
.blog_button ul li a {
    color: #fff;
    line-height: 30px;
}
.blog_button ul li:hover, .blog_button ul li.active {
    background-color: #19b886;
}
/*************************** this code is for single_blog.html ****************************/
.single_blog_main_content {
    padding: 85px 0 0;
    background-color: #f0f0f0;
}
.single_blog_content_wrapper {
    background-color: #fff;
    overflow: hidden;
}
.single_blog_content_menu {
    border-bottom: 1px solid #f0f0f0;
}
.single_blog_content_menu ul {
    margin: 0;
    padding: 25px 0 20px;
    text-align: center;
}
.single_blog_content_menu ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 25px;
    border-right: 2px solid #414141;
}
.single_blog_content_menu ul li:last-child {
    border: none;
}
.single_blog_content_menu ul li a{
    color: #414141;
}
.single_blog_content_menu ul li a i{
    margin-right: 5px;
}
.single_blog_content_para {
    padding: 20px 35px;
}
.single_blog_content_para p {
    font-size: 14px;
    color: #a6a6a6;
    text-align: center;
    line-height: 26px;
    font-family: 'Montserrat-Light';
    padding: 15px 0;
    margin: 0;
}
.single_blog_content_para p.special_blog_para {
    background-color: #f3f3f3;
    border-left: 8px solid #1cb383;
    padding: 20px 15px;
}
.single_blog_content_para_left {
    padding-left: 25px;
}
.single_blog_content_para_left p {
    font-size: 16px;
    color: #414141;
}
.single_blog_content_para_left p i {
    margin-right: 5px;
}
.single_blog_content_para_right {
    padding-right: 25px;
}
.single_blog_content_para_right ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.single_blog_content_para_right ul li {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #262626;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.single_blog_content_para_right ul li:hover {
    background-color: #1cb383;
}
.single_blog_content_para_right ul li a {
    color: #fff;
}
.single_blog_content_menu ul li a:hover{
    color: #19b886;
}
.single_blog_content_footer {
    padding-bottom: 8px;
}
.single_blog_comment_wrapper {
    margin-top: 50px;
    background-color: #fff;
}
.single_blog_comment_wrapper p.single_blog_comment_headings {
    font-size: 24px;
    color: #262626;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0;
}
.single_blog_comment_wrapper p.single_blog_comment_headings span {
    font-weight: 700;
}
.single_blog_comment {
    padding: 30px 112px 30px 30px;
    overflow: hidden;
}
.single_blog_comment.green {
    padding: 30px 30px 30px 112px;
}
.single_blog_comment_img {
    width: 75px;
    float: left;
}
.single_blog_comment_text {
    padding-left: 100px;
}
.single_blog_comment_text h2 {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.single_blog_comment_text h2 span {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    font-family: 'Montserrat-Light';
}
.single_blog_comment_text p {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #a7a7a7;
}
.single_blog_comment_text h3 {
    font-size: 14px;
    color: #262626;
    font-weight: 700;
    margin-top: 10px;
}
.single_blog_form_wrapper {
    margin: 50px 0;
    background-color: #fff;
    padding-bottom: 50px;
}
.single_blog_form_wrapper p {
    font-size: 24px;
    color: #262626;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.single_blog_content_para p:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.single_blog_form_wrapper .form form input[type=text], .single_blog_form_wrapper .form form input[type=email], .single_blog_form_wrapper .form form textarea {
    border: 1px solid #f0f0f0;
    color: #c7c7c7;
}
.single_blog_form_wrapper .form form input[type=text]:hover, .single_blog_form_wrapper .form form input[type=text]:focus, .single_blog_form_wrapper .form form input[type=email]:hover, .single_blog_form_wrapper .form form input[type=email]:focus, .single_blog_form_wrapper .form form textarea:hover, .single_blog_form_wrapper .form form textarea:focus {
    background-color: transparent;
}
.single_blog_form_wrapper ::-webkit-input-placeholder {
   color: #c7c7c7;
}
.single_blog_comment_text h3 a {
    color: #414141;
}
.single_blog_comment_text h3 a:hover {
    color: #19b886;
}
/*-----------------------------------------------------------------------------------*/
/*    11.     form_area CSS
/*-----------------------------------------------------------------------------------*/
.form_area {
    position: relative;
    padding: 90px 0;
}
.form_area .section_img {
    left: 50%;
    margin-left: -46px;
    position: absolute;
    top: -38px;
}
.form_area .section_title {
    position: relative;
}
.form_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28,179,131,.95);
    z-index: 9;
}
.form_parallax_bg {
    position: absolute;
    background: url(../img/form_parallax_bg.jpg) no-repeat fixed center center /cover;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.form_content_row {
    position: relative;
    z-index: 99;
}
.form_area h2.section_hadings {
    color: #fff;
    background-image: url(../img/getintouch_headings_bg.png);
}
.form_area p.section_para {
    color: #fff;
}
.form {
    width: 850px;
    margin: 0 auto;
}
.input_area {
    margin-left: -16px;
}
.form form input[type=text], .form form input[type=email], .form form textarea {
    padding: 18px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}
.form form input[type=text], .form form input[type=email] {
    width: 270px;
    margin-left: 16px;
    margin-bottom: 13px;
}
.form form textarea {
    display: block;
    width: 100%;
    resize: none;
    height: 135px;
    margin-bottom: 20px;
}
.form_area_btn {
    text-align: center;
}
.form form input[type=submit] {
    background-color: #f9bf3b;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 3px;
}
.contact_info {
    text-align: center;
    margin-top: 40px;
}
.contact_info ul {
    margin: 0;
    padding: 0;
}
.contact_info ul li {
    display: inline-block;
    border-right: 1px solid #0f9067;
    padding: 10px 27px;
    font-size: 16px;
    color: #fff;
}
.contact_info ul li:last-child {
    border: 0;
}
.contact_info ul li i {
    margin-right: 10px;
}
::-webkit-input-placeholder {
   color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*    12.     google_map CSS
/*-----------------------------------------------------------------------------------*/
#my_location {
    height: 335px;
}
/*-----------------------------------------------------------------------------------*/
/*    13.     branding_area CSS
/*-----------------------------------------------------------------------------------*/
.branding_area {
    padding: 70px 0;
}
/*-----------------------------------------------------------------------------------*/
/*    14.     footer_area CSS
/*-----------------------------------------------------------------------------------*/
.footer_area {
    background-color: #414141;
}
.footer_content {
    padding: 67px 0;
}
.author_info {
    padding: 0 95px;
}
.footer_icon {
    float: left;
    width: 50px;
    margin-top: 15px;
}
.footer_icon i {
    font-size: 36px;
    color: #fff;
}
.footer_text {
    padding-left: 50px;
}
.footer_text h3 {
    font-size: 16px;
    margin-top: 0;
}
.footer_text h3 a {
    color: #fff;
}
.footer_text h3 span {
    font-size: 14px;
    color: #a8a8a8;
    margin-left: 10px;
}
.footer_text h3 span.hour {
    float: right;
}
.footer_text p {
    font-family: 'Montserrat-Light';
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.footer_social_media {
    padding: 50px 0;
}
.footer_social_media a {
    border: 1px solid #323232;
    width: 165px;
    display: inline-block;
    text-align: center;
    padding: 13px 0;
    font-size: 14px;
    color: #9b9b9b;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
    margin-bottom: 4px;
}
/*-----------------------------------------------------------------------------------*/
/*    15.     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;
}
/************************************** 
            This Code is For Responsive 
        ******************************************/

/* ========================================
                For Large Screen
================================================= */
@media only screen and (min-width: 1920px) {
    /* 2. header_area*/
    .man_img > img {
        height: 100%;
    }
    .header_left {
        right: -106px;
    }
    /* 3. mainmanu_area */
    /* 4. about_area */
    /* 5. video_area */
    /* 6. resume_area */
    /* 7. portfolio_area */
    /* 8. testimonial_area */
    /* 9. countdown_area */
    /* 10. blog_area */
    /* 11. form_area */
    /* 12. branding_area */
    /* 13. footer_area */    
}
/* ========================================
                For Medium_Large Screen
================================================= */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .header_left {
        right: 33px;
    }
    .social_icon_btn {
        z-index: 99;
    }
    .header_social_list {
        z-index: 99;
    }
    .mainmanu_area .mainmenu ul.nav.navbar-nav li {
        padding: 8px 25px;
    }
}
/* ============================================
                For Medium Screen
============================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* 2. header_area*/
    .header_right h1 {
        font-size: 50px;
    }
    .header_left p {
        font-size: 16px;
    }
    .header_left {
        right: 0px;
    }
    .social_icon_btn {
        z-index: 99;
    }
    .header_social_list {
        z-index: 99;
    }
/* 3. mainmanu_area */
    .header .mainmenu ul.nav.navbar-nav li {
        padding: 8px 10px;
    }
/* 4. about_area */
/* 5. video_area */
/* 6. resume_area */
    .resume_content h2.resume_headings_right {
        background: url("../img/resume_headings_bg.png") no-repeat scroll -17px center rgba(0, 0, 0, 0);
    }
    .resume_content h2.resume_headings_left {
        background: url("../img/resume_headings_bg.png") no-repeat scroll 265px center rgba(0, 0, 0, 0);
    }
    /* 7. portfolio_area */
    /* 8. testimonial_area */
    /* 9. countdown_area */
    /* 10. blog_area */
    .blog_text h3 {
        font-size: 14px;
    }
    .blog_img_detail ul {
        padding: 0;
    }
    .blog_text h3 {
        font-size: 14px;
    }
    .blog_img_detail ul {
        padding: 0;
    }
        /* this code is for single_blog.html */
    .single_blog_form_wrapper .form {
        width: 600px;
        margin: 0 auto;
    }
    .single_blog_form_wrapper .form form input[type="text"], .single_blog_form_wrapper .form form input[type="email"] {
        width: 97%;
    }
    /* 11. form_area */
    /* 12. branding_area */
    /* 13. footer_area */
}
/* ============================================
                For Tablet layout
============================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* 2. header_area*/
    .header_right h1 {
        font-size: 40px;
    }
    .header_left p {
        font-size: 15px;
        width: 204px;
    }
    .social_icon_btn {
        top: 20%;
        z-index: 99;
    }
    .header_social_list {
        top: calc(20% - 22px);
        z-index: 99;
    }
    /* 3. mainmanu_area */
    .header .mainmenu ul.nav.navbar-nav li a {
        font-size: 12px;
    }
    .header .mainmenu ul.nav.navbar-nav li {
        padding: 8px 3px;
    }
    /* 4. about_area */
    .about_content {
        margin-bottom: 50px;
    }
    .about_bottom_content_detail p {
        font-size: 12px;
    }
    .progress {
        width: 100%;
    }
    .about_bottom_area {
        margin-top: 35px;
    }
    /* 5. video_area */
    .video_area {
        height: 433px;
    }
    .video_area .mb_YTPPlaypause.ytpicon {
        top: -200px;
    }
    .about_description p {
        width: 600px;
    }
    /* 6. resume_area */
    .resume_content h2.resume_headings_right {
        background: url("../img/resume_headings_bg.png") no-repeat scroll -30px center rgba(0, 0, 0, 0);
    }
    .resume_content h2.resume_headings_left {
        background: url("../img/resume_headings_bg.png") no-repeat scroll 250px center rgba(0, 0, 0, 0);
    }
    .resume_area {
        padding: 90px 0 50px;
    }
/* 7. portfolio_area */
    .portfolio_details h3 {
        font-size: 14px;
    }
    .portfolio_details h4 {
        font-size: 12px;
    }
    .portfolio_detail_bottom {
        bottom: -70px;
        height: 70px;
    }
    /* 8. testimonial_area */
    #testimonial_slider .carousel-inner .item {
        padding: 20px 25px;
        width: 600px;
    }
    /* 9. countdown_area */
    .single_countdown h3 span {
        font-size: 22px;
        padding-left: calc(18% + 20px);
    }
    .single_countdown i {
        font-size: 22px;
        margin-left: calc(30% - 30px);
        width: 30px;
    }
    /* 10. blog_area */
    .blog_img_detail {
        font-size: 12px;
    }
    .blog_img_detail ul {
        padding: 0;
    }
    .blog_img_detail ul li {
        padding: 3px 9px;
    }
    .blog_area {
        padding: 41px 0 65px;
    }
    /* this code is for single_blog.html */
    .single_blog_form_wrapper .form {
        width: 600px;
        margin: 0 auto;
    }
    .single_blog_form_wrapper .form form input[type="text"], .single_blog_form_wrapper .form form input[type="email"] {
        width: 97%;
    }
    /* 11. form_area */
    .form form input[type="text"], .form form input[type="email"] {
        width: 225px;
    }
    .form {
        margin: 0;
        width: 100%;
    }
    /* 12. branding_area */
    /* 13. footer_area */
    .author_info {
        padding: 0 20px;
    }
}
/* ============================================
                For Small mobile
============================================== */
@media only screen and (max-width: 767px) {
/* 1. default */
    .section_para {
        font-size: 14px;
        width: 280px;
    }
/* 2. header_area*/
    .header_right h1 {
        font-size: 45px;
    }
    .header_right > p {
        width: 100%;
        font-size: 18px;
    }
    .header_left p {
        display: none;
    }
    .man_img > img {
        height: 100%;
    } 
    header {
        height: calc(100% - 60px);
    }
    .social_icon_btn {
        top: 40%;
        z-index: 99;
    }
    .header_social_list {
        top: calc(10% - 22px);
        z-index: 99;
    }
    .header_right {
        background-color: #0c816b;
        height: 125px;
        left: calc(50% - 150px);
        margin-top: -125px;
        text-align: center;
        top: 100%;
        width: 300px;
    }
/* 3. mainmanu_area */
    /*this code is for mobile menu*/
     .header {
        height: 64px;
        position: fixed !important;
        display: block;
        top: 0;
        width: 100%;
        z-index: 999 !important;
    }
    .header .navbar-toggle {
        border: 1px solid #fff;
        float: none;
    }
    .header .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .header .mainmenu {
        position: relative;
    }
    .header .navbar-header {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .header .mainmenu ul {
        margin-top: 60px;
    }
    .header .mainmenu ul.nav.navbar-nav li:last-child a {
        border-bottom: 0px;
    }
    .header .navbar-collapse {
        border: 0;
        box-shadow: 0 0 0;
    }
    .header .mainmenu {
        background-color: #414141;
        padding: 0;
    }
    .header .mainmenu ul.nav.navbar-nav li {
        display: block; 
    }
/* 4. about_area */
    .about_content {
        margin-bottom: 55px;
    }
    .about_content ul li span {
        font-size: 12px;
        margin-right: 8px;
        margin-top: 6px;
        width: 80px;
    }
    .about_content ul li i {
        font-size: 14px;
        height: 40px;
        line-height: 36px;
        width: 40px;
    }
    .about_content ul li h4 {
        font-size: 13px;
        margin-left: 10px;
        margin-top: 14px;
    }
    .progress {
        width: 100%;
    }
    .single_about_bottom {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }
    .about_bottom_area {
        margin-top: 35px;
    }
    .about_description p {
        width: 250px;
    }
/* 5. video_area */
    .video_area {
        height: 185px;
    }
    .video_area .mb_YTPPlaypause.ytpicon {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        margin-left: -25px;
        margin-top: -25px;
        top: -62px;
        width: 50px;
    }
    .video_area .mb_YTPBar .mb_YTPUrl.ytpicon {
        font-size: 18px;
        margin-right: 25px;
    }
    .video_area .mb_YTPBar span {
        font-size: 14px;
    }
/* 6. resume_area */
    .resume_content h2.resume_headings_right {
        background: url("../img/resume_headings_bg.png") no-repeat scroll -50px center rgba(0, 0, 0, 0);
    }
    .resume_content h2.resume_headings_left {
        background: url("../img/resume_headings_bg.png") no-repeat scroll 218px center rgba(0, 0, 0, 0);
    }
    .resume_area {
        padding: 90px 0 15px;
    }
    .resume_button a {
        font-size: 15px;
        margin: 0 5px 15px;
    }
    .resume_button {
        margin-top: 0;
    }
    .resume_content {
        margin-bottom: 20px;
    }
    /* 7. portfolio_area */
    .grid-item {
        width: 100% !important;
    }
/* 8. testimonial_area */
    #testimonial_slider .carousel-inner .item {
        padding: 8px 8px;
        width: 280px;
    }
    .single_testi_item p {
        font-size: 14px;
    }
    #testimonial_slider .carousel-indicators {
        margin-top: 200px;
    }
    .carousel-indicators {
        bottom: 10px;
        left: 0;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
    #testimonial_slider .carousel-indicators li {
        height: 60px;
        margin: 0 10px;
        width: 60px;
    }
    #testimonial_slider .carousel-indicators li:after {
        height: 8px;
        width: 84px;
        left: 0;
    }
    .testimonial_area {
        padding: 89px 0 190px;
    }
    #testimonial_slider .carousel-indicators li:after {
        left: -12px;
    }
    .testimonial_area {
        padding: 89px 0 275px;
    }
    /* 9. countdown_area */
    .single_countdown {
        width: 50%;
    }
    .single_countdown i {
        margin-left: calc(30% - 30px);
        width: 35px;
    }
    .single_countdown h3 span {
        padding-left: calc(20% + 20px);
    }
    .countdown_area {
        margin-top: 80px;
    }
    /* 10. blog_area */
    .blog_img > img {
        width: 100%;
    }
    .blog_area {
        padding: 41px 0 50px;
    }
    .blog_img_detail ul {
        padding: 0;
    }
    /*this code is for single_blog.html*/
    .single_blog_content_menu ul li {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .single_blog_content_para p {
        font-size: 12px;
    }
    .single_blog_content_para_right ul {
        text-align: center;
    }
    .single_blog_content_para_right {
        padding-right: 0;
    }
    .single_blog_content_para_left p {
        text-align: center;
    }
    .single_blog_content_para_left {
        padding-left: 0px;
    }
    .single_blog_comment_wrapper p.single_blog_comment_headings {
        font-size: 16px;
    }
    .single_blog_comment_img {
        width: 40px;
    }
    .single_blog_comment_text {
        padding-left: 50px;
    }
    .single_blog_comment {
        padding: 30px;
    }
    .single_blog_comment.green {
        padding: 30px;
    }
    .single_blog_form_wrapper .form {
        width: 250px;
        margin: 0 auto;
    }
    .single_blog_form_wrapper .form form input[type="text"], .single_blog_form_wrapper .form form input[type="email"] {
        width: 95%;
    }
    /* 11. form_area */
    .contact_info ul li a {
        font-size: 14px;
    }
    .form {
        margin: 0;
        width: 100%;
    }
    .form form input[type="text"], .form form input[type="email"] {
        width: 97%;
    }
    .form_area {
        padding: 40px 0;
    }
    /* 12. branding_area */
    /* 13. footer_area */
    .author_info {
        padding: 0;
    }
    .footer_social_media {
        padding: 0 0 30px;
    }
    .footer_social_media a {
        width: 100%;
    }
    .footer_content {
        padding: 25px 0;
    }
    .footer_content.footer_sign {
        text-align: center;
    }
}
/* ============================================
                For large mobile
============================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* 1. deafult */
    .section_para {
        width: 420px;
    }
/* 2. header_area*/
    .header_right h1 {
        font-size: 60px;
    }
    .header_right {
        background-color: #0c816b;
        height: 150px;
        margin-top: -150px;
        text-align: center;
        top: 100%;
        width: 450px;
        left: calc(50% - 225px);
    }
    /* 3. mainmanu_area */
    /* 4. about_area */
    .progress {
        width: 100%;
    }
    .about_description p {
        width: 400px;
    }
    /* 5. video_area */
    .video_area {
        height: 288px;
    }
    .video_area .mb_YTPPlaypause.ytpicon {
        top: -110px;
    }
    /* 6. resume_area */
    .resume_content h2.resume_headings_left {
        background: url("../img/resume_headings_bg.png") no-repeat scroll 303px center rgba(0, 0, 0, 0);
    }
    .resume_content h2.resume_headings_right {
        background: url("../img/resume_headings_bg.png") no-repeat scroll 21px center rgba(0, 0, 0, 0);
    }
    /* 7. portfolio_area */
    .grid-item {
        width: 50% !important;
    }
    /* 8. testimonial_area */
    #testimonial_slider .carousel-inner .item {
        padding: 12px;
        width: 450px;
    }
    #testimonial_slider .carousel-indicators {
        margin-top: 150px;
    }
    .testimonial_area {
        padding: 89px 0 250px;
    }
    /* 9. countdown_area */
    .single_countdown {
        width: 33%;
    }
    /* 10. blog_area */
    .blog_img_detail ul li {
        padding: 0 25px;
    }
    .blog_img_detail {
        font-size: 18px;
    }
    .blog_img_detail ul {
        padding: 0 38px;
    }
    /* 11. form_area */
    .form form input[type="text"], .form form input[type="email"] {
        width: 97%;
    }
    .contact_info ul li {
        padding: 10px 7px;
}
    /* 12. branding_area */
    /* 13. footer_area */
}

/* ============================================
                BETAGROUP
============================================== */


.main_ntt .header_area::before {background-color: transparent;}
.main_ntt .header_parallax_area {background-size: cover; background-repeat: no-repeat; }
.main_ntt .header .mainmenu ul {padding: 0px;}
.main_ntt .header .mainmenu ul.nav.navbar-nav li {margin-left: 0px;}
.main_ntt .header .mainmenu ul.nav.navbar-nav li a i.fa {max-height: 0px; margin-left: 10px;}
.main_ntt .about_content ul li i { float: right;}
.main_ntt .about_content ul li span {float: left; margin-left: 24px;}
.main_ntt .about_content ul li h4 {margin-right: 20px;}
.main_ntt .about_content .skill {direction: ltr;}

.main_ntt .header_content h1 {border-bottom: 1px solid; font-weight: bold;}
header.blog_header_area::before {background-color: transparent;}
.main_ntt .single_blog_content {padding: 40px 0px; display: table;}
.main_ntt .single_blog_main_content, .single_blog_content_para {padding:0px;}
.main_ntt .single_blog_content_para p:last-child {border-bottom: 0px}
.main_ntt .single_blog_content_wrapper p {text-align: right; font-size: 16px; color: #333333}
.main_ntt .single_blog_content_wrapper {padding: 15px;}
.main_ntt .mix_trigger ul li {font-size: 18px;}
.main_ntt .resume_box p {font-size: 16px;}

.main_ntt .resume_content h2.resume_headings_right, .resume_content h2.resume_headings_left {background: none}
.main_ntt .single_countdown {padding: 30px 120px 45px; float: right;}

.main_ntt .sude_menu ul {margin: 0px; padding: 0px}
.main_ntt .sude_menu ul li {width: 100%; float: right;}
.main_ntt .sude_menu ul li a {background-color: #ffffff; padding: 15px; border-bottom: 1px solid #f2f2f2; display: block; color: #333333; }

.main_ntt .single_countdown i {float: right; margin-left: 0px}
.main_ntt .single_countdown h3 span {padding-left: 0px;}

.main_ntt .close_page {height: 80px; width: 80px; position: absolute; top:0; right: 0!important; left: auto!important; background-color: #19b886; z-index: 999;  text-align: center;}
.main_ntt .close_page i {font-size: 40px; color: #ffffff; line-height: 80px}
/*.main_ntt .testimonial_area {padding: 90px 0px;}*/

.main_ntt .form_content_row .section_para {color: #ffffff;}
.main_ntt .contact_info ul li:last-child {border-right:1px solid #0f9067;}
