@charset "utf-8";

html, body {
  overflow-x: hidden;

}


.mobile_icons ul,
body {
	padding: 0;
	margin: 0
}

.overlay,
body {
	overflow-x: hidden
}

#myBtn,
.header_fo .navbar-brand img {
	width: 200px
}

:root {
	--maincolor: #6dbe49
}

.text-green,
.text-green:hover {
	color: var(--maincolor) !important
}

.post_square a,
a {
	text-decoration: none
}

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif
}

.mb-80 {
	margin-bottom: 80px
}

.d-desktop,
.fiveon_desk_,
.fo_our_clients .desk-btn {
	display: block
}

#more,
.award_list ul li:last-child::after,
.d-mobile,
.fiveon_mob_,
.fo_our_clients .mob-btn,
.mobile_icons {
	display: none
}

.navbar-brand {
	padding: 10px 15px
}

.header_fo {
	position: relative;
	z-index: 999;
	width: 100%;
	top: 0
}

.mobile_icons ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block
}

.mobile_icons ul li a {
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 16px
}

.mobile_icons ul li img,
.sticky_contact_info ul li img {
	width: 20px
}

.git_bg,
.header_fo .bg-dark {
	background-color: #000 !important
}

.hamburger .icon-bar,
.navbar-toggler .line,
mark {
	background-color: #fff
}

.post_square span {
	color: #fff;
	font-size: 14px;
	padding: 12px 15px;
	background-color: #6abd45;
	text-transform: uppercase
}

.fiveonline_logo {
	text-align: left
}

.fiveonline_logo img {
	width: 222px
}

.navbar .megamenu {
	padding: 1rem
}

.hamburger {
	position: relative;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.icon-bar {
	margin-top: 5px;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.banner_headline_section .banner_title .review-g {
	display: inline-flex;
	text-transform: uppercase;width:100% !important;padding:0 !important;
}

.quote_purple_button {
	background: 0 0;
	padding: 8px 15px;
	border-radius: 5px;
	border: 2px solid #6abd45;
	font-size: 15px;
	text-decoration: none
}




mark {
	color: #000
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 15px
}

.c-img {
	margin: 0 auto;
	text-align: center;
	flex: none;
	float: left
}

.f-right,
.menu_nav {
	float: right
}

.about_new_Section{    box-shadow: -15px 1px 24px 38px rgba(0, 0, 0, 0.01);
    border-radius: 16px;
    padding: 60px 60px 60px 60px;
    transition: all 0.4s ease;}

.title_fo2 h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	text-transform: capitalize;
	color: #000;
	margin: 0 0 40px;
	padding: 0
}
.bt-line-7{width:7rem !important;}
.partner_testimonials_box{border:1px solid #eee;border-radius:1rem;padding:2rem;}
.partner_testimonials_box a{text-decoration:none;color:#000;}
.regular-partner-testimonials .slick-slide{margin:0 0.5rem;}

.request_quote {
	background: #6abd45;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px
}

.contacts-form-fields-btn button:hover,
.enquiry_form_section .nsp_fashion_blog_title h2,
.footer_box p,
.star_icons .checked {
	color: #fff
}

.title_fo h4:after,
.title_fo2 h4:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #6cbe48;
	margin: 10px auto 0
}

.drift-widget-controller-icon.drift-widget-controller-icon.drift-widget-controller-icon {
	background: #6abd45 !important
}

  .accordion-item {
    margin: 20px;
    border: 2px solid transparent;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: border 0.3s 
ease, border-radius 0.3s 
ease, box-shadow 0.3s 
ease;
}
  .accordion-item:has(.accordion-collapse.show) {
    border: 2px solid #6abc45;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

.btn-line {
    width: 9rem;
}
/*  #myBtn:hover {*/
/*    text-decoration: underline;*/
/*}*/

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow.svg") !important;
}

.button {
  display: inline-block;
  position: relative;
}
.button.is-play {
  background-color: rgb(106 189 69);
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.button.is-play .button-outer-circle {
  /* background: rgba(31, 31, 31, 0.329); */
  background: rgb(106 189 69);

  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.logo_left {width: 30%; float: left;}
.icons_fo_imp{width: 70%; float: left; text-align: right; padding: 5px 0px;}
.icons_fo_imp .nav{ text-align: right; align-items: center; float: right;}
.icons_fo_imp .nav li { padding-right: 20px;}
.icons_fo_imp .nav li a{text-decoration: none; color: #fff;}
.icons_fo_imp .nav li:last-child { padding-right: 0px;}
.outer_container .stick-logo-fo img{ width: 250px;}
.post_square img{ width: 25px; }

@media screen {
   }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    }

@media screen {
   }
  @media screen and (min-width: 0px) and (max-width: 640px) {
     }

@media screen {
  
   }
  @media screen and (min-width: 0px) and (max-width: 640px) {
     }

@media screen {
  
     }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    
      }
  @media screen and (min-width: 641px) and (max-width: 980px) {
     }

@media screen {
   }
  @media screen and (min-width: 0px) and (max-width: 640px) {
     }

@media screen {
 
    }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    #introduction {
      padding-bottom: 0px; }
      #introduction p {
        font-size: 16px;
        line-height: 24px; }
        .logo_left {
          width: 60%;
          float: left;
      }
      .icons_fo_imp{width: 40%; float: left;}
      .outer_container .stick-logo-fo img {
        width: 180px;
    }
     }

@media screen {
  #navigation_bar {
    visibility: hidden;
    display: none;
    position: fixed;
    width: 100%;
    height: 0; padding: 0px 0px;
    background: rgb(0, 0, 0);top: 0px; z-index: 999999;padding-top: 0.5rem;
    padding-bottom: 0.5rem;
     }
    }
  @media screen and (min-width: 0px) and (max-width: 640px) {
     }
  @media screen and (min-width: 641px) and (max-width: 980px) {
    }

@media screen {
  #navigation_bar.show {
    visibility: visible;
    display: block;
    height: 68px; } }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    #navigation_bar.show {
      height: 55px;
      visibility: visible;
      display: block; } }

@media screen { }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    }
  @media screen and (min-width: 641px) and (max-width: 980px) {
     }
  @media screen and (min-width: 0px) and (max-width: 640px) {
    }

@media screen {
   }
@media screen and (min-width: 0px) and (max-width: 640px) {
  }
@media screen and (min-width: 641px) and (max-width: 980px) {
  }


