@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: "Readex Pro";
  font-weight: 500;
    color: #111313;
}
ul{
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6{font-family:"Readex Pro"; margin-bottom:0px;}

p{font-family:"Readex Pro"; font-size:18px; font-weight:300; margin-bottom:0px;}
/*
html {
  scroll-behavior: smooth;
}
*/

img {
  max-width: 100%;
  border: none;
}
a {
  text-decoration: none;
  outline: none !important;
  color: #fff;
}
.btn {
  font-size: 18px;
  border:none;
  border-radius:30px;
  padding: 13px 30px 13px 30px;
  transition: 0.5s;
  position: relative;
  outline: none;
  
}


.form-control{
  height:50px;
  transition: 0.5s;
  outline: none;
  border-radius:8px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border:none;
  outline: none;
    background: #fff;
    padding-left: 15px;
    position: relative;
}


.form-control::placeholder{
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.form-control:focus{
  box-shadow: none;
  border-color: #000000;
}

a:hover {
  text-decoration: none;
  color: #1363e8;
}

.top-navbar{
  background: #546A5D;
  display: flex;
  justify-content: right;
  align-items: center;
}

.nav-social li{
  display: inline-block;
  margin: 0px 10px;
}
.nav-social {
  padding: 8px 10px;
  background: #fff;
}
.nav-social li i{
  color: #546A5D;
  font-size: 18px;
  transition: 0.4s;
}
.nav-social li i:hover{
  color: #D37A5A;
}
.nav-mail{
  margin-right: 35px;
}
.nav-mail li{
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 23px;
}
.nav-mail li a{
  color: #fff;
}
.nav-mail li i{
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 5px;
  color: #D37A5A;
}


/*header-start*/
.header_area {
  box-sizing: border-box;
  padding: 15px 0 15px 100px;
  position:relative;
  width: 100%;
  z-index: 5001;
  left: 0;
  background:#fff;
  transition: 0.4s;
}
.fixheader{
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  box-shadow: 1px 1px 7px rgba(165, 165, 165, 0.31);
}
.header_area .logo {
  max-width: 175px;
  width: 100%;
  float: left;
  margin-top: 12px;
}

.header_area .logo img.logoone {
  display: block;
}

.header_area .logo img.logotwo {
  display: none;
}

.header_area .logo img {
  max-height:55px;
}

.header_area .header_right {
  float: left;
  margin-top:0px;
  margin-left: 100px;
}

.header-right-btn{
 display: flex;
 align-items: center;
  height: 100%;
  padding: 20px 50px 20px 20px;
  background-image: url(../images/header-call-back.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.header-right-btn img{
}
.header-right-btn p{
  font-size: 14px;
}
.header-right-btn a{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.menu {
  float: left;
}

.menu ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.menu ul li {
  display: inline-block;
  padding: 0;
  list-style-type: none;
  position: relative;
  vertical-align: middle;
}
.menu-parent-item::after {
  position: absolute;
  right: -9px;
  content: ' ';
  top: 27px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
}
.menu-parent-item::before {
  position: absolute;
  right: -7px;
  content: ' ';
  top: 27px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgb(248 252 255);
  z-index: 1;
}
.header_area.fix .menu-parent-item::after {
  top: 24px;

}
.header_area.fix .menu-parent-item::before {

  top: 24px;
  border-top: 7px solid #fff;
  z-index: 1;
}
.menu ul li a {
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 10px 0px;
  transition: 0.4s;
  border-bottom: 2px solid #fff0;
  position: relative;
}
.menu ul li a .fa-home{
  font-size: 20px;
  position: relative;
  top:2px;
}
.menu ul li:last-child a {
  padding-right: 0;
}
.menu ul li{
  padding: 0px 26px;
}
.menu ul li a span {
display: inline-block;
vertical-align: 0px;
margin-left: 1px;
font-size: 12px;
opacity: 1;
color: #272727;
}
.menu ul li a span i{
  position: relative;
  top:0px;
  color: #272727;
}
.menu ul li.active a {
  color: #272727;

}
.menu ul li.active a::after{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: ' ';
  width: 100%;
  height: 4px;
  bottom: 0;
  background: #D17654;
}


.menu ul li:hover ul li:hover {
  /*background-color: #262262;*/
}

.menu ul li:hover ul li a {
  color: #000;
}

.menu ul li:hover ul li a:hover {
  color: #fff;
  background-color: #D17654;
  ;
}

.menu ul li ul {
  width: 250px;
  /* display: none; */
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  z-index: 9;
  background-color:#fff;
  text-align: left;
  box-shadow: 0px 8px 14px rgb(0 0 0 / 13%);
  padding: 0px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;

}

.menu ul ul li:first-child:before {
  display: none;
}

.menu ul ul li:after {
  display: none;
}

.menu ul li:last-child ul {
  width: 220px;
  /* display: none;*/
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 5px 14px rgb(0 0 0 / 2%);
  text-align: left;
}

.menu ul li ul li a {
  font-size: 14px;
  text-transform: none;
  padding:9px 16px;
  color: #000;
  line-height: 18px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}

.menu ul li ul li a i {
  display: inline-block;
  vertical-align: 0;
  margin-right: 5px;
  font-size: 12px;
  opacity: 0.74;
  color: #fff;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}

.menu ul li ul li ul {
  top: 10px;
  left: 149px;
}

.menu ul li ul li span {
  right: 7px;
  top: 12px;
}

.menu ul li a:hover.menu ul li ul {
  display: block;
}

.menu ul li ul li {
  display: block;
  padding: 0;
  border-bottom: solid 1px rgb(255 255 255 / 7%);
  border-right: none;
}

.menu ul li ul li:last-child {
  border: none;
}

.menuButton {
  width: 40px;
  height: 35px;
  padding: 5px;
  float: right;
  display: none;
}

.menuButton span {
  width: 100%;
  height: 3px;
  background: #ED2831;
  margin-bottom: 6px;
  float: left;
  transition: all 0.3s ease-in-out 0s;
}

.menuButton span:last-child {
  margin-bottom: 0;
}

@media (min-width:991.98px) {
  .menu ul {
      display: block !important;
  }

  /*  .menu ul li > ul {
      display: none!important;
  }*/
  .menu ul li:hover > ul {
      /* display: block!important; */
      opacity: 1;
      top: 100%;
      visibility: visible;
  }
}

@media (max-width:991.98px) {
  .menuButton {
      display: block;
      margin-left: 15px;
      cursor: pointer;
  }

  .menu ul li span {
/*        background: url(../images/menu_arrow.png) center center no-repeat;*/
      cursor: pointer;
      width: 15px;
      height: 15px;
      position: absolute;
      right: 15px;
      top: 20px;
      z-index: 99;
  }

  .menu ul li:hover span {
/*        background: url(../images/menu_arrow_hover.png) center center no-repeat;*/
  }

  .arrow_change span:nth-child(2) {
      display: none;
  }

  .arrow_change span:first-child {
      position: relative;
      top: 9px;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }

  .arrow_change span:last-child {
      position: relative;
      top: 1px;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
  }

  .menuBar {
      padding: 15px 0;
  }

  .menu {
      padding:7px 0px 0px;
  }
.header_area.fix .menu {
  padding: 10px 0px 0px;
}
  .menu ul {
      display: none;
      background-color: #507DC3;
      position: absolute;
      top: 74px;
      left: 0;
      width: 100%;
      z-index: 99999;
  }

  .menu ul li a {
      color: #071731;
      display: block;
      width: 100%;
      font-size: 14px;
  }

  .menu ul li ul {
      display: none;
      background-color: #0b9bec;
      position: relative;
      top: 5px;
      left: 0;
      width: 100%;
      z-index: 1;
      padding: 0;
  }

  .menu ul li:last-child ul {
      display: none;
      background-color: #3958a1;
      position: relative;
      top: 5px;
      left: 0;
      width: 100%;
      z-index: 1;
  }

  .menu ul li {
      display: block;
      padding: 10px 15px 10px 15px;
      border-top: 1px solid #ffffff54;
      text-align: left;
      position: relative;
  }

  .menu ul li span {
      position: absolute;
      right: 30px;
      /* top: 30px; */
      z-index: 99;
      cursor: pointer;
      top:9px;
      text-align: center;
  }

  .menu ul li ul li ul {
      top: 0;
      left: 0;
  }

  .menu ul li ul li a {
      font-size: 12px;
      text-transform: none;
      background-color: #fff;
      padding: 8px 12px;
  }
}

.header_area.innerhead {
  position: relative;
  background-image: url(../images/menubg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


@media screen and (min-width: 320px) {
  .header_area.fix {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      background-color: #000000f5!important;
      z-index: 9911;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      box-shadow: 1px 1px 7px rgba(165, 165, 165, 0.31);
      padding: 10px 0;
      margin-top: 0;
  }

.header_area.fix .logo img.logoone {
  width: 205px;
  margin-top: -9px;
}
  .header_area.fix .book-a-table-btn {

      margin-top: -7px;
  }

  .header_area.fix .logo {
      margin-top: 6px;
  }

  .header_area.fix .header_right {
      margin-top: 1px;
  }

  .header_area.fix .menu ul li a {
      color: #fff;

  }

  .header_area.fix .menu ul li a {
      padding: 10px 5px;
  }

  .header_area.fix .menu ul li ul li a {
      padding: 8px 12px;
      color: #000;
  }
  .header_area.fix .menu ul li ul li a:hover{
      color: #fff;
  }
  /*.header_area.fix .menu ul ul li a {
  color: #fff;
 
}*/
  .header_area.fix .menu ul li ul {

      background-color:#fff;

  }
 .header_area.fix .nav-quote-btn {
  margin-top: 0px;
}
  .header_area.fix .menu ul li ul li:last-child {
      border-bottom: none;
  }

  .header_area.fix .menu ul ul li a i {
      color: #fff;
  }

  .header_area.fix .menu ul li ul li a:hover i {
      color: #fff;
  }

  .header_area.fix .menu ul li ul li {
      border-bottom:#fff0;
  }

  @-webkit-keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0)
      }

      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none
      }
  }

  @keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0)
      }

      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none
      }
  }
}

