/* ============ header =========== */

header .header-top ul {
    padding: 20px 0;
    border-bottom: 1px solid #4d4d4d;
}

header .logo {
    padding-bottom: 10px;
    position: relative;
}

 /*header .logo::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 25px;
    background: url(../images/arrow-logo.png) no-repeat center top;
    background-size: 100% auto;
}*/

header .header-bottom {
    padding: 15px 0;
}

header.shrink .header-top ul,
header.shrink .header-bottom {
    padding: 10px 0;
}

header.shrink .logo img {
    max-width: 150px;
}

header+main {
    margin-top: 153px;
}


/* ============= banner ========== */

#MainBanner .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}

#MainBanner .banner-img {
    height: 755px;
    width: 100%;
	background-color: #960f13 !important;
}

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#MainBanner.inr-page .banner-img {
    height: 450px;
}

#MainBanner .banner-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    z-index: 9;
}

#MainBanner .banner-content h1 {
    text-shadow: 5px 9px 10px rgba(0, 0, 0, 0.25);
}

#MainBanner .banner-content h1 span {
    display: block;
    text-transform: none;
    line-height: 50px;
}

#About {
    padding: 125px 0;
}

#About h2 {
    line-height: 1;
}


/* Gallery============== */

#Gallery {
    padding: 90px 0;
    background: url(../images/148026909_l.jpg) no-repeat center;
    background-size: cover;
}

#Gallery .img-box {
    margin-bottom: 30px;
}

#Gallery .img-box img {
    border: 5px solid #ffffff;
}


/* Services =============== */

#Services .services-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0px;
}

#Services .services-content p {
    margin-bottom: 30px;
}

#Services .services-content p.floating-text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
}

#Services .services-content p.floating-text:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 120%;
    width: 1px;
    height: 55px;
    background-color: #d09f24;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* Portfolio =============== */

#Portfolio {
    padding: 90px 0;
}

#Portfolio .img-box img {
    border: 5px solid #000000;
    margin-bottom: 30px;
}

#Portfolio .content-box {
    padding: 30px;
    height: calc( 100% - 30px);
    border: 5px solid #000000;
    margin-bottom: 30px;
}

#Portfolio .content-box h4 {
    text-transform: none;
    margin-bottom: 40px;
}


img.border-black {
    border: 5px solid #000000;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://gurbir74.dev.wcukdev.co.uk/danielthompson/wp-content/uploads/2021/04/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #1d1b1b!important;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color:  #1d1b1b!important;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.test-text {
	color: #fff !important;
}
/* ------testimonial  close-------*/
/* contact us ============= */

#ContactUs {
    padding: 25px 0;
}

#ContactUs h2 {
    margin-bottom: 50px;
}

#ContactUs .form-group {
    margin-bottom: 20px;
}

#ContactUs .action {
    margin-top: 30px;
}


/* footer ===== */

footer {
    position: relative;
}

/*footer::before {
    content: "";
    background: url(../images/arrow-dark.png) no-repeat center;
    position: absolute;
    left: 50%;
    bottom: 100%;
    height: 23px;
    width: 202px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

footer .footer-top {
    padding: 50px 0;
    line-height: 25px;
}

footer .text-muted:hover {
    color: #677B35 !important;
}

footer .footer-social-links li+li {
    margin-left: 12px;
}

footer .footer-social-links li a {
    display: inline-block;
}

footer .footer-social-links li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

footer .copyright {
    border-top: 1px solid #303030;
    padding: 20px 0;
    line-height: 22px;
}

.inner-bnr-text h1 {
	margin-bottom: 150px;
}
.form-group.h-100 .wpcf7-form-control-wrap.textarea .wpcf7-form-control.wpcf7-textarea.form-control.h-100.rounded-0 {
	height: 190px !important;
}
#menu-quick-links li a {
	color: #a7a7a7;
	padding: 0 !important;
}
#menu-quick-links li a:hover {
	color: #677B35; !important;
}

.footer-social-links a {
	color:#a7a7a7;
}

.footer-social-links a:hover {
	color:#677B35;
}

/* ==================== media queries ============= */


/* ***********  Format start **************** */

@media (min-width:1920px) {
    .container-fluid {
        max-width: 1920px;
    }
}

@media (min-width:992px) {}


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

@media (max-width:1599.98px) {
    #Services .service-bg {
        height: 670px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}


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

@media (max-width:991.98px) {
    header+main {
        margin-top: 132px;
    }
    #MainBanner .banner-img {
        height: 600px;
    }
    #About,
    #Gallery,
    #Services .services-content,
    #Portfolio,
    #ContactUs {
        padding: 50px 0;
    }
    #Services .service-bg {
        height: 560px;
    }
    #ContactUs h2 {
        margin-bottom: 30px;
    }
}


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

@media (max-width:767.98px) {
	
	.inner-bnr-text h1 {
	margin-bottom: 10px;
	font-size: 25px;
}	
	
	
    header .header-top ul {
        padding: 5px 0;
    }
    header.shrink .header-top ul {
        padding: 5px 0;
    }
    header.shrink .logo img,
    header .logo img {
        margin-top: 10px;
        max-width: 150px;
    }
    header .header-bottom,
    header.shrink .header-bottom {
        padding: 10px 0;
    }
    header+main {
        margin-top: 110px;
    }
    #MainBanner .banner-img {
        height: 450px;
    }
    #Services .services-content {
        background: rgba(255, 255, 255, 0.7);
        height: 100%;
    }
    #Services .service-bg {
        height: 450px;
    }
    #Services .container-fluid {
        padding: 0;
    }
    #ContactUs h2 {
        margin-bottom: 20px;
    }
}


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

@media (max-width: 576.98px) {
	
	
			.inner-bnr-text h1 {
	margin-bottom: 10px;
	font-size: 20px;
}

	
	
	
    header .logo img,
    header.shrink .logo img {
        max-width: 100px;
    }
    header .header-bottom,
    header.shrink .header-top ul,
    header.shrink .header-bottom {
        padding: 5px 0;
    }
    header+main {
        margin-top: 86px;
    }
    header .header-top ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    header .header-top ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        line-height: 1.5;
    }
    #MainBanner .banner-img {
        height: 400px;
    }
    #MainBanner .banner-content h1 span {
        line-height: 1.2;
    }
}