.jcc{
  align-items:center;
  justify-content:center;
  display:flex
}

.right {
font-size: 10px;
letter-spacing: 1px;
}

#canvas{
position: absolute;
top: 35%;right: 0; bottom: 10%;left: 0;
z-index: 1;
opacity: 0.9;
height: 50% !important;
width: 80% !important;
color: rgba(255, 255, 255, 0.13);
background-color: transparent !important;
}

.pa{
  position:fixed;
  left:0px;
  top:50px;
  width:1px;
  height:1.5px;
  position:fixed;
  animation-name:particleAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 999;
}
.pa::before{
  position:absolute;
  display:block;
  content:"";
  width:100px;
  right:1px;
  top:20%;
  height:1.5px;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255, 255, 255, 0.164) 100%); 
}
.p-1{
  animation-duration:8s;
}
.p-2{
  animation-duration:5s;
  top:60%;
}
.p-3{
  animation-duration:12s;
  top:90%;
}
.p-4{
  animation-duration:10s;
  top:70%;
}
.p-5{
  animation-duration:5s;
  top:80%;
}
.p-6{
  animation-duration:10s;
  top:30%;
}
@keyframes particleAnimation
{
    from {
        left: -100px;
    }
    to {
        left: calc( 100% + 100px );
    }
}

.bubbles-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 15rem;
  transform: translateX(-50%);
  opacity: 0.2;
  overflow: visible;
}

.bubbles {
  width: 100%;
  height: auto;
}
.bubbles circle {
  stroke: rgba(255, 255, 255, 0.423);
  fill: none;
}
.bubbles > g > g:nth-of-type(3n) circle {
  stroke: #87f5fb89;
}
.bubbles > g > g:nth-of-type(4n) circle {
  stroke: #8be8cb71;
}

.bubbles-large {
  overflow: visible;
}
.bubbles-large > g {
  transform: translateY(2048px);
  opacity: 0;
  will-change: transform, opacity;
}
.bubbles-large g:nth-of-type(1) {
  -webkit-animation: up 6.5s infinite;
          animation: up 6.5s infinite;
}
.bubbles-large g:nth-of-type(1) g {
  transform: translateX(350px);
}
.bubbles-large g:nth-of-type(1) circle {
  -webkit-animation: wobble 3s infinite ease-in-out;
          animation: wobble 3s infinite ease-in-out;
}
.bubbles-large g:nth-of-type(2) {
  -webkit-animation: up 5.25s 250ms infinite;
          animation: up 5.25s 250ms infinite;
}
.bubbles-large g:nth-of-type(2) g {
  transform: translateX(450px);
}
.bubbles-large g:nth-of-type(2) circle {
  -webkit-animation: wobble 3s infinite ease-in-out;
          animation: wobble 3s infinite ease-in-out;
}
.bubbles-large g:nth-of-type(3) {
  -webkit-animation: up 6s 750ms infinite;
          animation: up 6s 750ms infinite;
}
.bubbles-large g:nth-of-type(3) g {
  transform: translateX(700px);
}
.bubbles-large g:nth-of-type(3) circle {
  -webkit-animation: wobble 3s infinite ease-in-out;
          animation: wobble 3s infinite ease-in-out;
}
.bubbles-large g:nth-of-type(4) {
  -webkit-animation: up 5.5s 1.5s infinite;
          animation: up 5.5s 1.5s infinite;
}
.bubbles-large g:nth-of-type(4) g {
  transform: translateX(500px);
}
.bubbles-large g:nth-of-type(4) circle {
  -webkit-animation: wobble 3s infinite ease-in-out;
          animation: wobble 3s infinite ease-in-out;
}
.bubbles-large g:nth-of-type(5) {
  -webkit-animation: up 6.5s 4s infinite;
          animation: up 6.5s 4s infinite;
}
.bubbles-large g:nth-of-type(5) g {
  transform: translateX(675px);
}
.bubbles-large g:nth-of-type(5) circle {
  -webkit-animation: wobble 3s infinite ease-in-out;
          animation: wobble 3s infinite ease-in-out;
}

