.btn-primary {
  background-color: #6fc099 !important;
  border-color: #6fc099 !important;
}

.bg-primary {
  background-color: #6fc099 !important;
  border-color: #6fc099 !important;
}

.btn-secondary {
  background-color: #808080 !important;
  border-color: #808080 !important;
}

.bg-secondary {
  background-color: #808080 !important;
  border-color: #808080 !important;
}

.btn-danger {
  background-color: #e2211c !important;
  border-color: #e2211c !important;
}

.bg-danger {
  background-color: #e2211c !important;
  border-color: #e2211c !important;
}

.btn-light {
  background-color: #fafaf9 !important;
  border-color: #fafaf9 !important;
}

.bg-light {
  background-color: #fafaf9 !important;
  border-color: #fafaf9 !important;
}

.btn-dark {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}

.bg-dark {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}

.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-green {
  background-color: #33ae76 !important;
  border-color: #33ae76 !important;
}

.bg-green {
  background-color: #33ae76 !important;
  border-color: #33ae76 !important;
}

.btn-yellow {
  background-color: #f1d748 !important;
  border-color: #f1d748 !important;
}

.bg-yellow {
  background-color: #f1d748 !important;
  border-color: #f1d748 !important;
}

.btn-orange {
  background-color: #F09C22 !important;
  border-color: #F09C22 !important;
}

.bg-orange {
  background-color: #F09C22 !important;
  border-color: #F09C22 !important;
}

