/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

.body-over{
    overflow-y: hidden !important;
}
/* Hide scrollbar for webkit-based browsers */
::-webkit-scrollbar {
    display: none;
}

/* ::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #2E495C;
    outline: 1px solid #fff;
    border-radius: 30px;
} */


::-moz-selection {
    background: #2E495C;
    color: #fff;
}


::selection {
    background: #2E495C;
    color: #fff;
}

::-moz-selection {
    background: #2E495C;
    color: #fff;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}
body {
    font: 20px 'JF-Flat', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #2E495C;
    overflow-x: hidden !important;
    overflow-y: hidden ;
    direction: rtl;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}
.body-overlay{
    background-color: rgba(52, 49, 75, .5);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    top: 0;
    z-index: 9;
}
@font-face {
    font-family: 'JF-Flat';
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype'),
    url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg');
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11 {
    float: right !important;
}
.no-padding{
    padding: 0 !important;
}
a, button, img , i, span , li{
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}
button{
    border: 0;
    color: #fff;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
li{ display: inline-block; }
.back{
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
}
.fixd-navbar .container{
    background: #fff;
}

.fixd-navbar ul.nav >li > a:hover ,.fixd-navbar ul.nav >li > a:focus, .fixd-navbar ul.nav >li > a:active{
    background-color: transparent !important;
}
.fixd-navbar .logo img { 
    max-height: 68px;
}
.scaleimg:hover{
    transform: scale(1.2);
}

/* start loading */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #2E495C;
}
.loader {
    position: relative;
    z-index: 9999999999;
}
.load-dots {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  filter: url('#goo');
  animation: rotate-move 2s ease-in-out infinite;
}

.l-dot { 
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.l-dot-3 {
  background-color: #A0711F;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.l-dot-2 {
  background-color: #13212a;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.l-dot-1 {
  background-color: #d9dada;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
  20% {transform: scale(1)}
  45% {transform: translateY(-18px) scale(.45)}
  60% {transform: translateY(-90px) scale(.45)}
  80% {transform: translateY(-90px) scale(.45)}
  100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-2-move {
  20% {transform: scale(1)}
  45% {transform: translate(-16px, 12px) scale(.45)}
  60% {transform: translate(-80px, 60px) scale(.45)}
  80% {transform: translate(-80px, 60px) scale(.45)}
  100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-1-move {
  20% {transform: scale(1)}
  45% {transform: translate(16px, 12px) scale(.45)}
  60% {transform: translate(80px, 60px) scale(.45)}
  80% {transform: translate(80px, 60px) scale(.45)}
  100% {transform: translateY(0px) scale(1)}
}

@keyframes rotate-move {
  55% {transform: translate(-50%, -50%) rotate(0deg)}
  80% {transform: translate(-50%, -50%) rotate(360deg)}
  100% {transform: translate(-50%, -50%) rotate(360deg)}
}

@keyframes index {
  0%, 100% {z-index: 3}
  33.3% {z-index: 2}
  66.6% {z-index: 1}
}



 /* Nav Icon */
#nav-icon1 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 10px;
    width: 30px;
    height: 40px;
    margin: 0 20px 0 0;
    z-index: 999;
    left: 13px;
    display: none;
}
#nav-icon1 span{
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #2E495C;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1:hover span , #nav-icon1:focus span , #nav-icon1.open span{
    background: #A0711F;
}
#nav-icon1 span:nth-child(1) {
    top: 12px;
}
#nav-icon1 span:nth-child(2) {
/*    top: 17px;*/
    display: none;
}
#nav-icon1 span:nth-child(3) {
    top: 23px;
}
/*
#nav-icon1.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
*/
#nav-icon1.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
}
#nav-icon1.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon1.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/*/////////////////*/
.navbar {
    width: 100%;
    top: 5px;
    z-index: 999;
    border-radius: 0;
    height: 140px;
    line-height: 50px;
}
.fixd-navbar {
    position: fixed ;
    top: 10px;
}
.navbar .container{
    /* border: 1px solid #fff; */
    padding: 0;
    width: 99%;
}
.fixd-navbar .container{
    box-shadow: 0 4px 5px 2px rgb(57 57 57 / 20%);
    border-radius: 5px;
}
        /* Nav Right */