@media print {

  

   }
   
   
   .bg-green{
    background: #6CBE48 !important;
}

.text-green{
    color: #6CBE48;
}


section{
    padding: 100px 0;
}
.des-sec{
    min-height: 500px;
}


.des-sec-img {
    margin-top: -150px;
}

.design_team_para_section p{
    line-height: 61px;
}

.design_team_para_section{
    padding: 100px 0;
}

.brands_section{
    padding: 35px 0;
}

.img-main-accord-sec {
    position: absolute;
    width: 30%;
    bottom: 17%;
    left: -5%;
    box-shadow: 0 0 50px #ccc;
    background: #fff;
    padding: 10px;
}

.img-main-accord-sec .accordion-item {
    border: 0;
}

.img-main-accord-sec .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    border: none;
}

.img-main-accord-sec .accordion-flush .accordion-item .accordion-button:focus{
    box-shadow: none;
    outline: 0;
}

.img-main-accord-sec .accordion-body {
    background-color: #e7f1ff
}

.blogs_section{
    padding: 70px 0;
}


h3.big-title {
    font-size: 3.3em;
    margin-bottom: 40px;
    font-weight: 600;
    width: 55%;
}

button:focus{
    box-shadow: none !important;
}


.v-new-accord {
    border: none !important;
    padding: 40px ;
}

.v-new-accord .accordion-item {
    border: none;
}

.v-new-accord .accordion-item  .accordion-button:after{
    display: none;
}


.v-new-accord .accordion-item:first-of-type .accordion-button{
    border: none
}

.accordion-collapse.collapse.show ~ .accordion-item {
    background-color: #f1f1f1;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
}

.v-new-accord .accordion-button.show{
    background-color: transparent;
}

.v-new-accord .accordion-item:first-of-type .accordion-button {
    border: none;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
    font-weight: 600;
}

.v-new-accord  .accordion-button:not(.collapsed) {
    color: #6CBE48;
    background-color: transparent;
    box-shadow: none;
    font-weight: 600;
}


.v-new-accord  .accordion-button{
    border-bottom: 2px solid #f1f1f1;
    font-weight: 700;
    padding: 20px
}

/* .v-new-accord .accordion-body{
    padding-top: 0;
} */

.v-new-accord .accordion-body p {
    font-size: 14px;
}

.v-new-accord .accordion-collapse .collapse .show .accordion-body{
    box-shadow: 0 120px 100px rgba(0,0,0,.07), 0 80px 60px rgba(0,0,0,.06), 0 40px 32px rgba(0,0,0,.05), 0 10px 16px rgba(0,0,0,.08), 0 10px 8px rgba(0,0,0,.03), 0 2px 4px rgba(0,0,0,.02) !important;

}


a.accord-inner-btn i {
  margin-left: 10px;
}

a.accord-inner-btn {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.test-img {
    border-bottom: 1px solid #000;
}

.test-para{
    padding: 20px;
    font-size: 20px;
}

.font-weight-600{
    font-weight: 600;
}

.test-av-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.test-av {
    display: flex;
    align-items: center;
}

.test-av .test-img {
    width: 61px;
    height: 61px;
    background: #d7d7d7;
    border-radius: 50%;
    margin-right: 20px;
}

.test-op p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.test-name h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}


.test-name p {
    font-size: 14px;
}


.padding-20px-tb{
    padding: 20px 0;
}

.bg-dark{
    background: #000000 !important; background-color: #000000 !important;
}



@media only screen and (max-width: 600px) {
    .about_banner_headline_section .banner_title h2{
        font-size: 44px;
    }

    

    .design_team_para_section p {        
        font-size: 34px;    
        line-height: 30px;  
        width: 100%; 
    }


    .des-sec {
        min-height: 374px;
    }


    .des-sec-img {
        margin-top: -150px;
        height: 500px;
        object-fit: cover;
    }

    .img-main-accord-sec {
       
        width: 67%;
      
    }
  }


@media screen and (max-width: 767px){
.button.is-play {
  width: 80px;
  height: 80px;
}
}
  
    @media screen and (max-width: 767px){
.navbar-brand {
    margin-top: 0;
}
}

@media all and (min-width:992px) {
	.navbar .has-megamenu {
		position: static !important
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0
	}
}

.blog_box,
.blog_img_sec,
.category_box,
.category_box_img_text,
.cs_banner_headline_section .banner_title,
.ethics_sm_sld,
.fiveonline_bg,
.fiveonline_faq_section,
.full-viewport-row,
.home_banner_inner,
.imge_title_cta,
.inner-banner,
.maintenance_plans_section .item-image,
.mobileShow .position-relative,
.position-relative,
.share,
.startup_main {
	position: relative
}

@media(max-width:991px) {

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px
	}
}

.navbar-toggler {
	width: 47px;
	height: 34px;
	background-color: transparent;
	border: none
}

.award_list,
.bg-color,
.fiveonline_bg {
	background-color: #f5f5f5
}

.navbar-toggler .line {
	width: 100%;
	float: left;
	height: 2px;
	margin-bottom: 5px
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255)
}

.align-center,
.contact_fiveonline_details .row,
.intro_fiveonline .row,
.mobileShow .row,
.new-banner-section .row,
.our_ethics_section .row,
.our_offering_section .row,
.testimonials_section .row {
	align-items: center
}

.banner-section-box-img img,
.blog_img_sec img,
.elementor-element,
.fiveonline_bg .fiveonline_img_lea img {
	width: 100%
}

.video_play_circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.VideoPopup .modal-content {
	background: 0 0 !important;
	border: 0 solid transparent !important
}

.zsiq_theme1.zsiq_floatmain {
    display: none !important;
}

.elementor-video-popup:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	fill: none;
	transition: .8s cubic-bezier(.45, 0, .14, 1.03), border 10ms ease-out;
	transform: rotate(-135deg);
	transition-duration: 1.1s;
	content: "";
	border: 1px solid #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5
}

.elementor-video-title {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.elementor-video-popup {
	padding: 91.5px 67px;
	-ms-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	justify-content: center;
	position: relative;
	width: 230px;
	text-decoration: none;
	height: 230px
}

.award_list,
.award_list1 {
	width: 80%;
	margin: 0 auto
}

.elementor-video-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	-ms-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: transform .8s cubic-bezier(.45, 0, .14, 1.03);
	transform: translateX(0);
	font-size: 45px;
	color: #fff
}

.problm_to_solve .title_fo2 h2 {
	width: 60%;
	margin: 0 auto 40px
}

.fiveonline_bg .col-lg-5,
.fiveonline_bg .col-lg-6,
.fiveonline_bg .col-lg-7,
.p-0 {
	padding: 0
}

.bg-color {
	position: relative
}

.award_list1 p,
.our_ethics_section .title_fo p {
	font-size: 15px;
	line-height: 28px
}

.award_list ul li,
.title_fo h4 {
	position: relative;
	font-size: 24px;
	color: #000;
	font-style: normal
}

.award_list {
	position: absolute;
	left: 60%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.award_list ul {
	margin: 0;
	padding: 40px
}

.award_list ul li {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase
}

.award_list ul li:after {
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	background: #6cbe48;
	margin-top: 40px
}

.title_fo1 h4:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #6cbe48;
	margin-top: 10px
}

.title_fo h4 {
	font-weight: 400;
	line-height: 44px
}

.title_fo h2,
.title_fo1 h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	text-transform: capitalize;
	color: #000;
	margin: 0 0 40px;
	padding: 0
}

.core_ser_box {
	text-align: center;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	padding: 20px 10px;
	margin-bottom: 25px
}

.core_ser_box img {
	margin-bottom: 20px;
	height: 100px
}

.core_ser_box p {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #000;
	min-height: 48px;
	margin: 0
}

.contact-details-box .title_fo h4:after,
.our_ethics_section h4:after,
.testimonials h4:after {
	margin: 10px 0 0
}

.p-all {
	padding: 40px
}

.des-hide {
	display: none !important
}

.mobo-hide {
	display: block !important
}

.blog_text_sec ul,
.footer_box ul,
.footer_box2 ul,
.pkge_plan_details ul,
.sticky_contact_info ul {
	margin: 0;
	padding: 0
}

.blog_text_sec ul li {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff
}

.blog_text_sec ul li:last-child {
	padding-right: 0
}

.blog_text_sec h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin: 0;
	padding: 0
}

.blog_img_sec:after,
.category_box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: linear-gradient(to top, #00000085, #ffffff00)
}

.blog_text_sec {
	position: absolute;
	bottom: 30px;
	left: 25px
}

.footer_section {
	background-color: #000;
	padding: 40px 0 80px
}

.footer_box img {
	margin-bottom: 10px;
	width: 190px
}

.footer_box ul li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 15px
}

.footer_box h4 {
	color: #fff;
	margin-bottom: 30px
}

.footer_box2 ul li {
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	display: inline-block;
	color: #fff
}

.footer_box2 i {
	font-size: 32px;
	padding: 0 10px
}

.pt-40 {
	padding-top: 60px
}

.banner_headline_section {
	height: 100vh;height:auto;
	position: relative
}

.about_banner_headline_section .banner_title,
.banner_headline_section .banner_title {
	text-align: left;
	position: static;
	/*left: 50%;*/
	/*top: 42%;*/
	-webkit-transform: inherit;
	transform: inherit;
}

.banner_title {width:90% !important;margin:0 auto;}

.banner_headline_section .banner_title h1 {
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 46px;
	text-align: left;
	color: #000
}

.banner_headline_section .banner_title p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: left;
	color: #000
}

.banner_headline_section .banner_title .say-hello {
	
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    padding: 11px 20px;
    display: inline-block !important;
    border-radius: 0.4rem;
    cursor: pointer;
    /*max-width: 120px;*/
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    outline: none;
}

