@charset "utf-8";
@import "https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap";
* {
    margin: 0;
    padding: 0
}

body {
    font-family: lato
}

body input,
body select,
body textarea {
    box-shadow: none!important;
    outline: none!important
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

header.sticky {
    background: #fff;
    background-position: center;
    background-attachment: fixed
}

.img-sec img {
    width: 100%;
    max-width: 100%;
}

ul.contact li a {
    color: #000;
    text-decoration: none
}

.carousel-control-prev,
.carousel-control-next {
    display: none
}

a.navbar-brand {
    color: #fff!important;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase
}

a.navbar-brand span {
    color: #1cbe0b;
    margin-left: 10px
}

ul.extralink {
    margin: 0
}

ul.extralink li {
    list-style: none;
    display: inline-block;
    padding-left: 15px
}

ul.extralink li a {
    display: inline-block;
    background: #1cbe0b;
    color: #fff;
    padding: 7px 12px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none
}

.top-header .nav-item a.nav-link {
    padding: 5px
}

ul.extralink li a i {
    margin-right: 5px
}

section.top-header {
    position: static;
    left: 0;
    right: 0;
    border-bottom: none;
    z-index: 9;
    background: transparent
}

section.top-header nav.navbar {
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.right-header {
    display: flex
}

.top-header .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000!important
}

.top-header .nav-item a.nav-link {
    padding: 5px 10px
}

a.nav-link.active {
    background: transparent;
    border-radius: 50px;
    color: #1cbe0b!important
}

.dropdown-item:hover {
    color: #008fd4
}

a.navbar-brand img {
    max-width: 200px
}

section.banner {
    background: url(../image/bg.jpg);
    background-position: center;
    background-attachment: initial;
    padding: 120px 0 50px;
    background-size: 100%
}

span.smalltitle {
    color: #1cbe0b;
    font-weight: 700;
    font-size: 20px
}

.slidecontent h3 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin: 15px 0
}

a.sliderbtn {
    display: inline-block;
    background: #1cbe0b;
    padding: 10px 50px;
    color: #fff;
    font-size: 21px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 20px
}

section.banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 0;
    max-height: 550px;
    width: 100%;
    object-fit: cover
}

div.brands .item {
    padding: 0 8px
}

.brand-coll {
    padding: 10px;
    height: 65px;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

div.brands img {
    max-height: 75px;
    object-fit: contain
}

div.brands {
    margin-top: 40px
}

.col-sm-6.slidecontent {
    display: flex;
    align-items: center
}

section.welcome {
    padding: 50px 0;
    background: #ecfbea
}

.welcomeimg-box img {
    max-width: 100%
}

h3.welcome-title {
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 45px;
    font-weight: 900
}

h3.welcome-title span {
    color: #1cbe0b
}

.welcomeimg-box {
    position: relative
}

.backimg {
    position: absolute;
    right: 210px;
    top: 140px;
}

.backimg svg.icon-bg-shape {
    transform: scale(5)
}

.backimg svg.icon-bg-shape path {
    fill: #c5f8bf
}

.welcomeimg-box .frontimg {
    width: 100%;
    margin-top: 20px;
    position: relative;
    margin-left: 20px;
}

section.welcome ul li {
    list-style: none;
    margin-bottom: 5px
}

section.welcome ul li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #1cbe0b;
    margin-right: 10px;
    font-size: 18px
}

a.wrm {
    display: inline-block;
    background: #1cbe0b;
    color: #fff;
    padding: 7px 50px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px
}

section.after-banner {
    background: #ecfbea;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #333
}

.afterbanner-content h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    color: #fff;
    margin-bottom: 25px
}

.afterbanner-content h2 span {
    color: #000;
    text-shadow: 1px 1px 4px #fff
}

.afterbanner-content a.readmore {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    background: #000;
    color: #fff;
    font-family: lato;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block
}

div.afterbanner-form {
    background: transparent;
    width: 100%;
    border: 2px solid #1cbe0b;
    border-radius: 5px
}

div.afterbanner-form h2.form-title span {
    color: #e11d07
}

section.after-banner .col-sm-6 {
    display: flex;
    align-items: center
}



/* contact page design css start*/



ul.contact-add li span label{
    margin-bottom: 0 !important;
}


.content-address .contact-add li {
    box-shadow: 0 0 15px 0 #2b365229;
    padding: 20px;
    margin: 30px 10px !important;
    width: 23%;
    position: relative;
    align-items: baseline;
    justify-content: center;
}

ul.social-icon {
    text-align: center;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.content-address .social-icon li {
    box-shadow: 0 0 15px 0 #2b365229;
    padding: 15px 25px;
}

.content-address span {
    white-space: break-spaces;
    word-break: break-all;
    margin-top: 25px;
    text-align: center;
}

.content-address li:first-child {
    font-size: 15px;
}

h2.gfpyw span {
    color: #15bf03;
}


ul.contact-add li span label {
    font-size: 24px !important;
}

span.ico-box {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto !important;
}





/* contact page design css end*/


div.afterbanner-form form {
    padding: 25px
}

div.afterbanner-form form div.form-group {
    width: 100%;
    float: none
}

div.afterbanner-form form div.form-group .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc
}

div.afterbanner-form form div.form-group:nth-child(even) {
    float: right
}

div.afterbanner-form form div.form-group.full {
    width: 100%
}

div.afterbanner-form form button.btn.btn-primary {
    width: 100%;
    background: #000;
    border-color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    transition: all .5s ease;
    margin-top: 15px;
    background: #1cbe0b;
    border: none;
    border-radius: 50px
}

div.afterbanner-form form button.btn.btn-primary:hover {
    background: #000
}

.banner ul.carousel-indicators {
    display: none
}

h3.Contact-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px
}

.afterbanner-content p {
    font-size: 16px;
    margin-bottom: 30px
}

ul.contact li {
    list-style: none;
    position: relative;
    padding-left: 0;
    padding-bottom: 10px;
    display: flex;
    align-items: center
}

ul.contact li span.contact-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    margin-right: 12px;
    background: radial-gradient(circle farthest-side at center 60%, #009cde, #003087 100%)
}

ul.contact li span.contact-icon i.fa.fa-map-marker {
    top: 8px
}

ul.contact li span.contact-icon i.fa.fa-envelope {
    top: 7px
}

ul.contact li span.contact-icon i.fa.fa-mouse-pointer {
    top: 8px
}

.afterbanner-content ul.social-icon li a {
    color: #0059a8;
    font-size: 20px
}

h3.Contact-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    color: #000;
    text-align: left
}

.afterbanner-content iframe {
    width: 100%;
    max-height: 350px;
    border-radius: 5px
}

.afterbanner-content {
    width: 100%
}

div.afterbanner-form {
    background: transparent;
    width: 100%;
    border: 2px solid #1cbe0b;
    border-radius: 5px
}

section.after-banner h2.title {
    margin-bottom: 35px
}

section.our-offer {
    padding: 70px 0;
    text-align: center;
    background: transparent
}

h2.title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    color: #000;
    text-align: center
}

