@import url('https://fonts.googleapis.com/css?family=Cairo');
@import url('https://fonts.googleapis.com/css?family=Scheherazade&subset=arabic');
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
body{font-family: 'Cairo', sans-serif;}

/*############ nav style */
.top-bar {
    background: #00a3e3;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    color: white;
    padding: 10px 0;
    
}
.top-bar span {
    background: #606060;
    color: white;
    border-radius: 50px;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    font-size: 12px;
    text-align: center;
    display: inline-table;
    line-height: 30px;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}

.navbar-fixed-top.scrolled img {
    height: 50px;
}

.top-bar .social img {
     height: 24px;
     width: 24px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.nav-item .btn-primary {
    color: #fff;
    border-radius: 0;
    background-color: #48badf;
    border-color: #47b9df;
}

.navbar-brand img {max-width: 70px;}
.navbar-fixed-top.scrolled .nav-link {
  color:#555;
}

.carousel-item img {
    width: 100%;
    height: 450px;
}
.mslider {position: relative;}

.carousel-control-next {
    right: 0;
    z-index: 333;
}

.carousel-control-prev {
    left: 0;
    z-index: 333;
}


.carousel-indicators {padding: 0 !important;}
.nav-link {
    font-weight: bolder;
    color: black;
    font-size: 20px;
}

.active .nav-link{color: #0786a5;}

.navbar {
    padding: 0;
    background: #fff;
}


/*############ end nav style */

/*############ work */
.works {padding: 20px 0;}
.snip-work {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000000;
  display: inline-block;
  font-size: 16px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
  padding: 30px 40px 0 0;
}

.snip-work *,
.snip-work *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.snip-work img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  width: 220px;
  position: relative;
  vertical-align: top;
  height: 170px;
}

.snip-work figcaption {
  background-color: #47bade;
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.snip-work h3 {
  font-size: 16px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #fff;
  left: 100%;
  letter-spacing: 1px;
  margin: 12px 0;
  opacity: 0.8;
  padding: 6px 40px 0 0;
  right: 0;
  text-transform: uppercase;
  bottom: 0;
  white-space: nowrap;
}

.snip-work a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip-work:hover figcaption,
.snip-work.hover figcaption {
  background-color: #444;
}

/*############ about us style */


.aboutus {
    background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(48, 177, 183)), to(rgb(29, 127, 194)));
    background-image: linear-gradient( 0deg, rgb(48, 177, 183) 0%, rgb(29, 127, 194) 100%);
    text-align: center;
    padding: 3% 0;
    position: relative;
    overflow: hidden;
}
.aboutus::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:url(../images/about-bg.jpg);
    opacity: 0.4;
    background-position: 0% 15%;
	background-size: cover;
}
.aboutus .btn {
    direction: rtl;
    background: linear-gradient(to right, #007bff , #68b8e8);    
    padding: 15px 40px;
    color: #fff;
    font-size: 24px;
    margin-top: 40px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.aboutus .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }

.aboutus .h1eng{color: #00a2e2;font-weight: bold;}
.aboutus .h2ar{    
    color: #fff;
    font-size: 28px;
    line-height: 2;
    font-weight: bold;}
.aboutus p {color: white;}
.btn-rounded {
    border-radius: 10em;
}

hr.style12 {
    height: 6px;
    background: url(../images/hr-12.png) repeat-x 0 0;
    border: 0;
}

/*############ end hero style */

/*############ Features style */

.Features{
    background: #fff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.Features::after {
    background: url(../images/footer-bg.png) center center/cover;
    opacity: 0.8;
    content: "";
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    height: 129%;
    width: 100%;
    bottom: -30%;
} 

.Feature {
    position: relative;
    z-index: 1;
    background: #fff;
    opacity: 0.8;
    padding: 40px 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.15);
    box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.15);
}


.Feature *,
.Feature *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.Feature figcaption {
  /*padding: 12% 10% 14%;*/
}

.Feature span {
  font-size: 34px;
  color: #fff;
  width: 80px;
  line-height: 80px;
  background-color: #47b9de;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  display: inline-block;
}

.Feature h4 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0;
}

.Feature p {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px;
}

