/* Made By Abo Zaki */
/* Start Global */
body
{
    direction: rtl;
    height: 3000px;
}
::selection
{
    color: black;
    background-color: #ff0000
}

::-moz-selection
{
    color: black;
    background-color: #ff0000
}

@font-face
{
font-family: "khyal";
src: url("../fonts/Khayal_Demo.woff") format("woff");
}

@font-face
{
font-family: "Zealot";
src: url("../fonts/Zealot.woff") format("woff");
}

.hvr-underline-from-center:before
{
    background: red;
}
.hvr-bounce-to-bottom:before
{
    background: red;    
}

.nicescroll-rails
{
    display: none;
}
/* End Global */

/* Start Fixed Icons */
/* Start clock */
.fa-clock-o,.fa-facebook,.fa-twitter,.fa-linkedin,.fa-instagram,.fa-whatsapp,.fa-youtube-play
{
    box-sizing: unset;
}
.clock-fixed a {
  color: #fff!important;
  text-decoration: none;
  font-family: "khyal";
  font-weight: bold;
  cursor: pointer;
}

.clock-fixed {
  position: fixed;
  top: 168px;
  left: -240px;
  z-index: 999;
    display: none;
}
@media (max-width: 1280px)
{
    .clock-fixed
    {
        top: 100px;
    }
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.clock-fixed ul li {
  display: block;
  margin: 5px;
  background-color: white;
  width: 300px;
  text-align: right;
  padding: 10px;
  border: 1px solid black;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.clock-fixed ul li:nth-child(2) i
{
    color: #3b5998;
}
.clock-fixed ul li:nth-child(3) i
{
    color: #1da1f2;
}
.clock-fixed ul li:nth-child(4) i
{
    color: #0077b5;
}
.clock-fixed ul li:nth-child(5) i
{
    color: #405de6;
}
.clock-fixed ul li:nth-child(6) i
{
    color: #128c7e;
}
.clock-fixed ul li:nth-child(7) i
{
    color: #ff0000;
}
.clock-fixed ul li:hover {
   background: rgba(0,0,0,.5)!important;
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
}
.clock-fixed ul li:hover a {
  color: #000;
}
.clock-fixed ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.clock-fixed ul li i {
  margin-left: 30px;
  color: #00b388;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 19px;
  height: 20px;
  font-size: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.clock
{
    height: 155px;
    display: none;
    position: fixed;
    top: 130px;
    left: 170px;
    z-index: 999
}

.clock svg
{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  padding: 5px 0;
    padding-left: 20px;
  transition: all .5s ease-in-out;
}

.clock svg:hover
{
  width: 500px;
  height: 500px;
  cursor: pointer;
}
/* End clock */

/* Start Facebook Icons */
.facebook-icons
{
    position: fixed;
    top: 400px;
    right: 0;
    z-index: 9999;
    display: none;
}
@media (max-width: 1280px)
{
    .facebook-icons
    {
        top: 200px;
    }
}
.facebook-icons iframe
{
    display: block;
    margin-bottom: 20px;
}
/* End Facebook Icons */

/* Start Go To Top */
body > i
{
    position: fixed;
    right: 25px;
    bottom: 25px;
    color: red;
    cursor: pointer;
    z-index: 999;
}
/* End Go To Top */

/* End Fixed Icons */

/* Start upperNav */
.uppernav
{
    background-color: #000;
    color: #fff;
    padding: 5px 0;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    letter-spacing: 2px;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .7s ease-in-out;
    z-index: 999;
}
@media (max-width: 991.99px) 
{
    .uppernav .text-left
    {
        font-size: 14px;
    }
}
@media (max-width: 767.99px)
{
    .uppernav .text-left
    {
        font-size: 10px;
        text-align: center!important;
    }
}
@media (max-width: 575.99px)
{
    .uppernav .text-left
    {
        font-size: 6px;
    }
}
@media (max-width: 767.99px)
{
    .uppernav .text-right
    {
        font-size: 12px;
        text-align: center!important;
    }
}
.uppernav .container .row div:first-of-type i
{
    color: #ff5353
}

.uppernav .container .row div:first-of-type a
{
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    transition: all .2s ease-in-out;
}

.uppernav .container .row div:nth-child(2) a
{
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    transition: all .2s ease-in-out;
}

.uppernav .container .row div:nth-child(3) a
{
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    transition: all .2s ease-in-out;
}

.uppernav .container .row div a:hover
{
    color: #ff5353!important;
}

.uppernav .container .row div:last-of-type div
{
    display: inline-block;
}

.uppernav .container .row div:last-of-type div i
{
    color: #ff5353;
    margin-left: 5px;
}

.uppernav .container .row div:last-of-type div span
{
    margin-left: 20px;
    cursor: pointer;
}
/* End upperNav */

/* Start Main Navbar */
.main-nav nav
{
    transition: all .7s ease-in-out;
    text-align: center;
    font-size: 16px;
    font-family: 'Harmattan', sans-serif;
}
@media (max-width: 1199.99px) 
{
    .main-nav nav
    {
    font-size: 12px;
    }
}
@media (max-width: 1199.99px) 
{
    .main-nav nav .collapse
    {
        line-height: 3;
    }
}
@media (max-width: 991.99px)
{
    .main-nav nav .collapse
    {
        margin-right: 0;
    }
}

.main-nav .navbar
{
    padding: 0;
    line-height: 2.3;
}
.main-nav .fixed-top
{
    top:34px;
}
.main-nav .navbar-dark .navbar-nav .nav-link
{
    color: #fff;
    margin-right: 7px;
    padding-bottom: 10px;
    transition: all .2s ease-in-out;
}
@media (max-width: 1199.99px)
{
    .main-nav .navbar-dark .navbar-nav .nav-link
    {
        margin-right: 5px;
    }
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:focus , .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:hover
{
    color: red!important;
    font-weight: bold;
}

.main-nav nav .container .navbar-brand
{
    margin-right: 0;
}

.main-nav nav .container .navbar-brand img
{
    width: 150px;
}

.main-nav .navbar-nav
{
    margin-right: 84px;
}
@media (max-width: 991.99px)
{
    .main-nav .navbar-nav
    {
        margin-right: 0;
        font-size: 15px;
    }
}

.main-nav .navbar-nav .active
{
    background-color: rgba(255, 0, 0, 0.8);
    height: 57px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px;
}
.main-nav .navbar-expand-lg .navbar-nav .dropdown-menu
{
    background-color: #000;
}
.main-nav .navbar-nav .dropdown-item:focus,.main-nav .navbar-nav .dropdown-item:hover
{
    background-color: #000;
}

.main-nav .navbar-nav .dropdown-item
{
    transition: all .5s ease-in-out;
    text-align: center;
    color: #fff
}

.main-nav .navbar-nav .dropdown-item:focus, .main-nav .navbar-nav .dropdown-item:hover
{
    font-weight: bold
}
/* End Main Navbar */

/* Start Main Slider */
.logo-slider
{
    max-width: 75%;
}
@media (max-width: 991.99px)
{
    .logo-slider
    {
        max-width: 15%;
        padding-top: 10px
    }
}

/* End Main Slider */

/* Start Videos */
.homepage-hero-module {
    border-right: none;
    border-left: none;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    height: 100%;
    width: 100%;
}
.video-container .poster img {
    width: 100%;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    z-index: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
@media (max-width: 1199.99px)
{
    .slider-container .video-container video.fillWidth
    {
    transform: scale(1.8);
    }
}
@media (max-width: 991.99px)
{
    .slider-container .video-container video.fillWidth
    {
    transform: scale(1.9);
    }
}
@media (min-width: 1200px)
{
    .slider-container .video-container video.fillWidth
    {
    transform: scale(1.4);
    }
}

/* End Videos */

/* Start Boss Words */
.boss-words
{
   margin-top: 70px;
    overflow: hidden;
    margin-bottom: -6px;
}
.boss-words .homepage-hero-module
{
    width: 100%;
    position: static;
}

.boss-words .video-container
{
    position: static;
    overflow: visible;
    background: none;
}
.boss-words .video-container video.fillWidth
{
    width: 100%;
}
.boss-words video
{
    position: static;
}
/* End Boss Words */


/* Start Our Services */
.our-services
{
    background: url('../images/cool-black-wallpaper-39850-40776-hd-wallpapers.jpg') ;
    background-size: cover;
    background-attachment: fixed;
}
.our-services a
{
    text-decoration: none;
}
.our-services > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    padding: 50px 0 0;
    background: rgba(0, 0, 0, 0.62);
    margin-bottom: 50px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
    .our-services > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 575.99px)
{
    .our-services > h2
    {
        font-size: 2rem;
    }
}
.our-services h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 20%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .our-services h2 hr
    {
       width: 25%; 
    }
}
@media (max-width: 767.99px)
{
    .our-services h2 hr
    {
       width: 30%; 
    }
}
@media (max-width: 575.99px)
{
    .our-services h2 hr
    {
       width: 37%; 
    }
}
.our-services h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.our-services .card-services
{
    margin-bottom: 50px
}
.our-services .card-services .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.our-services .card-services .menu-content::before, .card .menu-content::after {
  content: '';
  display: table;
}
.our-services .card-services .menu-content::after {
  clear: both;
}
.our-services .card-services .menu-content li {
  display: inline-block;
}
.our-services .card-services .menu-content a {
  color: #fff;
}
.our-services .card-services .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  transform: translate(-50%, 0);
}
.our-services .card-services .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
  filter: grayscale(1);
  transition: all .5s ease-in-out;
  border-radius: 16px;
}
@media (max-width: 1280px)
{
    .our-services .card-services .wrapper
    {
        min-height: 400px;
        width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 991.99px)
{
    .our-services .card-services .wrapper
    {
        min-height: 380px;
    }
}
@media (max-width: 767.99px)
{
    .our-services .card-services .wrapper
    {
        width: 60%;
        margin: 0 auto;
    }
}
.our-services .card-services .wrapper:hover
{
    filter: grayscale(0);
}
.our-services .card-services .wrapper:hover .data {
  transform: translateY(0);
}
.our-services .card-services .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.our-services .card-services .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.99px)
{
    .our-services .card-services .data .content
    {
        padding: 19px 10px;
    }
}
.our-services .card-services .author {
  font-size: 14px;
  font-family: 'Reem Kufi', sans-serif;
}
.our-services .card-services .title {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'Reem Kufi', sans-serif;
}
@media (max-width: 991.99px)
{
    .our-services .card-services .title
    {
        font-size: 1.7rem;
    }
}
.our-services .card-services .title a
{
    transition: all .5s ease-in-out
}
.our-services .card-services .title a:hover
{
    color: #000
}
.our-services .card-services .text {
  height: 70px;
  margin: 0;
  font-size: .8rem;
  font-weight: bold;
  font-family: 'Cairo', sans-serif;
}
@media (max-width: 1280px)
{
    .our-services .card-services .text
    {
        font-size: .6rem;
    }
    .our-services .card-services h1
    {
        font-size: 1.9rem;
    }
}
@media (max-width: 1199.99px)
{
    .our-services .card-services .text
    {
        font-size: .7rem;
    }
}
@media (max-width: 991.99px)
{
     .our-services .card-services .text
    {
        font-size: .6rem;
    }
}
.our-services .card-services .text i
{
    color: #a90101;
}
.our-services .card-services input[type='checkbox'] {
  display: none;
}
.our-services .card-services input[type='checkbox']:checked + .menu-content {
  transform: translateY(-60px);
}
.our-services .card-one .wrapper {
  background: url('../images/training.jpg');
}
.our-services .card-two .wrapper {
  background: url('../images/consulting.jpg');
}
.our-services .card-three .wrapper {
  background: url('../images/Convention.jpg');
  background-size: contain;
}
.our-services .card-four .wrapper {
  background: url('../images/bachelor.jpg');
  background-size: contain;
}
.our-services .card-five .wrapper {
  background: url('../images/master.jpg');
  background-size: contain;
}
.our-services .card-six .wrapper {
  background: url('../images/doctorate.jpg');
  background-size: contain;
}
.our-services .example-1 .date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 0.8em;
  margin-right: -100px;
     transition: all .5s ease-in-out
}
.our-services .example-1:hover .date
{
   margin-right: 0;
}
.our-services .example-1 .date span {
  display: block;
  text-align: center;
}
.our-services .example-1 .date .day {
  font-size: 24px;
  font-family: 'Reem Kufi', sans-serif;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.our-services .example-1 .date .month {
  text-transform: uppercase;
}
.our-services .example-1 .date .month, .example-1 .date .year {
  font-size: 12px;
}
.our-services .example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.our-services .example-1 .title a {
  color: #a90101;
}
.our-services .example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  left: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.our-services .example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: #808080;
  color: #808080;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.our-services .example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.our-services .example-1 .menu-button span::before {
  left: -10px;
}
.our-services .example-1 .menu-button span::after {
  right: -10px;
}
.our-services .example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.our-services .example-1 .menu-content li {
  width: 33.33333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.our-services .example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.our-services .example-1 .menu-content span {
  top: -10px;
}
/* End Our Services */

/* Start Our Council */

.council
{
    text-align: center;
    background: url('../images/modify-truck-010.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.council > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    padding: 50px 0 0;
    background: rgba(0, 0, 0, 0.62);
    margin-bottom: 50px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
   .council > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 767.99px)
{
    .council > h2
    {
        font-size: 2rem;
    }
}
@media (max-width: 575.99px)
{
    .council > h2
    {
        font-size: 1.3rem;
    }
}
.council > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 43%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .council > h2 hr
    {
        width: 60%;
    }
}
@media (max-width: 767.99px)
{
    .council > h2 hr
    {
        width: 65%;
    }
}
.council h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

 .council .wrapper_council {
     padding: 60px 0;
     filter: grayscale(1);
     transition: all .5s ease-in-out
 }
@media (max-width: 767.99px)
{
    .council .wrapper_council
    {
        width: 60%;
        margin: 0 auto;
    }
}
 .council .wrapper_council:hover
{
    filter: grayscale(0);
}

 .council .wrapper_council .our_council img {
     width: 100%;
     height: 320px;
     image-rendering: pixelated;
 }

 .council .wrapper_council .our_council {
     box-shadow: none;
     margin-bottom: 10px;
     transform: translateY(0px);
     transition: all 0.5s ease 0s;
 }

 .council .wrapper_council .our_council .pro_detail {
     padding: 15px;
 }

 .council .wrapper_council .our_council .pro_detail .pro_name {
     font-size: 18px;
     line-height: 20px;
     margin: 0 0 2px;
     font-family: 'El Messiri', sans-serif;
     font-weight: bold
 }
@media (max-width: 1199.99px)
{
    .council .wrapper_council .our_council .pro_detail .pro_name
    {
        font-size: 13px;
    }
}

 .council .wrapper_council .our_council .pro_detail .pro_desc {
     display: block;
     text-transform: uppercase;
     font-size: 14px;
     font-family: 'Cairo', sans-serif;
     font-weight: bold
 }
@media (max-width: 1199.99px)
{
    .council .wrapper_council .our_council .pro_detail .pro_desc
    {
        font-size: 10px;
    }
}

 .council .wrapper_council .our_council .pro_detail .pro_desc::after {
     content: "";
     display: block;
     margin: 10px 0;
     border: 1px solid #d3d3d3;
 }

 .council .wrapper_council .our_council .pro_detail .pro_contact {
     display: block;
     color: #fff;
     font-size: 12px;
     padding: 5px 10px;
     background: rgba(255, 50, 50, 0.8);
     text-align: center;
     font-family: 'Cairo', sans-serif;
 }
@media (max-width: 1199.99px)
{
     .council .wrapper_council .our_council .pro_detail .pro_contact
    {
        font-size: 9px;
    }
}
 .council .wrapper_council .our_council:hover {
     transform: translateY(-15px);
     box-shadow: 0 10px 7px rgba(0, 0, 0, 0.5);
 }

 .wrapper_our .wrapper_council i {
     display: block;
     margin-bottom: 6px;
     font-size: 20px;
 }

 .council .wrapper_council .wrap_item strong {
     display: block;
     font-size: 26px;
     color: #000;
 }

 .council .wrapper_council .wrap_item span {
     display: block;
     font-size: 16px;
     letter-spacing: 1px
 }
/* End Our Council */

/* Start Our Awards And Shields */
.our-supreme
{
    direction: ltr;
    padding-bottom: 50px;
    background-image: url('../images/black-background-92475.jpg');
    background-attachment: fixed;
}
.our-supreme > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    color: #fff;
    padding: 50px 0 0;
    background: rgba(0, 0, 0, 0.62);
    margin-bottom: 50px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
    .our-supreme > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 575.99px)
{
    .our-supreme > h2
    {
        font-size: 2rem;
    }
}
.our-supreme > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 15%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .our-supreme > h2 hr
    {
        width: 22%;
    }
}
@media (max-width: 767.99px)
{
    .our-supreme > h2 hr
    {
        width: 25%;
    }
}
@media (max-width: 575.99px)
{
    .our-supreme > h2 hr
    {
        width: 30%;
    }
}
.our-supreme h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.our-supreme img {
  display: inline-block;
  width: 130px;
  height: 100px;
    cursor: pointer;
}
@media (max-width: 1199.99px)
{
    .our-supreme img
    {
        width: 110px;
    }
}
@media (max-width: 991.99px)
{
    .our-supreme img
    {
        width: 80px;
    }
}
@media (max-width: 767.99px)
{
    .our-supreme img
    {
        width: 57px;
    }
}
@media (max-width: 575.99px)
{
    .our-supreme img
    {
        width: 38px;
    }
}
.our-supreme .carousel {
  width: 100%;
  height: 120px;
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
  border: 2px solid #7c0000;
  box-shadow: 0 0 4px #000;
  margin: 0 auto;
  border-radius: 5px;
}
.our-supreme .holder {
  animation: carousel 20s ease-in-out infinite;
  white-space: nowrap;
  will-change: transform;
}
.our-supreme .holder:hover {
  animation-play-state: paused;
}
@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* End Our Awards And Shields */