.offerinner-coll {
    background: rgb(236 251 234);
    padding: 15px;
    margin-top: 30px;
    position: relative;
}

.oib svg path {
    fill: #c5f8bf
}

.offerinner-coll h3.offer-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin: 15px 0;
    color: #000
}

.offerinner-coll span.price {
    display: block;
    margin-bottom: 15px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffc61a
}

.offerinner-coll a.readmore {
    background: #1cbe0b;
    color: #fff;
    text-transform: none;
    font-weight: 900;
    padding: 7px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 15px
}

.offerinner-coll a.readmore:hover {
    background: #000;
    color: #fff
}

.offerinner-coll.active,
.offerinner-coll:hover {
    background: #1cbe0b;
    color: #fff
}

.offerinner-coll.active h3.offer-title,
.offerinner-coll:hover h3.offer-title {
    color: #fff
}

.offerinner-coll:hover span.price,
.offerinner-coll.active span.price {
    color: #000
}

.offerinner-coll:hover a.readmore,
.offerinner-coll.active a.readmore {
    background: #fff;
    color: #1cbe0b
}

h2.title span {
    color: #1cbe0b
}

p.subtitle {
    font-size: 20px;
    margin-top: 20px
}

a.viewmore_btn {
    background: #1cbe0b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 50px;
    display: inline-block;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 45px
}

.oib {
    display: inline-block;
    position: relative
}

.oib img {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    height: 45px
}

section.hww {
    padding: 50px 0;
    background: #ecfbea
}

section.hww h2.title {
    margin-bottom: 65px
}

ul.workprocess {
    display: block;
    justify-content: space-between;
    text-align: center;
    list-style: none
}

.wsbox {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
    position: relative
}

.work-img {
    height: 90px;
    width: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c5f8bf;
    border-radius: 50%;
    margin-bottom: 0;
    position: absolute
}

.stepbox {
    background: #fff;
    padding: 15px;
    width: 40%;
    left: -30%;
    position: relative;
    border: 2px dashed #c5f8bf;
    text-align: right
}

ul li.workstep:nth-child(even) .stepbox {
    left: 30%;
    text-align: left
}

.wsbox h4 {
    font-weight: 700;
    font-size: 20px
}

ul li.workstep .work-img::before {
    content: "";
    width: 100px;
    height: 3px;
    border-top: 2px dashed #c5f8bf;
    position: absolute;
    left: -83px
}

ul li.workstep:nth-child(even) .work-img::before {
    content: "";
    width: 100px;
    height: 3px;
    border-top: 2px dashed #c5f8bf;
    position: absolute;
    left: initial;
    right: -83px
}

ul li.workstep .work-img::after {
    content: "";
    width: 3px;
    height: 67px;
    border-left: 2px dashed #c5f8bf;
    position: absolute;
    left: 43px;
    top: 83px
}

ul li.workstep:last-child .work-img::after {
    display: none
}

li.workstep.step1 .work-img img {
    width: 60px
}

.work-img img {
    width: 50px
}

section.features {
    background: url(../image/features-bg.jpg);
    padding: 70px 0;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}
.web_section {
    background: url(../image/web.jpg);
    padding: 70px 0;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100vh;
}
.web_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006b;
    width: 100%;
    height: 100%;
}
.tex-sec span {
    color: #15bf03;
}
.tex-sec  h2 {
    text-align: left;
}
.reliable_link .let_talk {
    background: #15bf03;
    padding: 15px 30px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    text-decoration: none;
    border: solid #15bf03 2px;
}
.reliable_link .let_talk:hover{
    border: solid #fff 2px;
    background: none;
}

.reliable_link .see_our {
    border: solid #fff 2px;
    padding: 15px 30px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.reliable_link .see_our:hover {
    border: solid #15bf03 2px;
    background-color: #15bf03;
}

section.features::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0
}
.reliable_link {
    text-align: left;
    margin-top: 40px;
}


section.features .container {
    position: relative;
    z-index: 9
}

h2.tagline {
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
    max-width: 80%;
    margin: 0 auto 15px;
    font-weight: 900;
    letter-spacing: 1px
}

a.tagbtn {
    background: #1cbe0b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 12px 45px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 50px
}

section.choose {
    padding: 50px 0
}

h3.wcu-title {
    text-align: left;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 45px;
    font-weight: 900
}

.features {
    display: flex
}

.features-img {
    min-width: 75px;
    height: 75px;
    padding: 15px;
    width: 75px;
    background: #c5f8bf;
    border-radius: 50%;
    margin-right: 20px
}

.features-img img {
    width: 100%
}

.whychosse-content ul li {
    list-style: none
}

.whychosse-content h4 {
    font-size: 20px;
    font-weight: 700
}

.featuresimg-box .frontimg {
    margin-top: 50px
}

.frontimg img {
    max-width: 100%
}

.featuresimg-box .backimg {
    z-index: -9;
    right: 200px
}

.post-coll img {
    max-width: 100%
}

section.our-Blog {
    padding: 70px 0
}

section.testimonials {
    padding: 50px 0;
    background: url(../image/Website-content-writing-service.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative
}

section.testimonials::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0
}

.post-coll {
    border: 1px solid #efefef;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
    position: relative
}

.post-coll img {
    max-width: 100%;
    height: 250px;
    object-fit: cover
}

.post-coll h3.offer-title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 15px
}

.post-coll span.date {
    color: #777;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1cbe0b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0 0 15px
}

a.readmore {
    display: inline-block;
    background: #1cbe0b;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px
}

a.readmore:hover {
    background: #000;
    color: #fff
}

div.testimonial {
    color: #fff;
    padding-top: 30px
}

.testimonials-coll {
    padding: 0 15px
}

.testimonials-discripion {
    background: #000;
    padding: 25px;
    border-radius: 0;
    text-align: center
}

.about-client img {
    width: auto!important;
    float: none;
    max-width: 60px;
    margin: 0 auto 15px
}

.about-client h3.name {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    color: #1cbe0b;
    margin-bottom: 0
}

.about-client span.post {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.testimonials .owl-nav {
    display: none
}

.testimonials .owl-dots button.owl-dot span {
    background: #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%
}

.testimonials .owl-dots button.owl-dot.active span {
    background: #1cbe0b
}

.testimonials .owl-dots {
    text-align: center;
    margin-top: 30px
}

.testimonials .owl-dots button.owl-dot {
    margin: 0 5px
}

.our-projects .inner-projects ul {
    padding: 0;
    list-style: none;
    text-align: center
}

.our-projects .inner-projects ul .project-content-box {
    display: none;
    text-align: left
}

.our-projects .inner-projects ul .project-content-box.active-project {
    display: block
}

.project-content-box {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    margin-top: 50px
}

.inner-projects li {
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px
}

.inner-projects.col-md-12 {
    margin-top: 30px
}

.inner-projects li.active {
    color: #1cbe0b
}

.our-projects .inner-projects ul .project-content-box .item {
    display: flex;
    align-items: center;
    background: #f8f9fa!important
}

.our-projects .inner-projects ul .project-content-box .item div.project-img {
    max-width: 50%
}

.our-projects .inner-projects ul .project-content-box .item div.project-content {
    padding: 25px
}

.our-projects .inner-projects ul .project-content-box .item div.project-content h2.project-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 30px;
    color: #000
}

