body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  font-weight: bold;
  color: #0139a6;
  padding: 3px 10px 3px 0px;
 /* border-bottom: 1px solid #000000;*/
	font-size: 3rem;
	letter-spacing: -5px;
}

/*header section*/
.hero_area {
  height: 100vh;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.selected {
  
  color: #FF0007!important;
	font-weight: bold;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: auto;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
	/* color:#0139A6;*/
}

.slider_section .detail-box h1 span {
  color: #EA293A;
	font-weight: bold;
	font-size: 3rem;
}

.slider_section .detail-box p {
  margin-top: 15px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #EA293A;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: transparent;
  border-color: #EA293A;
  color: #EA293A;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-indicators {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: initial;
  width: 25px;
  height: 200%;
  margin: 0;
  bottom: 50%;
  right: 45px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.slider_section .carousel-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 55%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_section .carousel-indicators span {
  margin: 0 2px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  margin: 0;
  border: none;
  opacity: 1;
  background-color: transparent;
  width: auto;
  height: auto;
}

.slider_section .carousel-indicators li.active {
  color: #EA293A;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 105px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #e8e8e8;
  border-radius: 100%;
}

.slider_section .custom_carousel-control .carousel-control-prev:hover,
.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #EA293A;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .custom_carousel-control .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}

/* end slider section */
.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #EA293A;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #EA293A;
  color: #EA293A;
}

.body_bg {
  background-image: url(../images/body_bg.jpg);
  background-size: cover;
}

.service_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.service_section .box {
  
   
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0;
  width: 85%;
	text-align: center;
}

.service_section .box h4 {
  margin: 5px auto;
	text-align: center;
}

.service_section .box a {
  padding: 6px 25px;
  border: 1px solid #EA293A;
  color: #ffffff;
  text-transform: uppercase;
	text-align: center; background-color: #ff6600;border-radius: 22px;
	margin: 5px auto;
}

.service_section .box img {
  
	text-align: center; 
	background-color: #ff6600;border-radius: 22px;
	margin: 15px auto;
}

.quote_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_section .box .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #EA293A;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.quote_section .box .btn-box a:hover {
  background-color: transparent;
  border-color: #EA293A;
  color: #EA293A;
}

.contact_section .contact_bg {
  background-color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.contact_section .contact_form {
  padding-left: 25px;
  padding-right: 25px;
}

.contact_section .contact_form .top_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_section .contact_form .top_input input {
  width: 48%;
}

.contact_section .contact_form input {
  width: 100%;
  margin: 15px 0;
  height: 50px;
  padding-left: 15px;
  border: none;
  outline: none;
  background-color: #1c1b2d;
  color: #ffffff;
}

.contact_section .contact_form input.message_input {
  padding: 25px 0 90px 15px;
}

.contact_section .contact_form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form button {
  display: inline-block;
  padding: 8px 35px;
  background-color: #EA293A;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.contact_section .contact_form button:hover {
  background-color: transparent;
  border-color: #EA293A;
  color: #EA293A;
}

.contact_section .img-box img {
  width: 100%;
}

/* client_section */
.client_section {
  font-family: "Roboto", sans-serif;
	 
	margin: 35px 0px;
	padding-bottom: 25px;
	  background-image: url(../images/bg.png);  
}

.client_section .img-box {
  min-width: 175px;
  max-width: 175px;
}

.client_section .img-box img {
  width: 100%;
}

.client_section .client_container {
  width: 70%;
  margin: auto;
}

.client_section .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  padding-left: 20px;
}

.client_section .client_name h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.client_section .client_name p {
  color: #EA293A;
}

.client_section .client_detail {
  padding: 25px 45px;
  background-color: #EA293A;
}

.client_section .client_text p,
.client_section .client_text blockquote {
  margin: 0;
  position: relative;
  color: #fff;
}

.client_section .client_text blockquote::before,
.client_section .client_text blockquote::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
}

.client_section .client_text blockquote::before {
  content: "\f10d";
  top: -6px;
  left: -30px;
}

.client_section .client_text blockquote::after {
  content: "\f10e";
  bottom: -10px;
  right: 5px;
}

.client_section .carousel-indicators {
  bottom: -75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  background-color: #EA293A;
  opacity: 1;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #000;
}

/* end client_section */
.info_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .footer_contact {
  width: 350px;
}

.info_section .footer_contact .heading_container h2 {
  width: 100%;
  text-align: center;
	font-size: 3rem;
}

.info_section .footer_contact .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 20px 0 20px;
}

