@charset "utf-8";
/*
  Name: Tec-Eyes 
  URI: http://www.Tec-eyes.com/
*/
html{
  direction: rtl;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}
@font-face {
      font-family: "play";  
      src: url("fonts/Play-Regular.ttf") format("opentype");  
      unicode-range:"U+0-10FFFF";
}
@font-face {
    font-family: "JF-Flat";
    src: url('fonts/JF-Flat-regular.eot');
    src: url('fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('fonts/JF-Flat-regular.woff') format('woff'),
    url('fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4 {
  font: inherit;
  margin: 0;
}
ul {
  display: list-item;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
button, input, textarea{outline: medium none;}
a {
  color: #222222;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #107c10;
  text-decoration: none;
}
a:hover, a:focus {
  color: #107c10;
  text-decoration: none;
  outline: medium none;
}
body {
  background: rgba(0, 0, 0, 0) url("images/body-bg.png") repeat fixed center center;
  color: #2d2535;
  direction: rtl;
  font: 13px "play","Droid Arabic Kufi",Arial,Helvetica,sans-serif;
}
/* = Start Code
-------------------------------------------------------------- */

/* topheader */
#topheader {
  background-color:#262039; 
  height: 50px;
}
#topheader .numberinfo {
  color: #ffffff;
  float: right;
  font-size: 19px;
  line-height: 50px;
}
#topheader .numberinfo span {
  background-color: #1c172b;
  display: inline-block;
  float: right;
  font-size: 17px;
  height: 50px;
  margin: 0 0 0 20px;
  position: relative;
  text-align: center;
  width: 50px;
}
#topheader .numberinfo span i {margin: 0 4px;}
#topheader .numberinfo span:after {
  border-style: solid;
  border-width: 8px 14px 8px 0;
  border-color: transparent #1c172b transparent transparent;
  _border-color: #000000 #1c172b #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    content: "";
    height: 0;
    left: -14px;
    line-height: 0;
    position: absolute;
    top: 35%;
    width: 0;
}
#topheader .searchh {
  float: left;
  position: relative;
}
#topheader .searchh button {
  background-color: #17151d;
  border: medium none;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topheader .searchh:hover button {background-color: #070709;}
#topheader .searchh input {
  background-color: #070709;
  border: medium none;
  color: #ffffff;
  font-size: 14px;
  height: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  text-indent: 10px;
  top: 100%;
  width: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topheader .searchh:hover input {
  height: 45px;
  opacity: 1;
}
/* End topheader */

/* header */
header {
  background-color: #ffffff;
  padding: 10px 0;
}
header .logo {float: right;}
header a.clientarea {
  background-color: #e34737;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 18px;
  margin: 35px auto;
  padding: 3px 20px;
}
header a.clientarea i {margin: 0 0 0 5px;}
header a.clientarea:hover {background-color: #d23323;}
/* End header */

/* Navigation */
nav {
  background-color: #e34737;
  border-bottom: 1px solid #cc3626;
  height: 50px;

}
nav .list1 ul li {
  color: #ffffff;
  float: right;
  font-size: 14px;   /* حجم خط القائمة العلوية */
  line-height: 60px;
  position: relative;

}
nav .list1 ul li a {
  border-left: 1px solid #cc3626;
  color: #ffffff;
  display: block;
  padding: 0 20px;

}
nav .list1 ul li:last-child a {border-left: medium none;}
nav .list1 ul li:hover a {background-color: #cc3626;}

nav .list1 ul li.home a::after {
  content: "\f015";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
nav .list1 ul li.servic a::after {
  content: "\f085";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
nav .list1 ul li.a3malna a::after {
  content: "\f0ac";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
nav .list1 ul li.clients a::after {
  content: "\f0c0";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
nav .list1 ul li.whosus a::after {
  content: "\f086";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
nav .list1 ul li.orders a::after {
  content: "\f0ae";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
nav .list1 ul li.contactus a::after {
  content: "\f003";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}




nav .list1 ul li.contactus2 a::after {
  content: "\f098";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}



nav .list1 ul li.downcent a::after {
  content: "\f15c";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}


nav .list1 ul li.speakers a::after {
  content: "\f0e6";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}


nav .list1 ul li.sponsors a::after {
  content: "\f007";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}



nav .list1 ul li ul {
  display: none;
  min-width: 200px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999999;
}
nav .list1 ul li ul li {
  float: none;
  font-size: 15px;
  line-height: normal;
}
nav .list1 ul li ul li a::after {display: none !important;}
nav .list1 ul li ul li a {
  border-bottom: 1px solid #b72111;
  border-left: medium none;
  padding: 10px;
}
nav .list1 ul li ul li a:hover {background-color: #b72111;}

.wrapper-dropdown-5 {
  background-color: #e34737;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  outline: medium none;
  position: relative;
  text-indent: 10px;
  width: 100%;
  z-index: 999999999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown-5:after {
    content: "\f0d7";
    display: inline;
    float: left;
    font-family: FontAwesome;
    font-size: 19px;
    margin: 2px 0 0 10px;
    text-align: right;
}
.wrapper-dropdown-5 h5 {
  float: right;
  font-weight: bold;
  line-height: 45px;
  margin: 0;
}
.wrapper-dropdown-5 ul {
  background-color: #e34737;
  border: medium none;
  border-radius: 0 0 5px 5px;
  left: 0;
  list-style: outside none none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 45px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
}
.wrapper-dropdown-5 ul li {position: relative; }
.wrapper-dropdown-5 ul li a {
  border-bottom: 1px solid #cc3626;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 8px 10px;
  text-decoration: none;
}
.wrapper-dropdown-5 ul li:last-of-type a { border: none }
.wrapper-dropdown-5 ul li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
.wrapper-dropdown-5 ul li:hover a {background-color: #cc3626;}
.wrapper-dropdown-5.active {
  background-color: #cc3626;
  color: #ffffff;
}
.wrapper-dropdown-5.active:after { }
.wrapper-dropdown-5.active ul {max-height: 400px;}
.wrapper-dropdown-5 ul li:hover ul{display:list-item;}
.wrapper-dropdown-5 ul li ul {
  background: none repeat scroll 0 0 #ffffff;
  border:none;
  display: none;
  left: auto;
  position: relative;
  right: 0;
  top: 100%;
}
.wrapper-dropdown-5 ul li ul li a {
  border-bottom: 1px solid #bb2515;
  padding: 10px;
}
.wrapper-dropdown-5 ul li ul li a:hover {background-color: #bb2515;}
/* End Navigation */

/* Sliderarea */
#sliderarea {
  direction: ltr;
  height: 445px;
  position: relative;
}
#sliderarea .sliderr-item {
  height: 445px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#sliderarea .sliderr-item img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#sliderarea .sliderr-item .container {
  direction: rtl;
  display: inline-block;
  left: 0;
  margin: 0 auto;
  padding-top: 8%;
  position: absolute;
  right: 0;
  text-align: center;
}
#sliderarea .sliderr-item .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 10px;
}
#sliderarea .sliderr-item .descrp {
  color: #ffffff;
  font-size: 16px;
  padding: 0 10%;
}
#sliderarea .owl-carousel .owl-prev {
  background-color: #e34737;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  height: 50px;
  left: 10%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 50px;
}
#sliderarea .owl-carousel .owl-next {
  background-color: #e34737;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  height: 50px;
  right: 10%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 50px;
}
#sliderarea .owl-carousel .owl-next:hover, #sliderarea .owl-carousel .owl-prev:hover {background-color: #c82c1c;}
/* End Sliderarea */

/* Abouttus */
#abouttus {
  background-color: #ffffff;
  padding: 30px 0;
}
#abouttus .iimg {
  border: 4px solid #e3e3e3;
  border-radius: 26px;
  float: right;
  height: 226px;
  margin: 0 0 0 15px;
  overflow: hidden;
  width: 426px;
}
#abouttus .iimg img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
#abouttus h1 {
  color: #063957;
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto 0;
}
#abouttus h2 {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 30px;
}
#abouttus span {
  display: block;
  margin: 20px auto 0;
  text-align: left;
}
#abouttus span a {
  background-color: #e34737;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  padding: 0 30px;
}
#abouttus span a:hover {background-color: #c32c1c;}
/* End Abouttus */

/* Wrapper */
#wrapper {
  background-color: #efefef;
  min-height: 450px;
  padding: 40px 0;
}
.pagge .title {       /* page head title style*/
/*  background-color: #262039;*/
  background-color: #262039;
  color: #ffffff;
  font-size: 17px;
  padding: 10px;
  position: relative;
  z-index: 9;
}
.pagge .content {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 4px 0 #d8d8d8;
  font-size: 14px;
  padding: 15px;
}

