

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
} 
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1200px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
  font-family: "Cinzel", serif;
}

body{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4E5866;
   font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.topheader{
  padding: 10px 0;
  color: #fff;
  background-color: #f80340;
  padding: 10px 0 12px;
  position: relative;
  z-index: 3;
  overflow-x: hidden;
}

.topheader ul li{
  display: inline-block;
  list-style: none;
}
.topheader ul li a{
  color: #fff;
  transition: 0.5s ease;
}
.topheader ul{
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 10px;
}
.leftmar li{
  margin-left: 15px;
}
.rightmar li{
  margin-right: 15px;
}
.leftmar li a:hover{

transition: 0.5s ease;
}
.rightmar li a:hover{

transition: 0.5s ease;
}






/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 4px 0;
  
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 4px 0;box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;position: fixed;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 74px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  overflow-x: hidden;
}
.navbar{
  padding: 0;
}
.navbar-brand img{
  height: 80px;
  width: auto;
  display: block;
 
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
    font-size: 18px;
}
.nav-item:hover .nav-link{
  color: #f80340 !important;
}
.nav-item.active .nav-link{
  color: #f80340 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #f80340;
  opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after{
  opacity: 0;
}

.nav-item{
  position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */


.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}
h1{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}
p{
  text-align: justify;
  margin: 0;
  padding-bottom: 10px;
  opacity: 1;
}
body.hero-anime p{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
  display: inline-block;
    transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
  opacity: 0;
  transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
  opacity: 0;
  transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
  opacity: 0;
  transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
  opacity: 0;
  transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
  opacity: 0;
  transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #f80340;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #f80340 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 6px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: #f80340;
}





/* #Media
================================================== */

@media (max-width: 767px) { 
  
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 780px;
  transition:all .4s ease;
}
.hero-slider .slide-inner::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to bottom, #000000b0, #00000087);
}
@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

.slidercaptiontag{

}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  50% {
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg)
  }
  100% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
  z-index: 9;
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}.ripple-shape {
  position:absolute;
  bottom:0;
  right:0;
  z-index:2
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height:40px;
  width:40px;
  position:absolute;
  left:30px;
  bottom:-10px;
  background-color:transparent;
  border:3px solid rgba(255,255,255,1);
  border-radius:50%;
  -webkit-transform:translate3d(-50%, 50%, 0);
  transform:translate3d(-50%, 50%, 0);
  -webkit-animation:heroripple 8s ease-out infinite;
  animation:heroripple 8s ease-out infinite
}
.ripple-1 {
  -webkit-animation-delay:0;
  animation-delay:0
}
.ripple-2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
.ripple-3 {
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.ripple-4 {
  -webkit-animation-delay:3s;
  animation-delay:3s
}
.ripple-4 {
  -webkit-animation-delay:4s;
  animation-delay:4s
}
.ripple-5 {
  -webkit-animation-delay:5s;
  animation-delay:5s
}
.ripple-6 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
@-webkit-keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
@keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
.hero-1 .shape5, .hero-1 .shape4 {
  z-index: 9;
}
.shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.shape4 {
  top:0;
  right: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.hero-shape {
  position: absolute;
}
.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 70%;
}

.hero-style .slide-title h2 {
  font-size: 45px;
  line-height: 1.25 !important;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  transition:all .4s ease;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}



.butonstyk, .butonstyk-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.butonstyk-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.butonstyk:hover, .butonstyk-s2:hover, .butonstyk:focus, .butonstyk-s2:focus, .butonstyk:active, .butonstyk-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.butonstyk-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .butonstyk, .butonstyk-s2, .butonstyk-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .butonstyk, .butonstyk-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}



.click-btn {
  display: flex;
  width: 140px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-left: 40px;
}
.btn-style500 {
  border-color: #f80340;
  color: #f80340;
}
.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #f80340 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #f80340 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
.btn {
  background: #f80340;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}

.btn::before {
  background: #f80340;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  opacity: 1;
  transition: .6s;
  z-index: -1
}

.btn span {
  color: #fff
}

.btn:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
  margin-left: 10px;
  color: #f80340
}

.btn:hover i {
  color: #f80340;
  transition: .6s
}



/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .feature-block-one{
  position: relative;
  float: left;
  width: 33.33333%;
}

.feature-section .feature-block-one .inner-box{
  position: relative;
  padding: 35px 40px 40px 60px;
  min-height: 325px;
  z-index: 1;
}

.feature-section .feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-section .feature-block-one .inner-box:hover:before{
  height: 100%;
}

.feature-section .feature-block-one:first-child .inner-box{

}

.feature-section .feature-block-one:nth-child(2) .inner-box{
  
}

.feature-section .feature-block-one:last-child .inner-box{
  background: #000;
}

.feature-section .feature-block-one .inner-box .icon-box{
  position: absolute;
  left: 40px;
  top: 0px;
  width: 108px;
  height: 108px;
  line-height: 108px;
  background: #fff;
  text-align: center;
  font-size: 70px;
  color: #22272b;
}

.feature-section .feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
}

.feature-section .feature-block-one:first-child .inner-box .icon-box:before{

}

.feature-section .feature-block-one:nth-child(2) .inner-box .icon-box:before{
  
}

.feature-section .feature-block-one .inner-box .inner{
  position: relative;
  padding: 4px 0px 0px 110px;
}



.feature-section .feature-block-one .inner-box .inner h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  transition: all 500ms ease;
  color: #fff;
}

.feature-section .feature-block-one .inner-box .inner p{
 
  font-weight: 400;
  margin-bottom: 1px;
  transition: all 500ms ease;
}

.feature-section .feature-block-one .inner-box .inner a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #22272b;
}

.feature-section .feature-block-one .inner-box .inner a i{
  margin-right: 4px;
  font-size: 15px;
}

.feature-section .feature-block-one:first-child .inner-box .inner h4,
.feature-section .feature-block-one:first-child .inner-box .inner a,
.feature-section .feature-block-one .inner-box:hover .inner h4,
.feature-section .feature-block-one .inner-box:hover .inner a{
  color: #fff !important;
}


.feature-section .feature-block-one:first-child .inner-box .inner p,
.feature-section .feature-block-one .inner-box:hover .inner p{
  color: #fff !important;
}
.feature-section .feature-block-one:first-child .inner-box{
  background: #f80340;
}.feature-section .feature-block-one .inner-box .inner p{
  color: #fff;
}

.feature-section .feature-block-one:nth-child(2) .inner-box{
  background: #f80340;
}

.feature-section .feature-block-one:first-child .inner-box .icon-box:before{
  background: #f80340;
}

.feature-section .feature-block-one:nth-child(2) .inner-box .icon-box:before{
  background: #f80340;
}
.feature-section .feature-block-one img{
  height: 73px;
  margin-top: -10px;
}


@media screen and (max-width: 1630px){
  .feature-section .feature-block-one .inner-box .icon-box{
    left: 25px;
  width: 100px;
  }.feature-section .feature-block-one .inner-box .inner {
  padding: 4px 0px 0px 85px;
}
.feature-section .feature-block-one .inner-box{
  padding: 35px 15px 40px 60px;
}
}
@media screen and (max-width: 1500px){
  .feature-section .feature-block-one .inner-box .icon-box{
    left: 20px;
  width: 90px;
  }.feature-section .feature-block-one .inner-box .inner {
  padding: 4px 0px 0px 75px;
}
.feature-section .feature-block-one .inner-box{
  padding: 35px 10px 40px 50px;
}
}
@media screen and (max-width: 1390px){
  .feature-section .feature-block-one .inner-box .icon-box{
  width:80px;
  }.feature-section .feature-block-one .inner-box .inner {
  padding: 4px 0px 0px 65px;
}
.feature-section .feature-block-one .inner-box{
  padding: 35px 10px 40px 50px;
}
.feature-section .feature-block-one .inner-box .inner p{
  font-size: 15px;
}
}
@media screen and (max-width: 1300px){
 
.feature-section .feature-block-one .inner-box .inner p{
  font-size: 14px;
}.feature-section .feature-block-one img {
  height: 60px;
  margin-top: -10px;
} .feature-section .feature-block-one .inner-box .icon-box {
    width: 70px;
  }  .feature-section .feature-block-one .inner-box {
    padding: 35px 10px 40px 20px;
  }
}
.hideinsdesk
{
  display: none;
}
@media screen and (max-width: 1200px){
  .feature-section .feature-block-one .inner-box .icon-box{
    display: none;
  }  .feature-section .feature-block-one .inner-box .inner {
    padding: 4px 0px 0px 5px;
  }
}
@media screen and (max-width: 991px){
  .feature-section .feature-block-one{
    width: 50%;
  }
  .hideinsdesk
{
  display: block;
}
.feature-section .feature-block-one .inner-box .inner p br, .disnon{
  display: none;
}
.feature-section .feature-block-one .inner-box{
  min-height: 460px;
}
}
@media screen and (max-width: 767px){
   .feature-section .feature-block-one{
    width: 100%;
  }.feature-section .feature-block-one .inner-box{
  min-height: auto;
}  .feature-section .feature-block-one .inner-box .inner p {
    font-size: 15px;
  }  .hero-style {
    height: 300px;
  }
  .shape3, .hero-shape, .ripple-shape{
    display: none;
  }
  .click-btn{
    font-size: 15px !important;
  }
}
.footer-area {
    padding: 85px 0 100px;
    background: #000;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-contact-info {
    background: #fff;
    padding: 50px 50px 50px;
    position: relative;
    margin-top: -211px;
    z-index: 1;
}

p.footer-desc {
    font-size: 17px;
    line-height: 26px;
    color: #8e939f;
    font-weight: 300;
    font-family: "Archivo";
    margin-top: 19px;
}

.footer-title2 h3 {
    font-size: 22px;
    color: #f80340;
    font-weight: 500;
    font-family:"Cinzel", serif;
    position: relative;
    margin-top: 24px;
    margin-bottom: 34px;
}

.footer-title2 h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 34px;
    width: 30px;
    height: 2px;
    background-color: #f80340;
}

.footer-didget-icon {
    float: left;
    margin-right: 10px;
}

.footer-didget-icon span i {
    color: #f80340;
}

.footer-widget-contact p {
    font-size: 17px;
    color: #6E6E6E;
    font-weight: 300;
    font-family: "Archivo";
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 0;
}
.footer-widget-contact p a{
  color: #6E6E6E;
}
.footer-logo img{
  height: 100px;
}
.footer-widget-social-icon ul li {
    display: inline-block;
    margin-right: 8px;
    margin-top: 14px;
}
.footer-widget-contact p a:hover {
  color: #f80340;
}
.footer-widget-social-icon ul li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: rgba(255,255,255,0.10196078431372549);
    line-height: 34px;
    text-align: center;
    color: #8F939E;
    font-size: 15px;
}

.footer-widget-social-icon ul li a:hover{
    color:#fff;
    background: #f80340;
}

.footer-widget-content.style-left {
    position: relative;
    margin-left: 50px;
}

.footer-widget-titel h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family:"Cinzel", serif;
    margin-bottom: 35px;
}

.footer-widget-titel h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 36px;
    width: 30px;
    height: 2px;
    background-color: #f80340;
}

.footer-widget-menu ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 17px;
    color:#c4c4c4;
    font-weight: 400;
    font-family:"Cinzel", serif;
    display: flex;
    margin-bottom: 14px;
}

.footer-widget-menu ul li a:hover{
    color:#f80340;
}

.newsletter-area {
    background:#f80340;
    padding: 24px 0 23px;
}

.newsletter-title h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family:"Cinzel", serif;
    margin-bottom: -2px;
    text-align: left;
}

.newsletter-title p {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Archivo";
}

.subscribe_form {
    position: relative;
    text-align: right;
}

.subscribe_form input {
    height: 60px;
    background-color: #ffffff;
    outline: 0;
    border: none;
    width: 88%;
    float: right;
    border-radius: 0;
}

.subscribe_form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    background: #171717;
    position: absolute;
    right: 0;
    top: 0px;
    display: inline-block;
    z-index: 1;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family:"Cinzel", serif;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px;
    width: 142px;
    height: 60px;
    margin: 0;
}

.subscribe_form button:hover {
    color: #fff !important;
}

.subscribe_form button.btn:after {
    background: #0163A2;
}

.footer-bottom-area {
    background: #f80340;
    padding: 17px 0 15px;
}

.footer-bottom-content-copy p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-top: 0;
    margin: 0;
}

.footer-bottom-content.right {
    text-align: right;
}

.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 24px;
}

.footer-bottom-menu ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 17px;
    color: #8e939f;
    font-weight: 400;
    font-family:"Cinzel", serif;
}

.footer-bottom-menu ul li a:hover{
    color:#fff;
}


.footer-widget-menu ul{
  padding-left: 15px;
}
.footer-widget-menu ul li{
  list-style: disclosure-closed;
}



/*About Us*/