/* .nav-right {
    border-left: 1px solid #fff;
} */
.logo { 
    width: 150px;
    max-height: 70px;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.logo img { 
    width: 100%;
    height: 100%;
    object-fit: contain;
}

       /* nav ul */
.navy { 
    text-align: center;
}
ul.nav >li {
	position: relative;
    display: inline-block;
    margin-left: 25px;
}
ul.nav >li > a {
	font-size: 18px;
    color: #2E495C ;
    font-weight: bold;
    padding: 0;
    position: relative;
}
ul.nav >li > a:hover ,ul.nav >li > a:focus, ul.nav >li > a:active{
    background-color: transparent !important;
}
ul.nav >li > a:after , .nav.cf li.active a:after{
    position: absolute;
    bottom: 12px;
    right: 0;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #A0711F;
    transition: all 0.3s;
}
ul.nav >li > a:hover::after ,ul.nav >li > a.active:after , .nav.cf li.active a:after{
    opacity: 1;
    width: 100%;
}
ul.nav li i { padding-right: 5px; }

ul.nav li a:hover, ul.nav li:hover > a, ul.nav li:hover > i , .nav.cf li.active a{
	color: #A0711F !important;
    background-color: transparent;
}
/*
.nav.cf li.active a{
    color: orange;
    border: 2px solid orange
}
*/
ul.nav li ul {
    margin: 0;
    position: absolute;
    min-width: 200px;
    padding: 10px 40px;
    background-color: #fff;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
ul.nav li ul a{ color: #2e4961  !important; }
ul.nav ul li {  display: block;  position: relative; }
ul.nav li:hover > ul { opacity: 1; visibility: visible; left: 0; }
ul.nav li > ul  ul { 
    top: 0;
    left: 90%;
    box-shadow: 0 3px 7px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.6);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.6);
    -o-box-shadow: 0 3px 7px rgba(0,0,0,.6);
    -ms-box-shadow: 0 3px 7px rgba(0,0,0,.6);
}
ul.nav li > ul li:hover ul { left: 100%; }

        /********/

/* Navbar Left */
/* .nav-left {
    border-right: 1px solid rgba(46 ,73 ,92 ,.2);
} */
.nav-left a{
    vertical-align: middle;
}
.nav-left i{
    font-size: 25px;
    color: #fff;
}
.nav-left:hover i {
    color: #A0711F ;
}
.nav-lang{

}
ul.nav >li > .lang-a{
        color: #999999;
font-weight: bold;
}
/*End Navbar*/

/* Start Header */
/*
.slider-head{
    position: relative;
}
*/
.header{
    height: 100vh;
    /* background-color: #cbd3d6; */

} 
.header .row{
    display: flex;
    align-items: center;
}
.book_cover{

}
.book_cover .image{
    max-width: 100%;
    object-fit: contain;
    max-height: 555px;    
}
/* Start Caption */
.caption{
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.caption h3{
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 8px 0;
    width: max-content;
    margin: 0 auto;
}
.caption p{
    font-size: 17px;
    height: auto;
    word-break: break-word;
    margin: 20px auto 0 auto;
    text-align: justify; 
}
/* End Caption */

/*Start Features*/
.features{
    padding: 40px 0;
}
.features img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    padding: 15px;
}
.f-img{
    border: 2px solid transparent;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.h2-after{
    color: #2f3035;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin-bottom: 50px;
    width: max-content;
    margin: 0 auto 40px auto;
}
.h2-after:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 2px solid #2E495C;
    width: 100%;
    bottom: -30px;
    margin: 0 auto;
}
.h2-after:after{
    content: "";
    position: absolute;
    right: 20px;
    border-bottom: 2px solid #A0711F;
    width: 20%;
    bottom: -30px;
}
.feat {
    padding: 40px;
    min-height: 300px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.feat:hover{
    box-shadow: 0px 0px 27px 6px rgba(0, 0, 0, 0.08);
    transform: scale(1.1, 1.1);
}
.feat:hover .f-img{
    
    border: 2px solid #A0711F;
}

.feat:hover i{
    border: 1px solid #30a6c4;
    border-radius: 20px 0px 20px 0px;
}
.features i{
    font-size: 36px;
    width: 80px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    display: inline-block;
    border: 1px solid #fff;
}
.features h3{
    color: #2f3035;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 20px;
}
.features p{
    color: #7F7D8E;
    font-size: 14px;
    line-height: 25px;
}
/*End Features*/


/*Start Services*/
.services{
    background-image: url(../img/slide-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
    
    text-align: center;
    padding: 30px 0;
}
.services .header-overlay{
    z-index: 0;
}
.flip-card .card-front,
.flip-card .card-back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.flip-card .card-front {
  -moz-transform: perspective(300) rotateY(0);
  -webkit-transform: perspective(300) rotateY(0);
  transform: perspective(300) rotateY(0);
}
.flip-card .card-back {
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-card:hover .card-front {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -moz-transform: perspective(300) rotateY(180deg);
  -webkit-transform: perspective(300) rotateY(180deg);
  transform: perspective(300) rotateY(180deg);
}
.flip-card:hover .card-back {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-transform: perspective(300) rotateY(0deg);
  -webkit-transform: perspective(300) rotateY(0deg);
  transform: perspective(300) rotateY(0deg);
}

/*** Just for show... ***/
.flip-card {
    text-shadow: 1px 1px 0 rgba(14, 85, 143, 0.8);
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    min-width: 260px;
    min-height: 260px;
    position: relative;
    display: block;
    margin: 15px 0;
        color: #fff;
}
.flip-card .card-front,
.flip-card .card-back {
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 7px #A0711F;
    -webkit-box-shadow: 1px 1px 7px #A0711F;
    box-shadow: 1px 1px 7px #A0711F;
    padding: 35px 0;
    font-size: 16px;
    border-radius: 10px;
}
.flip-card .card-front {
  background-color: #fff;
    cursor: pointer;
}
.flip-card .card-back {
    -moz-box-shadow: 0 0 20px #A0711F inset;
    -webkit-box-shadow: 0 0 20px #A0711F inset;
    box-shadow: 0 0 20px #A0711F inset;
    background-color: #2E495C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.card-front img{
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 15px auto;
    text-align: center;
    object-fit: cover;
}
/*End Services*/


/*Start Showcase*/
.showcase {
    min-height: 460px;
    padding: 30px 0;
    background: #2E495C;
    position: relative;
}
.showcase .h2-after , .services .h2-after{
    color: #fff;
}

/****************************/
.bee3D--effect__wave .bee3D--inner{
    background-color: #fff;
}
.demo-text img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    max-width: 250px;
    margin-inline: auto;
}
.demo-text {
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}
.demo-title {
    color: #fff;
}
.bee3D--nav__next , .bee3D--nav__prev{
    background-image: none;
    color: #fff;
    font-size: 32px;
    border: 1px solid #fff;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 9;
}
.bee3D--nav__next:hover , .bee3D--nav__prev:hover{
    background-color: #fff;
}
.bee3D--nav__next:hover i, .bee3D--nav__prev:hover i{
    color: #2E495C;
}
.bee3D--effect__arc .bee3D--inner , .bee3D--effect__arc{
    background: transparent;
    /* overflow: hidden; */
}
.bee3D--effect__arc .bee3D--before-1 {
    -webkit-transform: translateX(-350px) translateY(75px) rotateZ(-8deg) scale(.8);
    transform: translateX(-240px) translateY(0px) rotateZ(0deg) scale(.7);
    opacity: .5;
}
.bee3D--slide {
    width: 212px;
    height: 180px;
    margin-left: -156px;
    margin-top: -90px;
}
.bee3D--effect__arc .bee3D--after-1 {
    -webkit-transform: translateX(240px) translateY(0px) rotateZ(0deg) scale(.7);
    transform: translateX(240px) translateY(0px) rotateZ(0deg) scale(.7);
    opacity: .5;
}
.bee3D--effect__arc .bee3D--after-2 {
    -webkit-transform: translateX(540px) translateY(0px) rotateZ(0deg) scale(.6);
    transform: translateX(540px) translateY(0px) rotateZ(0deg) scale(.6);
    opacity: .3;
}
.bee3D--effect__arc .bee3D--before-2 {
    -webkit-transform: translateX(-485px) translateY(40px) rotateZ(-14deg) scale(.6);
    transform: translateX(-485px) translateY(40px) rotateZ(-14deg) scale(.6);
    opacity: .3;
}
.bee3D--effect__arc .bee3D--after-2 {
    -webkit-transform: translateX(485px) translateY(0px) rotateZ(0deg) scale(.6);
    transform: translateX(485px) translateY(0px) rotateZ(0deg) scale(.6);
    opacity: .3;
}
/*End Showcase*/


/*Start TESTIMONIAL*/
.testimonial{
/*
    background-image: url(../img/testi-bg.jpg);
    background-position: center center;
*/
/*    background-attachment: fixed;*/
/*    background-repeat: no-repeat;*/
    position: relative;
/*    background-size: cover;*/
    overflow: hidden;
    
    text-align: center;
    padding: 30px 0;
}
.star-icons i{
    font-size: 18px;
    color: #f1b922;
}
.testimonial #owl-demo-3 p {
    color: #726a84;
    width: 70%;
    margin: 10px auto;
    font-size: 16px;
}
.testimonial #owl-demo-3 h3 {
    color: #2E495C;
}
.testimonial .fa-quote-left{
    color: #2E495C;
    font-size: 38px;
    margin:20px auto;
    text-align: center;
    display: table;
}
.testimonial #owl-demo-3 span{
    color: #b5aec4;
}
.testimonial #owl-demo-3 {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    direction: ltr;
}
.testimonial #owl-demo-3 .owl-dot {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    border-radius: 5px;
}
.testimonial #owl-demo-3 .owl-dot.active{
    width: 20px;
    height: 4px;
    background-color: #30a6c4;
}
.testimonial .bookmarks .test img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 10px;
    object-fit: cover;
}
.testimonial .bookmarks .active img {
    border-color: #A0711F;
}

    /* Bookmarks */
.bookmarks {
    text-align: center;
    padding-top: 30px;
}
.bookmarks li{
    margin: 0 15px;
}
.bookmarks .active{
    transform: scale(1.5);
}

        /* Owl Nav */

#owl-demo-3 .owl-prev{
    left: 28%;
    position: absolute;
    top: 127%;
    line-height: 40px;
}
#owl-demo-3 .owl-next{
    right: 28%;
    position: absolute;
    top: 127%;
    line-height: 40px;
}
#owl-demo-3 .owl-prev i , #owl-demo-3 .owl-next i {
    opacity: .6;
    font-size: 30px;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    padding: 5px 8px;
    color: #2E495C;
}
#owl-demo-3 .owl-prev:hover i , #owl-demo-3 .owl-next:hover i {  
    opacity: 1;
    color: #A0711F;
}
/*End TESTIMONIAL*/


/*Start Download*/
.download{
/*    background-color: #e6dbee;*/
    position: relative;
    overflow: hidden;
    padding: 100px 0 0;
    perspective: 600px;
}
    /* Left */
.download-txt{
    position: absolute;
    right: 0;
    left: 0;
    top: 100px;
}
.download-txt p { 
    line-height: 2;
    color: #726a84;
    text-align: justify;

}
.download-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    margin-top: 35px;
}
.download-list li a{
    background: transparent;
    display: inline-block;
    border: 2px solid #2E495C;
    height: 55px;
    padding: 7px 0;
    line-height: 35px;
    border-radius: 35px;
    width: 160px;
    font-size: 16px;
    font-weight: bold;
}
.download-list li a p {
    line-height: 1 !important;
    margin: 0;
    color: #2E495C;
    display: inline-block;
}
.download-list i {
    width: 30px;
    font-size: 22px;
    color: #2E495C;
    font-size: 25px;
}
.download-list li a:hover , .download-list li a:focus {
    background: #2E495C;
    color: #fff;
}
.download-list li a:hover i , .download-list li a:focus i , 
.download-list li a:hover p , .download-list li a:focus p{
    color: #fff;
}

    /* Right */
