.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Typo Extras
----------------------------------------*/
/* Arrow Component
-----------------------------------------*/
/*
Theme created for use with Sequence.js (http://www.sequencejs.com/)

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 unless otherwise stated.
Aside from these comments, you may modify and distribute this file as you please. Have fun!
 */
.slider1 {
  position: relative;
  width: 79%;
  max-width: 1280px;
  height: 300px;
  margin: 0;
  background-color: #2786ce;
  background-repeat: repeat;
  background-position: fixed;
  background-position: 0 50%;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
  -webkit-transition: background-position 1.5s ease-out;
  -o-transition: background-position 1.5s ease-out;
  transition: background-position 1.5s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -moz-perspective: 100;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*//maryam-96-6-22 add new slider
.swiper1{
    width:79%;
    float:left;
    max-height:300px;
    display:inline-block;
}
.swiper2{
    width:21%;
    max-height:300px;
   display:inline-block;
}*/
@media (min-width: 768px) and (max-width: 1180px) {
  .slider1 {
    width: 78%;
  }
  /*.swiper2{
    width:20.5%;
   
}*/
}
@media (max-width: 767px) {
  .slider1 {
    width: 100%;
  }
  /*.swiper1{
    width:100%;
   }
   .swiper2{
        width:0;
        display:none;
       }*/
}
.slider2 {
  position: relative;
  width: 20.5%;
  max-width: 1280px;
  height: 300px;
  margin: 0;
  background-color: #2786ce;
  background-repeat: repeat;
  background-position: fixed;
  background-position: 0 50%;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 10px 8px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 8px -10px rgba(0, 0, 0, 0.4);
  -webkit-transition: background-position 1.5s ease-out;
  -o-transition: background-position 1.5s ease-out;
  transition: background-position 1.5s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -moz-perspective: 100;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider2 {
    width: 21.5%;
  }
}
@media (max-width: 767px) {
  .slider2 {
    width: 0%;
    display: block;
  }
}
#sequence-preloader {
  background: #d9d9d9;
}
/*.swiperbtn1 {
    direction:ltr;
	position: absolute;
	top: 48%;
    height: 40px;
	width: 42px;
	margin-top: -15px;
	font-family: sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 24px;
	text-align: center;
	color: @navOutlineColor;
	border: 2px solid @navOutlineColor;
	.border-radius(50%);
	cursor: pointer;
	z-index: 2000;
	.opacity(0);
	.transition(opacity 0.15s linear);

}
 .sequence-prev1 {
        left: 15px;
	    &:before { content: "\2039"; }
    }

 .sequence-next1 {
        right: 15px;
	    &:before { content: "\203a"; }
    }*/
