@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates');
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}


/*************************
********header CSS*******
**************************/

#header h1 {
    margin: 10px 0;
}

#header h3 {
    margin-bottom: 10px;
    width: auto;
    padding: 0px 20px;
}

#header .logo {
    margin-top: 0px;
    float: left
}

#header .logo img {
    width: 40%;
}

#header {
    background: #fff;
    padding: 15px 0;
    border-bottom: 3px solid #2faf98;
    height: 120px;
}

#header .call {
    float: right;
    padding-top: 14px;
}

#header .call1 {
    color: #fff;
    float: right;
    padding-top: 14px;
    font-family: 'Montserrat Alternates', sans-serif;
}

#header .apps-icon {
    margin-top: 0px;
    vertical-align: top;
    padding: 0px;
    float: right
}

#header .mobile-app {
    padding-top: 16px;
}

#header .call i,
#header .call1 i {
    font-size: 18px;
    margin-right: 10px;
    color: #749e07
}

#header .call small,
#header .call1 small {
    font-size: 18px;
    color: #C33828;
    text-transform: uppercase;
    font-weight: 700;
}

#header .call span,
#header .call1 span {
    font-size: 26px;
    color: #a8cf45;
    text-transform: uppercase;
    display: inline-block;
    line-height: 34px;
    font-weight: 700;
}

#header .nav-bar .navbar-default {
    margin-top: -9px;
    background: none;
    border: none;
}

#header .navbar-default .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a:hover,
#header .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #27BCB6;
}

#header .navbar-default .navbar-nav > li > a:hover {
    background: none;
    color: #27BCB6;
}

#header .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat Alternates', sans-serif;
}

#header .navbar-nav > li {
    float: left;
    padding: 5px 3px;
}

#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus {
    color: #fff;
    background: #C33828
}

#header .dropdown-menu > li > a {
    padding: 6px 20px;
}

#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:hover,
#header .navbar-default .navbar-nav > .open > a:focus {
    color: #27BCB6;
    background-color: transparent;
}

.nav-barbg {
    margin-top: 10px;
    height: 60px;
    background: #749e07;
    position: relative;
    top: 0px
}

.navbar-default {
    position: relative;
    top: -51px;
    background: 0 0;
    border: 0
}

.login-info,
.user-login .link-details,
.user-login .link-logout-details {
    display: inline-block;
    position: absolute;
    right: 0
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle
}

.login-info,
.nav-barbg {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg)
}

.user-login .link-details ul li a:hover,
.user-login .link-logout-details ul li a:hover {
    text-decoration: none
}

.login-info {
    width: 30%;
    height: 60px;
    background: #C33828;
    top: 0;
    transform: skew(-30deg)
}

.user-login {
    margin: 0px;
    overflow: hidden;
}

.user-login .link-details {
    top: -30px;
}

.user-login .link-details ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.user-login .link-details ul li {
    display: inline-block;
    text-align: center;
    margin-right: 60px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.user-login .link-details ul li a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;  font-weight: bold;
}

.user-login .link-details ul li a:hover {
    text-decoration: underline;
}

.user-login .link-details ul li a i {
    margin-right: 10px
}

.user-login .link-logout-details {
    top: -30px;
}

.user-login .link-logout-details ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.user-login .link-logout-details ul li {
    display: inline-block;
    text-align: center;
    margin-right: 35px
}

.user-login .link-logout-details ul li a i,
.worries-col {
    margin-right: 10px
}

.user-login .link-logout-details ul li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}


/*******************************************/


/*************************
********footer CSS*******
**************************/

#footer {
    padding: 0px 0px;
    margin-top: 25px;
    text-align: center;

}

#footer .f-menu {
    padding: 20px 0;
}

#footer .f-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .f-menu ul li {
    color: #1e252b;
    font-weight: 700;
    font-size: 15px;
    display: inline;
}

#footer .f-menu ul li a {
    color: #1e252b;
    margin: 0 20px;
    font-family: 'Montserrat Alternates', sans-serif;
}

#footer .f-menu ul li a:hover {
    color: #27bcb6
}

#footer .b-footer {
    position: relative
}

#footer .b-footer .b-line-footer {
    background: #1e252b;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 50px
}

.bg-footer {
    position: relative
}

#footer .b-footer .b-bg-footer {
    background: #749e07;
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

#footer .f-menu-s ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .f-menu-s ul li {
    color: #fff;
    font-weight: 600;
    display: inline;
}

#footer .f-menu-s ul li a {
    color: #fff;
    margin: 0 3px;
    font-weight: normal;
}

#footer .f-menu-s ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer .f-menu-s ul li:first-child a {
    margin-left: 0
}

#footer .copyright p {
    color: #fff;
    font-size: 12px;
    margin-top: 10px
}

.left-bottom {
    margin-left: 30px;
    margin-top: 20px;
    float: left;
    text-align: left;
}

.social-icon {
    margin-top: 23px;
    margin-right: 30px;
    float: right
}

.social-icon a i:hover {
    color: #C33828;
    border: 2px solid #C33828
}

.social-icon a i {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    height: 44px;
    line-height: 40px;
    text-align: center;
    width: 44px;
    margin-left: 10px
}


/*******************************************/


/*************************
********login CSS*******
**************************/

.login {
    padding-top: 50px
}

.login .form-wrap {
    background: #fafafa;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding: 20px;
}

.login .form-control {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 13px;
    background: linear-gradient(to bottom, #fff 0, #e1e1e1 100%);
}

.login .checkbox {
    color: #555;
    font-size: 13px;
    line-height: 23px;
}

.login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

.login .forget {
    font-size: 13px;
    float: right
}

.login .form-wrap p {
    padding-top: 12px;
}


/*************************/


/*************************
********button CSS*******
**************************/

.btn-new {
    border: solid 1px #C33828;
    background: #C33828;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: normal;
}

.btn-new:hover {
    border: solid 1px #ad2616;
    background: #ad2616;
    color: #fff;
}

.btn-width {
    width: 100%;
    height: 40px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff !important;
}

.btn-red {
    background: #666;
    border-radius: 4px;
}

.btn-cancel {
    color: #fff;
    border-radius: 4px;
    font-weight: normal;
    background-color: #555;
    border: solid 1px #555
}

.btn-cancel:hover {
    color: #fff;
    background-color: #000;
    border: solid 1px #000
}

.btn-custom {
    color: #fff;
    border-radius: 4px;
    background-color: #1fa67b
}

.btn-custom:focus,
.btn-custom:hover {
    color: #fff;
    background: #109e71
}

.box-body {
    border: 1px solid #c3c3c3;
    display: inline-block;
    width: 100%
}

.box-body .col-md-12 {
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 0
}

.blue-btn {
    background: #27BCB6!important
}

.blue-btn:before {
    background: #000!important
}

.btn-book {
    background: #393f4f;
    border-radius: 0;
    margin: 0 -18% -10%;
    padding: 30px 0
}


/*************************/


/*************************
********testimonial CSS*******
**************************/

.testimonial-section {
    background: url(../images/sec-testimonial-bg.jpg) 0 0/cover no-repeat #27bcb6;
    margin-top: 40px
}

.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 0;
    margin-top: 14px
}

.quote i {
    color: #fff
}

#fade-quote-carousel.carousel {
    padding-bottom: 60px
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #C33828;
    border: none
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none
}

#fade-quote-carousel blockquote p {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    padding-left: 8%;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px
}

#fade-quote-carousel blockquote {
    padding: 10px 10px;
    margin: 0 0 12px;
    font-size: 16px;
}

.testimonial {
    padding-top: 12px;
}

.testimonial-content .testimonial-comment {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center
}

.testimonial-border {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 200px;
    width: 100%;
    border: 2px solid #C33828;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: 0 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg)
}

.box-size {
    margin-left: 34px;
    width: 35%;
    float: left
}

.plan-tall,
.plan-title,
.testimonial-content {
    position: relative;
}

.starrr i {
    color: #feb800
}

.testi-name {
    font-weight: 700;
    font-size: 13px;
    color: #fff
}

