html, body{
  overflow-x: hidden !important;
  padding-top: 0 !important;
}
.x_hidden{  overflow-x: hidden !important;
  width: 100%;
  position: absolute;
top: 111px;
left: 0px;
z-index: 9;
/*! background-color: red; */
height: 150px;
}  

.www{
  width: 24px;
}

.design_by{ display: flex; justify-content: end;}

.logo{
    width: 250px;
    padding: 8px 0;
}
.dot_bg{
  background-image: url("../img/dots.png");
}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
  max-height: unset;
}
.home_pg .navbar.navbar-boxed {
  background-color: #f7f7f7 !important;
}
.navbar.navbar-boxed {
  background-color: #f7f7f7 !important;
}
.navbar .navbar-nav .nav-link {
  padding: 5px 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0 14px;
  word-break: normal;
  line-height: 14px;
  letter-spacing: 0.5px;
  position: relative;
  color: #232323 !important;
}

.navbar .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    height: 2px;
    border-bottom: 1px dotted black;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.navbar .navbar-nav .nav-link:hover:after {
    width: 100%;
    left: 0%;
    opacity: 1;
    transition: all 0.5s ease;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: rgba(0,0,0,.6) !important;
}
.navbar.navbar-dark .navbar-nav > .dropdown.active > a, .sticky .navbar.header-dark .navbar-nav > .dropdown.active > a, .navbar.navbar-dark .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-dark .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-light.header-dark .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-light.header-dark .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
  color: rgba(0,0,0,.6) !important;
}
.navbar .navbar-nav .nav-link.active.active_menu{
    font-weight: 500 !important;
    font-style: italic;
    color: #F08A4B !important;
}
.navbar .navbar-nav .nav-link.active_menu {
  font-weight: 500 !important;
  font-style: italic;
  color: #F08A4B !important
}
.navbar .navbar-nav .nav-link.active_menu::after{
  position: absolute;
  content: "";
  width: 100% !important;
  left: 0 !important;
  height: 2px;
  border-bottom: 1px dotted #F08A4B;
  bottom: -2px;
  opacity: 1 !important;
}
.nav-item > .dropdown-toggle {
  display: block;
}
.nav-item.dropdown{
  margin-right: 10px;
}
.dropdown i{
  top: 6px;
  position: absolute;
  right: -6px;
  font-size: 12px;
  color: #ce6c31;
}
.simple-dropdown .dropdown-menu {
  position: absolute;
  left: 13px;
  width: 215px;
  padding: 12px 0;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  margin: 1px 0 0;
  border: none;
  border-radius: 4px;
  pointer-events: auto;
}
.simple-dropdown .dropdown-menu li {
  padding: 7px 16px;
  display: block;
}
.simple-dropdown .dropdown-menu .dropdown a {
  display: block;
  color: #484747;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  transition: all 0.5s ease;
}
.simple-dropdown .dropdown-menu .dropdown a:hover {
  padding-left: 27px;
  transition: all 0.5s ease;
  color: #CD6C30;
}
.simple-dropdown .dropdown-menu .dropdown a::before {
  content: "";
  position: absolute;
  width: 0px !important;
  left: 0 !important;
  height: 1px;
  border-bottom: 1px dotted #CD6C30;
  top: 50%;
  opacity: 0 !important;
  transition: all 0.5s ease;
}
.simple-dropdown .dropdown-menu .dropdown a:hover::before {
  width: 18px !important;
  opacity: 1 !important;
  transition: all 0.5s ease;
}
.simple-dropdown .dropdown-menu .dropdown a .dropdown-toggle {
  position: absolute;
  right: 0;
  font-size: 12px;
  margin-top: 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #CD6C30;
  width: 9px;
}
.simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
  left: 216px;
  margin-top: 0;
  top: 4px;
  pointer-events: auto;
  width: 297px;
}
#slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31 {
  line-height: 55px !important;
  padding: 0 !important;
  letter-spacing: 0px !important;
  font-size: 46px !important;
  text-shadow: 1px 1px 6px #0000004f !important;
     font-weight: 500 !important;
}
#slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32{
  line-height: 32px !important;
  letter-spacing: 1px !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  text-shadow: 1px 1px 6px #0000004f !important;
}
.overlay-bg{
  opacity: 0.5 !important;
}
.ban_icon{
  width: 46px;
  opacity: 0.3;
  margin-right: 15px;
} 
.icon_fnt{
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #6a6a6a;
  font-weight: 500;
  line-height: 22px;
}
.whatsapp_green { 
  position: fixed;
  right: 25px; 
  bottom: 7%; 
  width: 32px;
  z-index:9;
}
.whatsapp_green img{
  width: 100%;
}
.ban_box{
  padding: 25px !important;
  display: flex;
  justify-content: center;
  align-items: center !important;
  background: white;
  box-shadow: 0 0 15px rgba(0,0,0,.08) !important;
  border-radius: 6px;
  height: 100%;
}
.feature-box .feature-box-content {
  max-width: 100%;
  text-align: left;
}
.ls03{
  letter-spacing: 0.3px;
}
.sticky_logo {
  opacity: 0;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}