.info_section .footer_contact .box .img-box .img-2 {
  display: none;
}

.info_section .footer_contact .box .img-box:hover .img-1 {
  display: none;
}

.info_section .footer_contact .box .img-box:hover .img-2 {
  display: inline;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #1d1d1d;
}

.footer_section p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}



/* Contact Section
--------------------------------*/
#contact {
  
  padding: 80px 0;
	 
	background: url("../images/map-image.png")  #222 center center;
     
}

@media (max-width: 768px) {
	#contact .col-md-4{padding-left: 45px;}
}

#contact h2 {
	margin-top: 35px!important; font-size: 22px;
}

@media (max-width: 768px) {
	
	#contact h2 {
	margin-top: 25px;
		padding-top: 25px !important;
}
	
}

#contact .info {
  color: #fff;
}

#contact .info i {
  font-size: 32px;
  color: #ff6600;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #ff6600;
  border: 1px solid #ff6600;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact  .section-title {
     
    color: #fff; }

#contact .section-description{         color: #999; }
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 4;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #ff6600;
  border: 0;
border-radius: 4px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #25d8fc;
}


#contact ul li ul{padding: 0px 0px 0px 20px; margin: 0px;}
#contact a {  color: #D0D0D0;  transition: 0.5s;}
#contact a:hover {  opacity: 0.7;	color: #FF6600; font-weight: bold;}


/*******/


#contact_new {
  
  padding: 80px 0;
	background: url(../img/feedback.jpg) #222 center center;
     
}

 #contact_new .fa {  padding: 0px!important;  font-size: 20px!important;  width: 50px!important;  text-align: center!important;  text-decoration: none!important; }

/* Add a hover effect if you want */
#contact_new .fa:hover {  opacity: 0.7;	color: #FF0000;}

#contact_new .fa a {  color: #222;  transition: 0.5s;}

#contact_new .section-sub-title {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 768px) {
	#contact_new .col-md-4{padding-left: 45px;}
}

#contact_new h2 {
	margin-top: 35px!important; font-size: 22px;
}

@media (max-width: 768px) {
	
	#contact_new h2 {
	margin-top: 25px;
		padding-top: 25px !important;
}
	
}

#contact_new .info {
  color: #fff;
}

#contact_new .info i {
  font-size: 32px;
  color: #ea2939;
  float: left;
}

#contact_new .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact_new .form #sendmessage {
  color: #ea2939;
  border: 1px solid #ff6600;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact_new .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact_new  .section-title {
     
    color: #fff; }

#contact_new .section-description{         color: #C0C0C0; }
#contact_new .form #sendmessage.show, #contact_new .form #errormessage.show, #contact_new .form .show {
  display: block;
}

#contact_new .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact_new .form input, #contact_new .form textarea {
  border-radius: 4;
  box-shadow: none;
}

#contact_new .form button[type="submit"] {
  background: #ea2939;
  border: 0;
border-radius: 4px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact_new .form button[type="submit"]:hover {
  background: #0139a6;
}

/*******/
 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {  background: #111;  padding: 30px 0;  color: #fff;}

#footer .copyright {  text-align: left;}
#footer .follow {  text-align: right !important; border: solid 0px #222;}
#footer .follow  a {
  color: #ff6600!important;
  transition: 0.5s;
}
#footer .follow a:hover{ color: #ffffff !important;}
#footer .pad20{padding-top: 30px;}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

#footer .fa {
  padding: 24px!important;
  font-size: 20px!important;
  width: 50px!important;
  text-align: center!important;
  text-decoration: none!important; 
}

/* Add a hover effect if you want */
#footer .fa:hover {
  opacity: 0.7;
	color: #FF0000;
}

#footer .fa a {
  color: #222;
  transition: 0.5s;
}
.card-header {
    padding: 0.75rem 1.25rem!important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
font-family: 'poppinsregular';}
	
	.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
		font-family: 'poppinsregular';
		background: #f5f5f5;
		align-items: center;
		padding: 5px 10px;
		margin: -10px 0px 15px 0px;
}

.height25{clear:both; height:25px;padding:25px 5px;}
.height50{clear:both; height:50px;padding:25px 5px;}

#subscribe .col-lg-6  button[type="submit"] {
    background: #ff6600;
    border: 0;
	border-radius: 4px;
    padding: 10px 24px;
    color: #fff;
	transition: 0.4s;}
#subscribe .col-lg-6 {}



#subscribe .section-sub-title {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	font-weight: 700;}

#subscribe p{color: #fff;}

