ul {list-style: none;}
a:hover{text-decoration: none;} a{text-decoration: none;} a:active{text-decoration: none;} a:foucs{text-decoration: none;}
img {max-width: 100%;}
/* Font Family */
@font-face {
    font-family: 'CoconBold';
    src: url("../fonts/CoconBold.otf"); }

@font-face {
    font-family: 'CoconLight';
    src: url("../fonts/CoconLight.otf"); }

body {padding: 0;margin: 0; font-family: 'CoconLight'; text-align: right;}

header {
    padding: 4px 0px;
    width: 100%;
    background: #fff;
    display: flow-root;
}
header .logo {
    padding-top:  10px;
    float:  right;
}
header .nav_bar {
    float: left;
    margin-top: 50px;
}

header .nav_bar ul li {
    display: inline-block;
    padding: 12px 9px;
    position: relative;
    transition: all 0.5s;
}
header .nav_bar ul li a {
    color:  #461b0e;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

header .nav_bar ul li a:hover{
    color: #f58220;
}

#submenu {
    display: none;
    position: absolute;
    border-radius: 4px;
    width: 259px;
    right: 0;
    left: 0;
    padding: 22px;
    z-index: 99;
    text-align: right;
    background-color: #0c58bd;
    margin: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
li:hover ul#submenu {
	display: block;
	top: 40px;	/* adjust this as per top nav padding top & bottom comes */
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
#submenu li {padding: 10px 0px;border-bottom: 1px solid #6595d561;width: 100%;}
#submenu a:hover {
}
#submenu a {color: #fff;}

#submenu a:hover{
    color: #ffa04f;
}

#submenu:after {
    content: '';
    position: absolute;
    width: 15px;
    right: 28px;
    height: 14px;
    -webkit-clip-path: polygon(50% -2%, -41% 100%, 140% 100%);
    clip-path: polygon(50% -2%, -41% 100%, 140% 100%);
    top: -5px;
    background-color: #0c58bd;
}

/* start slider */
.slider {
    background-size: cover !important;
    width: 100%;
    background-repeat: no-repeat;
    text-align: right;
}
.swiper-container, .swiper-container2 , .swiper-container3 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.slider .slider-content {
    width: 100%;
    text-align: right;
    padding: 30px 0px 0px 0px;
}

.slider .slider-content h3 {
    font-size: 24px;
    color:#fff;
}

.slider .slider-content h1 {
    font-size: 47px;
    color:#f58220;
    margin: 0;
    font-family: 'CoconBold';
}

.slider .slider-content p {
    font-size: 36px;
    color:#fff;
    margin-top: 35px;
}

.slider .img-slider {
    float: left;
    width: 50%;
}

.details-text {
    float: right;
    margin-top: 170px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    color:#000;
    background-color: #fa6d06;
    width: 24px;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
}

.swiper-pagination-bullet-active {
    background-color: #fa6d06 !important;
    border-radius: 0;
    width: 20px;
    height: 1px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 1px;
    display: inline-block;
    border-radius: 0;
    background: #000000b5;
    opacity: 1 !important;
}



/* End Slider */

.about {
    padding: 90px 0;
}

.about .img-about {
    float: right;
    width: 35%;
    border-radius: 4px;
    overflow: hidden;
}

.about:hover img {
    transform: scale(1.2);
}

.about:hover img {
    transition: all 1s ease-in-out;
}

.about .about-parg {
    float: right;
    margin-right: 3%;
    width: 50%;
    text-align: right;
}

.about .about-parg h1 {
    font-size: 24px;
    color: #083f88;
    font-family: 'CoconBold';
}

.about .about-parg .box-text1 {
    float: right;
}

.about .about-parg .box-text2 {
    float: left;
}

.about .about-parg ul {
    padding: 0;
    margin: 0;
}

.about .about-parg ul li {
    margin-bottom: 10px;
}

/* End About */

.works {
    background-color: #f4f4f4;
    padding: 60px 0px;
}

.title {}

.title h1 {
    font-size: 34px;
    color: #f58220;
    font-family: 'CoconBold';
    position: relative;
    display: inline-block;
}

.title h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: 0 auto;
    width: 34px;
    height: 1px;
    background-color: #f58220;
}

.title h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -22px;
    right: 0;
    margin: 0 auto;
    width: 34px;
    height: 1px;
    background-color: #f58220;
}