.home_about_us {
  position: relative;
  background-color: #000;
}
.home_about_us__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
@media (max-width: 767px) {
  .home_about_us__bg {
    background-size: cover;
  }
}
.home_about_us__content {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .home_about_us__content {
    padding: 60px 0;
  }
}
.home_about_us__content .section-title-seven {
  margin-bottom: 23px;
}
.home_about_us__content .section-title-seven__title {
  color: #fff;
}
.home_about_us__content__text {
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 18px;color: #c4c4c4;
  font-weight: normal;
}
.home_about_us__content__border {
  width: 100%;
  height: 1px;
  background-color: red
  margin: 0 0 50px;
}
.home_about_us__box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 ;
  background-color: rgb(255,255,255,0.5);
  border-radius: 10px;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home_about_us__box {
    display: block;
    text-align: center;
    margin-left: 0;
    padding-top: 25px;
  }
}
.home_about_us__box__icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: red
  margin: 0 0 0 -32px;
}
@media (max-width: 767px) {
  .home_about_us__box__icon {
    margin: auto;
  }
}
.home_about_us__box__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.home_about_us__box__icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  background-color: red
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.home_about_us__box:hover .home_about_us__box__icon {
  color: #fff;
}
.home_about_us__box:hover .home_about_us__box__icon span {
  transform: scale(0.9);
}
.home_about_us__box:hover .home_about_us__box__icon::after {
  opacity: 1;
  transform: scaleY(1);
}
.home_about_us__box__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .home_about_us__box__title {
    margin: 25px 0;
  }
}
.home_about_us__box:hover .home_about_us__box__image::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home_about_us__box:hover .home_about_us__box__image__rm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home_about_us__box__image {
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  max-width: 270px;
  position: relative;
}
@media (max-width: 767px) {
  .home_about_us__box__image {
    margin: auto;
  }
}
.home_about_us__box__image::after {
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: translateY(-80%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.home_about_us__box__image img {
  width: 100%;
  height: auto;
}
.home_about_us__box__image__rm {
  width: 50px;
  height: 50px;
  background-color: red
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.home_about_us__box__image__rm span {
  display: inline-block;
  transition: all 500ms ease;
}
.home_about_us__box__image__rm:hover {
  background-color: #fff;
  color: #000;
}
.home_about_us__box__image__rm:hover span {
  transform: rotate(30deg);
}
.home_about_us .insur-stretch-element-inside-column {
  position: relative;
  height: 100%;
}
.home_about_us__image {
  position: relative;
  max-width: 773px;
  z-index: 1;
  text-align: right;
  margin-left: auto;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 773 834" xmlns="http://www.w3.org/2000/svg"><path d="M10.51 834C-39.8894 444.185 103.176 115.577 181.008 0H811V834H10.51Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
}
@media (max-width: 1399px) {
  .home_about_us__image {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .home_about_us__image {
    mask: inherit;
    margin: 0;
  }
}
.home_about_us__image img {
  max-width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home_about_us__image img {
    min-height: inherit;
  }
}
.home_about_us__shape {
  position: absolute;
  z-index: 2;
  left: 80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .home_about_us__shape {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .home_about_us__shape {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .home_about_us__shape {
    display: none;
  }
}
.home_about_us__shape img {
  max-width: 100%;
  height: auto;
  width: 91.2%;
}





/*About Us*/

p{
  color: #1B1B1B;
}
/*Services*/
.service-item.servicenewsty {
 background-color: black;
  box-shadow: none;
  padding: 40px 30px;
  margin: 0;
    margin-top: 0px;
  margin-top: 0px;
  margin-top: 40px;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 0px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
  margin-top: 30px;box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.23);
  margin: 20px;
  
}.service-box.servicenewsty:hover::before {
  border: 1px solid #fff;
}
.service-item.servicenewsty::before{
content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 1px;
  background: #f80340;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-item_content{
  padding: 0 30px 30px;position: relative;
  z-index: 999999;transition: 0.5s ease;min-height: 230px;
 
}


.service-item_text{
  text-align: center;
}
.service-item.servicenewsty:hover::before {
  height: 100%;
}

.service-item.servicenewsty:before {
  content:"";
  position:absolute;
  inset:0;
  width:100%;
  height:1px;
  border-top:5px solid #f80340;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}
.service-item.servicenewsty .service-item_img {
  margin-bottom:0;
  position: relative;
  z-index: 99 !important;
}
.service-item.servicenewsty .service-item_icon {
  position:relative;
  width:60px;
  height:60px;
  line-height:60px;
  border-radius:50%;
  display:block;
  background-color:#ff0e0e;
  border:none;
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;
  margin:-35px auto 15px auto;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
 z-index: 99999999;
}
.service-item.servicenewsty .service-item_icon img{
  height: 40px;
}
.service-item.servicenewsty:hover  .service-item_icon::after{
  transition: 0.5s ease;
  background-color:red;
}
.service-item.servicenewsty .service-item_icon:after {
  transition: 0.5s ease;
  content:'';
  position:absolute;
  left:0px;
  top:2px;
  width:60px;
  height:60px;
  background-color:#f80340;
  border-radius:50%;
  z-index:-1;
  -webkit-transition:0.4s;
  transition:0.4s
}
.service-item.servicenewsty .box-title {
  font-size:30px;
  line-height:40px;
  margin-bottom:0px;
  color: #000;
}
.service-item.servicenewsty .service-shape {
  position:absolute;
  bottom:0;
  z-index:-1
}
.service-item.servicenewsty .service-shape.style1 {
  left:0
}
.service-item.servicenewsty .service-shape.style2 {
  right:0
}
.service-item.servicenewsty:hover:before {
  opacity:1;
  visibility:visible
}
/*Services*/

/*Team*/
.team-member {
  background-color: #fff;
  border: 2px solid rgba(86,90,207,.2);
  border-radius: 20px;
  padding: 35px 40px 50px;
  position: relative;
  text-align: center;
  transition: all .5s;
  z-index: 1;
}
.team-member .team-media {
  margin-bottom: 20px;
  padding: 20%;
  position: relative;
}

.team-member .team-media::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAADhCAMAAABodQAKAAAAk1BMVEUAAADxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzLxdzKpqGbKAAAAMHRSTlMA92G0EwPT8Qu8Hg/BB1tTNKUu2Y8n6+SrnYiBaE4ZybBvI5l1zTnexHpJPpahQ+cHAF2bAAAIW0lEQVR42uzbB3LiQBCF4SchgQCRc04imfTf/3Rbu7WLLRvbYNKMar8bdA30dPe09N9/7wSLfj01rx0yZJq1sNIrTWU5f99d8UFzPLE4ss0OwBnNJoPydBgo7zU2xXV7CRD2rAwsH4XAvLcp6D2v2DkAqYEsM90Crc/Pw993MhC6ssii8uco/G8OcwnZF1likAJnV9W3fLcFu0AWcLOQ6eZ0lmDtUCvKdFEIhyivs02zsCvIYF43DTW3oIv0HUYbmarRAVYDX5dqjGAmI23awHihnyh0IZWTcUopcGYN/dSmRaYvs/T/pL2hrpCvQMWgHF9Yr6AVBbpSMUPalCt5WK9BuljQ9XIrQ5JGdccNix5/7ZB9eiW/HwPtsm6nvMSZ6JlKWXC2U91U0IFKXs/SD6HZ83RzpSa1gZ4h6I1gOQl0D7ksdPRwuS0wL/q6Ez9yCKt6qHIFSO11T9U0bPU4L2NwKlXdWbCFtqfHKGYhU8/pAQZNlkU9wCSE5trTYwxT0PF1X/nuHGr9gh6n77Ba6I6mM2BU8vVQjfk9C8NFG0ht9CjxbnKomFvOwToNPcW+RdPVzbmxhvDxvPbtR1BRCK0or2dyM8w3t0x7aUi7T5/VTW85guq2IDTi1cLv3WoE5c4htZAhFksy/Zv8R0fGxPRvBJXXVYq/86kvo1w9gurAeCjT5MJrkoaXwjFtjPo6gmr8eCrXKstM5RpO9KOg0qTN+/X9E8yg7f0kqDAvg/3uJku6TH7EyqAR/inDy0dQKeZGn9QfE4ewrPPtaBn4NnblCMrFqcoGhfr5N2ougzWrKi8HWkWdY0xF1vDGsNP3Jhw8WaTvkM3pG4UaJVmlWuOw0NdmZGWZYAwv+koO7Mh/b/ldKOkLW5tSxav1l2HlbTyq3yaw+SLmlOzUxWnoEyGmLHBcrMPc00kLloaNKc5XGNHWSXXqstawyVanjDC1qT/HAKb6KMdBNusw1keunZfVkdfEPRGrPS3IaS4rfZC29Ao+8tNEeifAsTav/zUg1Dtl5rJdGldxJcaynUtWcZHNd/BfQZOyYupEst6H8qiC+d+ffKvMSDFZ9rLfkmqyrqs/tkR6q4lVI7NPDOKNbwFHCeCBr1dDWkqCGo132SMJ4qn8xdpJTFyPnl65dJQExViXuKanJNgQxmqNiZKgQU2v2rY9hnzCo6lXIeZ+13qJPJl3eT4J4tVEBvO3ES4+qyAZBZOUo6WjKUslQoO0jhaslAixyq9EW4kwYKyjPlslQp+ZjnoJKZjigcwwch/1ctu3gYwxYhX/emNKSXmRe2PEQkdLbNgJPMOSqY4cnv59y204BPrHI6NEyJOJ91qJEAtkT6hEiDX4Rctfuk9XfpMEPF59DKTLWonQZZ2grYSTgaTs3TaLiQcyT0rBFAvkgLkfJl2k9SYQH2zfIDlR+Q1pKhFik9sqaSVCLJC9fcv5MacDcdkpEWKVX0RXiRBRT97j1a/2znU5USCIwiBXEVE0EaLG66oYNX7v/3Rb7O6PJcZEBWWmK/0CqcaaTp/T3/Tk2JIw2udfItJon4+JuEKGVzm2JI32+ZuINNrHMNr/d36BENrHmHCUR/sUiehXIbRPji3Jo33yROTRPsVE9nIaprk82qeYSCaE9iliS31q39t8BzzVQ/GFKpeGR0se7VNIZCFleLVgI5D2WYukfTo/tI82IZP2Wf7QPtrElK48PLpI+yRSGCYTXzj0bUgZND7TFwjoF6/zeEKc27zzkycai9hShkprlUvRPgKvXuW0jzw0q4gtRUJm3TntIw9PLWJLDiL+YTl/aB9pHJ3NoGi6i5D4H7GlnoiLcv9oH2HQY8RB0I69s0uKugz0vyZyii01BSA/p6bSWAD2uDpd55Np7545Jv7pUXM1l/mfUraZ7rcPPsUrGpqtMD+J+NOfZaY5SnIk+NR30rpgnGOx9gw0vlZxtj1KybTtMJzkXCtru/oerVfCs5auqe3U0eLXFxJFU06r96VJ0UHP7Zzx12q+A0P9WqceBN8cO1LtqKYmy+8AkwF9zTZ0dui3v3+0XdGH8s6Ffbyoxh1gplGrGzO7zK45ctTG+GzgBRdC/DN40qN96plXKMM9uDoUjSC5aqLTzTDVbzRaK6xrZ3dYimsTPyO7dp7T2TBQWkm2QtzgpheGl+p2GhMXN7jNvKav6mShm5AFNxbOJuZWyX53bGLZJQhJQvWgtMmMcsr9zcVTjMhwGgOSqPwr4AeVBuLrKaR2FS/EbpTBgtZNWFXiny8szJESReMthM3QqCiWMK2dTWs3XHCHvlFZvK/wGkad0fqVQFgxdOXHkNanJidDD5p3+K55PX03aonnFxOs+3SlEwuGNajJnQWk96vCS1g9GOp3OlNgede/up4+1oJqj/uwGt77PDsHsB5VNOztEcKHaPIoeZAFFTx50HwU4GKnj7CgerEJswo+n0IW1LsFxA9WrN0Q835DISdaAfsaZN0LNO9jQfnzDUxH9RgmnT6DO6hJezSAsL75hZ3CS8VfdLE3S5e98mqyWguqmwKz2hd5PVdpQb01gYMS7n5VFlQ7cqH/pIoFnltQUfmyl0C2VWi45McQt8oLQtXGtmOPze72s7k0wVLMccwjuF1NrmdAqug6ntssKOc1A17UvVu+W+GNb/LBlMYF2gdoLq7xwY4Qqo9NRX3MrX/hSfxT9rTgsv0DJA3nAkF4MMFSejr7senZzP1vSoQFxMpMIy6JRgjey+7sDxaMEmBfu2V/bXQsIFlG9mlB2Y1W5CVCpWHYxfE8CgE26TbaLWzfMFqT3ut8OTUB4tqFRonE5rMBJ5EN35UYgpWJRWcUZxvPBC9xrafxWl104yd+otL4Dd3T7BR7FfrYAAAAAElFTkSuQmCC);
  background-size: 77%;
}
.team-member .team-media::after, .team-member .team-media::before {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 50%;
  opacity: .2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .5s;
  width: 100%;
  z-index: -1;
}
.team-member .social-media {
  display: flex;
  justify-content: center;
  margin: 0 -6px;
    margin-top: 0px;
}
.service-item.servicenewsty:hover .box-title, .service-item.servicenewsty:hover p{
 transition: 0.5s ease;
  color: #fff !important;
}
.team-member .social-media li {
  display: inline-block;
  padding: 0 6px;
}
.team-member .social-media li a {
  background-color: #565acf;
  border-radius: 8px;
  box-shadow: 0 10px 40px 0 rgba(31,34,120,.1);
  color: #fff;
  display: block;
  height: 40px;
  line-height: 42px;
  text-align: center;
  transition: all .5s;
  width: 40px;
}


@media screen and (max-width: 1500px){
  .service-item_content{
    min-height: 250px;
  }
  .service-item.servicenewsty .box-title {
  font-size: 26px;
}
}
@media screen and (max-width: 1200px){
  .service-item_content{
    min-height: 285px;
  }
  .service-item.servicenewsty .box-title {
  font-size: 22px !important;
}
.service-item_content {
  padding: 0 20px 30px;
  }
}
@media screen and (max-width: 1200px){
    .service-item_content {
    min-height: 250px;
  }
}


.hero-style .slide-btns .btn-style500{
  border-color: #fff;
  color: #fff;float: left;
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  width: 140px;
}




#desknonen{
  display: none;
}
.nav-link, .dropdown-item{
  font-size: 19px;
}
.dropdown-item{
  font-size: 17px;
}
/*Responsive CSS*/
@media screen and (max-width: 1550px){

.topheader::after{
  width: calc(100% - 453px);
}
.nav-link{
  font-size: 18px;
}
.dropdown-item{
  font-size: 16px;
}
}

@media screen and (max-width: 1360px){

  .topheader::after {
    width: calc(100% - 384px);
  }
  .navigation-wrap::after{
    width: calc(98%);
  }
}


@media screen and (max-width: 1200px){
  .topheader .leftmar{
    display: none;
  }
  .nav-item{
    margin-left:15px !important;
  }
  #desknonen{
    display: block;
  }
  #mobnonen{
    display: none;
  }
   .navigation-wrap::after {
    width: calc(100%);
    border-radius: 0;
  }
  .navbar-brand img {
  height: 65px;
}
.dropdown-item{
  font-size: 15px;
}
}


@media screen and (max-width: 991px){
    .nav-link {
    font-size: 16px;
  }
   .dropdown-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px){
  .navbar-nav {
    overflow: hidden;
  }.nav-item::before{
      display: none;
    }  .navbar-nav .nav-link {
    font-size: 16px;
  }
  .dropdown-item{
    font-size: 14px;
    border-bottom: none;
  }
}


@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  transition:all .4s ease;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  } 

