body{
	margin-bottom:0px;
}
.sspc{
	padding-bottom: 50px;
}
ul{
	padding-left: 0;
}
/*navigation
===============*/
/*#menu a{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
#menu .navbar-nav > li > a{
	padding: 20px;
}

#menu.navbar{
	padding-top: 0;
	padding-bottom: 0;
}
#menu .navbar-nav .nav-link {
    color: #000;
}
#menu .navbar-nav .active .nav-link,
#menu .navbar-nav .nav-link:hover{
	background-color: #6cd0c3;
}
#menu .dropdown-menu{
	border: 0;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;

}
#menu .dropdown-menu a{
	border-bottom: 1px solid #6cd0c3;
	padding: 0px 10px;
	line-height: 40px;
	
}
#menu .dropdown-menu a:hover{
	background-color: #6cd0c3;
}
#menu .dropdown-menu a:last-child{
	border-bottom: 0;
}
#menu button:focus{
	outline:none;
}

#menu .navbar-toggler-icon1,
#menu .navbar-toggler-icon2,
#menu .navbar-toggler-icon3{
	width: 35px;
	height: 5px;
	background-color: #6cd0c3;
	border-radius: 3px;
	display: block;
	margin-bottom: 5px;
	transition: all 0.2s ease-in;
}


.change .navbar-toggler-icon1{
	transform: rotate(45deg) translate(10px, 9px);
}
.change .navbar-toggler-icon2{
	opacity: 0;
}
.change .navbar-toggler-icon3{
	transform: rotate(-45deg) translate(5px, -5px);
}*/


/*@media screen and (max-width: 991px){*/
	/**/
/*}*/


/*
slider styles
======================*/
#mslider {
	overflow: hidden;
}
#mslider .carousel-caption{
	text-align: left;
	top: 0;
	bottom: 0;

}
#mslider .carousel-caption .img{
	top: 40%;
	position: relative;
}

#mslider .carousel-caption .content{
	top: 40%;
	position: relative;
	padding:0 50px;
}
#mslider .content p{
	margin-top: 30px;
	line-height: 30px;
}
#mslider .btn{
	border-radius: 0;
	padding: 10px 50px;
	margin-top: 30px;
	background-color: #000;
	border: 0;
}
#mslider .carousel-control-prev, 
#mslider .carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;

}
#mslider .carousel-control-prev{
	left: -10px;
}
#mslider .carousel-control-next{
	right: -10px;
}

/* countdown styles
==================================*/
#countdown {
    position: unset
    bottom: 0;
    left: 0;
    right: 0;
    /*top: 0;
    box-shadow: 0px -1px 3px 0px #aeaeae;*/
    z-index: 9999;
    background-color: #f8f8f8;
    border-bottom:1px solid #ededed;
}
#countdown .time{
	color: #fff;
}
#countdown .time-box{
	background-color: #7dd5c9;
	float: left;
	border-right: 1px solid #a1f9ed;
    border-left: 1px solid #47a599;
	padding: 6px 16px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#countdown .time-box:last-child{
	border-right:0;
}
#countdown .time-box:first-child{
	border-left: 0;
}
#countdown .time-box p{
	font-size: 12px;
	margin-bottom: 0px;
}
#countdown .offer{
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	color: #666;
	padding:0;
}
#countdown .offer a{
	color: #44b4a5;
}

/*get styles
=================*/
#get h3, 
#experience h3, 
#money h3, 
#friend h3,
#plans h3{
	text-align: center;
	/*margin-bottom: 40px;*/
	line-height: 100px;
	font-size: 35px;
}


#get ul{
	list-style: none;
}
#get li{
	line-height: 25px;
	position: relative;
	padding:15px;
	padding-left: 25px;
	border-bottom: 1px dashed #ccc;
}
#get li:last-child{
	border-bottom: 0;
}
#get li:hover{
	color: #44b4a5;
}
#get li:before{
	
	content: '\f058';
	display: inline-block;
	position: absolute;
	left: 0px;
	color: #44b4a5;
}
/*experience styles
=======================*/
#experience .list{
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 50px;
}
#experience img{
	max-width: 100px;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
/*money styles
=======================*/