/* Start FeedBack */
.feedbacks
{
    direction: ltr;
    background-image: url('../images/388394.jpg');
    background-attachment: fixed;
    background-size: cover;
}
.feedbacks .show
{
    display: block;
}
.feedbacks .active-feed
{
    filter: grayscale(0)!important;
    background-color: white;
}
.feedbacks .saudia-feedback,
.feedbacks .oman-feedback,
.feedbacks .algeria-feedback,
.feedbacks .libya-feedback,
.feedbacks .kuwait-feedback,
.feedbacks .france-feedback,
.feedbacks .iraq-feedback,
.feedbacks .yemen-feedback,
.feedbacks .sudan-feedback,
.feedbacks .turkey-feedback,
.feedbacks .morocco-feedback,
.feedbacks .palestine-feedback
{
    display: none;
}
.feedbacks > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    color: #fff;
    padding: 50px 0 0;
    background: rgba(0, 0, 0, 0.62);
    margin-bottom: 50px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
    .feedbacks > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 575.99px)
{
    .feedbacks > h2
    {
        font-size: 2rem;
    }
}
.feedbacks > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 20%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .feedbacks > h2 hr
    {
        width: 25%;
    }
}
@media (max-width: 767.99px)
{
    .feedbacks > h2 hr
    {
        width: 32%;
    }
}
@media (max-width: 575.99px)
{
    .feedbacks > h2 hr
    {
        width: 37%;
    }
}
.feedbacks h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.feedbacks ul
{
    text-align: center;
    direction: rtl;
}
.feedbacks ul li
{
    margin: 0 15px 15px 0;
    background: #d7d7d7;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.20), 0 15px 12px rgba(0, 0, 0, 0.20);
    filter: grayscale(1);
    transition: all .4s ease-in-out;
}
.feedbacks ul li:hover
{
    cursor: pointer;
    filter: grayscale(0);
    background-color: white;
}
.feedbacks ul li img
{
    width: 110px;
    height: 100px;
    border-radius: 50%;
}
@media (max-width: 1199.99px)
{
    .feedbacks ul li img
    {
        width: 80px;
        height: 70px;
    }
}
@media (max-width: 767.99px)
{
    .feedbacks ul li img
    {
        width: 60px;
        height: 50px;
    }
}
.feedbacks .testimonials .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: justify;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.20), 0 15px 12px rgba(0, 0, 0, 0.20);
}