.our-projects .inner-projects ul .project-content-box .item div.project-content p.project-dis {
    margin-bottom: 20px
}

.portfolioShowcasestyle span {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    color: #1cbe0b;
    position: relative
}

.portfolioShowcasestyle span::after {
    content: "";
    display: inline-block;
    border-right: 2px solid #1cbe0b;
    width: 5px;
    height: 15px;
    top: 6px;
    position: absolute;
    right: 0
}

.portfolioShowcasestyle span:last-child::after {
    display: none
}

.menu {
    background: #030b16
}

.menu nav.navbar.navbar-default {
    margin-bottom: 0
}

.project-content-box .owl-dots {
    display: none
}

.project-content-box .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 20px
}

.project-content-box .owl-nav button {
    font-size: 0!important;
    margin: 0 10px;
    outline: none!important
}

.project-content-box .owl-nav button.owl-prev::before {
    content: "\f177";
    font-family: fontawesome;
    font-size: 20px
}

.project-content-box .owl-nav button.owl-next::before {
    content: "\f178";
    font-family: fontawesome;
    font-size: 20px
}

section.our-projects {
    padding: 50px 0
}

section.footer {
    padding: 50px 0 0;
    color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #fff;
    background-position: center;
    background-attachment: fixed
}

section.footer .container {
    position: relative;
    z-index: 99
}

.footer-logo a {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block
}

.footer-logo a span {
    color: #1cbe0b
}

h3.footer-title,
.footer-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    border-bottom: 1px solid #1cbe0b;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.social-icon li {
    list-style: none;
    display: inline-block;
    margin-right: 15px
}

ul.social-icon li a {
    color: #1cbe0b;
    font-size: 25px
}

ul.apps {
    margin: 0;
    list-style: none
}

ul.apps li a {
    color: #e11d07
}

ul.contact li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px
}

section.footer ul.ul li {
    padding-bottom: 5px
}

ul.contact li i.fa.fa-mobile {
    font-size: 22px!important
}

ul.contact li i {
    position: absolute;
    left: 0;
    width: 15px;
    text-align: center;
    font-size: 15px;
    vertical-align: top;
    top: 3px
}

ul.apps li span {
    display: inline-block;
    min-width: 120px
}

ul.apps li a i {
    color: #fff
}

ul.ul {
    list-style: none
}

ul.ul li a {
    color: #000
}

.footer-logo img {
    max-width: 200px;
    margin-bottom: 10px
}

.footer-bottom {
    background: #000;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
    position: relative;
    z-index: 99;
    color: #fff
}

body button:focus {
    outline: none
}

.footer ul.ul li a::before {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 10px
}

ul.ul li a {
    text-decoration: none
}

ul.ul li a:hover {
    color: #1cbe0b
}

.innerpages header {
    position: static
}

section.banner.inner-banner {
    background: none;
    background-position: center;
    background-attachment: initial;
    padding: 0;
    background-size: 100%;
    text-align: center;
    position: relative
}

section.banner.inner-banner img {
    max-height: 350px;
    object-fit: cover
}

.innerbanner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.innerbanner-content h3.ib-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px
}

.servicpage section.our-offer {
    padding: 30px 0 50px;
    text-align: center;
    background: transparent
}

header.sticky {
    background: #fff;
    background-position: center;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    width: 100%
}

section.map iframe {
    width: 100%;
    /* height: 270px; */
}

ul.contact-add li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 20px;
    color: #000
}

span.ico-box {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    background: #c5f8bf;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 15px
}

ul.contact-add li span label {
    display: block;
    color: #1cbe0b;
    margin-bottom: -5px;
    font-size: 17px;
    font-weight: 700
}

.content-address li span.ico-box i.fa.fa-mobile {
    font-size: 28px;
    position: relative;
    top: 3px
}

.content-address ul.social-icon li {
    list-style: none;
    display: inline-block;
    margin-right: 24px
}

.content-address ul.social-icon li a {
    color: #1cbe0b;
    font-size: 30px
}

.contactpage section.after-banner {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #333
}

.aboutpage section.welcome {
    background: #fff
}

h4.mission-subitle {
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 25px
}

.aboutpage section.testimonials {
    padding: 50px 0;
    background: none;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    background: #ecfbea
}

.aboutpage section.testimonials::before {
    display: none
}

.testimonials-discripion {
    background: none;
}

.testimonials-discripion {
    background: none;
    padding: 35px;
    border-radius: 0;
    text-align: center;
    max-width: 70%;
    margin: 0px auto;
    border-radius: 20px;
    /* color: #000; */
}

.ssvice .card-body {
    padding: 1.25rem 0.5rem;
}

.seo .img-area img {
    height: 250px;
}

.testimonials-discripion p {
    font-size: 20px;
    color: #000;
}

ul.menu {
    background: none;
}

ul.menu li {
    display: inline-block;
    margin-left: 0.25rem !important;
}

ul.menu li a {
    padding: 5px 10px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000!important;
    text-decoration: none;
}

section.widget_nav_menu ul li a {
    font-weight: inherit;
    font-size: inherit;
    font-family: lato;
    padding: 0px;
}

section.widget_nav_menu ul li {
    margin-bottom: 5px;
}

.wpcf7-form p label {
    width: 100% !important;
    font-size: 16px;
    font-weight: 600;
}

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

.wpcf7-form p span input,
.wpcf7-form p span textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 3px;
}

form.wpcf7-form p .wpcf7-submit {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.5s ease;
    margin-top: 15px;
    background: #1cbe0b;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 0px;
}

div.afterbanner-form form {
    padding: 15px 25px 0px 25px;
}

ul.wp-block-social-links li a {
    background: #1cbe0b;
    border-radius: 50%;
}

a.navbar-brand:focus-visible {
    outline: 0;
}
section.significant ol li:hover .web_img img {
    filter: brightness(0) invert(1);
} 
.webdc .img-sec img:hover {
    transform: scale(1.1);
}
.webdc .img-sec img {
    transition: transform 1s;
}

@media only screen and (max-width:575px) {
    section.welcome h1.welcome-title {
        font-size: 24px !important;
        padding: 6px 0;
    }
    a.viewmore_btn {
        padding: 10px 30px;
    }
    section.welcome a.wrm {
        padding: 7px 30px;
    }
    .features a.tagbtn {
        padding: 10px 30px;
    }
    section.widget_nav_menu ul li {
        display: block;
    }
    .hww .wsbox h4 {
        max-width: 330px;
        margin: auto;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width:992px) {
    .right-header div#navbar-content {
        display: inline-flex!important
    }
}