.nav-item:hover::before{
  display: none;
}
  .beforeafteryes::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0;
    margin-bottom: 20px !important;
  }
  .dropdown-item {
  padding: 3px 15px;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #212121;
  background-color: #fff;
}
  .hero-style .slide-title h2 {
    font-size: 29px;
    margin: 0 0 0px;
  }
    .hero-style .slide-text p {
   
    margin: 0 0 6px;
  }
    .hero-style {
    height: 330px;
  }
}



.sectiontitle{
  font-size: 40px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #f80340;
  overflow: hidden;
  margin-bottom: 40px !important;
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.z-index {
  z-index: 9;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  background-color:#000;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .50;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header__shape-1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 69px;
  background-color: #fff;
  max-width: 1376px;
  width: 100%;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 120px 0 180px;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 6px;
  font-weight: 680;
  letter-spacing: -0.06em;
}

.thm-breadcrumb__box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.thm-breadcrumb__box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10000000px;
  left: 99%;
  background-color: #f80340;
  z-index: -1;
}

.thm-breadcrumb {
  position: relative;
  display: block;
  background-color:#f80340;
  padding-left: 80px;
  /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%); */
  z-index: 1;
  margin-bottom: 0px;
}

.thm-breadcrumb::before {
  content: '';
  width: 100000px;
  height: 70px;
  position: absolute;
  right: 94%;
  bottom: -1px;
  background-color: #fff;
  transform: skewX(45deg);
  /* clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%); */
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}

