@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "DM Sans", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 100px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
}

.sec-btn {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
  margin-top: 10px;
  background: #8c2520;
  text-transform: uppercase;
}

.sec-btn:hover {
  box-shadow: 0px 10px 10px 0px #ff726856;
}

.sec-btn::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .2s;
  border-radius: 10px;
  content: '';
  background: #050a30;
  transform: scale(0, .2);
}

.sec-btn:hover::after {
  opacity: 1;
  transform: scale(1);
}

.sec-btn span {
  z-index: 8;
  position: relative;
  color: #ffffff;
  font-weight: 500;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9999;
}

.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 #050a3069;
  background: #21f641;
}

.what a:last-child {
  font-size: 20px;
  background-color: #050a30;
}
.under {
  text-transform: uppercase;
  color: #8c2520;
  font-family: 'Patua One', cursive;
  font-weight: 500;
  font-style: italic;
}

/* -----header-section-start----- */
header {
  position: relative;
  overflow: hidden;
}

header::after {
  position: absolute;
  top: 0;
  transform: skew(-29deg);
  right: -377px;
  background-color: #050a30;
  height: 60px;
  width: 100%;
  content: '';
}

header::before {
  position: absolute;
  top: 0;
  transform: skew(-29deg);
  left: 23.5%;
  background-color: #050a30;
  height: 100%;
  width: 3px;
  content: '';
}

.top-bar {
  z-index: 99;
  padding: 10px;
  margin-left: 70px;
  position: relative;
}

.top-bar .email {
  position: relative;
  padding: 0px 20px;
}

.top-bar .email::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  top: 0;
  content: '';
}

.top-right {
  display: flex;
  align-items: center;
}

.top-right a,
.top-right i {
  color: #fff;
}

.top-right .phone {
  margin-right: 15px;
}

.top-left ul {
  padding: 0;
  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: #8c2520;
}

.top-left ul li a:hover {
  background-color: #fff;
  border-radius: 10px;
  color: #050a30;
}

