@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");


  /* Gallery section */

  #gallery {
  }
  @media screen and (min-width: 991px) {
    #gallery {
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }





 /* Secrvices Details */
.business-for-sale0{
  background: linear-gradient(rgb(0 0 0 / 58%), rgb(2 2 2 / 59%)), url(../images/banner-img2.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  align-items: center;
  display: flex;
  padding-top: 0px !important;
}
.active{
  background-color:#0E4464;
  color:#fff !important;

}
 
.headding{
  color: #1F2744;
}
.mainboxs{
  padding: 22px 0px;
  margin-top: -86px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
}
.mainboxs .form-select{
  border: none;
  padding-left: 0;
  color: #73788C;
  font-size: 14px;
  background-image: url(../images/downArrow2.svg);
  background-size: contain;
  padding: 0;
}
.mainboxs .form-select:focus {
  outline: 0;
  box-shadow: none;
}
.btn-defult0{
  position: relative;
  border: 1px solid #0E4464 !important;
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 42px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 2px;
  background-color: #0E4464;
  text-transform: uppercase;
  display: inline-block;
}
.business-for-sale .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: none !important;
  border-style: none;
  /* border-width: 5px 4px 0 4px; */
  height: 0;
  left: 50%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  /* top: 50%; */
  width: 6px;
  background-image: url(../images/downArrow2.svg);
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 3px;
}
.business-for-sale .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.business-for-sale .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #73788C;
  line-height: 37px;
  font-size: 15px;
}
.business-for-sale .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
}
.business-for-sale .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-for-sale .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 4px;
}
.business-for-sale .select2-search--dropdown {
  display: block;
  padding: 0;
}
.categoerys{
  position: relative;
  border-radius: 3px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
}

.servcies-links{}
.servcies-links li{
  margin-bottom: 10px;
}
.servcies-links a{
    display: block;
    padding: 9px 10px 12px;
    color: #73788C;
    font-weight: 400 !important;
    border: 1px solid #CECECE;
    transition: .5s;
}
.servcies-links a:hover{
  background-color: #0E4464 !important;
  color: #fff !important;
  transition: .5s;
}
.servcies-links a h3{font-size: 15px;font-weight: 300;margin: 0;}

/* Prodcuts List */
.prodcuts-property{
  overflow: hidden;
  position: relative;
}
.prodcuts-property img{
  overflow: hidden;
  transition: all .2s;
  position: relative;
}
.prodcuts-property img:hover {
  border-radius: 10px;
  transition: all .2s;
  transform: scale(1.0);
  cursor: pointer;
}
.prodcuts-property a i{
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 1;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
}
.prodcuts-property .pirice-months{
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 12px 15px;
}
.prodcuts-property .pirice-months h2{
  font-size: 17px;
}
.pordoctss{
  box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
}
.titles a{
  color: #1B2021;
}
.color4{
  color: #73788C;
}
.offerlist{
    align-items: center;
}
.offerlist img{
    width: 20px;
    height: 20px;
}
.offerlist span{
    padding-left: 10px;
    font-size: 16px;
}
.lineclap{
  color: #73788C;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 20px;
  border-bottom: 1px dotted #73788C;
}
.part-details{
    padding: 0 15px;
}
.rent-info{
    padding-top: 13px;
}
.rent-info ul{
    align-items: center;
}
.rent-info ul li{
    display: flex;
    font-size: 14px;
    color: #73788C;
    align-items: center;
    position: relative;
    justify-content: center;
}
.rent-info ul li img{
    width: 22px;
    margin-right: 7px;
    height: 22px;
}
.prodcuts-property{}
#more{
     position: relative;
     border: 1px solid #0E4464 !important;
     display: block;
     font-size: 15px;
     color: #ffffff;
     padding: 9px 36px;
     font-weight: 500;
     overflow: hidden;
     border-radius: 2px;
     background-color: #0E4464;
     display: inline-block;
}
.invest-card2 {
  padding: 40px 40px 40px 40px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
}
.invest-card2:hover{
  background: #0E4464 !important;
  color: #fff;
  cursor: pointer;
}
.invest-card2:hover img{
  filter: invert(1);
}
.line27{
  line-height: 27px;
}
.form-boxs-schedule{
  position: relative;
  border-radius: 3px;
  padding: 30px 25px;
  /* border: 1px solid #c0c8cd; */
  background-color: #ffffff;
  box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
}
.form-boxs-schedule label{
    color: #3e3737;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0;
    width: 100%;
}
.form-boxs-schedule input{
    width: 100%;
    height: 44px;
    line-height: 30px;
    padding: 0px 16px 0px;
    font-size: 13px;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #cccccc !important;
    color: #B5B5B5;
}
.submit-button{
    position: relative;
    border: 1px solid #0E4464 !important;
    display: block;
    font-size: 15px;
    color: #ffffff !important;
    padding: 13px 38px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 2px;
    background-color: #0E4464;
    display: inline-block;
    width: 100%;
}
.facilites{
  position: relative;
  border-radius: 3px;
  padding: 30px 15px;
  background-color: #ffffff;
  box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
  border: 1px solid transparent;
}
.facilites:hover{
  border: 1px solid #0E4464;
}
.near-servcies{
  position: relative;
  border-radius: 3px;
  padding: 15px 15px;
  background-color: #ffffff;
  box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
  border: 1px solid transparent;
}
.reviews{
  display: flex;
}
.reviews i{
   color:#FAB400;
   margin: 0 3px;
   font-size: 12px;
}


 /* Secrvices Details */
