


table{
border-collapse: collapse;
max-width: 100%;
}

/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 80px;
}

.about-style1-image-box{
    position: relative;
    display: block;
    max-width: 720px;
    width: 100%;
    margin-left: -110px;
}
.about-style1-image-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.about-style1-image-box ul li{
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px 30px;
}
.about-style1-image-box ul li .image_box{
    position: relative;
    display: block;
    overflow: hidden;
}
.about-style1-image-box ul li .image_box img{
    width: 100%;
    transition: all 3500ms ease;    
}
.about-style1-image-box ul li:hover .image_box img{
    transform: scale(1.5) rotate(2deg);    
}
.about-style1-image-box ul li .image_box .overlay-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    background-color: #ffffff;
    text-align: center;
    padding: 18px 0px 0px;
}
.about-style1-image-box ul li .image_box .overlay-box .top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 2px;
}
.about-style1-image-box ul li .image_box .overlay-box .top .icon {
    position: relative;
    display: block;
    padding-right: 15px;
}
.about-style1-image-box ul li .image_box .overlay-box .top .icon span::before {
    font-size: 60px;
}
.about-style1-image-box ul li .image_box .overlay-box .top .counting{
    position: relative;
    display: flex;
    align-items: center;
}
.about-style1-image-box ul li .image_box .overlay-box .top .counting span {
    color: #2a64ce;
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}
.about-style1-image-box ul li .image_box .overlay-box .top .counting .icon{
    position: relative;
    display: block;
    padding: 0;
}
.about-style1-image-box ul li .image_box .overlay-box .top .counting .icon i::before {
    position: relative;
    display: inline-block;
    padding-left: 3px;
    color: #2a64ce;
    font-size: 20px;
    font-weight: 700;
}
.about-style1-image-box ul li .image_box .overlay-box p {
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}


.about-style1-image-box ul li .image_box.right{
    margin-top: 75px;
}
.about-style1-image-box ul li .image_box.right::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255, .7) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}
.about-style1-image-box ul li:hover .image_box.right::after {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}



.about-style1-content-box {
    position: relative;
    display: block;
    padding-top: 30px;
    margin-left: -110px;
    margin-right: -110px;
}
.about-style1-content-box .sec-title{
    padding-bottom: 15px;
}
.about-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .top_text{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .top_text p{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
}
.about-style1-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 51px;
}


.about-style1-content-box .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 45px;
    min-height: 100px;
}
.about-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.about-style1-content-box .inner-content ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    padding-right: 10px;
    padding-bottom: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.about-style1-content-box .inner-content ul li:hover .icon{
    padding-right: 0px;
    padding-bottom: 0px;
    
    padding-left: 10px;
    padding-top: 10px;
}


.about-style1-content-box .inner-content ul li .icon::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e6e8f1;
    border-radius: 50%;
    content: "";
}

.about-style1-content-box .inner-content ul li .icon .inner{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    background:#ffffff;
    border-radius: 50%;
}
.about-style1-content-box .inner-content ul li .icon span::before {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 90px;
    text-align: center;
    font-weight: 100;
}
.about-style1-content-box .inner-content ul li .text{
    position: relative;
    display: block;
    padding-left: 30px;
}
.about-style1-content-box .inner-content ul li .text h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 3px;
}
.about-style1-content-box .inner-content ul li .text p{
    margin: 0;
}



/*** 
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding:50px 0px;
}


.about-style2_image_box {
    position: relative;
    display: block;
    max-width: 535px;
    width: 100%;
    z-index: 11;
}
.about-style2_image_box .inner{
    position: relative;
    display: block;
    overflow: hidden;
} 
.about-style2_image_box .inner img{
    width: 100%;
    transition: all 3500ms ease;    
}

.about-style2_image_box .experience-box {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    background: #010000cc;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    padding: 25px 20px 10px;
}
.about-style2_image_box .experience-box::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1f67b0;
    content: "";
}
.about-style2_image_box .experience-box .left{
    position: relative;
    display: block;float: left;
}
.about-style2_image_box .experience-box .left .counting {
    position: relative;
    display: flex;
    align-items: center;float: left;
    margin-bottom: 10px;color: #2a64ce;
}
.about-style2_image_box .experience-box .left .counting span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 42px;
    font-weight: 800;
    font-family: 'Exo', sans-serif;
}
.about-style2_image_box .experience-box .left .counting .icon{
    position: relative;
    display: block;
    padding-left: 3px;
}
.about-style2_image_box .experience-box .left .counting .icon i {
    font-size: 20px;
    font-weight: 700;
}
.about-style2_image_box .experience-box .left p {
    color: #dc3336;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;float: left;margin-left: 15px;line-height: 40px;
}
.about-style2_image_box .experience-box .right{
    position: relative;
    display: block;float: left;margin-right: 10px;
}
.about-style2_image_box .experience-box .right span::before {
    color: #cddfec;
    font-size: 56px;
}



.about-style2_text_box{
    position: relative;;
    display: block;
}



.about-style2_text_box .sec-title h2 {
color: #2a64ce;
}

.about-style2_text_box .sec-title {
    padding-bottom: 15px;text-align: left;
}
.about-style2_text_box .inner-content{
    position: relative;
    display: block;
}
.about-style2_text_box .inner-content .top_text {
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.about-style2_text_box .inner-content .text {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.about-style2_text_box .inner-content .text a {
    margin-top: 15px;
}

.about-style2_text_box .inner-content .text p{
    margin: 0;
}
.about-style2_text_box .inner-content .top_text p{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0;

}
.about-style2_text_box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #cddfec;
    padding-top: 35px;
}
.about-style2_text_box .inner-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    border-right: 1px solid #cddfec;
    padding-right: 35px;
    margin-right: 35px;
}
.about-style2_text_box .inner-content ul li:last-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
.about-style2_text_box .inner-content ul li .icon{
    position: relative;
    display: block;
}
.about-style2_text_box .inner-content ul li .icon .inner{
    position: relative;
    display: block;
}
.about-style2_text_box .inner-content ul li .icon .inner span::before {
    font-size: 60px;
    padding-right: 20px;
}
.about-style2_text_box .inner-content ul li .title{
    position: relative;
    display: block;
}
.about-style2_text_box .inner-content ul li .title h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}



/*** 
=============================================
    About Style3 Area Css
=============================================
***/
.about-style3-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 110px;
    padding-bottom: 110px;
}

.about-style3_image_box{
    position: relative;
    display: block;
    max-width: 535px;
    width: 100%;
}
.about-style3_image_box .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.about-style3_image_box .inner img{
    width: 100%;
}

.about-style3_image_box .icon-Outer{
    position: absolute;
    top: 80px;
    left: 0;
    width: 80px;
    height: 115px;
    background: #ffffff;
    opacity: 0.50;
}
.about-style3_image_box .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 70px;
    left: -70px;
    width: 140px;
    height: 115px;
    z-index: 1;
    overflow: hidden;
}
.about-style3_image_box .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27px;
    bottom: 0;
    right: -27px;
    z-index: -1;
    -moz-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}
.about-style3_image_box .icon span::before {
    position: relative;
    left: 15px;
    color: #222222;
    font-size: 175px;
    line-height: 175px;
}


.about-style3_text_box{
    position: relative;
    display: block;
    padding-left: 10px;
}
.about-style3_text_box .sec-title.with_text {
    padding-top: 15px;
    padding-bottom: 24px;
}
.about-style3_text_box .sec-title h2 span {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding-top: 7px;
}
.about-style3_text_box .sec-title p {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    margin-top: 22px;
}
.about-style3_text_box .inner-content{}
.about-style3_text_box .inner-content .text{}
.about-style3_text_box .inner-content .text p{}
.about-style3_text_box .readmore-button{
    position: relative;
    display: block;
    margin-top: 33px;
}
.about-style3_text_box .btn-one {
    color: #222222;
    background: #ffffff;
    border: 1px solid #222222;
    line-height: 48px;
    padding-left: 25px;
    padding-right: 25px;
}
.about-style3_text_box .btn-one::before{
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}



/*** 
=============================================
    About Style4 Area Css
=============================================
***/
.about-style4-area{
    position: relative;
    display: block;
    padding: 120px 0px 120px;
}
.about-style4-content-box{
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
}
.about-style4-content-box .sec-title{
    padding-bottom: 41px;
}
.about-style4-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style4-content-box .inner-content .text{
    position: relative;
    display: block;
    padding-bottom: 27px;
}

.video-gallery_box_3 {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.video-gallery_box_3 .icon{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 1;
}
.video-gallery_box_3 .icon:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 50%;
    opacity: 0.50;
    z-index: -1;
}
.video-gallery_box_3 .icon::after {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    opacity: 0.30;
    z-index: -1;
}
.about-style4-content-box .inner-content:hover .video-gallery_box_3 .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, .60);
    box-shadow: 0 0 0 0 rgba(0,0,0, .60);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}
.about-style4-content-box .inner-content .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
}


.video-gallery_box_3 .title{
    position: relative;
    display: inline-block;
    margin-left: 25px;
}
.video-gallery_box_3 .title:before {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #2a64ce;
    content: "";
}
.video-gallery_box_3 .title h5{
    color: #2a64ce;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}


.about-style4-image-box{
    position: relative;
    display: block;
    margin-left: 35px;
    margin-right: -140px;
}
.about-style4-image-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-style4-image-box .icon-box .inner{
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 80px;
    text-align: center;
    line-height: 130px;
    z-index: 1;
}
.about-style4-image-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.about-style4-image-box ul li{
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px 0px;
}
.about-style4-image-box ul li .image_box{
    position: relative;
    display: block;
    overflow: hidden;
}
.about-style4-image-box ul li .image_box img{
    width: 100%;
    transition: all 3500ms ease;    
}
.about-style4-image-box ul li:hover .image_box img{
    transform: scale(1.5) rotate(2deg);    
}

.about-style4-image-box ul li .image_box.right{
    margin-top: 25px;
}
.about-style4-image-box ul li .image_box.right::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255, .7) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}
.about-style4-image-box ul li:hover .image_box.right::after {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}



/*** 
=============================================
    About Style5 Area Css
=============================================
***/
.about-style5-area{
    position: relative;
    display: block;
    padding: 0px 0px 120px;
}
.about-style5-area .thm_logo{
    position: absolute;
    top: 200px;
    right: -160px;
    font-size: 530px;
    color: #e9ebf4;
    opacity: 0.30;
}

.about-style5-image-box{
    position: relative;
    display: block;
    margin-right: -55px;
}
.about-style5-image-box img{
    max-width: none;
    float: right;
}


.about-style5-content-box {
    position: relative;
    display: block;
    margin-left: 12px;
    padding-top: 54px;
    padding-bottom: 178px;
}
.about-style5-content-box .sec-title.with_text {
    padding-bottom: 53px;
}
.about-style5-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style5-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.about-style5-content-box .inner-content ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-left: 80px;
    margin-bottom: 55px;
    min-height: 85px;
}
.about-style5-content-box .inner-content ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.about-style5-content-box .inner-content ul li .icon::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e5e7f0;
    border-radius: 50%;
    content: "";
}
.about-style5-content-box .inner-content ul li .icon .inner{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background:#ffffff;
    border-radius: 50%;
}
.about-style5-content-box .inner-content ul li .icon span::before {
    position: relative;
    display: block;
    color: #222222;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: 100;
}
.about-style5-content-box .inner-content ul li .text{
    position: relative;
    display: block;
    padding-left: 20px;
}
.about-style5-content-box .inner-content ul li .text h3 {
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 3px;
}
.about-style5-content-box .inner-content ul li .text p{
    color: #222222;
    margin: 0;
}


.video-gallery_box_5 {
    position: absolute;
    left: -390px;
    bottom: 0;
    width: 835px;
    padding-right: 55px;
}
.video-gallery_box_5 .border_bottom{
    position: absolute;
    left: -460px;
    bottom: 0;
    width: 519px;
    height: 3px;
}
.video-gallery_box_5 .inner_text {
    position: relative;
    display: block;
    padding-left: 65px;
    padding-right: 120px;
    background: #2a64ce;
    padding-top: 41px;
    padding-bottom: 41px;
}
.video-gallery_box_5 .inner_text h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.video-gallery_box_5 .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}
.video-gallery_box_5 .icon a{
    position: relative;
    display: block;
    width: 124px;
    height: 124px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 124px;
    text-align: center;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.video-gallery_box_5 .icon a::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #e7e9f2;
    border-radius: 50%;
    z-index: -1;
}



/*** 
=============================================
    About Style3 Area About Page2 Css      
=============================================
***/
.about-style3-area.about-page2 {}
.about-style3-area.about-page2 .about-style3_image_box .icon span::before {
    color: #ffffff;
}
.about-style3-area.about-page2 .about-style3_text_box .sec-title h2 span {
    color: #2a64ce;
}



/*** 
=============================================
    About Style1 Area About Page 1 Css      
=============================================
***/
.about-style1-area.about-page1{
    padding: 110px 0 0px;
}
.about-page1_image_box{
    position: relative;
    display: block;
    overflow: hidden;
}
.about-page1_image_box img{
    width: 100%;
}
.video-gallery_box_7{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
}
.video-gallery_box_7 .inner{
    position: relative;
    display: block;
    padding: 20px;
}
.video-gallery_box_7 .inner a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
}
.about-style1-content-box.about-page1_content_box{
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 40px;    
}


/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}
.main-slider.style1 {
    margin-top: 185px;
}
.main-slider .top_shadow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.302;
    z-index: 1;
}


.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	transform:scale (1);
    transition: all .8s ease-in-out .4s;
    z-index: 1;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.main-slider.style1 .slide .image-layer:before{
    background-color: rgba(0, 0, 0, 0.65);
}

.main-slider .active .slide .image-layer{
	-webkit-transform:scale(1.0);
	-ms-transform:scale(1.0);
	transform:scale(1.0);
}
.main-slider .content{
	position:relative;
	z-index:11;
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    width: 100%;
    z-index: 10;
}
.main-slider .auto-container{
    position: relative;
    overflow: hidden;
}
.main-slider .content h3{
    position: relative;
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: 'Lato', sans-serif;
}
.main-slider .active .content h3{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;     
}

.main-slider .content .big-title{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 10px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .content .big-title{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;   
}
.main-slider .content .big-title h2{
	color: #ffffff;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 700;text-transform: capitalize;
}


.main-slider .content .btns-box{
	position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 56px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider .content .btns-box a{
    padding-left: 40px;
    padding-right: 40px;
}
.main-slider .active .content .btns-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms; 
}

.main-slider .content .btns-box .left{
    position: relative;
    display: block;
}

.main-slider .content .btns-box .video-gallery_box_4{
    position: relative;
    display: block; 
    padding-left: 30px;   
}
.main-slider .content .btns-box .video-gallery_box_4 .inner{
    position: relative;
    display: flex;
    align-items: center;
}
.main-slider .content .btns-box .video-gallery_box_4 .inner .icon a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    line-height: 76px;
    text-align: center;
    padding: 0;
}
.main-slider .content .btns-box .video-gallery_box_4 .inner h4{
    position: relative;
    padding-left: 15px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Lato', sans-serif;
}





.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    opacity: 0;
    transform: scale(1.0) translateY(-30px);
}
.main-slider:hover .owl-theme .owl-nav{
    opacity: 1;
}
.main-slider .owl-theme .owl-prev span, 
.main-slider .owl-theme .owl-next span{
    display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 0;
    background: transparent;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 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;
}
.main-slider .owl-theme .owl-prev span:before {
    
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(0deg);
    background: transparent;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 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;
}
.main-slider .owl-theme .owl-next span:before{
    
}
.banner-carousel .owl-dots {
    display: none;
}
.main-slider.style1 .banner-carousel.owl-carousel .owl-dots{
    display: none;
}



/*** 
=====================================================
	Main Slider style2 style
=====================================================
***/
.main-slider.style2 {
    margin-top: 60px;
}
.main-slider.style2 .slide {
    padding: 240px 0px 170px;
}
.main-slider.style2 .slide .image-layer:before{
    background-color: rgba(0, 0, 0, 0.65);
}

.main-slider.style2 .content .big-title h2 {
    font-size: 60px;
}
.main-slider.style2 .content .text{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 14px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider.style2 .content .text p{
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.main-slider.style2 .active .content .text{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;     
}

.main-slider.style2 .content .btns-box{
	position: relative; 
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 42px;
}
.main-slider.style2 .content .btns-box a{
    padding-left: 35px;
    padding-right: 35px;
}
.main-slider.style2 .content .btns-box .right{
    position: relative;
    display: block;
    padding-left: 15px;
}
.main-slider.style2 .content .btns-box .right a{
    background: #1f67b0;    
}




/*** 
=====================================================
	Main Slider style3 style
=====================================================
***/
.main-slider.style3 {
    margin-top: 0px;
}
.main-slider.style3 .top_shadow{
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.6;
    height: 250px;
}
.main-slider.style3 .shadow_box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.85;
    z-index: 1;
}


.main-slider.style3 .slide {
    padding: 317px 0px 150px;
}
.main-slider.style3 .slide .image-layer:before{
    display: none;
}

.main-slider .content .sub_title{
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 35px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(-80px);
    transform: perspective(400px) rotateX(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .sub_title{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;     
}
.main-slider .content .sub_title::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background: #ffffff;
    content: "";
    margin: 12px 0;
}
.main-slider .content .sub_title h4{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.main-slider.style3 .content .big-title{
    margin-top: 12px;
    margin-bottom: 16px;
}
.main-slider.style3 .content .big-title h2 {
    font-size: 60px;
}

.main-slider.style3 .content h3{
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: 'Lato', sans-serif;
}
.main-slider.style3 .active .content h3{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;     
}


.main-slider.style3 .content .btns-box{
	position: relative; 
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 44px;
}
.main-slider.style3 .content .btns-box a{
    padding-left: 35px;
    padding-right: 35px;
}
.main-slider.style3 .content .btns-box .left{
    position: relative;
    display: block;
}
.main-slider.style3 .content .btns-box .left a{
    color: #222222;
}
.main-slider.style3 .content .btns-box .left a:hover{
    color: #ffffff;
}

.main-slider.style3 .content .btns-box .right{
    position: relative;
    display: block;
    padding-left: 15px;
}
.main-slider.style3 .content .btns-box .right a{
    background: transparent;
    border: 2px solid #ffffff; 
    line-height: 56px;   
}




/*** 
=====================================================
	Main Slider style4 style
=====================================================
***/
.main-slider.style4 {
margin-top: 170px;
}
.main-slider.style4 .slide {
height: 600px;
display: grid;
align-items: center;
}
.main-slider.style4 .slide .image-layer:before{
    background-color: rgba(0, 0, 0, 0.5);
}

.main-slider.style4 .content .big-title{
    position: relative;
    display: inline-block;
    padding: 0 40px;
}
.main-slider.style4 .content .big-title::before{
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 5px;
    content: "";
}
.main-slider.style4 .content .big-title::after{
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    width: 5px;
    content: "";
}

.main-slider.style4 .content .text{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 8px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider.style4 .content .text p{
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.main-slider.style4 .active .content .text{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;     
}

.main-slider.style4 .content .btns-box{
	position: relative; 
    padding-top: 42px;
}
.main-slider.style4 .content .btns-box a{
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 10px;
}
.main-slider.style4 .content .btns-box .right{
    position: relative;
    display: block;
}
.main-slider.style4 .content .btns-box .right a{
    background: #2a64ce;    
}




/*** 
=====================================================
	Main Slider style5 style
=====================================================
***/
.main-slider.style5 {
    margin-top: 80px;
}
.main-slider.style5 .slide {
    padding: 246px 0px 160px;
}
.main-slider.style5 .slide .image-layer:before{
    background-color: rgba(0, 0, 0, 0.45);
}
.main-slider.style5 .top_shadow{
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.6;
    height: 250px;
}
.main-slider.style5 .shadow_box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.85;
    z-index: 1;
}


.main-slider.style5 .content .sub_title h4{
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.main-slider.style5 .content .big-title{
    margin-top: 11px;
    margin-bottom: 16px;    
}
.main-slider.style5 .content .big-title h2 {
    font-size: 60px;
}
.main-slider.style5 .content h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: none;
}
.main-slider.style5 .content .btns-box{
	position: relative; 
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 44px;
}
.main-slider.style5 .content .btns-box a{
    padding-left: 40px;
    padding-right: 40px;
}
.main-slider.style5 .content .btns-box .left{
    position: relative;
    display: block;
}

.main-slider.style5 .content .btns-box .video-gallery_box_4 .inner .icon a {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    font-size: 15px;
    line-height: 46px;
}






































/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    margin: 0;
}
h3 {
    font-size: 18px; 
    line-height: 1.2em;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fancybox-image, 
.fancybox-spaceball {
    border-radius: 0px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}




.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}




i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}


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



.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: 'Lato', sans-serif;
    z-index: 1;
}
.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #0c1529;
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(0.5) rotateX(45deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-one:hover:before{
    opacity: 1.0;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one .txt i.right {
    position: relative;
    display: inline-block;
    line-height: 0;
    padding-left: 10px;
    font-weight: 400;
}
.btn-one .txt i.left {
    position: relative;
    display: inline-block !important;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
}

.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}














.btn-two {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: 'Noto Serif', serif;
}
.btn-two:after{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #171717;
    content: "";
    border-radius: 0px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.btn-two:hover:after{
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-two .txt {
    position: relative;
    z-index: 1;
}





.thm-social-link1 {
    position: relative;
    display: block;
}
.thm-social-link1 ul{
    position: relative;
}
.thm-social-link1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.thm-social-link1 ul li:last-child{
    margin-right: 0;
}
.thm-social-link1 ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    color: #222222;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.thm-social-link1 ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.thm-social-link1 ul li a:hover:before{
    transform: scaleX(1.0);      
}
.thm-social-link1 ul li a:hover{
    color: #ffffff;
}








.theme-shape{
    position: relative;
    display: block;
    position: relative;
}
.theme-shape.pdtop30{
    padding-top: 30px;
}
.theme-shape-box{
    position: relative;
    display: block;
}
.theme-shape-box .shap_item {
    position: relative;
    display: inline-block !important;
    margin: 0 13px;
    color: #f6f3ee;
    font-size: 60px;
}


.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span, 
.owl-theme .owl-next span {
    display: block;
}
.owl-nav-style-one{}
.owl-nav-style-one.owl-theme .owl-prev span, 
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
    text-align: center;
}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #cddfec;
    border-radius: 0%;
    color: #1f67b0;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] i{
    position: relative;
    top: -1px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 20px;
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    border-color: #171717;
    background: #171717;
}




.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
    border: 1px solid transparent;
    background: transparent;
	margin: 0px 7px;
	padding: 5px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    background: #dedede;
    margin: 4px !important;
    border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    border: 1px solid #dedede;
    background: #ffffff;
}




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;  
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}





.big-title-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-size: 360px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Exo', sans-serif;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(239 245 251 / 1.0);
    color: transparent;
    margin-top: -123px;
    margin-bottom: -245px;
}










