
/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Hero Section
    3.0 Services Section
    4.0 Portfolio Section
    5.0 Skills Section
    6.0 Video Section
    7.0 Team Section
    8.0 Call To Action
    9.0 Pricing Section
    10.0 Blog Section
    11.0 Contact Section
    12.0 Footer Section
    
    ==========================================================================
    ========================================================================== */

    @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto');
    
/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
*{
    padding:0;
    margin:0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}
h1{
    font-size: 50px;
    font-weight: 700;
}
h2{
    font-size: 28px;
    font-weight: 600;
}
h3{
    font-size: 18px;
    font-weight: 600;
}
h4,h5,h6{
    font-size: 14px;
}
img{
    border: none;
    outline:none;
    width:100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
button{
    background: none;
    border: none;
    outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #172526 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #172526 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #172526 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #172526 !important;  
}
/* Helper Class */
.padding{
    padding: 100px 0;
}
.pb-60{
    padding-bottom: 60px;
}
.no-padding{
    padding: 0;
}
.dark-color{
    color: #172526;
}
.light-color{
    color: #ffffff;
}
.align-left{
    text-align: left !important;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

/* Transition Effect */
a,a:hover, .owl-prev, .owl-next, .form-control, .form-control:hover, .contact_btn, .contact_btn:hover, .header_area, .navbar-header, .feature_icon, img{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* Section Heading Styles */
.section_heading{
    display: block;
    text-align: center;
}
.section_heading h2{
    margin: 0 0 10px;
    text-shadow: 1px 1px 1px #000;
}
.section_heading h2 span{
    color: #ffc327;
}
.section_heading p{
    margin: 0;
}
/* Pre Loader */
.loaded .loader{
    opacity: 0;
    visibility: hidden;
}
.loader{ 
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
    position: fixed; 
    width: 100%; 
    height: 100%; 
    background: #172526;  
    z-index: 1200; 
    left: 0; 
    top: 0; 
    right: 0; 
    overflow: hidden;
}
.tt-loading{
    background-color: #172526;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    margin-top: 0px;
    top: 0px;
}
.tt-loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
.tt-loading-center-absolute{
    position:absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.tt-object{
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #ffc327;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc327;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
    -moz-animation: animate 2s infinite;
    -ms-animation: animate 2s infinite;
}
.object_one{
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}
.object_two{
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}
.object_three{
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}
.object_four{
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
}
#loading-text{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 70px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
}
@-webkit-keyframes animate{
    50%{ 
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
@-moz-keyframes animate{
    50%{
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
    }
}
@keyframes animate{
    50%{
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/* ==========================================================================
   Header Area
   ========================================================================== */
.header_area{
    background-color: #172526;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
}
.header_area:before{
    background-color: #ffc327;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.scrollActive .header_area {
    height: 60px;
    position: fixed;
    -moz-box-shadow: 1px 0px 1px 0px #666;
    -webkit-box-shadow: 1px 0px 1px 0px #666;
    -ms-box-shadow: 1px 0px 1px 0px #666;
    box-shadow: 1px 0px 1px 0px #666;
}
.navbar-header{
    padding: 0;
}
.navbar-header .brand{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 70px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #172526;
    font-size: 19px;

}
.scrollActive .navbar-header .brand{
    line-height: 60px;
    font-size: 19px;

}
.navbar-header .nav-btn{
    background-color: #ffc327;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #aeaeae;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
    padding: 0 15px;
    position: relative;
}
.scrollActive ul.nav > li > a{
    line-height: 60px;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
    color: #ffc327;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section{
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0%;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding: 70px 0;
}
.hero_section:before{
    background-color: rgba(23, 37, 38, 0.23);
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.hero_inner{
    width: 100%;
    display: table;
}
.hero_content{
    color: #fff;
    text-align: center;
}

.hero_content .catalag-img img{
    width: 100px;
}

.hero_content .hexa_btn{
    margin: 0 10px;
    font-weight: 600;
}

.hero_content h1.big_title {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0px 55px;
    text-shadow: 1px 1px 5px #000;
}
.hero_content p{
    margin: 20px 0 30px;
}
.hexa_btn{
    background-color: #ffc327;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 50px;
    padding: 0 30px;
    color: #172526;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.hexa_btn,
.buy_now_btn,
.more_project_btn{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.buy_now_btn:before,
.hexa_btn:before,
.more_project_btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #172526;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.buy_now_btn:hover, .buy_now_btn:focus, .buy_now_btn:active,
.hexa_btn:hover, .hexa_btn:focus, .hexa_btn:active,
.more_project_btn:hover, .more_project_btn:focus, .more_project_btn:active {
    color: white;
}
.buy_now_btn:hover:before, .buy_now_btn:focus:before, .buy_now_btn:active:before,
.hexa_btn:hover:before, .hexa_btn:focus:before, .hexa_btn:active:before,
.more_project_btn:hover:before, .more_project_btn:focus:before, .more_project_btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
   
/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature_section{
    background-color: #172526;
}
.feature_img{
    position: relative;
}
.feature_img:before{
    background: url(../img/feature-img.jpg) no-repeat 100% 0;
    -webkit-background-size: cover;
    background-size: cover;
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.feature_wrap{
    margin-left: -55px;
}
.feature_items{
    display: block;
    padding: 20px 0 30px 0;
}
.feature_items .feature_item{
    color: #fff;
    display: block;
    padding-left: 110px;
    margin-bottom: 50px;
    position: relative;
}
.feature_items .feature_item:last-child{
    margin: 0;
}
.feature_item .feature_icon{
    background-color: #ffc327;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: #172526;
    line-height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.feature_items .feature_item:hover .feature_icon{
    background-color: #172526;
    border: 2px solid #ffc327;
    color: #ffc327;
}
.feature_item .feature_content{}
.feature_item .feature_content h3{
    margin: 0 0 10px;
}
.feature_item .feature_content p{
    margin: 0;
    padding-top: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
   
/* ==========================================================================
   Portfolio Setion
   ========================================================================== */
.portfolio_section{
    background-color: #eee;
}
.portfolio_bg_img{
    position: relative;
}
.portfolio_bg_img:before{
    /*background: url(../img/portfolio-bg.jpg) no-repeat scroll 0 0;*/
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    content: '';
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.portfolio_items{}
.portfolio_items .portfolio_item{}
.portfolio_items .portfolio_item:hover .overlay{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio_thumb{
    position: relative;
    overflow: hidden;
}
.portfolio_thumb img{
    -webkit-transition: transform 4s ease-in-out;
    -o-transition: transform 4s ease-in-out;
    transition: transform 4s ease-in-out;
}
.portfolio_items .portfolio_item:hover  .portfolio_thumb img{
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.portfolio_thumb .overlay{
    background-color: rgba(255,195,39,0.8);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio_thumb .overlay a{
    width: 100%;
    height: 100%;
    display: table;
    font-size: 35px;
    color: #172526;
}
.portfolio_items .owl-controls{
    z-index: 1;
}
.portfolio_items .owl-controls .owl-nav{
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
}
.portfolio_items .owl-controls .owl-nav .owl-prev,
.portfolio_items .owl-controls .owl-nav .owl-next{
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.portfolio_items .owl-controls .owl-nav .owl-prev:hover,
.portfolio_items .owl-controls .owl-nav .owl-next:hover{
    color: #ffc327;
}
.more_project_btn{
    background-color: #ffc327;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #172526;
    line-height: 40px;
    padding: 0 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    z-index: 9;
}
   
/* ==========================================================================
   Skills Section
   ========================================================================== */
.skills_section{
    background-color: #172526;
    padding: 35px 0;
}
.skills_items{}
.skill_item{
    display: block;
    color: #fff;
    padding-left: 100px;
    margin-bottom: 30px;
    position: relative;
}
.skills_items .skill_item:nth-child(4),
.skills_items .skill_item:nth-child(5),
.skills_items .skill_item:nth-child(6){
    margin-bottom: 0;
}
.skill_item .skill_counter{
    border: 2px solid #ffc327;
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.skill_item .skill_counter span{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 70px;
    font-weight: 700;
}
.skill_item .skill_conetent{}
.skill_item .skill_conetent h3{
    margin: 13px 0 5px;
    width: 172px;
    word-spacing: 4px;
    letter-spacing: 1px;
}
.skill_item .skill_conetent p{
    margin: 0;
}



/* ==========================================================================
   Video Section
   ========================================================================== */
.video_section{
    background-image: url(../img/big-video.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 400px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.video_section:before{
    background-color: rgba(0,0,0,0.6);
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.video_inner{
    display: table;
    width: 100%;
    height: 100%;
}
.video_inner a{
    font-size: 80px;
    color: #ffc327;
}
.video_inner a:hover{
    opacity: 0.5;
}
   
   
   
/* ==========================================================================
   Team Section
   ========================================================================== */
.team_section{
    background-color: #172526;
}
.team_members{}
.team_member{}
.team_member:hover .member_thumb img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.team_member .member_thumb{}
.team_member .member_info{
    background-color: #ffc327;
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #172526;
}
.team_member .member_info h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.team_member .member_info p{
    margin: 0 0 15px;
}
.social_links{
    display: block;
    text-align: center;
}
.social_links li{
    display: inline-block;
    margin: 0 5px;
}
.social_links li a{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #172526;
    color: #172526;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social_links li a:hover{
    background-color: #172526;
    color: #ffc327;
}


/* ==========================================================================
   Call To Action
   ========================================================================== */
.cta_section{
    background-color: #fff;
}   
.cta_content{}
.cta_content h2{
    font-size: 40px;
    margin: 0 0 10px;
}
.cta_content h4{
    font-size: 18px;
    margin: 0 0 5px;
}
.cta_content p{
    margin: 0;
}
.cta_content .more_project_btn{
    background-color: #172526;
    color: #fff;
}
.cta_content .more_project_btn:hover{
    color: #172526;
}
.cta_content .more_project_btn:before{
    background-color: #fff;
}
/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_section{
    background-color: #172526;
}
.pricing_wrap{}
.pricing_inner{
    background-color: #172526;
    color: #ffc327;
    display: block;
    padding: 25px 105px 25px 25px;
    position: relative;
}
.pricing_inner.inverted{
    padding: 25px 25px 25px 105px;
}
.pricing_inner .pricing_title{
    background-color: #ffc327;
    height: 100%;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
}
.pricing_inner.inverted .pricing_title{
    left: 0;
    right: inherit;
}
.pricing_inner .pricing_title h3 {
    writing-mode: vertical-rl;
    display: block;
    color: #172526;
    margin: 25px 0 0;
    line-height: 70px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
}
.pricing_inner .price{
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 25px;
}
.pricing_inner .feature_list{}
.pricing_inner .feature_list li{
    letter-spacing: 1px;
}
.pricing_inner .buy_now_btn{
    font-size: 14px;
    line-height: 40px;
    color: #172526;
    background-color: #ffc327;
    display: inline-block;
    padding: 0 25px;
    position: absolute;
    bottom: 25px;
    left: 0;
}
.pricing_inner.inverted .buy_now_btn{
    right: 0;
    left: inherit;
}
.pricing_inner .buy_now_btn:hover{
    color: #172526;
}
.pricing_inner .buy_now_btn:before{
    background-color: #fff;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{
    background-color: #eeeeee;
    padding: 40px 0 0 0;
}
.blog_items{}
.blog_item{}
.blog_item .blog_thumb{

    overflow: hidden;
}
.blog_item .blog_content{
    background-color: #fff;
    display: block;
    padding: 15px;
    margin: 25px 0;
    float: left;
    width: 60%;
    margin-left: -10%;
}
.blog_item .blog_content h3{
    margin: 0 0 5px;
}
.blog_item .blog_content h3 a{
    color: #172526;
}

.blog_item .blog_content .posted_by{
    display: block;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.blog_item .blog_content p{}

.blog_item .blog_content .read_more{
    color: #172526;
}
.blog_item .blog_content h3 a:hover,
.blog_item .blog_content .read_more:hover{
    color: #ffc327;
}


/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: -7px;
}
.google_map{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contact_wrap{
    width: 100%;
    height: 100%;
    display: table;
}
.contact_form_wrap{}
.contact_form_wrap h2{
    color: #172526;
    margin: 50px 0 40px;
}
.contact_form{}
.contact_form .form-control{
    background-color: rgba(255,195,39,0.8);
    color: #172526;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.contact_form .form-control:hover,
.contact_form .form-control:focus,
.contact_form .form-control:active{
    background-color: rgba(255,195,39,1);
}
.contact_form  .more_project_btn{
    margin: 0;
}
#ajax_form .alert{
    display: none;
}
#ajax_form .alert.alert-success,
#ajax_form .alert.alert-danger{
    display: block;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    background-color: #172526;
    display: block;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.footer_section:before{
    background-color: #ffc327;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.copyright{
    margin: 3px 0;
}
.footer_social{
    display: block;
    text-align: right;
}
.footer_social li{
    display: inline-block;
    margin-left: 10px;
}
.footer_social li a{
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    color: #ffc327;
    width: 30px;
    height: 30px;
    border: 1px solid #ffc327;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.footer_social li a:hover{
    background-color: #ffc327;
    color: #172526;
}
/* ==========================================================================
   ScrollToTop Button Style
   ========================================================================== */
.scroll-to-top{
    background-color: #ffc327;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
.scroll-to-top:hover{
    background-color: #172526;
    color: #fff;
}

.consult{
    margin: 0!important;
    display: table;
    width: 100%;
    padding: 45px 0;
    font-size: 27px;
    line-height: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 5px #000;
}

.catalog{
    background: rgba(255, 195, 39, 0.7);
    padding: 15px 0 1px 0;
    margin: 0 40px;
}

.catalog p{
    font-size: 20px;
    font-weight: 600;
    color: #172526;
    margin-bottom: 15px;
    margin-top: 10px;
}

.line{
    position: relative;
}

.line:before{
    content: "";
    width: 1px;
    height: 424px;
    position: absolute;
    top: 0;
    left: 34px;
    border: 2px dotted #ffc327;
}

#services{
    padding: 56px 0 0 0;
    background: #fff;
}

#services .section_heading{
    margin-bottom: 40px;
}

#portfolio{
    padding: 50px 0 100px 0;
}


/* Calculator styles
 */
.calculator{
    width: 100%;
    background-color: #fafafa;
    margin-top: 30px;
}
.calculator__title{
    width: 100%;
    margin: 0;
    padding: 25px 0 10px 0;
    box-sizing: border-box;
    display: block;
    color: #172526;
    text-align: center;
    margin: 0;
}

.calculator__title span{
    color: #ffc327;
}

.calculator__form{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.calculator__field{
    display: flex;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #dfdfdf;
    margin: 10px 0;
    background-color: #fffd;
}
.calculator__field:first-child{
    margin-top: 0;
}
.calculator__field-label{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    width: 25%;
}
.calculator__place-write{
    padding: 5px 10px;
    border: 1px solid #333;
    letter-spacing: .05em;
    font-weight: 600;
    font-size: 16px;
    color: #333;

}
.calculator__place-write.error{
    border-color: red;
}
.calculator__button-group{
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.calculator__button{
    padding: 0px 15px;
    border: 2px solid transparent;
    background-color: #ffc327;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: .25s;
    font-size: 15px;
    line-height: 40px;
    margin: 10px auto;
}
.calculator__button:hover{

}
.calculator__result{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: .05em;
    border-bottom: 1px solid #dfdfdf;
}
.calculator__result-area{
    font-size: 21px;
    margin-left: 10px;
}
.calculator__form-title{
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    color: #172526;
    font-size: 16px;
    background-color: #f1f1f1;
}
.calculator__field-label--low input{
    display: none;
}
.calculator__field-pseudo-label{
    position: relative;
    width: 14px;
    margin-right: 5px;
    height: 14px;
    display: block;
    background-color: #ffc327;
    border-radius: 100%;
    cursor: pointer;
    margin-top: 4px;
}

.calculator__field-label--low input:checked ~ .calculator__field-pseudo-label:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 100%;
    background-color: #f1f1f1;
}
.calculator__field-label--low {
    display: flex;
    align-content: flex-end;
    margin-right: 5px;
    margin-left: 15px;
}
.calculator__success{
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    letter-spacing: .05em;
    display: none;
    font-size: 16px;
    background-color: #1a7f26;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.calculator__filed  {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    letter-spacing: .05em;
    display: none;
    font-size: 16px;
    background-color: #e42a36;
    color: #fff;
    font-weight: 700;
}
.calculator__field-pseudo-label--low:first-child{
    margin-left: 0;
}
.calculator__field-label--low .small-text{
    display: flex;
    align-items: flex-start;
    font-size: 11px;
    letter-spacing: .05em;
    margin-left: 5px;
}
#calculator__filed-area-slider{
    display: flex;
    margin-bottom: 20px;
}
#calculator__filed-area-slider .min {
    display: flex;
    align-items: flex-start;
    font-size: 11px;
    letter-spacing: .05em;
    margin-left: 5px;
    margin-top: 10px;
    color: #172526;
}
#calculator__filed-area-slider .max {
    display: flex;
    margin-left: auto;
    align-items: flex-start;
    font-size: 11px;
    letter-spacing: .05em;
    margin-top: 10px;
    color: #172526;
}

.ui-slider .ui-slider-handle{
    cursor: pointer;
    border-radius: 100%;
    background-color: #ffc327 !important;
}

.table-bordered > tbody > tr > td{
    border: 1px solid #ddd;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    color: #172526;
}

.price-desc{
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    color: #172526;
    margin-top: 60px;
    font-size: 16px;
    position: relative;
}

.price-desc:before {
    content: '';
    border: 32px solid transparent;
    border-right: 25px solid rgb(255, 195, 39);
    position: absolute;
    left: -55px;
    top: 4%;
    margin-top: 0px;
}

.calc{
    padding: 50px 0;
}

.calc .section_heading{
    margin-bottom: 30px;
}

.heig{
    padding-top: 26px!important;
}

.asterisk{
    color: red;
}

.blog_content ul li{
    list-style-type: circle;
}

.blog_section h2{
    text-align: center;
    margin: 25px 0 20px 0;
}

.view b{
    border-left: 6px solid #ffc327;
    padding-left: 5px;
}

.consult-black {
    margin: 0!important;
    display: table;
    width: 100%;
    padding: 45px 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    padding: 45px 0 30px 0;
}

.contact_wrap .container-fluid{
    padding:0;
}

.map-row{
    padding:0;
}

.owl-carousel .owl-item img{
    height: 231px;
}

.contact_form_wrap p{
    text-align: left;
    font-size: 14px;
    color: #172526;
    text-shadow: 0 0 0 #000;
    margin-left: 25px;
}

.contact_form_wrap p i{
    color: #ffc327;
    font-size: 23px;
}

.contact_form_wrap .cons{
    text-align: center;
    font-size: 16px;
    color: #172526;
    text-shadow: 0 0 0 #000;
    margin-left: 0;
    padding: 25px 20px;
}
.contact_form_wrap .cons p{
    margin-left: 0;
}

.blog_section p{
    text-shadow:0 0 0 #000;
}

.blog_content h3{
    text-align: center;
}

.pricing_section:before {
    background-color: rgba(23, 37, 38, 0.52);
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pricing_section {
    background-color: #172526;
    background: url(../img/decor.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.adv{
    text-align: center;
}

.adv p{
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.adv i{
    font-size: 50px;
    color: #ffffff;
    border: 5px solid #bf9014;
    text-align: center;
    padding: 30px;
    border-radius: 66px;
    margin-bottom: 20px;
    background: #e2ac20;
    width: 120px;
    height: auto;
}

.call-back{
    float: right;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #ffc327;
    margin: 2px 0 0 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.call-back i{
   font-size: 18px;
    margin-bottom: 10px;
}

.call-back a{
    display: block;
    color: #fff;
    cursor: pointer;
}

.scrollActive .call-back{
    padding: 3px 10px;
    margin: 0px 0 0 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.modal-open {
    overflow: visible;
}

body.modal-open {
    padding-right: 0!important;
}

.success {
    text-align: center;
    padding: 5px 0;
    border: 2px solid green;
    margin: 10px 0;
    font-size: 16px;
    display: none;
}

.modal-title{
    text-shadow: 1px 1px 1px #000;
    color: #ffc327;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

.modal-desc{
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #31382a;
    font-weight: 600;
}

.modal-header{
    border: none;
}

.modal-body{
    text-align: center;
}

.contact_form .form-control{
    margin-bottom: 10px;
}

.hero_content a{
    cursor: pointer;
}

#pricing .col-md-3{
    width:20%;
}

.white-plus{
    margin-top: 66px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.mobile{
    display:none;
}

@media(max-width:1200px){
    .header_area:before{width:23%;}
    ul.nav > li > a{padding: 0 10px;}
    .call-back{padding: 5px 5px;}
    .hero_content h1.big_title{max-width: 660px;margin: 0 auto 55px auto;}
    .catalog{min-height: 187px;}
    .line:before{height: 537px;}
}


@media(max-width:1120px){
    .header_area:before{width: 21.5%;}
}

@media(max-width:1100px){
    .header_area:before{width: 20.5%;}
}

@media(max-width:1040px){
    .header_area:before{width: 19.5%;}
}

@media(max-width:1000px){
    .header_area:before{width: 18.5%;}
}

@media(max-width:991px){
    .navbar-header .brand{margin-left: -50px;}
    .call-back i {font-size: 14px;}
    .call-back a{font-size: 12px;}
    .call-back{margin: 2px -60px 0 10px;}
    .scrollActive .call-back {padding: 3px 5px;margin: 0px -60px 0 10px;}
    .hero_content .col-md-4{width:33.33%;float: left;}
    .hero_content .catalog{margin:0;}
    .price-desc:before{
    content: '';
    border: 32px solid transparent;
    border-top: 25px solid rgb(255, 195, 39);
    position: absolute;
    left: 45%;
    top: -44px;
    margin-top: 0px;
    }
    
    #pricing .col-md-3 {width: 100%;margin-bottom: 40px;}
}

@media(max-width:930px){
    .header_area:before{width: 21.5%;}
}

@media(max-width:870px){
    .header_area:before{width: 19.5%;}
}

@media(max-width:820px){
    .header_area:before{width: 24.5%;}
    .call-back{display:none;}
    .navbar-header .brand { margin-left: 0px;}
}

@media(max-width:767px){
    .mobile{display: block;font-size: 16px;color: #fff;text-shadow: 1px 1px 1px #000;text-decoration: underline;}
    .scrollActive .navbar-header .brand{line-height: 29px;}
    .consult{max-width: 490px;margin: 0 auto!important;}
    .hero_section{margin-top: 40px;}
    .line:before{height: 444px;}
    #services{padding: 56px 0 50px 0;}
    .skills_items{margin-left: 25px;}
    .skills_items .col-sm-6{width:100%!important;;margin-bottom:50px;}
    .skill_item .skill_conetent h3{width:100%;}
    .white-plus{margin-top: 11px;text-align: center;}
    .calculator__field{display:block;}
    .calculator__field-label{width:100%;}
    .calculator__place-write{width:100%;}
}

@media(max-width:680px){
    .hero_content .catalag-img img {width: 70px;}
    .hero_content h1.big_title{max-width: 406px;}
    .catalog {min-height: 170px;}
    .catalog p{font-size: 18px;}
}

@media(max-width:610px){.line:before{height: 468px;}.feature_item .feature_content p{padding-top: 0px;}}
    
@media(max-width:500px){
    
    .hero_content .col-md-4 {width: 100%;float: none;}
    .catalog {min-height: auto;margin-bottom: 10px!important;}
    .hero_content .catalag-img img {width: 50px;}
    .catalog p {font-size: 15px;}
    .hero_content .hexa_btn{font-size: 12px;}
    .hero_content h1.big_title{font-size: 20px;max-width: 344px;line-height: 28px;}
    .consult {max-width: 415px;font-size: 20px;line-height: 26px;}
    .consult span{display:block;}
    .hero_content .hexa_btn{margin: 0 0px 10px 0;}
    .navbar-header .brand{width:33%!important;padding-left: 0px;}
}

@media(max-width:498px){
    .line:before {height: 556px;}
    .calculator__result {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: .05em;
    border-bottom: 1px solid #dfdfdf;
    max-width: 272px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}

.calculator__form-title{display: block;text-align: center;}
.calculator__title{font-size: 18px;line-height: 23px;}
}


@media(max-width:456px){
    .navbar-header .brand {width: 47%!important;}
}

@media(max-width:398px){
    .line:before {height: 644px;}
}

@media(max-width:382px){
    .feature_item .feature_content p{font-size:14px;}
}

@media(max-width:370px){
    .feature_item .feature_content p{font-size:13px;}
}

@media(max-width:361px){
    .calculator__result{padding: 10px 2px 5px;}
}

@media(max-width:357px){
    .line:before {height: 732px;}
}

@media(max-width:335px){
    .calculator__result{padding: 10px 0px 5px;}
    .calculator__form{padding: 7px;}
}


.mod-price{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    display: block;
    text-align: center;
    background: #ffc327;
    padding: 12px;
}

.mod-price i{
    font-style:normal;
}

@media(max-width:767px){
    .mod-price i{display:block;}.mod-price strong{display:none;}
    .mod-price{margin-top:0;}
}