#money .content{
	background-color: #ededed;
	padding: 40px 20px;
	margin-left: 50px;
	margin-right: 50px;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #c5c5c5;
}
#money .content .btn{
	padding:10px 80px ;
	margin-top: 30px;
	border: 0;
	border-radius: 0;
}
#money .content .btn-primary{
	background-color: #000;
	color: #fff;
}

/* friend styles
=========================*/
#friend{
	margin-bottom: 100px;
}
#friend .list {
    padding: 20px;
    border-radius: 10px;
}
#friend .item{
	padding:30px 20px;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 30px;
}
#friend .list .item img{
	max-width: 70px;
	margin-bottom: 15px;
}
#friend .list .item p{
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: bold;
}

#friend .cpitem {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}
#friend .cpitem img{
	max-width: 70px;
	width: 100%;
	display: block;
}
#friend .cpitem:last-child {
    border-bottom: 0;
}

#friend .cpitem h4{
	line-height: 65px;
}


/* plans styles
=====================*/
#plans .container{
	max-width: 1300px;
}
#plans .plan .panel-heading{
	background-color: #222;
	color: #fff;
}
#plans .plan .panel-heading h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 12px 0;
    line-height: 1.1;
}
#plans .plan .panel-body{
	position: relative;
	font-size: 12px;

}
#plans .plan h4 {
    color: #6cd0c3;
    font-size: 59px;
    letter-spacing: -.07em;
    margin: 0;
    padding: 0;
    text-align: center;
}
/*#plans .plan .alist{
	position: relative;
	cursor: pointer;
	background-color: #282828;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #383838;
}
#plans .plan .alist .fas {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 20px;
    margin-top: -10px;
    color: #fff;
}
#plans .plan .list{
	display: none;
	color: #fff;
	position: absolute;
	width: 100%;
}
#plans .plan .list ul{
	list-style: none;
}
#plans .plan .list li{
	background-color: #282828;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #383838;
}
#plans .plan .list li:hover{
	background-color: #383838;
}
#plans .plan .list.active{
	display: block;
}*/

.mcustom-select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .mcustom-select {
     position: relative;
}
 .mcustom-select__trigger {
     position: relative;
     padding-top: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid #383838;
     font-size: 12px;
     font-weight: 300;
     color: #fff;
     background: #282828;
     cursor: pointer;
}
 .mcustom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     
     color: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
}
 .mcustom-select.open .mcustom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
}
 .mcustom-option {
     position: relative;
     display: block;
     padding-top: 10px;
     padding-bottom: 10px;
     background: #282828;
     color: #fff;
     cursor: pointer;
     transition: all 0.5s;
     border-bottom: 1px solid #383838;
}
 .mcustom-option:hover {
     cursor: pointer;
     background: #484848;
}
.arrow {
     position: absolute;
     height: 15px;
     width: 15px;
     top: 50%;
     right: 5px;
     margin-top: -8px;
}
.arrow::before, .arrow::after {
     content: "";
     position: absolute;
     right: 0;
     width: 0.15rem;
     height: 100%;
     transition: all 0.5s;
}
.arrow::before {
     left: -5px;
     transform: rotate(-45deg);
     background-color: #fff;
}
.arrow::after {
     left: 5px;
     transform: rotate(45deg);
     background-color: #fff;
}
.open .arrow::before {
     left: -5px;
     transform: rotate(45deg);
}
.open .arrow::after {
     left: 5px;
     transform: rotate(-45deg);
}
#plans .plan ul.features{
	list-style: none;
	margin-bottom: 0;
}
#plans .plan .features li{
	line-height: 50px;
}
#plans .plan .features li:nth-child(even){
	background-color: #ccc;
}
#plans .plan .panel-footer{
	padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
}
#plans .plan .panel-footer .btn{
	background-color: #6e6e6e;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 10px 30px;
}
#plans .plan .panel-footer .btn:hover{
	background-color: #de6262;
}