/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
    display: none;
}
.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.90);
}
.switcher .switch_menu {
    position: absolute;
    width: 190px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}
.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}
.switcher #styleOptions li:last-child{
    margin-right: 0;
}
.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width:100%;
    height:100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}
.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
    background: #E31C79;
}
.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
    background: #FF6600;
}



/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url(../images/icon/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
    background-color: #192a96;
}
.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2a64ce;
}





/*** Scroll To Top style ***/
.scroll-top {
position: fixed;
right: 15px;
bottom: 20px;
width: 50px;
height: 50px;
color: #ffffff;
border-radius: 5px;
font-size: 20px;
line-height: 50px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
display: none;
cursor: pointer;
transition: all 200ms linear;
    transition-delay: 0s;
transition-delay: 0.1s;
z-index: 999999999;
padding: 0;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}




/* Post pagination styles */
.post-pagination{
    position: relative;
    display: block;
}
.post-pagination.martop20{
    margin-top: 20px;
}
.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i{
    color: #131313;    
}
.post-pagination.style2 li a{
    border-radius: 0;
}


.secpd100-0{
    padding: 100px 0;
}



/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 60, 34, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.overlay-style-one .box .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}





.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}
.overlay-style1.bg1{
    background-color: rgba(0, 0, 0, 0.70);    
}
.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);  
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}
.review-box ul {
    display: block;
    overflow: hidden;
}
.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.review-box ul li:last-child{
    margin-right: 0px;    
}
.review-box ul li i {
    color: #f6d000;
    font-size: 18px;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.social-links-style1 li:last-child{
    margin-right: 0px;
}
.social-links-style1 li a i{
    position: relative;
    display: block;
    background: #2a64ce;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i{
    color: #ffffff;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}
.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #e4b33d;
}


/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}




/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}
.nav-outer.style1 .mobile-nav-toggler {
    padding: 10px 0;
}
.nav-outer.style2 .mobile-nav-toggler {
    padding: 10px 0;
}
.nav-outer.style5 .mobile-nav-toggler {
    padding: 35px 0;
}

.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}
.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(9, 16, 32, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside > .mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}


.mobile-menu .nav-logo img {
width:110px;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li  > ul  > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li  > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li  > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current  > a:before{
	height:100%;
}



.mobile-menu .navigation li ul li  > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li  > ul,
.mobile-menu .navigation li  > ul  > li  > ul,
.mobile-menu .navigation  > li.dropdown  > .megamenu {
	display: none;
}
.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}




.sec-title {
    position: relative;
    display: block;
    padding-bottom: 15px;text-align: center;
}
.sec-title.with_text{
    padding-bottom: 63px;    
}

.sec-title .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 9px;
}
.sec-title .sub-title .border-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #2a64ce;
}
.sec-title .sub-title h5 {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.sec-title h2 {
font-size: 26px;
    text-transform: capitalize;
}
.sec-title.text-center .sub-title {
    justify-content: center;
}
.sec-title .text{
    position: relative;
    display: block;
    padding-top: 16px;
}
.sec-title .text p{
    margin: 0;
}



.sec-title.style2 .sub-title .border-box {
    background: #1f67b0;
}
.sec-title.style3 .sub-title h5{
    color: #888888;
}









/*** 
=============================================
    Video Gallery Area Style      
=============================================
***/
.video-gallery-area{
    position: relative;
    display: block;
    min-height: 845px;
}
.video-gallery-area .container-fullwidth {
    position: relative;
    display: block;
    width: 100%;
}
.video-gallery-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.video-gallery-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}
.video-gallery_box{
    position: relative;
    display: block;
    padding-top: 110px;
    min-height: 845px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.video-gallery_box::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    content: "";
    z-index: -1;
    opacity: 0.15;
}
.video-gallery_box .icon {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.video-gallery_box .icon a {
    position: relative;
    display: inline-block;
}
.video-gallery_box .icon a span:before{
    color: #ffffff;
    font-size: 80px;
}
.video-gallery_box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.video-gallery_box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.9em;
    margin: 0;
}


.video-gallery_content{
    position: relative;
    display: block;
    min-height: 845px;
    padding-top: 110px;
    z-index: 1;    
}
.video-gallery_content .shape-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.video-gallery_content .sec-title{
    padding: 0;
}
.video-gallery_content .sec-title .sub-title {
    justify-content: center;
}
.video-gallery_content .sec-title .sub-title .border-box{
    background: #ffffff;
}
.video-gallery_content .sec-title h2 {
    color: #ffffff;
    margin-bottom: 15px;
}
.video-gallery_content .sec-title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.video-gallery_content .graph_outer {
    position: relative;
    display: block;
    padding-top: 42px;
}



/*** 
=============================================
    Tagline Area Css
=============================================
***/
.tagline-area{
    position: relative;
    display: block;
    padding: 8px 0px 150px;
    z-index: 1;
}
.tagline-area .layer-outer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    height: 305px;
    background-position: left center;
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 1.0;
}

.tagline-content{
    position: relative;
    display: block;
}
.tagline-content h2{
    color: #222222;
    font-size: 44px;
    line-height: 60px;
    font-weight: 600;
}
.tagline-content h2 span {
    color: #1f67b0;
}
.tagline-content .text {
    position: relative;
    display: block;
    margin-top: 14px;
}
.tagline-content .text p{
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}
.tagline-content .tagline-button {
    position: relative;
    display: block;
    margin-top: 41px;
}



/*** 
=============================================
    Mission Vision Area Style      
=============================================
***/
.mission-vision-area{
    position: relative;
    display: block;
    padding-top: 160px;
    z-index: 1;
}
.mission-vision-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 55px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mission-vision-content-box{
    position: relative;
    display: block;
    max-width: 815px;
    width: 100%;
    float: right;
    padding: 62px 70px 68px;
    z-index: 1;
}
.mission-vision-content-box .logo-box{
    position: absolute;
    top: 40px;
    right: -60px;
    font-size: 330px;
    color: #222222;
    opacity: 0.05;
    z-index: -1;
}
.mission-vision-content-box h2{
    color: #222222;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;
}
.mission-vision-content-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 73px;
}
.mission-vision-content-box ul li{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-right: 70px;
}
.mission-vision-content-box ul li .icon {
    position: relative;
    display: block;
}
.mission-vision-content-box ul li .icon span::before{
    color: #222222;
    font-size: 100px;
    line-height: 0;
}
.mission-vision-content-box ul li .title {
    position: relative;
    display: flex;
    align-items: center;
}
.mission-vision-content-box ul li .title .border-box{
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    background: #222222;
    margin-right: 10px;
}
.mission-vision-content-box ul li .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.mission-vision-content-box ul li .text{
    position: relative;
    display: block;
    margin-top: 5px;
}
.mission-vision-content-box ul li .text p{
    margin: 0;
}

.video-gallery_box_2{
    position: absolute;
    bottom: 40px;
    right: -115px;
    width: 140px;
    height: 115px;
}
.video-gallery_box_2 .icon-Outer {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 35px;
    height: 115px;
    background: #ffffff;
    opacity: 0.50;
}
.video-gallery_box_2 .inner {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 140px;
    height: 115px;
    overflow: hidden;
    padding: 30px 0;
    z-index: 2;
}
.video-gallery_box_2 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -27px;
    bottom: 0;
    right: 27px;
    background: #ffffff;
    z-index: -1;
    -moz-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    -o-transform: skew(25deg, 0deg);
    -ms-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}
.video-gallery_box_2 .icon a span::before {
    position: relative;
    color: #222222;
    font-size: 30px;
    line-height: 30px;
}
.video-gallery_box_2 .inner h3{
    color: #222222;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 7px 0 0;
}



/*** 
=============================================
    Brochure Area Style      
=============================================
***/
.brochure-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #2a64ce;
}
.brochure-area .container-fluid{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.brochure-content-box{
    position: relative;
    display: block;
    width: 50%;
    min-height: 850px;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.brochure-content-box .overlay-text{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 420px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 55px 55px 60px;
}
.brochure-content-box .overlay-text .icon {
    position: absolute;
    bottom: -25px;
    right: -30px;
}
.brochure-content-box .overlay-text h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.brochure-content-box .overlay-text p{
    margin: 0;
}
.brochure-content-box .overlay-text .readmore-button{
    position: relative;
    display: block;
    margin-top: 34px
}
.brochure-content-box .overlay-text .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.brochure-content-box .overlay-text .readmore-button a span::before {
    position: relative;
    display: inline-block;
    top: 3px;
    font-size: 20px;
    color: #2a64ce;
    padding-right: 10px;
}


.info-content-box{
    position: relative;
    display: block;
    width: 50%;
    min-height: 850px;
    float: left;
    padding: 110px 15px 110px;    
}
.info-content-box-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}
.info-content-box .inner-content{
    position: relative;
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.info-content-box .sec-title.style2{
    padding: 0;
}
.info-content-box .sec-title.style2 .sub-title .border-box {
    background: #ffffff;
}
.info-content-box .sec-title .sub-title h5 {
    color: #ffffff;
}
.info-content-box .sec-title h2 {
    color: #ffffff;
}
.info-content-box .sec-title .text p {
    color: #c5c9e6;
}


.info-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 43px;
    padding-bottom: 73px;
}
.info-content-box .inner-content ul li {
    position: relative;
    display: block;
    max-width: 33.333333%;
    width: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    text-align: center;
}
.info-content-box .inner-content ul li:last-child{
    border-right: none;
}
.info-content-box .inner-content ul li .icon{
    position: relative;
    display: block;
}
.info-content-box .inner-content ul li .icon span::before{
    color: #ffffff;
    font-size: 130px;
}
.info-content-box .inner-content ul li .text{
    position: relative;
    display: block;
    top: -15px;
}
.info-content-box .inner-content ul li .text p{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}


.info-content-box .inner-content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 67px;
}
.info-content-box .inner-content .bottom-box .left{
    position: relative;
    display: inline-block;
}
.info-content-box .inner-content .bottom-box .left h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.info-content-box .inner-content .bottom-box .right{
    position: relative;
    display: block;
}
.info-content-box .inner-content .bottom-box .right a{
    line-height: 65px;
    padding-left: 30px;
    padding-right: 30px;
}



/*** 
=============================================
    Locations Area Style      
=============================================
***/
.locations-area{
    position: relative;
    display: block;
    overflow: hidden;
}
.locations-area .container-fluid{
    padding: 0;
}
.locations-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.locations-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.home-map-outer-2 .map-canvas {
    position: relative;
    width: 100%;
    height: 530px;
}


.locations-content-box{
    position: relative;
    display: block;
    width: 100%;
    min-height: 530px;
    background: #222222;
    padding-top: 104px;
}
.locations-content-box .outer_box{
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    margin-left: 140px;
}

.locations-content-box .sec-title {
    padding-bottom: 44px;
    margin: 0;
}
.locations-content-box .sec-title h2 {
    color: #ffffff;
}

.locations-content-box .inner-content{
    position: relative;
    display: block;
    max-width: 420px;
    width: 100%;
}
.locations-content-box .inner-content .single-box{
    position: relative;
    display: block;
}
.locations-content-box .inner-content .single-box h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.locations-content-box .inner-content .single-box h3 span::before{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding-right: 2px;
    top: -1px;
}
.locations-content-box .inner-content .single-box h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 0;
    font-family: 'Lato', sans-serif;
}
.locations-content-box .inner-content .single-box h4 a{
    color: #ffffff;    
}
.locations-content-box .inner-content .single-box ul{
    position: relative;
    display: block;
    padding-top: 10px;
}
.locations-content-box .inner-content .single-box ul li{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
.locations-content-box .inner-content .single-box ul li a{
    color: #ffffff;    
}
.locations-content-box .inner-content .single-box ul li span{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #ffffff;      
}


.locations-Carousel .owl-dots {
    position: absolute;
    top: -90px;
    right: -200px;
    bottom: 0;
}
.locations-Carousel .owl-dots::before {
    position: absolute;
    top: 210px;
    right: 5px;
    bottom: 0;
    width: 1px;
    background: #222222;
    content: "";
    z-index: 1;
}
.locations-Carousel .owl-dots .owl-dot{
    position: relative;
	display: block;
	width: 11px;
	height: 11px;
    border: 1px solid #555555;
    background: transparent;
	margin: 40px 0px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.locations-Carousel .owl-dots .owl-dot::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 4px;
    width: 1px;
    height: 20px;
    background: #555555;
}
.locations-Carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background: transparent;
    border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}



/*** 
=============================================
    Mission Vision Style2 Area Style      
=============================================
***/
.mission-vision-style2-area{
    position: relative;
    display: block;
}
.mission-vision-style2-area .container-fluid{
    padding: 0;
}
.mission-vision-style2-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.mission-vision-style2-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}
.mission-vision-style2_single_box{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 85px;
}  
.mission-vision-style2_single_box_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;

    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.75;
}
.mission-vision-style2_single_box:hover .mission-vision-style2_single_box_bg{
    transform: perspective(400px) scaleY(1.0);   
}


.mission-vision-style2_single_box .icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 170px;
    height: 170px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.mission-vision-style2_single_box .icon::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #e7e9f2;
    border-radius: 50%;
    z-index: -1;
}