.sticky .normal_logo{
  opacity: 0;
   transition: all 0.5s ease;
}
.sticky .sticky_logo{
  opacity: 1;
   transition: all 0.5s ease;
}
.sticky .navbar .navbar-nav .nav-link.active.active_menu {
  color: #F08A4B !important;
}
.sticky .navbar .navbar-nav .nav-link.active_menu {
  color: #F08A4B !important;
}
.sticky .navbar .navbar-nav .nav-link.active_menu::after {
  border-bottom: 1px dotted #F08A4B;
}
.sticky .dropdown i {
  color: #F08A4B;
}
.home-startup .ares.tp-leftarrow, .home-startup .ares.tparrows.tp-leftarrow::before {
  content: "\e828";
  font-size: 16px;
}
.home-startup .ares.tp-rightarrow, .home-startup .ares.tparrows.tp-rightarrow::before {
  content: "\e829";
  font-size: 16px;
}
.ares.tparrows {
  min-width: 40px;
  min-height: 40px;
  top: 90% !important;
}
.ares.tparrows::before {
  line-height: 40px;
}
.home-startup .ares:hover {
  background: rgb(205, 108, 48);
} 
.big_fnt{
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0.3px;
  color: #d7763b;
  font-weight: 500 !important;
  position: relative;
  z-index: 2;
} 
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1380px;
  }
  .tilt-box {
  text-align: center;
}
.img_fnt{
  font-size: 249px;
  line-height: 233px;
  color: #CD6C30 !important;
  letter-spacing: -12px;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase !important;
  background-position: 58% 42% !important;
  background-size: cover !important;
}
section.extra-big-section {
  padding: 115px 0 70px;
}
.mb0{
  margin-bottom: 0px !important;
}
p{
  letter-spacing: 0.2px;
  line-height: 26px;
  font-size: 15px;
  color: #666;
  margin-bottom: 16px;
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.big_fnt_bg{
  font-size: 182px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00000008;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 4px;
  z-index: 0;
}
.pos_rel{
  position: relative;
}
.year_title{
  font-size: 18px;
  line-height: 22px;
  font-weight: 500 !important;
  letter-spacing: 3px;
  color: #232323;
}
.main_title{
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.mt80{
  margin-top: 80px;
}
.btn i {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 !important;
}
.btn {
  text-transform: inherit !important;
}
.btn:hover i {
  color: #CD6C30 !important;
}
.loc_icon{
  color: #c8c8c8;
  margin-right: 5px;
  font-size: 15px;
}
.project_title{
  font-size: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-weight: 500;
  color: white;
  line-height: 28px;
}
.project_type{
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #fff !important;
}
.project_location{
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #c6c6c6 !important;
}
.project_bg{
  opacity: 0.75 !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.interactive-banners-style-07 .interactive-banners-box:hover img {
  opacity: 1;
}
.plr50{
  padding-left: 50px;
  padding-right: 50px;
}
.btn_style{
  background-color: rgb(205, 108, 48);
  color: white !important;
  font-size: 12px;
  line-height: 22px;
  margin: 0px;
  padding: 3px 6px 3px 13px;
  letter-spacing: 0.3px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
   transition: all 0.5s ease;
}
.btn_round{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgb(240, 138, 75);
  margin-left: 7px;
  margin-bottom: 1px;
   transition: all 0.5s ease;
}
.btn_round i{
  color: #fff;
  font-size: 11px;
  line-height: 13px;
   transition: all 0.5s ease;
}
.btn_style:hover .btn_round{
  background: white;
   transition: all 0.5s ease;
}
.btn_style:hover i{
  color: rgb(240, 138, 75);
  transition: all 0.5s ease;
}
.interactive-banners-style-07 .interactive-banners-box .fancy-text-content .btn_style {
  opacity: 0;
  white-space: nowrap;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  margin-top: 9px;
}
.interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content .btn_style {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}
.white-move .swiper-slide, .white-move .swiper-wrapper {
  cursor:auto;
}
.swiper-pagination-bullet {
  background: #606060;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  height: 7px;
  margin: 0 6px;
  width: 7px;
  border: unset;
  outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ce6c31;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -38px;
  top: auto;
  left: 0;
  width: 100%;
}
.project_padd{
  padding: 70px 0 94px;
}
.bg_light_gray{
  background: #00000008;
}
.mt90{
  margin-top: 90px;
}
.event_date{
  padding: 7px 16px;
  display: block;
  color: black;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #f7f7f7;
}
.details_box{
  background: white;
  padding: 16px;
  min-height: 163px;
}
.event_title{
  font-size: 16px;
  color: #d4743a;
  margin-bottom: 6px !important;
  font-weight: 500;
  letter-spacing: 0.5px !important;
}
.blog-masonry .blog-post p {
  margin-bottom: 0px;
  letter-spacing: 0.2px;
  line-height: 25px;
  margin-bottom: 5px;
}
.event_category{
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  padding: 9px 15px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #373737;
  border-radius: 0 6px 0 0;
}
.event_box:hover img{
  transform: scale(1.1);
}
.event_box img{
-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
  -moz-transition: all 1s cubic-bezier(0,0,.2,1);
  -ms-transition: all 1s cubic-bezier(0,0,.2,1);
  transition: all 1s cubic-bezier(0,0,.2,1);
}
.over_hide{
  overflow: hidden;
}
.mt40{
  margin-top: 40px !important;
}
.btn_style2 {
  background-color: rgb(205, 108, 48);
  color: white !important;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
  padding: 4px 7px 4px 14px; 
  letter-spacing: 0.3px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  transition: all 0.5s ease;
  outline: none;
  border: none;
  cursor: pointer;
}
.btn_round2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(240, 138, 75);
  margin-left: 12px;
  margin-bottom: 1px;
  transition: all 0.5s ease;
}
.btn_round2 i {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  transition: all 0.5s ease;
}
.btn_style2:hover .btn_round2{
  background: white;
   transition: all 0.5s ease;
}
.btn_style2:hover i{
  color: rgb(240, 138, 75);
  transition: all 0.5s ease;
}
.mb15{
  margin-bottom: 15px !important;
}
.blog-masonry .swiper-horizontal > .swiper-pagination-bullets, .blog-masonry .swiper-pagination-bullets.swiper-pagination-horizontal, .blog-masonry .swiper-pagination-custom, .blog-masonry .swiper-pagination-fraction {
  bottom: -28px;
  top: auto;
  left: 0;
  width: 100%;
}
.abhinand_pro{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.abhinand_pro .project_title{
font-size: 26px;
  line-height: 27px;
  letter-spacing: 0.3px;
  color: #0a3542 !important;
  font-weight: 500 !important;
margin-bottom: 11px;
}
.abhinand_pro .project_type{
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 9px;
  font-weight: 500;
  color: rgb(106, 106, 106) !important;
  line-height: 30px;
}
.abhinand_pro .project_location {
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #7e7e7e !important;
}
.abhinand_img img{
  border-radius: 8px;
}
.abhinand_img{
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.mt10{
  margin-top: 10px !important;
}
.abhinand_pro .loc_icon{
  color: red;
  margin-right: 5px;
  font-size: 15px;
}
.pro_details{
  text-align: center;
  padding-left: 15px;
}
.abhinand_logo{
  position: absolute;
  right: -18px;
  width: 32%;
  bottom: -23px;
  opacity: 0.08;
  z-index: -1;
}
.img_txt{
  bottom: -21px;
  font-size: 170px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff12;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 156px;
}
.value_fnt{
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #333;
  font-weight: 500;
  line-height: 22px;
}
.process-step-style-02 .process-step-icon-wrap {
  position: relative;
  margin-right: 23px;
}
.process-step-style-02 .process-step-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 37px;
  color: #555;
  background: #ececec;
  border: 1px solid #ececec !important;
  font-weight: 500 !important;
  transition: all 0.5s ease;
  text-align: center;
}
.process-step-style-02 .process-step-item:hover .process-step-icon {
  background-color: #fff;
  color: #4a4a4b;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ootransform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.process-step-style-02 .process-content {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
  margin-bottom: 30px;
}
.process-step-style-02 .process-step-icon-wrap .process-step-item-box-bfr {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 1px;
  height: calc(100% - 69px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mb35{
  margin-bottom: 35px !important;
}
.mtb15{
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.mt30{
  margin-top: 30px !important;
}
.youtube_video {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.youtube_video iframe{
  aspect-ratio: 16/9;
  transform: scale(1.005);
  width: 100%;
  border-radius: 8px;
}
.pr70{
  padding-right: 70px !important;
}



.footer-bottom{
  background: #1c1917;
}  

.copyright{
  margin-bottom: 0;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
  color: #ffffffb2;
}
.copyright a{
  font-size: 10px;
  letter-spacing: 0.3px;
  color: #ffffffb2;
}
.copyright a:hover{
  color: #fff !important;
}

.footer_contact{
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #ffffffb2 !important;
  line-height: 26px;
}
.footer_contact i{
  margin-right: 10px;
  color: #ffffffb2;
}
.footer_contact a:hover{
  text-decoration: underline;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer_contact a{
  transition: all 0.5s ease;
  color: #e4e4e4;
}
.from-control {
  background: #ffffffb2;
  border: none;
  box-shadow: 4px 4px 8px #dcdcdc42;
  font-size: 14px;
  width: 32%;
  border-radius: 7px;
}
::placeholder {
  color: #8c8c8c;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.form_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot_title{
  font-weight: 500 !important;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.5px !important;
  margin-bottom: 8px !important;
}
.orange_color_bg{
  background-color: #cd6c30;
}
.ptb60{
  padding: 60px 0;
}
.facebook_icon{
  width: 11px;
  margin-top: 1px;
}
.youtube_icon {
  width: 22px;
  filter: invert(100%) brightness(180%);
}
.facebook_icon {
  width: 11px;
  filter: invert(100%) brightness(175%);
}
.social_icon i {
  font-size: 18px;
  color: #ffffffb2;
}
.social_icon {
  display: flex;
  align-items: center;
}
.social_icon a{
  margin-right: 11px;
  display: inline-flex;
  align-items: center;
    transition: all 0.5s ease;
}
.social_icon a:hover{
  transform: translateY(-5px);
  transition: all 0.5s ease;
}
.social_icon a:hover .youtube_icon{
    filter: invert(100%) brightness(220%);
  transition: all 0.5s ease;
}
.social_icon a:hover .facebook_icon{
  filter: invert(100%) brightness(220%);
  transition: all 0.5s ease;
}
.social_icon a:hover i{
  color: white;
}
.ft_color{
  color: #ececec;
}
.bird {
  background-image: url('../img/home/birds.svg');
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.bird-container {
  position: absolute;
  top: 0;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
  animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 9;
}
.bird-container--one {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.bird-container--three {
  -webkit-animation-duration: 14.6s;
  animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}
.bird-container--four {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
  animation-delay: 10.25s;
}
@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0) translateX(90vw) scale(0.6);
  }
  100%,
  60% {
    transform: translateY(0) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0) translateX(90vw) scale(0.6);
  }
  100%,
  60% {
    transform: translateY(0) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0) translateX(90vw) scale(0.45);
  }
  100%,
  51% {
    transform: translateY(0) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0) translateX(90vw) scale(0.45);
  }
  100%,
  51% {
    transform: translateY(0) translateX(110vw) scale(0.45);
  }
}
.mt0{
  margin-top: 0px !important;
}
.mt5{
  margin-top: 5px !important;
}
.mt33{
  margin-top: 33px !important;
}
.mt_ftn{
  margin-top: -38px;
}
.big_fnt_bg_contact {
  font-size: 167px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0000000a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 10px;
  z-index: 0;
}
.footer .big_fnt {
  color: #e8e8e8;
}
.youtube_container {
  overflow: hidden;
  aspect-ratio: 16/9;
  pointer-events: none;
  position:relative;
}
.youtube_container iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}
.banner_layer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.43);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.op2 .ares.tparrows {
  display: none;
}
.op2 .abhinand_pro .project_bg {
  opacity: 0.75 !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
}
.op2 .big_fnt {
  color: #006d91;
} 
.op2 .footer-bottom {
  background: #eee;
}
.op2 .btn_style2 {
  background-color: transparent;
  color: rgb(205, 108, 48) !important;
  border: 1px solid rgba(205, 108, 48, 0.4);
}
.op2 .btn_round2 {
  border: 1px solid transparent;
}
.op2 .btn_style2:hover .btn_round2 {
  background: #efefef;
}
.op2 .btn_style {
  background-color: transparent;
  color: rgb(205, 108, 48) !important;
  border: 1px solid rgba(205, 108, 48, 0.4);
}
.op2 .btn_round {
  border: 1px solid transparent;
}
.op2 .btn_style:hover .btn_round {
  background: #efefef;
}
.op2 .swiper-wrapper .btn_style {
  background-color: #00000096;
  color: rgb(223, 121, 58) !important;
  border: 1px solid rgba(205, 108, 48, 0.53);
}
.op2 #slide-411-layer-03{
  background-color: #00000073 !important;
  color: rgb(240, 138, 75) !important;
  border: 1px solid rgba(205, 108, 48, 0.4) !important;
}
.op2 .icon_fnt {
  color: #006d91;
} 
.event_container{
  max-width: 1039px;
}
.op2 .event_title {
  color: #023771;
}
.family_img{
  position: absolute;
  right: -3%;
  width: 58%;
  bottom: -7px;
  opacity: 0.4;
}
.mb3{
  margin-bottom: 3px !important;
}
.fs16{
  font-size: 16px !important;
}
.testimonial_sec{
  background-color: #f7f7f7;
}
.testimonial_sec .big_fnt_bg{
  color: #0000000a;
  z-index: -1;
}

.op2 .testimonial_sec .btn_style2:hover .btn_round2 {
  background: #ffffff;
}
.mob_view{
  display: none !important;
}
.pc_view_flex{
  display: flex;
}
.pc_view{
  display: block !important;
}
.blog-masonry .blog-post:hover {
  box-shadow: 0 0 15px rgba(0,0,0,.06);
}
 
.bi_logo_ani{ cursor: context-menu;}
.bi_logo_ani:hover img{ -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(45deg);
  transition: all 0.6s ease;
}
.scroll-top-arrow, .scroll-top-arrow:focus {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  right: 25px;
  bottom: 28px;
}
/* testimonials page */
.sub_banner {
    padding: 160px 0 60px;
    background-color: #f7f7f7;
}
.swiper-horizontal-3d.swiper {
  width: 100%;
  padding-bottom: 0px;
}
.margin-six-bottom {
  margin-bottom: 2%;
}
.pdt130{
  padding-top: 130px;
}
.testi_con{
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  font-weight: 500;
  color: rgba(31, 31, 31, 0.5) !important;
  line-height: 26px;
}
.testi_title{
  font-weight: 500 !important;
  color: #4f4f4f;
  font-size: 17px;
  letter-spacing: 0.5px !important;
  margin-bottom: 5px !important;
  text-transform: inherit !important;
}
.pdtb_4rem{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.swiper-horizontal-3d .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: grayscale(0);
}
/* privacy policy */
.pp_sec .bullet_style {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.bullet_style {
  background-color: #CE6C31;
  margin-right: 10px !important;
  height: 19px !important;
  width: 19px !important;
  border-radius: 50% !important;
}
.pp_sec p {
  letter-spacing: 0.2px !important;
}
.fs-10{
  font-size: 10px;
}
.mt4 {
  margin-top:4px !important;
}
.wid50{
 width: 50px !important;
}
.wid23{
  width: 23px !important;
}
.pos_unset{
  position: unset;
}
.pp_link{
  color: #CE6C31;
  text-decoration: underline;
}
.pp_link:hover {
  color: #0d0d0d;
}
/* emi calculator */
/* .navbar.navbar-dark .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a */
.navbar.navbar-dark .navbar-nav > .dropdown.active > a{
  color: #CE6C31 !important;
}
.simple-dropdown .dropdown-menu .dropdown a.active, .simple-dropdown .dropdown-menu .dropdown.active > a{
  color: #CE6C31 !important;
}
.pdb10{
  padding-bottom: 10px;
}
.base_line {
  display: flex;
  align-items: baseline;
}
.loan_fnt {
  font-weight: 500;
  margin-bottom: 1px !important;
  font-size: 17px;
  color: #ce6c31;
  letter-spacing: 0.3px;
  flex: 1;
}
.que {
  color: #ce6c31 !important;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  width: 33px;
}
.ans {
  color: #464646 !important;
  margin-right: 10px;
  font-weight: 500;
  display: block;
}

.document {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.document p {
  width: auto;
  padding: 6px 13px;
  text-align: left;
  letter-spacing: 0.55px;
  margin-bottom: 22px;
  margin-right: 18px;
  background-color: #fff;
  border: solid 1px #ce6c312b;
  box-shadow: 3px 3px 7px #0000000a;
  border-radius: 4px;
}
/* nri guide */
.collapse:not(.show) {
  display: none;
}
.mb40{
  margin-bottom: 40px;
}
.text-fast-blue{
  color: #006d91;
}
.que_no{
  color: #040404;
  margin-right: 6px;
  font-weight: 500;
}
.mr0{
  margin-right: 0px;
}
.mb10{
  margin-bottom: 10px;
}
.lower{
  text-transform: lowercase;
}
.banner_bg{
  background-color: #f7f7f7;
  margin-top: 95px;
  position: relative;
  padding: 95px 0;
}
.banner_title{
  font-size: 220px !important;
  font-weight: 900;
  letter-spacing: -3px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 0;
  position: absolute;
  bottom: -46px;
  margin-bottom: 0;
  line-height: 220px;
}
.mobile_friendly {
  display: none;
  text-align: center;
  color: red;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 13px;
}
.span_align .d-flex{
  align-items: center;
}
.event_div .col-lg-4{
  width: 32.5%;
  border: 1px solid #dcdcdc29;
}
.event_div .col-lg-4-1{
  width: 32.5%;
}

.justify_between{
  justify-content: space-between;
}
.mb20{
  margin-bottom: 20px;
}
.h308{
  height: 308px;
}
.hg298{
  height: 298px;
}
.box_shdow{
  box-shadow: 0 0 15px rgba(0,0,0,.08);
  padding: 20px 20px;
  margin-bottom: 25px;
  border-radius: 6px;
}
.accordion-style-03 .panel {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.accordion-style-03 .panel .panel-heading {
  padding: 16px 16px 16px 0;
  position: relative;
}
.mb16{
  margin-bottom: 16px !important;
}
.accordion-style-03 .panel-collapse{
  margin-top: -11px;
}
.flex1{
  flex: 1;
}
/* contact */
.feature-box .feature-box-content {
  text-align: center;
}
.text-fast-blue {
  color: #8a8a8a;
}
.social_icon .mr0{
  margin-right: 0px;
}
.border_radius{
  border-radius: 10px;
}
.bg_orange {
  background-color: #ce6c317a;
}
.padding-4-rem-all {
  padding: 4rem;
}

.pro_name{
  color: #8c8c8c;
  font-size: 12px;
  letter-spacing: 0.3px;
}
select{
  background-size: 9px;
}
.margin-7-half-rem-top {
  margin-top: 4.5rem;
}
.pdtb0{
  padding-bottom: 0px;
  padding-top: 0px;
}
.mb30{
  margin-bottom: 30px;
}
.mail_hover:hover{
  color: #ce6c31;
}
.w-100{
  width: 80%;
}
.reach_us_pg .foot_title {
  color: #ce6c31;
}
.reach_us_pg .footer_contact a {
  color: #828282;
}
.reach_us_pg .social_icon i {
  font-size: 18px;
  color: #828282;
}
.reach_us_pg .youtube_icon {
  width: 22px;
  filter: unset;
}
.reach_us_pg .social_icon a:hover .youtube_icon {
  filter: invert(100%) brightness(70%);
}
.reach_us_pg .social_icon a:hover i {
  color: #575757;
}
input, textarea, select {
  border-radius: 4px;
}
.required.error {
  border: 1px solid #0404046b !important;
}
.reach_us_pg .facebook_icon {
  width: 11px;
  filter: invert(100%) brightness(100%);
  margin-bottom: 2px;
}
.reach_us_pg .social_icon a:hover .facebook_icon {
  filter: invert(100%) brightness(70%);
  transition: all 0.5s ease;
}
input[type="checkbox"] {
  width: 14px !important;
  height: 14px;
  margin-top: 4px;
}
input[type="checkbox"] + label {
  color: #939393;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 19px;
  letter-spacing: 0.3px;
  width: 95%;
}
.medium-input, .medium-textarea, .medium-select select {
  padding: 15px 15px;
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
textarea {
  height: 112px;
  margin-bottom: 0;
}
input:focus, textarea:focus {
  border: 1px solid #888;
  outline: none;
}
.tagline_con{
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0.3px;
  color: #d7763b;
  font-weight: 500 !important;
  position: relative;
  z-index: 2;
  margin: 0 18px;
}
select{
  appearance: none;
}
.select_icon{
  position: relative;
}
.select_icon i{
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 14px;
  z-index: 0;
}
.fa-angle-down::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}
.reach_us_pg section.big-section {
  padding: 230px 0;
}
.ls0{
  letter-spacing: 0 !important;
}
.padd35{
  padding: 35px;
}
.space_bw{
  display: flex;
  justify-content: space-between;
}
.text-extra-medium {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.project_pg .footer_contact{
  color: #646464 !important;
  flex: 1;
}
.project_pg .footer_contact a {
  transition: all 0.5s ease;
  color: #646464;
}
.project_pg .foot_title {
  color: #b2a12f;
}
.coming_soon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 200px 0;
}
.coming_soon p {
  text-align: center;
  letter-spacing: 1.3px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 27px;
}
.coming_soon h1 {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 54px;
}
.h169{
  height: 169px;
}
.font_170{
  font-size: 170px !important;
  bottom: -60px;
}
.small_br{
  display: none;
}
.small_pc_br{
  display: none;
}
.small_pc1_br{
  display: none;
}
.fw400{
  font-weight: 400 !important;
}
.menu_type{
  font-size: 10px;
}
.ml24{
  margin-left: 24px !important;
}
.footer .footer_contact {
  letter-spacing: 0.2px;
}
.tp-parallax-wrap {
  transform-style: preserve-3d;
  left: 0 !important;
  margin-top: 2%;
  transform: matrix(1, 0, 0, 1, 60, -20);
}
.home-startup .ares.tp-rightarrow{
  left: 11% !important;
}
.home-startup .ares {
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
}
.home_pg .bird-container {
  position: absolute;
  top: 9%;
  opacity: 0.7;
}
.home_pg .bird {
  transform: scale(0.7);
}
.home_pg .bird-container--four {
  -webkit-animation-duration: 36s;
  animation-duration: 36s;
  -webkit-animation-delay: 32.25s;
  animation-delay: 32.25s;
  animation-timing-function: 1;
}
.home_pg .bird-container--three {
  -webkit-animation-duration: 34.6s;
  animation-duration: 34.6s;
  -webkit-animation-delay: 20.5s;
  animation-delay: 20.5s;
}
.home_pg .bird-container--two {
  -webkit-animation-duration: 36s;
  animation-duration: 36s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.home_pg .bird-container--one {
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}



.sub_foot {
  background: #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
}
.sub_foot h2{ 
  font-size: 37px;
  font-weight: 200;
  letter-spacing: -0.5px;
  line-height: 42px;
  color: #D7763B;
  margin-bottom: 2px;
}
.sub_foot_link{
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 500;
}
.sub_foot_link a{
  color: #595959;
}
.sub_foot_link a:hover{
  color: #000000;
  text-decoration: underline;
}
.flex_end {
  display: flex;
  justify-content: center;
}
.flex_end p{
  color: #cd6c30;
  font-weight:300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
.home_pg .blog-masonry .blog-post p {
  margin-bottom: 0px; 
} 
.sub_foot .big_fnt_bg_contact{
  font-size: 115px !important;
  margin-top: 13px;
}
.ml29n{
  margin-left: -14px;
  letter-spacing: 0.7px !important;
}


@media screen and (min-width:1600px) and (max-width:2500px){
  .big_mb81{
    margin-bottom: 81px !important;
  }
  .nor_pl{
    padding-left: 36px;
  }
#slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31 {
   line-height: 35px !important;
    font-size: 30px !important;
    text-align: left !important;
  }
}


@media screen and (min-width:1700px) and (max-width:1799px){
  .home-startup .ares.tp-rightarrow {
  left: 12% !important;
}
}

@media screen and (min-width:1600px) and (max-width:1699px){
    .home-startup .ares.tp-rightarrow {
  left: 3% !important;
}
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1480px;
  }
  .nav-header-container{
    max-width: 1480px;
  }
  .navbar.navbar-boxed {
    padding: 0;
  }
  .event_container {
    max-width: 1040px;
  }
  .blog-masonry .blog-post p {
    letter-spacing: 0.1px;
  }

  .event_title {
    font-size: 16px;
  }
  .big_fnt_bg_contact {
    left: 19px;
  }
  .big_fnt_bg {
    font-size: 167px !important;
  }
  .abhinand_logo {
    right: -2px;
    width: 32%;
    bottom: -8px;
  }
  .details_box {
    min-height: 142px;
  }
  .mt80 {
    margin-top: 75px;
  }
  section {
    padding: 65px 0;
  }
  .project_padd {
    padding: 65px 0 94px;
  }
  #slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31 {
   line-height: 35px !important;
    font-size: 30px !important;
    text-align: left !important;
  }
  #slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32 {
    line-height: 28px !important;
    font-weight: 500 !important;
  }
  .op2 .pr70 {
    padding-right: 0px !important;
  }
  .family_img {
    right: -3%;
    width: 60%;
    bottom: 25px;
  }
  .mb35 {
    margin-bottom: 27px !important;
  }
  .h308{
    height: 283px;
  }
    .small_br{
    display: block;
  }
  .ares.tparrows {
  transform: matrix(1, 0, 0, 1, 100, -20) !important;
}
.tp-parallax-wrap {
  transform: matrix(1, 0, 0, 1, 100, -20);
}
}


@media screen and (min-width:1500px) and (max-width:1599px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1380px;
  }
  .nav-header-container{
    max-width: 1380px;
  }
  .navbar.navbar-boxed {
    padding: 0;
  }
  .event_container {
    max-width: 1040px;
  }
   .logo {
    width: 230px;
    max-width: unset;
  }
  .blog-masonry .blog-post p {
    letter-spacing: 0.1px;
  }
  .event_title {
    font-size: 16px;
  }
  .big_fnt_bg_contact {
    font-size: 160px !important;
    left: 14px;
  }
  .big_fnt_bg {
    font-size: 160px !important;
  }
  .abhinand_pro .project_type {
    margin-bottom: 10px;
    line-height: 22px;
  }
  .abhinand_logo {
    right: -7px;
    width: 32%;
    bottom: -8px;
  }
  .project_title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .details_box {
    padding: 14px;
    min-height: 142px;
  }
  .event_date {
    padding: 7px 14px;
  }
  .mt80 {
    margin-top: 70px;
  }
  section {
    padding: 60px 0;
  }
  .project_padd {
    padding: 60px 0 94px;
  }
  #slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31  {
  line-height: 35px !important;
    font-size: 30px !important;
    text-align: left !important;
  }
  #slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32 {
    line-height: 30px !important;
    font-weight: 500 !important;
  }
  .op2 .pr70 {
    padding-right: 0px !important;
  }
  .family_img {
    right: -3%;
    width: 60%;
    bottom: 25px;
  }
  .process-step-style-02 .process-content {
    margin-bottom: 24px;
  }
  .mb35 {
    margin-bottom: 27px !important;
  }
  .h308{
    height: 278px;
  }
  .whatsapp_green {
    bottom: 9%;
  }
  .footer.ptb60 {
    padding: 50px 0;
  }
  .nor_pl{
    padding-left: 50px;
  }
  .banner_title {
    font-size: 180px !important;
    bottom: -42px;
    line-height: 184px;
  }
    .home-startup .ares.tp-rightarrow {
  left: 3% !important;
}
.tp-parallax-wrap {
  transform: matrix(1, 0, 0, 1, 80, -20);
}
  .ares.tparrows {
  transform: matrix(1, 0, 0, 1, 80, -20) !important;
}

  .sub_foot .big_fnt_bg_contact {
    font-size: 124px !important;
    margin-top: 8px;
  }
}