.download-mob{
    position: relative;
}
.download-mob:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    background-color: #A0711F;
    width: 600px;
    height: 480px;
    -webkit-clip-path: circle(50% at 83% 50%);
/*    background:linear-gradient(to left, #A0711F, #f1c382, #2E495C, #927cc8);*/
    background-color: #A0711F;
    clip-path: circle(50% at 83% 50%);
    z-index: -1;
}
.cover-mob{
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    width: 714px;
    height: 597px;
    transform: translateY(-87px);
}
.mob{
    position: absolute;
    width: 224px;
    height: 445px;
    right: 0;
    left: 0;
    top: 28.2px;
    margin: 0 auto;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    object-fit: cover;
    z-index: 9;
}
.images-mob{
    transform: rotateY(-41deg);
    z-index: 9;
    overflow: hidden;
    max-height: 500px;
    border-top-left-radius: 30px;
}
/*End Download*/


/*Start Contact*/
.contact{
    background-color: #fff;
    padding: 50px 0;
}
form{
    background-color: #fff;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}
form .field {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}
form .field label {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  background: #2E495C;
    color: #fff;
  width: 100%;
  padding: 10px 15px;
  letter-spacing: 0.075em;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
    font-weight: 100;
    border-radius: 10px;
}
/*
form .field label + span {
  opacity: 0;
  color: white;
  display: block;
  position: absolute;
  top: 12px;
  left: 7%;
  font-size: 2.5em;
  text-shadow: 1px 2px 0 #cd6302;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}
*/
form .field input[type="text"],
form .field textarea {
    border: none;
    background: #A0711F;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    padding-right: 20.5%;
    color: #313A3D;
    letter-spacing: 0.05em;
    border-radius: 10px;
}
form .field input[type="text"]::placeholder ,
form .field textarea::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  form .field input[type="text"]::-ms-input-placeholder , /* Edge 12-18 */
  form .field textarea::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
  }