.mission-vision-style2_single_box .icon span::before{
    position: relative;
    display: block;
    color: #222222;
    font-size: 100px;
    line-height: 170px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.mission-vision-style2_single_box .icon span.size2::before{
    font-size: 130px;    
}
.mission-vision-style2_single_box:hover .icon span::before{
    color: #2a64ce;
}

.mission-vision-style2_single_box .inner_box{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 144px 50px 70px;
}
.mission-vision-style2_single_box .inner_box.bg2{
    background: #e3e6f2;
}
.mission-vision-style2_single_box .inner_box .text{
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mission-vision-style2_single_box .inner_box .text h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 17px;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box:hover .inner_box .text h3{
    color: #ffffff;
}
.mission-vision-style2_single_box .inner_box .text p{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box:hover .inner_box .text p{
    color: #ffffff;
}

.mission-vision-style2_single_box .inner_box .text .button_box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.mission-vision-style2_single_box .inner_box .text .button_box a{
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    background: #ffffff;
    color: #222222;
    font-size: 18px;
    line-height: 40px;
}



/*** 
=============================================
    Expertise Info Area Style      
=============================================
***/
.expertise-info-area{
    position: relative;
    display: block;
    background: #2a64ce;
}
.expertise-info-area .layer_outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    opacity: 0.20;
}
.expertise-info-area .container-fullwidth{
    position: relative;
    display: block;
    width: 100%;
    min-height: 695px;
}
.expertise-info_box{
    position: relative;
    display: block;
    width: 55%;
    float: left;  
}


.progress-levels{
	position:relative;
    display: block;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 15px 110px;
}
.progress-levels .sec-title.with_text{
    padding-bottom: 50px;
}
.progress-levels .sec-title .sub-title .border-box {
    background: #ffffff;
}
.progress-levels .sec-title h2 {
    color: #ffffff;
}
.progress-levels .sec-title .text p {
    color: #c5c9e6;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 27px;
}
.progress-levels .progress-box.last-child{
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}
.progress-levels .progress-box .inner .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 14px;
    text-transform: capitalize;
    font-family: 'Exo', sans-serif;
}
.progress-levels .progress-box .inner .text span{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.progress-levels .progress-box .bar{
	 position: relative;
	 display: block;
}
.progress-levels .progress-box .bar .bar-innner{
	position: relative;
	width: 100%;
    height: 5px;	
	background: rgba(255, 255, 255, 0.20);
    border-radius: 0px;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	top: 0%;
	left: 0px;
    bottom: 0%;
	width: 0px;
	height: 5px;
    border-radius: 0px;
	transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-fill::before{
    position: absolute;
    top: -10px;
    right: 0;
    width: 2px;
    height: 10px;
    content: "";
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -39px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: 'Lato', sans-serif;
}
.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -2px;
}


.video-gallery_box_6 {
    position: absolute;
    top: -15px;
    right: 0;
    bottom: -15px;
    width: 45%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.video-gallery_box_6 .video-gallery{
    position: relative;
    width: 140px;
    height: 115px;
}
.video-gallery_box_6 .video-gallery .icon-Outer {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 140px;
    height: 115px;  
    background-image: url(../images/shape/video-gallery_box_6_shape.png);  
}
.video-gallery_box_6 .video-gallery .inner {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 140px;
    height: 115px;
    overflow: hidden;
    padding: 30px 0;
    z-index: 2;
}
.video-gallery_box_6 .video-gallery .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -27px;
    bottom: 0;
    right: 27px;
    z-index: -1;
    -moz-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    -o-transform: skew(25deg, 0deg);
    -ms-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}
.video-gallery_box_6 .video-gallery .icon a span::before {
    position: relative;
    left: -15px;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}
.video-gallery_box_6 .video-gallery .inner h3{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 7px 0 0;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 148px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 17px 0 18px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.error-content .btns-box {}
.error-content .btns-box a {
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
}




/*****************/


/*---------------------
  How IT WOrks Section
-----------------------*/

.howit-works {
padding: 0;
background: url(../images/back.jpg);
background-size: cover;
background-attachment: fixed;position: relative;overflow: hidden;
}

.howit-works .container-fluid {
position: relative;
z-index:2;

}



.howit-works .col-lg-4  { 

padding:0
}

/*

.howit-works .section-title h2 {
color:#fff;
}*/
/*
.howit-works:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
background: #1d1d1db3;
	content: "";


}*/

.single-howit-works {
text-align: center;
height: 425px;
padding: 120px 50px 40px;
transition: all ease-in-out 0.6s;	
position: relative;

}


.single-howit-works img {
width: 100px;

}

.single-howit-works:after {
	position: absolute;
	left: 0;
	top: 50px;
	height: 100%;
	width: 100%;
background: #1d1d1db3;z-index: -1;
	content: "";opacity:0;  transition: all ease-in-out 0.2s;
background: linear-gradient(to right, #0009 , #0003);

}

.single-howit-works h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 16px;
	margin-top: 32px;
}


.single-howit-works p { 
	color: #fff;

}


.single-howit-works:hover {


padding: 80px 50px 80px;
}

.single-howit-works:hover:after {
opacity:1;	top: 0;
}







/*****************************************/


        .xs-sc-3832556b {
            padding:0;position: relative;
        }

        
        .xs-sc-3832556b {
background-image: url("../images/parallax/parallax1.jpg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            background-attachment: fixed;
        }
        
        .xs-sc-3832556b .xs-main-overlay {
background-color: #0009;

        }
        
        .xs-sc-3832556b {
            overflow: visible;
        }




.parallax-section video {
    z-index: -1;
    display: block;
    width: 100%
}

.intro-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    display: flex;
    align-content: center;
    align-items: center;
    vertical-align: middle;
}



.row {
    position: relative;
}







.wpcf7-form .wpcf7-form-control{
    width: 100%;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    padding: 5px 20px;
    color: #626c84;
    font-size: 16px;
    font-weight: normal;
}

select.wpcf7-form-control{
    border: 0 !important;
    outline: 1px solid #dadada;
}

.wpcf7-form input.wpcf7-form-control,
select.wpcf7-form-control{
    height: 50px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit{
width: auto;
float: right;
color: #fff;
font-weight: normal;
text-transform: capitalize;
border: 0;
padding: 15px 35px;
margin-top: 15px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover{
    background:#fc6a2a;
}

.wpcf7-form p{
    margin-bottom: 15px;
}

/* Quote form */

.ts_quote_form{
    background: #1f1f1f;
    color: #fff;
    padding: 80px 50px;
    margin-top: -80px;
    margin-bottom: -80px;
}

.ts_quote_form .column-title{
    font-size: 26px;
    margin-bottom: 40px;
}

.ts_quote_form .column-title span{
    font-size: 17px;
    margin: 0;
}

.ts_quote_form .form-group{
    margin-bottom: 30px;
}

.ts_quote_form .wpcf7-form-control-wrap.text .wpcf7-form-control,
.ts_quote_form .wpcf7-form-control-wrap.email .wpcf7-form-control,
.ts_quote_form .wpcf7-form-control-wrap.textarea .wpcf7-form-control{
    border: 0;
    border-bottom: 1px solid #6d6d6d;
    padding-left: 0;
    color: #fff;
    background:none;
    position: relative;
    z-index: 2;
}

.ts_quote_form .wpcf7-form-control-wrap .wpcf7-form-control:focus{
    border: 0;
    box-shadow: none;
    outline:none;
    border-bottom: 1px solid #cb3939;
}

.ts_quote_form .tag-line{
    text-align: center;
    color: #fff;
    clear: both;
    margin-top: 20px;
    margin-bottom: 0;
}

.ts_quote_form .tag-line p{
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.quote_form input::-webkit-input-placeholder,
.quote_form textarea::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
}

.newsletter-form input::-webkit-input-placeholder,
.newsletter-form input:-moz-placeholder,
.newsletter-form input::-moz-placeholder{
    color: #252a37;
}



.quote_form input:-moz-placeholder,
.quote_form textarea:-moz-placeholder {
    color: #fff
}

.quote_form input::-moz-placeholder,
.quote_form textarea::-moz-placeholder,
.newsletter-form input::-moz-placeholder {
    color: #333
}

.quote_form input:-ms-input-placeholder,
.quote_form textarea:-ms-input-placeholder,
.newsletter-form input:-ms-input-placeholder {
    color: #fff
}


/* Counter
================================================== */


.facts {
    position: relative;
    text-align: center;
    padding: 25px 0 5px;
    margin-left: -100px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.facts i{
    font-size: 54px;
    color: #a4a7af;
}

.facts-num .funfact{
    font-size: 30px;
    font-weight: 700;
    color: #252a37;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.facts h4{
    font-size: 18px;
    margin-top: 8px;
    text-transform: uppercase;
}


/* Fact box */

.fact-box i{
    font-size: 54px;
    color: #d72727;
}

.fact-box .facts-num{
    font-size: 30px;
    font-weight: 700;
    color: #535353;
    margin-top: 15px;
    margin-bottom: 0;
}

.fact-box .fact-title{
    font-size: 16px;
    color:#fff;
    font-weight: 400;
}

.fact-box p{
    font-weight: 700;
color: #000;
}

/* Facts Col */

.ts-facts-col{
    padding:0;
}

.ts-facts-col .facts{
    margin:0;
    padding:0;
    position:relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0 0;
}

.ts-facts-col:nth-child(2) .facts,
.ts-facts-col:nth-child(4) .facts{
    border-right: 0;
}

.ts-facts-col:nth-child(3) .facts,
.ts-facts-col:nth-child(4) .facts{
    border-bottom: 0;
}

.ts-facts-col .facts i{
    color:rgba(255,255,255,.25);
    position: absolute;
    top:15px;
    font-size:70px;
}

.ts-facts-col .facts-num .funfact,
.ts-facts-col .facts p{
    color:#fff;
    font-weight: 700;
}



.pad-cpunter .fact-box {
padding: 40px 0;
}



.xs-main-overlay {
transition:all .3s ease 0s
}

.xs-sc-9cf15eff .row:hover .xs-main-overlay {
background-color: rgba(24, 20, 20, 0.7);
}



.xs-sc-91665d5b .row:hover .xs-main-overlay {
background-color: rgba(24, 20, 20, 0.7);
}




.xs-sc-123b8dce .row:hover .xs-main-overlay {
background-color: rgba(24, 20, 20, 0.7);
}





.backg-gr {
background: url(../images/4.jpg);
    background-attachment: scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
background-attachment: fixed;
background-size: cover;
background-position: center;}


.xs-main-overlay {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.ts-features-light {
background-image: url("../images/back4.jpg");
background-size: cover;
background-position: right;}


.ts-service-box {
margin-bottom:30px;
}

.ts-service-image-wrapper {
overflow: hidden;
}



.ts-service-image-wrapper img {
transition: all ease-in-out 0.4s;
}



.ts-service-box:hover img {

transform: scale(1.1);

}




/***********/


   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;overflow: hidden;
  background: #dc3336;margin: 15px auto; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 




/*****************************************/



/* Video Section */

.video-section {
    position: relative;
    padding: 100px 0 120px;
    background-size: cover;
    overflow: hidden;
}

.video-section:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
background: linear-gradient( to right , #ffffff1a , #071235cc);
opacity: 1;
    content: "";
}


.video-section .auto-container {
    z-index: 1;
    position: relative;
}

.video-section .sec-bg {
    position: absolute;
    top: -70px;
    bottom: -20px;
    left: 0;
    right: 0;
    background-size: cover;
}

.video-section h5 {
    position: relative;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 15px;
}

.video-section h5:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 85px;
    height: 2px;
    width: 50px;
    left: -68px;
    bottom: 10px;
}

.video-section h2 {
position: relative;

font-size: 22px;

color: #fff;

font-weight: 700;

line-height: 39px;

margin-bottom: 0;

}

.video-section .video-box {
    position: relative;text-align: center;
}




.video-section .video-box .video-btn a:hover {
    color: #fff;
}

.video-section .video-box .text {
position: relative;
color: #fff;
margin-bottom: 0;
font-size: 17px;
text-transform: uppercase;
margin-top: 155px;
font-weight: bold;
letter-spacing: 0;
}








.about-right-play .play-right-btn {
    margin:  0;
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 65px;
    background-color: #fff;
    border-radius: 50px;
    color: #0152a3;
    text-align: center;
    font-size: 30px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.about-right-play .play-right-btn:hover {
    background-color: #1f1f1f;
    color: #fff;
}






.play-box-two {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.play-box-two .icon {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 99;
    display: inline-block;
    color: #0152a3;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    line-height: 60px;
    background-color: #fff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.play-box-two .icon-outer {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto
}

.play-box-two .icon-outer:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%
}

.play-box-two .icon:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%
}

.play-box-two .ripple,
.play-box-two .ripple:before,
.play-box-two .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-box-two .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-box-two .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}



.countertop {
padding:50px 0;width: 100%;
}


.anim-vid {

padding:150px 0;
}




/*****************/




/*********************************/

/*Achievement Section # 02
==============*/

.skill-bg {
    background-image: url(../images/skill-bg.jpg);
}

.skill-bg {
    width: 50%;
    height: auto;
    position: relative;
    background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .skill-bg {
        display: none;
    }
}

@media (max-width: 767px) {
    .skill-bg {
        display: none;
    }
}

.skill-content {
    width: 50%;
    padding: 60px 60px 50px;
    padding-bottom: 60px;
    background: #00225a;text-align: center;
}

.skill-content p {
    font-size: 16px;
    color: #c5c2c2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-content {
        padding: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .skill-content {
        width: 100%;
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .skill-content {
        width: 100%;
        padding: 50px;
    }
}

.skill-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.skill-area .section-title h2 {
    color: #fff;
}



.skill-content .sec-title h2 {
color:#fff;
}


.skill-area .single-counter-box {
    border-bottom: 1px solid #fff3;
    border-right: 1px solid #fff3;
    padding-bottom: 20px;
    border-left: 1px solid #fff3;
    border-top: 1px solid #fff3;
    padding: 35px;
}

.single-counter-box.one {
    border-top: none;
    border-left: none;
}

.single-counter-box.two {
    border-top: none;
    border-right: none;
    border-left: none;
}

.single-counter-box.three {
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.single-counter-box.four {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.skill-area .fact-icon i:before {
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0;
}

.skill-area .single-counter-box .counter-number span {
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0 5px;
}

/*Pop up Video */

.pop-up-video a.video-play-btn {
    font-size: 20px;
    color: #fff;
    border: 2px solid #dc3336;
    border-radius: 50%;
    padding: 15px;
    width: 70px;
    height: 70px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background: #dc3336;
    cursor: pointer;
    z-index: 9;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

.pop-up-video a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #FCD1C1;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.feature-top {
    z-index: 9;
    position: relative;
}

.about-thumb-wrap {
    position: relative;
    display: inline-block;
    padding: 50px;
}

.about-thumb-wrap:before {
    content: "";
    background-image: url(../images/shape-3.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 251px;
    height: 292px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.about-thumb-wrap:after {
    content: "";
    background-image: url(../images/shape-4.png);
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    width: 251px;
    height: 292px;
}



/* Achievement Section 
============== */

.achievement-area {
    background-image: url(../img/achievement.jpg);
    height: 300px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.achievement-area.home2 {
    background-color: #020E28;
}

.fact-icon i:before {
    font-size: 50px;
    line-height: 35px;
    color: #dc3336;
    margin: 25px 0;
    display: inline-block;
}

.single-counter-box {
    text-align: center;
}

.single-counter-box .counter-number span {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 10px;
}

.single-counter-box p.counter-number {
    font-size: 40px;
    color: #fff;margin: 25px 0;
}

.single-counter-box h6 {
    color: #fff;
    font-weight: 500;
}

.overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(3, 15, 39, 0.28);
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/*************/



/*****************************/



.top-right .social-links {
    position: relative;
    margin-bottom: 0;float: right;
}

.top-right .social-links li {
    position: relative;
    float: left;
    color: #111;
    line-height: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.top-right .social-links li a  > div {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
    top: 0;

}

.top-right .social-links li:hover a  > div {
    top: -40px;
}

.main-ico {
    border-left: 1px solid #a5a5a533;
}


.top-right .social-links li:last-child .main-ico {
    border-right: 1px solid #a5a5a533;
}

.hover-ico span {
    display: block;
    line-height: 40px;
    color: #fff;
}

.hover-ico .facebook {
    background: #3b5998
}

.hover-ico .twitter {
    background: #55acee
}

.hover-ico .youtube {
    background: #ff0000
}

.hover-ico .linkedin {
    background: #007bb5
}

.hover-ico .whatsapp {
    background: #24cc63
}

.top-right .social-links li a {
    position: relative;
    display: block;

    color: #dc3336;color: #000;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



.top-right .btn-one {
padding-left: 20px;
padding-right: 20px;
line-height: 40px;
float:right;
}


.top-right .btn-one:hover {
color:#fff;
}



.header-bottom_right__btn{
position: relative;
display: block;
float: right;
}
.header-bottom_right__btn a {
line-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
}




.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    text-transform: capitalize;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    z-index: 1;background: #dc3336;
}
.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #0c1529;
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(0.5) rotateX(45deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-one:hover:before{
    opacity: 1.0;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one .txt i.right {
    position: relative;
    display: inline-block;
    line-height: 0;
    padding-left: 10px;
    font-weight: 400;
}
.btn-one .txt i.left {
    position: relative;
    display: inline-block !important;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
}

.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}





/******************/



.img-holder .btn-product {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #dc3336;
    z-index: 5;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.30px;
    border-radius: 2px;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    bottom: -50px;
    left: 0;
}
.img-holder .btn-product a { 
color:#fff;
}
.img-holder .btn-product i {
    margin-right: 10px;
}
.single-features-style4:hover .img-holder .btn-product  {
    bottom: 0;
}





/*******************************/


/*** 
=============================================
    Blog Style1 Area Css

=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 40px;
    z-index: 1;
}
.blog-style1-area::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #2a64ce;
    content: "";
    opacity: 0.80;
}
.blog-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}


.blog-style1-area .sec-title .sub-title .border-box{
    background: #ffffff;
}
.blog-style1-area .sec-title h2 {
    color: #ffffff;
}
.blog-style1-area .sec-title .text p{
    color: #ffffff;
}

.single-blog-style1{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.single-blog-style1 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:before{
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-blog-style1 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}
.single-blog-style1:hover .img-holder .overlay-icon{
    transform: perspective(400px) scaleY(1.0);    
}
.single-blog-style1 .img-holder .overlay-icon a{
    position: relative;
    display: inline-block;
    top: -25px;
}
.single-blog-style1 .img-holder .overlay-icon span{
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
}
.single-blog-style1 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #000;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:after{
    opacity: 0.35;
    transform: scaleY(1.0);    
}


.single-blog-style1 .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style1 .img-holder .date-box {
    position: absolute;
    right: 45px;
    bottom: 30px;
    width: 60px;
    height: 65px;
    padding-top: 13px;
    text-align: center;
    z-index: 3;
}
.single-blog-style1 .img-holder .date-box h2{
    color: #ffffff;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}
.single-blog-style1 .img-holder .date-box span {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}


.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 25px;
    z-index: 2;
}
.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dee1ed;
}
.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 16px;
    margin-right: 15px;
}
.single-blog-style1 .text-holder .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-blog-style1 .text-holder .meta-info li:before {
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #dee1ed;
    content: "";
}
.single-blog-style1 .text-holder .meta-info li:last-child:before{
    display: none;
}
.single-blog-style1 .text-holder .meta-info li i {
    padding-right: 10px;
}
.single-blog-style1 .text-holder .meta-info li a {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
} 


.single-blog-style1 .text-holder .blog-title {
font-size: 18px;
line-height: 30px;
text-transform: capitalize;
height: 68px;
overflow: hidden;

}
.single-blog-style1 .text-holder .blog-title a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 9px;
    padding-bottom: 27px;
}
.single-blog-style1 .text-holder .text p {
    margin: 0;
}
.single-blog-style1 .text-holder .readmore-button{
    position: relative;
    display: block;
}
.single-blog-style1 .text-holder .readmore-button a{
    color: #2a64ce;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .readmore-button a span::before{
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
    top: 3px;
}



/*** 
=============================================

    Blog Style2 Area Css
=============================================
***/
.blog-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 40px;
    z-index: 1;
}

.blog-style2_top{
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-style2_top .sec-title.with_text {
    padding-bottom: 63px;
}
.blog-style2_top .view-more-post-button {
    position: relative;
    display: block;
    padding-top: 82px;
}
.view-more-post-button .btn-one {
    background: #1f67b0;
}


.single-blog-style2{
    position: relative;
    display: block;
    margin-bottom: 70px;
}
.single-blog-style2 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style2 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.single-blog-style2:hover .img-holder .inner:before{
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-blog-style2 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}
.single-blog-style2:hover .img-holder .overlay-icon{
    transform: perspective(400px) scaleY(1.0);    
}
.single-blog-style2 .img-holder .overlay-icon a{
    position: relative;
    display: inline-block;
}
.single-blog-style2 .img-holder .overlay-icon span{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
.single-blog-style2 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #000;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-blog-style2:hover .img-holder .inner:after{
    opacity: 0.35;
    transform: scaleY(1.0);    
}
.single-blog-style2 .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style2:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style2 .img-holder .date-box {
    position: absolute;
    left: 45px;
    bottom: -15px;
    width: 60px;
    height: 65px;
    text-align: center;
    z-index: 1;
}
.single-blog-style2 .img-holder .date-box h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 13px;
}
.single-blog-style2 .img-holder .date-box span{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}


.single-blog-style2 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    padding: 43px 45px 35px;
}
.single-blog-style2 .text-holder .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.single-blog-style2 .text-holder .blog-title a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .text-holder .text {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-bottom: 23px;
}
.single-blog-style2 .text-holder .text p{
    margin: 0;
}

.single-blog-style2 .text-holder .meat_box {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #cddfec;
    padding-top: 25px;
}
.single-blog-style2 .text-holder .meat_box .author {
    position: relative;
    display: block;
    width: 30px;
}
.single-blog-style2 .text-holder .meat_box .author img {
    width: 100%;
}
.single-blog-style2 .text-holder .meat_box .meta-info{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style2 .text-holder .meat_box .meta-info li {
    position: relative;
    float: left;
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.single-blog-style2 .text-holder .meat_box .meta-info li:before {
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 18px;
    background: #cddfec;
    content: "";
}
.single-blog-style2 .text-holder .meat_box .meta-info li:last-child::before{
    display: none;
}
.single-blog-style2 .text-holder .meat_box .meta-info li a{
    color: #222222;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




/*** 
=============================================
    Blog Style3 Area Css
=============================================
***/
.blog-style3-area{
    position: relative;
    display: block;
    padding: 110px 0 40px;
}
.single-blog-style3{
    position: relative;
    display: block;
}
.single-blog-style3 .text-holder{
    padding: 43px 35px 50px;
}
.single-blog-style3 .text-holder .text {
    margin-bottom: 33px;
}
.single-blog-style3 .text-holder .meat_box {
    border-top: 1px solid #dee1ed;
    border-bottom: 1px solid #dee1ed;
    padding-top: 7px;
    padding-bottom: 7px;
}
.single-blog-style3 .text-holder .meat_box .meta-info li{
    text-transform: capitalize;
}
.single-blog-style3 .text-holder .meat_box .meta-info li:first-child{
    padding-left: 0;
}
.single-blog-style3 .text-holder .meat_box .meta-info li:before {
    display: none;
}
.single-blog-style3 .text-holder .meat_box .meta-info li span::before {
    padding-right: 6px;
}
.single-blog-style3 .text-holder .meat_box .meta-info .auther {
    position: relative;
    display: block;
}
.single-blog-style3 .text-holder .meat_box .meta-info .auther a {
    position: relative;
    display: inline-block;
    padding: 2px 10px 2px;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style3 .text-holder .meat_box .meta-info .auther a:hover{
    color: #ffffff;
}



/*** 

=============================================
    Blog Style4 Area Css
=============================================
***/
.blog-style4-area{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 50px 0 40px;
}
.blog-style4_top_title{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 79px;
}
.blog-style4_top_title .sec-title{
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0;
}

.blog-style4_top_title .text{
    position: relative;
    display: block;
    max-width: 615px;
    width: 100%;
    padding-left: 80px;
}
.blog-style4_top_title .text::before{
    position: absolute;
    top: -28px;
    left: 0;
    bottom: -28px;
    width: 1px;
    background: #cfd3e4;
    content: "";    
}
.blog-style4_top_title .text p{
    margin: 0;
}



/*** 
=============================================
    Blog Style5 Area Css
=============================================
***/
.blog-style5-area{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 110px 0 70px;
}
.blog-style5_top_title{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 79px;
}
.blog-style5_top_title .sec-title{
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0;
}
.blog-style5_top_title .text{
    position: relative;
    display: block;
    max-width: 615px;
    width: 100%;
    padding-left: 80px;
}
.blog-style5_top_title .text::before{
    position: absolute;
    top: -28px;
    left: 0;
    bottom: -28px;
    width: 1px;
    background: #cfd3e4;
    content: "";    
}
.blog-style5_top_title .text p{
    margin: 0;
}


.single-blog-style5{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
.single-blog-style5 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style5 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.single-blog-style5 .img-holder .inner:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 350px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.single-blog-style5 .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style5:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-blog-style5 .img-holder .overlay_text_box{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 45px 40px;
    padding-right: 30px;
    z-index: 2;
    transform: perspective(400px) translateY(0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style5:hover .img-holder .overlay_text_box{
    transform: perspective(400px) translateY(-70px);
}
.single-blog-style5 .img-holder .overlay_text_box .categorie{}
.single-blog-style5 .img-holder .overlay_text_box .categorie p{
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: 0 15px;
    color: #fefefe;
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.single-blog-style5 .img-holder .overlay_text_box .blog-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 18px 0 0;
}
.single-blog-style5 .img-holder .overlay_text_box .blog-title a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-blog-style5 .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 10px;
}
.single-blog-style5 .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-right: 15px;
}
.single-blog-style5 .meta-info li:last-child{
    margin-right: 0;
}
.single-blog-style5 .meta-info li span::before{
    position: relative;
    display: inline-block;
    padding-right: 7px;
}
.single-blog-style5 .meta-info li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
} 



.single-blog-style5 .img-holder .overlay-icon{
    position: absolute;
    left: 45px;
    bottom: 40px;
    z-index: 2;
    transform: perspective(400px) translateY(100px);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style5:hover .img-holder .overlay-icon{
    transform: perspective(400px) translateY(0px);
}
.single-blog-style5 .img-holder .overlay-icon a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
    z-index: 2;
}
.single-blog-style5 .img-holder .overlay-icon a:hover{
    color: #ffffff;
}



/*** 
=============================================
    Blog Page One Css
=============================================

***/
.blog-page-one{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.blog-page-one .single-blog-style1 .text-holder {
    border: 1px solid #e9ebf4;
}


.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.styled-pagination.pdtop0{
    padding-top: 0;
}
.styled-pagination li{
	position: relative;
	display: inline-block;
    float: none;
	margin: 0 3.5px;
}
.styled-pagination li a{
	position: relative;
	display: inline-block;
    width: 45px;
    height: 50px;
    border-radius: 0%;
    background: #ffffff;
    border: 1px solid #dddddd;
	color: #222222;
	font-size: 16px;
	line-height: 48px;
	font-weight: 500;
	text-align: center;
	text-transform:capitalize;
	transition:all 500ms ease;
    font-family: 'Exo', sans-serif;
    z-index: 1;
}
.styled-pagination li:hover a,
.styled-pagination li.active a{
    color: #ffffff;
    background: #2a64ce;
    border-color: #2a64ce !important;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
    position: relative;
	color: #222222;
    line-height: 48px;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
    color: #ffffff;
}



/*** 
=============================================
    Blog Page Two Css
=============================================
***/
.blog-page-two{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}

.single-blog-style2.blog_list .img-holder .date-box {
    width: 70px;
    height: 75px;
}
.single-blog-style2.blog_list .img-holder .date-box h2 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 13px;
}
.single-blog-style2.blog_list .img-holder .date-box span {
    font-size: 16px;
}
.single-blog-style2.blog_list .text-holder {
    padding: 53px 45px 40px;
}
.single-blog-style2.blog_list .text-holder .blog-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}
.single-blog-style2.blog_list .text-holder .text {
    margin-top: 17px;
    margin-bottom: 33px;
}



.blog-page-two .styled-pagination{
    margin-left: -3px;
}


.single-blog-style2 .text-holder.margintop_15{
    margin-top: -15px;
}
.blog_list_video_gallery {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-gallery_box_5.blog_list_video_gallery .icon {
    position: static;
}


.blog_list_carousel{}
.blog_list_carousel.owl-theme .owl-prev span, 
.blog_list_carousel.owl-theme .owl-next span {
    position: relative;
    display: block;
}
.blog_list_carousel.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 15px;
}
.blog_list_carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    z-index: 10;
    display: block;
    transform: translateY(-50%);
    line-height: 0;
}
.blog_list_carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: rgba(34, 34, 34, .30);
    width: 55px;
    height: 55px;
    border: 0px solid;
    border-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.blog_list_carousel.owl-theme .owl-nav .owl-prev {

}
.blog_list_carousel.owl-theme .owl-nav .owl-next {
    float: right;
}



.blog_list_post_style2{
    position: relative;
    display: block;
    background: #2a64ce;
    padding: 50px 60px 60px;
}
.blog_list .blog_list_post_style2 .text-holder {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.blog_list .blog_list_post_style2 .text-holder .blog-title a{
    color: #ffffff;
}
.blog_list .blog_list_post_style2 .text-holder .meat_box {
    border-top: none;
    padding-top: 30px;
}
.blog_list .blog_list_post_style2 .text-holder .meat_box .meta-info li {
    color: #fff;
}
.blog_list .blog_list_post_style2 .text-holder .meat_box .meta-info li a{
    color: #fff;    
}
.blog_list .blog_list_post_style2 .quote-icon{
    position: absolute;
    right: 40px;
    bottom: 40px;  
    font-size: 50px;  
}



.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
    float: right;
}
.single-sidebar {
    position: relative;
    display: block;
    padding-bottom: 70px;
}
.single-sidebar.pdbtm0{
    padding-bottom: 0;
}

.single-sidebar .title {
    position: relative;
    display: block;
    background: #2a64ce;
    padding: 22px 0px 22px 25px;
}
.single-sidebar .title h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}



.single-sidebar_search_box{
    position: relative;
    display: block;
    padding: 40px 30px 45px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.single-sidebar_search_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9ebf4;
    opacity: 0.95;
    z-index: -1;
}
.single-sidebar_search_box h3{
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 17px;
}

.sidebar-search-box {
    position: relative;
    display: block;
}
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: rgb(255, 255, 255);
    border: 0px solid #e5e5e5;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    padding-left: 19px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
    font-family: 'Exo', sans-serif;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 60px;
    color: #2a64ce;
    font-size: 16px;
    line-height: 60px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
    font-size: 16px
}
.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input:-moz-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input::-moz-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #808080;
}


.single-sidebar .sidebar-categories-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 22px;
}
.single-sidebar .sidebar-categories-box li {
    position: relative;
    display: block;
}
.single-sidebar .sidebar-categories-box li a {
    position: relative;
    display: block;
    padding: 0 15px;
    color: #222222;
    font-size: 18px;
    line-height: 58px;
    font-weight: 400;
    border-bottom: 1px solid #e9ebf4;
    transition: all 500ms ease;
}
.single-sidebar .sidebar-categories-box li a span::before {
    position: relative;
    display: inline-block;
    color: #2a64ce;
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
}



.single-sidebar .recent-posts{
    position: relative;
    display: block;
    padding-top: 40px;
}
.single-sidebar .recent-posts li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9ebf4;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.single-sidebar .recent-posts li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single-sidebar .recent-posts li .inner {
    position: relative;
    display: block;
    min-height: 70px;
    padding-left: 75px;
}
.single-sidebar .recent-posts li .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 70px;
    overflow: hidden;
}
.single-sidebar .recent-posts li .img-box img{
    width: 100%;
}
.single-sidebar .recent-posts li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 0px;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.single-sidebar .recent-posts li:hover .img-box .overlay-content{
	opacity: 1;
    transform: perspective(400px) scale(1.0); 
    transition: all 0.3s ease-in-out 0.3s;    
}
.single-sidebar .recent-posts li .img-box .overlay-content a{
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box {
    position: relative;
    display: block;
    min-height: 70px;
    padding-left: 25px;
}
.single-sidebar .recent-posts li .title-box h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0px 4px;
}
.single-sidebar .recent-posts li .title-box h4 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box p{
    color: #2a64ce;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}
.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    padding: 0 24px;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    line-height: 43px;
    font-weight: 400;
    border: 1px solid #dddddd;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
    border: 1px solid #e5e5e5;
}
.single-sidebar .popular-tag li:hover a{
    color: #ffffff;
    background: #2a64ce;
    border-color: #2a64ce;
}



/*** 
=============================================
    Blog Details Area style
=============================================
***/
.blog-details-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.blog-details-area .blog-posts{
    position: relative;
    display: block;
}
.blog-details_content .single-blog-style2{
    margin: 0;
}
.blog-details_content .single-blog-style2 .text-holder {
    padding: 53px 45px 27px;
}
.blog-details_content .single-blog-style2 .text-holder .bottom-text{
    position: relative;
    display: block;
    margin-top: -8px;
}


.blog-details-image-box{
    position: relative;
    display: block;
}
.blog-details-image-box .single-box{
    position: relative;
    display: block;
}
.blog-details-image-box .single-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-details-image-box .single-box .img-holder img{
    width: 100%;
}


.blog-details-image-Bottom_text_box{
    position: relative;
    display: block;
    padding: 40px 45px 43px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}
.blog-details-image-Bottom_text_box h2{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 15px;
}
.blog-details-image-Bottom_text_box h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 0 23px;
}
.blog-details-image-Bottom_text_box p{
    margin: 0;
}


.blog-details-author-box{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 43px 55px 42px;
}
.blog-details-author-box h3{
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    margin: 0 0 21px;
}
.blog-details-author-box h4{
    color: #2a64ce;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 2px;
}
.blog-details-author-box span{
    font-size: 14px;
}



.blog-details_bottom_box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 32px 45px 45px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);    
}
.blog-details_bottom_box .text{
    position: relative;
    display: block;
    border-bottom: 1px solid #dee1ed;
    padding-bottom: 33px;
}
.blog-details_bottom_box .text p{
    margin: 0;
}

.post-tag-social-share{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 31px;
}
.post-tag-social-share .tag{
    position: relative;
    display: block;
}
.post-tag-social-share .tag ul{
    overflow: hidden;
}
.post-tag-social-share .tag ul li{
    position: relative;
    display: block;
    float: left;
    margin-right: 5px;
}
.post-tag-social-share .tag ul li:last-child{
    margin-right: 0;
}
.post-tag-social-share .tag ul li a{
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
}

.post-tag-social-share .post-social-share{
    position: relative;
    display: block;
    padding-top: 22px;
}
.post-tag-social-share .post-social-share ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.post-tag-social-share .post-social-share ul li{
    position: relative;
    display: block;
    float: left;
    margin-right: 3px;
}
.post-tag-social-share .post-social-share ul li:last-child{
    margin-right: 0;
}
.post-tag-social-share .post-social-share ul li a{
    position: relative;
    display: block;
    width: 70px;
    height: 40px;
    background: #3b5999;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    border: none;
}
.post-tag-social-share .post-social-share ul li a.tw{
    background: #dc4e41;
}
.post-tag-social-share .post-social-share ul li a.pin{
    background: #bd081c;
}
.post-tag-social-share .post-social-share ul li a.gplus{
    background: #55acee;
}









.blog-details-bottom-content {
    position: relative;
    display: block;
}
.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 65px;
}
.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 35px;
}
.comment-box .title h2{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.comment-box .outer-box{
    position: relative;
    display: block;
}
.comment-box .single-comment {
    position: relative;
    display: block;
    overflow: hidden;
}


.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 34px;
}
.comment-box .single-comment-box .img-holder {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 70px;
    height: 70px;
}
.comment-box .single-comment-box .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    margin-left: 25px;
}
.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: block;
    padding-bottom: 14px;
}
.comment-box .single-comment-box .text-holder .top h3 {
    color: #2a64ce;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 2px;
}
.comment-box .single-comment-box .text-holder .top span{
    font-size: 14px;
}


.comment-box .single-comment-box .text-holder .text {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.comment-box .single-comment-box .text-holder .text p{
    margin: 0;
}

.comment-box .single-comment-box .text-holder .reply {
    position: relative;
    display: block;
    text-align: right;
    z-index: 1;
}
.comment-box .single-comment-box .text-holder .reply:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #dee1ed;
    content: "";
    z-index: -1;
    margin: 13px 0;
}
.comment-box .single-comment-box .text-holder .reply a{
    position: relative;
    display: inline-block;
    background: #fff;
    padding-left: 15px;
    color: #222222;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.comment-box .single-comment-box .text-holder .reply a span::before{
    position: relative;
    display: inline-block;
    padding-right: 8px;
}




.add-comment-box {
    position: relative;
    display: block;
    padding-top: 17px;
}
.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 37px;
}
.add-comment-box .title h2{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form .input-box{
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form input[type="tel"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    height: 65px;
    color: #888888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0 30px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}

.add-comment-box #add-comment-form textarea {
    height: 150px;
    padding: 15px 25px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #171717;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #171717;    
}
.add-comment-box #add-comment-form input[type="tel"]:focus{
    border-color: #171717;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #171717;       
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form .button-box button{
    display: block;
    line-height: 65px;
    width: 100%;
}








/*** 
=============================================
    Breadcrumb area style

=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 185px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 147px 0 85px;
    z-index: 10;
}
.breadcrumb-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.55;
    content: "";
    z-index: -1;
}
.breadcrumb-area:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    content: "";
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.302;
    z-index: -1;
}



.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-area .title h2{
    color: #ffffff;
    font-size: 60px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 11px;
}

.breadcrumb-menu{
    position: relative;
    display: block;
    line-height: 0;
}
.breadcrumb-menu ul {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
    padding: 12px 25px 12px;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    padding-right: 21px;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.breadcrumb-menu ul li::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e8e8e8;
    content: "";
}
.breadcrumb-menu ul li:last-child:before{
    display: none;
}
.breadcrumb-menu ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb-menu ul li a {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.breadcrumb-menu ul li.active,
.breadcrumb-menu ul li:hover a {
    color: #222222;
}



/*** 
=============================================
    Breadcrumb Style2 Area Css
=============================================
***/
.breadcrumb-style2-area {
    margin-top: 80px;
    padding-top: 188px;
    padding-bottom: 110px;
}
.breadcrumb-style2-area .title h2 {
    margin: 0 0 21px;
}





/*** 

=============================================
    Choose Area Css
=============================================
***/
.choose-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #0c1529;
}
.choose-area .container-fullwidth {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}
.choose-image-box{
    position: relative;
    display: block;
    width: 50%;
    float: left;
}
.choose-image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.choose-image-box .inner:before {
    position: absolute;
    top: 0;
    left: -10000px;
    bottom: 0;
    right: 0;
    opacity: 0.80;
    content: "";
    transform: skew(-90deg) translateY(100%);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 900ms ease 100ms;
}
.choose-area:hover .choose-image-box .inner:before {
    transform: skew(0deg) translateY(0);  
}
.choose-image-box img{
    width: 100%;
    transition: all 900ms ease 100ms;
}



.choose-content-box {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-left: 120px;
    max-width: 750px;
    height: 100%;
}
.choose-content-box .inner{
    position: relative;
    display: block;
}
.choose-content-box .shape1 {
    position: absolute;
    top: -50px;
    right: -160px;
    opacity: 0.20;
}
.choose-content-box .sec-title {
    padding-bottom: 37px;
}
.choose-content-box .sec-title h2{
    color: #ffffff;
    margin: 0;
}

.choose-content-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.choose-content-box ul li{
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 21px;
}
.choose-content-box ul li:last-child{
    margin-bottom: 0;
}
.choose-content-box ul li .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.choose-content-box ul li .icon-holder span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
}
.choose-content-box ul li .title-holder{
    position: relative;
    display: block;
    padding-left: 30px;
}
.choose-content-box ul li .title-holder h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}
.choose-content-box ul li .title-holder p{
    margin: 0;
}









