html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Playfair Display', serif;
}


body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4{
  font-family: 'Oleo Script Swash Caps', cursive;
}
h2{
  font-size: 45px;
  font-weight: 500;
  margin: 10px 0px;
}
.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9999;
}
.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.217);
  background: #0ea959;
}

.what a:last-child {
  font-size: 20px;
}
.m-100{
  margin-bottom: 80px;
}
.sec-btn{
  padding: 10px 20px;
  background-color: #d72727;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
}
.sec-btn:hover{
  background-color: #1d4c82;
  color: #fff;
}
.under{
  color: #e02624;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

/* ------header-section-start---- */

.top-bar {
  position: relative;
  padding: 10px 0px 60px;
  overflow: hidden;
}
.top-bar::after {
  height: 100%;
  width: 100%;
  background-color: #1d4c82;
  position: absolute;
  top: 0;
  right: -454px;
  content: "";
  z-index: -1;
  transform: skew(-38deg);
}
 .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}
.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;
}
.top-box{
  display: flex;
  align-items: center;
}
.top-box a{
  color: #fff;
}
.top-box .email{
  margin-right: 10px;
}
.top-box i{
  padding-right: 10px;
  color: #fff;
}
.top-logo img{
    width:230px;
}

.menu .navbar{
  background-color: #d72727;
  position: relative;
  margin-top: -50px;
  border-radius: 10px;
  padding: 15px 0px;
  z-index: 55;
}
.menu .book{
  padding:10px 20px;
  background-color: #1d4c82;
  border-radius: 5px;
}
.menu .book a{
  color: #fff;
}
.menu .navbar-nav .nav-link{
  padding: 0px 20px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.menu .navbar-nav .nav-link.active,.menu .navbar-nav .nav-link:hover{
  color: #1d4c82;
}
.menu .navbar-nav .dropdown .dropdown-menu{
  width: 250px;
}
.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu{
  display: block;
}

.menu .navbar-brand{
  display: none;
}

header .new{
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.196);
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
  width: 100%;
}

.new .navbar-brand{
  display: block;
}
.new .navbar{
  margin-top: 0px;
  background-color: transparent;
}

/* ----header-section-end----- */


/* --------Slider-section-start------- */
.slideWiz {
  margin-top: -35px;
}
.detail-box {
  width: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  bottom: -25% !important;
  background: none;
  text-align: center;
  background: -moz-linear-gradient(top,transparent);
  background: -webkit-gradient(linear, transparent);
  background: -webkit-linear-gradient(right, transparent);
  background: -o-linear-gradient(right, transparent);
  background: -ms-linear-gradient(right, transparent);
  background: linear-gradient(to left, transparent);
}
.hero-content{
  padding: 100px 0px;
  background-image: url(../images/hero1.png);
  background-size: cover;
  background-position: center;
}
.detail-title {
  color: #fff;
  font-family: 'Oleo Script Swash Caps', cursive;
  font-size: 70px;
  font-weight: 500;
  text-align: center;
}

.box3D{
  position: relative;
}
.box3D::after{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.421),rgba(0, 0, 0, 0.442)) !important;
  height: 100%;
  width: 100%;
  z-index: 8;
}

.detail-desc {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}

.slideWiz .sec-btn{
  text-align: center;
  display: flex;
  float: none;
  align-items: center;
  margin:40px auto;
  justify-content: center;
}

.main-image-box img{
  width: 100%;
  object-fit: cover;
}
/* -----Slider-section=end====== */
/* ---------feature-section-start---------- */

