@font-face {
  font-family: 'droidkufiregular';
  src: url('../fonts/droidkufiregular.eot');
  src: url('../fonts/droidkufiregular.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufiregular.woff') format('woff'), url('../fonts/droidkufiregular.ttf') format('truetype'), url('../fonts/droidkufiregular.svg#glyphicons_halflingsregular') format('svg');
}
*{
font-family:'droidkufiregular';
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/verdana.ttf);
}

body
{
    direction: rtl;
    font-family:'droidkufiregular';
    padding-top: 70px;
   
}

h1, h2, h3, h4, h5, .lead
{
    font-family:'droidkufiregular';
}

h1 {
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #008374;
}



/******* Start Overriding Bootstrap ********/
/* Main Navbar */
.navbar
{
    min-height: 78px;
}

/* Active Link */
.navbar-inverse .navbar-nav >.active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav >.active > a:focus
{
  background-color: #E41B17;  
}

/* Navbar Link */
.navbar-inverse .navbar-nav > li > a
{
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 15px;
    height: 80px;
}

.navbar-inverse .navbar-nav > li > a:hover
{
    color: #008374;
    background: #eef1f5;
}

/* Brand Name */

.navbar-inverse .navbar-brand
{
    color:#BBB;
    font-size: 30px;
    line-height: 40px;
}

.navbar-inverse .navbar-brand span
{
    color:#E41B17;
}

.navbar-inverse {
    background-color: #008374;
    border-color: #008374;
}

/* Dropdown menu */
.dropdown-menu
{
    background-color: #eef1f5;
    min-width: 180px;
}

.dropdown-menu > li > a
{
    color: #666;
    padding: 6px 20px;
    line-height:2;
    -webkit-transition:padding 0.5s ease;
    -moz-transition:padding 0.5s ease;
    -o-transition:padding 0.5s ease;
    transition:padding 0.5s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
   background-color: #008374;
   color: #fff;
   padding-left: 25px;
}

.dropdown-menu .divider
{
    background-color:#871818;
}

.navbar-right .dropdown-menu
{
    left:0;
    right:auto;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #666;
    background-color: #eef1f5;

}

/* Start dropdown-menu hover*/

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/* End dropdown-menu hover*/






/* Navbbar Toggle */
.navbar-toggle
{
    margin-top:18px;
}

/* Carousel */

.carousel-caption
{
    bottom: 70px;
    background: rgba(3,3,3,0.3);
    padding-right: 20px;
    padding-left: 20px;
}

.carousel-indicators li
{
    height: 15px;
    width: 15px;
    border:1px solid #b1b1b1;
}

.carousel-indicators .active
{
    height: 18px;
    width: 18px;
    background-color: #E41B17;
}

.carousel-indicators
{
    bottom:0px;
}



/******* End Overriding Bootstrap ********/


/* Start Section track */