.thm-breadcrumb li+li {
  margin-left: 4px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  padding: 8px 0 7px;
}

.thm-breadcrumb li:hover a {
  color: #000;
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 12px;
}


@media screen and (max-width: 767px){
  .testimonialspage {
  padding: 35px 0;
}
.page-header__inner h2 {
  font-size: 38px;
  }
  .page-header__inner{
    padding: 43px 0 100px;
  }
}


.section-space {
  padding-top: 70px;
  padding-bottom: 90px;
}
.p-relative {
  position: relative;
}




.main-header__right__inner {
  position: relative;
  padding-left: 47px;
  margin-left: 60px;
  display: flex;
  align-items: center;
  gap: 47px;
}
@media (max-width: 1799px) {
  .main-header__right__inner {
    padding-left: 30px;
    margin-left: 40px;
  }
}
@media (max-width: 1299px) {
  .main-header__right__inner {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .main-header__right__inner {
    display: none;
  }
}
.main-header__right__inner__bg {
  position: absolute;
  width: calc(100% + 300px);
  height: calc(100% + 54px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color:#15133c;
}
@media (max-width: 1299px) {
  .main-header__right__inner__bg {
    display: none;
  }
}
.main-header__right__inner__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.15;
}
.main-header__call {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
}
@media (max-width: 1599px) {
  .main-header__call {
    display: none;
  }
}
.main-header__call__icon {
  display: inline-flex;
  font-size: 24px;
  color: #FE0305;
  line-height: 1;
  transition: all 500ms ease;
}
.main-header__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__call__number {
  font-family: ;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  font-weight: 600;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header__call__number:hover {
  background-size: 100% 1px;
}
.main-header__call__number:hover {
  color: #FE0305;
}
.main-header__btn-box {
  position: relative;
}
.main-header__btn {
  padding: 14px 31.25px;
  font-weight: 600;
  letter-spacing: normal;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  z-index: 1;
}
.main-header__btn::after {
  background-color: #FFFFFF;
}
.main-header__btn__border {
  position: absolute;
  top: 5px;
  left: 4px;
  width: calc(100% - 20px);
  height: calc(100% + 2px);
  border: 1px solid #F80340;
  transform: skew(23deg);
  transition: all 500ms ease;
}
.main-header__btn:hover {
  color: #141414;
}
.main-header__btn:hover + .main-header__btn__border {
  border-color: #FFFFFF;
}

.btnhead-btn {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #F80340;
  font-family: ;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  font-weight: 500;
  padding: 12px 30px 12px 20px;
  letter-spacing: ;
  transition: 500ms;
  text-transform: uppercase;
}
.btnhead-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.btnhead-btn:hover {
  color: #FFFFFF;
}
.btnhead-btn::before, .btnhead-btn::after {
  content: "";
  position: absolute;
  width: calc(50% + 2px);
  height: 100%;
  background-color: #141414;
  transition: all 500ms ease;
}
.btnhead-btn::before {
  right: 105%;
  top: 0;
}
.btnhead-btn:hover::before {
  top: 0;
  right: 0;
}
.btnhead-btn::after {
  left: 105%;
  top: 0;
}
.btnhead-btn:hover::after {
  top: 0;
  left: 0;
}
.btnhead-btn span {
  position: relative;
  z-index: 1;
}
.btnhead-btn__icon {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: inherit;
}
.btnhead-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.btnhead-btn--secondary:hover {
  color: #f80340;
}
.btnhead-btn--secondary::before {
  display: none;
}
.btnhead-btn--secondary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 300ms ease;
}
.btnhead-btn--secondary:hover::after {
  top: 0;
  height: 100%;
}
.btnhead-btn--black {
  color: #FFFFFF;
  background-color: #141414;
}
.btnhead-btn--black:hover {
  color: #141414;
}
.btnhead-btn--black::before, .btnhead-btn--black::after {
  background-color: #FE0305;
}
.btnhead-btn--white {
  color: #141414;
  background-color: #FFFFFF;
}
.btnhead-btn--white:hover {
  color: #141414;
}
.btnhead-btn--white::before, .btnhead-btn--white::after {
  background-color: #FE0305;
}
.btnhead-btn--border {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FE0305;
}
.btnhead-btn--border::before, .btnhead-btn--border::after {
  background-color: #FE0305;
}
.btnhead-btn--border .btnhead-btn__icon {
  color: #FE0305;
  transition: all 500ms ease;
}
.btnhead-btn--border:hover {
  color: #141414;
}
.btnhead-btn--border:hover .btnhead-btn__icon {
  color: #141414;
}




.copyright {
    background: #1e1d5b !important;
    padding: 15px 0 3px;
    text-align: center
}

.copyright-text {
    margin-bottom: 0;
    font-family: Oswald;
    font-size: 20px;
    color: #fff;
    text-align: center
}

.footer-section.footer_section2 {
    padding-top: 60px;
    padding-bottom: 45px;
    background: #212121
}

.footer-section.footer_section2 .footer_section__title h2 {
    font-size: 26px
}

.footer-section.footer_section2 .footer_section__link a {
    margin-bottom: 10px;
    line-height: 2
}

.footer-section.footer_section2 .footer_section__link a:hover {
    text-decoration: underline
}

.footer_section__grid ul li {
    display: inline
}

.footer_section__grid ul li img {
    margin: 5px
}

.st-footer-copyright-area {
    padding: 32px;
    position: relative;
    overflow: hidden
}

.footer__scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center
}

.right__all__content {
    margin-left: 41px
}

.footer_section__copyright__link ul li {
    display: inline;
    margin-left: 27px;
    color: #cacaca
}

.footer_section__copyright__link ul li a:hover,
.footer_section__link a i,
.footer_section__link a:hover {
    color: #f80340
}

.footer_section__copyright__link ul li a {
    display: inline-block;
    color: #cacaca;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer-section {
    overflow: hidden
}

.ft_borer {
    border-bottom: 1px dashed #f80340;
    padding-bottom: 121px
}

.footer_section__text p {
    color: #fff;
    width: 80%;
    margin: 24px 0 0
}

.st__social__icon h2 {
    opacity: 1;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 0 18px;
    position: relative
}

.st__social__icon h2::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -18px;
    width: 3px;
    height: 30px;
    background: #f80340
}