.pagge .content .immg {
  margin: 0 auto 20px;
  text-align: center;
}
.pagge .content .immg img {
  border-radius: 10px;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 90%;
}

.single-item {margin: 0 auto 20px;}
.single-item.last {
  margin: 0 auto;
  position: relative;
}
.single-item .title {
  background-color: #262039;
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  position: relative;
  z-index: 9;
}
.single-item .content {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 4px 0 #d8d8d8;
  font-size: 16px;
  padding: 15px;
}
.single-item .content .immg {
  margin: 0 auto 20px;
  text-align: center;
}
.single-item .content .immg img {
  border-radius: 10px;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 90%;
}
.single-item ul.sharrr {
  display: table;
  margin: 15px auto;
}
.single-item ul.sharrr li {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}
.single-item ul.sharrr li a {
  background-color: #e34737;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.single-item ul.sharrr li a:hover {background-color: #cc3626;}
.paymmennt {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.paymmennt .titlle {
  background-color: #e34737;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
}
.paymmennt:hover .titlle{background-color: #cc3626}
.paymmennt .imgg {
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
}
.paymmennt .coocncntet {
  font-family: tahoma;
  font-size: 15px;
  padding: 15px 15px 5px;
  text-align: right;
}
.paymmennt .coocncntet div {
  margin: 0 auto 10px;
}
.paymmennt .coocncntet div:last-child {
  margin: 0 auto;
}
/* End Wrapper */

/* Contactus */
div.formareaa {
  margin: 0 auto;
  padding: 15px 0;
  width: 80%;
}
div.formareaa .controols {margin: 0 auto 15px;}
div.formareaa br {display: none;}
div.formareaa .controols label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
}
div.formareaa .controols label i {
  color: #ff0000;
  font-size: 13px;
  font-style: normal;
}
div.formareaa .controols span input {
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
  height: 40px;
  width: 100%;
}
div.formareaa .controols span textarea {
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 14px;
  width: 100%;
}
div.formareaa .controols span input:focus, div.formareaa .controols span textarea:focus {border: 1px solid #e34737;}
div.formareaa .controols p {margin: 0 auto;}
div.formareaa input[type=submit] {
  background-color: #e34737;
  border: medium none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 30px;
}
div.formareaa input[type=submit]:hover {background-color: #cc3626;}
.pagge .content ul.infoarea {margin: 20px auto 0;}
.pagge .content ul.infoarea li {
  font-size: 20px;
  margin: 0 auto 10px;
}
.pagge .content ul.infoarea li i {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
#wrapper .content div.wpcf7-response-output {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 5px;
  color: #3c763d;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px;
}
#wrapper .content div.wpcf7-validation-errors {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 5px;
  color: #a94442;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px;
}
/* End Contactus */

/* Comments */
#commenttstable {
  margin: 15px auto;
}
#commenttstable .title {
    background-color: #262039;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    position: relative;
    z-index: 9;
}
#commenttstable .title a {color: #ffffff;}
#commenttstable .title a:hover {color: #eeeeee;}
#commenttstable .conntennt {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 15px;
}
#commenttstable .conntennt form#commentform input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 1px #efefef;
  color: #333333;
  outline: medium none;
  padding: 10px;
  width: 100%;
}
#commenttstable .conntennt form#commentform input:focus {
  box-shadow: 0 1px 1px #e0e0e0;
  border-color: #b3b3b3;
}
#commenttstable .conntennt form#commentform textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 1px 1px #efefef;
  color: #333333;
  font-size: 15px;
  outline: medium none;
  padding: 10px;
  width: 100%;
}
#commenttstable .conntennt form#commentform textarea:focus {
  box-shadow: 0 1px 1px #e0e0e0;
  border-color: #b3b3b3;
}
#commenttstable .conntennt form#commentform button {
  background: #e34737 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 20px;
}
#commenttstable .conntennt form#commentform button:hover {
  background: #cc3626 none repeat scroll 0 0;
}
#commenttstable .conntennt .wellc {
  color: #555555;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 auto 10px;
}
#commenttstable .conntennt .wellc a {color: #e34737;}
#commenttstable .conntennt .wellc a:hover {color: #cc3626;}

