/* ============================================================== 
     # Setting 
=================================================================== */

@font-face {
    font-family: 'Nunito';
    src: local('Nunito Regular'), local('Nunito-Regular'),
        url('Nunito-Regular.woff2') format('woff2'),
        url('Nunito-Regular.woff') format('woff'),
        url('Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }


@font-face {
    font-family: 'NunitoLight';
    src: local('NunitoLight'), local('Nunito-Light'),
        url('Nunito-Light.woff2') format('woff2'),
        url('Nunito-Light.woff') format('woff'),
        url('Nunito-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  
@font-face {
  font-family: 'Philosopher-Regular';
  src: url(/fonts/philosopher/Philosopher-Regular.ttf);
}


@font-face {
  font-family: 'Font Awesome';
  src: url(/fonts/fontawesome/otfs/Font Awesome 6 Brands-Regular-400.otf);
}
.fa{
    font-family: 'Font Awesome';
}
body{
	  /* font-family: 'Philosopher Regular';*/
}
h4 span{
  
}
body h4{
	  font-size: 30px;
    line-height: 52px;
    font-weight: 800;
    color: var(--primarycolor);
    text-transform: uppercase;
}
body h5 {
    font-weight: 600;
}
html,
body {
    
        font-size: 17px;
    color: #767676;
    /*font-family: 'Nunito';*/
    /*font-family: 'Niramit', sans-serif; */
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 600;
    overflow-x: hidden;

  /*font-family: 'Rubik', sans-serif;*/

}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
  text-align: justify;
  font-family: 'Nunito';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
 
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 800;
  color: #000;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
body a{
    text-decoration:none;
}
.d-none{
	display: none;
}
.padding-right{
	padding-right: 20px;
}
.padding-left{
	padding-left: 20px;
}
.image_style img{
	border-radius: 10px;
}


.icon-text {
    margin-right: 35px;
}





@media (max-width: 999px){
body .mt-res{
    margin-top:35px;
}
.padding-left{
    padding-left:0;
}
.padding-right{
    padding-right:0;
}
}
/* ============================================================== 
     # Header 
=================================================================== */
#main_nav {
    transition: all 0.6s ease-in-out;
}
.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    padding: 0 0;
}
.menubar{
	padding: 15px 0;
}
#menubar li.nav-item.active a {
    color: #ffc800;
}
.navbar .container {
    display: contents;
        flex-wrap: nowrap;
    margin: auto;
    align-items: center;
    padding: 0;
}
#menubar{
	    justify-content: flex-end;
}
li.nav-item.active a {
    color: #ffc800;
}
li.nav-item {
    margin: 0 10px;
}
.navbar a{
	font-size: 1.1rem;
    line-height: 1.5;
    color: var(--primarycolor);
        font-weight: 600;
}
.top-bar {
    background: var(--primarycolor);
    width: 100%;
    padding: 0.4rem 1rem;
    text-align: center;
    color: #ffc800;
}
.top-bar ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
    justify-content: space-between;
    width: 100%;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	



/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 200, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  button.navbar-toggler {
    background: var(--primarycolor);
}



@media only screen and (max-width: 575px){
.top-bar li {
    width: 100%;
    flex: 0 0 100%;
    overflow: auto;
    padding: 5px 0;
}

.top-bar {
    overflow: auto;
}

.top-bar ul {
    flex-wrap: wrap;
}
}
/* ============ desktop view .end// ============ */

/************************************************** Home ********************************************/
/* ============================================================== 
     # Banner 
=================================================================== */
.banners
{
	/*background-color: var(--primarycolor);*/
	height: 550px;
	display: grid;
	align-items: center;
	background-repeat: no-repeat!important;
	background-size: 100% auto!important;
	background-position: center;
	position: relative;
	z-index: 1;
}
.banners:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	/*background-color: rgba(0,0,0,0.4);*/
	z-index: -1;
}
.banner h1{
	font-size: 3.8rem;
    line-height: 1.1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
    margin-bottom: 2rem;
}
.banners img{
  width: 100%;

  object-fit: cover;
}
/* ==============# About ============== */
.about-us{
	align-items: center;
}
/* ==============# Why choose Us ============== */
#why_choose_us {
    background-color: var(--primarycolor);
    padding-top: 85px;
    padding-bottom: 85px;
    background-image: url(https://besit-react.vercel.app/_next/static/media/service-bg-1-1.04bd1d8d914a0db2892985a80825a1bb.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.why_choose_us_grid {
    display: grid;
}
#why_choose_us h4/*, 
#why_choose_us p, 
#why_choose_us h5 */{
    color: #fff;
}
.icon-box {
    border-width: 0;
    border-style: solid;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px #e5ecf6;
    padding: 25px 25px;
    margin: 15px 0;
}

