/* banner */
.banner{
    background: url('/images/bg1.jpg');
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    position: relative;
}
.banner_overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
    opacity: 0.6;
}


.banner .background {
    position:  absolute;
    display:  block;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
  }
  .banner h2{
    font-size: 50px !important;
  }

  .banner_slide{
    margin: 10% 0 5% 0;

  }
  .banner_slide .img_div{
    margin-top: -250px;
  }


.section__text--smallfont{
    font-size: 20px;
    font-weight: 600;
}
.section__text--bigfont{
    font-size: 40px;
    padding-top: 8px;
    padding-bottom: 12px;
    font-weight: 800;
    color:#214381;
}
.banner_paragraph{
    font-size: 17px;
    margin-top: 35px;
}
.contact_button{
    background-color:#f35a0e;
    width: 140px;
    height: 50px;
    padding-top: 7px;
    color:white;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
}
.banner_imagehome{
    height:450px;
    width:320px; 
    object-fit:cover;
}
@media screen and (max-width:999px)
{
    .banner_slide{
        margin: 16% 0 5% 0;
    
    }
    .banner_slide .img_div{
        margin-top: 20px;
        padding: 0;
    }
    .banner_slide .img_div img{
        width: 100%;
    }
    .home_contact{
        margin-bottom:30px;
    }
}
@media screen and (max-width:768px){
    .banner_slide{
        margin: 16% 0 5% 0;
    
    }
    .banner_paragraph{
        margin-top:0px;
    }
    .banner_slide .img_div{
        margin-top: 20px;
        padding: 0;
    }
    .banner_imagehome{
        width: 100%;
        height: 360px;
        object-fit: contain;
    }
}
@media screen and (max-width:484px)
{
    .vc_column-inner{
        margin-left: 0;
    }
    .banner_heading{
        margin-top: 23px;
    }
    .banner_paragraph{
        margin-top: 18px;
    }
    .banner_slide .img_div{
        margin-top: 0px;
    }
    #banner_image{
        object-fit: contain;
        width: 100%!important;
        height: 260px;
    }
}


/* end of banner */

/* accrediation */
.accrediations{
    overflow: hidden;
}
.accrediations h2{
    font-size: 34px;
    font-family: 'poppins';
    font-weight: bolder;
}
.accrediation_swipper-slide {
    height: 300px;
    line-height: 300px;
    text-align: center;
    opacity: 0.7;
  }
.section__header h2{
    color: #FE6215;
    font-size: 34px;
    font-family: 'poppins';
    font-weight: bolder;
    margin: 65px 0px;
}

.accrediation_swipper--wrapper{
    height: 390px;
    margin-bottom: 35px;
}


/* Message from ceo  */

.message_from_ceo--img_div{
    transform:rotate(45deg);
    height: 380px;
    width: 380px;
    margin-top: -50px;
}

@media(max-width:1200px) {
    .message_from_ceo--img_div{
      margin-top: 10px!important;  
    }
}
@media(max-width:600px) {
    .message_from_ceo--img_div{
        height: 280px;
        width: 280px;
        margin-top: 10px;
    }
    
}
@media(max-width:400px) {
    .message_from_ceo--img_div{
        height: 250px;
        width: 250px;
    }
    
}
@media(max-width:380px) {
    .message_from_ceo--img_div{
        height: 200px;
        width: 200px;
    }
    
}
/* end of message from ceo */

/* client */
.client{
    background-image: url('https://images.unsplash.com/photo-1491895200222-0fc4a4c35e18');
}
.client_swiper--wrapper{
    width: 100%;
    margin-top: 43px;
}
.swiper-wrapper .client_swiper--slide{
    width: 100%;
    margin: 0px;
}
.client_content .client_swiper{
    padding: 0 0px 40px 0;
    height: 200px;
}
.swiper .clients-next-btn::after{
    font-size: 25px;
    font-weight:bolder;
    color:#214381;
    margin-right: -10px;
    

}
.swiper .clients-prev-btn::after{
    font-size: 25px;
    font-weight: 900;
    color:#214381;
    margin-left:-10px;
    
}


