.inside-header {
    padding: 0px 0px;
}
.separate-containers .site-main {
    margin: 0px;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0px;
}
.sticky.site-header{
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #0c0c0c;
}
.sticky.site-header .header-image {
    height: 51px;
    width: auto;
}
.footer-widgets-container {
     padding: 60px 10px 70px;
    font-size: 18px;
    line-height: 1.6em;
}
.inside-site-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 10px;
}
.elementor-page .wp-social-link {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 9px;
    margin: 0px !important;
    transition: .3s all;
}
.elementor-page .wp-social-link:hover{
    transform: scale(1.1)
}
.elementor-page .widget .wp-block-social-links a svg {
    fill: #fff;
}
.page-template-default h1.entry-title{
    display: none;
}
.site-header {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 5px 0px;
}
.color-heading span{
    color: #f1b31e;
}
.nomargin-p p{
    margin-bottom: 0px;
}
.cus-btn a{
clip-path: polygon(100% 0, 100% 55%, 92% 100%, 0 100%, 0 0);
}
.copyright-bar{
    display: none;
}
.footer-widgets .widget {
    margin-bottom: 20px;
}
.wp-block-heading{
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 0px;
}
.widget-title {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 15px;
}
.footer-widgets a {
    text-decoration: none;
}
.inside-footer-widgets .footer-widget-2{
       padding-left: 60px;
    max-width: 350px; 
}
.footer-phone{
    background: url(../images/phone.png);
    background-size: 20px 20px;
    line-height: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.footer-fax{
    background: url(../images/fax.png);
    background-size: 20px 20px;
    line-height: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.footer-address{
    background: url(../images/pin.png);
    background-size: 20px 20px;
    line-height: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.home-service{
 clip-path: polygon(80% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}
.cus-testimonials .owce-carousel-testimonial-four .item {
    padding: 30px 25px;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.cus-testimonials .owce-carousel-testimonial-four .owl-content {
    margin-top: 0px;
}
.cus-testimonials .owce-carousel-testimonial-four .owl-rating-icon {
    display: none;
}
.cus-testimonials .owce-carousel-testimonial-four .owl-content:before {
    content: '';
    width: 81px;
    height: 15px;
    background: url(../images/stars.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    margin-bottom: 10px;
}
.cus-testimonials .owce-carousel-testimonial-four .owl-testimonial-header{
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}
.cus-testimonials .owl-carousel.owl-drag .owl-item {
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    padding-top: 20px;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        margin: 0px !important;
}
.cus-testimonials .owl-carousel .owl-stage {
    display: flex;
    padding: 0px 0px 20px 0px;
    gap:20px;
}
.cus-testimonials .owce-carousel .owl-stage-outer {
    padding: 10px;
}
.contact-row{
    display: flex;
    gap:20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-row .col-6{
   width: 48%;
}
.contact-row .col-12{
    width: 98%;
}
.contact-row input[type="text"],.contact-row input[type="email"],.contact-row input[type="tel"], .contact-row textarea,.contact-row select {
    background: #fff;
    border-color: #050505;
    border-radius: 4px;
    min-width: 100%;
        outline: 0;
        padding: 15px 15px;
}
.contact-row select {
  padding: 16px 18px;  
}
.contact-row label {
    font-family: "Barlow", Sans-serif;
    color: #050505;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}
.contact-row br{
    display: none;
}
.contact-row p{
    margin-bottom: 5px;
}
.contact-row input[type="submit"]{
    background-color: #050505;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-style: none;
    border-radius: 0px;
    padding: 20px 40px 20px 40px;
    line-height: 18px;
    transition: .3s all;
    text-transform: uppercase;
    clip-path: polygon(100% 0, 100% 55%, 92% 100%, 0 100%, 0 0);
}
.contact-row input[type="submit"]:hover{
   background-color: #f1b31e; 
    color: #000;
}
.menu-btn {
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    fill: #000000;
    color: #000000;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 15px 15px 35px;
    background:#F1B31E;
    transition: .3s all;
    background-image: url(../images/phone-black.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
        clip-path: polygon(100% 0, 100% 55%, 92% 100%, 0 100%, 0 0);
	display:block;
	text-decoration:none; 
	    background-position: left 10px center;
}
.menu-btn:hover{
    background-color: #fff;
	color: #000 !important;
}
.site-logo {
    display: inline-block;
    max-width: 280px;
}
.nav-float-right .header-widget {
    margin-left: 10px;
}
/*--------------------------------large screens---------------------------------------------*/
@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1900px) {

}

/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (max-width: 768px) {
.inside-footer-widgets .footer-widget-2{
       padding-left: 0px;
    max-width: auto; 
}
.inside-header {
    padding: 0px 10px;
}
.site-header .header-image {
    height: 51px;
    width: auto;
}
    .site-header{
        background: #0c0c0c;
    }
    .contact-row .col-6, .contact-row .col-12{
    width: 100%;
}
.cus-testimonials .owl-carousel.owl-drag .owl-item {
    border: 0px;
    border-radius: 18px;
    padding-top: 20px;
    box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.cus-testimonials .owce-carousel-testimonial-four .item {
    padding: 30px 5px;
}
.nav-float-right .header-widget {
    margin-left: 0px;
    margin-top: 5px;
}
	.menu-btn{
		    padding: 12px;
	}
}