.request-part {
    padding: 10px 0;
    margin-left: 0px;
    position: relative
}

.request-part p {
    color: #fff;
    font-size: 13px;
    padding-top: 18px;
}

.request-img {
    margin-top: 70%;
    position: absolute;
    right: 0;
    top: 0
}

.request-img img {
    width: 80%
}

.product-carousel {
    margin: 0px;
    padding: 0 7%
}

.product-carousel .media-carousel {
    margin-bottom: 0;
    margin-top: 6%;
}

.product-carousel .media-carousel .carousel-control.left {
    left: -9%;
    background-image: none;
    background: none;
    border:none;
    border-radius:100%;
    margin-top: 22px
}

.product-carousel .media-carousel .carousel-control.right {
    right: -9% !important;
    background-image: none;
    background: none;
      border:none;
    border-radius: 100%;
    margin-top: 22px
}
.product-carousel .media-carousel .carousel-control{ color:#555; font-size: 45px} 
.product-carousel .media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

.product-carousel .media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.product-carousel .media-carousel .carousel-indicators .active {
    background: #333333;
}


/*******************************/


/*************************
********About Us CSS*******
**************************/

.about-us {
    margin: 0px;
    padding-top: 2%;
    clear: both
}

.about-us p {
    color: #555;
}

.trust-mark {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}


.trust-mark h5 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.trust-mark p {
    color: #555;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.team-item {
  margin: 40px 0 10px 0;
  padding:0;
}

.recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
      margin: 10px 0;
    text-align: center;
    font-weight: bold;
}



.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #C33828;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