/*.swiper1:hover .swiperbtn1{
    .opacity(50);
}
.swiper1 .swiperbtn1:hover{
    .opacity(100);
}*/
/*.swiperbtn{
    direction:ltr;
    position: absolute;
	top: 50%;
    height: 40px;
	width: 42px;
	margin-top: -15px;
	font-family: sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 24px;
	text-align: center;
	color: @navOutlineColor;
	border: 2px solid @navOutlineColor;
	.border-radius(50%);
	cursor: pointer;
	z-index: 2000;
	.opacity(0);
	.transition(opacity 0.15s linear);
}*/
.sequence-prev2 {
  /*left: 165px;*/
  left: 70%;
  border: none;
  top: 85%;
  z-index: 2;
}
.sequence-prev2:before {
  content: "\2039";
}
.sequence-next2 {
  /*right: 5px;*/
  left: 80%;
  border: none;
  top: 85%;
  z-index: 2;
}
.sequence-next2:before {
  content: "\203a";
}
/*.swiper2:hover .swiperbtn{ //Sara Minify Js 97-06-13-2
    .opacity(50);
}
.swiper2 .swiperbtn:hover{
    .opacity(100);
}*/
.slider1 .arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.slider2 .arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.slider1 .arrows span {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 42px;
  margin-top: -15px;
  font-family: sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.slider1 .arrows span.sequence-prev1 {
  left: 15px;
}
.slider1 .arrows span.sequence-prev1:before {
  content: "\2039";
}
.slider1 .arrows span.sequence-next1 {
  right: 15px;
}
.slider1 .arrows span.sequence-next1:before {
  content: "\203a";
}
.slider1 .arrows span.sequence-prev2 {
  left: 165px;
  border: none;
  top: 90%;
}
.slider1 .arrows span.sequence-prev2:before {
  content: "\2039";
}
.slider1 .arrows span.sequence-next2 {
  right: 5px;
  border: none;
  top: 90%;
}
.slider1 .arrows span.sequence-next2:before {
  content: "\203a";
}
.slider1:hover .arrows span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slider1 .arrows span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider2 .arrows span {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 42px;
  margin-top: -15px;
  font-family: sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.slider2 .arrows span.sequence-prev1 {
  left: 15px;
}
.slider2 .arrows span.sequence-prev1:before {
  content: "\2039";
}
.slider2 .arrows span.sequence-next1 {
  right: 15px;
}
.slider2 .arrows span.sequence-next1:before {
  content: "\203a";
}
.slider2 .arrows span.sequence-prev2 {
  /*left: 165px;*/
  left: 70%;
  border: none;
  top: 90%;
}
.slider2 .arrows span.sequence-prev2:before {
  content: "\2039";
}
.slider2 .arrows span.sequence-next2 {
  /*right: 5px;*/
  left: 80%;
  border: none;
  top: 90%;
}
.slider2 .arrows span.sequence-next2:before {
  content: "\203a";
}
.slider2:hover .arrows span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slider2 .arrows span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sequence-pause1 {
  /*<<<<<<soheila secondslide*/
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  font-family: FontAwesome;
  color: #ffffff;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sequence-pause1:before {
  content: "\f04c";
}
.sequence-pause1.paused:before {
  content: "\f04b";
}
.slider1:hover .sequence-pause1:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider2:hover .sequence-pause1:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sequence-pause1.paused,
.slider1:hover .sequence-pause1 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sequence-pause1.paused,
.slider2:hover .sequence-pause1 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sequence-pause2 {
  /*<<<<<<soheila secondslide*/
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  font-family: FontAwesome;
  color: #ffffff;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sequence-pause2:before {
  content: "\f04c";
}
.sequence-pause2.paused:before {
  content: "\f04b";
}
.slider1:hover .sequence-pause2:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider2:hover .sequence-pause2:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sequence-pause2.paused,
.slider1:hover .sequence-pause2 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sequence-pause2.paused,
.slider2:hover .sequence-pause2 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sequence-pagination1 {
  /*<<<<<<soheila secondslide*/
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 5px;
  z-index: 101;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.sequence-pagination1 span {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 3px 5px;
  cursor: pointer;
}
.sequence-pagination1 span.current,
.sequence-pagination1 span:hover {
  background-color: #ffffff;
}
.sequence-pagination2 {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 5px;
  z-index: 101;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.sequence-pagination2 span {
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  /*.border-radius(50%);*/
  background-color: rgba(255, 255, 255, 0.5);
  margin: 3px 3px;
  cursor: pointer;
}
.sequence-pagination2 span.current,
.sequence-pagination2 span:hover {
  background-color: #ffffff;
}
.sequence-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: transparent;
  /*.radial-bg();*/
}
.sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sequence-canvas > li > * {
  position: relative;
}
.sequence-canvas .title {
  font-family: 'Segoe UI Light', 'Segoe UI', Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.sequence-canvas .info {
  font-family: inherit;
  font-weight: inherit;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.sequence-canvas .picture {
  position: absolute;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.sequence-canvas .picture img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.sequence-canvas .title,
.sequence-canvas .info,
.sequence-canvas .buttons {
  box-sizing: border-box;
  /*left: 75%;*/
  left: 50%;
  /*width: 50%;*/
  /*padding-right: 20px;*/
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-perspective: 1000;
  -moz-perspective: 100;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
.sequence-canvas .title {
  margin-top: 10px;
}
.sequence-canvas .info {
  /*margin-top: 10px;*/
}
.sequence-canvas .info ul {
  list-style-type: square;
}
.sequence-canvas .buttons {
  margin-top: 20px;
  bottom: auto;
}
.sequence-canvas .picture {
  box-sizing: border-box;
  right: 25%;
  /*right:18%;*/
  width: 50%;
  padding-right: 20px;
  height: 70%;
  top: 0%;
  /*top:10%;*/
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-perspective: 1000;
  -moz-perspective: 100;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.sequence-canvas .animate-in .title,
.sequence-canvas .animate-in .info,
.sequence-canvas .animate-in .buttons {
  top: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.sequence-canvas .animate-in .title {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-canvas .animate-in .info {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
.sequence-canvas .animate-in #info1 {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}
.sequence-canvas .animate-in .buttons {
  /*left:80%;*/
  bottom: auto;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-canvas .animate-in .picture {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.sequence-canvas .animate-out .title,
.sequence-canvas .animate-out .info,
.sequence-canvas .animate-out .buttons {
  -webkit-transform: translate3d(-75%, 0, 0);
  -moz-transform: translate3d(-75%, 0, 0);
  -ms-transform: translate3d(-75%, 0, 0);
  transform: translate3d(-75%, 0, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.sequence-canvas .animate-out .title {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-canvas .animate-out .info {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}
.sequence-canvas .animate-out #info1 {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}
.sequence-canvas .animate-out .buttons {
  bottom: auto;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-canvas .animate-out .picture {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate3d(-75%, 0, 0);
  -moz-transform: translate3d(-75%, 0, 0);
  -ms-transform: translate3d(-75%, 0, 0);
  transform: translate3d(-75%, 0, 0);
}
/*Header Apple 950312 slides begin*/
/*.swiper-container {}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        // Center slide text vertically
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        div{
            width:100%;
        }
    }
     div.swiper-slide div p 
     {
         margin:0px;
         a img{
         box-shadow:none;
         width:100%;
         height:100%;
         }
      }*/
/*Header Apple 950312 slides end*/
