body {
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none
}

body {
    font-size: 1.2rem;
}

.small-container {
    width: 95%;
    margin: 0 auto;
}

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

.noto-font-family {
    font-family: 'Noto Serif', serif;
}

.lobster-font-family {
    font-family: 'Lobster', cursive;
}

.roboto-font-family {
    font-family: 'Roboto', sans-serif;
}

.overlay {
    background-color: rgba(43, 33, 2, .9);
    height: 100%;
    width: 100%;
}

/* navbar */

.navbar {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    padding-top: 0;
}

.navbar ul li {
    padding: 0 15px;
}

.navbar .container {
    width: 60%;
    background-color: white;
    transform: skew(-30deg);
    padding: 5px 20px;
    box-shadow: 1px 1px 10px #4e4e4e, -1px -1px 10px #4e4e4e;
}

.navbar .book {
    background-color: #cc0000;
}

.navbar .book a {
    color: white !important;
    padding: 0px 10px;
}

.navbar .navbar-nav {
    transform: skew(30deg);
    margin-right: 30px;
}

/* header */

header {
    color: white;
    background: #cc0000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

header h1 {
    font-size: 65px;
    position: absolute;
    z-index: 15;
}

header h1 span {
    color: white;
    border: 1px solid #FFF;
    font-size: 120px;
    line-height: 2;
    padding: 10px;
}

header .small-container {
    padding-top: 150px;
    position: relative;
    width: 100%;
}

header button {
    display: block;
    transform: skew(-25deg);
    padding: 10px 40px;
    border: none;
    background-color: #ffcc33;
    position: absolute;
    bottom: 0;
}

header button a {
    color: black;
}

header form {
    position: relative;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
    z-index: 50;
    display: flex;
}

header form input[type='search'] {
    width: 70%;
    border: none;
    padding: 5px 5px 5px 30px;
}

header form i {
    color: black;
    position: absolute;
    left: 7px;
    top: 8px;
}

header input[type="submit"] {
    width: 30%;
    position: relative;
    right: 0;
    border: none;
    height: 40px;
    background-color: #cc0000;
    color: white;
}

header .welcome {
    position: relative;
    left: 15px;
}

.st-rec, .rd-rec {
    width: 200px;
    height: 50px;
    background-color: white;
    position: absolute;
    top: 0;
    display: none;
}

.st-rec {
    left: 0;
}

.rd-rec {
   right: 0; 
}

header .carousel-control-next, header .carousel-control-prev {
    position: absolute;
    left: -35px;
    bottom: 0;
    width: 70px;
    height: 40px;
    z-index: 3;
    font-size: 25px;
}

header .carousel-control-next {
    background-color: #cc0000;
    text-align: right !important;
    top: 320px;
}

header .carousel-control-prev {
    background-color: #ffcc33;
    color: black !important;
    top: 370px;
}

header .carousel-control-next i {
    width: 60%;
    margin: 0 auto;
    text-align: right;
}

header .carousel-control-prev i {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

header .h-slider {
    position: absolute;
    height: 100vh;
    top: 0;
    width: 60%;
    left: 40%;
    padding-top: 0;
}

header .carousel,
header .carousel-inner,
header .carousel img,
header .carousel-item, 
header .carousel-item.active {
    height: 100%;
    height: 100%
}

header .row {
    padding: 0 30px;
    height: 400px
}

header .slide,
header .carousel-inner {
    width: 100%;
    height: 100%;
}

header .carousel-item {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

header .carousel-one {
    background-image: url(../imgs/1.jpeg);
}

header .carousel-two {
    background-image: url(../imgs/2.jpeg);
}

header .carousel-three {
    background-image: url(../imgs/4.jpeg);
}

header button a {
    transform: skew(26deg);
    float: left;
    width: 100%;
}

.navbar-brand {
    float: left;
    transform: skew(30deg);
}

/* about */

.about {
    padding-top: 70px;
    background-image: url(../imgs/bg.jpg);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.about h2 {
    color: #cc0000;
    margin-bottom: 50px;
}

.about h2 + img {
    position: absolute;
    height: 200px;
    width: 200px;
    top: -20px;
    left: -30px;
    z-index: -1
}

.about h4 {
    color: #cc0000;
    margin-bottom: 25px
}

.about p {
    line-height: 1.9;
    margin-bottom: 70px;
}

.about button {
    background-color: #ffcc33;
    border: none;
    transform: skew(-25deg);
}

.about button a {
    color: #000;
    padding: 10px 50px;
    display: block;
    float: left;
    transform: skew(25deg);
}

.about .container > .row:first-of-type {
    margin-bottom: 50px
}

.about .container > .row:first-of-type .img {
    background-image: url('../imgs/1.jpeg');
    background-size: contain;
    height: 400px;
    width: 600px;
    position: relative;
}

.about .container h2:last-of-type {
    margin-left: 80px;
}

.about .container > .row:last-of-type .img {
    height: 450px;
    width: 580px;
    right: 120px;
    background-image: url('../imgs/r1.jpg');
    background-size: cover;
    position: relative
}

.about .block {
    background-color: white;
    width: 850px;
    padding: 30px 40px;
    text-align: center;
    position: relative;
    top: 50px;
    border: 1px solid black;
}

.about .block > div {
    width: 70%
}

.about .block strong {
    font-size: 43px;
    font-weight: normal;
}

.about .block h5 {
    color: #cc3300;
}

.about .block p {
    margin: 0 auto;
    margin-bottom: 20px
}

.about .block img {
    position: absolute;
    height: 200px;
    width: 200px;
    top: 50px;
    right: -40px;
    display: none;
}

/* services */

.service_bg {
    padding: 70px 0;
    background-image: url('../imgs/bg.jpg');
    background-size: cover;    
}

.service_img {
    width: 250px;
    height: 250px;
}


/* gallery */

.gallery {
    padding: 70px 0;
    background-image: url('../imgs/pic9.jpg');
    background-size: cover;
}

.gallery h2 {
    font-size: 44px;
    color: #cc0000;
    margin-bottom: 50px;
}

.gallery .col-lg-4 > div{
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.gallery .col-lg-4 > div h4 {
    position: relative;
    top: 40px;
    z-index: 3;
    text-align: center;
}

.gallery .col-lg-4 > div.active {
    height: 630px
}

.gallery img {
    width: 100%;
    height: 100%;
}

.gallery .pic-one,
.gallery .pic-two,
.gallery .pic-three,
.gallery .pic-four,
.gallery .pic-five {
    background-position: center;
    background-size: cover;
}

/* slider */

.slider {
    height: 450px;
    padding: 50px 0;
    margin-bottom: 30px
}

.slider h2 {
    font-size: 45px;
}
    
.slider .carousel-indicators li {
    background-color: #ffcc00;
    padding: 6px;
    border-radius: 0;
    opacity: 1;
}

.slider .carousel-indicators li.active {
    background-color: #000;
}

.slider .carousel-inner {
    height: 400px
}

.slider .carousel-inner .carousel-item {
    height: 100%
}

.slider .carousel-inner .carousel-item h5, .slider .carousel-inner .carousel-item p {
    color: black;
}

.slider .carousel-inner .carousel-item h5 {
    color: #ffcc00;
    font-size: 25px
}

.slider .carousel-inner .carousel-item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 30px
}

.carousel-caption {
    box-shadow: 5px 5px 10px #e0dddd, -5px -5px 10px #e0dddd;
}

.carousel-indicators {
    bottom: -40px;
}

/* contact */

.contact {
    padding: 30px 0 70px;
    position: relative;
    margin-top: 80px;
}

.contact .container > h2 {
    font-size: 45px;
    margin-bottom: 90px;
}

.contact .col-6 h2 {
    font-size: 55px;
    width: 70%;
    float: right
}

.contact .contact-form {
    background-color: rgba(212,5,1,.8);
    padding: 52px;
    border: 1px solid #000;
    position: relative;
    left: 111px;
}

.contact form input, .contact form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.contact form textarea {
    resize: none;
    height: 100px;
}

.contact form input[type="submit"] {
    width: 120px;
    height: 40px;
    background-color: #ffcc33;
    border: none;
    margin-bottom: 0;
}

.contact > div:last-of-type {
    z-index: -1;
    position: absolute;
    height: 570px;
    width: 680px;
    left: 0;
    bottom: 0px;
    /*background-image: url(../imgs/pic1.jpg);*/
    background-size: cover;
}

.contact .row > .col-6:last-of-type {
    position: relative
}

.contact h2 + img {
    position: absolute;
    height: 200px;
    width: 200px;
    right: -120px;
    z-index: -3;
}

/* footer */

footer {
    background-image: url('../imgs/pic8.jpg');
    background-size: cover;
    color: white
}

footer a {
    color: white
}

footer a:hover {
    color: #ffcc33;
}

footer h3 {
    margin-bottom: 20px
}

footer ul {
    padding-left: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer p {
    line-height: 1.9;
} 

footer .overlay {
    padding: 50px;
}

footer .form ul {
    overflow: hidden;
    margin-top: 30px;
}

footer .form ul li {
    float: left;
    padding: 0 15px;
}

footer .form ul li a {
    color: #ffcc33;
    padding: 0 13px;
    border: 1px solid #ffcc33;
    border-radius: 50%;
    display: block;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 53px;
}

footer .form ul li a i {
    width: 15px;
    text-align: center;
}

footer form input:first-of-type {
    padding-left: 10px;
    width: 70%;
    border: none;
    padding: 4px 10px;
}

footer form input:last-of-type {
    width: 28%;
    position: relative;
    right: 4px;
    border: none;
    padding: 7px 7px 6px;
    background-color: #cc0000;
    color: white;
    cursor: pointer;
    font-size: 13px;
    top: -2px;
    height: 37px;
}

.copyright {
    text-align: center;
    padding: 15px 0;
}

.copyright p {
    margin: 0
}

.copyright p a {
    color: #222;
}

.copyright p a:hover,
.copyright p a:focus {
   color: #cc0000;
}

/* media queries */

@media (max-width: 1200px) {
    
    /* navbar */
    
    .navbar ul li {
        padding: 0 5px;
    }
    .st-rec, .rd-rec {
        width: 130px
    }
    
    /* header */
    
    header h1 {
        font-size: 45px;
    }
    header h1 span {
       font-size: 55px;
    }
    
    /* about */
    
    .about .block {
        width: 750px;
    }
    
    /* contact */
    
    .contact > div:last-of-type {
        width: 600px;
    }
}

@media (max-width: 992px) {
    
    /* navbar */
    
    .navbar {
        background-color: #FFF !important
    }
    .navbar .container {
        transform: skew(0deg);
    }
    .navbar ul li {
        margin: 10px 0;
    }
    .navbar .container {
        box-shadow: none;
    }    
    .navbar .navbar-nav {
        transform: skew(0deg)
    }

    /* header */
    
    header {
        background-size: 100% 92.4%;
        background-position: bottom;
    }
    header button {
        position: static;
    }
    header .d-flex {
        display: block !important
    }
    header .col-lg-4 {
        order: 2
    }
    header .col-lg-4 h2 {
        margin-bottom: 20px
    }
    header .col-lg-8 {
        order: 1;
        margin-bottom: 50px;
    }
    header .welcome {
        position: relative;
        left: 0
    }
    .st-rec, .rd-rec {
        display: none
    }
    header .row {
        position: absolute;
        z-index: 15px;
        display: none
    }
    header .h-slider {
        width: 100%;
        top: -111px
    }
    header .carousel-control-next {
        left: auto;
        top: 48%
    }
    header .carousel-control-prev {
        left: 0;
        top: 48%
    }
    header .d-flex {
        display: flex !important;
    }

    .navbar-brand {
       float: left;
       transform: skew(0deg);
    }
    
    /* about */
    
    .about .container > .row:first-of-type .col-12:first-of-type {
        order: 2;
        margin-top: 50px
    }
    .about .container > .row:first-of-type .col-12:last-of-type {
        order: 1;
    }
    .about .block > div {
        width: 100%;
    }
    .about .container > .row:last-of-type .img {
        width: 100%;
        position: static;
    }
    .about .container > .row:last-of-type .block {
        position: static;
        width: 100%;
    }
    
    /* contact */
    
    .contact > div:last-of-type {
        width: 100%;
    }
    .contact .col-6 h2 {
        font-size: 45px;
        margin-top: 55px;
        color: white;
    }
    .contact .contact-form {
        left: 0; 
        width: 400px;
    }
    
    /* footer */
    
    footer .col-lg-4 {
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    
    .about .container > .row:first-of-type .img {
        width: 500px;
    }
    .about .container > .row:last-of-type .img {
        height: 350px;
    }
    
    .contact .col-6 h2 {
        display: none
    }

    .navbar-brand {
        float: left;
        transform: skew(0);
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .navbar .container {
        width: 100%;
        padding: 5px 0;
    }

    header form {
        width: 100%;
        display: flex;
    }


}

@media (max-width: 576px) {
    
    header .carousel-control-next,
    header .carousel-control-prev {
        display: none;
    }
    
    .about .container > .row:first-of-type .img {
        width: 400px;
    }
}


/*-- testimonials start --*/

.testimonials {
  background-image: url(../imgs/testimonials-bg_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 116px;
  padding-bottom: 145px;
}

.testimonials .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.52;
}

.testimonials .testimonials-inner {
  width: 1310px;
  margin: 0 auto;
}

.testimonials .carousel h2 {
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-weight: bold;
  margin-bottom: 90px;
}

.testimonials .carousel p {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  width: 68%;
  margin-bottom: 28px;
}

.testimonials .carousel h4 {
  font-size: 28px;
  color: #fdb714;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
}

.testimonials .carousel h6 {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.testimonials .carousel i {
  font-size: 60px;
  color: #ffffff;
}

.testimonials .carousel-indicators {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 8%;
}

/*-- testimonials end --*/

/*-- portfolio start --*/

.portfolio {
  /*padding-bottom: 80px;*/
}

.portfolio .portfolio-header {
  /*width: 790px;*/
  margin-bottom: 30px;
}
.services .services-content h2 {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.services .services-content p {
  font-size: 18px;
  line-height: 32px;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10%;
}
.portfolio .portfolio-header h2 {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.portfolio .portfolio-header p {
  font-size: 18px;
  line-height: 32px;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  /*margin-right: 10%;*/
}

.portfolio .category {
  text-align: center;
  padding-bottom: 47px;
}

.portfolio .category .btn {
  border-radius: 0;
}

.portfolio .gal {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  padding-bottom: 44px;
  padding-right: 0;
  -webkit-column-gap: 3.3em;
  -moz-column-gap: 3em;
  /*
  column-gap: 0em;
  margin: 0 -26px;
*/
}

.portfolio .gal .image {
  padding: 0 0 27px;
}

.img-adj {
  margin: 0 -26px;
}

.portfolio figure {
  display: inline-block;
  position: relative;
}

.portfolio figure::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 #fdb714;
  transition: box-shadow .1s ease;
}

.portfolio figure:hover::after {
  box-shadow: inset 0 0 0 5px #fdb714;
  cursor: zoom-in;
  background-color: #00000035;
}

.portfolio figure {
  cursor: pointer;
  transition: 0.3s;
  height: 400px;
  width: 100%;
}

.portfolio .box {
  padding-right: 0;
}

.Portfolio .chevron {
  margin: 0 auto;
}

.Portfolio .gal img-responsive {
  width: 100%;
  margin: 0;
}

.portfolio .col-md-12 {
  padding: 0;
}

@media (max-width: 500px) {
  .Portfolio .gal {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  padding-top: 300px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.84);
  padding-bottom: 60px;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.52);
  margin: auto;
  padding: 0;
  width: 90%;
  max-height: 500px;
  max-width: 493px;
  max-width: 500px;
}


.modal-header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.52);
  margin: auto;
  padding: 0;
  width: 90%;
  max-height: 500px;
  max-width: 493px;
  max-width: 500px;
}

/* The Close Button */

.close {
  color: white;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: .5;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  background: transparent;
  width: 600px;
}

.cursor {
  /*  cursor: pointer;*/
  width: 100%;
  height: 100%;

}

/* Next & previous buttons */

.prev,
.next {
  position: absolute;
  top: 55%;
  cursor: pointer;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.numbertext img {
  width: 500px;
  height: 500px;
}

/* Position the "next button" to the right */

.next {
  right: -20.5%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 0, 0.4);
}

/* Number text (1/3 etc) */

.numbertext {
  color: #ffffff;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*==*/

.portfolio .image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.portfolio .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}

.portfolio .fa-search-plus {
  color: white;
  font-size: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  top: calc(55% - 30px);
  left: calc(55% - 30px);
  text-align: center;
}

.portfolio .fa-search-plus:hover {
  color: rgba(255, 255, 255, 0.9);
}

.portfolio .modal .modal-content .mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio .chevron {
  text-align: center;
}

.portfolio .chevron .btn {
  font-size: 28px;
  background-color: #fdb714;
  display: inline-block;
  color: #000000;
  border-radius: 60px;
  padding: 13px 51px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 22px;
  transition: 0.6s;
  border: 2px solid transparent;
}

.portfolio .chevron .btn:hover {
  background-color: #ffffff;
  border: 2px solid #fdb714;
  color: #fdb714;
}

.portfolio .chevron a {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-bottom: 2px solid #aaaaaa;
  transition: 0.6s;
}

.portfolio .chevron a:hover {
  color: #fdb714;
  border-bottom-color: #fdb714;
}

/*-- portfolio end --*/
/*-- contact-us start --*/
 .contact-us {
    background-image: url('../imgs/pic9.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
 }

.contact-us .contact-us-inner {
    padding-top: 94px;
    padding-bottom: 130px;
    padding-right: 20px;
    padding-left: 20px;
 }

 .contact-us h3 {
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
    /*margin-bottom: 40px;*/
 }

 .contact-us p,
 a {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'Lobster', cursive;
    transition: 0.6s;
 }

 .contact-us a:hover {
    color: #faaa35;
 }

 .contact-us span {
    display: block;
    /*margin-top: 40px;*/
 }

 .contact-us span a {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    /*margin-right: 11px;*/
 }

 .contact-us h4 {
    font-size: 44px;
    color: #cc0000;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'Lobster', cursive;
    letter-spacing: 2px;
 }

 .contact-us .form-control {
    border: 0;
    border-radius: 0;
 }

 .contact-us .form-group:first-child .form-control {
    padding: 29px 10px;
 }

 .contact-us .form-group:nth-child(2) .form-control {
    padding: 29px 10px;
 }
 
 .contact-us .form-group:nth-child(3) .form-control {
    padding: 29px 10px;
 }

 .contact-us form .btn {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    padding: 21px 49px;
    text-align: center;
    background: rgb(255, 204, 81);
    font-family: 'Lobster', cursive;
    letter-spacing: 2px;
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 204, 81, 1) 0%, rgba(249, 157, 42, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 204, 81, 1) 0%, rgba(249, 157, 42, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 204, 81, 1) 0%, rgba(249, 157, 42, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 0;
 }

 .contact-us form .btn:hover {
    background: linear-gradient(to bottom, rgb(170, 131, 36) 0%, rgba(249, 157, 42, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }

 /*-- contact-us end --*/
 
 

 /*-- services start --*/
 .services {
   padding-bottom: 5px;
 }

 .services .services-content {
   width: 1210px;
   margin: 0 auto;
 }

 .services .services-content h2 {
   font-size: 44px;
   color: #000000;
   font-weight: bold;
   text-align: center;
   margin-bottom: 40px;
 }

 .services .services-content p {
   font-size: 18px;
   line-height: 32px;
   color: #636363;
   font-family: Arial, Helvetica, sans-serif;
   margin-right: 10%;
 }

 /*-- services end --*/

 .services-header {
   margin-top: 90px;
   margin-bottom: 45px;
 }

 .services-header h2 {
   font-size: 40px;
   color: #000000;
   font-weight: 400;
   margin-bottom: 24px;
 }

 .services-header .note {
   width: 740px;
 }

 .services-content p,
 .note {
   font-size: 18px;
   line-height: 32px;
   color: #000000;
   opacity: 0.8;
   font-family: Arial, Helvetica, sans-serif;
   margin-right: 120px;
 }
 /*-- services-carousel start --*/
 .services-middle {
   margin-top: 70px;
   padding: 0;
   position: relative;
 }

 .services-middle .carousel-wrap {
   padding: 0;
   width: 100%;
   position: relative;
   margin-right: 0;
   margin-left: 0;
 }

 /* fix blank or flashing items on carousel */
 .services-middle .owl-carousel .item {
   position: relative;
   z-index: 100;
   -webkit-backface-visibility: hidden;
 }
 .services-middle .owl-carousel .item figcaption{
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 100%;
   padding: 220px 58px 68px;
 }

 .services-middle .owl-carousel .item figcaption:hover {
   background-color: rgba(214, 166, 47, 0.65);
   opacity:1;
 }

 /* end fix */

 .services-middle .owl-nav {
   position: relative;
   width: 75%;
   margin: 0 auto;
   bottom: 50%;
 }

 .services-middle button:focus {
   outline: 1px dotted;
   outline: 0;
 }

 .services-middle .owl-nav button {
   background-color: #000000 !important;
   width: 45px;
   height: 85px;
 }

 .services-middle .owl-nav i {
   font-size: 41px;
   color: #ffffff;
 }

 .services-middle .owl-nav .owl-next {
   float: right;
 }

 .services-middle .owl-dots {
   display: none;
 }

 .services-middle .owl-carousel .owl-item img {
   display: block;
   width: 100%;
   height: 533px;
   object-fit: cover;
 }

 .services-middle .owl-carousel .item figure {
   width: 100%;
   height: 100%;
 }

 .owl-item.active.center {
    transform: scale(1.5, 1.5) !important;
    z-index: 10;
 }

 .owl-item{
    transform: scale(1, 0.75) !important;
 }

 .services-middle .owl-carousel .item figcaption h4 {
   font-size: 28px;
   color: #ffffff;
   font-weight: bold;
   margin-bottom: 17px;
 }

 .services-middle .owl-carousel .item figcaption p {
   font-size: 18px;
   line-height: 28px;
   color: #ffffff;
   opacity: 0.8;
   font-family: Arial, Helvetica, sans-serif;
   margin-bottom: 23px;
 }

 .services-middle .owl-carousel .item figcaption a {
   font-size: 20px;
   color: #ffffff;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   border-bottom: 2px solid #ffffff;
   display: inline-block;
 }

 /*-- services-carousel end --*/