.menu {
  padding: 10px 0px;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.menu .navbar {
  padding: 0;
}

.menu .navbar-light .navbar-nav .nav-link {
  color: #050a30;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: .5s;
  position: relative;
  z-index: 999;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .active {
  color: #fff !important;
}

.menu .navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  z-index: -1;
  transition: .5s;
  background-color: #8c2520;
  width: 100%;
}

.menu .book ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

.menu .navbar-nav .nav-link:hover:before,
.menu .navbar-nav .active::before {
  height: 100%;
}

.menu .nav-item {
  margin: 0px 7px;
}

.menu .navbar-brand {
  display: none;
}

/* -----hero-section-start---- */

.hero-section .hero-slide{
  padding: 140px 0px;
  background-image: url(../images/hero1.jpg);
  background-size: cover;
  color: #fff;
}
.hero-section .hero-slide:nth-child(2){
  background-image:linear-gradient(#0000009c,#0000009c),url(../images/hero2.png);
}
.hero-slide h2{
  font-size: 48px;
  font-weight: 700;
  margin: 10px 0px;
}
.hero-section .hero-slide p{
  font-size: 18px;
}
/* -----hero-section-end---- */
.quote-section1{
  display: none;
}
/* -----about-section-start----- */

.about-section{
  padding: 80px 0px;
}
.as-content .as-box{
  padding:10px 20px;
  height: 100%;
  background-color: #eae2e2;
  border-radius: 8px;
}
.about-section .as-content h4{
  font-size: 22px;
  font-weight: 700;
  color: #050a30;
}
.as-item .as-box img{
  width: 50px;
}
.as-img .as-img1{
  margin-bottom: 20px;
}
.as-img .as-img2{
  margin-top: 35px;
}
/* -----about-section-end----- */


/* ------counter-section-start------- */

.counter-section {
  background-color: #050a30;
  background-image: url(../images/counter-bg.png);
  background-size: cover;
  background-position: center;
  padding: 40px 0px;
  text-align: center;
  color: #fff;
}
.counter-section .count-box {
  border-right: 1px solid #fff;
}
.counter-section .count-box h2 {
  font-size: 45px;
  font-weight: 500;
  margin-top: 10px;
}
.counter-section .col-lg-3:nth-child(4) .count-box{
  border: none;
}
.counter-section .count-box h2::after {
  content: '+';
}

#counter .counter-shape img {
  height: 100%;
}
.counter-section .count-box p{
  margin-bottom: 0;
  text-transform: uppercase;
}
/* -------counter-section-end---------- */

/* -------service-section-start---------- */

.service-section{
  padding: 80px 0px;
}

.ser-head{
  text-align: center;
  margin-bottom: 20px;
}

.ser-box{
  background-color: #fff;
  padding:20px;
  text-align: center;
  transition: .5s;
  box-shadow: 0px 10px 20px 0px #050a3025;
  height: 100%;
  z-index: 8;
  overflow: hidden;
  position: relative;
}
.ser-box::after{
  content: '';
  top: 10px;
  left: 10px;
  transition: 1s;
  transform: scale(1,0);
  right: 10px;
  bottom: 10px;
  position: absolute;
  border-left:2px solid #8c2520 ;
  border-right:2px solid #8c2520 ;
}
.ser-box::before{
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  border-top:2px solid #8c2520 ;
  border-bottom:2px solid #8c2520 ;
  transition: 1s;
  transform: scale(0,1);
}
.service-section .ser-box .ss-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-section .ser-box .ss-btn .sec-btn{
  margin-right: 20px;
}
.ser-box:hover:before,.ser-box:hover:after{
  transform: scale(1);
}
.ser-box p{
  position: relative;
  z-index: 3;
}

.ser-box .icon{
  position: relative;
  z-index: 6;
  margin-bottom: 15px;
}
.ser-box .icon img{
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}
.ser-box h4{
  margin: 15px 0px;
  z-index: 6;
  font-weight: 700;
  position: relative;
}

/* -------service-section-end--=---------- */

/* -----abroad-section-start----- */

.abroad-section{
  text-align: center;
}
.ab-box{
  border: 1px solid #8c2520;
  position: relative;
}
.ab-box .ab-img{
  padding: 10px;
  overflow: hidden;
}
.ab-box .ab-img img{
  height: 270px;
  transition: .6s;
  width: 100%;
  object-fit: cover;
}
.ab-box:hover .ab-img img{
  transform: scale(1.2) rotate(2deg);
}
.abroad-section .ab-box h4{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #050a30;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 0px;
}
/* -----abroad-section-End----- */

/* ----quote-section-start----- */

.quote-form{
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.185);
}
.quote-form h3{
  color: #fff;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.quote-form input,.quote-form textarea,.quote-form select{
  width: 100%;
  border-radius: 5px;
  padding: 15px 20px;
  line-height: normal;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0px;
  background-color: transparent;
}
.quote-form input::placeholder,.quote-form textarea::placeholder{
  color: #fff;
}
.quote-section .quote-form button{
  border: none;
  outline: none;
}
.quote-section{
  padding: 60px 0px;
  margin: 80px 0px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(#000000e2,#000000e8),url(../images/hero1.jpg);
}

.quote-section .quote-form{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.243),0px -10px -20px 0px rgba(0, 0, 0, 0.243);
}
.quote-section .quote-img img{
  width: 70%;
}
/* ------quote-section-End------- */

/* ----testimonial-section-start----- */

.testimonial-section .tes-slide{
padding: 20px;
display: flex;
margin: 15px;
border: 4px double #8c2520;
}
.testimonial-section .tes-slide .tes-img{
  margin-right: 20px;
  height: 100%;
  border: 1px solid #050a30;
}
.testimonial-section .tes-slide img{
 height: 100%;
 width: 130px;
}
.testimonial-section .tes-slide .text{
  flex: 1;
}
.tes-slide p{
  margin-bottom: 0px;
}
.testimonial-section .tes-head{
  text-align: center;
  margin-bottom: 20px;
}
.tes-slide .ratting {
  color: rgb(253, 168, 10);
}
/* ----testimonial-section-end----- */


/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-size: cover;
  background-image:linear-gradient(#000000e5,#000000e5),url(../images/ser2.png);
  color: #fff;
  background-position: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 250px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}
.footer-box  li a{
  color: #fff;
}
.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  background-color: #8c2520;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a:hover {
  background-color: #fff;
  border-radius: 100%;
  color: #050a30;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #8c2520;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #8c2520;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  display: flex;
  align-items: center;
  transition: .5s;
}
.footer-box ul li a:hover{
  color: #8c2520;
}
.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
}
.footer-link2 ul li p{
  margin-bottom: 0;
}
.footer-link2 ul li a:hover {
  color: #fff;
}
.footer-link ul li a i{
  transition: .5s;
  font-size: 14px;
  display: inline-block;
  transform: scale(0);
  margin-left: -15px;
}
.footer-link ul li a:hover i{
  transform: scale(1);
  padding-right: 5px;
  margin-left: 0;
}
.footer-link2 ul li i {
  color: #fff;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  background-color: #8c2520;
}
.footer-link2 ul li i:hover{
  background-color: #fff;
  border-radius: 100%;
  color: #050a30;
}
.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #8c2520;
  margin-top: 50px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* -----Gallery-Page-start----- */

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.05);
}

