/*
    Theme Name:Digitalraum New
    Theme URI:https://digitalraum.de
    Author:Ajatus Team
    Author URI:https://ajatus.co.in
    Version:2.0
*/

/**************** Contact Form ***************************/
#contactform {  
  width: 400px;
  left: -405px;
  margin: 0px 0;
  position: fixed;
  z-index:9999;
}

#contact-button { 
  width: 10%;  
  padding: 7% 3%;  
  cursor: pointer;
  margin-left: 400px;
  margin-top: 47%;
  font-size: 23px; 
  color: white;  
  position: absolute;
}

#contactform, #contact-button {
  /*background-color: #334c56;*/
	background-color: rgb(207,0,127);
  border-left: none;
}

.rotated-text {
    display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;*/
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
}

.rotated-text:before {
    content: "";
    float: left;
    margin-top: 100%;
}

#contactform form {
  width: 100%;
  padding: 20px;
}

#contactform form input {
  display: block;
  border: none;
  width: 300px;
  height: 35px; 
  margin: 15px 30px;  
}

#contactform  form textarea {
  width: 300px;
  margin: 0px 30px;
  height: 170px;
}

#contactform  form textarea, form input { 
  border-radius: 5px;
  background: #f2f2f2; 
  padding-left: 5px; 
}
.mt20 {
    margin-top: 20px;
}
.input-append button {
    border: 1px solid #e2e2e2;
    padding: 3px 8px;
}
#contactform button {
    border: 1px solid;
}



.content span:before {
    content: "\f098";
    font-family: "Fontawesome";
    color: #334c56;
    padding-right: 4px;
	font-size: 15px;
}
.content a:before {
    content: "\f0e0";
    font-family: "Fontawesome";
    padding-right: 4px;
    font-size: 14px;
	color: #334c56;
}
nav.fixednav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 25px;
}

nav .quote-btn.hidden-xs {
    display: none;
}

.clicks {
    padding: 10px;
    background: #334c56;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
	position:relative;
}
.clicks:after {
    content: "\f055";
    font-family: "Fontawesome";
    position: absolute;
    right: 31px;
}
.closes {
    position: absolute;
    right: 0;
    color: #fff;
    padding-right: 4px;
    display: inline-block;
    cursor: pointer;
}

#dataresult {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    background: rgba(0, 0, 0, 0.68);
    z-index: 999;
    display: none;
}
.results {
    background: #fff;
    width: 80%;
    margin: auto;
    padding: 20px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}
.results button {
    border: 1px solid #aa1976;
    padding: 5px 14px;
    background: #aa1976;
    color: #fff;
}
.results ul li {
    list-style: none;
}
.results ul li:before {
    content: "\f054";
    font-family: "Fontawesome";
    padding-right: 3px;
    font-size: 12px;
    color: #aa1976;
}
.social li:nth-child(1) {
    background: #3C5A99;
}
.social li:nth-child(2) {
    background: #4875B4;
}
.social li:nth-child(3) {
    background: #126567;
}
.fixednav {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 9;
}
.quote-btn img {
    width: 13%;
    float: right;
    display: inline-block;
	padding-right:4px;
}

.partner h2 {
    color: rgb(207,0,127);
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}
.gray-bg-border {
    border-top: 1px solid #e2e2e261;
    border-bottom: 1px solid #e2e2e261;
    padding: 8px 0;
    margin-bottom: 20px;
}
.img-circle {
    border-radius: 0 !important;
}
.overly {
    background: #00000094;
	background: rgba(0, 0, 0, 0.59);
    color: #fff !important;
    padding: 8px;
    font-size: 17px !important;
}
.pp{
	background-color: #b5287a;background-image: linear-gradient(90deg,#53226d,#b5287a);color: #fff;text-align: center;padding: 8px 0px;
}




#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#loader {
  display: block;
  position: relative;
  margin:auto;
  top: 30%;
  width: 100%;
  
  
  border-radius: 50%;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border-radius: 50%;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  z-index: 999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

#loader {
  display: block;
  
  height: 100px;
  margin: 50 auto;
}

.circ-one {
  position: relative;
  display: block;
     width: 100%;
  
  float: left;
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
}
.circ-one img {
    margin: auto;
    display: block;
    width: 50%;
}