form .field input[type="text"]#msg,
form .field textarea#msg {
  height: 42px;
  resize: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
    border-radius: 10px;
}
form .field input[type="text"]:focus, form .field input[type="text"].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}
form .field input[type="text"]:focus#msg, form .field input[type="text"].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
/*  padding-bottom: 150px;*/
        height: 120px;
}
form .field input[type="text"]:focus + label, form .field input[type="text"].focused + label,
form .field textarea:focus + label,
form .field textarea.focused + label {
  width: 18%;
  background: #2E495C;
  line-height: 1;
  height: 120px;
}
form .field input[type="text"].focused + label,
form .field textarea.focused + label {
  color: #2E495C;
}
form .field:hover label , form .field:focus label {
  width: 18%;
  background: #2E495C;
    color: #fff !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
form input[type="submit"] {
  background: #A0711F;
  color: white;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 13px 50px;
  letter-spacing: 0.1em;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
    border-radius: 10px;
}
form input[type="submit"]:hover , form input[type="submit"]:focus{ 
  opacity: .9;
}

/*End Contact*/


.wrapper {
    min-height: 100vh; /* يضمن أن الصفحة تأخذ الطول الكامل */
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1; /* يدفع الفوتر للأسفل */
}

.footer-container {
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.footer {
    padding: 40px 0 30px;
    position: relative; /* Ensures it stays at the bottom of the page, NOT fixed */
    overflow: visible;
    width: 100%;
    z-index: 9999;
}
/*Start Footer*/


.footer-img{
    height: 150px;
    margin: 10px auto;
}
.footer-img a{
    width: max-content;
    height: 100%;
    display: block;
    text-align: center;
    margin-inline: auto;
}
.footer-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    min-width: 0px;
    min-height: 150px;
}
img.team-img , img.team-img-2{
    width: 80px;
}
img.team-img-2 {
    position: absolute;
    top: -30px;
    left: 22%;
}
img.team-img {
    position: absolute;
    top: -30px;
    right: 23%;
}

/*Search box*/
/*

form.search {
    width: 50%;
    margin: auto;
    position: relative;
}
.search .form-control {
    padding: 26px;
    border-radius: 0;
}
.footer span {
    font-size: 16px;
}
.search .btn-primary {
    background-color: #A0711F;
    position: absolute;
    width: 34%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
}
*/
/*Dashed bg*/
.dashed-bg{
    margin-top: 30px;
}
.dash a
{
    color: #2E495C;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px dashed;
    margin: 7px;
    font-size: 18px;
    transform: rotate(45deg);
}
.dash a i {
    transform: rotate(-45deg);
}
.dash a:hover {
    border-radius: 50%;
    background-color: #A0711F;
    color: #fff;
}
/*End Footer*/

/*Start Copyright*/
.copyright{
    border-top: 1px solid #fff;
    padding: 8px 0 0;
    margin: 20px 0 0 0;
    color: #726a84;
}
.copyright p a{
    color: #2E495C;
    text-decoration: none;
}
.copyright p a:hover{
    color: #A0711F;
}

/*Scroll-Top*/
#scroll-top {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    background: #2E495C;
    font-size: 25px;
    color: #fff;
    opacity: .6;
}
#scroll-top:hover , #scroll-top:focus{
    opacity: 1;
}
/***********/
.btn-wrap{
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}
.btn{
    text-decoration: none;
  color: #fff;
  padding: 0.9rem 2.5rem;
  border-radius: 0.9rem;
  transition: transform 100ms;
  background-color: #2E495C;
  box-shadow: 0 0 0 1px #2E495C inset; 
  max-width: max-content; 
}

