/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*global*/
/*----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

/*---------------------------------------------------- */
/*----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #898989;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.ul-li ul {
 margin: 0;
 padding: 0;
}
.ul-li ul li {
 list-style: none;
 display: inline-block;
}
.ul-li-block ul {
 margin: 0;
 padding: 0;
}
.ul-li-block ul li {
 list-style: none;
 display: block;
}
a {
 text-decoration: none;
 color: inherit;
}
a:hover, a:focus {
 text-decoration: none;
}
img {
 max-width: 100%;
 height: auto;
}

.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, .banner-contact select:visited, input.active, .banner-contact select.active, input:hover, .banner-contact select:hover, input:focus, .banner-contact select:focus, textarea:hover, textarea:focus, a:hover, a:focus, a:visited, a.active, select, select:hover, select:focus, select:visited {
 outline: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 text-decoration: none;
 color: inherit;
}
.form-control {
 -webkit-box-shadow: none;
 box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 font-weight: normal;
 font-family: Raleway, sans-serif;
}
/*.sintony {font-family: 'Sintony', sans-serif; }*/
.section-title {
 font-size: 42px;
 color: #000;
 font-weight: 700;
 position: relative;
 margin-bottom: 90px;
 font-family: 'Poppins';
 text-transform: capitalize;
}
.section-title:after {
 content: '';
 position: absolute;
 bottom: -15px;
 height: 5px;
 width: 50px;
 border-radius: 30px;
 background-color: #FF0000;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.section-sub-title {
 font-size: 24px;
 color: #000;
 font-weight: 700;
 font-family: 'Poppins';
}
.mb20 {
 margin-bottom: 20px;
}
.mb80 {
 margin-bottom: 80px;
}
.mb60 {
 margin-bottom: 60px;
}
.pt10 {
 padding-top: 10px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header-top-section {
	background-color: #ffffff;
	padding: 6px 0 6px;
	transition: .3s all ease-in-out;
	position:  absolute;
	z-index:  2;
	left:  0;
	right: 0;
	line-height: 50px;
	border-bottom: 1px solid #efefef;
}
.header-top-section.menu-bg-overlay {
    background-color: #ffffff;
    padding-top: 0;
    padding: 3px 0px;
    left: 0;
    right: 0;
    transition: .3s all ease-in-out;
    position: fixed;
    z-index: 5;
	border-bottom: 1px solid #efefef;
}
.show-on-click {
  display: none;
}
.header-top-section .logo {
    margin-right: 100px;
    width: 150px;
}
.header-top-section .header-contact {
	font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.3px;
    color: #000000;
}
.header-top-section .header-contact i {
	margin-right: 8px;
	color: #000000;
}
.banner-heading .sub-title {
    white-space: normal;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-family: Raleway, sans-serif;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.banner-section {
 background-image: url(../img/banner/bm-1.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 position: relative;
 padding: 160px 0px 120px 0;
 margin-top: 20;
}
.banner-heading {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}
.banner-heading .banner-title {
	font-family: Raleway, sans-serif;
    white-space: normal;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;	
}
.banner-heading .banner-title span {
  color: #FF0000;
}
.banner-heading .banner-title span {
 color: #FF0000;
}
.banner-contact input, .banner-contact select {
    height: 32px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
	font-size: 14px;
    -webkit-appearance: initial;
    border-radius: 0px;
    padding: 0px 10px;
    background-color: #fff;
}
.banner-contact textarea {
    height: 80px;
    width: 100%;
	font-size: 14px;
    padding: 5px 10px;
    border: none;
    border-radius: 0px;
}
.submit-btn input, .submit-btn .banner-contact select, .banner-contact .submit-btn select {
	width: 200px; 
	height: 45px;
	margin-top: 25px;
	background-color: #FF0000;
	color: #fff;
	transition: .3s all ease-in-out;
	font-family: "Montserrat", sans-serif;
	border: 2px solid #FF0000;
	text-transform:  uppercase;
	font-weight:  700;
	font-size: 14px;
}

.call-btn:hover {
    color: #FF0000;
    background: transparent;
    border: 2px solid #FF0000 !important;
}

/*.call-out-form .submit-btn input:hover {
    color: #FF0000;
    background: transparent;
    border: 2px solid #FF0000 !important;
}*/

.call-out-form .submit-btn input:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff !important;
}

.submit-btn input:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff !important;
}

.white-overlay {
 background: rgba(0, 0, 0, 0.7);
 position: absolute;
 top: 0;
 z-index: 0;
 height: 100%;
 width: 100%;
}
.arrow {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 20px;
 background-color: #f8f9fa;
}
.arrow:after {
 content: '';
 position: absolute;
 bottom: 100%;
 width: 50%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 left: 50%;
 border-bottom: 20px solid #f8f9fa;
 border-left: 30px solid transparent;
}
.arrow:before {
 content: '';
 position: absolute;
 bottom: 100%;
 width: 50%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 right: 50%;
 border-bottom: 20px solid #f8f9fa;
 border-right: 30px solid transparent;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.about-us-section {
 padding: 70px 0px 70px;
 background-color: #f8f9fa;
}
.who-we-are {
 margin: 0px 0px 0px 50px;
}
.about-us-list {
 margin-top: 30px;
}
.about-us-list li {
 margin-bottom: 10px;
}
.about-us-list i {
 margin-right: 5px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.sercvice-section {
 padding: 95px 0px;
}
.service-icon {
	height: 123px;
}
.service-icon i {
 font-size: 72px;
 color: #FF0000;
 width: 72px;
 height: 72px;
 margin-top: 28px;
}
.service-text h3 {
 margin: 15px 0px;
 color: #000;
 transition: .3s all ease-in-out;
 font-size: 24px;
 font-weight: 700;
}
.service-icon-text {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 50px 30px;
  min-height: 365px;
  margin-bottom: 30px;
}
.service-icon-text:hover .service-text h3 {
  color: #FF0000;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.call-action-title {
 font-size: 40px;
 color: #000;
 font-weight: 700;
 margin-bottom: 30px;
}
/*.call-to-action-section {
 position: relative;
 padding: 60px 0 70px;
}*/
.call-to-action-section {
 position: relative;
}
.call-to-action-section .jarallax {
 background-image: url(../img/banner/bm-2.jpg);
 padding: 66px 0px;
}
.call-to-content {
 position: relative;
 z-index: 3;
 max-width: 750px;
 margin: 0 auto;
}
.overlay-2 {
 background-color: rgba(255, 255, 255, 0.65);
}
.call-btn {
 height: 60px;
font-family: "Montserrat", sans-serif;	
 width: 230px;
 background-color: #FF0000;
 color: #fff;
 font-size: 18px;
 text-transform: uppercase;
 border-radius: 4px;
 font-weight: 600;
 line-height: 60px;
 border: 2px solid #FF0000;	
  border-radius: 60px;
 margin: 0 auto;
 transition: .3s all ease-in-out;
}
.call-btn a {
 width: 100%;
 display: block;
}
.modal-backdrop {
 background-color: transparent;
 z-index: -1;
}
.modal-title {
 color: #000;
 font-size: 20px;
 font-weight: 600;
 float: left;
}
.modal-contact input, .modal-contact .banner-contact select, 
.banner-contact .modal-contact select,
.modal-contact textarea {
 height: 50px;
 margin-bottom: 20px;
 padding: 0 15px;
 width: 100%;
 border: 1px solid #e5e5e5;
 border-radius: 2px;
}
.modal-contact input[type=submit] {
	width: 100%;
	height: 60px;
	background-color: #FF0000;
    color: #fff;
    font-size: 20px;
	border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px;
    transition: .3s all ease-in-out;
}
.modal-contact textarea {
  height: 100px;
}
.modal-contact button {
 height: 50px;
 width: 150px;
 background-color: #FF0000;
 border-radius: 2px;
 border: none;
 font-size: 18px;
 color: #fff;
 line-height: 50px;
}
.modal-content {
 border: none;
 padding-bottom: 0;
}
button.close {
  background: #263992;
  padding: 4px 10px;
  opacity: 1;
  color: #fff;
  position: relative;
  z-index: 33;
}
.modal-header .close {
 margin-top: -30px;
}
.modal-header {
  padding: 15px;
  border-bottom: 2px solid #e5e5e5;
  text-align: center;
  margin: 0px 20px;
  margin-bottom: 25px;
}
div#exampleModal-1 .modal-title {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  float: none;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.testimonial-section {
 padding: 100px 0px 70px;
}
.testimonial-text {
 margin-bottom: 30px;
 overflow:  hidden;
}
.testimonial-text span {
 font-size: 16px;
}
.testimonial-text i {
 font-size: 26px;
 margin-right: 5px;
 color: #FF0000;
}
.testimonial-pic-text {
 padding: 35px 30px;
 background-color: #fff;
 -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 display: inline-block;
 min-width: 100%;
 min-height: 300px;
}
.testimonial-pic-details {
  /*position: absolute;*/
  bottom: 40px;
}
.client-pic {
 height: 80px;
 width: 80px;
 margin-right: 20px;
 overflow: hidden;
 border-radius: 100%;
}
.client-pic img {
 border-radius: 100%;
}
.client-name-designation {
 display: inline-block;
 margin-top: 20px;
}
.client-name-designation .name {
 font-size: 18px;
 display: block;
 font-weight: 700;
}
.ratting-number {
 font-size: 36px;
}
.rate-star i {
 color: #FF0000;
}
.testimonial-slide .owl-item {
 padding: 15px;
}
.testimonial-slide .owl-dots {
  position: absolute;
  top: -80px;
  right: 0;
}
.testimonial-slide .owl-dot {
 display: inline-block;
 margin-left: 10px;
 height: 15px;
 width: 15px;
 border: 1px solid #FF0000;
 border-radius: 100%;
 margin-bottom: 10px;
 position: relative;
}
.testimonial-slide .owl-dot:after {
 position: absolute;
 top: 2px;
 content: '';
 background-color: #FF0000;
 height: 8px;
 width: 0px;
 border-radius: 100%;
 left: 2px;
}
.testimonial-slide .owl-dot.active:after {
 width: 8px;
}
.testimonial-slide .owl-controls {
 text-align: center;
 margin-top: 50px;
}
/*.owl-carousel {
 z-index: 0 !important;
 }*/
 /*---------------------------------------------------- */
 /*----------------------------------------------------*/
 .google-map-container {
   height: 550px;
 }
 .widgettitle {
   font-size: 24px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 25px;
 }
 .footer-area {
   padding: 80px 0px 20px;
   background-color: #FF0000;
 }
 .footer-service-link li {
   color: #fff;
   margin-bottom: 10px;
 }
 .contact-details {
   color: #fff;
   max-width: 250px;
 }
 .footer-social {
   margin-top: 20px;
 }
 .footer-social li {
   color: #fff;
   font-size: 20px;
   margin-right: 15px;
 }
 .contact-details span {
  display: block;
  margin-bottom: 5px;
}
.contact-details span i {
  margin-right: 5px;
}
.gm-style .gm-style-iw {
 background-color: #FF0000 !important;
 top: 0 !important;
 left: 0 !important;
 width: 100% !important;
 height: 100% !important;
 color: #fff;
 max-height: 50px;
 border-radius: 40px;
 overflow: hidden;
 text-align: center;
 line-height: 50px;
 font-size: 20px;
 display: block !important;
}
/*style the p tag*/
.gm-style .gm-style-iw #google-popup p{
  font-size: 20px;
  font-weight: 700;
}
.gm-style div div div div div div {
  background: transparent !important;
  box-shadow: none !important;
}
/*style the arrow*/
.gm-style div div div div div div div div {
 background-color: #FF0000 !important;
 padding: 0;
 margin: 0;
 padding: 0;
 top: 0;
 color: #fff;
 font-size: 20px;
}
.gm-style-iw + div{ display: none; } 
/*style the link*/
.gm-style div div div div div div div div a {
 color: #fff;
 font-weight: bold;
}
/*---------------------------------------------------- */
.request_callback h3 {
  margin-bottom: 34px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: arial;
  text-transform: capitalize;
}
.request_callback {
  position: relative;
  z-index: 1;
}
.request_callback .contact-info {
  width: 27%;
  float: left;
  margin-right: 25px;
}
.request_callback .contact-info input, 
.request_callback .contact-info select {
  height: 50px;
  padding: 0px 15px;
  width: 100%;
  background: rgb(247, 247, 247);
  border: none;
}
.request_callback .submit-btn input {
  height: 50px;
  border: none;
  width: 140px;
  text-transform: uppercase;
  margin-top: 0;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
}
.footer-area-content {
  max-width: 940px;
  margin: 0 auto;
}
.copyright-text span {
  font-size: 18px;
  color: #fff;
}
/* .banner-contact label {
  color: #fff;
} */
/*call to action section*/
.call-to-action {
  background-image: url(../img/banner/bm-3.jpg);
  padding-top: 65px;
  padding-bottom: 60px;
  background-size:  cover;
  position: relative;
  background-attachment: fixed;
}
.call-subtitle {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #fff;

}
.call-title {
  color: #e0e0e1;
  font-size: 42px;
  font-style: italic;
  font-size: 42px;
  font-weight: 600;
  margin-top:  35px;
  margin-bottom: 13px;
}
.call-number {
  font-size: 60px;
  color: #e0e0e1;
  font-weight: 600;
}
.call-overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}
.call-action-content {
  position: relative;
  z-index: 1;
}
/*contact form section*/

