@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i,900');
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
body {
	font-size: 75%;
	background: #f8f8f8;
	font-family: sans-serif;
	color: #5a5a5a
}
body {
    font-family: "Open Sans",Arial,Helvetica,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: "Titillium Web",Arial,Helvetica,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: #ff5e14; }
a:hover, a:focus{ text-decoration: none; }


/*==========================================================================
       Header
    ==========================================================================*/
header {
    background: url(../images/slider-mainbg-004.jpg) no-repeat 50% 50%; 
    background-size: cover;
    width: 100%;
    height: 725px;
    text-align: center;
    display: table;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
header .container.content-container {
    width: 100% !important;
    position: relative;
    z-index: 10;
    color: #fff;
    display: table-cell;
    vertical-align: top;
    padding-top: 90px;
}
header h2{ 
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    color: rgb(233, 233, 233);
    letter-spacing: 0px;
    font-family: "Open Sans"; 
}
header span{
    font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-size: 65px;
    line-height: 70px;
    font-weight: 600 !important;
    color: #fff;
    position: relative;
}
header>.ttm-bg-layer {
    opacity: .9;
}
.ttm-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #020d26;
}


/*==========================================================================
       helper-class
    ==========================================================================*/

.page{ overflow: hidden; }
section{ padding: 50px 0px 80px;  position: relative; }
.home-demo .demo-content{ margin-top: -110px; }
.banner-img{ position: relative; z-index: 999; padding-bottom: 200px; }
.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{
    margin-bottom: 20px; 
    position: relative;
    text-align: center;
}
.section-title h2.title{
    font-family: "Titillium Web",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #06163a;
}
h2.title strong{
    font-weight: 600!important;
    width: 100%;
    display: block;
    color: #06163a;
}
.bg-img-yes .section-title h2.title,
.bg-img-yes h2.title strong{ color: #fff; }

.fea-box{ 
    text-align: center;
    margin: 20px 0;
    background: #f9f9f9;
    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-family: 'Titillium Web',Arial,Helvetica;
    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{ 
    font-size: 50px;
    line-height: 60px;
    font-family: 'Titillium Web',Arial,Helvetica;
    font-weight: 600;
    color: #fff;
}
footer .footer-content h4{ 
    font-size: 18px;
    line-height: 28px; 
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

@media (max-width: 1024px){
    header span{ font-size: 58px; line-height: 68px; }
}
@media (max-width: 991px){
    header .container.content-container{ padding-top: 45px; }
    header{ height: 630px; }
    header span{ font-size: 55px; line-height: 64px; }
}
@media (max-width: 480px){
    header{ height: 480px; }
    header span{ font-size: 28px; line-height: 32px; }
}


/* ===============================================
    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: #ff5e14;
}
#totop.top-visible {
    height: 45px;
    width: 45px;
    font-size: 22px;
    display: inline;
}