.btn::selection {
    background-color: transparent;
  }
  .btn:hover {
    transform: scale(1.05);
    cursor: pointer;
    background-color: #fff;
    color: #2E495C;
  }
  .btn:active {
    transform: scale(0.95);
  }


/* Media Screen */

@media (min-width: 320px) and (max-width: 1124px){
    ul.nav >li > a {
        font-size: 14px;
    }
    ul.nav >li {
        margin-left: 15px;
    }
}
@media (min-width: 320px) and (max-width: 1199px){
    /* Showcase */
    div#carousel ~ span {
        margin: -25% 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
   
}

@media (min-width: 320px) and (max-width: 991px){
    ul.nav >li { margin-left: 5px; }
    ul.nav >li > a { font-size: 12px;
    }
    .header-txt {
        position: static;
        transform: none;
        text-align: center;
    }
    .header #owl-demo .item {
        width: auto; 
        display: flex;
        justify-content: center;
        background-position: center;
    }
    .header #owl-demo {   width: 100%; }
    #owl-demo img { 
        margin-left: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .owl-dots { margin-left: 0; }
    
    .feat {  padding: 40px; }
    
    /* Showcase */
    div#carousel ~ span {
        margin: -37% -21px;
    }
    
    /* Testimonials */
    .testimonial #owl-demo-3 p { width: auto; }
    #owl-demo-3 .owl-prev { left: 20%;  }
    #owl-demo-3 .owl-next { right: 20%;  }
    
    /* Download */
    .download {
        padding: 15px 0;
    }
    .download .h2-first{
        display: block !important;
    }
    .download-txt .h2-after{
        display: none !important;
    }
    .download-mob:after{
        display: none !important;
    }
    .images-mob {
        transform: none;
        border-top-left-radius:0;
    }
    .download-txt {
        position: static;
        padding-top: 20px;
    }
    
    /* Contact */
    form{
        background-color: transparent;
        padding: 0;
        border-radius: 0;
            width: 100%;
    }
    
    
}
@media (min-width: 320px) and (max-width: 767px){
    ul.nav >li > a {
        font-size: 14px;
        color: #fff;
    }

    .nav-right , .nav-left{
        border: 0;
    }
    .logo {
            margin: -9px 30px -7px 0;
    float: right;
    width: 90px;
    }
    
    #nav-icon1 { 
        display: block;
        float: left;
    }
    .navy{
        position: fixed ;
        top: 0px;
        left: 0;
        background-color: #2E495C;
        width: 280px;
        height: 100%;
        margin: 0;
        transition:all 0.5s ease-in-out;
        -webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        -ms-transition:all 0.5s ease-in-out;
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        z-index: 99;
        text-align: left;
        opacity: 1;
    }
   
    ul.nav {
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%, -50%);
       -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
        opacity: 1;
    }
    ul.nav li {
        display: block;
        margin: 0;
        line-height: 3;
        text-align: center;
    }
    ul.nav >li > a:after { bottom: 0 !important;  }
    .nav-left {
        position: absolute;
        top: -60px;
        right: 0;
        left: 0;
        width: min-content;
        margin: 0 auto;
    }
   
    
    .header {
        text-align: center;
        height: auto;
}
.book_cover {
    margin-bottom: 2rem;
}
.book_cover .image {
    max-height: 240px;
}
.header .row{
    flex-direction:column-reverse;
}
.caption {
    min-height: auto;
    padding-bottom: 1rem;
}
.caption , .caption p{
    width: 100%;
    margin: 0 auto;
}
.caption p {
    line-height: 1.4;
}
    /* Showcase */
    .showcase {
        min-height: 360px;
    }
    div#carousel ~ span {
        margin: 0;
    }
    /* Testimonials */
    .testimonial .bookmarks .test img {
        width: 50px !important;
        height: 50px !important;
    }
    .bookmarks li {  margin: 0 7px; }
    #owl-demo-3 .owl-prev { left: 16%; top: 113%; }
    #owl-demo-3 .owl-next { right: 16%;top: 113%;  }
    
    /* Download */
    .download-list{ 
        display: block;
        margin: 0;
    }
    .download-list li {
        margin-bottom: 15px;
        display: block;
    }
    .download-list li a {
        display: block;
        margin: 0 auto;
    }
    
    /* Contact */
    form .field:hover label, form .field:focus label{
        font-size: 11px;
        height: 42px;
        width: 22% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    form .field input[type="text"], form .field textarea {
        padding-right: 24%;
    }
    form .field {
        border: 1px solid #b6a7a7;
    }
    form .field textarea#msg {
    height: 36px;
    }
    
    /* Footer */
    form.search {
        width: 100%;
    }
    .footer p{
        float: none !important;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 599px){
    .screenshot .owl-item , .screenshot .owl-carousel  .center ~ .owl-item { transform: none;}
    .screenshot .owl-item img {
        width: 220px;
        margin: 0 auto;
    }
}