.track
{
    background: url('../images/team.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 600px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}

.track .trace
{
    background-color: rgba(2,2,2,0.0);
    color:#fff;
    min-height: 710px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.track .trace h2
{
    margin-bottom: 10px;
    font-size: 20px;
    color: #02463e;
    text-align: right;
}
.track .trace .lead
{
    
    font-size: 16px;
    color: #292525;
    text-align: justify;
}

.track .trace  img {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 auto;
}
/* End Section track */

/*start our text*/

.ourtext
{
    background: #fff;
    width: 100%;
    min-height: 600px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}

.ourtext .trace
{
    background-color: rgba(2,2,2,0.0);
    color:#fff;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ourtext .trace h1
{
    margin-bottom: 20px;
    font-size: 30px;
    color: #53276a;
}

.ourtext .trace h2
{
    margin-bottom: 20px;
    font-size: 20px;
    color: #53276a;
}




.ourtext .person
{
    margin-bottom: 40px;
}

.ourtext .person label
{
    font-size: 24px;
    margin-bottom: 20px;
    border: 1px solid #f58207;
    min-height: 45px;
    vertical-align: middle;
    border-radius: 8px;
    width: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
}

.ourtext .person .form-control
{
  height: 65px;
  font-size:20px;
  color: #53276a;
}


.ourtext .person .btn-danger
{
  margin: 10px;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
}

.ourtext .person a
{
    color:#fff;
}

.form-control {
    display: block;
    margin: 0 auto;
    width: 50%;
}

/*end out text*/
 





/* Footer Center */
.footer
{
    background: #333;
    color: #AAA;
    padding-top: 10px;
    padding-bottom: 0px;
    
}

.footer h1
{
    font-size: 20px;
    color:#fff;
}

.footer h2
{
    font-size: 16px;
    color:#fff;
}

.footer h2:hover
{
    color:#fff;
}

.footer p
{
    font-size: 12px;
}

.footer a {color:#aaa}
.footer a:hover {color:#FFF}

.footer h3
{
    color:#aaa;
    letter-spacing: 1px;
    margin: 30px;
    margin-right: 0;
}



.footer .social-list
{
    overflow: hidden;
    
}

.footer .social-list li
{
    float:left;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}

.footer .social-list li:hover
{
    opacity: 1;

}

.footer .three-columns
{
    overflow: hidden;
}

.footer .three-columns li
{
    width:33.333%;
    float:right;
    padding:8px 0;
    font-size: 14px; 
}

.footer .three-columns i
{
    color: #008374
}

.footer .three-columns li a:hover
{
    color:#fff;
    text-decoration: none;
}


.footer .img-thumbnail
{
    background: rgba(0,0,0,0.3);
    border: 1px solid #444;
    margin-bottom: 5px;
}

.footer .copyright
{
    background: #111;
    color: #AAA;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 16px;
}

.footer .copyright span
{
    color:#aaa;
}


 /*End Ultimate Footer Section*/


/* Start Section Price Table */

.price_table
{
    background: url('../images/stats.jpg') no-repeat center center fixed;
    min-height: 500px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover; 
    padding-top: 40px;
    padding-bottom: 40px;
    
    
}


.price_table h1
{
    margin-bottom:20px;
    direction: ltr;
}

.price_table .lead
{
    font-size: 20px;
    line-height: 60px;
    margin-top: 100px;
}
.price_table .price_box
{
    background: rgba(255, 255, 255, 0.65);
    padding: 40px;
    border:1px solid #008374;
    border-radius: 10px;
    margin-bottom: 15px;
    }

.price_table .price_box h3
{
    margin:5px 0px 15px;
}

.price_table .price_box span
{
    color:red;
    font-size: 14px;
}


.price_table .price_box li
{
    line-height: 250%;
    font-size: 16px;
}

.price_table .price_box a
{
    margin-bottom: 8px;
}


.price_table .price_box h3
{
    font-size: 26px;
    color: #2e2d2d;
}

.price_table .price_box i
{
    
    color: #008374;
}

/*.price_table .price_box .btn-primary
{
    font-size:18px;
    width:240px;
}
*/
.price_table .price_box p
{
    font-size: 22px;
    color: #00adef;
}

/* END Section Price Table */


/*start application*/

.application
{
    background: url('../images/contact.jpg') no-repeat center center fixed;
    min-height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover; 
    padding-top: 40px;
    padding-bottom: 40px;
    
    
}


.application h1
{
    margin-bottom:20px;
    direction: ltr;
    color: #fff;
}

.application .price_box
{
    background: #fff;
    padding: 40px;
    border:1px solid #008374;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 500px;
    
}

 .application img {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 auto;
 }

.application .price_box h3
{
    margin:5px 0px 15px;
}

.application .price_box span
{
    color:red;
    font-size: 14px;
}


.application .price_box li
{
    line-height: 250%;
    font-size: 16px;
}

.application .price_box a
{
    margin-bottom: 8px;
}


.application .price_box h3
{
    font-size: 26px;
    color: #008374;
}

.application .price_box i
{
    
    color: #008374;
}

.application .price_box .btn-primary
{
    font-size:18px;
    width:240px;
}

.application .price_box p
{
    font-size: 22px;
    color: #00adef;
}


/*End application*/




/*Bootstrap FAQ - Start*/
 .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        float: right;
        color: #008374;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }




/*Bootstrap FAQ - END*/


/*start FAQ*/

.myfaq
{
    
    min-height: 100px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover; 
    padding-top: 40px;
    padding-bottom: 40px;
    
    
}


.myfaq h1
{
    margin-bottom:20px;
    direction: ltr;
    color: #008374;
}



 .myfaq img {
    padding: 5px;
    margin: 0 auto;
 }

/*End FAQ*/



/*start contact*/

.contactt
{
    background: url('../images/contact.jpg') no-repeat center center fixed;
    min-height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover; 
    padding-top: 40px;
    padding-bottom: 40px;
    
    
}



.contactt h1
{
    margin-bottom:20px;
    direction: ltr;
    color: #008374;
}


 .contactt img {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 auto;
 }

.contactt .mytextt
{
    padding: 40px;
    
    
}

.contactt  .mytextt i
{
    
    color: #008374;
    font-size: 35px;
    
}


.contactt .mytextt p
{
    font-size: 18px;
    color: #666;
    text-align: justify;
}

.contactt .mytextt p span
{
    color:#008374;
    font-size: 20px;
}

.contactt .form-control
{
  min-height: 52px;
  font-size: 18px;
}

.contactt .btn-primary
{
  font-size: 18px;
  background-color: #008374;
}
/*End contact*/


/*Start card section*/
.index-content a:hover{
    color:black;
    text-decoration:none;
}
.index-content{
    background: url('../images/contact.jpg') no-repeat center center fixed;
    margin-bottom:20px;
    padding:20px 0px;
    
}
.index-content .row{
    margin-top:20px;
}
.index-content a{
    color: black;
}
.index-content .card{
    background-color: #FFFFFF;
    padding:0;
    height: 500px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:10px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);

}
.index-content .card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:#fff;
}
.index-content .card img{
    width:100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.index-content .card h2{
    margin:20px;
    font-size: 24px;
    color: #008374;
}
.index-content .card p{
    margin:20px;
    font-size: 18px;
    opacity: 0.65;
}




.index-content .card2{
    background-color: #FFFFFF;
    padding:0;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:10px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);

}
.index-content .card2:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:#fff;
}
.index-content .card2 img{
    width:100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.index-content .card2 h2{
    margin:20px;
    font-size: 24px;
    color: #008374;
}
.index-content .card2 p{
    margin:20px;
    font-size: 18px;
    opacity: 0.65;
}







.index-content .blue-button{
    width: 100px;
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s , color 1s;
    min-height: 20px;
    background-color: #002E5B;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 20px 15px 20px;
    padding: 5px 0px;
    display: inline-block;
}
.index-content .blue-button:hover{
    background-color: #dadada;
    color: #002E5B !important;
}

.index-content .btn-primary
{
  font-size:18px;
  color: #fff;
    width:240px;
    margin: 5px;
    background-color: #008374;
}
.index-content .btn-primary:hover
{
  color: #fff !important
}
.index-content i
{
  color: #fff
}


@media (max-width: 768px) {

    .index-content .col-lg-4 {
        margin-top: 20px;
    }
}
/*End card section*/

/*start mytext*/
.mytext
{color: #595959 }

.mytext p
{
  color: #595959;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 45px;
}
.mytext img
{
  margin: 0 auto;
}

.mytext2
{color: #595959 }

.mytext2 p
{
  color: #595959;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: right;
}

.mytext2 i
{
  color:#008374;
}


/*Ent mytext*/
.myfontawsom
{
  font-size: 24px;
}

/*start our service*/




/*end our service*/

.our_service
  {
  background: url('../images/contact.jpg') no-repeat center center fixed;
  }
  
.our_service .box
{
  background: #FFF;
  padding:15px;
  border:1px solid #DDD;
  border-radius: 10px;
  margin:10px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.our_service .box p
{
color: #595959;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
    
    }
    
.our_service h2
{
  font-size: 24px;
  margin-top: 20px;
    margin-bottom: 20px;
}

.mytext3
{color: #595959 }

.mytext3
{
  color: #595959;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: justify
}

.mytext3 span
{
  color: #0000ff;
}

.mytext3 h3
{
  font-size:20px;
  color: #0000ff;
  text-align: center;
}

.myepayment
{
  margin: 25px auto;
}