.waving_hand {
	width: 40px
}
.gog_reviews_star_inner{margin-top:1.2rem;border:1px solid #000;border-radius:0.7rem;padding:1rem;width:100%;border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(14, 15, 17, 0.06);
    border-image: initial;padding-top:4px;
    background: rgb(255, 255, 255);padding-bottom:5px;}
    .bg-grey{background-color:#f5f5f5;border-radius: 20px;padding:0.75rem 0;margin-bottom:0.275rem;}
.gog_reviews_star_inner .gog_icon {
    width: 100px;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gog_reviews_star_inner .gog_icon img {
    width: 75%;
}

.gog_reviews_star_inner .gog_text {
    /*width: calc(100% - 100px);*/
    /*float: left;*/
    padding: 0px;
    width: 100%;
    text-align: left;
}
.gog_reviews_star_inner h4{margin:0;font-size:1rem;margin: 0.4rem 0;}

.gog_reviews_star_inner a {
    text-decoration: none;
    color: #000;
}

.star_icons span {
    font-size: 18px;
}

.star_icons .checked {
    color: orange;
}
.star_number h3{margin:0;font-size:1.5rem;}
.star_number h2 {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.marquee-slider img {
  width: 180px !important;      /* set size of icons */
  height: auto;
  display: block;
  margin: 0 auto;
}
.slick-slide img{
  margin: 0 15px;    /* spacing between items */
}
.slick-slide img {
    width: 50%;
}

#section07 {
	background: url(https://www.nxworld.net/example/css-scroll-down-button/bg07.jpg) center center/cover no-repeat;
	position: absolute;
	right: 60px;
	bottom: 0;
	z-index: 9999 !important
}

.hignlig {
	font-size: 1.6em !important;
	line-height: 1.9em !important;
	text-transform: uppercase;
	letter-spacing: .06em
}

.highlight span {
	font-size: 22px
}

.highlight {
	display: inline;
	padding: .25em 0;
	background: #6abd45;
	color: #fff;
	box-shadow: .1em 0 0 #6abd45, -.1em 0 0 #6abd45
}

.btn-arrow:before,
.hero-row__bg,
.new-banner-section,
.underline--magical {
	background-repeat: no-repeat
}

.experts_web_info h4 {
	margin-bottom: 25px
}

.web_maint_inner mark {
	-webkit-animation: 1s 1s forwards highlight;
	animation: 1s 1s forwards highlight;
	background-color: none;
	background: linear-gradient(90deg, #6abd45 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 200% 100%;
	background-position: 100% 0
}

@-webkit-keyframes highlight {
	to {
		background-position: 0 0
	}
}

@keyframes highlight {
	to {
		background-position: 0 0
	}
}

.new-banner-section {
	width: 100%;
	padding: 50px 0 100px;
	background-color: #000;
	background-attachment: fixed;
	align-items: center;
	justify-content: center;
	animation: 13s infinite changeBackgroundImage;
	margin: 50px 0
}

.banner-section-box-img {
	width: 100%;
	text-align: center;
	padding: 50px 0 0
}

.animate-border2 {
	animation: 8s ease-in-out infinite morph;
	border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
	transition: 1s ease-in-out
}

@keyframes morph {

	0%,
	100% {
		border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
	}

	50% {
		border-radius: 30% 60% 70% 40%/50% 60% 30%
	}
}

.new-banner-box,
.our_offering_section {
	padding: 50px 0
}

.new-banner-box h2 {
	text-align: left;
	font-weight: 700;
	font-size: 36px;
	padding-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
	line-height: 45px
}

.new-banner-box p {
	color: #cfcfcf;
	font-size: 18px;
	line-height: 32px
}

.new-banner-box h2 span {
	font-size: 26px;
	display: block
}

.keep_maintainance_plan p {
	color: #fff;
	font-size: 30px;
	margin: 0 auto;
	padding: 0;
	display: initial;
	text-align: center
}

.keep_maintainance_plan p:after,
.keep_maintainance_plan p:before {
	content: "";
	display: block;
	margin: 1em 0
}

.underline--magical {
	background-image: linear-gradient(120deg, #2ae06d 0, #84ff4d 100%);
	background-size: 100% .2em;
	background-position: 0 100%;
	transition: background-size .25s ease-in;
	font-size: 18px
}

.full-viewport-row {
	width: 100%;
	min-height: 350px;
	padding: 0;
	margin: 0;
	height: 100vh
}

.hero-row__bg_scrollable {
	position: absolute
}

.hero-row__bg {
	height: 100%;
	width: 100%;
	background-size: cover;
	position: fixed;
	left: 0;
	z-index: 0
}

.contact-form h4 {
	font-size: 40px;
	letter-spacing: 8px;
	margin-bottom: 20px;
	font-weight: 700
}

.contact-form-fields input {
	min-height: 39px;
	height: 39px
}

.contact-form-fields input,
.contact-form-fields textarea {
	position: relative;
	z-index: 1;
	width: 100%;
	line-height: 39px;
	outline: 0;
	padding: 0;
	background-color: transparent;
	color: #000;
	border: 0;
	border-bottom: 1px solid #000;
	font-size: 20px;
	resize: none;
	transition: border-color .2s;
	margin-bottom: 30px;
	font-weight: 900
}

.contacts-form-fields-btn,
.contacts-form-fields-btn button {
	position: relative;
	z-index: 1;
	background: 0 0;
	overflow: hidden;
	text-align: center;
	display: inline-block
}

.contacts-form-fields-btn {
	margin: 20px auto auto;
	width: auto;
	cursor: pointer;
	color: #fff;
	font-family: brandon-grotesque, Arial Bold, sans-serif
}

.contacts-form-fields-btn button {
	transition: color .4s;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #000;
	min-width: 210px;
	height: 50px;
	color: #000;
	padding: 0;
	font-weight: 700
}

.contacts-form-fields-btn:after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: -135%;
	width: 125%;
	height: 100%;
	background-color: #000;
	transform: skew(-25deg, 0deg);
	transition: left .4s
}

.contacts-form-fields-btn:hover:after,
.enquiry_form_section .contacts-form-fields-btn:hover:after {
	left: -15%
}

.contact-details-box h2,
.contact-details-box h6 {
	font-weight: 700
}

.btn-arrow_share,
.menu_nav {
	font-weight: 600
}

.menu_nav {
	font-size: 24px;
	font-style: italic
}

#section07 a {
	padding-top: 80px
}

#section07 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: 2s infinite sdb07;
	animation: 2s infinite sdb07;
	opacity: 0;
	box-sizing: border-box
}

#section07 a span:first-of-type {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

#section07 a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s
}

#section07 a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

@-webkit-keyframes sdb07 {

	0%,
	100% {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@keyframes sdb07 {

	0%,
	100% {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0);
	transition: .9s
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: left;
	padding: 0 150px
}

.child-page-title,
.client-banner,
.footer,
.sect_one_title {
	text-align: center
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: .3s
}

.overlay a:focus,
.overlay a:hover {
	color: #f1f1f1
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px
}

.m-t50,
.map_fo {
	margin-top: 50px
}

.footer {
	bottom: 0;
	left: 0;
	width: 100%;
	transition: opacity ease-in-out, visibility .4s ease-in-out, transform .4s ease-in-out;
	z-index: 2
}

.loaded .footer {
	visibility: visible;
	opacity: 1
}

.footer__share {
	position: relative;
	z-index: 4;
	margin: 0 0 18px;
	padding: 0;
	display: inline-block
}

.footer__share li {
	list-style: none
}

.out.in .footer__share {
	transition: transform .4s cubic-bezier(.25, .11, .11, .82) .4s, opacity .4s ease-in-out .4s, visibility;
	transform: translateZ(0);
	opacity: 1;
	visibility: visible
}

.footer__share .share {
	padding-top: 100px
}

.btn-arrow {
	position: relative;
	line-height: 1.4em;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	letter-spacing: 4px
}

.btn-arrow:hover,
.sect_one_title a {
	text-decoration: none;
	color: #000
}

.btn-arrow:before {
	position: absolute;
	content: "";
	display: inline-block;
	background-color: transparent;
	background-size: contain
}

.btn-arrow_share:before {
	background-image: url(../images/share-icon.svg);
	top: -25px;
	left: calc(50% - 12px);
	width: 20px;
	height: 20px;
	background-position: 50%
}

.share-list {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 17px);
	opacity: 0;
	visibility: hidden;
	transform: translateZ(0);
	transition: opacity .2s, visibility 0s .3s, transform .3s
}

.share-list__item {
	display: block;
	position: absolute;
	padding: 0 !important;
	top: 0;
	left: 0
}

.enquiry_form_section .contacts-form-fields-btn button:hover,
.share-list__item li i {
	color: #000
}

.share-list__item a {
	width: 30px;
	height: 30px;
	text-decoration: none;
	background-color: #000;
	transition: background-color .3s;
	display: block;
	color: #fff;
	border-radius: 100%;
	line-height: 30px;
	position: relative
}

.share-list__item a:hover {
	text-decoration: none
}

.share-list__item a:before {
	color: #fff;
	font-size: 18px;
	content: "";
	position: absolute
}

.share:hover .share-list {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s .1s, visibility, transform .3s;
	transform: translate3d(0, -70px, 0)
}

.share:hover .share-list li:first-child {
	transform: translate3d(0, -40px, 0);
	transition: .3s .2s
}

.page-cover {
	position: fixed;
	background-color: #fff;
	transform: skewX(-27.3deg);
	z-index: 1;
	top: 0;
	height: 100vh;
	width: 400%;
	transform-origin: center;
	left: 55%
}

.page-cover:before {
	position: absolute;
	top: -50%;
	height: 100%;
	width: 100%;
	left: 0;
	content: "";
	background-color: #fff
}

.hero-row {
	height: 100%;
	width: 100%
}

.hero-row__content {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	z-index: 3;
	flex-flow: row nowrap;
	align-items: center
}

.hero-content-inner {
	color: #000;
	position: relative;
	margin: 0 auto;
	width: 100%
}

.child-page-title h2 {
	font-size: 8vw;
	letter-spacing: .3em;
	text-transform: uppercase;
	margin-left: .3em
}

.child-page-title p {
	font-size: 16px;
	line-height: 1.7em;
	margin: 0
}

.scroll-tip {
	position: relative;
	top: 10vh
}

.scroll-tip span {
	margin: auto;
	display: block;
	background: url(../images/arrow_down.svg) 50%/contain no-repeat;
	width: 15px;
	height: 25px;
	cursor: pointer;
	animation: 3s infinite d
}

.intro_fiveonline {
	margin-top: 40px;
	margin-bottom: 80px
}

.intro_img img {
	width: 100%;
	border: 0;
	border-radius: 10px
}

.diff-headings h2,
.our_difference_section .our_diff_title h2 {
	font-weight: 600;
	line-height: 1.3em;
	font-size: 34px;
	padding-bottom: 30px;
	font-family: Poppins, sans-serif
}

.reasons_web_help_section {
	padding-top: 40px
}

.reasons_web_help_title h2 {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	padding-bottom: 40px;
	text-transform: capitalize;
	line-height: 45px
}

.column-hover span,
.diff-headings h3,
.difference-container .h3,
.getintouch span {
	font-size: 25px;
	font-weight: 700
}

.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 35px
}

.elementor-widget-container {
	-webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
	-o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%)
}