.recent-work-wrap .recent-work-inner p{ font-size: 13px; line-height: 17px; color:#fff}



























/*******************************/


/*************************
********booking CSS*******
**************************/

.booking-part {
    margin-top: 0px
}

.booking-part .multiselect {
    background-color: #fff;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 13px;
    background: linear-gradient(to bottom, #fff 0, #e1e1e1 100%);
    padding: 6px 12px;
}


/*******************************/


/*************************
********slider CSS*******
**************************/

.slider-main {
    background: url(../images/banner1.jpg) 0 0/cover no-repeat;
    padding-bottom: 20px;
}

h2.slide-title {
    color: #fff;
    font-size: 38px;
    margin-top: 6%;
    text-align: center;
}

h2.slide-title span {
    color: #a8cf45;
}

.icon-slide .circle-icon,
.icon-slide .circle-in {
    border-radius: 100%;
    padding: 8px;
    display: inline-block;
}

.icon-slide,
.slide-title {
    margin-bottom: 3%;
    text-align: center;
}

.icon-slide .circle-in {
    background: #C33828;
    height: 100%;
    width: 100%
}

.icon-slide .circle-icon {
    background: #749e07;
    height: 160px;
    text-align: center;
    width: 160px;
    margin-bottom: 16px
}

.icon-slide .circle-icon:hover {
    transition: .8s;
    box-shadow: 0 0 0 110px rgba(255, 255, 255, .4) inset, 0 0 0 10px rgba(255, 255, 255, .8) inset, 0 1px 2px rgba(0, 0, 0, .1)
}

.icon-slide .circle-icon:hover .circle-in a i {
   -webkit-transform: translateY(6px);
        transform: translateY(6px); 
        -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.icon-slide .circle-icon:hover .circle-in a span {
   -webkit-transform: translateY(6px);
        transform: translateY(6px); 
        -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}




.circle-icon a {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 16px
}

.circle-icon a i {
    display: inline-block;
    line-height: 70px
}

.circle-icon a i img {
    width: 75%
}

.circle-icon a span {
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-style: italic;
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
}


/*************************/


/*************************
********form service CSS*******
**************************/

.form-service {
    background: #749e07;
    position: relative;
    z-index: 9999
}

.form-service h2 {
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
    color: #171d22;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block
}

.form-service .form-barbg {
    width: 68%;
    height: 80px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background: #fff;
    position: absolute;
    top: 0;
    display: inline-block
}

.worries-bg {
    background: url(../images/worries-bg.png) 0 0/cover no-repeat;
    padding: 2% 0
}

.worries-bg .col-md-4 {
    width: 31%;
}

.worries-bg h3 {
    font-size: 22px;
    color: #fff;
    margin: 0px;
    padding: 7px 0 0 26%;
    text-transform: uppercase;
}

.book-now {
    background: #181d23 !important;
    padding: 7px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    font-family: 'Montserrat Alternates', sans-serif;
}

.book-now:hover {
    text-decoration: none;
    border-radius: 4px;
    background: #C33828 !important;
}

.button-row {
    padding: 5%;
    float: right;
}

.pink-btn2 {
    background: #749e07 !important;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: normal;
    margin-top: 0%;
    z-index: 9;
    margin-left: 0%;
    line-height: 17px;
    color: #ffff;
}

.pink-btn2:hover {
    color: #fff;
    text-decoration: none;
}

.pink-btn2:before {
    background: #393f4f!important
}

.pink-btn3 {
    background: #901d78!important;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: normal;
    margin-top: 0%;
    z-index: 9;
    line-height: 17px;
    color: #ffff;
}

.pink-btn3:hover {
    background: #393f4f!important;
    color: #fff;
    text-decoration: none;
}


/*************************/


/*************************
********how it work CSS*******
**************************/

.howitwork {
    padding: 3%;
    margin: 0;
    background: #f8f8f8;
}

.howitwork h3 {
    padding: 0;
    margin: 0 0 0 0;
    color: #a8cf45;
    font-size: 42px;
    font-weight: bold;
    line-height: 56px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.howitwork p {
    padding: 0;
    margin: 0 0 0% 0;
    color: #555;
    font-size: 14px;
    font-weight: normal;
}


/*************************/


/*************************
********app bg CSS*******
**************************/

.app_bg {
    padding: 0;
    height: 460px;
    margin-bottom: 50px;
    background: url(../images/banner2.jpg) no-repeat;
    background-size: cover;
}

.app_bg h4 {
    padding: 0;
    margin: 0% 0 0% 0;
    color: #900202;
    font-size: 28px;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}

.app_bg p {
    padding: 0;
    margin: 2% 0 0% 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    float: right;
}

.app_bg .col-sm-offset-8 {
    margin-top:14%;
}


/*************************/


/*************************
********breadcrumb CSS*******
**************************/

.contact-bg {
    background: url(../images/contact-banner-bg.jpg) 0 0/cover no-repeat;
    padding: 6% 0 2% 0;
}

.banner-title h2 {
    text-align: center;
    color: #fff;
    margin: 0px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat Alternates', sans-serif;
}

.banner-title .breadcrumb {
    background: 0 0;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center
}

.breadcrumb>li>a {
    color: #27bcb6
}


/*************************/


/*************************
********service CSS*******
**************************/

.services-part {
    padding: 50px 0
}

.services-part .service-img {
    overflow: hidden;
    padding: 18px 0;
    text-align: center;
}

.services-part .service-img a {
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
    font-weight: 600;
    font-style: italic
}

.services-part .service-img a span {
    width: 126px;
    height: 126px;
    box-shadow: rgba(255, 255, 255, .5) 0 0 0 10px inset;
    -webkit-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
    display: inline-block;
    position: relative;
    border-radius: 100%
}

.services-part .service-img a span:hover {
    box-shadow: rgba(0, 0, 0, .8) 5px 5px 55px inset
}

.services-part .service-img a span img {
    max-width: 100%;
    position: relative;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .33)
}

.services-part .service-img a p {
    padding: 12px 0 0px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    font-size: 14px
}

.our-logos {
    text-align: center;
}

.our-logos img {
    width: 107px;
    margin-right: 12px
}

.services-provide {
    background: #f2f2f2;
    padding: 30px 30px 22% 30px;
    margin-top: 30%
}

.services-provide .call-btn a,
.text-content {
    display: inline-block;
    width: 100%
}

.services-provide .services-list {
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none
}

.services-provide .services-list li {
    background: url(../images/arrow-right.png) 0 3px no-repeat;
    padding-left: 24px;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 14px;
    color: #555
}

.services-provide .call-btn {
    background: url(../images/ser-provide-btn-bg.png) no-repeat;
    padding: 9px 18%;
    position: absolute;
    bottom: 0px;
    left: 11px;
}

.services-provide .call-btn a {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.services-provide .call-btn a i {
    font-size: 30px;
    margin-right: 10px
}

.content-bg {
    background: #f7f4f4;
    padding: 40px 0;
    margin: 40px 0
}


/***********************/


/*************************
********why-hire-content CSS*******
**************************/

.why-hire-content {
    padding: 0px 0 50px 0;
    overflow: hidden
}

.why-hire-content p {
    font-size: 14px;
    color: #555;
    line-height: 21px
}

ul.check {
    padding: 0
}

ul.check li {
    list-style: none;
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    line-height: 25px;
    color: #555;
}

ul.check li:before {
    left: 0px;
    top: 3px;
    color: #555;
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 18px FontAwesome
}


/***********************/

.text-content {
    display: inline-block;
    width: 100%
}

.content-bg {
    background: #f7f4f4;
    padding: 40px 0;
    margin: 20px 0 0 0
}

.text-content p {
    font-size: 14px;
    color: #555;
    line-height: 21px
}


/*************************
********carpenter CSS*******
**************************/

.carpenter-form {
    background: #749e07;
    padding: 30px 30px 25% 30px
}

.carpenter-form p {
    color: #fff;
    font-size: 13px;
}

.carpenter-form .bootstrap-select {
    margin-bottom: 15px
}

.carpenter-form .bootstrap-select .dropdown-toggle {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    box-shadow: 1.94px 3.5px 5px 0 rgba(0, 0, 0, .18)
}

.carpenter-form .bootstrap-select .dropdown-toggle .filter-option {
    color: #000
}

.carpenter-form .fa-arrow {
    margin-left: -10px;
}

.carpenter-form .fa-arrow i {
    color: #555
}

.carpenter-form .fa-arrow i:hover {
    color: #C33828
}

.carpenter-form .carpenter-robot {
    position: absolute;
    left: -30px;
    z-index: 99
}


/****************************/


/*************************
********available store CSS*******
**************************/

.available-store {
    background: url(../images/store-bg.jpg) 0 0/cover no-repeat;
    padding-top: 10px
}

.available-content {
    padding: 20px 0;
    display: inline-block
}

.available-content h4 {
    font-size: 35px;
    color: #fff;
    font-family: 'Montserrat Alternates', sans-serif;
}

.available-content p {
    font-size: 14px;
    color: #fff;
    margin-top: 20px
}

.available-content .appdownload-icons {
    margin-top: 20px
}

.available-content .appdownload-icons a {
    margin-right: 20px
}


/****************************/


/*************************
********title CSS*******
**************************/

h2.title {
    color: #666;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.title-section-w2:before,
.title-section-w:before,
.title-section:before {
    height: 17px;
    width: 8px;
    left: -20px;
    top: 3px;
    content: ""
}

.title-section {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    line-height: 28px;
    color: #666;
    text-transform: uppercase;
    font-family: 'Montserrat Alternates', sans-serif;
}

.title-section-w,
.title-section-w2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.title-section:before {
    position: absolute;
    background: #94267d
}

.title-section-w {
    position: relative;
    margin-left: 0px;
    padding-bottom: 0px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.title-section-w:before {
    position: absolute;
    background: #C33828
}

.title-section-w2 {
    margin-bottom: 0;
    position: relative;
    font-family: 'Montserrat Alternates', sans-serif;
}

.title-section-w2:before {
    position: absolute;
    background: #94267d
}


/********************************/
.grn-col{ color:#749e07 ;}
.mar-top {
    margin-top: 15px
}

.margin0 {
    margin: 0px !important
}

#contact-us {
    margin: 0px;
    color: #555;
    font-size: 13px
}

#contact-us i {
    color: #C33828;
}

#contact-us a {
    color: #555
}

.error{

    color: red;
}

.services-part .service-img .col-md-3{ height: 200px}