/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic 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');
}
html {
    scroll-behavior: smooth;
    direction: rtl;
}
*{
    font-family: 'DinNextRegular';
}
p{
  	font-family: 'DinNextRegular';
	font-size: 16px;
	line-height: 1.8;
  	font-weight: 300;
  	color: #2c2c2c;
    text-align: justify;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
	list-style: none;
    cursor: pointer;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{ 
	font-family: 'DinNextMedium' !important;
    color: #2c2c2c;
}
a{
	font-family: 'DinNextRegular';
	text-decoration: none;
    color: #2c2c2c;
}
a{
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover,
a:focus {
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    color: #8ac054;
}
body{
  	overflow-x: hidden;
  	color: #2c2c2c;
    text-align: inherit;
}
b, strong {
	font-family: 'DinNextBold' !important;
}
.div-25{
    height: 25px;
    width: 100%;
    display: block;
} 
.div-50{
	height: 50px;
	width: 100%;
	display: block;
} 
.div-100{
    height: 100px;
    width: 100%;
    display: block;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
button:focus {
    outline: none !important;
}
.form-control:focus {
    border-color: #f3942f;
    outline: 0;
    box-shadow: none;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.font-weight-light {
    font-weight: 300 !important;
    font-family: "DinNextLight" !important;
}
.font-weight-bold {
    font-weight: 700 !important;
    font-family: "DinNextBold" !important;
}
.font-weight-medium{
    font-weight: 500 !important;
    font-family: "DinNextMedium" !important;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.h-100{
    height: 100%;
}
.hidden{
    display: none;
}
.pad-50{
    padding: 50px 0;
}
.padt-50{
    padding-top: 50px;
}
.padb-50{
    padding-bottom: 50px;
}
.padtb-50{
    padding-bottom: 50px;
    padding-top: 50px;
}
.padd-0 {
    padding: 0;
}
.p-r-0{
    padding-right: 0;
}
.p-l-r-0{
    padding-right: 0;
    padding-left: 0;
}
.pad-25{
    padding: 25px 0;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0;
}

/* buttons */
.custom-btn {
    background: #3eb7a0;
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #3eb7a0;
    padding: 8px 20px;
    width: 200px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.custom-btn:hover{
    background: #ffffff;
    color: #3eb7a0;
    border: 1px solid #3eb7a0;
}
.form-check-input:checked {
    background-color: #8ac054;
    border-color: #3eb7a0;
    background-image: none !important;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.15rem rgb(138 192 84 / 44%) !important;
    border-color: #3eb7a0 !important;
}
/*---------- index ----------- */
.header {
    padding: 10px 0;
}
a#navbarDropdown {
    padding: 6px 15px;
    background: #3eb7a0;
    color: #ffffff;
    border-radius: 20px;
    font-size: 15px;
}
.paralex-sec{
    padding: 150px 0;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.paralex-sec h2{
    text-align: center;
    color: #ffffff;
    font-size: 2.6rem;
    margin-bottom: 25px;
}
.paralex-sec p{
    text-align: center;
    color: #ffffff;
}

section.about-sec {
    background: #ececec;
}

.about-txt {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px 20px;
}
.about-txt p{
    line-height: 2;
}
.form-container{
    padding: 24px;
    background: #ffffff;
}
.form-container h3{
    text-align: center;
}
.img-bg {
    height: 120px;
    width: 100%;
    background: url(../images/pateern.png);
    background-color: #3eb7a0;
}
.form-sec .container{
    margin-top: -30px;
}
.red{
    color: #ff0000;
}
p.note {
    padding: 3px 15px;
    background: #ff0000;
    color: #ffff;
    border: 1px dashed #fff;
    border-radius: 6px;
}
.form-check {
    padding-right: 1.5em;
    padding-left: 0;
}

.form-check .form-check-input {
    float: inherit;
    /*margin-right: -1.5em;*/
    margin-left: 0;
}
.top-footer {
    background: #040404;
    padding: 20px 0;
}
.top-footer .flex-grow-1.ms-3{
    color: #ffffff;
    margin-right: 1rem;
    font-size: 15px;
}
.footer-bg{
    background: url(../images/footer-pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 140px;
    background-position: right;
}
.social-icon-nav a {
    color: #3eb7a0;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 10px;
    width: 44px;
    padding: 0;
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.social-icon-nav a:hover {
    color: #ffffff;
    background: #3eb7a0;
}
.bottom-footer {
    background: #272727;
    color: #fff;
    padding: 10px 0;
}
p.copyright {
    margin-bottom: 0;
    color: #ffffff;
}
.small-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    padding: 0;
}
a.sperator {
    color: #ffff;
    padding: 0 10px;
}
.small-nav .nav-link:hover{
    color: #3eb7a0;
}
.form-select {
    background-position: left .75rem center;
}
.green{
    color: #3eb7a0;
}
.footer{
    margin-top: 50px;
}
.modal-body {
    position: relative;
    text-align: center;
    padding: 50px;
}
.modal-body img{
    margin-bottom: 25px;
    max-width: 200px;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
}







/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    body, section{
        width: 100%;
        overflow-x: hidden !important;
    }
    p {
        font-size: 15px;
        line-height: 1.5;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h3, h3 {
        font-size: 1.4rem;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }
    .footer-bg{
        height: 50px;
    }
    .about-txt{
        margin-top: 15px;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    body, section{
        width: 100%;
        overflow-x: hidden !important;
    }
    p {
        font-size: 16px;
        line-height: 1.6;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h3, h3 {
        font-size: 1.4rem;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }
    /*.about-txt{
        margin-top: 15px;
    }*/
    .footer-bg{
        height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .footer-bg{
        height: 100px;
    }
    .social-icon-nav a {
        margin: 0 5px;
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 10px;
}
.lds-ellipsis div {
  position: absolute;
  top: 30px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3eb7a0;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.loading,.loading2{
    top: 0;
    left: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    text-align: center;
}