@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';
}





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

/* 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;
}

.navbar-inverse .navbar-nav > li > a:hover
{
    color: #f04e23;
    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: #f04e23;
    border-color: #080808;
}

/* 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: #f04e23;
   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.2);
    color:#fff;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.track .trace h1
{
    margin-bottom: 20px;
    font-size: 50px;
    color: #fff;
}

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

.track .person p
{
    font-size: 25px;
    margin-bottom: 20px;
    background-color: rgba(2,2,2,0.2);
    min-height: 45px;
    vertical-align: middle;
    border-radius: 10px;
}

.track .person .form-control
{
  height: 65px;
  font-size:20px;
  color: #338fff;
}

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

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

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

/* End Section track */


 
/*start our solution*/
.our-solution
{
    background: #e6f1f1;
    padding-top:20px;
    padding-bottom:20px;
    
}

.our-solution h1 {margin-bottom:20px;font-size: 30px;}

.our-solution h3 {font-weight:bold; margin-top:0px;}

.our-solution h4 {color: #f04e23;}

.our-solution .progress {height:36px;}

.our-solution .progress-bar
{
    line-height:36px;
    font-size:15px;
    font-weight:bold;
    text-align: left;
    text-indent: 10px;
}

.our-solution .lead
{
    font-size: 16px;
    text-align: justify;
    
}

.our-solution .lead span
{
    color: #f04e23;
    
}

.our-solution .myimg
{
  border-radius: 15px;
    border: 2px solid #ddd;
}

.our-solution .form-control
{
  height: 40px;
  width: 90%;
}

.our-solution .btn-danger
{
  height: 40px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.our-solution .form-group img
{
  display: block;
  margin: 0 auto;
}


/*End our solution*/


/* Start Section Price Table */

.price_table
{
    background:#d8d8d8;
    padding-top: 30px;
    padding-bottom: 40px;
    
}

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

.price_table .price_box
{
    background: #FFF;
    padding: 15px;
    border:1px solid #DDD;
    border-radius: 10px;
    margin-bottom: 15px;
}

.price_table .price_box h3
{
    margin:25px;
    color: #f04e23;
}

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

.price_table .price_box p
{
   font-size: 16px;
   line-height: 25px;
   text-align: justify;
}

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

.price_table .price_box a
{
    margin-bottom: 8px;
}
/* End Section Price Table */


/* 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 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;
}

.footer .social-list2
{
    overflow: hidden;
    margin: 10px 0 10px;
    padding-left: 70px;
}

.footer .social-list2 li
{
    font-size: 12px;
    margin-right: 50px;
    padding-bottom: 10px;
    alignment-adjust: 
    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-list2 li:hover
{
    opacity: 1;

}

.footer .support li
{
    font-family: myFirstFont;
    direction: ltr;
    font-size: 25px;
    color: #AAA;
}

.footer .support li span
{
    font-family: myFirstFont;
    direction: ltr;
    font-size: 18px;
    color: #fff;
}


.footer .new5 
{
    font-size: 14px;
}

.footer .new5 li
{
    padding-top: 16px;
    padding-left: 25px;
    font-size: 14px;
    float: right;
}

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

.footer .payment
{
  padding-top: 20px;
  padding-right: 50px;
}


.footer .payment li
{
    color: #fff;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.6;
    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 .payment li:hover
{
    opacity: 1;

}

 /*End Ultimate Footer Section*/


/*Start tropical-mypanel*/

.mypanel
{
    background: #e6f1f1;
    padding-top:0px;
    padding-bottom:20px;
    
}

.mypanel h1 {margin-bottom:20px;font-size: 30px;}

.mypanel h3 {font-weight:bold; margin-top:0px;}


.mypanel .lead
{
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
    line-height: 30px;
}

.mypanel .lead span
{
    color: #f04e23;
}

.mypanel .lead i
{
    color: #f04e23;
}

.mypanel .myimg
{
  border-radius: 10px;
  border: 1px solid #ddd;
}

.mypanel .tropical-panel {
background-color: #fff;
text-align: center;
box-shadow: 0 1px 5px -1px #ccc;
padding-left: 5%;
padding-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
border-radius: 8px 8px 0px 0px;
}




.mypanel .tropical-panel p
{
  font-size: 13px;
  text-align: justify;
}

.mypanel .tropical-panel .myp
{
  text-align: center;
}


.mypanel .tropical-panel span
{
  font-size: 16px;
  color: #f04e23;
}


.mypanel .tropical-btn
{
background-color:#f7f7f7;
text-align: center;
border-radius: 0 0 20px 20px;
-moz-border-radius:0 0 20px 20px;
-webkit-border-radius:0 0 20px 20px;
border-bottom: 0 none;
line-height: 40px;
margin: 0;
color: #f04e23;
cursor:pointer;
display:inline-block;
text-decoration:none;
width: 100%;
}

.mypanel .tropical-btn:hover
{
background-color:#e7e7e7;
}

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

.mypanel .three-columns span
{
  font-size: 16px;
  color: #f04e23;     
}

.mypanel .three-columns i
{
  color: #f04e23;     
}

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

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


/*End tropical-panel*/

.our-office
{
    background: #e6f1f1;
    padding-top:20px;
    padding-bottom:20px;
    
}
.our-office h1 {margin-bottom:20px;font-size: 30px;}

.our-office .form-control
{
  height: 40px;
  width: 280px;
}