.tablee {
  margin: 0 auto 20px;
}
.tablee .title {
  background-color: #112a3e;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font:bold 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  margin-bottom: 20px;
  padding: 10px 18px;
  position: relative;
}
.tablee .content2 {
  display: block;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
#respond {
  background: none repeat scroll 0 0 #ffffff;
  display: block;
  margin: 20px auto 0;
  overflow: hidden;
  padding: 0;
}
#commm {
  display: block;
  margin: -39px auto 0;
  padding: 0;
}
#commentss {
  display: block;
  margin: 20px auto 0;
}
#commentss #commm {
  display: block;
  margin: 0 auto 10px;
}
#commm h3#comments, #respond h3 {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #d9d9d9;
  color: #333333;
  display: block;
  font: 14px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  margin: 0 auto 5px;
  padding: 2px;
  text-align: center;
}
#respond form p {
  display: block;
  font: 14px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  margin: 0 auto 10px;
}
#respond form p a, .commentlist a{color: #e34737;}
#respond form p a:hover, .commentlist a:hover{color: #cc3626;}
#commentform #cke_comment {
  clear: both;
  display: block;
  margin: 10px auto;
  width: 100%;
}
.commentlist {
  padding:0;
}
#commentform p a:hover {
  text-decoration: underline;
}
.commentlist li .avatar  { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  margin-left:5px;
}
.commentlist cite, .commentlist cite a {
  color: #e34737;
  font: 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  height: 16px;
  margin-bottom: 3px;
  padding: 2px 0 0;
}
.commentlist p {
    color: #333;
    direction: rtl;
    font-family: "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 5px 0;
    padding: 0 9px;
}
.alt {padding: 10px;}
.commentlist {
    margin: 0;
    text-align: justify;
    width: 99.8%;
}
.commentlist li {
    border-left: 1px solid #E0DEDE;
	border-right: 1px solid #E0DEDE;
	border-top: 1px solid #E0DEDE;
	border-bottom: 1px solid #e34737;
	background: #FFFFFF 0 0;
	border-image: url('') none;
	margin: 0 auto 15px;
	overflow: hidden;
	padding: 5px;
}
.commentlist li:last-child {margin: 0 auto;}
.children { padding: 0; }
p.nocomments {
  color: #e34737;
  font:bold 18px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  text-align: center;
}
/* End Comments */