.feedbacks .testimonials #egypt-testimonials .shadow-effect p,
.feedbacks .testimonials #saudia-testimonials .shadow-effect p,
.feedbacks .testimonials #oman-testimonials .shadow-effect p,
.feedbacks .testimonials #algeria-testimonials .shadow-effect p,
.feedbacks .testimonials #libya-testimonials .shadow-effect p,
.feedbacks .testimonials #kuwait-testimonials .shadow-effect p,
.feedbacks .testimonials #france-testimonials .shadow-effect p,
.feedbacks .testimonials #iraq-testimonials .shadow-effect p,
.feedbacks .testimonials #yemen-testimonials .shadow-effect p,
.feedbacks .testimonials #sudan-testimonials .shadow-effect p,
.feedbacks .testimonials #turkey-testimonials .shadow-effect p,
.feedbacks .testimonials #morocco-testimonials .shadow-effect p,
.feedbacks .testimonials #palestine-testimonials .shadow-effect p
{
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    font-family: 'Cairo', sans-serif;
}

.feedbacks .testimonials .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #ff0000;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    font-family: 'Cairo', sans-serif;
}

.feedbacks .testimonials #egypt-testimonials .item,
.feedbacks .testimonials #saudia-testimonials .item,
.feedbacks .testimonials #oman-testimonials .item,
.feedbacks .testimonials #algeria-testimonials .item,
.feedbacks .testimonials #libya-testimonials .item,
.feedbacks .testimonials #kuwait-testimonials .item,
.feedbacks .testimonials #france-testimonials .item,
.feedbacks .testimonials #iraq-testimonials .item,
.feedbacks .testimonials #yemen-testimonials .item,
.feedbacks .testimonials #sudan-testimonials .item,
.feedbacks .testimonials #turkey-testimonials .item,
.feedbacks .testimonials #morocco-testimonials .item,
.feedbacks .testimonials #palestine-testimonials .item
{
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feedbacks .testimonials #egypt-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #saudia-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #oman-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #algeria-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #libya-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #kuwait-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #france-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #iraq-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #yemen-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #sudan-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #turkey-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #morocco-testimonials .owl-item.active.center .item,
.feedbacks .testimonials #palestine-testimonials .owl-item.active.center .item
{
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.feedbacks .testimonials .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 150px;
    height: 150px;
    margin: 0 auto 17px;
    border-radius: 50%;
    box-shadow: 0 30px 38px rgba(0, 0, 0, 0.20), 0 30px 12px rgba(0, 0, 0, 0.20);
}
.feedbacks .testimonials .owl-carousel .owl-item img:hover,
.feedbacks .testimonials .testimonial-name:hover
{
    cursor: pointer;
}

.feedbacks .testimonials #egypt-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #egypt-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #saudia-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #saudia-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #oman-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #oman-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #algeria-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #algeria-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #libya-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #libya-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #kuwait-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #kuwait-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #france-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #france-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #iraq-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #iraq-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #yemen-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #yemen-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #sudan-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #sudan-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #turkey-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #turkey-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #morocco-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #morocco-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feedbacks .testimonials #palestine-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feedbacks .testimonials #palestine-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span
{
    background: #28CB75;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.feedbacks .testimonials #egypt-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #saudia-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #oman-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #algeria-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #libya-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #kuwait-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #france-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #iraq-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #yemen-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #sudan-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #turkey-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #morocco-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feedbacks .testimonials #palestine-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span
{
    background: #C4C4CC;
    display: block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.feedbacks .owl-carousel .owl-nav .owl-next,
.feedbacks .owl-carousel .owl-nav .owl-prev
{
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 7px 10px;
    background: #3e0202;
    display: inline-block;
    cursor: pointer;
    border-radius: .25rem;
    width: 100px;
    position: absolute;
    text-align: center;
    font-family: 'Cairo', sans-serif;
    transition: all .3s ease-in-out
}
.feedbacks .owl-carousel .owl-nav .owl-next:hover,
.feedbacks .owl-carousel .owl-nav .owl-prev:hover
{
    background: #d00000;
    box-shadow: 0 -10px 31px rgba(0, 0, 0, 0.30), 0 10px 18px rgba(0, 0, 0, 0.30);
    
}
.feedbacks .owl-carousel .owl-nav .owl-next:hover
{
    transform: translateX(20px);
}
.feedbacks .owl-carousel .owl-nav .owl-prev:hover
{
    transform: translateX(-20px);
}
.feedbacks .owl-carousel .owl-nav .owl-next
{
    right: 300px;
    top: 200px;
}
@media (max-width: 1199.99px)
{
    .feedbacks .owl-carousel .owl-nav .owl-next
    {
        right:160px;
    }
}
@media (max-width: 991.99px)
{
    .feedbacks .owl-carousel .owl-nav .owl-next
    {
        right:105px;
    }
}
@media (max-width: 767.98px)
{
    .feedbacks .owl-carousel .owl-nav .owl-next
    {
        right:5px;
        top: 170px;
    }
}
@media (max-width: 575.99px)
{
    .feedbacks .owl-carousel .owl-nav .owl-next
    {
        right: 57px;
    }
}
    
.feedbacks .owl-carousel .owl-nav .owl-prev
{
    top: 200px;
    left: 300px;
}
@media (max-width: 1199.99px)
{
    .feedbacks .owl-carousel .owl-nav .owl-prev
    {
        left: 160px
    }
}
@media (max-width: 991.99px)
{
    .feedbacks .owl-carousel .owl-nav .owl-prev
    {
        left: 105px
    }
}
@media (max-width: 767.98px)
{
    .feedbacks .owl-carousel .owl-nav .owl-prev
    {
        left: 5px;
        top:170px;
    }
}
@media (max-width: 575.99px)
{
    .feedbacks .owl-carousel .owl-nav .owl-prev
    {
        left: 48px;
    }
}
/* End FeedBack */

/* Start Count Stats */
#counter-stats
{
    background-image: url('../images/background.jpg');
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 50px;
}
#counter-stats > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    color: #fff;
    padding: 50px 0 0;
    background: rgba(0, 0, 0, 0.62);
    margin-bottom: 50px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
    #counter-stats > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 575.99px)
{
    #counter-stats > h2
    {
        font-size: 2rem;
    }
}
#counter-stats > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 25%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    #counter-stats > h2 hr
    {
        width: 30%;
    }
}
@media (max-width: 767.99px)
{
    #counter-stats > h2 hr
    {
        width: 40%;
    }
}
@media (max-width: 575.99px)
{
    #counter-stats > h2 hr
    {
        width: 48%;
    }
}
#counter-stats h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

#counter-stats .stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
    padding: 100px 0;
}
@media (max-width: 767.99px)
{
    #counter-stats .stats
    {
        padding: 30px 0;
    }
}

#counter-stats .stats .fa {
  font-size: 60px;
    cursor: pointer;
}