@media screen and (min-width:1400px) and (max-width:1499px){
  .tp-parallax-wrap {
  transform: matrix(1, 0, 0, 1, 72, -20);
}
  .ares.tparrows {
  transform: matrix(1, 0, 0, 1, 80, -20) !important;
}
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1335px;
  }
  .nav-header-container{
    max-width: 1335px;
  }
  .navbar.navbar-boxed {
    padding: 0;
  }
  .event_container {
    max-width: 1040px;
  }
   .logo {
    width: 230px;
    max-width: unset;
  }
  .blog-masonry .blog-post p {
    letter-spacing: 0.1px;
  }
  .event_title {
    font-size: 16px;
  }
  .big_fnt_bg_contact {
    font-size: 154px !important;
    left: 14px;
  }
  .big_fnt_bg {
    font-size: 150px !important;
  }
  .big_fnt {
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 41px;
  }
  .abhinand_pro .project_title {
    line-height: 33px;
    margin-bottom: 10px;
  }
  .abhinand_pro .project_type {
    margin-bottom: 8px;
    line-height: 22px;
  }
  .abhinand_logo {
    right: -2px;
    width: 32%;
    bottom: -5px;
  }
  .project_title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .img_txt {
    bottom: -21px;
    font-size: 165px !important;
  }
  .details_box {
    padding: 14px;
    min-height: 142px;
  }
  .event_date {
    padding: 7px 14px;
  }
  .mt80 {
    margin-top: 70px;
  }
  section {
    padding: 60px 0;
  }
  .project_padd {
    padding: 60px 0 94px;
  }
  #slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31  {
    line-height: 35px !important;
    font-size: 30px !important;
    text-align: left !important;
  }
  #slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32 {
    line-height: 30px !important;
    font-weight: 500 !important;
  }
  .op2 .pr70 {
    padding-right: 0px !important;
  }
  .family_img {
    right: -3%;
    width: 60%;
    bottom: 25px;
  }
  .process-step-style-02 .process-content {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px !important;
  }
  p {
    line-height: 26px;
  }
  .value_fnt {
    font-size: 17px;
  }
  .h308{
    height: 295px;
  }
  .whatsapp_green {
    bottom: 9%;
  }
  .footer.ptb60 {
    padding: 50px 0;
  }
  .nor_pl{
    padding-left: 42px;
  }
  .banner_title {
    font-size: 180px !important;
    bottom: -42px;
    line-height: 184px;
  }
  .home-startup .ares.tp-rightarrow {
    left: 3% !important;
  }
  .sub_foot h2 {
    font-size: 37px;
    line-height: 36px;
  }
  .flex_end p {
    font-size: 30px;
  }
  .sub_foot .big_fnt_bg_contact {
    font-size: 120px !important;
    margin-top: 8px;
  }
  .mt_ftn {
    margin-top: -30px;
  }
}


@media screen and (min-width:1300px) and (max-width:1399px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1270px;
  }
    .nav-header-container{
    max-width: 1270px;
  }
  .navbar.navbar-boxed {
    padding: 0;
  }
  .event_container {
    max-width: 1010px;
  }
   .logo {
    width: 227px;
    max-width: unset;
  }
  .blog-masonry .blog-post p {
    letter-spacing: 0.1px;
  }
  .event_title {
    font-size: 16px;
  }
  .big_fnt_bg_contact {
    font-size: 152px !important;
    left: 10px;
  }
  .big_fnt_bg {
    font-size: 164px !important;
  }
  .big_fnt {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 39px;
  }
  .abhinand_pro .project_title {
    line-height: 28px;
    margin-bottom: 8px;
  }
  .abhinand_pro .project_type {
    margin-bottom: 8px;
    line-height: 22px;
  }
  .abhinand_logo {
    right: -2px;
    width: 32%;
    bottom: -5px;
  }
  .project_title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .img_txt {
    bottom: -21px;
    font-size: 157px !important;
  }
  .details_box {
    padding: 14px;
    min-height: 142px;
  }
  .event_date {
    padding: 7px 14px;
  }
  .mt80 {
    margin-top: 70px;
  }
  section {
    padding: 60px 0;
  }
  .project_padd {
    padding: 60px 0 94px;
  }
  #slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31  {
   line-height: 35px !important;
    font-size: 30px !important;
    text-align: left !important;
  }
  #slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32 {
    line-height: 30px !important;
    font-weight: 500 !important;
  }
  .op2 .pr70 {
    padding-right: 0px !important;
  }
  .family_img {
    right: -3%;
    width: 61%;
    bottom: 25px;
  }
  .process-step-style-02 .process-content {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px !important;
  }
  .testimonial_sec .big_fnt_bg {
    font-size: 162px !important;
  }
  p {
    line-height: 26px;
  }
  .value_fnt {
    font-size: 17px;
  }
  .md_pc_ls01{
    letter-spacing: 0.1px !important;
  }
  .h308{
    height: 295px;
  }
  .small_br{
    display: block;
  }
  .whatsapp_green {
    bottom: 9%;
  }
  .footer.ptb60 {
    padding: 50px 0;
  }
  .banner_title {
    font-size: 170px !important;
    bottom: -42px;
    line-height: 181px;
  }
  .home-startup .ares.tp-rightarrow {
    left: 15% !important;
  }
  .sub_foot h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .flex_end p {
    font-size: 30px;
  }
  .sub_foot .big_fnt_bg_contact {
    font-size: 118px !important;
    margin-top: 8px;
  }
  .mt_ftn {
    margin-top: -30px;
  }
}


@media screen and (min-width:1200px) and (max-width:1299px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px;
  }
  .nav-header-container{
    max-width: 1180px;
  }
  .navbar.navbar-boxed {
    padding: 0;
  }
  .event_container {
    max-width: 1180px;
  }
  .logo {
    width: 225px;
    max-width: unset;
  }
  .blog-masonry .blog-post p {
    letter-spacing: 0.3px !important;
  }
  .event_title {
    font-size: 16px;
  }
  .big_fnt_bg_contact {
    font-size: 137px !important;
    left: 8px;
  }
  .big_fnt_bg {
    font-size: 164px !important;
  }
  .big_fnt {
    font-size: 28px;
    letter-spacing: 0.3px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .abhinand_pro .project_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .abhinand_pro .project_type {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  .abhinand_logo {
    right: -5px;
    width: 32%;
    bottom: -5px;
  }
  .project_title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .img_txt {
    bottom: -21px;
    font-size: 144px !important;
  }
  .details_box {
    padding: 14px;
    min-height: 142px;
  }
  .event_date {
    padding: 7px 14px;
  }
  .mt80 {
    margin-top: 70px;
  }
  section {
    padding: 60px 0;
  }
  .project_padd {
    padding: 60px 0 90px;
  }
  #slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31  {
   line-height: 35px !important;
    font-size: 30px !important;
    text-align: left !important;
  }
  #slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32 {
    line-height: 31px !important;
    font-weight: 500 !important;
  }
  .op2 .pr70 {
    padding-right: 0px !important;
  }
  .family_img {
    right: -3%;
    width: 62%;
    bottom: 25px;
  }
  .process-step-style-02 .process-content {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px !important;
  }
  .testimonial_sec .big_fnt_bg {
    font-size: 153px !important;
  }
  p{
    line-height: 26px;
  }
  .h308{
    height: 321px;
  }
  .small_br{
    display: block;
  }
  .whatsapp_green {
    bottom: 9%;
  }
  .footer.ptb60 {
    padding: 40px 0;
  }
  .banner_title {
    font-size: 164px !important;
    bottom: -46px;
    line-height: 180px;
  }
  .footer .footer_contact {
    letter-spacing: 0px;
    font-size: 14.5px;
  }
  .home-startup .ares.tp-rightarrow {
    left: 16% !important;
  }
  .sub_foot h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .flex_end p {
    font-size: 28px;
  }
  .sub_foot .big_fnt_bg_contact {
    font-size: 107px !important;
    margin-top: 7px;
  }
  .mt_ftn {
  margin-top: -30px;
}
}


@media screen and (min-width:1100px) and (max-width:1199px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1070px;
  }
  .nav-header-container{
    max-width: 1070px;
  }
  .navbar.navbar-boxed {
    padding: 0;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 13.5px;
    margin: 0 11px;
    letter-spacing: 0.2px;
  }
  .logo {
    width: 230px;
    max-width: unset;
  }
  .blog-masonry .blog-post p {
    letter-spacing: 0.1px;
  }
  .img_fnt {
    font-size: 220px;
    line-height: 214px;
  }
  .big_fnt_bg_contact {
    font-size: 124px !important;
    left: 8px;
  }
  .big_fnt_bg {
    font-size: 140px !important;
  }
  .big_fnt {
    font-size: 29px;
    letter-spacing: 0.4px;
    line-height: 36px;
  }
  .abhinand_pro .project_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .abhinand_pro .project_type {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  .abhinand_logo {
    right: -5px;
    width: 32%;
    bottom: -5px;
  }
  .project_title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .img_txt {
    bottom: -37px;
    font-size: 130px !important;
  }
  .details_box {
    min-height: 142px;
  }
  .mt80 {
    margin-top: 60px;
  }
  section {
    padding: 55px 0;
  }
  .project_padd {
    padding: 55px 0 80px;
  }
  .plr50 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31  {
   line-height: 35px !important;
    font-size: 30px !important;
    text-align: left !important;
  }
  #slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32 {
    line-height: 31px !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    letter-spacing: 0.5px !important;
  }
  .process-step-style-02 .process-step-icon-wrap {
    margin-right: 15px;
  }
  .process-step-style-02 .process-step-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .value_fnt {
    font-size: 17px;
  }
  .pr70 {
    padding-right: 54px !important;
  }
  p {
    letter-spacing: 0.2px;
    line-height: 25px;
    font-size: 14px;
  }
  .dropdown i {
    top: 7px;
    right: -8px;
  }
  .foot_title {
    font-size: 16px;
    letter-spacing: 0.3px !important;
  }
    .ban_box {
    padding: 15px !important;
  }
  .icon_fnt {
    font-size: 17px;
  }
  .op2 .pr70 {
    padding-right: 0px !important;
  }
  .family_img {
    right: -3%;
    width: 61%;
    bottom: 59px;
  }
  .process-step-style-02 .process-content {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px !important;
  }
  .testimonial_sec .big_fnt_bg {
    font-size: 138px !important;
  }
  .mobile_friendly {
    display: block;
  }
  .h308{
    height: 315px;
  }
  .small_br{
    display: block;
  }
  .whatsapp_green {
    bottom: 10%;
  }
  .footer.ptb60 {
    padding: 40px 0;
  }
  .banner_bg {
    padding: 85px 0;
  }
  .banner_title {
    font-size: 150px !important;
    bottom: -46px;
    line-height: 180px;
  }
  .small_pc_br{
    display: block;
  }
  .small_pc_ml24{
    margin-left: 24px !important;
  }
  .home-startup .ares.tp-rightarrow {
    left: 18% !important;
  }
  .sub_foot h2 {
    font-size: 29px;
    line-height: 32px;
  }
  .flex_end p {
    font-size: 29px;
  }
  .sub_foot .big_fnt_bg_contact {
    font-size: 97px !important;
    margin-top: 8px;
  }
  .mt_ftn {
    margin-top: -30px;
  }
  .footer .mt33 {
  margin-top: 19px !important;
  }
}


@media screen and (min-width:1025px) and (max-width:1099px){
   .home-startup .ares.tp-rightarrow {
  left: 20% !important;
}
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 965px;
  }
  .nav-header-container{
    max-width: 965px;
  }
  .navbar.navbar-boxed {
    padding: 0;
  }
  .dropdown i {
    top: 7px;
    right: -8px;
  }
  .icon_fnt {
    font-size: 17px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 13px;
    margin: 0 10px;
    letter-spacing: 0.1px;
  }
  .logo {
    width: 210px;
    max-width: unset;
  }
  .ban_box {
    padding: 15px !important;
  }
  .blog-masonry .blog-post p {
    letter-spacing: 0.1px;
  }
  .img_fnt {
    font-size: 197px;
    line-height: 210px;
  }
  .big_fnt_bg_contact {
    font-size: 111px !important;
    left: 8px;
  }
  .big_fnt_bg {
    font-size: 134px !important;
  }
  .big_fnt {
    font-size: 26px;
    letter-spacing: 0.4px;
    line-height: 34px;
  }
    .plr50 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .abhinand_pro .project_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .abhinand_pro .project_type {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  .abhinand_logo {
    right: -5px;
    width: 32%;
    bottom: -5px;
  }
  .project_title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .img_txt {
    bottom: -38px;
    font-size: 116px !important;
  }
  .details_box {
    padding: 14px;
    min-height: 142px;
  }
  .event_date {
    padding: 7px 14px;
  }
  .event_title {
    font-size: 16px;
    letter-spacing: 0px !important;
  }
  .mt80 {
    margin-top: 60px;
  }
  section {
    padding: 55px 0;
  }
  .project_padd {
    padding: 55px 0 80px;
  }
  #slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31  {
    line-height: 35px !important;
    font-size: 30px !important;
    text-align: left !important;
  }
  #slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32 {
    line-height: 28px !important;
    font-weight: 500 !important;
    font-size: 21px !important;
    letter-spacing: 0.2px !important;
  }
  .process-step-style-02 .process-step-icon-wrap {
    margin-right: 15px;
  }
  .process-step-style-02 .process-step-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .value_fnt {
    font-size: 17px;
  }
  .pr70 {
    padding-right: 25px !important;
  }
  p {
    letter-spacing: 0.2px;
    line-height: 25px;
    font-size: 14px;
  }
  .foot_title {
    font-size: 15px;
    letter-spacing: 0.3px !important;
  }
  .footer_contact {
    font-size: 15px;
    letter-spacing: 0.1px;
  }
  .ptb60 {
    padding: 43px 0;
  }
  .op2 .pr70 {
    padding-right: 0px !important;
  }
  .family_img {
    right: -6%;
    width: 63%;
    bottom: 17px;
  }
  .process-step-style-02 .process-content {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px !important;
  }
  .testimonial_sec .big_fnt_bg {
    font-size: 126px !important;
  }
  .mobile_friendly {
    display: block;
  }
  .h308{
    height: 335px;
  }
  .small_br{
    display: block;
  }
  .whatsapp_green {
    bottom: 10%;
  }
  .footer.ptb60 {
    padding: 40px 0;
  }
  .banner_bg {
    margin-top: 86px;
    padding: 85px 0;
  }
  .banner_title {
    font-size: 150px !important;
    bottom: -46px;
    line-height: 180px;
  }
  .small_pc_br{
    display: block;
  }
  .small_pc_ml24{
    margin-left: 24px !important;
  }
  .small_pc1_br{
    display: block;
  }
    .sub_foot h2 {
    font-size: 25px;
    line-height: 32px;
  } 
  .flex_end p {
    font-size: 26px;
  }
  .sub_foot .big_fnt_bg_contact {
    font-size: 83px !important;
    margin-top: 8px;
  }
  .mt_ftn {
    margin-top: -30px;
  }
  .footer .mt33 {
  margin-top: 19px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .mobile_friendly {
    display: inherit !important;
  }
}

