
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');

.page-wrapper{


}

.main-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.main-header{

}



.navbar .home{

}

#navbar > ul > li > a {
    position: relative;
    display: block;
    padding: 0px 0px;
    font-size: 18px;
    color: #222222;
    /*line-height: 24px;*/
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-top: 2px solid transparent;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
}

.navbar-brand .logo {
    height: 40px;
}

.navbar-brand .name {
    font-weight: 500;
    font-size: 22px;
    margin-left: .8rem;
}



.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}



/***

====================================================================
	Sec Title
====================================================================

***/

.sec-title{
    position:relative;
    margin-bottom:42px;
    text-align: center;
}

.sec-title h2{
    font-size:30px;
    font-weight:700;
    padding-bottom:10px;
    color:#222222;
    line-height:1.4em;
    text-transform:uppercase;
    font-family: 'source_sans_problack';
}

.sec-title .text{
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
}

/***

====================================================================
	Sec Title Two
====================================================================

***/

.sec-title-two{
    position:relative;
    margin-bottom:42px;
    text-align: center;
}

.sec-title-two h2{
    font-size:30px;
    font-weight:700;
    padding-bottom:10px;
    color:#ffffff;
    line-height:1.4em;
    text-transform:uppercase;
    font-family: 'source_sans_problack';
}

.sec-title-two .text{
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
}

sec-title-three{
    position:relative;
    margin-bottom:42px;
    text-align:left;
}

.sec-title-three h2{
    font-size:30px;
    font-weight:700;
    padding-bottom:10px;
    color:#222222;
    line-height:1.4em;
    text-transform:uppercase;
    font-family: 'source_sans_problack';
}

