@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');

* {
	letter-spacing: 0px;
}

body {
	letter-spacing: 0px;
	font-family: 'Tajawal', sans-serif;
}

h1, h2, h3, h4, h5, h6, a, p, span, li, strong, ol,
.main-menu .navigation > li > a,
.main-slider h3,
.window-tab-section .window-tabs .tab-btns .tab-btn,
.btn-style-two,
.main-header .outer-box .option-list li,
.btn-style-one,
.btn-style-four,
.windows-page-section .title-box .text {
	font-family: 'Tajawal', sans-serif;
}

.logo a img {
	width: 160px;
	height: 60px;
}

.main-header .header-upper .logo-box:before {
	background-color: transparent;
}

.notification {
    width: 350px;
    height: 60px;
    background: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    line-height: 55px;
    text-align: center;
    display: none;
    z-index: 999999999;
}

.notification p {
  color: green;
}

.errorValidate {
  border: 1px solid red !important;
}

.successValidate {
  border: 1px solid green !important;
}

.main-menu,
.main-header .nav-outer {
	float: right;
}

.main-header .outer-box {
	float: left;
}

.main-header .header-upper .logo-box {
	margin-right: initial;
	margin-left: 40px;
}

.slide .auto-container {
	text-align: left;
}

.slide .auto-container .content {
	text-align: center;
}

.main-slider .slide {
	height: 750px;
}

.about-section .image-column .play-box {
	left: -65px;
	right: initial;
}

.window-tab-section .window-tabs .tab-btns .tab-btn .icon {
    position: relative;
    font-size: 44px;
    float: right;
    margin-left: 20px;
    margin-right: initial;
}

.fluid-section-one .content-column {
	float: right;
}

.fluid-section-one .image-column {
	left: 0px;
	right: initial;
}

.ui-selectmenu-text {
	text-align: right;
}

.news-widget-block .widget-inner .image {
	right: 0px;
	left: initial;
}

.news-widget-block .widget-inner .image img {
	height: 80px;
}

.news-widget-block .widget-inner {
	padding-right: 100px;
	padding-left: initial;
}

.social-icon-one li a .icon {
	margin-right: initial;
}

.newsletter-form .form-group input[type="email"] {
	width: 100%;
}

.newsletter-form .form-group input[type="submit"], .newsletter-form button {
	left: 0px;
	right: initial;
}

.main-footer .footer-bottom .copyright {
	float: right;
	border: none;
}

.main-menu .navigation > li {
	float: right;
}

.main-menu .navigation > li {
	margin-left: 15px;
	margin-right: initial;
}

.fixed-header .sticky-header .main-menu {
	margin-right: 35px;
}

.main-header .outer-box .option-list li {
    position: relative;
    color: #262626;
    font-size: 16px;
    padding-left: 18px;
    padding-right: initial;
    margin-left: 18px;
    margin-right: initial;
    display: inline-block;
    text-transform: uppercase;
    border-left: 1px solid #dde4db;
    border-right: none;
}

.welcome-section .content-column .inner-column h2 {
	font-size: 22px;
}

.key-block .inner-box .icon-box .number {
	top: 0px;
	right: 0px;
}

.gallery-section .carousel-box .image img {
	height: 370px;
}

.page-title .page-breadcrumb li:after {
	left: -4px;
	right: initial;
}

.page-title .page-breadcrumb li {
	margin-left: 10px;
	padding-left: 10px;
}

.window-nav-outer .window-nav li {
	float: right;
}

.window-nav-outer .window-nav li.active a {
	font-size: 18px;
}

.windows-page-section .content-column .text .image-gallery .image-column {
	float: right;
}

.windows-page-section .content-column .text .image-gallery .before {
	right: 20px;
	left: initial;
}

.fa-angle-left:before {
	content: "\f105";
}

.fa-angle-right:before {
	content: "\f104";
}

@media screen and (max-width: 768px) {
    
    .main-slider-carousel .owl-stage-outer {
        height: 300px !important;
    }
    
    .main-slider-carousel .owl-item {
        height: 100%;
    }
    
    .main-slider .slide {
        height: 100%;
        background-size: cover;
        padding: 50px 0px;
    }
    
    .about-section {
        padding: 10px 0px 60px;
    }
    
    .main-header .header-upper .logo-box {
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .main-header .header-upper .logo-box {
        margin-bottom: 30px;
        margin-right: 0px;
        width: 75%;
        text-align: center;
        float: left;
        top: 10px;
    }
    
    .main-header .nav-outer {
        width: 25%;
    }
    
    .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        text-align: right;
    }
    
    .main-menu {
        position: relative;
        top: -40px;
    }
    
    .main-header .nav-outer {
        width: 100%;
        position: relative;
        height: 0px;
    }
    
    .main-menu .navbar-header {
        top: -40px;
    }
    
    .h-fixed {
         position: fixed;
        background: #fff;
        z-index: 9999999;
    }
}