.feature-section{
  position: relative;
  padding: 60px 0px;
  z-index: 9;
}
.fea-box{
  background-color: #fff;
  position: relative;
  padding:20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  height: 100%;
}
.fea-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#d7272767,#d7272767),url(../images/hero1.jpg);
  background-size: cover;
  content: '';
  z-index: 0;
  transform: scale(0,1);
  transition: .4s;
  background-position: center;
}
.fea-box:hover::after{
  transform: scale(1);
}
.fea-box:hover h4,.fea-box:hover p{
  color: #fff;
}
.fea-box .icon{
  margin:20px auto;
  position: relative;
  z-index: 6;
}
.fea-box .icon img{
  width: 60px;
}
.fea-box p{
  position: relative;
  z-index: 5;
}
.fea-box h4{
  z-index: 6;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.fea-item{
  position: absolute;
  bottom: 20px;
  z-index: 6;
  right: 20px;
}
.fea-item img{
  width: 50px;
  filter: brightness(.6);
}
/* ---------feature-section-end------------ */

/* -----about-section-end----- */

.asitem {
  position: relative;
  overflow: hidden;
}

.asitem .asimage {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}

.asitem .astext {
  align-items: center;
  position: absolute;
  top: 40%;
  text-align: center;
  left: 30%;
  height: 149px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.176);
  border-radius: 10px;
}

.asitem .astext h2 {
  font-size: 50px;
  color: #d72727;
  line-height: 35px;
  font-weight: 600;
}

.asitem .astext h2 span {
  font-size: 20px;
  font-weight: 400;
  color: #0c1529;
}

.asitem .asimg {
  width: 90%;
  margin: 30px 10px;
  height: 100%;
  border-radius: 10px;
}

.asitem img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* -------service-section-start---------- */

.service-section{
  padding: 80px 0px;
}

.ser-head{
  text-align: center;
  margin-bottom: 20px;
}

.ser-box{
  background-color: #fff;
  padding:50px 20px;
  text-align: center;
  transition: .5s;
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.185);
  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 #ef7f1b ;
  border-right:2px solid #ef7f1b ;
}
.ser-box::before{
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  border-top:2px solid #ef7f1b ;
  border-bottom:2px solid #ef7f1b ;
  transition: 1s;
  transform: scale(0,1);
}
.ser-box:hover:before,.ser-box:hover:after{
  transform: scale(1);
}
.ser-box p{
  position: relative;
  z-index: 3;
}
.ser-box .ser-item{
  position: absolute;
  top: 22%;
  right: 32%;
  transform: translate(-50%,-50%) rotate(45deg);
  height: 80px;
  z-index: 2;
  width: 80px;
  background-color: #e31e25;
  border-radius: 10px;
  outline: 1px solid #e31e25;
  outline-offset: 5px;
}
.ser-box:hover .ser-item{
  background-color: #ef7f1b;
  outline: 1px solid #ef7f1b;
}
.ser-box .icon{
  position: relative;
  z-index: 6;
  margin-bottom: 15px;
}
.ser-box .icon img{
  width: 80px;
  margin: auto;
}
.ser-box h4{
  margin: 15px 0px;
  z-index: 6;
  font-weight: 600;
  position: relative;
}
.ser-box .sec-btn{
  position: relative;
  z-index: 2;
}
/* -------service-section-end--=---------- */

/* ----cta-section-start------ */
.cta-section{
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-top: 80px;
  background: linear-gradient(#e0272467,#e0272467),url(../images/cta-bg.jpg);
  background-position: center;
  background-size: cover;
}
.cta-section .call {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.cta-section h2{
  font-family: 'Playfair Display', serif;
}
.cta-section .call a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  background: #ef7f1b ;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
}

.cta-section .call a::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom 2s infinite;
}

@keyframes zoom {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #fff;
  }

  100% {
    box-shadow: 0px 0px 0px 30px transparent;
  }
}
.cta-item{
  position: relative;
  text-align: left;
  margin-top: -100px;
}
.cta-item::after{
  position: absolute;
  bottom: 0;
  height: 65%;
  left: -100px;
  width: 50%;
  transform: skew(45deg);
  background-color: #1d4c82;
  content: '';
}
.cta-item::before{
  position: absolute;
  bottom: 0;
  height: 55%;
  right: 0px;
  width: 100%;
  background-color: #e31e25;
  content: '';
}
.cta-item .cta-img{
  position: relative;
  z-index: 44;
}
.cta-item .cta-text{
  position: relative;
  z-index: 32;
  margin-bottom: 40px;
}
.cta-img{
  text-align: right;
}
.cta-item .cta-text h4{
  font-size: 30px;
}