/* Services */
.pagge .content .col-lg-3:nth-child(4n+1),
.pagge .content .col-lg-4:nth-child(3n+1) {clear: both;}
.service-item {
  border: 1px solid #eeeeee;
  margin: 0 auto 30px;
  overflow: hidden;
}
.service-item .iimg {
  height: 262px;
  overflow: hidden;
  width: 252px;
}
.service-item .iimg img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-item .iimg:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service-item span {
  background-color: #fafafa;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
.service-item span a {color: #e34737;}
.service-item span a:hover {color: #bb2d1f;}
/* End Services */

/* Pagination */
.pagination {
  display: table;
  margin: 15px auto;
  position: relative;
}
.pagination span, .pagination a {
  background-color: #ffffff;
  color: #e34737;
  display: block;
  float: right;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  height: auto;
  margin: 0 0 0 5px;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.pagination a:hover, .pagination .current{
    background-color: #e34737;
    color: #fff;
}
/* End Pagination */

/* Wrong */
#wrong {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 #d8d8d8;
  color: #e34737;
  display: block;
  margin: 0 auto;
  min-height: 600px;
  padding: 100px 20px 20px;
  text-align: center;
}
#wrong h1 {
  color: #e34737;
  font-size: 25px;
  margin: 0 auto;
}
#wrong h2 {
  color: #e34737;
  display: block;
  font: bold 90px "play",Arial,Helvetica,sans-serif;
}
#wrong h3 {
  color: #e34737;
  display: block;
  font-size: 20px;
}
#wrong form {
  display: block;
  height:30px;
  margin: 20px auto;
  width: 360px;
}
#wrong form input[type=text] {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #dddddd;
  color: #373737;
  display: block;
  float: right;
  height: 32px;
  padding: 0;
  text-indent: 5px;
  width: 302px;
}
#wrong form input[type=submit] {
  background-color: #e34737;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  height: 32px;
  width: 58px;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#wrong form input[type=submit]:hover {background-color: #cc3626;}