/*** 
=============================================

    Contact Form Area Css
=============================================
***/
.contact-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 110px;
    z-index: 1;
}
.contact-style1-area .contact-style1-big-image{
    position: absolute;
    right: 0;
    bottom: 0;
}
.contact-style1-area-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 430px;
    width: 170%;
    background-position: left center;
    background-repeat: repeat-x;
    z-index: -1;
}
.contact-style1_map {
    position: relative;
    display: block;
}
.contact-style1_map .sec-title {
    padding-bottom: 42px;
}
.contact-style1_map .sec-title h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 25px;
    font-family: 'Lato', sans-serif;
}
.home-map-outer{
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}
.home-map-outer .map-canvas{
	position: relative;
	width: 100%;
	height: 380px;
}


.contact-style1_form {
    position: relative;
    display: block;
    box-shadow: 0px 0px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    padding: 48px 55px 55px;
    margin-right: 100px;
    margin-left: 40px;
    background: #ffffff;
    z-index: 10;
}
.contact-style1_form .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
    text-align: center;
}
.contact-style1_form .title h2 {
    color: #1f67b0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 0px;
}
.contact-style1_form .title p{
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}

.contact-form {
    position: relative;
    display: block;
}
.contact-form .row {
    margin-left: 0px;
    margin-right: 0px;
}
.contact-form .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}



.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 15px;
}


.contact-form form select,
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    width: 100%;
    height: 65px;
    border: 1px solid #dddddd;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}
.contact-form form textarea {
    height: 182px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}
.contact-form form input[type="text"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form form input[type="email"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form form textarea:focus{
    color: #171717;
    border-color: #171717; 
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #888888;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #888888;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #888888;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #888888;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #888888;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #888888;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #888888;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #888888;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #888888;
}
.contact-form form textarea:-moz-placeholder {
    color: #888888;
}
.contact-form form textarea::-moz-placeholder {
    color: #888888;
}
.contact-form form textarea:-ms-input-placeholder {
    color: #888888;
}

.contact-form form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
}
.contact-form form .button-box button{
    display: block;
    width: 100%;
}



/*** 
=============================================
    Contact Style1 Area Css
=============================================
***/
.contact-style1-area.contact-page {
    padding-top: 110px;
    padding-bottom: 0;
}
.contact-style2_form .title h2 {
    color: #2a64ce;
}
.contact-style1-area.contact-page.gray-bg{
    background: #e9ebf4;
}



.contact-style1-area.one-page-scrool-layout{
    padding-bottom: 110px;
}
.contact-style2_form .title.one_page h2 {
    color: #222222;
}


/*** 
=============================================
    Fact Counter Area style

=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    background: #ffffff;padding: 50px 0 20px;
}

.single-fact-counter {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background: #ffffff;
    padding:20px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    z-index: 10;
}
.single-fact-counter::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.single-fact-counter .top {
    position: relative;
}
.single-fact-counter .top .icon{
    position: relative;
    display: block;
    width: 120px;margin: 0 auto;
}
.single-fact-counter .top .icon.top7 {
    position: relative;
    top: 7px;
}
.single-fact-counter .top .icon span::before{
    font-size: 160px;
}
.single-fact-counter .top .count-box {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}
.single-fact-counter .top .count-box h2 {
    position: relative;
    font-size: 48px;
    line-height: 40px;
    font-weight: 600;
}
.single-fact-counter .top .count-box h2 span {
    color: #296dd8;
}
.single-fact-counter .top .count-box h2 .plus_icon {
    position: absolute;
    top: 5px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 5px;
}

.single-fact-counter .sub-title {
position: relative;

margin-top: 20px;
}
.single-fact-counter h5 {
    color:#222222;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}



/*** 
=============================================
    Fact Counter Style2 Area style
=============================================
***/
.fact-counter-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0px 110px;
}
.fact-counter-style2-area .container-box{
    position: relative;
    display: block;
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding:0px 15px;
}
.fact-counter-style2_box{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.single-fact-counter-style2 {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-right: 60px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.single-fact-counter-style2:first-child{
    padding-left: 0;
}
.single-fact-counter-style2:last-child{
    padding-right: 0;
}
.single-fact-counter-style2::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e8e8e8;
    content: "";
}
.single-fact-counter-style2:last-child:before {
    display: none;
}
.single-fact-counter-style2 .top {
    position: relative;
    display: block;
    padding-left: 126px;
    padding-top: 14px;
}
.single-fact-counter-style2 .top .icon{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 110px;
}
.single-fact-counter-style2 .top .count-box{
    position: relative;
    display: block;
}
.single-fact-counter-style2 .top .count-box h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}
.single-fact-counter-style2 .top .count-box h2 span::before {
    position: relative;
    display: inline-block;
    font-size: 24px;
    top: -10px;
    left: -14px;
}
.single-fact-counter-style2 .top .count-box h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.single-fact-counter-style2 .text-box {
    position: relative;
    display: block;
    margin-top: 34px;
}
.single-fact-counter-style2 .text-box p{
    margin: 0;
}



/*** 

=============================================
    Fact Counter Style3 Area style
=============================================
***/
.fact-counter-style3-area {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 195px 0px 110px;
    z-index: 1;
}
.fact-counter-style3-area-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 729px;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1.0;    
}

.faq-style3_image_box {
    position: relative;
    display: block;
    margin-right: -23px;
}
.faq-style3_image_box img {
    width: 100%;
}


.faq-style3_content{
    position: relative;
    display: block;
}
.fact-counter-style3_box{
    position: relative;
    display: block;
}
.single-fact-counter-style3{
    position: relative;
    display: block;
    background: #ffffff;
}


.faq-style3_content{
    position: relative;
    display: block;
    margin-left: 33px;
}
.fact-counter-style3_box{
    position: relative;
    display: block;
}
.single-fact-counter-style3 {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 22px 0px 24px;
}
.single-fact-counter-style3:last-child{
    margin-bottom: 0;
}
.single-fact-counter-style3 .count-box{
    position: relative;
    display: block;
}
.single-fact-counter-style3 .count-box h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}
.single-fact-counter-style3:nth-of-type(2) .count-box h2{
    color: #222222;
}
.single-fact-counter-style3:nth-of-type(3) .count-box h2{
    color: #2a64ce;
}
.single-fact-counter-style3 .count-box h2 span{}
.single-fact-counter-style3 h5 {
    color: #222222;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

.faq-style3_content .more_button{
    position: relative;
    display: block;
    padding-top: 25px;
}
.faq-style3_content .more_button a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #2a64ce;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}


.progress_box{
    position: relative;
    display: block;
}
.progress_box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.progress_box ul li {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.progress_box ul li:last-child{
    margin-bottom: 0;
}

.progress_box ul li .progress-block{
    position: relative;
    display: block; 
    min-height: 170px;
}
.progress_box ul li .progress-block .inner-box{
    position: relative;
    display: block;
    padding-left: 170px;
}
.progress_box ul li .progress-block .inner-box .graph-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
}

.progress_box ul li .progress-block .inner-box .title-outer {
    position: relative;
    display: block;
    margin-left: 30px;
    padding-top: 25px;
    border-bottom: 1px solid #cfd3e4;
    padding-bottom: 20px;
}
.progress_box ul li .progress-block .inner-box .title-outer p{
    color: #222222;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 14px;
}
.progress_box ul li .progress-block .inner-box .title-outer .inner-text{
    color: #222222;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
}
.progress_box ul li .progress-block .inner-box .title-outer .inner-text i::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    top: -4px;
    margin-left: -4px;
    padding-right: 3px;
}
















/*** 
=============================================
    Faq Style1 Area Css
=============================================

***/
.faq-style1-area {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 0px 0 0px;
}
.faq-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.faq-style1-content {
    position: relative;
    display: block;
    margin-left: -110px;
    padding-top: 110px;
    padding-bottom: 110px;
}
.faq-style1-content .sec-title.with_text {
    padding-bottom: 42px;
}
.faq-style1-content .sec-title h2 {
    margin: 0;
}
.faq-style1-content .sec-title .text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}


.accordion-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #cbcfe0;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    padding: 21px 0px 21px;
    border-top: 1px solid #cbcfe0;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: Flaticon;
    position: absolute;
    content: "\f110";
    top: 50%;
    right: 0px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #222222;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active {
    position: relative;
}
.accordion-box .accordion .accord-btn.active h4{
    color: #2a64ce;
}
.accordion-box .accordion .accord-btn.active:after{
    content: "\f115";
    color: #ffffff;
    opacity: 1;
}


.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
    display: none;
    z-index: 1;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}



.faq-style1-image-box{
    position: relative;
    display: block;
}
.faq-style1-image-box .inner{
    position: relative;
    display: block;
}
.faq-style1-image-box .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.faq-style1-image-box:hover .inner::before{
    -webkit-animation: circle .75s;
    animation: circle .75s;    
}
.faq-style1-image-box .inner img {
    max-width: none;
    float: left;
}
.faq-style1-image-box .overlay-content {
    position: absolute;
    bottom: -25px;
    right: -150px;
    width: 635px;
    background: #ffffff;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    padding: 45px 65px 45px;
    z-index: 1;
}
.faq-style1-image-box .overlay-content:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.faq-style1-image-box .overlay-content .sec-title {
    padding-bottom: 0px;
}
.faq-style1-image-box .overlay-content .sec-title h2{
    font-weight: 500;
}
.faq-style1-image-box .overlay-content .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.faq-style1-image-box .overlay-content .icon-box span::before {
    font-size: 65px;
    color: #ffffff;
}



/*** 
=============================================
    Faq Style2 Area Css
=============================================
***/
.faq-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 145px;
}
.faq-style2-content{
    position: relative;
    display: block;
    max-width: 625px;
    width: 100%;
}
.faq-style2-content .sec-title.with_text {
    padding-bottom: 43px;
}




.accordion-box-style2{
    border: none;
}
.accordion-box-style2 .accordion {
    padding: 0px 0px 0px;
    border-top: 0px solid #cbcfe0;
    margin-bottom: 15px;
}
.accordion-box-style2 .accordion .accord-btn {
    background: #faf7f0;
    padding-left: 35px;
    padding-right: 80px;
    padding-top: 18px;
    padding-bottom: 19px;
    z-index: 1;
}
.accordion-box-style2 .accordion .accord-btn.active{
    background: #ffffff;
}
.accordion-box-style2 .accordion .accord-btn::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform: scaleY(0);    
}
.accordion-box-style2 .accordion .accord-btn.active::before{
    transform: scaleY(1.0);   
}
.accordion-box-style2 .accordion .accord-btn.active h4 {
    color: #111111;
}
.accordion-box-style2 .accordion .accord-content {
    padding-top: 27px;
    padding-bottom: 18px;
    padding-left: 35px;
    padding-right: 0px;
}
.accordion-box-style2 .accordion .accord-btn::after {
    font-family: FontAwesome;
    content: "\f105";
    top: 0%;
    right: 0px;
    width: 70px;
    height: 65px;
    background: transparent;
    color: #222222;
    font-size: 20px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
    transform: translateY(0%);
    border-left: 1px solid #ece6d9;
}
.accordion-box-style2 .accordion .accord-btn.active:after {
    color: #222222;
    content: "\f107";
    background: transparent;
}






.faq-style2-image-box {
    position: relative;
    display: block;
    padding-top: 72px;
    margin-left: 33px;
    margin-right: -76px;
}
.faq-style2-image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.faq-style2-image-box .inner::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 15px solid #222222;
    content: "";
    z-index: 1;
}

.faq-style2-image-box .box1{
    position: absolute;
    bottom: -50px;
    right: -135px;
    width: 375px;
    height: 350px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}
.faq-style2-image-box .box1::before {
    position: absolute;
    top: 0;
    left: 65px;
    bottom: 0;
    right: -65px;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.faq-style2-image-box .box1 .inner-border {
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
}


.faq-style2-image-box .phone_number {
    position: absolute;
    bottom: 80px;
    right: -85px;
    width: 370px;
    background: #ffffff;
    padding: 32px 30px 35px;
    padding-right: 20px;
    border-bottom: 1px solid #222222;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.06);
    z-index: 10;
}
.faq-style2-image-box .phone_number .outer-box{
    position: relative;
    display: block;
    padding-left: 65px;
}
.faq-style2-image-box .phone_number .outer-box .icon{
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 50px;
}

.faq-style2-image-box .phone_number .outer-box .text{
    position: relative;
    display: block;
}
.faq-style2-image-box .phone_number .outer-box .text p{
    margin: 0 0 9px;
}
.faq-style2-image-box .phone_number .outer-box .text h2{
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.faq-style2-image-box .phone_number .outer-box .text h2 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.faq-style2-image-box .phone_number .plus_icon{
    position: absolute;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #222222;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}



/*** 

=============================================
    Faq Page Area Css
=============================================
***/
.faq-page-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}


.accordion-box-style3{
    border: none;
}
.accordion-box-style3 .accordion {
    padding: 0px 0px 0px;
    border-top: 0px solid #cbcfe0;
    margin-bottom: 20px;
}
.accordion-box-style3 .accordion .accord-btn {
    background: #ffffff;
    padding-left: 35px;
    padding-right: 80px;
    padding-top: 17px;
    padding-bottom: 18px;
    border: 1px solid #e9ebf4;
    z-index: 1;
}
.accordion-box-style3 .accordion .accord-btn.active h4 {
    color: #ffffff;
}
.accordion-box-style3 .accordion .accord-content {
    padding-top: 27px;
    padding-bottom: 32px;
    padding-left: 35px;
    padding-right: 30px;
    border: 1px solid #e9ebf4;
    border-top: none;
}
.accordion-box-style3 .accordion .accord-btn::after {
    font-family: FontAwesome;
    content: "\f105";
    top: 0;
    right: 0px;
    bottom: 0;
    width: 60px;
    height: auto;
    background: transparent;
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    transform: translateY(0%);
    border-left: 1px solid #ece6d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-box-style3 .accordion .accord-btn.active:after {
    color: #ffffff;
    content: "\f107";
    border-color: rgba(255, 255, 255, .2);
    background: transparent;
}


.accordion-box-style3.style3instyle4_bg .accordion .accord-btn.active{
    background: #2a64ce;
    border-color: #2a64ce;
}


/*** 
=============================================

    Subscribe Area style
=============================================
***/
.subscribe-area {
position: absolute;

display: block;

overflow: hidden;

background: #e9ebf4;

padding: 40px 25px 30px;

z-index: 1;

top: -65px;

left: 0;

right: 0;margin: 0 15px;
}
.subscribe-area .subscribe-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    height: 60%;
    background-position: top center;
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 1.0;
}

.subscribe-content-box {
    position: relative;
/*
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 0px 30px;*/
}


.subscribe-content-box .left{
    position: relative;
float: left;
}
.subscribe-content-box .left .icon{
position: absolute;

display: block;

left: 0;

top: 14px;
}
.subscribe-content-box .left .icon span::before{
    color: #2a64ce;
    font-size: 45px;
}
.subscribe-content-box .subscribe-title{
    position: relative;
    display: block;
    padding-left: 60px;
}
.subscribe-content-box .subscribe-title h2 {
    color: #222222;
    font-size: 26px;
    line-height: 40px;
    padding: 0 0 3px;
}
.subscribe-content-box .subscribe-title p{
    color: #888888;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.subscribe-box {
    position: relative;
    display: block;
    max-width: 615px;
    width: 100%;
    padding: 4px 0;float: right;
}
.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}
.subscribe-form input[type="email"] {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 65px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}
.subscribe-form input::-webkit-input-placeholder {
    color: #888888;
}
.subscribe-form input:-moz-placeholder {
    color: #888888;
}
.subscribe-form input::-moz-placeholder {
    color: #888888;
}
.subscribe-form input:-ms-input-placeholder {
    color: #888888;
}
.subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    line-height: 65px;
    padding-left: 45px;
    padding-right: 45px;
    transition: all 300ms ease 100ms;
}