.sec-title-three .text{
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section{
    position:relative;
    padding: 50px 0px 0px;
}

.services-section .outer-box{
    position:relative;
    margin-top:92px;
    background-position:center top;
    background-repeat:no-repeat;
}

.service-block-one{
    position:relative;
    margin-bottom:70px;
}

.service-block-one .inner-box{
    position:relative;
    padding-right:90px;
    text-align:right;
}

.service-block-one .inner-box .icon-box{
    position:absolute;
    right:0px;
    top:0px;
    width:60px;
    height:60px;
    font-size:26px;
    line-height:56px;
    text-align:center;
    border:2px solid #ffd105;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.service-block-one .inner-box h3{
    position:relative;
    line-height:1em;
    margin-bottom:5px;
}

.service-block-one .inner-box h3 a{
    position:relative;
    top:-6px;
    color:#222222;
    font-size:18px;
    font-weight:700;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.service-block-one .inner-box h3 a:hover{
    color:#ffd105;
}

.service-block-one .inner-box .text{
    font-size:14px;
    color:#777777;
    line-height:1.8em;
}

.service-block-one .inner-box:hover .icon-box{
    background-color:#ffd105;
}


/*Service Block Two*/

.service-block-two{
    position:relative;
    margin-bottom:70px;
}

.service-block-two.style-two{
    margin-bottom:45px;
}

.service-block-two .inner-box{
    position:relative;
    padding-left:90px;
    text-align:left;
}

.service-block-two .inner-box .icon-box{
    position:absolute;
    left:0px;
    top:0px;
    width:60px;
    height:60px;
    font-size:26px;
    line-height:56px;
    text-align:center;
    border:2px solid #ffd105;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.service-block-two .inner-box h3{
    position:relative;
    line-height:1em;
    margin-bottom:5px;
}

.service-block-two .inner-box h3 a{
    position:relative;
    top:-6px;
    color:#222222;
    font-size:18px;
    font-weight:700;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.service-block-two .inner-box h3 a:hover{
    color:#ffd105;
}

.service-block-two .inner-box .text{
    font-size:14px;
    color:#777777;
    line-height:1.8em;
}

.service-block-two .inner-box:hover .icon-box{
    background-color:#ffd105;
}

.services-section .image-column{
    margin-top:-45px;
    text-align:center;
}


/***

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-column{
    position:relative;
    padding:115px 0px 80px 0px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fact-counter-column:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(57,53,58,0.80);
}

.fact-counter{
    position:relative;
    max-width: 340px;
    margin: 0 auto;
    padding:80px 0px;
}

.fact-counter .inner-column{
    position:relative;
    z-index:5;
    width:50%;
    float:left;
    padding:33px 0px 40px;
    text-align:center;
    background-color:rgba(23,39,69,0.97);
}

.fact-counter .inner-column.light-bg{
    background-color:rgba(23,39,69,0.75);
}

.fact-counter .inner-column .inner{
    position:relative;
    text-align:center;
}

.fact-counter .count-outer{
    position:relative;
    font-size:50px;
    line-height:1em;
    font-weight:600;
    margin:0px 0px;
}

.fact-counter .count-outer .count-text{
    position:relative;
    font-weight:700;
    color:#ffffff;
    font-size:35px;
}

.fact-counter .inner-column .counter-title{
    position:relative;
    font-size:14px;
    font-weight:400;
    color:#ffffff;
}


.news-section{
    position:relative;
    padding:50px 0px 50px;
    text-align: left;
}

.news-title {
    color: #909399;
    line-height: 1.5;
    margin: 8px 0;
}

.news-title:hover{
    color: #2979ff;
    line-height: 1.5;
}



.news-block{
    position:relative;
    margin-bottom:40px;
}

.news-block .inner-box{
    position:relative;
}

.news-block .inner-box .image-box{
    position:relative;
    overflow:hidden;
}

.news-block .inner-box .image-box img{
    position:relative;
    width:100%;
    display:block;
}

.news-block .inner-box .image-box .post-meta{
    position:absolute;
    left:-2px;
    bottom:-72px;
    right:-3px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-block .inner-box .image-box .post-meta li{
    position:relative;
    width:33.333%;
    float:left;
    font-size:14px;
    text-align:center;
    color:#172745;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}

.news-block .inner-box .image-box .post-meta li .inner{
    position:relative;
    font-size:14px;
    text-align:center;
    color:#172745;
    line-height:20px;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}

.news-block .inner-box .image-box .post-meta li a{
    display:block;
    padding:15px 0px;
    background-color:rgba(255,209,5,0.90);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-block .inner-box .image-box .post-meta li a:hover{
    background-color:rgba(255,255,255,0.90);
}

.news-block .inner-box .image-box .post-meta li .icon{
    color:#172745;
    font-size:16px;
}

.news-block .inner-box .lower-content{
    position:relative;
    padding-top:25px;
}

.news-block .inner-box .lower-content .posted{
    position:relative;
}

.news-block .inner-box .lower-content .posted li{
    position:relative;
    color:#777777;
    font-size:14px;
    padding-left:25px;
    display:inline-block;
    margin-right:15px;
}

.news-block .inner-box .lower-content .posted li .icon{
    position:absolute;
    left:0px;
    top:0px;
    color:#ffd105;
}

.news-block .inner-box .lower-content h3{
    position:relative;
    line-height:1em;
    margin:16px 0px 14px;
}

.news-block .inner-box .lower-content h3 a{
    color:#222222;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
    color:#ffd105;
}

.news-block .inner-box .lower-content .text{
    color:#777777;
    font-size:14px;
    line-height:1.8em;
}

.news-block .inner-box .lower-content .text p{
    position:relative;
    color:#777777;
    font-size:14px;
    margin-bottom:20px;
    line-height:1.8em;
}

.news-block .inner-box .lower-content .text blockquote{
    position:relative;
    color:#777777;
    font-size:14px;
    font-style:italic;
    background-color:#fffdf5;
    border-left:0px;
    margin-top:10px;
    margin-bottom:22px;
    display:inline-block;
    padding:30px 45px 30px 65px;
    border-right:10px solid #fff0ad;
}

.news-block .inner-box .lower-content .text blockquote .author-title{
    position:relative;
    font-size:16px;
    color:#222222;
    font-weight:700;
    font-style:normal;
    margin-top:20px;
    text-transform:uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

.news-block .inner-box:hover .post-meta{
    bottom:0px;
}


.main-footer .footer-bottom{
    position:relative;
    margin-top:40px;
    padding:15px 0px 12px;
    background-color:#121e37;
}

.main-footer .footer-bottom .copyright{
    color: #ebebeb;
    font-size: 14px;
    margin-top:2px;
}

.main-footer .footer-bottom ul{
    position:relative;
    text-align:right;
    margin-top:4px;
}

.main-footer .footer-bottom ul li{
    position:relative;
    display:inline-block;
    padding:0px 10px;
    line-height:1em;
    border-right:1px solid #ffffff;
}

.main-footer .footer-bottom ul li:last-child{
    border-right:0px;
}

.main-footer .footer-bottom ul li a{
    color:#ebebeb;
}

.main-footer .footer-bottom ul li a:hover{
    color:#ffd105;
}

.scroll-to-top{
    position:fixed;
    bottom:30px;
    right:15px;
    width:40px;
    height:40px;
    color:#ffffff;
    font-size:13px;
    text-transform:uppercase;
    line-height:38px;
    text-align:center;
    z-index:100;
    cursor:pointer;
    border-radius:50%;
    background:#1c1c1c;
    display:none;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.scroll-to-top:hover{
    color:#121e37;
    background:#ffd105;
}