.elementor-cta,
.elementor-cta__content {
	-webkit-transition: .5s;
	-o-transition: .5s;
	overflow: hidden
}

.elementor-cta {
	position: relative;
	transition: .5s;
	display: block
}

.elementor-cta__bg,
.elementor-cta__bg-wrapper {
	-webkit-transition: .4s;
	-o-transition: .4s;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.elementor-cta__bg-wrapper {
	overflow: hidden;
	transition: .4s;
	width: 100%
}

.elementor-cta__bg {
	transition: .6s;
	background-size: cover;
	background-position: 50%
}

.elementor-cta__bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .6s;
	z-index: 2;
	background-color: #fff
}

.elementor-cta__content {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 100%;
	position: relative;
	transition: .5s;
	color: #fff;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: left;
	padding: 35px
}

.elementor-cta--skin-cover .elementor-cta__content {
	min-height: 280px
}

.elementor-cta__image {
	margin-bottom: -85px;
	transform: translate(35px, -35px)
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.case_study_box img,
.clients_section img,
.contact-details-box img,
.elementor-cta__image img,
.ourMission .serviceHeading {
	width: 100%
}

.elementor-cta__content-item {
	border-color: #fff;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
	width: 100%;
	margin: 0
}

.our_diff_box,
.our_diff_box2,
.our_diff_box3 {
	margin-left: 10px;
	margin-right: 10px
}

.elementor-cta__title {
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 15px;
	width: 80%
}

.column-con,
.web_help_box {
	margin-bottom: 50px
}

.elementor-cta__description {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
	color: #6c6c6c
}

.our_diff_box {
	margin-top: 60px
}

.our_diff_box2 {
	margin-top: -60px
}

.our_diff_box3 {
	margin-top: -180px
}

.getintouch span {
	margin-bottom: 10px;
	display: block;
	color: #fff
}

.getintouch .lets_talk_btn {
	text-decoration: none;
	color: #fff;
	background-color: #6abd45;
	padding: 8px 18px;
	display: inline-block
}

.getintouch .lets_talk_call {
	display: inline-block;
	text-decoration: none;
	color: #6abd45
}

.clients_section .title_fo h2,
.diff-headings img {
	margin-bottom: 20px
}

.getintouch p {
	font-size: 14px;
	line-height: 21px;
	padding: 0 19px;
	color: #fff
}

.column-con {
	display: flex;
	text-align: center;
	vertical-align: top;
	min-height: 420px;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	position: relative;
	box-shadow: 0 3px 30px #00000029;
	border-radius: 25px;
	background: #fff;
	overflow: hidden
}

.difference-container .h3 {
	line-height: 1;
	color: #151515
}

.column-hover {
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	flex-direction: column;
	justify-content: center;
	padding: 32px;
	margin-top: 0;
	background: #020202;
	color: #fff;
	flex-direction: column;
	position: absolute;
	display: none !important
}

.column-hover p {
	font-size: 13px
}

.column-con:hover .column-hover {
	display: flex !important;
	clip-path: inset(-1px -1% -1px -1px)
}

.fo_our_clients {
	padding: 60px 0;
	background-color: #f5f5f5
}

.brands_logo_img .col {
	margin: 0 auto;
	text-align: center;
	flex: none;
	width: 20%;
	float: left
}

.fo_our_clients .brands_logo_img img {
	width: 80%
}

.startup_text_box {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 30%;
	height: 290px
}

.startup_text_box a {
	text-decoration: none;
	display: inline-block;
	opacity: 1;
	color: #dbdbdb
}

.startup_text_box h2 {
	font-weight: 700;
	font-size: 100px;
	line-height: 100px;
	color: #d8d8d8;
	margin: 0
}

.startup_text_box h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: .25em;
	margin: -35px 0 20px;
	color: #000
}

.startup_text_box p {
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	margin: 0;
	color: #000
}

.startup_section .slick-prev {
	left: 55px
}

.startup_section .slick-next {
	right: 10px
}

.startup_section .slick-next:before,
.startup_section .slick-prev:before {
	font-size: 40px;
	color: #000;
	opacity: 1
}