/* ------gallery-Page-end------- */

/*===network-section-start===*/
.network-section{
    padding:60px 0px;
}
.network-section h2{
    color:#050a30;
}
.network-section h5{
    font-weight:700;
    font-size:22px;
     color:#8c2520;
}
.network-section ul{
    padding:0px;
    list-style:none;
    margin:0;
}
/*===network-section-end===*/

@media screen and (max-width:1200px) {
  .top-bar {
    margin-left: 50px;
}
header::after {
  right: -23%;
}
header::before{
  left: 21.5%;
}
.menu .navbar-light .navbar-nav .nav-link{
  text-transform: capitalize;
  font-size: 14px;
  padding: 8px 10px;
}
.hero-slide h2 {
  font-size: 50px;
  line-height: 60px;
}
.hero-section .hero-slide{
  padding: 100px 0px;
}
}
@media screen and (max-width:1024px) {
  .about-section,.service-section,.quote-section {
    padding: 40px 0px;
}
h2 {
  font-size: 33px;
}
.top-bar .email{
  padding: 0px 10px;
}
.top-right .phone {
    margin-right: 5px;
}
.top-right a, .top-right i {
    color: #fff;
    font-size: 15px;
}
.as-content p{
  font-size: 14px;
}
.hero-section .hero-slide{
  background-image: linear-gradient(#000000cf,#000000cf),url(../images/hero1.jpg);
}
.hero-slide h2 {
    font-size: 41px;
    line-height: 51px;
}
.quote-section{
  margin: 40px 0px;
}
.testimonial-section .tes-slide{
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.testimonial-section .tes-slide .tes-img{
  margin:10px auto;
}
.ser-box h4{
  font-size: 22px;
}
.quote-section .quote-img img {
    width: 100%;
}
.testimonial-section .tes-slide img{
  height: 130px;
  object-fit: cover;
}
}

@media screen and (max-width:992px) {
  header::before,.logo{
    display: none;
  }
 
  .menu .navbar-brand{
    display: block;
  }
  .top-bar{
    margin-left: 0px;
  }
  .menu{
    padding: 0px;
  }
  .menu .navbar-brand img{
    width: 130px;
  }
  header::after{
    width: 100%;
    right: 0;
    transform: skew(0deg);
  }
  
}

@media screen and (max-width:780px) {
  .menu .container-fluid{
    padding: 0;
  }
  .hero-slide h2 {
    font-size: 40px;
    line-height: 50px;
}
.hero-section .hero-slide{
  padding: 80px 0px;
}
.as-content{
  margin-top: 30px;
}
.counter-section .count-box{
  margin-top: 20px;
  border: none;
}
.quote-img,.top-bar .email{
  display: none;
}
.top-bar{
    background-color:#050a30;
}
.gallery-box a img {
    height: 220px;
}
.counter-section .count-box h2 {
  font-size: 34px;
}
.footer-box{
  margin-top: 20px;
}
}

@media screen and (max-width:580px) {
  header{
    padding: 10px 0px;
    background-color: #eee;
  }
  .top-left,.as-img .as-img1,.as-img .as-img2,.top-bar .email::after,header::after,.quote-section2{
    display: none;
  }
  header::after{
    height: 40px;
  }
  .testimonial-section{
    margin: 40px 0px;
  }
 .menu .navbar-toggler:focus{
  box-shadow: none;
 }
  .hero-slide h2 {
    font-size: 29px;
    line-height: 30px;
}
.top-right a{
    padding-left:15px;
}
h2 {
  font-size: 25px;
}
.menu .navbar-nav{
  margin-top: 20px;
}
.hero-slide{
  text-align: center
}
.hero-slide h2 {
    font-size: 25px;
    line-height: 35px;
}
.quote-section1{
  display: block;
}
}

@media screen and (max-width:430px) {
  .top-bar .email {
    padding: 0px 10px;
  font-size: 14px;
  border: none;
}

.top-right .phone{
  margin: 0;
  font-size: 14px;
}
}

 /*---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:#050a30;
  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----*/