@media only screen and (max-width:1199px) {
    .top-header .nav-link {
        font-size: 15px;
    }
    a.navbar-brand img {
        max-width: 133px;
    }
    section.footer .row .col-sm-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    section.footer .col-sm-3 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    section.footer .col-sm-2 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .backimg {
        position: absolute;
        right: 160px;
        top: 100px;
    }
    .backimg svg.icon-bg-shape {
        transform: scale(4);
    }
    section.banner {
        background-size: cover;
    }
    ul li.workstep .work-img::after {
        height: 120px;
    }
    .slidecontent h3 {
        font-size: 30px;
    }
    h3.welcome-title {
        font-size: 30px;
    }
    .page-id-14 .banner.inner-banner {
        padding: 85px 0 0;
    }
    .page-id-14 .banner.inner-banner:before {
        height: 100%;
        top: 0;
    }
    .page-id-14 .content-address .contact-add {
        justify-content: center;
    }
    .page-id-14 .content-address .contact-add li {
        width: 22%;
    }
    .content-address li:first-child {
        font-size: 15px;
    }
    .page-id-14 .content-address ul.social-icon li:nth-child(1), .page-id-14 .content-address ul.social-icon li:nth-child(2) {
        margin: 10px 15px;
    }
    .page-id-14 .content-address ul.social-icon li:nth-child(3), .page-id-14 .content-address ul.social-icon li:nth-child(4) {
        margin: 10px 15px;
    }
    h2.gfpyw.pb-3 {
        font-size: 25px;
    }
    .page-id-781 .banner.inner-banner:before {
        height: 100%;
        top: 0;
    }
    .page-id-781 .banner.inner-banner {
        padding: 85px 0 0;
    }
    .career-img img {
        width: 100%;
    }
    .seiet .webint.sbd {
        min-height: 398px !important;
    }
    .seiet .webint.sem {
        min-height: 286px !important;
    }
}

@media only screen and (max-width:991px) {
    .slidecontent h3 {
        font-size: 26px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: rgb(28 190 11);
        background: #1cbe0b;
        border-radius: 50px;
    }
    span.navbar-toggler-icon::before {
        content: "\f0c9";
        font-family: 'FontAwesome';
        font-size: 24px;
        position: relative;
        top: 3px;
    }
    .navbar-light .navbar-toggler-icon {
        background: none;
    }
    div#navbar-content {
        position: absolute;
        left: 0;
        top: 75px;
        background: #fff;
        width: 100%;
    }
    ul.navbar-nav.ml-auto li.nav-item {
        margin: 0px !important;
    }
    .top-header .nav-item a.nav-link {
        padding: 10px 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
    }
    h3.welcome-title {
        font-size: 24px;
        line-height: 35px;
    }
    .backimg svg.icon-bg-shape {
        transform: scale(3);
    }
    .our-offer .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    section.footer .col-sm-2 {
        flex: 0 0 33.3%;
        max-width: 30%;
    }
    .page-id-14 .banner.inner-banner {
        padding: 72px 0 0;
    }
    .page-id-14 .banner.inner-banner:before {
        height: 100%;
        top: 0;
    }
    .page-id-14 .content-address .contact-add li {
        width: 47%;
    }
    .content-address li:first-child {
        font-size: 18px;
    }
    .page-id-14 .content-address ul.social-icon li:nth-child(1), .page-id-14 .content-address ul.social-icon li:nth-child(2) {
        margin: 10px 15px;
    }
    .page-id-14 .content-address ul.social-icon li:nth-child(3), .page-id-14 .content-address ul.social-icon li:nth-child(4) {
        margin: 10px 15px;
    }
    h2.gfpyw.pb-3 {
        font-size: 25px;
    }
    .page-id-781 .banner.inner-banner:before {
        height: 100%;
        top: 0;
    }
    .page-id-781 .banner.inner-banner {
        padding: 72px 0 0;
    }
    .page-id-781 .col-md-4, .page-id-351 .col-md-4, .page-id-345 .col-md-4, .page-id-342 .col-md-4, .page-id-339 .col-md-4, .page-id-336 .col-md-4, .page-id-526 .col-md-4{
        max-width: 100%;
        flex: 0 0 85%;
        margin: auto;
    }
    .page-id-781 .col-md-8, .page-id-351 .col-md-8, .page-id-345 .col-md-8, .page-id-342 .col-md-8, .page-id-339 .col-md-8, .page-id-336 .col-md-8, .page-id-526 .col-md-8{
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        text-align: justify;
    }
    ul.sub-menu{
        z-index: 999;
    }
    .webdc .tex-sec h2 {
        line-height: 1.2;
    }
    .page-id-420 .migne a {
        white-space: normal;
        word-break: break-all;
    }
    .page-id-420 section.banner.inner-banner:before {
        height: 100%;
        top: 0;
    }
    .page-id-420 section.banner.inner-banner img {
        max-height: 200px;
        object-fit: cover;
    }
    .page-id-420 section.banner.inner-banner {
        padding: 72px 0 0;
    }
    .career-img img {
        width: 100%;
    }
    .career-img {
        margin: auto;
    }
    .migne img {
        width: 100% !important;
    }
    .seiet .webint.sem {
        min-height: 383px !important;
    }
    .seiet .webint.sbd {
        min-height: 546px !important;
    }
}

@media only screen and (max-width:767px) {
    .seiet .webint.sem {
        min-height: auto !important;
    }
    .seiet .webint.sbd {
        min-height: auto !important;
    }
    .page-id-526 .banner.inner-banner {
        padding: 99px 0 0;
    }
    .page-id-526 .banner.inner-banner:before {
        height: 100%;
        top: 0;
    }
    .page-id-526 section.banner.inner-banner img {
        max-height: 100px;
        object-fit: cover;
    }
    .interpg h2 {
        margin-bottom: 0px;
    }
    .page-id-526 .web-cont h4 {
        font-size: 30px;
    }
    .career-img img {
        width: 100%;
    }
    .page-id-420 section.banner.inner-banner img {
        max-height: 100px;
        object-fit: cover;
    }
    .page-id-420 .cs-text h2 {
        font-size: 28px;
    }
    .page-id-420 .migne a {
        white-space: normal;
        word-break: break-all;
        font-size: 18px;
    }
    .page-id-420 .migne h2.mb-3 {
        font-size: 26px;
    }
    .migne img {
        width: 100% !important;
    }
    .migne {
        width: 95% !important;
    }
    .page-id-420 .cardel .col-md-3 {
        margin: 15px 0 23px;
    }
    .page-id-420 section.banner.inner-banner {
        padding: 99px 0 0;
    }
    .webdc .tex-sec h2 {
        line-height: 1.2;
    }
    ul.sub-menu{
        width: 210px !important;
    }
    .gjh h2 {
        font-size: 18px;
    }
    .web-cont h4 {
        font-size: 20px;
    }
    .page-id-345 .web-cont h4, .page-id-342 .web-cont h4, .page-id-339 .web-cont h4, .page-id-336 .web-cont h4{
        font-size: 26px;
    }
    .page-id-420 .career-img img {
        width: 100%;
        max-width: 100%;
    }
    section.footer {
        margin-top: 0px !important;
        box-shadow: none !important;
    }
    .page-id-781 section.footer {
        margin-top: 29px !important;
        box-shadow: 0 4px 16px rgb(42 209 24 / 46%) !important;
    }
    .page-id-781 .col-md-4, .page-id-351 .col-md-4, .page-id-345 .col-md-4, .page-id-342 .col-md-4, .page-id-339 .col-md-4, .page-id-336 .col-md-4{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .page-id-781 .banner.inner-banner:before {
        height: 100%;
        top: 0;
    }
    .page-id-781 .banner.inner-banner {
        padding: 99px 0 0;
    }
    .page-id-14 .banner.inner-banner {
        padding: 99px 0 0;
    }
    .page-id-14 .banner.inner-banner:before {
        height: 100%;
        top: 0;
    }
    .page-id-14 .content-address .contact-add li {
        width: 100%;
        font-size: 14.5px;
    }
    .page-id-14 .content-address ul.social-icon li:nth-child(1), .page-id-14 .content-address ul.social-icon li:nth-child(2) {
        margin: 10px 15px;
    }
    .page-id-14 .content-address ul.social-icon li:nth-child(3), .page-id-14 .content-address ul.social-icon li:nth-child(4) {
        margin: 10px 15px;
    }
    h2.gfpyw.pb-3 {
        font-size: 22px;
    }
    section.map.py-5 {
        padding: 20px 0 0 !important;
    }


    nav.py-3.navbar.navbar-expand-lg.auto-hiding-navbar.navbar-light {
        padding: 7px 0px 0 !important;
    }
    .right-header {
        display: flex;
        background: #1cbe0b;
        width: 100%;
        justify-content: center;
        border-radius: 3px;
    }
    ul.contact-add li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 14px;
        color: #000;
    }
    .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0px;
    }
    div.brands .owl-nav,
    div.brands .owl-dots {
        display: none;
    }
    .wsbox {
        display: flex;
        align-items: center;
        margin-bottom: 100px;
        justify-content: center;
        position: relative;
    }
    .stepbox {
        background: #fff;
        padding: 15px;
        width: 100%;
        left: 0;
        position: relative;
        border: 2px dashed #c5f8bf;
        text-align: center;
        padding-bottom: 70px;
    }
    .work-img {
        height: 90px;
        width: 90px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c5f8bf;
        border-radius: 50%;
        margin-bottom: 0;
        position: absolute;
        z-index: 99;
        top: initial;
        bottom: -30px;
    }
    ul li.workstep .work-img::before {
        display: none;
    }
    ul li.workstep:nth-child(even) .stepbox {
        left: initial;
        text-align: center;
    }
    ul li.workstep .work-img::after {
        height: 70px;
    }
    section.footer .col-sm-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.footer .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our-projects .inner-projects ul .project-content-box .item div.project-img {
        max-width: 100%;
    }
    .our-projects .inner-projects ul .project-content-box .item div.project-content {
        padding: 25px;
        width: 100%;
    }
    .our-projects .inner-projects ul .project-content-box .item {
        flex-wrap: wrap;
    }
    ul.extralink li a {
        padding: 7px 18px !important;
    }
    ol.breadcrumb.justify-content-center {
        background: none !important;
    }
    .breadcrumb li a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }
    .innerbanner-content nav {
        padding-top: 60px !important;
    }
    section.banner.inner-banner:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
    }
}

@media only screen and (max-width:479px) {
    div#navbar-content {
        position: absolute;
        left: 0;
        top: 125px;
        background: #fff;
        width: 100%;
        z-index: 1;
    }
    div#navbar-content {
        position: absolute;
        left: 0;
        top: 125px;
        background: #fff;
        width: 100%;
        z-index: 1;
    }
    section.top-header nav.navbar {
        justify-content: center !important;
    }
    section.top-header nav.navbar .container {
        text-align: center;
        justify-content: center;
    }
    section.top-header nav.navbar .container a.navbar-brand {
        margin: 0px;
        margin-bottom: 10px;
    }
    div#navbar-content {
        position: absolute;
        left: 0;
        top: 125px;
        background: #fff;
        width: 100%;
    }
    .slidecontent h3 {
        font-size: 22px;
    }
    h3.welcome-title {
        font-size: 21px;
        line-height: 30px;
    }
    .our-offer .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    h2.title {
        font-size: 24px;
    }
    section.after-banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.after-banner h2.title {
        margin-bottom: 15px;
    }
    section.our-projects {
        padding: 30px 0;
    }
    .our-projects .inner-projects ul .project-content-box .item div.project-content h2.project-title {
        font-size: 24px;
    }
    .inner-projects li {
        display: inline-block;
        padding-right: 5px;
        font-size: 16px;
        padding-left: 5px;
    }
    .testimonials-discripion {
        padding: 20px;
        border-radius: 0;
        text-align: center;
        max-width: 100%;
        margin: 0px auto;
        border-radius: 20px;
        /* color: #000; */
    }
    div.testimonial {
        padding-top: 0px;
    }
    .cke_top {
        border-bottom: 1px solid #0000008f;
    }
    .testimonials-discripion p {
        font-size: 16px;
    }
    .whychosse-content h4 {
        font-size: 18px;
        font-weight: 700;
    }
    h3.wcu-title {
        font-size: 30px;
        text-align: center;
    }
    section.choose {
        padding: 30px 0;
    }
    h2.tagline {
        font-size: 26px;
        line-height: 36px;
        text-transform: capitalize;
        max-width: 100%;
        margin: 0 auto 15px;
        font-weight: 900;
        letter-spacing: 1px;
    }
    section.features {
        padding: 40px 0;
    }
    section.hww {
        padding: 30px 0;
    }
    section.hww h2.title {
        margin-bottom: 25px;
    }
    section.our-offer {
        padding: 30px 0;
    }
    ul.extralink li {
        list-style: none;
        display: inline-block;
        padding-left: 5px;
    }
}

.img_bar img {
    width: 100%;
}

a img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

a:hover .image {
    opacity: 0.3;
}

a:hover .middle {
    opacity: 1;
}

.text {
    background-color: #1cbe0b;
    color: white;
    font-size: 32px;
    border-radius: 28px;
    width: 50px;
    height: 50px;
}

section.footer {
    margin-top: 0px;
    padding: 50px 0 0;
    color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #fff;
    background-position: center;
    background-attachment: fixed;
    box-shadow: 0 4px 16px rgb(42 209 24 / 46%);
}

/* img.logo_w {
    width: 13%;
    position: absolute;
    background: #1cbe0b;
    border-radius: 100%;
    right: 12px;
    top: -8px;
} */

img.logo_w {
    width: 38px;
    height: 38px;
    position: absolute;
    background: #1cbe0b;
    border-radius: 100%;
    right: 12px;
    top: -8px;
}

.woo_img_bar {
    position: absolute;
    background: #1cbe0b;
    border-radius: 100%;
    top: -8px;
    padding: 10px 4px 0px 4px;
    width: 38px;
    height: 38px;
}