.st__social__icon a {
    display: inline-block;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px dashed rgba(255, 255, 255, .2);
    text-align: center;
    margin-top: 22px;
    margin-right: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.st__social__icon a:hover {
    background: #f80340;
    border: 1px dashed #f80340
}

.footer_section__title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 23px
}


.footer_section__link a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    font-size: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer_section__link a i {
    margin-right: 7px
}

.footer_section__title p {
    color: #fff;
    opacity: .8
}

.footer_section__subscribe__form input {
    font-size: 16px;
    color: #939393;
    font-weight: 400;
    border: none;
    padding: 18px 17px;
    width: 89%
}

.footer_section__subscribe__form input::placeholder {
    font-size: 16px;
    color: #939393;
    font-weight: 400
}

.footer_section__subscribe__form button {
    border: none;
    background: #f80340;
    color: #fff;
    padding: 12px 19px;
    position: absolute;
    top: 6px;
    right: 42px
}

.footer_section__copyright span {
    color: #fff;
    font-size: 18px;
    margin-top: 32px;
    display: inline-block
}

.footer_section__copyright span a {
    display: inline-block;
    color: #f80340;
    text-decoration: underline
}

.footer__scroll a {
    display: inline-block;
    background: #e5ffeb;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px
}
.copyright-text br, .dropdown-toggle::after, .nav-item::after {
  display: none;
}
.copyright-text a{
  color: #fff
}


