#counter-stats .stats .fa-facebook
{
    color: #3b5998;
}

#counter-stats .stats .fa-twitter
{
    color: #1da1f2;
}

#counter-stats .stats .fa-user
{
    color: #42e3ff;
}

#counter-stats .stats .fa-black-tie
{
    color: red;
}
#counter-stats .stats .fa-calendar
{
    color: #00ff97;
}
#counter-stats .stats .fa-certificate
{
    color: gold;
}
#counter-stats .stats .fa-handshake-o
{
    color: #fff;
}
#counter-stats .stats .fa-globe
{
    color: #3e6738
}
#counter-stats .counting
{
    font-family: 'Poiret One', cursive;
    color: white;
}
#counter-stats h5
{
    color: white;
    font-family: 'Cairo', sans-serif;
}
/* End Count Stats */

/* Start Our Media */
.our-media
{
    background-image: url('../images/vintage-camera.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 50px;
}
.our-media .row
{
    box-shadow: 0 -20px 31px rgba(0, 0, 0, 0.80), 0 19px 18px rgba(0, 0, 0, 0.80);
    border-radius: 10px;
    margin-bottom: 50px;
}
.our-media > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    color: #fff;
    padding: 50px 0 0;
    background: rgba(0, 0, 0, 0.62);
    margin-bottom: 80px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
    .our-media > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 575.99px)
{
    .our-media > h2
    {
        font-size: 2rem;
    }
}
.our-media > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 25%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .our-media > h2 hr
    {
        width: 35%;
    }
}
@media (max-width: 767.99px)
{
    .our-media > h2 hr
    {
        width: 50%;
    }
}
@media (max-width: 575.99px)
{
    .our-media > h2 hr
    {
        width: 58%;
    }
}
.our-media h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.our-media .last-video
{
    padding-top: 15px;
    padding-bottom: 10px
    
}
.our-media .last-video iframe
{
    width: 100%;
    height: 300px; 
    border-radius: 10px;
    box-shadow: 0 -20px 31px rgba(0, 0, 0, 0.80), 0 19px 18px rgba(0, 0, 0, 0.80);
}
.our-media .text-content
{
    background-color: #000000c7;
    width: 100%;
    height: 90%;
    margin-top: 15px;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    color: white;
    font-family: 'Cairo', sans-serif;
    box-shadow: 0 -20px 31px rgba(0, 0, 0, 0.80), 0 19px 18px rgba(0, 0, 0, 0.80);
}
@media (max-width: 991.99px)
{
    .our-media .text-content p
    {
        font-size: 1rem;
    }
}
.our-media .text-content h3
{
    padding-top: 10px;
    padding-bottom: 20px;
}

.our-media .text-content i
{
    color: red;
}

.our-media button
{
    border: none;
    background-color: #000000c7;
    border-radius: 10px;
    width: auto;
    display: inline-block;
    padding: 20px
}
.our-media button a
{
    text-decoration: none;
    color: white;
}
/* End Our Media */

/* Start Validation */
.validation
{
    padding-bottom: 100px;
}
.validation > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    color: #fff;
    padding: 50px 0 0;
    background: black;
    margin-bottom: 80px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
    .validation > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 767.99px)
{
    .validation > h2
    {
        font-size: 2rem;
    }
}
@media (max-width: 575.99px)
{
    .validation > h2
    {
        font-size: 1.5rem;
    }
}
.validation > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 35%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .validation > h2 hr
    {
        width: 50%;
    }
}
@media (max-width: 767.99px)
{
    .validation > h2 hr
    {
        width: 55%;
    }
}
@media (max-width: 575.99px)
{
    .validation > h2 hr
    {
        width: 60%;
    }
}
.validation h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.validation img
{
    width: 80%;
    box-shadow: 6px 6px 20px 0px black;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.validation a
{
    text-decoration: none;
}
.validation button
{
    border:none;
    background-color: transparent;
    outline: none;
    color: black;
    transition: all .2s ease-in-out;
    margin-top: 5%;
    width: 50%;
    margin: 0 auto;
}

.validation input
{
    display: block;
    width: 92%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #740000;
    border-radius: 0;
    text-align: center;
    color: #000;
    padding: 10px;
    margin: 8% auto;
}
.validation ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-align: center;
}
.validation ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-align: center;
}
.validation :-ms-input-placeholder { /* IE 10+ */
  color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-align: center;
}
.validation :-moz-placeholder { /* Firefox 18- */
  color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-align: center;
}
/* End Validation */

/* Start Subscribe */
.subscribe
{
    padding-bottom: 100px;
    background-image: url('../images/VoiceRaiser-Service-Email-Background1.jpg');
    background-attachment: fixed;
    background-size: cover;
}
.subscribe > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    color: #fff;
    padding: 50px 0 0;
    background: rgba(0, 0, 0, 0.62);
    margin-bottom: 80px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
    .subscribe > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 767.99px)
{
    .subscribe > h2
    {
        font-size: 2rem;
    }
}
@media (max-width: 575.99px)
{
    .subscribe > h2
    {
        font-size: 1.5rem;
    }
}
.subscribe > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 35%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .subscribe > h2 hr
    {
        width: 50%;
    }
}
@media (max-width: 767.99px)
{
    .subscribe > h2 hr
    {
        width: 55%;
    }
}
@media (max-width: 575.99px)
{
    .subscribe > h2 hr
    {
        width: 60%;
    }
}
.subscribe h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.subscribe form input:focus {
	outline: none;
}

.subscribe .ctr {
	display: block;
	position: relative;
	width: 70%;
    margin: 100px auto;
}
@media (max-width: 767.99px)
{
    .subscribe .ctr
    {
        width: 80%;
    }
}

.subscribe form .loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000078;
	width: 0%;
	z-index: 99;
	pointer-events: none;
	-webkit-transition: 3s all ease;
	transition: 3s all ease;
    border-radius: 10px
}

.subscribe form .loader.full {
	width: 100%;
}

.subscribe form .loader.done {
	background: #000000c7;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	height: 0;
}

.subscribe form input[type=email] {
    direction: ltr;
	line-height: 80px;
	width: 100%;
	font-size: 24px;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	color: blue;
	position: relative;
	z-index: 10;
	background: transparent;
	color: transparent;
	font-weight: 300;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
  font-family: 'Roboto', sans-serif;
}

.subscribe form input.full {
	pointer-events: none !important;
	width: 0%;
}

.subscribe form button
{
    border: none;
    background-color: #000000c7;
    border-radius: 10px;
    width: auto;
    display: inline-block;
    padding: 20px 40px;
    position: absolute;
    top: 130px;
    right : 37%;
}


.subscribe form .indicator {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 5px;
	background: #ff00007a;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 9;
  font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    font-family: 'Cairo', sans-serif;
}

.subscribe form .indicator:after {
	content: attr(data-content);
	position: absolute;
	top: -50px;
	left: 0;
	right: 15px;
	bottom: 0;
	color: #fff;
	-webkit-transition: inherit;
	transition: inherit;
	font-size: 20px;
	z-index: 999;
	text-align: right: ;
	font-weight: 300;
}

.subscribe form input:focus {
	color: white;
}

.subscribe form input:focus + .indicator {
	height: 100%
}

.subscribe form input.full:focus + .indicator {
	height: 5px;
	color: #e74c3c;
}

.subscribe form input:focus + .indicator:after {
	color: #fff;
}
/* End Subscribe */

/* Start Our Partners */
.our-partners .carousel-wrap {
  margin: 0 auto;
  padding: 20px 5%;
  width: 100%;
  position: relative;
  background-color: white;
  box-shadow: 0 -10px 31px rgba(0, 0, 0, 0.30), 0 10px 18px rgba(0, 0, 0, 0.30);
  border-radius: 10px;
}

/* fix blank or flashing items on carousel */
.our-partners
{
    direction: ltr;
    padding-bottom: 80px;
}
.our-partners > h2
{
    color: #fff;
    font-family: 'khyal',sans-serif;
    font-size: 3.5rem;
    color: #fff;
    padding: 50px 0 0;
    background: rgba(0, 0, 0, 0.62);
    margin-bottom: 80px;
    border: 1px solid rgb(146, 0, 0);
}
@media (max-width: 991.99px)
{
    .our-partners > h2
    {
       font-size: 2.5rem; 
    }
}
@media (max-width: 575.99px)
{
    .our-partners > h2
    {
       font-size: 2rem; 
    }
}
.our-partners > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 15%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .our-partners > h2 hr
    {
        width: 25%;
    }
}
@media (max-width: 767.99px)
{
    .our-partners > h2 hr
    {
        width: 30%;
    }
}
@media (max-width: 575.99px)
{
    .our-partners > h2 hr
    {
        width: 35%;
    }
}
.our-partners h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.our-partners .owl-carousel .owl-item img
{
    width: 130px;
    height: 120px;
    margin: 0 auto
}
.our-partners .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.our-partners .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.our-partners .owl-nav i {
  font-size: 52px;
  color: #3e0202;
  transition: all .3s ease-in-out
}

