
/* here you can put your own css to customize and override the theme */








.pre-header {
	color: #616b76;
	border-bottom: 1px solid #eee;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #0c0c45;
}
.pre-header a {
	  color: #616b76;
      font-size: 14px;
      padding: 0;
      text-align: center;
}
.pre-header a:hover {
	color: #E02222;
}
.pre-header a:focus {
	text-decoration: none;
}
.pre-header li {
	padding-left: 11px;
	padding-right: 15px;
	border-right: solid 1px #d8d8d8;
}

.pre-header li:hover {
	color: #E02222;
    -webkit-transition:all 0.5s ease;
	 -moz-transition:all 0.5s ease;
	 -o-transition:all 0.5s ease;
	 transition:all 0.5s ease;
}
.pre-header li:last-child {
	border: none;
}
.additional-shop-info li:first-child {
	padding-left: 0;
}
.additional-nav li:last-child {
	padding-right: 0;
}
.pre-header .fa {
	margin-right: 4px;
}

.pre-header li .fa:hover {
    background: #e80b1c;
    color: #fff;
    border-radius:10%;
    -webkit-transition:all 0.9s ease;
	 -moz-transition:all 0.9s ease;
	 -o-transition:all 0.9s ease;
	 transition:all 0.9s ease;
}

.shop-currencies a {
	margin-right: 6px;
}
.shop-currencies a:last-child {
	margin-right: 0;
}
.shop-currencies a.current {
	color: #E02222;
}


.imageClip{
  width:100%;
  height: auto;
  overflow:hidden;
}



.site-logo {
    float: right;
    font-size: 23px;
    font-weight: 400;
    margin-right: 67px;
    padding-top: 4px;
    padding-bottom: 0px;
    margin-right: 0;
}

.site-logo img {
    width: 130;
    height: 80;
 /*  margin: 135; */

}

.fullwidthbanner-container{
        height: 80%;
    }
    
/* Navigation */
.header-navigation {
	font: 200 'Droid Arabic kufi', serif;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	text-transform: uppercase;
    font-size: 18px;
    color: #eee;
}
.header-navigation ul > li.active > a {
    border-bottom: 2px solid #ff0010;
    /* background-color: #ff0010; */
}

.header-navigation .dropdown-menu > li:first-child {
    border-top: 2px solid #ff0010;
}



.fotterlinks a
{
    color: gray;
    text-decoration: none;
}

.fotterlinks a:hover
{
    color: #fff;
}

.corporate .content-page {
    padding: 0 0 0px;
}

/* Choose us block */
.choose-us-block {
  padding-top: 60px;
}
.choose-us-block h4 {
  margin-bottom: 35px;
}
.choose-us-block h4 a {
  color: #1ea9e3;
}
.choose-us-block .panel-group {
  padding-top: 50px;
}
.choose-us-block .panel-default {
  border-radius: 0 !important;
  border: none;
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 14px;
}
.choose-us-block .panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.choose-us-block .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 32px;
}
.choose-us-block .panel-default h5 {
  font: 300 19px "Open Sans", Arial, sans-serif;
  padding: 0;
  margin: 0 0 5px;
}
.choose-us-block .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #e54a1a url(../img/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50% !important;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.choose-us-block .panel-default .collapsed:before {
  background: #495764 url(../img/toggle-icons.png) no-repeat 6px -148px;
}
.choose-us-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #e54a1a;
}
.choose-us-block .panel-default .accordion-toggle, .choose-us-block .panel-default .accordion-toggle:focus, .choose-us-block .panel-default .accordion-toggle:hover, .choose-us-block .panel-default .accordion-toggle:active {
  color: #1ea9e3;
  text-decoration: none;
}
.choose-us-block .panel-default .collapsed {
  color: #5f6f7e;
}

.recent-work {
    text-align: center;
    border-bottom: 2px solid #eee;

}

/* Services block */
.services-block {
  background: #fff;
  padding: 60px 0 70px;
    text-align: center;
}
.services-block .row {
  padding-top: 0px;
}
.services-block .item {
  border: solid 1px #eee;
  padding-top: 9px;
  padding: 40px;
}