#form1{
  display: none;
}
.author-img1{}
.author-img1 img{
    height: 40px;
    width: 40px;
}
.medialinks{
    display: flex;
    justify-content: end;
}
.medialinks li{
    display: inline-block;
}
.medialinks li img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.headdingsec{
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    align-items: center;
}
.postblog{
  background: #f1f1f1;
  padding: 20px;
}
.tablist{}
.tablist .page-link {
  color: #fff;
  background-color: #0E4464;
 
}
.tablist{}
.tablist{}
.headdingsec span{

}
.headdingsec .all{
    font-size: 17px;
    font-weight: 500;
}
.headdingsec .view-all{
    font-size: 13px;
    font-weight: 500;
}
.blog-sec{
  overflow: hidden;
}
.lineclamp2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-sec img{
  transition: all .2s;
  height: auto;
    width: 100%;
}
.blog-sec img:hover {
  border-radius: 10px;
  transition: all .2s;
  transform: scale(1.2) rotate(2deg);
  cursor: pointer;
}
.tagslinks{}
.tagslinks li{
    display: inline-block;
}
.tagslinks li span{
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
}
.tagslinks li a{
    font-weight: 500;
    font-size: 15px;
    margin-right: 10px;
    background: #0E44640F;
    padding: 7px 17px;
    border-radius: 1px;
    border: 1px solid #BAC2D6;
}








.ttile2{
  color: #73788C;
}
.banners a{
    font-size: 34px;
    font-weight: 500;
}
.banners a i{
    font-size: 28px;
}
#openboxs{
  display: none;
}
 .faq-section{
  
}
.faq-section .accordion-button{
  background-color: #F5F7F7;
}
.servcies-images{
    overflow: hidden;
}

