html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0 !important;
  font-family: 'Rubik', sans-serif;
  background-image: linear-gradient(#ffffffcc, #ffffffcc),
    url(../images/shape.png);
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 40px;
  margin: 10px 0px;
  text-transform: capitalize;
  font-weight: 600;
}
.p-100{
  padding: 80px 0px;
}
.m-100 {
  margin-bottom: 80px;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3274be;
  color: #fff;
  position: relative;
  z-index: 33;
  border-radius: 30px;
  font-size: 18px;
  transition: 0.5s;
  text-transform: capitalize;
}

.sec-btn span {
  position: relative;
  z-index: 32;
  color: #fff;
}

.sec-btn::after {
  position: absolute;
  border-radius: 30px;
  bottom: 0;
  left: 0;
  background-color: #1d2c47;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  transform: scale(0, 1);
  content: "";
}

.sec-btn:hover::after {
  width: 100%;
  transform: scale(1);
}
.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #0000002b;
  background: #00b072;
}

.what a:last-child {
  font-size: 20px;
}

.under {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #3274be;
  text-transform: uppercase;
  z-index: 2;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.popup-box {
  background: #fff;
  padding: 30px;
  width: 400px;
  max-width: 90%;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.5s ease-in-out;
}
.popup-box .quote-form input{
    width:100%;
    padding:10px 20px;
    margin-bottom:20px;
    border-radius:4px;
}
.popup-box h3 {
  margin-bottom: 15px;
  font-weight:700;
  font-size:22px;
}

.popup-box p {
  font-size: 18px;
  margin-bottom: 20px;
  color:#ed1b24;
}

.popup-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #fbb114;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 32px;
  cursor: pointer;
}

@keyframes popupFade {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* ------Goble-Css-End------ */

/* -----header-section-start------- */

header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #1d2c47;
  left: 0;
  width: 100%;
}

.top-bar {
  padding: 8px 0px;
  position: relative;
}
.top-bar::after{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  content: "";
  height: 100%;
  width: 78.5%;
  clip-path: polygon(0 0,100% 0,100% 100%,1% 100%);
}
.top-left ul {
  padding: 0;
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.top-left ul li {
  margin: 0px 5px;
}

.top-left ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.top-left ul li a {
  background-color: #3274be;
}

.top-left ul li a:hover {
  color: #3274be;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  color: #3274be;
  margin-left: 35px;
  position: relative;
  z-index: 3;
  align-items: center;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #3274be;
  padding-left: 10px;
  font-size: 17px;
}

header .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  clip-path: polygon(0 0,92% 0,100% 101%,0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100%;
}
header .book img{
  width: 130px;
}
.menu .navbar-brand{
  display: none;
}

.menu {
  position: relative;
  overflow-x: clip;
}
.menu .navbar-brand{
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
  width: 250px;
}

.dropdown-menu {
  padding: 0;
  background-color: #3274be;
}

.dropdown-menu a {
  color: #fff;
}

.menu img {
  width:220px;
}

.menu .navbar-nav {
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
}

.menu .navbar {
  padding: 5px 0px;
}
.menu .nav-item{
  margin: 7px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding: 8px 20px;
    font-size: 17px;
    text-transform: capitalize;
    transition: .5s;
    font-weight: 500;
    color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #3274be;
  background-color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 44%;
  content: "";
  transition: .5s;
  height: 7px;
  width: 7px;
  display: none;
  position: absolute;
  transform: translate(-50%,-50%);
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round 1.4s linear infinite alternate;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round 1.4s linear infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes round {
  0% {
    transform: rotate(0deg) scale(0) ;
    border-radius: 100%;
  }

  100% {
    transform: rotate(360deg) scale(1);
    border-radius: 0;
  }
}
.menu .container-fluid{
  padding: 0px;
}
.menu .get .sec-btn{
  background-color: #fff;
  color: #3274be;
}

.menu .get .sec-btn span{
  color: #3274be;
} 
.menu .get .sec-btn:hover:after{
    background-color:#3274be;
}
.menu .get .sec-btn:hover span{
  color: #fff;
} 
/* ----header-section-end---- */


/* --------hero-section-start------- */

.hero-section .hero-slide {
  padding: 120px 0px;
  position: relative;
  overflow:hidden;
  background-image:url(../images/hero-bg.png);
  background-color: #eee;
}
.hero-section .hero-slide::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  /*border-radius: 0% 100% 100% 0%;*/
  content: "";
  background-image: url(../images/hero1.jpg);
  background-size: cover;
}
.hero-section .hero-slide2::after{
  background-image: url(../images/hero2.jpg);
  background-position: bottom;
}

.hero-slide .hero-img{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.hero-slide .hero-img img{
    width:250px;  
    animation: go 4s infinite linear;
}
.hero-text{
    z-index:78;
    position: relative;
}
.hero-text h2 {
  font-size: 38px;
  margin: 15px 0px;
  line-height: 55px;
  font-weight: 600;
}
.hero-slide .sec-btn{
  margin-top: 20px;
}
.hero-slide .hero-box{
    position:relative;
    z-index:3;
}
@keyframes go {
  0%{
    transform: translateX(-80px);
  }
  100%{
    transform: translateX(100%);
  }
}

/* ------hero-section-end------- */

/* ---about-section-start--- */

.about-section .as-content .as-box{
  padding: 20px;
  border: 6px double #3274be;
  text-align: center;
  background-color: #eee;
}
.as-content .as-box h4{
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.as-content .as-box .as-img img{
  width: 60px;
}
/* ---about-section-start--- */

/* ---process-section-start--- */
.pro-head{
  text-align: center;
  margin-bottom: 40px;
}
.pro-box{
  padding:40px 30px;
  text-align: center;
  background-color: #3274be;
  transition: .5s;
  position: relative;
  height: 100%;
}
.pro-box:hover{
  background-color: #1d2c47;
}

.pro-box .icon{
  text-align: center;
  margin-bottom: 20px;
}
.pro-box img{
  width: 80px;
  z-index: 3;
  position: relative;
}

.pro-box{
  color: #fff;
}
.pro-box1{
  background-color: #fff;
  color: #000;
}

.pro-box1:hover {
  color: #fff;
}
.pro-box p{
  margin-bottom: 0px;
}
.pro-box h5{
  font-weight: 600;
  font-variant: small-caps;
}
.pro-box h4{
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}
.pro-box h3 {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-shadow: none;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 2;
  font-size: 70px;
  font-family: sans-serif;
  letter-spacing: 6px;
  font-weight: 900;
}
.pro-box1 h3{
  -webkit-text-stroke: 1px #3274be;
}
.pro-box1:hover h3{
  -webkit-text-stroke:1px #fff;
}
/* ---process-section-end--- */

/* ------Service-section-end------- */
.service-section{
  background-image: url(../images/shape.png);
  background-color: #F4F4F4;
}
.ser-head {
  text-align: center;
}

.ser-box {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ser-box .ser-img {
  overflow: hidden;
}
.ser-box .ser-img img {
  transition: 0.5s;
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.ser-box .ser-item {
  position: relative;
  z-index: 5;
  padding: 20px;
  border-top: 2px solid #3274be;
  margin: -50px auto 0px;
  width: 95%;
  transition: 1s;
  box-shadow: 0px 20px 40px 0px rgba(184, 182, 182, 0.349);
}
.ser-box:hover .ser-item{
  color: #fff;
}
.ser-box:hover .sec-btn{
  background-color: #fff;
}
.ser-box:hover .sec-btn span{
  color: #3274be;
}
.ser-box .ser-item::after{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 1s;
  content: "";
  background-color: #fff;
  z-index: -2;
  left: 0;
}

.ser-box .ser-item::before{
  height: 0;
  width: 100%;
  transition: .7s;
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #3274be;
  z-index: -1;
  left: 0;
}
.ser-box:hover .ser-item::before{
  height: 100%;
}
.ser-box .ser-item p {
  text-align: justify;
}
.ser-box:hover .ser-img img {
  transform: scale(1.1);
}
.ser-box h4 {
  font-size: 22px;
  font-weight: 600;
}
.ser-box .ser-icon{
  height: 90px;
  width: 90px;
  background-color: #3274be;
  border-radius: 100%;
  position: absolute;
  transition: .5s;
  top: -50px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-box .ser-icon img{
  width: 45px;
}
.ser-box:hover .ser-icon{
  background-color: #1d2c47;
}
/* ---------ser-section-------- */

/* ----choose-section-start--- */

.choose-section{
  background-image: linear-gradient(#3274be65,#3274be65),url(../images/banner.jpg);
  color: #fff;
  background-size: cover;
  text-align: center;
  padding-bottom: 0;
}
.ch-head {
  margin-bottom: -100px;
}
.ch-box{
  padding: 20px 10px;
  margin: 10px;
  border: 1px solid #fff;
  transition: .5s;
}
.ch-box:hover{
  background-color: #3274be;
}
.ch-box p{
  margin-bottom: 0;
}
.ch-box h4{
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.ch-box .ch-img{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.choose-section .ch-item {
  margin-right: -133px;
  margin-bottom: -147px;
  margin-left: -85px;
}
.choose-section .ch-item {
  margin-right: -100px;
  margin-bottom: -100px;
}
/* ----choose-section-end--- */

/* ---quote-section-start---- */

.quote-section .quote{
  border-radius: 10px;
  position: relative;
  background-color: #f4f4f4;
  background-image: url(../images/quote1.png);
  z-index: 3;
  background-position: center;
  height:100%;
  border: 1px solid #eee;
  box-shadow: 0px 10px 20px 0px #00000029;
  padding-bottom: 0;
}
.quote-section .quote .quote-form {
  padding: 30px 50px;
  z-index: 3;
  position: relative;
}
.quote .quote-form input{
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #bebaba;
  border-radius: 5px;
  outline: none;
}
.quote .quote-form label{
  margin-top: 10px;
}
.quote-section .quote .quote-img img{
  width: 100%;
}
.quote .quote-form .sec-btn{
  border: none;
  margin-top: 20px;
  width: 100%;
  padding: 15px 20px;
}
.quote-section .quote-img{
  margin-left: -230px;
  z-index: 1;
}
/* ---quote-section-end---- */

/* ---testimonial-section-start--- */

.testimonial-section {
  position: relative;
  padding-bottom: 80px;
}
.testimonial-section::after{
  position: absolute;
  top: 0;
  width: 40%;
  background-size: cover;
  height: 100%;
  background-image: url(../images/testimonial.jpg);
  background-position: center;
  content: "";
  z-index: -1;
  left: 0;
}
.testimonial-section::before{
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  background-image:linear-gradient(#ffffffce,#ffffffce),url(../images/shape2.png);
  content: "";
  z-index: -1;
  right: 0;
}
.testimonial-section .testimonial{
  margin-left: -50px;
}
.testimonial-section .tes-box{
  padding: 40px 30px;
  margin: 10px;
  background-color: #fff;
  box-shadow: 0px 20px 40px 0px #3274be0f;
}
.testimonial-section .tes-box q{
  font-size: 17px;
  margin: 10px 0px;
  display: inline-block;
}
.tes-box .ratting i{
  color: rgb(240, 124, 30);
  letter-spacing: 1px;
}
.tes-box .info{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.tes-box .info .tes-img img{
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.tes-box .info .text{
  flex: 1;
  margin-left: 15px;
}
.tes-box .info .text h5{
  margin-bottom: 0;
}
/* ---testimonial-section-end--- */

/* -------footer-section-start------ */

.footer-section {
  color: #fff;
  padding-top: 50px;
  background-image: linear-gradient(#2b2c41, #2b2c41);
}

.social ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0px;
  list-style: none;
}

.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 #3274be;
  border-radius: 100%;
  background-color: #3274be;
}
.f-box .social li a:hover {
  background-color: transparent;
  color: #3274be;
}
.f-box .f-text p {
  margin: 5px;
}
.f-box img {
  height: 75px;
}
.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: #3274be;
  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: #3274be;
}
.f-box > ul li a i {
  margin-right: 10px;
  height: 45px;
  width: 45px;
  background-color: #3274be;
  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 {
  color: #3274be;
  background-color: #fff;
}
.footer-section .map {
  height: 100%;
  border-radius: 10px;
}
.footer-section .map iframe {
  border-radius: 10px;
}
.copy-right p {
  margin-bottom: 0;
  margin-top: 20px;
  padding: 10px 0px;
  background-color: #3274be;
  text-align: center;
}
.copy-right p a {
  color: #2b2c41;
}

/* -----footer-section-end------- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 100px 0px;
  background-image: linear-gradient(#000000b3, #000000b3), url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.banner-section .banner-title h2 {
  font-size: 50px;
  font-weight: 600;
}

.banner-title ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title ul li a {
  padding: 8px;
  color: #fff;
  font-weight: 600;
}

.banner-title ul li:nth-child(1) a {
  color: #3274be;
}

/* ---Banner-Section-End--- */


/* ---mission-section-start---- */

.ms-box{
  padding: 25px;
  text-align: center;
  background-color: #eee;
  transition: .5s;
  height: 100%;
}
.ms-box:hover{
  color: #fff;
  background-color: #3274be;
}
.ms-box p{
  margin-bottom: 0;
}
.ms-box h4{
  font-weight: 600;
  margin-top: 20px
}

/* ---mission-section-end---- */

/* ----Network-Section-Start--- */

.ns-head{
  text-align: center;
}
.ns-box{
  padding: 20px;
  text-align: center;
  background-color: #eee;
  height: 100%;
  transition: .5s;
}
.ns-box:hover{
  background-color: #3274be;
  color: #fff;
}
.ns-box:hover a{
  color: #fff;
}
.ns-box h4{
  margin-top: 20px;
}

/* ----Network-section-end--- */

/* ---Contact-Section-Start---- */
.contact-section .map{
  height: 100%;
}
.contact-section .cont-box {
  padding:20px;
  text-align: center;
  background-color: #3274be;
  transition: .5s;
  margin-top: 0px;
  height: 100%;
}
.contact-section .cont-box h4{
  margin-top: 10px;
  margin-bottom: 0px;
}
.contact-section .cont-box:hover{
  background-color: #1d2c47;
}
.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;
}

.quote h2 {
  font-size: 30px;
}
.as-text p{
  margin-top: 10px;
  margin-bottom: 0;
}

.quote .f-group input{
  margin: 5px 0px;
}
.quote .f-group button{
  margin-top: 5px;
  border: none;
}

.quote {
  padding: 20px;
  border-radius: 10px;
  background-color: #eee;
}

.quote h2 {
  font-size: 40px;
  color: #10A19D;
}

.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  border-radius: 5px;
  margin: 10px 0px;
  padding: 10px 20px;
  background-color: transparent;
  outline: none;
  border: 2px solid #10A19D;
}
/* ---Contact-Section-Start---- */


/* ---------Details-Section-Start---------- */

.dsl .dsl-list {
  margin-bottom: 30px;
}
.dsl-list h4{
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.dsl-list h4::after{
  position:absolute ;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #3274be;
  content: "";
}
.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  margin: 15px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #f1530a1f;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 10px;
  font-size: 18px;
  align-items: center;
  position: relative;
  padding: 8px 10px;
  justify-content: space-between;
}
.dsl-list ul li a::after{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 0px;
  height: 100%;
  background-color: #3274be;
  content: "";
  transition: .4s;
}
.dsl-list ul li a:hover:after{
  width: 100%;
}
.dsl-list ul li a.active::after{
  width: 100%;
}
.dsl-list ul li a span{
  position: relative;
  z-index: 3;
}
.dsl-list ul li a i{
  height: 50px;
  width: 60px;
  background-color: #3274be;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #1d2c47;
}
.dsl-list ul li a:hover i{
  background-color: #1d2c47;
  color: #fff;
}
.dsl{
  margin-top: 40px;
}
.dsl-list ul li a:hover,
.dsl-list ul li .active {
  color: #fff;
}
.dsl-list ul li .active i{
  background-color: #1d2c47;
  color: #fff;
}

.dsr h3{
  margin: 15px 0px;
  font-weight: 600;
}
.dsr .dsr-img {
  margin: 20px 0px;
}

.dsr .dsr-img img {
  max-height: 380px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.dsr .drs-img{
  margin-bottom: 20px;
}
.dsr .drs-img img{
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.dsr ul{
  list-style: none;
  padding: 0;
}
.dsr ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.dsr ul li i{
  height: 30px;
  width: 30px;
  background-color: #3274be;
  color: #1d2c47;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.dsr ul li span{
  flex: 1;
}
.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.449), rgba(0, 0, 0, 0.483)),url(../images/call.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
}
.dls-box a {
  color: #fff;
}
/* ---------Details-Section-end------------ */

@media screen and (max-width:1024px) {
  .choose-section{
    overflow: hidden;
  }
  .ch-head {
    margin-bottom: 0px;
}
.hero-section .hero-slide{
    padding:60px 0px;
}
.ser-box .ser-icon{
    height:70px;
    width:70px;
}
.ser-box .ser-icon img{
    width:30px;
}
.hero-text h2 {
    font-size: 35px;
    line-height: 43px;
}
.banner-section{
  padding: 60px 0px;
}
.banner-section .banner-title h2 {
  font-size: 35px;
}
.choose-section .ch-item {
  margin-right: 0px;
  margin-bottom: 0px;
}
.ch-box p {
  font-size: 15px;
}
.p-100 {
  padding: 60px 0px;
}
.testimonial-section .tes-box,.pro-box{
  padding: 20px;
}
.f-box .f-text p {
  margin: 5px 0px;
  font-size: 14px;
}
.f-box > ul li a span {
  font-size: 14px;
}
.ser-box h4 {
  font-size: 20px;
}
.pro-box h3{
  font-size: 45px;
}
.pro-box img {
  width: 50px;
}
.as-content .as-box h4{
  font-size: 16px;
}
.about-section .as-content .as-box{
  padding: 10px;
}
h2 {
  font-size: 29px;
}
.as-content p{
  margin-bottom: 8px;
}
.hero-section .hero-box h2 {
  font-size: 35px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 10px;
  font-size: 15px;
}
.menu .navbar-nav {
  justify-content: center;
}
.top-right a {
  font-size: 15px;
}
.ns-box h4 {
  font-size: 20px;
}
.ns-box address{
  margin-bottom: 0;
}
.m-100{
  margin-bottom: 60px;
}
.dsl {
  margin-top: 20px;
}
}

@media screen and (max-width:992px) {
  .top-left,header .book{
    display: none;
  }
  .top-bar::after {
    height: 100%;
    width: 100%;
    clip-path: none;
}
.menu .navbar-brand {
  display: block;
}
.menu img {
  width: 100px;
}
.menu {
  background-color: #fff;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px;
}
.menu .navbar-nav,.top-right {
  margin-left: 0px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: -2px;
  top:40%;
  background-color: #fff;
}
.menu .navbar-nav{
  display: block;
}
.menu .navbar-expand-lg .navbar-nav .nav-link{
  color: #1d2c47;
  display: inline-block;
}
.menu .navbar-toggler {
  border: 3px double #3274be;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  color: #1d2c47;
  justify-content: center;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.top-bar::after{
    background-color:#1d2c47;
}
.menu .navbar-brand{
  padding: 0;
}
.top-right a{
    color:#fff;
}
}

@media screen and (max-width:768px) {
  .hero-slide{
    padding: 60px 0px;
    color:#fff;
  }
.hero-slide .hero-img img{
    width:200px;
    position:relative;
    z-index:33;
}
  .as-content,.quote{
    margin-top: 30px !important;
  }
  .hero-section .hero-slide::after{
      width:100%;
   background-image:linear-gradient(#00000096, #00000096),url(../images/hero1.jpg);   
  }
  .hero-section .hero-slide2::after{
   background-image:linear-gradient(#00000096, #00000096),url(../images/hero2.jpg);   
  }
  .testimonial-section .testimonial {
    margin-left: 0px;
}
  .p-100{
    padding: 40px 0px;
  }

  .process-section .g-0:nth-child(3) .pro-box{
    background-color: #fff;
    color: #1d2c47;
  }
  .process-section .g-0:nth-child(3) .pro-box h3{
    -webkit-text-stroke:1px #3274be;
  }
  .ser-box .ser-item p {
    font-size: 15px;
}
.ser-box .ser-icon{
  height: 80px;
  width: 80px;
}
.choose-section .ch-item,.quote-section .quote-img{
  display: none;
}
.quote-section .quote .quote-form{
  padding: 0;
}
.quote h2 {
  font-size: 25px;
}
.quote .quote-form .sec-btn{
  margin-bottom: 20px;
}
.tes-head{
  text-align: center;
}
.testimonial-section {
  padding-bottom: 40px;
}
.testimonial-section::after {
  width: 100%;
  background-image:linear-gradient(#0000009c,#0000009c),url(../images/testimonial.jpg);
}
.tes-head {
  color: #fff;
}
}

@media screen and (max-width:580px) {
  .top-right{
    flex-wrap: wrap;
  }
  .hero-section .hero-box h2 {
    font-size: 25px;
}
.hero-text h2 {
    font-size: 22px;
    line-height: 30px;
    margin:8px 0px;
}
.f-box img {
    height: 100px;
}
.under{
    font-size:15px;
}
.hero-slide {
  padding: 40px 0px;
}
h2 {
  font-size: 24px;
}
.about-section .as-content .as-box{
  margin-top: 16px;
  padding: 20px;
}
.process-section .g-0:nth-child(3) .pro-box {
  background-color: #3274be;
  color: #fff;
}
.process-section .g-0:nth-child(4) .pro-box {
  background-color: #fff;
  color: #1d2c47;
}
.process-section .g-0:nth-child(3) .pro-box h3 {
  -webkit-text-stroke: 1px #fff;
}
.process-section .g-0:nth-child(4) .pro-box h3 {
  -webkit-text-stroke: 1px #3274be;
}
.testimonial-section .testimonial {
  margin-left: 0px;
}

.f-box > ul li a span,.f-box .f-text p,.testimonial-section .tes-box q{
  font-size: 16px;
}
.f-box{
  margin-bottom: 20px;
}
.banner-section {
  padding: 40px 0px;
}
.banner-section .banner-title h2 {
  font-size: 25px;
}
.m-100{
  margin-bottom: 40px;
}
.dls-box{
  margin: 0;
}
.testimonial-section {
  padding: 20px 0px;
}
.hero-text{
    font-size:15px;
}
}

/*===Error-SEction====*/

.error-section{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100vh;
    background-color:#f1f5f9;
    text-align:center;
}
.error-section .error-img{
    width:70%;
    position:relative;
    margin:auto;
}
.error-section .error-img::after{
    position:absolute;
    bottom:0;
    right:0;
    height:22%;
    width:60%;
    background-color:#f1f5f9;
    content:"";
}
.error-section .error{
    margin-top:-70px;
    position:relative;
    z-index:44;
}
.error-section .error .sec-btn{
    margin-top:20px;
}
.error-section .error h2{
    margin-bottom:0px;
}
/*===Error-SEction====*/

/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}
.thank .icon img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#ffb700;
  color:#fff;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

/* ---foot-list--- */
.foot-list{
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 999;
  background-color: #fd5523;
}
.foot-list ul{
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0px;
  list-style: none;
}


.foot-list ul li:last-child a{
  border: none;
}
.foot-list ul li a{
  display: flex;
  align-items: center;
  text-align: center;
  background: #3274be;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
}
.foot-list ul li a span{
  display: inline-block;
}
/* ---foot-list--- */

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.error-section .error-img {
    width: 100%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
.what{
    display:none;
}
.menu img {
    width: 75px;
}
  .error-section .error {
    margin-top: -40px;
}
.quote .quote-form label{
    margin-top:0;
}
.foot-list{
  display: block;
}
.quote h2{
    margin-top:0px;
}
.quote .f-group input, .quote .f-group textarea, .quote .f-group select {
    margin: 5px 0px;
    padding: 5px 20px;
}
.foot-list ul li{
    flex:1;
}
.banner-title ul li a{
    font-size:16px;
}
.foot-list ul li i{
    font-size:18px;
    padding-bottom:5px;
}
.foot-list ul li:nth-child(2) a{
    background-color:#29e126;
}
.foot-list ul li .fa-whatsapp{
    font-size:22px;
}
}

/*---thank-Section-end----*/