.startup_section .slick-next,
.startup_section .slick-prev {
	z-index: 9;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.explore-text {
	position: absolute;
	bottom: 20px;
	left: 30px
}

.explore-text a,
.mobileShow a {
	text-decoration: none;
	color: #fff
}

.regular4 .slick-list {
	padding: 0 5% 0 0
}

.regular4 .slick-slide {
	margin: 0 10px
}

.regular4 {
	padding-left: 80px
}

.sticky_contact_info p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700
}

.sticky_contact_info p img {
	width: 25px
}

.sticky_contact_info ul li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline-block
}

.contact_pg_section .row-reverse,
.our_offering_section .row-reverse,
.revese-row,
.row-revs {
	flex-direction: row-reverse
}

.ethics_img img {
	width: 100%;
	position: relative
}

.giving_section ul {
	padding: 0 0 0 20px;
	margin: 0
}

.giving_section ul li {
	list-style: decimal;
	line-height: 28px;
	font-size: 15px
}

.ethics_text_info {
	background: #fff;
	border-radius: 5px;
	display: flex;
	padding: 10px;
	justify-content: space-around
}

.ethics_text_info p {
	margin: 0
}

.ethics_text_info img {
	width: 20px !important
}

.ethics_small_slide {
	position: absolute;
	top: 76px;
	width: 35%;
	left: -16px
}

.fiveonline_faq_section:before {
	content: "";
	background: url(../images/dot-pattern.png);
	position: absolute;
	height: 285px;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1
}

.fiveonline_faq_section .accordion {
	z-index: 99999;
	position: relative
}

.fiveonline_faq_section .accordion-button:not(.collapsed) {
	color: #6abd45;
	background-color: #f9fff6;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)
}

.fiveonline_faq_section .accordion-item:not(:first-of-type) {
	border-top: 1px solid #000
}

.fiveonline_faq_section .accordion-item {
	background-color: #fff;
	border: 1px solid #ededed;
	margin-bottom: 10px;
	border-top: 1px solid #000
}

.fiveonline_faq_section .accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.fiveonline_faq_section .accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.fiveonline_faq_section .accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 .25remrgba(13, 110, 253, .25);
	box-shadow: none
}

.fiveonline_faq_section ul li {
	list-style: decimal
}

.maintenance_plans_section .item-image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: linear-gradient(to top, #000000d1, #6a64647a)
}

.maintenance_plans_section .item-info {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 100%
}

.maintenance_plans_section .item-info a {
	text-decoration: none;
	color: #fff;
	cursor: pointer
}

.got_a_project a,
.maintenance_plans_section .item-info a:hover {
	text-decoration: none;
	color: #6abd45
}

.pkge_plan_details {
	background-color: #fff;
	padding: 15px 25px;
	box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
	display: table;
	width: 100%;
	border: 1px solid #f7f7f7
}

.pkge_plan_details ul li {
	margin: 0;
	padding: 0;
	list-style: none
}

.pkge_plan_details ul span {
	width: 40px;
	float: left
}

.pkge_plan_details ul p {
	width: calc(100% - 40px);
	float: left
}

.pkge_plan_details button {
	background: 0 0;
	border: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #6abd45
}

.pkge_plan_details .fa-check {
	color: green
}

.pkge_plan_details .fa-close {
	color: red
}

.not_so_typical_coll_box .not_so_typical_coll_sect_img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: linear-gradient(to top, #00000059, #ffffff00)
}

.enquiry_form_section {
	background: #000;
	padding: 80px 0 120px
}

.enquiry_form_section .contact-form-fields input,
.enquiry_form_section .contact-form-fields textarea {
	position: relative;
	background-color: transparent;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 400
}

.enquiry_form_section .contacts-form-fields-btn button {
	position: relative;
	z-index: 1;
	background: 0 0;
	overflow: hidden;
	transition: color .4s;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	min-width: 210px;
	height: 50px;
	display: inline-block;
	color: #fff;
	padding: 0;
	font-weight: 700
}

.enquiry_form_section .contacts-form-fields-btn:after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: -135%;
	width: 125%;
	height: 100%;
	background-color: #fff;
	transform: skew(-25deg, 0deg);
	transition: left .4s
}

#myVideo {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%
}

.content {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: #f1f1f1;
	width: 100%;
	padding: 20px
}

#myBtn {
	font-size: 18px;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer
}

#myBtn:hover {
	background: #ddd;
	color: #000
}

.contact_pg_section {
	padding: 70px 0
}

.contact-details-box ul,
.contact-details-box ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%
}

.contact-details-box ul {
	display: flex;
	align-items: center;
	margin-top: 50px
}

.contact-details-box h4 {
	font-size: 30px;
	font-weight: 700
}

.contact-details-box ul li,
.sec_seven_box img {
	margin-bottom: 30px
}

.contact-details-box h6 {
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	padding-top: 10px
}

.contacts-form-fields button {
	border: 0;
	background: #6cbe48;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 40px;
	border-radius: 10px
}

.about_banner_headline_section {
	height: 100vh;
	background-color: #000;
	position: relative
}

.about_banner_headline_section .banner_title,
.banner_headline_section .banner_title,
.w-70 {
	width: 70%
}

.about_banner_headline_section .banner_title h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px
}

.about_banner_headline_section .banner_title p {
	color: #fff;
	margin-bottom: 20px
}

.about_banner_headline_section .banner_title a {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 13px 30px;
	color: #fff
}

.about_banner_headline_section .banner_title mark {
	background-color: #000;
	color: #fff
}

.design_team_para_section p {
	width: 80%;
	font-size: 40px;
	font-weight: 600;
	line-height: 54px !important
}

.design_team_para_section span {
	display: inline-block;
	color: #6cbe48
}

.cs_banner_headline_section {
	background-color: #000;
	height: 300px;
	position: relative
}

.cs_banner_headline_section .banner_title h2 {
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	width: 81%;
	line-height: 55px;
	letter-spacing: 0;
	padding: 40px 0;
	text-align: left
}

.case_studies_section .nav-link,
.case_study_content a,
.our_offering_box h4,
.sect_one_title a:hover {
	color: #000;
	text-decoration: none
}

.cs_banner_headline_section #section07 {
	position: absolute;
	left: 19px !important;
	top: 80% !important;
	right: initial
}

.cs_banner_headline_section #section07 a span {
	border-left: 1px solid rgb(255 255 255);
	border-bottom: 1px solid rgb(255 255 255)
}