.btn-defult3{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 42px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 2px;
  background-color: #0E4464;
  text-transform: uppercase;
  display: inline-block;
}
.navbar-menu li:hover .dropdown-menu{
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.sub-menu{
  background-color: #F5F7F7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 26px 10px !important;
}
.sub-menu > li > a{
  font-size: 17px !important;
}
/* Typography */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
}
*,
:after,
:before {
	 box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;/* Firefox */
	-webkit-font-smoothing: antialiased;  /* WebKit  */
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
  font-family: "Outfit", sans-serif;
}
a {
	outline: 0;
	text-decoration: none;
	color: inherit;
	transition: all all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
figure {
	margin: 0;
	padding: 0;
}
dl,
ol,
ul {
	list-style: outside none none;
	padding-left: 0px;
	margin-bottom: 0px;
}
ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
a img {
	border: none;
	max-width: 100%;
}
img {
	width: 100%;
	vertical-align: middle;
	border: none;
}
table,
td,
th {
	border-collapse: collapse;
}
table tbody tr td {
	padding: 8px;
	color: #222;
	font-size: 16px;
}
th {
	font-weight: 700;
}
button:focus {
	outline: 0;
	box-shadow: none;
	border: 0;
}
input,
textarea,
select,
button {
	border: 1px solid #222;
	outline: none;
	box-shadow: none;
}
textarea {
	resize: none;
}
.form-control:focus {
	box-shadow: none;
}
::-webkit-scrollbar {
	width: 6px;
	background:#000000;
}
::-webkit-scrollbar-thumb {
  background-color: #0E4464;
	border-radius: 50px;
}
.fw-100{font-weight: 100;}
.fw-200{font-weight: 200}
.fw-300{font-weight: 300}
.fw-400{font-weight: 400}
.fw-500{font-weight: 500}
.fw-600{font-weight: 600}
.fw-700{font-weight: 700}
.fw-800{font-weight: 800}
.fw-900{font-weight: 900}
.theme-1{
  background-color: 0E4464;
}
.theme-2{
  background-color: #f5f5f5;
}
.gray1{
  color:#666666;
}
.theme-color1{
  color: #0E4464;
}
.searchForm.show {
  height: 60px;
}
.searchForm {
  height: 0;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  overflow: hidden;
  transition: all 300ms linear 0s;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  top: 0;
}
.header_menu {
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 35px 0px rgba(182, 182, 182, 0.35);
}
.searchForm .input-group-addon {
}
.searchForm .form-control {
  height: auto;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
}
.searchForm .input-group-addon {
  border-radius: 0;
  border: none;
  font-size: 18px;
  padding: 0 14px;
  background: transparent;
  color: #272727;
  cursor: pointer;
  line-height: 60px;
}
.saerch-mobile{
  display: none !important;
}
 /* Header Section */
 .myheader.fixed {
  left: 0px;
  position: fixed;
  top: -67px;
  transform: translateY(66px);
  transition: transform .6s, background-position 1s .6s;
  z-index: 9;
  background-color:#0E4464;
}
.myheader.fixed .logo1 {
  display: block
}
.owl-item.active{
  background-color: transparent;
}
.logo2 {
  display: none;
}
.myheader.fixed .logo2 {
  display: block;
  filter: invert(1);
}
.logo1 {
  display: block;
}
.myheader.fixed .logo1 {
  display: none;
}
.myheader.fixed .searchForm.show {
  height: 60px;
}
.myheader.fixed .searchForm {
  height: 0;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  overflow: hidden;
  transition: all 300ms linear 0s;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999;
  top: 80px;
}
.fa-bars{
  color: #222;
}
.myheader.fixed .fa-bars{
  color: #fff;
}
.myheader.fixed .navbar-nav li a{
  color: #fff !important;
}
.myheader.fixed .sub-menu li a{
  color:#222 !important
}
.myheader.fixed .sub-menu li a:hover{
  color:#fff !important
}
.myheader.fixed .navbar-nav li a:hover{
  color: #fff !important;
}
.myheader.fixed .saerch a i{
  color: #fff !important;
}
.header-section {
  background-color: #0E4464;
}
.header-section .header-left ul li{
  color:#000000;
  font-size: 16px;
  padding-right: 22px;
  display: inline-block;
}
.header-section .header-left ul li a{
  font-size: 13px;
}
.header-section .header-left ul li i {
   color: #fff;
   font-size: 14px;
   padding-right: 10px;
}
.header-right ul li{
  margin: 0 0px;
  display: flex;
  align-items: center;
}
.header-right ul li span{
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 20px;
}
.header-right ul li:last-child{
  margin: 0 0px 0px 0px;
}
.header-section .header-right ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: .5s;
  transition: .5s;
}
.navbar-section .navbar {
  padding: 10px 4px 5px 5px;
}
.navbar-section .navbar-nav li a{
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    transition: all 0.5s ease;
}
/* .navbar-section .navbar-nav li a .active{
  color: #0E4464 !important;
}
.navbar-section .navbar-nav li a:hover{
  color: #0E4464 !important;
  transition: all 0.5s ease;
} */
.navbar-section .dropdown-item.active, .dropdown-item:active {
  color: #222 !important;
  text-decoration: none;
  background-color:#0E4464;
}
.saerch{
  padding-left: 20px;
}
.textalign{
  text-align: justify;
}
.para{

}
/* headding tittle  */
.sub-title{
  position: relative;
  color: #666666;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.highligh{
  color: #0E4464;
}
.btn-defult{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 42px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 2px;
  background-color: #0E4464;
  text-transform: uppercase;
  display: inline-block;
}
.btn-defult:hover:before{
  transform: translateY(0%);
  z-index: 999;
}
.btn-defult::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: red;
  transform: translateY(110%);
  transition: 0.3s;
  z-index: -1;
}
.btn-defult2{
  display: block;
  font-size: 11px;
  color: #ffffff;
  padding: 12px 19px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 2px;
  background-color: #0E4464;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  /* bottom: 0; */
  /* left: 0; */
  margin: auto;
  text-align: center;
  display: flex;
  margin-bottom: 43px;
}
.btn-defult4{
  display: block;
  font-size: 11px;
  color: #ffffff;
  padding: 12px 42px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 2px;
  background-color: #0E4464;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  /* bottom: 0; */
  /* left: 0; */
  /* margin: auto; */
  text-align: center;
  /* display: flex; */
  margin-bottom: 43px;
}
.head-title-center span{
  
 }
 .head-title-center span{
 
 }
 .head-title-center span:hover{
  
 }
 .banner-section {
  background: url('../images/investment-company-in-dubai.jpg');
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  align-items: center;
}