.why_choose_us-icon .image-part .main-img {
    height: 70px;
    width: 70px;
}
.icon-text{
  margin-top: 20px;
}

.why_choose_us-icon svg
{
    height:60px;
}
.why_choose_us-icon svg .bg1{
    fill:var(--primarycolor);
}
.why_choose_us-icon svg .bg2{
    fill:var(--secondcolor);
}
/* ==============# projects ============== */


body.home .serial-number{
  background: var(--primarycolor);
  font-size: 25px;
  border-radius: 5px;
    color: #ffc800;
}
body.home .services-text{
   position: absolute;
    left: 0px;
    bottom: 25px;
    background: var(--primarycolor);
    border-radius: 0 10px 10px 0;
    padding: 15px 80px;
}
body.home .services-text a,.services-text h5{
  color: #fff!important;
}

#works .row > div {
    display: flex;
}
.projects-item {
    margin: 15px 15px;
    padding: 60px 35px 60px 35px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px #1f1f1f;
    position: relative;
    text-align: left;
        display: grid;
    /*align-content: space-between;*/
    position: relative;
     /*   width: 100%;*/
        transition: 0.5s;
}
.projects-item:hover{
  background-position: right!important;
  transition: 0.5s;
}
.serial-number {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 70px;
    font-weight: 600;
        /* line-height: 75px; */
    padding: 15px;
    border-radius: 5px;
    color: #02010108;/*#02010108*/
    margin-bottom: 10px;
    

}
#works .projects-content {
    padding: 0px 0px 0px 0;
    /*position: relative;*/
}
#works  a{
  color: var(--primarycolor);
}
#works  p{
  margin-bottom: 0;
    text-align: justify;
}
.projects-item img{
  height: 50px;
  transform: translate(30px,30px);
  margin-bottom: -10px;
  position: absolute;
  top: 0;
  left: 0;
}

.services-text {
       
    
    margin-bottom: 20px;
    
}

.services-text h5{
  margin-bottom: 5px;
}
/* ============================================================== 
     # About Us page
=================================================================== */
.breadcrumb {
    background: var(--primarycolor);
    color: #555555;
    position: relative;
    height: 300px;
    margin-bottom: 0;
}
.breadcrumb-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%);
}
.breadcrumb h1 {
    font-size: 40px;
        margin-bottom: 0;
        text-transform: uppercase;
}



.service-grid{
      box-shadow: 0 0 46px 0 rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    border-radius: 15px;
}

.service-grid .services-content{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}



/* ============================================================== 
     # Projects page
=================================================================== */
#works > div > div:nth-child(2) > div {
    padding: 0;
}
/* ============================================================== 
     # Contact Us page
=================================================================== */
.contact-page-section .rs-contact-box .address-item {
    padding: 50px 40px 50px 40px;
    background: #ffffff;
    box-shadow: 0 0 30px #f2f2f2;
    text-align: center;
    /*margin: 0px 20px 0px 0px;*/
    border-radius: 5px 5px 5px 5px;
    display: grid;
    height: 100%;
}
.contact-page-section .rs-contact-box .address-item .address-text .label {
    display: block;
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.contact-page-section .rs-contact-box .address-item .address-text .des {
    font-size: 17px;
    color: #031a3d;
}
.contact-page-section .rs-contact-box .address-item .icon-part img {
    width: 65px;
    margin-bottom: 15px;
}
.contact-page-section  a{
  color: var(--primarycolor);
}





.contact-page-section .contact-comment-box .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}
/* ============================================================== 
     # Map 
=================================================================== */
iframe {
        display: grid;
}
/* ============================================================== 
     # Footer 
=================================================================== */
footer{
    position :relative;
}