.nav-quote-btn{
  float: right;
  margin-left: 30px;
  margin-top: 1px;
}
@media screen and (min-width: 1020px){
.header_area.fix .menu ul li ul {
  background-color: #fff;
  top: 60px;
}
}
.mobile-flag-call{
  display: none;
}
.mobile-flag-call img{
  width: 21px;
  height: 15px;
  object-fit: contain;
}
/*header-end*/

/* banner */
.banner-start{
  background-size: cover;
  background-position: center;
  position: relative;
}
.click-to-bottom-btn {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* text-align: center; */
  display: table;
  cursor: pointer;
}
.down-btn-ban{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-caption{
  padding: 130px 0px 40px;
}
.ban-shape1 {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 126px solid #fff;
  border-bottom: 7px solid transparent;
  transform: rotate(-7deg);
  margin-left: 15px;
}
.banner-caption h2 {
  background: #fff;
  padding: 5px 40px 10px 20px;
  color: #57655A;
  font-size: 30px;
  border-radius: 60px;
  display: inline-table;
  transform: rotate(-4deg);
  margin-top: 0px;
  font-weight: 400;
  border-top-right-radius: 0;
  border-bottom-right-radius: 100px;
}
.banner-caption h1 {
  font-size: 55px;
  background-image: linear-gradient(to right, #4f6155 , #4f6155, #999999);
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  padding: 15px 30px 22px 30px;
  color: #fff;
  display: table;
  letter-spacing: -2px;
  font-weight: 700;
  transform: rotate(-4deg);
  margin-top: -4px;
  margin-left: -30px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.banner-caption h1::after {
  position: absolute;
  left: -2px;
  top: 2px;
  width: 100%;
  height: 97%;
  background: #4f6155;
  content: ' ';
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  transform: rotate(0deg);
}
.banner-caption h1::before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 126px solid #D37A5A;
  border-bottom: 7px solid transparent;
  transform: rotate(-3deg);
  position: absolute;
  content: ' ';
  right: 10px;
  bottom: -25px;
}
.banner-caption h1 span{
  position: relative;
  z-index: 1;
}
.banner-caption .new-btn1 {
  margin-left: -28px;
  margin-top: 8px;
}
.new-btn1{
  background-image: linear-gradient(to right, #D37A5A, #39433d);
  color: #fff;
  position: relative;
}
.new-btn1 img{
  margin-left: 12px;
  width: 30px;
}
.new-btn1::after {
  position: absolute;
  left: 1px;
  top: 1px;
  content: ' ';
  width: 99%;
  height: 97%;
  border-radius: 30px;
  background-image: linear-gradient(to right, #627567, #39433d);
}
.new-btn1:hover::after {
  background-image: linear-gradient(to right,#39433d , #627567);
}
.new-btn1 span{
  position: relative;
  z-index: 1;
}
.new-btn1:hover{
  color: #fff;
}
.ban-two-logo{
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: -20px;
}
.ban-two-logo img{
  margin-right: 25px;
}
/* banner end*/


/* about us */
.about-us-start{
     padding: 80px 0px 20px;
     background-position: center;
     background-size: cover;
}
.about-main-img {
  width: 100%;
  height: 535px;
  object-fit: contain;
}
.heading-hd{
  margin-bottom: 20px;
}
.heading-hd h4{
  display: table;
  text-transform: uppercase;
  color: #506054;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #D5D5D5;
  font-size: 18px;
  margin-bottom: 10px;
}
.heading-hd h2{
  font-size: 35px;
  font-weight: 700;
  color: #506054;
}
.heading-hd h2 span{
  color: #D37A5A;
  
}
.about-us-start .heading-hd h2 span{
  display: block;
}
.about-logo-bx{
  margin-top: 15px;
  padding-top: 21px;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 27px;
}
.about-logo-bx img{
  margin-right: 15px;
  width: 120px;
}

.about-us-start .new-btn1::after{
  background-image: none;
  background: #fff;
}
.about-us-start .new-btn1{
  color:#506054 ;
}
.about-us-start .new-btn1 img{
  filter: invert(0.7);
}
.about-us-start .new-btn1:hover::after{
  background: #eee;
}
.sucess-btn-section {
  margin-top: 60px;
  padding: 40px 0px;
  margin-bottom: 30px;
  position: relative;
}
.sucess-btn-section::after{
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right,#fff0,#d37a5a41, #D37A5A,#d37a5a41, #fff0);
}
.sucess-btn-section::before{
  position: absolute;
  content: ' ';
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right,#fff0,#d37a5a41, #D37A5A,#d37a5a41, #fff0);
}
.sucess-btn-section h2 span{
  display: inline-block!important;
}
.sucess-btn-section .heading-hd{
  margin-bottom: 0;
}
.sucess-btn-main{
  display: flex;
  justify-content: right;
}
.sucess-btn-main .btn img{
  margin-left: 5px;
  width: 15px;
  position: relative;
  top: -3px;
}
.sucess_nwbtn1{
  background: #D37A5A;
  color: #fff;
  padding: 17px 40px;
  border-radius: 40px;
  margin-right: 10px;
}
.sucess_nwbtn2{
  background: #506054;
  color: #fff;
  padding: 17px 40px;
  border-radius: 40px;
}
/* about us end*/

/* contact-section */
.contact-section{
  background-position: center;
  background-size: cover;
  padding: 60px 0px;
  color: #fff;
}
.contact-section .heading-hd h4{
  color: #fff;
}
.contact-section .heading-hd h2{
  color: #fff;
  padding-bottom: 15px;
}
.contact-section .heading-hd {
  margin-bottom: 60px;
}
.cntct-details li {
  position: relative;
  margin-top: 5px;
  padding-left: 60px;
  min-height: 60px;
  align-items: center;
  display: flex;
}
.cntct-details li a{
  color: #fff;
  font-size: 20px;
}
.cntct-details li i{
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #728676;
  color: #fff;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.cntct-details li span:last-child {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.innnerpage_new_contact .cntct-details li span:last-child {
  border-left: 1px solid #000;
}

.contact_frm_start{
  position: relative;
}
.contact_frm_mainbx{
    padding: 60px 40px;
    border-radius: 34px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.contact_frm_mainbx .form-control{
  border: 1px solid #00000036;
  border-radius: 11px;
  height: 55px;
}
.contact_frm_mainbx textarea.form-control{
  height: 150px;
}
.captcha_subitbtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.captcha_subitbtn .sucess_nwbtn1 {
  padding: 12px 25px;
  margin-right: 0px;
}
.captcha_subitbtn .sucess_nwbtn1 img{
  width: 28px;
  margin-left: 5px;
}
.sucess_nwbtn1:hover{
  background: #000;
  color: #fff;
}
.sucess_nwbtn2:hover{
  background: #000;
  color: #fff;
}
.contact_frm_start{
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
.contact_frm_start::after{
   position: absolute;
   content: ' ';
   width: 100px;
   height: 87%;
   background: #D37A5A;
   bottom: 0;
   right: 0;
   border-bottom-right-radius: 30px;
}
/* contact-section end*/

/* blog-section-start */
.blog-section-start{
  padding: 40px 0px;
  position: relative;
}
.blog-section-start .heading-hd{
  text-align: center;
}
.blog-section-start .heading-hd h4{
  margin: 0 auto 15px;
}
.blog-section-start .container{
  position: relative;
  z-index: 1;
}
.blog_main_bx{
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.blg_mainimg{
  width: 100%;
  height: 305px;
  border-radius: 10px;
  object-fit: cover;
}
.blog-caption-box{
  padding-top: 10px;
}
.blog-caption-box h5{
   font-size: 18px;
   color: #506054;
}
.blog-caption-box h4{
  font-size: 22px;
  color: #000;
}
.blog-caption-box p{
  padding: 10px 0px 15px;
  font-size: 16px;
}
.blg_readbtn{
  color: #D37A5A!important;
  display: table;
  padding-bottom: 3px;
  border-bottom: 3px solid #D37A5A;
  transition: 0.4s;
}
.blg_readbtn:hover{
  color: #000!important;
  border-color: #000;
}
.blog-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
}
/* blog-section-end */

/* service-start */
.service-start{
  padding: 40px 50px;
  position: relative;
}
.srvc_new_explorebtn{
  display: none;
}
.srvc-main-bx{
  padding: 30px;
  background-image: url(../images/service-leftbx-back.png);
  background-position: center;
  background-size: cover;
  color: #fff;
  border-radius: 20px;
}
.service-main-img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.srvc-caption-bx {
  padding-top: 15px;
  padding-bottom: 20px;
}
.srvc-caption-bx h4{
  font-size: 22px;
  padding-bottom: 6px;
}
.srvc-caption-bx p{
  font-size: 16px;
}
.srvc-option li{
  position: relative;
 padding-left: 20px;
  margin-top: 10px;
  font-weight: 300;
}
.srvc-option{
  margin: 20px 0px 0px;
}
.srvc-option li span{
  font-weight: 600;
}
.srvc-option li::after{
  position: absolute;
  left: 0;
  content: ' ';
  top: 7px;
  width: 10px;
  height: 10px;
  background: #fff;
}
.main-srvc-tab{
  padding-left: 20px;
}
.main-srvc-tab h2{
 padding-bottom: 10px;
}
.main-srvc-tab ul {
  border: none;
  flex-direction: column;
}
.main-srvc-tab ul li a{
  color: #000;
  border: none!important;
  border-bottom: 1px solid #65786a77!important;
  padding: 18px 14px;
  font-size: 20px;

  position: relative;
}
.main-srvc-tab ul li a.active::after {
  position: absolute;
  content: ' ';
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 14px solid #D37A5A;
  border-bottom: 12px solid transparent;
}
.main-srvc-tab ul li a.active{
  border-bottom: 1px solid #fff!important;
  color: #fff!important;
  background: #D37A5A!important;
  border-radius: 11px!important;
}
.main-srvc-tab ul li a span{
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.main-srvc-tab ul li a span::after{
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background:#506054 ;
  content: ' ';
}
.main-srvc-tab ul li a.active span{
  margin-right: 25px;
  padding-right: 25px;
}
.main-srvc-tab ul li a.active span::after {
  position: absolute;
  right: -4px;
  top: -30px;
  width: 9px;
  height: 101px;
  background: #fff;
  content: ' ';
  transform: rotate(10deg);
}
.main-srvc-tab .new-btn1 {
  color: #506054;
  margin-top: 40px;
}
.main-srvc-tab .new-btn1::after {
  background-image: none;
  background: #fff;
}
.main-srvc-tab .new-btn1 img {
  filter: invert(0.7);
}
.main-srvc-tab .new-btn1:hover::after {
  background: #eee;
}
/* service-end */

/* Testimonial-start */
.Testimonial-start{
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
}
.testimonial-bottom-btn{
  text-align: center;
  margin-top: 30px;
}
/* font-family: "Reenie Beanie"; */
.flip-card {
  background-color: transparent;
  width:100%;
 height: 570px;
 -webkit-perspective: 1000;
 -moz-perspective: 1000;
 -o-perspective: 1000;
 perspective: 1000;

}
.main-testi-txt{
  height: 290px;
  overflow-y: scroll;
}
.main-testi-txt::-webkit-scrollbar{
  display: none;
}
.flip-card-inner {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;

}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background: #fff;
  color: black;
  z-index: 2;
  display: flex;
  height: 570px;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 25px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front p{
  font-size: 16px;
}
.testimonial-small-img{
  width: 65px!important;
  height: 65px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
}
.testi-designation{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D37A5A;
}
.testi-designation h4{
  color: #D37A5A;
  font-family: "Reenie Beanie";
  font-size: 36px;
}
.testi-designation h6{
  font-size: 16px;
}
.flip-card-back {
  color: white;
  transform: rotateY(180deg);
  z-index: 11;
  display: flex;
  height: 570px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  padding: 25px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back{
  background-position: center;
  background-size: cover;
}
.flip-card-back::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #506054a0;
  content: ' ';
}
.flip_boxtxt{
    position: relative;
    z-index: 1;
    width: 100%;
}

.flip-card h3 {
  font-size: 20px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
}
.test-vidicon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  z-index: 11;
  width: 60px!important;
}
@media (max-width:991px){
	.flip-card.hover:hover .flip-card-inner{
	-webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
}
.flip-card:hover .flip-card-inner {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
	
}
.flip_boxtxt .testi-designation{
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
}
.flip_boxtxt .testi-designation h4{
   color: #fff;
}
.container-testi{
  padding-left: 50px;
}
.testimonial-slider .item{
  padding: 8px;
}
.testimonial-slider .owl-nav {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  position: absolute;
  top:-70px;
}
.testimonial-slider .owl-nav .owl-prev, .testimonial-slider .owl-nav .owl-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius:50%;
  position: relative;
  outline: none;
 
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff!important;
     box-shadow: 0 3px 8px 0 rgb(0 0 0 / 15%);
}
.testimonial-slider .owl-nav .owl-prev:after{
  content:'\f2ff';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top:50%;

  left: 50%;
 transform: translate(-50%,-50%);
  font-size: 26px;
  color: #646464;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.testimonial-slider .owl-nav .owl-next:after{
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
      top:50%;

  left: 50%;
 transform: translate(-50%,-50%);
  font-size: 26px;
  color:#646464;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.testimonial-slider .owl-nav .owl-prev:hover:after, .testimonial-slider .owl-nav .owl-next:hover:after{color: #fff!important}
.testimonial-slider .owl-nav .owl-prev:hover, .testimonial-slider .owl-nav .owl-next:hover{background-color:#D37A5A!important;}
.testimonial-slider .owl-nav .owl-prev {
  margin-right: 5px;
  right:85px;
  left: auto;
  position: absolute;
}
.testimonial-slider .owl-nav .owl-next {
  margin-right: 5px;
  right:30px;
  position: absolute;
}
.testimonial-slider .owl-nav .owl-prev span, .testimonial-slider .owl-nav .owl-next span{display: none;}

/* Testimonial-end */

/* faq-start */
.faq-start{
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0px;
}
.shape-faq {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 52%;
}
.faq-main-bx{
  padding-left: 60px;
}
.faq-start h2{
  margin-bottom: 15px;
}
.sucess_nwbtn11 {
  background: #D37A5A;
  color: #fff;
  padding: 12px 40px;
  border-radius: 40px;
}
.sucess_nwbtn11:hover{
  background: #000;
  color: #fff;
}
.sucess_nwbtn11 img {
  width: 28px;
  margin-left: 5px;
}
.faq-start .container{
  position: relative;
  z-index: 1;
}
.faq-start .card-body{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.faq-start .card-title {

  font-size: 20px;
}
.faq-start .accordion .card {
  overflow: hidden;
  background: #fff0;
  border: none!important;
  color: #fff;
  border-bottom: 1px solid #ffffff46!important;
}
.faq-start .accordion .card:last-child{
  border: none!important;
}
.faq-start .accordion .card-header{
  background: #fff0;
  padding: 10px 0px 13px;
  border: none;
  position: relative;
  cursor: pointer;
}
.faq-start .accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-start .accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}
/* faq-end */

/* footer-start */
  .footer-start{
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    color: #fff;
  }
  .ft-h4{
    color: #D37A5A;
    padding-bottom: 10px;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
  }
  .ft-h4::after{
    background: #D37A5A;
    width: 90px;
    height: 3px;
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .ft-nav li{
    margin-bottom: 6px;
  }
  .ft-nav li a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
  }
  .ft-nav li a:hover{
    color: #D37A5A;
  }
  .ft-social {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ffffff88;
    width: 70%;
  }
  .ft-social li{
    margin-right: 22px;
    display: inline-block;
  }
  .ft-social li i{
    color: #fff;
    font-size: 18px;
    transition: 0.4s;
  }
  .ft-social li i:hover{
    color: #D37A5A;
  }
  .ft-address li{
   display: flex;
   align-items: center;
   margin-bottom: 20px;
  }
  .ft-address li i{
      background: #D37A5A;
      color: #fff;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin-right: 10px;
  }
  .ft-address li p{
    width: 80%;
    font-size: 16px;
  }
  .ft-bottom-section{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ffffff83;
    padding-bottom: 20px;
    
  }
  .ft-bottom-section .ft-address{
    display: flex;
    justify-content: right;
  }
  .ft-bottom-section .ft-address li{
    margin: 0;
    margin-left:30px;
 
  }
  .ft-bottom-section .ft-address li:last-child p{
    width: auto;
  }
  .ft-bottom-section .ft-address li p{
    font-weight: 500;
  }
  .ft-bottom-section .ft-address li:last-child a:last-child{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
.ft-bottom-section .ft-address li a{
  color: #fff;
}
.copyright-seclast{
  background: #fff;
  padding: 10px 10px;
  text-align: center;
}
.copyright-seclast p{
  color: #868383;
  font-size: 16px;
}
.footer-top-section{
  background: #D37A5A;
  padding: 25px 50px;
  border-radius: 11px;
  margin-bottom: 40px;
}
.footer-top-section h2{
  font-size:34px;
}
.ft-top-form-box{
  display: flex;
  justify-content: right;
}
.sucess_nwbtn33 {
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0px;
  padding: 10px 25px;
  justify-content: center;
}

.sucess_nwbtn33 img{
  filter: invert(0.7);
  width: 30px;
  margin-left: 10px;
  transition: 0.4s;
}
.sucess_nwbtn33:hover{
  background: #000;
  color: #fff;
}
.sucess_nwbtn33:hover img{
  filter: brightness(10);
}
.ft-top-form-box .form-control{
  border-radius: 30px;
  background: #fff0;
  border: 1px solid #ffffffc1;
  padding-left: 20px;
  color: #fff;
}
.ft-top-form-box .form-control::placeholder{
  color: #fff;
}

.enquiry-modal {
  transform: rotate(90deg);
  transform-origin: bottom right;
  position: fixed;
  top: 54%;
  right: 51px;  
  z-index: 5000;
  }
  #enquiryModal{

    top: 165px!important;
  }
/* footer-end */



/* contact page */
.inner_banner_start{
  padding: 100px 0px;
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.inner_banner_start h1{
  font-size:55px;
  font-weight: 800;
}
.contact_page_sec1 {
  padding:50px 0px;
}
.contact_us_imgbx{
  height: 350px;
  border-radius: 18px;
  overflow: hidden;
}
.contact_us_imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_page_sec1 .cntct-details li a{
    color: #000;
}
.contact_page_sec1 .cntct-details li i{
  border-radius: 8px;
}
.contact_page_sec1 .cntct-details li span:last-child {
  border-left: 1px solid #000;
}
.contact_page_sec1 h3{
  font-size: 28px;
  font-weight: 600;
  color: #506054;
  padding-top: 25px;
  padding-bottom: 10px;
}
.contactpage_right_bx p{
  padding-top: 10px;
  font-size: 18px;
}
.contact_frm_mainbx2 .form-control {
  border: 1px solid #00000036;
  border-radius: 11px;
  height: 55px;
  padding-left: 37px;
}
.contact_frm_mainbx2 .form-control:focus{
  border-color: #D37A5A;
}
.contact_frm_mainbx2 textarea.form-control {
  height: 160px;
  padding-left: 20px;
}
.contactpage_right_bx {
  padding-left: 20px;
}
.contact_frm_mainbx2 .form-group{
  position: relative;
}
.contact_frm_mainbx2 .form-group i{
  position: absolute;
  left: 15px;
  top: 20px;
}
.contact_us_page_map{
  margin-bottom: -7px;
}
@media (max-width: 991px){
  .contactpage_right_bx {
    padding-left: 0;
    padding-top: 20px;
}
}
@media (max-width: 600px){
  .contact_page_sec1 h3 {
    font-size: 22px;
}
.inner_banner_start h1 {
  font-size: 35px;
  font-weight: 800;
}
}
/* contact page end*/


/* testimonial page */
.Testimonials_page_sec1{
  padding: 50px 0px;
}
.Testimonials_page_sec1 .nav-tabs li a{
  color: #0000006d;
  display: flex;
  align-items: center;
  font-size: 20px;
  border: none!important;
  padding: 0px 30px;
  margin: 0px 10px;
  position: relative;
  background: #fff0;
}
.Testimonials_page_sec1 .nav-tabs li:last-child a::after{
  position: absolute;
  left: 0;
  top: 3px;
  content: ' ';
  width: 1px;
  height: 20px;
  background: #757575;
}
.Testimonials_page_sec1 .nav-tabs {
  display:table;
  border-bottom: 1px solid #CACACA;
  justify-content: center;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
}
.Testimonials_page_sec1 .nav-tabs li a img {
  width: 25px;
  margin-right: 10px;
  height: 25px;
  object-fit: contain;
  filter: invert(50%);
}
.Testimonials_page_sec1 .nav-tabs li a.active img {
  filter: invert(0%);
}
.Testimonials_page_sec1 .nav-tabs li{
  display: inline-block;
  margin-bottom: 0!important;
}
.Testimonials_page_sec1 .nav-tabs li a.active::before{
  position: absolute;
  bottom: -21px;
  width: 100%;
  content: ' ';
  height: 5px;
  border-radius: 30px;
  background: #D17654;
  left: 0;
}
.Testimonials_page_sec1 .flip-card{
  margin: 15px 0px;
}
.Testimonials_page_sec1 .flip-card-front {

  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.innnerpage_new_contact{
  color: #000;
}
.innnerpage_new_contact .cntct-details li a {
  color: #000;
}
.contact-section.innnerpage_new_contact .heading-hd h4 {
  color: #000000;
}
.contact-section.innnerpage_new_contact .heading-hd h2 {
  color: #000;

}
.contact-section.innnerpage_new_contact .contact_frm_mainbx {
border:1px solid #00000036;
}
@media(max-width:600px){
  .Testimonials_page_sec1 .nav-tabs li a {
    font-size: 16px;
    padding: 0px 10px;
    margin: 0px 5px;
}
.Testimonials_page_sec1 .nav-tabs li a.active::before {
  bottom: -24px;
}
}
/* testimonial page end*/

/* about page start */
.aboutpage_sec1{
  padding: 50px 0px;
}
.aboutpage_nwcntntbx1 .heading-hd h2 span {
  display: block;
}
.aboutpage_nwcntntbx1 .heading-hd h2{
  padding-bottom: 15px;
}
.aboutpage_nwcntntbx1 h5{
  font-size: 18px;
  font-weight: 600;
  color: #546A5D;
  position: relative;
  padding-left: 20px;
}
.aboutpage_nwcntntbx1 h5::after{
  content:  ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: #D37A5A;
  border-radius: 30px;
}
.aboutpage_img1{
  width: 100%;
  height: 420px;
  border-radius: 16px;
  object-fit: cover;
}
.aboutpage_team_sec{
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}
.aboutpage_team_sec .heading-hd{
  text-align: center;
}
.aboutpage_team_sec .heading-hd h4{
  margin: 0 auto 10px;
}
.aboutpage_team_box{

}
.aboutpage_team_img{
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background: #D2E4E8;
  padding: 10px 10px 0px 10px;
}
.aboutpage_team_img img{
  width: 100%;
  height: 245px;
  object-fit: contain;
}
.aboutpage_team_namebx{
  padding-top: 10px;
  padding-left: 15px;
}
.aboutpage_team_namebx h5{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 2px;
}
.aboutpage_team_namebx p{
  font-size: 16px;
}
.aboutpage_team_box{
  padding-top: 20px;
}
.aboutpage_team_sec .col-lg-3:nth-of-type(2) .aboutpage_team_img{
   background: #EADDBB;
}
.aboutpage_team_sec .col-lg-3:nth-of-type(3) .aboutpage_team_img{
  background: #D9CFE7;
}
.aboutpage_team_sec .col-lg-3:nth-of-type(4) .aboutpage_team_img{
  background: #D0D5C7;
}

.aboutpage_storysec{
  padding: 50px 0px;
}
.about-story-img{
  width: 100%;
  height: 570px;
  border-radius: 16px;
  object-fit: cover;
}
.aboutpage_storysec .heading-hd h2{
  padding-bottom: 10px;
}
.abt_story_icon_sec{
  padding-left: 55px;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #D9D8D8;
}
.abt_story_icon_sec h5{
  padding-bottom: 5px;
  color: #506054;
  font-weight: 600;
  font-size: 22px;
}
.about_story_icon{
  position: absolute;
  left: 0;
  top: 16px;
}

@media (max-width: 991px){
  .aboutpage_nwcntntbx1{
    padding-top: 20px;
  }
  .aboutpage_storysec .heading-hd{
    margin-top: 20px;
  }
}
@media (max-width: 600px){
.about-story-img {
  height: 370px;
}
.aboutpage_nwcntntbx1 h5 {
  font-size: 17px;
}
.aboutpage_img1 {
  height: 320px;
}
}
/* about page end */


/* service page start */
.inner_service_section1{
  padding: 50px 0px;
  position: relative;
}
.service_inner_img{
  width: 100%;
  height: 500px;
  object-fit: contain;
}
.inner_service_section1 h2{
  padding-bottom: 10px;
}
.inn_srvc_option li{
  position: relative;
  padding-left:33px;
  margin-top: 20px;
}
.inn_srvc_option{
  margin-bottom: 30px;
}
.inn_srvc_option li img{
  position: absolute;
  left: 0;
  top: 1px;
}
.inn_srvc_option li{
  font-weight: 300;
}
.inner_service_section2{
  background-position: center;
  background-size: cover;
}
.inner_service_section2 p{
  padding-bottom: 10px;
}
.inner_service_section3 h5{
  font-size: 18px;
}
.inner_service_section3 .inn_srvc_option li{
  display: inline-block;
  width: 50%;
}
.inner_service_section3 .inn_srvc_option{
  display: flex;
  flex-wrap: wrap;
}
.inner_service_section4 h2{
  width: 70%;
}
.inner_service_section4 h5{
  font-size: 18px;
  margin-bottom: 25px;
  padding: 10px;
  background: #FFEDE6;
  padding-left: 20px;
  line-height: 26px;
  position: relative;
}
.inner_service_section4 h5::after{
  content: ' ';
  position: absolute;
  left: 0;
  width: 8px;
  height: 108%;
  top: -4%;
  background: #D37A5A;
  border-radius: 30px;
}
.inner_service_benefit_section{
  padding-bottom: 50px;
  padding-top: 20px;
}
.srvc_inn_benefit_hd .heading-hd {
  margin-bottom: 0;
}
.srvc_inn_benefit_hd{
  margin-bottom: 25px;
}
.inn_srvc_bnft_icon{
  width: 63px;
  height: 63px;
  border-radius: 12px;
  border: 1px solid #D37A5A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.inn_srvc_bnft_icon img{
  width: 32px;
  object-fit: contain;
}
.srvc_inn_benefit_mainbx{
  margin: 15px 0px;
}
.srvc_inn_benefit_mainbx h5{
  font-size: 20px;
  margin-bottom: 10px;
}
.srvc_inn_benefit_mainbx p{
  font-size: 16px;
  padding-right: 20px;
}
@media (max-width: 991px){
  .service_inner_img{
    margin-bottom: 20px;
  }
}
@media (max-width: 600px){
  .service_inner_img {
    height: 300px;
}
.inner_service_section3 .inn_srvc_option li {
  display: inline-block;
  width: 100%;
}
.inner_banner_start {
  padding: 50px 0px;
}
.inner_banner_start h1 {
  font-size: 30px;
}
.inner_service_section1 {
  padding: 40px 0px;
}
}
/* service page end */


/* blog_inner_page_start */
.blog_inner_page_start{
  padding: 50px 0px;
  position: relative;
}
.blog_inner_page_start .blog_main_bx {
  border-radius: 15px;
  background: #fff;
  padding: 0;
  box-shadow:none;
  margin-top: 30px;
}
.blog_inner_page_start .blog_main_bx:hover{
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.blog_inner_page_start .blog-caption-box {
  padding-top: 10px;
  padding: 15px;
}
.blog_inner_page_start .blg_mainimg{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.blog_inner_page_start .blog-caption-box h6 {
  color: #7C7C7C;
  font-size: 14px;
  display: table;
  border: 1px solid #7C7C7C;
  border-radius: 30px;
  padding: 10px;
  display: table;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 600px){
  .blog_inner_page_start {
    padding: 40px 0px;
}
.srvc_inn_benefit_hd .heading-hd{
  margin-bottom: 10px;
}
.blog_inner_page_start .blog_main_bx {
  margin-top: 10px;
}
}

.inner-blog-big-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}
.single-blog-left-bx1 h4 {
  font-size: 22px;
  font-weight: 600;
  padding-top: 5px;
    padding-bottom: 7px;
}
.single-blog-left-bx1 p{
  font-size: 16px;
  padding-bottom: 10px;
}
.single-blog-left-bx1{
  padding-bottom: 20px;
}
.single-blog-src {
  border-radius: 10px;
  border: 1px solid #CBCBCB;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.single-blog-src h4 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}
.blg-main-src {
  border-radius: 5px;
  background: #F5F5F5;
  padding: 7px 15px 7px 15px;
  justify-content: space-between;
}
.blg-main-src .form-control {
  padding: 0;
  width: 88%;
  height: 35px;
  background: #fff0;
  border-right: 1px solid #CDCDCD;
  border-radius: 0;
}
.blg-main-src img {
  cursor: pointer;
}
.blg-main-src button {
  padding: 0;
  box-shadow: none;
  border: none;
  outline: 0!important;
  background: #fff0;
  margin-left: 10px;
}
.recent-post-bx {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.recent-post-bx img {
  width: 100px;
  height: 85px;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 15px;
}
.recent-post-bx h5 {
  font-size: 18px;
  font-weight: 600;
}
.recent-post-bx li:first-child {
  padding: 0;
  margin: 0;
}
.single-blog-left-bx1 h5{
  font-size: 18px;
    color: #506054;
    padding-top: 15px;
}
.recent-post-bx li {
  margin-left: 5px;
  padding-left: 5px;
}
.recent-post-bx li::after {
  position: absolute;
  left: -3px;
  top: 8px;
  width: 3px;
  height: 3px;
  background: #A3A3A3;
  content: ' ';
}
.recent-post-bx li {
  display: inline-block;
  font-size: 11px;
  color: #A3A3A3;
  position: relative;
}
.recent-post-bx li:first-child::after{
  display: none;
}
.recent-post-bx h5 a {
  color: #000;
}
.single-blog-contact-frm h4 {
  padding-bottom: 5px;
}
.srvc_btn {
  background: #D37A5A;
  color: #fff;
}
.single-blog-contact-frm .form-control{
  border: 1px solid #ccc;
}
.single-blog-contact-frm textarea.form-control{
  height: 100px;
}
.single-blog-contact-frm p {
  font-size: 14px;
  padding-bottom: 20px;
}
.tags-btn li {
  width: 30%;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
}
.tags-btn .btn {
  border: 1px solid #DBDBDB;
  color: #000;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.Latest-blog-start{
  padding-top: 40px;
}
.Latest-blog-start .heading-hd{
  text-align: center;
}
.Latest-blog-start h4{
  margin: 0 auto 10px;
}
@media (max-width: 600px){
  .tags-btn li {
    width: 46%;
}
}
.blog_inner_page_start .pagination{
  justify-content: center;
  margin: 20px auto 0px;
}
.blog_inner_page_start .pagination a,.blog_inner_page_start .pagination span{
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding:7px 10px;
}
.blog_inner_page_start .pagination .active span{
  color: #fff;
  border: 1px solid #D37A5A;
  background: #D37A5A;
}
.blog_inner_page_start .pagination li{
  margin: 0px 4px;
}
.all_extra_page{
  margin: 50px 0px;
}
.all_extra_page h2{
  font-size: 20px;
  font-weight: 600;
}
.all_extra_page h4{
  font-size: 24px;
  font-weight: 600;
}
/* blog_inner_page_end */


/* service page 2 */
.srvc_inner_page2{
  padding: 50px 0px;
}
.inner_service_courseimg{
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 15px;
}
.Customized_course_innmainbx{
  margin-top: 20px;
}
.Customized_course_innmainbx p{
  font-size: 16px;
}
.Customized_course_hd {
  width: 85%;
  margin: 0 auto;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: -32px;
  position: relative;
  z-index: 1;
}
.Customized_course_hd h4{
  width: 100%;
  margin: 0 auto;
  background: #D48058;
  border-radius: 8px;
  border: 6px solid #fff;
  border-radius: 8px;
  padding: 10px 2px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.course_snapshot_section{
  padding: 40px 0px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.course_snapshot_section h2{
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 30px;
}
.course_snapshot_option li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.course_snapshot_option li div{
width: 33px;
height: 33px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
background: #D37A5A;
}
.course_snapshot_option{
  margin-bottom: 40px;
}
.course_snapshot_mainimg{
  width: 100%;
  height: 410px;
  object-fit: contain;
}
.srvc_certificates_section{
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
  position: relative;
}
.srvc_certificates_section .heading-hd{
  text-align: center;
}
.srvc_certificates_images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.srvc_certificates_images img{
  margin: 10px 20px;
}


.innsrvc-tool-section-start{
  padding: 50px 0px;
}
.innsrvc-tool-strt{
  border-radius: 30px;
  padding: 1px;
  background-image: linear-gradient(to right, #D37A5A , #fff);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.innsrvc-toolbx-strt-main{
  padding: 20px 40px;
  background: #fff;
  border-radius: 30px;
}
.innsrvc-toolbx-strt-main h2{
  font-size: 35px;
  font-weight: 700;
}
.innsrvc-toolbx-strt-main h2 span{
  display: block;
}
.innsrvc_tool_logosection{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.innsrvc_tool_logosection li {
  width: 22%;
  margin: 20px 0px;
  margin-right: 20px;
}

@media (max-width: 1200px){
  .srvc_certificates_images{
    flex-wrap: wrap;
  }
  .innsrvc_tool_logosection li {
    width: 21%;
}
}
@media (max-width: 1200px){
.course_snapshot_section h2 {
padding-top: 20px;
}
.innsrvc-toolbx-strt-main h2 {
  text-align: center;
}
.innsrvc-toolbx-strt-main h2 span {
  display: inline-block;
}
.innsrvc_tool_logosection {

  justify-content: center;
}
.innsrvc_tool_logosection li {
  margin: 20px 10px;
}
}
@media (max-width: 600px){
.Customized_course_innmainbx {
  margin-top: 10px;
}
.course_snapshot_mainimg {
  height: 330px;
}
.course_snapshot_section h2 {
  font-size: 25px;
}
.course_snapshot_option li span{
  width: 80%;
}
.srvc_certificates_images img {
  margin: 10px 10px;
  width: 80px;
}
.innsrvc-toolbx-strt-main h2{
  font-size: 25px;
}
.innsrvc-toolbx-strt-main {
  padding: 20px 20px;
}
.innsrvc_tool_logosection li {
  width: 26%;
}
}


/* service page start */
.inner_service_section1{
  padding: 50px 0px;
  position: relative;
}
.service_inner_img{
  width: 100%;
  height: 500px;
  object-fit: contain;
}
.inner_service_section1 h2{
  padding-bottom: 10px;
}
.inn_srvc_option li{
  position: relative;
  padding-left:33px;
  margin-top: 20px;
}
.inn_srvc_option{
  margin-bottom: 30px;
}
.inn_srvc_option li img{
  position: absolute;
  left: 0;
  top: 1px;
}
.inn_srvc_option li{
  font-weight: 300;
}
.inner_service_section2{
  background-position: center;
  background-size: cover;
}
.inner_service_section2 p{
  padding-bottom: 10px;
}
.inner_service_section4 p{
  padding-bottom: 10px;
}
.inner_service_section3 h5{
  font-size: 18px;
}
.inner_service_section3 .inn_srvc_option li{
  display: inline-block;
  width: 50%;
}
.inner_service_section3 .inn_srvc_option{
  display: flex;
  flex-wrap: wrap;
}
.inner_service_section4 h2{
  width: 70%;
}
.inner_service_section4 h5{
  font-size: 18px;
  margin-bottom: 25px;
  padding: 10px;
  background: #FFEDE6;
  padding-left: 20px;
  line-height: 26px;
  position: relative;
}
.inner_service_section4 h5::after{
  content: ' ';
  position: absolute;
  left: 0;
  width: 8px;
  height: 108%;
  top: -4%;
  background: #D37A5A;
  border-radius: 30px;
}
.inner_service_benefit_section{
  padding-bottom: 50px;
  padding-top: 20px;
}
.inner_service_benefit_section .heading-hd {
  margin-bottom: 0;
}
.srvc_inn_benefit_hd{
  margin-bottom: 25px;
}
.inn_srvc_bnft_icon{
  width: 63px;
  height: 63px;
  border-radius: 12px;
  border: 1px solid #D37A5A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.inn_srvc_bnft_icon img{
  width: 32px;
  object-fit: contain;
}

.inner_service_section5 h5 {
  font-size: 18px;
  margin-bottom: 25px;
  padding: 10px;
  background: #FFEDE6;
  padding-left: 20px;
  line-height: 26px;
  position: relative;
}
.inner_service_section5 h5::after {
  content: ' ';
  position: absolute;
  left: 0;
  width: 8px;
  height: 108%;
  top: -4%;
  background: #D37A5A;
  border-radius: 30px;
} 

.srvc_inn_benefit_mainbx{
  margin: 15px 0px;
}
.srvc_inn_benefit_mainbx h5{
  font-size: 20px;
  margin-bottom: 10px;
}
.srvc_inn_benefit_mainbx p{
  font-size: 16px;
  padding-right: 20px;
}
.img_unkonwn_page{
 text-align: center;
 padding: 50px 0px;

}
.img_unkonwn_page .btn{
  margin-top: 40px;    
 }
 .img_unkonwn_page img{
   width: 50%;
   display: block;
   margin: 0 auto;
 }
@media (max-width: 991px){
  .service_inner_img{
    margin-bottom: 20px;
  }
}
@media (max-width: 600px){
  .service_inner_img {
    height: 300px;
}
.inner_service_section3 .inn_srvc_option li {
  display: inline-block;
  width: 100%;
}
.inner_banner_start {
  padding: 50px 0px;
}
.inner_banner_start h1 {
  font-size: 30px;
}
.inner_service_section1 {
  padding: 40px 0px;
}
}
/* service page end */ 
#enquiryModal .form-control{
    border: 1px solid #ccc;
}
#enquiryModal textarea.form-control{
  height: 100px!important;
}
#enquiryModal .btn-close{
  border: none;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.modal-open{
  padding-right: 0!important;
}

#conditional-search-form{
  width: 100%;
    display: flex;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, .5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
 }
  5% {
    transform: rotate(-45deg);
 }
  12% {
    transform: rotate(-405deg);
 }
  100% {
    transform: rotate(-405deg);
 }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
 }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
 }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
 }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
 }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
 }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
 }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
 }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
 }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
 }
}

.success-pagestart{
 padding:70px 30px;
 text-align: center;
 width: 50%;
 margin: 70px auto;
 background: #fff;
 box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.success-pagestart h1{
 font-size: 70px;
 font-weight: 700;
 color: #D37A5A;
 padding-bottom: 10px;
}
.success-pagestart p{
 margin-bottom: 25px;
}

@media (max-width:600px){
  .banner-caption h1 {
   letter-spacing: 1px;
   font-size: 16px!important;
  }
}

.blog_inner_page_start .blog-caption-box h4{
 min-height: 50px;
}