.services-block .col-md-3:last-child {
  border-right: none;
}
.services-block .fa {
  background: #ff0013;
  color: #fff;
  width: 99px;
  height: 99px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  margin-bottom: 29px;
}
.services-block .fa:after {
  bottom: -8px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -9px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-top: 9px solid #ff0013;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.services-block .fa {
  font-size: 38px;
  padding: 35px 0 0;
}

.services-block p {
  margin-bottom: 5px;
        margin-bottom: 5px;
    font-size: 17px;
}

.services-block .fa {
    background: #ff0013;
}

.services-block .fa:hover {
  background: #fff ;
  color: #ff0013;
          -webkit-transition:all 1s ease;
	 -moz-transition:all 1s ease;
	 -o-transition:all 1s ease;
	 transition:all 1s ease;
}


.services-block .item:hover {

          -webkit-transition:all 1s ease;
	 -moz-transition:all 1s ease;
	 -o-transition:all 1s ease;
	 transition:all 1s ease;
}






.reduce-header .site-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}

.reduce-header .site-logo  {
    padding-top: 0px;
    padding-bottom: 0px;
}

.reduce-header .site-logo img {
    height: 61px;
    width: 90px;
}

.color-red {
    color: #ff0013;
}

.content-page p, .content-page .list-unstyled {
    PADDING: 20PX 0PX;
}

p {
    LINE-HEIGHT: 30PX;
}


.site-logo img {
    width: 135px;
    height: 80px;
    /* margin-right: 185px; */

}



@media (min-width: 1025px)
.header .header-navigation {
    display: block !important;
    margin-right: 356px;
    font-size: 22px;
}

.content-page {
    margin-top: 30px;
    /*margin-right: 90px;*/
    padding: 0 0 48px;
    border-radius: 50%;
    margin-bottom: 100px;
}





/* Section Title*/
.tittle {
  text-align: center;
  text-transform: uppercase;
}
.tittle h2 {
  font: 200 24px "Droid Arabic kufi", serif;
  color: #222222;
  padding-top: 0px;
  position: relative;
}
.tittle h2:after {
  content: "";
  position: absolute;
  background: #e80b1c;
  height: 5px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.tittle h4 {
  font: 400 14px "Droid Arabic kufi", serif;
  color: #555555;
  padding-top: 55px;
}
.tittle h2:hover {
  font: 500 36px "Droid Arabic kufi", serif;
  color: #e80b1c;
        -webkit-transition:all 1s ease;
	 -moz-transition:all 1s ease;
	 -o-transition:all 1s ease;
	 transition:all 1s ease;
}



.content-page {
    background: #fff;
}
.blog-posts {
     background: #fff;
}
.main {
    background: #fff;
}



.fullwidthabnner {
 /*   max-height: 500px;
    height: 502px;*/
}


.My-width-100 {
    width:100%;
}





@media (min-width: 768px) {


     .header .header-navigation .navbar-nav li:hover.submenu .ull {
      transform: rotateX(0deg);
  }


    .header .header-navigation .navbar-nav li.submenu .ull {
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top;

  }

}
.header .header-navigation .navbar-nav li.submenu .ull {

  border: none;
  box-shadow: none;
  border-radius: 0px;

  transition: all 500ms ease-in-out;

}


 .quick_link {
  padding: 0;
  margin: 0;
}

 .quick_link a {
  color: #b0b0b0;
  position: relative;
  padding-right: 30px;
}
 .quick_link  a i {

  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 300ms linear 0s;
}
 .quick_link a:hover, .quick_link a:focus {
  color: #ff0013;
}
 .quick_link a:hover i, .quick_link a:focus i {
  right: 8px;
}


.txtfont {
    font: 900 'Droid Arabic kufi', serif;
    color: #fff;

}





.header {
	/* box-shadow: 0 1px 3px #ddd;		 */
	background: #fff;
	border-radius: 0;
	margin-bottom: 23px;
	z-index: 999;
	position: relative;
}


.imghov
{
    border: 2px solid #fff;
}

.imghov1
{
    border: 2px solid #eee;
}

.imghov:hover
  {
    color: #fff;
  }
.sidebar-menu
{
        border: 3px solid #eee;
        margin-top: 85px;
        font-size: 16px;
}

.sidebar-menuProduct
{
        border: 3px solid #eee;
        margin-top: 95px;
        font-size: 16px;
}

.imghov1:hover
  {
    color: #fff;
  }


@media(min-width:600px) and (max-width:990px)
{
 
	.video {
            margin-left: 135px;
    }

}



.aboutli li {
    border: 1px solid #eee;
    padding: 14px;
}

.aboutdev {

}


 @media(max-width:430px)
{
    .content-page {
        margin-right: 0px;
            
    }
    .c-mob-clients{
        justify-content: center;
        display: grid;
    }
}

@media(max-width:400px)
{
    .bnavbar-nav{
            display: grid;
    }
     .fullwidthbanner-container{
        height: 20%;
    }
 
}

@media(max-width:768px)
{
     .fullwidthbanner-container{
        height: 25%;
    }
    .site-logo img {
    width: 100px;
    height: 68px;
     /*  margin: 135; */
    
    }
  .our-clients .owl-buttons {
        left: 268px;
    }
}


/* End Phone And Tablets */

/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/


/* Start Media Screen */

@media(min-width:992px) and (max-width:1199px)
{
	.our-clients .owl-buttons {
    left: 438px;
}
}



/* End Media Screen */


/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/

/* Start Larg Screen */




@media (max-width: 992px)

.our-clients .owl-buttons {
    left: 321px;
    }
}