.container.Portfolio_bar .col-sm-3 {
    margin: 27px 0px;
}

.larval_img_bar {
    position: absolute;
    background: #1cbe0b;
    border-radius: 100%;
    top: -8px;
    padding: 10px 4px 0px 4px;
    width: 38px;
    height: 38px;
    left: 12px;
}

.cheak_img {
    width: 12%;
    float: right;
}

.cheak_img img {
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    flex-basis: 77% !important;
}

ul#menu-footer-service-1 li a:before,
ul#menu-our-services li a:before {
    content: "\f101";
    font-size: 20px;
    padding-right: 8px;
    font: normal normal normal 20px/1 FontAwesome;
    color: #2b3652;
}

ul#menu-our-services li {
    width: 100%;
}

ul#menu-footer-service-1 li a:hover,
ul#menu-our-services li a:hover {
    color: #1cbe0b !important;
    padding-left: 20px;
    transition: 0.5s;
}

ul.slides li {
    list-style: none;
}

.right_column img {
    width: 100%;
}

section.banner.career_banner:before {
    background: rgb(255 255 255 / 50%) !important;
}

.left_column h2 {
    text-align: left;
    line-height: 50px;
}

section#experience {
    background-image: url(../image/team_delivers_bg.jpg);
    padding: 60px 0px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.exp_div h2,
.exp_div h6 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.reasons_card_root__3PRL- {
    background: #fff;
    margin-bottom: 30px;
    border-right: solid #ddd 1px;
    padding: 20px 15px 20px 15px;
    text-align: center;
}

.why_work_here_section h2.title {
    margin-bottom: 55px !important;
}

.reasons_card_root__3PRL- h3 {
    padding: 15px 0px;
    font-size: 25px;
}

.career-header {
    margin-top: 130px;
}

.left_column button.btn2 {
    background: #1cbe0b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 12px 45px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 50px;
    border: none;
}

.navbar-nav li a {
    font-size: 15px !important;
}

.menu-main-menu-container ul li a {
    padding: 0px 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}

.menu-main-menu-container {
    margin-right: 0px !important;
    background: none;
}

.menu-main-menu-container ul li {
    display: inline-block;
    margin-left: 10px;
}

.menu-main-menu-container ul {
    margin-bottom: 0px;
}

.menu-main-menu-container ul li a:hover {
    color: #1cbe0b;
}

.web_development {
    margin-top: 50px !important;
}

section.web_development-banner img {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

section.new-section-area.blue-gradiant-bg.float-area.box-content.supplement-box-content.scroll-box-area .row+.row {
    margin-top: 30px;
}

section.web_development-banner {
    margin-top: 100px;
}

.banner_bottom-hedding h2 {
    font-size: 30px;
    font-weight: 600;
}

section.new-section-area {
    margin-top: 40px;
}

.banner_bottom-hedding {
    background: #f4f4f4;
    padding: 20px 0px;
}

.game-left-text h3 {
    font-size: 30px;
    font-weight: 600;
}

.game-left-text p {
    font-size: 18px;
}

.getauote_area {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

.getauote_area h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #2b3652;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: solid #0000008f 1px;
    padding: 8px 8px;
    border-radius: 5px;
}

.form-group .send_button {
    width: 100%;
    background: #15bf03;
    border: none;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 10px;
}

.supplement-box-content {
    background: #f4f4f4;
    color: #000000;
    padding: 50px 0px;
}

.new-main-hedding p {
    font-size: 17px;
}

.new-main-hedding {
    text-align: center;
}

.new-main-hedding h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.supplement-box-content {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}

.supplement-box-content.scroll-box-area {
    background: #f4f4f4;
    border-top: none;
}

.supplement-box-content.scroll-box-area ul {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.supplement-box-content.scroll-box-area ul li {
    padding-left: 45px;
    list-style: none;
}

.supplement-box-content.scroll-box-area ul li p {
    font-size: 16px;
}

.supplement-box-content.scroll-box-area ul li h3 {
    font-weight: 600;
    font-size: 20px;
}

.check-content span {
    width: 100%;
    display: inline-block;
    position: relative;
}

.check-content span::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f00c";
    font-weight: 900;
    font-size: 12px;
    font: normal normal normal 16px/1 FontAwesome;
}

.check-content span a {
    color: #2b3652;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.check-content span {
    padding-left: 25px;
}

.check-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.graybg-none .color-box-text {
    background: #f6f6f6;
}

.color-box-text {
    display: table;
    background: #fff;
    width: 100%;
    vertical-align: middle;
    line-height: 20px;
    height: 70px;
    color: #404040;
    border-radius: 4px;
    border-left: 4px solid #cc052e;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 16px;
}

.darkgray-border {
    border-left: 4px solid #495261!important;
}

.blue-border {
    border-left: 4px solid #3584cd!important;
}

.yellow-border {
    border-left: 4px solid #efaa2e!important;
}

.green-border {
    border-left: 4px solid #289c57!important;
}

.color-box-text a {
    color: #1cbe0b;
    text-decoration: none;
}

.industries-icon-box.blue-gradiant-bg2 h3 a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.industries-icon-box.blue-gradiant-bg2 {
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 10px;
    background: #2b3652;
}

.float-area.scroll-box-area.graybg .col-5 {
    max-width: 20%;
}

section.new-section-area.float-area.scroll-box-area.graybg {
    background: #f6f6f6;
    padding: 50px 0px;
}

.industries-icon-box.blue-gradiant-bg2 i {
    color: #fff;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 40px;
}

section.new-section-area.float-area.scroll-box-area.graybg .row+.row {
    padding-top: 30px;
}

section.banner.inner-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 290px;
    background: rgba(0, 0, 0, 0.5);
    top: 60px;
    left: 0;
    bottom: 0;
}

.breadcrumb li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.breadcrumb {
    background-color: rgb(0 0 0 / 0%) !important;
}

.content-address h1,
h2,
h3 {
    font-size: 30px;
    font-weight: 900;
}

h1.ib-title {
    font-size: 30px;
    font-weight: 600;
}

.innerbanner-content {
    position: absolute;
    top: 50px !important;
    background: none !important;
}

.page ul.extralink li {
    padding-left: 20px;
}

.exp_div h2.h1 {
    font-weight: 800;
    font-size: 35px;
}

.section-title {
    width: 800px;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}

section#team {
    margin-top: 40px;
}

.section-title p {
    font-size: 16px;
    line-height: 26px;
}

.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #2b3652;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
    text-decoration: none;
    margin-right: 10px;
}

section#team {
    margin-bottom: 50px;
}

.breadcrumb .active a {
    color: #afafaf !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #f5f5f5;
}

.team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

.careers-section {
    margin: 80px 0px;
}

.careers-section .accordion-body ul li {
    list-style-type: none;
    margin: 10px 0px;
    font-size: 18px;
}

.careers-section .accordion-body ul li b {
    padding-right: 10px;
}


/*services page css start*/

.bg-green {
    background: #1cbe0b;
}

.text-green {
    color: #1cbe0b;
}

