@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,400;1,600;1,700;1,800;1,900&display=swap');

*,body{
    margin:0 ;
    padding:0px;
    font-family: 'Nunito', sans-serif;
    color: #1a1818;


}

main{
    padding: 0 !important;
}

body{
    background-color: #D7EFFE;
}

.btn{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-seegreen{
    background-color: #49BBC0;
    color:white;
}
.btn-white{
    background-color:white;
    color:#0a6b22;
}

.btn-seegreen:hover, .btn-seegreen:focus{
    background-color: #48a7ac;
    color:white;
    outline: none;
    box-shadow: none;
}

img{
    max-width: 100% !important;
    height: auto !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 30px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    width: 5px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    width: 5px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #cfcfcf;
  }

.cursor-pointer{
    cursor: pointer;
}
.navbar-light .navbar-nav .nav-link {
    color: #1A1818;
}

.background{
    width: 100%;
    background-image: url('../imgs/banner.svg');
    background-repeat: no-repeat;
    /* height: 100vh; */
    background-size: 100%;
}
.bg{
    width: 100%;
    background-image: url('../imgs/bg-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bgblack{
    width: 100%;
    background-image: url('../imgs/blackbg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2{
    width: 100%;
    background-image: url('../imgs/bg3.svg');
    background-repeat: no-repeat;
    background-size: cover
}
.bg3{
    width: 100%;
    background-image: url('../imgs/bg-4.svg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: blur(8px);
  -webkit-filter: blur(8px);*/
}
.form-group{
    position: relative;
       margin-bottom: 1.5rem;
}

.form-control, .form-select{
    min-height: 50px;
    border-radius: 10px;

    border: 1px solid #e9e9e9;
font-weight: 700;
font-size: 16px;
color: #1a1818;


}

.no-shadow{
box-shadow: none !important;
}
.phone-number .form-control{
    border:0 ;
}

.phone-number .form-select{
    border: 0;
    border-right: 1px solid #e9e9e9;
    border-radius: 0;
    width: auto;
}

.form-group .c-label{
  position: absolute;
  left: 1rem;
  top: -5px;
    background-color: #fff;
    font-weight: 600;
    font-size: 0.6875rem;
    text-align: left;
    color: #0a6b22;
    padding: 0 4px;
    margin:0;
}


p.text-color{
    color:#13acc0;
}
hr{
    margin:0;
    padding: 0px;
    color: #72C5D4;
    border-top:30px solid #0a6b22;
    height: 20px !important;
}

.container-fluid.blue{
    background-color: #D7EFFE;

}
.container-fluid.deepblue,
.bg-primary{
    background-color: #0a6b22 !important;

}
.container-fluid.dark{
    background-color: #1A1818;

}
.overflowx{
    overflow-x: hidden;
}
.zee{
    z-index: 2;
}
.circle{
	position: absolute;
	top: 155%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1A1818;
    opacity: 10%;
	clip-path:circle(300px at right );
    z-index: 1;
}
.circle2{
	position: absolute;
	/* top: 155%; */
	left: 35%;
    bottom:5%;
	width: 100px;
	height: 100px;
	background: #1A1818;
    opacity: 10%;
	/* clip-path:circle(300px at right ); */
    clip-path: circle(50%);
    z-index: 1;
}
.circle3{
	position: absolute;
	/* top: 155%; */
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a6b22;
    opacity: 10%;
	clip-path:circle(300px at right );
    z-index: 1;
}
.star{
	/* position: absolute; */
    position: relative;
	/* top: 155%; */
	/* left: 0; */
	width: 400px;
	height: 400px;
	background: #0a6b22;
    opacity: 10%;
	/* clip-path:circle(300px at right ); */
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    z-index: 1;
    right:0;
    margin-right:-15%;
}
.container.stars{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
header{
    background-color: #fff;
}

.shape {
    height: 300px;
    width: 700px;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
  }
  .shape2 {
    border-radius: 0px 500px 500px 0px ;
    border:15px solid #0a6b22;
    margin-left: -20px;
    z-index: 1;
    position:absolute;
    margin-top: 5%;
  }
  .shape3{
    border-radius: 500px 0px 0px 500px ;
    border:15px solid #BCCDD9;
    right:0;
    /* margin-right: -20px; */
    z-index: 1;
    position:absolute;
    margin-right:-20%;
    margin-top:13%;

  }
.card{
    border:0px;
    outline:0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 20px;
    z-index: 2;
}
.card.ht{
    height:180px;
}
.card.wt{
    width:180px;
}
h6.readmore{
    color:#0a6b22;
}

.col-8{
    z-index:2;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    background-color: transparent !important;
    color: grey !important;
    border:0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 15px;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    color: #0a6b22 !important;
    border:0px;
    border-bottom: 3px solid  #0a6b22 !important;
    font-weight: bold;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.light {
    background-color: transparent !important;
    color: #0a6b22 !important;
    border:0px;
    text-transform: uppercase;
    font-size: 0.8rem;

}
.nav-tabs {
    border-bottom: 1px solid #0a6b22;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.light.active {
    background-color: transparent !important;
    color: white !important;
    border:0px;
    border-bottom: 3px solid  white !important;
    font-weight: bold;


}
h4.see,h6.see{
    color:#0a6b22;
}

.fb{
    color:#1771E6;
}
.twi{
    color:#00A3E2;

}
.what{
    color:#00DB71;
}
.in{
    color:#005C8B;
}

.mail{
    color:#0a6b22;
}

.footer.body{
    width: 100%;
    border-top:1px solid;
    border-bottom: 1px solid;
    border-color:#404040;
}

hr.green{
    margin:0;
    padding: 0px;
    color: #0a6b22;
    border-top:2px solid #0a6b22;
    height: 2px !important;
    width: 30px;
    /* margin-right:130px; */
    opacity: 100%;
}

.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    height: 50px;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    border:1px solid white;
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: transparent;
    font-size: 19px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a6b22;;
    background-color: transparent;
    font-size: 10px;
    bottom: 30px;
    position: relative;
    border-radius: 5px
}
i.far.fa-paper-plane {
    font-size: 25px;
}
.search-icon:hover {
    color: #fff !important
}
.btn.btn-white{
    background-color: white;
    cursor: pointer;
    width: 100%;
    padding: .8rem 0.8rem;
    align-items: left;
    text-align: start;
}

.socialbg{
    background-color: transparent !important;
    cursor: pointer;
    width: 60%;
    padding: .8rem 0.8rem;
    align-items: left;
    text-align: start;
}

.socialbg.fab.fa{
 font-size:30px !important;
}

.card.forms{


    box-shadow: none;
}

label {
    color: #0a6b22 !important;
    font-family: 'Nunito', sans-serif;
}

h3 span{
    color: #0a6b22 !important;
}
img.float-end.mb-0.people {
    position: absolute;
    bottom: 0;
    right: 0;

}
img.float-end.mb-0.people {
    position: absolute;
    bottom: 0;
    right: 0;

}
img.ml-0.mb-0.flaot-start.position-absolute.mb-0{
    bottom: 0;
}

img.eb{
    position: absolute;
    left:-8%;
    width: 40%;
}
img.eb2{
    position: absolute;
    right:0;
    width: 35%;
    top:0;
}

img.rounded-circle.seegreen{
    border:4px solid #0a6b22;
}
img.rounded-circle.blacked{
    border:4px solid black;
}
.sidebar{
    display: none;
}


/* code for invoice starts here */



.hm-solution-box .icon-hm{
    width: 90px;
    height: 90px;
}

.hm-solution-box .icon-hm img{
    width:100% !important;
    height: 100% !important;
    object-fit: contain;
}












/* code for invoice ends here */




@media (max-width: 1399.98px) {  }

@media (max-width: 1199.98px) {
    .bgblack {
        background-size: 132%;
    }
 }

@media (max-width: 991.98px) {  }

@media (max-width: 768.98px) {
    .background {
        background-size: 123%;
    }
    .circle,.shape.shape2.pt-5,.shape.shape3{
        display: none;
    }
    .bg, .bg3  {
        background-size: 170%;
    }
    .bgblack {
        background-size: 206%;
    }
    .star {

        width: 500px;
        height: 500px;}
    .col-6.pe-0 img{
        width: 40px;
    }
    a.navbar-brand {
        margin-left: 0;
    }
    button.btn.btn-seegreen.find{
        display: none;
    }
    button.navbar-toggler {
        display: none;
    }
    .sidebar{
        display: block;
    }
    a.btn.btn-outline-secondary {
        position: absolute;
        top: 1rem;
        RIGHT: 0%;
    }
    button.btn-close.text-reset.float-end {
        POSITION: absolute;
        TOP: 1REM;
        RIGHT: 5%;
    }
    img.sliderlogo {
        position: absolute;
        left: 5%;
    }

    li.nav-item,li.nav-item.ms-2{
        font-weight: bold;
        margin-left:0px !important;
        border-bottom:1px solid #f2f2f2;

    }
    .offcanvas-body{
        padding: 1.5rem 1rem;
    }
    .homebanner h1{
        font-size: 25px !important;
    }
    .homebanner p{
        font-size: 14px;
        color: #fff;
    }

    .hm-solution-box{
        text-align: center;
    }
    .hm-solution-box img{
        margin: 1rem 0;

    }
    .hm-solution-box a i{
        display: none;
    }
 }

@media (max-width: 576.98px) {
    .background,.bg, .bg3 {
        background-size: 463%;
    }
    .bg, .bg3 {
        background-size: 680%;
    }
    .col-lg-8.col-md-6.col-sm-12.pe-0 {
        margin-top: 1rem;
    }
    .bgblack {
        background-size: 717%;
    }
    .col-lg-3.col-sm-12{
        margin-top: 0.5rem;
    }
    img.big-logo{width: 300px;
    }
    img.thumb{
        display: none;
    }
    img.dips{
        display: none !important;
    }
    .star,img.people {
        display: none !important;
        }
        .card.h.p-5.m-5{
            margin:0px !important;
        }
        .container.stars{
            position: relative;
        }
        .card.forms {
            position:relative;
            top: 0rem;
            margin-bottom:3rem;
            margin-top:0rem !important;
        }
        h6.text-light.w-50.m-0.mt-2.break {
            margin: 0px !important;
            width: 0 !important;
        }
        .row.d-flex.pt-3.pb-3{
            text-align: center !important;
        }
        .btn.btn-white {
            width: 100%;
        }
        img.ml-0.mb-0.flaot-start.position-absolute.mb-0 {
            bottom: 0;
            opacity: 20%;
        }
        button.btn.btn-white.w-25.fw-bold {
            width: 50% !important;
        }
        img.headlapi{
            width: 300px !important;
        }
        img.ml-0.mb-0.flaot-start.position-absolute.mb-0 {
            display: none;
        }
 }

@media (max-width: 359.98px) { }

.section-padding{
    padding: 87px 0 !important;
}
.page-banner{

    position: relative;
    background-color: #0a6b22;
}
.page-banner .container{
    z-index: 9;
    position: relative;
}
.page-banner:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.page-banner h1{
font-weight: 300;
font-size: 3.125rem;
line-height: 65px;
color: #fff;
}

.page-banner p{
font-weight: 600;
font-size: 1.125rem;
line-height: 1.9375rem;
color: #fff;

}
.small-heading{
font-weight: 700;
font-size: 0.875rem;
line-height: 3.375rem;
color: #0a6b22;
text-transform: uppercase;

}
.about-section {
    background: #fff url(../imgs/about-sec-bg.svg) right bottom no-repeat;
    background-size: 40%;
}
h3.section-title{
    font-size: 45px;
    margin-bottom: 20px;
}

.about-section p{
font-weight: 500;
font-size: 1.125rem;
line-height: 2.5625rem;
color: #1a1818;

}

.features-section{
    background: url(../imgs/features-bg.svg) right bottom no-repeat;

}

.feature-details{
    background: #D7EFFE url(../imgs/line-left-bg.svg) left 50px no-repeat;

}
.feature-details p{

font-weight: 300;
font-size: 1rem;
line-height: 3rem;
color: #1a1818;
}

.feature-right{
    background: #0a6b22 url(../imgs/white-line-bg.svg) right 50px no-repeat;
}

.feature-right .details-text *{
    color: #fff;
}

.reviews-section{
    position: relative;
    background-image:url(../imgs/eb-bg.svg);
    background-position: top right;
    background-repeat: no-repeat;

}

.customer-reviews{
    position: absolute;
    right: 0;
    width: 50%;
    top: 14%;

}

.customer-item{
 background-color: #fff;
border-radius: 12px;
background: #fff;
box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.07);
padding: 24px;

}

.customer-item .header{
    display: flex;
    align-items: center;
}

.customer-item .image{
    width: 51px;
    height: 51px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #0a6b22;
    margin-right: 10px;
}

.customer-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.customer-item h5{
font-weight: 700;
font-size: 1.125rem;

text-transform: capitalize;
margin-bottom: 0;

}

.customer-item h5 span{
font-weight: 400;
font-size: 0.8125rem;
color: #a5a4a4;

display: block;

}

.customer-item p{

font-weight: 600;
font-style: italic;
font-size: 0.8125rem;
line-height: 1.75rem;
margin:20px 0;


}

.rv-platform{
    width: 90px;
}

.rv-platform img{
    width: 100%;
}
.customer-reviews .owl-stage .owl-item:nth-child(2n) .image{
border-color: #1A1818;
}

.btn-shadow{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-block{
    width: 100% !important;
    display: block;
    text-align: center !important;
}

.industry-banner{
    position: relative;
}
.banner-image{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.banner-image img{
    width: 100%;

    object-fit: contain;
    max-height: 100%;
}

.industry-features{
    border-top: 44px solid #87D2D5;
    border-bottom: 44px solid #87D2D5;
    background:#000 url('../imgs/abstract-bg.svg') left top no-repeat;
    background-size: cover;
}

.inner-feature{
    max-width: 203px;
    margin: 0 auto;
}


.inner-feature h4{

font-size: 1.125rem;
line-height: 1.5rem;
color: #fff;
text-transform: capitalize;
padding-left: 8px;

}
.inner-feature img{
    width: 100%;
}

.industry-features .section-title{
    color: #fff;
}

.solution-link{
    background:#fff;
    padding: 1rem;
    border-radius: 22px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 1rem;
    color: #1a1818;
}
.solution-link span{

font-weight: 600;
font-size: 0.9375rem;
line-height: 1.4375rem;

text-transform: capitalize;
padding-left: 1rem;

}
.solution-link:hover{
    background: #0a6b22;

}
.solution-link:hover span{
    color: #fff !important;
}

.solution-link .icon{
    width: 76.21px;
height: 67.83px;
min-width: 76px;
}

.solution-link .icon img{
    width: 100%;
    height: 100% !important;
    object-fit: contain;

}

.industry-solutions{
    background: #0a6b22 url(../imgs/moon-bg.svg) right top no-repeat;
    background-size: contain;
}

.contact-links a{
    display:flex;
    text-decoration: none !important;
    background-color: #fff;
    padding: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1rem;
    color: #1a1818;

}

.contact-links a span{
    padding-left: 12px;
}

.social-links a{
    font-size: 25px;
    margin-right: 24px;
}

.social-links a svg{
    width: 25px;
    height: 1.5625rem;
}

.facebook{
    color:#1771E6;
}

.twitter{
    color:#00a3e2;
}

.linkedin{
    color:#005C8B;
}
h3.box-title{

    font-size: 1.375rem;

    color: #1a1818;

}
.contact-box{

border-radius: 10px;
background: #fff;
padding:2.5rem

}

.box-title{
font-size: 1.375rem;
color: #1a1818;
text-transform: capitalize;
font-weight: 800;

}
.contact-section{
    background:url(/imgs/get-in-touch-bg.svg) left bottom no-repeat;
}


.guarantee-sec{
    background: #0a6b22 url(../imgs/thumb.svg) left bottom no-repeat;
    background-size:contain;
    position:relative;
    padding: 40px 0;
}

.gurantee-badge{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


footer{
    background-color: #1A1818;
}

footer .footer-top{
    border-bottom: 1px solid #404040;
    padding: 40px 0;
}
.footer-sc-link{
    text-align:right;
}
.footer-sc-link a{
    margin-right: 12px;
    font-size: 25px;
}
.footer-sc-link a:last-child{
    margin-right: 0;
}
.footer-sc-link .fa-envelope-open-text{
    color:#0a6b22;
}

.footer-sc-link a svg{
    width:25px;
    height: 25px;
}

.footer-innner form{
    position: relative;
}
.footer-innner .newsletter input{
    background-color: transparent;
    border: 1px solid #fff;
    color:   #fff;
}

.footer-innner .newsletter input::placeholder{
    color: #fff;
}
.footer-innner .newsletter button{
    position:absolute;
    right: 12px;
    top: 12px;
    background-color: transparent;
    border:0;
    font-size: 24px;


}

.footer-innner .newsletter button i{
    color:#0a6b22 !important;
}


.footer-box h2{
    position: relative;
font-weight: 700;
font-size: 1.25rem;color: #fff !important;
text-transform: capitalize;
position:relative;
margin: 1rem 0;
padding-bottom: 1.25rem;
}

.footer-box h2:after{
    content:"";
    position:absolute;
    left:0;
    bottom: 0px;
    width: 35px;
    height: 2px;
    border-radius: 10px;
    background-color: #0a6b22;
}
.link-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.link-box a, .ft-contact-links a, .footer-box p, .copyright p{
    display: inline-block;
font-size: 0.875rem;
color: #fff !important;
text-transform: capitalize;
text-decoration: none;
margin-bottom: 1rem;

}
.ft-contact-links a{
    text-transform: none !important;
}
.link-box a{
    position: relative;
    transition: all .3s;
}

.link-box a:after{
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjY2MyIgaGVpZ2h0PSI5LjkxMSIgdmlld0JveD0iMCAwIDUuNjYzIDkuOTExIj4NCiAgPHBhdGggaWQ9IlBhdGhfMjAzIiBkYXRhLW5hbWU9IlBhdGggMjAzIiBkPSJNMjA5LjY4NCwzNjU0LjM0N2w0LjI0OCw0LjI0OS00LjI0OCw0LjI0OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwOC45NzcgLTM2NTMuNjQpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0OWJiYzAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+DQo8L3N2Zz4NCg==) center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 2px;
    opacity: 0;
    transition: all .3s;
}
.link-box a:hover{
    color: #0a6b22 !important;
}

.link-box a:hover::after{
    opacity: 1;
    right: -15px;
}

.footer-links{
    display: flex;
    justify-content: space-between;
}

.footer-links .footer-box{
    width: 25%;
}
.footer-innner{
    padding: 40px 0;
}
.ft-contact-links a{
    display: block;
}
.ft-contact-links a span{

    color: #fff !important;
    padding-left: 11px;
}

.copyright{
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #404040;
}

.homebanner{
    background: #000 url(../imgs/home-banner-bg.svg) left top no-repeat;
    background-size: cover;
    border-bottom: 0px solid #72C5D4;
}
/*
.homebanner img{
    mix-blend-mode: screen;
} */
.homebanner h1{
    font-weight: 800;
    font-size: 50px;
}

.homebanner p{
    font-size: 16px;
    line-height: 31px;
}
.hm-solution-box{
    margin-bottom: 1rem;
    border-radius: 20px;
background: #fff;
box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.13);
height: 100%;
}
.hm-solution-box .row{
    align-items: center;
}

.hm-solution-box a{
font-weight: 700;
font-size: 1rem;
color: #0a6b22 !important;
text-decoration: none;

}

.hm-solution-box a i{
    color: #0a6b22;
}

.software-solutions .col-lg-3{
    margin-bottom: 1.2rem;
}
.software-solutions{
    background: url(../imgs/solutions-bg.svg) right bottom no-repeat;
}



.solution-v-container .nav-tabs, .clients-container .nav-tabs{
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;


}
.solution-v-container .nav-tabs button,
.clients-container .nav-tabs button{
    white-space: nowrap;

}
.video-box{
    margin-bottom: 1rem;
}

.video-box iframe{
    width: 100%;
    height: 223px;
}
.video-box video, .video-js{
width: 100%;
}
.video-js{
    height: 100%;
    background-color: transparent;
    min-height: 200px;
}

.video-js .vjs-big-play-button{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    top: 5px;
    color: #0a6b22;
}

.vjs-icon-placeholder{
    color: #fff;
}


.client-logos{
    display: flex;
    flex-wrap: wrap;
}

.client-logos .client{

    padding: 0 1rem;
    width:20%;
    margin-bottom: 1rem;

}
.client-logos .client .logo{
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
}

.client-logos img{
    width: 100%;
}

.clients-container .nav-tabs{
    margin-bottom: 40px;
}
.clients-container .nav-link{
    color: #0a6b22 !important;
}
.clients-container .nav-tabs .nav-link.active {
color: #fff !important;
border-color:#fff !important;
}

.statistics-section, .industries-work {
    border-top: 40px solid #3EAFBF;
    border-bottom: 40px solid #3EAFBF;
}
.statistics {
    display: flex;
    justify-content: space-between;
}

.statistics h1{
font-size: 3.125rem;
color: #fff;
font-weight: 800;
background-color: #0a6b22;
border-radius: 19px;
display: inline;
padding: 0 12px;


}

.statistics p{
font-weight: 800;
font-size: 1.375rem;
line-height: 1.75rem;
color: #fff;
margin-top: 1rem;
}

.statistics div{
    max-width: 160px;
}

.reviews .see{
font-weight: 700;
font-size: 1rem;
color: #0a6b22;
text-decoration: none;

}

.review-pl{
    width: 100px;
    margin-top: 1rem;
}

.review-statistics{
    background-color: #fff;
    display: flex;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    justify-content: space-between;
    align-items: center;
}

.review-statistics a,  .review-box a{
    text-decoration: none !important;
    text-align: right;
}
.review-statistics a span{
    display: block;
font-weight: 600;
font-size: 1.25rem;
color: #0a6b22;
text-transform: capitalize;
margin-top: 6px;


}

.review-statistics h2{
font-weight: 700;
font-size: 50px;
color: #1a1818;

}

.review-box{
    background-color: #fff;

    border-radius: 12px;
    padding: 2rem 1.5rem;



}

.review-box h4{
font-weight: 600;
font-size: 1.375rem;
line-height: 1.25rem;


}

.review-box h4 span{
font-weight: normal;
font-size: 0.875rem;
text-transform: capitalize;
display: block;

}

.review-box p{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 35px;
    margin-bottom: 1.2rem;



    }

    .review-box a img{
        width: 100px !important;
    }

    .review-box a span{
font-weight: 600;
font-size: 1.25rem;
color: #0a6b22 !important;
text-transform: capitalize;

    }
    .owl-dots{
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }
    .owl-dots button{
        width: 11px;
        height: 11px;
        border-radius: 50%;
        border: 1px solid #0a6b22 !important;
        margin: 0 6px;
    }

    .owl-dots button.active{
        background-color: #0a6b22 !important;
    }

    .about-textsection{
        position: relative;
    }

    .about-image{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30%;

    }

    .about-image img{
        width: 100%;
    }

    .why-box{
        text-align: center;
        border-radius: 34px;
background: #fff;
box-shadow: 0px 11px 45px rgba(0, 0, 0, 0.06);
padding: 1.875rem;
margin-bottom: 1rem;
    }

    .why-box h4{

font-weight: 500;
font-size: 1rem;
line-height: 1.375rem;
color: #1a1818;
margin-top: 12px;

    }

    .why-us{
        background: #fff url(../imgs/why-us-bg.svg) right bottom no-repeat;
    }

    .we-innovative{
     background: #1A1818 url(../imgs/we-innovative.svg) right top no-repeat;
     border-bottom: 40px solid #0a6b22;
     padding: 201px 0 !important;

    }
    .leadership{
        background: url(..../imgs/leadership.svg) left bottom no-repeat;
        background-size: 45%;
    }

    .product-features{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product-features li{
        width: 32%;
        margin-bottom: 2rem !important;
    }

    .contact-social a{
        font-size: 25px;
        margin-right: 1rem;
    }

    .contact-social a svg{
        width: 25px;
        height: 25px;
    }

    .contact-box{
        margin-top: -235px !important;
    }

    .login-left{
        display: flex;
        justify-content: center;
    }

    .invalid-feedback,
    .invalid-feedback strong{
        color: red !important;
    }
    .feature-image,
    .inner-feature .f-icon{
        background-color: #fff;
        border-radius: 12px;
        padding: 10px;
        margin-bottom: 0.8125rem;
        text-align: center;

    }
    .feature-image{
        max-height: 26.875rem;
    }

    .feature-image img{
        width: 100% !important;
        max-width: 100% !important;
        object-fit: contain;
    }
    .work-icon img{
        background-color: #fff;
        border-radius: 5px;
        padding: 12px;
        max-width: 132px !important;
    }

    .inner-feature .f-icon{
      width: 170px;
      height: 170px;
      display: flex;
      justify-content: center;
      align-items: center;

    }
    .inner-feature .f-icon img{
        width: 90%;
        height:90% !important;
        object-fit: contain;


    }

    .ft-payment-icons {
        max-width: 150px;
        margin-top: 1rem;
    }

    .page-not-found{
        padding: 1rem;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000 url(/imgs/lost-bg.png) left top no-repeat;
        background-size: cover;
    }
    .page-not-found .content{
        text-align: center;
    }

    .page-not-found h2{
        color: #fff;
        margin: 2rem 0;
    }

    .page-not-found .content img{
        max-width: 290px;
    }

@media (max-width: 768px) {
  .page-banner h1 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .page-banner p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .page-banner h1 {
    font-size: 1.5rem;
  }

  .page-banner p {
    font-size: 0.95rem;
  }
}

/* ADVERTISERS SERVICE CARD */
body {
  font-family: "Roboto", sans-serif !important;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: rgb(69, 183, 245);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0dcaf0, rgb(69, 183, 245));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(69, 183, 245);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */
