@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';
    letter-spacing: 0px !important;
}

h2
{
  font-size: 25px
}

a:hover
{
    text-decoration: none;  
}


/******* 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: #BBB;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
    text-decoration: none !important;  
}

/* Brand Name */

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

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

/* Dropdown menu */
.dropdown-menu
{
    background-color: #333;
    border-top: 2px solid #E41B17;
    min-width: 180px;
}

.dropdown-menu > li > a
{
    color: #fff;
    padding: 6px 20px;
    -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: #E41B17;
   color: #fff;
   padding-left: 25px;
}

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

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

/* 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 About */

.about
{
    padding-top: 60px;
    padding-bottom: 60px;
}

.about .wel
{
    color:#0281c5;
}

.about .wel2
{
    color:#537834; 
}

.about .lead
{
    color:#888;
    font-size: 20px;
    margin-top: 15px;
}

.about h1 span
{
    color: #E41B17;
}

.about h3 span
{
    color: #E41B17;
}

/* End Section About */


/* Start Section Features */
.features
{
    background: #d8d8d8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.features .feat
{
    margin-bottom: 30px;
}

.features h1
{
    margin-bottom: 50px;
}

.features .feat p
{
    line-height: 2em;
    padding-left: 15px;
    padding-right: 15px;
}

.features .feat span.glyphicon
{
  font-size: 35px;
  margin-bottom:10px;
  color:#666;
}
/* End Section Features */




/* Start Section Price Table */

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

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

.price_table .price_box
{
    background: #FFF;
    padding: 10px;
    border:1px solid #279b37;
    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;
    font-weight: bold;
}

.price_table .price_box:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table .price_box p
{
    font-size: 35px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #cae4ba;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

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

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






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

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

.price_table .price_box2 span
{
    color:red;
    font-size: 14px;
    font-weight: bold;
}

.price_table .price_box2:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table .price_box2 p
{
    font-size: 35px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #cae4ba;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

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

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







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

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

.price_table .price_bbox:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table .price_bbox p
{
    font-size: 35px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #cae4ba;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

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

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

.price_table .price_bbox span
{
    color:red;
    font-size: 14px;
    font-weight: bold;
}




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

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

.price_table .price_bbox2:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table .price_bbox2 p
{
    font-size: 35px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #c4dff6;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

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

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

.price_table .price_bbox2 span
{
    color:red;
    font-size: 14px;
    font-weight: bold;
}






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

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

.price_table .price_bbbox:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table .price_bbbox p
{
    font-size: 35px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #F3F3F3;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

.price_table .price_bbbox li
{
    line-height: 250%;
    font-size: 20px;
}

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



.price_table2
{
    background:#EEE;
    padding-top: 10px;
    padding-bottom: 40px;
    
}

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

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

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

.price_table2 .price_box span
{
    color:red;
    font-size: 14px;
    font-weight: bold;
}

.price_table2 .price_box:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table2 .price_box p
{
    font-size: 35px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #F3F3F3;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

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

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




.price_table3
{
    background:#d8d8d8;
    padding-top: 10px;
    padding-bottom: 40px;
    
}

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

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

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

.price_table3 .price_box span
{
    color:red;
    font-size: 14px;
    font-weight: bold;
}

.price_table3 .price_box:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table3 .price_box p
{
    font-size: 28px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #cae4ba;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

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

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


.price_table3 .price_bbox
{
    background: #FFF;
    padding: 10px;
    border:1px solid #2672EC;
    border-radius: 10px;
    margin-bottom: 15px;
}

.price_table3 .price_bbox h3
{
    margin:5px 0px 15px;
}

.price_table3 .price_bbox:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table3 .price_bbox p
{
    font-size: 28px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #c4dff6;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

.price_table3 .price_bbox li
{
    line-height: 250%;
    font-size: 16px;
}

.price_table3 .price_bbox a
{
    margin-bottom: 8px;
}

.price_table3 .price_bbox span
{
    color:red;
    font-size: 14px;
    font-weight: bold;
}




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

.price_table3 .price_bbbox h3
{
    margin:5px 0px 15px;
}

.price_table3 .price_bbbox:hover p
{
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF;
}

.price_table3 .price_bbbox p
{
    font-size: 35px;
    font-weight: bold;
    color:#666;
    width:100px;
    height:100px;
    background: #F3F3F3;
    border-radius: 50%;
    line-height: 100px;
    border:2px solid #FFF;
    -webkit-transition-duration:0.7s;
    -moz-transition-duration:0.7s;
    -o-transition-duration:0.7s;
    transition-duration:0.7s;
}

.price_table3 .price_bbbox li
{
    line-height: 250%;
    font-size: 20px;
}

.price_table3 .price_bbbox a
{
    margin-bottom: 8px;
}





/* End Section Price Table */



/* Start Section Our Team */

.our_team
{
    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;

}

.our_team .team
{
    background-color: rgba(2,2,2,0.6);
    color:#fff;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our_team .team h1
{
    margin-bottom: 60px;
}

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

.our_team .person a
{
    color:#fff;
}
/* End Section Our Team */


 /*Start Section Subscribe*/
    
.subscribe
{
    padding-top: 40px;
    padding-bottom: 70px;
    background:#EEE;
}

.subscribe h1
{
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.subscribe p
{
    margin-bottom: 30px;
}

.subscribe .form-control
{
    border-radius: 0;
    width:300px;
}

.subscribe button
{
     border-radius: 0;
}

 /*End Section Subscribe*/



/*Start Section Statistics*/
.statistics
{
    background: url('../images/stats.jpg') no-repeat center center fixed;
    min-height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
    
.statistics .data
{
    background-color: rgba(0,0,0,0.7);
    min-height: 400px;
    color:#B6B5B5;
    padding-top: 40px;
    padding-bottom: 70px;
}

.statistics h1
{
    margin-bottom: 60px;
}

.statistics .stats
{
    -webkit-transition:all 0.5s 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;
    margin-bottom: 30px;

}

.statistics .stats:hover
{
    color: #fff;
}

.statistics p
{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
}

.statistics span
{
    font-size: 18px;
}
    
/*End Section Statistics */


/*Start Section Our Skills*/

.our-skills
{
    background: #e6f1f1;
    padding-top:20px;
    padding-bottom:20px;
    
}

.our-skills h1 {margin-bottom:20px;}

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

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

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

.our-skills .lead
{
    font-size: 16px;
}
.our-skills .lead2
{
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
}
.our-skills li
{
    font-size: 14px;
    text-align: justify;
    line-height: 35px;
}

.our_customers
{
   margin: 10px;
   border-style: solid;
   border-color: #05a2a2;
   border-width: 2px;
   border-radius: 20px;
 }
 
 .our_customers:hover
{
   margin: 10px;
   border-style: solid;
   border-color: #05a2a2;
   border-width: 2px;
   border-radius: 20px;
   -webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.31);
   -moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.31);
   box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.31);
 }

/*End Section Our Skills*/



/*Start Section Our Clients*/
.our-clients
{
    background: #cecece;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 75px;
}


.our-clients .list-unstyled li
{
    float:left;
    margin-left: 60px;
    
}

.our-clients img
{
  padding-bottom: 10px;
  opacity: 0.25;
  filter:alpha(opacity=25);
  margin-top: 20px;
  margin-bottom: 20px;
  -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;

}

.our-clients img:hover
{
   opacity:1; 
}


.our-clients h1
{
    font-size: 22px;
    margin-bottom:20px;
    direction: ltr;
}

/*End Section Our Clients*/




 /*Start Ultimate Footer Section */
.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: 17px;
    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;

}


.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 #social-yt:hover {
     color: #ff0000;
 }
 /*End Ultimate Footer Section*/



/* Start Section Add free */
.addfree
{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.addfree .feat
{
    margin-bottom: 30px;
}

.addfree h1
{
    margin-bottom: 50px;
}

.addfree i
{
    color:#3b4451;
}

.addfree .feat p
{
    line-height: 2em;
}

.addfree .feat p span
{
    color: red;
}

/* End Section Add free */


/*start hosting section*/

.hosting
{
    background:#e6f1f1;
    padding-top: 10px;
    padding-bottom: 40px;
    
}

.hosting span
{
  font-size: 20px;
}

.hosting h1
{
    margin-bottom:20px;
    direction: rtl;
}

.hostt
{
  background:#fff;
  border-color:#000;
  border-width: 2px;
}

/*End hosting section*/


/* start my button*/

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
        text-decoration: none;
}
.myButton:active {
	position:relative;
	top:1px;
}

/* End my button*/



.support_tabs
{
  padding: 50px;
  
}

.support_tabs span
{
  color: red;
}

.support_tabs .myimg
{
  padding-top: 10px;
}

.support_tabs h4
{
  font-size: 14px;
  color: #33ccff;
}

.support_tabs img
{
  margin-bottom: 10px;
  margin-top: 10px;
}

.support_tabs .tab-content
{
    background: #fff;
}


.support_tabs a {
    color: #333;
    text-decoration: none;
}

.support_tabs a:hover {
    color: #333;
    text-decoration: none;
}


/*Start FAQ section*/

.faq
{
 background:#e6f1f1; 
  
}

    .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        float: right;
        color: #F58723;
        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;
    }
/*END FAQ section*/


/*Start TOS section*/
.tos
{
    background:#e6f1f1;
    padding-top: 10px;
    padding-bottom: 40px;
    
}

.tos span
{
  font-size: 16px;
  color: red;
}

.tos h1
{
    margin-top: 30px;
    margin-bottom:30px;
    font-size: 30px;
    direction: rtl;
    
}

.tos .lead
{
  font-size: 16px;
  line-height: 32px;
}

/*END TOS section*/

/*Start about_us file section*/

.about_us
{
    background:#e6f1f1;
    padding-top: 10px;
    padding-bottom: 40px;
    
}

.about_us span
{
  font-size: 16px;
  color: red;
}

.about_us h1
{
    margin-top: 30px;
    margin-bottom:30px;
    font-size: 36px;
    direction: rtl;
}

.about_us .lead
{
  font-size: 16px;
  line-height: 32px;
  
}

.about_us img
{
  margin-top: 50px;
  margin-bottom: 50px;
}
/*End about_us file section*/


/*start e-marketing section*/

.e-marketing
{
    background:#e6f1f1;
    padding-top: 10px;
    padding-bottom: 40px;
    
}

.e-marketing span
{
  font-size: 20px;
}

.e-marketing h1
{
    margin-bottom:20px;
    direction: rtl;
}

.hostt
{
  background:#fff;
  border-color:#279b37;
  border-width: 2px;
}

.hostt2
{
  background:#fff;
  border-color:#2672EC;
  border-width: 2px;
}
.e-marketing form label
{
    margin-top: 10px;
    font-size: 18px;
    color: red;
}

.e-marketing form select
{
    font-size: 13px;
    min-height: 35px;
}

.my-lable
{
  margin-top: 50px;
  font-size: 60px;
  color: #333;  
}

.my-lable2
{
  margin-top: 10px;
  font-size: 25px;
  color: #333;  
}

.my-buttonx
{
   margin-top: 20px;
  font-size: 30px; 
}

.my-borderr {
    margin-top: 10px;
    border: 2px solid;
    border-radius: 10px;
    background: #fff;
    padding-top: 20px;
}

.my-borderrL {
    margin-top: 10px;
    border: 1px solid;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
}



.e-marketing .price_bov
{
    min-height: 205px;
    background: #FFF;
    padding: 10px;
    border:1px solid #DDD;
    border-radius: 10px;
    
}

.e-marketing .price_bov h4
{
    font-size: 14px;
    margin:5px 0px 15px;
    line-height: 20px;
}

/*End e-marketing section*/



/*Start responsive-video*/
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*End responsive-video*/





.contact_us
{
    background:#e6f1f1;
    padding-top: 10px;
    padding-bottom: 40px;
    
}


.panel-title a
{
    color: #000;
}


.panel-body .myp {
    text-align: justify;
    font-size: 18px;
    line-height: 35px;
}

.panel-body i {
    color: #007fc4;
    font-size: 30px;
    }

.panel-primary > .panel-heading {
    font-size: 20px;
}

.my404img
{
  margin: 0 auto
}

.Linux
{
  color:#279b37; 
}

.Win
{
  color:#2672EC;
}





/*Menu starts*/
.menu_tab {
    margin: 0 auto;
    justify-content: center;
}
.nav-item {
    display: inline-block;
    text-align: center;
}
.nav-tabs .nav-link{
    transition: .3s;
}
.nav-tabs .nav-link.active {
    background: #c0392b;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c0392b;
    text-transform: capitalize;
}
.nav-link {
    color: #000;
}
.nav-tabs .nav-link:hover {
    background: #c0392b;
    color: #fff;
    border: 1px solid #c0392b;
}
.single_menu {
    position: relative;
    margin-bottom: 75px;
    transition: .3s;
}
.single_menu:hover img{
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}
.single_menu img {
    width: 33%;
    position: absolute;
    height: 140px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: .3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.menu_content {
    padding-right: 200px;
}
.menu_content2 {
    padding-right: 200px;
}
.menu_content h4 {
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px dashed #5f873e;
    line-height: 2;
    text-transform: capitalize;
}
.menu_content h4 span {
    font-size: 25px;
    font-weight: 800;
    float: right;
    font-style: italic;
    color: #c0392b;
}
.menu_content p {
    font-weight: 200;
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
}

.menu_content2 p {
    font-weight: 200;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}

.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}
/*Menu ends*/
.menu_btn.btn.btn-danger {
	margin: 0 auto;
	display: block;
	width: 140px;
}
.btn.btn-danger {
	background: #c0392b;
	border: 1px solid #c0392b;
	transition: .3s;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
	font-weight: 700;
	overflow: hidden;
	padding: 15px 25px;
}
.btn.btn-danger::before {
	position: absolute;
	content: '';
	background: #e74c3c;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 100%;
	transition: .3s;
	z-index: -1;
}
.btn.btn-danger:hover:before{
    top: 0;
    left: 0;
}

.g-blue
{color: #2672EC !important; 
font-size: 22px;}

.single_menu h4
{
    color: #2672EC !important;
}

.order-now
{
    width:auto;
    height: auto;
    font-size:20px; 
}

.nav-tabs > li > a
{
    text-decoration: none !important;  
}