.get-in-touch-section {
}
.get-in-touch-section .section-title {
  color: #fff;
}
.tl-contactinfo li:first-child {
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 22px;
  color: #cdcbcb;
}
.tl-contactinfo {
  display: block;
  margin-top: 65px;
  text-align: center;
}
.tl-contactinfo ul li.text1 {
  padding-bottom: 30px;
  color: #fff;
  font-size: 20px;
}
.tl-contactinfo ul li.phonedigits {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
.tl-contactinfo li.phonedigits > i {
  padding-right: 12px;
}
.tl-contactinfo ul li span {
}
.contact-form-area {
  max-width: 700px;
  margin: 0 auto;
}
.contact-form-area  input {
  height: 40px;
  width: 47%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
}
.contact-form-area  textarea {
  height: 150px;
  width: 97%;
  padding: 15px;
}
.contact-form-area .submit-btn {
  width: 200px;
  line-height: 13px;
  height: 55px;
  text-align: center;
  margin: 0 auto;
}
.contact-form-area .submit-btn input {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #FF0000;
	font-family: "Montserrat", sans-serif;
}
.working-hours li {
  line-height: 32px;
  color: #c1c2c7;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.working-hours li span {
  display: inline-block;
  float: right;
  color: #fff;
  margin: 0;
}
.working-hours li .closed {
  color: #f60c0c;
}
.impact-achieve-icon {
  height: 52px;
}
.impact-achieve-icon i {
  font-size: 50px;
  color: #FF0000;
}
.impact-achieve-text .count {
  font-size: 35px;
  color: #0e0e0e;
  font-weight: 700;
  line-height: 1.7em;
}
.impact-achieve-text p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}
.impact-left-content {
  padding: 35px 35px 50px 35px;
  box-shadow: 3px -20px 33px 0px rgba(222, 222, 222, 0.5);
  background-image: url(../img/become-mem.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.achivment-section {
	padding: 100px 0px;
}
.get-in-touch-section {
  position: relative;
}
.get-in-touch-section .call-overlay {
  z-index: 1;
}
.contact-form-content {
  position: relative;
  z-index: 2;
}
.call-to-action-section .jarallax {
  background-image: url(../img/banner/bm-3.jpg);
}
.get-in-touch-section .jarallax {
  background-image: url(../img/banner/bm-3.jpg);
  padding: 100px 0px;
}
form.wpcf7-form p {
    margin: 0;
}



/*Testimonial2*/
.testimonial-section2 {
    padding: 100px 0px 70px;
	background-color: #FF0000;
}

.section-dark {
    background-color: #101010;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
/*============ Text Boxes ============ */
	
.text-box-right {
	display: block;
	padding: 0px 0px 0px 99px;
	margin: 0px;
	text-align: left;
}
.text-box-right.less-padding {
	padding: 0px 0px 0px 65px;
}
.text-box-left {
	display: block;
	padding: 0px 90px 0px 0;
	margin: 0px;
	text-align: right;
}
.item-holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.text-box {
	width: 100%;
	float: left;
}
.text-box.white {
	background-color: #fff;
}
.text-box.primary {
	background-color: #f51e46;
}
.text-box.white-transparent-1 {
	background-color:rgba(255, 255, 255, 0.9);
}
.text-box.light {
	background-color: #f5f5f5;
}
.text-box.dark {
	background-color: #242424;
}
.text-box.xdark {
	background-color: #000;
}
.text-box.border-light{
	border: 1px solid #ececec;
}
.text-box-right.more-padding-1 {
	padding: 0px 0px 0px 120px;
}
.text-box-right.more-padding-2 {
	padding: 0px 0px 0px 140px;
}
.text-box-right.more-padding-3 {
	padding: 0px 0px 0px 160px;
}
.text-box-right.more-padding-4 {
	padding: 0px 0px 0px 170px;
}
.text-box-right.less-padding-1 {
	padding: 0px 0px 0px 70px;
}
.text-box-right.less-padding-2 {
	padding: 0px 0px 0px 50px;
}
.text-box-right.less-padding-3 {
	padding: 0px 0px 0px 40px;
}
.text-box-right.less-padding-4 {
	padding: 0px 0px 0px 80px;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #727272;
}
.text-black {
    color: #000000;
}
.imgbox-large {
    width: 120px;
    height: 120px;
}
.imgbox-dxlarge.round, .imgbox-dxlarge-2.round, .imgbox-xlarge.round, .imgbox-large.round, .imgbox-xmedium.round, .imgbox-medium.round, .imgbox-smedium.round, .imgbox-small.round, .imgbox-tiny.round, .imgbox-xtiny.round {
    border-radius: 100%;
}
.overflow-hidden {
    overflow: hidden;
}
.imgbox-dxlarge, .imgbox-xlarge, .imgbox-large, .imgbox-xmedium, .imgbox-medium, .imgbox-smedium, .imgbox-small, .imgbox-tiny, .imgbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-15{
	width:100%;
	padding:0 50px 0 50px;
}

 .ce-feature-box-15 .img{
-webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
}

.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

.slide-controls-3 .owl-theme .owl-controls .owl-page.active span {
    background-color: #FF0000;
    border: 1px solid #FF0000;
    opacity: 1;
}

.text-primary {
    color: #FF0000;
}

/* services-block-two */

.services-block-two {
	position: relative;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.services-block-two .inner-box {
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	padding: 40px 30px 35px 100px;
	position: relative;
	margin-bottom: 30px;
	background: #fdfdfd;
	min-height: 290px;
}

.services-block-two:hover {
	-webkit-box-shadow: 0 20px 40px rgba(126,126,138,0.2);
    box-shadow: 0 15px 30px rgba(126,126,138,0.3);
    -webkit-transform: translateY(-2.5%);
    transform: translateY(-2.5%);
}

.services-block-two:hover h5 {
	color: #FF0000;
}

.services-block-two h5 {
	position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
    color: #222;
}

.services-block-two h5 {
	font-size: 20px;
	color: #222222;
	font-weight: 500;
	display: block;
	margin-bottom: 13px;
}

.services-block-two h2 {
	font-size: 35px;
	font-weight: 600;
	color: #f7f7f7;
	position: absolute;
	left: 30px;
	bottom: 40px;
}

.services-block-two .icon-box {
	position: absolute;
	left: 30px;
	top: 46px;
	font-size: 40px;
	color: #FF0000;
}

.banner-button {
	margin-top: 50px;
}

.btn-custom {
    padding: 11px 40px;
    border-radius: 25px;
    line-height: 24px;
    color: #ffffff !important;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #FF0000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #FF0000;
	margin-right: 25px;
	margin-top: 15px;
    font-family: "Montserrat", sans-serif;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.btn-custom:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

.btn-custom1 {
    padding: 11px 40px;
    border-radius: 25px;
    line-height: 24px;
    color: #ffffff !important;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
	margin-right: 25px;
	margin-top: 15px;
    font-family: "Montserrat", sans-serif;
	-webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.btn-custom1:hover {
    color: #ffffff;
    background: #FF0000;
    border: 2px solid #FF0000;
}

/**
Progress Styles
*/
.cr-progress-wrap {
	display: flex;
	align-items: flex-end;
	padding: 20px 0; 
}

.cr-progress {
	overflow: hidden;
	width: 100%;
	flex-shrink: 100;
	align-self: flex-start;
	position: relative; 
}
  
.cr-progress h6 {
	margin-bottom: 5px;
	color: #666666; 
	font-size: 16px;
}

.cr-progress-icon {
	background: #f6f6f6;
	color: #999999;
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	margin-right: 20px; 
}

.cr-progress-icon i {
    line-height: 50px; 
}

.cr-progress-wrap-2 {
	padding: 5px 0; 
}


@media only screen and (max-width: 575px) {
  .cr-progress h6 {
    font-size: 14px; 
	} 
}	

.progress-outer{

}
.progress{
    height: 20px;
    margin: 0;
    overflow: visible;
    border-radius: 50px;
    background: #eaedf3;
    box-shadow: inset 0 10px  10px rgba(244, 245, 250,0.9);
}
.progress .progress-bar{
    border-radius: 50px;
	background-color: #FF0000;
}
.progress .progress-value{
    position: relative;
	display: flex;
    left: -45px;
    top: -3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.progress-bar.active{
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}		

.portfolio {
    overflow: hidden;
    padding: 100px 0px 110px;
	    background-color: #f8f9fa;
}

.portfolio .items {
    margin-top: 35px;
}

.portfolio .item-img img {
    width: 100%;
}
.relative-position {
    position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.74);
}
.vidco-play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}
.vidco-play-icon i {
    font-size: 52px;
	color: #fff;
}
.video-bg {
	padding: 70px 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222;
  font-size: 14px;;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222;
  font-size: 14px;
} 