@media screen and (min-width:992px){
	/*#menu .dropdown-menu{  
		display:block; 
		opacity: 0;  
		visibility: hidden; 
		transition:.3s;
	}
	#menu .dropdown-menu.fade-up{ 
		top:180%;  
	}
	#menu .nav-item:hover .dropdown-menu{ 
		transition: .3s; 
		opacity:1; 
		visibility:visible; 
		top:100%; 
		transform: rotateX(0deg); 
	}*/
	
}
@media screen and (max-width: 1199px){
	#mslider .carousel-caption .content{
		top: 20%;
	}
	#mslider .carousel-caption .img{
		top: 20%;
	} 
}

@media screen and (max-width: 991px){
	/*#menu.navbar{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#menu .navbar-nav{
		margin-top: 20px;
	}*/
	#mslider .carousel-caption .content{
		padding: 0 10px;
		top: 10%;
	}
	#mslider .content p{
		margin-top: 10px;
	}
	#mslider .content .btn{
		margin-top: 10px;
	}

	#countdown .offer {
	    line-height: 70px;
	    font-size: 16px;
	    font-weight: bold;
	    margin-bottom: 0;
	    color: #666;
	}
	#plans .plan .panel-heading h3{
		font-size: 19px;
	}
	#plans .plan .panel-footer .btn{
		font-size: 16px;
		line-height: 25px;
	}
	#get h3, #experience h3, #money h3, #friend h3, #plans h3 {
	    
	    line-height: 40px;
	    font-size: 30px;
	}
}

@media screen and (max-width: 767px){
	#mslider .carousel-caption .img{
		display: none;
	}
	#mslider .carousel-caption h2{
		font-size: 18px;
	}
	#mslider .carousel-caption p{
		line-height: 20px;
		font-size: 14px;
	}
	#mslider .carousel-caption .btn{
		padding: 5px 10px;
	}
	#get h3, #experience h3, #money h3, #friend h3, #plans h3 {
	    line-height: 40px;
	    font-size: 30px;
	}
	#countdown {
		text-align: center;
	}
	#countdown .time {
	    
	    display: inline-block;
	}
}