#faq{margin:0px 0px 0px 0px;background: #e8e7e8;padding: 80px 0 60px 0;}
#offers{margin:0px 0px 0px 0px;background: #e8e7e8; padding: 00px 0 60px 0; padding: 42px 0;   font-family: poppinsregular;}
#offers p{margin: 50px;}
.processing{padding: 00px 0px; background-image: url("../img/0_processing.png");background-repeat: no-repeat; background-position: center top;}
.toppadding280{padding-top:360px;}
.automargin{margin: 0px 50px;}

 
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
 
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 16px;
    color: #ff6600;
    text-align: left;
    background-color: #f5f5f5;
	border: solid 1px #222;
    border: 0;
    border-radius: 2px;
    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-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-button:not(.collapsed) {
    color: #db4a03;
    background-color: #f5f5f5;
	font-weight: bold;
	/*box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);*/}



.height420 {height:420px;}
.height420 a { color: #ffffff;    background-color: #ff6600;	font-weight: bold; padding: 10px 24px; border-radius:  20px;}
.height420 a:hover { color: #222222;    background-color: #FF2700;	font-weight: bold; padding: 10px 24px; border-radius:  20px;}

#service .col-lg-6 button[type="submit"] {
    background: #ff6600;
    border: 0;
    border-radius: 4px;
    padding: 10px 24px;
    color: #fff;
	transition: 0.4s;}





 
#crmWebToEntityForm.zcwf_lblLeft {
	width: 100%;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 25px;
	margin-bottom: 25px;
 
background: #FFFFFF;
background: linear-gradient(0deg, #FFFFFF, #D6D6D6);
}
#crmWebToEntityForm.zcwf_lblLeft * {
	box-sizing: border-box;
}
#crmWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
	direction: ltr;
}
.zcwf_lblLeft .zcwf_title {
	word-wrap: break-word;
	padding: 0px 6px 10px;
	font-weight: bold;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
	width: 60%;
	border: 1px solid #c0c6cc !important;
	resize: vertical;
	border-radius: 2px;
	float: left;
}
.zcwf_lblLeft .zcwf_col_lab {
	width: 30%;
	word-break: break-word;
	padding: 0px 6px 0px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	min-height: 1px;
}
.zcwf_lblLeft .zcwf_col_fld {
	float: left;
	width: 68%;
	padding: 0px 6px 0px;
	position: relative;
	margin-top: 2px;
}
.zcwf_lblLeft .zcwf_privacy{padding: 6px;}
.zcwf_lblLeft .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblLeft .zcwf_col_fld_slt {
	width: 60%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	font-size: 12px;
	float: left;
	resize: vertical;
	padding: 2px 5px;
}
.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
	content: '';
	display: table;
	clear: both;
}
.zcwf_lblLeft .zcwf_col_help {
	float: left;
	margin-left: 7px;
	font-size: 12px;
	max-width: 35%;
	word-break: break-word;
}
.zcwf_lblLeft .zcwf_help_icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #c0c6cc;
	color: #c1c1c1;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border-radius: 50%;
}
.zcwf_lblLeft .zcwf_row {margin: 2px 0px;}
.zcwf_lblLeft .formsubmit {
	margin-right: 5px;
	cursor: pointer;
	color: var(--baseColor);
	font-size: 12px;
}
.zcwf_lblLeft .zcwf_privacy_txt {
	width: 90%;
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-family: Arial;
	display: inline-block;
	vertical-align: top;
	color: var(--baseColor);
	padding-top: 2px;
	margin-left: 6px;
}
.zcwf_lblLeft .zcwf_button {
	font-size: 12px;
	color: var(--baseColor);
	border: 1px solid #c0c6cc;
	padding: 3px 9px;
	border-radius: 4px;
	cursor: pointer;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zcwf_lblLeft .zcwf_tooltip_over{
	position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn{
	position: absolute;
	background: #dedede;
	padding: 3px 6px;
	top: 3px;
	border-radius: 4px;word-break: break-word;
	min-width: 100px;
	max-width: 150px;
	color: var(--baseColor);
	z-index: 100;
}
.zcwf_lblLeft .zcwf_ckbox{
	float: left;
}
.zcwf_lblLeft .zcwf_file{
	width: 55%;
	box-sizing: border-box;
	float: left;
}
.clearB:after{
	content:'';
	display: block;
	clear: both;
}
@media all and (max-width: 600px) {
	.zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
		width: auto;
		float: none !important;
	}
	.zcwf_lblLeft .zcwf_col_help {width: 40%;}
}
.zcwf_title{color: #3c4d6b;    font-size: 24px;}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 300px;

    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;
}

 .zcwf_lblLeft .zcwf_col_fld input[type=number] {
    width: 300px; 
    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;}

.zcwf_lblLeft .zcwf_col_fld select {
    width: 300px; 
    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;}


.zcwf_lblLeft .zcwf_button {
    padding: 13px 9px;    
    width: 124px;
    border-radius: 25px;
    background-color: #ea2939;
    color: #fff;
}
@media only screen and (max-width: 768px) {
	
	div#crmWebToEntityForm{width: 263px;}
	
	.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {width: 284px;}	
}


#contact .copyright .col-md-6 .social a { color: #b3b3b3!important;}

#contact .fa {
  padding: 20px!important;
  font-size: 20px!important;
  width: 50px!important;
  text-align: center!important;
  text-decoration: none!important; 
}

