

/*=======================================================================
[Table of contents]
=========================================================================
[01] Home One
    01. Header Top
    01. Video Section
    01. Blog categories
    01. About Video
    01. newsletter
    01. Conatact
    01. Footer
[02] Blog post
    01. Breadcrump
    01. Post
[02] Single Blog post
[02] Post Paage2
[02] About Paage
[02] Preloader
==========================================================================*/

/*=======================================================================
// Home One
=========================================================================*/

/**==================== Header Top ======================**/
.logo{
    padding-left: 15px;
}
.header {
    position: absolute;
    width: 100%;
    z-index: 3;
    padding: 42px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fixedHeader{
    /*! position: fixed; */
    background: #3e3f41;
    z-index: 99;
    padding: 15px 0;
}
.fixedHeader .mainNav ul li:hover ul.sub-menu{
    top: 48px;
}
.fixedHeader .mainNav ul .sub-menu{
  background: #1f3a93;  
}
.mainNav{}
.mainNav ul{
    margin-top: 20px;
    margin-right: 50px;
    line-height: .8;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    animation-name: fadeOutLeft;
    visibility: hidden;
}
.mainNav ul.visivle{
    visibility: visible;
    animation-name: fadeInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.mainNav ul li{
    display: inline-block;
    margin-right: 30px;
    line-height: .9;
    position: relative;
}
.mainNav ul li a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding-bottom: 20px;
}
.mainNav ul li a:hover,
.mainNav ul li:hover > a{
    color: #9f9f9f;
}
.mainNav ul .sub-menu {
    background: rgba(15, 37, 110, 0.5) ;
    left: 50%;
    margin-left: -85px;
    min-width: 170px;
    opacity: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    margin-top: 0;
    padding-top: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mainNav ul li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    top: 20px;
    transform: translate3d(0, 0, 0);

}
.mainNav ul .sub-menu li{
    padding: 5px 0;
}
.mainNav ul .sub-menu li{
    margin: 0;
    display: block;
}
.mainNav ul .sub-menu li a{
    font-size: 12px;
}
.menuBar {
    cursor: pointer;
    float: right;
    height: 16px;
    line-height: 0.2;
    position: absolute;
    right: 25px;
    top: 12px;
    width: 28px;
}
.menuBar span{
    width: 100%;
    height: 1px;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menuBar span:nth-child(02){
    margin-left: 10px;
}
.menuBar:hover span:nth-child(02),
.menuBar.active span:nth-child(02){
    margin-left: 0;
}
.menuBar:hover span,
.menuBar.active span{
    margin-left: 10px;
}
.spinner {
    height: 145px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 382px;
    width: 3px;
}
.spinner > div {
    height: 8px;
    width: 1px;
    display: block;
    margin-bottom: 9px;
    -webkit-animation: sk-stretchdelay 1.5s infinite ease-in-out;
    animation: sk-stretchdelay 1.5s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    background: #e9ebf2;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    background: #d1d6e5;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    background: #bbc2d9;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: #7684b2;
}
.spinner .rect6 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    background: #7684b2;
}
.spinner .rect7 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    background: #6070a4;
}
.spinner .rect8 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    background: #495b97;
}
.spinner .rect9 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    background: #32478a;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        background: #fff;
    }  
    20% { 
        background: #32478a;
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        background: #fff;
    }  20% { 
        background: #32478a;
    }
}

/**==================== Video Section ======================**/
.videoSection {
    background: #282224;
    height: 100vh;
    padding: 0;
    position: relative;
}
.videoSection::after {
    background: rgba(31, 58, 147, .85);
    content: "";
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#videoWrap1 {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#myVideo1 {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.vidContent{
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.vidContent h2{
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}
.vidContent h3{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 76px;
    letter-spacing: 7.6px;
    color: #fff;
    margin-bottom: 87px;
}
.vidContent a{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 8px solid #fff;
    display: block;
    line-height: .8;
    margin:0 auto 21px auto;
}
#playVideos::before {
    color: #ffffff;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 28px;
    left: 2px;
    margin: auto;
    padding: 18px;
    position: absolute;
    right: 0;
}
#playVideos.active:before{
    content: '\f04c'; 
    left: 0;
}
.vidContent p{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #fff;
    margin: 0;
}