.investors-sec a {
  transition: 0.3s ease-in-out;
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.investors-sec a:hover:after {
  height: 100%;
  background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%);
}
.investors-sec a:hover figcaption {
  height: 100%;
}
.investors-sec a:after {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%);
  height: 130px;
  opacity: 0.7;
}
.investors-sec a figure {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.investors-sec a figure img {
  transition: 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.investors-sec a figure img:hover {
  transform: scale(1.1);
}
.investors-sec a figcaption {
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #fff;
  z-index: 1;
}
.list{
	margin-bottom: 10px;
}
.numberbox{
    font-size: 15px;
    width: 48px;
    height: 48px;
    color: #222;
    background-color: #dddddd;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    margin: auto;
    transition: 0.4s;
}
.list:hover .numberbox{
  transition: 0.7s;
  background-color: #0E4464;
color:#fff;

}
.arrow-down{
  position: relative;
}
.arrow-down::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 2px;
  height: 74px;
  background: #e2e2e2;
  z-index: -1;
}

.light{
  color: #df8723;
}
.border-ltr{
  border-color: #544b4b;
  border-left: 3px solid !important;
  border-right: 3px solid !important;
}
.why-choose{
  overflow: hidden;
  transition: 0.3s ease-in;
}
.why-choose img{
  transition: 0.3s ease-in;
}
.why-choose:hover img{
  transition: 0.3s ease-in;
  transform: scale(1.2);
}
.numbers-boxs{}
.numbers-boxs img{
    width: 100px;
    margin: auto;
    text-align: center;
    display: flex;
    transition: all 400ms ease-out 0s;
}
.numbers-boxs:hover img{
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
          transition: all 400ms ease-out 0s;
}
.brl{
  border-color: #544b4b;
  border-left: 3px solid !important;
}
.brlr{
  border-color: #544b4b;
  border-left: 3px solid !important;
  border-right: 3px solid !important;
}
.media-baaner img{
  transition: all 2500ms ease;
  margin: auto;
 }
.media-baaner:hover img{
  transform: scale(1.1);
  transition: all .9s ease;
  cursor: pointer;
}
.form-left{
  position: relative;
  border-radius: 3px;
  padding: 44px 38px 0px;
  border: 1px solid #c0c8cd;
  background-color: #ffffff;
}
.form-left label{
    margin-bottom: 12px;
    color: #bfb8b8;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 9px;
}
.form-left input{
     width: 100%;
     height: 36px;
     line-height: 30px;
     padding: 0px 16px 0px;
     font-size: 14px;
     background: #ffffff;
     border-radius: 0px;
     border: 1px solid #cccccc !important;
     border: none;
}
.form-left select {
    width: 100%;
    height: 44px;
    line-height: 30px;
    padding: 0px 7px 0px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    border: 1px solid #cccccc !important;
    color: #bfb8b8;
}
.form-left textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  background: #ffffff;
  border-radius: 0px;
  resize: none;
  margin-top: 15px;
  border: none;
  font-size: 14px;
  border: 1px solid #cccccc !important;
  margin-bottom: 30px;
}
.consult-form form .form-group:last-child {
  margin-bottom: 0px;
  margin-left: -45px;
  margin-right: -45px;
}
.right-order{
  padding-left: 117px !important;
}
.para-text{
    position: relative;
    color: #888888;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-section{

}
.team-section .card img {
    border-radius: 5px;
    transition: all .2s;
    width: 100%;
}
.team-section img:hover  {
  border-radius: 10px;
  transition: all .2s;
  transform: scale(1.2) rotate(2deg);
  cursor: pointer;
}
.blog-section .card img {
  border-radius: 5px;
  transition: all .2s;
  width: 100%;
}
.blog-section img:hover  {
  border-radius: 10px;
  transition: all .2s;
  transform: scale(1.2) rotate(2deg);
  cursor: pointer;
}
.blogs-body{
   position: relative;
}
.arrows-one{
  position: absolute;
    top: 50%;
    left: -5%;
    border-top: 10px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 10px solid transparent;
}
.arrows-two{
  position: absolute;
    top: 50%;
    right: -5%;
    border-top: 10px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 10px solid transparent;
}
.tittle{
  color: #0E4464;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tittle3 {
  color: #888888;
}
.hover-blog:hover{
  background-color: #27593f;
}

 /* footer section */
 .gray1{
  color: #888888;
 }