@media (min-width: 320px) and (max-width: 480px){
   h1, h2 , h3, h4{
        font-size: 16px !important;
        line-height: 1.5;
    }
    p , span , li , select , a{
        font-size: 14px !important;
    }
    
    
    #owl-demo .owl-dot {
        margin: 10px 20px;
    }
    #owl-demo .owl-dot.active:nth-child(3):after {
        width: 100px !important;
        left: -105px !important;
    }
    #owl-demo .owl-dot.active:last-child:after {
        width: 163px !important;
        left: -166px !important;
    }
    .owl-dots:after {
        width: 163px;
    }
    #owl-demo .owl-dot:after {
        left: -48px;
    }
    #owl-demo .owl-dot.active:after {
        width: 45px;
    }
    
    
    /* Showcase */
    div#carousel ~ span {
        margin: 0;
        font-size: 30px !important;
    }
    figure#spinner img {
        width: 310px;
        left: 0px;
    }
    /* Testimonials */
    #owl-demo-3 .owl-prev { left: 6%;  }
    #owl-demo-3 .owl-next { right: 6%;  }  
    .testimonial .fa-quote-left { margin: 10px auto; }
    
    /* Download */
    .cover-mob { width: 290px; 
        max-height: 320px;
        transform: none;}
    .mob { width: 257px; }
    .footer h2 { font-size: 22px !important; }
    
    /* Footer */
    img.team-img{
        right: 2%;
    }
    img.team-img-2{
        left: 2%;
    }
    .footer p{
        font-size: 11px !important;
    }
    
}