@charset "utf-8";
/* CSS Document */
body{ width:100%; padding:0; margin:0; background:#fff;color:#fff;  font-family: var(--secondary-font),sans-serif; }
a{ outline:none; text-decoration:none; }
a:focus, a:hover{ outline:none; text-decoration:none; }
ul{ padding:0; margin:0; list-style:none; }
p {padding: 0; margin: 0;}
@media screen and (min-width: 1300px) { 
	.container{ max-width:1194px; }
}
/* ___________________ Fontface Start ______________________*/

/* ___________________ Fontface Ends _______________________*/

/* ___________________ Header Starts _______________________*/
.navbar-default{ padding:0; margin:0; background:none; border:none; display: block; }
.stellarnav{ transition:all 0.3s ease-in-out; }

/*-- Moblie Menu 1 --*/
.stellarnav .menu-toggle span.bars span { width: 35px; height: 2px; background-color: #fff; display: block; margin: 8px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.stellarnav.active .bars span:nth-child(2){ opacity:0; }
.stellarnav.active .bars span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }
.stellarnav.active .bars span:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }

.navbar {
  position: relative;
  z-index: 999;
  background: transparent;
  padding: 23px 0 22px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .stellarnav.dark{
  background-color: transparent;
}

.navbar .stellarnav li a{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 0 17px;
}

.navbar .stellarnav li.active a{
  color: var(--secondary-color);
}

.navbar .logo-block{
  max-width: 295px;
}

.navbar .phone-number{
  display: flex;
  align-items: center;
  color:var(--white);
  gap: 10px;
  transition: 0.4s ease-in-out;
}

.navbar .phone-number:hover{
  transform: scale(1.1);
}

.navbar .phone-number h3{
  font-size: 20px;
  font-family: var(--primary-font);
  letter-spacing: 0.08em;
  margin: 0;
}

.navbar .phone-number .icon{
  width: 28px;
  height: 28px;
}
/* ___________________ Header end_______________________*/



/* ___________________ Banner Section Start_______________________*/
.banner-section{
  position: relative;
  margin-top: -81px;
  z-index: 1;
  padding-bottom:0px;
}

.banner-section .img-block{
  padding: 0;
  margin: 0;
  height: 1000px;
}

.banner-section .img-block img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-section .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-section .main-block{
  position: absolute;
  top: 186px;
  width: 100%;

}

.banner-section .brand-icon{
  max-width: 290px;
  padding: 7px 16px 7px 16px;
  background-color: var(--white);
  border-radius: 6px;
  margin-bottom: 38px;
}

.banner-section .container{
  position: relative;
}

.banner-section .content{
  max-width: 70%;
}

.banner-section .model {
	position: absolute;
	top: -118px;
	right: 52px;
}

.banner-section .model img{
  width: 100%;
  height: 100%;
}

.banner-section h1{
  font-size: 76px;
  line-height: 83px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.banner-section h1 span{
  color: var(--secondary-color);
}

.banner-section  p{
  font-size: 20px;
  line-height: 28px;
  max-width: 85%;
  padding: 0 0 20px 0;
}

.banner-section  p span{
  font-weight: 700;
}

.banner-section .main-btn{
  margin-top:15px;
}

.banner-section::before{
  content: '';
  width: 100%;
  height: 121px;
  background-image: url('../images/-banner-cloud.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* ___________________ Banner Section end_______________________*/


.background-design{
  background-image: url('../images/body-background.jpg');
}


/* ___________________ how it works section start_______________________*/
.how-it-works-section{
  padding: 129px 0 0 0;
}

.how-it-works-section .main-block{
  box-shadow: 0px 11px 19px 0px rgba(0, 0, 0, 0.17);
}



.how-it-works-section .content-block{
  background-color: var(--primary-color);
  padding: 54px 40px 90px 40px;
}

.how-it-works-section h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--secondary-color);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.how-it-works-section h2{
  font-family: var(--primary-font);
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 58px;
}

.how-it-works-section .box-container{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  position: relative;

}

.how-it-works-section .box-container:before{
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: var(--secondary-color);
  top: 60px;
  left: calc((100% - 80%) / 2);
  z-index: 1;

}

.how-it-works-section .box{
  text-align: center;
  position: relative;
  z-index: 2;
}

.how-it-works-section .box .icon-bg{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}


.how-it-works-section .box .icon{
  height: 130px;
  width: 130px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 10px solid var(--primary-color);
}

.how-it-works-section .box .icon img{
  height: 64px;
  width: 64px;
}

.how-it-works-section .box h5 {
	font-size: 14px;
	font-weight: 700;
	background-color: var(--light-green);
	display: inline-block;
	padding: 7px 10px 6px 10px;
	border-radius: 50px;
	text-transform: capitalize;
	margin-bottom: 20px;
}


.how-it-works-section .box h4 {
	color: var(--secondary-color);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.how-it-works-section .box h4{
  line-height: 26px;
}

.how-it-works-section .box P{
  line-height: 26px;
}


.how-it-works-section .book-section{
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 34px;
  color: black;
  position: relative;
}

.how-it-works-section .book-section .call{
  z-index: 2;
  position: relative;
}

.how-it-works-section .book-section::before{
  content: '';
  width: 100%;
  height: 175px;
  background-image: url('../images/cloud-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -81px;
  left: 0;
  z-index: 1;
}

.how-it-works-section .book-section h3{
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 5px;
}

.how-it-works-section .book-section h4{
  font-size: 50px;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
  transition: 0.4s ease-in-out;
}

.how-it-works-section .book-section h4:hover{
  color: var(--primary-color);
}

.how-it-works-section .book-section p {
	max-width: 330px;
	font-weight: 700;
	color: var(--primary-color);
	font-size: 20px;
	line-height: 34px;
	text-align: left;
	margin-left: 120px;
}


.how-it-works-section .book-section .main-btn {
	margin-right: 34px;
	position: relative;
	z-index: 2;
}
/* ___________________ how it works section end_______________________*/




/* ___________________ who we are section start_______________________*/
.who-we-are-section{
  color: var(--black);
  padding: 119px 0 72px;
}

.who-we-are-section .box{
  margin-bottom: 48px;
}

.who-we-are-section .box .img-block{
  height: 100%;
  position: relative;
  margin: 0;
}

.who-we-are-section .box .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.who-we-are-section .box .img-block .experience{
  background-color: var(--secondary-color);
  padding: 25px 32px 14px 32px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 6px;
}

.who-we-are-section .box .img-block .water-mark {
	bottom: 18px;
	right: 18px;
	line-height: 1;
}

.who-we-are-section .box .img-block h4 span{
  color: var(--secondary-color);
}

.who-we-are-section .box .img-block .experience h3 {
	font-size: 55px;
	font-family: var(--primary-font);
	color: var(--primary-color);
	text-align: center;
	line-height: 1;
}

.who-we-are-section .box .img-block .experience p{
  font-size: 22px;
  text-align: center;
  color: var(--white);
}

.who-we-are-section .box .img-block .experience p span{
  display: block;
}

.who-we-are-section .box .content-block{
  padding-bottom: 45px;
}

.who-we-are-section .box .content-block-2{
  padding-top: 37px;
}

.who-we-are-section .content-block h2 {
	font-size: 50px;
	font-family: var(--primary-font);
	color: var(--primary-color);
	text-transform: uppercase;
	margin-bottom: 42px;
	line-height: 52px;
}

.who-we-are-section .content-block p {
	margin-bottom: 31px;
	line-height: 26px;
}

.who-we-are-section .content-block p:last-child{
  margin-bottom: 38px;
}

.who-we-are-section .content-block p span{
  font-weight: 700;
}

.who-we-are-section .box .content-block .main-btn span{
  padding: 17px 66px 16px 66px;
}


.who-we-are-section .box:nth-child(even) .row{
  flex-direction: row-reverse;
}
/* ___________________ who we are section end_______________________*/



/* ___________________ Why Choose Us section start_______________________*/
.why-choose-us-section{
  background-color:var(--primary-color);
  padding: 56px 0 80px 0;
}

.why-choose-us-section .main-block{
  position: relative;
}

.why-choose-us-section .content{
  max-width: 80%;
}

.why-choose-us-section .content p{ line-height:1.6; }

.why-choose-us-section h4 {
	font-size: 22px;
	color: var(--secondary-color);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1;
}

.why-choose-us-section h3 {
	font-size: 50px;
	text-transform: uppercase;
	font-family: var(--primary-font);
	margin-bottom: 20px;
	line-height: 63px;
}

.why-choose-us-section p span{
  font-weight: 700;
  line-height: 26px;
  font-size: 16px;
}

/*====Skill Bar=====*/
.why-choose-us-section .progress-bar {
  margin: 0 0 30px;
  overflow: hidden;
  /*padding-left:20px;
padding-right: 25px; /* Separate bars from container */
}

.why-choose-us-section .progress-title-holder {
  position: relative;
  line-height: 26px;
  font-weight: 400;
  color: var(--white);
  text-align: left;
}

.why-choose-us-section .progress-title-holder span{
  font-size: 16px;
}

.why-choose-us-section .progress-title {
  z-index: 100;
}

.why-choose-us-section .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.why-choose-us-section .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: var(--secondary-color);
  padding: 0 7px;
  position: absolute;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.why-choose-us-section .progress-number-wrapper,
.why-choose-us-section .progress-number-mark {
  font-size: 16px;
  line-height: 26px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  color: var(--primary-color);
}

.why-choose-us-section .down-arrow {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid var(--secondary-color);
	position: absolute;
	left: 50%;
	top: 100%;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.why-choose-us-section .progress-content-outter {
  height: 8px;
  background-color: var(--white);
  border-radius: 10px;
}

.why-choose-us-section .progress-content {
  height: 8px;
  background-color: var(--secondary-color);
  width: 0%;
  border-radius: 10px;
}
/*====Skill end=====*/
.why-choose-us-section .main-block .img-block-container{
  position: absolute;
  bottom: -270px;
}

.why-choose-us-section .main-block .img-block-container .img-block{
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.07);
}
/* ___________________ Why Choose Us section end_______________________*/



/* ___________________ service section start_______________________*/
.service-section{
  background: url('../images/body-background.jpg');
  padding: 295px 0 50px 0;
}

.service-section h3{
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 1;
}

.service-section p {
	text-align: center;
	color: var(--black);
	margin-bottom: 83px;
}

.service-section .col-lg-4{
  margin-bottom: 30px;
}


.service-section .col-lg-4:last-child {
  margin-bottom: 0;
}

.service-section .box{
  background-color: var(--white);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 6px;
  height: 100%;
}


.service-section .box .img-block {
	height: 248px;
	position: relative;
}

.service-section .water-mark{
  bottom: 7px;
}

.service-section form .input-group select{
  color: #838383;
}

.service-section .box img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.service-section .box .img-block img{
  border-radius: 6px;
}

/* .service-section .box .img-block h4{
  font-family: var(--primary-font);
  font-size: 12px;
  position: absolute;
  bottom: 13px;
  right: 13px;
  text-transform: uppercase;
  font-style: italic;
} */

.service-section .box .img-block h4 span{
  color: var(--secondary-color);
}


.service-section .box .content-block{
  padding: 27px 24px 25px 24px;
}

.service-section .box h5{
  color: var(--primary-color);
  font-size: 21px;
  font-weight: 800;
}

.service-section .box p{
  text-align: left;
  margin-bottom: 30px;
  min-height: 96px;
}

.service-section .box .main-btn span{
  padding: 10px 45px 9px 45px;
  font-size: 14.67px;
}



.service-section .box .main-btn::after{
  width: 7px;
}

.service-section .box .main-btn::before{
  width: 7px;
  right: -21px;
}

.service-section .box .main-btn:hover::after{
  right:12px;
}

.service-section .box .main-btn:hover::before{
  right:9px;

}

.service-section .col-lg-8{
  margin-bottom: 14px;

}

.service-section .form-box{
  padding: 36px 45px 22px 45px;
  height: 100%;
}

.service-section .form-box h4{
  color: var(--secondary-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.service-section .form-box h5{
  color: var(--primary-color);
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
}

.service-section form{
  margin-top: 18px;
}

.service-section .input-section{
  display: flex;
  gap: 30px;
}

.service-section form .input-group{
  margin-bottom: 22px;
}

.service-section form .form-control{
  padding: 21px 22px 20px 22px;
  background-color: var(--white);
  box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 6px;
  border-radius: 6px;
}

.service-section form .form-control:focus{
  border-color:var(--primary-color) ;
}

.service-section form .form-control::placeholder{
  color: #838383;
}

.service-section form .service-select{
  position: relative;
}

.service-section form select option{
  font-family: inherit;
}


.service-section .form-btn-box{
  display: flex;
  justify-content: right;
  margin-right: 40px;
  position: relative;
  transition: 0.4s ease-in-out;
}


.service-section .form-btn-box::after{
    content: '';
    width: 10px;
    height: 100%;
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    right: -9px;
    z-index: 9;
    transform: skewX(-17deg);
    transition: 0.4s ease-in-out;
}

.service-section .form-btn-box::before{
    content: '';
    width: 10px;
  height: 100%;
  background-color: var(--secondary-color);
  position: absolute;
  top: 0;
  right: -27px;
  z-index: 9;
  transform: skewX(-17deg);
  transition: 0.4s ease-in-out;
}

.service-section .form-btn-box:hover{ margin-right:0; }

.service-section .form-btn-box:hover::after, 
.service-section .form-btn-box:hover::before{ right:20px; }

.service-section .form-block .form-btn-box .main-btn{
  margin-right: 32px;
  cursor: pointer;
}


.service-section .form-block .form-btn-box .form-btn{
    color: var(--primary-color);
    background-color: var(--secondary-color);
    padding: 12px 39px 12px 39px;
    font-size: 20px;
    font-family:var(--primary-font);
    letter-spacing: 0.08em;
    display: inline-block;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    text-transform: uppercase;
    border: none;
    
}


/*.service-section .btn-box .main-btn span .wpcf7-submit{ all:unset; }*/
.service-section .form-block .form-btn-box .wpcf7-spinner{ position:absolute; }

.service-section .form-block .wpcf7 form.invalid .wpcf7-response-output{ color:red; }
.service-section .form-block .wpcf7 .wpcf7-response-output{ color:green; }


/* ___________________ service section end_______________________*/





/* ___________________ Frequently Asked Questions section start_______________________*/
.frequently-asked-questions-section {
  background-color: var(--primary-color);
}

.frequently-asked-questions-section .img-block{
  height: 580px;
  position: relative;
  top: 75px;
  overflow: hidden;
  background-color: var(--white);
  padding: 10px;
}

.frequently-asked-questions-section .img-block::after{
  content: '';
  width: 61px;
  height: 61px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url('../images/play-button.png');
  background-position: center;
  background-size: cover;
   background-repeat: no-repeat;
}

.frequently-asked-questions-section .video-block img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.frequently-asked-questions-section .content-block{
  padding: 75px 0 50px 0;
}

.frequently-asked-questions-section .content-block h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--secondary-color);
	text-transform: uppercase;
	margin-bottom: 18px;
	line-height: 1;
}

.frequently-asked-questions-section .content-block h4 {
	font-size: 50px;
	font-family: var(--primary-font);
	text-transform: uppercase;
	margin-bottom: 39px;
	line-height: 1;
}

.frequently-asked-questions-section .accordion{
  background-color: transparent;
}

.frequently-asked-questions-section .accordion-button{
  color: var(--secondary-color);
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
}


.frequently-asked-questions-section .accordion-flush .accordion-item{
  background-color: transparent;
  border-bottom: 1px solid var(--light-green);
  color: var(--white);
}

.frequently-asked-questions-section .accordion-button:focus{
  border: none;
  box-shadow: none;
}

.frequently-asked-questions-section .accordion-body{
  padding-left: 0;
}


.frequently-asked-questions-section .accordion-button::after{
  background-image: url('../images/plus.png');
}


.frequently-asked-questions-section .accordion-button[aria-expanded="true"]::after{
  background-image: url('../images/minus-sign.png');
}
/* ___________________ Frequently Asked Questions section end_______________________*/
  


/* ___________________ Review section start_______________________*/
.review-section{
  background-image: url('../images/body-background.jpg');
  padding: 130px 0 75px 0;
}

.review-section h3{
  font-family: var(--primary-font);
  font-size: 50px;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
}

.review-section h4{
  font-size: 16px;
  color: var(--black);
  text-align: center;
  margin-bottom: 62px;
}

.review-section .box{
  background-color: white;
  color: var(--black);
  box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid rgb(234, 234, 234);
  border-radius: 6px;
  padding: 32px;
}

.review-section .box .head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.review-section .box .head .img-block{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.review-section .box .head .img-block img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.review-section .box p{
  margin-bottom: 34px;
  min-height: 170px;
}

.review-section .box h5{
  font-size: 16px;
  color: #636363;
}

.review-section .slick-slide {
  margin: 0 10px; 
}

.slick-dots{
  display: flex;
  justify-content: center;
}

.slick-dots li button{
  font-size: 0;
  background-color: var(--secondary-color);
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px;
  margin-top: 70px;
}

.slick-dots li.slick-active button {
  background-color: var(--primary-color);
}
/* ___________________ Review section end_______________________*/



/* ___________________ footer start_______________________*/
footer{
  background-color: var(--primary-color);
  padding: 60px 0 0 0;
}

footer .main-block{
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}

footer .logo-block{
  margin-bottom: 23px;
}

footer p{
  max-width: 253px;
}

footer a span{
  font-weight: 700;
}

footer .list li{
  margin-bottom: 17px;
}

footer .list li:last-child{
  margin-bottom: 0;
}

footer .list a{
  display: inline-block;
  color: var(--white);
}

footer .list h3{
  font-size: 20px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  color:var(--secondary-color);
  margin-bottom: 23px;
}

footer .social-media{
  display: flex;
  gap: 25px;
}

footer .social-media .fa-brands{
  font-size: 28px;
}

footer .copyright{
  text-align: center;
  padding: 14px 0 13px 0;
  border-top: 1px solid var(--light-green);
}

footer .copyright h5{
  font-size: 16px;
}

footer .copyright h5 a{
  color: var(--secondary-color);
  font-weight: 700;
}
/* ___________________ footer end_______________________*/




/* ___________________ inner page start_______________________*/
/* ___________________ inner page banner_______________________*/
.inner-page-banner-section{
  position: relative;
  margin-top: -81px;
  z-index: 1;
  padding-bottom:0px;
}

.inner-page-banner-section .img-block{
  padding: 0;
  margin: 0;
  height: 500px;
}

.inner-page-banner-section .img-block img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-page-banner-section .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-page-banner-section .text{
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}

.inner-page-banner-section .text h1{
  font-size: 50px;
  font-family: var(--primary-font);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.inner-page-banner-section .text h1 span{
  color: var(--secondary-color);
}

.inner-page-banner-section .text p{
  text-align: center;
  font-size: 18px;
}

/* ___________________ inner page banner end_______________________*/

/* ___________________ inner service page_______________________*/
/* form section start */
.inner-service-form-section{
  padding: 0;
  margin-bottom: 20px;
}

/*.inner-service-form-section.service-section{
  background-image: url();
}*/

.inner-service-form-section .main-block{
  border-radius: 6px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.07);
  background-color: var(--white);
}

.inner-service-form-section .form-box{
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: none;
  border: none;
}

.inner-service-form-section .main-block{
  position: relative;
  top: -60px;
  z-index: 10;
  overflow: hidden;
}

.inner-service-form-section .main-block .col-lg-4.col-lg-8{
/*  padding: 0;*/
  margin: 0;
}

.inner-service-form-section .main-block .row{
  margin: 0;
  padding: 0;
}

.inner-service-form-section .main-block .img-block{
  height: 515px;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: relative;
}

.inner-service-form-section .main-block .img-block .water-mark{
  position: absolute;
  right: 18px;
  bottom: 18px;
}

.inner-service-form-section .main-block .img-block img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* form section end */

/* experience section  start*/
.inner-service-experience{
  color: black;
}

.inner-service-experience .main-block {
	display: flex;
	justify-content: space-between;
	gap: 47px;
	margin-bottom: 65px;
}


.inner-service-experience .experience{
  background-color: var(--secondary-color);
  padding: 29px 37px 28px 37px;
  border-radius: 6px;
  height: 100%;
}

.inner-service-experience .experience h3{
  font-size: 55px;
  font-family: var(--primary-font);
  color: var(--primary-color);
  text-align: center;
}

.inner-service-experience .experience p{
  font-size: 22px;
  text-align: center;
  color: var(--black);
}

.inner-service-experience .experience p span{
  display: block;
}

.background-design-inner-page{
  background: url('../images/body-background.jpg') no-repeat center;
  background-size: cover;

}

.inner-service-experience .text p{
  font-size: 30px;
  padding-left: 40px;
  position: relative;
  color: #082E1A;
}

.inner-service-experience .text p::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 13px;
  background-image: -moz-linear-gradient( -90deg, rgb(18,101,57) 0%, rgb(239,196,21) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(18,101,57) 0%, rgb(239,196,21) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(18,101,57) 0%, rgb(239,196,21) 100%);
}
/* experience section  end*/


/* service section  start*/
.inner-service-section{
  padding-bottom: 91px;
}

.inner-service-section .box-container .col-lg-6{
  margin-bottom: 30px;
}

.inner-service-section .box{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 6px;
  height: 100%;
}

.inner-service-section .box .img-block{
  height: 250px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.inner-service-section .box .img-block .water-mark{
  position: absolute;
  bottom: 10px;
  right: 22px;
}

.inner-service-section .box .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-service-section .box .content-block{
  color: black;
  padding: 20px 30px;
}

.inner-service-section .box .content-block h3{
  font-size: 22px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 16px;
}

.inner-service-section .btn-block{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.inner-service-section .water-mark{
  bottom: 14px;
  right: 18px;
}
/* service section  end*/
/* ___________________ inner service page end_______________________*/

/* ___________________ inner contacts page_______________________*/
.inner-contacts-form.service-section {
	padding: 93px 0 63px 0;
}

.inner-contacts-form .list-item{
  background-color: var(--secondary-color);
  margin-bottom: 20px;
  padding: 25px 17px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.09);
  gap: 10px;
}


.inner-contacts-form .list-item:last-child{
  margin-bottom: 0;
  padding-top: 33px;
  padding-bottom: 32px;
}



.inner-contacts-form .list-item .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.inner-contacts-form .list-item .icon .fa-solid{
  font-size: 21px;
}

.inner-contacts-form .list-item h3{
  font-size: 18px;
  text-align: left;
  font-weight: 800;
  text-transform: capitalize;
  font-family: var(--secondary-font);
  line-height: 1;
  margin-bottom: 11px;
  text-transform: capitalize;
}

.inner-contacts-form .list-item a {
	font-size: 16px;
	color: #171717;
	font-weight: 700;
	line-height: 1;
	word-wrap: anywhere;
	display: inline-block;
	line-height: 26px;
  transition: 0.3s ease-in-out;
}

.inner-contacts-form .list-item a:hover{
  color: var(--primary-color);
}

.inner-contacts-form .list-item .icon-block .fa-brands:hover{
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.inner-contacts-form .list-item .phone{
  font-size: 22px;
  font-weight: 800;
}

.inner-contacts-form .list-item .text{ width:calc(100% - 56px); }



.service-section form .input-group select{  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: .6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat; }

  .inner-contacts-form .list-item .icon-block{
    display: flex;
    justify-content: space-between;
    gap:23px ;
    padding-left: 20px;
  }

  .inner-contacts-form .list-item .icon-block .fa-brands{
    color: var(--primary-color);
    font-size: 32px;
  }

  .inner-contacts-form .list-item .text-2{
    width: auto;
  }

  .inner-contacts-form .list-item h5 {
    font-size: 25px;
    text-transform: capitalize;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }


  footer .logo-block a img{
    width: 100%;
    height: auto;
  }




.who-we-are-section.workshop{ background:url('../images/body-background.jpg') no-repeat center; background-size:cover; }
.who-we-are-section.workshop .box .content-block{ padding-bottom:0; }


.service-pricing{ margin:0; padding:0 0 60px 0; background:url('../images/body-background.jpg') no-repeat center; background-size:cover; }
.service-pricing .table-block{ margin:0; padding:0; border-radius:10px; overflow:hidden; }
.service-pricing .table-block .dataTables_wrapper{ margin-bottom:0; }

.tablepress thead .row-1 th { background-color:var(--secondary-color);  text-align:center; }
.tablepress thead tr > th { border-right:1px solid #f4f7f9; }
.tablepress tbody tr td { background-color:var(--primary-color) !important;  color:#fff !important; text-align:center; }
.tablepress tbody tr > td { border-right:1px solid #f4f7f9; }
.tablepress img{ filter:invert(100%); }

.tablepress tbody tr td .fa-check {color: #FFFF00}

.tablepress tbody tr > td.column-1{ text-align:left; }

.service-pricing .button-block{ margin:0; padding:20px 0 0px 0; text-align:center; }

#tablepress-2_wrapper .tablepress tbody tr > td b{ font-size:17px; font-weight:800; }
/* #tablepress-2_wrapper .tablepress tbody tr.row-2.even > td{ background-color:yellow !important; color:var(--primary-color) !important; } */





.accordian-table{ margin:0; padding:0; }
/*.accordian-table .big-block{ margin:0; padding:0; background-color:var(--primary-color); border-radius:20px; padding:0 15px 15px 15px; }*/
/*.accordian-table .big-block .all-services-options-table .service-options-header{ background-color:var(--secondary-color); }
.accordian-table .big-block .all-services-options-table tr{ width:100%; }*/

#tablepress-3_wrapper .tablepress tbody tr > td b{ color:var(--secondary-color); }

.accordian-table .big-block{ margin:0; padding:0; }
.accordian-table .big-block .accordion-item .accordion-header{ max-width:420px; margin:0 auto; }
.accordian-table .big-block .accordion-item .accordion-header .accordion-button{ background:var(--primary-color); color:#fff; min-height:66px; font-size:22px; border-radius:8px; }
.accordian-table .big-block .accordion-item .accordion-header .accordion-button::after{ filter:invert(100%); }
.accordian-table .big-block .accordion-item .accordion-body p{ text-align:center; padding-bottom:15px; }



.inner-service-section.workshop{ padding-top:70px; }


.inner-service-section.workshop .box .content-block h3{ display:flex; flex-wrap:wrap; align-items:center; gap:10px; }
.inner-service-section.workshop .box .content-block h3 i{ width:44px; height:44px; background:var(--secondary-color); border-radius:50%; display:flex; align-items:center; justify-content:center; }
.inner-service-section.workshop .box .content-block h3 span{ display:inline-block; width:calc(100% - 54px); }

































/*____________________________________________
                Media Quaries 
______________________________________________*/

@media only screen and (orientation:landscape) {
body { -webkit-text-size-adjust:none; }
}
@media only screen and (orientation:portrait) {
body { -webkit-text-size-adjust:none; }
}

@media screen and (max-width: 1299px){
  .how-it-works-section .book-section::before{
  top: -78px;
}
}

@media screen and (max-width: 1199px){
	.banner-section h1{
    font-size: 50px;
    line-height: 57px;
  }

  .how-it-works-section .book-section h3{
    font-size: 16px;
  }

  .how-it-works-section .book-section h4{
    font-size: 30px;
  }

  .how-it-works-section .book-section p{
    font-size: 16px;
    line-height: initial;
  }

  .how-it-works-section .main-btn span{
    font-size: 16px;
  }

  .how-it-works-section .book-section::before{
    top: -66px;
  }

  .why-choose-us-section .content{
    max-width: 100%;
  }

  .why-choose-us-section .main-block .img-block-container{
    bottom: -210px;
  }

  .service-section {
    padding: 250px 0 50px 0;
  }

  .service-section p {
    margin-bottom: 40px;
  }

  .review-section {
    padding: 70px 0 40px 0;
  }

  footer .logo-block {
    margin-right: 30px;
  }

  footer .list h3 {
    font-size: 18px;
  }

  .inner-contacts-form .list-item h5 {
    font-size: 20px;
  }

  .inner-contacts-form .list-item .icon-block .fa-brands {
    font-size: 30px;
  }

  .inner-contacts-form .list-item a{
    font-size: 22px;
  }

  .inner-contacts-form .list-item h3{
    font-size: 25px;
  }

  .inner-contacts-form .list-item .text-2 h5{
    font-size: 30px;
  }

  .inner-contacts-form .list-item .icon-block .fa-brands{
    font-size: 40px
  }

  .inner-service-form-section.service-section{
    padding: 0px 0 0 0;
  }


}




@media screen and (max-width: 991px){
  .navbar .logo-block{
    max-width: 200px;
  }

  .navbar .stellarnav li a{
    padding: 0 17px;
    font-size: 16px;
  }

  .navbar .phone-number h3{
    font-size: 16px;
  }

  .navbar .phone-number .icon {
    width: 24px;
  }

  .banner-section h1{
    font-size: 40px;
    line-height: 47px;
  }

  .banner-section p{
    font-size: 16px;
    line-height: 24px;
  }

  .banner-section .model{
    width: 43%;
  }

  .banner-section{
    margin-top: -140px;
  }

  .banner-section{
    margin-top: -160px;
  }

  .banner-section .img-block{
    height: 860px;
  }

  .banner-section .model{
    top: -22px;
  }

  .banner-section .brand-icon{
    margin-bottom: 20px;
  }

  .banner-section h1{
    margin-bottom: 20px;
  }

  .banner-section .main-btn{
    margin-top: 20px;
  }

  .how-it-works-section .book-section{
    flex-direction: column;
  }

  .how-it-works-section .book-section::before{
    top: -48px;
  }

  .how-it-works-section h2{
    font-size: 30px;
  }

  .who-we-are-section{
    padding-bottom: 0;
  }

  .who-we-are-section .content-block h2{
    margin-top: 30px;
  }

  .why-choose-us-section .main-block .img-block-container{
    bottom: -160px;
  }

  .why-choose-us-section #third-sec .container{
    padding-left: 0;
    padding-right: 0;
  }

  .service-section {
    padding: 170px 0 50px 0;
  }

  .how-it-works-section h2 {
    margin-bottom: 30px;
  }

  .how-it-works-section .box h5 {
    font-size: 12px;
  }

  .who-we-are-section .box .img-block {
    height: 350px;
  }

  .who-we-are-section .box .content-block .main-btn span {
    padding: 13px 56px 13px 56px;
  }

  .why-choose-us-section h3 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 43px;
  }

  .why-choose-us-section h4 {
    margin-bottom: 10px;
    font-size: 19px;
  }
  
  .service-section .form-box h5 {
    font-size: 30px;
  }

  .service-section .form-box h4 {
    font-size: 13px;
  }

  .service-section h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .service-section p {
    font-size: 14px;
  }

  .frequently-asked-questions-section .img-block {
    height: 300px;
    top: 0;
    margin-top: 75px;
  }

  .frequently-asked-questions-section .content-block {
    padding: 40px 0 0 0;
  }

  .frequently-asked-questions-section .content-block h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .frequently-asked-questions-section .content-block h3 {
    font-size: 17px;
  }

  .frequently-asked-questions-section{
    padding-bottom: 50px;
  }

  .review-section h3 {
    font-size: 30px;
  }

  .review-section h4 {
    font-size: 13px;
    margin-bottom: 35px;
  }

  .review-section {
    padding: 40px 0 40px 0;
  }

  .slick-dots li button {
    margin-top: 30px;
  }

  footer .main-block{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  footer .main-block .list{
    width: 30%;
    padding-bottom: 30px;
  }
  
  footer .copyright h5{
    font-size: 14px;
  }

  footer {
    padding: 40px 0 0 0;
  }

  .who-we-are-section .content-block h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .who-we-are-section {
    padding: 70px 0 73px;
  }

  .who-we-are-section {
    padding: 70px 0 0;
  }

  .how-it-works-section .book-section h3 {
    margin-top: 10px;
  }

  .inner-page-banner-section .img-block {
    height: 450px;
  }

  footer .main-block{
    margin-bottom: 0;
  }

  footer {
    padding: 40px 0 10px 0;
  }

  .inner-service-form-section .main-block .img-block {
    height: 300px;
  }

  .inner-service-experience .main-block {
    flex-direction: column;
  }

  .inner-service-experience .text p{
    font-size: 25px;
  }
  

  .how-it-works-section .book-section p {
    text-align: center;
    margin-left: 0
  }

  .banner-section .model {
    right: 0;
  }

  .navbar .logo-block{
    order: 1;
  }

  .navbar .logo-block a{
    display: inline-block;
  }

  .stellarnav.mobile.dark ul{
    position: absolute;
    width: 100%;
    left: 0;
  }

  .navbar .menu-block{
    order: 3;
  }

  .navbar .phone-number{
    order: 2;
  }

  .navbar{
    padding: 0;
  }


.tablepress thead .row-1 th, 
.tablepress tbody tr td{ width:20% !important; font-size:13px; }
#tablepress-2_wrapper .tablepress tbody tr > td b { font-size:15px;

}



/*NEW GRID SYSTEM*/
@media screen and (max-width:767px){
  .navbar .logo-block a img{
    width: 100%;
    height: auto;
  }

  

  .banner-section{
    margin-top: -120px;
  }

  .banner-section .model {
    top: initial;
    max-width: 240px;
    bottom: -110px;
  }

  .banner-section h1{
    font-size: 30px;
    line-height: 36px;
  }

  .banner-section p{
    font-size: 16px;
    line-height: 23px;
  }

  .banner-section .brand-icon{
    max-width: 200px;
  }

  .banner-section .img-block{
    height: 756px;
  }

  .banner-section{
    top: -40px;
  }

  .banner-section .main-btn span{
    font-size: 16px;
  }

  .banner-section .main-btn{
    margin-top: 10px;
  }

  .banner-section h1{
    margin-bottom: 15px;
  }

  .how-it-works-section .box-container{
    grid-template-columns: repeat(1,1fr);
  }

  
.how-it-works-section .box-container::before{
  display: none;
}

.how-it-works-section .book-section::before{
  top: -33px;
}

.how-it-works-section{
  padding-top: 60px;
}

.who-we-are-section{
  padding-top: 80px;
}

.why-choose-us-section .main-block .img-block-container{
  position: initial;
}

.why-choose-us-section  .img-block-container .img-fluid{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.why-choose-us-section .main-block .img-block-container .img-block{
  height: 250px;
  margin-bottom: 30px;
  border: 1px solid var(--white);
}

.why-choose-us-section #third-sec{
  margin-bottom: 60px;
}

.why-choose-us-section {
  padding:56px 0 26px 0;
}

.why-choose-us-section p{
  margin-bottom: 30px;
}

.why-choose-us-section h3{
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 15px;
}

.why-choose-us-section h4{
  font-size: 19px;
  margin-bottom: 10px;
}

.service-section {
	padding: 50px 0 50px 0;
}


.service-section h3{
  font-size: 40px;
}

.service-section .box p {
	min-height: 0;
}

.service-section .form-box h5 {
	font-size: 30px;
}

.service-section .form-box h4 {
	font-size: 13px;
}

.who-we-are-section .box .content-block {
	padding-bottom: 20px;
}

.inner-contacts-form.service-section{
  padding: 50px 0;
}

.inner-page-banner-section {
  margin-top: -118px;
}

.inner-page-banner-section .text {
  top: 64%;
}

.inner-page-banner-section .img-block{
  height: 400px;
}

.inner-page-banner-section .text h1{
  font-size: 40px;
}

.inner-service-form-section .main-block .img-block {
	height: 250px;
}

.service-section .form-box h4 {
	text-align: center;
}

.inner-service-experience .experience {
	padding: 20px 37px 20px 37px;
}

.inner-service-experience .experience h3 {
	font-size: 50px;
}

.inner-service-experience .text p {
	font-size: 20px;
}



}

@media screen and (max-width:575px){
  .how-it-works-section h2{
    font-size: 30px;
  }

  footer .main-block .list{
    width: 50%;
  }

  .review-section h3{ font-size: 30px;}
  .service-section .input-section{
    flex-direction: column;
  }

  .service-section .input-section {
    gap: 0;
  }

  .how-it-works-section {
    padding-top: 30px;
  }

.tablepress thead .row-1 th, 
.tablepress tbody tr td{ font-size:12px; line-height:1.2; width:18% !important; }


}

@media screen and (max-width:513px){
  .banner-section .main-btn span{
    padding-top:8px;
    padding-bottom: 8px;
  }
}



@media screen and (max-width:500px){
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl{
    justify-content: center;
    flex-wrap: wrap;
  }

  .navbar .logo-block{
    width: 100%;
  }


  .navbar .phone-number{
    width: 60%;
  }

  .navbar .logo-block{
    margin-top: 20px;
  }

  .banner-section .content{
    max-width: 100%;
  }

  .banner-section .model{
    position: initial;
  }

  .banner-section {
    top: 0;
    margin-top: -177px;
  }

  .banner-section p{
    max-width: 100%;
  }

  .banner-section .img-block{
    height: 1100px;
  }

  .banner-section .model{
    margin: 0 auto;
    width: 60%;
    padding-top: 30px;
  }

  .banner-section .main-btn::after{
    transform: skewX(-28deg);
  }

  .banner-section .main-btn::before{
    transform: skewX(-28deg);
  }

  .how-it-works-section .book-section::before{
    top:-31px;
  }

  .who-we-are-section .content-block h2{
    margin-bottom: 20px;
  }

  .who-we-are-section .content-block h2{
    font-size: 30px;
  }

  footer .main-block .list{
    width: 100%;
  }

  .how-it-works-section {
    padding-top: 60px;
  }

  .service-section .form-box h5 {
    text-align: center;
  }

  .service-section .btn-box {
    justify-content: center;
  }

  .inner-service-experience .text p {
    font-size: 21px;
  }


  .navbar .container{
    justify-content: space-between !important;
  }

  .navbar .logo-block{
    margin: 0 auto;
    padding-top: 20px;
  }

  .navbar .menu-block .stellarnav .menu-toggle{
    padding: 0;
  }

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

  .navbar .phone-number:hover {
    transform:initial;
    color: var(--secondary-color);
  }

  .navbar .menu-block .stellarnav .menu-toggle span.bars{
    margin-right: 0;
  }

  .how-it-works-section .book-section p{
    line-height: 1.3;
    padding-bottom: 15px;
  }

  .who-we-are-section .content-block p{ margin-bottom:18px; }
  .who-we-are-section .content-block h2{ margin-bottom:2px; margin-top:10px; }
  .who-we-are-section .box .img-block{ margin-bottom:12px; }
  .why-choose-us-section h3{ font-size:30px; line-height:1.2; }
  .service-section h3{ font-size:30px; }










}

@media screen and (max-width:400px){

  .how-it-works-section .content-block{
    padding: 25px 10px;
  }

  .how-it-works-section{
    padding-top: 43px;
  }

  .how-it-works-section h3{
    font-size: 17px;
  }

  .how-it-works-section .book-section h4{
    text-align: center;
    font-size: 20px;
  }

  .how-it-works-section .book-section h3{
    font-size: 13px;
  }

  .how-it-works-section .book-section p{
    font-size: 14px;
  }

  .how-it-works-section .book-section{
    padding: 0 10px 34px;
  }

  .how-it-works-section .book-section::before{
    top: -19px;
  }

  .how-it-works-section h2{
    margin-bottom: 30px;
  }

  .who-we-are-section .box .content-block .main-btn span{
    font-size: 19px;
  }

  .who-we-are-section .box .content-block .main-btn{
    margin-right: 34px;
  }

  .who-we-are-section{
    padding-top: 50px;
    padding-bottom: 0;
  }

  .who-we-are-section .box .content-block{
    padding-bottom: 25px;
  }

  .why-choose-us-section h3 {
    font-size: 30px;
    line-height: 43px;
  }

  .why-choose-us-section h4 {
    font-size: 17px;
  }

  .why-choose-us-section {
    padding: 35px 0 5px 0;
  }

  .why-choose-us-section .main-block .img-block-container .img-block {
    margin-bottom: 20px;
    height: 170px;
  }

  .why-choose-us-section #third-sec {
    margin-bottom: 40px;
  }

  .inner-contacts-form .list-item{
    flex-direction: column;
  }

  .inner-contacts-form .list-item .text{
    width: 100%;
  }

  .inner-contacts-form .list-item h3{
    text-align: center;
  }

  .inner-contacts-form .list-item a{
    text-align: center;
  }

  .inner-contacts-form .list-item .text-2 h5{
    text-align: center;
  }

  .inner-contacts-form .list-item .icon-block{
    padding-left: 0;
  }

  .inner-contacts-form.service-section {
    padding: 40px 0;
  }

  .service-section .form-box {
    padding: 36px 20px 22px 20px;
    border-radius: 0;
  }



  .inner-contacts-form .service-section {
    padding: 0px 0;
  }


  .inner-contacts-form .list-item .phone{
    text-align: center;
    display: block;
  }

  .inner-contacts-form.service-section {
    padding: 40px 0 0 0;
  }

  .inner-page-banner-section .text h1 {
    font-size: 30px;
  }

  .inner-contacts-form .list-item .icon-block .fa-brands {
    font-size: 30px;
  }

  .inner-service-experience .text p {
    font-size: 16px;
    padding-left: 27px;
  }

  .inner-service-experience .text p::after {
    width: 10px;
  }

  .inner-service-experience .experience h3 {
    font-size: 40px;
  }

  .inner-service-experience .experience p {
    font-size: 18px;
  }

  .inner-service-experience .experience {
    padding: 14px 37px 14px 37px;
  }

  .inner-service-section .box .content-block {
    padding: 20px 20px;
  }

  .inner-service-experience .text p {
    margin: 0;
  }

  .review-section h3 {
    font-size: 24px;
  }

  .frequently-asked-questions-section .content-block h4 {
    font-size: 24px;
  }

  .frequently-asked-questions-section .content-block h3 {
    font-size: 14px;
  }

  .inner-service-section {
    padding-bottom: 40px;
  }

  .inner-service-section .btn-block {
    margin-top: 0;
  }

  .service-section .form-box h5 {
    font-size: 24px;
  }






}

@media screen and (max-width:350px){

}