/******************* Start Section features  **********************/

.features
{
	background:#ccc;
	padding-top:50px;
	padding-bottom:50px;
}

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

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

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

.features .feat span.glyphicon
{
	font-size:25px;
	margin-bottom:10px;
}


/******************* End Section features  **********************/




.sendbutton {
    color: #fff;
    background-color: #ff0013;
    width: 120px;
}

.sendbutton:hover {
    background-color: #96010c;
    width: 120px;

}



.imghovproduct {
    border: 2px solid #eee;
}

.imghovclient {
    border: 2px solid #eee;
}










#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff url('../img/preload.gif') no-repeat center center;
}






/*--------------------------------------------------*/
/* Top header */
.top_header_area {
  background: #0c0c45 ;
  color: #616b76;
    border-bottom: 1px solid #eee;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #0c0c45;
}
.top_header_area .top_nav li a {
  font: 350 12px/35px "Roboto", sans-serif;
  color: #fff;
  padding: 0;
  padding-left: 30px;
}
.top_header_area .top_nav li a i {
  color: #ff0013;
  font-size: 15px;
  padding-right: 10px;
  padding-top: -10px;
}
.top_header_area .top_nav li a:hover, .top_header_area .top_nav li a:focus {
  background-color: transparent;
  color: #ff0013;
}
.top_header_area .top_nav li:first-child a {
  padding: 0;
}
.top_header_area .social_nav {
  margin: 0;
  padding-top: 5px;
}
.top_header_area .social_nav li a {
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-left: 10px;
}
.top_header_area .social_nav li a i {
  line-height: 24px;
}
.top_header_area .social_nav li a:hover, .top_header_area .social_nav li a:focus {
  background: #ff0013;
  color: #0c0c45;
}

/* End Top header */
/* Top header 2 */
.top_header_area.top_header {
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.top_header_area.top_header .right_top_header {
  background: #0c0c45;
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.top_header_area.top_header .right_top_header:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  background: #0c0c45;
  height: 50px;
  z-index: -1;
}



  .top_header .top_nav li a {
    padding-left: 10px;
  }



  .top_header_area.top_header {
    background: #0c0c45 !important;
  }

  .top_header_area.top_header .right_top_header::after {
    display: none;
  }

@media (max-width: 767px) {
   
  .top_header_area .top_nav li {
    display: inline-block;
  }
  .top_header_area .top_nav li:first-child a {
    padding-left: 15px;
  }
  .top_header_area .top_nav li a {
    line-height: 28px;
  }

  .top_header_area .social_nav {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .top_header_area .social_nav li {
    display: inline-block;
  }
  .top_header_area .social_nav li:first-child a {
    margin-left: 0;
  }



  .top_header_area.top_header {
    display: none;
  }

}

.imghov3
    {
        border: 2px solid #dadad7;
    }



.navbar-toggle {
  position: relative;
  float: left !important;
  padding: 9px 10px;
  margin-top: 20px !important;
  margin-right: 11px;
  margin-left: 11px !important;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}

.dropdown-menu>li>a {
  padding: 10px 20px !important;
}



/* calender css */