.Feature .btn {
    background: linear-gradient(to right, #007bff , #68b8e8);
    padding: 5px 40px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.Feature .btn:hover {
box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.Feature .button:hover:before {
  top: 0;
  opacity: 1;
}
/*############ end Features style */


.skills {
    background: #fff;
    padding: 70px 0;
    position: relative;
}
.skills::after {
    background: url(../images/bg-shp1.png) center center/cover;
    opacity: 0.8;
    content: "";
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    height: 129%;
    width: 100%;
    bottom: -30%;
} 



/*############ about style */
.about{
    padding: 50px 0;
    background: #47b9de;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;

}

.about h2{
    color:white;
}
.about h4{
    color:white;
    font-weight: bold;
}
.about p{
    color:white;
}
/*############ end about style */

/*############ works style */

.works{padding: 70px 0;}
.works .btn {
    background: linear-gradient(to right, #00a2e2 , #007bff);
    padding: 15px 50px;
    color: #fff;
    font-size: 24px;
    margin-top:10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.works .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }

.img-fluid {width: 100%;}
.my-3:hover .focus {
	display: block;
    right: 10px;
    
}
.my-3:hover .card {
    filter: brightness(50%);
    
}

.focus {
    margin: auto;
    height: 64px;
    width: 64px;
	position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
	display: none;
      resize: vertical;

}


/*############ end works style */

.foter   { padding: 30px 0;
    /* background-image: url(../images/footer-bg.png); */
    background: #3e3e40;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;}
.foter .btn {
    background: linear-gradient(to right, #44c0c9 , #0a89a7);
    padding: 10px;
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;

    font-size: 20px;
    margin-top:10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.foter .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }
.foter form{    background: white;
    padding: 30px;
    position: absolute;
    top: -426px;
    width: 90%;
    border-bottom: 2px solid #f3f3f3;}
.foter .social{margin-top: 50px;}
.maps{    border-top: 3px solid #39b6c3;    border-bootom: 3px solid #39b6c3;}
/*############ general style */
.list-inline-item:not(:last-child) {
    margin-right: auto;
}
.rtl-txt {direction: rtl;text-align: right;}
a:hover{color: #0786a5;}

@media only screen and (max-width: 768px) {
    .Features .col {width: 50%;}
    .foter .list-unstyled{margin-top: 50px;}
    .foter .list-unstyled li{display: inline-block;}
    .foter form{ width: 60%; margin-left: 15%;}
    .top-bar {text-align: center; }
    .top-bar .col-md-4 {padding-top: 5px; }
    .snip-work {max-width: unset !important;}
    .aboutus .h2ar { font-size: 24px;}
    .Feature {max-width: unset !important;}


}
@media only screen and (max-width: 640px) {
.features-item{
    border: 1px solid #d6eff1;
}

}

.star-pattern {
    position: relative;
    padding: 100px 0;
    color: white;
}

.star-pattern .btn {margin: 10px;}

.blue-gradient {
    background-image: -moz-linear-gradient( 0deg, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,122,223) 0%, rgb(0,236,188) 100%);
}

.star-pattern::before {
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    top: -8px;
    content: "";
    height: 100%;
    position: absolute;
    /* left: -59px; */
    transition: all 0.3s ease 0s;
    width: 100%;
    }

.star-pattern .btn {
    direction: rtl;
    background: linear-gradient(to right, #007bff , #68b8e8);    
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.star-pattern .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }

.mb-30 {margin-bottom: 30px}


.sec-footer{
    background: #3e3e40;
    direction: rtl;
    text-align: right;
    color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}
.sec-footer .desc-box{
    background: transparent;
    border: 0;
}
.sec-footer .desc-box .card-title::after{
    content: ' ';
    background: #ffffff;
    display: block;
    width: 95%;
    height: 0.2rem;
    margin-top:0.3rem;
}
.sec-footer .desc-box .card-text{
    text-align: justify;
}
.sec-sub-footer{
    background: #f2f2f4;
    direction: rtl;
    text-align: right;
    color: #000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size:0.8rem;
}
.sec-sub-footer a{
    font-size:0.8rem;
}

.sec-footer .btn {
    direction: rtl;
    background: linear-gradient(to right, #00BCD4 , #4CAF50);    padding: 15px 40px;
    color: #fff;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px 40px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.sec-footer .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.card-title {
    margin-bottom: 0.75rem;
    font-size: 20px;
    font-weight: 800;
}


/*------------------*/
.snip1472 {
    position: relative;
    font-size: 20px;
    color: #e6e6e6;
    width: 45px;
    margin: 4px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1472:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #e6e6e6;
    content: '';
    z-index: -1;
    border-radius: 50%;
}
.snip1472:before {
    color: #fff;
}
.snip1472:before,
.snip1472:after {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.snip1472:hover,
.snip1472:active,
.snip1472.hover {
    color: #48badf;
}
.snip1472:hover:after,
.snip1472:active:after,
.snip1472.hover:after {
    border-color: #48badf transparent #48badf transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

p {
    font-family: 'Scheherazade', serif;
    font-size: 22px;
}

/********** hero style ****/
.wellcome_area {
    background-image: url(../images/welcome-bg.png);
    /* height: 900px; */
    position: relative;
    padding: 100px 0;
    text-align: center;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    color: white;
    background-repeat: no-repeat;
}

.plans {
    background: #fff;
    padding: 70px 0;
    position: relative;
}

.plans::after {
    background: url(../images/bg-shp1.png) center center/cover;
    opacity: 0.8;
    content: "";
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    height: 129%;
    width: 100%;
    bottom: -30%;
}

.panel-pricing {
    background: #fff;
     opacity: 0.8;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    padding: 40px 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.15);
    box-shadow: 0px 0px 35px 0px rgba(0, 1, 1, 0.15);
}

.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .list-group .yes i {
  margin-top: 10px;
    color: #00e5bf;
}
.panel-pricing .list-group .no i {
  margin-top: 10px;
    color: #f05a4a;
}

.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
      background-color: #3697fe;
    font-size: 40px;
    color: #ffffff;
}
.panel-pricing .panel-body strong {
    font-size: 40px;
}

.Plan1{background:#ff9933; border:solid #ff9933;}
.Plan1:hover{background:#ff9933; border:solid #ff9933;}
.plan-two{background:#ffffff; border:solid #fff; color:#000;}
.plan-two:hover{background:#ffffff; border:solid #fff; color:#000;}
.paln-three{backgriund:#128807;}
.paln-three:hover{backgriund:#128807;}

.panel-pricing .list-group {
    padding-right: 0;
    padding-left: 0 !important;
    margin-bottom: 30px;
}

.panel-pricing .btn {
    background: linear-gradient(to right, #007bff , #68b8e8);
    padding: 5px 40px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.panel-pricing .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.panel-footer {margin: 20px 0;}

.min-h850 {min-height: 850px;}

.min-h380 {min-height: 380px;}

.bg-theme {
    background: #b9eaef;
}

.padding-50-50 {
    padding: 50px 0;
}

.list-group-item {font-size: 13px;}
.flex-v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.enroll-button a {
    background: #31dc89 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    height: 50px;
    padding-top: 13px;
    text-align: center;
    width: 150px;
}


.tbl-scroll {
    direction: rtl;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.tbl-pkg tr th {
    font-weight: 400;
    color: #fff;
    padding: 20px 25px;
    font-size: 18px;
    background: #5f6b6e;
    text-align: center;
    vertical-align: top;
}

.tbl-pkg tr th:first-child {
    border-radius: 2px 0 0 0;
    text-align: center;
}

.tbl-pkg tr th:nth-child(2) {
    background: #364144;
}

.tbl-pkg tr th:nth-child(3) {
    background: #1c2427;
    border-right: solid 1px #596669;
    border-left: solid 1px #596669;
}

.tbl-pkg tr th:nth-child(4) {
    background: #364144;
}

.tbl-pkg tr td:first-child {
    background: #f5f5f5;
    font-size: 15px;
}

.tbl-pkg tr td.redheading {
    color: #f14130;
    font-size: 17px;
    font-weight: 600;
    background: #fff;
}



.tbl-pkg tr td {
    line-height: 1.4;
    border: solid 1px #e3e1e1;
    padding: 20px 15px 20px 20px;
    color: #585a5a;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .seo-pkgs{display: none;}
}


.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 2rem;
    font-size: 2.25rem;
    line-height: 1.5;
    border-radius: 6.3rem;
}

.carousel-item img {
    width: 100%;
    height: 450px;
    filter: brightness(50%);
}

.nav-item .btn-primary {
    color: #fff;
    border-radius: 50px;
    background-color: #48badf;
    border-color: #47b9df;
    padding: 10px 40px;
}

.navbar {
    padding: 0;
    background: #fff;
    border-bottom: 7px solid #f7c77a;
}

.works .btn {
    background: linear-gradient(to right, #f7c77a , #c4a771);
}

.aboutus .btn {
    background: linear-gradient(to right, #f7c77a , #c4a771);    
}

.sec-footer .btn {
    background: linear-gradient(to right, #f7c77a , #c4a771);    
}

.aboutus .h1eng {
    color: #f7c77a;
    font-weight: bold;
}

.Feature span{
    background-color: #f7c77a;
}