#wrong ul {
  display: table;
  list-style: none outside none;
  margin: 0 auto;
}
#wrong ul li {
  display: block;
  float: right;
  margin: 0 0 0 5px;
}
#wrong ul li a {
  background-color: #e34737;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
#wrong ul li a:hover {background-color: #cc3626;}
/* End Wrong */

/* Clients */
.pagge .content .col-lg-2:nth-child(6n+1) {clear: both;}
.client-item {
  border: 1px solid #eeeeee;
  margin: 0 auto 30px;
  overflow: hidden;
}
.client-item .iimg {
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  width: 120px;
}
.client-item .iimg img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.client-item .iimg:hover img {opacity: 0.8;}
.client-item span {
  background-color: #fafafa;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
.client-item span a {color: #e34737;}
.client-item span a:hover {color: #bb2d1f;}
/* End Clients */

/* Productarea */
#productarea {
  background: rgba(0, 0, 0, 0) url("images/bg2.png") repeat scroll center center;
  padding: 30px 0;
}
#productarea .title {
  color: #e34737;
  display: block;
  font-size: 26px;
  margin: 0 auto 20px;
  text-align: center;
}
#productarea .owl-carousel {
  direction: ltr;
  position: relative;
}
#productarea .owl-carousel .product-item {
  direction: rtl;
  margin: 0 auto;
  overflow: hidden;
  width: 263px;
}
#productarea .owl-carousel .product-item .iimg {
  height: 263px;
  overflow: hidden;
  position: relative;
  width: 263px;
}
#productarea .owl-carousel .product-item .iimg img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
#productarea .owl-carousel .product-item .iimg .details {
  background-color: rgba(227, 71, 55, 0.8);
  height: 100%;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#productarea .owl-carousel .product-item:hover .iimg .details {opacity: 1;}
#productarea .owl-carousel .product-item .iimg .details ul.iinfo {
  top: -60px;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  right: 40%;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#productarea .owl-carousel .product-item:hover .iimg .details ul.iinfo {top: 40%;}
#productarea .owl-carousel .product-item .iimg .details ul.iinfo li {
  display: inline-block;
  margin: 0 3px;
}
#productarea .owl-carousel .product-item .iimg .details ul.iinfo li a {
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 17px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
#productarea .owl-carousel .product-item .iimg .details ul.iinfo li a:hover {
  background-color: #262039;
  border: 1px solid #262039;
}
#productarea .owl-carousel .product-item .iimg .details ul.sharre {
  bottom: -50px;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  right: 20%;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#productarea .owl-carousel .product-item:hover .iimg .details ul.sharre {bottom: 20px;}
#productarea .owl-carousel .product-item .iimg .details ul.sharre li {
  display: inline-block;
  margin: 0 3px;
}
#productarea .owl-carousel .product-item .iimg .details ul.sharre li a {
  border: 1px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-size: 17px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
#productarea .owl-carousel .product-item .iimg .details ul.sharre li a:hover {
  background-color: #262039;
  border: 1px solid #262039;
}
#productarea .owl-carousel .product-item .content {
  border-bottom: 1px dashed #cbcdcd;
  border-left: 1px dashed #cbcdcd;
  border-radius: 0 0 5px 5px;
  border-right: 1px dashed #cbcdcd;
  padding: 10px 10px 5px;
}
#productarea .owl-carousel .product-item .content p {
  color: #4f636f;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}
#productarea .owl-carousel .product-item .content span {
  display: block;
  font-size: 16px;
  text-align: left;
}
#productarea .owl-carousel .product-item .content span a {color: #e34737;}
#productarea .owl-carousel .product-item .content span a:hover {color: #bb2d1f;}
#productarea .owl-carousel .product-item .content span a i {
  color: #000000;
  margin: 0 5px 0 0;
}
#productarea .owl-carousel .owl-buttons {
  display: table;
  margin: 30px auto 0;
}
#productarea .owl-carousel .owl-buttons .owl-prev {
  background-color: #bcbebb;
  border: 1px solid #ffffff;
  border-radius: 100%;
  box-shadow: 1px 1px 3px 0 #8a8b89 inset;
  color: #ffffff;
  float: left;
  font-size: 25px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0 5px 0 0;
  text-align: center;
  width: 50px;
}
#productarea .owl-carousel .owl-buttons .owl-next {
  background-color: #bcbebb;
  border: 1px solid #ffffff;
  border-radius: 100%;
  box-shadow: 1px 1px 3px 0 #8a8b89 inset;
  color: #ffffff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