/* -----cta-section-end----- */

/* -----------counter-section-start--------- */

.counter-section {
  position: relative;
  margin-top: -45px;
  z-index: 999;
}

.cont-box{
  background-color: #fff;
  padding: 20px;
  text-align: center;
  z-index: 44;
  box-shadow: 0px 10px 20px 0px #ef7e1b25;
  margin-top: 20px;
}

.cont-box h2{
  font-size: 35px;
  color: #e31e25;
  font-weight: 700;
  margin: 10px 0px;
}
.cont-box img{
  width: 50px;
}
.cont-box p{
  margin-bottom: 0;
}
/* -----------counter-section-end----------- */

/* -------testimonial-section-start------- */
.testimonial-section{
  padding: 80px 0px;
}
.tes-head{
  margin-bottom: 30px;
}

.tes-box {
  text-align: center;
  padding: 25px;
  position: relative;
  margin:0px 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.187);
  transition: .5s;
}
.tes-slider .tes-box::before {
  height: 10px;
  width: 10px;
  background-color: #ef7f1b;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  transition: .5s;
  left: 0;
  content: '';
}
.tes-img {
  position: relative;
  margin-bottom: 20px;
}
.tes-img img {
  width: 100px;
  border-radius: 100%;
  height: 100px;
  position: relative;
  margin: auto;
  z-index: 99;
  object-fit: cover;
}

.tes-head .under{
  color: #e31e25;
}
.tes-box .text {
  position: relative;
  z-index: 9;
}
.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.tes-slider .slick-dots button {
  font-size: 0;
  height: 10px;
  width: 10px;
  background-color: #1d4c82;
  border: none;
  border-radius: 100%;
  margin: 10px 4px;
}
.tes-slider .slick-dots .slick-active button {
  background-color: #d72727;
  height: 8px;
  border-radius: 10px;
  width: 40px;
}

.tes-slider .tes-box:hover::after, .tes-slider .tes-box:hover::before {
  width: 100%;
  border-radius: 0;
  height: 100%;
}
.tes-slider .tes-box:hover .tes-img::after {
  background-color: #e31e25;
  z-index: 9;
}
.tes-slider .tes-box::after {
  height: 10px;
  transition: .5s;
  width: 10px;
  background-color: #ef7f1b;
  position: absolute;
  border-radius: 20px;
  top: 0;
  right: 0;
  content: '';
}
.tes-box:hover{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.212);
}
.quote{
  padding: 20px;
  background-color: #1d4c82;
}
.quote .f-group input,.quote .f-group textarea,.quote .f-group select{
  width: 100%;
  margin: 10px 0px;
  padding: 13px 20px;
  outline: none;
  border: none;
}
.quote .f-group button{
  border: none;
}
/* ------testimonial-section-start------- */


/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image: linear-gradient(#1d4c82b0, #d72727c9), url(../images/hero2.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #1d4c82;
}


.footer-box .social li a:hover {
  color: #1d4c82;
  background-color: #fff;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #d72727;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #d72727;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #1d4c82;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #1d4c82;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #1d4c82;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #1d4c82;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* ----banner-section-start----- */

.banner-section{
  margin-top: -35px;
  padding: 140px 0px 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.447),rgba(0, 0, 0, 0.534)),url(../images/banner.jpg);
  text-align: center;
  background-size: cover;
  background-position: center;
}

.banner-section .banner-title h1{
  font-size: 60px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #fff;
}
.banner-section .banner-title ul{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.banner-section .banner-title ul li a{
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
}

/* ----banner-section-end---- */
.map{
  height: 100%;
}

/* ------contact-section-start------- */

.contact-section{
  padding-bottom: 80px;
}
.contact-box {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.246);
  padding: 20px;
  text-align: center;
  height: 100%;
  position: relative;
}
.contact-box::after {
  height: 10px;
  width: 10px;
  background-color: #005b9f;
  position: absolute;
  transition: .5s;
  bottom: 0;
  right: 0;
  content: '';
}
.contact-box:hover:after {
  width: 100%;
  height: 100%;
}
.contact-box:hover .icon {
  background-color: #fff;
  color: #005b9f;
}
.contact-box .text {
  flex: 1;
  margin-left: 20px;
}
.contact-box:hover a, .contact-box:hover h4 {
  color: #fff;
}
.contact-box a, .contact-box h4 {
  position: relative;
  z-index: 4;
}
.contact-box:hover address {
  color: #fff;
}
.contact-box address {
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.contact-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  position: relative;
  transition: .5s;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005b9f;
  margin: 0px auto 20px;
  box-shadow: 0px 5px 10px 0px #0959002e;
}
.contact-box:hover .icon {
  background-color: #fff;
  color: #005b9f;
}

