
*[lang="ar"] {
  direction: rtl;
  text-align: right;
}

body {  
  font: 14px;
  font-family: sans-serif;
}

a {
  color: #00B7FF;
}

p {
  font-size: 20px;
  margin: 0px;
  text-align: center;
}

.navbar-logo {
	background-color: #9b9b9b9e;
	width: 200px;
	height: 60px;
	border-radius: 10px;
  }

  .headingBody {
    font-weight: bold
  }
  @media screen and (max-width:576px) {
	.navbar-logo {
		background-color: #9b9b9b9e;
		width: 160px;
		height: 48px;
		border-radius: 10px;

  }
  .hide-text{
    display: none;
  }
  .show-text{
    display: block !important;
  }
   
  }
  .navbar .navbar-nav a.nav-link {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0);
    transition: all 0.5s;
    margin-top: 5px;
  }
  .navbar .navbar-nav a.nav-link {
		/* padding: 15px 0px; */
		color: #1e1e1e!important;
	}
  .navbar .navbar-nav .nav-item {
    margin: 0px 15px;
}

.navbarContainer{
  justify-content: right;
}


/* @media (max-width: 991px) {
  .searchIcon{
    float: right;
  }
} */

.searchIcon{
  float: left;
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .active>.nav-link, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show>.nav-link {
  color: rgb(0, 0, 0);
  padding-bottom: 25px;
  border-bottom: 5px solid #000000;
}

.imageDiv {
	position: relative;
	text-align: center;
	padding-top: 80px;
  padding-bottom: 20px;
}

.container{
  margin: 0px;
  width: 100% !important;
  max-width: 100%;
}

.btnContact{
	background: black;
    color: white !important;
	margin-bottom: 3rem;
}
.btnSubscribe{
	background: black;
    color: white !important;
	float: right;
}
.navbar-collapse{
  text-align: center;
}
.hide-footer{
  display: block;
}
.show-footer{
  display: none;
}
.footer-text{
 margin: 0;
  /* float: left; */

}

.custom-btn {
  width: 130px;
  height: 40px;
  padding: 8px 25px;
  border: 2px solid #000;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

.nav-link {
  display: initial !important;
}

.btn-sub {
  background: #000;
 color: #fff;
 line-height: 42px;
 padding: 0;
 border: none;
}

.btn-contact {
  background: #000;
 color: #fff;
 z-index: 1;
}
.btn-contact:after {
 position: absolute;
 content: "";
 width: 100%;
 height: 0;
 bottom: 0;
 left: 0;
 z-index: -1;
  background: #e0e5ec;
 transition: all 0.3s ease;
}
.btn-contact:hover {
 color: #000;
}
.btn-contact:hover:after {
 top: 0;
 height: 100%;
}
.btn-contact:active {
 top: 2px;
}

.input-box-search{
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.62rem 1.18rem;
  font-size: 0.875rem;
  font-weight: 400px;
  line-height: 1.5;
  color: #495057 !important;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  background: no-repeat bottom,50% calc(100% - 1px);
  background-size: 0 100%,100% 100%;
  border-color: cornsilk;
  outline: none;
  }
  #txtSearchBar{
  display: none;
  color: #ffff;
  }
  .col-1{
  width: 5%;
  }

  @media (max-width: 991px) {
    .navbar .navbar-brand {
      position: absolute;
      left: 30px;
      top: 32px;
    }
    .navbar .navbar-brand {
      width: auto;
    }
    .navbar:after {
      display: none;
    }
    #navbarSupportedContent {
        z-index: 99999;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    }
    .navbar .navbar-nav .nav-item {
      border-bottom: 1px solid #eee;
      padding-bottom: 15px
    }
    .navbar .navbar-nav .nav-item:last-child {
      border-bottom: none;
    }
    .navbar .navbar-nav a.nav-link {
      padding: 15px 0px;
      color: #1e1e1e!important;
    }
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .active>.nav-link,
    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link.show,
    .navbar .navbar-nav .show>.nav-link {
      color: #000!important;
      border-bottom: none!important;
      padding-bottom: 15px;
    }
  }

/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 80px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 17px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #000!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #f33f3f;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #fff;
	padding-bottom: 25px;
	border-bottom: 3px solid #000;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 24px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #000;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

@media screen and (min-width:991px) {
  .navbar-toggler{
  display: none !important;
  }
  }
  #closeBtn{
  display: none;
  }

button.change-language {
  margin: 0 auto;
  text-align: center;
}

/* Section Style */
.main {
  transition: all .5s;
}

.section-anim, .section-anim-rtl {
  animation-duration: .5s;
  animation-timing-function: ease-out;
}

.section-anim {
  animation-name: sectionAnim;
}

.section-anim-rtl {
  animation-name: sectionAnimRTL;
}

@keyframes sectionAnim {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sectionAnimRTL {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Other Style */
@media only screen and (max-width:576px) {
  .searchIcon{
    float: right;
    padding-bottom: 0px
  }
  .navbar .navbar-toggler{
    right: 30px
  }
  img{
    max-width: 50% ;
  }
}

@media only screen and (min-width:577px) and (max-width:767px) {
  .searchIcon{
    float: right;
    padding-bottom: 12px
  }
  .navbar .navbar-toggler{
    right: 30px
  }
  img{
    max-width: 50% ;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .searchIcon{
    float: right;
    padding-bottom: 12px
  }
  img{
    max-width: 50% ;
  }
}

@media only screen and (min-width:992px) {
  .searchIcon{
    float: right;
  }
  img{
    max-width: 50% ;
  }
}


/* footer */
.divTextBox{
  width: auto;
  }

@media screen and (min-width: 992px){
  .col-lg-7 {
  flex: 0 0 auto;
  width: 58.33333333% !important;
  }
  }
  @media (min-width: 768px){
  .col-md-7 {
  flex: 0 0 auto;
  width: 49.33333333% !important;
  }
  }
  
  @media (min-width: 576px){
  .col-sm-7 {
  flex: 0 0 auto;
  width: 40.33333333% !important;
  }
  }
  @media screen and (min-width:991px) {
  .navbar-toggler{
  display: none !important;
  }
  }
  @media screen and (min-width:200px) and (max-width:400px) {
  .divSubscribe{
  width: 30% !important;
  }
  .divTextBox{
  width: 55% !important
  }
  }
  @media screen and (min-width:401px) and (max-width:575px) {
    .divSubscribe{
    width: 30% !important;
    }
    .divTextBox{
    width: 60% !important
    }
    }
  .divSubscribe{
  width: auto;
  
  }