 /* Index css */
 .container-size {
   max-width: 1415px;
   margin: 0 auto;
 }

 .home-banner-inner a,
 .home-section-two-inner .home-two-list,
 .home-section-two-inner .home-two-list p,
 .how-it-works-steps {
   transition: all 0.5s ease;
 }
 .customized-btn-left:hover a,
 .home-banner-inner:hover a {
   background: #04748e;
   transition: all 0.5s ease;
 }
 .customized-btn-right:hover a {
   background: #ffa824 !important;
   transition: all 0.5s ease;
 }

 .home-section-two-inner .home-two-list:hover p {
   color: #ffa824;
   transition: all 0.5s ease;
 }

 .home-section-two-inner .home-two-list:hover,
 .how-it-works-steps:hover {
   transition: all 0.5s ease;
   transform: translateY(-10px);
 }

 .how-it-works-steps .works-steps-img img,
 .swiper-slide .categories-img img,
 .swiper-slide .interior-d-img img {
   transition: all 0.5s ease;
   transform: scale(1);
 }
 .how-it-works-steps:hover .works-steps-img img,
 .swiper-slide .categories-img:hover img,
 .swiper-slide .interior-d-img:hover img {
   transform: scale(1.1);
   transition: all 0.5s ease;
 }
 .swiper-slide .categories-img,
 .swiper-slide .interior-d-img {
   overflow: hidden;
 }
 .site-title-style {
   text-align: center;
 }
 .site-title-style h3 {
   display: inline-block;
   background: #ffa824;
   color: #fff;
   padding: 6px 40px;
   padding-bottom: 10px;
   font-size: 35px;
   font-weight: 600;
 }
 @media (max-width: 768px) {
   p {
     font-size: 16px !important;
   }
   .swiper-button-next:after,
   .swiper-button-prev:after {
     font-size: 28px !important;
   }
 }

 /* Index css end  */

 /* Section 1 css  */
 .about-banner-sec {
   line-height: 0;
 }
 .about-banner-sec img {
   max-width: 100%;
   width: 100%;
 }
 section.about-banner-main {
   border-top: 1px solid #ccc;
 }
 /* Section 1 css end  */

 /* Section 2 css  */
 .about-us-inner {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .about-us-right {
   width: 50%;
   text-align: right;
 }
 .about-us-left {
   width: 50%;
 }
 section.about-us-section {
   padding: 70px 0;
 }
 .about-us-left h1 {
   font-weight: bold;
   color: #000000;
   font-size: 55px;
   margin: 0;
   line-height: 1;
   margin-bottom: 20px;
   font-weight: 400;
 }
 .about-us-left p {
   color: #494949;
   font-size: 18px;
   line-height: 30px;
   margin-bottom: 18px;
 }
 .about-us-right img {
   box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);
   background: #fff;
   padding: 15px 15px;
 }

 @media (min-width: 1024px) and (max-width: 1440px) {
   .about-us-right img {
     width: 100%;
   }
   section.about-us-section,
   section.whytogo-main {
     padding: 50px 30px !important;
   }
   section.about-us-section .about-us-right,
   .whytogo-inner.swift-inner .whytogo-left,
   .whytogo-inner.quality-inner .whytogo-left {
     padding-left: 30px;
   }
   .whytogo-inner.affordable-inner .whytogo-left,
   .whytogo-inner.accessible-inner .whytogo-left {
     padding-right: 30px;
   }
   .whytogo-title h3,
   .whytogo-content h3,
   section.about-us-section .about-us-left h1 {
     font-size: 36px !important;
   }
 }

 @media (max-width: 1024px) {
   .whytogo-title h3,
   .whytogo-content h3,
   section.about-us-section .about-us-left h1 {
     font-size: 36px !important;
   }
   section.about-us-section,
   section.whytogo-main {
     padding: 50px 30px !important;
   }
   section.about-us-section .about-us-right,
   .whytogo-inner.swift-inner .whytogo-left,
   .whytogo-inner.quality-inner .whytogo-left {
     padding-left: 30px;
   }
   .whytogo-inner.affordable-inner .whytogo-left,
   .whytogo-inner.accessible-inner .whytogo-left {
     padding-right: 30px;
   }
   .whytogo-title h3 {
     font-size: 36px !important;
	   
   }
   .about-us-right img {
     width: 100%;
   }
 }

 @media (max-width: 768px) {
   section.about-us-section .about-us-right,
   .whytogo-inner.swift-inner .whytogo-left,
   .whytogo-inner.quality-inner .whytogo-left {
     padding-left: 0px;
   }
   .whytogo-inner.affordable-inner .whytogo-left,
   .whytogo-inner.accessible-inner .whytogo-left {
     padding-right: 0px;
   }
   .whytogo-content h3 {
     font-size: 36px !important;
     margin-bottom: 15px !important;
   }
 }
 /* Section 2 css end  */

 /* Section 3 css  */
 .whytogo-title h3 {
   margin: 0;
   text-align: center;
   font-size: 60px;
   font-weight: 700;
   line-height: 1;
   margin-bottom: 60px;
 }
 .whytogo-inner {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .whytogo-left,
 .whytogo-right {
   width: 50%;
 }
 .whytogo-img {
   line-height: 0;
 }
 .whytogo-inner.swift-inner,
 .whytogo-inner.quality-inner {
   flex-direction: row-reverse;
   padding: 70px 0;
 }
 .whytogo-img {
   max-width: 550px;
   height: 400px;
 }
 .whytogo-img img {
   width: 100%;
   height: 400px;
   object-fit: cover;
   box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);
   background: #fff;
   padding: 15px 15px;
 }
 .whytogo-content h3 {
   color: #000000;
   font-size: 40px;
   margin: 0;
   line-height: 1;
   margin-bottom: 20px;
   font-weight: 400;
 }
 .whytogo-content p {
   color: #494949;
   font-size: 20px;
   line-height: 35px;
   margin-bottom: 0;
 }
 .whytogo-inner.swift-inner .whytogo-left,
 .whytogo-inner.quality-inner .whytogo-left {
   display: flex;
   justify-content: end;
 }

 section.whytogo-main .whytogo-img img {
   width: 100%;
   height: 100%;
 }

 @media (max-width: 768px) {
   section.whytogo-main .whytogo-inner {
     display: block;
   }
   section.whytogo-main .whytogo-img {
     max-width: 100%;
     width: 100%;
     height: 100%;
   }
   section.whytogo-main .whytogo-img img {
     width: 100%;
     height: 290px;
     object-fit: cover;
     box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);
     background: #fff;
     padding: 15px 15px;
   }
 }

 /* Section 3 css end  */

 /* Section 4 css  */
 .how-we-works-steps p {
   font-size: 16px;
   color: #292929;
   font-weight: 500;
   line-height: 25px;
   margin-top: 12px;
 }

 @media (min-width: 768px) and (max-width: 1200px) {
   .how-it-works-bottom.about-how-it-area {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: 10px;
     margin-left: 10px;
   }
   .how-it-works-bottom.about-how-it-area .how-it-works-steps {
     width: 32%;
     margin: 0 5px;
     margin-bottom: 25px;
     -ms-flex-preferred-size: 0;
     flex-basis: 1;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
 }

 @media (max-width: 768px) {
   .how-it-works-bottom.about-how-it-area {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: 10px;
     margin-left: 10px;
   }
   .how-it-works-bottom.about-how-it-area .how-it-works-steps {
     width: 50%;
     margin: 0 5px;
     margin-bottom: 25px;
     -ms-flex-preferred-size: 0;
     flex-basis: 1;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
 }

 /* Section 4 css end  */
 /* Section 4 css -2  */
 .how-it-works-top {
   background: #051b31;
   text-align: center;
   padding-top: 65px;
   padding-bottom: 126px;
 }
 .how-it-works-top h3 {
   margin: 0;
   line-height: 1;
   color: #fff;
   font-size: 36px;
   font-weight: 400;
 }
 .how-it-works-bottom {
   display: flex;
   justify-content: space-between;
   text-align: center;
   margin-top: -86px;
   position: relative;
   z-index: 1;
   padding-bottom: 82px;
 }
 .how-it-works-steps {
   width: 19%;
 }
 .how-it-works-steps h3 {
   margin: 0;
   background: #ff0000;
   color: #fff;
   font-weight: 400;
   line-height: 1;
   padding: 10px 0;
   font-size: 18px;
   border-radius: 5px 5px 0px 0px;
 }
 .works-steps-img {
   min-height: 190px;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);
   background: #fff;
 }
 .how-it-works-steps p {
   font-size: 18px;
   color: #292929;
   font-weight: 400;
   line-height: 24px;
   margin-top: 12px;
 }

 @media (min-width: 768px) and (max-width: 1440px) {
   .how-it-works-bottom {
     padding: 0 30px;
     padding-bottom: 70px;
   }
 }

 @media (max-width: 768px) {
   .how-it-works-bottom {
     display: flex;
     flex-wrap: wrap;
     padding: 0 15px;
     padding-bottom: 50px;
   }
   .how-it-works-steps {
     width: 47%;
     margin: 0 5px;
     margin-bottom: 25px;
   }
   .works-steps-img {
     min-height: 150px;
   }
   .works-steps-img img {
     max-width: 60px;
     width: 100%;
   }
   .how-it-works-top h3 {
     font-size: 34px;
   }
 }

 @media (max-width: 365px) {
   .how-it-works-steps {
     width: 100%;
   }
 }
 /* Section 4 css-2 end  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 02/03/2023 about-us-start*/

@media (max-width:767px) {
	.about-us-inner {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
	
	ul.social-btn-area li {
    white-space: inherit !important;
}
	
	.about-us-left {
    width: 100%;
}
	
	.about-us-right {
    width: 100%;
}
	.whytogo-left, .whytogo-right {
    width: 100%;
}
	section.about-us-section, section.whytogo-main {
    padding: 20px 30px !important;
}
	
	section.whytogo-main .whytogo-img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
	.whytogo-title h3 {
    font-size: 17px !important;
    margin-bottom: 18px;
   text-align: inherit;
}
	.whytogo-content h3 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}
	.whytogo-inner.swift-inner, .whytogo-inner.quality-inner {
    flex-direction: row-reverse;
    padding: 30px 0;
}
	.whytogo-title h3, .whytogo-content h3, section.about-us-section .about-us-left h1 {
    font-size: 24px !important;
}
	.how-it-works-bottom {
    padding-bottom: 0px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
ul.social-btn-area li {
    white-space: inherit !important;
}
		.about-us-inner {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
	
	.about-us-left {
    width: 100%;
}
	
	.about-us-right {
    width: 100%;
}
	.about-us-right {
    padding: 0 !important;
}
	.whytogo-title h3, .whytogo-content h3, section.about-us-section .about-us-left h1 {
    font-size: 25px !important;
}
	.whytogo-content p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
}
	section.about-us-section, section.whytogo-main {
    padding: 25px 25px !important;
}
	.whytogo-title h3 {
    margin-bottom: 34px;
}
	.whytogo-inner.swift-inner, .whytogo-inner.quality-inner {
    flex-direction: row-reverse;
    padding: 25px 0;
}
	.how-it-works-bottom {
    padding-bottom: 0px !important;
}
}
/* 02/03/2023 about-us-end*/
h1.entry-title {
    display: none;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */