
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*========= 
table of content start

  Template Name: betix
  Template URL: https://theme.bitspecksolutions.com/bhomeland/
  Author: Bitspeck Solutions

==========================

*Common CSS

==============================

preloader CSS

===============================

1. Global 
2. Header
3. Banner 
4. Service
5. About
6. Portfolio
7. Contact Me
8. Testimonial
9. Contact
9. Footer


==================================

=================================

Index Page

==================================

============== table of content end*/


/*====================================
 global area - start
====================================*/
*{
  padding: 0;
  margin: 0;  
  outline: 0px;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
@font-face {
  font-family: Inter;
  src: url(../fonts/DroidKufi-Regular.ttf);
  font-display: swap
}

body {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #848fa8;
}

html, body, .wrapper {
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 2.8rem;
  font-family: Inter;
  letter-spacing: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}

p {
  color: #232323;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 16px;
}
.hero-text img{
  max-width: 65%;
}
.logom{
  float: left;
}
input:focus, textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}

ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

b, strong {
  font-weight: 900;
}

 .btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
}

button{
  cursor: pointer;
}

::selection {
  background: #2D3954;
  color: #ffffff;
}

/*====================================
 global area - end
====================================*/

/*common css start*/

section{
  padding: 40px 0px 30px;
}
.section-title{
  position: relative;
  padding: 0px 0px;
  margin-bottom: 40px;
}
.section-title h2{
  font-weight: 600;
  color: #9b1915;
  margin-bottom: 20px;
}
.section-title p{
  color: #323232;
  font-weight: 400;
}
.section-title77 span{
  color: #f0f0f0;
  font-size: 100px;
  line-height: 0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 1.8;
  text-transform: uppercase;
}

/*common css end*/


/*start preloader css*/

#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  overflow: visible;
  background: #fff url('../images/preloder.gif') no-repeat center center;
  animation: loader 5s infinite ease;
}

/*end preloader css*/


/*header css start*/


.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-bottom: 1px solid #e2e2e230;
  background-color: #ffffffba;
}
.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -webkit-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -o-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticky-header.stuck
.menu-sticky .navbar-collapse .navbar-nav li a{
  color: #49546d;
}
.display-none{
  display: none;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  opacity: 0;
}

.navbar-nav .nav-item .nav-link{
  color: #49546d;
}
.navbar-nav .nav-item{
  margin: 0px 15px;
}
.mobile-menu{
  display: none;
}
.navbar-nav .nav-item .nav-link{
   transition: all .05s ease-in-out;
}
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active .nav-link{
  color: #9b1915;
}
.sticky-header.stuck .menu-sticky .navbar-nav li:hover a,
.sticky-header.stuck .menu-sticky .navbar-nav li.active a{
   color: #9b1915;
}

/*header css end*/


/*banner css start*/

.carousel-item img{
  position: relative;
  height: 100vh;
}
.overlay-sliderimg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
}
.banner_person_content {
  position: absolute;
  top: 40.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.banner_text{
  margin-top: 10%;
}
.banner_text span{
  color: #9b1915;
  font-size: 16px;
  margin-bottom: 20px;
}
.banner_text h2{
  color: #ffffff;
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.banner_text p{
  color: #dddddd;
  margin-bottom: 30px;
}
.banner_text button{
  padding: 10px 20px;
  background-color: #9b1915;
  color: #ffffff;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
}
.banner_text button:hover{
  background-color: #ffffff;
  border: 1px solid #9b1915;
  color: #9b1915;
}
.banner_person .owl-nav{
  display: none;
}


/*banner css end*/

/*service css start*/
.service_img img{
  max-width: 80px;
}
.service_img .img1{
  transition: all 0.5s ease-in-out;
}
.service_img .img2{
  display: none;
  transition: all 0.5s ease-in-out;
}
.service-item{
  background-color: #f1f1f1;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.service-item .service_img{
  margin-bottom: 10px;
}
.service-item h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #626262;
  transition: all 0.5s ease-in-out;
}
.service-item p{
  margin-bottom: 20px;
  color: #848484;
  transition: all 0.5s ease-in-out;
}
.service-item:hover,
.service-item.active{
  background-color: #9b1915;
  cursor: pointer;
}
.service-item:hover .service_img .img2,
.service-item.active .service_img .img2{
  display: block;
  display: inline-block;
}
.service-item:hover .service_img .img1,
.service-item.active .service_img .img1{
  display: none;
}
.service-item:hover h3,
.service-item.active h3{
  color: #ffffff;
}
.service-item:hover p,
.service-item.active p{
  color: #ffffff;
}
.col-ser{
  margin-bottom: 30px;
}
.blog-item{
  background-color: #f1f1f1;
  padding: 10px;
  transition: all 0.5s ease-in-out;
}
.blog-item .img1{
  width: 100%;
}
.blog-item h3{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #626262;
  transition: all 0.5s ease-in-out;
}
.blogdate{
  color: #9b1915;
  font-size: 14px;
}
.blog_desc{
  font-size: 12px;
}
.banner_but {
  padding: 5px 20px;
  background-color: #9b1915;
  color: #ffffff;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  margin-top: 10px;
  font-size: 12px;
}
/*service css end*/

/*about css start*/

.about-left p{
  margin-bottom: 20px;
}
.about_social h3{
  font-weight: 600;
  color: #626262;
  margin-bottom: 15px;
}
.about_social ul li{
  width: 50px;
  height: 50px;
  background-color: #f1f1f1;
  border-radius: 500px;
  padding: 13px 18px;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}
.about_social ul li a i{
  color: #9b1915;
  transition: all 0.5s ease-in-out; 
}
.about_social ul li:hover{
  background-color: #9b1915;
  cursor: pointer;
}
.about_social ul li:hover a i{
  color: #ffffff;
}
.about_img{
  border: 30px solid #f1f1f1;
}

/*about css end*/

/*portpolio css end*/

.gallery-img {
  position: relative;
  overflow: hidden;
}
.overlay-mixit-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(254, 86, 25, 0.85);
  transition: all .3s linear;
}
.gallery-img:hover .overlay-mixit-img {
  left: 0%;
}
.overlay-mixit-img a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-mixit-img a i{
  color: #9b1915;
}
.overlay-mixit-img h2 {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%);
  top: 80%;
  letter-spacing: 1px;
}
.overlay-mixit-img h4 {
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%);
  top: 88%;
  letter-spacing: 1px;
}
.col-gala{
  margin-bottom: 30px;
}
.portfolio_list button{
  color: #626262;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.portfolio_list button i{
  color: #9b1915;
}
.portfolio_list button:hover{
  margin-left: 30px;
  color: #9b1915;
}

/*portpolio css end*/

/*contact me css start*/

.contact_me_section{
  background-image: url(../images/why.jpg);
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.contact_me_section:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #080827;
  opacity: .5;
}
.contact_me_content h2{
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.contact_me_content .contact_p{
  margin-bottom: 30px;
}
.contact_me_content .contact_p p{
  color: #dddddd;
}
.contact_me_content button{
  background-color: #ffffff;
  color: #9b1915;
  border-radius: 25px;
  padding: 10px 20px;
}

/*contact me css end*/

/*testimonial css start*/
#testmonial_section{
  /*background-image: url(../images/testimonialbg.jpg);*/
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgb(62 28 131 / 10%);
}
.testmonial_section:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.7);
}
.testimonial_content p{
  font-size: 20px;
  color: #626262;
  margin-bottom: 40px;
  line-height: 1.5em;
}
.testimonial_content img{
  border-radius: 500px;
  width: 25% !important;
  display: inline-block !important;
  margin-bottom: 40px;
  border: 2px solid #9b1915;
}
.testimonial_content h4{
  color: #9b1915;
  font-weight: 500;
  margin-bottom: 5px;
}
.testimonial_content span{
  font-size: 16px;
}
.testimonial_content i{
  font-size: 18px;
}
.testimonial .owl-dots{
  text-align: center;
  margin-top: 30px;
}
.testimonial .owl-dots button{
  width: 10px;
  height: 10px;
  background-color: #626262;
  margin-right: 5px;
}
.testimonial .owl-dots button:focus{
  outline: none;
}
.testimonial .owl-dots .owl-dot.active{
  background-color: #9b1915;
}


/*testimonial css end*/


/*testimonial css end*/


.partner .owl-item img{
  width: 95%;
}
.partner-img{
  height: 300px;
  align-items: center;
  display: flex;
  border-right: 1px solid #e8f3fe;
}
.partner_section{
  box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}


/*testimonial css end*/

/*contact css start*/    

#contact_section{
 /* background-image: url(../images/testimonialbg.jpg);*/
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgb(62 28 131 / 10%);
}
.contact_hero{
  background-color: #9b1915;
}
.contact-from{
  background-color: #ffffff;
  padding: 100px 120px 100px 57px;
}
.contact-details h4{
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2em;
}
.contact-from form .form-group .contact-submit-btn{
  background-color: #9b1915;
  color: #ffffff;
}
.contact-from form .form-group .contact-submit-btn:hover{
  background-color: #ffffff;
  border: 1px solid #9b1915;
  color: #9b1915;
}
.contact-from form .form-group .contact-submit-btn2{
  color: #626262;
}
#myLargeModalLabelsstra{
  text-align: center;
  font-size: 16px;
  width: 100%;
}
/*contact css end*/

/*footer css end*/

.footer_section{
  padding: 80px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.footer-logo:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #d9d9d9;
  right: 10%;
  top: 0;
}
.footer-menu-list ul{
  margin: 5px 0px;
}
.footer-menu-list ul li{
  padding: 0px 10px;
}
.footer-menu-list ul li a{
  line-height: 1.9em;
  color: #626262;
  transition: all 0.5s ease-in-out;
}
.footer-menu-list ul li a:hover{
  color: #9b1915;
}
.footer-socail .icon{
  margin-bottom: 30px;
}
.footer-socail .icon ul{
  justify-content: center;
}
.footer-socail .icon ul li{
  background-color: #ffffff;
  padding: 3px 8px;
  border: 1px solid #626262;
  border-radius: 500px;
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  transition: all 0.5s ease-in-out;
}
.footer-socail .icon ul li:hover{
  background-color: #9b1915;
  border: none;
}
.footer-socail .icon ul li:hover a i{
  color: #ffffff;
}
.footer-socail ul li a i{
  color: #9b1915;
  transition: all 0.5s ease-in-out;
}
.sub-form input{
  padding-left: 15px;
}
.sub-form i{
  color: #9b1915;
}
.sub-form button{
  height: 50px;
  padding: 10px;
  background-color: #9b1915;
  color: #ffffff;
}
.footer-bottom{
  padding: 20px 0px;
  position: relative;
}
.footer-bottom p{
  color: #626262;
}
.footer-bottom p a{
  color: #9b1915;
}


.top-to-bottom {
  padding: 10px 17px;
  position: fixed;
  bottom: 1%;
  right: 2%;
  background: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.top-to-bottom a i{
  color: #9b1915;
  font-size: 24px;
  animation: bounce 3s infinite ease-in-out !important;
  visibility: visible !important;
  animation-iteration-count: infinite !important;
}
@keyframes bounce{
  0% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.mt-20{
  margin-top: 20px;
}
/*footer css end*/