/* 

Sefaresh.net

*/

body {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 13px;
  line-height: 17px;
   margin-top: 10px;
}

.page-content {
  width: 100%;
  float: left;
}

.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
text-align: center;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.section-heading h1 {
    margin-top: 0px;
    font-size: 37px;
    color: #ffffff;
    display: inline-block;
    margin-left: 50px;
    border-bottom: 2px solid #ff4500;
    /* font-stretch: condensed; */
    letter-spacing: 2px;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #45489a;
}

.section-heading p {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
  left: 0;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
    position: absolute;
    top: 40%;
    right: 1%;
    display: inline-block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

/*
#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
} 
*/
#main-nav ul {
    text-align: right;
    background-color: rgba(0,0,0,0.9);
    margin-right: -16px;
    width: 67%;
    float: right;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}


/* Sidebar Style */

.sidebar-navigation {
     width: 90%;
    float: left;
    height: 55px;
    position: absolute;
    z-index: 10;
    border-bottom: 2px solid rgba(97, 96, 96, 0.8);
    margin-right: 100px;
    margin-top: 80px;
}

.sidebar-navigation .logo {
     position: absolute;
    /* line-height: 100px; */
    background-color: #45489a;
    padding: 0px;
    text-align: center;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: auto;
  width: 100%;
  display: inline-block;
 
}



.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
        position: absolute;
    top: 0;
    /* right: 20px; */
    text-align: center;
    /* margin: 0 auto; */
    width: 100%;
        padding: 5px;

 /* -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);*/
}

.sidebar-navigation ul {
  margin-left: 0;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li {
    padding: 8px 0;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
     display: inline-block;
    color: #fff;
    margin-top: 4px;
    text-decoration: none!important;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 5px 7px;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 0px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  padding: 13px;
    margin: 0;
    text-align: center;
    position: relative;
    top: 0px;
}


.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-left: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}


/* Slider Style */

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 110vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
 text-align: center;
    position: absolute;
    z-index: 10;
    top: 60%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
    text-shadow: -2px 1px 4px black;
}


.Modern-Slider .info p {
  font-size: 15px;
  color: #fff;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0, 0, 0, 0);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0, 0, 0, 0);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 110vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../images/slidernew1.jpg);
}

.Modern-Slider .item-2 .image {
  background-image: url(../images/slidernew2.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../images/slidernew3.jpg);
}
.Modern-Slider .item-4 .image {
  background-image: url(../images/slidernew4.jpg);
}
.Modern-Slider .item-5 .image {
  background-image: url(../images/slidernew5.jpg);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* Featured Style */

#featured {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #0c0c0c;
    background-color: #1f1e1e;
}

#featured .section-heading {
  margin-left: 20%;
}

#featured .content-section {
  display: inline-block;
  position: relative;
}

#featured .owl-dots {
  margin-top: 40px;
}

#featured .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured .owl-dots .active span {
  background-color: #45489a!important;
}

#featured .owl-dots button {
  outline: none;
}

#featured .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  left: 0;
}

#featured .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#featured .item {
  text-align: right;
  position: relative;
  z-index: 10;
}

#featured .item .image {
  position: relative;
}

#featured .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 50%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured .item .text-content {
  padding-top: 20px;

  position: relative;
  z-index: 10;
}

#featured .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #f19b26;
  letter-spacing: 0.5px;
}
.text-content11 h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
    color: #f19b26;
    letter-spacing: 0.5px;
    text-align: right;
}

#featured .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}



/* Projects Style */

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
        background-color: #0c0c0c;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  max-height: 310px;
    min-height: 300px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}

/* Featured Style */

#featured2 {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 65px;
  border-bottom: 1px solid #111;
        background-color: #111111;
}

#featured2 .section-heading {
  margin-left: 20%;
}

#featured2 .content-section {
  display: inline-block;
  position: relative;
}

#featured2 .owl-dots {
  margin-top: 40px;
}

#featured2 .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured2 .owl-dots .active span {
  background-color: #45489a!important;
}

#featured2 .owl-dots button {
  outline: none;
}

#featured2 .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  left: 0;
}

#featured2 .owl-nav button:focus {
  outline: none;
}

#featured2 .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured2 .owl-nav .owl-next span, #featured2 .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured2 .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#featured2 .item {
  text-align: right;
  position: relative;
  z-index: 10;
    min-height: 470px;
    border: 1px solid #f19b26 !important;
}

#featured2 .item .image {
  position: relative;
}

#featured2 .item .image img {
    position: relative;
    margin: auto;
    text-align: center;
}

#featured2 .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 50%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured2 .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured2 .item .text-content {
  padding-top: 20px;
  
  position: relative;
  z-index: 10;
}

#featured2 .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
    
}

#featured2 .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}


/**/
#featured3 {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #1b1a1a;
    background-color: #1b1a1a;
}
.featured33 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

#featured3 .section-heading {
  margin-left: 20%;
}

#featured3 .content-section {
  display: inline-block;
  position: relative;
}

#featured3 .owl-dots {
  margin-top: 40px;
}

#featured3 .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured3 .owl-dots .active span {
  background-color: #45489a!important;
}

#featured3 .owl-dots button {
  outline: none;
}

#featured3 .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  left: 0;
}

#featured3 .owl-nav button:focus {
  outline: none;
}

#featured3 .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured3 .owl-nav .owl-next span, #featured3 .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured3 .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#featured3 .item {
  text-align: right;
  position: relative;
  z-index: 10;
}

#featured3 .item .image {
  position: relative;
}

#featured3 .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured3 .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(69,72,154, 0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 50%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured3 .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured3 .item .text-content {
  padding-top: 20px;

  position: relative;
  z-index: 10;
}

#featured3 .item .text-content h4 {
    /* margin-top: -14px; */
    /* margin-bottom: 5px; */
    font-size: 18px;
    font-weight: 600;
    color: #f19b26;
    line-height: 1.5;
    /* letter-spacing: 0.5px; */
    margin: -17px 13px 2px 0px;
    text-align: right;
}

#featured3 .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}
#dle-content{
  text-align: right;
}

.tableform td{
  padding: 5px;
}

.full-story {
    text-align: justify;
    line-height: 22px;
    /* text-align: left; */
    direction: rtl;
}

@media (max-width: 767px){
.full-story img{box-shadow: 0px 0px 5px black;width: 92%;}
}    

@media (max-width: 992px){
.full-story img{box-shadow: 0px 0px 5px black;width: 92%;}
}    


.story-footer {
    margin: 10px 3px;
    direction: rtl;
    text-align: right;
}

td.label{
  color: #333;
}



/* Video Presentation Style */

#video {
  text-align: center;
 
  padding: 0px 15px;
          background-color: #0b0b0b;
}

#video .section-heading {
  margin-bottom: 0px;
  text-align: center;
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#blog {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#blog .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid #45489a;
}

#blog .tabs li {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}

#blog .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232323;
  font-size: 19px;
  line-height: 80px;
  font-weight: 600;
  transition: 0.5s;
}

#blog .tabs a:hover {
  color: #45489a;
}


#blog .tabs .active:hover {
  color: #fff;
}

#blog .tabs .active {
  background-color: #45489a;
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#blog .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#blog .tabgroup ul li {
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#blog .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#blog .tabgroup ul li img {
  float: right;
  margin-left: 30px;
  max-width: 100%;
  overflow: hidden;
}
#blog .tabgroup ul li .text-content {
  display: inline;
}

#blog .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#blog .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#blog .item .text-content .accent-button {
  margin-top: 25px;
}




/* Contact Style */

#contact {
  padding-top: 0px;
}

#contact-content {
  padding: 80px 60px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}



/* Footer Style */

.footer {
  background-color: #000;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
    margin-top: 0;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    top:120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  

}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  #featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}


.buttongheimat a{
   width: 50% !important;
    left: 0;
    right: auto !important;}

.p-darbarema{
    font-size: 16px;
    color: #7a7a7a;
    line-height: 1.8;}

