html{
    overflow-x:hidden;
}
body{
    margin: 0;   overflow-x:hidden;    font-family: 'Conthrax Sb';
}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.p1-box .img345{
    height:321px;object-fit:cover;    border-radius: 20px;
}
@font-face {
  font-family: 'Chillax-Regular';
  src: url('../fonts/Chillax-Regular.woff2') format('woff2'),
       url('../fonts/Chillax-Regular.woff') format('woff'),
       url('../fonts/Chillax-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
    font-family: 'Conthrax Sb';
    src: url('../fonts/ConthraxSb-Regular.eot');
    src: url('../fonts/ConthraxSb-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ConthraxSb-Regular.woff2') format('woff2'),
        url('../fonts/ConthraxSb-Regular.woff') format('woff'),
        url('../fonts/ConthraxSb-Regular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Chillax-Medium';
  src: url('../fonts/Chillax-Medium.woff2') format('woff2'),
       url('../fonts/Chillax-Medium.woff') format('woff'),
       url('../fonts/Chillax-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
p,a{
      font-family: 'Chillax-Regular' !important;
}
.header2{
        float: right;
        width: 77%;
}
.logo{

float: left;

width: 23%;

margin-top: 5px;
}
.logo img{
        margin-top: 3px;
/* width: 130px; */
}
.header{
    float: left;
    width: 100%;
    background-color: white;
    height: 123px;
    position: relative;
    z-index: 99;
    padding: 0 2%;
}
.quick-send {
    background-color: #252b42;
    width: 100%;
    border: 0;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #fff;
    /* opacity: .7; */
    background: #000;
}

.quick-send:focus {
    outline: none;
}

/******************************menu**********************/

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  padding: 35px 0;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: #b00700 !important;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}

@media (max-width: 1024px) {
      .reg-now{
        float:none !important;
    }
.reg-now{
  float: none;
  display: table;
  margin: auto;
}
/***************************menu******************/
.navItem ul li a{
  color: #fff !important;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;    overflow-y: scroll;
    height: 400px;
    top: 40px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #222357;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
.wrapper > * {
  /* margin: 15px; */
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 99999;
  right: 15px;
  top: 12px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(
  --heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #e60200;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
  background: #fff;
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
  background: #fff;
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  background-color: rgb(0 0 0);
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;    margin-top: -100px;
  width: 100%;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  position: relative;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 22px;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #b00700;
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
.demoContent {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 30px 0 30px;
  overflow-y: auto;
  background-color: #fff;
}
.demoContent::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F0E9;
}
.demoContent::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 3px;
}
.demoContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f2f0e9;
  background-color: #F2F0E9;
}
.demoContent h1 {
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.demoContent .demoHeader {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.demoContent .demoHeader:before {
  content: "";
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #E1E9EE;
}
.demoContent .demoHeader:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #E1E9EE;
  border: 3px solid #fff;
}
.demoContent .demoHeader span:first-child {
  display: flex;
  width: 115px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 70px auto 15px;
}
.demoContent .demoHeader span:last-child {
  display: flex;
  width: 200px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 15px auto 15px;
}
.demoContent .demoPost {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 15px 0;
  padding: 0 15px;
}
.demoContent .demoPost .demoPostImg {
  width: 30%;
  height: 80px;
  border-radius: 10px;
  background-color: #E1E9EE;
}
.demoContent .demoPost .demoPostContent {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 70%;
  padding-left: 15px;
}
.demoContent .demoPost .demoPostContent span:nth-child(1) {
  width: 50%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(2) {
  width: 30%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(3) {
  width: 70%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
/**********************menu***************/
.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    display: none;
    float: right;
    position: relative;
    z-index: 99999;
    width: 35px;
    height: 28px;
    margin: 0;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #ce2933;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
    width: 65%;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #ce2933;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ce2933;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 0;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    /* transform: rotate(-15deg) translate3d(0, 0, 0); */
    padding-bottom: 50px;
    background: #ffffff;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
    top: 0;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 15px 23px;
    border-bottom: 0px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    background: #222357; !important;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 54px;
    padding: 0;
    width: 211px;
    position: absolute;
    right: 20px;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    transition: all .5s ease-out;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    padding: 18px 10px;
    display: block;
    color: #000000;
    background: #ffffff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}



.ct-left p{
  
font-size: 15px;
  
color: #000;
  
line-height: 27px;
  
margin-bottom: 20px;
}

@media (max-width: 1024px){
    .header_menu_area > ul > li > a{
        margin: 8px 0px 0px 0px;
        font-size: 19px;
    }
    .hamburgermenu{
        display: none;
    }
}
@media(min-width: 992px) and (max-width: 1024px){
  .ct-right{
    padding: 40px !important;
  }.contact-sec h1 {
    font-size: 35px !important;
  }.quick-links a {
    font-size: 13px !important;}
  .list-box{
    padding: 30px !important;
  }
.slide .item .cover .header-content{
    padding-top: 0 !important;
}.header-content h6 {
       font-size: 55px !important;
    line-height: 75px !important;
   }.field1 {
    width: 22% !important;

}.tmz-logo {
    float: left;
    max-width: 100% !important;
    margin-right: 35px !important;
        width: 300px !important;
}.p4-right a h1 {
    font-size: 22px !important;
    width: 80% !important;
}.quick-links a {
  
    word-break: break-all;
}.slide-image {
    float: right;
    max-width: 100%;
    /* height: 634px; */
    margin-top: 196px !important;
}
}
.slide-image{
  float: right;
  max-width: 100%;
  /* height: 634px; */
  margin-top: 106px;
}
.slide {
    float: left;
    width: 100%;
    height: 542px;
    overflow: hidden;
}
.slide .item {
    height: 755px;
    width: 100%;
    float: left;
    position: relative;
    /* background: #1a1b1c; */
    /* background: url(../images/slider_bg.png); */
    /* background-size: cover; */
    background-position: center;
    /* max-height: 800px; */
}
.slider-ban .owl-dots button span {
    background: #d2a055;
    width: 5px;
    height: 22px;
    float: right;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 4px;
    border: 1px solid #d2a055;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #f5b763;
    border-color: #f5b763;
    height: 49px;
}
.slide .item .cover {
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
    display: flex;
    align-items: center;
}

.slide .item .cover .header-content {
    padding: 15px 0px;
    position: absolute;
    width: auto;
    text-align: left;
    width: 100%;
    /* margin-left: 65px; */
    padding-top: 55px;
    /* overflow: hidden; */
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 100vh;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}
.header-content h6 span {color: #222357;}.header-content h6 {
    float: left;
    margin-top: 0;
    font-size: 65px;
    color: #000;
    font-family: 'ClashGrotesk-Semibold';
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 80px;
    width: 100%;
}.header-content p {
    line-height: initial;
    float: left;
    margin-top: 10px;
    font-size: 15px;
    color: #000;
    font-weight: 200;
    line-height: 200%;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
}.ban-butn1 {
    float: left;
    /* width: 100%; */
    /* text-align: right; */
}.ban-butn1 a {
    float: none;
    display: inline-block;
    /* font-weight: lighter; */
    font-size: 15px;
    height: 49px;
    color: white;
    text-align: center;
    border-radius: 0;
    width: 154px;
    padding: 13px 30px;
    background-image: linear-gradient(30deg, #222357 50%, transparent 50%);
    background-size: 1140px;
    transition: background 500ms ease-in-out;
    border: 1px solid #222357;
    font-family: 'DM Sans', sans-serif;
}.ban-butn2 {
    float: left;
    /* width: 100%; */
    text-align: left;
    margin-left: 15px;
}.ban-butn2 a {
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    width: 154px;
    height: 49px;
    text-align: center;
    color: #000;
    background-image: linear-gradient(30deg,transparent 50%, transparent 50%);
    background-size: 1140px;
    transition: background 500ms ease-in-out;
    padding: 13px 30px;
    border-radius: 0;
    border: 1px solid #000;
    font-family: 'DM Sans', sans-serif;
}


.panel1{
}.ban-butn1 a:hover{
  background-position: 100%;
  text-decoration: none;
  color: #000;
}







/********************menu************************/

.reg-now{
  width: 176px;
  height: 48px;
  float: right;
  background: #b00700;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-top-left-radius: 35px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 20px;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
.reg-now:hover{
  
background: #1c1a1a;
}.intro-content {
    position: relative;
    z-index: 1;
}.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1.1);
    transition: 10s;
}.intro-carousel .owl-item .layer-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}.layer-1 h1 {
    color: #fff;
    font-size: 56px;
    /* line-height: 70px; */
    margin: 0px 0px 10px;
    font-family: 'Conthrax Sb' !important;
    max-width: 100%;
    margin-bottom: 15px;
}.layer-1 p {
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    width: 35%;
}.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 45%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
    padding: 0 0 0 7%;
}.intro-carousel .owl-item.active .layer-1, .intro-carousel .owl-item.active .layer-2, .intro-carousel .owl-item.active .layer-3 {
    transform: translateY(0);
    opacity: 1;
}
.search-sec{

width: 100%;

float: left;

background-color: #282727;

padding: 40px 30px;

height: 155px;

background-size: contain;

background-repeat: no-repeat;

border-radius: 10px;

transform: skewX(-15deg);

margin-top: -55px;

position: relative;

z-index: 999;
}
.w-m{
    
position: absolute;
    
top: -48px;
    
z-index: -2;
}
.search-sec  .select2-container{
    transform: skewX(15deg);
    font-family: 'Chillax-Regular' !important;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.search-sec button{

background: linear-gradient(180deg, rgba(173,7,1,1) 5%, rgba(135,13,7,1) 76%);

border: 0;

display: block;

transform: skewX(15deg);

margin: 30px auto 0;

font-family: 'Chillax-Regular' !important;

width: 275px;

height: 56px;

color: #fff;

font-size: 15px;

border-top-left-radius: 35px;

border-top-right-radius: 20px;

border-bottom-right-radius: 35px;

border-bottom-left-radius: 20px;
}
.search-sec button:hover{
    
background: linear-gradient(180deg, rgba(135, 13, 7, 1) 5%, rgba(173, 7, 1, 1) 76%);
}

.panel1{

width: 100%;

float: left;

padding: 100px 0 70px;
}
.p1-box{

width: 100%;

float: left;

position: relative;
}
.p1-img{

width: 100%;

float: left;

border-radius: 15px;
}
.p1-box a{float: right;position: absolute;right: 20px;background: #141313;padding: 10px;border-radius: 100%;bottom: 0;}
.p1-box a img{float: right;width: 20px !important;filter: invert(1);transform: rotate(-45deg);}
.p1-box:hover a{

background: #b00700;
}
.p1-box:hover .p1-img{

}
.p1-box h5{
    font-size: 20px;
    color: #fff;
    text-decoration: underline;
    float: left;
}
.p1-text{
  position: absolute;
  bottom: 15px;
  left: 0;
  padding-left: 20px;
  width: 100%;
}
.panel2{

width: 100%;

float: left;

background-image: url('../images/p2-bg.png');

background-size: cover;

padding: 60px 0;
}
.panel2 h1{

font-size: 35px;

color: #fff;

text-align: center;

margin-bottom: 40px;
}
.p2-carousel{

}
.p2-carousel .item img{

background: #fff;

padding: 20px;

height: 125px;

object-fit: contain;

border-radius: 10px;

border: 3px solid #292828;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}.p2-carousel .item img:hover{

border-color: #340200;
}
.panel2 .owl-nav{position: relative;top: -81px;}.panel2 .owl-nav img{
  filter: invert(1);
  width: 30px;
}
.panel2 .owl-prev{
  left: -40px;
  position: absolute;
}
.panel2 .owl-next{
  
}
.panel2 .owl-next{position: absolute;right: -40px;transform: rotate(180deg);}
.panel2 .owl-left{
    
}

.panel2 .owl-next img{

}
.panel2 .owl-left img{
    
}
.panel3{

width: 100%;

float: left;

padding: 55px 0;
}
.p3-carousel .owl-stage-outer{
  padding-bottom: 50px;
}
.panel3 h1 span{
  color:#b00700;
}
.panel3 h1{

font-size: 35px;

color: #383838;

text-align: center;
}
.p3-box{width: 100%;float: left;border-radius: 20px;margin-top: 30px;border: 1px solid #cecece;position: relative;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;padding-bottom: 30px;}
.p3-img{

overflow: hidden;

width: 100%;

float: left;

border-top-left-radius: 20px;

border-top-right-radius: 20px;
}
.p3-box:hover{
  
border-color: #b00700;
}.p3-box:hover a{
  
background: #b00700;
}
.p3-img img{width: 100%;height: 160px;object-fit: cover;border-top-left-radius: 20px;border-top-right-radius: 20px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.p3-box h5{font-size: 16px;
    width: 100%;
    float: left;
    padding: 15px 20px 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;}
.p3-box h6{font-size: 15px;color: #000;font-family: 'Chillax-Regular' !important;padding: 0 20px 3px;line-height: 21px;}
.p3-box a{position: absolute;bottom: -20px;border-top-left-radius: 35px;border-top-right-radius: 20px;border-bottom-right-radius: 35px;background: #293133;border-bottom-left-radius: 20px;width: 152px;height: 45px;font-size: 15px;color: #fff;text-align: center;padding: 10px 0;text-decoration: none;left: 15px;}
.p3-box a:hover{

}
.p3-box:hover img{

transform: scale(1.1);
}
.panel3 .owl-nav{

position: absolute;

top: -46px;

right: 0;
}
.panel3 .owl-next{

}
.panel3 .owl-prev{

transform: rotate(-180deg);

margin-right: 10px;
}
.panel3 .owl-nav img{
    width: 33px;
    border: 1px solid #bd2f29;
    padding: 8px;
    height: 33px;
    object-fit: contain;
    border-radius: 100%;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.panel4{

width: 100%;

float: left;

background-image: url('../images/p4-bg.webp');

background-position: center;

background-size: cover;

padding: 60px 0;
}
.panel4 h1{

font-size: 35px;

color: #fff;

text-align: center;

margin-bottom: 20px;
}.p4-box:hover .p4-img{
  
}
.p4-box{

width: 100%;

float: left;

background: #fff;

padding: 20px;

margin-top: 30px;

position: relative;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

border-radius: 20px;

text-align: center;

height: 157px;

margin-bottom: 30px;
}
.p4-box h5{

font-size: 18px;

color: #000;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.p4-box a{

}
.p4-box a img{

margin-top: 8px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.p4-box .c1{

position: absolute;

bottom: -20px;

left: 21%;

transition: all ease-in-out .5s;

max-width: 100%;

-webkit-transition: all ease-in-out .5s;
}
.p4-box:hover{

background: linear-gradient(180deg, rgba(1,1,1,1) 5%, rgba(30,26,26,1) 76%);

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.p4-box:hover h5{

color: #fff;
}
.p4-box:hover .c1{
  
transform: scale(1.1);
}
.p4-box:hover a img{
    
filter: brightness(111);
}
.panel5{

width: 100%;

float: left;

background: #181616;

padding: 60px 0;
}
.panel5 h1{

text-align: center;

color: #fff;

font-size: 35px;

margin-bottom: 30px;
}
.p5-left{width: 100%;float: left;margin-top: 30px;}
.p5-left h5{float: left;font-size: 21px;background: #383838;color: #fff;width: 58px;height: 58px;text-align: center;padding: 16px 0;border-radius: 40%;margin-right: 12px;margin-bottom: 60px;}.p5-left h6{font-size: 15px;color: #fff;line-height: 24px;}
.p5-left p{font-size: 14px;color: #fff;line-height: 21px;}
.p5-img{width: 100%;float: left;margin-top: 50px;}
.panel6{

width: 100%;

float: left;

padding: 60px 0;
}
.panel6 h1{

font-size: 35px;

color: #383838;

text-align: center;
}
.panel6 h1 span{

color: #b00700;
}
.p6-box{

width: 100%;

float: left;

border: 1px solid #cecece;

border-radius: 10px;

padding: 27px;

position: relative;

height: 243px;

margin-top: 40px;
}
.p6-box h5{

font-size: 18px;

color: #000;
}
.p6-box p{

font-size: 14px;

color: #000;

line-height: 24px;

margin-top: 15px;

margin-bottom: 0;
}
.p6-box-down{

margin-top: -13px;

border-bottom-left-radius: 10px;

border-bottom-right-radius: 10px;

background: #e6e9ee;

float: left;

width: 100%;

height: 60px;

position: relative;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.i4-img{

position: absolute;

top: -63px;

background: #383838;

width: 100px;

height: 100px;

padding: 17px 0;

border: 10px solid #fff;

left: 27px;

border-radius: 100px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.red-car{
    
position: absolute;
    
right: 0;
    
bottom: 0;
}
.i4-img img{

display: block;

margin: auto;

width: 45px;

height: 45px;
}
.p6-full{
    width: 100%;
    float: left;
}.p6-full:hover .p6-box-down{

background: #c9130b;
}
.p6-full:hover .i4-img{

background: #c9130b;
}
.p6-full:hover h5{
    
color: #c9130b;
}
.panel7{width: 100%;float: left;background-image: url('../images/p7-bg.png');background-size: cover;background-repeat: no-repeat;background-position: center;padding: 60px 0 140px;position: relative;}
.panel7 p{
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
.panel7 h1{

font-size: 35px;

color: #fff;

text-align: center;
}
.p7-box{width: 100%;float: left;border: 1px solid #fff;border-radius: 10px;padding: 20px;margin-top: 25px;text-decoration: none;}
.p7-box img{float: left;margin-right: 15px;margin-bottom: 40px;}
.p7-box h5{font-size: 16px;color: #fff;}
.p7-box h6{font-family: 'Chillax-Regular' !important;font-size: 14px;color: #fff;line-height: 21px;margin: 0;}
.p7-i{
    position: absolute;
    right: 0;
    bottom: 0;
}
.panel8{

width: 100%;

float: left;

padding: 50px 0;

background-image: url('../images/p8-bg.webp');

position: relative;

background-size: cover;

background-repeat: no-repeat;
}
.panel8 img{

position: absolute;

max-width: 100%;

top: -85px;
}
.panel8 h1{

font-size: 35px;

color: #fff;

/* margin-top: 80px; */
}
.panel8 p{

font-size: 14px;

color: #fff;

margin-top: 15px;
}
.panel8 a{

background: #8c0a0e;

border-top-left-radius: 35px;

border-top-right-radius: 20px;

border-bottom-left-radius: 20px;

border-bottom-right-radius: 35px;

width: 142px;

height: 46px;

float: left;

font-size: 15px;

color: #fff;

position: relative;

text-align: center;

font-weight: 600;

text-decoration: none;

padding: 10px 0 9px;

margin-top: 10px;
}
.panel8 a:hover{
    
background: #1c1a1a;
}
.footer{
    
width: 100%;
    
float: left;
    
background-image: url('../images/ftr-bg.png');
    
padding: 60px 0;
}
.ftr-logo{
  
}
.ftr-logo img{
  max-width: 100%;
  display: block;
  margin: auto;
}
.quick-link{
  width: 100%;
  float: left;
  margin-top: 0;
}
.quick-link h5{
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.quick-link a{
  width: 100%;
  float: left;
  opacity: .8;
  font-size: 14px;
  color: #eeeef0;
  text-decoration: none;
  line-height: 30px;
}
.quick-link a:hover{
  
}
.quick-link h6{
  font-size: 15px;
  color: #eeeef0;
  margin-top: 15px;
  width: 100%;
  float: left;
  opacity: .8;
}
.loc-link{
  width: 100%;
  float: left;
  margin-top: 0;
}
.loc-link h5{
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.loc-link p{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #eeeef0;
  text-decoration: none;
  line-height: 30px;
  opacity: .8;
}
.loc-link h6{
      font-size: 15px;
      color: #eeeef0;
      margin-top: 15px;
      width: 100%;
      float: left;
      opacity: .8;
}
.copy{
  
background: #000;
  
width: 100%;
  
float: left;
  
text-align: center;
  
padding: 20px 0;
}
.copy p{
  
margin: 0;
  
font-size: 15px;
  
color: #fff;
}
.copy2{
  
}

.copy p a{
  color: #fff;
  text-decoration: none;
}
.copy p a:hover{
  color: #af0700;
}.panel3 .owl-nav img:hover{
  background: #fdd3d3;
}

.innerban{

width: 100%;

float: left;

background: #434a54;

padding: 30px 0;
}
.innerban a{

font-size: 15px;

font-family: 'Conthrax Sb' !important;

color: #fff;

text-decoration: none;
}
.innerban a:hover{

}
.innerban a span{
  
opacity: .7;
  
padding-left: 5px;
}
.listing-sec{

width: 100%;

float: left;

padding: 50px 2%;
}
.list-left{

width: 100%;

float: left;

border: 1px solid #c15f5f;

border-radius: 10px;

/* padding: 15px; */
}
.list-left .select2-selection {
  height: 50px !important;
  padding: 14px 0 !important;
  }
.list-left h1{

font-size: 26px;

text-align: center;

padding: 10px 0;

border-bottom: 1px solid #c15f5f;

margin: 0;
}
.list-categ{

width: 100%;

float: left;

padding: 10px;
}
.list-categ .select2-container{
  border: 1px solid #5c5858;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 15px;
}
.list-categ .select2-selection__rendered{
  font-size: 15px;
  font-family: 'Chillax-Regular' !important;
}
.w-48{
  width: 48%;margin-right: 2%;
}
.custom-select {
    position: relative;
    display: inline-block;
    float: right;
    /* margin-bottom: 45px; */
}.selected-option {
    cursor: pointer;
    padding: 6px 34px 6px 29px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'Chillax-Regular' !important;
    font-weight: 600;
    position: relative;
    background: #cecece7d;
}.selected-option:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #838282;
    top: 13px;
    right: 18px;
}.options {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    list-style: none;
    width: 210px;
    left: -24px;
    padding: 0;
    margin: 0;
    border: 0;
    top: 40px;
    border-top: none;
    border-radius: 10px;
    box-shadow: 10px 2px 6px -3px rgba(0,0,0,0.05);
}.options li {
    padding: 10px 15px;
    border-bottom: 1px solid #cecece;
}.options li input[type="radio"] {
    display: none;
}.options li input[type="radio"] + label {
    cursor: pointer;
}

.listing-sec input[type=radio] + label {
    cursor: pointer;
    padding-left: 30px;
    font-family: 'Chillax-Regular' !important;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}.listing-sec input[type=radio] + label:before {
    left: 0;
    position: absolute;
    content: "";
    width: 15px;
    top: 5px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #941d1d;
}.listing-sec input[type=radio]:checked + label:before {
    left: -3px;
    background: #941d1d;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #941d1d;
}
.custom-select h5{
      float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 7px 10px 0;
}
.listing-sec .p3-box {
    width: 98%;
    }
    .list-categ input{
          width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid #5c5858;
    font-family: 'Chillax-Regular' !important;
    font-size: 15px;
    padding: 12px 10px;
    color: #000;
    }
    .list-categ button{

background: linear-gradient(181deg, rgba(173, 7, 1, 1) 30%, rgba(135, 13, 7, 1) 70%);

border-top-left-radius: 35px;

border-top-right-radius: 20px;

border-bottom-right-radius: 35px;

border-bottom-left-radius: 20px;

position: relative;

border: 0;

width: 100%;

float: left;

font-weight: 600;

color: #fff;

font-size: 16px;

padding: 18px 0;

font-family: 'Chillax-Regular' !important;

margin-top: 25px;

margin-bottom: 30px;
}
     .list-categ button:hover{
      
#000:
      
aliceblue;
      
background: linear-gradient(181deg, rgba(135, 13, 7, 1) 30%, rgba(173, 7, 1, 1) 70%);
    }
    .listing-sec h2{
          width: auto;
          float: left;
          font-size: 22px;
          color: #b00700;
    }
    .detail-sec{

width: 100%;

float: left;

position: relative;
}
    .det-image{

width: 100%;

float: left;

overflow: hidden;

}
    .det-image img{
      
height: 500px;
      
object-fit: cover;
      
width: 100%;
    }
    .detail-sec .owl-nav{

position: absolute;

bottom: 24px;

left: 9%;

background: #ffffffc2;

width: 130px;

height: 60px;

text-align: center;

padding: 15px 0;

border-top-left-radius: 20px;

border-top-right-radius: 20px;
}
     .detail-sec .owl-item.active img{
}
     .detail-sec .owl-nav img{

width: 30px;

opacity: .6;

}
     .detail-sec .owl-next{
      
transform: rotate(180deg);
    }
     .detail-sec .owl-prev{
      
margin-right: 10px;
    }
    .det-text{

width: 100%;

float: left;

padding: 60px 0 30px;
}
    .text-left{

width: 90%;

float: left;
}
    .text-left h1{

font-size: 25px;

color: #000;

line-height: 44px;

}
    .text-left h6{

font-family: 'Chillax-Regular' !important;

font-size: 50px;

font-weight: 700;

color: #b00700;

margin-top: 20px;

}
    .text-left h6 span{

color: #000;

font-size: 20px;

font-weight: 400;

}
    .det-right{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 40px 20px;

border-radius: 20px;

}
  .det-req{width: 100%;height: 50px;float: right;background: linear-gradient(180deg, rgba(173, 7, 1, 1) 5%, rgba(135, 13, 7, 1) 76%);font-size: 15px;color: #fff;position: relative;font-weight: 600;text-align: center;border-top-left-radius: 35px;border-top-right-radius: 20px;border-bottom-right-radius: 35px;border-bottom-left-radius: 20px;padding: 12px 0;text-decoration: none;}
          
    .det-req:hover{
   background: linear-gradient(180deg, rgba(135, 13, 7, 1), rgba(173, 7, 1, 1) 5% 76%);
   }
  .det-fin{width: 100%;height: 50px;float: right;background: linear-gradient(50deg, rgba(16,17,19,1) 22%, rgba(19,20,21,1) 62%);position: relative;color: #fff;font-size: 15px;margin-top: 15px;font-weight: 600;text-align: center;border-top-left-radius: 35px;border-top-right-radius: 20px;border-bottom-right-radius: 35px;border-bottom-left-radius: 20px;padding: 12px 0;text-decoration: none;}
  .det-fin:hover{background: linear-gradient(50deg,rgba(19, 20, 21, 1)  22%, rgba(16, 17, 19, 1) 62%);}
.det2{

width: 100%;

float: left;

padding-bottom: 50px;
}
.det2 h1{

font-size: 32px;

color: #000;

float: left;

width: auto;

border-bottom: 2px solid #000000a3;
}
.det2-box{

width: 100%;

float: left;

border: 1px solid #cecece;

border-radius: 20px;

padding: 80px 10px;

margin-top: 20px;

text-align: center;

background: #fafafa;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.det2-box h5{

font-size: 18px;

color: #000;
}
.det2-box h6{
  
margin: 0;
  
font-size: 17px;
  
font-family: 'Chillax-Regular' !important;
  
color: #000;
  
font-weight: 600;
}
.des{

width: 100%;

float: left;

padding: 0 0 60px;

border-bottom: 1px solid #cecece;
}
.des h1{

float: left;

width: auto;

font-size: 32px;

border-bottom: 2px solid #00000087;
}
.des p{

width: 100%;

float: left;

font-size: 18px;

color: #000;

line-height: 34px;

margin-top: 20px;

margin-bottom: 25px;
}
.des-a1{

/* height: 50px; */

float: left;

background: linear-gradient(180deg, rgba(173, 7, 1, 1) 5%, rgba(135, 13, 7, 1) 76%);

font-size: 15px;

color: #fff;

font-weight: 600;

text-align: center;

border-top-left-radius: 35px;

position: relative;

border-top-right-radius: 20px;

border-bottom-right-radius: 35px;

border-bottom-left-radius: 20px;

padding: 14px 50px 16px;

text-decoration: none;

width: auto;
}
  .des-a1:hover{

background: linear-gradient(180deg, rgba(135, 13, 7, 1)  5%, rgba(173, 7, 1, 1) 76%);

}
  .des-a2{

float: left;

background: linear-gradient(50deg, rgba(16, 17, 19, 1) 22%, rgba(19, 20, 21, 1) 62%);

position: relative;

color: #fff;

font-size: 15px;

margin-top: 0;

font-weight: 600;

text-align: center;

border-top-left-radius: 35px;

border-top-right-radius: 20px;

border-bottom-right-radius: 35px;

border-bottom-left-radius: 20px;

padding: 14px 50px 16px;

text-decoration: none;

margin-left: 15px;
}
  .des-a2:hover{
    
background: linear-gradient(50deg, rgba(19, 20, 21, 1)  22%, rgba(16, 17, 19, 1) 62%);
  }
  .career-full{

width: 100%;

float: left;

padding: 50px 0;

}
  .career-full h1{

font-size: 35px;

text-align: center;

color: #222;
}
  .career-full p{

text-align: center;

font-size: 15px;

color: #000;

padding: 10px 100px;

}
  .career-form{

max-width: 900px;

display: block;

margin: auto;

}
  .career-form form{

width: 100%;

float: left;

margin-top: 30px;

}
  .career-field{

width: 100%;

float: left;

margin-bottom: 20px;
}
  .career-field label{

font-size: 15px;

width: 100%;

float: left;

font-family: 'Chillax-Regular' !important;

font-weight: 600;
}
  .career-field input{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 12px;

border-radius: 10px;

margin-top: 10px;

background: #f3f3f3;

float: left;

font-family: 'Chillax-Regular' !important;

font-size: 14px;
}
  .career-field textarea{

width: 100%;

float: left;

border: 1px solid #cecece;

font-family: 'Chillax-Regular' !important;

padding: 12px;

border-radius: 10px;

margin-top: 10px;

background: #f3f3f3;

height: 120px;
}
  .career-full button{
    width: 176px;
    height: 48px;
    position: relative;
    float: none;
    background: #b00700;
    font-size: 14px;
    font-family: 'Chillax-Regular' !important;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
    padding: 12px 0;
    text-decoration: none;
    display: block;
    margin:auto;
    border: 0;
  }
  .career-full button:hover{
    
background: #141313;
  }
  .contact-full {width: 100%;float: left;padding: 70px 0;}
  .contact-full h1{font-size: 33px;color: #b00700;margin-bottom: 10px;}
  .ct-left{width: 100%;float: left;background: #ffffff;padding: 50px;border: 1px solid #ccc;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
  .ct-left form{

  }
.ct-field textarea{
      width: 100%;
      font-family: 'Chillax-Regular' !important;
      float: left;
      border: 1px solid #cecece;
      padding: 12px;
      border-radius: 10px;
      background: #f7f7f7;
      font-size: 15px;
}
  .ct-field{

width: 100%;

float: left;

margin-bottom: 15px;

}
  .ct-field input{width: 100%;font-family: 'Chillax-Regular' !important;float: left;border: 1px solid #cecece;padding: 12px;border-radius: 10px;background: #f7f7f7;font-size: 15px;}
  .ct-field label{font-family: 'Chillax-Regular' !important;font-size: 15px;font-weight: 600;width: 100%;float: left;margin-bottom: 8px;}
  .ct-left button{width: 216px;height: 53px;float: left;background: #b00700;font-family: 'Chillax-Regular' !important;font-size: 14px;color: #fff;font-weight: 600;position: relative;text-align: center;border-top-left-radius: 35px;border-top-right-radius: 20px;border-bottom-right-radius: 35px;border-bottom-left-radius: 20px;padding: 12px 0;text-decoration: none;border: 0;}
  .ct-left button:hover{

background: #161515;

}
  .ct-right{
    width: 100%;
    float: left;
    background-image: url('../images/bg5.jpg');
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 100px 100px;
  }
  .ct-address{

width: 100%;

float: left;

background: #00000070;

padding: 30px;

border-radius: 20px;

margin-bottom: 20px;

}
  .ct-address h5{

font-size: 20px;

color: #fff;

}
  .ct-address p{

font-size: 16px;

color: #fff;    word-break: break-all;

width: 100%;

float: left;

margin: 0;

}
  .ct-address p span{

float: left;

width: 100%;

}
  .ct-address p a{
    
color: #fff;
    
text-decoration: none;
  }
  .about-full{

width: 100%;

float: left;

padding: 70px 0 0;
}
  .about-full img{

width: 460px;

height: 400px;

object-fit: cover;

border-radius: 20px;

float: right;

margin-left: 40px;

}
  .about-full h1{

font-size: 35px;

color: #000000c9;

}
.about-full p{
  
font-size: 14px;
  
color: #000;
  
line-height: 30px;
  
margin-top: 15px;
}
.view-img{

position: absolute;

right: 5%;

background: #000;

bottom: 40px;

z-index: 99;

font-size: 15px;

color: #fff;

text-decoration: none;

padding: 10px 28px 12px;

border-radius: 30px;
}
.view-text{
  
font-size: 15px;
  
color: #fff;
  
text-decoration: none;
}.view-text img{
  
width: 28px;
  
height: 28px;
  
filter: invert(1);
  
margin-right: 10px;
}
.reg-now:before{
      content: "";
      position: absolute;
      top: 50%;
      left: 0px;
      width: 0px;
      height: 5px;
      background-color: rgba(255, 255, 255, 0.4);
      transition: none 0s ease 0s;
      border-top-left-radius: 35px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 35px;
      border-bottom-left-radius: 20px;
}
.reg-now:hover::before{
      width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}.search-sec button:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
}
.search-sec button:hover::before{
        width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.p3-box a:before{
      content: "";
      position: absolute;
      top: 50%;
      left: 0px;
      width: 0px;
      height: 5px;
      background-color: rgba(255, 255, 255, 0.4);
      transition: none 0s ease 0s;
      border-top-left-radius: 35px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 35px;
      border-bottom-left-radius: 20px;
}
.p3-box:hover a::before{
     width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.panel8 a:before{
       content: "";
       position: absolute;
       top: 50%;
       left: 0px;
       width: 0px;
       height: 5px;
       background-color: rgb(199 146 146 / 40%);
       transition: none 0s ease 0s;
       border-top-left-radius: 35px;
       border-top-right-radius: 20px;
       border-bottom-right-radius: 35px;
       border-bottom-left-radius: 20px;
}
.panel8 a:hover::before{
   width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.ct-left button:before{
   content: "";
   position: absolute;
   top: 50%;
   left: 0px;
   width: 0px;
   height: 5px;
   background-color: rgb(199 146 146 / 40%);
   transition: none 0s ease 0s;
   border-top-left-radius: 35px;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 35px;
   border-bottom-left-radius: 20px;
   }.ct-left button:hover::before{
   width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.career-full button:before{
     content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
   }.ct-left button:hover::before{
   width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.career-full button:hover::before{
     width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
select option{font-family: 'Chillax-Regular' !important;font-size: 14px;}
.list-categ button:before{
    content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
}
.list-categ button:hover::before{ width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;}


.datepicker-dropdown{
    width: 26%;
    padding: 3px;
    background: #000000;
    border: 0;
    z-index: 9999 !important;
    max-width: 100%;
}.datepicker-dropdown th{
    width: 1%;
    font-size: 13px;
    background: #000000;
    color: #fff;
    border: 1px solid #484545;
    padding: 3px;
    text-align: center;
    font-family: 'Chillax-Regular' !important;
    cursor: pointer;
}.datepicker-dropdown td:hover{
    background: #b51414;
    color: #fff;
}
.datepicker-dropdown td{
    width: 1%;
    font-size: 13px;
    background: #000000;
    border: 1px solid #4a4a4a;
    color: #fff;
    padding: 3px;
    text-align: center;
    font-family: 'Chillax-Regular' !important;
    cursor: pointer;
}
.datepicker-dropdown span{
    padding: 10px;
    word-break: break-all;
}
.finance-full{

width: 100%;

float: left;

padding: 60px 0;
}
.finance-full h1{font-size: 33px;color: #222;}
.finance-full p{

font-size: 15px;

line-height: 28px;

padding-top: 10px;
}
.finance-full form{

width: 100%;

float: left;

padding: 10px 0;
}
       .fin-field .select2-selection{
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    padding: 12px !important;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #f3f3f3 !important;
    float: left;
    font-family: 'Chillax-Regular' !important;
    font-size: 14px;
    height: auto !important;
}
.finance-full h5{font-size: 18px;color: #b00700;width: 100%;float: left;}
.finance-full h6{font-size: 18px;color: #b00700;margin-top: 40px;width: 100%;float: left;}
       .fin-field textarea{
             width: 100%;
             float: left;
             border: 1px solid #cecece;
             padding: 12px;
             border-radius: 10px;
             height: 100px;
             margin-top: 10px;
             background: #f3f3f3;
             float: left;
             font-family: 'Chillax-Regular' !important;
             font-size: 14px;
       }
.fin-field{

width: 100%;

float: left;

margin-top: 15px;
}
.fin-field label{

font-size: 15px;

font-family: 'Chillax-Regular' !important;

font-weight: 600;

color: #000;
}
.fin-field input{width: 100%;float: left;border: 1px solid #cecece;padding: 12px;border-radius: 10px;margin-top: 10px;background: #f3f3f3;float: left;font-family: 'Chillax-Regular' !important;font-size: 14px;}
.fin-field select{

}
.finance-full h4{font-family: 'Chillax-Regular' !important;font-size: 15px;color: #000;margin-top: 20px;line-height: 28px;}.finance-full h4 strong{

}.finance-full button:hover{
  
background: #000000cf;
}
.finance-full button{position: relative;width: 176px;height: 48px;float: left;font-family: 'Chillax-Regular' !important;background: #b00700;font-size: 14px;margin-top: 20px;color: #fff;font-weight: 600;border: 0;text-align: center;border-top-left-radius: 35px;border-top-right-radius: 20px;border-bottom-right-radius: 35px;border-bottom-left-radius: 20px;padding: 10px 0 12px;text-decoration: none;}
.finance-full button:before{
content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
}
.finance-full button:hover::before{
 width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.finance-full .select2-container--default .select2-selection--single .select2-selection__arrow b{
  top: 90% !important;
}
.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: #11111100 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}#enroll .modal-content {
    background-image: url(../images/p4-bg.webp);
    background-size: cover;
    background-position: center;
}.mod-new {
    width: 100%;
    float: left;
    padding: 20px 30px;
}.mod-new h1 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
    border-radius: 30px;
}
.mod-new button{
  width: 176px;
  height: 48px;
  float: left;
  background: #b00700;
  font-size: 14px;
  color: #fff;
  font-weight: 600;    font-family: 'Chillax-Regular' !important;
  border: 0;
  text-align: center;
  border-top-left-radius: 35px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 20px;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
       .mod-new button:before{
         content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
       }
.mod-new button:hover::before{
  width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
       
       .log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}.log-field label {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 600;
    font-family: 'Chillax-Regular' !important;
}.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Chillax-Regular' !important;
}.mod-right {
    width: 100%;
    float: left;
    padding: 166px 30px;
}.mod-right h5 {
    font-size: 25px;
    color: #b00700;
    letter-spacing: 2px;
}.mod-right h6 {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    line-height: 36px;
    font-family: 'Chillax-Regular' !important;
}.time-mod {
    font-size: 20px;
    font-family: 'Chillax-Regular' !important;
    color: #efbbbb;
    font-weight: 400;
    margin-top: 30px;
}.log-field textarea {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Chillax-Regular' !important;
}
.det-req:before{
    content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
}
.det-req:hover::before{width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;}
.det-fin:before{
    content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
}
.det-fin:hover::before{width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;}
    .des-a1:before{
    content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
}
.des-a1:hover::before{width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;}
    .det-fin:hover::before{width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;}
    .des-a2:before{
    content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
}
.des-a2:hover::before{width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;}
    .det2-box:hover{
      
background: #ffeae9;
    }
    #apply-now .modal-content {
    background-image: url(../images/bg6.png);
    background-size: cover;
    background-position: center;
}
       #apply-now .mod-right{
                 width: 100%;
         float: left;
         padding: 135px 30px;
       }
        .btn-srh{
    background: linear-gradient(180deg, rgba(173, 7, 1, 1) 5%, rgba(135, 13, 7, 1) 76%);
    border: 0;
    display: table;
    transform: none;
    position: relative;padding: 9px 0 12px;
    z-index: 999;
    margin-right: auto;
    top: 5px;
    margin-left: auto;
    font-family: 'Chillax-Regular' !important;
    width: 202px;
    height: 48px;
    color: #fff;
    font-size: 15px;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
    }
         .btn-srh:before{
 content: "";
     position: absolute;
     top: 50%;
     left: 0px;
     width: 0px;
     height: 5px;
     background-color: rgb(199 146 146 / 40%);
     transition: none 0s ease 0s;
     border-top-left-radius: 35px;
     border-top-right-radius: 20px;
     border-bottom-right-radius: 35px;
     border-bottom-left-radius: 20px;
         }
  .btn-srh:hover{

  } 
   .btn-srh:hover::before{
     background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
   }       
   #enroll{
        z-index: 999999;
   }.innerban a:nth-child(2) {
    padding-left: 5px;
}
/******************media********************/
@media(max-width: 575px){
    .panel7 h1 br{
        display:none;
    }
    .reg-now{
        float:none !important;
    }
    #apply-now .mod-right {
    width: 100%;
    float: left;
    padding: 0;
}.mod-new {
    width: 100%;
    float: left;
    padding: 20px 0;
}.mod-new h1 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 20px;
}.det2 h1 {
    font-size: 28px;
}
  .finance-full h1 {
    font-size: 25px;
    color: #222;
}.career-full p {
    text-align: center;
    font-size: 15px;
    color: #000;
    padding: 10px;
}.career-full h1 {
    font-size: 27px;
}.contact-full {
    width: 100%;
    float: left;
    padding: 70px 4%;
}.ct-left {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
}.ct-right {
    width: 100%;
    float: left;
    background-image: url(../images/bg5.jpg);
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 50px 30px;
    border-radius: 20px;
    margin-top: 20px;
}.contact-full h1 {
    font-size: 28px;
  }
  .detail-sec .owl-nav {
    position: absolute;
    bottom: 24px;
    left: 5%;
    background: #ffffffc2;
    width: 108px;
    height: 60px;
    text-align: center;
    padding: 15px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}.text-left h1 {
    font-size: 18px;
    color: #000;
    line-height: 31px;
}.text-left h6 {
    font-family: 'Chillax-Regular' !important;
    font-size: 35px;
    font-weight: 700;
    color: #b00700;
    margin-top: 20px;
}.det2-box h5 {
    font-size: 14px;
    color: #000;
    word-break: break-all;
}.det2-box h6 {
    margin: 0;
    font-size: 14px;
  }.des h1 {
    float: left;
    width: auto;
    font-size: 26px;
  }.des-a1 {
    margin-bottom: 20px;
  }.des-a2{
    margin-left: 0;
  }.des p {
       font-size: 16px;
    line-height: 30px;
  }
  .about-full img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    float: right;
    margin-left: 0;
}.about-full h1 {
    font-size: 28px;
    color: #000000c9;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 15px;
}.mb-5 .p6-box {
       height: 293px;
 }.panel8 img {
    position: absolute;
    max-width: 100%;
    top: -85px;
    width: 90%;
}
  .quick-link a {
    width: 50%;
  }.quick-link {
    width: 100%;
    float: left;
    margin-top: 30px;
}.quick-link h5 {
     margin-bottom: 10px;
  }.loc-link h5{
       margin-bottom: 10px;
  }.loc-link {
    width: 100%;
    float: left;
    margin-top: 20px;
}
  .panel1 {
    width: 100%;
    float: left;
    padding: 30px 0 50px;
}
  .panel8 h1 {
    font-size: 28px;
    color: #fff;
    margin-top: 80px;
}
.p1-box h5 {
    font-size: 14px;
  }.p1-box a {
    padding: 5px;
  }
  .panel5 h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}.p5-left {
    width: 100%;
    float: left;
    margin-top: 10px;
}.panel6 h1 {
    font-size: 28px;
  }.panel7 h1 {
    font-size: 28px;
  }
  .panel4 h1 {
    font-size: 28px;}
  .panel2 .owl-nav{
    display: none;
  }.panel3 h1 {
    font-size: 28px;
    color: #383838;
    text-align: center;
}.panel3 .owl-nav {
    position: relative;
    top: inherit;
    right: 0;
    width: 100%;
    text-align: center;
}
  .panel2 h1 {
    font-size: 28px;}
  .search-sec .select2-container {
    transform: none;
    font-family: 'Chillax-Regular' !important;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;}
    .search-sec button {
    background: linear-gradient(180deg, rgba(173, 7, 1, 1) 5%, rgba(135, 13, 7, 1) 76%);
    border: 0;
    display: block;
    transform: none;
    margin: 0px auto 0;
    font-family: 'Chillax-Regular' !important;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 15px;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
}
  .dt-srh{
    display: none;
  }
  .logo {
    float: left;
    width: 45%;
    margin-top: 5px;
}.logo img {
    width: 170px;
}.header {
    float: left;
    width: 100%;
    background-color: white;
    height: 94px;

}.header2 {
    float: right;
    width: 53%;
}
.slider-images img{

}.search-sec {
    width: 100%;
    float: left;
    background-color: #282727;
    padding: 40px 30px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius:0px;
    transform: none;
    margin-top: -89px;
    position: relative;
    z-index: 999;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 29%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 0 0 7%;
}.layer-1 h1 {
    color: #fff;
    font-size: 15px;
    /* line-height: 70px; */
    margin: 0px 0px 10px;
    font-family: 'Conthrax Sb' !important;
    max-width: 100%;
    margin-bottom: 2px;
}.layer-1 p{
  display: none;
}.slide .item{
  height: auto;
}.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 32%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 0 0 7%;
}.slide{
  height: 160px;
}.w-m {
    position: absolute;
    top: -27px;
    z-index: -2;
    width: 180px;
    left: 3px;
}
}
.filter-mob {
    width: 50%;
    float: left;
    background: #000000;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media (max-width: 991px){
  .selected-option:after{
    display: none;
  }    .mob-fil-new h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 700;
        position: relative;
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
  .custom-select h5{
    display: none;
  }.listing-sec h2 {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #b00700;
    margin-top: 20px;
}.filter-mob h5 {
    font-size: 13px;
    color: #fff;
    padding: 17px;
    margin: 0;
    height: 50px;
    font-weight: 600;
}.custom-select {
    position: relative;
    display: inline-block;
    float: right;
    /* margin-bottom: 45px; */
    width: 50%;
    margin-top: -104px;
}
      .filter-close img {
        width: 30px;
        height: 30px;
        background: #b00700;
        float: right;
        padding: 7px;
        border-radius: 100%;
        position: absolute;
        right: 18px;
        top: 6px;
    }    .list-left {
        border-radius: 0;
        margin-top: -228px;
        height: 100vh;
        overflow-y: scroll;        overflow-x: hidden;
        position: relative;
        padding: 30px 15px 35px;
        background: #fff;
        z-index: 9999999;
    }
      .selected-option {
        cursor: pointer;
        padding: 15px 16px;
        border: 0;
        border-radius: 0;
        font-size: 13px;
        height: 50px;
        font-weight: 600;
        width: 100%;
        background: #b70600;
        float: left;
        color: #fff;
        border-left: 1px solid #3b3c3d;
        border-top-right-radius: 10px;
        text-align: center;
        border-bottom-right-radius: 10px;
    }
      .mob-fil-new {
        width: 99%;
        float: left;
        height: 43px;
        position: fixed;
        background: #fff;
        margin-bottom: 20px;
        border-bottom: 1px solid #cecece;
        left: 0;
        padding-left: 15px;
        padding-top: 11px;
        z-index: 99999;
        top: -229px;
    }

.med-hide {
    /* display: none; */
    position: absolute;
    visibility: hidden;
    width: 100%;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: all ease-in-out .6s;
    /* transition: visibility 0s .6s, transform .5s cubic-bezier(.19,1,.22,1); */
    z-index: 99999;
    PADDING: 0;
    /* width: 0; */
}
.med-new {
    visibility: visible !important;
    transform: translatex(0) !important;
    transition: visibility 0s 0s, transform .7s cubic-bezier(.19,1,.22,1) !important;
}.med-wd {
    width: 100% !important;
}
}
@media (min-width: 992px){
.mob-fil-new {
    display: none;
}
.filter-mob {
    display: none;
}.filter-mob h5 {
    font-size: 15px;
    color: #fff;
    padding: 15px;
    margin: 0;
    height: 50px;
    font-weight: 600;
}
}

@media(min-width: 576px){
  .btn-srh{
    display: none;
  }

}

@media(min-width: 576px) and (max-width: 767px){
    .p4-box .c1 {
    position: absolute;
    bottom: -20px;
    left: 7%;
    }
  .about-full img {
    width: 290px;
    height: 270px;
    object-fit: cover;
    border-radius: 20px;
    float: right;
    margin-left: 20px;
}.about-full h1 {
    font-size: 23px;
  }.p6-box {
     height: 262px;
  }.panel8 img {
    position: absolute;
    max-width: 100%;
    top: -85px;
    width: 80%;
}
  .panel8 h1 {
    font-size: 35px;
    color: #fff;
    margin-top: 190px;
}
  .logo {
    float: left;
    width: 40%;
    margin-top: 5px;
}.header2 {
    float: right;
    width: 56%;
}.logo img {
    width: 200px;
}.header {
    float: left;
    width: 100%;
    background-color: white;
    height: 103px;

}.slide {
    float: left;
    width: 100%;
    height: 232px;
    overflow: hidden;
}.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 11%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 0 0 7%;
}.layer-1 h1 {
        color: #fff;
        font-size: 20px;
        width: 54%;
        float: left;
        margin-bottom: 4px;
  }.layer-1 p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    width: 48%;
}
.layer-1 h1 br{
  display: none;
}
.search-sec {
    width: 100%;
    float: left;
    background-color: #282727;
    padding: 40px 30px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    transform: none;
    margin-top: -28px;
    position: relative;
    z-index: 999;
}.search-sec .select2-container {
    transform: none;
    font-family: 'Chillax-Regular' !important;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}.search-sec button {
     transform: none;
    margin: 0px auto 0;
}.panel2 .owl-next {
  right: -22px;
  }.panel2 .owl-prev {
  left: -22px;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .about-full img {
    width: 340px;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
    float: right;
    margin-left: 20px;
}
  .slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 45%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -121px;
    padding: 0 0 0 7%;
}.layer-1 h1 {
    color: #fff;
    font-size: 32px;
    /* line-height: 70px; */
    margin: 0px 0px 10px;
    font-family: 'Conthrax Sb' !important;
    max-width: 100%;
    margin-bottom: 15px;
}.slide {
    float: left;
    width: 100%;
    height: 366px;
    overflow: hidden;
}.search-sec {
    margin-top: -75px;
    position: relative;
    z-index: 999;
}.p4-box .c1 {
    position: absolute;
    bottom: -20px;
    left: 2%;
  }.p5-left h5 {
    float: left;
    font-size: 15px;
    background: #383838;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 14px 0;
    border-radius: 40%;
    margin-right: 12px;
    margin-bottom: 60px;
}.p6-box h5 {
    font-size: 15px;
    color: #000;
}.p6-box {
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
    height: 243px;
    margin-top: 40px;
}.i4-img {
    position: absolute;
    top: -38px;
    background: #383838;
    width: 80px;
    height: 80px;
    padding: 14px 0;
    border: 10px solid #fff;
    left: 17px;
    border-radius: 100px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.i4-img img {
    display: block;
    margin: auto;
    width: 31px;
    height: 31px;
}.p7-box h6 {
    font-family: 'Chillax-Regular' !important;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    margin: 0;
    width: 100%;
    float: left;
}.p7-box img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}.panel8 h1 {
    font-size: 35px;
    color: #fff;
    margin-top: 220px;
}.quick-link a {
    width: 100%;
  }
}
@media(min-width: 992px) and (max-width: 1024px){
  .slide {
    float: left;
    width: 100%;
    height: 440px;
    overflow: hidden;
}.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 45%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -125px;
    padding: 0 0 0 7%;
}.layer-1 h1 {
    color: #fff;
    font-size: 42px;
    /* line-height: 70px; */
    margin: 0px 0px 10px;
    font-family: 'Conthrax Sb' !important;
    max-width: 100%;
    margin-bottom: 15px;
}.panel2 .owl-next {
    right: -20px;
}.panel2 .owl-prev {
    left: -20px;
}.p5-left h5 {
    float: left;
    font-size: 17px;
    background: #383838;
    color: #fff;
    width: 50px;
    height: 49px;
    text-align: center;
    padding: 13px 0;
    border-radius: 40%;
    margin-right: 12px;
    margin-bottom: 72px;
}.i4-img {
    position: absolute;
    top: -29px;
    background: #383838;
    width: 80px;
    height: 80px;
    padding: 13px 0;
    border: 10px solid #fff;
    left: 27px;
    border-radius: 100px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.i4-img img {
    display: block;
    margin: auto;
    width: 33px;
    height: 33px;
}.p7-box img {
    float: left;
    margin-right: 15px;
    margin-bottom: 51px;
}.panel8 img {
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    width: 50%;
    top: -85px;
}
}
@media(min-width: 1025px) and (max-width: 1199px){
.header_menu_area > ul > li > a {
    margin: 15px 9px;
  }.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 45%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -126px;
    padding: 0 0 0 7%;
}

.layer-1 h1 {
    color: #fff;
    font-size: 42px;
    /* line-height: 70px; */
    margin: 0px 0px 10px;
    font-family: 'Conthrax Sb' !important;
    max-width: 100%;
    margin-bottom: 15px;
}.search-sec {
    margin-top: -145px;
}.p7-box img {
    float: left;
    margin-right: 15px;
    margin-bottom: 50px;
}.panel8 img {
    position: absolute;
    max-width: 100%;
    top: -85px;
    width: 50%;
}

     
}



 .activeli{
         color:#b00700!important;
      }


@media(min-width: 1200px) and (max-width: 1202px){
  .header_menu_area > ul > li > a {
    margin: 15px 19px;
  }
}
/*******************media********************/
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 900px;
    }
}