@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Outfit', sans-serif;
}
a,span,p,b,li{
  font-weight: 300;
  font-size: 18px;
}
.p-100{
  padding: 100px 0px;
}
body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}
h2{
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0px;
}
* {
  padding: 0;
  margin: 0;
}
.m-100{
  margin-bottom: 100px;
}
.under{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 10px 20px;
  margin-left: 20px;
}
.under::after {
  position: absolute;
  top: -6px;
  left: -13px;
  height: 60px;
  max-width: 230px;
  width: 100%;
  background-image:linear-gradient(#0012538e,#0012538e),url(../images/under.jpg);
  background-size: cover;
  background-position: center;
  content:"";
  clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
}
.under b{
  position: relative;
  z-index: 3;
  font-weight: 500;
}
.sec-btn{
  display: inline-block;
  padding: 10px 20px;
  background-color: #E8AA42;
  color: #fff;
  transition: .5s;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
  position: relative;
}
.sec-btn:hover{
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 10px 20px 0px #0012532c;
}
.sec-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1,0);
  transition: .5s;
  height: 100%;
  background-color: #001253;
  content: "";
}
.sec-btn:hover:after{
  transform: scale(1);
}
.sec-btn span{
  position: relative;
  z-index: 3;
}
.slick-next,.slick-prev{
  display: none !important;
}
/* -----Globle-Style----- */

/* -----Header-section-start----- */
header{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.top-bar {
  background-color: #0012537c;
  padding-bottom: 2px;
}
.top-logo {
  margin-bottom: 0px;
  transform: translateY(45px);
  position: relative;
  z-index: 9999;
  margin-left: 25px;
}
.top-logo img{
  width: 200px;
}
.top-bar .top-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.top-bar .top-box a{
  color: #fff;
  padding-left: 10px;
}
.top-bar .top-box a i{
  padding-right: 5px;
}
.top-bar .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
  transform: translateY(46px);
  position: relative;
  z-index: 9;
}
.top-right-bar ul li a{
  background-color: #fff;
  color: #000;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display:flex;
  align-items:center ;
  justify-content: center;
  margin: 0px 6px;
}
.top-right-bar ul li a:hover{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.menu .navbar-light .navbar-nav .nav-link:hover,.menu .navbar-light .navbar-nav .nav-link.active{
  color: #001253;
}
.sticky .navbar-expand-lg .navbar-nav{
  padding-left: 100px;
}
.menu .navbar-light .navbar-brand{
  display: none;
}
.sticky .navbar-light .navbar-brand{
  display: block;
}
.menu .navbar-light .navbar-brand img{
  width: 200px;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #26b2fd;

}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  padding: 0;
  width: 240px;
}
.sticky .navbar-light .navbar-nav .nav-link:hover,
.sticky .navbar-light .navbar-nav .active {
  color: #001253 !important;
}

.menu{
  background-color: #0012537c;
  position: relative;
  border-bottom: 10px solid #E8AA42;
}
.menu .navbar{
 position: relative;
 z-index: 99999;
}
.menu .navbar::after {
  position: absolute;
  top: -13px;
  left: 0;
  content: "";
  width: 100%;
  height: 70px;
  background-color: #E8AA42;
}
.menu .navbar{
  padding: 0;
}
.menu .navbar-light .navbar-nav .nav-link{
  color: white;
  letter-spacing: 1px;
  padding: 0px;
  transition: .5s;
  position: relative;
}
.menu .navbar-nav .nav-link::before{
  border-bottom: 4px solid #001253;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 100%;
  transition: .5s;
  width: 0%;
}
.menu .navbar-nav .nav-link:hover:before{
  width: 100%;
}
.menu .nav-item{
  margin: 0px 17px;
}
.menu .navbar-nav .active{
  border-bottom: #001253 4px solid;
}
.navbar-expand-lg .navbar-collapse{
  position: relative;
  z-index: 4;
}
.menu .book{
  margin-right: 20px;
}
.menu .sec-btn{
  background-color: #001253;
  border-color:#001253 ;
}
.dropdown-item:hover{
  background-color: #001253;
}
.menu .sec-btn{
  margin-top: 0px;
}
/* ----Header-Section-End---- */
/* --------hero-section-start------- */
.hero-section{
  position: relative;
  overflow: hidden;
}
.hero-slider{
  overflow: hidden;
}
.hero-slide{
  padding-top: 240px;
  padding-bottom: 140px;
  position: relative;
}
.hero-item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.hero-slide .shape1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}
.hero-slide .shape2{
  position: absolute;
  top: -50px;
  right: -100px;
  height: 100%;
}

.hero-text h2{
  font-size:55px;
  color: #fff;
  line-height: 65px;
  font-weight: 600;
  margin-top: 20px;
}
.hero-text p{
  font-size: 18px;
}
.hero-slide .hero-text {
  position: relative;
  z-index: 99;
}
.hero-text p{
  color: #fff;
}

.hero-slider .slick-current .hero-item {
  animation: slide 3s linear alternate infinite;
}
@keyframes slide{
  0%{transform: scale(1);}
  100%{transform: scale(1.1);}
}
/* ------hero-section-end------- */

/* ----About-Section-Start----- */
.about-section{
  padding: 80px 0px;
}
.as-item{
  position: relative;
}
.as-item .as-box {
  position: absolute;
  top: 50%;
  color: #001253;
  left: 0;
  transform: rotate(-34deg);
}
.as-item .as-box span{
  color: #E8AA42;
  font-weight: 700;
  font-size: 30px;
}
.as-item .as-img1 img{
  clip-path: polygon(0 100%, 0 0, 100% 0);
}
.as-item .as-img1{
  border: 10px outset #001253;
  border-right: none;
  border-bottom: none;
}
.as-img2{
  margin-top: -350px;
  border: 10px inset #E8AA42;
  border-top: none;
  border-left: none;
}
.as-item .as-img2 img{
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  width: 100%;
}

/* ----About-Section-End--- */

/* ----Choose-Section-Start---- */

.choose-section {
  position: relative;
  padding-bottom: 60px;
  background-image:linear-gradient(#fff,rgba(255, 255, 255, 0.858)),url(../images/choose.webp);
}

.choose-section .ch-content ul {
  padding: 0;
  list-style: none;
}

.ch-content ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
  color: #001253;
  font-weight: 500;
}

.ch-content ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  background-color: #001253;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}

.ch-content .ch-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.ch-content .ch-info .ch-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100%;
}

.ch-content .ch-info .text {
  margin-left: 20px;
  flex: 1;
}

.ch-content h4 {
  font-weight: 600;
  font-size: 22px;
}

.ch-item .ch-box {
  padding:30px 20px;
  position: relative;
  border: 1px solid #E8AA42;
  transition: .5s;
  box-shadow: 0px 10px 20px 0px #0012536f;
  background-color: #fff;
  margin-top: 20px;
}
.ch-item1 .ch-box:nth-child(1){
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}
.ch-item1 .ch-box:nth-child(2){
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}
.ch-item2 .ch-box:nth-child(1){
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}
.ch-item2 .ch-box:nth-child(2){
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}
.ch-box:hover{
  color: #fff;
}
.ch-box .text{
  position: relative;
  z-index: 3;
}
.ch-item .ch-box::after {
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 0;
  right: 0;
  transition: 1s;
  background-image:linear-gradient(#001253ae,#001253ae),url(../images/ch.jpg);
  content: "";
}
.ch-item .ch-box:hover::after{
  width: 100%;
  height: 100%;
}
.ch-item .ch-box .icon {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 10px 20px 0px #00125311;
  z-index: 3;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
}

.ch-item .ch-box .icon img {
  width: 40px;
}

.ch-item .ch-box:hover h4 {
  color: #fff;
}

.ch-item .ch-box h4 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
  color: #001253;
}

/* ----Choose-Section-End------ */

/* ----Service-Section-Start---- */

.service-section{
  padding: 80px 0px;
  text-align: center;
}
.service-section .ser-box {
  padding:30px 20px;
  background-color: #fff;
  position: relative;
  background-image: none !important;
  transition: .5s;
  border: 1px solid #E8AA42;
}
.service-section .ser-box:hover{
  color: #fff;
}
.ser-box::after{
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  width: 0%;
  height: 100%;
  background-color:#0012539d;
  content: "";
}
.ser-box:hover::after{
  width: 100%;
  right: 0;
}
.ser-box .ser-item{
  position: absolute;
  top: 0;
  background-position: center;
  background-size: cover;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ser-box:hover .ser-item{
  opacity: 1;
}
.ser-box .text{
  position: relative;
  z-index: 4;
}
.ser-box .icon{
  height: 90px;
  width: 90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 20px 0px #00125328;
  border-radius: 100%;
  margin: 10px auto;
  z-index: 3;
  position: relative;
}
.ser-box .icon img{
  width: 45px;
}
/* ----Service-Section-End---- */

/* ----Faq-section-Start---- */
.faq-section{
  padding: 70px 0px;
  background-image:linear-gradient(#001253ab,#001253b0),url(../images/service.jpg);
  background-size: cover;
  color: #fff;
}
.quote-form {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.185);
}

.quote-form .f-head {
  background-color: #001253;
  padding: 20px;
  font-weight: 600;
  z-index: 2;
  position: relative;
}

.quote-form .f-head h3{
  font-size: 35px;
}
.quote-form .f-head p{
  margin-bottom: 0px;
}
.quote-form .line{
  margin-top: -15px;
  z-index: 1;
}
.quote-form .line img{
  width: 100%;
}
.quote-form input,
.quote-form textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  margin: 10px 0px;
  border: 1px solid #E8AA42;
  outline: none;
}
.quote-form button{
  border: none;
}
.quote-form .quote-box {
  padding: 20px;
}
.faq{
  padding-left: 30px;
}
.faq h2 span{
  font-size: 45px;
  font-weight: 700;
  color: #E8AA42;
}
.faq .accordion-body{
  color: #161616;
}
.faq .accordion-item h2 button{
  font-size: 20px;
  font-weight: 600;
}
.faq .accordion-button:not(.collapsed){
  color: #fff;
  background-color: #001253;
  box-shadow:none;
}
.faq .accordion-button::after{
  background-image: url(../images/plus.png);
  opacity: 1;
}
.faq .accordion-button:not(.collapsed)::after{
  background-image: url(../images/minus-sign.png);
}
/* ----Faq-section-End---- */

/* -----process-section-start----- */
.process-section{
  padding: 80px 0px;
}
.pro-head{
  text-align: center;
}
.pro-head-img{
  margin-top: 30px;
}
.pro-box{
  padding: 30px 20px;
  border: 2px solid #E8AA42;
  text-align: center;
}
.pro-icon{
  margin-bottom: 20px;
}
.pro-head-img img{
  width: 75%;
}
.pro-icon img{
  width: 200px;
  height: 150px;
  object-fit: cover;
}
/* -----process-section-End----- */

/* -----Testimonial-Section-Start---- */

.testimonial-section{
  padding: 70px 0px;
  text-align: center;
  position: relative;
}
.testimonial-section::before{
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-image: url(../images/tes-img.jpg);
  content: '';
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-section::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  content: '';
  background-size: contain;
  background-image: url(../images/shap1.png);
}
.testimonial-section .testimonial{
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding:60px 40px;
  box-shadow: 0px 10px 20px 0px #0012531f;
  background-image:linear-gradient(rgba(255, 255, 255, 0.92),rgba(255, 255, 255, 0.865)),url(../images/testimonial.jpg);
  background-size: cover;
}

.testimonial .count-box{
  padding: 20px;
}
.testimonial .count-box h2,.testimonial .count-box p{
  margin:0px;
}
.tes-slide .tes-img img{
  width: 100px;
  border-radius: 100%;
  height: 100px;
  object-fit: cover;
  margin: auto;
}
.tes-slide p{
  font-size: 20px;
}
.tes-slide p i{
  font-size: 30px;
  color: #001253;
  padding: 0px 10px;
}
.tes-slide h5{
  margin-top: 10px;
  margin-bottom: 0px;
  color: #001253;
}
.tes-slide .ratting i{
  color: #E8AA42;
}
/* -----Testimonial-Section-End---- */

/* -----Brand-Section-Start----- */

.brand-section{
  padding: 50px 0px;
  text-align: center;
}
.brand-section .brand-box{
  padding: 20px;
  border: 1px solid #06283D;
  margin: 10px;
  border-radius: 10px;
}
.brand-section .brand-box img{
  margin: auto;
  width: 200px;
}
.brand-section h3{
  font-size: 35px;
  font-weight: 700;
  color: #06283D;
}

/* ---Brand-Section-End---- */

/* ===Network-Section-Start=== */
.network-section{
    margin-top:40px;
}
.network-section .ns-box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #001253;
  transition: .5s;
  margin: 10px 0px;
}

.network-section .ns-box:hover {
  border-color: #e8aa42;
}

.network-section .ns-box h6 {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #001253;
}

.network-section .ns-box b {
  color: #e8aa42;
}

.network-section .ns-box .ns-icon img {
  width: 50px;
}

/* ====Network-Section-End==== */

/* -------footer-section-start------ */

.footer-section{
  color: #fff;
  padding-top: 80px;
  background-image:linear-gradient(#001253de,#001253e0),url(../images/testmonial-bg.jpg);
  background-size: cover;
  background-position: center;
}

.social ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0px;
  list-style: none;
}
.f-box .f-logo{
  margin-bottom: 30px;
}
.f-box .social li {
  margin: 5px;
}
.f-box .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  width: 40px;
  border: 1px solid #E8AA42;
  border-radius: 100%;
  background-color: #E8AA42;
}
.f-box .social li a:hover{
  background-color: transparent;
  color: #E8AA42;
}
.f-box img{
  width: 200px;
}
.f-box ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.f-title h4{
  margin-bottom: 20px;
  position: relative;
}
.f-title h4::after{
  width: 70px;
  height: 3px;
  background-color: #E8AA42;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
}
.f-box ul li{
  margin: 10px 0px;
  list-style: none;
}
.f-box > ul li a{
  display: flex;
  align-items: center;
  color: #fff;
} 
.f-box > ul li a:hover{
  color: #E8AA42;
}
.f-box > ul li a i{
  margin-right: 10px;
  height: 45px;
  width: 45px;
  background-color: #E8AA42;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-box > ul li a span{
  flex: 1;
}
.f-box > ul li a:hover i{
  background-color: #001253;
}
.f-turck{
  padding-top: 90px;
  position: relative;
  margin-bottom: -12px;
  overflow-x: hidden;
}
.f-turck hr{
  margin: 0;
  display: none;
}
.f-turck img{
  width: 65px;
}
.f-turck .f-img3 img{
  width: 100px;
}
.f-turck .f-img{
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
}

.f-turck .f-img1{
  animation: sup 10s linear  infinite;
}

.f-turck .f-img2{
  animation: move 12s linear  infinite;
  transform: rotateY(180deg);
}
.f-turck .f-img3{
  animation: move 22s linear  infinite;
  transform: rotateY(180deg);
}
.copy-right p{
  margin-bottom: 0;
  padding: 10px 0px;
  background-color: #E8AA42;
  text-align: center;
}
.copy-right a{
  color: #001253;
}
@keyframes sup{
  0%{transform: translate(-100%);}
  100%{transform: translate(100%);}
}
@keyframes move{
  0%{transform: translate(100%) rotateY(-180deg);}
  100%{transform: translate(-100%) rotateY(-180deg);}
}
@keyframes round{
  0%{transform: translate(100%) rotateY(-180deg);}
  100%{transform: translate(-100%) rotateY(-180deg);}
}

/* -----footer-section-end------- */

.map-section .map{
  height: 400px;
}

/* -----Banner-Section-Start---- */

.banner-section{
  padding: 220px 0px 100px;
  background-image: linear-gradient(#0012538a,#0012538a),url(../images/banner.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.banner-title h2{
  font-size: 60px;
  font-weight: 700;
}
.banner-title ul{
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title ul li a{
  padding: 4px;
  color: #fff;
}
/* -----Banner-Section-End---- */


/* ===Service-Two-Start=== */

.service-two .service-box{
  padding: 30px;
  margin: 20px;
  border-radius: 20px;
  border: 1px solid #001253;
}
.service-two .service-box .ser-img{
  height: 100%;
}
.service-two .service-box .ser-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* ===Service-Two-Start=== */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 70px 0px;
}

.gallery-section .gallery-box {
  position: relative;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  border: 2px solid #E8AA42;
  height: 300px;
  object-fit: cover;
}
.gallery-box a:hover img{
  transform: scale(.95);
}

/* ------gallery-Page-end------- */


/* ----Contact-Section-Start--- */

.contact-section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.contact {
  position: relative;
  padding: 30px;
  padding-left: 0px;
  color: #fff;
  padding-top: 0;
  box-shadow: 0px 10px 20px 0px #0012532b;
}

.contact::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #001253;
  z-index: -1;
  content: "";
}

.cont-box {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.cont-box .icon img {
  width: 60px;
}

.cont-box .text {
  flex: 1;
  margin-left: 20px;
  color: #fff;
}

.cont-box address {
  margin-bottom: 0px;
}

.cont-box .text a {
  color: #fff;
}

.contact hr {
  color: #fff;
}
.contact-section .quote-form{
  box-shadow: none;
}
/* ----Contact-Section-End---- */


/* ------details-section-start------ */
.details-section{
  padding: 80px 0px;
}
.details-section .quote{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.217);
}
.details-section .quote h2{
  margin-top: 0px;
}
.dsl-list ul {
  list-style: none;
  padding:0px 10px;
  border: 2px solid #001253;
  position: relative;
  z-index: 5;
}
.dsl-list ul li {
  margin: 10px 0px;
}
.dsl-list ul li a {
  display: flex;
  align-items: center;
  color: #161616;
  justify-content: space-between;
  padding: 6px 10px;
  background-color: #f3ba57;
}
.dsl-list ul li a span {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.dsl-list ul li a i {
  background-color: #e5eafd;
  font-size: 21px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 55px;
  font-weight: 700;
}

.dsl-list ul li a:hover i, .dsl-list ul li .active i {
  color: #fff;
  background-color: #001253;
}
.dls .quote-form{
  color: #fff;
}

/* ------details-Section-End------ */


/* -----Responsive-Style---- */

@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
  }
  .menu .book{
    margin: 0;
  }
  .hero-text p {
    font-size: 16px;
}
  .top-logo img {
    width: 150px;
}
.top-bar .top-box{
  padding-bottom: 10px;
}
.hero-slide{
  padding-top: 180px;
  padding-bottom: 70px;
}
.hero-text h2 {
  font-size: 40px;
  line-height: 44px;
}
h2{
  font-size: 28px;
}
.as-content p{
  margin-bottom: 10px;
  font-size: 15px;
}
.about-section,.service-section,.faq-section,.process-section,.gallery-section,.details-section{
  padding: 60px 0px;
}
.ch-item .ch-box h4{
  font-size: 18px;
}
.ch-item .ch-box p{
  margin-bottom: 5px;
}
.service-section .ser-box{
  height: 100%;
}
.faq{
  padding: 0px;
}
.faq h2 span,.quote-form .f-head h3{
  font-size: 28px;
}
.pro-box{
  padding: 10px 20px;
}
a, span, p, b, li{
  font-size: 16px;
}
.f-box > ul li a span{
  word-break: break-all;
}
.service-section .ser-box{
  padding: 10px;
}
}

@media screen and (max-width:992px) {
  .top-logo,.top-right-bar,.menu .navbar::after{
    display: none;
  }
  .menu{
    background-color: #001253;
    border: none;
  }
  .menu .navbar-light .navbar-brand{
    display: block;
  }
  .top-bar{
    padding: 10px 0px;
  }
  .top-bar .top-box{
    padding-bottom: 0px;
  }
  .menu .nav-item{
    margin: 4px 0px;
  }
  .menu .navbar-light .navbar-nav .nav-link{
    display: inline-block;
  }
  .menu .navbar-toggler:focus{
    box-shadow: none;
  }
  .top-bar{
    background-color: #e8aa42;
  }
  .menu .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: #fff;
    background-color:#fff;
}
.menu .sec-btn {
    background-color: #e8aa42;
    border-color: #e8aa42;
}
}

@media screen and (max-width:768px) {
  header{
    position: relative;
  }
  .hero-slide{
    padding: 60px 0px;
  }
  .hero-text p {
    font-size: 18px;
}
.p-100{
  padding: 50px 0px;
}
.map-section .map {
    height: 300px;
}
.service-two .service-box {
    padding: 20px;
    margin: 10px 0px;
}
  .banner-section{
    padding: 60px 0px;
  }
  .about-section, .service-section, .faq-section, .process-section,.testimonial-section,.gallery-section,.details-section{
    padding: 40px 0px;
  }
  .as-content,.faq{
    padding-top: 30px;
  }
  .banner-title h2 {
    font-size: 35px;
}
  .choose-section{
    padding-bottom: 30px;
  }
  .faq-section{
    background-attachment: fixed;
  }
  .under::after{
    height: 45px;
    top: 2px;
  }
  .testimonial-section .testimonial{
    padding: 40px;
  }
  .contact-section{
    padding-top: 40px;
  }
  .ch-content h2 br{
    display: none;
  }
  .pro-box h4{
    font-size: 20px;
  }
  .brand-section{
    padding: 20px 0px;
  }
  .footer-section{
    padding-top: 30px;
  }
  .f-box{
    margin-top: 20px;
  }
  .contact::after{
    display: none;
  }
  .cont-box{
    background-color: #001253;
    height: 100%;
  }
  .contact{
    padding: 0;
  }
}

@media screen and (max-width:570px) {
  .hero-text h2 {
    font-size: 28px;
    line-height: 35px;
}
.top-bar .top-box .top-item:first-child,.pro-head-img img{
  display: none;
}
h2{
  font-size: 24px;
}
.hero-text p {
    font-size: 16px;
}
.ch-item .ch-box{
  clip-path: none !important;
}
.faq .accordion-item h2 button{
  font-size: 16px;
}
.pro-box{
  margin-top: 20px;
}
.banner-section{
  padding: 40px 0px;
}
.testimonial-section .testimonial{
  padding: 30px 10px;
}
.menu .navbar-light .navbar-brand img {
  width: 150px;
}
.gallery-section .gallery-box{
  margin: 10px;
}
.banner-title h2 {
  font-size: 25px;
}
}


 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#ffb400;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/