.works .box {
    margin-top: 30px;
    width: 100%;
    padding: 30px 30px;
    box-shadow: 0px 0px 9px 1px #54545414;
    -webkit-box-shadow: 0px 0px 9px 1px #54545414;
    -moz-box-shadow: 0px 0px 9px 1px #54545414;
    -o-box-shadow: 0px 0px 9px 1px #54545414;
    background-color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.works a:hover .box {background-color: #f58220;}
.works a:hover h2 {color: #fff;}
.works a:hover p {color: #fff;}
.works a:hover i {color: #fff;}
.works a:hover i.flaticon {color: #fff;}

.works .box img {}

.works .box h2{
    font-size: 21px;
    color: #000;
    font-family: 'CoconBold';
    margin-top: 20px;
}

.works .box p {
    color: #4f4f4f;
    font-size: 13px;
}

.works .box i{
    color: #f58220;
}

.works .box i.flaticon{
    color: #a2a2a2;
    font-size: 50px;
}


.works .box i.flaticon:before {
    color: #656564;
    font-size: 45px;
}

/**/
.courses {
    background-color: #002d67;
    padding: 60px 0px;
}

.content-course-box {
    padding: 40px 0;
}

.courses .course {
    text-align: right;
}

.courses .course .img-course {}

.courses .course .img-course img {
    width: 100%;
    max-width: 100%;
}

.courses .course h2 {
    font-size: 18px;
    color: #f58220;
    margin-top: 20px;
}

.courses .course p {
    font-size: 13px;
    color: #fff;
}

.courses .course a {
    color: #f58220;
    font-size: 16px;
}

.courses .course a:hover {
    color: #000;
}

.courses .course a:after {}



/**/
.media { padding: 60px 0; }

.media .medias .img-media {
    position: relative;
}
/*
.media .medias .img-media img {
    width: 100%;
    max-width: 100%;
} */
.media .medias .img-media img {
    width: 100%;
    max-width: 100%;
    max-height: 360px;
    min-height: 290px;
}
.media .medias .h2-pos {
    background-color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    margin-bottom: 21px;
    bottom: -45px;
    box-shadow: -6px 0px 9px 1px #54545414;
    -webkit-box-shadow: 0px 0px 9px 1px #54545442;
    -moz-box-shadow: 0px 0px 9px 1px #54545414;
    -o-box-shadow: 0px 0px 9px 1px #54545414;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.media .medias h2 {
    color: #000;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    /* font-family: 'CoconBold'; */
}

.swiper-wrapper2 {
    margin: 50px 0;
}


.medias a:hover .h2-pos {
    background-color: #f58220;
}


/**/
footer {
    background: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    padding-top: 40px;
    background-size: cover;
}

footer .title-footer {
    text-align: right;
    color: #fff;
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 40px;
    font-family: 'CoconBold';
}

footer .contact-form {
    text-align: right;
}

footer .contact-form form {
    width:100%;
}

footer .contact-form form input {
    width: 100%;
    border: 1px solid #2e3e57;
    background-color: #0000;
    padding: 14px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 4px;
}

footer .contact-form form textarea {
    width: 100%;
    border: 1px solid #2e3e57;
    background-color: #0000;
    padding: 14px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 4px;
    min-height: 110px;
}

footer .contact-form form button {
    background-color: #f58220;
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 4px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

footer .contact-form form button:hover{
    background-color: #002d67;
}

footer .social-media {
    margin-top: 63%;
}

footer .social-media img{
    margin-bottom: 20px;
}

footer .social-media ul {
    margin: 0;
    padding: 0;
}

footer .social-media ul li {
    display: inline-block;
    padding: 0 7px;
}

footer .social-media ul li a {}

footer .social-media ul li a i {
    font-size: 21px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

footer .social-media ul li a i:hover {
    color: #fa6d06;
}


footer .twitter-box {
    max-height: 315px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/**/
.copyright {
    border-top: 1px solid #193962;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
}



















/* rwsponsive */
.icon_menu { display: none;}

.icon_menu i {
    font-size: 25px;
    color: #461b0e;
    margin-top:  60px;
    cursor: pointer;
    margin-left:  10px;
}

.over_hid i {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    float: right;
}

/* scroll */



#scroll-me-all-night-long {
    overflow: auto;
  }

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    border: 0 solid #654033;
  }
  ::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
  }
  ::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
  }

  ::-webkit-scrollbar-thumb {
    border: 0px solid #654033;
    border-radius: 30px;
  }
  ::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
  }
  ::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
  }
  ::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
  }


  /* back to top */
  #button {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button:hover {
    cursor: pointer;
  }
  #button:active {
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }







/** pages **/

/* .title-pages {
    text-align: right;
    background:url("../images/slider-1.jpg") no-repeat fixed;
    padding: 50px 0;
} */
.title-pages {
    text-align: right;
    background: url(../images/slider-1.jpg) no-repeat fixed;
    padding: 50px 0;
    background-size: cover;
}
.title-pages h1 {
    color: #fff;
    font-size: 30px;
}

.title-pages a {
    font-size: 19px;
    color: #000;
}

.content-pages {
    padding: 50px 0;
}
/*********/
.about-parg2 {
    width: 100% !important;
    margin-right: 0 !important;
    direction: rtl;
    display: contents;
}

/**/
.gussetbook {padding: 30px 0; }

.video-gusstet {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ececec;
}

.video-gusstet h1 {
    text-align: right;
    color: #000;
    margin-top: 0;
}

.video-gusstet .box-video {
    margin-bottom: 30px
}


.comment-gusset {}

.comment-gusset form {}

.comment-gusset form label {
    width: 100%;
    text-align: right;
    color: #f58220;
    margin-bottom: 25px;
}

.comment-gusset form label input {
    width: 100%;
    font-size: 14px;
    height: 40px;
    margin-top: 5px;
    padding-right: 15px;
    border: 1px solid #ddd;
}

.comment-gusset form label textarea {
    width: 100%;
    height: 90px;
    font-size: 14px;
    margin-top: 5px;
    padding-right: 15px;
    border: 1px solid #ddd;
}

.comment-gusset form button {
    float: right;
    width: 156px;
    height: 45px;
    border: 0;
    background-color: #083f88;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.comment-gusset form button:hover {
    background-color: #f58220;
}


.box-comment {
    margin-top: 40px;
    text-align: right;
}

.box-comment .comment-details {
    background-color: #f3f2f2;
    padding: 15px 18px 15px 15px;
    margin: 15px 0px;
}

.box-comment .comment-details h1 {
    margin-top: 0;
    font-size: 22px;
    color: #f58220;
}

.box-comment .comment-details span {
    font-size: 12px;
    color: #888585;
    margin-bottom: 6px;
}

.box-comment .comment-details p {
    font-size: 14px;
}


/*******/
.shahadt {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.shahadt .box-shahadt {
    margin-bottom: 20px;
}

.shahadt .box-shahadt img {
    width: 100%;
    min-width: 200px;
    max-height: 200px;
}

.shahadt .box-shahadt h2 {
    font-size: 20px;
    padding: 19px;
    min-height: 84px;
    color: #f58220;
    background-color: #fff;
}

/********/
.berkman {
    padding: 40px 0;
}

/*****/
.courses-section {
    padding: 40px 0;
    background-color: #f1f1f1;
}

.courses-section .box-courses{
    height: 250px;
    display: initial;
    margin-top: 30px;
}

.courses-section .box-courses img {
    width: 100%;
}

.courses-section .box-courses h2 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #f58220;
    background-color: #fff;
    padding: 20px;
}

/**/
.comment-gusset img {
    width: 100%;
}

.video-gusstet p {
    color: #000;
    font-size: 16px;
}

.video-gusstet span {
    color: #f58220;
    padding-right: 16px;
}

a.btn-cours {
    background-color: #083f88;
    color: #fff;
    padding: 11px;
    text-align: center;
    display: block;
    border-radius: 4px;
    margin: 30px 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a.btn-cours:hover {
    background-color: #f58220;
}


a.btn-book {
    background-color: #083f88;
    color: #fff;
    padding: 11px;
    text-align: center;
    display: block;
    width: 20%;
    border-radius: 4px;
    margin: 30px 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a.btn-book:hover {
    background-color: #f58220;
}

/***/
.box-video img {
    max-height: 150px;
}



.btn_about {
    width: 100%;
    margin-top: 50px;
}

.btn_about a {
    background-color: #f58220;
    width: 20%;
    height: 45px;
    border: 0;
    display: inline-block;
    margin-left: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn_about a:hover {
    background-color: #002d67;
}


.page_ne {
   
padding-bottom: 50px;
}

.video_view {
	background:rgba(0,0,0,0.9);padding: 50px 0;
}

.video_view iframe {
    width: 100%;
    height: 540px;
}

.info_div {
    margin-top: 50px;
}

.info_div ul {}

.info_div ul li {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}

.info_div ul li a {}

.info_div ul li span {
    font-weight: bold;
}

.right_conten {
    margin-top: 40px;
}

.right_conten img {
    margin-bottom: 30px;
}

.right_conten p {
    font-size: 15px;
    color: #000;
}

.right_conten h2 {
    font-size: 18px;
    font-weight: bold;
    color: #083f88;
    margin-bottom: 20px;
    margin-top: 30px;
}

.right_conten h4 {
    font-size: 15px;
    font-weight: bold;
    color: #f58220;
}

.right_conten ol {}

.right_conten ol li {
    padding-bottom: 12px;
}