/***About Four***/
.aboutus {
  position: relative;
  z-index: 1;
}
.aboutus__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.aboutus__image {
  position: relative;
  animation: zumpBottom 2s linear infinite;
  z-index: 1;
}
@media (min-width: 1200px) {
  .aboutus__image {
    margin-left: 30px;
    margin-right: 45px;
  }
}
.aboutus__image__item {
  margin-right: 63px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .aboutus__image__item img {
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .aboutus__image__item {
    margin-right: 0px;
  }
}
.aboutus__image__small {
  position: absolute;
  right: 0;
  bottom: 35px;
  overflow: hidden;
  border: 8px solid #fff;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media (max-width: 400px) {
  .aboutus__image__small {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .aboutus__image__small img {
    object-fit: cover;
    width: 100%;
  }
}
.aboutus__image__item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutus__image__item-video a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #F7921E;
  font-size: 14px;
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.aboutus__image__item-video a .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--cityride-white-rgb, 255, 255, 255), 0.55);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.aboutus__image__item-video a .ripple::before, .aboutus__image__item-video a .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--cityride-white-rgb, 255, 255, 255), 0.45);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.aboutus__image__item-video a .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.aboutus__image__item-video a .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.aboutus__image__item-video a:hover {
  background-color: #141414;
  color: #fff;
}
.aboutus__image::after {
  content: "";
  width: 19px;
  height: 209px;
  background-color: #f80340;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 10px;
  animation: zumpBottom 2s linear infinite;
  display: none;
}
@media (min-width: 576px) {
  .aboutus__image::after {
    display: block;
  }
}
.aboutus__image__text {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  background-color: #f80340;
  text-transform: capitalize;
  color: #fff;
  transform: rotate(-180deg);
  position: absolute;
  bottom: 47px;
  left:15px;
  padding: 47px 14px 30px;
  writing-mode: vertical-rl;
  margin: 0;
  clip-path: polygon(0 0, 50% 6%, 100% 0, 100% 100%, 0 100%);
  z-index: 9999
}@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media (min-width: 1200px) {
  .aboutus__right {
    margin-left: -25px;
  }
}
.aboutus .sec-title {
  margin-bottom: 22px;
}
.aboutus__top__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  padding-bottom: 25px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 30px;
}
.aboutus__list {
  margin-bottom: 40px;
  padding-left: 16px;
  border-left: 4px solid #f80340;
}
.aboutus__list li + li {
  margin-top: 6px;
}
.aboutus__list li {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #141414;
}
.aboutus__list li i {
  color: #f80340;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.aboutus__list li:hover i {
  color: #141414;
}
.aboutus__bottom {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
  .aboutus__bottom {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.aboutus__author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.aboutus__author__man {
  max-width: 68px;
  width: 100%;
  height: 68px;
  border-radius: 50%;
}
.aboutus__author__man img {
  object-fit: cover;
  width: 100%;
}
.aboutus__author__dec {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: var(--cityride-text, #838383);
}
.aboutus__author__title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #141414;
  text-transform: capitalize;
}
.aboutus__element {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  display: none;
}
.aboutus__element img {
  animation: zumpBottom 2s linear infinite;
}
@media (min-width: 1200px) {
  .aboutus__element {
    display: block;
  }
}
.aboutus__shape-left {
  height: 239px;
  position: absolute;
  top: 37%;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1199px) {
  .aboutus__shape-left {
    bottom: 100px;
  }
}
@media (max-width: 991px) {
  .aboutus__shape-left {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .aboutus__shape-left {
    display: none;
  }
}
.aboutus__shape-left__one, .aboutus__shape-left__two {
  position: relative;
  width: 118px;
  height: 160px;
  clip-path: polygon(100% 51%, 0 0, 0 100%);
  background-color: #f80340;
}
.aboutus__shape-left__one {
  background-color:#f803404d;
}
.aboutus__shape-left__two {
  top: -80px;
  z-index: 1;
}
.aboutus__btn-box {
  position: relative;
}
.aboutus__btn {
  padding: 14px 31.25px;
  font-weight: 600;
  letter-spacing: normal;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  z-index: 1;
}
.aboutus__btn::after {
  background-color: #141414;
}
.aboutus__btn__border {
  position: absolute;
  top: 5px;
  left: 4px;
  width: calc(100% - 20px);
  height: calc(100% + 2px);
  border: 1px solid #f80340;
  transform: skew(23deg);
  transition: all 500ms ease;
}
.aboutus__btn:hover {
  color:       ;
}
.aboutus__btn:hover + .main-header__btn__border {
  border-color: #141414;
}
.aboutus__funfact {
  max-width: 220px;
  position: absolute;
  top: 30px;
  left: 0;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  border-left: 2px solid #f80340;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: start;
  animation: zumpBottom 3s ease-in-out infinite;
}
.aboutus__funfact__icon {
  font-size: 40px;
  color: #f80340;
  line-height: normal;
}
.aboutus__funfact__number {
  margin-top: -5px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  color: #141414;
  margin-bottom: 0;
  padding-bottom: 0;
}
.aboutus__funfact__number span {
  color: inherit;
}
.aboutus__funfact__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  margin-bottom: -5px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--cityride-text, #838383);
}
.aboutus--one {
  background-color: var(--cityride-white2, #F4F1EA);
}
@media (min-width: 1200px) {
  .aboutus--one .aboutus__image {
    margin-left: 0px;
    margin-right: 40px;
  }
}
.aboutus--one .aboutus__image__item {
  margin-right: 63px;
  margin-left: 46px;
}
@media (min-width: 1200px) {
  .aboutus--one .aboutus__image__item img {
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .aboutus--one .aboutus__image__item {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.aboutus--one .aboutus__image::after {
  top: auto;
  bottom: 20px;
  right: auto;
  left: 0;
}
@media (min-width: 992px) {
  .aboutus--one .aboutus__right {
    margin-left: -5px;
  }
}
.aboutus--one .video-popup .fas {
  transform: rotateY(-180deg);
}
.aboutus--one .aboutus__top__text {
  padding-bottom: 35px;
  margin-bottom: 45px;
}
.sorry{
  padding: 60px 0
}

.sorry p{
  font-size: 33px;
  line-height: 1.5;
  text-align: center;
}


.single-offers {
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #f80340;
  margin-bottom: 30px;
  background: #fff;
}

.offer-image {
  width: 235px;
  margin: 0 auto;
  display: block;
}

.offer-image img {
  width: 100%;
}

.offer-text {
  margin-top: 0px
}

.offer-text h3 {
  font-size: 19px;
  color: #001238;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.offer-text h4 {
  color: #020202;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 8px;
}

.offer-text h4 span {
  text-transform: capitalize;
  color: #f80340;
  font-size: 16px;
}

.offer-action {
  text-align: center;
  background: #020202 none repeat scroll 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin: 25px auto 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.offer-action a {
  display: inline-block;
  text-transform: uppercase;
  padding: 7px 15px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  width: 47%;
}

.offer-action:after {
  position: absolute;
  content: "";
  width: 66%;
  height: 100%;
  background: #f80340 none repeat scroll 0 0;
  right: -36px;
  z-index: -1;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.offer-action:hover {
  background: #f80340 none repeat scroll 0 0;
}

.offer-action:hover:after {
  background: #020202 none repeat scroll 0 0;
}

.offer-text ul {
  text-align: center;
  margin-top: 10px;
}

.offer-text ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px;
}

.offer-text ul li i {
  margin-right: 5px;
  color: #f80340
}
.rentalcars {
  padding:60px 0 40px;
  background:#e9e9ed;
}

.rentalcars .animate-border::after{
  border-left:10px solid #e9e9ed;
  border-right:10px solid #e9e9ed;
}


.booking-section {
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    background-color: #222;
    position: relative;
    z-index: 1;
    padding: 60px 0
}

.booking-section:before {
    background-color:#15133c;
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.travelpartner p{
padding-bottom:0;
}
.booking-section:after {
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    content: "";
    width: 400px;
    height: 80px;
    position: absolute;
    right: 0;
    top: -1px;
}

/*=== 3.1 Booking Car ===*/
.booking-car {
    background-image: url(../images/car-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 85%;
    width: 780px;
    height: 439px;
    position: absolute;
    left: -280px;
    top: 50px;
    z-index: -1;
}

.booking-wrap .section-heading h2 {
    font-size: 40px;
}

.booking-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    z-index: 1;
}

.booking-form .form-field {
    position: relative;
}

.booking-form .niceSelect .current,
.booking-form .form-field input {
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    padding: 0 35px 0 20px;
    font-size: 17px;
    line-height: 50px;
    box-shadow: none;
    outline: none;
    border: 1px solid #333;
}

.booking-form .form-field input:focus {
    border: 1px solid #ff9900;
}

.booking-form .form-field i {
    color: #ff9900;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.booking-form .form-field button {
    width: 100%;
    height: 50px;
}

.booking-form .niceSelect {
    padding: 0;
    border: none;
    width: 100%;
    height: auto;
    font-size: 17px;
    color: #fff;
}

.booking-form .niceSelect .current {
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 20px;
}

.booking-form .niceSelect .list {
    background-color: #333;
    width: 100%;
    border-radius: 0;
    margin-top: -2px;
    border: none;
}

.booking-form .niceSelect .list li {
    font-size: 14px;
}

.booking-form .niceSelect .list li:not(:last-of-type) {
    border-bottom: 1px solid #444;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ff9900;
    font-weight: normal;
}

.nice-select:after {
    display: none;
}

/*=== 3.2 Date Time Picker ===*/
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: #ff9900;
    box-shadow: #ff9900 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
    background: #222 !important;
    color: #fff;
}

/*=== 3.3 Booking Form ===*/
.booking-form-2 {
    position: relative;
    margin-top: -100px;
    margin-bottom: 80px;
    z-index: 1;
}

.booking-form-2:before {
    background-color: #222;
    clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 100%, 0 99%);
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.booking-car-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: calc(100% - 2px);
    overflow: hidden;
}

.booking-car-wrap:before {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    content: "";
    width: 330px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.booking-form-2 .booking-car {
    background-size: 70%;
    left: -130px;
    top: 10px;
    z-index: 0;
}

.booking-form-2 .col-lg-8 {
    padding: 60px;
}

@media (max-width: 767px) {
    .booking-form-2:before {
        clip-path: polygon(0 0, 90% 0%, 100% 8%, 100% 100%, 0 99%);
    }
}

.booking-section .sectiontitle{
  color: #fff
}

.booking-section .animate-border::after {
 border-left:10px solid #212121;
  border-right:10px solid #212121;
}
.booking-section .form-control{
  background-color: #333;
  color: #fff;
  border-radius:
2px;
  width: 100%;
  height: 50px;
  padding:
0 35px 0 20px;
  font-size: 17px;
  line-height: 50px;
  box-shadow: none;
  outline:
none;
  border:
1px solid #333;
margin-bottom: 20px
}



.home-services{
  background: url('../images/whyusbg.webp');
  background-size: 100% 100%;
}

.home-services-sec--thumb-1 img {
  border-radius: 242px;
}

.home-services-sec--card-wrap.right-wrap {
  text-align: end;
}
.home-services-sec--card-wrap.right-wrap p{
  text-align: right;
}
.home-services-sec--card-wrap.right-wrap .home-services-sec--card {
  flex-direction: row-reverse;
}

.home-services-sec--card {
  display: inline-flex;
  gap: 22px;
}
.home-services-sec--card:not(:last-child) {
  margin-bottom: 60px;
}
.home-services-sec--card .home-services-sec--card-text{
  text-align: left;
}
.home-services-sec--card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  text-align: center;
  position: relative;
}
.home-services-sec--thumb-1{
  text-align: center;
}
.home-services-sec--card .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #20337a;
  opacity: 0.2;
  border-radius: 5px;
}
.home-services-sec--card .icon img {
  transition: 0.4s;
  height: 40px;
}
.home-services{
  padding: 60px 0 70px;
}
.home-services-sec--card .home-services-sec--card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;font-family: "Cinzel", serif;
  margin-top: 8px;
  color: #000;
}


@media screen and (max-width:1600px){
  .aboutus__image__small{
    width: 50%
  }
  .aboutus__image__small img{
    width: 100%
  }
  .aboutus__image__item {
  margin-right: 16px;
}
}

section, .home-services, .aboutus, .footer-section.footer_section2, .hero-style{
  overflow-x: hidden;
}

@media screen and (max-width: 1199px){
  .aboutus__image{
    margin-bottom: 30px
  }
  .aboutus__shape-left__two {
  top: -225px;
  z-index: 1;
}.section-space {
  padding-top: 70px;
  padding-bottom: 54px;
}
  .hero-style .slide-title h2 {
    font-size: 37px;
  }
  .hero-style .slide-text p{
    font-size: 18px
  }
  .aboutus__image__text{
    left: -14px
  }
  .booking-car{
    width: 670px
  }
  .home-services-sec--card:not(:last-child) {
  margin-bottom: 35px;
}
}


@media screen and (max-width: 991px){
    .aboutus__image {
    margin-bottom: 30px;
    margin-left: 90px;
  }  .aboutus__image__text {
    left: 77px;
  }
  .aboutus__list {
  margin-bottom: 0}
    .booking-car {
    width: 670px;
    display: none;
  }
  .booking-section::before {
  background-color: #222;
}
.home-services-sec--card-wrap.right-wrap {
  text-align: end;
  margin-right: 30px;
}
.btnhead-btn{
  padding: 9px 19px 9px 11px;font-size: 14px;
  }

  .hero-style .slide-title h2 {
    font-size: 31px;
  }
}

@media screen and (max-width: 767px){
  .hero-style .slide-text p {
    font-size: 15px;
  }

  .hero-style .slide-title h2 {
    font-size: 26px;
  }.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
  max-width: 100%;
}
.hero-slider .slide-inner::before {
background:linear-gradient(to bottom, #000000d1, #000000a3);
}
  .section-space {
    padding-top: 30px;
    padding-bottom: 34px;
  }
    .aboutus__image {
    margin-bottom: 30px;
    margin-left: 40px;
  }
  .aboutus__image__text {
    left: 27px;
  }
  .sectiontitle, .booking-wrap .section-heading h2 {
  font-size: 30px;
}
.animate-border {
  margin-bottom: 14px !important;
}
.aboutus__list li{
  font-size:17px;
}
.rentalcars {
  padding:30px 0 15px;
}
.single-offers{
  margin-bottom: 20px;
}
.booking-section{
  padding: 30px 0
}
.booking-section::after {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 117% 100%);
  width: 30px;
}
 .booking-section {
    padding:30px 0 40px;
  }
  .home-services {
  padding:30px 0 25px;
}
 .home-services-sec--card-wrap.right-wrap {
    text-align: start;
    margin-right: 0;
  }
    .home-services-sec--card:not(:last-child) {
    margin-bottom: 0px;
  }
  .home-services-sec--card .home-services-sec--card-title {
  font-size: 18px;
}
.home-services-sec--thumb-1 img{
  margin-bottom: 20px
}.footer-section.footer_section2 {
  padding-top: 13px;
  padding-bottom: 30px;
  background:
#212121;
}
.footer_section__link a{
  font-size: 15px
}.footer-section.footer_section2 .footer_section__title h2 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.copyright-text{
  font-size: 15px
}

.navigation-wrap .container{
  padding: 0
}
.navbar-light .navbar-brand {
  padding-left: 15px;
}
.navbar-light .navbar-toggler {
   padding-right: 15px;
}  .nav-item {
    margin-left: 0px !important;
  }.nav-item {
  position: relative;
  transition:
all 200ms linear;padding: 4px 0;
  border-bottom:
1px solid #dcdcdc;
}  .navbar-nav {
    overflow:
hidden;
    padding-bottom: 0 !important;
  }
  .navigation-wrap{
    padding-bottom: 0
  }
}



.page-title-section h1 {
  color: #15133c;
}
.page-title-section{
  background: url('../images/bg.webp');
  background-size: cover;
  padding: 60px 0 45px;
}

.formaction{
  padding: 60px 0;
  background: #ffede5;
}
.formaction .form-control{
  border: 1px solid #f80340;
  border-radius: 0
}
.formaction .form-control:focus {
  box-shadow: 0 0 0 .2rem rgb(236, 193, 174);
}
.formaction textarea{
  height: 100px;
}
.formaction .default-btn i{
  top: 10.5px;
}
.contactus{
  padding:70px 0;
}
.formaction {
  padding:30px 40px;
  background:#fff2f5; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px
}
.contactus .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding:
30px 30px;
  transition:
0.5s ease;
  margin-bottom: 20px;
  background:
#fff2f5;
  border:
none;
}

.contactus h4{
  color: #000;
  margin-bottom: 15px;
}
.contactus h2, .taxiservice h2{
  color: #000;
  margin-bottom: 15px;
}
.contactus .card a{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 5px;
}

.contactus i {
  background:
#f80340;
  color: #fff;
  font-size: 20px;
  padding:
8px;
}
.contactus .mb0{
  margin-bottom: 0 !important
}

.contactus .card, .formaction{
  min-height: 440px;
}
.gallery-section{
  padding:70px 0 50px;
  overflow: hidden;
}
.gallery-section .gallery-box{
  margin-bottom: 20px
}
.taxiservice{
  padding: 70px 0;
}
.taxiservice .form-control{
  margin-bottom: 20px;
  border-radius: 0;
  height:45px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color:
#f80340;
  outline:
0;
  box-shadow: 0 0 0 .2rem rgba(248, 3, 64, 0.19);
}
.taxiservice img{
  animation: zumpBottom 2s linear infinite;
}
@media screen and (max-width:991px){
  .contactus .card, .formaction{
    min-height: auto
  }
  .contactus .card{
    margin-bottom: 30px
  }
}
.home-services, section{
  overflow: hidden;
}
.whitebg{
  background:#fff;
}
@media screen and (max-width: 767px){
  .page-title-section {
  padding: 22px 0 16px;
}
.page-title-section h1 {
  color: #15133c;
  font-size: 26px;
}
.contactus {
  padding:34px 0;
}
.contactus .card {
  padding:21px 18px;
}
.contactus h2, .taxiservice h2 {
 font-size: 25px;
}
.formaction {
  padding:30px 18px;
}
.gallery-section {
  padding:
33px 0 17px;
  overflow:
hidden;
}

.taxiservice {
  padding:
30px 0 45px;

}
}



.ca-car-booking{
  background:#fff none repeat scroll 0 0;
  padding: 70px 0
}

.rental-tag {
  display: inline-block;
  padding: 5px 15px;
  line-height: 20px;
  text-transform: uppercase;
  background: #f80340;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.car-booking-right h3 {
  font-size: 30px;
  color: #001238;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.car-booking-right h4 {
  color: #020202;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 0px;
  display: inline-block;

}

.car-booking-right h4 span {
  text-transform: capitalize;
  color: #f80340;
  font-size: 16px;
}

.price-rent {
  display: inline-block;
  margin-right: 15px;
}

.car-rating {
  display: inline-block;
}

.car-rating ul {
  display: inline-block;
}

.car-rating ul li {
  display: inline-block;
  margin-right: 1px;
  color: #ffcd00;
}

.car-rating p {
  display: inline-block;
  margin-left: 5px;
  color: #001238;
  text-transform: capitalize;
}

.price-rating {
  margin-bottom: 20px;
}

.car-features ul {
  width: 100%;
  float: left;
}

.car-features ul li {
  margin: 5px 0;
  list-style: disclosure-closed;
}

.car-features ul li i {
  margin-right: 5px;
  color: #f80340;
}
.car-features ul {
  width: 100%;
  float: left;
  padding-left: 15px;
}

.car-features ul li::marker{
  color: #F80340;
}
.h5heading{
  color: #000;
  margin:20px 0 0;
  font-size: 26px;
}

.fixedbtnn{
    position:fixed;
    z-index:99999;
    right:20px;
    bottom:20px;
}
.fixedbtnn img{
    height:50px;
}

@media screen and (max-width: 767px){
  .ca-car-booking {
  background:
#fbfbfb none repeat scroll 0 0;
  padding:24px 0 12px;
}.price-rating {
  margin-bottom: 0;
}
  .taxiservice {
    padding:30px 0 33px;
  }  .aboutus__image__small {
    display: none;
  }
  .contactus .card a {
    font-size: 14px;
  }
  .emailheader{
      display:none !important;
  }
  .topheader{
      padding: 10px 0 7px;
  }
  .leftmar{
      display:block !important;
      float:right !important;
  }
}