/* Add a hover effect if you want */
#contact .fa:hover {
  opacity: 0.7;
	color: #FF0000;
}

#contact .fa a {
  color: #222;
  transition: 0.5s;
}
/* Set a specific color for each brand */

/* Facebook */

.margin-30{margin-bottom: 60px!important;}

.borders{border:solid 1px #e4e4e4; background: #e4e4e4; padding: 80px 40px;  }

.col-md-3 .awards {text-align:center; padding-top:115px;background:#f6f6f6;height: 258px; font-size:16px;}



/************************************************************************/

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
#faq .faq .faq-list {
  padding: 0 100px;
}

#faq .faq .faq-list ul {
  padding: 0;
  list-style: none;
}

#faq .faq .faq-list li+li {
  margin-top: 15px;
}

#faq .faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

#faq .faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

#faq .faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

#faq .faq .faq-list .icon-show,
#faq .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

#faq .faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

#faq .faq .faq-list .icon-show {
  display: none;
}

#faq .faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

#faq .faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

#faq .faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

#faq .faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  #faq .faq .faq-list {
    padding: 0;
  }
}

.php-email-form{}
 

.modal-dialog {
    width: 600px;
	margin: 25% auto !important;}

@media only screen and (max-width: 768px) {
	
	.modal-dialog {
    width: 95%;
	margin: 85% auto 0% auto !important;}
}