.footer-links{}
.news-letter{
  /* color: #777777; */
  line-height: 24px;
}
.footer-links li a{
  /* color: #777777; */
  font-weight: 400;
  transition: all 0.5s ease;
}
.footer-links li a:hover{
  columns: #0E4464;
  transition: all 0.5s ease;
}
.authorized-public span{
  font-weight: 400;
  /* color: #777777; */
  transition: all 0.5s ease;
}
.social-media{
    justify-content: end;
    display: flex;
    align-items: center;
}
.social-media li{
  margin-left: 12px;
  display: inline-block;
}
.social-media li a{
  color: #777777;
  font-size: 16px;
}
.social-media li a img{
  /* filter: invert(1); */
  position: relative;
  top: -2px;
  width: 15px;
}
.news-form{
    position: relative;
}
.news-form input{
  position: relative;
  width: 100%;
  line-height: 30px;
  height: 44px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  padding: 6px 20px 10px 13px;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.news-form button{
  position: absolute;
  right: 7px;
  top: 0px;
  height: 44px;
  line-height: 44px;
  color: #000000;
  font-size: 20px;
  text-align: center;
  width: 40px;
  background: none;
  text-transform: capitalize;
  border: moccasin;
}
#amount{
  border: 1px solid #fff !important;
  outline: none;
  box-shadow: none;
  border-radius: 21px !important;
  padding: 10px !important;
}