/**==================== Blog categories ======================**/
.blogCategories{
    padding-bottom: 140px;
}
.categoriesWrap{
    background: #f7f7f7;
    margin-bottom: 80px;
}
.categoriesWrap{
    margin-left: 30px;
    margin-right: 0;
    position: relative;
}
.categoriesWrap.alRight{
    margin-right: 30px;
    margin-left: 0;
}
.singleCategories{
    padding-right: 15px;
}
.singleCategories .overlay75G:before{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleCategories:hover > .overlay75G:before{
    background: rgba(31, 58, 147, 1);
}
.singleCategories.alRight{
    padding-left: 15px;
    padding-right: 0;
}
.catImg img{
    width: 100%;
    height: 100%;
}
.catCon{
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.catCon.text-left{
    left: 145px;
    right: auto;
}
.catTitle {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    left: -137px;
    letter-spacing: 9.6px;
    position: absolute;
    right: auto;
    text-align: center;
    text-transform: uppercase;
    top: 105px;
    transform: rotate(-90deg);
}
.catTitle.alRight{
    right: -145px;
    left: auto;
    top: 125px
}
.catTitle.treaking {
    left: -194px;
    top: 161px;
}
.catCon h2{
    font-size: 40px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 51px;
}
.catRelatedPostall{
    padding-right: 45px;
    padding-top: 107px;
}
.catRelatedPostall.alRight{
    padding-right: 0;
    padding-left: 45px;
}
.catRelatedPost{
    margin-bottom: 60px;
}
.blogImg img{
    width: 100%;
    height: auto;
}
.blogTitle{
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.blogDec{
    padding-left: 15px;
    padding-top: 6px;
}
.blogDec.decleft{
    padding-left: 0;
    padding-right: 15px;
}
.blogMeta{
    margin-bottom: 10px;
}
.blogMeta a,
.blogMeta span{
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: .8;
    margin-right: 6px;
}
.blogMeta i{
    font-size: 14px;
    color: #c1c1c1;
    position: relative;
    top: 3px;
    margin-right: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blogMeta a:hover,
.blogMeta a:hover i{
    color: #000;
}
.blogContent p:last-of-type{
    margin-bottom: 20px;
}



/**==================== About Video ======================**/
.videoSection1 {
    background: #282224;
    height: 79vh;
    padding: 0;
    position: relative;
}
/*.videoSection1::after {
    background: rgba(31, 58, 147, .85);
    content: "";
    height: 79vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/
#videoWrap2 {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#myVideo2 {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.vidContent2{
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.vidContent2 h2{
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.vidContent2 h3{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 7.6px;
    color: #fff;
    margin-bottom: 46px;
}
.vidContent2 a{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 8px solid #fff;
    display: block;
    line-height: .8;
    margin:0 auto 21px auto;
}
#playVideos2::before {
    color: #ffffff;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 28px;
    left: 2px;
    margin: auto;
    padding: 18px;
    position: absolute;
    right: 0;
}
#playVideos2.active:before{
    content: '\f04c'; 
    left: 0;
}
.vidContent2 p{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #fff;
    margin: 0;
}

/**==================== newsletter ======================**/
.newsletterSec{
    padding-top: 155px;
    padding-bottom: 125px;
}
.newsletter{
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.newsletter input[type='email']{
    width: 100%;
    height: 48px;
    background: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    color: #d6d3d3;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 28px;
    margin-bottom: 45px;
    border: 1px solid transparent;
}
.newsletter input.reqError{
    border-color: #2e5aef;
}
.newsletter input[type='email']:input-placeholder{
    color: #d6d3d3;
    opacity: 1;
}
.newsletter input[type='email']::-webkit-input-placeholder {
    color: #d6d3d3;
    opacity: 1;
}
.newsletter input[type='email']:-moz-placeholder {
    color: #d6d3d3;
    opacity: 1;
}
.newsletter input[type='email']::-moz-placeholder {
    color: #d6d3d3;
    opacity: 1;
}
.newsletter input[type='email']:-ms-input-placeholder {
    color: #d6d3d3;
    opacity: 1;
}

/**==================== Conatact ======================**/
.contactSec [data-biglatter]::before {
    color: rgba(0, 0, 0, 0.08);
}
.contactForm{}
.singleForm{
    position: relative;
}
.singleForm label {
    color: #808080;
    font-size: 12px;
    left: 32px;
    letter-spacing: 2px;
    line-height: 0.8;
    margin: 0;
    position: absolute;
    top: 20px;
    text-transform: uppercase;
}
.singleForm input,
.singleForm textarea{
    width: 100%;
    height: 50px;
    border: none;
    font-size: 14px;
    letter-spacing: 0;
    border: 1px solid #f2f2f2;
    margin-bottom: 21px;
    padding-left: 100px;
    color: #333333;
}
.singleForm input.required.reqError,
.singleForm textarea.required.reqError{
    border-color: rgba(31, 58, 147, 1);
}
.singleForm textarea{
    height: 203px;
    resize: none;
    padding: 10px;
    padding-left: 120px;
    margin-bottom: 39px;
}
.singleForm textarea:focus,
.singleForm input:focus,
.newsletter input[type="email"]:focus{
    box-shadow:-2px 6px 7px -1px rgba(0, 0, 0, 0.1);
}


/**==================== Footer ======================**/
.footer {
    background: #000000;
    padding: 119px 0 62px;
}
#backToTop {
    background: #2e5aef;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 20px;
    height: 75px;
    left: 0;
    line-height: 1;
    margin: auto;
    padding: 28px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -157px;
    width: 75px;
}
#backToTop:hover{
    background: #222222;
}
.footSocial {
    line-height: 1;
    margin-bottom: 22px;
}
.footSocial a{
    font-size: 22px;
    color: #fff;
    margin-right: 19px;
}
.footSocial a:last-of-type{
    margin-right: 0;
}
.footSocial a:hover{
    color: #2e5aef;
}
.copyRight{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.12px;
    font-weight: 700;
    color: #fff;
}



/*=======================================================================
// Blog Post
=========================================================================*/
.pagetitleSec{
    background: url(../images/bg/3.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding: 227px 0 100px;
}
.pageTitle h2{
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 16px;
}
.pageTitle h3{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 7.6px;
    color: #fff;
    margin-bottom: 35px;
}

/**==================== Breadcrump ======================**/
.breadcrumbSec{
    padding: 25px 0;
}
.breadcrumbs{
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    letter-spacing: 4.2px;
    font-size: 11px;
    margin-top: 4px;
}
.fillterBlog{
    position: relative;
}
.fillterBlog::after {
    background: rgba(0, 0, 0, 0) url("../images/icon/arrow.png") no-repeat scroll 0 0;
    content: "";
    height: 8px;
    position: absolute;
    right: 11px;
    top: 17px;
    width: 13px;
}
.fillterBlog select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    height: 40px;
    border: 1px solid #f2f2f2;
    padding: 0 10px;
    width: 136px;
    font-size: 14px;
    color: #4d4d4d;
}
.fillterBlog select option{
    padding: 5px;
}
.fillterBlog select:focus{
    border: 1px solid #f2f2f2 !important;
}

/**==================== Post ======================**/
.blogPostSec{
    padding-top: 133px;
    padding-bottom: 155px;
}
.singleblogPost{
    margin-bottom: 160px;
}
.singleblogPost.leftAl{
    margin-bottom: 260px;
}
.singleblogPost.leftAl.last{
    margin-bottom: 143px;
}
.postImg{
    position: relative;
    box-shadow: -40px 40px 50px rgba(0, 0, 0, .1);
}
.postImg:after{
    position: absolute;
    content: '';
    border: 10px solid #2e5aef;
    display: inline-block;
    height: 100%;
    width: 100%;
    left: 50px;
    z-index: -1;
    top: -50px;
}
.postImg img{
    width: 100%;
    height: auto;
}
.blogPostDEc{
    padding-left: 98px;
    padding-top: 112px;
}
.leftAl .blogPostDEc{
    padding-left: 0;
    padding-right: 98px;
    padding-top: 177px;
}
.leftAl .postImg::after {
    left: -50px;
    top: 50px;
}
.loadmoreBlog{
    height: 42px;
    display: inline-block;
    border: 2px solid #000;
    background: #fafafa;
    color: #242626;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.65px;
    line-height: 40px;
    padding: 0 33px;
}
.loadmoreBlog:hover{
    background: #000;
    color: #fff;
}

/*=======================================================================
// Single Blog post
=========================================================================*/
.singleBlogpostSec{
    padding-bottom: 110px;
    padding-top: 45px;
}
.singlebPost{
    background: url(../images/bg/03-October-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.singlebPost2{
    background: url(../images/bg/26-September-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.singlebPost3{
    background: url(../images/bg/06-September-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.singlebPost4{
    background: url(../images/bg/29-August-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.singlebPost5{
    background: url(../images/bg/11-August-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.singlebPost5copy{
    background: url(../images/bg/3.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}

.singlebPost6{
    background: url(../images/bg/18-July-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.singlebPost7{
    background: url(../images/bg/30-June-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.singlebPost8{
    background: url(../images/bg/02-June-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.singlebPost9{
    background: url(../images/bg/17-May-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}

.singlebPost10{
    background: url(../images/bg/29-April-2017.jpg) no-repeat scroll center center/cover;
    position: relative;
    padding-top: 220px;
    padding-bottom: 142px;
}
.pageTitle2 h3{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 5.6px;
    color: #fff;
    margin-bottom: 18px;
}
.pageamata a,
.pageamata span{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: .8;
    margin-right: 8px;
}
.pageamata i{
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 3px;
    margin-right: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pageamata i.material-icons.chat{
    margin-right: 4px;
}
.pageamata a:hover,
.pageamata a:hover i{
    color: #000;
}
.singBContent p{
    margin-bottom: 30px;
    text-align: justify;
}
.videoPost{
    padding-bottom: 93px;
    padding-top: 17px;
}
.postpagi{
    background: #f4f4f4;
    margin-bottom: 32px;
}
.postWithImages img{
    position: relative;
    top: 9px;
    width: 100%;
    height: auto;
}
.sharePost{
    margin-bottom: 36px;
}
.sharePost a,
.sharePost span{
    text-transform: uppercase;
}
.sharePost span{
    font-size: 12px;
    color: #000;
    font-weight: 900;
}
.sharePost a{
    font-size: 10px;
    font-weight: 700;
    color: #b4b4b4;
    letter-spacing: 3px;
    margin-left: 24px;
}
.sharePost a:hover{
    color: #000;
}
.postpagi{
    overflow: hidden;
}
.prevPost{
    float: left;
    width: 50%;
    padding-left: 143px;
    position: relative;
    padding: 32px 0 50px 145px;
}
.prevPost img{
    width: 66px;
    height: 66px;
    position: absolute;
    left: 55px;
    top: 45px;
}
.nextPost {
    background: #ededed;
    float: right;
    padding: 32px 120px 50px 10px;
    position: relative;
    text-align: right;
    width: 50%;
}
.nextPost img{
    position: absolute;
    top: 45px;
    right: 36px;
    width: 66px;
    height: 66px;
}
.pagiPost{
    text-transform: uppercase;
    font-size: 10px;
    color: #777777;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 3px;
}
.postpagi h2 {
    font-size: 14px;
    color: #242626;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 1.4px;
}
.comTitle{
    font-size: 18px;
    line-height: .8;
    color: #242626;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-top: 18px
}
.leavecomBtn,
.leavecomBtn:focus{
    height: 42px;
    background: #000;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.65px;
    color: #fff;
    display: inline-block;
    line-height: 41px;
    padding: 0 20px;
    border: 2px solid transparent;
}
.leavecomBtn:hover{
    background: #fafafa;
    border-color: #000;
    color: #000;
}
ol.commentList{
    padding-top: 34px;
    margin-bottom: 26px;
}
ol.commentList li{
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}
ol.commentList li:last-child{
    border-bottom: 1px solid #e1e1e1;
}
ol.commentList li > div.singleCom{
    padding-left: 157px;
    position: relative;
    min-height: 138px;
}
ol.commentList li > div.singleCom img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 28px;
    top: 0;
}
ol.commentList li > ul.childCom > li > div.singleCom{
    margin-left: 73px;
}
ol.commentList li > ul.childCom > li{
    border-bottom: none;
}
.comHead .comautName{
    font-size: 12px;
    color: #242626;
    text-transform: uppercase;
    letter-spacing: 1.44px;
    font-weight: 900;
    margin-right: 4px;
}
.comHead{
    margin-bottom: 8px;
}
.comHead a{
    font-size: 11px;
    color: #777;
    letter-spacing: .88px;
    text-transform: uppercase;
}
.comHead a:hover{
    color: #000;
}
.comHead a > i{
    margin-right: 2px;
}
.singleCom p{
    line-height: 25px;
    font-size: 16px;
    color: #777777;
    letter-spacing: .8px;
    padding-right: 50px;
}
.leaveAcomment{}
.leaveAcomment h2{
    font-size: 11px;
    font-weight: 900;
    color: #242626;
    letter-spacing: 2.2px;
    margin-bottom: 40px;
}
.leaveComin{
    padding-left: 130px;
    position: relative;
}
.leaveComin img{
    position: absolute;
    left: 0;
    top: -5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.leaveComin textarea{
    height: 160px;
    background: #eeeeee;
    border: 1px solid transparent;
    width: 100%;
    resize: none;
    padding: 6px 20px;
    margin-bottom: 28px;
}
.leaveComin button{
    float: right;
}
.sidebars{
    padding-left: 45px;
}
.promotionImg{
    position: relative;
    top: 10px;
}
.promotionImg img{
    width: 100%;
    height: auto;
}
.promotionCon{
    position: absolute;
    top: 50%;
    padding: 0 30px;
    transform: translateY(-50%);
}
.promotionCon h2{
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}
.sidebars .widget{
    margin-bottom: 45px;
    position: relative;
}
.sidebars .widget .promotionImg.overlay75G:before{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sidebars .widget:hover .promotionImg.overlay75G:before{
    background: rgba(31, 58, 147, 1);
} 
.sidebars .widget h3.widgetTitle{
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 26px;
    text-transform: uppercase;
}
.laBpost{
    margin-bottom: 130px;
}
.sinLatBPost {
    margin-bottom: 30px;
    min-height: 70px;
    padding-left: 81px;
    padding-top: 2px;
    position: relative;
    padding-right: 50px;
}
.sinLatBPost img{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}
.latbpTitle{
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 20px;
}
.lbpmeta{
    text-transform: uppercase;
    font-size: 10px;
    color: #808080;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: .8
}
.tagcloud{}
.tagcloud > a {
    color: #242626;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 700;
    height: 30px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tagcloud > a:hover{
    background: #000;
    color: #fff;
}
.singBContent.fullwidth{}
.singBContent.fullwidth .videoPost{
    padding-left: 100px;
    padding-bottom: 125px;
}
.singBContent.fullwidth blockquote{
    margin-left: 100px;
}
.postWithImages{
    margin-bottom: 20px;
}
.singBContent.fullwidth .prevPost {
    padding: 58px 42px 95px 219px;
}
.singBContent.fullwidth .postpagi{
    margin-bottom: 46px;
}
.singBContent.fullwidth .prevPost img {
    bottom: 0;
    height: 100px;
    width: 100px;
    left: 86px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.singBContent.fullwidth .nextPost {
    background: #ededed;
    padding: 58px 186px 97px 55px;
}
.singBContent.fullwidth .nextPost img{
    bottom: 0;
    height: 100px;
    width: 100px;
    left: auto;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.fullwidth .postpagi h2{
    font-size: 20px;
    line-height: 30px;
}
/*=======================================================================
// Post Paage2
=========================================================================*/
.blogPostSec1{
    padding-top: 95px;
    padding-bottom: 98px;
}
.singlePostV{
    padding-left: 270px;
    position: relative;
    min-height: 232px;
    margin-bottom: 65px;
    padding-top: 6px;
}
.singlePostV img{
    position: absolute;
    left: 0;
    top: 0;
    width: 239px;
    height: auto;
    /*box-shadow: -30px 0 40px rgba(0, 0, 0, .10)*/; 
}
.singlePostV .blogContent p{
    letter-spacing: 0;
    text-align: justify;
}
.loadmoreBlog2 {
    background: #fafafa ;
    border: 2px solid #000000;
    color: #242626;
    display: block;
    font-size: 11px;
    font-weight: 700;
    height: 42px;
    letter-spacing: 1.65px;
    line-height: 40px;
    padding: 0 33px;
    text-align: center;
    margin-top: 67px;
}
.loadmoreBlog2:hover{
    background: #000;
    color: #fff;
}

/*=======================================================================
// About Paage
=========================================================================*/
.aboutSec{
    padding-top: 140px;
}
.aboutSec .singleblogPost{
    margin-bottom: 0;
}
.aboutCat{
    padding-top: 125px;
}
.abImg{
    padding-right: 95px;
}
.abContent{
    padding-top: 45px;
}
.abContent h2.blogTitle{
    margin-bottom: 35px;
}
.abContent .blogContent{
    margin-bottom: 55px;
}
.abContent .blogContent p{
    text-align: justify;
}


/*=======================================================================
// Preloader
=========================================================================*/
.preloader {
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.preloaderIn {
    width: 45px;
    height: 45px;
    padding:0px;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border: 2px solid;
    border-top-color: rgba(31, 58, 147, 1);
    border-bottom-color: rgba(31, 58, 147, 1);
    border-left-color: rgba(31, 58, 147, 0.30);
    border-right-color: rgba(31, 58, 147, 0.35);
    -webkit-animation: preloaderIn 0.8s ease-in-out infinite alternate;
    animation: preloaderIn 0.8s ease-in-out infinite alternate;
}
@keyframes preloaderIn {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes preloaderIn {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}