@font-face {
  font-family: 'AEH';
  src: url("../fonts/AEH.eot");
  src: url("../fonts/AEH.eot?#iefix") format("embedded-opentype"), url("../fonts/AEH.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("../fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg"), url("../fonts/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir65-Medium';
  src: url("../fonts/Avenir65-Medium.svg#Avenir65-Medium") format("svg"), url("../fonts/Avenir65-Medium.ttf") format("truetype"), url("../fonts/Avenir65-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir65Medium';
  src: url("../fonts/Avenir65Medium.eot");
  src: url("../fonts/Avenir65Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir65Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url("../fonts/Avenir-Roman.eot");
  src: url("../fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("../fonts/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.header {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  position: relative;
}

.header .navbar-nav li a {
  text-transform: uppercase;
  color: #231f20;
  font-family: 'Avenir65-Medium';
  font-size: 14px;
}

@media (min-width: 1200px) {
  .header .navbar-nav li a {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem  !important;
  }
}

.header .navbar-nav li a:hover {
  color: #e2211c;
}

.header .navbar-nav li.active a {
  color: #e2211c;
}

@media (max-width: 990px) {
  .navbar-brand img {
    height: 45px;
  }
  .container {
    max-width: 98% !important;
  }
}

.banner-wrapper {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-wrapper img {
  opacity: 0;
}

.btn-rounded {
  border-radius: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.btn {
  text-transform: uppercase;
  font-family: 'Avenir65-Medium';
}

.section {
  padding: 30px 0px;
}

.section .section-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

@media (max-width: 990px) {
  .section .section-title {
    font-size: 30px;
  }
}

.content p {
  font-size: 19px;
  color: #666666;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 25px;
}

.deco-title {
  font-size: 45px;
  color: #333333;
  font-weight: 300;
}

.deco-title span {
  font-weight: 700 !important;
  color: #e2211c;
}

.features .small-title {
  font-size: 28px;
  color: #e2211c;
  margin-bottom: 30px;
}

.features h3 {
  font-size: 16px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .features {
    margin-bottom: 100px;
  }
}

.home-section2 {
  position: relative;
}

.home-section2 .dr-img {
  position: absolute;
  bottom: 0px;
  left: -200px;
  mix-blend-mode: multiply;
}

.home-section3 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.home-section3 .contact-form {
  border-radius: 0px 150px 150px 0px;
  background: #fff;
  padding: 50px 50px 50px 30px;
}

.home-section3 .contact-form .floting-label label {
  top: 10px;
}

.home-section3 .contact-form .form-control {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  font-family: 'Avenir65-Medium';
}

.footer {
  border-top: 1px solid #cccccc;
}

.footer .footer-links {
  padding-left: 0px;
  margin-bottom: 10px;
}

.footer .footer-links li {
  list-style-type: none;
  padding: 2px 10px;
  display: inline-block;
  
}

.footer .footer-links li a {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  font-family: 'Avenir65-Medium';
}

.footer .footer-links li a:hover,
.footer .footer-links li.active a  {
  color: #e2211c;
}

.footer .address p {
  font-size: 14px;
  color: #666666;
  /*text-transform: uppercase;*/
  font-family: 'Avenir65-Medium';
}

.footer .address p a {
  color: #666666;
}

.footer .social-links a {
  background: #fafaf9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #919090;
  margin-right: 10px;
  display: inline-block;
}

.footer .copyright {
  border-top: 1px solid #cccccc;
  padding: 20px 0px 0px;
  margin-top: 30px;
}

.footer .copyright p {
  font-size: 14px;
  color: #919090;
  font-family: 'Avenir65-Medium';
}

.footer .copyright p a {
  color: #e2211c;
}

.testimonial h4 {
  font-weight: 700;
  color: #fff;
  font-size: 50px;
}

.about-section3 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 80px 0px;
}

.floting-label {
  position: relative;
}

.floting-label ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

.floting-label ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.floting-label :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

.floting-label :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.floting-label .datetimepicker-input + label {
  left: 20px !important;
  z-index: 99;
}

.floting-label label {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 6px;
  left: 8px;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding-left: 6px;
  z-index: 0;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 96%;
}

.floting-label .form-control, .floting-label .select2-container--default .select2-selection--single, .select2-container--default .floting-label .select2-selection--single {
  background: #fff;
  border-width: 1px;
  border-radius: 0px !important;
}

.floting-label .form-control.datetimepicker, .floting-label .select2-container--default .datetimepicker.select2-selection--single, .select2-container--default .floting-label .datetimepicker.select2-selection--single {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.floting-label .form-control:not(:placeholder-shown) + label, .floting-label .select2-container--default .select2-selection--single:not(:placeholder-shown) + label, .select2-container--default .floting-label .select2-selection--single:not(:placeholder-shown) + label, .floting-label .form-control .select2-container--open + label, .floting-label .select2-container--default .select2-selection--single .select2-container--open + label, .select2-container--default .floting-label .select2-selection--single .select2-container--open + label {
  top: -8px !important;
  font-size: 12px;
}

.floting-label .form-control:focus, .floting-label .select2-container--default .select2-selection--single:focus, .select2-container--default .floting-label .select2-selection--single:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.floting-label .form-control:focus + label, .floting-label .select2-container--default .select2-selection--single:focus + label, .select2-container--default .floting-label .select2-selection--single:focus + label {
  top: -8px !important;
  font-size: 12px;
}

.floting-label .select2-container--open + label, .floting-label label.selected {
  top: -8px !important;
  font-size: 12px;
  z-index: 1;
}

.floting-label .form-control + label:after, .floting-label .select2-container--default .select2-selection--single + label:after, .select2-container--default .floting-label .select2-selection--single + label:after {
  content: "";
  background: #fff;
  height: 6px;
  padding-left: 5px;
  width: auto;
  position: absolute;
  width: 100%;
  left: 15px;
  bottom: 8px;
  padding-left: 5px;
  z-index: -1;
}

.remove_section {
  position: absolute;
  right: -14px;
  top: 2px;
}

.login {
  background: #ffffff;
  padding: 80px 50px 80px 50px;
  position: relative;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 70px;
}

.login:after {
  content: "";
  position: absolute;
  right: -60px;
  height: 100%;
  width: 260px;
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  background: #ffffff;
  top: 0px;
  z-index: 0;
}

.login #formData {
  position: relative;
  z-index: 2;
}

.login .form-control {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  font-family: 'Avenir65-Medium';
}

.login .floting-label label {
  top: 10px;
}
/*# sourceMappingURL=style.css.map */





@media(max-width:767px){
	.testimonial h4{
		 font-size: 23px;
	}	
}

.dropdown-custome .dropdown-item{
	padding:6px 10px !important;
}

.dropdown-custome .dropdown-item .fa {
	padding-right:8px;
}
.dropdown-custome .dropdown-menu{
	border:none !important;
	box-shadow: 0px 1px 5px -2px #000000a8 !important;	
	padding:0px !important;
}


ul.content-list{
	padding-left:0px;	
}
ul.content-list li{
	font-size: 19px;
    color: #666666;
    line-height: 22px;
    font-weight: 300;
	list-style-type:none;
	padding-bottom:5px;
}
ul.content-list li .fa{
	color:#E2211C;

}