section.page_bg {
    position: relative;
    width: 100%;
    height: 80vh;
    background: #15bf03;
    background-blend-mode: multiply;
    background-position: center right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pagebread {
    border-left: 5px solid #1cbe0b;
    display: block;
    padding-left: 1rem;
}

.ssvice h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

.ssvice .card {
    background: linear-gradient(180deg, rgba(28, 190, 11, 0.40379901960784315) 0%, rgba(28, 190, 11, 0.266544) 100%);
}

.web_icon {
    background: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 0 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.ssvice .card-img-overlay {
    background: linear-gradient(45deg, black, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
}

.ssvice .web img.img-fluid.rounded-3 {
    height: 385px;
}

.webdt .col-sm-4 {
    padding: 0 15px 20px;
}

.sform.bg-dark {
    background-color: #15bf0324 !important;
}

.ssvice h2 {
    font-size: 30px;
    text-align: left;
    /* line-height: 50px; */
    color: #15bf03;
}

/* section.ssvice.ibn.py-5 {
    background: #ecfbea;
} */

section.whets {
    /* background: #d3f0d0; */
    color: #616161;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    padding: 30px 0;
    line-height: 1.7;
}

.web.card,
.web .img-area {
    height: 460px;
}

.web img {
    width: 100%;
    height: 100%;
}

.webdc {
    padding: 110px 0;
    background-color: #2b3652;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 10px;
}

.webdc .tex-sec h2 {
    font-size: 48px;
}

.webdc .img-sec {
    text-align: end;
}

.web-cont h4 {
    color: #15bf03;
    font-weight: 600;
    padding-bottom: 15px;
}

.web-cont {
    background: #15bf0329;
}

.web.card, .web .img-area.ibn {
    height: 385px;
}

.ssvice.ibn .col-sm-4 {
    margin-bottom: 15px;
}

.web-cont form {
    border: 2px solid #15bf03;
    padding: 30px 15px;
    background-color: #f7f7f7;
}

.web-cont form input {
    width: 100%;
    border: 1px solid #15bf03;
    padding: 5px;
    margin-top: 5px;
}

section.significant ol li:nth-child(3) .web_img img, 
section.significant ol li:nth-child(5) .web_img img, 
section.significant ol li:nth-child(8) .web_img img, 
section.significant ol li:nth-child(9) .web_img img{
    filter: brightness(1) invert(0);
}

.web-cont form select {
    width: 100%;
    padding: 8px;
    color: #b5aeae;
    margin-top: 5px;
    border: 1px solid #15bf03;
}

.web-cont form p {
    font-size: 18px;
}

.web-cont form textarea#fgh {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.web-cont form button {
    padding: 5px 30px;
    border: 1px solid #15bf03;
    color: white;
    background-color: #15bf03;
    border-radius: 3px;
}

li#menu-item-19:hover ul.sub-menu {
    display: block !important;
}

.mink img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    padding-top: 75px;
}

.more-side {
    position: relative;
}

.more-side .msv img{
    width: 100%;
    transition: 1s;
}

.more-side .msv img:hover {
    transform: scale(1.2);
    transition: 0.8s;
}


.more-side .heading h2 {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    color: #2b3652;
    padding: 0 0 20px;
}

.more-side .heading {
    position: relative !important;
    padding-bottom: 30px;
}

.more-side .heading h2:before {
    content: '';
    width: 80px;
    height: 3px;
    background: #15bf03;
    position: absolute;
    top: 0;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.more-side .msv img {
    border: 2px solid #15bf0330;
    padding: 10px;
    display: block;
}

.msv p {
    text-align: center;
    text-transform: capitalize;
}

.msv a h3 {
    color: #15bf03;
    text-align: center;
    text-transform: capitalize;
    /* padding: 15px 0; */
}

.more-side .msv .bnh{
    margin: 20px 0;
    overflow: hidden;
}

.more-side 
 button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -30px;
}

.more-side button.owl-prev span {
    font-size: 50px;
}

.logkt img {
    width: 100px;
}

.more-side button.owl-next {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.more-side button.owl-next span {
    font-size: 50px;
}

section.whets-le {
    /* background: #d3f0d0; */
    color: #616161;
    line-height: 1.7;
    font-size: 22px;
    margin: 0 0 20px 0;
}

.whets-le img {
    width: 100%;
}

/*services page css end*/


/*aboutus page css start*/

.welcome .giab h4 {
    color: #15bf03;
    font-weight: 600;
    padding-bottom: 15px;
}

.welcome .giab p {
    text-align: justify;
    font-size: 18px;
}

.welcome .welcomeimg-box .frontimg {
    margin-top: 30px;
    margin-left: 25px;
}

.welcome .backimg {
    right: 220px;
}

.pctab .featuresimg-box .frontimg {
    margin-top: 70px;
}

.pctab .featuresimg-box .backimg {
    top: 170px;
    right: 220px;
}

.pctab .hskt {
    padding: 20px 0;
}

.pctab .hskt h4 {
    color: #2b3652;
    font-weight: 600;
}

.pctab .hskt .opkl {
    padding: 15px 0;
}

.webdc .frontimg img {
    width: 70%;
}

.ssvice .inbn-cont p {
    font-size: 22px;
    line-height: 1.7;
    font-family: Poppins, sans-serif;
    color: #616161;
    text-align: justify !important;
}

.ssvice .text-right img {
    width: 100%;
}

.significant p {
    font-size: 22px;
    color: #2b3652;
    line-height: 1.7;
    text-align: justify !important;
    font-family: Poppins, sans-serif;
}


section.cotpaf.py-5.web-cont {
    background: none;
    text-align: justify;
}


/*careers page css start*/

.careers-section {
    margin: 0 0 20px 0px;
    background-color: #ecfbea;
    padding: 20px 0;
}

.cs-text span {
    color: #15bf03;
    font-size: 36px;
    font-weight: 600;
}

.cs-text h2 {
    font-size: 36px;
    text-transform: capitalize;
    color: #2b3652;
    font-weight: 400;
}

.carut .col-md-3.col-sm-2.col-12 {
    justify-content: center;
    display: flex;
    align-items: center;
}

.carut .img-text {
    text-align: center;
}

.cardel {
    padding: 50px 0;
    background-color: #ecfbea;
}

.cardel .maki {
    border: 1px solid #000;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.cardel a {
    background-color: #15bf03;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
}

select#sci {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.modal-content {
    border-radius: 20px;
}

.modal-content .wpcf7-form p {
    margin-bottom: 20px;
}

.migne {
    background-color: #ecfbea;
    width: 75%;
    margin: auto;
    border-radius: 20px;
}

.migne img {
    width: 60%;
}

.migne h5 a {
    color: #15bf03;
}

.migne a.btn {
    background-color: #15bf03;
    color: #fff;
    margin-top: 15px;
}


/*careers page css end*/


/*contes page css start*/

.cotpaf h2:after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #15bf03;
    display: block;
    margin: 8px 0 20px;
}

.webdc .tex-sec h2.nkd {
    font-size: 40px !important;
}

/*contect page css end*/