.action-offers{margin: 125px auto 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    width: 50%;
    border-radius: 4px;
    border: solid 0px #ffffff;}

.action-offers  a{ color: #ffffff!important;  transition: 0.5s;}
.action-offers  a:visited {color: #03c5ec;  outline: none;  text-decoration: none;}
.action-offers  a:hover { color: #03c5ec;  outline: none;  text-decoration: none;}




.contacts{font-size: 4rem!important;font-weight: bold!important;}

.centers{text-align: center!important; margin: 15px auto!important;}



/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #ff6600;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #ff6600;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #ff6600;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}
#services .col-lg-4  button[type="submit"] {
    background: #ff6600;
    border: 0;
	border-radius: 4px;
    padding: 10px 24px;
    color: #fff;
	transition: 0.4s;}

#services .col-lg-4  h3 {
    
    color: #222; }

.work_section .work_container .box.b-2, .work_section .work_container .box.b-3 {
    width: 43.5%;
}


   .container {
        max-width: 1170px;}
			
			.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    }
		
		.work_section .work_container .box {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
		
		
		.work_section .work_container .box {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
		
		
		.layout_padding2 {
    padding: 45px 0;
}
	.layout_padding {
    padding: 75px 0;
}
	.work_section .work_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
}
 
.work_section .work_container .box {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
 
	.work_section .work_container   .work_section .work_container .box.b-1 {
    width: 43.5%; border: solid #F80004 2px;
}

.work_section .work_container  .work_section .work_container .box.b-2 {
    width: 43.5%;border: solid #F80004 2px;
}

#contact_new {
    padding: 80px 0; background: #222222 center center url("../images/feedback.jpg") !important;
}

.pad200{height: 35px; clear: both; }

#crmWebToEntityForm.zcwf_lblLeft {
    width: 100%;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 25px;
    margin-bottom: 25px;
    background: #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF, #D6D6D6);
}

.form-control2 {
    display: block;
    width: 40%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


 
#crmWebToEntityForm.zcwf_lblLeft {
	width: 100%;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 25px;
	margin-bottom: 25px;
 
background: #FFFFFF;
background: linear-gradient(0deg, #FFFFFF, #D6D6D6);
}
#crmWebToEntityForm.zcwf_lblLeft * {
	box-sizing: border-box;
}
#crmWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
	direction: ltr;
}
.zcwf_lblLeft .zcwf_title {
	word-wrap: break-word;
	padding: 0px 6px 10px;
	font-weight: bold;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
	width: 60%;
	border: 1px solid #c0c6cc !important;
	resize: vertical;
	border-radius: 2px;
	float: left;
}
.zcwf_lblLeft .zcwf_col_lab {
	width: 30%;
	word-break: break-word;
	padding: 0px 6px 0px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	min-height: 1px;
}
.zcwf_lblLeft .zcwf_col_fld {
	float: left;
	width: 68%;
	padding: 0px 6px 0px;
	position: relative;
	margin-top: 2px;
}
.zcwf_lblLeft .zcwf_privacy{padding: 6px;}
.zcwf_lblLeft .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblLeft .zcwf_col_fld_slt {
	width: 60%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	font-size: 12px;
	float: left;
	resize: vertical;
	padding: 2px 5px;
}
.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
	content: '';
	display: table;
	clear: both;
}
.zcwf_lblLeft .zcwf_col_help {
	float: left;
	margin-left: 7px;
	font-size: 12px;
	max-width: 35%;
	word-break: break-word;
}
.zcwf_lblLeft .zcwf_help_icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #c0c6cc;
	color: #c1c1c1;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border-radius: 50%;
}
.zcwf_lblLeft .zcwf_row {margin: 2px 0px;}
.zcwf_lblLeft .formsubmit {
	margin-right: 5px;
	cursor: pointer;
	color: var(--baseColor);
	font-size: 12px;
}
.zcwf_lblLeft .zcwf_privacy_txt {
	width: 90%;
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-family: Arial;
	display: inline-block;
	vertical-align: top;
	color: var(--baseColor);
	padding-top: 2px;
	margin-left: 6px;
}
.zcwf_lblLeft .zcwf_button {
	font-size: 12px;
	color: var(--baseColor);
	border: 1px solid #c0c6cc;
	padding: 3px 9px;
	border-radius: 4px;
	cursor: pointer;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zcwf_lblLeft .zcwf_tooltip_over{
	position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn{
	position: absolute;
	background: #dedede;
	padding: 3px 6px;
	top: 3px;
	border-radius: 4px;word-break: break-word;
	min-width: 100px;
	max-width: 150px;
	color: var(--baseColor);
	z-index: 100;
}
.zcwf_lblLeft .zcwf_ckbox{
	float: left;
}
.zcwf_lblLeft .zcwf_file{
	width: 55%;
	box-sizing: border-box;
	float: left;
}
.clearB:after{
	content:'';
	display: block;
	clear: both;
}
@media all and (max-width: 600px) {
	.zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
		width: auto;
		float: none !important;
	}
	.zcwf_lblLeft .zcwf_col_help {width: 40%;}
}
 
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_col_fld input[type=email], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 300px;

    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;
}

 .zcwf_lblLeft .zcwf_col_fld input[type=number] {
    width: 300px; 
    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;}

.zcwf_lblLeft .zcwf_col_fld select {
    width: 300px; 
    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;}


.zcwf_lblLeft .zcwf_button {
    padding: 13px 9px;    
    width: 124px;
    border-radius: 25px;
    background-color: #ea2939;
    color: #fff;
}
@media only screen and (max-width: 768px) {
	
	div#crmWebToEntityForm{width: 263px;}
	
	.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {width: 284px;}	
}


#contact .copyright .col-md-6 .social a { color: #b3b3b3!important;}

#contact .fa {
  padding: 20px!important;
  font-size: 20px!important;
  width: 50px!important;
  text-align: center!important;
  text-decoration: none!important; 
}

/* Add a hover effect if you want */
#contact .fa:hover {
  opacity: 0.7;
	color: #FF0000;
}

#contact .fa a {
  color: #222;
  transition: 0.5s;
}
/* Set a specific color for each brand */

/* Facebook */

.margin-30{margin-bottom: 60px!important;}

.borders{border:solid 1px #e4e4e4; background: #e4e4e4; padding: 80px 40px;  }

.col-md-3 .awards {text-align:center; padding-top:115px;background:#f6f6f6;height: 258px; font-size:16px;}


.zcwf_lblwidth{background-color: white;color: black;max-width: 700px;}

.detail-box h3{ margin-bottom: 25px; font-weight: bold;	color: #FF0007;   line-height: 1.2;}

.bottompadding {}

@media only screen and (max-width: 600px) {
  .bottompadding img {padding-bottom:10px;}