/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header Styles   		     */
/*   03 - Footer Styles            */
/*   04 - Statistics Styles        */

/*   01 - General & Basic Styles   */

@font-face {
    font-family: 'DinNextLight';
    src: url('../fonts/din-next/light/DinNextLight.eot');
    src: url('../fonts/din-next/light/DinNextLight.eot') format('embedded-opentype'), 
        url('../fonts/din-next/light/DinNextLight.woff2') format('woff2'), 
        url('../fonts/din-next/light/DinNextLight.woff') format('woff'), 
        url('../fonts/din-next/light/DinNextLight.ttf') format('truetype'), 
        url('../fonts/din-next/light/DinNextLight.svg#DinNextLight') format('svg');
}
@font-face {
    font-family: 'DinNextRegular';
    src: url('../fonts/din-next/regular/DinNextRegular.eot');
    src: url('../fonts/din-next/regular/DinNextRegular.eot') format('embedded-opentype'), 
        url('../fonts/din-next/regular/DinNextRegular.woff2') format('woff2'), 
        url('../fonts/din-next/regular/DinNextRegular.woff') format('woff'), 
        url('../fonts/din-next/regular/DinNextRegular.ttf') format('truetype'), 
        url('../fonts/din-next/regular/DinNextRegular.svg#DinNextRegular') format('svg');
}
@font-face {
    font-family: 'DinNextMedium';
    src: url('../fonts/din-next/medium/DinNextMedium.eot');
    src: url('../fonts/din-next/medium/DinNextMedium.eot') format('embedded-opentype'), 
        url('../fonts/din-next/medium/DinNextMedium.woff2') format('woff2'), 
        url('../fonts/din-next/medium/DinNextMedium.woff') format('woff'), 
        url('../fonts/din-next/medium/DinNextMedium.ttf') format('truetype'), 
        url('../fonts/din-next/medium/DinNextMedium.svg#DinNextMedium') format('svg');
}
@font-face {
    font-family: 'DinNextBold';
    src: url('../fonts/din-next/bold/DinNextBold.eot');
    src: url('../fonts/din-next/bold/DinNextBold.eot') format('embedded-opentype'), 
        url('../fonts/din-next/bold/DinNextBold.woff2') format('woff2'), 
        url('../fonts/din-next/bold/DinNextBold.woff') format('woff'), 
        url('../fonts/din-next/bold/DinNextBold.ttf') format('truetype'), 
        url('../fonts/din-next/bold/DinNextBold.svg#DinNextBold') format('svg');
}


:root {
  --fontFamily: 'DinNextRegular';
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --orangeColor: #f29a2d;
  --greenColor: #006e6e;
  --fontSize: 16px;
  --transition: .5s;
}
body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
  direction: rtl;
  text-align: right;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