/*internship page css start*/

.seiet .webint {
    border: 1px solid #15bf03;
    padding: 15px;
    box-shadow: 5px 5px #15bf03;
    margin-bottom: 25px;
}

.seiet .webint h4 {
    color: #2b3652;
    font-weight: 600;
    padding-bottom: 10px;
}

#wpcf7-f466-o1 {
    margin-top: 23px;
}

.seiet .webint.sem {
    min-height: 238px;
}

.seiet .webint.sbd {
    min-height: 350px;
}

.web-cont .wpcf7-spinner {
    display: none !important;
}
section.significant ol {
    display: flex;
    list-style: none;
    justify-content: start;
    flex-wrap: wrap;
}

.whets span {
    color: #15bf03;
    font-style: italic;
    font-size: 24px;
}

section.significant ol li {
    width: 19%;
    margin-right: 13px;
    font-weight: 600;
}
section.significant ol li:nth-child(5n) {
    margin-right: 0px !important;
}
.web_img {
    padding-bottom: 10px;
}



/*internship page css end*/

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    ul.extralink {
        margin-left: 10px;
    }
    .welcome h1.welcome-title {
        font-size: 1.6rem;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .menu-main-menu-container ul li {
        margin-left: 0.5rem;
    }
    h1.welcome-title {
        font-size: 2rem;
    }
    .offerinner-coll h3.offer-title {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .offerinner-coll {
        min-height: 375px !important;
    }
    section.our-offer {
        padding: 40px 0;
    }
    a.viewmore_btn {
        margin-bottom: 0px;
        margin-top: 25px;
    }
    section.welcome {
        padding: 40px 0 15px;
    }
    section.significant ol li {
        width: 18%;
        margin-right: 22px;
        font-weight: 600;
        min-height: 130px !important;
    }
    section.more-side {
        padding: 10px 0 30px 0 !important;
    }
}

@media (max-width: 991px) {
    .welcome .backimg {
        right: 150px;
    }
    .owl-nav {
        display: none;
    }
    .owl-dots {
        display: none;
    }
    section.banner {
        padding: 120px 0 30px;
    }
    section.welcome {
        padding: 30px 0;
    }
    section.our-offer {
        padding: 30px 0;
    }
    a.viewmore_btn {
        margin-bottom: 0px;
        margin-top: 25px;
    }
    .offerinner-coll {
        min-height: 350px;
    }
    section.hww h2.title {
        margin-bottom: 30px;
    }
    .featuresimg-box .backimg {
        right: 150px;
    }
    section.hww {
        padding: 19px 0;
    }
    section.pctab.py-5 {
        padding: 20px 0 !important;
    }
    section.after-banner {
        padding-top: 25px;
    }
    ul.navbar-nav.ml-auto {
        align-items: center;
        background: #15bf0330;
    }
    .menu-main-menu-container ul li {
        margin: 0;
        padding: 10px 0;
    }
    li#menu-item-21 {
        padding-top: 20px;
    }
    li#menu-item-16 {
        padding-bottom: 20px;
    }
    div#navbar-content {
        top: 70px;
    }
    .reliable_link .see_our {
        font-size: 15px;
    }
    .reliable_link .let_talk {
        font-size: 15px;
    }
    .web_section {
        background-size: auto;
    }
    .ssvice .col-md-7 {
        max-width: 100% ;
        flex: 0 0 100% ;
    }
    .ssvice h2 {
        font-size: 22px;
        line-height: normal;
    }
    .ssvice .inbn-cont p {
        font-size: 18px;
    }
    section.significant ol li {
        width: 18%;
        margin-right: 16px;
        min-height: 120px !important;
        font-weight: 600;
    }
    section.whets {
        font-size: 20px;
    }
    .whets span {
        font-size: 20px;
    }
    section.more-side.py-5 {
        padding: 0 0 20px !important;
    }
}

@media (max-width: 767px) {
    .menu-main-menu-container ul li {
        margin: 0;
        padding: 10px 0;
    }
    li#menu-item-21 {
        padding-top: 15px;
    }
    li#menu-item-16 {
        padding-bottom: 20px;
    }
    div#navbar-content {
        top: 98px;
    }
    .web_section {
        height: 75vh;
        background-size: auto;
    }
    .tex-sec  h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .reliable_link .see_our {
        padding: 10px 15px;
        font-size: 14px;
    }
    .reliable_link .let_talk {
        padding: 10px 15px;
        font-size: 14px;
        margin-right: 10px;
    }
    .ssvice .inbn-cont p {
        font-size: 18px;
        line-height: 1.5;
    }
    section.significant ol li {
        width: 100%;
        margin-right: 0px;
        min-height: 115px !important;
    }
    .significant p {
        font-size: 18px;
        line-height: 1.5;
    }
    section.whets {
        font-size: 18px;
        line-height: 1.5;
    }
    .whets span {
        font-size: 18px;
    }
    .more-side .heading h2 {
        font-size: 25px;
        padding: 0 0 0px;
    }
    section.more-side {
        padding: 0 0 1.5rem 0 !important;
    }

    a.qlwapp-toggle span.qlwapp-text {
        display: none;
    }
    #qlwapp.qlwapp-button .qlwapp-toggle {
        height: 46px;
        white-space: nowrap;
        padding: 4px 15px;
    }
    a.qlwapp-toggle i.qlwapp-icon.qlwapp-whatsapp-icon {
        margin: 0 !important;
    }
    #qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
        margin: 0px 0 65px 0;
    }
    .ssvice h2 {
        font-size: 22px;
        line-height: normal;
    }
    section.banner.inner-banner {
        padding: 117px 0 0;
    }
    section.banner.inner-banner:before {
        height: 170px;
    }
    .innerbanner-content {
        top: 47px !important;
    }
    h1.ib-title {
        font-size: 24px;
        line-height: 0;
    }
    section.Portfolio_box.mt-5.mb-5 {
        margin-top: 10px !important;
    }
    .navbar .navbar-nav .nav-link {
        padding: 5px 17px;
        color: #fff;
        font-weight: 600;
    }
    .navbar .navbar-nav .nav-link span {
        font-size: 18px;
    }
    nav.navbar.pb-1.d-sm-none.d-block.fixed-bottom {
        background-color: #15bf03;
    }
    .welcome .welcomeimg-box .frontimg {
        margin-left: 0px !important;
    }
    .webdc .tex-sec h2 {
        font-size: 36px;
        padding-top: 20px;
    }
    .webdc .img-sec {
        text-align: center;
        width: 71%;
        margin: auto;
    }
    .gjh .heading h2 {
        text-transform: uppercase;
        margin-bottom: 0;
    }
    section.pctab.py-5 {
        padding: 16px 0 !important;
    }
    div.brands {
        margin-top: 0px;
    }
    section.banner {
        padding: 120px 0 30px;
    }
    a.sliderbtn {
        margin-top: 0px;
    }
    section.welcome {
        padding: 20px 0;
    }
    a.viewmore_btn {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    section.testimonials {
        padding: 30px 0;
    }
}