.footer_design svg {
    /* display: inline-block; */
    position: relative;
    top: 210px;
    margin-top: -240px;
    left: 0;
    z-index: -1;
    width: 100%!important;
    /* height: 100%; */
    /* transform: rotate(180deg); */
}
.footer_design svg {
    background: #f7f7f7;
}
/*
        .footer_design {
            display: inline-block;
            position: absolute;
            width: 100%;
            padding-bottom: 330px;
            vertical-align: middle;
            overflow: hidden;
            top: 0;
            left: 0;
        }*/
        
        /*
.footer_top_design {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  overflow: hidden;
}

.footer_design {
  width: 1000px;
  height: 1025px;
  position: absolute;
  top: -25%;
  left: 50%;
  margin-left: -500px;
  margin-top: -500px;
  border-radius: 35%;
  background: rgba(255, 255, 255, .75);
  animation: wave 15s infinite linear;
}
*/
@keyframes wave {
  from { transform: rotate(0deg);}
  from { transform: rotate(360deg);}
}
/*
.footer_design{
    display: inline-block;
            position: absolute;
            width: 100%;
            padding-bottom: 100%;
            vertical-align: middle;
            overflow: hidden;
            top: 0;
            left: 0;
}
.footer_design svg{
    display: inline-block;
            position: absolute;
            top: 0;
            left:0;
            z-index: -1;
            fill:var(--primarycolor);
}
*/
.footer-top {
    background-color:var(--primarycolor);
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-title h5 {
    text-transform: uppercase;
}
.footer-top .row > div{
  padding-left: 25px;
  padding-right: 25px;
}

.footer-top p, 
.footer-top .footer-contact a, 
.footer-top li, 
.footer-top h5 {
    color: #fff;
}




footer svg {
    fill: var(--secondcolor);
    width: 15px;
    position: relative;
    left: -30px;
    margin-right: -20px;
}
#footer-links li:hover {
    position:relative;
   translate: 15px;
   transition: .5s all linear;
}
#footer-links li{
    translate: 0px;
    transition: .5s all linear;
}
/**** Footer column 1 ****/
footer .logo img {
    margin-bottom: 15px;
    height:50px;
}
.footer-about p {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
}


/************* column 3 *************/
#footer_services li
{
    list-style-type: auto;
}
#footer_services li::marker {
    color: var(--secondcolor);
}
/************* column 3 *************/


.footer-services ul {
    list-style-type: none;
}
.footer-services li {
    margin: 10px 0;
    
}
.footer-services a {
    text-transform: capitalize;
    color:#fff;

}
footer a:hover,
.footer-contact a:hover{

    color:var(--secondcolor);

}


.footer-links ul{
  padding-left: 18px;
}


@media only screen and (min-width: 300px) and (max-width: 999px)   {
.footer-top > div > div > div:not(:last-child) {

    border-bottom: 1px dashed#969696;
    padding-bottom: 20px;
}
.footer-top > div > div > div
{
        margin: 20px 0 0 0;
}
.footer-top > div > div > div h5 {
    /*text-align: center;*/
    font-size: 17px;
}


}
@media (min-width: 1000px) { 
    .footer-top > div > div > div{
        width:25%;
    }
}
@media (max-width: 1400px) { 
    .footer-top > div > div > div .footer-contact li {
    display: grid;
    
}
}


.footer-contact ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-contact li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.footer-contact li span {
    margin-top: 0;
}
.footer-contact a {
  color: var(--primarycolor);
}

.footer-contact span {
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}




.copyright{
	padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffc800;

}
.copyright p {
    color: #000;
    margin: 0;
    text-align: center;
}




#works .slick-track {
    display: flex;
}


/************************ chat icon ************************/
.chat-icon {
   /* position: relative;*/
}
.chat-icons{
    position: fixed;
    left: 0;
    bottom: 33%;
    background:/* #000188*/rgba(0,0,0,0.9);
    padding: 15px;
    border-radius: 0 15px 15px 0;
}
/*
.whatsapp
{
    left: 50px;
    bottom: 10px;
    position: fixed;
}
.phone{
    position: fixed;
    left: 50px;
    bottom: 10px;
}
*/
.chat-icons img {
    width: 40px;
    margin:10px 0;
}

/*==========Back To Top CSS Start==========*/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    background-color: #5956e9;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: '\f062';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #ffffff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #ffffff;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
/*==========Back To Top CSS End==========*/