a {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  color: var(--blackColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
	list-style: none;
}
b, strong {
	font-weight: 700 !important;
}
button:focus {
    outline: none !important;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form-control{
    border-radius: 8px;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.pad-50{
    padding: 50px 0;
}
.padb-50{
    padding-bottom: 50px;
}
.padt-50{
    padding-top: 50px;
}


/*   02 - Header Styles   		     */

.navbar-brand-item {
  max-width: 80px;
}
.slider-div {
  padding-top: 160px;
  min-height: 100vh;
}
.breadcrumb-div{
  padding-top: 160px;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.header-sticky .navbar-nav .nav-item> .nav-link {
  padding: 16px 20px;
  font-size: 20px;
  color: #fff;
  position: relative;
}
header.header-sticky.fixed-top.fixed {
  background: #ffffff;
}
header.header-sticky.fixed-top.fixed .navbar-nav .nav-item> .nav-link{
  color: var(--blackColor);
}

.main-menu .nav-link.dropdown-toggle::after{
  display: none;
}
.main-menu .nav-link.active::after, .main-menu .nav-link:hover::after{
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 25px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 0;
  transition: all .4s ease;
  background-color: var(--orangeColor);
}

.main-menu .nav-item {
  position: relative;
}

.main-menu .sub>li>a {
  display:block;
  padding:0;
  text-decoration:none;
  width:200px; 
  padding: .5rem 1rem !important;
  text-align: right;
  color: var(--blackColor);
  position: relative;
}

.main-menu .sub li a i{
  float: left;
  margin-top: 5px;
}
.main-menu .sub-sub a{
  padding: .5rem !important;
  display:block;
  padding:0;
  text-decoration:none;
  text-align: right;
  position: relative;
}

.main-menu .sub {
  position:absolute;
  padding:10px 0;
  top: 100%;
  right:0;
  display:none; 
  z-index: 99999;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  min-width: 265px;
}
.main-menu .sub-sub {
  position:absolute;
  padding:10px 0;
  top: 0;
  right:0;
  display:none; 
  z-index: 99999;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  min-width: 265px;
}
.main-menu li:hover ul ul {display:none;} 
.main-menu li:hover ul {display:block;} 
.main-menu .sub li:hover ul {
  display:block; 
  margin-right:265px; 
}
.last-li a{
  background: var(--orangeColor);
  border-radius: 56px;
}
.last-li .sub{
  padding: 10px 16px;
}
.last-li .sub a{
  color: #fff !important;
  margin-bottom: 10px;
  width: 100%;
  padding: 1rem !important;
  display: block;
}
button.openBtn {
  border: 0;
  background: transparent;
  padding: 0;
  color: #fff;
}
.slider-div .display-1 {
  font-size: 3rem;
}
.slider-div .video-btn{
  background-color: var(--orangeColor) !important;
  color: #fff !important;
}
.slider-div h4{
  color: #fff;
  font-size: 1.4rem;
}
.search-icon-b{
  display: none;
  max-width: 31px;
}
header.header-sticky.fixed-top.fixed .search-icon-w{
  display: none;
}
header.header-sticky.fixed-top.fixed .search-icon-b{
  display: block;
}

/*   04 - Statistics Styles        */
.sec-title {
  text-align: center;
  padding: 25px 0;
  position: relative;
  margin-bottom: 15px;
}
.heading-divider {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: var(--orangeColor);
}
.heading-divider:before, .heading-divider:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 3px;
  border-radius: 2px;
  background: var(--orangeColor);;
}   
.heading-divider:before{
  right: -20px;
  left: auto;
}
section.statistcis-sec {
  padding: 50px 0;
}
.statistcis-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-container{
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.green-color{
  color: #8cb809;
}
.statistcis-block h3{
  font-size: 3.5rem;
  font-family: 'DinNextBold' !important;
}
.statistcis-block h4{
  font-size: 1.2rem;
}
.orange-color{
  color: var(--orangeColor);;
}
.blue-color{
  color: #00aeeb;
}
.bgreen-color{
  color: #00a294;
}
.w-46{
  width: 46px;
}
.title-descp{
  color: #6e6e6e;
  font-size: 0.95rem;
  width: 50%;
  margin: auto;
  line-height: 1.8;
}

/* --- */
.program-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bgreen-bg-sec{
  background: var(--greenColor);
  padding: 30px 0;
}
.system-service{
  color: #ffffff;
}
.system-service img{
  max-width: 54px;
}
.system-service h3{
  font-size: 1.25rem;
}
.system-service p{
  color: #fff;
}
.services-sec{
  background: #f4f6fd !important;
  padding: 50px 0;
}
.service-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  border-radius: 8px;
  height: 100%;
}
.service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.service-block p{
  text-align: center;
}
.service-block a{
  display: block;
  color: var(--orangeColor);;
}
.service-block:hover{
  background: #fff;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  
}
.parallex-sec{
  background: url(../images/donation-bg-tiny-1.png) no-repeat;
  background-size: auto 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.parallex-sec .sec-title h2{
  color: #005556;
}
.parallex-sec .title-descp{
  color: #fff;
  width: 100%;
}
.video-btn{
  border: 0;
  background: #fff;
  color: #005556 !important;
  font-size: 50px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.blue-btn{
  background: #007a7a;
  color: #fff;
  border-radius: 2rem;
  padding: 18px 25px;
  border: 0;
  font-size: 1rem;
  margin-bottom: 25px;
}
.action-div {
  padding: 0 50px;
}
.action-div h5{
  color: #fff;
}
.success-stories-sec{
  background: var(--greenColor);
  padding: 50px 0;
}
.success-stories-sec .sec-title h2{
  color: #fff;
}
.customers-carousel p, .customers-carousel h4{
  text-align: center;
  color: #fff;
}
.customers-carousel p{
  height: 86px;
  overflow: hidden;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #f4af1ca1;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--orangeColor);
  width: 26px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--orangeColor);
}
.awards-sec{
  padding: 50px 0;
}
.award-block {
  text-align: center;
  padding: 25px;
  height: 100%;
}
.award-date{
  color: #6e6e6e;
}
.award-block:hover{
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  background-color: #ffffff;
  border-color: transparent;
}
.hover-img{
  display: none  !important;
}
.main-img{
  display: block;
}
.partener-block:hover .main-img{
  display: none !important;
}
.partener-block:hover .hover-img{
  display: block !important;
}
.partener-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
}
.parteners-sec{
  padding-bottom: 50px;
}


.news-cat{
  background: #1d9e94;
  color: #fff;
  border-radius: 3px;
  padding: 1px 12px 5px;
  font-size: 14px;
  position: relative;
  top: -32px;
  right: 0;
  
}
.news-content {
  padding: 15px;
}
.autor img{
  width: auto !important;
  margin-inline-end: 10px;
  border-radius: 50%;
}

.blog-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.autor{
  display: flex;
}
.date_post{
  color: #6e6e6e;
}
.autor p{
  color: var(--orangeColor);
}
.news-block{
  /* box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15); */
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-sec{
  padding-bottom: 50px;
}
.seofy_module_services{
  position: relative;
  display: block;
  height: 255px;
  cursor: pointer;
 
}
.services_bg {
  position: absolute;
  z-index: 1;
  height: 75%;
  width: 75%;
  right: auto;
  left: auto;
  color: #fff;
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.175));
}
.services-content {
  position: relative;
  z-index: 999;
  height: 75%;
  width: 75%;
  top: 50px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: auto;
}
.services-content img{
  margin-bottom: 20px;
}
.services-content h3{
  font-size: 1.25rem;
}
.seofy_module_services:hover .services_bg{
  color: #f4f6fd;
}
.seofy_module_services:hover .services-content h3{
  color: var(--greenColor);
}
.seofy_module_services.mt-100 {
  margin-top: 100px !important;
}









/*   03 - Footer Styles            */
footer.footer {
  background-color: #006e6e;
  background-image: url(../images/maps8-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  padding: 80px 0 0 0;
}
.footer p, .footer h6, .footer label{
  color: #fff;
}
.footer-logo {
  margin-bottom: 20px;
}
.copyrights {
  padding: 10px 0;
  border-top: 1px solid #f1f2f33b;
}
.copyrights p{
  text-align: center;
}
.top-footer{
  padding-bottom: 32px;
}
nav.nav.social-icons {
  justify-content: center;
}
nav.nav.social-icons a{
  color: #fff;
}
nav.nav.social-icons a:hover{
  color: var(--orangeColor);
}
h4.footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.footer p svg{
  color: var(--orangeColor);
  margin-left: 10px;
}
span.white-bg {
  background-color: #fff;
  color: var(--greenColor);
}
.orange-btn{
  background-color: var(--orangeColor);
  border-color: var(--orangeColor);
  padding: 10px 25px;
}
ul.footer-menu a{
  display: block;
  padding-bottom: 20px;
  color: #fff;
  font-size: 18px;
}
ul.footer-menu a:hover{
  color: var(--orangeColor);
}

/* ------- */
.contact-sec{
  padding: 50px 0;
}
.contact-sec .nav-pills .nav-link{
  padding: 10px 35px;
  color: var(--blackColor);
}
.contact-sec .nav-pills .nav-link.active, .contact-sec .nav-pills .show>.nav-link {
  background: linear-gradient(120deg, #5ad0ff 0%, #1d9e94 100%);
  padding: 10px 35px;
  color: #fff;
}
.form-check {
  display: block;
  padding-right: 1.5em;
  padding-left: 0;
}
.form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: auto;
}
.pt-50{
  padding-top: 50px;
}
.content-sec{
  padding: 50px 0;
}
.serv-title{
  font-size: 17px !important;
  font-weight: 600;
  color: #0e7b7b;
}
.program-icon svg{
  color: var(--orangeColor);
  margin-bottom: 20px;
}
.services-content2{
  padding: 20px;
  text-align: center;
}
.services-no-icon{
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.services-no-icon .services-content {
  height: 68%;
  width: 85%;
}
.orange-video-btn{
  background-color: var(--orangeColor);
  color: #fff !important;
}
.about-user {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #f1f2f3;
}
.about-user svg{
  margin-left: 10px;
  color: var(--greenColor);
  -webkit-text-fill-color: transparent;
  /* background-image: -webkit-linear-gradient(0deg, #5ad0ff 0%, #1d9e94 100%); */

}
.about-content{
  padding: 20px;
}
.about-block{
  border-radius: 10px;
  box-shadow: 1px 3px 15px 0 rgba(72, 73, 121, 0.15);
}
.about-carousel .item{
  padding: 10px;
}
.about-user h3 {
  font-size: 1.5rem;
}

/* Search */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #000000db;
}
.overlay-content {
  position: relative;
  /* top: 35%; */
  width: 75%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.overlay .closebtn:hover {
  color: #ccc;
}
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: right;
  width: 80%;
  background: white;
  height: 55px;
}
.overlay input[type=text]:hover {
  background: #f1f1f1;
}
.overlay button {
  float: left;
  width: 20%;
  padding: 14px 15px;
  background: #ffffff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #000000;
  text-align: left;
  height: 55px;
}
.overlay button:hover {
  background: #ffffff;
}
/* End Search */

/* ----------------- mobile view  ------------- */
.mobile-view{
  display: none;
}
.mobile-header {
  padding:  0;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.logo-div {
  margin-bottom: 0;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.m-logo {
  max-width: 25%;
  padding: 5px 0;
  margin-left: auto;
  margin-right: auto;
}
.menu-button {
  font-size: 30px;
  margin-left: 10px;
  color: #000;
  margin-top: -10px;
}
.mobile-menu-overlay{
  width:100%;
  left:0;
  visibility:hidden;
  background-color:rgba(51,51,51,.51);
}
.menu-mobile,.mobile-menu-overlay{
  height:100%;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  z-index:9999;
}
.menu-mobile{
  min-width:100px;
  width:280px;
  background:var(--whiteColor);
  transform:translateX(100%);
  transition:transform .4s ease;
  overflow:auto
}
.menu-mobile .body-menu-mobile .fa-times,.menu-mobile .header-menu-mobile .fa-times{
  cursor:pointer
}
.mobile-menu-overlay.active{
  opacity:1;
  visibility:visible;
  transition:transform .4s ease-in-out
}
.menu-mobile-active{
  transform:translateX(0);
  transition:transform .4s ease-in-out;
  z-index:99999;
  background: var(--whiteColor);
}
.close-menu {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #ffffff;
}
.header-menu-mobile .logo-opacity-bg {
  padding: 20px 35px;
  background: var(--greenColor);
  text-align: center;
}
.header-menu-mobile .logo {
  width: 85%;
}
.body-menu-mobile .fixed-menu {
  height: 100%;
  position: unset;
  width: 100%;
}
.body-menu-mobile .list-group-item.active {
  background-color: var(--whiteColor);
  /*border-color: rgba(0,0,0,.125);*/
}
.body-menu-mobile .list-group-item.active a{
  color: var(--greenColor);
}
.body-menu-mobile .list-group-item {
  padding: .5rem .5rem;
  border: 0;
}
.body-menu-mobile .list-group-item a img{
  margin-left: 10px;
}
.body-menu-mobile .list-group-item a span{
  font-size: 18px;
  font-family: 'DinNextMedium' !important;
  color: var(--blackColor);
}
.m-main-menu .dropdown-toggle::after {
  display: none;
}
.m-main-menu .dropdown-toggle i{
  font-size: 12px;
}
.m-main-menu .dropdown-menu a:hover{
  color: #ffffff;
  background: #2b5d6e;
}
.m-main-menu .dropdown-menu a{
  text-align: center;
}
.body-menu-mobile .list-group-item{
  border-bottom: 1px solid var(--darkGrayColor);
}
.menu-mobile .lang-btn {
  margin-right: 15px;
  margin-top: 15px;
}
.body-menu-mobile .list-group-flush>.list-group-item:last-child {
  border-bottom-width: 1px;
}
.menu-mobile .social-nav .social-link {
  width: 26px;
  height: 26px;
  margin-left: 8px;
}
.menu-mobile .social-nav {
  align-items: center;
  padding: 15px;
}
.show-menu-mobile {
  padding-bottom: 20px;
}
.mobile-show{
  display: none;
}
.mobile-view .search-icon-b{
  display: block;
}
.mobile-view li.nav-item.dropdown {
  background: #0D7B7C;
  color: #fff;
  list-style: none;
  height: 55px;
  margin-right: 10px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  margin-left: -15px;
}
.mobile-submenu li a{
  padding: 10px;
}
.body-menu-mobile a.nav-link.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 10px 0; */
}
.have-sub.dropdown-toggle::after {
  float: left;
}
.body-menu-mobile .fixed-menu {
  padding: 10px 15px;
}
.hidden{
  display: none;
}
.dropdown-menu .nav-link{
  text-align: right;
  padding: 8px 15px;
}

/* end */

.program-desc-sec{
  padding: 50px 0;
}
.features-sec{
  background: #cfeeef ;
  padding: 50px 0;
}
.options-p p::before{
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--greenColor);
  border-radius: 50%;
  margin-left: 10px;
}
.muslims-opinions-sec{
  padding: 50px 0;
}
.muslim-block {
  text-align: center;
}
.muslim-icon img{
  width: 50px;
}
.muslim-icon{
  margin-bottom: 20px;
}
.muslim-block p{
  color: #6e6e6e;
}
.languages-images div {
  display: inline-block;
  margin: 15px 40px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
  body, section{
    width: 100%;
    overflow-x: hidden !important;
  }
  p {
    font-size: 16px;
  }
  .h4, h4 {
    font-size: 1.2rem;
  }
  .h3, h3 {
    font-size: 1.4rem;
  }
  .navbar-brand {
    width: 30%;
    margin-left: 0.5rem;
  }
  .navbar-nav {
    display: flex;
    flex-direction: row;
  }
  .mobile-view{
    display: block;
  }
  .web-header{
    display: none;
  }
  .statistcis-block {
    margin-bottom: 30px;
  }
  .title-descp {
    width: 86%;
  }
  .seofy_module_services {
    margin-top: 100px;
  }
  .services_bg {
    width: 60% !important;
  }
  .seofy_module_services, .seofy_module_services.mt-100 {
    margin-top: 50px !important;
  }
  .project-block{
    margin: 15px 0;
  }
  .action-div {
    padding: 0 15px;
  }
  .action-div h5{
    font-size: 1.2rem;
  }
  .system-service {
    color: #ffffff;
    margin: 15px 0;
  }
  h4.footer-title {
    margin-top: 20px;
  }
  ul.footer-menu {
    columns: 2;
    margin-top: 20px;
  }
  .slider-div {
    padding-top: 85px;
    min-height: auto;
  } 
  .header-menu-mobile .logo-opacity-bg img{
    width: 35%;
  }
  .services-content.services-content2 {
    width: 65%;
  }
  .services-row .mb-5{
    margin-bottom: 0 !important;
  }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
  p {
      font-size: 16px;
  }
  .h4, h4 {
      font-size: 1.2rem;
  }
  .navbar-brand {
      width: 30%;
      margin-left: 0.5rem;
  }
  .navbar-nav {
      display: flex;
      flex-direction: row;
  }
  .mobile-view{
      display: block;
  }
  .web-header{
      display: none;
  }
  .site-content {
      padding-top: 55px;
  }
  .navbar-brand {
      width: 30%;
      margin-left: 0.5rem;
  }
  .navbar-nav {
      display: flex;
      flex-direction: row;
  }
  .mobile-view{
      display: block;
  }
  .web-header{
      display: none;
  }
  
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
 .navbar-brand {
      width: 30%;
      margin-left: 0.5rem;
  }
  .navbar-nav {
      display: flex;
      flex-direction: row;
  }
  .mobile-view{
      display: block;
  }
  .web-header{
      display: none;
  }
  
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1366px) { 
 
  
}
@media (min-width: 992px) and (max-width: 1199px) { 
 
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1600px) { 
  
}