#productarea .owl-carousel .owl-buttons .owl-next:hover, #productarea .owl-carousel .owl-buttons .owl-prev:hover {
  background-color: #e34737;
  box-shadow: 1px 1px 3px 0 #a7362a inset;
}
/* End Productarea */

/* Clientarea */
#clientarea {
  background: #262039 url("images/bg1.png") repeat scroll center center;
  padding: 30px 0;
  text-align: center;
}
#clientarea .title {
  color: #ffffff;
  font-size: 26px;
  margin: 0 auto 20px;
}
#clientarea .title i {
  color: #e34737;
  margin: 0 0 0 5px;
}
#clientarea .owl-carousel {
  direction: ltr;
  padding: 0 50px;
  position: relative;
}
#clientarea .owl-carousel.owl-theme .item img {
  border-radius: 10px;
  height: 120px;
  width: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#clientarea .owl-carousel.owl-theme .item img:hover {opacity: 0.8;}
#clientarea .owl-carousel .owl-prev {
  background-color: #e34737;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  height: 35px;
  left: 0;
  line-height: 35px;
  position: absolute;
  top: 34%;
  width: 35px;
}
#clientarea .owl-carousel .owl-next {
  background-color: #e34737;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  height: 35px;
  right: 0;
  line-height: 35px;
  position: absolute;
  top: 34%;
  width: 35px;
}
#clientarea .owl-carousel .owl-next:hover, #clientarea .owl-carousel .owl-prev:hover {background-color: #c82c1c;}
/* End Clientarea */

/* Socialarea */
#socialarea {
  background-color: #ffffff;
  padding: 30px 0;
  text-align: center;
}
#socialarea .subsform {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  display: table;
  height: 50px;
  margin: 0 auto 30px;
  padding: 10px 0;
}
#socialarea .subsform label {
  border-left: 1px solid #d5d5d5;
  color: #19242f;
  float: right;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  margin: 0 auto;
  padding: 0 10px;
}
#socialarea .subsform input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #888888;
  float: right;
  font-size: 14px;
  height: 36px;
  padding: 0;
  text-indent: 10px;
  width: 250px;
}
#socialarea .subsform button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #000000;
  float: left;
  font-size: 20px;
  height: 36px;
  padding: 0;
  text-align: center;
  width: 36px;
}
#socialarea .subsform button:hover {color: #e34737;}
#socialarea ul {
  display: table;
  margin: 0 auto;
}
#socialarea ul li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
#socialarea ul li a {
  background-color: #ffffff;
  border: 2px solid #bcbebb;
  border-radius: 100%;
  color: #bcbebb;
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 43px;
  width: 45px;
}
#socialarea ul li a:hover {
  border: 2px solid #ea6657;
  color: #ea6657;
}
/* End Socialarea */

/* Scrollup */
a.scrollup {
  background-color: #e34737;
  bottom: 8px;
  color: #fff;
  cursor: pointer;
  display:none;
  font: 20px/33px FontAwesome;
  height: 35px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 35px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.scrollup:hover {background-color: #cc3626;}
/* End Scrollup */


/* Footer */
footer {
  background-color: #17151d;
  padding: 20px 0;
}
footer .copyright {
  color: #a8a8a8;
  float: center ;
  text-align: center;
  font-size: 16px;
  line-height: 120px;
}
footer .copyright a {color: #a8a8a8;}
footer .copyright a:hover {color: #ffffff;}
footer .foot {float: right;}
/* End Footer */


nav .list1 ul li.forumtopic a::after {
  content: "\f085";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
nav .list1 ul li.reg a::after {
  content: "\f040";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
nav .list1 ul li.forumprog a::after {
  content: "\f1ea";
  float: right;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}


