	.h-150{height:150px;
	}

.approach-box-img img {
    width: 50px;
}

ul.checklist li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: -4%;
    font-size: 18px;
    color: #4ca336;
}

ul.checklist li i{
	display: none
}

ul.checklist {
    position: relative;
	margin-left: 20px;
}

.our-services-boxes-new-img img {
    width: 34px;
}

.bg-navy-overlay {
    background: linear-gradient(90deg, #338DFF 0%, rgba(69, 17, 219, 0.671875) 66.34%, rgba(71, 0, 214, 0.37593) 89.06%, rgba(71, 0, 214, 0) 117.93%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}

.h-250{
	height:250px;}

.h-200{
	height:200px;}

.height-400{
	height:400px;
}
.bg-new-color{
	background: linear-gradient(90deg, #FFFFFF 0%, rgb(192 204 240 / 45%) 117.93%);
}

.our-services-sliders .slick-dots li {
    width: 19px;
}

.our-services-sliders .slick-dots li button{
	width: 5px !important;
    height: 5px !important;
}

.our-services-sliders .slick-dots li.slick-active button:before {
    /* opacity: .75; */
    color: #ffffff !important;
}

.slick-dots li button:before{
	    width: 5px !important;
    height: 5px !important;
	color: #ffffff47 !important;
}
.font-size-18px{
font-size:18px!important;	
}
.v-blog {
	background:white;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 13%);
    min-height: 396px;
    margin-top: 20px;
}
.v-blog-img img {
    width: 100%;
    height: 237px;
    object-fit: cover;
}
.v-blog-desc {
    padding: 0 15px 15px;
}
h5.v-blog-head {
    margin-top: 19px;
    font-size: 18px;
	    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #081b3a;
	    height: 52px;
    overflow: hidden;
}
.v-blog-desc p {
    color: #141D60;
    margin: 0;
    font-size: 14px;
    font-weight: 300 !important;
	height: 52px;
    overflow: hidden;
}

.blog-btn-sec {
    text-align: center;
}

.blog-btn-sec a {
    margin-top: 20px;
    display: inline-block;
}

.blog-btn-sec a:hover {
    color: #fff;
}
.sec2contactform h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 500;
    color: #081b3a;
}
.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
    padding: 8px;
    border: 0;
    background: #EDEDED;
    margin: 7px 2px!important;
}
.section2 .col2.first {
    float: left;
}
.section2 .col2 {
    width: 48.71%;
}
.btn-theme {
	margin-top:10px;
    padding: 9px 15px;
    background:linear-gradient(to right, #fbb040 , #ea590e)!important;
    color: #fff;
    transition: 0.5;
    border: none;
} 
.btn-theme2 {
	margin-top:10px;
    padding: 9px 15px;
    background: #84c44c;
    color: #fff;
    transition: 0.5;
    border: 2px solid #84c44c;
}
.btn1 {
    background: linear-gradient(to right, #fbb040 , #ea590e)!important;
    color: #ffffff;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
	border:none!important;
    border-radius:5px!important;
    vertical-align: middle;
    text-decoration: none;
}
.btn2 {
    background: #80C342!important;
    color: #ffffff;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
	border:1px solid #80C342!important;
    border-radius:5px!important;
    vertical-align: middle;
    text-decoration: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("<?=base_url('assets/');?>/img/brand/plus.png")!important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("<?=base_url('assets/');?>/img/brand/minus-sign.png")!important;
}
.list-inline {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
}
.head-btn{
	background: #85ba14;
    padding: 7px 10px;
    /* line-height: 2.5; */
    font-size: 13px;
    display: table;
    height: max-content;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
	text-decoration:none!important;
	border:none!important;
}
.w-100{
	height:70px;
	width:100%;
}
.justify-content-right{
	justify-content:right;
}
.mr-30px{
	margin-right:30px;
}
.our-services-sliders{
	margin-top:10px;
}
a{
	text-decoration:none!important;}

.m-right-150px{
	margin-left:150px!important;
}
.mr-5{
	margin-left:10px;
}
.list-img{
	height:30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(133 186 20)!important;
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-family: 'Outfit', sans-serif!important;
    color: #3c3c3c!important;
    font-weight: 500;
}
.h-60px {
    width: 100%;
    height: auto;
}



p{
	font-family: 'Outfit', sans-serif ;
}
.inner-banner{
	height:458px;
}
.mr-bottom-30{
	margin-bottom:30px;
}

.about-boxes-img img {
    width: 100%;
}
.about-boxes-img{
    margin-bottom: 20px;
}
/*accordian Section*/

.accordion-item {
    background-color: #0c0c54!important;
    border: 1px solid rgba(0,0,0,.125);
}
.font-weight-300{
	font-weight:300!important;
}



.border-left-2px
{
    margin-left: 20px;
    border-left:4px solid #33D693;
    
}
.accordion-body {
    padding: 0rem 1.25rem!important;
}

    .accordion-item {
        background-color: #fff;
        border:0!important;
        border-bottom:1px solid #9f9f9f!important;
    }
    .accordion-button:not(.collapsed) {
    font-family: 'Outfit', sans-serif;
    color: #ffffff!important;
    background-color: #0d0c55!important;
    box-shadow: none!important;
    font-weight: 600;
    font-size: 20px;
}
   
    .accordion-button:focus {
        z-index: 3;
        border-color: white!important;
        outline: 0;
        box-shadow: none!important;
    }
    .accordion-collapse{
        margin: 10px 0px!important;
    }
  .accordion-body p {
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #bdbdbd;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff!important;
    text-align: left;
    background-color: #0c0c54!important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}


 .accordion-button {	 
    font-family: 'Outfit', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.25rem!important;
    font-size: 20px!important;
    color: #2a2d30;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 0;
    overflow-anchor: none;
 }



@media only screen and (max-width: 1024px){
	
}


@media only screen and (max-width: 992px){

.about-section{padding: 30px 0px;}
.brand-section{padding: 30px 0px;}
.our-services-commitment-section{padding: 30px 0px}
.maintainance-plan-section{padding: 30px 0px;}

}

@media only screen and (max-width: 800px){

}

@media only screen and (max-width: 600px){
	ul.checklist li:before{left: -8% !important;}
	.tab-content .offset-lg-1{margin: 0 !important}
	.form-img{display: none !important	}
    .inner-banner{position:relative; background-repeat: no-repeat; background-size: cover; background-position: right;}
	.banner-content { padding: 35px 10px !important;}
    .service-section {
        width: 100%;
        padding: 20px 0px 20px 0px;
        background-color: #fff;
    }
	.h-250{
	height:auto!important;}
.h-200{
	height:200px!important;}
	.h-150{height:auto!important;
	}
	.mr-bottom-30{
	margin-bottom:0px;
}
	.inner-banner{
	height: 560px!important;
}
	.main-foot-link {
    width: 100% !important;
    display: block;
}
	.border-right {
    border-right: none!important;
}
	.mt-80px {
    margin-top: 10px!important;
}
	.m-right-150px{
		margin-left:0px!important;
	}
	.mr-30px{
	margin-right:0px!important;
}
    .h-60px {
    width: auto!important;
    height: auto!important;
}
    .about-five-tab nav {
    margin-left: 50px!important;
}
.approach-section .first-title h1 {
    font-size: 28px!important;
    line-height: 38px!important;
}
.approach-boxes-lists {
   
    display: block!important;
   
}
.cyber-hygin-section .first-title h1 {
    
    font-size: 28px!important;
    line-height: 38px!important;
}
.our-services-boxes-new {
    padding: 10px !important;
   }

   .what-is-coverd--section .first-title h1 {
    
    font-size: 27px!important;
    line-height: 38px!important;
}
.approach-box-img {
    margin-right: 25px!important;
    margin-bottom: 15px!important;
}
.what-is-coverd--section {
    padding: 50px 10px!important;
}
.approach-section {
    padding: 50px 10px!important;
}
.cyber-hygin-section {
    padding: 50px 10px!important;
}
.works-together-section {
    padding: 50px 10px!important;
}
.first-title h1 {
    font-size: 30px!important;
    line-height: 1.2!important;
}
.tab-content {
    padding: 20px 0px!important;
}
}

@media only screen and (max-width: 480px){
	
}

@media only screen and (max-width: 450px){

}

@media only screen and (max-width: 375px){


}

@media only screen and (max-width: 365px){

}



.opacity-full {

    height: 100%;
    width: 100%;
    /*opacity: 0.8;*/
    top: 0;
    left: 0;
}

.bg-gradient-fast-blue-purple{
    background: linear-gradient(90.16deg, rgba(27, 27, 27, 0.75) -1.93%, rgba(217, 217, 217, 0) 99.77%);
}
.inner-banner{position:relative; background-repeat: no-repeat; background-size: cover; background-position: center;}
.banner-content {
    padding: 99px 0px;
}
.banner-content h1{
    font-family: 'Outfit', sans-serif;
    font-style: normal;
   font-weight:600;
    font-size: 40px;
    line-height: 50px;
   color: #FFFFFF;
   margin-bottom: 20px;
    }
    .banner-content p{
		font-weight:300;
        font-family: 'Outfit', sans-serif;
        font-style: normal;
        margin-top: 20px;
        font-size: 15px;
        line-height: 20px;
       color: #FFFFFF;
       margin-bottom: 20px;
    }
.font-weight-500{
	font-weight:500!important;
	
}
	
    .get-started-btn{
		  font-weight:600;
        border: none;
        font-family: 'Outfit', sans-serif;
        font-style: normal;
       
        font-size: 15px;
        line-height: 20px;
       color: #FFFFFF;
     background: linear-gradient(to right, #fbb040 , #ea590e);
       text-decoration: none;
       padding: 10px 30px;
       border-radius: 60px;
       box-shadow: 0 8px 8px -4px #eb60128a;
    }
  .get-started-btn2{
	  font-weight:600;
        border: 1px solid white;
        font-family: 'Outfit', sans-serif;
        font-style: normal;
       
        font-size: 15px;
        line-height: 20px;
       color: #FFFFFF;
     background:transparent;
       text-decoration: none;
       padding: 10px 40px;
       border-radius: 60px;
       margin-left: 20px;
    }

  
.border-new{
    border:0;
    border-bottom:1px dotted #CACACA;
}

.client-section{
    display: inline-flex;
    margin-top: 30px!important;
}
.text-green{
    color:green;
}
.approach-section{
    padding:50px 30px;
}

.approach-section .first-title h1{
    text-align: center;
       position: relative;
   font-family: 'Outfit', sans-serif;
    color: white;
    font-weight:600;
    font-style: normal;
    font-size: 42px;
    line-height: 60px;

}
.bg-dark-blue{
    background: #040039;
}
.margin-top-10px{
	margin-top:10px;
	margin-bottom:10px;
}
.approach-boxes-lists {
background: radial-gradient(28% 100% at 50% 50%, #171558 0%, rgba(22, 21, 80, 0) 100%);
   font-family: 'Outfit', sans-serif;
       align-items: center;
    border: 1px solid #27255c;
    display: inline-flex;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
}
.approach-box-img{
    margin-right: 25px;
}
.approach-boxes-lists  h3{
	font-weight: 300;
      font-family: 'Outfit', sans-serif;
    font-size:18px;
    color:white;
}
.approach-boxes-lists  p{
	font-weight: 300;
      font-family: var(--primary-font);
    font-size: 15px;
    color:#aeaeae;
}
.cyber-hygin-section{
    padding:50px 30px;
}
.bg-dark-blue1 {
    background: linear-gradient(0deg, #03003f, #0e0e58);
}

.cyber-hygin-section .first-title h1{
    text-align: center;
       position: relative;
   font-family: 'Outfit', sans-serif;
    color: white;
    font-weight:600;
    font-style: normal;
    font-size: 42px;
    line-height: 52px;

}
.secured-from-section{
    padding-top: 50px;
}
.secured-from-section .first-title h1{
     margin-bottom: 20px;
}
.secured-from-section .first-title p{ 
	font-size:15px;
	color: #aeaeae;
    margin-bottom: 20px;
}

.our-services-boxes-new {
    padding: 30px 15px;
    border: 1px solid #4b4797;
    margin: 5px;
    border-radius: 10px;
}
.our-services-boxes-new-content h4{
	font-weight:300;
      margin-bottom: 20px;
    font-size: 18px;
   font-family: 'Outfit', sans-serif;
    color: white;
}
.our-services-boxes-new-content p{
	font-weight:300;
    font-size: 12px;
  font-family: 'Outfit', sans-serif;
    color: #a9a9c1;
}
.new-bg{
    background-image: linear-gradient(to right, #0e0e58 , #03003f)!important;
}
.our-services-boxes-new-img {
    margin-bottom: 20px;
}
.bg-light-blue{
    background: linear-gradient(90deg, #FFFFFF 0%, rgb(192 204 240 / 45%) 117.93%);
}
.works-together-section{
 padding:50px 30px;
}

/*tabss*/


.hide {
        display: none;
}

.tab-content {
        padding:35px 0px;
}

#material-tabs {
    font-family: 'Outfit', sans-serif;
        position: relative;
        display: block;
      padding:0;
        border-bottom: 2px solid #d5dcef;
	text-align: center;
}

#material-tabs>a {
      font-family: 'Outfit', sans-serif;
        position: relative;
     display:inline-block;
        text-decoration: none;
        padding: 22px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: normal;
        color: #424f5a;
        text-align: center;
        outline:;
}

#material-tabs>a.active {
    color:#86b914;
        font-weight: 700;
        outline:none;
            border-bottom: 3px solid #86b914;
}

#material-tabs>a:not(.active):hover {
        background-color: inherit;
        color: #7c848a;
}

@media only screen and (max-width: 520px) {
        .nav-tabs#material-tabs>li>a {
                font-size: 11px;
        }
         .padding-60px-lr{
        padding: 0px 10px!important;
    }
    .margin-bottom-20px{
margin-bottom: 20px!important;
    }
     .padding-bottom-20px{
padding-bottom: 20px!important;
    }
    .get-started-btn2 {
    
    margin-left: 0px!important;
}
	footer {
    padding: 50px 30px 20px 30px!important;
	}
.hygine-for-free-section{
        position: relative!important;
    left: 10px!important;
 right: 10px!important;

        box-shadow: ;
        border-radius: 40px;
        padding: 30px 50px;
        background-color: white;
    }
    .padding-30px-tb {
    padding: 30px 0px!important;
}

}

.
.Comlexity-box h4{
   margin-bottom: 20px;
   font-weight: normal;
    font-size: 26px;
  font-family: 'Outfit', sans-serif;
    color: black;
}
.Comlexity-box p{
   margin-bottom: 20px;
   font-weight: 300;
    font-size: 15px;
   font-family: 'Outfit', sans-serif;
    color: black;
}
/* close tabs*/

.what-is-coverd--section{

padding:50px 30px;
}
.what-is-coverd--section .first-title h1{
 text-align: center;
       position: relative;
  font-family: 'Outfit', sans-serif;
    color: white;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
    line-height: 60px;
    
}


/*new tabs
/*===========================
  about-05 css
===========================*/
.about-five {
  background-color: var(--light-3);
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-five {
    padding-top: 100px;
    padding-bottom:70px;
  }
}
@media (max-width: 767px) {
  .about-five {
    padding-top: 80px;
    padding-bottom:60px;
  }
}
.about-five-content{
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-five-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-five-content {
    padding-left: 0;
  }
}
.about-five-content .small-title {
  position: relative;
  padding-left: 30px;
}
.about-five-content .small-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background-color: var(--primary);
  height: 2px;
  width: 20px;
  margin-top: -1px;
}
.about-five-content .main-title {
  margin-top: 20px;
}
.about-five-content .about-five-tab {
  margin-top: 40px;
}
.about-five-content .about-five-tab nav {
  border: none;
  background-color: var(--light-1);
  padding: 15px;
  border-radius: 5px;
}
.about-five-content .about-five-tab nav .nav-tabs {
  border: none;
}
.about-five-tab .nav-tabs {
    border: 0!important;
}
.about-five-tab nav {
    margin-left: 300px;
}
.about-five-tab .nav-tabs .nav-link.active {
    color: #b1d649!important;
    background-color:#03003f;
    border-color: #03003f;
}
.about-five-tab .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.about-five-tab .nav-tabs .nav-link:hover {
    border-color: #03003f;
    isolation: isolate;
    color:white;
}
.about-five-content .about-five-tab nav button {
  border: none;
  color: var(--dark-1);
  font-weight: normal;
  padding: 0;
  margin-right: 20px;
  position: relative;
  background-color: var(--white);
  padding: 10px 18px;
  border-radius: 4px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .about-five-content .about-five-tab nav button {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .about-five-content .about-five-tab nav button:last-child {
    margin: 0;
  }
}
.about-five-content .about-five-tab nav button:hover {
  color: var(--primary);
}
.about-five-content .about-five-tab nav button.active {
  background-color: var(--primary);
  color: var(--white);
}
.about-five-content .about-five-tab nav button:last-child {
  margin-right: 0;
}
.about-five-content .about-five-tab .tab-content {
  border: none;
  padding-top: 30px;
}
.about-five-content .about-five-tab .tab-content p {
  margin-bottom: 20px;
}
.about-five-content .about-five-tab .tab-content p:last-child {
  margin: 0;
}

.about-image-five {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five {
    margin-bottom: 70px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .about-image-five {
    margin-bottom: 60px;
    padding-left: 0;
  }
}
.about-image-five .shape {
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five .shape {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five::before {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .about-image-five::before {
    display: none;
  }
}
.about-image-five img {
  width: 100%;
  z-index: 2;
}

/*new tabs closed*/



/*new tabs
/*===========================
  about-05 css
===========================*/
.about-five {
  background-color: var(--light-3);
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-five {
    padding-top: 100px;
    padding-bottom:70px;
  }
}
@media (max-width: 767px) {
  .about-five {
    padding-top: 80px;
    padding-bottom:60px;
  }
}
.about-five-content{
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-five-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-five-content {
    padding-left: 0;
  }
}
.about-five-content .small-title {
  position: relative;
  padding-left: 30px;
}
.about-five-content .small-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background-color: var(--primary);
  height: 2px;
  width: 20px;
  margin-top: -1px;
}
.about-five-content .main-title {
  margin-top: 20px;
}
.about-five-content .faq-tab {
  margin-top: 40px;
}
.about-five-content .faq-tab nav {
  border: none;
  background-color: var(--light-1);
  padding: 15px;
  border-radius: 5px;
}
.about-five-content .faq-tab nav .nav-tabs {
  border: none;
}
.faq-tab .nav-tabs {
    border: 0!important;
}
.faq-tab nav {
    margin-left: 300px;
}
.faq-tab .nav-tabs .nav-link.active {
    color: #b1d649!important;
    background-color:#03003f;
    border-color: #03003f;
}
.faq-tab .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.faq-tab .nav-tabs .nav-link:hover {
    border-color: #03003f;
    isolation: isolate;
    color:white;
}
.about-five-content .faq-tab nav button {
  border: none;
  color: var(--dark-1);
  font-weight: normal;
  padding: 0;
  margin-right: 20px;
  position: relative;
  background-color: var(--white);
  padding: 10px 18px;
  border-radius: 4px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .about-five-content .faq-tab nav button {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .about-five-content .faq-tab nav button:last-child {
    margin: 0;
  }
}
.about-five-content .faq-tab nav button:hover {
  color: var(--primary);
}
.about-five-content .faq-tab nav button.active {
  background-color: var(--primary);
  color: var(--white);
}
.about-five-content .faq-tab nav button:last-child {
  margin-right: 0;
}
.about-five-content .faq-tab .tab-content {
  border: none;
  padding-top: 30px;
}
.about-five-content .faq-tab .tab-content p {
  margin-bottom: 20px;
}
.about-five-content .faq-tab .tab-content p:last-child {
  margin: 0;
}

.about-image-five {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five {
    margin-bottom: 70px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .about-image-five {
    margin-bottom: 60px;
    padding-left: 0;
  }
}
.about-image-five .shape {
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five .shape {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five::before {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .about-image-five::before {
    display: none;
  }
}
.about-image-five img {
  width: 100%;
  z-index: 2;
}

/*new tabs closed*/

/* accordin start */

.Comlexity-box h4{
   font-family: 'Outfit', sans-serif;
    font-weight: normal;
    font-size: 34px;
    margin-bottom: 20px;
}

.tab-content .offset-lg-1{
 margin-left: 3.33rem
}

/*ul.checklist li i {
    display: none;
}*/

ul.checklist li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: -4%;
    font-size: 18px;
    color: #4ca336;
}

.text-center{
    text-align: center!important;
}

    .text-left{
 text-align: left!important;
    }
    .margin-left-215{
        margin-left: 415px!important;

    }   

    .padding-30px-tb{
        padding: 50px 0px;
    }
    .bg-light-green{
        height: 300px;
        background-color: #91c120;
    }
    .hygine-for-free-section{
        position: absolute;
    left: 150px;
 right: 150px;

        box-shadow: ;
        border-radius: 40px;
        padding: 30px 50px;
        background-color: white;
    }

     .hygine-for-free-section h2{
		 font-weight:600;
        font-size: 30px;
       font-family: 'Outfit', sans-serif;
        
     }
    .text-color-black{
        color:black!important;
    }
    .text-color-gray{
        color:#665e5e!important;
    }
    .position-absolute{
        position: absolute;
    }
.dropdown-menu {
    padding: 35px!important;
    background: #f8f8fb;
    top: 120%!;
    border: none!important;
    margin-top: 0!important;
}
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.nav-item.dropdown .dropdown-menu a {
    display: inline-block;
    line-height: 2;
    white-space: nowrap;
    position: relative;
    background: none;
    color: #232323;
    font-size: 15px;
    font-weight: 400;
	font-family:'Outfit';
	margin-bottom:10px;
}
.nav-item.dropdown .dropdown-menu a:hover{
    color:#80C342!important;
	
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #80C342!important;
}

.cool-link {
    display: inline-block;
    color:  #80C342;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background:  #80C342;
    transition: width .5s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .5s;
}

    .padding-60px-lr{
        padding: 0px 60px;
    }

footer {
	color: #fff!important;
	background: #0A0F33!important;
    width: 100%;
   font-family:'Outfit'!important;
    padding: 50px 60px 20px 60px;
	font-weight:normal!important;
}
.mb-10px {
    margin-bottom: 20px;
}

.mt-80px {
    margin-top: 80px;
}
ul{
	padding:0px!important;
	list-style:none!important;
}
.footer-link li a{
	color:white!important;
}
.footer-heading {
    margin-bottom: 30px;
    color: #fff;
}
.main-foot-link a{
	color:white;
}
.border-right {
    border-right: 1px solid;
}
.main-foot-link a {
    margin: 0 10px;
    color: #efefef;
    font-size: 13px;
}

.mb-10px {
    margin-bottom: 20px;
}
.footer-flex {
    margin-bottom: 15px;
}
.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
.footer-flex p a {
    color: #efefef;
}
.footer-flex p {
    font-size: 14px;
    margin: 0;
    color: #efefef;
}
.footer-flex i {
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
}
.footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
}