/* RESET CSS FILES CODE */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
.fit-vids-style {
  display: none;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0px none;
}

iframe {
  border: none;
}

::selection {
  background-color: #00aa4f; /* Safari */
  color: #FFF;
}

::-moz-selection {
  background-color: #00aa4f; /* Firefox */
  color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  list-style: none;
  font-family: 'Tajawal';
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #7a7a7a;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  background-color: #FFF;
}

.overflow-hidden {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

ul,
ol {
  list-style: none;
  margin-bottom: 0px !important;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001544;
  clear: both;
  font-weight: 600;
  text-align: inherit;
  margin: 0;
  line-height: 1.2;
  position: relative;
  font-family: 'Tajawal';
}

.h1,
h1 {
  font-size: 38px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 27px;
}

.h4,
h4 {
  font-size: 23px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.inner-title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-f {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-fluid {
  padding-bottom: 50px;
}

.inner-Pages {
  padding-top: 60px;
  padding-bottom: 60px;
}

.none-padding {
  padding: 0 !important;
}

.fixed-section {
  position: fixed;
  width: 33.333%;
  top: 0;
}

.margin-0 {
  margin: 0 !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

span,
p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-family: 'Tajawal';
}

p {
  display: block;
  color: #767676;
  width: 100%;
  margin: 10px auto;
  line-height: 1.5;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

a {
  text-decoration: none;
    o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  color: #001544;
  &:hover,
  &:focus {
    text-decoration: none;
      o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
    color: #00aa4f;
  }
}

b,
strong {
  font-weight: 700 !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #FFF;
  text-decoration: none;
}

.zero-clipboard {
  position: relative;
}

.btn-clipboard {
  background-color: #FFF;
  border: 1px solid #e1e1e8;
  border-radius: 0 4px;
  color: #767676;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

textarea {
  -webkit-font-smoothing: antialiased;
  min-height: 125px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
input[type="file"] {
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  border: 1px solid #e1e1e8;
  background: #FFF;
  border-radius: 0px;
  vertical-align: middle;
    o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="file"] {
    o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  border: 1px solid #00aa4f;
}

.z-index {
  position: relative;
  z-index: 2;
}

.zindex-0 {
  z-index: 0 !important;
}

i.ti {
  line-height: 1.5;
}

#to-top {
  position: fixed;
  right: 10px;
  bottom: -100px;
  overflow: auto;
  padding: 15px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 10px;
  background-color: #00aa4f;
  color: #FFF;
  cursor: pointer;
  z-index: 1111;
  o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.loading-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  right: auto;
  left: auto;
}
.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #00aa4f;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00aa4f transparent transparent transparent;
}
.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cps-page-loading-bg {
  &:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #ffffff !important;
    pointer-events: none;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.41, 0.54, 0.58, 0.73);
    transform-origin: right center;
    z-index: 999;
  }
}
.loading-bg-hide {
  .cps-page-loading-bg {
    &:after {
      transform: scaleX(0);
      transform-origin: left center;
    }
  }
}


body {
  .modal-backdrop {
    display: none;
  }
}