body{
	font-family: var(--base-font);
}
@font-face {
    font-family: 'cadizregular';
    src: url('../fonts/Cadiz-Regular.woff2') format('woff2'),
         url('../fonts/Cadiz-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'cadizblack';
    src: url('../fonts/Cadiz-Black.woff2') format('woff2'),
         url('../fonts/Cadiz-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'freightTextProBook';
    src: url('../fonts/FreightTextProBook-Regular.woff2') format('woff2'),
         url('../fonts/FreightTextProBook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
:root {
  --base-color: #191919;
  --primary-color: #02AFE5;
  --secondary-color: #e35a3c;
  --black-color: #1E1E1E;
  --white-color: #fff;
  --lighter-color: #f2f2f2;
  --base-font: 'cadizregular', sans-serif;
  --heading-font: 'freightTextProBook', sans-serif;
  scroll-behavior: inherit;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
h2 {
    font-family: var(--heading-font);
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 40px;
}
.header-top{
  background-color: #000;
  padding: 7px 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.header-top p{
  margin-bottom: 0;
  padding-bottom: 0;
}
.header-selection {
	width: 100%;
	background-color: #fff;
    padding: 15px 0;
    width: 100%;
}

.btn.btn-info.make-an-offer {
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 5px 18px;
    font-size: 13px;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--base-font);
    border-color: var(--secondary-color);
    display: inline-block;
}
.btn.btn-info.make-an-offer:hover{
  background-color: var(--primary-color);
  border-color: white;
}
.contact-btn-rigt a {
    margin-right: 10px;
    color: #000;
    font-weight: 600;
}
.contact-btn-rigt a:last-child{
    margin-right: 0px;
}

.contact-btn-rigt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-btn-rigt a:first-child{
    color: var(--base-color);
}
.contact-btn-rigt a i{
    margin-right: 5px;
}

.wrapper{
    max-width: 900px;
  }
  .banner-overlay{
  height: 100%;
  width: 50%;
  background: rgba(235, 117, 59, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
    .inner-banner-form {
        padding: 20px;
    }

.inner-banner-form {
    align-items: flex-start;
    background: #cbcbcb;
    background: #cbcbcb;
    border-radius: 10px;
    display: flex
;
    flex: 1 0;
    flex-direction: column;
    gap: 10px;
    position: relative;
    padding: 30px;
}
.inner-banner-form h4 {
        font-size: 16px;
        font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
    color: #000;
    }

.form_field .form-control {
    color: #919191;
    padding: 6px 10px 6px 20px;
    font-size: 16px;
}
.button_2{
      align-items: center;
    align-self: stretch;
    background: #000;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: flex
;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 20px;
    outline: none;
    text-transform: uppercase;
    transition: .5s;
    width: 100%;
    padding: 10px 25px;
}
section.banner-sec.w-100.overflow-hidden {
    padding: 80px 100px;
    position: relative;
}
.banner-sec::before{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
section.banner-sec h3 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    position: relative;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
}
section.banner-sec p {
    color: #fff;
    position: relative;
}
section.let-s-get h2 {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    position: relative;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
}
.brand-item {
    margin: 0px 10px;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    border: 1px solid rgba(85, 85, 85, 0.2);
}
.Offerings-box-item {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    position: relative;
    width: 33%;
    margin: 0 15px;
    text-align: center;
}
.Offerings-box {
    display: flex
;
    justify-content: center;
    margin-bottom: 150px;
}
.Offerings-box-item a img {
    border-radius: 10px 10px 0 0;
}
.Offerings-box-item h4 {
    font-size: 15px;
    line-height: 40px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 10px;
    font-weight: 600;
}
.Offerings-box-item p {
    font-size: 13px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 35px;
}
.offer-states {
    display: flex;
}

.offer-states-item {
    margin: 0 10px;
    border-radius: 20px;
    position: relative;
}

.offer-states-item a img {
    border-radius: 20px;
}
.states-item {
    position: absolute;
    bottom: 0;
    width: 95%;
    /* text-align: center; */
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}

.states-item h4 {
    color: #000;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.states-item span {
    font-size: 14px;
    color: #000;
}
.offer-states{
  margin-bottom: 100px;
}
.testimonials-box {
    display: flex;
}

.testimonials-item {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin: 0 10px;
}
.testimonials-author {
    display: flex;
    margin: 20px 0;
}

.testimonials-author .author-img {
    width: 67px;
}
.testimonials-author {
    display: flex;
    margin: 30px 0;
    align-items: center;
}

.testimonials-author .author-img {
    width: 67px;
    margin-right: 12px;
}

.testimonials-item p {
    font-size: 14px;
    margin-bottom: 10px;
}

.testimonials-item a {
    color: #000;
    border-bottom: solid;
    font-size: 14px;
}

.author-content h6 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.author-content span {
    font-size: 13px;
}
.accordion-new .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: inherit;
    padding: 0;
    color: #000;
}

.accordion-item.accordion-new {
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    margin-bottom: 10px;
}

.accordion-body {
    padding: 13px 0 30px;
}
.accordion-body p{
  font-size: 14px;
  max-width: 85%;
}
.accordion-item.accordion-new h2 {
    font-weight: 700;
    font-family: var(--base-font);
}

.accordion-new .accordion-button {
    font-weight: 700;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
      border: solid 2px #000;
    border-radius: 50%;
    padding: 10px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
button.accordion-button {
    background-color: transparent;
    box-shadow: inherit;
    padding: 0 0 10px;
    color: #000;
}
.cotent-section {
    padding: 30px;
    background: #f9f9f9;
    display: flex
;
    gap: 30px;
    align-items: center;
    margin: 50px 10px;
}
  .cotent-section .right-section {
    height: 100%;
    position: relative;
}
.cotent-section .right-section img {
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
}
    .heading {
        font-size: 35px;
        line-height: 40px;
    }
    .cotent-section .paragraph {
    color: #5a5a5a;
    margin: 14px 0;
    font-size: 14px;
        line-height: 20px;
}
.requirement-form {
    position: relative;
}
    .requirement-form input, .requirement-form textarea {
        font-size: 14px;
        padding: 6px 10px 6px 20px;
    }
.specialties-slider .owl-stage{padding-left:0px !important;}
.specialties-slider {
    margin: 60px 0;
}

.specialist-sec{
background-color: #F0F0F0;
}
.specialist-item {
    overflow: hidden;
}
.w-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialist-thumb{
  transition: all 0.5s ease;
}
.specialist-item:hover .specialist-thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.specialist-content {
    position: relative;
    background: var(--white-color);
    padding: 50px 30px 40px;
}
.specialist-content h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 24px;
}
.specialist-content h4 a{
  color: var(--primary-color);
}
.specialist-content p {
    margin-bottom: 0;
}
.specialist-link {
    position: absolute;
    right: 30px;
    top: -25px;
}
.specialist-link a {
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    font-size: 20px;
    border: 1px solid rgba(85, 85, 85, 0.2);
    color: var(--primary-color);
}
.specialist-link a i{
  font-size: 30px;
}
.specialist-icon {
    position: absolute;
    top: -50px;
    left: 25px;
}
.specialist-item:hover .specialist-icon span {
    background-color: var(--secondary-color);
}
.specialist-icon span {
    height: 90px;
    width: 90px;
    background: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 5px solid var(--white-color);
}
.specialist-icon span i {
    font-size: 35px;
    color: #fff;
}
.about-thumb-2 {
    max-width: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: var(--white-color);
}
.about-dot {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
}
.about-content-box {
    padding-left: 30px;
    padding-right: 0;
}
.about-content-box h2{
  text-align: left;
  margin-bottom: 15px;
}
.about-info-icon {
    margin-bottom: 20px;
}
.about-info-icon span {
    height: 65px;
    width: 65px;
    background: var(--primary-color);
    display: inline-block;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
}
.about-info-icon span i {
    font-size: 30px;
    color: #fff;
}
.about-info-content h4 {
    margin-bottom: 10px;
}
.about-info-content p {
    margin-bottom: 0;
}

.contact-deails ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-deails ul li {
    color: #ffff;
    margin-bottom: 8px;
}

.contact-deails ul li a {
    color: #fff;
    text-decoration: none;
}
footer {
    background: #cbcbcb;
    width: 100%;
    padding: 44px 0 0px 0;
    z-index: 300;
    text-align: left;
}
footer p {font-size: 13px;line-height: 22px;color: #000;}

.contact-deails ul li a {
    color: #000;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 22px;
}

.contact-deails ul li a i {
    margin-right: 10px;
}
.logo-white {
    margin-bottom: 10px;
}
.logo-white img {
    max-width: 45%;
}
.social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icon ul li {
    display: inline-block;
    height: 30px;
    width: 35px;
    text-align: center;
    margin-right: 7px;
}
.social-icon h5{
	font-family: var(--heading-font);
	color: #000;
}

.social-icon ul li a {background-color: #fff;padding: 2px; font-size:20px;border-radius: 50%;display: block; color:var(--primary-color); transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; -moz-transition: all 1s ease;}
.social-icon ul li a:hover{
	opacity: 0.5;
}
.social-icon {
    display: block;
    margin-top: 20px;
}
.footer-nav h4{
	font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.footer-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav ul li{
	font-weight: 300;
    line-height: 34px;
    text-decoration: none;
    font-size: 12px;
    color: #eaeaea;
}
.footer-nav ul li a{
	font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    font-size: 12px;
    color: #eaeaea;

}
footer hr {
    color: #fff;
    margin: 40px 0 20px;
}
.copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.copyright ul li {
    float: left;
    color: #fff;
    margin-right: 19px;
}

.copyright ul li a {
    color: #fff;
}
.copyright p{
	color: #fff;
  font-size: 14px;
    line-height: 22px;
    color: #fff;
}
button.wh-ap-btn {

	outline: none;

	width: 60px;

	height: 60px;

	border: 0;

	background-color: #2ecc71;

	padding: 0;

	border-radius: 100%;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

	cursor: pointer;

	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;

}



button.wh-ap-btn::after {

	content: "";

	background-image: url("../images/whatsapp-icon.png");

	background-position: center center;

	background-repeat: no-repeat;

	background-size: 60%;

	width: 100%;

	height: 100%;

	display: block;

	opacity: 1;

}



button.wh-ap-btn:hover {

	opacity: 1;

	background-color: #20bf6b;

	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

}



.wh-api {
     position: fixed;
	bottom: 10px;
    right: 6px;
    z-index: 999;
    display: none;
}
.call-icon {
    position: fixed;
    z-index: 99;
    background-color: #e35a3c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 90px;
    display: none;
    right: 11px;
}

.call-icon a i {
    color: #fff;
    /* height: 50px; */
    /* width: 50px; */
    /* border-radius: 50%; */
    font-size: 24px;
}

.call-icon a {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}

@media only screen and (max-width: 767px) {
  
.brand-grid {
  grid-template-columns: repeat(2, 1fr);
}
.wh-api{
    display: block;
}
.call-icon{display: block;}
}

@media only screen and (max-width: 575px) {
    .call-icon{display: block;}
    .wh-api{
    display: block;
}
.brand-grid {
  grid-template-columns: repeat(2, 1fr);
}
.contact-btn-rigt {
    display: none;
}

section.banner-sec.w-100.overflow-hidden {
    padding: 20px;
}

section.banner-sec h3 {
    font-size: 25px;
    line-height: 35px;
}

.Offerings-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Offerings-box-item {
    width: inherit;
    margin-bottom: 20px;
}

.offer-states {
    flex-direction: column;
}

.offer-states-item {
    margin-bottom: 20px;
}

section.let-s-get h2 {
    font-size: 30px;
}

.testimonials-box {
    flex-direction: column;
}

.testimonials-item {
    margin-bottom: 20px;
}

}