.services .icon-box {
    text-align: center;
    padding: 0px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 5%);
}
.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px;
}
.services .icon-box {
	background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat,  linear-gradient(transparent 23%, #969090 100%);
	border-radius: 0px;
	box-shadow: 0px 5px 20px rgb(110 123 131 / 22%);
	margin:10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto+Slab';
}
.services .designing {
	background: #FFF;
	padding: 8px 25px;
	margin-left: 0px;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
	font-size:30px !important;
}
.pricing .box {
	background: linear-gradient(#F9F9F9, #F9F9F9) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat, linear-gradient(#00000008 23%, #969090 100%);
	border-radius: 0px;
	box-shadow: 0px 5px 20px rgb(110 123 131 / 22%);
	margin:10px;
}
.pricing .box ul {
	text-align: left !important;
}
.pricing .box ul {
	text-align: center !important;
}
.pricing .btn-buy {
    margin-bottom: 10px;
}
.pricing .vsv {
    text-align: center!important;
}
element.style {
}
.pricing .recommended .btn-buy {
	background: #1F3277;
	color: #FFF;
}
.pricing .box .btn-buy:hover {
    background: #9f1c34;
    color: #FFF;
}
.pricing .box ul li:before {
	content: '✓';
	padding-right:10px;
}
.pricing .box .btn-buy {
	display: inline-block;
	padding: 5px 10px;
	/* border-radius: 50px; */
    border: 3px solid #9f1c34;
	border-radius: 10px;
	color: #9f1c34;
	font-size: 20px;
	font-weight: 400;.pricing .box
	font-family: 'Montserrat';
	font-weight: 600;
 transition: 0.3s;
}
#download img {
    max-width: 100%;
    padding-bottom: 10px;
    /*filter: drop-shadow(2px 4px 3px black);*/
}
#download h1 {
	font-size: 36px;
}
#download {
	flex: 0 0 auto;
	width: 100%;
	
	margin-bottom:0px;
	text-align: center;
}
#download {
	padding: 80px 0px;
	overflow: hidden;
}
h2 {
	text-align:center;
	
}
/* Slider */
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.accordion-button::after {
 background-image:none;
}
 .accordion-button::before {
 content: '\002B';
 color:#fff;
 font-weight: bold;
 float: left;
 margin-left: 5px;
 margin-right: 5px;
 font-size:24px;
}
 .accordion-button:not(.collapsed)::before {
 content: '\2212';
 color:#fff;
 font-weight: bold;
 float: left;
 margin-left:5px;
 margin-right:5px;
 font-size:24px;
}
 .accordion-button:not(.collapsed)::after {
 background-image: none;
}
 .accordion-button, .accordion-button:not(.collapsed) {
 color:#fff!important;
 background:#1F3277;
 
}
#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 65px;
}
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
}
.slick-slide img {
	max-width:100%;
	/*height:70px;*/
	width:auto;
}
#home {
	margin-top:100px;
}

ul#list {
	list-style: none;
}
#contact ul {
	color:#FFF;
	font-size: 18px;
}
ul#list li:before {
	content: url("../img/Arrow21.png");
	font-size: 15px;
	position: relative;
	top: 5px;
	left: -10px;
	color:#fff;
}
.contact .contact-about h3 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFF;
}
.contact .contact-about p {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Montserrat';
	color: #FFF;
}
.bluebg{ background:#9f1c34 !important;}
.pricing .btn-wrap a {
	
	margin-bottom:7px;
	}
.services .icon-box .icon {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}
.services .icon-box h4 a {
    color: #a5a5a5;
    transition: ease-in-out 0.3s;
}	
.social a, .social a:hover { color:#fff !important;}
.pricing .box {
    padding: 20px;
    min-height: 685px !important;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #000;
	font-weight: bold;
}
.contact .php-email-form button[type=button] {
    background: #FFF;
    border: 0;
    padding: 10px 24px;
    color: #000;
    transition: 0.4s;
    /* border-radius: 50px; */
}
input.error, textarea.error, select.error{ border:1px solid #c00;}
label.error{ color:#fff;}

section.customer-logos.slider.slick-initialized.slick-slider {
    overflow: visible;
}

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -50px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #9f1c34;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow{
  right: -50px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #9f1c34;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #99071b;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top:hover {
  background: #db3434;
  color: #fff;
}
.pricing .box h4 {
    font-size: 42px;
    color: #9f1c34;
    font-weight: 500;
    font-family: 'roboto+slab';
    margin-bottom: 20px;
}
.a,.b,.c,.d{
 display:none;	
}
@media screen and (min-width: 1024px) {
  .a {
	  display:block;
    
  }
  .b ,.c ,.d {
	  display:none;    
  }
}
@media screen and (max-width: 1024px) {
  .b {
	  display:block;    
  }
  .a,.c,.d {
	 display:none;
    
  }
}
@media screen and (max-width: 780px) {
  .c {
	  display:block;
    
  }
   .a,.b,.d {
	 display:none;
    
  }
}
@media screen and (max-width: 480px) {
  .d {
	  display:block;
    
  }
   .a,.b,.c {
	 display:none;
    
  }
}