@-webkit-keyframes load-x {
  0% {
    left: -10px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    z-index: 2;
  }
  50% {
    left: 60px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    z-index: 1;
  }
  100% {
    left: -10px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes load-x {
  0% {
    left: -10px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    z-index: 2;
  }
  50% {
    left: 60px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    z-index: 1;
  }
  100% {
    left: -10px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes load-y {
  0% {
    right: -10px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    right: 60px;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    z-index: 2;
  }
  100% {
    right: -10px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes load-y {
  0% {
    right: -10px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    right: 60px;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    z-index: 2;
  }
  100% {
    right: -10px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#loader p {
  text-align: center;
  text-transform:uppercase;
  font-weight: bold;
	font-size:4.9rem;
	
  color: rgb(207,0,127);
  /*-webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;*/
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
  transition: all 1s 0.4s  cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.3s 1s ease-out;
}

[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}


.preload * {
  transition: none !important;
}
.fix-menu {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #fff;
}
.inner {
    margin-top: 111px;
	position:relative;
}
.shadowimg {
    position: absolute;
    bottom: 0px;
}
.mt111{
	margin-top: 111px;
}
.flogo img {
    width: 70%;
    padding-top: 6px;
    padding-bottom: 4px;
}
.header-title h2 {
    background: rgba(0, 0, 0, 0.47058823529411764);
    color: #fff;
    font-size: 18px;
    padding: 13px 0;
    border-radius: 5px;
    
}
.mytitle {
    position: relative;
    margin-bottom: 10px;
	text-transform: uppercase;
    font-weight: bold;
}
.mytitle:after {
    content: "";
    border-top: 1px solid rgb(207,0,127);
    width: 100%;
    border-bottom: 1px solid rgb(207,0,127);
    height: 5px;
    display: inline-block;
	
}
.lead {
    font-size: 16px !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background: #334c56;
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-image: initial;
    border-radius: 0.25rem;
	padding-bottom:18px;
	margin-bottom:10px;
}


.btn-outline-dark {
    color: rgb(52, 58, 64);
    background-color: transparent;
    background-image: none;
    border-color: rgb(52, 58, 64);
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
	text-align: center;
}
.innerpage-icon {
    
    text-align: center;
    color: #fff;
}
.innerpage-icon i {
    font-size: 13rem;
    padding: 10px;
}

.card-title {
    text-transform: uppercase;
    font-weight: bold;
}

#feedback {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 250px;
	margin-left: -3px;
	margin-bottom: 80px;
	z-index:999;
	top: 140px;
}

#feedback-form {
	float: left;
	width: 300px;
	height: auto;
	z-index: 1000;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
	float: right;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	width: 120px;
	height: 42px;
	background-color: rgb(206, 0, 127);
	margin-top: 60px;
	margin-left: -42px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#feedback-tab:hover {
	background-color: rgb(206, 0, 127);
}

#feedback-form textarea {
	resize: none;
}
a.button-bg {
    border: 1px solid #e2e2e275;
    color: #fff;
    padding: 9px 64px;
	background: linear-gradient(to right, #334c56, #334c56);
}
.icon-image {
    position: absolute;
    right: 0;
    top: -33px;
}
.icon-image img {
   
    float: right;
}
#close:after {
    content: "\f2d4";
    font-family: "Fontawesome";
    color: #ce007f;
    float: right;
    padding: 2px 1px;
    cursor: pointer;
    display: inline-block;
}
.event-button {
    background: #ce007f;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
	text-transform: uppercase;
}
.webinar-button {
    background: #334c56;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
	text-transform: uppercase;
}
.event-load:before {
    content: "PLEASE WAIT...";
    text-align: center;
    font-size: 50px;
    color: #fff;
    position: absolute;
    z-index: 999999;
    background: #334c56bd;
    width: 100%;
    top: 0;
    left: 0;
}
.event-box {
    margin-top: 15px;
}
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
	
}
.pbox{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.pbody {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	text-align: center;
	min-height: 115px;
}
.ebutton {
    text-align: center;
    margin-top: 10px;
    background: #222;
    padding: 7px;
	bottom: 10px;
    position: absolute;
    width: 94%;
}
.ebutton a{
	color:#fff;
	text-transform:uppercase;
}
.mb-10 {
    margin-bottom: 10px;
}
.all-button {
    background: #ce007f;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.showup {
	position:relative;
}
.etitle {
    
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.analyser-team img {
    opacity: 0.7;
	margin-bottom: 20px;
}
.analyser-team h2 {
    color: rgb(227,0,127);
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    margin-bottom: 29px;
    margin-top: 32px;
}
.analyser-team h5 {
    color: rgb(227,0,127);
}
.tag-list li {
        padding: 5px 4px;
    background: #dd4da5;
    color: #fff;
    margin-bottom: 5px;
}
.analyser-teams table {
    background: #ce007f;
    color: #fff;
}
.tag-list {
    margin-bottom: 15px;
}
.tag-list li:before {
    content: "" !important;
    padding: 0 !important;
}
.web-seo li{
	list-style:none;
}
.web-seo li:before {
    content: "\f101";
    font-family: "Fontawesome";
    color: #334c56;
    padding-right: 4px;
}
.inner h5 {
    color: rgb(207,0,127);
}
.edate {
    font-size: 11px;
    color: #ce007f;
}
.eventenquire {
	display:none;
}
.open{
	display:block;
	    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: auto;
    margin: auto;
    background: #fff;
    z-index: 9999999;
}
.event-header {
    text-align: center;
    background: #ce007f;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
}
.event-footer {
    position: absolute;
    bottom: 0;
    background: #334c56;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px;
	cursor:pointer;
}

.team-wrapper {
   background-color:#fff;
}

.team-wrapper .btn {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
      
.team-wrapper .description {
        padding: 30px 20px 20px;
        text-align: center;
        border: 1px solid #EAEAEA;
        background-color: #fff;
    }
.btn-brand {
    background: rgb(207,0,127);
    color: #fff;
}
.btn-brand:hover {
    color: #fff !important;
    background: #334c56;
    transition: all 0.5s;
}
#feedback-form textarea {
    width: 100%;
    height: 55px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
    font-size: 9px;
    color: #ce007f;
}
span.wpcf7-list-item a {
    color: #334c56;
    text-decoration: underline;
}
span.wpcf7-list-item-label {
    vertical-align: super;
    font-weight: bold;
}
div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.get-started .wpcf7-list-item {
    font-size: 12px;
}
.get-started .wpcf7-list-item a {
    color: #334c56;
    text-decoration: underline;
}
.product-list {
   display:none;
}
.product-list li a {
    border: 1px solid #e2e2e2;
    padding: 5px;
}
.product-list li {
    margin: 13px 0px 0px 0px;
}
.inner img {
    margin: auto;
   
}
.img-20 img{
	margin-top:20px;
}

.inner ul li:before {
    content: "\f105";
    font-family: "Fontawesome";
    color: rgb(207,0,127);
    font-weight: bold;
    padding-right: 3px;
}
.inner ul li {
    list-style: none;
}

.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
	margin-bottom: 3px;
	
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: rgb(207,0,127) transparent transparent transparent;
}
.testimonials .carousel-info img {
   border: 1px solid #f5f5f5;
    padding: 3px;
   
    margin-top: 0;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: rgb(207,0,127);
    font-size: 16px;
    font-weight: 300;
    margin: 2px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.testimonials {
    margin-bottom: 22px;
	border: 1px solid #e2e2e2;
    padding: 5px;
	
}
.contact-header {
    background: rgb(207,0,127);
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}
.maps {
    border: 1px solid #e2e2e2;
    padding: 5px;
}

.counter ul li {
    font-size: 13px;
}

.count:after {
    content: "%";
    padding-left: 2px;
}
.badge {
    background: rgb(207,0,127) !important;
    min-width: 54px !important;
    font-size: 14px;
}

.counter ul li:hover {
    background: #334c56 !important;
    color: #fff !important;
    transition: all 0.5s;
}
.uberuns h6 {
    color: #fff;
    font-size: 27px;
}
.uberuns p {
	color: #fff;
}
.pd20 {
    padding: 20px;
}

 .main-box-layout{
	margin: 0px;
	margin-top: 30px;
	position: relative;
	
}
.main-box-layout:hover .box-icon-section i{
	font-size:70px;
	transform: rotate(360deg);
	transition:1s;
} 
.box-icon-section{
	display: table;
	height:100px;
	color:#fff;
	width:100%;
}
.bg-brand {
    background: rgb(207,0,127);
}
.box-icon-section i{
	font-size:30px;
	display: table-cell;
  	vertical-align: middle;
  	transition:transform 0.4s ease-in-out;
    transition: 1s;
}
.box-text-section{
	background-color:#334c56;
}
.box-text-section p{
	margin: 0px;
	color:#fff;
	padding:10px 0px;
	min-height: 170px;
	font-size: 14px;
}
.count {
    font-size: 5rem;
}

.enquirebox {
    background: #000;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#eventmessage {
    height: 68px;
}
.eventtitle {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
    text-transform: uppercase;
    color: rgb(207,0,127);
    margin: 20px 0px 20px 0px;
}
.slider img {
    width: 100%;
}
.mybox {
    background: #334c56;
    border-top: 8px solid rgb(207,0,127);
    padding: 10px;
	text-align:center;
	cursor:pointer;
	    margin-bottom: 15px;
}
.my-brand-btn a {
    background: rgb(207,0,127);
    color: #fff;
    padding: 6px 12px;
    
}
.my-icon img {
    margin-bottom: 20px;
	    
}
.counts {
    font-size: 5rem;
}
.counts:after {
    content: "%";
}
.offerbox {
    background: #334c56;
    padding: 10px;
    margin-bottom: 15px;
}
.offer-img img {
    margin: 0;
    margin-bottom: 10px;
}
.offertitle {
    background: rgb(207,0,127);
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.offerdescription {
    background: #fff;
    padding: 5px;
}
.ullist ul li:before {
    content: ".";
    color: #fff;
    white-space: pre;
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 19px;
}
.team-wrapper img {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}


.accordion {
    background: linear-gradient(to bottom right, white, #F8F8F8);
   position:relative;
    background: white;
    margin: 0 auto;
 
}

.accordion-header {
    border-bottom: 1px solid #DDE0E7;
    color: #2a313a;
    cursor: pointer;
    font-weight: 700;
    padding: 1.5rem;
}

.accordion-header:hover {
    background: #F6F7F9;
}
.case-box {
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    padding: 10px;
}

.accordion-content {
    /*display: none;*/
    border-bottom: 1px solid #DDE0E7;
    background: #F6F7F9;
    padding: 2rem;
    color: #4a5666;
}

.accordion-header::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: rgb(207,0,127);
    margin-right: .75rem;
}

.active.accordion-header::before {
   background-color: rgb(207,0,127);
}
.case-box h5 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
}


@media screen and (max-width: 600px)
{
.slider img {
    margin-top: 80px;
}
}
.call-back-block .wpcf7-list-item {
    font-size: 12px;
}
.brandtop{
	border-top: 8px solid rgb(207,0,127);
}
.contfont .wpcf7-list-item {
    font-size: 12px;
}

.edate pre {
    font-size: 15px;
}
#cookie-notice .cn-button {
    margin-left: 10px;
    background: rgb(207,0,127);
    color: #fff;
    padding: 3px 10px;
}
#cn-notice-text {
    font-size: 15px;
	display: inline-block;
    margin-bottom: 10px;
}
.grecaptcha-badge {
    display: none;
}

.tlogo {
    margin-bottom: 10px;
}
.wpcf7-mathcaptcha {
    width: 20%;
    height: 26px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
}
.welcome-btn {
    display: inline-block;
    border: 2px solid rgb(207,0,127);
    color: #fff;
    background: rgb(207,0,127) !important;
    padding: 8px 40px;
    border-radius: 30px;
}

.cookie-notice-container {
    padding: 10px !important;
    text-align: center !important;
    width: 35% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: fixed !important;
    bottom: 0 !important;
    z-index: 9 !important;
    left: 0 !important;
    background: rgb(51, 76, 86) !important;
    box-shadow: 1px 0px 12px 0px rgb(29, 29, 29) !important;
    padding: 37px !important;
}

@media only screen and (max-width: 768px) {
 .cookie-notice-container  {
    width: 100% !important;
  }
}
.slick-slide:focus {
    outline: none !important;
}
.slick-slide{
	cursor:move;
}

.pad0 {
    padding: 0;
}
.mytitle h1 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}
.inner-banners {
    height: 100vh;
	position:relative
}
.notfound {
    position: absolute;
    top: 26%;
    width: 50%;
    text-align: center;
    color: #fff;
    left: 5%;
}
.notfound h1 {
    color: #fff;
    font-size: 4rem;
}
.notfound p {
    font-size: 16px;
}
.notfound ul li {
    display: inline;
}
.notfound ul li:last-child:after {
    content: none !important;
}

.notfound ul li a {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #e2e2e2;
}
.notfound ul li:before {
    content: none;
}
.notfound ul li:after {
    content: "|";
    padding-left: 4px;
}
.notfound ul {
    margin-bottom: 10px;
}

.gray-bg .contact-blocksw {
    background: #fff;
    padding: 30px 30px;
}

@media (min-width: 768px) and (max-width: 1024px) { 
.quote-btn {
    left: 0 !important;
    width: 60%;
    bottom: 4px !important;
}
}


.logo span {
	padding-left: 20px;
	font-size: 15px;
	/* font-family: 'ralewaysemibold'; */
	color: #888;
}

.logo span img {
	width: 30.3%;
	vertical-align: baseline;
}