.subscribe-area.gray-bg{
    background: #e9ebf4;    
}





/*** 

=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 0px 0px;
    background: #ffffff;
    border-top: 1px solid #e9ebf4;
    z-index: 1;
}
.footer-area .shape{
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.05;
}

.footer {
    position: relative;
    display: block;
    padding: 0px 0 0px;
    z-index: 1;
}
.single-footer-widget {
    position: relative;
    display: block;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-bottom: 25px;padding-bottom: 15px;
}
.single-footer-widget .title::before {
    content: "";
    position: absolute;
    left:0;
    bottom: 0;
    width: 40px;
    height: 1px;background: #2a64ce;
}

.single-footer-widget .title h3{
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
}

.footer-left-box {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-left: -110px;
    padding-top: 110px;
    padding-right: 80px;
    padding-bottom: 160px;
    z-index: 1;
}
.footer-left-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0;
    right: 0;
    background: #e9ebf4;
    z-index: -1;
}

.single-footer-widget .our-company-info{
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 27px;
}
.single-footer-widget .our-company-info .footer-logo a{
    display: inline-block;
}
.single-footer-widget .our-company-info .text-box {
    position: relative;
    display: block;
    margin-bottom: 43px;
}
.single-footer-widget .our-company-info .text-box p{
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.footer-social-links{
    position: relative;
    display: flex;
    align-items: center;
}
.footer-social-links .inner_title{
    position: relative;
    display: block;
}
.footer-social-links .inner_title h3{
    color: #222222;
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
}
.footer-social-links .social-links-style1{
    padding-left: 20px;
}


.footer-rigth-box{
    position: relative;
    display: block;
    margin-left: -10px;
    padding-top: 110px;
}
.footer-widget-links1{
    position: relative;
    display: block;
}
.footer-widget-links1 li{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.footer-widget-links1 li:last-child{
    margin-bottom: 0;
}
.footer-widget-links1 li a {
    position: relative;
    display: inline-block;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    transition: all 500ms ease;
}
.footer-widget-links1 li a:hover{
    color: #2a64ce;
}
.footer-widget-links1 li a:before {
    font-family: Flaticon;
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    content: "\f129";
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.footer-widget-links1 li:hover a:before{
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);        
}




.single-footer-widget .footer-contact-info{
    position: relative;
    display: block;
    padding-top: 3px;
}
.single-footer-widget .footer-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .footer-contact-info ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.single-footer-widget .footer-contact-info ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-footer-widget .footer-contact-info ul li .icon{
    position: absolute;
    top: 1px;
    left: 0;
}
.single-footer-widget .footer-contact-info ul li .icon .marker {
    position: relative;
    top: 5px;
    font-size: 22px;
}
.single-footer-widget .footer-contact-info ul li .icon span {
    font-size: 20px;color:#2a64ce;
}

.single-footer-widget .footer-contact-info ul li .text{
    position: relative;
}
.single-footer-widget .footer-contact-info ul li .text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;text-transform: capitalize;
}
.single-footer-widget .footer-contact-info ul li .text p.large{
    font-size: 20px;
    font-weight: 900;
}
.single-footer-widget .footer-contact-info ul li .text a{
    color: #fff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.footer-bottom {
    position: relative;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p{
    color:#fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.copyright-text p a {
    color: #222222;
    font-weight: 700;
    transition: all 500ms ease;
}


.footer-menu-style1{
    position: relative;
    display: block;
    padding-left: 15px;
}
.footer-menu-style1 ul{
    overflow: hidden;
}
.footer-menu-style1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
}
.footer-menu-style1 ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.footer-menu-style1 ul li:before {
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: #222222;
    content: "";
}
.footer-menu-style1 ul li:last-child:before{
    display: none;
}
.footer-menu-style1 ul li a{
    color: #222222;
    font-size: 16px;
    transition: all 500ms ease;
}
.footer-menu-style1 ul li a:hover{
    text-decoration: underline;
}


.footer-bottom_right_box .bootstrap-select {
    position: relative;
    display: block;
    width: 140px !important;
    height: 35px;
}
.footer-bottom_right_box .bootstrap-select > .dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 0px solid #cccccc;
    background-color: #2a64ce !important;
    max-width: 100%;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 15px;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Lato', sans-serif;
}
.footer-bottom_right_box .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.footer-bottom_right_box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.footer-bottom_right_box .bootstrap-select > .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: auto;
    height: auto;
    font-family: FontAwesome;
    content: "\f107";
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    border: none;
}

.footer-bottom_right_box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}
.footer-bottom_right_box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.footer-bottom_right_box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 15px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}



/*** 
=============================================
    Footer Style2 area style

=============================================
***/
.footer-style2-area{
    position: relative;
    display: block;
    z-index: 2;
}
.footer-style2_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.footer-style2-area:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #06182b;
    opacity: .75;
    z-index: 1;
}
.footer-style2 {
    position: relative;
    display: block;
    padding: 100px 0 74px;
    z-index: 2;
}



.single-footer-widget-2.margin_left_80{
    margin-left: 80px;
}

.single-footer-widget-2 .title {}
.single-footer-widget-2 .title h3{
    color: #ffffff;
}


.single-footer-widget-2 .our-company-info{}
.single-footer-widget-2 .our-company-info .footer-logo {
    padding-bottom: 27px;
}


.single-footer-widget-2 .our-company-info .footer-logo img {
width:150px;
}

.single-footer-widget-2 .our-company-info .text-box{
    margin-bottom: 28px;    
}
.single-footer-widget-2 .our-company-info .text-box p{
    color: #839ab2;
}

.footer_consultation_box{
    position: relative;
    display: block;
    padding-left: 55px;
}
.footer_consultation_box .icon {
    position: absolute;
    top: 6px;
    left: 0;
}
.footer_consultation_box .icon span::before{
    color: #ffffff;
    font-size: 40px;
}
.footer_consultation_box .text{
    position: relative;
    display: block;
}
.footer_consultation_box .text .top{
    position: relative;
    display: block;
    padding-left: 30px;
}
.footer_consultation_box .text .top:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 1px;
    content: "";
    margin: 10px 0px;
}
.footer_consultation_box .text .top P{
    color: #839ab2;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}
.footer_consultation_box .text a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}



.footer-widget-links2{
    position: relative;
    display: block;
}
.footer-widget-links2 li{
    position: relative;
    display: block;
margin-bottom: 20px;
float: left;
width: 50%;
}
.footer-widget-links2 li:last-child{
    margin-bottom: 0;
}
.footer-widget-links2 li a {
    position: relative;
    display: inline-block;
    color: #fff;text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    transition: all 500ms ease;padding-left: 25px;
}
.footer-widget-links2 li a:hover{
    color: #ffffff;
}
.footer-widget-links2 li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #1f67b0;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 9px 0;
}
.footer-widget-links2 li:hover a:before{
    background: #ffffff;   
}


.float-right-box {
    width: 240px;
    float: right;
}
.single-footer-widget .recent-projects{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 8px;
    margin-left: -3px;
    margin-right: -3px;
}
.single-footer-widget .recent-projects li{
    position: relative;
    display: inline-block;
    float: left;
    width: 75px;
    min-height: 75px;
    margin: 0 3px 6px; 
}
.single-footer-widget .recent-projects li .img-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .recent-projects li .img-box img{
    width: 100%;
}
.single-footer-widget .recent-projects li .img-box .overlay-content{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.80);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-footer-widget .recent-projects li:hover .img-box .overlay-content{
    transform: scale(1.0);
}
.single-footer-widget .recent-projects li .img-box .overlay-content a{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    transform: scale(0);
    transition: all 500ms ease 100ms;
}
.single-footer-widget .recent-projects li:hover .img-box .overlay-content a{
    transform: scale(1.0);
    transition: all 700ms ease 600ms;
}




.footer-bottom-style2 {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 26px 0 27px;
    z-index: 2;
}
.footer-bottom-style2 .outer_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;    
}


.copyright-text-style2{
    position: relative;
    display: block;
}
.copyright-text-style2 p{
    color: #839ab2;
}
.copyright-text-style2 p a{
    color: #ffffff;
    text-transform: uppercase;
}


.footer-menu-style2 ul li a {
    color: #839ab2;
}
.footer-menu-style2 ul li:before {
    background: #839ab2;
}
.footer-menu-style2 ul li a:hover {
    text-decoration: underline;
}

.footer-bottom_right_box_style2 .footer-social-links .inner_title h3 {
    color: #ffffff;
}
.footer-bottom_right_box_style2 .social-links-style2 li a i{
    color: #ffffff;
    background: #1f67b0;
}




/*** 
=============================================
    Footer Style3 area style

=============================================
***/
.footer-style3-area{
    position: relative;
    display: block;
    z-index: 2;
}
.footer-style3_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.footer-style3 {
    position: relative;
    display: block;
    padding: 100px 0 64px;
    z-index: 2;
}



.footer-style3 .single-footer-widget-2 .our-company-info .text-box p {
    color: rgba(255, 255, 255, 0.70);
}
.footer-style3 .footer-widget-links2 li a {
    color: rgba(255, 255, 255, 0.70);
}

.footer-style3 .footer-widget-links2 li:hover a:before{
    background: #ffffff;   
}



.footer-style3 .footer_consultation_box .text .top P {
    color: rgba(255, 255, 255, 0.70);
}



.footer-bottom-style3 {
    position: relative;
    display: block;
    padding: 0px 0 60px;
    z-index: 2;
}
.footer-bottom-style3 .outer_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;    
}
.footer-bottom-style3 .copyright-text-style2 p {
    color: rgba(255, 255, 255, 0.70);
}


.footer-bottom-style3 .footer-menu-style2 ul li a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-bottom-style3 .footer-menu-style2 ul li:before {
    background: rgba(255, 255, 255, 0.70);
}


.footer-bottom-style3 .footer-bottom_right_box_style2 .footer-social-links .inner_title h3 {
    color: rgba(255, 255, 255, 0.70);
}
.footer-bottom-style3 .social-links-style1 li a i {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);;
    color: rgba(255, 255, 255, 0.70);
    line-height: 34px;
}

.footer-bottom-style3 .social-links-style1 li a:hover i{
    color: #222222;
}



/*** 
=============================================
    Footer Style4 area style
=============================================
***/
.footer-style4-area{
    position: relative;
    display: block;
    z-index: 2;
background: url(../images/bg55.jpg);
background-attachment: fixed;
background-size: cover;
}
.footer-style4-area:before{
position: absolute;

content: '';

top: 0;

left: 0;

right: 0;

bottom: 0;

background-color: #080d2ecc;

z-index: 1;
}
.footer-style4 {
    position: relative;
    display: block;
    z-index: 2;
}

.footer-style4 .container {
    position: relative;
}

.footer-style4 .single-footer-widget-2 .our-company-info .text-box p {
    color: #839ab2;
}

.footer-style4 .footer-widget-links2 li a:hover{
    color: #ffffff;
}
.footer-style4 .footer-widget-links2 li:hover a:before{
    background: #ffffff;   
}
.footer-style4 .footer_consultation_box .text .top P {
    color: #839ab2;
}



.footer-bottom-style4 {
position: relative;
display: block;
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding: 10px 0;
z-index: 2;
text-align: center;
}


.copyright-text-style4{
    position: relative;
    display: block;
}

.copyright-text-style4 p a{
    color: #ffffff;
    text-transform: uppercase;
}

.footer-menu-style4 ul li a {
    color: #839ab2;
}
.footer-menu-style4 ul li:before {
    background: #839ab2;
}
.footer-menu-style4 ul li a:hover {
    text-decoration: underline;
}

.footer-bottom_right_box_style4 .footer-social-links .inner_title h3 {
    color: #ffffff;
}
.footer-bottom_right_box_style4 .social-links-style2 li a i{
    color: #ffffff;
    background: #2a64ce;
}


















/*** 
=============================================
   Gallery Area Css
=============================================
***/
.gallery-style1-page-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0px 120px;
}

.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 60px;
}
.project-filter {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-filter li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 1px;
}
.project-filter li .filter-text {
    position: relative;
    display: block;
    padding: 0 30px;
    color: #0c1529;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 0px;
    transition: all .4s ease;
    z-index: 1;
    font-family: 'Rubik', sans-serif;
}
.project-filter li .filter-text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before{
    transform: scaleX(1.0);    
}
.project-filter li:hover .filter-text,
.project-filter li.active .filter-text{
    color: #ffffff;    
}

.project-filter li .count {
    display: none;
}


.single-gallery-item{
    position: relative;
    display: block;
}
.single-gallery-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-gallery-item .img-holder img{
    width: 100%;
    transform: scale(1.0);
}
.single-gallery-item:hover .img-holder img{
    transform:scale(1.2) rotate(1deg);	    
}
.single-gallery-item .img-holder:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #000000;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-gallery-item:hover .img-holder:before{
    opacity: 0.70;
    transform: scaleY(1.0);    
}

.single-gallery-item .img-holder:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #000000;
    opacity: 0.10;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-gallery-item:hover .img-holder:after{
    opacity: 0.70;
    transform: scaleY(1.0);    
}
.single-gallery-item .img-holder .zoom-button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(0);
    transition: all 500ms ease 800ms;
    z-index: 10;
}
.single-gallery-item:hover .img-holder .zoom-button{
    opacity: 1;
    transform: scale(1.0);    
}
.single-gallery-item .img-holder .zoom-button a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}


.gallery-style1-page-area .single-gallery-item{
    margin-bottom: 30px;
}



/*** 
=============================================
   Gallery Style2 Page Area Css
=============================================
***/
.gallery-style2-page-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0px 120px;
}
.gallery-style2-page-area .container-fullwidth{
    position: static;
    max-width: 100%;
    padding: 0px 30px; 
}
.gallery-style2-page-area .single-gallery-item{
    margin-bottom: 30px;
}










/*==============================================
    Main Header Css        
===============================================*/
.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
         margin: 0px;
	z-index: 999;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sticky-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
    background: #fff;
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0, .1);
	opacity: 1;
	z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 0;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}


.sticky-header .logo a img {
width:100px;
}

.sticky-header .main-menu .navigation > li {}
.sticky-header .main-menu .navigation > li > a {
    color: #222222;
    padding: 35px 0;
}
.sticky-header .main-menu .navigation > li > a.home .home_icon {
    width: 80px;
    height: 100px;
    line-height: 100px
}



.header-style-one {
    
}
.header-top{
    position: relative;
    display: block;
    background: #e9ebf4;
}
.header-top .outer-box{
    position: relative;
    display: block;
}
.header-top-left {
    position: relative;
    display: flex;
    align-items: center;
}



.global-site-select-box .bootstrap-select {
    position: relative;
    display: block;
    width: 140px !important;
    height: 35px;
}
.global-site-select-box .bootstrap-select > .dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 0px solid #cccccc;
    background-color: #2a64ce !important;
    max-width: 100%;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 15px;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Lato', sans-serif;
}
.global-site-select-box .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.global-site-select-box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.global-site-select-box .bootstrap-select > .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: auto;
    height: auto;
    font-family: FontAwesome;
    content: "\f107";
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    border: none;
}

.global-site-select-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}
.global-site-select-box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.global-site-select-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px 7px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}

.header-top-left .text{
    position: relative;
    display: block;
    padding-left: 0;
}
.header-top-left .text p{
margin: 0;

text-transform: capitalize;

line-height: 40px;
}



.header-top-right {
    position: relative;
    display: flex;
    align-items: center;
}
.header-menu-1{
    position: relative;
    display: block;
}
.header-menu-1 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-menu-1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 22px;
    padding-right: 11px;
    margin-right: 10px;
}
.header-menu-1 ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.header-menu-1 ul li:before{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background:#222222;
    content: "";
}
.header-menu-1 ul li:last-child:before{
    display: none;
}
.header-menu-1 ul li a{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-social-link-1{
    position: relative;
    display: block;
    padding-left: 20px;
}
.header-social-link-1 .social-link{
    position: relative;
    display: block;
}
.header-social-link-1 .social-link ul{}
.header-social-link-1 .social-link ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.header-social-link-1 .social-link ul li:last-child{
    margin-right: 0;
}
.header-social-link-1 .social-link ul li a{
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    background: #fbfbfd;
    border-radius: 50%;
    color: #222222;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.header-social-link-1 .social-link ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.header-social-link-1 .social-link ul li:hover a:before{
    transform: scaleX(1.0);      
}
.header-social-link-1 .social-link ul li:hover a{
    color: #ffffff;
}



.header {
    position: relative;
    display: block;
    background: #ffffff;
}
.header .outer-box {
    position: relative;
    display: block;
}
.header-left {
    position: relative;
    display: block;
}
.header-left .logo {
    position: relative;
    display: block;
padding-top: 8px;
padding-bottom: 9px;
}
.header-left .logo a{
    position: relative;
    display: inline-block;
}

.header-left .logo img {
width: 100px;
}


.header-right {
    position: relative;
    display: flex;
    align-items: center;
    padding: 37px 0 38px;
}
.header-contact-info{
    position: relative;
    display: block;
}
.header-contact-info ul{
    position: relative;
}
.header-contact-info ul li{
    position: relative;
    display: block;
    float: left;
    padding-left: 45px;
    padding-right: 26px;
    margin-right: 25px;
    min-height: 45px;
}
.header-contact-info ul li:before{
    position: absolute;
    top: -2px;
    right: 0;
    bottom: -2px;
    width: 1px;
    background-color: #e9ebf4;
    content: "";
}
.header-contact-info ul li:last-child:before{
    display: none;
}
.header-contact-info ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.header-contact-info ul li .icon{
    position: absolute;
    top: 5px;
    left: 0;
}
.header-contact-info ul li .icon span:before {
    font-size: 30px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-contact-info ul li:hover .icon span:before{
    color: #222222;
}
.header-contact-info ul li .text {
    position: relative;
}
.header-contact-info ul li .text p{
    color: #222222;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}
.header-contact-info ul li .text h4{
color: #222222;
font-size: 15px;
line-height: 20px;
font-weight: normal;
}
.header-contact-info ul li .text h4 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.header-bottom{
    position: relative;
    display: block;
}
.header-bottom .outer-box{
    position: relative;
    display: block;
    background: #2a64ce;
}
.header-bottom_left{
    position: relative;
    display: block;
}


.header-bottom_left .nav-outer {
    position: relative;
    display: block;
    float: left;
}
.main-menu.style1{}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation {
	position: inherit;
	display: block;
}
.main-menu .navigation > li {
    position: inherit;
    display: inline-block;
    float: left;
    margin:0 20px;
}
.main-menu .navigation > li:last-child{
    margin-right: 0;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
    padding: 20px 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
	opacity: 1;
}
.main-menu .navigation > li > a.home{
    padding: 0;
}
.main-menu .navigation > li > a.home .home_icon{
    position: relative;
    display: block;
    width: 70px;
    height: 75px;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
    font-weight: 400;
    text-align: center;
}
.main-menu .navigation > li.dropdown > a {}
.main-menu .navigation > li.dropdown > a:before {}


.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
	position: absolute;
	top: 100%;
    left: inherit;
	width: 270px;
	padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover .megamenu{
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}


.main-menu .navigation > li > ul > li,
.main-menu .navigation > li > .megamenu li{
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 11px 0;
	color: #222222;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child a{
    border: none;
} 
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
    padding-left: 15px;
}

.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > .megamenu li > a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    opacity: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:hover > a:before,
.main-menu .navigation > li > .megamenu li:hover a:before {
    width: 5px; 
    opacity: 1;
}
.main-menu .navigation > li > ul > li:hover > a:before{
	opacity: 1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 250px;
	padding: 0;
	display: none;
	background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation li > ul > li.dropdown:hover ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 11px 0px;
	color: #222222;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
    border: none;
}
.main-menu .navigation > li > ul > li:hover  > a{
    padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:before{
    width: 5px;
}


/** Megamenu Style **/
.main-menu .navigation  > li.dropdown  > .megamenu {
    position: absolute;
    width: 100%;
    padding: 0px 0px;
    left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}



.header-bottom_right{
    position: relative;
    display: flex;
    align-items: center;
}

.outer-search-box-style1{
    position: relative;
    display: block;
}
.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 80px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    border-left: 1px solid rgba(255, 255, 255, 0.20);line-height: 70px;
}
.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
background: rgb(44, 44, 45);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}
.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.outer-search-box-style1 .search-box .form-group{
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{
    border-color: #f5f5f5;	
}
.outer-search-box-style1 .search-box .form-group button, 
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 8px;
    width: 45px;
    transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button{
    color: #222222;
    background: #f5f5f5;
}

.header-bottom_right__btn{
    position: relative;
    display: block;
}
.header-bottom_right__btn a {
    padding-left: 35px;
    padding-right: 35px;
}



/*** 
=====================================================
	Main Header style Two Css
=====================================================
***/
.header-style-two { }
.sticky-header .main-menu.style2 .navigation > li > a.home .home_icon {
    width: 80px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}
.sticky-header .main-menu.style2 .navigation > li > a {
    color: #222222;
    padding: 35px 0 35px;
}

.header-top-style2{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 12px 0px 13px;
}
.header-top-style2 .outer-box{
    position: relative;
    display: block;
}

.header-top-style2_left {
    position: relative;
    display: block;
}
.header-contact-info1{
    position: relative;
    display: block;
}
.header-contact-info1 ul{
    overflow: hidden;
}
.header-contact-info1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
.header-contact-info1 ul li:last-child{
    margin-right: 0;
}
.header-contact-info1 ul li span::before{
    position: relative;
    display: inline-block;
    font-size: 18px;
    top: 2px;
    left: 1px;
    font-weight: 600;
    padding-right: 10px;
}
.header-contact-info1 ul li a{
    color: #222222;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-social-link-2 .social-link ul li a {
    background: #ffffff;
    line-height: 33px;
    border: 1px solid rgba(31, 103, 176, 0.10);
}
.header-social-link-2 .social-link ul li a:before {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #1f67b0;
}




.header-style2 {
    position: relative;
    display: block;
    padding-top: 47px;
}
.header-style2 .outer-box {
    position: relative;
    display: block;
}
.header-style2_left {
    position: relative;
    display: block;
}
.header-style2_left .logo {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-style2_left .logo a{
    position: relative;
    display: inline-block;
}


.header-style2_right {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.main-menu.style2 .navigation > li {
    margin-right: 35px;
}
.main-menu.style2 .navigation > li > a.home {
    padding: 0;
}
.main-menu.style2 .navigation > li > a.home .home_icon {
    width: 55px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
}
.main-menu.style2 .navigation > li > a {
    color: #ffffff;
    padding: 15px 0 15px;
}



.outer-search-box-style2 .seach-toggle {
    width: 60px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.outer-search-box-style2 .search-box {
    top: 150%;
}
.outer-search-box-style2 .search-box.now-visible{
    top: 130%;
}

.header-style2_right__btn a {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
}



/*** 
=====================================================
	Main Header style Three Css
=====================================================
***/
.header-style-three{}
.sticky-header .main-menu.style3 .navigation > li > a {
    color: #222222;
    padding: 35px 0 35px;
}
.sticky-header .main-menu.style3 .navigation > li > a.home {
    padding: 38px 0;
}

.header-top-style3{
    position: relative;
    display: block;
    padding: 15px 0px 15px;
}
.header-top-style3 .outer-box{
    position: relative;
    display: block;
}


.header-top-style3_left{
    position: relative;
    display: block;
}
.header-contact-info2{
    position: relative;
    display: block;
}
.header-contact-info2 ul{
    overflow: hidden;
}
.header-contact-info2 ul li{
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 20px;
    color: #ffffff;
    font-size: 16px;
}
.header-contact-info2 ul li:last-child{
    margin-right: 0;
}
.header-contact-info2 ul li span::before{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 8px;
    height: 32px;
    width: 32px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.header-contact-info2 ul li a{
    color: #ffffff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}



.header-top-style3_right{
    position: relative;
    display: block;
}
.header-social-link-3 .social-link ul li a {
    height: 32px;
    width: 32px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.40);
}
.header-social-link-3 .social-link ul li a:before {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #ffffff;
}
.header-social-link-3 .social-link ul li a:hover{
    color: #222222;
}


.header-style3 {
    position: relative;
    display: block;
}
.header-style3 .outer-box {
    position: relative;
    display: block;
    background: #ffffff;
}
.header-style3 .outer-box::before{
    position: absolute;
    left: 10px;
    bottom: -10px;
    right: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.25;
    content: "";
}

.header-style3_left {
    position: relative;
    display: block;
}
.header-style3_left .logo {
    position: relative;
    display: block;
    padding-left: 35px;
    z-index: 1;
}

.header-style3_left .logo img {
width:100px;
}


.header-style3_left .logo .logo-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 310px;
    height: 110px;
    z-index: -1;
}
.header-style3_left .logo a{
    position: relative;
    display: inline-block;
}


.header-style3_right {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu.style3 .navigation > li {
    margin-right: 30px;
}
.main-menu.style3 .navigation > li > a.home {
    padding: 43px 0;
}
.main-menu.style3 .navigation > li > a.home .home_icon {
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    background:transparent;
}
.main-menu.style3 .navigation > li > a {
    color: #222222;
    padding: 40px 0 40px;
}

.outer-search-box-style3 .seach-toggle {
    width: 60px;
    height: 45px;
    color: #222222;
    font-size: 18px;
    line-height: 45px;
    border-left: 1px solid #dddddd;
}
.outer-search-box-style3 .search-box {
    top: 160%;
}
.outer-search-box-style3 .search-box.now-visible{
    top: 175%;
}


.header-style3_right__btn{
    position: relative;
    display: block;
}
.header-style3_right__btn a {
    color: #fff;
    font-size: 17px;
    line-height: 110px;
    padding-left: 30px;
    padding-right: 30px;
}
.header-style3_right__btn .btn-one .txt i.left {
    font-weight: 700;
}



/*** 
=====================================================
	Main Header style Four Css
=====================================================
***/
.header-style-four{
    position: relative;
}
.sticky-header .main-menu.style4 .navigation > li > a {
    color: #222222;
    padding: 35px 0 35px;
}
.sticky-header .main-menu.style4 .navigation > li > a.home {
    padding: 38px 0;
}


.header-top-style4 {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 0px 0px 0px;
}
.header-top-style4 .outer-box{
    position: relative;
    display: block;
}

.header-top-style4_left{
    position: relative;
    display: block;
    padding: 15px 0;
    z-index: 1;
}
.header-top-style4_left::before{
    content: "";
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0;
    right: -50px;
    background: #2a64ce ;
    z-index: -1;
}

.header-contact-info3{
    position: relative;
    display: block;
}
.header-contact-info3 ul{
    overflow: hidden;
}
.header-contact-info3 ul li{
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    padding-left: 36px;
    margin-right: 35px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.header-contact-info3 ul li:last-child{
    margin-right: 0;
}
.header-contact-info3 ul li span::before{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 8px;
    font-size: 14px;
    line-height: 30px;
}
.header-contact-info3 ul li a{
    color: #ffffff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}


.header-top-style4_right {
    position: relative;
    display: block;
    padding: 12px 0 13px;
}
.header-social-link-4 {
    padding-left: 0px;
}


.header-style4 {
    position: relative;
    display: block;
    background: #ffffff;
}
.header-style4 .outer-box {
    position: relative;
    display: block;
}

.header-style4_left {
    position: relative;
    display: block;
}
.header-style4_left .logo {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-style4_left .logo a{
    position: relative;
    display: inline-block;
}


.header-style4_left .logo img {
width:100px;
}

.header-style4_right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu.style4 .navigation > li {
    margin-right: 30px;
}
.main-menu.style4 .navigation > li > a.home {
    padding: 50px 0 51px;
}
.main-menu.style4 .navigation > li > a.home .home_icon {
    color: #222222;
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    background:transparent;
}
.main-menu.style4 .navigation > li > a {
    color: #222222;
    padding: 47px 0 48px;
}




.outer-search-box-style4 .seach-toggle {
    width: 60px;
    height: 45px;
    color: #222222;
    font-size: 18px;
    line-height: 45px;
    border-left: 1px solid #e9ebf4;
}
.outer-search-box-style4 .search-box {
    top: 160%;
}
.outer-search-box-style4 .search-box.now-visible{
    top: 195%;
}

.header-style4_right__btn{
    position: relative;
    display: block;
}



/*** 
=====================================================

	Main Header style Five Css
=====================================================
***/
.header-style-five{}

.sticky-header .main-menu.style5 .navigation > li > a {
    color: #222222;
    padding: 35px 0 35px;
}
.sticky-header .main-menu.style5 .navigation > li > a.home {
    padding: 38px 0;
}

.header-top-style5 .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -18px;
    right: 0;
    background: #2a64ce;
}

.header-top-style5_left{
    position: relative;
    display: block;
}
.header-top-style5_left .header-contact-info2 ul li span::before {
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-weight: 600;
}


.header-top-style5_right{
    position: relative;
    display: flex;
    align-items: center;
}
.header-top-style5_right .header-menu-1 ul li:before {
    background: #ffffff;
}
.header-top-style5_right .header-menu-1 ul li a {
    color: #ffffff;
}


.header-style5_right {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu.style5 .navigation > li {
    margin-right: 30px;
}
.main-menu.style5 .navigation > li > a.home {
    padding: 43px 0;
}
.main-menu.style5 .navigation > li > a.home .home_icon {
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    background:transparent;
}
.main-menu.style5 .navigation > li > a {
    color: #222222;
    padding: 40px 0 40px;
}

.outer-search-box-style5 .seach-toggle {
    width: 60px;
    height: 45px;
    color: #222222;
    font-size: 18px;
    line-height: 45px;
    border-left: 1px solid #dddddd;
}
.outer-search-box-style5 .search-box {
    top: 160%;
}
.outer-search-box-style5 .search-box.now-visible{
    top: 175%;
}



.header-style5_right__btn{
    position: relative;
    display: block;
}
.header-style5_right__btn a {
    color: #ffffff;
    font-size: 18px;
    line-height: 110px;
    font-weight: 900;
    padding-left: 30px;
    padding-right: 30px;
}
.header-style5_right__btn .btn-one .txt i.left {
    font-weight: 700;
}














































/*** 
=============================================
    Service style1 Area Css
=============================================

***/
.service-style1-area{
    position: relative;
    display: block;
    padding: 110px 0 40px;
    z-index: 1;
}
.service-style1-area::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#2a64ce;
    content: "";
    opacity: 0.80;
}
.service-style1-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.service-style1-area .shape{
    position: absolute;
    left: 0;
    bottom: -200px;
    z-index: 1;
}


.service-style1_title{
    position: relative;
    display: block;
    margin-right: 20px;
}
.service-style1_title .sec-title {
    padding-bottom: 63px;
}
.service-style1_title .sec-title .sub-title .border-box {
    background: #ffffff;
}
.service-style1_title .sec-title h2 {
    color: #ffffff;
    font-size: 42px;
}
.service-style1_title .sec-title p {
    color: #c5c9e6;
    margin: 0;
    margin-top: 15px;
}

.service-style1_inner_box {
    position: relative;
    display: block;
    margin-left: -110px;
    padding-top: 60px;
    padding-bottom: 280px;
}
.service-style1_inner_box .border-top-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 8px;
}
.service-style1_inner_box .border-left-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 248px;
}
.service-style1_inner_box .border-right-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 498px;
}
.service-style1_inner_box h3{
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}
.service-style1_inner_box .btns-box {
    margin-top: 35px;
}
.service-style1_inner_box .btns-box a{
    background-color: transparent;
    border: 1px solid #ffffff;
}


.service-style1_content {
    position: relative;
    display: block;
}
.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 67px;
}
.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style1 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img{
    transform: scale(1.2);    
}
.single-service-style1 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.single-service-style1:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}


.single-service-style1 .text-holder {
    position: relative;
    display: block;
    padding: 28px 0px 0px;
}
.single-service-style1 .text-holder h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-service-style1 .text-holder h3 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder p{
    color: #c5c9e6;
    margin: 0;   
}
.single-service-style1 .text-holder .readmore-button {
    position: relative;
    display: block;
    margin-top: 17px;
}
.single-service-style1 .text-holder .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.single-service-style1 .text-holder .readmore-button a span:before {
    position: relative;
    display: inline-block;
    color: #e2e5f3;
    font-size: 20px;
    padding-right: 10px;
    top: 3px;
}




/*** 
=============================================
    Service style2 Area Css
=============================================

***/
.service-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 0px;
}
.service-style2-area .sec-title.with_text {
    padding-bottom: 103px;
}

.single-service-style2{
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 25px;
    padding-bottom: 45px;
    margin-bottom:110px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    z-index: 2;
}
.single-service-style2_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.20;
    z-index: -2;
}
.single-service-style2:hover .single-service-style2_bg{
    opacity: 1;
    transition: all 700ms linear;
    transition-delay: 0.2s;
}

.single-service-style2::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: all 700ms linear;
    transition-delay: 0.1s;
}

.single-service-style2:hover:before{
    opacity: 0;
}
.single-service-style2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color:#1f67b0;
    opacity: 1;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}
.single-service-style2:hover:after{
    opacity: .90;
    transform: perspective(400px) scaleX(1.0);
}
.single-service-style2 .inner_box {
    position: relative;
    display: block;
    padding-left: 180px;
    min-height: 210px;
    z-index: 2;
}
.single-service-style2 .inner_box .img-holder{
    position: absolute;
    left: 0;
    width: 180px;
    margin-top: -40px;
}
.single-service-style2 .inner_box .img-holder img{
    width: 100%;
}


.single-service-style2 .inner_box .text-holder {
    position: relative;
    display: block;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 35px;
}
.single-service-style2 .inner_box .text-holder h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
}
.single-service-style2 .inner_box .text-holder h3 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style2:hover .inner_box .text-holder h3 a{
    color: #ffffff;
}
.single-service-style2 .inner_box .text-holder p{
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style2:hover .inner_box .text-holder p{
    color: #ffffff;
}
.single-service-style2 .inner_box .text-holder .readmore-button {
    position: relative;
    display: block;
    margin-top: 29px;
}
.single-service-style2 .inner_box .text-holder .readmore-button a{
    color: #1f67b0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style2:hover .inner_box .text-holder .readmore-button a{
    color: #ffffff;
}
.single-service-style2 .inner_box .text-holder .readmore-button a span::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
    top: 2px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style2:hover .inner_box .text-holder .readmore-button a span::before {
    color: #ffffff;
}



/*** 
=============================================

    Service Style3 Area CSS
=============================================
***/
.service-style3-area{
    position: relative;
    display: block;
    background: #faf7f0;
    padding: 110px 0px 110px;
    z-index: 1;
}
.service-style3-area_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-attachment: scroll;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.single-service-style3{
    position: relative;
    display: block;
}
.single-service-style3 .img-holder{
    position: relative;
    display: block;
}
.single-service-style3 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style3 .img-holder .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    transition: .3s;
    text-align: center;
    transform: translateY(50%);
    opacity: 0;
    z-index: 1;
}
.single-service-style3:hover .img-holder .inner::before {
    opacity: 0.70;
    transform: translateY(0px);
}
.single-service-style3 .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style3:hover .img-holder .inner img{
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


.single-service-style3 .text-holder{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 38px 30px 45px;
}
.single-service-style3 .text-holder h2{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 12px;
}
.single-service-style3 .text-holder p{
    margin: 0;
}
.single-service-style3 .text-holder .readmore-button{
    position: relative;
    display: block;
    margin-top: 33px;
}
.single-service-style3 .text-holder .btn-one {
    color: #222222;
    background: #ffffff;
    border: 1px solid #222222;
    line-height: 48px;
    padding-left: 25px;
    padding-right: 25px;
}
.single-service-style3 .text-holder .btn-one::before{
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}

.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 170px;
    left: -80px;
    right: -80px;
    z-index: -1;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border: 1px solid #222222;
    color: #222222;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    float: left;
}
.service-style3_carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
    float: right;
}



/*** 
=============================================
    Service Style4 Area CSS

=============================================
***/
.service-style4-area {
    position: relative;
    display: block;
    padding: 110px 0px 110px;
}

.single-service-style4{
    position: relative;
    display: block;
    padding-left: 200px;
    min-height: 280px;
    margin-bottom: 40px;
}
.single-service-style4 .img-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}
.single-service-style4 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style4 .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.single-service-style4:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.single-service-style4 .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style4:hover .img-holder .inner img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


.single-service-style4 .text-holder{
    position: relative;
    display: block;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    padding: 37px 45px 43px;
    z-index: 1;
}
.single-service-style4 .text-holder::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2a64ce;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.single-service-style4:hover .text-holder:after{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.single-service-style4 .text-holder h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style4:hover .text-holder h3{
    color: #ffffff;
}
.single-service-style4 .text-holder p {
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style4:hover .text-holder p{
    color: #ffffff;
}

.single-service-style4 .text-holder .readmore-button {
    position: relative;
    display: block;
    margin-top: 33px;
    padding-top: 20px;
    border-top: 1px solid #dee1ed;
}
.single-service-style4 .text-holder .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.single-service-style4 .text-holder .readmore-button a span::before{
    position: relative;
    display: inline-block;
    color: #2a64ce;
    font-size: 20px;
    padding-right: 10px;
    top: 3px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style4:hover .text-holder .readmore-button a span::before{
    color: #ffffff;
}

.service-style4_more_service_button{
    position: relative;
    display: block;
    padding-top: 30px;
}
.service-style4_more_service_button a{
    line-height: 65px;
}



/*** 

=============================================
    Service style5 Area Css
=============================================
***/
.service-style5-area{
    position: relative;
    display: block;
    padding: 120px 0 55px;
}


.service-style5_top_title{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 59px;
}
.service-style5_top_title .sec-title{
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0;
}
.service-style5_top_title .text{
    position: relative;
    display: block;
    max-width: 615px;
    width: 100%;
    padding-left: 80px;
}
.service-style5_top_title .text::before{
    position: absolute;
    top: -28px;
    left: 0;
    bottom: -28px;
    width: 1px;
    background: #cfd3e4;
    content: "";    
}
.service-style5_top_title .text p{
    margin: 0;
}


.single-service-style5{
    position: relative;
    display: block;
    background: #ffffff;
    border: 2px solid #e9ebf4;
    padding: 54px 48px 53px;
    margin-bottom: 55px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style5:hover{
    box-shadow: 0px 0px 46.98px 7.02px rgba(0, 0, 0, 0.07); 
    border-color: transparent;   
}
.single-service-style5 .icon-holder{
    font-size: 120px;
    margin-bottom: 30px;
}
.single-service-style5 .title-holder{
    position: relative;
    display: block;
}
.single-service-style5 .title-holder h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin: 0 0 15px;
}
.single-service-style5 .title-holder p{
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}


.single-service-style5 .title-holder .readmore-button{
    position: relative;
    display: block;
    padding-top: 35px;
}
.single-service-style5 .title-holder .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase; 
    transition: all 200ms linear;
    transition-delay: 0.1s;   
}
.single-service-style5 .title-holder .readmore-button a span::before {
    position: relative;
    display: inline-block;
    top: 2px;
    color: #2a64ce;
    font-size: 20px;
    line-height: 20px;
    padding-right: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;  
}



/*** 
=============================================
    Service Style4 Area Service Page1 Css      

=============================================
***/
.service-style4-area.service-page1{
    padding-bottom: 70px;
}



/*** 
=============================================
    Service Style5 Area Service Page2 Css      
=============================================

***/
.service-style5-area.service-page2{
    padding-top: 99px;
    padding-bottom: 70px;
}
.tagline-content.style2{
    padding-bottom: 61px;
}



.service-page2 .single-service-style5 {
    margin-bottom: 40px;
}
.service-page2 .single-service-style5 .icon-holder {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    border: 10px solid rgba(0, 0, 0, 0.10);
    border-radius: 50%;
}
.service-page2 .single-service-style5 .overlay-bg {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #2a64ce;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.service-page2 .single-service-style5:hover .overlay-bg{
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); 
}
.service-page2 .single-service-style5:hover .title-holder h3 {
    color: #ffffff;
}
.service-page2 .single-service-style5:hover .title-holder p{
    color: #ffffff;    
}
.service-page2 .single-service-style5:hover .title-holder .readmore-button a span::before{
    color: #ffffff;   
}



/*** 
=============================================
    Service Style3 Area Service Page3 Css      
=============================================
***/
.service-style3-area.service-page3{
    position: relative;
    display: block;
    background: #fff;
    padding: 110px 0 40px;
}
.service-page3 .single-service-style3{
    margin-bottom: 70px;
}
.service-page3 .single-service-style3 .text-holder {
    border: 1px solid #e9ebf4;
}
.service-page3 .single-service-style3:hover .text-holder{
    border-color: transparent;
    border-bottom-color: #222222;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.06);
}
.service-page3 .single-service-style3 .text-holder .btn-one:hover{
    color: #fff;
}



/*** 
=============================================
    Service Details Area Style      
=============================================
***/
.service-details-area{
    position: relative;
    display: block;
    background: #fff;
    padding: 110px 0 110px;
}

.service-details-sidebar{
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
}

.single-sidebar-box{
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.services-page-link{
    position: relative;
    display: block;
}
.services-page-link ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.services-page-link ul li{
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.services-page-link ul li:last-child{
    margin-bottom: 0;
}
.services-page-link ul li a{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 0 30px;
    color: #222222;
    font-size: 18px;
    line-height: 70px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.services-page-link ul li a:hover,
.services-page-link ul li.active a{
    color: #fff;
}




.services-page-link ul li a span::before{
    position: relative;
    display: inline-block;
    float: right;
    color: #2a64ce;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.services-page-link ul li a:hover span::before,
.services-page-link ul li.active a span::before{
    color: #fff;
}

.services-page-link ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}
.services-page-link ul li a:hover:before,
.services-page-link ul li.active a:before{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}


.single-sidebar-box .title {
    position: relative;
    display: block;
    background: #2a64ce;
    padding: 22px 0px 22px 30px;
    margin-bottom: 5px;
}
.single-sidebar-box .title h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}
.single-sidebar-box .downloads-links{
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e9ebf4;
}
.single-sidebar-box .downloads-links li{
    position: relative;
    display: block;
}
.single-sidebar-box .downloads-links li a{
    position: relative;
    display: block;
    padding-left: 34px;
    color: #222222;
    font-size: 18px;
    line-height: 68px;
    border: 1px solid #e9ebf4;
    border-bottom: none;
}
.single-sidebar-box .downloads-links li a i{
    position: relative;
    display: inline-block;
    padding-right: 10px;
}


.special-services{
    position: relative;
    display: block;
    padding: 100px 40px 60px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.special-services::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.70;
    z-index: -1;
}
.special-services .thm_logo{
    position: relative;
    display: block;
    padding-bottom: 16px;
}
.special-services .thm_logo span::before{
    color: #fff;
    font-size: 70px;
}
.special-services h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 12px;
}
.special-services p{
    color: #ffffff;
    margin: 0 0 33px;
}
.special-services a{
    line-height: 50px;
    padding: 0 25px;    
}


.sidebar-contact-info{
    position: relative;
    display: block;
    padding: 33px 0 60px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.sidebar-contact-info .icon{
    position: relative;
    padding-bottom: 20px;
}
.sidebar-contact-info .icon span::before{
    color: #ffffff;
    font-size: 180px;
}
.sidebar-contact-info h3{
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin: -21px 0 20px;
}

.sidebar-contact-info .border-box{
    position: relative;
    display: block;
    width: 70px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}
.sidebar-contact-info .phone{
    position: relative;
    display: block;
    padding-top: 29px;
}
.sidebar-contact-info .phone a{
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}
.sidebar-contact-info .mail{
    position: relative;
    display: block;
}
.sidebar-contact-info .mail a{
    color: #ffffff;
}


.service-details-content{
    position: relative;
    display: block;
}
.service-details_main_image{
    position: relative;
    display: block;
    overflow: hidden;
}
.service-details_main_image img{
    width: 100%;
}

.service-details_main_content{
    position: relative;
    display: block;
    padding-top: 45px;
    padding-bottom: 46px;
}
.service-details_main_content .sec-title{
    padding-bottom: 22px;
}
.service-details_main_content .sec-title .sub-title {
    padding-bottom: 6px;
}
.service-details_main_content .sec-title h2 {
    font-size: 36px;
}
.service-details_main_content .inner-content{
    position: relative;
    display: block;
}
.service-details_main_content .inner-content .top_text{
    position: relative;
    display: block; 
    padding-bottom: 20px;   
}
.service-details_main_content .inner-content .top_text p{
    font-weight: 700;
    margin: 0;
}
.service-details_main_content .inner-content .bottom_text{
    position: relative;
    display: block;
}
.service-details_main_content .inner-content .bottom_text p{
    margin: 0;
}



.service-details_content_two{
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.service-details_content_two h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 13px;
}
.service-details_content_two p{
    margin: 0;
}
.service-details_content_two .inner_content {
    position: relative;
    display: block;
    padding-top: 43px;
}
.service-details_content_two .inner_content ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.service-details_content_two .inner_content ul li{
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 15px 0;
}


.service-details_content_two .inner_content ul li .single_box {
    position: relative;
    display: block;
    padding-left: 80px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 45px;
    margin-bottom: 45px;
    min-height: 80px;
}
.service-details_content_two .inner_content ul li .single_box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.service-details_content_two .inner_content ul li .single_box .icon::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e6e8f1;
    border-radius: 50%;
    content: "";
}
.service-details_content_two .inner_content ul li .single_box .icon .inner{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background:#ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}
.service-details_content_two .inner_content ul li .single_box .icon span::before {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: 100;
}
.service-details_content_two .inner_content ul li .single_box .text{
    position: relative;
    display: block;
    padding-left: 20px;
}
.service-details_content_two .inner_content ul li .single_box .text h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 2px;
}
.service-details_content_two .inner_content ul li .single_box .text p{
    margin: 0;
}


.service-details_content_three{
    position: relative;
    display: block;
    padding-bottom: 60px;
}
.service-details_content_three .img-holder{
    position: relative;
    display: block;
    overflow: hidden;    
}
.service-details_content_three .img-holder img{
    width: 100%;
}
.service-details_content_three .text-holder{
    position: relative;
    display: block;
}
.service-details_content_three .text-holder h3 {
    font-size: 24px;
    margin: 0 0 12px;
}
.service-details_content_three .text-holder p{
    margin: 0;
}
.service-details_content_three .text-holder ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 20px;
}
.service-details_content_three .text-holder ul li{
    position: relative;
    display: block;
    line-height: 36px;
    font-weight: 700;
}
.service-details_content_three .text-holder ul li i{
    position: relative;
    left: 1px;
    display: inline-block;
    padding-right: 10px;
}



.service-details_content_four{
    position: relative;
    display: block;
}
.service-details_content_four h3{
    font-size: 24px;
    margin-top: -4px;
}
.service-details_content_four .inner{
    position: relative;
    display: block;
    padding-top: 34px;
}
.service-details_content_four .inner .accordion-box .accordion {
    padding: 21px 20px 21px;
}
.service-details_content_four .inner .accordion-box .accordion .accord-btn::after {
    background: #2a64ce;
    color: #ffffff;
}



.service-details_content_five{
    position: relative;
    display: block;
    padding-top: 57px;
}
.service-details_content_five h3{
    font-size: 24px;
}
.service-details_content_five .inner{
    position: relative;
    display: block;
    padding-top: 34px;
}


.video-gallery_box_5.service-details_video_holder {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
}
.service-details_video_holder{
    position: relative;
    padding-top: 15px;
    padding-left: 40px;
    padding-bottom: 15px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: #2a64ce;
}
.service-details_video_holder .text{
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
}
.service-details_video_holder .text p{
    color: #ffffff;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
}
.video-gallery_box_5.service-details_video_holder .icon {
    position: relative;
    display: block;
}


/*** 

=============================================
  Team Style1 Area Css
=============================================
***/
.team-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
    z-index: 1;
}
.team-style1-area_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 585px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.team-style1-area .sec-title{

}
.team-style1-area .sec-title.style2 .sub-title .border-box {
    background: #ffffff;
}
.team-style1-area .sec-title .sub-title.clr2 h5 {
    color: #ffffff;
}
.team-style1-area .sec-title h2 {
    color: #ffffff;
}
.team-style1-area .sec-title .text p {
    color: #ffffff;
}