.highslide img {
       max-width: 100%;
}
.box3{
border: 1px solid #c4c2c2;
    padding: 9px;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 1px #a5a9ae;}

.backword{
        width: 100%;
}
.section-content2{ 
   background-color: #f19b26;
    border-radius: 20px;
    padding: 40px;
    width: 95%;
    margin-right: 20px;}

.content-shortstory11{
text-align: right;
    color: #fff;
    direction: rtl;
    font-size: 15px;
    line-height: 22px;
}
.content-shortstory111 {
    text-align: right;
    color: #fff;
    direction: rtl;
    padding: 0 12px;
    line-height:18px;
}

.more-shortstory11{
      text-align: center;
    display: inline;
    color: #fff;
    background: #f19b26;
    font-size: larger;
    width: 50%;
    padding: 8px 45px 8px;
    border-radius: 100px;
        margin: 5px;

}
.more-shortstory15 {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ff4500;
    font-size: larger;
    /* width: 50px; */
    padding: 8px 28px;
    border-radius: 17px;
    margin: 10px;
    bottom: 0;
    position: absolute;
    right: 0;
    /* font-weight: 500; */
    font-size: 16px;
}
.more-shortstory16 {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ff4500;
    font-size: larger;
    /* width: 50px; */
    padding: 8px 28px;
    border-radius: 17px;
    margin: 10px;
    bottom: 0;
    position: absolute;
    right: 111px;
    /* font-weight: 500; */
    font-size: 16px;
}
.more-shortstory155 {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ff4500;
    font-size: larger;
    /* width: 50px; */
    padding: 8px 28px;
    border-radius: 17px;
    margin: 10px;
    bottom: 0;
    position: absolute;
    right: 0;
    /* font-weight: 500; */
    font-size: 16px;
}
.more-shortstory166 {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ff4500;
    font-size: larger;
    /* width: 50px; */
    padding: 8px 28px;
    border-radius: 17px;
    margin: 10px;
    bottom: 0;
    position: absolute;
    right: 111px;
    /* font-weight: 500; */
    font-size: 16px;
}

.more-shortstory19{
     text-align: center;
    display: inline-block;
    color: #fff;
    background: #f19b26;
    font-size: larger;
    width: 50%;
    padding: 8px 45px 8px;
    border-radius: 100px;
    margin: 10px;
    margin-right: 60px;

}

.top-short
{
    margin-top: 40px;

}

.title-shortstory11{
    text-align: center;}

.more-color
{
 background-color:#fff;
    color:#000;
}
.border-img
{
border: 1px solid #616161;
    border-radius: 15px;
    width: 28%;
    height: 370px;
    margin-left: 45px;
    margin-bottom: 40px;
    background-color: #161616;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    padding: 0;
}


.short-color
{
    color: #fff;
    position: relative;
    display: inline-block;
    margin-top: -15px;
    font-size: 15px;
    line-height: 25px;
}

.more-slider {
   margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    border: 1px solid #fff;
    width: 15%;
    border-radius: 30px;
    padding: 15px;
    display: inline-block;
    background-color: #fff;
    color: #000;
}
.buy-slider {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    border: 1px solid #da511f;
    width: 15%;
    border-radius: 30px;
    padding: 15px;
    display: inline-block;
    background-color: #ff4500;
    color: #fff;
}
.logo-img {
    width: 10%;
    display: inline-block;
    position: absolute;
    margin-right: 45%;
    margin-top: -68px;
}
.shop-logo
{
    width: 17%;
    position: relative;
    display: inline-block;
    right: 5px;
}
.img-servis {
    margin: auto;
    text-align: center;
}

.img-servis img{
    width: 100%;
    height: 200px;
    
}

.right-margin
{
margin-left: 25px;
}
.posi-img
{
    width: 80%;
    margin-right: 40px;
}
.margin-text
{
    margin-top: -18px;
    margin-right: -18px;
}
.logo-width
{
    width: 8%;
}
.photo-width
{

    width: 70% !important;
    height: 200px;
}
.short-mediya
{
    direction: rtl;
    text-align: right;
    border: 2px solid rgb(51, 51, 51);
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    height: 219px;
}
.location
{
    position: absolute;
    display: inline-block;
    margin-right: 90px;
    margin-top: 5px;
}

.logo224
{
    position: absolute;
    display: inline-block;
    margin-right: 100px;
    margin-top: 0px;
}
.logo-15
{
    position: absolute;
    display: inline-block;
    margin-right: 130px;
    margin-top: 0px;
}
.logo-16
{
    position: absolute;
    display: inline-block;
    margin-right: 190px;
    margin-top: 0px;
}
.logo-17
{
    position: absolute;
    display: inline-block;
    margin-right: 130px;
    margin-top: 0px;
}
.logo-18
{
    position: absolute;
    display: inline-block;
    margin-right: 210px;
    margin-top: 0px;
}
.slide-color
{
background-color: #161616;
}
a:hover, a:focus {
    color: #f19b26;
    text-decoration: none;
}
.sidebar-navigation a:hover
{
background-color: #ff4500;
    border-radius: 6px;
}
.media-item
{
   direction: rtl;
    float: right;
    text-align: right;
    border: 1px solid rgb(107, 105, 105);
    border-radius: 10px;
    padding: 7px;
    width: 85%;
    margin: auto;
}
.mediya-left
{
direction:rtl;
float: left;
text-align:right;
border:1px solid rgb(107, 105, 105);
border-radius:10px;
padding:7px;
width:85%;
margin:auto;
}
@media (max-width: 767px){
.buy-slider {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    border: 1px solid #da511f;
    width: 40%;
    border-radius: 30px;
    padding: 8px;
    display: inline-block;
    background-color: #ff4500;
    color: #fff;
}
    .more-slider {
   margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    border: 1px solid #fff;
    width: 40%;
    border-radius: 30px;
    padding: 8px;
    display: inline-block;
    background-color: #fff;
    color: #000;
}
}
@media (max-width: 767px){

.services {
    width: 95%!important;
    border: 1px solid #ff4500;
    margin: 0 0px 25px 10px!important;
    text-align: center;
    height: 488px;
    padding: 20px;
    border-radius: 8px;
}

}
@media (max-width: 767px){

.content-shortstory111 {
    color: #fff;
    direction: rtl;
    padding: 0px 30px;
    text-align: right;
    line-height: 24px;
    font-size:15px;
}
    #featured3 .item .text-content h4 {
    /* margin-top: -14px; */
    /* margin-bottom: 5px; */
    font-size: 18px;
    font-weight: 600;
    color: #f19b26;
    line-height: 1.5;
    /* letter-spacing: 0.5px; */
    margin: -15px 5px 2px 0px;
    text-align: center;
        padding: 4px;
}
    .media-item{
    direction: rtl;
    float: right;
    text-align: right;
    border: 1px solid rgb(107, 105, 105);
    border-radius: 10px;
    padding: 7px;
    width: 100%;
    margin: auto;
    height: 460px;
    margin: 0 0 20px;
    }
    .mediya-left
    {
    direction: rtl;
    float: left;
    text-align: right;
    border: 1px solid rgb(107, 105, 105);
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    margin: auto;
    height: 460px;
    margin: 0px 0 20px;
    }
    

}
@media (max-width: 767px){
.more-shortstory166 {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ff4500;
    font-size: larger;
    /* width: 50px; */
    padding: 8px 40px;
    border-radius: 17px;
    margin: 10px;
    bottom: 0px;
    position: absolute;
    right: 140px;
    /* font-weight: 500; */
    font-size: 16px;
}
    .more-shortstory155 {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ff4500;
    font-size: larger;
    /* width: 50px; */
    padding:8px 40px;
    border-radius: 17px;
    margin: 10px;
    bottom: 0;
    position: absolute;
    right: 90px;
    /* font-weight: 500; */
    font-size: 16px;
}

}
@media (max-width: 767px){
.col-md-99
{
    float: right;
    width: 100%;
}
}
@media (max-width: 767px){

.border-img {
    border: 1px solid #616161;
    border-radius: 15px;
    width: 100%;
    height: 370px;
    margin-left: 0px;
    margin-bottom: 40px;
    background-color: #161616;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    padding: 0;
}
}

