    *,
html {
    padding: 0;
    margin: 0
}

html {
    box-sizing: border-box
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    overflow-x: hidden;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

a {
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: inherit
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: 0;
    text-decoration: none
}

a:hover,
a:focus {
    color: inherit
}
.cus-header{
    padding: 10px 0px;
}
.cus-header .cus-navbar{
    padding: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    transition: all 0.3s ease;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    padding: 20px 10px;
    line-height: 18px;
}
.navbar-expand-lg .navbar-nav .nav-item{
    line-height: auto;
}
.navbar-expand-lg .navbar-nav .nav-link.contact-link{
    background: #4bb102;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #4bb102;
}
.navbar-expand-lg .navbar-nav .nav-link.contact-link:hover{
    color: #4bb102;
    background: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #000;
}
.navbar-nav .dropdown-menu{
    background: #444;
}
.navbar-nav .dropdown-menu a{
    font-size: 14px;
    color: #fff;
}
.navbar-nav .dropdown-menu a:hover{
    background: #429d00;
    color: #fff;
}
.navbar-nav .dropdown-menu a:hover:before{
    background: url("../images/arrow_on.png") no-repeat;
    left: 10px;
}
.navbar-expand-lg .navbar-nav {
    margin-right: -10px;
}
.megamenu-li {
    position: static;
}
.megamenu-li .megamenu a{
    position: relative;
}

.megamenu-li .megamenu .content-writing{
    margin-top: 20px;
}
.megamenu-li .megamenu h5{
    font-size: 14px;
    background: #429d00;
    color: #fff;
    padding: 10px 22px;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}




/*Home Page */
.home-banner-section{
    position: relative;
}
.banner-carousel-wrapper .slide > img{
    height: 700px;
    object-fit: cover;
    width: 100%;
    left: -2px;
    position: relative;
}
.banner-carousel-wrapper .slide{
    position: relative;
}
.banner-text-wrapper{
    width: 60%;
}
.banner-carousel-wrapper .slide .container{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    right: 0;
}
.banner-text-wrapper h1{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
	margin-bottom:15px;
}
.banner-text-wrapper h1 span{
    display: block;
    font-weight: 300;
    color: #4bb102;
    font-size: 45px;
    padding-bottom: 20px;
}
.banner-text-wrapper h2{
    display: block;
    font-weight: 300;
    color: #4bb102;
    font-size: 45px;
    padding-bottom: 20px;
}
.btn-style{
    display: inline-block;
    padding: 10px 60px 10px 30px;
    background: #4bb102;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
.btn-style span{
    color: #fff;
}
.btn-style:before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #3e8e05;
    transition: all 0.3s ease;
    z-index: 0;
}
.btn-style span{
    position: relative;
    z-index: 1;
}
.btn-style img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    max-width: 30px;
}
.btn-style:hover:before{
    width: 100%;
}
.btn-style:hover span{
    color: #fff;
}
.btn-style:hover img{
    right: 10px;
}
#banner-carousel .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 50px;
}
.sec-pad{
    padding: 70px 0px;
}
.business-form-section{
    background: url(../images/gray-line-bg.jpg) no-repeat;
    background-size: cover;
}
.business-form-section .title h2 br{
    display: none;
}
.title h2{
    font-size: 30px;
    color: #333;
    line-height: 46px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.title h2:before{
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #4bb102;
    bottom: 0;
    left: 0;
}
.anytime-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.anytime-grid{
    padding: 0px 15px;
    margin-bottom: 30px;
}
ul, ol{
    padding-left: 15px;
}
p, li{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
}
.anytime-grid h3{
    font-size: 20px;
    color: #333;
    line-height: 28px;
    font-weight: 600;
}
.anytime-grid img{
    margin-bottom: 20px;
}
.team-form-col {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.contact-form-section .team-form-col{
    margin-top: 0 !important;
}
.contact-form-section .container >.row{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    background: #fff;
}
.team-form-wrapper{
    padding: 30px;
    background: #fff;
}
 .form-control{
    outline: none;
    border: none;
    background: #f7f7f7;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
}
 .form-control::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.form-btn input{
    border: none;
    position: relative;
    z-index: 1;
    background: transparent;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.form-btn{
    position: relative;
    display: inline-block;
    padding: 10px 60px 10px 30px;
    background: #4bb102;
}
.form-btn:hover:before{
    width: 100%;
}
.form-btn:hover span{
    right: 10px;
}
.form-btn:before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #3e8e05;
    transition: all 0.3s ease;
    z-index: 0;
    cursor: pointer;
}
.form-btn span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.3s ease;
}
.business-cta{
    padding: 20px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.business-cta p{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.anytime-wrapper .row [class*="col-"]:first-child .anytime-grid{
    padding-left: 0;
}
.anytime-wrapper .row [class*="col-"]:nth-child(3) .anytime-grid{
    padding-left: 0;
}
.outsource-anything-section{
    position: relative;
}
/*.outsource-anything-section:before{
    position: absolute;
    content: '';
    width: 50%;
    top: 90px;
    height: calc(100% - 180px);
    background: url(../images/outsource-left.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
}*/
.outsource-img-wrapper{
    height: 100%;
}
.outsource-img-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.outsource-anything-wrap{
    padding-left: 30px;
}
.outsource-anything-wrap h4{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    color: #333;
}
.outsource-anything-wrap ul{
    margin-bottom: 30px;
}
.outsource-anything-wrap ul li{
    padding-left: 50px;
    position: relative;
}
.outsource-anything-wrap ul li span{
    font-size: 50px;
    color: #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 50px;
    opacity: 0.05;
    position: absolute;
    font-weight: 800;
}
.founder-section{
    background: url(../images/founders-bg.jpg) no-repeat;
    background-size: cover;
}
.founder-section.sec-pad{
    padding: 50px 0px;
}
.founder-section .title{
    width: 50%;
    margin: 0 auto;
}
.founder-section .title h2:before{
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    background: #fff;
}
.founder-section .title h2, .founder-section p{
    color: #fff;
}
.founders-text{
    width: 30%;
    margin: 20px auto 30px; 
}
.founders-text p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.founders-text img{
    max-width: 60px;
    margin: 0 auto 20px;
}
.owl-carousel button.owl-dot span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 0px 2px;
}
.owl-carousel button.owl-dot.active span{
    background: #4bb102;
}
.owl-carousel button.owl-dot{
    border: none;
    outline: none;
}
.owl-carousel .owl-dots{
    text-align: center;
}
.title-wrap-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.team-section.sec-pad{
    padding-top: 0;
}
.team-section .team-title-content{
    width: 40%;
    margin-bottom: 30px;
}
.carousel-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    margin: 0px 3px;
    cursor: pointer;
}
.carousel-btn a:hover{
    border-color: #4bb102;
}
.carousel-btn a img{
    object-fit: contain;
}
.founder-sec .team-wrap .text-wrap{
    width: 80%;
}
.founder-sec .team-wrap .text-wrap img{
    max-width: 50px;
    object-fit: contain;
}
.carousel-btn{
    display: flex;
    align-items: center;
}
.team-wrap{
    position: relative;
    overflow: hidden;
}
.team-wrap img{
    border-radius: 20px;
}
.team-wrap a > img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team-wrap .text-wrap{
    position: absolute;
    bottom: 30px;
    left: 30px;
    transition: all 0.3s ease;
    width: 50%;
}
.team-wrap .text-wrap img{
    max-width: 40px;
    border-radius: 0;
    margin-bottom: 10px;
}
.team-wrap .text-wrap p{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}

.team-wrap .text-wrap .btn-style {
    padding: 10px 40px 10px 10px;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    opacity: 0;
}
.team-wrap:hover .text-wrap .btn-style{
    opacity: 1;
}
.team-wrap:hover .text-wrap{
    bottom: 50px;
}
.team-wrap .text-wrap .btn-style img{
    max-width: 18px;
    right: 15px;
}
.team-wrap .text-wrap .btn-style:hover img{
    right: 10px;
}
#team-carousel .owl-nav{
    display: none;
}
.growth-section{
    background: #f7f7f7;
    text-align: center;
}
.text-center.title h2:before{
    left: 50%;
    transform: translateX(-50%);
}
.growth-section p{
    margin-bottom: 30px;
}
.growth-wrapper{
    padding: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    transition: all 0.3s ease;
    height: 100%;
}
.growth-wrapper img{
    margin-bottom: 30px;
}
.growth-wrapper:hover{
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.growth-section .center-btn{
    padding-top: 40px;
}
.cta-section{
    background: url(../images/cta-bg.jpg)no-repeat;
    background-size: cover;
}
.cta-section h2{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.cta-contact{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cta-contact a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    line-height: 26px;
}
.cta-contact a:last-child{
    font-weight: 400;
}
.cta-contact a:hover{
    color: #4bb102;
}
.cta-btn{
    text-align: center;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-section {
    background: url(../images/video-section-bg.jpg) no-repeat;
    background-size: cover;
}
.latest-wrapper{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
#latest-news-carousel .item{
    padding: 15px;
}
.latest-wrapper a > p{
    font-size: 12px;
    margin: 0;
    padding: 10px;
    line-height: 12px;
}
.latest-wrapper a .img-wrap{
    position: relative;
}
.latest-wrapper a:hover .img-wrap p{
    bottom: 15px;
}
.latest-wrapper a .img-wrap p{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    background: #4bb102;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    color: #fff;
    transition: all 0.3s ease;
}
.news-content{
    padding: 20px;
}
.news-content h4{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-content p{
    margin-bottom: 0;
}
.news-carousel-wrapper .owl-carousel button.owl-dot span{
    background: #4d4d4c;
}
.news-carousel-wrapper .owl-carousel .owl-dots .owl-dot.active span{
    background: #4bb102;
}
.news-carousel-wrapper .owl-carousel .owl-dots{
    margin-top: 20px;
}
.footer{
    background: #4d4e4c;
    padding: 50px 0px 0px;
}
.company-wrapper p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.company-wrapper h2{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-top: 50px;
}
.contact-address h4{
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}
.contact-address p{
    color: #fff;
    font-size: 16px;
}
.contact-info{
    text-align: center;
}
.contact-info .btn-style span{
    color: #333;
}
.contact-info .btn-style:hover span{
    color: #fff;
}
.contact-info a:not(.btn-style){
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 2px 0px; 
}
.contact-info a:not(.btn-style):nth-child(2){
        font-weight: 500;
        font-size: 20px;
}
.contact-info a:not(.btn-style):hover{
    color: #4bb102;
}
.contact-info a.btn-style{
    margin-top: 15px;
    background: #fff;
    color: #4d4e4c;
}
.contact-info a.btn-style img{
    filter: brightness(0.2);
}
.contact-info a.btn-style:hover img{
    filter: brightness(1);
}
.footer .container:last-child {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    padding: 15px;
}
.social-icons{
    text-align: right;
}
.social-icons ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.social-icons ul li a{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.social-icons ul li a:hover{
    color: #4bb102;
    border-color: #4bb102;
}
.footer .container:last-child p{
    font-size: 16px;
    margin: 0;
    color: #fff;
}
.footer ul{
    margin: 0;
}
.contact-address{
    padding-left: 50px;
}
form .error{
    font-size: 10px;
    color: red;
    margin-bottom: 0;
    line-height: 10px;
}
.success-msg{
    margin: 10px;
    text-align: center;
}
.success-msg p{
    font-size: 12px;
    margin: 0;
    color: #fff;
    background: #3e8e05;
}
.modal-header .close{
    outline: none;
}


/*About page */
.inner-banner-section{
    background: url(../images/about-us_v1.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.business-intelligence-banner{
    background: url(../images/business-intelligence-banner.jpg) no-repeat;
    background-size: cover;
}
.database-management-banner{
     background: url(../images/database-management-1.jpg) no-repeat;
    background-size: cover;
    
}
.inner-banner-text h1{
    font-size: 50px;
    text-align: center;
    color: #4bb102;
    font-weight: 300;
}
.w-65{
    width: 65%;
}
.about-content-with-img-section{
    position: relative;
}
.about-content-with-img-sectionimg{
    position: relative;
    z-index: 0;
}
.about-content-with-img-section .about-content, .overlap-wrapper {
    padding: 30px;
    background: #f7f7f7;
    position: relative;
    z-index: 1;
    margin: -150px 30px 0px;
}
.services-section{
    background: url(../images/gray-line-bg.jpg) no-repeat;
    background-size: cover;
}
.service-grid h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #4bb102;
}
.service-grid .btn-text{
    font-weight: 600;
    font-size: 16px;
}
.service-grid .btn-text:hover{
    color: #4bb102;   
}
.services-carousel-wrapper .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}
.contact-wrap a {
    padding: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
}
.contact-wrap a:hover {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}
.contact-wrap a img {
    margin-bottom: 15px;
    max-width: 40px;
}
.contact-wrap a h4{
    font-size: 20px;
    line-height: 30px;
    color: #3d9002;
}
.title h2 span{
    color: #3d9002;
}

/*SEO */
.seo-about-section .w-65{
    width: 80%;
}
.seo-banner{
    background: url(../images/seo-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.title-with-sm h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 14px;
}
.title-with-sm span{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #4bb102;
}
.seo-content h4{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}
.overlap-wrapper ul li{
    padding: 4px 0px;
}
.other-services-section ul{
    columns: 3;
    column-count: 3;
    column-gap: 30px;
}
.other-services-section ul li{
    padding: 4px 0px;
}
.other-services-section ul li strong{
    font-weight: 500;
    color: #333;
}
.other-services-section ul li a:hover{
    color: #4bb102;
}
.smm-banner{
    background: url(../images/social-media-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.modal.show{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.modal .modal-dialog{
    width: 50%;
    max-width: 50%;
}
.modalform .form-control{
    background: #f7f7f7;
    padding: 10px;
    border: none;
    color: #333;
    font-size: 14px;
    outline: none;
}
.modalform .form-control::placeholder{
    font-size: 14px;
    font-weight: 400;
}
.modal-header .title-with-sm h2{
    margin: 0;
}
.email-marketing-banner{
    background: url(../images/email-campaign-management-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.stratergy-section .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.stratergy-section .title h2{
    width: 50%;
}
.stratergy-section .title p{
    width: 40%;
}
.stratergy-section .title p strong{
    display: block;
    color: #4bb102;
}

.stratergy-wrapper h4{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 32px;
}
.stratergy-wrapper{
    padding: 20px;
    background: #f7f7f7;
    height: 100%;
}
.stratergy-wrapper span{
    font-size: 15px;
    font-weight: 500;
    color: #4bb102;
}
.contact-img-wrapper {
    height: 100%;
}
.contact-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.event-promotions-banner{
    background: url(../images/even-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.market-research-banner{
    background: url(../images/market-research-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.unlock-potential-banner{
    background: url(../images/unlock-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.prospect-intelligence-banner{
    background: url(../images/prospect-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.payper-click-banner{
    background: url(../images/pay-per-click.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.telemarketing-marketing-banner{
    background: url(../images/telemarketing-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;   
}
.link-building-banner{
    background: url(../images/link-building.jpg) no-repeat;
    background-size: cover;
    background-position: right; 
}
.lead-management-banner{
    background: url(../images/lead-management-1.jpg) no-repeat;
    background-size: cover;
    background-position: center; 
}
.software-development-banner{
    background: url(../images/software-services-1.jpg) no-repeat;
    background-size: cover;
    background-position: center; 
}
.checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
}
.checkbox-wrap label{
    font-size: 16px;
}
.check-wrap{
    padding: 10px;
    margin-left: -10px;
}
.checkbox-wrap > label{
    width: 100%;
}
.contact-info-wrapper ul li a{
    display: block;
    font-weight: 600;
    padding-left: 0px;
}
.contact-info-wrapper  a:hover{
    color: #4bb102;
}
.contact-info-wrapper  a span{
    display: inline-block;
    padding-left: 15px;
}
.contact-info-wrapper  a:hover span{
    color: #333;
}
.contact-form-wrapper h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.hire-wrapper{
    padding-top: 60px;
}
.hire-wrap{
    height: 100%;
}
.hire-wrap a{
    display: flex;
    font-size: 18px;
    font-weight: 600;
    padding: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}
.hire-wrap a:hover{
    background: #4bb102;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 1px solid transparent;
}
.hire-wrapper .title{
    padding-bottom: 20px;
}
.testimonial-wrap{
    padding: 30px;
    border: 2px solid #eee;
}
.testimonial-wrap p{
    font-size: 18px;
    font-style: italic;
}
.testimonial-wrap h4{
    font-size: 20px;
    color: #4bb102;
    margin: 0;
    font-weight: 600;
    padding-top: 15px;
}
.testimonial-wrap h4 span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.testimonial-section .title{
    padding-bottom: 20px;
}
.unlock-right-img img{
    max-height: 375px;
    width: 100%;
    object-fit: cover;
}
.unlock-content{
    padding-bottom: 30px;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: calc(100% - 10px);
    }
    .navbar-expand-lg .navbar-nav .nav-link.contact-link {
        top: 8px;
        position: relative;
    }
}

@media(max-width: 1199px){
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 14px;
    }
    .navbar-nav .dropdown-menu a{
        font-size: 14px;
    }
    .banner-text-wrapper h1 {
        font-size: 50px;
    }
    .banner-text-wrapper h1 span{
        font-size: 40px;
    }
    .title h2{
        font-size: 25px;
        line-height: 40px;
    }
    p, li{
        font-size: 15px;
        line-height: 28px;
    }
    .anytime-grid h3{
        font-size: 18px;
    }
    .business-cta p{
        font-size: 16px;
    }
    .outsource-anything-wrap h4{
        font-size: 16px;
    }
    .contact-address p{
        font-size: 15px;
    }
    .contact-address{
        padding-left: 15px;
    }
    .footer .container:last-child p{
        font-size: 12px;
    }
    .inner-banner-section{
        height: 300px;
    }
    .contact-wrap, .contact-wrap a{
        height: 100%;
    }
}
@media(max-width: 991px){
    .navbar-toggler:not(:disabled):not(.disabled){
        outline: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px;
    }
    .banner-text-wrapper h1 {
        font-size: 40px;
    }
    .form-btn input{
        font-size: 12px;
    }
    .btn-style{
        font-size: 14px;
        padding: 10px 50px 10px 20px;
    }
    .btn-style img{
        max-width: 20px;
        object-fit: contain;
    }
    .business-cta p{
        width: 50%;
    }
    .cta-section h2 {
        font-size: 24px;
    }

    .news-content h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .company-wrapper h2{
        margin-top: 15px;
    }
    .contact-address {
        padding-left: 0px;
    }
    .contact-info a:not(.btn-style):nth-child(2){
        font-size: 14px;
    }
    .team-wrap .text-wrap{
        width: 80%;
    }
    .contact-wrap a {
        padding: 15px;
    }
    .contact-wrap a h4 {
        font-size: 16px;
    }
    .w-65{
        width: 80%;
    }
    .title-with-sm h2 {
        font-size: 20px;
    }
    .seo-content h4 {
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-right: 0;
    }
    .founder-sec .team-wrap .text-wrap {
        bottom: 15px;
        left: 15px;
        transition: all 0.3s ease;
        width: 90%;
    }
    .founder-sec .team-wrap:hover .text-wrap{
        bottom: 50px;
    }
    .team-wrap .text-wrap p{
        font-size: 16px;
    }
    .founder-sec .team-wrap .text-wrap img{
        max-width: 30px;
        object-position: bottom;
    }
    .team-section .team-title-content{
        width: 80%;
    }
    .outsource-anything-wrap {
        padding-left: 0;
    }
    .unlock-right-img img, .unlock-right-img{
        height: 100%;
        max-height: 100%;
    }
    .stratergy-section .title h2, .stratergy-section .title p{
        width: 100%;
    }
    .team-wrap a > img{
        width: 100%;
    }
    .founder-sec  .team-wrap .text-wrap .btn-style img{
        max-width: 18px;
        margin: 0;
        object-fit: contain;
        object-position: center;
    }
}
@media(max-width: 767px){
    .banner-text-wrapper {
        width: 100%;
    }
    .banner-text-wrapper h1, .banner-text-wrapper h1 span {
        font-size: 30px;
    }
    .banner-carousel-wrapper .slide > img{
        height: 500px;
    }
    .team-form-col {
        margin-top: 40px;
    }
    .sec-pad {
        padding: 40px 0px;
    }
    .anytime-grid{
        padding: 0 !important;
    }
    .business-cta p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .business-cta{
        justify-content: center;
    }
    .outsource-anything-section:before{
        display: none;
    }
    .outsource-anything-wrap {
        padding-left: 0;
    }
    .founder-section .title {
        width: 100%;
        margin: 0 auto;
    }
    .founders-text {
        width: 100%;
    }
    .team-section .team-title-content {
        width: 100%;
    }
    .carousel-btn{
        margin-bottom: 30px;
    }
    .growth-wrapper{
        margin-bottom: 30px;
    }
    .growth-wrapper p{
        margin-bottom: 0;
    }
    .cta-section h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .cta-contact{
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .news-carousel-wrapper{
        margin-top: 30px;
    }
    .company-wrapper h2 {
        font-size: 25px;
    }
    .company-wrapper p{
        font-size: 16px;
    }
    .contact-address{
        margin-top: 30px;
        text-align: center;
    }
    .contact-address h4{
        font-size: 18px;
    }
    .company-wrapper{
        text-align: center;
    }
    .contact-info{
        margin-top: 15px;
    }
    .social-icons{
        text-align: center;
        margin-top: 10px;
    }
    .social-icons ul{
        justify-content: center;
    }
    
    .team-carousel-wrapper{
        padding-right: 15px;
    }
    .about-content-with-img-section .about-content, .overlap-wrapper{
        margin: 30px 0px 0px;
    }
    .contact-section .row [class*="col"]{
        margin-bottom: 20px;
    }
    .inner-banner-text h1{
        font-size: 30px;
    }
    .w-65 {
        width: 100% !important;
    }
    .other-services-section ul {
        columns: 2;
        column-count: 2;
    }
    form.team .form-group, .modalform .form-group{
        margin-bottom: 0;
    }
    form.team .form-control,  .modalform .form-control{
        margin-bottom: 15px;
    }
    .outsource-anything-section .title{
        margin-top:  30px;
    }
    .modal .modal-dialog {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    .founder-sec .team-wrap{
        margin-bottom: 30px;
    }
    .growth-section .col-md-4{
        margin-bottom: 30px;
    }
    .contact-form-wrapper .form-control{
        margin-bottom: 15px;
    }
    .contact-form-wrapper .form-group{
        margin-bottom: 0px;
    }
    .contact-info-wrapper{
        margin-bottom: 30px;
    }
    .hire-wrapper [class*="col"]{
        margin-bottom: 30px;
    }
    .testimonial-section [class*="col"]{
        margin-bottom: 30px;
    }
    .stratergy-section .row [class*="col"]{
        margin-bottom: 30px;
    }
}
@media(max-width: 575px){
    .other-services-section ul {
        columns: 1;
        column-count: 1;
        column-gap: 0;
    }   
}
.full-width{width:100% !important;}
.green-bg{background:#27af0d; padding:10px; margin-bottom:20px;}
.green-bg span{color:#fff;}
.green-bg h4{color:#fff; margin-bottom:0px;}
.white-br-bottom{border-bottom:2px solid #ffffff;}
.input-container span{font-size:13px;}
.input-container p{font-size:14px; font-weight:bold;}