/**
  * Name: Boldman
  * Version: 1.0
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i');
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont5b62.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont5b62.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont5b62.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont5b62.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
body {
	font-size: 75%;
	background: #fff;
	font-family: sans-serif;
	color: #5a5a5a;
}
body {
    font-family: "Poppins",Tahoma,Geneva,sans-serif;
	font-size: 14px;
    line-height: 24px;
    margin: 0;
}
img {
	border: none;
	max-width:100%;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins",Tahoma,Geneva,sans-serif;
	color: #3F3F3F;
	font-weight: bold;
	line-height: 100%;
	padding: 0 0;
}
h1 {
	font-size: 28px;
	line-height: 32px
}
h2 {
	font-size: 24px;
	line-height: 30px
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
}
h5 {
	font-size: 15px;
	line-height: 20px
}
h6 {
	font-size: 13px;
	line-height: 18px
}
pre{
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap; 
}
strong{ color: #fda12b; }
a:hover, a:focus{ text-decoration: none; }


/*==========================================================================
       section
    ==========================================================================*/
.pt-200{ padding-top: 200px; }
.mb-35{ margin-bottom: 35px; }
.ttm_content_wrapper h2{
    text-align: left;
    font-size: 90px;
    line-height: 87px;
    color: #fda12c;
    margin: 0;
}
.ttm_content_wrapper h5{
    text-align: left;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px ;
    padding-left: 4px;
}
/*==========================================================================
       row bg image
    ==========================================================================*/
.row-bg1{
    background-image: url(../images/row-bg-one.jpg);
}

/*==========================================================================
       helper-class
    ==========================================================================*/

.page{ overflow: hidden; }
section{   position: relative; }
section.home-demo{padding-bottom: 50px;}
.home-demo .demo-content,.homepage .page-content{ margin-top: -110px; }
.banner-img{ position: relative; z-index: 999; padding-bottom: 0px; }
.ttm-bgcolor-grey{ background-color: #f3f7f9; }
.bg2{ background-image: url(../images/bg2.jpg); }
.buttons{ margin-top: 50px; }
.buttons a{ margin: 0 10px; }


/* button */
.ttm-btn {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ttm-btn.ttm-btn-size-md {
    font-size: 16px;
    padding: 11px 32px 11px 31px;
    border : 1px solid transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-fill{ background-color: #fff; color: #0a0c0e;}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-fill:hover{ color: #5E5E5C; background-color: #f0f0f0; }

.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill{ background-color: rgb(255, 94, 20); color: #fff;}
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover{ color: #0a0c0e; background-color: #fff; }

.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border{ 
    color: #fff;
    border-color: #fff;
    background: transparent; 
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover {
    color: #020d26;
    border-color: #FFF;
    background-color: #FFF;
}


/*==========================================================================
       Section-Title  
    ==========================================================================*/
.section-title{ position: relative; }
.section-title h5{
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
}
.section-title h2.title{
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
}
.section-title .title-desc{
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 32px;
}
.section-title .title-header{ 
    position: relative; 
}
.section-title .title-header:after{
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    margin-left: 0;
    background-color: #fda12b;
    width: 70px;
    bottom: -20px;
    height: 6px;
    left: 50%;
    margin-left: -35px;
    top: auto;
}
.section-title.title-style-center_text.with-desc .title-header {
    margin-bottom: 47px;
}
.bg-img-yes .section-title h2.title,
.bg-img-yes h2.title strong{ color: #fff; }

.fea-box{ 
    text-align: center;
    margin: 20px 0;
    color: #fff;
    padding: 4.2rem 8%;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.05);
    box-shadow: 0 0 35px rgba(0,0,0,.05);
    transition-duration: .3s; 
    min-height: 224px;
}
.fea-box h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #06163a;
}


/*==========================================================================
       footer
    ==========================================================================*/
footer{ 
    padding-top: 89px !important;
    padding-bottom: 70px !important;
    position: relative;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}
footer .footer-content h2{ 
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Poppins',Arial,Helvetica;
    font-weight: 600;
    color: rgba(255,255,255,1);
    margin-bottom: 20px;
}
footer .footer-content h2 span{ color: #182333 ; }
footer .footer-content h4{ 
    text-align: center;
    font-size: 30px;
    line-height: 27px;
    font-family: 'Poppins',Arial,Helvetica;
    font-weight: 400;
}
footer .footer-content p{ margin-bottom: 50px; color: #fff;}


/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 37px;
    border-radius: 50%;
    background-color: #fda12b;
}
#totop.top-visible {
    height: 45px;
    width: 45px;
    font-size: 22px;
    display: inline;
}