#amount{
  border: 1px solid #fff !important;
  outline: none;
  box-shadow: none;
  border-radius: 21px !important;
  padding: 10px !important;
}
.dddd{
  border: 1px solid #fff !important;
  outline: none;
  box-shadow: none;
  border-radius: 21px !important;
  padding: 10px !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #222 !important;
  outline: 0;
  box-shadow: none !important;
  color: #222 !important;
}
.bg-para{
  background-color: #f5f5f5;
  padding: 0 40px;
}
 /* Breakpoints Device // bp = breckpoints
	// sm = small
	// md = medium
	// lg = large
	// xl = extra large
	// xxl = extra extra large
*/
 /* No media query for `xs` since this is the default in Bootstrap */
   /* Small devices (landscape phones, 576px and up) */
   @media (min-width: 576px) {
   
 
   }
   /* // Medium devices (tablets, 768px and up) */
   @media (min-width: 768px) {
   
   }
   /* // Large devices (desktops, 992px and up) */
   @media (min-width: 992px) {
     
   }
   /* // X-Large devices (large desktops, 1200px and up) */
   @media (min-width: 1200px) {
    
   
   }
   
   /* // X-Large devices (large desktops, less than 1400px) */
   @media (max-width: 1399.98px) {
   
     
   }
   /* // XX-Large devices (larger desktops, 1400px and up) */
   @media (min-width: 1400px) {
  
    
   }
   
     /* // X-Large devices (large desktops, less than 1400px) */
     @media (max-width: 1399.98px) {
      
     }
     
     /* // Large devices (desktops, less than 1200px) */
     @media (max-width: 1199.98px) {

  
     }
     
     /* // Medium devices (tablets, less than 992px) */
     @media (max-width: 991.98px) {
      .form-boxs-schedule {
        padding: 15px 15px;
    }
    
      .header-right ul li span {
        font-size: 13px;
        margin-right: 3px;
      }
      .banner-section {
        height: auto;
    }
      .saerch-mobile{
        display: block !important;
      }
      .btn-defult {
        font-size: 11px;
        padding: 4px 17px;
    }
    .numbers-boxs img {
      width: 62px;
    }
    .navbar-brand {
      display: contents;
      }
      .saerch {
        display: none;
    }
    .myheader.fixed .fa-search {
      color: #fff;
      /* display: none !important; */
  }
    .right-order {
      padding-left: 30px !important;
  }
  .banners a {
    font-size: 22px;
    font-weight: 500;
  }
   .banners a i {
      font-size: 22px;
    }
     .banner-section1{
         display:none;
     }
     }
     
     /* // Small devices (landscape phones, less than 768px) */
     @media (max-width: 767.98px) {
      .sub-menu {
        width: 100%;
    }
      .btn-defult3 {
        /* font-size: 11px; */
        /* padding: 5px 30px; */
      }
      .pd15{
        padding-left: 15px !important;
        padding-right: 15px !important;
      }
      .form-left {
        margin: 7px;
        padding: 25px 20px 0px;
    }
      .pdm{
        padding: 0;
      }
      .header-right ul li span {
        font-size: 13px;
        margin-right: 3px;
    }
      .banner-section {
        height: auto;
        background-image: none;
        background: #f5f5f5;
    }
      .saerch-mobile{
        display: block !important;
      }
      .btn-defult {
        font-size: 11px;
        padding: 4px 17px;
    }
    .border-ltr{
      border-color: transparent;
      border-left: 0px solid !important;
      border-right: 0px solid !important;
    }
    .numbers-boxs img {
      width: 60px;
    }
    .brlr {
      border-color: #544b4b;
      border-left: none !important;
      border-right: none !important;
      }
      .brl {
        border-color: #544b4b;
        border-left: none !important;
    }
    .navbar-brand {
      display: contents;
      }
      .myheader.fixed .fa-search{
        color:#fff;
      }
      .right-order {
        padding-left: 0px !important;
    }
    .authorized-public{
      text-align: center;
    }
    .social-media {
      justify-content: center;
      display: flex;
      margin-top: 20px;
      margin-bottom: 40px;
  }
  .nav_searchFrom {
    margin-right: 10px;
  }
  .arrows-one{
    display: none;
  }
  .arrows-two{
    display: none;
  }
  .form-left input {
    /* height: 20px; */
    /* line-height: 20px; */
   }
   .why-choose{
    margin-top: 15px;
   }
   .btn-defult4 {
    font-size: 11px;
    width: 100%;
}
.banners a {
  font-size: 16px;
  font-weight: 500;
}
.banners a i {
font-size: 12px;
}
.bg-para {
  background-color: #f5f5f5;
  padding: 0 20px;
}
.headdingsec {
  padding: 27px 0px !important;
}
.medialinks {
  display: flex;
  justify-content: start;
  padding-left: 6px;
  margin-top: 17px;
}
  }
     
     /* // X-Small devices (portrait phones, less than 576px) */
     @media (max-width: 575.98px) {
      
      .bg-para {
        background-color: #f5f5f5;
        padding: 0 20px;
    }
      .right-order {
        /* padding-left: 15px !important; */
    }
      .why-choose{
        margin-top: 15px;
       }
      .banners {
        height: 116px;
    }
      .sub-menu {
        width: 100%;
        padding: 15px 15px !important;
    }
      .btn-defult3 {
        font-size: 12px;
        padding: 10px 30px;
        margin-bottom: 30px;
      }
      .pdr{
        padding-right: 0;
      }
      .form-left {
        margin: 0px;
        padding: 25px 20px 0px;
      }
      .ps0{
        padding-left: 0;
      }
      .pd15{
        padding-left: 0px !important;
        padding-right: 0px !important;
      }
      .myheader.fixed .fa-search{
        color:#fff;
        /* display: none !important; */
      }
      .myheader.fixed .searchForm {
        height: 0;
        background: #fff;
        box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
        overflow: hidden;
        transition: all 300ms linear 0s;
        position: fixed !important;
        left: 0;
        right: 0;
        z-index: 999999;
        top: 56px;
    }
      .saerch{
        display: none;
      }
      .saerch-mobile{
        display: block !important;
      }
        .navbar-toggler:focus {
          box-shadow: none;
      }
        .navbar-brand{
          display: contents;
        }
        .pd-0{
          padding: 0;
        }
        .pd2{
          padding: 0;
        }
        .header-left{
          text-align: center;
        }
        .header-right{
          display: none;
        }
        .banner-section {
          background-position: center center;
          height: auto;
          background-image: none;
          background: #f5f5f5;
      }
      .btn-defult {
        font-size: 11px;
        padding: 4px 17px;
      }
      .border-ltr{
        border-color: transparent;
        border-left: 0px solid !important;
        border-right: 0px solid !important;
      }
      .numbers-boxs img {
        width: 60px;
      }
      .brlr {
        border-color: #544b4b;
        border-left: none !important;
        border-right: none !important;
        }
        .brl {
          border-color: #544b4b;
          border-left: none !important;
      }
      /* .right-order {
        padding-left: 13px !important;
    } */
      .form-left textarea {
        /* height: 50px; */
    }
    .authorized-public{
      text-align: center;
    }
    .social-media {
      justify-content: center;
      display: flex;
      margin-top: 20px;
      margin-bottom: 40px;
     }
    .nav_searchFrom {
      margin-right: 10px;
    }
    .arrows-one{
      display: none;
    }
    .arrows-two{
      display: none;
    }
    .banners {
      height: 197px;
    }
    .form-left input {
      /* height: 20px; */
      /* line-height: 20px; */
     }
     .banners a {
      font-size: 16px;
      font-weight: 500;
  }
  .banners a i {
    font-size: 12px;
   }
   .tagslinks li a {
      display: block;
      margin-bottom: 15px;
  }
      .headdingsec {
        padding: 27px 0px !important;
    }
    .medialinks {
      display: flex;
      justify-content: start;
      padding-left: 6px;
      margin-top: 17px;
   }
      .business-for-sale {
        padding-top: 0 !important;
    }

     }

     @media only screen and (min-width: 319px)  { 
       

     }
   
   
   
   