
/* TABLE OF CONTENTS */
/* ------------------
1. General
2. Navbar
3. Header Section
4. Header Footer Blocks
5. About Section
6. What We Do Section
7. Security Section
8. Features Section
9. Clients Section
10. Testimonials Section
11. Blog Section
12. Contact Section
13. Subscribe Section
14. Footer Section
15. Copyright Section
-------------------- */

/* 1. GENERAL */
* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.padding-0{
    padding: 0 !important;
}
.wrapper{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#top,
#aboutSection,
#securitySection,
#featuresSection,
#clientsSection,
#testimonialsSection,
#blogSection,
#contactSection{
    display: block;
    position: relative;
    top: -70px!important;
    visibility: hidden;	
}
a, button:focus{
    outline: none !important;
}
a:hover{
    text-decoration: none;
}
.btn-section{
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.theme-btn{
    border: 3px solid #6D78FE;
    padding: 8px 25px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    background-color: #6D78FE;
    border-radius: 7px;
}
.theme-btn:hover{
    background-color: #0566D8;
    color: #fff;
    text-decoration: none;
    border-color: #0566D8; 
}
.secondary-btn{
    border: 3px solid #6D78FE;
    color: #6D78FE;
    background-color: transparent;
}
.secondary-btn:hover{
    background-color: #0566D8;
    color: #fff;
    text-decoration: none;
}
.readmore-btn{
    padding: 10px 20px;
    font-size: 18px;
}	
.header-btn{
    background-color: #e8524c!important;
    border-color: #e8524c!important;
}	
.header-btn:hover{
    background-color: #FF7E79!important;
    border-color: #FF7E79!important;
}
.section-title-block{
    text-align: left;
    padding: 0;
}   
.section-subtitle{
    font-size: 24px;
    color: #FF7E79;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.section-title{
    font-size: 34px;
    color: #6D78FE;
    margin-bottom: 20px;
    line-height: 1.25;
    font-weight: 700;
}
.section-details{
    font-size: 17px;
    color: #5B5B5B;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 500;
}
/* 3. HEADER SECTION */
.header-section{
    /* padding: 160px 0 160px; */
    /* background-color: #FCFEFE;
    background: linear-gradient(#FCFEFE, #FFFFFF); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -60px;
}
.header-section-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.header-section-content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.header-section-content-container{
    width: 100%;
}
.header-title-section{
    padding: 0;
}
.header-title-section h1{
    font-size: 59px;        
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0;
}
.header-title-section h1 span{
    color: #ffffff;
}
.header-title-section p{
    font-size: 20px;
    color: #ffffff;
    max-width: 500px;
    font-weight: 600;
}   
.header-title-all-btn-section{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header-title-btn-section{
    margin-right: 30px;
}
.header-title-video-btn-section{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-title-footer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #616161;
    line-height: 1.5;
    max-width: 500px;
}
.header-title-footer a{
    color: #6D78FE;
    font-weight: 700;
    margin-right: 10px;
}
.header-title-footer p{
    display: block;
    font-size: 17px;
    font-weight: 400;
}
.header-title-video-btn-section img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}   
.header-title-video-btn-content-section{

}
.video-btn-title{
    font-size: 24px;
    color: #6D78FE;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
}
.video-btn-subtitle{
    color: #0566D8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.header-img-section{
    position: relative;
    padding: 0;
}
.header-img-card{

}
.header-img-card img{
    width: 100%;
}
@media screen and (max-width: 991.98px){
    .header-section{
        /* padding: 100px 0; */
        flex-direction: column-reverse;
    }
    .header-section-container{
        flex-direction: column-reverse;
    }
    .header-section-content{
        position: relative;
    }
    .header-title-section h1{
        text-align: center;
    }
    .header-title-section p{
        max-width: 100%;
        text-align: center;
    }
    .header-title-all-btn-section{
        justify-content: center;
    }
    .header-title-video-btn-content-section{
        text-align: left;
    }
    .header-title-video-btn-section{
        justify-content: center;
    }
    .header-title-video-btn-content-section p{
        text-align: left;
    }
    .header-title-footer{
        justify-content: center;
        max-width: 100%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 767.98px){		
    .header-title-footer a{
        margin-right: 0;
    }
}
/* 4. HEADER FOOTER BLOCKS SECTION */
.header-footer-blocks-section{
    background-color: #fff; 
    padding: 0 0 20px 0;
}  
.header-footer-blocks-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.header-footer-card-block{
    padding: 0 10px;
}
.header-footer-card{
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 54px rgba(0,0,0,0.05);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px;
    margin-bottom: 40px;
}
.header-footer-card::after{
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 15%;
    border-radius: 11px;
    width: 70%;
    background: #FCCF64;
    content: '';
}
.second-footer-card::after{
    background: #00A76A;
}
.third-footer-card::after{
    background: #FF7E79;
}
.header-footer-card-img-section{
    padding: 15px 20px;
}
.header-footer-card-img-section img{
    width: 100%;
}
.header-footer-card-detail-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px 0 0;
}
.header-footer-card-detail-section h2{
    font-size: 20px;
    color: #6D78FE;
    font-weight: 700;
    margin-bottom: 10px
}
.header-footer-card-detail-section p{
    font-size: 15px;
    color: #5B5B5B;
    font-weight: 400;
    line-height: 1.4;
}
/* 5. ABOUT SECTION */  
.about-section{
    padding: 40px 0 20px 0;
    position: relative;
}
.about-section-bg{
    position: absolute;
    width: 200px;
    padding-bottom: 450px;
    top: 0;
    left: -125px;
}
.about-section-bg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../images/about-section/section-bg.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-section-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}   
.about-section-header-img-section img{
    width: 100%;
}
.about-section-content-section{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;   
}
.about-section-content-details{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
}
.about-section-content-details-ul{
    list-style: none;
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 0;
}
.about-section-content-details-li{
    font-size: 15px;
    color: #5B5B5B;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 400;
    background: url(../images/ul-tick.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 16px;
    background-position: 0 4px;
    padding-left: 28px;
    text-align: left;
}
@media screen and (max-width: 1250.98px){
    .about-section-bg{
        left: -150px;
    }
}
/* 6. WHAT WE DO SECTION */
.what-we-do-section{
    padding: 20px 0 40px 0;
}
.what-we-do-section-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.what-we-do-section-details-secction{

}
.what-we-do-services-section{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}
.services-card-section{
    margin-bottom: 40px; 
}
.services-card{
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
    padding: 25px 29px;
}
.services-card-img-section{
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.services-card-img-section img{
    width: 100%;
}
.services-card-details-section{
    text-align: left;
}
.services-card-details-section h3{
    font-size: 20px;
    font-weight: 700;
    color: #6D78FE;
    line-height: 1.2;
    margin-bottom: 10px;
}
.services-card-details-section p{
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
    line-height: 1.5;
}
.what-we-do-services-second-section{
    padding-top: 80px; 
}
@media screen and (max-width: 575.98px){
    .what-we-do-services-second-section{
        padding-top: 0;
    }
    .what-we-do-section-details-secction{
        margin-bottom: 40px;
    }
}
/* 7. SECURITY SECTION */
.security-section{
    padding: 40px 0;
    position: relative;
}
.security-section-bg{
    position: absolute;
    width: 200px;
    padding-bottom: 450px;
    bottom: -50px;
    left: -125px;
}
.security-section-bg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../images/security-section/section-bg-left.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.security-section-bg-two{
    position: absolute;
    width: 200px;
    padding-bottom: 450px;
    top: 7px;
    right: -145px;
}
.security-section-bg-two::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../images/security-section/section-bg-right.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.security-section-container{

}
.security-section-container .section-title-block{
    text-align: center;
}
.security-details-container{
    padding: 0;
}
.security-details-section{

}
.security-details-img-section{
    display: flex;
    justify-content: center;
    align-items: center;
}   
.security-details-img-section img{
    width: 100%;
    max-width: 300px;
}
.security-details-content-section{
    text-align: center;
}
.security-details-content-section p{
    font-size: 17px;
    font-weight: 500;
    color: #5B5B5B;
    line-height: 1.5;
}
.security-details-content-section .btn-section{
    justify-content: center;    
}
@media screen and (max-width: 767.98px){		
    .security-details-content-section p{
        padding-left: 40px;
        padding-right: 40px;
    }
}
/* 8. FEATURES SECTION */
.features-section{
    padding: 40px 0;
    position: relative;
}
.features-section-bg{
    position: absolute;
    width: 400px;
    padding-bottom: 450px;
    bottom: -140px;
    left: -240px;
}
.features-section-bg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../images/features-section/section-bg.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.features-section-container{
    justify-content: center;
}
.features-details-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.features-details-card-section{
    margin: 17px 0;
}
.features-details-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
    padding: 29px;
    border-radius: 22px;
}
.features-details-card-img-section{
    height: 100px;
    width: auto;
    margin-bottom: 10px;
}
.features-details-card-img-section img{
    height: 100%;
    width: auto;
}
.features-details-card-details-section{
    text-align: center;
}
.features-details-card-details-section h3{
    font-size: 20px;
    color: #6D78FE;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.features-details-card-details-section p{
    font-size: 14px;
    color: #5B5B5B;
    line-height: 1.5;
    font-weight: 500;
}
.features-title-block{
    text-align: center;
    justify-content: center;
}
/* 9. CLIENTS SECTION */
.clients-section{
    padding: 50px 0;
    position: relative;
}
.clients-section-bg{
    position: absolute;
    width: 300px;
    padding-bottom: 450px;
    bottom: 0px;
    right: -180px;
}
.clients-section-bg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../images/clients-section/section-bg.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.clients-title-block{
    text-align: center;
}
.clients-list-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}
.clients-list{

}
.clients-list img{
    width: 100%;
}
.clients-btn-section{
    justify-content: center;
    margin-top: 40px;
}
@media screen and (max-width: 767.98px){		
    .clients-list img{
        padding: 0 25% 10px 25%;
    }
}
/* 10. TESTIMONIAL SECTION */
.testimonial-section{
    padding: 40px 0;
}
.testimonial-section-container{

}
.testimonial-title-block{
    text-align: center;
}
.testimonial-card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testimonial-card{
    background-color: #FF7E79;
    padding: 40px 20px;        
    border-radius: 17px;
}
.testimonial-card-content{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.testimonial-card-content li{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: url(../images/quote.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: 60px;
    background-position: 10px 5px;
    padding: 0 15px 0 95px;
    text-align: left;
}
.testimonial-card-icon{
    height: 40px;
    width: auto;
    margin-top: 20px;
}
.testimonial-card-icon img{
    height: 100%;
    width: auto;
}
.testimonial-card-author{
    width: 60px;
    border-radius: 100px;
    border: 2px solid #FF7E79;
    margin-top: 10px;
}
.testimonial-card-author img{
    width: 100%;
}
/* 11. BLOG SECTION */
.blog-section{
    padding: 40px 0;
}
.blog-title-block{
    text-align: center;
}
.blog-card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog-card-section{
    margin-top: 40px;
}
.blog-card{
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
}
.blog-card-img-section img{
    width: 100%;
    padding: 0 29px;
}
.blog-card-content-section{
    text-align: left;
    padding: 40px;
    padding-top: 0;
}
.blog-card-cat-btn-section{
    margin: -20px 0 20px 0;;
    display: flex;
    justify-content: flex-end;
}   
.blog-card-cat-btn{
    font-size: 14px;
    font-weight: 700;
    padding: 5px 15px;
}
.blog-card-timestamp{
    font-size: 12px;
    color: #5B5B5B;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px;
}
.blog-card-title{
    font-size: 20px;
    color: #6D78FE;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.blog-card-details{
    font-size: 16px;
    color: #5B5B5B;
    font-weight: 500;
    line-height: 1.5;
}   
.blog-btn-section{
    justify-content: flex-start;
    margin-top: 0;margin-top: 20px;
}
/* 12. CONTACT SECTION */    
.contact-section{
    padding: 80px 0;
}
.contact-section-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}   
.contact-section-details-secction{

}
.contact-details-section{
    margin-top: 20px
}
.contact-details-section h3{
    margin: 25px 0 5px 0;
    font-size: 24px;
    font-weight: 700;
    color: #6D78FE;
}
.contact-details-section p{
    font-size: 16px;
    font-weight: 500;
    color: #5B5B5B;
}
.contact-us-form-group{
    padding: 0;
}
.contact-us-form-group input{
    border: 2px dashed #6D78FE;
    border-radius: 10px;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #5B5B5B;
}
.contact-us-form-group textarea{
    border: 2px dashed #6D78FE;
    border-radius: 10px;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #5B5B5B;
}
.contact-us-form-group input:focus,
.contact-us-form-group textarea:focus{
    border: 1px solid #624dd6;
}
.contact-us-form-btn{
    width: 100%;
    background: linear-gradient(60deg, #EC41FF, #0984E3);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    font-weight: 400;
}
.contact-us-form-btn:hover{
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}
.contact-us-form-group #website{
    display: none;
}
@media screen and (max-width: 991.98px){
    .form-section{
        margin-top: 40px;
    }
}
/* 13. SUBSCRIBE FORM SECTION */
.sub-form-section{
    padding: 50px 0;
    background-color: #F8F8F8;
}
.sub-form-section-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.sub-form-section-details{
    font-size: 14px;
    margin-top: -15px;
}
.sub-form-card-section{

}
.sub-form{
    position: relative;
}
.sub-form-input{
    position: relative;
    width: 100%;
    border: 2px dashed #6D78FE;
    background-color: #fff;
    color: #5B5B5B;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    padding-left: 20px;
    border-radius: 10px;
}
.sub-form-btn{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    height: 50px;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-radius: 10px;
}


.award-section {
    position: relative;
    padding: 125px 0px;
}

.award-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 906px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.award-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.award-section .image-layer .image-1 {
    position: absolute;
    left: 50px;
    top: 80px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.award-section .image-layer .image-2 {
    position: absolute;
    right: 0px;
    top: 50px;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.auto-container {
    position: static;
    max-width: 1200px;
    /*padding: 0px 15px;*/
    margin: 0 auto;
    padding-left: 30px;
}

.sec-title.text-center {
    text-align: center;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.sec-title {
    position: relative;
    margin-bottom: 20px;
}

.text-center {
    text-align: center !important;
}

.sec-title .decor {
    position: relative;
    width: 57px;
    height: 9px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/** award-section **/

.award-section{
	position: relative;
	padding: 125px 0px;
}

.award-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 906px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.award-section .single-item{
	position: relative;
	display: block;
	background: #fff;
	text-align: center;
	padding: 57px 30px 33px 30px;
	border-radius: 10px;
	margin-top: 10px;
	transition: all 500ms ease;
}

.award-section .single-item:hover{
	transform: translateY(-10px);
}

.award-section .single-item .icon-box{
	position: relative;
	display: inline-block;
	margin-bottom: 39px;
}

.award-section .single-item .icon-box i{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	font-size: 35px;
	color: #fff;
	z-index: 1;
	box-shadow: 0 0 0 8px #ffc0a7;
}

.award-section .owl-item:nth-child(2n+1) .single-item .icon-box i{
	box-shadow: 0 0 0 8px #b7beef;
}

.award-section .owl-item:nth-child(3n+1) .single-item .icon-box i{
	box-shadow: 0 0 0 8px #fdd59d;
}

.award-section .owl-item:nth-child(4n+1) .single-item .icon-box i{
	box-shadow: 0 0 0 8px #8ae7df;
}

.award-section .single-item .icon-box:after{
	position: absolute;
	content: '';
	background: #ffe7de;
	width: 104px;
	height: 104px;
	left: -17px;
	top: -17px;
	border-radius: 50%;
}

.award-section .owl-item:nth-child(2n+1) .single-item .icon-box:after{
	background: #e4e7ff;
}

.award-section .owl-item:nth-child(3n+1) .single-item .icon-box:after{
	background: #ffe8c9;
}

.award-section .owl-item:nth-child(4n+1) .single-item .icon-box:after{
	background: #bef2ee;
}

.award-section .single-item .icon-box:before{
	position: absolute;
	content: '';
	top: -20px;
	right: -60px;
	width: 70px;
	height: 82px;
	background-repeat: no-repeat;
}

.award-section .single-item h4{
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}

.award-section .owl-dots1{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 50px;
}

.award-section .owl-theme .owl-dots1 .owl-dot span{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50px;
	background: transparent;
	margin: 0px 8px;
	cursor: pointer;
	transition: all 500ms ease;
}

.award-section .owl-theme .owl-dots1 .owl-dot.active span,
.award-section .owl-theme .owl-dots1 .owl-dot span:hover{
	background: #fff;
}

.award-section .image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.award-section .image-layer .image-1{
	position: absolute;
	left: 50px;
	top: 80px;
	-webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}

.award-section .image-layer .image-2{
	position: absolute;
	right: 0px;
	top: 50px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
 .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  /* 
   * 	Owl Carousel - Auto Height Plugin
   */
  .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }
  
  /* 
   *  Core Owl Carousel CSS File
   */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-controls .owl-nav1 .owl-prev,
  .owl-carousel .owl-controls .owl-nav1 .owl-next,
  .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel .owl-refresh .owl-item {
    display: none;
  }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: none;
    -webkit-transform-style: preserve-3d;
  }
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  
  /* No Js */
  .no-js .owl-carousel {
    display: block;
  }
  
  /* 
   * 	Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d;
  }
  
  /* 
   * 	Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
  }
  
  .owl-theme .owl-controls {
        display:block;
  }
  .owl-theme .owl-controls .owl-nav1 [class*="owl-"] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #898f9f;
    margin: 0px 10px;
    transition: all 500ms ease;
  }
  .owl-theme .owl-controls .owl-nav1 [class*="owl-"] span:before{
    margin: 0px;
    font-size: 25px;
  }
  .owl-theme .owl-controls .owl-nav1 [class*="owl-"]:hover{
    color: #f2be00;
  }
  .owl-theme .owl-controls .owl-nav1 .disabled {
    cursor: default;
    opacity: 0.5;
  }
  .owl-theme .owl-dots1 .owl-dot {
      display: inline-block;
  }
  .owl-theme .owl-dots1 .owl-dot span {
    background: #222;
    display: block;
    margin: 0px 5px 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 15px;
    height: 15px;
  }
  .owl-theme .owl-dots1 .owl-dot.active span {
    background: none repeat scroll 0 0 #cda274;
  }
  

.damke_team-section .damke_section-title {
    margin-bottom: 40px
}


.pt-90 {
    padding-top: 90px
}

@media only screen and (max-width:767px) {
    .pt-90 {
        padding-top: 45px
    }
}


.damke_team-section .damke_section-title {
    margin-bottom: 40px
}

.damke_team-carousel {
    margin-top: -28px
}

.damke_team-carousel .owl-stage-outer {
    margin-left: -15px;
    margin-right: -15px;
    z-index: -1
}

.damke_team-carousel .owl-stage-outer .owl-stage {
    margin-left: 15px;
    margin-top: 50px;
    margin-bottom: 60px
}

.damke_team-carousel .owl-dots {
    text-align: center;
    margin-top: -28px
}

.damke_team-carousel .owl-dots .owl-dot {
    margin-right: 15px
}

.damke_team-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.damke_team-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: #01f4f4;
    border: 5px solid #11437e;
    display: block;
    border-radius: 50%
}

.damke_single-team {
    box-shadow: 0 21px 81px rgba(0, 0, 0, .15);
    border-radius: 30px;
    position: relative;
    background-color: #fff;
    margin-top: 28px;
    margin-bottom: 40px
}

.damke_single-team:hover .member-img img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.damke_single-team .member-img img {
    background-color: #fff;
    box-shadow: 0 21px 81px rgba(0, 0, 0, .15);
    border-radius: 50%;
    margin-left: -15px;
    margin-top: -30px;
    width: auto;
    border: 8px solid #fff;
    display: inline-block
}

.damke_single-team .member-detail {
    margin-top: 72px;
    padding: 0 0 35px 40px
}

.damke_single-team .member-detail h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px
}

.damke_single-team .member-social-links {
    position: absolute;
    right: 40px;
    top: 40px
}

.damke_single-team .member-social-links ul li:not(:last-child) {
    margin-bottom: 20px
}

.damke_single-team .member-social-links ul li a:hover i.fa-dribbble {
    color: #fa4c89
}

.damke_single-team .member-social-links ul li a:hover i.fa-facebook {
    color: #4267b2
}

.damke_single-team .member-social-links ul li a:hover i.fa-linkedin {
    color: #0073b2
}

.damke_single-team .member-social-links ul li a:hover i.fa-behance {
    color: #3c00ff
}

.damke_single-team .member-social-links ul li a:hover i.fa-pinterest-p {
    color: #cc081e
}

/*promo style four*/
.promo-bottom-shape{
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
}
.promo-bottom-shape img{
    width: 100%;
}
.check-list-info {
    margin-top: -0.5em;
    margin-bottom: -0.5em;
}
.check-list-info li {
    position: relative;
    padding: .5rem 0 .5rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
}
.check-list-info li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight:900;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #e80566;
}
.promo-col:nth-child(2n+2) {
    margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 575px){
    .promo-col:nth-child(2n+2) {
        margin-top: 0;
    }
}
.promo-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    background-color: #ffffff;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.promo-item:before {
    content: '';
    position: absolute;
    right: -65px;
    width: 95px;
    height: 95px;
    top: -55px;
    border-radius: 50px;
    background-color: rgba(232, 5, 102, 0.90);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}
.promo-item:hover:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(232, 5, 102, 0.90);
}
.promo-item:hover h5, .promo-item:hover p {
    color: #fff;
}
.promo-img{
    margin-bottom: 15px;
}
.emergency-btn{
    background: #65258a;
    padding: 8px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    margin-top: 24px;
    display: block;
    text-align: center;
}
.emergency-btn:hover{
    color: #ffffff;
    background: #65258a;
}
.list-with-icon li {
    margin-bottom: 20px;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #e80566;
    overflow: hidden;
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    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(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

** team-style-two **/

.team-style-two{
	position: relative;
	padding: 125px 0px 130px 0px;
}

.team-block-two{
	position: relative;
	display: block;
    padding-right: 24px;
    margin-bottom: 20px;
}

.team-block-two .inner-box{
	position: relative;
	display: block;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 30px 50px 30px 50px;
	box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
}

.team-block-two .inner-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 10px;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover:before{
	height: 100%;
    top: 0px;
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
}

.team-block-two .inner-box .image-box{
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	border: 3px solid #fff;
    border-radius: 50%;
    margin-left: 50px;
}

.team-block-two .inner-box .image-box img{
	width: 100%;
	border-radius: 50%;
	transition: all 500ms ease;
}

.team-block-two .inner-box .image-box .contact-box{
	position: absolute;
	right: -84px;
	bottom: -58px;
	width: 50px;
	height: 110px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-block-two .inner-box .image-box .contact-box:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	border-radius: 30px;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .contact-box:before{
	width: 100%;
	left: 0px;
}

.team-block-two .inner-box .image-box .contact-box .email{
	position: absolute;
	top: 0px;
	right: 0px;
}

.team-block-two .inner-box .image-box .contact-box .email i{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: transparent !important;
	background: -webkit-linear-gradient(0deg, #aeaeae, #aeaeae 100%);
    -webkit-background-clip: text !important;;
    -webkit-text-fill-color: transparent  !important;
	text-align: center;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .contact-box .email i{
	
}

.team-block-two .inner-box .image-box .contact-box .email:before{
	position: absolute;
	content: '';
	background: #e5e5e5;
	height: 1px;
	width: 34px;
	left: 8px;
	bottom: 0px;
}

.team-block-two .inner-box .image-box .contact-box .email span{
	position: absolute;
	display: inline-block;
	right: 50px;
	top: 20px;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	border-radius: 3px;
	padding: 0px 12.5px;
	color: #666;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.team-block-two .inner-box .image-box .contact-box .email:hover span{
	opacity: 1;
	visibility: visible;
	right: 65px;
}

.team-block-two .inner-box .image-box .contact-box .email span:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    top: 6px;
    right: -3px;
    transform: rotate(45deg);
}

.team-block-two .inner-box .image-box .contact-box .social-links{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.team-block-two .inner-box .image-box .contact-box .social-links .share{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: transparent !important;
	background: -webkit-linear-gradient(0deg, #aeaeae, #aeaeae 100%);
    -webkit-background-clip: text !important;;
    -webkit-text-fill-color: transparent  !important;
	text-align: center;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .contact-box .social-links .share{
	
}

.team-block-two .inner-box .image-box .contact-box .social-links .list{
	position: absolute;
	top: 6px;
	right: 43px;
	width: 130px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 500ms ease;
}

.team-block-two .inner-box .image-box .contact-box .social-links:hover .list{
	visibility: visible;
	opacity: 1;
	right: 58px;
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li{
	position: relative;
	display: inline-block;
	margin-left: 6px;
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li:first-child{
	margin-left: 0px;
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #8d8d8d;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li a:hover{
	color: #fff;
}

.team-block-two .inner-box .lower-content{
	padding-top: 13px;
}

.team-block-two .inner-box .lower-content h4{
	margin-bottom: 0px;
	font-weight: 600;
	transition: all 500ms ease;
}

.team-block-two .inner-box:hover .lower-content h4,
.team-block-two .inner-box:hover .lower-content h4 a,
.team-block-two .inner-box:hover .lower-content .designation{
	color: rgb(255, 255, 255);
}

.team-block-two .inner-box .lower-content .designation{
	position: relative;
	display: block;
	line-height: 20px;
	transition: all 500ms ease;
}

.team-style-two .more-btn{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 50px;
}

.team-style-two .pattern-layer{
	/* position: absolute; */
	left: 0px;
	bottom: 10px;
	right: 0px;
	width: 100%;
	height: 1000px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}


.team-section.alternate-2 .team-block-one .inner-box:hover .image-box img {
    opacity: 1;
}

.team-section.alternate-2 .team-block-one .inner-box .image-box .contact-box:before{
	display: none;
}

.team-section.alternate-2 .team-block-one .inner-box:hover .image-box .contact-box .email i,
.team-section.alternate-2 .team-block-one .inner-box:hover .image-box .contact-box .social-links .share{
	color: #aeaeae;
}

.team-section.alternate-2 .team-block-one .inner-box .image-box .contact-box .email i:hover,
.team-section.alternate-2 .team-block-one .inner-box .image-box .contact-box .social-links .share:hover{
	color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-section.alternate-2 .more-btn{
	margin-top: 49px;
}

.case-style-four,
  .team-style-two{
    margin: 10px;
  }
  