.our-partners .owl-nav i:hover
{
    color: red;
}

.owl-nav .owl-prev {
  left: -30px;
    transition: all .3s ease-in-out
}
@media (max-width: 767.99px)
{
    .owl-nav .owl-prev
    {
        left: -10px;
    }
}

.owl-nav .owl-prev:hover
{
    transform: translateX(-5px);
}

.our-partners .owl-nav .owl-next {
  right: -30px;
    transition: all .3s ease-in-out
}
@media (max-width: 767.99px)
{
    .our-partners .owl-nav .owl-next
    {
        right: -10px;
    }
}

.our-partners .owl-nav .owl-next:hover
{
    transform: translateX(5px);
}
/* End Our Partners */

/* Start Contact Us */
.contact-us
{
    box-shadow: 0 -10px 31px rgba(0, 0, 0, 0.30), 0 10px 18px rgba(0, 0, 0, 0.30);
}
.contact-us form #website
{
    display:none;
}
.contact-us .col-lg-6
{
    padding: 0;
}

.contact-us .contact
{
    padding-bottom: 27px;
}
.contact-us .contact > h2
{
    color: #000;
    font-family: 'khyal',sans-serif;
    font-size: 2.5rem;
    padding: 50px 0 0;
    margin-bottom: 80px;
}
@media (max-width: 991.99px)
{
    .contact-us .contact > h2
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 575.99px)
{
    .contact-us .contact > h2
    {
        font-size: 2rem;
    }
}
.contact-us .contact > h2 hr
{
    height: 30px;
    border-style: solid;
    border-color: red;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 25%;
    margin: 0 auto;
}
@media (max-width: 991.99px)
{
    .contact-us .contact > h2 hr
    {
        width: 30%;
    }
}
@media (max-width: 767.99px)
{
    .contact-us .contact > h2 hr
    {
        width: 35%;
    }
}
@media (max-width: 575.99px)
{
    .contact-us .contact > h2 hr
    {
        width: 40%;
    }
}
.contact-us .contact h2 hr:before
{
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.contact-us .contact form input[type=text],
.contact-us .contact form input[type=email],
.contact-us .contact form input[type=password],
.contact-us .contact form textarea
{
    border: none;
    box-shadow: none;
    margin: 40px auto;
    width: 80%;
    border-bottom: 1px solid #740000;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
    color: #000;
    padding:10px;
}

.contact-us .contact form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-align: center;
}
.contact-us .contact form ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-align: center;
}
.contact-us .contact form :-ms-input-placeholder { /* IE 10+ */
  color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-align: center;
}
.contact-us .contact form :-moz-placeholder { /* Firefox 18- */
  color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    text-align: center;
}
.contact-us .contact form input[type=email]
{
    text-align: left;
}
.contact-us .contact form textarea
{
    resize: none;
    height: 180px;
    text-align: right;
}

.contact-us .contact form .btn
{
    display: block;
    margin: 10px auto;
    color: #fff;
    padding: 20px 60px;
    cursor: pointer;
    font-family: 'Poiret One', cursive;
    font-size: 20px;
    background-color: #3e0202;
    font-family: 'khyal',sans-serif;
    transition: all .5s ease-in-out;
}
.contact-us .contact form .btn:hover
{
    background-color: red;
    color: #fff;
    box-shadow: 0 -10px 31px rgba(0, 0, 0, 0.30), 0 10px 18px rgba(0, 0, 0, 0.30);
}
/* End Contact Us */

/* Start Footer */
footer
{
    background-color: #000;
    padding: 18px;
    margin-top: -6px;
}

footer .social-icon i
{
    color: #ccc;
    margin-right: 20px;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

footer .social-icon .fa-mobile:hover
{
    color: aquamarine;
}

footer .social-icon .fa-facebook:hover
{
    color: #3b5998;
}

footer .social-icon .fa-twitter:hover
{
    color: #1da1f2;
}

footer .social-icon .fa-whatsapp:hover
{
    color: #25d366;
}

footer .social-icon .fa-tumblr:hover
{
    color: #35465c
}

footer .social-icon .fa-pinterest:hover
{
    color: #bd081c;
}

footer .social-icon .fa-instagram:hover
{
    color: #405de6;
}

footer .social-icon .fa-linkedin:hover
{
    color: #0077b5;
}

footer .social-icon .fa-youtube-play:hover
{
    color: #ff0000;
}

footer .social-icon img
{
    width: 100px;
    cursor: pointer;
    filter: grayscale(1);
    margin-right: 15px;
    transition: all .6s ease-in-out
}
footer .social-icon img:hover
{
    filter: grayscale(0);
}
footer span
{
    color: #b6b3b3;
    font-family: 'Indie Flower', cursive;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    font-size: 15px
}
/* End Footer */

/* Start Loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #030303;
}
.loader svg {
  display: none;
}
.loader .blobs {
  -webkit-filter: url(#goo);
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.loader .blobs .blob-center {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  background: #ff0010;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #ff0010;
  box-shadow: 0 -10px 40px -5px #ff0010;
}
.loader .blob {
  position: absolute;
  background: #ff0010;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
  animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}
.loader .blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader .blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader .blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loader .blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.loader .blob:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@-webkit-keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}
/* End Loader */