
body{
	margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    overflow-x: hidden!important;
    letter-spacing: .3px;
    /* font-family: Roboto,Helvetica Neue,sans-serif; */
    font-family: 'DM Sans', sans-serif;
    color: rgba(0,0,0,.7);
    position: relative;
    /*background: #FAFAFB;*/
}
html, body {
    scroll-behavior: smooth;
  }
.sec_pad{
    padding-bottom: 6rem;
}
.sec_pad_top{
    padding-top: 6rem;
}
a{
    text-decoration: none;
    color: #000000b3;
}
a:hover{
   color: #293545; 
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #42beb5;
}
.sec_bg{
    /*background: #e3fdf8;*/
    background: #c4fff4;
    padding-bottom: 3rem;
}
.sec_bg2{
    background: #fde1e0;
    padding-bottom: 3rem;
    position: relative;
}
.bg_primary{
    background: #293545;
}
.outof{
    margin-top: -110px;
}

.text-small{
    font-size: 16px;
    line-height: 24px;
}
.btn-primary{
    background-color: #293545;
    border-color: #293545;
}
.btn-primary:hover {
    background-color: #42beb5;
    border-color: #42beb5;
}
.btn{
    padding: .5rem .75rem;
    font-size: 20px;
}
.btn i.fa{
    transition: all 0.5s ease;
}
.btn:hover i.fa{
    padding-left: 2rem !important;
    transition: all 0.5s ease;
}


/*Navbar start*/
.navbar{
	position: fixed;
    width: 100%;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0 !important;
    transition: padding .3s linear;
    -webkit-transition: padding .3s linear;
    z-index: 999;
}
.navbar-brand{
    padding: 0;
    margin-right: 16rem;
}
.navbar .container{
	padding: 0;
}
.navbar.navbar_fixed{
	padding: 10px 0 !important;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    background: #fff;
}
.navbar-light .navbar-nav .nav-link{
	display: flex;
    align-items: center;
    color: #fff;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.dm_nav .navbar-nav .nav-link{
    color: #293545;
}
.navbar_fixed.navbar-light .navbar-nav .nav-link {
    color: #293545;
}
.btn-primary.focus, .btn-primary:focus{
    box-shadow: none;
}
.navbar-brand img{
    max-width: 185px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.top_logo{
    display: block;
}
.navbar.navbar_fixed .top_logo{
    display: none;
}
.scroll_logo{
    display: none;
}
.navbar.navbar_fixed .scroll_logo{
    display: block;
}
.navbar.navbar_fixed .navbar-brand img{
    max-width: 150px;
}
.navbar button img{
    max-width: 38px;
    /*padding-right: 10px;*/
}
.btn_shadow_one{
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 6px 10px 0px rgba(0,0,0,0.14), 0px 1px 18px 0px rgba(0,0,0,0.12);
}
.navbar .btn-outline-success{
    color: rgba(255, 255, 255, 1);
    background-color: #293545;
    border: 2px solid #293545;
    width: auto;
    height: 40px;
    padding: 0 16px;
    min-width: 40px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}
.navbar .btn-outline-success:hover{
    background-color: #42beb5;
    border: 2px solid #293545;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);*/
    box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);*/
    box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #42beb5;
    border-color: #42beb5;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,1);
    border-color: transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(66, 190, 181);
}

.navbar-light.nav_bg_trans .navbar-nav .nav-link{
    color: #293545;
}
/*Navbar end*/