/* ------contact-section-end------ */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 80px 0px;
}

.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(.9);
}

/* ------gallery-Page-end------- */

/* ------Responsive-Styel----- */

@media screen and (max-width:1024px) {
  .detail-title{
    font-size: 55px;
  }
  .slideWiz{
    height: 576px !important;
  }
  h2 {
    font-size: 32px;
}
.service-section,.testimonial-section,.feature-section,.gallery-section{
  padding: 40px 0px;
}
.footer-link2 ul li a{
  word-break: break-all;
}
.top-bar::after{
  right: -310px;
}
.banner-section .banner-title h1{
  font-size: 45px;
}
.banner-section{
  padding: 80px 0px 60px;
  margin-top: -24px;
}
}

@media screen and (max-width:992px) {
  .menu .navbar-brand{
    display: block;
  }
  .menu .navbar-light .navbar-toggler{
    border: 4px double #1d4c82;
  }
  .menu{
    background-color: #e02624;
    z-index: 999;
    position: relative;
  }
.navbar-brand::after {
    position: absolute;
    top: 0;
    left: -64px;
    content: "";
    height: 100%;
    width: 277px;
    background: #fff;
    transform: skew(-26deg);
}
  .menu .navbar-nav .nav-link{
    padding: 5px 0px;
  }
  .menu .navbar-toggler:focus{
    box-shadow: none;
  }
  .menu .book{
    display: inline-block;
    margin-bottom: 20px;
  }
  .menu .navbar-brand{
      position:relative;
  }
  .menu .navbar-brand img{
    width: 200px;
    position:relative;
    z-index:55;
  }
  .menu .navbar{
    margin-top: 0px;
    background-color: transparent;
    padding: 0px;
  }
  .top-bar{
    display: none;
  }
  .slideWiz{
    margin-top: 0px;
  }
}

@media screen and (max-width:768px) {
  .detail-title{
    font-size: 35px;
  }
  .menu .container{
      padding:0px;
  }
  .slideWiz{
    height: 446px !important;
  }
  .map{
    height: 350px;
    margin-top: 30px;
  }
  .detail-desc{
    font-size: 16px;
  }
  .m-100{
    margin-bottom: 40px;
  }
  .testimonial{
    margin-top: 30px;
  }
  .cta-item{
    display: none;
  }
  .cta-section{
    padding-bottom: 60px;
  }
  .footer-box{
    margin-top: 20px;
  }
}

@media screen and (max-width:580px) {
  .detail-box{
    width: 100%;
  }
  .asitem .asimg,.half-circle-prev,.half-circle-next,.asitem .astext{
    display: none;
  }
  .menu .navbar-brand::after{
      width:228px;
  }
  .menu .navbar-brand img{
      width:150px;
  }
  .asitem .as-img{
    display: block;
    width: 100%;
    margin: 0px;
  }
  .asitem .as-img img{
    width: 100%;
  }
  .detail-title {
    font-size: 28px;
}
.asitem .mt-4{
  margin-top: 0px !important;
}
.asitem .asimage{
  display: none;
}
  .banner-section .banner-title h1 {
    font-size: 32px;
}
  h2 {
    font-size: 26px;
}
.cta-section .call a{
  width: 60px;
  height: 60px;
  font-size: 20px;
}
}

@media screen and (max-width:400px) {
  .detail-box {
    width: 100%;
} 
.detail-title{
  font-size: 25px;
}
}