.client_right{
    margin:auto;
}
.client_card{
    
    border-radius: 10px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.client_card h1{
    color:#214381;
    font-weight: bold;
    font-size: 40px;
}
.client_card p{
    color:#FE6215;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width:999px)
{
.client_content .client_swiper{
   width: 100%;       
}
}
@media screen and (max-width:768px)
{
    .swiper .clients-next-btn::after{
    margin-right: 0px;

    }
    .swiper .clients-prev-btn::after{
        margin-left:0px;
    }
}
/* end of client */

/* testimonial */
.testimonial_card{
    height: 280px;
    width: 100%;
    border-radius: 10px;
    padding: 25px 15px 15px 35px;
    background-color: #F3F3F3;
    margin-bottom: 20px;
    margin-top: 25px;
    position: relative;
           
}
.testimonial_card--design{
    height: 50px;
    width: 50px;
    background-color: #FF6200;
    border-radius: 8px;
    top: -22px;
    position: absolute;
}
.design_overlay_icon{
    font-weight: 900;
    padding: 7px;
}
.fa-comment-dots:before{
    color:white;
    font-size: 35px;
}

.testimonial_card--content{
    padding-top: 20px;
    font-family: 'Open Sans';

}

.testimonial_swiper .testimonial_swiper--wrapper{
    height: 400px;
    margin-bottom: 40px;
}

.content_customer{
    display:flex;
    justify-content: end;
    column-gap:25px;
}
.content_customer--details  p{
    font-size: 15px;
    color: #FE6215;
    margin-bottom: 0px;
    font-weight: bold;
}

.content_customer--image img{
    height: 90px;
    width: 90px;
    border-radius:50%;
    object-fit: cover;
    z-index: 1;
}
.top_round_circle{
    height: 127px;
    width: 127px;
    right: 0px;
    background-color: #f35a0e;
    border-radius: 50%;
    position: absolute;
    border-radius: 50% 0% 50% 0%;
}

.bottom_round_circle{
    height: 127px;
    width: 127px;
    bottom: 0px;
    left:0px;
    background-color: #fa5705;
    border-radius: 50%;
    position: absolute;
    border-radius: 50% 0% 50% 0%;
}

@media screen and (max-width:600px)
{
    .testimonial .section__header{
       margin-top: 80px;
    } 
    .testimonial .section__header h2{
       margin-bottom: 0 !important;
    } 

}

@media screen and (max-width:422px)
{
    .top_round_circle{
        height: 78px; 
        width: 83px;
    }
    .section__header h2{
        margin: 15px 0px;
    }
    .testimonial_card{
        height: 325px;
    }
    .content_customer--image img{
        height: 70px;
        width: 70px;
    }
    .bottom_round_circle {
        height: 78px; 
        width: 83px;
    }
}
@media screen and (max-width: 324px)
{
    .testimonial_swiper .testimonial_swiper--wrapper{
        height: 520px;

    }
    .content_customer{
        display:grid;
        justify-content:start;
        row-gap:5px;
    }
    .testimonial_card{
        height: 447px;
    }
}
/* end of testimonial */


/* services */
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.services{
    background-color: #e8ecec;
}

.services_content_wrapper p{
    font-size: 15px;
}
.services_button{
    color:#ff5600;
    font-weight: 600;
    font-size: 18px;
}
.seofy_module_services_3{
    column-gap:20px;
    flex: 1;
}

.seofy_module_services_3 .services_wrapper {
    background: #fff;
    padding: 45px;
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    border-radius: 5px;
    text-align: center;
    height: 450px;
    width: 380px;
}

.seofy_module_services_3 .services_wrapper:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.seofy_module_services_3 .services_icon_wrapper {
    position: relative;
    z-index: 1;
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.seofy_module_services_3 .services_icon_wrapper .seofy_hexagon {
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
    transition: transform 0.5s ease;
}


.seofy_module_services_3 .services_icon_wrapper .seofy_hexagon:nth-child(1) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: service_hexagon_1 2s infinite linear;
    -moz-animation: service_hexagon_1 2s infinite linear;
    -o-animation: service_hexagon_1 2s infinite linear;
    animation: service_hexagon_1 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.seofy_hexagon {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.seofy_module_services_3 .services_icon_wrapper .seofy_hexagon>svg {
    width: 18px;
}
.seofy_hexagon{
    z-index: 1;
}

.seofy_hexagon svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.seofy_module_services.service_fade .services_wrapper:hover .services_back,.seofy_module_services.service_fade .services_wrapper:hover .services_button{opacity:1}
.seofy_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_button{top:50%}
.seofy_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_front{-webkit-transform:translateY(120%);-moz-transform:translateY(120%);-ms-transform:translateY(120%);-o-transform:translateY(120%);transform:translateY(120%)}
.seofy_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_button{bottom:50%}
.seofy_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_front{-webkit-transform:translateY(-120%);-moz-transform:translateY(-120%);-ms-transform:translateY(-120%);-o-transform:translateY(-120%);transform:translateY(-120%)}
.seofy_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_button{right:50%}
.seofy_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_front{-webkit-transform:translateX(-120%);-moz-transform:translateX(-120%);-ms-transform:translateX(-120%);-o-transform:translateX(-120%);transform:translateX(-120%)}
.seofy_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_button{left:50%}
.seofy_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_front{-webkit-transform:translateX(120%);-moz-transform:translateX(120%);-ms-transform:translateX(120%);-o-transform:translateX(120%);transform:translateX(120%)}
.seofy_module_services.service_back_slide .services_wrapper:hover .services_back{left:0;top:0}
.seofy_module_services.service_back_slide.anim_dir_to_bottom .services_wrapper:hover .services_button{top:50%}
.seofy_module_services.service_back_slide.anim_dir_to_top .services_wrapper:hover .services_button{bottom:50%}
.seofy_module_services.service_back_slide.anim_dir_to_left .services_wrapper:hover .services_button{right:50%}
.seofy_module_services.service_back_slide.anim_dir_to_right .services_wrapper:hover .services_button{left:50%}
.seofy_module_services_2 .services_wrapper{position:relative;z-index:1;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}
.seofy_module_services_2 .services_logo{position:absolute;z-index:1;top:50%;left:20%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-webkit-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.seofy_module_services_2 .services_content{-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;transition:all .6s ease-in-out;width:100%}
.seofy_module_services_2 .services_title{font-size:42px}.seofy_module_services_2 .services_subtitle{font-size:18px;margin-bottom:3px}
.seofy_module_services_2 .services_title,.seofy_module_services_2 .services_subtitle{left:41%;position:relative;z-index:2;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;transition:all .6s ease-in-out;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display:inline-block;max-width:60%}
.seofy_module_services_2 .services_wrapper:hover .services_logo{left:50%;-webkit-transform:translate3d(-50%,-50%,0) scale(0.8);-moz-transform:translate3d(-50%,-50%,0) scale(0.8);transform:translate3d(-50%,-50%,0) scale(0.8)}
.seofy_module_services_2 .services_wrapper:hover .services_title,.seofy_module_services_2 .services_wrapper:hover .services_subtitle{text-align:center;left:50%;-webkit-transform:translate3d(-50%,0,0);-moz-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}
.seofy_module_services_2 .seofy_hexagon{-webkit-animation:spin-right 10s 30 linear;-moz-animation:spin-right 10s 30 linear;-o-animation:spin-right 10s 30 linear;animation:spin-right 10s 30 linear;-webkit-transform-origin:150px 150px 0;-moz-transform-origin:150px 150px 0;-ms-transform-origin:150px 150px 0;-o-transform-origin:150px 150px 0;transform-origin:150px 150px 0}
@-webkit-keyframes spin-right{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@-moz-keyframes spin-right{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}
}@-o-keyframes spin-right{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}
}@keyframes spin-right{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}.seofy_module_services_3 .services_wrapper{text-align:center}
.seofy_module_services_3 .services_icon_wrapper{position:relative;z-index:1;width:130px;height:130px;line-height:130px;font-size:50px;margin-left:auto;margin-right:auto;margin-bottom:30px;
    border: 1px solid #dedede;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.seofy_module_services_3 .services_icon_wrapper .seofy_hexagon{width:84%;height:84%;left:8%;top:8%}
.seofy_module_services_3 .services_icon_wrapper .seofy_hexagon:nth-child(1){-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-animation:service_hexagon_1 2s infinite linear;-moz-animation:service_hexagon_1 2s infinite linear;-o-animation:service_hexagon_1 2s infinite linear;animation:service_hexagon_1 2s infinite linear;-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}
.seofy_module_services_3 .services_icon_wrapper .seofy_hexagon:nth-child(2){-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation:service_hexagon_2 2s infinite linear;-moz-animation:service_hexagon_2 2s infinite linear;-o-animation:service_hexagon_2 2s infinite linear;animation:service_hexagon_2 2s infinite linear;-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}
.seofy_module_services_3 .services_icon_wrapper .seofy_hexagon>svg{width:18px}.seofy_module_services_3 .services_icon{-webkit-transition:.5s;-o-transition:.5s;-moz-transition:.5s;transition:.5s}
.seofy_module_services_3 .services_title{font-size:24px;font-weight:700;margin-bottom:10px}
.seofy_module_services_3 .services_content{font-size:18px;margin-bottom:15px}.seofy_module_services_3:hover .services_wrapper .seofy_hexagon:nth-child(1),
.seofy_module_services_3:hover .services_wrapper .seofy_hexagon:nth-child(2) {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.seofy_module_services_3 .services_button{margin-left:0}@-webkit-keyframes service_hexagon_1{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes service_hexagon_1{0%{-moz-transform:rotate(0);transform:rotate(0)}
100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes service_hexagon_1{0%{-o-transform:rotate(0);transform:rotate(0)}
100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes service_hexagon_1{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}@-webkit-keyframes service_hexagon_2{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
100%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}}@-moz-keyframes service_hexagon_2{0%{-moz-transform:rotate(180deg);transform:rotate(180deg)}
100%{-moz-transform:rotate(540deg);transform:rotate(540deg)}}@-o-keyframes service_hexagon_2{0%{-o-transform:rotate(180deg);transform:rotate(180deg)}
100%{-o-transform:rotate(540deg);transform:rotate(540deg)}}@keyframes service_hexagon_2{0%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
100%{-webkit-transform:rotate(540deg);-moz-transform:rotate(540deg);-o-transform:rotate(540deg);transform:rotate(540deg)}
}.seofy_module_services_4{position:relative;z-index:1;margin-left:auto;margin-right:auto}
.seofy_module_services_4 .services_wrapper{padding-top:100%;text-align:center}.seofy_module_services_4 .services_content{position:absolute;z-index:1;height:80%;width:80%;top:10%;left:10%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}
.seofy_module_services_4 .services_bg{position:absolute;z-index:1;height:80%;width:80%;top:10%;left:10%}
.seofy_module_services_4 .services_bg .seofy_hexagon svg{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-webkit-filter:drop-shadow(7px 5px 30px rgba(72,73,121,0.15));filter:drop-shadow(7px 5px 30px rgba(72,73,121,0.15))}
.seofy_module_services_4 .services_number{position:absolute;z-index:-1;font-size:100px;font-weight:900;color:#f4f6fd;top:0;right:0;line-height:1;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.seofy_module_services_4 .services_icon_wrapper{font-size:60px;line-height:1;margin-bottom:14px}
.seofy_module_services_4 .services_icon{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.seofy_module_services_4 .services_title{font-size:20px;font-weight:700}.seofy_module_services_4 .services_figure{position:absolute;z-index:1;height:100%;width:100%;top:0;left:0;background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:7px 5px 30px rgba(72,73,121,0.15);-moz-box-shadow:7px 5px 30px rgba(72,73,121,0.15);box-shadow:7px 5px 30px rgba(72,73,121,0.15)}
.seofy_module_services_4.hex-type .services_wrapper{padding-top:112%}.seofy_module_services_4 .seofy_hexagon svg{fill:#f4f6fd !important;-webkit-filter:none;filter:none}
.seofy_module_services_4 .services_figure{background:#f4f6fd}.seofy_module_circuit_services .services_wrapper{position:relative;z-index:1;height:0;padding-top:100%}
.seofy_module_circuit_services .services_wrapper:before{content:'';position:absolute;z-index:-1;left:10%;top:10%;width:80%;height:80%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #dee1ed}

.vc_column-inner .wpb-wrapper{
    display:flex;
    column-gap: 45px;
}
@media (min-width: 991px) and (max-width: 1199px) {
    .seofy_module_services_3 .services_wrapper{
        height: 480px;
        padding: 18px;
    }
}
@media (min-width: 1199px) and (max-width: 1399px) {
    .seofy_module_services_3 .services_wrapper{
        height: 495px;
        padding: 27px;
    }
}

@media screen and (max-width:999px)
{
.seofy_module_services_3{
    justify-content: center;
}
}


@media (min-width: 313px) and (max-width: 484px) {
    /* .vc_column-inner{
    margin-left: 0;
    } */
    .seofy_module_services_3 .services_wrapper {
        text-align: center;
        height: 590px;
}
}
/* end of services */