/*Banner start*/
.banner_sec .banner_img_div{
	display: flex;
	justify-content: center;
}
.banner_sec .row img{
	/*width: 100%;
	height: auto;
	max-width: 65%;*/
}
.banner_sec{
	/*padding: 180px 0!important;*/
    overflow: hidden;
    /*height: 100vh;*/
    /* background: linear-gradient(180deg, #FEF7E2 0%, #EEEEFD 100%); */
    /*background: linear-gradient(134.74deg, #FAE7E4 0%, #D6FFFC 100%);*/
    /*background: linear-gradient(to right, #293545 60% , #42beb5 40%);*/
    background: linear-gradient(to right, rgba(41, 53, 69, 0.5) 60% , rgba(66, 190, 181, 0.5) 40%), url(../images/about-us/page_bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 6rem;
    position: relative;
}
.business-dev-banner{
    background: url(../images/modal_bg.png), #ffadaa;
    background-size: cover;
}
.banner_sec.web_development_banner{
    /*background: linear-gradient(134.74deg, #293545 0%, #42beb5 100%);*/
    background: url(../images/webdev/bg-header-app.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.banner_sec.app_development_banner{
    background: linear-gradient(269.97deg, rgba(201, 176, 250, 0.354115) 0.01%, rgba(157, 110, 250, 0.664409) 30.73%, #6E26FA 99.47%), #9F6EFE;
    background-size: cover;
}
.banner_sec.spm_banner{
    background: url(../images/spm/spm-bg.png) no-repeat;
    background-size: cover;
    background: linear-gradient(to right, #293545 60%, #42beb5 40%) !important;
    height: 100vh;
}
.banner_sec.spm_banner h2{
    color: #fff;
}
.banner_sec.digital_marketing_banner{
    background: url(../images/digmarketing/digital-marketing-bg.svg);
    background-position-x: 50%;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_sec.graphic_banner{
    background: url(../images/graphicdesign/graphic-design-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin-bottom: 0;
}
.banner_sec.app_development_banner:before, .banner_sec.web_development_banner:before {
    position: absolute;
    content: "";
    /*background: url(../images/bg-shape.svg);*/
    top: 20px;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
}
.curve {
    position: relative;
    bottom: -12px;
}
.curve svg {
    fill: #fff;
    pointer-events: none;
    vertical-align: baseline;
}
.banner_sec .banner_height{
    height: 100vh;
}
.banner_sec .banner_height.services_banner{
    height: calc(100vh + 90px);
}
/*.banner_bg_left{
    background-color: #293545;
    min-height: 100vh;
}
.banner_bg_right{
    background-color: #42beb5;
    min-height: 100vh;
}
.banner_right, .banner_left{

}*/
.banner_sec h2, .head{
	color: #293545;
    margin: 0 0 24px;
    font-size: 55px;
    line-height: 68px;
    font-weight: 700;
    /* text-shadow: 0 4px 4px rgba(0,0,0,.22); */
}

.banner_sec p, .subhead{
    color: #42beb5;
	margin: 0 0 4px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.banner_sec .carousel-indicators li{
    background-color: rgb(163, 170, 182);
}
.banner_sec .carousel-indicators .active {
    background-color: #42beb5;
}
.banner_sec .carousel-item{
    transition: -webkit-transform 0s ease;
    transition: transform 0s ease;
    transition: transform 0s ease,-webkit-transform 0s ease;
}
.banner_sec  .carousel-indicators{
    left: inherit;
}
.banner_ul{
    list-style: none;
}
.banner_ul li{
    margin-bottom: 1rem;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    transition: ease-in 0.2s;
}
.banner_ul li:hover{
    color: #42beb5;
    transition: ease-in 0.2s;
}
.banner_ul li::before{
    content: '';
    /* background-image: url(../images/icons/check-symbol_orange.png); */
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    left: -26px;
    top: 50%;
    transition: ease-in 0.2s;
}
.banner_ul li:hover::before{
    /* top: 70%; */
    background: #42beb5;
    transform: rotate(-45deg);
    transition: ease-in 0.2s;
}
/*Banner end*/

/* Home - Services start  */
.home_service{
    /*margin-top: 2rem;*/
    position: relative;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
}
.home_service_img{
    background: #ececec;
    border-radius: 10px;
    min-height: 300px;
    box-shadow: 9px 6px 22px 0 rgba(0, 0, 0, .08);
}
.home_service_img.bg1{
    background-color: #fde1e0;
}
.home_service_img.bg2{
    background-color: #c4fff4;
}
.home_service_img img{
    border-radius: 10px;
    position: relative;
    left: 25%;
}
.home_service_content{
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 35px;
    max-width: 350px;
}
.head_two{
    /*color: #42beb5;*/
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}
.subhead_two{
    color: #293545;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 10px;
}

/*Our Services Start*/
.services_card{
	margin-bottom: 30px;
	text-align: center;
	border: 0;
    box-shadow: 9px 6px 22px 0 rgba(0, 0, 0, .08);
	border-radius: 0.75rem;
	transition: all 0.5s ease;
    z-index: 1;
}
.banner_sec .services_card{
    text-align: left;
}
.services_card a{
	color: rgba(0,0,0,.7);
	text-decoration: none;
}
.services_card:hover{
	box-shadow: none;
	/*border: 1px solid rgba(0,0,0,.125);*/
}

.banner_sec .services_card {
    background: rgba(255, 255, 255, 0.5);
}
/*Our Services End*/

/*Our features*/
.our_features{
    margin-bottom: -150px;
}
.our_features .card-body h6{
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    padding: .75rem;
    position: relative;
    text-align: left;
    /* padding-left: 50px; */
}
.our_features .card-body h6::before{
    /* content: '\f30b'; */
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    color: rgba(0,0,0,.7);
    /*width: 16px;
    height: 2px;
    background: #42beb5;*/
    left: 15px;
    /*top: 50%;*/
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: ease-in 0.2s;
}
.our_features .card-body h6 img{
    padding-right: 1rem;
    width: 48px;
}
.home_special_sec{
    margin-bottom: -138px;
}
.our_features .col-md-5{
    width: 38%;
    display: flex;
    justify-content: center;
}

/*Footer*/
footer{
    padding: 3rem 0 1rem;
    background: linear-gradient(to right, #42beb5 60% , #293545 40%);
}
.footer_list{
    list-style: none;
    padding-inline-start: 0;
    margin-top: 1rem;
}
.footer_list li{
    padding-bottom: 1rem;
}
.footer_list li a{
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.5s ease-in-out;
    line-height: 1rem;
}
.footer_list li a:hover{
    color: #293545 !important;
    transition: color 0.5s ease-in-out;
}
.footer_address a, .footer_address p{
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}
.footer_list.footer_social_links li{
    text-align: center;
}
.footer_list.footer_social_links li a {
    font-size: 40px;
    /*padding-right: 15px;*/
}


/*web development*/
.web_features{
    max-height: 550px;
   /* margin-bottom: -200px;*/
   margin-bottom: 6rem;
}
.web_features .services_card:hover{
    background-color: #e3fdf8;
}
.outsourcing-services .services_card:hover{
    background-color: #fde1e0;
}
.web_features .services_card:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/bg-patterns/pattern-3.png) no-repeat;
}

/*App Development*/
.app_section{
    padding: 3rem;
    border-radius: 1.5rem;
}
.sec_border_radius{
    border-radius: 1.5rem;
}

/*Digital Marketing*/
.digital_marketing_banner:after{
    content: " ";
    position: absolute;
    background-image: url(../images/digmarketing/dm-man.png);
    top: auto;
    width: 270px;
    height: 496px;
    left: 62%;
    right: 0;
    bottom: 0;
}
.bg_circle_pattern{
    background: url(../images/bg-patterns/pattern-8.png) no-repeat;
    background-position: center;
}

.icon_before::before{
    content: '\f30b';
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    color: rgba(0,0,0,.7);
    /*width: 16px;
    height: 2px;
    background: #42beb5;*/
    left: 15px;
    /*top: 50%;*/
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: ease-in 0.2s;
}

/*Outsourcing*/
.outsourcing_banner:after{
    /*background-image: url(../images/outsourcing/outsourcing-person.png);
    width: 270px;
    height: 496px;*/
    background-image: none;
}
.outsourcing_features{
    margin-bottom: -70px;
}
.business_grow i.fa{
    font-size: 3rem;
    padding-bottom: 1rem;
    color: #ffadaa;
}

/*Graphic design*/
.graphic_section{
    min-height: 100vh;
    background-image: url(../images/graphicdesign/02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.graphic_section .sec_height{
    height: 100vh;
}
.graphic_section .subhead, .graphic_section .head{
    color: #293545;
}
.graphic_section.business_card_design{
    background-image: url(../images/graphicdesign/03.png);
}
.corporate_profile_design{
    background-image: url(../images/graphicdesign/04.png);
}
.animation_videos{
    background-image: url(../images/graphicdesign/05.png);
}
.flyer_design{
    background-image: url(../images/graphicdesign/06.png);
}

.soflogs_pages_banner{
    background-image: linear-gradient(to right, rgba(41, 53, 69, 0.5) 60% , rgba(66, 190, 181, 0.5) 40%), url(../images/about-us/page_bg.png);
    min-height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.soflogs_pages_banner .row-height{
    min-height: 300px;
}
.soflogs_pages_banner .breadcrumb{
    background-color: transparent;
}
.our_mvv{
    background: url(../images/about-us/about-arrow-line.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#testiCarousel {
    min-height: 200px;
}
#testiCarousel .carousel-caption {
    position: unset;
}
.testimonial_text{
    color: rgba(0,0,0,.7);
}
#testiCarousel .carousel-indicators {
    bottom: -1rem;
}
#testiCarousel .carousel-indicators li{
    background-color: #293545;
}
.client_about{
    /*height: 160px;
    width: auto;*/
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.contact_social_links.footer_list{
    /*display: flex;*/
}
.contact_social_links li {
    margin: 0 0.5rem;
}
.contact_social_links.footer_list li a {
    color: #293545;
}
.contact-add{
    min-height: 445px;
}
.contact-add .contact_social_links.footer_list li a:hover{
    color: #42beb5 !important;
}
.contact_form .form-control{
    height: calc(1.5em + .75rem + 10px);
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #293545; 
}
.contact_form .form-control:focus {
    box-shadow: none;
}
.contact_form textarea{
    min-height: 90px;
}
a.index-head{
    color: #42beb5;
    font-size: 1.4rem;
    font-weight: 600;
}
.careers_form textarea{
    min-height: 0;
}

.job_info .card{
    border: 0;
    background-color: transparent;
}
.job_info .card-header {
    padding: .75rem .75rem .75rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid rgb(41, 53, 69);
}
.job_info .card-body {
    padding: .75rem .75rem .75rem 0;
}
.job_info .card-link {
    width: 100%;
    display: flex;
    color: #333;
    align-items: center;
    position: relative;
}
.job_info .card-link::after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: 10px;
    -webkit-animation: minus 0.5s;
}

/* .letstalk-modal{
    position: relative;
} */
.letstalk-modal .modal-content{
    border: 0;
    border-radius: 1.5rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 55% , rgba(255, 255, 255, 0) 45%), url(../images/modal_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.web-design-modal .modal-content, .web-development-modal .modal-content{
    background-image: none;
}
.modal_close{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
    text-shadow: none;
}
.modal_close:focus{
    outline: none;
}
.dropdown .dropdown-menu {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 6px;
}  
.dropdown:hover .dropdown-menu {
    margin-top: -0.5rem !important;
    opacity: 1;
    top: 100%;
    visibility: visible;
     /*padding: 0.5rem; */
}
.spm-spl-sec-home> div{
    background: linear-gradient(90deg, rgba(41,53,69,1) 0%, rgba(66,190,181,0.6) 100%), url(../images/about-us/page_bg.png);
    background-size: contain;
}
.spm-home-btn{
    background:rgb(66, 190, 181);
}
.home_service .home_service_img.bg1{
    /* background: linear-gradient(90deg, #fde1e0 0%, #fde1e0ab 100%), url(../images/about-us/page_bg.png) !important; */
    background-size: contain;
    background-color: #fde1e0 !important;
}
.home_service .home_service_img.bg2{
    /* background: linear-gradient(90deg, #c4fff4 0%, #c4fff49e 100%), url(../images/about-us/page_bg.png) !important; */
    background-size: contain;
    background-color: #c4fff4 !important;
}
.home_service .home_service_img.bg3{
    /* background: linear-gradient(90deg, #c4fff4 0%, #c4fff49e 100%), url(../images/about-us/page_bg.png) !important; */
    background-size: contain;
    background-color: #c4fff4 !important;
}
.home_service .home_service_img.bg4{
    /* background: linear-gradient(90deg, #fde1e0 0%, #fde1e07a 100%), url(../images/about-us/page_bg.png) !important; */
    background-size: contain;
    background-color: #fde1e0 !important;
}
.home_service  .home_service_content{
    /* color: #fff; */
    max-width: 425px;
}
/* .home_service  .subhead_two{
    color: #fff;
} */
.home_service_img{
    min-height: 230px;
}
.home_service_img img{
    left: 75%;
    top: 100px;
}
.home_service_img.bg1 img{
    top: 130px;
}
.home_service{
    overflow: hidden;
}
.our_features{
    margin-bottom: -110px;
}
.our_features .row.flex-sm-row{
    flex-direction: row-reverse !important;
}
.navbar-nav .dropdown-menu{
    border: none !important;
    
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    top: 100%;
}
.banner_sec.web_development_banner{
    margin-bottom: 0;
}
.about-us-our-vision{
    bottom:-35%;
}
.outsour-head{
    font-size: 50px;
}
.copyright{
    padding-right: 1rem;
}
.home_special_sec.sec_pad .head{
    font-size: 40px;
}
@media only screen and (min-device-width: 768px){
    .left_serv{
        margin-top: 5%;
    }
    .home_service{
        margin-bottom: 2rem;
    }
    .dm-services .card{
    position: relative;
    }
    .dm-services .card.ml-card{
        left: -30%;
    }
    .dm-services .card.mr-card{
        right: -30%;
    }
    .our_features .row.flex-sm-row{
        flex-direaction: column !important;
    }
}

@media (min-width: 360px) and (max-width: 640px) and (max-device-width: 768px) {
    .navbar{
        padding: 20px 10px !important;
    }
    .navbar.navbar_fixed {
        padding: 10px 5px !important;
    }
    .navbar-brand {
        margin-right: 5rem;
    }
    .banner_sec h2, .head {
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
    }
    .banner_sec{
        /*background: linear-gradient(to right, #293545 95% , #42beb5 5%);*/
        background: linear-gradient(to right, rgba(41, 53, 69, 0.5) 80% , rgba(66, 190, 181, 0.5) 20%), url(../images/about-us/page_bg.png);
        margin-bottom: 3rem;
    }
    .banner_sec p, .subhead {
        font-size: 20px;
        line-height: 30px;
    }
    .sec_pad {
        padding-bottom: 3rem;
    }
    .home_service{
        margin-bottom: 2rem;
    }
    .home_service_content{
        padding: 15px;
    }
    .subhead_two {
        font-size: 18px;
    }
    .head_two {
        font-size: 24px;
    }
    .our_industries{
        /*padding-top: 3rem;*/
    }
    .our_industries .services_card {
        margin-bottom: 10px;
    }
    .our_industries .col-md-7.col-sm-12 .col-md-4.col-sm-4.col-6{
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .our_features .col-md-5{
        width: 100%;
        margin-bottom: 2rem;
    }
    .our_features .card-body h6{
        padding: .75rem 0;
    }
    .our_industries .services_card .card-body{
        display: flex;
        align-items: center;
    }
    .our_industries  .row.align-items-center.sec_pad_top{
        margin-top: 2rem;
    }
    .our_industries .services_card .card-body img{
        padding: 0 15px 0 0 !important;
        width: 60% !important;
        margin: 0 auto !important;
    }
    .our_industries .services_card .card-body:nth-child(5) img{
        width: 50% !important;
    }
    .our_industries .services_card .card-body:nth-child(1) img{
        width: 85% !important;
    }
    .our_industries .services_card .card-body h6{
        font-size: 1.2rem;
    }
    .sec_bg .outof {
        margin-top: 0;
    }

    .sec_pad_top {
        padding-top: 3rem;
    }
    .our_features {
        margin-bottom: -70px;
    }
    .home_special_sec {
        margin-bottom: -80px;
    }
    footer{
        padding: 3rem 0 1rem;
        background: linear-gradient(to right, #293545 80% , #42beb5 20%);
    }
    .digital_marketing_banner:after{
        display: none;
    }
    .banner_sec.digital_marketing_banner {
        background-position-x: 53%;
    }
    .soflogs_pages_banner, .soflogs_pages_banner .row-height{
        min-height: 100vh;
    }
    .contact_social_links.footer_list {
        display: flex;
    }
    .banner_web_service_img{
        width: 25% !important;
        padding-bottom: 0.5rem;
    }
    .web_features{
        max-height: fit-content;
    }
    .web_development_banner h2{
        color: #fff;
    }
    .letstalk-modal .modal-content {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 55% , rgba(255, 255, 255, 0.7) 45%), url(../images/modal_bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .contact_form{
        padding: 3rem 1rem !important;
    }
    #sofNav .navbar-collapse{
        background-color: #fff;
    }
    #sofNav .navbar-collapse .navbar-nav .nav-link {
        color: #293545;
        padding: 10px 20px;
    }
    .letstalk_btn{
        margin: 0 auto;
    }
    .navbar-toggler-icon:focus, .navbar-light .navbar-toggler:focus{
        outline: none;
    }
    .business-dev-banner {
        background: url(../images/modal_bg.png), #ffadaa;
        background-size: cover;
    }
    .home_service_img{
        min-height: 350px;
    }
    .home_service_img img {
        left: 3%;
        margin-top: 7rem;
        width: 30%!important;
    }
    .our_industries .outof {
        margin-top: 10px;
    }
}

 /*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.bg_img{
    background-image: url("../images/spm/services-bg.png");
    background-repeat: no-repeat;
    background: #c4fff4;
    }
.bg_img .subhead{
    color: #293545;
}
.cta {
    padding: 0;
    margin-bottom: 60px;
  }
  .cta .container {
    padding: 3rem;
    background: rgba(72, 86, 100, 0.1);
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  }
  @media (max-width: 992px) {
    .cta .container {
      padding: 60px;
    }
  }
  
  
  .cta .content h3 em:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 10px;
    background: rgba(14, 162, 189, 0.5);
    z-index: -1;
  }
  .cta .content p {
    color: #485664;
    font-weight: 500;
    font-size: 18px;
    
  }
  .cta .content .cta-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    background: #42beb5;
    border: 3px solid #42beb5;
    text-decoration: none;
  }
  .cta .content .cta-btn:hover {
    background: #293545;
    
  }
  .cta .img {
    position: relative;
    /*text-align: center;*/
  }
  .cta .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    transform: rotate(12deg);
    width: 70%;
    text-align: center;
  }
  .cta .img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    transform: rotate(6deg);
    width: 70%;
    text-align: center;
  }
  .cta .img img {
    position: relative;
    z-index: 3;
    border-radius: 15px;
    width: 70%;
  }


  /* Testimonials Section
--------------------------------*/
          
#testimonials .testimonials-content {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 49px 20px;
}
  
  #testimonials .testimonials-content::before {
    color: #42beb5 ;
    content: "\f10e";
    display: inline-block;
    font: 70px/1 FontAwesome;
    position: absolute;
    right: 43px;
    text-align: left;
    top: -29px;
  }
  
  #testimonials .top-top > h2 {
    font-family: "Roboto" sans-serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  
  #testimonials .top-top > h4 {
    font: 700 12px Lato, sans-serif;
  }
  
  #testimonials .top-top span {
    font-size: 12px;
    font-weight: 300;
    margin-left: 26px;
  }
  
  #testimonials .btm-btm ul li {
    float: left;
    margin: 0 8px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    background: #ddd none repeat scroll 0 0;
    cursor: pointer;
    height: 12px !important;
    width: 12px !important;
    border: 0;
    content: "";
  }
  
  #testimonials .btm-btm .active {
    background: #42beb5 ;
  }
  
  .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    bottom: 0 !important;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin: 30px auto 0 auto;
    margin-right: auto;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
  }
  
  .carousel-indicators li {
    margin: 0;
  }
  