@media (max-width: 767px){
.section-heading h1 {
    margin-top: 0px;
    font-size: 37px;
    color: #ffffff;
    display: inline-block;
    margin-left: 0px;
    border-bottom: 2px solid #ff4500;
    /* font-stretch: condensed; */
    letter-spacing: 2px;
}
}
@media (max-width: 767px){
.text-content11 h4 {
    margin-top: 225px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #f19b26;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 30px;
}
    .image111 img {
    position: absolute;
    left: 0;
    display: inline-block;
    right: 0px;
    width: 100%!important;
    height: 220px!important;
    padding: 3px 15px 3px 15px !important;
}
    .text-siz {
    color: #fff;
    direction: ltr;
    padding: 5px!important;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
    .short-mediya {
    direction: rtl;
    text-align: right;
    border: 2px solid rgb(51, 51, 51);
    margin: 5px 0 20px 0;
    padding: 15px;
    border-radius: 10px;
    height: 500px;
}
}
.text-siz
{
    color: #fff;
    direction: rtl;
    padding: 0px 30px;
    text-align: right;
}
@media (max-width: 767px){

.section-content2 {
    background-color: #f19b26;
    border-radius: 20px;
    padding: 40px;
    width: 98%;
    margin-right: 5px;
}
}
@media (max-width: 767px){
.sayeh {
   position: absolute;
    left: 0;
    height: 400px;
    background: transparent;

}
}
@media (max-width: 460px){
.sayeh {
  /* background: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(0, 0, 0)) !important; */
    /* width: 100%; */
    /* float: left; */
    position: absolute;
    left: 0;
    height: 400px;
    /* z-index: 11;*/
    background: transparent;
}
}
@media (min-width: 460px){
.sayeh {
   /* background: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(0, 0, 0)) !important; */
    /* width: 100%; */
    /* float: left; */
    position: absolute;
    left: 0;
    height: 400px;
    /* z-index: 11;*/
    background: transparent;

}
}
.col-style
{
    width: 100%;
    height: 150px;
}

@media (max-width: 767px){

.more-shortstory16 {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ff4500;
    font-size: larger;
    /* width: 50px; */
    padding: 8px 28px;
    border-radius: 17px;
    margin: 10px;
    bottom: 0;
    position: absolute;
    right: 150px;
    /* font-weight: 500; */
    font-size: 16px;
}
    
    .more-shortstory15 {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #ff4500;
    font-size: larger;
    /* width: 50px; */
    padding: 8px 40px;
    border-radius: 17px;
    margin: 10px;
    bottom: 0;
    position: absolute;
    right: 90px;
    /* font-weight: 500; */
    font-size: 16px;
}
}
@media (max-width: 767px){
#featured3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
    border-bottom: 1px solid #1b1a1a;
    background-color: #1b1a1a;
}
}

@media (max-width: 767px){
#projects .masonry .item img {
    transition: all 1s;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 250px;
    min-height: 250px;
}
} 
@media (max-width: 767px){
.footer p {
    margin-bottom: 10px; 
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 10px; 
}
    }

.menu-22
{
    background: #dd3b00;
    padding: 0px 34px 15px 47px!important;
    text-align: center;
    margin-left:0!important;
}
.font-flash
{
   font-size: 14px;
}
.menu-keshoi22
{
    font-size: 35px;
    color: #fff;
    margin-left:50px;
}
.menu-55
{
    background: #dd3b00;
    padding: 0px 34px 15px 47px!important;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 370px;
    color: #f19b26;
}
.color-li
{
    display: inline-block;
    text-decoration: none!important;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 2px!important;
}
.color-li :hover 
{
    color: #000!important;
}
.asfalt
{
    margin-top: 0px;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 2px;
}
.asfalt-22
{
    background: #444242;
    border-radius: 6px;
    padding: 5px;
}