@media screen and (max-width:767px){
.design_by{ display: flex; justify-content: center;}


  .sub_foot_link {
  text-align: center;
}
.x_hidden{  overflow-x: hidden !important;
  width: 100%;
top: 94px;
height: 140px;
} 

  .mob_br{
    display: block;
  }
  .normal_logo{
    display: none;
  }
  .sticky_logo {
    opacity: 1;
    position: unset;
    width: 215px;
    padding: 4px 0 6px;
  }
  .logo{
    width: 215px;
    padding: 4px 0 6px;
  }
  .navbar.navbar-boxed {
    background-color: #ffffff !important;
    height: 82px;
  }
  .navbar .navbar-nav .nav-link:hover::after {
  content: unset;
}
.abhinand_pg  .navbar.navbar-boxed {
    height: 102px;
  }
  .res_hg_ban{
    height:  28vh !important;
  }
.tp-revslider-slidesli .tp-parallax-wrap{
    position: unset !important;
    transform: unset;
    margin-top: 33%;
    width: calc(100% - 27px);
  }
  .tp-mask-wrap{
    position: unset !important;
  }
  .tp-loop-wrap{
    position: unset !important;
  }
  .rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #slide-411-layer-01, #slide-411-layer-04, #slide-411-layer-07, #slide-411-layer-10, #slide-411-layer-13, #slide-411-layer-16, #slide-411-layer-19, #slide-411-layer-22, #slide-411-layer-25, #slide-411-layer-28, #slide-411-layer-31 {
    font-size: 21px !important;
    line-height: 28px !important;
    padding: 0 0px 10px !important;
    text-align: left !important;
    white-space: wrap !important;
  }
  #slide-411-layer-02, #slide-411-layer-05, #slide-411-layer-08, #slide-411-layer-11, #slide-411-layer-14, #slide-411-layer-17, #slide-411-layer-20, #slide-411-layer-23, #slide-411-layer-26, #slide-411-layer-29, #slide-411-layer-32 {
    width: 100% !important;
    line-height: 20px !important;
    white-space: wrap !important;
    text-align: center !important;
    font-size: 15px !important;
    letter-spacing: 0.2px !important;
    padding: 0 15px 12px !important;
  }
  #slide-411-layer-03, #slide-411-layer-06, #slide-411-layer-09, #slide-411-layer-12, #slide-411-layer-15, #slide-411-layer-18, #slide-411-layer-21, #slide-411-layer-24, #slide-411-layer-27, #slide-411-layer-30, #slide-411-layer-33 {
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 3px 5px 3px 10px !important;
    display: none !important;
  }
  .home-startup .rs-btn div {
    height: 24px !important;
    width: 24px !important;
  }
  .tp-caption{
    width: 100% !important;
  }
  .home-startup .tp-bullet {
    opacity: 0.5;
    height: 5px !important;
    width: 5px !important;
    border: 1px solid #fff !important;
  }
  .tp-bullets, .tp-tabs, .tp-thumbs {
    bottom: -26px !important;
    top: auto !important;
  }
  section.extra-big-section {
    padding: 40px 0 40px;
  }
  section {
    padding: 40px 0 40px;
  }
  .ban_box {
    padding: 13px !important;
    justify-content: flex-start;
    align-items: flex-start !important;
    line-height: 25px;
  }
  .ban_icon {
    width: 37px;
  }
  .icon_fnt {
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-align: left;
  }
  .mob_view{
    display: block !important;
  }
  .pc_view_flex{
    display: none;
  }
  .pc_view{
    display: none !important;
  }
  .big_fnt {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
  p {
    line-height: 24px;
    font-size: 14px;
  }
  .res_mt25{
    margin-top: 25px !important;
  }
  .res_mb30{
    margin-bottom: 30px !important;
  }
  .img_fnt {
    font-size: 196px;
    line-height: 181px;
  }
  .year_title {
    font-size: 17px;
    line-height: 18px;
  }
  .project_padd {
    padding: 40px 0 60px;
  }
  .res_mb20{
    margin-bottom: 20px !important;
  }
  .big_fnt_bg {
    font-size: 68px !important;
    letter-spacing: 1px;
    top: 0px;
  }
  .main_title {
    margin-top: 12px;
  }
  .img_txt {
    font-size: 67px !important;
    line-height: 86px;
  }
  .abhinand_pro .project_title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .abhinand_pro .project_type {
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    line-height: 20px;
  }
  .pro_details {
    text-align: left;
  }
  .abhinand_logo {
    right: -15px;
    width: 42%;
    bottom: -24px;
    opacity: 0.1;
  }
  .bird-container {
    top: -35px;
  }
  .bird {
    transform: scale(0.8);
  }
  .project_title {
    font-size: 22px;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
    line-height: 24px;
  }
  .fancy-text-content.plr50 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .project_type {
    line-height: 26px;
  }
  .res_mt40{
    margin-top: 40px !important;
  }
  .swiper-pagination-bullet {
    height: 6px;
    margin: 0 4px;
    width: 6px;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -29px;
  }
  .swiper-wrapper .project_bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 15%, rgb(0, 0, 0) 100%);
  }
  .interactive-banners-style-07 .interactive-banners-box .fancy-text-content {
    transform: translateY(-17px);
    -webkit-transform: translateY(-17px);
    -moz-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    padding: 0 15px;
  }
  .testi_con {
  line-height: 19px;
}
.res_mb10{
  margin-bottom: 10px;
}
.project_location {
  color: #d2d2d2 !important
}
  .interactive-banners-style-07 .interactive-banners-box .fancy-text-content .btn_style {
  opacity: 1;
  white-space: nowrap;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  margin-top: 9px;
}
  .interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content {
    transform: translateY(-17px);
    -webkit-transform: translateY(-17px);
    -moz-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
  }
  .res_mb15{
    margin-bottom: 15px !important;
  }
  .process-step-style-02 .process-step-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
  }
  .process-step-style-02 .process-step-icon-wrap {
    margin-right: 15px;
  }
  .res_pr15{
    padding-right: 15px !important;
  }
  .res_mt20{
    margin-top: 20px !important;
  }
  .res_mt35{
    margin-top: 35px !important;
  }
  .value_fnt {
    font-size: 17px;
  }
  .process-step-style-02 .process-content {
    margin-bottom: 20px;
    line-height: 26px;
  }
  .process-step-style-02 .process-step-icon-wrap .process-step-item-box-bfr {
    height: calc(100% - 64px);
  }
  .family_img {
    position: relative;
    right: 0;
    width: 100%;
    bottom: -20px;
  }
  .res_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .details_box {
    min-height: auto;
  } 
  .home_pg .details_box {
    min-height: 132px;
  }
  .event_title {
    margin-bottom: 4px !important;
  }
  .blog-masonry .swiper-horizontal > .swiper-pagination-bullets, .blog-masonry .swiper-pagination-bullets.swiper-pagination-horizontal, .blog-masonry .swiper-pagination-custom, .blog-masonry .swiper-pagination-fraction {
    bottom: -22px;
  }
  .mt_ftn {
    margin-top: 0;
  }
  .res_mt20{
    margin-top: 20px !important;
  }
  .big_fnt_bg_contact {
    font-size: 70px !important;
    letter-spacing: 1px;
    top: 2px;
  }
  .res_mt0{
    margin-top: 0 !important;
  }
  .foot_title {
    font-size: 16px;
    margin-bottom: 4px !important;
    line-height: 17px;
  }
  .social_icon {
    margin-top: 7px;
    justify-content: center;
  }
  .res_tc{
    text-align: center !important;
  }
  .res_fs21{
    font-size: 21px !important;
  }
  .footer_contact {
  margin-bottom: 1px;
} 
  .scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    right: 0px;
    bottom: 29px;
  }
  .res_ft_padd{
    padding: 50px 0 31px;
  }
  .btn_style {
    padding: 3px 6px 3px 12px;
    font-size: 13px;
  }
  .btn_round {
    width: 26px;
    height: 26px;
    margin-left: 10px;
  }
  .btn_style2 {
    padding: 3px 6px 3px 12px;
    font-size: 13px;
  }
  .btn_round2 {
    width: 26px;
    height: 26px;
    margin-left: 10px;
  }
  .testimonial_sec .big_fnt_bg {
    font-size: 46px !important;
    letter-spacing: 1px;
  }
  .youtube_container {
      aspect-ratio: 15.5/9;
  }
  .op2 .tp-bullets, .tp-tabs, .tp-thumbs {
    display: none;
  }
  .op2 .res_hg_ban{
    height:  27vh !important;
  }
  .dropdown i {
    top: 2px !important;
    position: absolute !important;
    right: 0 !important;
    font-size: 12px;
    color: #ce6c31;
    width: auto !important;
    height: auto !important;
    line-height: unset !important;
  }
  .nav-item.dropdown {
  margin-right: 15px;
}
  .navbar.navbar-dark.bg-transparent .navbar-nav .nav-link.active.active_menu , .navbar.navbar-dark .navbar-nav .nav-link.active.active_menu , .navbar-dark .navbar-nav .nav-link.active.active_menu :hover, .navbar-dark .navbar-nav .nav-link.active.active_menu :focus {
    color: rgb(206, 108, 49) !important;
  }
    .navbar.navbar-dark.bg-transparent .navbar-nav .nav-link{
    color: #373737 !important;
  }
    .navbar.navbar-dark.bg-transparent .navbar-nav .nav-link:hover{
     color: rgb(206, 108, 49) !important;
  }
  .simple-dropdown .dropdown-menu li {
  padding: 0;
  display: block;
  margin: 0 !important;
}
.nav-item.dropdown.simple-dropdown .dropdown-menu .dropdown a {
    padding: 0;
  }
   .nav-item.dropdown.simple-dropdown .dropdown-menu > .dropdown > a {
   
    font-weight: 400 !important;
    padding-left: 4px !important;
  }
  .navbar-toggler-line {
    height: 1.5px;
  width: 20px;
  }
  .navbar-toggler-line:nth-child(1) {
  top: 0px;
  width: 12px;
}
.navbar-toggler-line:nth-child(4) {
  top: 12px;
  width: 12px;
}
.simple-dropdown .dropdown-menu .dropdown a .dropdown-toggle {
    display: block;
    top: 6px !important;
    transform: rotate(90deg);
    right: 0px !important;
  }
  .dropdown.open .dropdown-toggle{
    transform: rotate(-90deg);
  }
  .simple-dropdown .dropdown-menu .dropdown.open a .dropdown-toggle {
    transform: rotate(0deg);
  }
  .simple-dropdown .dropdown-menu .dropdown a {
    padding: 0 !important;
    color: #373737 !important;
    margin: 6px 0 1px 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-left: 31px !important;
  }
  .simple-dropdown .dropdown-menu .dropdown a::before {
    content: unset;
    opacity: 0 !important;
  }
  .nav-item.dropdown.simple-dropdown .dropdown-menu {
    padding: 2px 15px 8px;
  }
  .res_mt30{
    margin-top: 30px !important;
  }
  .whatsapp_green {
    right: 7px;
    bottom: 9%;
    width: 29px;
    z-index: 99;
  }
    .mobile_friendly {
    letter-spacing: 0.1px;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
    display: inherit;
    text-align: center;
  }
  .fs-10 {
    font-size: 9px;
  }
  .mt30 {
    margin-top: 22px !important;
  }

  .res_mt18{
    margin-top: 18px !important;
  }
  .navbar .navbar-nav .nav-link.active_menu::after {
    border-bottom: none !important;
  }
  .banner_title {
    font-size: 62px !important;
    line-height: 80px;
    bottom: -21px;
  }
 .banner_bg {
    margin-top: 82px;
    padding: 37px 0;
    background-color: #f0f0f0;
  }
  .home_pg .navbar.navbar-boxed {
  background-color: #fff !important;
}
.res_mt82{
  margin-top: 82px !important;
}
  .abhinand_pg  .banner_bg {
    margin-top: 102px;
    padding: 37px 0;
  }
  .flex1 {
    flex: 1;
    line-height: 25px;
  }
  .pp_sec .mb3 {
    margin-bottom: 6px !important;
  }
  .coming_soon {
  margin: 100px 0;
}
.constructed_pg .banner_title {
    font-size: 46px !important;
    line-height: 80px;
    bottom: -21px;
  }
  .event_div .col-lg-4 {
  width: 100%;
  border: 1px solid #dcdcdc29;
}
.hg298 {
  height: auto;
}
.swiper-horizontal-3d.swiper {
  padding-top: 0;
}
  .md-padding-3-rem-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pdtb_4rem {
  padding-top: 15px;
  padding-bottom: 15px;
}
.testi_title {
  font-size: 14px;
  margin-bottom: 3px !important;
  line-height: 20px;
  text-transform: inherit !important;
}
.accordion-style-03 .panel {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}
.loan_fnt {
  font-size: 16px;
  letter-spacing: 0.3px;
}
.icon-extra-small {
  font-size: 15px;
}
.reach_us_pg section.big-section {
  padding: 105px 0;
}
.padd35 {
  padding: 15px;
}
.text-extra-medium {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.medium-input, .medium-textarea, .medium-select select {
  padding: 13px;
  font-size: 14px;
  margin-bottom: 20px !important;
  position: relative;
  z-index: 1;
}
.res_flex{
  display: flex;
}
.tagline_con {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-weight: 500 !important;
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
}
.res_none{
  display: none;
}
  .nav-item.dropdown.simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
    margin: 12px 0 11px;
    left: 0;
    top: 0;
  }
  .copyright {
  text-align: center;
}
.home_pg .bird-container {
  position: absolute;
  top: 4%;
  opacity: 0.5;
}
.home_pg .bird {
  transform: scale(0.6);
}
 
  .sub_foot h2 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
  } 
  .flex_end p {
    font-size: 20px;
    line-height: 1;
  } 
  .sub_foot .big_fnt_bg_contact {
    font-size: 58px !important;
    margin-top: 11px;
  }
  .mt_ftn {
    margin-top: -30px;
  }
  .footer .mt33 {
  margin-top: 19px !important;
  }
  .mob_mt15{    margin-top: 13px;}
}




@media screen  and (min-width:376px) and (max-width:389px){
   .banner_title {
    font-size: 60px !important;
  }
}

@media screen and (max-width:375px){
   .banner_title {
    font-size: 57px !important;
  }
}