@import url(https://fonts.googleapis.com/css2?family=Cairo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);

html{scroll-behavior: smooth;}
body{}

body,
a,
p,
span,
h1,h2,h3,h4,h5,h6{
  font-family: Cairo;
  color: #323A4D;
}

a{text-decoration: none;}
p{font-size: 18px;}

.non-vh {
  min-height: auto;
}

.100-vh {
  min-height: 100vh;
}

section {
/*  min-height: 100vh;*/
}

.spacer-5 {
  display: block;
  height: 5px;
}
.spacer-10 {
  display: block;
  height: 10px;
}
.spacer-20 {
  display: block;
  height: 20px;
}
.spacer-40 {
  display: block;
  height: 40px;
}
.spacer-60 {
  display: block;
  height: 60px;
}
.spacer-80 {
  display: block;
  height: 80px;
}
.spacer-100 {
  display: block;
  height: 100px;
}
.spacer-120 {
  display: block;
  height: 120px;
}

.fnt-10 {
  font-size: 10px !important;
}
.fnt-12 {
  font-size: 12px !important;
}
.fnt-15 {
  font-size: 15px !important;
}
.fnt-18 {
  font-size: 18px !important;
}
.fnt-20 {
  font-size: 20px !important;
}
.fnt-25 {
  font-size: 25px !important;
}
.fnt-30 {
  font-size: 30px !important;
}
.fnt-35 {
  font-size: 35px !important;
}
.fnt-40 {
  font-size: 40px !important;
}
.fnt-45 {
  font-size: 45px !important;
}
.fnt-50 {
  font-size: 50px !important;
}
.fnt-60 {
  font-size: 60px !important;
}
.fnt-80 {
  font-size: 80px !important;
}
.fnt-150 {
  font-size: 150px !important;
}

.fnt-rev{
  direction: ltr !important;
  display: inline-block;
}

.fnt-white{color: #fff;}

.remPad{padding: 0px !important;}
.remMar{margin: 0px !important;}

#home .social span {
  margin: auto 4px;
}

#home .social a{
  height: 40px;
  width: 40px;
  display: table-cell;
  color: #fff;
  background-color: #AC9271;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all ease 500ms;
}

#home .social a:hover{
  background-color: #323A4D;
}

.bg-cover{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-top a{
  color: #323A4D;
  font-weight: bold;
}
.footer-top a:hover{color: #AC9271;}

.footer-middle .social span {
  margin: auto 4px;
}

.footer-middle .social a{
  height: 40px;
  width: 40px;
  display: table-cell;
  color: #fff;
  background-color: #AC9271;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all ease 300ms;
}

.footer-middle .social a:hover{
  background-color: #323A4D;
}

.title-box{
  background-color: #AC9271;
  width: 20rem;
  padding: 1rem;
}

.title-box .section-title{
  color: #fff;
}

.owl-carousel .owl-nav{
  margin-top: 1rem;
  width: 50%;
  float: left;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
  background-color: #323A4D;
  color: #fff;
  width: 35px;
  height: 35px;
  margin: 0 5px; 
  transition: all ease 300ms;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
  background-color: #AC9271;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i{
  font-size: 15px !important;
}

.owl-carousel .owl-dots{
    text-align: right;
    width: 50%;
    float: right;
    margin-top: 1.5rem;
}
.owl-carousel button.owl-dot{}
.owl-carousel button.owl-dot span{
    background-color: transparent;
    border: 2px solid #AC9271;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: 0 7px;
    transform: rotate(45deg);
    transition: all ease 300ms;
}
.owl-carousel button.owl-dot span:hover{
    background-color: #AC9271;
    border: 2px solid #AC9271;
}
.owl-carousel button.owl-dot.active span{
    background-color: #AC9271;
    border: 2px solid #AC9271;
}

#blogs-slide .blog-img{position: relative;}
#blogs-slide .blog-caption{
  padding: 1.5rem;
  background-color: #fff;
  margin-right: 2rem;
  position: relative;
  top: -2rem;
  -webkit-box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);
  -moz-box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);
  box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);

}

.custom-icon-25{
  width: 25px !important;
  height: 25px !important;
}

.icon-right-mar-5{
  margin-left: 5px;
}

.icon-left-mar-5{
  margin-right: 5px;
}

.icon-right-mar-10{
  margin-left: 10px;
}

.icon-left-mar-10{
  margin-right: 10px;
}

.clearfix{clear: both;}

.title-line{
  border-top: 3px solid;
  width: 20%;

}

.box-wht{
  background-color: #fff;
  color: #000;
  padding: 1rem;
}

.box-yl{
  background-color: #CBA135;
  color: #fff;
  padding: 1rem;
}

.box-vlt{
  background-color: #C0C0C0;
  color: #fff;
  padding: 1rem;
}

.box-orgn{
  background-color: #CD7F32;
  color: #fff;
  padding: 1rem;
}

.custom-list{}

.box-bordered{
  border: 2px solid #323A4D ;
  padding: 1.5rem;
}

.box-shadowed{
  padding: 1.5rem;
  -webkit-box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);
  -moz-box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);
  box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);
}

.box-shadowed-noPad{
  -webkit-box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);
  -moz-box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);
  box-shadow: 25px 25px 20px -15px rgba(0,0,0,0.5);
}

.formContainer{padding: 1.5rem;}
.formContainer .form-control{
    border: none;
    border-radius: 0;
    padding: 0.5rem;
    background-color: transparent;
    color: #fff;
    border-bottom: 3px solid #fff;
}

.formContainer .form-control::placeholder,
.formContainer .form-control::-ms-input-placeholder{
    color: #fff;
}

.formContainer-outside{

}

.bg-blue{
  background-color: #323A4D;
}

.btn-brown{
  border-radius: 0px;
  background-color: #AC9271;
  border-color: ##AC9271;
}

.bg-dots{
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.contact-box{padding:1.5rem;}

#contact .social span {
  margin: auto 4px;
}

#contact .social a{
  height: 40px;
  width: 40px;
  display: table-cell;
  color: #fff;
  background-color: #AC9271;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: all ease 500ms;
}

#contact .social a:hover{
  background-color: #323A4D;
}