/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url('baes1.css');
@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global1.css');

/***

==================================================================
		About Section
==================================================================

***/

.about-section {
    background-image: url(../image/testi-1-2.png);
    width: 100%;
    height: 914px;
}

.about-type-box {
    width: 100%;
    position: relative;
    height: 453px;
}

.about-section .image-box {
    position: relative;
    float: right;
}

.about-title-inner {
    position: absolute;
    top: 14%;
    left: 0;
    width: 567px;
    height: 335px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    z-index: 1;
    padding: 40px 60px 30px;
}

.about-section .image-box .image-1 {
    position: relative;
}

.about-section .image-box .image-2 {
    position: absolute;
    right: 30px;
    bottom: -118px;
}

.aec-box {
    border: 1px solid #000;
}

.about-section .link-btn .btn-box {
    position: relative;
    padding-top: 40px;
    padding-right: 40px;
    display: inline-block;
    background: #fff;
}

.about-section .aec-title {
    padding: 30px 0 0
}

.about-section .aec-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.about-section .link-btn .btn-box .theme-btn {
    padding: 25px 60px;
}

.about-section .link-btn .btn-box .theme-btn strong {
    position: relative;
    top: -3px;
    font-size: 40px;
    font-weight: 600;
    margin-right: 12px;
    vertical-align: middle;
}

.about-block .text {
    margin-bottom: 32px;
}

.counter-block {
    position: relative;
    margin: 60px 0 60px;
    text-align: center;
}

.counter-block .count-box {
    font-size: 18px;
    color: #1a2980;
    width: 100%;
    line-height: 62px;
}

.fun-fact-secton.light .counter-block {
    border-color: #333540;
}

.counter-block .count-text {
    font-size: 48px;
    color: #1a2980;
}

.counter-block .counter-title,
.counter-block1 .counter-title {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 20px 0 0;
}


/***

==================================================================
		History Section
==================================================================

***/

.history-section {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.history-section .images {
    text-align: center;
}


/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.news-block-one .image {
    position: relative;
    overflow: hidden;
}

.news-block-one .image img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.news-block-one .inner-box:hover .image img {
    transform: scale(1.2);
}

.news-block-one .lower-content {
    position: relative;
    padding: 30px;
    height: 202px;
}

.mobile-about-type {
    display: none;
}

@media (max-width: 1199.98px) {
    .counter-block .count-text,
    .counter-block .count-text1 {
        font-size: 30px;
    }
    .counter-block {
        margin: 30px 0 30px;
    }
    .counter-block .counter-title,
    .counter-block1 .counter-title {
        font-size: 18px;
        padding: 0;
    }
    .about-section {
        /*height: 790px;*/
        height: 600px;
    }
}

@media (max-width: 991.98px) {
    .about-type {
        display: none;
    }
    .mobile-about-type {
        display: block;
    }
    .counter-block .count-box {
        font-size: 22px;
        line-height: 30px;
    }
    .counter-block .counter-title,
    .counter-block1 .counter-title {
        font-size: 14px;
    }
    .about-block .text {
        margin-bottom: 0 !important;
    }
    .news-block-one .lower-content {
        padding: 10px 5px 0;
    }
        .about-section{
        height: auto !important;
    }
}

@media (max-width:640px) {
    .twonav-section {
        display: none;
    }

}