.team-style1-content{
    position: relative;
    display: block;
}

.single-team-item{
    position:relative;
    display: block;
    margin-bottom: 50px;
}
.single-team-item .img-holder{
    position:relative;
    display: block;
}
.single-team-item .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-item .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #041321;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0.50;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-team-item:hover .img-holder .inner:after{
    transform: scaleY(1.0);    
}
.single-team-item .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-item:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


.single-team-item .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}
.single-team-item:hover .img-holder .overlay-icon{
    transform: perspective(400px) scaleY(1.0);    
}
.single-team-item .img-holder .overlay-icon a{
    position: relative;
    display: inline-block;
}
.single-team-item .img-holder .overlay-icon span{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}


.single-team-item .title-holder {
    position: relative;
    display: block;
    padding: 30px 0px 70px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-item:hover .title-holder{
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}
.single-team-item .title-holder::before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    content: ""; 
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; 
    -webkit-transform: perspective(400px) scaleX(0);
    -ms-transform: perspective(400px) scaleX(0);
    transform: perspective(400px) scaleX(0); 
}
.single-team-item:hover .title-holder::before{
    opacity: 1;
    -webkit-transform: perspective(400px) scaleX(1.0);
    -ms-transform: perspective(400px) scaleX(1.0);
    transform: perspective(400px) scaleX(1.0); 
}
.single-team-item .title-holder .inner{
    position: relative;
    display: block;
    padding-bottom: 31px;
}
.single-team-item .title-holder .inner::before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #cddfec;
    content: "";
    opacity: 1;
    transition: all 700ms ease 100ms;
    -webkit-transform: perspective(400px) scaleX(1.0);
    -ms-transform: perspective(400px) scaleX(1.0);
    transform: perspective(400px) scaleX(1.0); 
}
.single-team-item:hover .title-holder .inner::before{
    opacity: 0;
    -webkit-transform: perspective(400px) scaleX(0);
    -ms-transform: perspective(400px) scaleX(0);
    transform: perspective(400px) scaleX(0); 
}

.single-team-item .title-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-team-item .title-holder h3 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-item .title-holder p {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}


.single-team-item .social-icon {
    position: absolute;
    left: 0;
    bottom: 11px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 29px;
    opacity: 0;
}
.single-team-item:hover .social-icon{
    opacity: 1;
}
.single-team-item .social-icon ul {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.single-team-item:hover .social-icon ul{
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-team-item .social-icon ul li{
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 3px;
}
.single-team-item .social-icon ul li:first-child{
    margin-left: 0;
}
.single-team-item .social-icon ul li:last-child{
    margin-right: 0;
}
.single-team-item .social-icon ul li a{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #3b5998;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-team-item .social-icon ul li a.twitter{
    background: #55acee;
}
.single-team-item .social-icon ul li a.linkedin{
    background: #007ab9;
}
.single-team-item .social-icon ul li a.pint{
    background: #cb2027;    
}



/*** 
=============================================
  Team Style2 Area Css
=============================================
***/
.team-style2-area{
    position: relative;
    display: block;
    padding: 110px 0px 60px;
}
.single-team-style2{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-team-style2 .img-holder{
    position: relative;
    display: block;
}
.single-team-style2 .img-holder::before{
    position:absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 180px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    content: "";
    z-index: 1;
}
.single-team-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-style2 .img-holder .inner img{
    width: 100%;
    transition: all 2100ms linear;
    transition-delay: 0.1s;
}
.single-team-style2:hover .img-holder .inner img{
    transform: scale(1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


.single-team-style2 .img-holder .title-holder {
    position: absolute;
    left: 0;
    bottom: 38px;
    right: 0;
    text-align: center;
    transition: all .4s ease-in-out .1s;
    z-index: 2;
}
.single-team-style2:hover .img-holder .title-holder {
    opacity: 0;
    transform: scale(1.0) translateY(-65px);
}
.single-team-style2 .img-holder .title-holder h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}
.single-team-style2 .img-holder .title-holder h2 a{
    color: #ffffff;
}
.single-team-style2 .img-holder .title-holder p{
    color: #ffffff;
    margin: 0;
}


.single-team-style2 .title-holder.overlay {
    position: absolute;
    left: 0;
    bottom: 45px;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(1.0) translateY(65px);
    transition: all .4s ease-in-out .1s;
    z-index: 2;
}
.single-team-style2:hover .title-holder.overlay{
    opacity: 1.0;
    visibility: visible;
    transform: scale(1.0) translateY(0%);
}
.single-team-style2 .title-holder.overlay h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;

}
.single-team-style2 .title-holder.overlay h2 a{
    color: #ffffff;
}
.single-team-style2 .title-holder.overlay p{
    color: #ffffff;
    margin: 0;
}


.single-team-style2 .title-holder .social-icon{
    position: relative;
    display: block;
    padding-top: 23px;
}
.single-team-style2 .title-holder .social-icon ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-style2 .title-holder .social-icon ul li{
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 3px;
}
.single-team-style2 .title-holder .social-icon ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.single-team-style2 .title-holder .social-icon ul li .facebook{
    background: #4a71c5;
}
.single-team-style2 .title-holder .social-icon ul li .twitter{
    background: #4fa4e5;
}
.single-team-style2 .title-holder .social-icon ul li .pinterest{
    background: #de0a2a;
}
.single-team-style2 .title-holder .social-icon ul li .linkedin{
    background: #0074b2;
}



/*** 
=============================================
    Team Style3 Area Css
=============================================
***/
.team-style3-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
    z-index: 1;
}
.single-team-item.v2 .img-holder .inner:after {
    background: #2a64ce;
    opacity: 0.70;
}
.single-team-item.v2:hover .title-holder h3 a{
    color: #2a64ce;
}




/*** 

=============================================
    Team Style4 Area Css
=============================================
***/



.custom-nav .owl-nav {
position: absolute;
left: 0;
top: -50px;
display: flex;
}


.custom-nav .owl-nav > button {
	margin: 0 5px;
	height: 45px;
	position: relative;
	width: 45px;
	border-radius: 50%;
	border: none;
	text-align: center;
	font-size: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9;

	width: 45px;
	height: 45px;
	line-height: 45px;
	left: 0;
	background: transparent;
	border: 1px solid #2a64ce;
	font-size: 18px;
border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #2a64ce;

}


.custom-nav.brands-slider .owl-nav {

top: 0;}


/*** 

=============================================
    Team Style5 Area Css
=============================================
***/
.team-style5-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 0px;
    z-index: 1;
}
.team-style5-area_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 585px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.team-style5-area .sec-title{

}
.team-style5-area .sec-title.style2 .sub-title .border-box {
    background: #ffffff;
}
.team-style5-area .sec-title .sub-title.clr2 h5 {
    color: #ffffff;
}
.team-style5-area .sec-title h2 {
    color: #ffffff;
}
.team-style5-area .sec-title .text p {
    color: #ffffff;
}



/*** 
=============================================
    Team Style5 Area Team Page Css
=============================================
***/
.team-style5-area.team-page{}
.team-style5-area.team-page .single-team-item {
    margin-bottom: 0px;
}













/*** 
=============================================
    Testimonial Style1 Area Css

=============================================
***/
.testimonial-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    padding: 141px 0 0px;
}
.testimonial-style1-area_map{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.05;    
}

.testimonial-style1-content{
    position: relative;
    display: block; 
    max-width: 900px;
    width: 100%;
    margin: 0 auto;  
}
.testimonial-style1-content .sec-title{
    padding-bottom: 42px;
}
.testimonial-style1-content .sec-title .quote {
    position: relative;
    display: block;
    margin: 0 0 28px;
}
.testimonial-style1-content .inner-content {
    position: relative;
    display: block;
}


.single-testimonial-style1{
    position: relative;
    display: block;
}
.single-testimonial-style1 .text-box {
    position: relative;
    display: block;
    padding-bottom: 37px;
}
.single-testimonial-style1 .text-box p{
    color: #222222;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}
.single-testimonial-style1 .client-info {
    position: relative;
    display: block;
}
.single-testimonial-style1 .client-info h3 {
    color: #2a64ce;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 1px;
}
.single-testimonial-style1 .client-info span{
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}


.testimonial-style1-content .client-thumb-outer {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0;
    padding: 16px 0 30px;
}
.testimonial-style1-content .client-thumb-outer .client-thumbs-carousel{
    position: relative;
    max-width: 90px;
    margin: 0 auto;
}
.testimonial-style1-content .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
    overflow:visible;
}
.testimonial-style1-content .client-thumb-outer .client-thumbs-carousel .thumb-item{
    position: relative;

}
.testimonial-style1-content .client-thumb-outer .owl-item.active .thumb-item{
    position: relative;
    top: -10px;
    margin: 0;
}


.testimonial-style1-content .client-thumb-outer .thumb-item .thumb-box {
    position: relative;
    width: 70px;
    height: 70px;
    background: #fff;
    opacity: 1.0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonial-style1-content .client-thumb-outer .thumb-item .thumb-box::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    content: "";
    opacity: 0.75;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.testimonial-style1-content .client-thumb-outer .owl-item.active .thumb-item .thumb-box::before{
    opacity: 0;
}


.testimonial-style1-content .owl-item.active .thumb-item .thumb-box{
    width: 90px;
    height: 90px;
    opacity: 1;
}
.testimonial-style1-content .client-thumb-outer .client-thumbs-carousel .thumb-item img{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
    display: none !important;
}



/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.testimonial-style2-area .container-box{
    position: relative;
    display: block;
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;    
}

.testimonial-style2-area .sec-title .quote{
    font-size: 55px;
    line-height: 55px;
    margin: 0 0 21px;
}

.single-testimonial-style2{
    position: relative;
    display: block;
    background: #faf7f0;
    padding: 46px 50px 50px;  
}
.single-testimonial-style2 .text {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #ece6d9;
}
.single-testimonial-style2 .text p{
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}


.single-testimonial-style2 .client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.single-testimonial-style2 .client-info .img-box{
    position: relative;
    display: block;
}
.single-testimonial-style2 .client-info .img-box img{
    width: 100%;
}
.single-testimonial-style2 .client-info .client-name{
    position: relative;
    display: block;
    padding-left: 15px;
}
.single-testimonial-style2 .client-info .client-name h3{
    font-size: 18px;
    line-height: 28px;
}
.single-testimonial-style2 .client-info .client-name p{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}



/*** 

=============================================
    Testimonial Style3 Area Css
=============================================
***/
.testimonial-style3-area{
    position: relative;
    display: block;
    padding: 110px 0px 110px;
}

.testimonial-style3-area .sec-title.with_text {
    padding-bottom: 38px;
}
.testimonial-style3-items {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.single-testimonial-style3{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 61px 50px 70px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}
.single-testimonial-style3 .icon-box {
    position: absolute;
    top: -25px;
    right: 40px;
}
.single-testimonial-style3 .icon-box span::before {
    color: #e8eaf3;
    font-size: 55px;
}
.single-testimonial-style3 .text{
    position: relative;
    display: block;
    margin-bottom: 27px;
}
.single-testimonial-style3 .text p{
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    margin: 0;
}


.single-testimonial-style3 .client-info{
    position: relative;
    display: flex;
    align-items: center;
}
.single-testimonial-style3 .client-info .img-box{
    position: relative;
    display: block;
    width: 60px;
}
.single-testimonial-style3 .client-info .img-box img{
    width: 100%;
}
.single-testimonial-style3 .client-info .client-name{
    position: relative;
    display: block;
    padding-left: 15px;
}
.single-testimonial-style3 .client-info .client-name h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.single-testimonial-style3 .client-info .client-name p{
    font-style: 14px;
    line-height: 24px;
    margin: 0;
}



.testimonial-style3_Carousel {
    position: relative;
}
.testimonial-style3_Carousel.owl-theme .owl-stage-outer {
    overflow: visible;
    padding-top: 25px;
}
.testimonial-style3_Carousel .owl-carousel .owl-stage-outer .owl-item{
    opacity: 0;
    transform: scale(0);
    transition: all .8s ease-in-out .5s;
}
.testimonial-style3_Carousel .owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
    transform: scale(1.0);
}

.testimonial-style3_Carousel .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    margin-top: 70px !important;
}
.testimonial-style3_Carousel .owl-dots::before {
    position: absolute;
    top: 5px;
    right: 0;
    width: 495px;
    height: 1px;
    background: #ffffff;
    content: "";
    z-index: 1;
}
.testimonial-style3_Carousel .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
    border: 1px solid #cccccc;
    background: transparent;
	margin: 0px 20px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.testimonial-style3_Carousel .owl-dots .owl-dot::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 20px;
    width: 20px;
    height: 1px;
    background: #cccccc;
}
.testimonial-style3_Carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background: #dedede;
    border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}





/*** 
=============================================
    Testimonial Style1 Area About Page2 Css      
=============================================
***/
.testimonial-style1-area.about-page2{
    padding-bottom: 102px;
}



/*** 
=============================================
    Video Gallery Area Style      
=============================================
***/
.video-gallery-area {
    position: relative;
    display: block;
    z-index: 1;
}
.video-gallery-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0;
    background-attachment: scroll;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;    
}
.video-gallery-area .layer-outer.bg{
    background: #fbf3f1;
    bottom: 210px;
}

.video-holder-box {
    position: relative;
    max-width: 970px;
    width: 100%;
    min-height: 550px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 30px 80px 0px rgba(12, 21, 41, 0.3);
}
.video-holder-box .shape1{
    position: absolute;
    bottom: -28px;
    right: -28px;
    opacity: 0.30;
    z-index: -1;
}
.video-holder-box .icon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 1;
}
.video-holder-box .icon:after {
    position: absolute;
    content: '';
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border: 15px solid rgba(218, 60, 34, 0.40);
    border-radius: 50%;
    z-index: -1;
}
.video-holder-box .icon:before {
    position: absolute;
    content: '';
    top: -17px;
    left: -17px;
    bottom: -17px;
    right: -17px;
    border-radius: 50%;
    background: rgba(54,124,232, 0.0);
    z-index: -1;
}
.video-holder-box:hover .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}
.video-holder-box .icon a{
    position: relative;
    display: inline-block;
}
.video-holder-box .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 25px;
    line-height: 100px;
}















/*** 
=============================================
    Thm Form Style1 Area Css
=============================================
***/
.thm-form-style1-area{
    position: relative;
    display: block;
    background: #f5f2e8;
    padding-top: 120px;
    padding-bottom: 150px;
    z-index: 1;
}
.thm-form-style1-area:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 340px;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.thm-form-style1 {
    position: relative;
    display: block;
    padding: 94px 100px 110px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(12, 21, 41, 0.1);
}
.thm-form-style1 .car-image {
    position: absolute;
    bottom: -180px;
    right: -160px;
}
.thm-form-style1 .title{
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 32px;
}
.thm-form-style1 .title h2{
    color: #0c1529;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}


#thm-form-style1{
    position: relative;
    display: block;
}
#thm-form-style1 .row{
    margin-left: -25px;
    margin-right: -25px;    
}
#thm-form-style1 .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}


#thm-form-style1 .about-you{
    position: relative;
    display: block;
}
#thm-form-style1 .about-you .row{
    margin-left: -10px;
    margin-right: -10px;    
}
#thm-form-style1 .about-you .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

#thm-form-style1 .about-you h3 {
    color: #0c1529;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 13px;
}
#thm-form-style1 .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
#thm-form-style1 input[type="text"], 
#thm-form-style1 input[type="email"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
#thm-form-style1 input[type="text"]:focus{
    color: #171717;
    border-color: #171717; 
}
#thm-form-style1 input[type="email"]:focus{
    color: #171717;
    border-color: #171717; 
}
#thm-form-style1 input[type="text"]::-webkit-input-placeholder {
    color: #808080;
}
#thm-form-style1 input[type="text"]:-moz-placeholder {
    color: #808080;
}
#thm-form-style1 input[type="text"]::-moz-placeholder {
    color: #808080;
}
#thm-form-style1 input[type="text"]:-ms-input-placeholder {
    color: #808080;
}
#thm-form-style1 input[type="email"]::-webkit-input-placeholder {
    color: #808080;
}
#thm-form-style1 input[type="email"]:-moz-placeholder {
    color: #808080;
}
#thm-form-style1 input[type="email"]::-moz-placeholder {
    color: #808080;
}
#thm-form-style1 input[type="email"]:-ms-input-placeholder {
    color: #808080;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #808080;
}
#thm-form-style1 .button-box {
    position: relative;
    display: block;
    margin-top: 30px;
}




/*** 
=============================================
    Thm Form Style2 Area Css
=============================================
***/
.thm-form-style2-area{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding-top: 110px;
    padding-bottom: 110px;
}


.thm-form-style2 {
    position: relative;
    display: block;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}
.thm-form-style2 .input-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.thm-form-style2 .input-box input[type="text"],
.thm-form-style2 .input-box input[type="email"],
.thm-form-style2 .input-box textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    height: 65px;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 24px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}
.thm-form-style2 .input-box textarea {
    height: 150px;
    padding-top: 15px;
    padding-left: 24px;
    padding-right: 25px;
}

.thm-form-style2 .button-box{
    position: relative;
    display: block;
    padding-top: 15px;
}
.thm-form-style2 .button-box button{
    width: 100%;
}





















/*** 
=============================================
    Project style1 Area Css
=============================================
***/
.project-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0 ;
}
.project-style1-area .custom-container{
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.project-style1_content {
    position: relative;
    display: block;
}

.single-project-style1 {
    position: relative;
    display: block;
}
.single-project-style1 .img-holder {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-bottom: 35px;
}
.single-project-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style1 .img-holder .inner img{
    width: 100%;
    transform: scale(1.0);
    transition: all 1700ms ease;    
}
.single-project-style1:hover .img-holder .inner img{
    transform: scale(1.2);    
}
.single-project-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000000;
    opacity: 1.0;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}
.single-project-style1:hover .img-holder .inner:before{
    opacity: 0.65;
    transform: perspective(400px) scaleX(1.0);
}