@media screen and (max-width: 575px){
	.sspc{
		padding-bottom: 20px;
	}
	#mslider .carousel-caption .content{
		top: 0%;
	}
	#mslider .carousel-caption h2{
		font-size: 12px;
	}
	#mslider .carousel-caption p{
		line-height: 12px;
		font-size: 10px;
		margin-bottom: 5px;
	}
	#mslider .carousel-caption .btn{
		padding: 2px 5px;
		margin-top: 5px;
		font-size: 10px;
	}
	#mslider .carousel-control-prev, #mslider .carousel-control-next {
		width: 40px;
		height: 40px;
		top: 40%;
	}
	#get h3, #experience h3, #money h3, #friend h3, #plans h3 {
	    line-height: 30px;
	    font-size: 20px;
	}

	#money .content .btn{
		font-size: 16px;
		padding: 10px 20px;
	}
	#friend .cpitem h4{
		text-align: center;
	}
	#friend .cpitem img{
		margin: 0 auto 10px;
	}
}
.top-currency{
  position: absolute;
  right: 9px;
  top: 18px;
}
.e-btn{
border-radius:0;
}
h1, h2, h3, h4, h5, h6{
color: #000;
}
.features, .testimonials.gray, .pricingtables{
background-color: #f6f6f6;
}
.feature h4{
  font-weight:bold;
}
.e-btn:hover{
 background-color:#44b4a5 !important;
}
.section-heading h1, .section-heading h2{
	text-align:center;
}
.section-heading span{
   opacity:0.8;
   max-width: 700px;
   margin: 0 auto;
   display: block;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
margin-bottom: 20px;
}
.project-counter .item{
   text-align:center;
}
.project-counter .number{
  font-size: 35px;
  font-weight: bold;
  color: #6cd0c3;
}
.project-counter .item i{
  font-size: 50px;
  font-weight: bold;
  color: #6cd0c3;
}
.project-counter .item .item-details{
   padding: 20px;
   border: 1px solid #ededed;
   border-radius: 6px;
   background: #f9f9f9;
}
.why-choose-us-content{
   display: flex;
}
.why-choose-us-content .why-choose-content{
   display: inline-grid;
}
.why-choose-us .feature img{
 max-width:80px;
}
.why-choose-us .feature{
    background: #fff;
    padding: 30px;
    /* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06); */
    border: 1px solid #efefef;
   border-radius:12px;
}
.why-choose-us .feature:hover{
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.testimonial-content img{
    max-width: 80px;
    max-height: 80px;
}
.features, .calltoaction, .pricingtables, .statistics, .testimonials{
	padding:60px 0;
}
.owl-theme .owl-controls .owl-page span{
 background-color:#6cd0c3
}
.spacing-40{
   padding-top:40px;
}
.pricingtables .panel{
   margin:10px;
   border:1px solid transparent;
   border-radius: 12px;
}
.pricingtables .panel:hover{
   border-color: #6CD0C3;
}
.pricingtables .savings{
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap:10px;
    align-items: center;
    margin-top: 10px;
}
.pricingtables .savings p{
  background: red;
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  padding: 0px 11px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.pricingtables .savings .regular-prices{
   font-size: 22px;
   color: #333;
   font-weight: 600;
   text-decoration: line-through;
   padding: 0;
}
.calltoaction{
	background-image:none;
	background-color:#6CD0C3;
}
.cta-content {
    background: #186bd5;
    border-radius: 12px;
}
.d-flex{
display:flex;
}
.calltoaction-partner{
display:flex;
}
.partner-sec{
display: inline-grid;
}
.main-partner {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
}
.partner-img{
   align-items: center;
   padding-top: 20px;
   gap: 20px;
   flex-wrap: wrap;
}
.pricingtables ul li:nth-child(even){
   background: transparent;
}
.pricingtables ul{
   text-align: left;
}
.pricingtables .most-popular ul li{
    padding: 14px 15px;
}
.pricingtables ul li {
    border: 0;
    font-size: 16px;
    padding: 14px 15px;
    border-bottom: 1px solid #ededed;
    display: flex;
    gap: 10px;
    line-height: normal;
}
.pricingtables ul li svg{
   max-width: 14px;
   width: 14px;
   fill: #00B67A;
}
.pricingtables .panel-footer{
   background: #fff;
   border-radius: 12px;
   border-top: 0;
}
.pricingtables h4{
   letter-spacing: 0;
   font-size: 46px;
   color: #333;
   padding: 5px 0 10px;
}
.pricingtables h4 sub{
   font-size: 16px;
}
.pricingtables .panel-body span{
   color:#6CD0C3;
   padding: 7px 12px;
}
.pricingtables .panel-body{
	background: #fff;
}
.save-price{
   background: rgba(108, 208, 195, 0.2);
    border-radius: 40px;
    font-size: 12px;
    padding: 8px 10px;
}
.pricingtables .panel-heading{
   background: #fff;
   border-radius: 12px;
}
.pricingtables .panel-heading h3{
   color: #555;
   font-size: 20px;
   font-weight: bold;
   letter-spacing: -.01em;
}
.pricingtables .btn-pricetable{
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 8px;
  background:#6CD0C3
}
.pricingtables .most-popular{
 box-shadow:none;
}
.pricingtables .most-popular .panel{
   border:3px solid #6CD0C3;
}
.pricingtables .most-popular .panel-body, .pricingtables .most-popular .panel-heading{
  background: #fff;
}
.pricingtables .most-popular h4, .pricingtables .panel-heading h3{
    color: #333;
}
.popular-tag{
    position: absolute;
    top: -15px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #DE6262;    
    width: fit-content;
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: capitalize;
}
.sf-menu li a{
   padding: 12px 20px !important;
   letter-spacing:0;
}
.sf-arrows .sf-with-ul:after{
   right: 6px !important;
}
.pricingtables ul.nav-pills{
    margin: 0 auto;
    background: #fff;
    width: fit-content;
    border-radius:40px;
}
.pricingtables ul.nav-pills li{
    padding:8px;
}
.pricingtables ul.nav-pills li, .pricingtables .nav-pills>li.active>a{
   border-radius: 40px;
   border:0;
}
.pricingtables .nav-pills>li.active>a, .pricingtables .nav>li>a:focus, .nav>li>a:hover{
    background:#6CD0C3;
    border-radius: 40px;
    color: #fff;
}
.pricingtables .tab-content{
  margin-top: 80px;
}
#autoModal.modal{
   z-index: 99999;
}
.rethink{
    background-image: url(../images/aws-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.rethink h2{
color: #fff;
max-width: 400px;
}
.rethink .thumbnail{
   border-left: 3px solid #DE6262;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.rethink .thumbnail .caption{
padding: 15px 25px;
}
.approach{
    content: '';
    background-image: url(../images/aws-bg-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 100px;
    background-position: center;
    max-width: 800px;
    max-height: 500px;
}
.approach{

}
@media(min-width:1750px){
.custom-container{
 width:1700px;
 }
.custom-container .row{
 max-width:1700px;
 }
}
.experts{
   display: flex;
   justify-content: space-between;
   align-items: center;
   max-width: 1300px;
   margin: 0 auto;
   gap:50px;
}
.d-grid{
display:grid;
}
.expertise{
 clear:both;
 display:block;
}
.expertise{
 background-color:#DE6262;
 padding: 80px 0;
 color: #fff;
 position:relative;
}
.expertise::before{
    content: '';
    background-image: url(../images/aws-bg-3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    width: 800px;
    position: relative;
    position: absolute;
    top: -40px;
}
.expertise .aws-heading h2, .approach .aws-heading h2, .approach .aws-heading p{
   color: #fff;
}
.partner-block{
   background-color: #fff;
   border: 1px solid #c9c9c9;   
   padding: 35px;
}
.partner-block-list{
 list-style-type:none;
 display: block;
 column-count: 3;
 gap: 25px;
}
.partner-block-list-item{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}
.trusted-partnership .trusted-brand{
   display:flex;
   justify-content: end;
}
.trusted-partnership .caption{
 padding:15px;
}
.aws-heading h2{
   font-size:42px;
   font-weight:600;

}
.asw-jumbotron p{
   color: #000;
   font-size: 16px;
   font-weight: 400;
}
.aws-features .panel-title a{
   font-size: 24px;
   font-weight: 500;	
}
.aws-features .panel-title a:hover{
 color: #DE6262;
}
.aws-features .panel-heading{
  padding:20px 25px;
  background: transparent;
  border: none;
}
.aws-features .panel-group .panel{
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}
.aws-features .panel-group{
    box-shadow: 0 4px 20px #c9c9c9;
}
.aws-page .btn-primary {
    background-color: #DE6262 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}
.aws-page .btn-primary:hover{
    background-color: #122b40 !important;
}
.aws-page p{
font-weight:400;
}
.aws-solution{
margin-bottom: 0;
}
.aws-solution .aws-heading h2{
    font-size: 26px;
    font-weight: 500;
   line-height: normal;
}
.aws-advantage .caption span, .approach .caption span{
    font-weight: 500;
    color:#44b4a5;
}
.aws-advantage .caption h3, .approach .caption h3{
    color:#444;
    font-size: 22px;
}
.aws-advantage .caption p, .approach .caption p{
    color:#777;
    font-size: 16px;
}
.thumbnail{
 position:relative;
}
.aws-advantage .thumbnail:hover, .approach .thumbnail:hover{
 border-bottom:1px solid #DE6262;
 box-shadow: 3px 8px 4px 0px rgba(0, 0, 0, 0.09);
}
.aws-advantage .thumbnail:hover::before, .approach .thumbnail:hover::before{
   content: '';
   background-color:#DE6262;
   display: inline-block;
   height: 4px;
   position: absolute;
   top: auto;
   bottom:0;
   left:0;
   right:0;
   width:100%;
}
.aws-page .btn-link{
 color: #DE6262;
}
.expertise-items{
  gap: 20px;
  justify-content: space-around;
  align-items: anchor-center;
}
.expertise-items h3{
   font-size: 32px;
   color:#fff;
   font-weight: 600;
}
.expertise-items i{
   font-size: 80px;
   color:#fff2f2;
   opacity:0.5;
}
.ready-to-start{
background: #000;
}
.ready-to-start .aws-heading h2{
color:#fff;
}
.ready-to-start .aws-heading p{
    color: #afafaf;
}
.ready-to-start .btn-primary{
background: transparent !important;
    border: 2px solid #fff;
    font-size: 18px;
    padding: 15px 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
#collapse1 ul li{
   font-size: 16px;
   margin-bottom: 20px;
    margin-left: 25px;
}

#collapse1 ul li::before {
    background-color: #DE6262;
    content: ' ';
    display: inline-block;
    height: 8px;
    margin-left: -20px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    width: 8px;
}
#collapse1 .alink{
    margin-bottom: 10px;
}
.alink{
   font-size: 16px;
}
.features-item-blocks h3{
   font-size: 20px;
   line-height: normal;
}
@media(max-width:767px){
.partner-block-list{
    column-count: 1;
}
.experts{
display:grid;
gap:20px;
}
.expertise-items h3{
font-size: 22px;
}
.aws-features{
 padding:0;
}
.approach, .aws-advantage, .aws-advantage .card-list .col-md-4, .experts, .expertise-content, .approach .custom-container, .approach-items .col-md-4{
 padding:0;
}
}
@media(max-width:991px){
.aws-heading h2{
   font-size: 30px;
}
.expertise::before{
 width:0;
}
}
@media(min-width:768px) And @media(max-width:991px){
.partner-block-list{
    column-count: 2;
}
}
.statistics{
  background-image: url(../images/project-counter-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}
.statistics .section-heading h2, .statistics .section-heading span{
   color: #fff;
}
#autoModal .modal-content{
 padding:0;
}
#autoModal .btn-danger{
    position: absolute;
    right: 12px;
    background: transparent;
    color: #F62459;
    font-size: 32px;
    padding: 0;
    box-shadow: none;
    top: 6px;
}
.sf-menu ul{
 min-width:700px;
}
.menu-level-1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social {
    background: #000;
}
 .custom-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark background */
    justify-content: center;
    align-items: center;
  }
  .custom-modal-content {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    position: relative;
    width: 300px;
    text-align: center;
  }
  .custom-modal-content button.close {
    position: absolute;
    top: 8px; right: 8px;
    border: none; background: transparent;
    font-size: 1.5rem; cursor: pointer;
  }
#money .content {
    background-color: #DE6262;
    padding: 40px 20px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #DE6262;
    color: #fff;
}
#money h3{
    color: #fff;
}
.faq-questions h3.badge {
    border-radius: 6px;
    padding: 17px 32px;
    display: table;
    margin: 0 auto;
    margin-top: -18px;
    background: #DE6262;
    font-size: 18px;
}
.faq .panel-heading {
    background: #f8f8f8;
    color: #333;
    border-radius: 6px !important;
    padding: 12px;
    border: 1px solid #ebebeb;
}
.faq-questions {

   border: 1px solid #ddd;
   border-radius: 6px;
}
.sspc h4{
 color: #DE6262;
}
.needsupport h3.badge {
    border-radius: 3px;
    padding: 17px 32px;
    display: table;
    margin: 0 auto;
    margin-top: -18px;
    font-size: 18px;
    background: #DE6262;
    border-radius: 6px;
}
.supportchannels .block-grid-item i {
    background: #7dd5c9;
    border: 6px solid #a5e7de;
    border-radius: 50%;
    color: #fff;
    font-size: 38px;
    text-align: center;
    transition: all 0.4s ease;
    webkit-transition: all 0.4s ease;
    width: 90px;
    height: 90px;
    line-height: 78px;
    padding:0;	
}
.needsupport h6 {
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
#autoModal .modal-content{
  max-width:480px;
  margin-top:100px;
}

.secondary-tables.pricingtables ul li:nth-child(even), .secondary-tables.pricingtables ul li:nth-child(odd){
   background: #f8f8f8;
}
.secondary-tables.pricingtables .panel-footer, .secondary-tables.pricingtables .panel-body{
background: #f2f2f2;
}
.secondary-tables.pricingtables.default .panel-heading{
background: #6CD0C3;
}
.secondary-tables.pricingtables ul li{
   border-bottom:1px solid #e5e5e5;
}
.secondary-tables.pricingtables.default .panel-heading{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.secondary-tables.pricingtables .panel-footer{
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