.bubbles-small {
  overflow: visible;
}
.bubbles-small > g {
  transform: translateY(2048px);
  opacity: 0;
  will-change: transform, opacity;
}
.bubbles-small g circle {
  transform: scale(0);
}
.bubbles-small g:nth-of-type(1) {
  -webkit-animation: up 5.25s infinite;
          animation: up 5.25s infinite;
}
.bubbles-small g:nth-of-type(1) g {
  transform: translateX(350px);
}
.bubbles-small g:nth-of-type(1) circle {
  -webkit-animation: wobble 3s infinite ease-in-out;
          animation: wobble 3s infinite ease-in-out;
}
.bubbles-small g:nth-of-type(2) {
  -webkit-animation: up 5.75s infinite;
          animation: up 5.75s infinite;
}
.bubbles-small g:nth-of-type(2) g {
  transform: translateX(750px);
}
.bubbles-small g:nth-of-type(2) circle {
  -webkit-animation: wobble 3s infinite ease-in-out;
          animation: wobble 3s infinite ease-in-out;
}
.bubbles-small g:nth-of-type(3) {
  -webkit-animation: up 5.25s 250ms infinite;
          animation: up 5.25s 250ms infinite;
}
.bubbles-small g:nth-of-type(3) g {
  transform: translateX(350px);
}
.bubbles-small g:nth-of-type(3) circle {
  -webkit-animation: wobble 3s 250ms infinite ease-in-out;
          animation: wobble 3s 250ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(4) {
  -webkit-animation: up 5.75s 325ms infinite;
          animation: up 5.75s 325ms infinite;
}
.bubbles-small g:nth-of-type(4) g {
  transform: translateX(180px);
}
.bubbles-small g:nth-of-type(4) circle {
  -webkit-animation: wobble 3s 325ms infinite ease-in-out;
          animation: wobble 3s 325ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(5) {
  -webkit-animation: up 6s 125ms infinite;
          animation: up 6s 125ms infinite;
}
.bubbles-small g:nth-of-type(5) g {
  transform: translateX(350px);
}
.bubbles-small g:nth-of-type(5) circle {
  -webkit-animation: wobble 3s 250ms infinite ease-in-out;
          animation: wobble 3s 250ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(6) {
  -webkit-animation: up 5.13s 250ms infinite;
          animation: up 5.13s 250ms infinite;
}
.bubbles-small g:nth-of-type(6) g {
  transform: translateX(650px);
}
.bubbles-small g:nth-of-type(6) circle {
  -webkit-animation: wobble 3s 125ms infinite ease-in-out;
          animation: wobble 3s 125ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(7) {
  -webkit-animation: up 6.25s 350ms infinite;
          animation: up 6.25s 350ms infinite;
}
.bubbles-small g:nth-of-type(7) g {
  transform: translateX(480px);
}
.bubbles-small g:nth-of-type(7) circle {
  -webkit-animation: wobble 3s 325ms infinite ease-in-out;
          animation: wobble 3s 325ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(8) {
  -webkit-animation: up 7s 200ms infinite;
          animation: up 7s 200ms infinite;
}
.bubbles-small g:nth-of-type(8) g {
  transform: translateX(330px);
}
.bubbles-small g:nth-of-type(8) circle {
  -webkit-animation: wobble 3s 325ms infinite ease-in-out;
          animation: wobble 3s 325ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(9) {
  -webkit-animation: up 6.25s 233ms infinite;
          animation: up 6.25s 233ms infinite;
}
.bubbles-small g:nth-of-type(9) g {
  transform: translateX(230px);
}
.bubbles-small g:nth-of-type(9) circle {
  -webkit-animation: wobble 3s 275ms infinite ease-in-out;
          animation: wobble 3s 275ms infinite ease-in-out;
}
.bubbles-small g:nth-of-type(10) {
  -webkit-animation: up 6s 900ms infinite;
          animation: up 6s 900ms infinite;
}
.bubbles-small g:nth-of-type(10) g {
  transform: translateX(730px);
}
.bubbles-small g:nth-of-type(10) circle {
  -webkit-animation: wobble 2s 905ms infinite ease-in-out;
          animation: wobble 2s 905ms infinite ease-in-out;
}

@-webkit-keyframes wobble {
  33% {
    transform: translateX(-50px);
  }
  66% {
    transform: translateX(50px);
  }
}

@keyframes wobble {
  33% {
    transform: translateX(-50px);
  }
  66% {
    transform: translateX(50px);
  }
}
@-webkit-keyframes up {
  0% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1024px);
  }
}
@keyframes up {
  0% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1024px);
  }
}

option{
    color:#333;
    font-family: "Jost", sans-serif;
}

.contact_banner {
  background: url(../../contact/banner.webp) no-repeat center top/cover;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.about_banner {
  background: url(../../profile/banner.webp) no-repeat center top/cover;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.upcoming_banner {
  background: url(../../upcoming/banner.webp) no-repeat center top/cover;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.home_loan_banner {
  background: url(../../home_loan/banner.webp) no-repeat center top/cover;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.stamp_duty_registration_banner {
  background: url(../../stamp_duty_registration/banner.webp) no-repeat center top/cover;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.nri_guide_banner {
  background: url(../../nri_guide/banner.webp) no-repeat center top/cover;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.careers_banner {
  background: url(../../careers/banner.webp) no-repeat center top/cover;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.emi_calculator_banner {
  background: url(../../emi_calculator/banner.webp) no-repeat center top/cover;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.blue_bg{ background-color: #001d3d;}

.light_blue_bg{ background-color: #052852;}

.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.wpo-page-title .wpo-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
    padding-right: 5px;
  padding-right: 20px;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.dis_none{ display:none}

.wpo-header-style-3 #navbar {
  justify-content: right;
}

.gold{color: #df8b32;}
.light_gold{color:#D8B469 !important;}



.wpo-header-style-2, .wpo-header-style-3, .wpo-header-style-4 {
  z-index: 999;
  background:rgba(0, 0, 0, 0.6);
  border-bottom: 0px solid #1e1e1e;
}  

.wpo-hero-slider .swiper-button-prev, .wpo-hero-slider .swiper-button-next, .static-hero .swiper-button-prev, .static-hero .swiper-button-next, .static-hero-s2 .swiper-button-prev, .static-hero-s2 .swiper-button-next, .static-hero-s3 .swiper-button-prev, .static-hero-s3 .swiper-button-next {
  line-height: 36px;
  text-align: center;
}
.wpo-about-area .wpo-about-text .wpo-about-title span, .wpo-about-area-s2 .wpo-about-text .wpo-about-title span, .wpo-about-area-s3 .wpo-about-text .wpo-about-title span, .wpo-about-area-s4 .wpo-about-text .wpo-about-title span, .wpo-about-area-s5 .wpo-about-text .wpo-about-title span {
  font-size: 18px;
  line-height: 26px;
  color: #D8B469;
}
.wpo-hero-slider .swiper-button-prev, .wpo-hero-slider .swiper-button-next, .static-hero .swiper-button-prev, .static-hero .swiper-button-next, .static-hero-s2 .swiper-button-prev, .static-hero-s2 .swiper-button-next, .static-hero-s3 .swiper-button-prev, .static-hero-s3 .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 25px;
  height: 25px;
  line-height: 21px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  transition: all 0.3s;
}

.wpo-hero-slider .swiper-button-prev::before, .static-hero .swiper-button-prev::before, .static-hero-s2 .swiper-button-prev::before, .static-hero-s3 .swiper-button-prev::before {
  font-family: "themify";
  content: "";
  font-size: 13px;
  color: #fff;
}

.wpo-hero-slider .swiper-button-next::before, .static-hero .swiper-button-next::before, .static-hero-s2 .swiper-button-next::before, .static-hero-s3 .swiper-button-next::before {
  font-family: "themify";
  content: "";
  font-size: 13px;
  color: #fff;
}

/* .wpo-hero-slider, .static-hero, .static-hero-s2, .static-hero-s3 {
  width: 100%;
  height: 468px;
  display: flex;
  position: relative;
  z-index: 0;
} */

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #FFF;
  margin-bottom: 6px;
  margin-left: auto;
}

.new_brand img{
  max-width: 270px !important;
  padding: 10px;
  /* background-color:rgba(255,255,255,0.9); */
  border-radius: 5px;

}


 .wpo-fun-fact-section-s2 {
  text-align: center;
  background: url(../../images/numbers.webp) no-repeat center center;
    background-attachment: scroll;
    background-size: auto;
  position: relative;
  background-size: cover;
  z-index: 1;
  background-attachment: fixed;
  padding: 200px 0;
}

.wpo-blog-single-section .post blockquote::before {

    font-family: "Flaticon";
    content: "";
    font-size: 20px;
    font-size: 1.3333333333rem;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #3D3D99;
    background: #042851;
        background-color: rgb(4, 40, 81);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
    color: #CAAB06;
    border-radius: 50%;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
}

.wpo-blog-single-section .post blockquote::before {

    font-family: "Flaticon";
    content: "";
    font-size: 20px;
    font-size: 1.3333333333rem;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #1f5a9b;
    background: #042851;
        /*! background-color: rgb(4, 40, 81); */
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
    color: #CAAB06;
    border-radius: 50%;

}

.wpo-blog-single-section .post blockquote {
    background-color: #001d3d;
    color: #dceafd;
   border: solid 1px #003875; 
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    
        font-size: 18px;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 35px;
    padding-top: 50px;
    padding-bottom: 29px;
    padding-left: 29px;
    padding-right: 29px;
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid, .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
  width: 33%;
  float: left;
}

 .logo span{
  font-size: 15px;
  font-family: "Jost", sans-serif;
  color: #CAAB06;
  line-height: 40px;
  width:100%
}

.wpo-hero-slider.wpo-hero-style-3 .slide-inner::before {
  background: #000;
  opacity: 0;
}

.wpo-site-footer .wpo-upper-footer, .wpo-site-footer-s2 .wpo-upper-footer {
  padding: 50px 120px;
  position: relative;
  z-index: 1;
}

.wpo-site-footer .widget-title h3, .wpo-site-footer-s2 .widget-title h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 36px;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "Jost", sans-serif;
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2, .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2, .wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
  font-size: 25px;
  line-height: 58px;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item, .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item {
  box-shadow: 0px 2px 10px 2px rgb(0, 14, 40);
  border: solid 1px #002e66;
  margin-bottom: 30px;
} 

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li, .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li {
  color: #fff;
  padding-bottom: 15px;
  list-style: disclosure-closed;
  text-align: left;
  letter-spacing: 1px;
  }

 .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom, .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
    padding: 40px 40px 10px 40px;
    padding-top: 40px;
  padding-top: 35px;
  text-align: center;
    min-height: 258px;
} 

.wpo-service-area .wpo-service-item {
  box-shadow: 0px 2px 10px 2px rgb(0, 26, 77);
  padding: 20px; 
  margin-bottom: 30px; 
  border: solid 1px #003575;
  min-height:150px;
  background-color: #052852;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}  

.wpo-service-area .wpo-service-item h2 {
  font-weight: 500;
  font-size: 17px; 
  margin-bottom: 0px;
  margin-top: 0px;
  color: #7395c8; 
}  


.wpo-about-area .wpo-about-text h5, .wpo-about-area-s2 .wpo-about-text h5, .wpo-about-area-s3 .wpo-about-text h5, .wpo-about-area-s4 .wpo-about-text h5, .wpo-about-area-s5 .wpo-about-text h5 {
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 30px;
}

p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.bg_full {
    width: 100%;
    background:url(../../images/bg.jpg) center top no-repeat;  
}
.animah2 {
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url("../../images/line-bg.png") repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  font-weight: 600;
  font-size: 50px;
  line-height: 170.9%;
  margin: 0;
  font-family: "Jost", sans-serif;
  color: #0D0845;
}

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}



.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content p {
  color: #c4e0ff;
}

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li {
   color: #c4e0ff;
}

.invisible-title1 h2 {
  font-weight: 900;
  font-size: 200px;
  line-height: 100px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #094484;
}

.outline_text {
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.wpo-section-title-s3 h2 {
  color: #caab06;
}

.wpo-section-title span, .wpo-section-title-s2 span, .wpo-section-title-s3 span {
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  font-family: "Muli";
  display: block;
  letter-spacing: 0.2em;
}

.wpo-header-style-2 .navigation.sticky-on, .wpo-header-style-3 .navigation.sticky-on, .wpo-header-style-4 .navigation.sticky-on {
  background: #001D3D;
}

.wpo-about-area-s4, .wpo-about-area-s5 {
  background: #001D3D;
  position: relative;
  background: #001D3D url(../../images/bg.webp) center top no-repeat;
} 

.wpo-pricing-section-s2 {
  background: #001D3D;
  position: relative;
}

.wpo-service-area-s3 {
  background: #012751;
  padding: 0;
  padding: 100px 0 70px;
  position: relative;
}
 
.wpo-blog-section-s2 {
  background: #042851;
  position: relative;
}

.wpo-site-footer::before, .wpo-site-footer-s2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
}

 
.wpo-site-footer-s2 .wpo-lower-footer {
  border-top: 1px solid #ffe767 !important;
  background-color: #caab06 !important;
} 

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item {
  background: #001D3D;
  border-color: #043e80;
  box-shadow: 0 5px 40px rgb(1, 22, 45); 
}

.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item {
  background: #042851;
}

.wpo-hero-slider.wpo-hero-style-3 .slide-title h2 {
  font-weight: 600;
  font-size: 100px;
  line-height: 120%;
  margin-bottom: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.wpo-site-footer .wpo-lower-footer .row, .wpo-site-footer-s2 .wpo-lower-footer .row {
  padding: 5px 0;
  position: relative;
}

.wpo-site-footer .wpo-lower-footer ul li, .wpo-site-footer-s2 .wpo-lower-footer ul li {
  font-size: 10px;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}

.wpo-site-footer .wpo-lower-footer ul li a:hover, .wpo-site-footer-s2 .wpo-lower-footer ul li a:hover {
  color: #665600;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb, .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 7px 25px 6px;
  background: #CAAB06;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child::before, .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child::before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #CAAB06;
  border-radius: 50%;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child, .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child {
  padding-left: 15px;
  position: relative;
}

.section-padding {
  padding: 70px 0px;
}
.wpo-contact-pg-section form select
{
  background: transparent url("../images/select-icon2.png") no-repeat calc(100% - 15px) center !important;
}

@media (max-width: 991px) {
    .wpo-site-header #navbar {
  background: #001d3d;
  display: block !important;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: fixed;
  left: -320px;
  top: 0px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}

.wpo-site-header .menu-close {
  display: block;
  z-index: 99;
  background: none;
  text-align: center;
  color: #b2cde5;
  border: 0;
  text-align: center;
  margin-left: auto;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border:1px solid #0057a4;
}

.wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
}

.wpo-site-header #navbar > ul > li > a {
    font-size: 12px;
    letter-spacing:1px;
}

.wpo-site-header #navbar > ul > li a {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing:1px;
}
.wpo-section-title span, .wpo-section-title-s2 span, .wpo-section-title-s3 span {
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  font-family: "Muli";
  display: block;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

.wpo-site-footer .wpo-lower-footer ul li:first-child, .wpo-site-footer-s2 .wpo-lower-footer ul li:first-child {
  margin-bottom: 0px;
}

.wpo-site-footer .wpo-lower-footer ul li, .wpo-site-footer-s2 .wpo-lower-footer ul li {
  font-size: 10px;
  margin: 0;
    margin-bottom: 0px;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 10px;
}



}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 13px;
    padding: 35px 15px;
    display: block;
    color: #fff;
    font-weight: 100;
    position: relative;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
  }  
  
  .wpo-site-header #navbar > ul > li > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #CAAB06;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  border-radius: 3px;
}
.logo_width{
  width: 300px !important;
}
.wpo-site-header #navbar > ul > li .sub-menu a {
  font-size: 13px !important;
  display: inline-block;
  padding: 5px 0px;
  color: #0D0845;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.5s;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
}

.car_padding{
  padding: 15px 20px 10px !important;
}

.wpo-site-header #navbar > ul .sub-menu {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
  width: 260px;
  position: absolute;
  padding: 20px;
  left: 0;
  top: 110%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.wpo-site-header #navbar > ul .sub-menu.project_ul {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
  width: 190px;
  position: absolute;
  padding: 20px;
  left: 0;
  top: 110%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}


}

@media only screen and (max-width:767px) {
.wpo-hero-slider.wpo-hero-style-3 .slide-title h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 50px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c6e4ff;
    letter-spacing: 1px;
}

.wpo-about-area-s4 .wpo-about-img, .wpo-about-area-s5 .wpo-about-img {
  padding-top: 0px;
  padding-left: 35px;
  left: 0;
  z-index: 1;
}

.section-padding {
  padding: 0px 0px;
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid, .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
  width: 100%;
  float: none;
}
}
.speci_title{
  padding: 3px 15px 5px !important;
} 
.aarna_39_ame .wpo-service-item h2{
  line-height: 21.6px !important;
}

.aarna_48_ame .wpo-service-item h2{
  line-height: 21.6px !important;
}

/* ----------------- Buyers guide css start----------------- */
.section-paddings{
  padding: 0px 0px !important;
}

.buyers_guide_title{
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0;
  letter-spacing: 1px;
  color:#dbbc09 ;
}

.buyers_guide p{
  font-size: 16px;
  text-align: left;
  color: white;
  text-align: justify;
  margin-bottom: 12px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  line-height: 27px;
 font-weight: normal;
}
.bold {
  font-weight: 600 !important;
  font-size: 16.5px !important;
  margin-bottom: 8px !important;
  margin-top: 5px !important;
  color:#dbbc09 !important;
  text-align: start;
}
.list-widget ul {
  list-style: none;
  text-align: left;
}
.list-widget ul li {
  font-size: 16px;
  text-align: left;
  color: white;
  padding: 7px 0;
  padding-left: 42px;
  position: relative;
  text-align: left;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1.5;
}

.list-widget ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 24px;
  border-radius: 50%;
  background: rgba(202, 171, 6, 0.1);
  content: "";
  font-family: "themify";
  text-align: center;
  color: #CAAB06;
  font-size: 14px;
} 
.button {
  background: #CAAB06;
  border: 0;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.button a{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.button:hover{
  background: #ac9205;
 
}
/* ----------------- Buyers guide css end---------------- */


/* ----------------- careers form css start---------------- */

.big_title{
  font-size: 25px !important;
  font-weight: bolder !important;
}
.titles{
  font-size: 22px !important;
}
.careers_span a{
  color:#dbbc09 !important;
  text-decoration: underline;
}
.big_fonts ul li {
  font-size: 25px !important;
  text-align: left;
  color: white;
  padding: 7px 0;
  padding-left: 42px;
  position: relative;
  text-align: left;
  letter-spacing: 1px;
  font-weight:bolder;
  line-height: 1.5;
}
/* ----------------- careers form css end---------------- */


.barrelRoll,.fadeIn,.floater,.heartbeat,.pulse,.rollerLeft,.rollerRight,.rotateIn,.rotateInLeft,.rotateInRight,.rotation,
.shake,.sideToSide,.slideDown,.slideLeft,.slideRight,.slideUp,.spinner,.wiggle,.zoomer,.zoomerOut{visibility:visible!important}.rotation{animation-name:rotation;-webkit-animation-name:rotation;animation-duration:4s;-webkit-animation-duration:4s;animation-timing-function:linear;-webkit-animation-timing-function:linear;animation-iteration-count:infinite}
.rotation,.sideToSide{-webkit-animation-iteration-count:infinite}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0) translateX(50%) rotate(0)}to{-webkit-transform:rotate(360deg) translateX(50%) rotate(-360deg)}}@keyframes rotation{from{transform:rotate(0) translateX(50%) rotate(0)}to{transform:rotate(360deg) translateX(50%) rotate(-360deg)}}
.sideToSide{animation-name:sideToSide;-webkit-animation-name:sideToSide;animation-duration:3s;-webkit-animation-duration:3s;animation-timing-function:ease;-webkit-animation-timing-function:ease;animation-iteration-count:infinite}@-webkit-keyframes sideToSide{0%,100%{-webkit-transform:translate(100%,0)}50%{-webkit-transform:translate(-100%,0)}}@keyframes sideToSide{0%,100%{transform:translate(100%,0)}50%{transform:translate(-100%,0)}}
.zoomer{animation-name:zoomer;-webkit-animation-name:zoomer;-webkit-animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.5,.2,.3,1);animation-iteration-count:1}
.zoomer,.zoomerOut{-webkit-animation-iteration-count:1;animation-timing-function:cubic-bezier(.5,.2,.3,1);animation-duration:1s}@-webkit-keyframes zoomer{0%{-webkit-transform:scale(.3)}100%{-webkit-transform:scale(1)}}@keyframes zoomer{0%{transform:scale(.3)}100%{transform:scale(1)}}
.zoomerOut{animation-name:zoomerOut;-webkit-animation-name:zoomerOut;-webkit-animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.5,.2,.3,1);animation-iteration-count:1;animation-fill-mode:forwards}
.rollerRight,.zoomerOut{-webkit-animation-fill-mode:forwards}@-webkit-keyframes zoomerOut{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(0)}}@keyframes zoomerOut{0%{transform:scale(1)}100%{transform:scale(0)}}
.spinner{animation-name:spinner;-webkit-animation-name:spinner;-webkit-animation-duration:2s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.pulse,.spinner{animation-timing-function:linear;animation-duration:2s}@-webkit-keyframes spinner{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes spinner{from{transform:rotate(0)}to{transform:rotate(360deg)}}
.pulse{animation-name:pulse;-webkit-animation-name:pulse;-webkit-animation-duration:2s;-webkit-animation-timing-function:linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}@keyframes pulse{0%,100%{transform:scale(.9);opacity:.9}50%{transform:scale(1);opacity:1}}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(.95);opacity:.9}50%{-webkit-transform:scale(1);opacity:1}}
.shake{animation-name:shake;-webkit-animation-name:shake;-webkit-animation-duration:.4s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:1}
.barrelRoll,.shake{animation-iteration-count:1;animation-timing-function:ease;animation-duration:.4s}@keyframes shake{0%,100%{transform:translateX(0)}16%,50%,83%{transform:translateX(-10px)}33%,66%{transform:translateX(10px)}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}16%,50%,83%{-webkit-transform:translateX(-10px)}33%,66%{-webkit-transform:translateX(10px)}}
.barrelRoll{animation-name:barrelRoll;-webkit-animation-name:barrelRoll;-webkit-animation-duration:.4s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:1}@keyframes barrelRoll{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes barrelRoll{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}
.floater{animation-name:floater;-webkit-animation-name:floater;animation-duration:1.5s;-webkit-animation-duration:1.5s;-webkit-animation-iteration-count:infinite}
.floater,.wiggle{animation-iteration-count:infinite}@keyframes floater{0%,100%{transform:translateY(0)}50%{transform:translateY(8%)}}@-webkit-keyframes floater{0%,100%{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(8%)}}
.wiggle{animation-name:wiggle;-webkit-animation-name:wiggle;animation-duration:2.5s;-webkit-animation-duration:2.5s;-webkit-animation-iteration-count:infinite}@keyframes wiggle{0%,100%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}@-webkit-keyframes wiggle{0%,100%{-webkit-transform:rotate(-4deg)}50%{-webkit-transform:rotate(4deg)}}
.pound{animation-name:pound;-webkit-animation-name:pound;animation-duration:.5s;-webkit-animation-duration:.5s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:infinite;visibility:visible!important}
.heartbeat,.pound{animation-iteration-count:infinite;animation-timing-function:ease}@keyframes pound{to{transform:scale(1.2)}}@-webkit-keyframes pound{to{transform:scale(1.2)}}
.heartbeat{animation-name:heartbeat;-webkit-animation-name:heartbeat;animation-duration:3s;-webkit-animation-duration:3s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:infinite}@keyframes heartbeat{0%,100%{transform:scale(1)}10%{transform:scale(1.2)}20%{transform:scale(1.4)}}@-webkit-keyframes heartbeat{0%,100%{-webkit-transform:scale(1)}10%{-webkit-transform:scale(1.2)}20%{-webkit-transform:scale(1.4)}}
.rollerRight{animation-name:rollerRight;-webkit-animation-name:rollerRight;animation-duration:2s;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:1;animation-fill-mode:forwards}
.rollerLeft,.rollerRight{animation-iteration-count:1;animation-timing-function:ease}@keyframes rollerRight{0%{transform:translateX(-200px) rotate(0);opacity:0}100%{transform:translateX(0) rotate(2turn);opacity:1}}@-webkit-keyframes rollerRight{0%{-webkit-transform:translateX(-200px) rotate(0);opacity:0}100%{-webkit-transform:translateX(0) rotate(2turn);opacity:1}}
.rollerLeft{animation-name:rollerLeft;-webkit-animation-name:rollerLeft;animation-duration:2s;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease;-webkit-animation-iteration-count:1;animation-fill-mode:forwards}
.fadeOut,.rollerLeft{-webkit-animation-fill-mode:forwards}@keyframes rollerLeft{0%{transform:translateX(200px) rotate(0);opacity:0}100%{transform:translateX(0) rotate(-2turn);opacity:1}}@-webkit-keyframes rollerLeft{0%{-webkit-transform:translateX(200px) rotate(0);opacity:0}100%{-webkit-transform:translateX(0) rotate(-2turn);opacity:1}}
.slideDown{animation-name:slideDown;-webkit-animation-name:slideDown;-webkit-animation-duration:1s;-webkit-animation-timing-function:ease}
.slideDown,.slideUp{animation-timing-function:ease;animation-duration:1s}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}
.slideUp{animation-name:slideUp;-webkit-animation-name:slideUp;-webkit-animation-duration:1s;-webkit-animation-timing-function:ease}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}
.slideLeft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:1s;-webkit-animation-duration:1s;-webkit-animation-timing-function:ease}
.slideLeft,.slideRight{animation-timing-function:ease}@keyframes slideLeft{0%{transform:translateX(150%);opacity:0}100%{transform:translateX(0);opacity:1}}@-webkit-keyframes slideLeft{0%{-webkit-transform:translateX(150%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}
.slideRight{animation-name:slideRight;-webkit-animation-name:slideRight;animation-duration:1s;-webkit-animation-duration:1s;-webkit-animation-timing-function:ease}@keyframes slideRight{0%{transform:translateX(-150%);opacity:0}100%{transform:translateX(0);opacity:1}}@-webkit-keyframes slideRight{0%{-webkit-transform:translateX(-150%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}
.fadeIn{animation-name:fadeIn;-webkit-animation-name:fadeIn;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease}
.fadeIn,.fadeOut{animation-timing-function:ease;animation-duration:2s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
.fadeOut{animation-name:fadeOut;-webkit-animation-name:fadeOut;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease;animation-fill-mode:forwards}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.rotateInRight{animation-name:rotateInRight;-webkit-animation-name:rotateInRight;animation-duration:3s;-webkit-animation-duration:3s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}
.rotateInLeft,.rotateInRight{animation-timing-function:ease-in-out}@-webkit-keyframes rotateInRight{from{-webkit-transform:rotate(0) translateX(100%) rotate(0)}to{-webkit-transform:rotate(360deg) translateX(0) rotate(-360deg)}}@keyframes rotateInRight{from{transform:rotate(0) translateX(100%) rotate(0)}to{transform:rotate(360deg) translateX(0) rotate(-360deg)}}
.rotateInLeft{animation-name:rotateInLeft;-webkit-animation-name:rotateInLeft;animation-duration:3s;-webkit-animation-duration:3s;-webkit-animation-timing-function:ease-in-out;animation-iteration-count:1}
.rotateIn,.rotateInLeft{-webkit-animation-iteration-count:1}@-webkit-keyframes rotateInLeft{from{-webkit-transform:rotate(0) translateX(-100%) rotate(0)}to{-webkit-transform:rotate(360deg) translateX(0) rotate(-360deg)}}@keyframes rotateInLeft{from{transform:rotate(0) translateX(-100%) rotate(0)}to{transform:rotate(360deg) translateX(0) rotate(-360deg)}}
.rotateIn{animation-name:rotateIn;-webkit-animation-name:rotateIn;animation-duration:3s;-webkit-animation-duration:3s;animation-timing-function:ease;-webkit-animation-timing-function:ease;animation-iteration-count:1;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-720deg);transform:rotate3d(0,0,1,-720deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-720deg);transform:rotate3d(0,0,1,-720deg);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}
.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}



 .top_form{ 
  position:absolute;
  z-index: 987;
  top: 20%;
  left: 5%;
  width:380px;
  background: #FFF;
  padding: 10px;
  border-radius: 5px;
}
 .top_form .form-control::placeholder
 {
   color: #6c757d !important;
   opacity: 1;
 }
 
 .project_form{ 
  top: 26%;
}

.top_form h2{ color: #001d3d; font-size:18px;}
.top_form p{ color: #001d3d; font-size: 12px;}

.theme-btn-s4.home_f { 
  background: #CAAB06;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 5px 45px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-size: 1.0666666667rem;
  transition: all 0.3s;
  margin-top: 10px;
}

.form-control.home_input {
  margin-top: 10px;
  color: #6c757d;
}

.submit-area.mb20{
  margin-bottom: 10px; margin-top: 10px;
}

.wpo-hero-slider.wpo-hero-style-3 .slide-title.opw h2{
  /* font-size: 70px; */
  text-align: right;
}

.top_form .form-control:focus
{
  color: #212529;
  background-color: #fff;
  border-color: #caab06 !important;
  outline: 0;
  box-shadow: 0 0 7px rgba(96, 96, 96, 0.06) !important;
}
.left_icon{
  font-size: 12px;
  position: absolute;
  top: 33%;
  right: 3%;
  color: #6c757de3;
}
.pos_rel{
  position: relative;
}


@media only screen and (max-width:767px) {
  .wpo-fun-fact-section-s2{padding: 100px 0;}
  .theme-btn-s4.home_f {
    margin: 10px 0px 0px !important;
    border-radius: 3px !important;
  }
  .wpo-hero-slider.wpo-hero-style-3 .slide-content
  {
    padding-top: 110px;
    margin-top: 107%;
  }
  .top_form{
    position:absolute;
    z-index: 987;
    top: 20%;
    left:5%;
    width: 90%;
    background: #FFF;
    padding: 10px;
  }
  .wpo-hero-slider.wpo-hero-style-3 .slide-title.opw h2
  {
    font-size: 48px !important;
    text-align: center;
    line-height: 62px;
    margin-bottom: 0px !important;
  }
  .opw h2 br{
    display: none;
  }
  .home_banner .top_form
  {
    top: 16%;
  }
  .home_banner.wpo-hero-slider, .static-hero, .wpo-hero-slider-s2
  {
    height: 744px !important;
  }
}


@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children::before
{
    font-family: "themify";
    content: "";
    font-size: 11px;
    font-size: 0.7333333333rem;
    position: absolute;
    right: 15px;
    top: 36%;
    transform: translateY(-50%);
  }
}
.width25{
  width: 25px;
}

.fixed_number{
  background: #001d3d;
  position: fixed;
  top: 34%;
  right: -95px;
  transform: rotate(270deg);
  padding: 5px 15px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}


.fixed_number a{
  font-size: 20px;
  color: white;
  letter-spacing: 0.5px;
  margin-left: 10px;
}

.fixed_number i{
  color: white;
  font-size: 18px;
}

.fs20{
  font-size: 20px !important;
}

.whatsapp_icon {
  padding: 0 !important;
  padding-bottom: 15px !important;
}

.whatsapp_icon img{
  width: 25px;
  margin-right: 11px;
}

.social_media {
  position: fixed;
  right: 1px;
  bottom: 36%;
  z-index: 99999;
}

.social_media ul {
  list-style: none;
}

.social_media ul li.share {
  cursor: pointer;
  width: 32px;
}

.wpo-site-footer-s2 .wpo-lower-footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
} 

@media screen and (max-width:991px) {
  .theme-btn-s4.home_f {
    margin: 10px 0px 0px !important;
    border-radius: 3px !important;
  }
  .fixed_number a {
    font-size: 19px;
  }
  .fs20{
    font-size: 18px !important;
  }
  .rea_no {
    margin-top: 10px;
  }
  .social_media ul li.share {
    width: 35px;
  }
  .res_mt5{
    margin-top: 5px !important;
  }
  .social_media {
    bottom: 45%;
  }
  .wpo-site-footer .wpo-lower-footer ul, .wpo-site-footer-s2 .wpo-lower-footer ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center !important;
    flex-direction: column-reverse; 
  }
  .mb_none{
    display: none;
  }
}
@media screen and (max-width:767px) {
  .social_media {
    bottom: 39%;
  }
}