.single-project-style1 .img-holder .zoom-button{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(0);
    transition: all 500ms ease 300ms;
    z-index: 10;
}
.single-project-style1:hover .img-holder .zoom-button{
    opacity: 1;
    transform: scale(1.0);    
}
.single-project-style1 .img-holder .zoom-button a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.single-project-style1 .project-style1_overly_content{
    position: absolute;
    left: 70px;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 40px 45px 35px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    z-index: 3;
}
.single-project-style1 .project-style1_overly_content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.single-project-style1:hover .project-style1_overly_content::before{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.project-style1_overly_content h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-project-style1:hover .project-style1_overly_content h5{
    color: #ffffff;
}
.project-style1_overly_content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
}
.project-style1_overly_content h3 a{
    color: #222222;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-project-style1:hover .project-style1_overly_content h3 a{
    color: #ffffff;
}
.project-style1_overly_content p {
    margin: 0;
    margin-bottom: 33px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-project-style1:hover .project-style1_overly_content p{
    color: #ffffff;
}
.project-style1_overly_content .border-box{
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #dee1ed;
    margin-bottom: 25px;
}

.project-style1_overly_content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.project-style1_overly_content .bottom-box .bottom-box_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    transition: .5s;
    opacity: 1;
    transform: perspective(400px) scaleX(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-project-style1:hover .project-style1_overly_content .bottom-box .bottom-box_inner{
    opacity: 0;
    transform: perspective(400px) scaleX(0);
}
.project-style1_overly_content .bottom-box .left{
    position: relative;
    display: block;
}
.project-style1_overly_content .bottom-box .left .icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2a64ce;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.project-style1_overly_content .bottom-box .left .icon i{
    color: #c5cae8;
    font-size: 18px;
    font-weight: 700;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.project-style1_overly_content .bottom-box .right{
    position: relative;
    display: block;
}
.project-style1_overly_content .bottom-box .right p{
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.project-style1_overly_content .bottom-box .right p span{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    color: #2a64ce;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.project-style1_overly_content .bottom-box .bottom-box_outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    transition: .5s;
    opacity: 0;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-project-style1:hover .project-style1_overly_content .bottom-box .bottom-box_outer{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.project-style1_overly_content .bottom-box .bottom-box_outer .readmore-button{
    position: relative;
    display: block;
}
.project-style1_overly_content .bottom-box .bottom-box_outer .readmore-button a{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.project-style1_overly_content .bottom-box .bottom-box_outer .readmore-button a span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    padding-right: 10px;
    top: 3px;
}
.project-style1_overly_content .bottom-box .bottom-box_outer .icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    transition: all 500ms linear;
    transition-delay: 0.1s;    
}
.project-style1_overly_content .bottom-box .bottom-box_outer .icon i{
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    transition: all 500ms linear;
    transition-delay: 0.2s;    
}


.project-style1_carousel {
    position: relative;
}
.project-style1_carousel.owl-theme .owl-stage-outer {
    overflow: visible;
}
.project-style1_carousel .owl-carousel .owl-stage-outer .owl-item{
    opacity: 0;
    transform: scale(0);
    transition: all .1s ease-in-out .1s;
}
.project-style1_carousel .owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
    transform: scale(1.0);
}

.project-style1_carousel .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    margin-top: 70px !important;
}
.project-style1_carousel .owl-dots::before {
    position: absolute;
    top: 5px;
    right: 0;
    width: 620px;
    height: 1px;
    background: #ffffff;
    content: "";
    z-index: 1;
}
.project-style1_carousel .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
    border: 1px solid #cccccc;
    background: transparent;
	margin: 0px 20px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.project-style1_carousel .owl-dots .owl-dot::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 20px;
    width: 20px;
    height: 1px;
    background: #cccccc;
}
.project-style1_carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background: #dedede;
    border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.project-style1_carousel .owl-dots .owl-dot.active{
    border: 1px solid #222222;
    background: #222222;
}
.project-style1_carousel .owl-dots .owl-dot.active span{
    background: #222222;    
}


.project-style1-area.gray-bg{

    background: #e9ebf4;
}
.project-style1-area.gray-bg .project-style1_carousel .owl-dots::before {
    background: #e9ebf4;
}



/*** 

=============================================
    Project style2 Area Css
=============================================
***/
.project-style2-area{
    position: relative;
    display: block;
    padding: 60px 0px 110px;
}

@-webkit-keyframes run {
    0% { left: -20%;}
    50%{ left : 0%;}
    100%{ left: 20%;}
}
@-moz-keyframes run {
    0% { left: -20%;}
    50%{ left : 0%;}
    100%{ left: 20%;}
} 



.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 45px;
}
.project-filter {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-filter li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 4px;
}
.project-filter li .filter-text {
    position: relative;
    display: block;
    padding: 0 20px;
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 0px;
    transition: all .4s ease;
    font-family: 'Exo', sans-serif;
    z-index: 1;
}
.project-filter li .filter-text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before{
    transform: scaleX(1.0);    
}

.project-filter li .count {
    display: none;
}


.single-project-style2{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-project-style2 .img-holder{
    position: relative;
    display: block;
}
.single-project-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style2 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #041321;
    opacity: 1.0;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}
.single-project-style2:hover .img-holder .inner:before{
    opacity: 0.80;
    transform: perspective(400px) scaleX(1.0);
}
.single-project-style2 .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;    
}
.single-project-style2:hover .img-holder .inner img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


.single-project-style2 .overlay-content-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 10;
}
.single-project-style2:hover .overlay-content-box{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-project-style2 .img-holder .zoom-button {
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(0);
    transition: all 700ms ease 500ms;
    z-index: 10;
}
.single-project-style2:hover .img-holder .zoom-button{
    opacity: 1;
    transform: scale(1.0);    
}
.single-project-style2 .img-holder .zoom-button a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}


.single-project-style2 .img-holder .overly-content {
    position: relative;
    display: block;
    padding-top: 33px;
    opacity: 0;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-project-style2:hover .img-holder .overly-content{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.single-project-style2 .img-holder .overly-content p{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}
.single-project-style2 .img-holder .overly-content h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.project-style2_view_more_button{
    position: relative;
    display: block;
    padding-top: 20px;
}



/*** 
=============================================

    Project Style1 Area About Page Css      
=============================================
***/
.project-style1-area.about-page {
    padding-top: 102px;
}



/*** 
=============================================
    Project style3 Area Css

=============================================
***/
.project-style3-area{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 60px;
}
.project-style3-area .big-title-1 {
    position: absolute;
    left: 0;
    top:-60px;
    right: 0;
    font-size: 350px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Exo', sans-serif;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    /* -webkit-animation-duration: 25s; */
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(239 245 251 / 1.0);
    color: transparent;
}

.project-style3-area .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
.project-style3-area .row {
    margin-left: -25px;
    margin-right: -25px;
}
.project-style3-area .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.single-project-style3{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-project-style3 .img-holder{
    position: relative;
    display: block;
}
.single-project-style3 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style3 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000000;
    opacity: 1.0;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}
.single-project-style3:hover .img-holder .inner:before{
    opacity: 0.70;
    transform: perspective(400px) scaleX(1.0);
}
.single-project-style3 .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;    
}
.single-project-style3:hover .img-holder .inner img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


.single-project-style3 .overlay-content-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 10;
}
.single-project-style3:hover .overlay-content-box{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-project-style3 .img-holder .zoom-button {
    position: relative;
    top: -15%;
    opacity: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: scale(0);
    transition: all 700ms ease 500ms;
    z-index: 10;
}
.single-project-style3:hover .img-holder .zoom-button{
    opacity: 1;
    transform: scale(1.0);    
}
.single-project-style3 .img-holder .zoom-button a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}


.single-project-style3 .img-holder .overly-content {
    position: absolute;
    left: 35px;
    bottom: -15px;
    right: 35px;
    padding-top: 33px;
    padding-bottom: 33px;
    background: #ffffff;
    opacity: 0;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.12);
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-project-style3 .img-holder .overly-content::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.single-project-style3:hover .img-holder .overly-content{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.single-project-style3 .img-holder .overly-content h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.single-project-style3 .img-holder .overly-content p{
    color: #888888;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}



/*** 

=============================================
    Project Style4 Area Css
=============================================
***/
.project-style4-area{
    position: relative;
    display: block;
    background: #222222;
    padding-top: 110px;
}
.project-style4-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 411px;
}

.project-style4-area .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.project-style4_top {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}
.project-style4_top .sec-title.with_text{
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0;
}
.project-style4_top .sec-title.style2 .sub-title .border-box {
    background: #ffffff;
}
.project-style4_top .sec-title h2 {
    color: #ffffff;
}

.project-style4_top .text{
    position: relative;
    display: block;
    padding-left: 80px;
}
.project-style4_top .text::before{
    position: absolute;
    top: -22px;
    left: 0;
    bottom: -22px;
    width: 1px;
    background: #ffffff;
    opacity: 0.20;
    content: "";
}
.project-style4_top .text p{
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}




.project-filter.style2 li .filter-text {
    padding: 0 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 35px;
    border-radius: 5px;
}
.project-filter.style2 li .filter-text:before {
    border-radius: 5px;
}


.project-style4_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-project-style4 {
    position: relative;
    display: block;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
}
.single-project-style4 .img-holder{
    position: relative;
    display: block;
}
.single-project-style4 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style4 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #121d66;
    opacity: 1.0;
    border-radius: 0px;
    transition: .3s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}
.single-project-style4:hover .img-holder .inner:before{
    opacity: 0.90;
    transform: perspective(400px) scaleX(1.0);
    transition: .6s;
}

.single-project-style4 .img-holder .inner::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.651;
    border-radius: 0px;
    transition: .5s;
    transform: perspective(400px) scaleX(1.0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}
.single-project-style4:hover .img-holder .inner::after{
    opacity: 0;
}

.single-project-style4 .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;    
}
.single-project-style4:hover .img-holder .inner img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}


.single-project-style4 .img-holder .zoom-button {
    position: absolute;
    left: 50px;
    bottom: 50px;
    transform: perspective(400px) translateY(0px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition: all 300ms ease 100ms;
    z-index: 10;
}
.single-project-style4:hover .img-holder .zoom-button{
    transform: perspective(400px) translateY(-129px);
    transition: all 700ms ease 200ms;  
}
.single-project-style4 .img-holder .zoom-button a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}


.single-project-style4 .overlay-content-box{
    position: absolute;
    left: 0;
    bottom: 91px;
    right: 0;
    padding-left: 50px;
    opacity: 0;
    transform: perspective(400px) translateY(100px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition: all 100ms ease 100ms;
    z-index: 2;
}
.single-project-style4:hover .overlay-content-box{
    opacity: 1;
    transform: perspective(400px) translateY(0px);
    transition: all 700ms ease 200ms; 
}
.single-project-style4 .overlay-content-box p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Exo', sans-serif;
}
.single-project-style4 .overlay-content-box h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;      
}
.single-project-style4 .overlay-content-box h3 a{
    color: #ffffff;  
}


/*** 
=============================================
    Features Style1 Area Style      
=============================================
***/
.features-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0px 100px;
}
.features-style1_title{
    position: relative;
    display: block;
}
.features-style1_title .thm-logo {
    position: absolute;
    bottom: -460px;
    right: -290px;
    z-index: 1;
}
.features-style1_title .thm-logo span::before{
    color: rgba(233, 235, 244, 0.30);
    font-size: 500px;
}
.features-style1-area .sec-title{
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    float: left;
}


.features-style1_top_text {
    position: relative;
    display: block;
    max-width: 580px;
    float: right;
    margin-top: -8px;
}
.features-style1_top_text p {
    margin: 0;
}
.features-style1_top_text ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 23px;
}
.features-style1_top_text ul li {
    color: #222222;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
}
.features-style1_top_text ul li i {
    position: relative;
    display: inline-block;
    top: 1px;
    left: 1px;
    padding-right: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.features-style1_top_text ul li:hover i {
    color: #2a64ce;
}


.single-features-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    padding: 50px 24px 52px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}
.single-features-style1::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    z-index: -1;
}
.single-features-style1::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2a64ce;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-features-style1:hover:after{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-features-style1 .inner{
    position: relative;
    display: block;
    z-index: 1;
}
.single-features-style1 .counting {
    position: absolute;
    top: 17px;
    left: 19px;
    z-index: 1;
}
.single-features-style1 .counting h2{
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-features-style1:hover .counting h2{
    color: #ffffff;
}

.single-features-style1 .btn-box{
    position: absolute;
    left: 0;
    bottom: -22px;
    right: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all 500ms linear;
    transition-delay: 0.2s;
    z-index: 1;
}
.single-features-style1:hover .btn-box{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-features-style1 .btn-box a span::before {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: #ffffff;
    box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.2);
    color: #222222;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style1 .btn-box a:hover span::before{
    color: #ffffff;
}


.single-features-style1 .icon-holder {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.single-features-style1 .icon-holder span{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-features-style1 .icon-holder span::before {
    position: relative;
    display: block;
    color: #2a64ce;
    font-size: 160px;
    line-height: 0.8em;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    font-weight: 400;
}
.single-features-style1:hover .icon-holder span::before {
    color: #ffffff;
}

.single-features-style1 .title-holder {
    position: relative;
    display: block;
    text-align: center;
}
.single-features-style1 .title-holder h3 {
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.single-features-style1 .title-holder h3 a{
    color: #222222;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}
.single-features-style1:hover .title-holder h3 a {
    color: #ffffff;
}



/*** 
=============================================
    Our Featues Area Css
=============================================
***/
.our-featues-area{
    position: relative;
    display: block;
    background:#f1f6fa;
    padding: 90px 0 50px;
    z-index: 1;
}
.our-features-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 170%;
    background-position: left center;
    background-repeat: repeat-x;
    z-index: -1;    
}

.our-featues-area .container-box{
    position: static;
    max-width: 1270px;
    padding: 0px 15px;
    margin: 0 auto;    
}
.our-featues-area .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
}
.our-featues-area .row [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.our-featues_single {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px 40px;
    margin-bottom: 40px;
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.our-featues_single:hover{
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}


.our-featues_single::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #cddfec;
    content: "";
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.our-featues_single::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.our-featues_single:hover:after{
    transform: scaleX(1.0);         
}

.our-featues_single .title{
    position: relative;
    display: block;
}
.our-featues_single .title h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.our-featues_single .title h3{
    color: #222222;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 5px 0 0;
}
.our-featues_single .icon {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.our-featues_single .icon:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1f67b0;
    content: "";
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 300ms linear;
    transition-delay: 0.1s; 
}
.our-featues_single:hover .icon:before{
    transform: scale(1.0);   
}
.our-featues_single .icon span::before{
    color: #222222;
    font-size: 120px;
    line-height: 100px;
    transition: all 700ms linear;
    transition-delay: 0.2s;
}
.our-featues_single:hover .icon span::before{
    color: #ffffff;
}



/*** 
=============================================
    Features Style2 Area Style      
=============================================
***/
.features-style2-area{
    position: relative;
    display: block;
}
.features-style2-area .container-fluid{
    padding: 0;
}
.features-style2-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.features-style2-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}


.single-features-style2 {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-features-style2 .inner {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 77px 95px 55px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.12);
}
.single-features-style2 .top {
    position: relative;
    display: block;
    padding-left: 85px;
    margin-bottom: 13px;
    z-index: 1;
}
.single-features-style2 .top .icon {
    position: absolute;
    top: 10px;
    left: 0px;
}
.single-features-style2 .top .icon span:before {
    font-size: 80px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style2 .top .icon.size1 span:before {
    position: relative;
    left: -15px;
    font-size: 110px;
    line-height: 0;
}
.single-features-style2 .top .icon.size2 span:before {
    font-size: 110px;
    line-height: 0;
}

.single-features-style2:hover .top .icon span:before,
.single-features-style2.active .top .icon span:before {
    color: #ffffff;
}


.single-features-style2 .top .title{
    position: relative;
    display: block;
}
.single-features-style2 .top .title h3{
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 9px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style2:hover .top .title h3,
.single-features-style2.active .top .title h3 {
    color: #ffffff;
}
.single-features-style2 .top .title .border-box{
    position: relative;
    display: block;
    height: 1px;
    width: 45px;
    background: #888888;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style2:hover .top .title .border-box,
.single-features-style2.active .top .title .border-box {
    background: #ffffff;
}


.single-features-style2 .inner .text{
    position: relative;
    display: block;
    z-index: 1;
}
.single-features-style2 .inner .text p{
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style2:hover .inner .text p,
.single-features-style2.active .inner .text p {
    color: #ffffff;
}


.single-features-style2 .readmore-button{
    position: relative;
    display: block;
    margin-top: 33px;
}
.single-features-style2 .btn-one {
    color: #222222;
    background: #ffffff;
    border: 1px solid #222222;
    line-height: 48px;
    padding-left: 25px;
    padding-right: 25px;
}
.single-features-style2 .btn-one::before{
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
}


.single-features-style2-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    width: 100%;
    z-index: 1;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-features-style2-bg:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
}
.single-features-style2:hover .single-features-style2-bg,
.single-features-style2.active .single-features-style2-bg {
    opacity: 0.70;
    transform: perspective(400px) scaleX(1.0);
    opacity: 1;
}



/*** 
=============================================
    Features Style3 Area Style      
=============================================

***/
.features-style3-area {
    position: relative;
    display: block;
    margin-bottom: -105px;
    z-index: 2;
}

.single-features-style3{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 40px 45px 45px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    z-index: 2;
}
.single-features-style3:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.single-features-style3::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2a64ce;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.single-features-style3:hover:after{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.single-features-style3 .icon {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: #e9ebf4;
    border-radius: 50%;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .icon{
    background: rgba(233, 235, 244, .15);
}
.single-features-style3 .icon span::before {
    position: relative;
    display: inline-block;
    top: 15px;
    left: -15px;
    color: #333333;
    font-size: 75px;
    line-height: 200px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .icon span::before{
    color: #ffffff;
}


.single-features-style3 .inner{
    position: relative;
    display: block;
}
.single-features-style3 .inner .counting{
    position: relative;
    display: block;
}
.single-features-style3 .inner .counting h2{
    font-size: 72px;
    line-height: 70px;
    font-weight: 600;
    opacity: 0.1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3 .inner .text {
    position: relative;
    display: block;
    padding-top: 7px;
}
.single-features-style3 .inner .text h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 3px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .inner .text h3{
    color: #ffffff;
}
.single-features-style3 .inner .text p{
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-features-style3:hover .inner .text p{
    color: #ffffff;
}
.single-features-style3 .inner .readmore-button{
    position: relative;
    display: block;
    margin-top: 24px;
}
.single-features-style3 .inner .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-features-style3 .inner .readmore-button a span::before {
    position: relative;
    display: inline-block;
    top: 2px;
    color: #2a64ce;
    font-size: 20px;
    line-height: 20px;
    padding-right: 10px;
}
.single-features-style3:hover .inner .readmore-button a span::before{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s
}

/*
.single-features-style3.martop20 {
    margin-top: 20px;
}
.single-features-style3.martop40 {
    margin-top: 40px;
}*/



/*** 

=============================================
    Features Style1 Area About Page2 Css      
=============================================
***/
.features-style1-area.about-page2 {
    padding-bottom: 60px;
}
.features-style1-area.about-page2 .sec-title {
    padding-bottom: 0;
}
.features-style1-area.about-page2 .features-style1_top_text ul {
    padding-top: 9px;
}
.features-style1-area.about-page2 .features-style1_top_text ul li i {
    color: #2a64ce;
}



/*** 
=============================================
    Features Style4 Area Style      
=============================================
***/
.features-style4-area{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 50px 0;
}
.features-style4-area_map{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.05;
}

.single-features-style4{
position: relative;
display: block;
background: #fff;
}
.single-features-style4 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-features-style4 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.single-features-style4:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.single-features-style4 .img-holder img{
height: 270px;
margin: 0 auto;
display: block;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-features-style4:hover .img-holder img{
    transform: scale(1.1);    
}


.single-features-style4 .title-holder {
    position: relative;
    text-align: center;
    /*background: #2a64ce;*/
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
line-height: 45px;
height: 45px;
display: grid;border-top: 1px solid #eee;
align-items: center;
}
.single-features-style4 .title-holder::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.single-features-style4 .title-holder .icon-holder{
    position: relative;
    display: block;
    width: 85px;
    background: #2a64ce;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-features-style4 .title-holder .icon-holder span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 90px;
    line-height: 100px;
    text-align: center;
}

.single-features-style4 .title-holder .title{
    position: relative;
    display: block;
}
.single-features-style4 .title-holder .title h3{
font-size: 18px;
font-weight: normal;
}
.single-features-style4 .title-holder .title h3 a{
    color: #000;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




/*** 
=============================================
    Features Style2 Area About Page2 Css      
=============================================
***/
.features-style2-area.about-page2{

}
.features-style2-area.about-page2 .single-features-style2 .btn-one::before {
    background: #fff;
}

.features-style2-area.about-page2 .single-features-style2:hover .btn-one,
.features-style2-area.about-page2 .single-features-style2.active .btn-one {
    color: #222;
}



/*** 
=============================================
    About Page Features Css      
=============================================
***/
.about-page-features{
    position: relative;
    display: block;
    padding-top: 110px;
    z-index: 1;
}
.about-page-features::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 70px;
    right: 0;
    background: #e9ebf4;
    content: "";
    z-index: -1;
}




/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background: #111111;
    padding: 79px 0px 79px;
    z-index: 1;
}
.slogan-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.slogan-content-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.slogan-content-box .left-box {
    position: relative;
    display: block;
    padding-left: 135px;
}
.slogan-content-box .left-box .icon {
    position: absolute;
    top: -70px;
    left: -30px;
}
.slogan-content-box .left-box .icon span::before{
    font-size: 230px;
    line-height: 230px;
}
.slogan-content-box .left-box .title-box{}
.slogan-content-box .left-box .title-box h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}

.slogan-content-box .button-box{}
.slogan-content-box .button-box .btn-one {
    color: #222222;
    line-height: 65px;
}
.slogan-content-box .button-box:hover .btn-one {
    color: #ffffff;
}



/*** 
=============================================
    Slogan Style2 Area Css
=============================================
***/
.slogan-style2-area{
    position: relative;
    display: block;
    overflow: hidden;
}
.slogan-style2-content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 0px 60px;
}
.slogan-style2-content-box .icon {
    position: absolute;
    top: -75px;
    right: -150px;
    bottom: 0;
}
.slogan-style2-content-box .icon span::before {
    color: rgba(255, 255, 255, 0.10);
    font-size: 360px;
}

.slogan-style2-content-box .title-box{
    position: relative;
    display: block;
}
.slogan-style2-content-box .title-box .sec-title{
    position: relative;
    display: block;
    padding-bottom: 0;
}
.slogan-style2-content-box .title-box .sec-title .sub-title .border-box{
    background: #ffffff;
}
.slogan-style2-content-box .title-box .sec-title h5{
    color: #ffffff;
}
.slogan-style2-content-box .title-box .sec-title h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
}

.slogan-style2-content-box .button-box{}
.slogan-style2-content-box .button-box .btn-one {
    color: #ffffff;
    line-height: 65px;
    background: #2a64ce;
}


/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0 110px;
}
.partner-area.pdtop110{
    padding-top: 110px;
}
.partner-area.pdtop0{
    padding-top: 0;
}
.partner-area .custom-container{
    position: relative;
    display: block;
    max-width: 1325px;
    width: 100%;
    margin:  0 auto;
    padding: 0 15px;
}
.partner-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #e9ebf4;
}
.partner-box::before {
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    width: 9px;
    background: #ffffff;
    content: "";
    z-index: 1;
}
.single-partner-logo-box {
position: relative;

overflow: hidden;

background: #ffffff;

border-right: 1px solid #e9ebf4;

text-align: center;



height: 140px;

align-items: center;

display: grid;
}
.single-partner-logo-box a {
    position: relative;
    display: inline-block;
}
.single-partner-logo-box a img {
    opacity: 1.0;padding: 15px;
    transition: all 0.2s ease-in-out 0.1s;max-height: 110px;

width: auto !important;

margin: 0 auto;
}
.single-partner-logo-box:hover a img{
    opacity: 0.70;
    transition: all 0.8s ease-in-out 0.1s;
}



/*** 
=============================================
    Partner Area About Page Css      
=============================================
***/
.partner-area.about-page{
    padding-top: 60px;
    z-index: 1;
}
.partner-area.about-page .subscribe-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    height: 60%;
    background-position: top center;
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 1.0;
}



.texfooter {
padding:110px 0 20px;
}


/*
textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
   font-family: inherit;
   -webkit-transition: border linear .2s,box-shadow linear .2s;
   -moz-transition: border linear .2s,box-shadow linear .2s;
   -o-transition: border linear .2s,box-shadow linear .2s;
   transition: border linear .2s,box-shadow linear .2s;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 0;
   vertical-align: middle;
   width: 100%;
   color: #888888;
   padding: 10px 20px;
   font-weight: 400;
   background-color: #fff;
   text-transform: inherit;
   border: 1px solid #f2f2f2;
   font-size: 15px;
   outline: none;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: inherit;
   letter-spacing: 0.3px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #1c63b8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}
.newsletter-form input[type="email"]:focus {
  border-color: #fff;
  background-color: #fff;
  color:#888;
}



input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder  {   
  color: #fff;
}
*/