.case_studies_section .nav-tabs .nav-item.show .nav-link,
.case_studies_section .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: transparent;
	border-bottom: 2px solid #6cbe48
}

.case_studies_section .nav-link {
	font-family: Inter;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0;
	text-align: center
}

.case_studies_section .nav-tabs .nav-link:focus,
.case_studies_section .nav-tabs .nav-link:hover {
	border-color: transparent;
	isolation: isolate
}

.case_studies_section .nav-tabs {
	border-bottom: transparent
}

.case_study_content {
	background-color: #fff;
	box-shadow: 3px 3px 26px 0 #00000040;
	padding: 50px 40px
}

.case_study_content h4 {
	font-family: Inter;
	font-size: 32px;
	font-weight: 700;
	line-height: 61px;
	letter-spacing: 0;
	text-align: left
}

.testi_box h2,
.testi_box p {
	font-weight: 400;
	text-align: left;
	font-family: Inter;
	letter-spacing: 0
}

.case_study_content p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 40px
}

.case_study_content a {
	border: 1px solid #000;
	padding: 12px 30px;
	display: inline-block
}

.case_studies_section .tab-pane .row1 {
	align-items: center;
	margin-bottom: 40px
}

.case_studies_section .mb-3 {
	margin-bottom: 60px !important
}

.clients_section,
.testimonials {
	margin: 100px 0
}

.testi_box {
	box-shadow: 0 4px 26px 0 #00000040;
	padding: 30px;
	margin-bottom: 30px
}

.custm_name_rating .checked,
.custm_name_rating1 .checked {
	color: orange
}

.custm_name_rating1 .checked {
	margin-bottom: 15px
}

.testi_box i {
	font-size: 40px;
	margin-bottom: 20px
}

.testi_box h2 {
	font-size: 128px
}

.testi_box p {
	font-size: 16px;
	line-height: 25px
}

.testi_box .custm_name_rating {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.clients_title h3 {
	font-family: Inter;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0;
	text-align: justified;
	margin-bottom: 50px
}

.clients_section .title_fo p {
	font-size: 24px
}

.bc-head-txt-label {
	top: calc(50% - .5rem);
	color: #d8d8D899;
	line-height: 0;
	font-size: 115px;
	letter-spacing: 10px;
	position: relative;
	font-weight: bolder;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 280px
}

.ban-txt {
	font-size: 40px;
	padding-top: 50px;
	font-weight: 800;
	color: #fff
}

.sec_seven {
	background-color: #f4f4f4;
	margin-top: 30px;
	padding: 100px 0
}

.sect_one_title {
	font-size: 40px;
	color: #242424;
	line-height: normal
}

.sect_one_para {
	width: 70%;
	text-align: center;
	margin: 0 auto 40px
}

.sec_seven_box {
	width: 100%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
	padding: 52px 15px;
	background-color: #fff
}

.sec_seven_box_title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #242424;
	text-transform: inherit
}

.sec_seven_box_title:after {
	content: "";
	display: block;
	margin: 20px auto;
	width: 40px;
	height: 2px;
	background-color: #6abd45
}

.missionList li>div,
.our_offering_box .be-btn {
	display: inline-block
}

.contact {
	padding: 100px 0
}

.masonary-row {
	height: 767px;
	overflow: auto;
	align-items: flex-start
}

.masonary-row img {
	padding: 30px 30px 0
}

.masonary-row::-webkit-scrollbar {
	width: 5px
}

.masonary-row::-webkit-scrollbar-track {
	background: #575757
}

.masonary-row::-webkit-scrollbar-thumb {
	background: #000
}

.masonary-row::-webkit-scrollbar-thumb:hover {
	background: #000
}

.office_video .col-lg-6 {
	padding: 0 15px
}

.our_offering_section .our_offering_box {
	padding: 0 40px
}

.our_offering_box p {
	font-size: 15px
}

.our_offering_box h4 {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px
}

.our_offering_box ul {
	margin: 0 0 20px;
	padding: 0
}

.our_offering_box ul li {
	list-style: none;
	margin: 0;
	padding: 20px;
	border-bottom: 2px solid #f1f1f1;
	font-weight: 700
}

.brands_section .slick-slide img {
	width: 75%
}

.ourMission {
	padding-bottom: 100px
}

.serviceHeading {
	margin-bottom: 70px
}

.missionList {
	padding: 0;
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 15px 30px;
	margin: 0
}

.missionList li {
	border-bottom: 1px solid #bebebe;
	list-style: none
}

.missionList li>div {
	padding-bottom: 15px
}

.missionList a {
	font-size: 20px;
	color: #222;
	display: flex;
	align-items: center;
	position: relative
}

.missionList span {
	padding-right: 10px
}

.got_a_project {
	margin-bottom: 45px
}

@media screen and (max-width:1280px) {
	.sticky_contact_info p {
		padding-left: 55px
	}
}

@media screen and (max-width:991px) {
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0
	}

	.award_list {
		position: static;
		-webkit-transform: initial;
		transform: initial
	}

	.bc-head-txt-label {
		top: 100px;
		height: auto; display:none;
	}

	.award_list ul li {
		font-size: 20px;
		padding: 15px 0
	}

	.award_list ul li:after {
		margin-top: 25px
	}

	.title_fo h4 {
		font-size: 20px
	}

	.clients_title h3,
	.title_fo h2 {
		font-size: 32px
	}

	.title_fo h4:after {
		margin-top: 4px
	}

	.title_fo h2 {
		line-height: 42px
	}

	.core_services_section .col {
		flex: initial;
		width: 50%
	}

	.brands_logo_img .col {
		width: 50%
	}

	.fo_our_clients .brands_logo_img img {
		width: 100%
	}

	.regular4 {
		padding-left: 20px
	}

	.industries_section .container-fluid {
		padding: 0
	}

	.about_banner_headline_section .banner_title,
	.banner_headline_section .banner_title {
		padding: 0 0px;
		width: 100%
	}
	.about_new_Section{padding:30px;}
	.our_ethics_section .title_fo {padding:0 1rem;}
	.accordion-item{margin:2rem 0rem !important;}

	.contact-form {
		margin-top: 40px
	}

	.cs_banner_headline_section .banner_title h2 {
		font-size: 28px;
		width: 85%;
		line-height: 40px
	}

	.cs_banner_headline_section #section07 {
		left: 34px !important;
		top: 67% !important
	}

	.p-all {
		padding: 40px 0
	}

	.sec_seven_box {
		margin-bottom: 30px
	}

	#section07 {
		right: 40px
	}

	.missionList {
		display: block
	}

	.missionList li {
		padding: 20px 10px
	}

	.missionList li>div {
		padding-bottom: 0
	}
	.underline--magical{margin-bottom:2rem;}
}

@media screen and (max-width:767px) {
	.sect_one_para {
		width: 95%
	}

	.count-up {
		margin-bottom: 40px
	}

	.sticky_contact_info ul li img {
		width: 15px !important
	}

	.sticky_contact_info ul li {
		padding: 0 8px
	}

	.ceo_icon img {
		width: 99px
	}

	.award_list1 {
		width: 85%
	}

	.mobile_icons {
		display: block
	}

	.navbar>.container,
	.navbar>.container-fluid,
	.navbar>.container-lg,
	.navbar>.container-md,
	.navbar>.container-sm,
	.navbar>.container-xl,
	.navbar>.container-xxl {
		display: flex;
		flex-wrap: inherit;
		align-items: center;
		justify-content: initial
	}

	.bc-head-txt-label {
		margin-left: 55px;
		top: calc(50% - .5rem) !important;
		color: #d8d8D899;
		line-height: 0;
		font-size: 50px !important;
		letter-spacing: 10px;
		padding-top: 0;
		position: relative;
		font-weight: bolder;
		-webkit-transform: initial;
		transform: initial;
		white-space: initial;
		-webkit-writing-mode: initial;
		writing-mode: initial;
		height: auto
	}

	.d-desktop {
		display: none !important
	}

	.para-text {
		width: 100%;
		font-size: 18px;
		font-weight: 400;
		line-height: 22px
	}

	.para-heading {
		width: 100% !important;
		font-size: 30px !important;
		font-weight: 600;
		line-height: 35px !important
	}

	.counter-section {
		margin-top: 0;
		position: relative;
		background: #fff;
		margin-left: 0 !important;
		padding: 50px 0;
		width: 100% !important
	}

	.banner_headline_section .banner_title h2 {
		font-size: 32px;
		line-height: 38px
	}

	.banner_headline_section .banner_title p {
		font-size: 16px;
		line-height: 26px
	}

	.startup_text_box {
		position: static;
		width: 100%;
		height: auto !important;
		padding: 10px
	}

	.blog_box {
		margin-bottom: 20px
	}

	.blog_text_sec h3 {
		font-size: 20px;
		line-height: 24px
	}

	.ethics_small_slide {
		position: absolute;
		top: 76px;
		width: 56%;
		left: 11px
	}

	.footer_section .col {
		flex: initial;
		margin-bottom: 20px
	}

	.footer_box h4 {
		color: #fff;
		margin-bottom: 15px
	}

	.pt-40 {
		padding-top: 0
	}

	.footer_box2 ul li {
		margin-bottom: 10px;
		display: block
	}

	.mob-social ul {
		margin-top: 20px
	}

	.mob-social ul li {
		display: inline-block
	}

	.ceo_icon,
	.fo_our_clients .desk-btn,
	.sticky_contact_info p {
		display: none
	}

	.f-right {
		float: none;
		text-align: center
	}

	.fo_our_clients .mob-btn {
		display: block;
		text-align: center
	}

	.ban-txt {
		font-size: 26px;
		padding-top: 40px;
		font-weight: 800;
		color: #fff
	}

	.sect_one_title {
		font-size: 20px;
		color: #242424;
		line-height: normal
	}

	.navbar-brand {
		order: 2;
		position: absolute;
		top: 0;
		left: 29%;
		margin-top: 0
	}

	.navbar-dark .navbar-toggler:focus {
		box-shadow: none
	}

	.our_offering_section .our_offering_box {
		padding: 0;
		margin-top: 20px
	}

	.problm_to_solve .title_fo2 h2 {
		width: 93%
	}
	.partner_testimonials_box{padding:1rem;}
.award_list1 p{font-size:15px !important;line-height:26px !important;}
.accordion-body{font-size:14px;}
.testimonials_writeup{padding-top:2rem;}
.accordion-button{line-height:1.5rem;}
.rated_company_section{padding-top:1.5rem;}
.banner_headline_section .banner_title h1{font-size: 30px;line-height: 40px;}
.banner_title {width:100% !important;}
.gog_reviews_star_inner .gog_icon {margin: initial;text-align: left;width: 50%;margin-bottom: 5px;}
.gog_reviews_star_inner h4{font-size: 0.85rem;}
}

@media screen and (max-width:480px) {
	.mobo-hide {
		display: none !important;
	}

	.des-hide {
		display: block !important;
	}

	.be-btn {
		background: #000;
		color: #fff;
		padding: 10px !important;
	}

	.award_list ul {
		margin: 0;
		padding: 20px 0 20px 5px !important;
	}

	.mr-50px {
		margin-top: 50px !important;
	}

	.padding-client {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important
	}

	.header_fo .navbar-brand img {
		width: 119px;
	}

	.navbar-brand {
		position: absolute;
		top: 0;
		left: 29%;
	}

	.navbar-dark .navbar-toggler:focus {
		box-shadow: none;
	}

	.cs_banner_headline_section #section07 {
		display: none;
	}
}

.ceo_icon {
	position: absolute;
	bottom: 0;
	left: 0;
}

.ceo_icon img {
	width: 130px;
}

.mobileShow {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 999999;
	background-color: #000;
	padding: 10px 0;
}

.be-btn {
	background: 0 0;
	color: #fff;
	padding: 10px 0;
}

.padding-client {
	padding-left: 120px;
	padding-right: 50px;
}

.mark1 {
	background-color: transparent;
	background-image: linear-gradient(120deg, #fbda43 0, #fbda43 100%);
	background-repeat: no-repeat;
	background-size: 100% 35%;
	background-position: 0 100%;
	padding: 0 4px 0 5px;
}

@media only screen and (max-width: 767px) {
	.mobile-header-icon {
		float: none;
		text-align: right;
		width: 85%;
	}
	#section07{display:none;}
	.siq_bR {
    bottom: 50px !important;
    /*right: 10px;*/
}
}

@media only screen and (min-width: 768px) {
	.mobile-header-icon {
		display: none !important;
	}
}