/*--------------------------------------------------------------
## Font Face
--------------------------------------------------------------*/

@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-Thin.woff') format('woff');	
}
@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-UltraLight.woff') format('woff');	
}
@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-Light.woff') format('woff');		 
}
@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-Medium.woff') format('woff');		 
}
@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-DemiBold.woff') format('woff'); 
}
@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-ExtraBold.woff') format('woff');		 
}
@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-Black.woff') format('woff');		 
}
@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-Bold.woff') format('woff'); 
}
@font-face {
	font-family: IRANSansx;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/iransansx/woff/IRANSansXFaNum-Regular.woff') format('woff');	
}


body, span, p, a {
  font-family: IRANSansx;
}

h1, h2, h3, h4, h5, h6 {
  font-family: IRANSansx !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: right
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: right
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}


/*--------------------------------------------------------------
## Theme Card 3D
--------------------------------------------------------------*/

.website-pack-preview {
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 372px;
  margin: auto;
}
.website-pack-preview span {
  margin: 0;
  overflow: hidden;
  padding: 0;
  transform: rotate(0deg);
}
.card {
  background-color: #fff;
  box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
  margin-top: 24px;
  padding: 32px;
  transition: all .3s cubic-bezier(.4,0,.2,1);
}

.card, .rounded-corners {
  border-radius: 8px;
}
.card:first-of-type {
  margin-top: 0;
}
.website-pack-preview span:nth-child(2), .website-pack-preview span:nth-child(3) {
  height: 200px;
  opacity: .8;
  position: absolute;
  top: 12px;
  width: 180px;
  z-index: 2;
}
.website-pack-preview span:first-child {
  height: 240px;
  width: 220px;
  z-index: 3;
}
.website-pack-preview span:nth-child(2) {
  left: 25px;
}
.website-pack-preview span:nth-child(3) {
  right: 25px;
}

.website-pack-preview:hover span:first-child {
  width: 160px;
}
.website-pack-preview:hover span:nth-child(2) {
  left: 0;
  transform: rotate(-5deg);
}
.website-pack-preview:hover span:nth-child(3) {
  right: 0;
  transform: rotate(5deg);
}
.website-pack-preview:hover span:nth-child(2), .website-pack-preview:hover span:nth-child(3) {
  height: 220px;
  opacity: 1;
  width: 160px;
}


/*--------------------------------------------------------------
## Images Circle
--------------------------------------------------------------*/
.image-collage img {
  position: absolute;
	border-radius: 10px !important;
}
.image-collage:after {
    background: linear-gradient(145deg,rgba(52,221,135,0) 55%,rgba(52,221,135,.5));
    border-radius: 2000px;
    bottom: -60px;
    content: "";
    display: block;
    height: 800px;
    position: absolute;
    right: 0;
    width: 800px;
}
.image-collage img:first-of-type {
    margin-bottom: 33%;
	    margin-right: 64px;
    max-width: 93%;
    position: relative;
}
.image-collage img:last-of-type {
    bottom: 0;
    max-width: 74%;
    right: 0;
}
.img-circle-1 {
  z-index: 2;
}
.img-circle-2 {
  z-index: 3;
}


/*--------------------------------------------------------------
## Steps
--------------------------------------------------------------*/
ul.circles-area {
  margin: 50px auto;
  max-width: 997px;
}

li.picsingle {
  margin-bottom: 40px;
}
li.picsingle img.single-circleimg {
  float: left;
}
li.picsingle:nth-child(even) img.single-circleimg {
  float: right;
}
@media (min-width: 768px) {
ul.circles-area .col-md-10 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 20px;
  padding-right: 20px;
}
ul.circles-area .col-md-14 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
ul.circles-area li.picsingle:nth-child(even) .col-md-10 {
  order:2
}
ul.circles-area li.picsingle:nth-child(even) .col-md-14 {
  order:1;
  
}	
}
@media (max-width: 768px) {
ul.circles-area .col-md-10 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
ul.circles-area .col-md-14 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
li.picsingle .single-circsvg  {
  position: absolute;
  top: -20px;
  height: 320px;
  width: 320px;
}
li.picsingle:nth-child(odd) .single-circsvg {
  left: 0px;
}
li.picsingle:nth-child(even) .single-circsvg {
  right: 0px;
}
.circles-area li.picsingle .content {
  padding: 0 40px;
  padding-top: 60px;
position: relative;
font-size: 14px;
  line-height: 30px;
  
}
li.picsingle:nth-child(odd) .content {
  padding-left: 70px;
}
li.picsingle:nth-child(even) .content {
  padding-right: 70px;
}
.circles-area li.picsingle:nth-child(even) .single-linesvg {
  position: absolute;
  top: -80px;
  left: 15px;
}
.single-linesvg {
  position: absolute;
  top: -80px;
  left: 0px;
}
.col-md-14 {
position: relative;
}
.single-linesvg2 {
  position: absolute;
  bottom: -220px;
  right:15px;
}
li.picsingle:nth-child(odd) .single-linesvg {
display: none;
}
li.picsingle:nth-child(odd) .single-linesvg2, li.picsingle:last-child .single-linesvg2 {
display: none;
}

.top-part .more {
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  height: 48px;
  position: absolute;
  display: inline-block;
  margin: 15px 0;
  overflow: hidden;
  max-width: 48px;
  line-height: 46px;
  color: #555;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.circles-area .top-part .more:hover {
  background-color: #fff;
  max-width: 200px;
  padding-left: 20px;
}

li.picsingle:nth-child(odd) .top-part .more {
 left:47px;
 bottom:-64px;
}
li.picsingle:nth-child(even) .top-part .more {
 left:30px;
bottom: -64px;
}

.circles-area .top-part .more i {
  height: 48px;
  line-height: 46px;
  width: 48px;
  text-align: center;
  font-size: 17px;
}
h3.step-title {
font-size: 19px;
font-weight: 700;
margin-bottom:3px;
}
span.step-subtitle {
font-size: 11px;
}
.svgline-animate {
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-name: linesvg;
}
.svgline2-animate {
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-name: line2svg;
}
@keyframes linesvg {
  100% {
      stroke-dashoffset: 12;
  }
}
@keyframes line2svg{100%{stroke-dashoffset:-12}}

li.picsingle img.single-circleimg {
  float: left;
  border-radius: 100%;
}

li.picsingle:nth-child(odd) img.single-circleimg {
  top: 20px;
  left: 20px;
  height: 280px;
  width: 280px;
}
li.picsingle:nth-child(even) img.single-circleimg {
  top: 20px;
  right: 20px;
  height: 280px;
  width: 280px;
}
.circles-area li.picsingle .content {
  margin-bottom: 130px;
}


.circles-area li.picsingle:nth-child(even) .logo-small {
  position: absolute;
  z-index: 2;
  top: -16px;
  height: 50px;
  width: 50px;
  left: 0px;
  padding: 7px;
  background-color: #fff;
}
.circles-area li.picsingle:nth-child(odd) .logo-small {
  position: absolute;
  z-index: 2;
  top: -16px;
  height: 50px;
  width: 50px;
  right: 0px;
  padding: 7px;
  background-color: #fff;
}
.circles-area li.picsingle:first-child .logo-small {
  display: none;
}




/*-----
Accordion 
-----*/


.wd-accordion {
  --wd-accordion-spacing: 20px;
}
.wd-accordion .wd-scroll {
  height: auto;
}
.wd-accordion .wd-scroll-content {
  padding-inline-end: 10px;
}
.wd-accordion.wd-style-default .wd-accordion-item {
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.wd-accordion.wd-style-default:before {
  content: "";
  display: block;
  border-top: 2px solid var(--brdcolor-gray-300);
}
.wd-accordion.wd-style-simple {
  --wd-accordion-spacing: 10px;
}
.wd-accordion.wd-style-simple > .wd-accordion-item:first-child {
  margin-top: calc(var(--wd-accordion-spacing) * -1);
}
.wd-accordion.wd-style-simple > .wd-accordion-item:last-child {
  margin-bottom: calc(var(--wd-accordion-spacing) * -1);
}
.wd-accordion.wd-style-shadow > .wd-accordion-item {
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.wd-accordion.wd-style-shadow > .wd-accordion-item > :is(.wd-accordion-title, .wd-accordion-content) {
  padding-right: var(--wd-accordion-spacing);
  padding-left: var(--wd-accordion-spacing);
}
.wd-accordion.wd-style-shadow > .wd-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.global-color-scheme-light .wd-accordion.wd-style-shadow > .wd-accordion-item {
  background-color: var(--bgcolor-gray-200);
}
.wd-accordion-title {
  display: flex;
  align-items: center;
  padding-top: var(--wd-accordion-spacing);
  padding-bottom: var(--wd-accordion-spacing);
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}
.wd-accordion-title:is(.wd-active, :hover) .wd-accordion-title-text {
  color: var(--wd-primary-color);
}
.wd-accordion-title-text {
  flex: 1;
  color: var(--wd-title-color);
  font-weight: var(--wd-title-font-weight);
  font-size: var(--wd-accordion-font-size, 16px);
  transition: inherit;
}
.wd-accordion-opener {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  transition: inherit;
}
.wd-accordion-opener.wd-opener-style-arrow:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
}
.wd-accordion-title.wd-active .wd-accordion-opener.wd-opener-style-arrow {
  transform: rotate(180deg);
}
.wd-accordion-title.wd-opener-pos-left {
  flex-direction: row-reverse;
}
.wd-accordion-title.wd-opener-pos-left .wd-accordion-opener {
  margin-right: 12px;
}
.wd-accordion-title.wd-opener-pos-right {
  flex-direction: row;
}
.wd-accordion-title.wd-opener-pos-right .wd-accordion-opener {
  margin-left: 12px;
}
.wd-accordion-title .img-wrapper {
  display: inline-block;
  margin-inline-end: 5px;
  vertical-align: middle;
}
.wd-accordion-content {
  display: none;
  padding-bottom: var(--wd-accordion-spacing);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.wd-accordion-content.wd-active {
  display: block;
  opacity: 1;
}
@media (max-width: 1024px) {
  .wd-accordion .wd-scroll-content {
      overflow: visible;
      padding-inline-end: 0;
      max-height: none !important;
  }
}

/*--------------------------------------------------------------
## Theme Demo 2
--------------------------------------------------------------*/

.solo-demo {
    position: relative;
    border-radius: 15px;
    transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}
.solo-demo .solo-demo-link {
    position: relative;
    z-index: 2;
    display: block;
    transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 15px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}
.solo-demo .thumbnail {
    position: relative;
}
.solo-demo .thumbnail > img {
    width: 100%;
    max-height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 10px;
}
.solo-demo .mobile-view {
    position: absolute;
    right: -70px;
    bottom: -20px;
    z-index: 2;
    padding: 7px;
    padding-top: 16px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 10px;
    transition: opacity 0.6s ease 0.12s, transform 0.4s ease;
    width: 152px;
    height: auto;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #eee;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
}
.solo-demo .content {
    padding: 20px 20px;
    display: block;
    text-align: center;
}
.solo-demo:hover .mobile-view {
    transform: translateY(-5%);
}
.solo-demo:hover {
    transform: translateY(-6px);
}
.solo-demo .content .title {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.2px;
    margin: 0;
    display: flex;
    justify-content: center;
}
.solo-demo .content .label-light {
    background: #e40985;
    padding: 5px 11px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
}
.solo-demo .mobile-view::before {
    position: absolute;
    content: "";
    background: #5F2DED;
    border-radius: 25px;
    top: 7px;
    left: 50%;
    height: 2px;
    width: 28px;
    transform: translateX(-50%);
    opacity: 0.5;
}
.solo-demo .solo-demo-link::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: 13px;
    left: 30px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.07);
    background-color: #F15252;
    box-shadow: 10px 0 0 #FACB34, 20px 0 0 #A7DF4B;
}










@media (min-width: 1200px) {
	.col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
}
}
.inner__pages__animation {
    animation: marquee 30s linear 0s infinite normal;
    animation-play-state: running;
  flex-wrap: nowrap;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.inner__pages__animation:hover {
    animation-play-state: paused;
}


.inner__pages__animation.left_rev {
    animation-name: marquee_rev;
}

@keyframes marquee_rev {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(100%);
  }
}



a, button, input, .btn, .form-control {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.demos-item {
    background-color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 18px 24px 12px;
    transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
    max-width: 370px;
    margin: auto;
}
.position-relative {
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.demos-item .heading {
    padding-top: 6px;
    margin-bottom: 18px;
}
.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.after\:absolute::after, .before\:absolute::before, .position-absolute {
    position: absolute;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.demos-item .image {
    background-color: #f6f6f7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 232px;
}
.demos-item .image a {
    top: 110%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    background-color: #5e42ff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 38px;
    width: 110px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
}
.demos-item:hover .image a {
    top: 50%;
    opacity: 1;
}
.demos-item .image .number {
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 30px;
    height: 38px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    top: 0;
    right: 16px;
}
.demos-item .image img {
    max-width: 63.26%;
    height: auto;
    top: 18px;
    left: 50%;
    -webkit-box-shadow: -14px 28px 68px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -14px 28px 68px rgba(0, 0, 0, 0.08);
    box-shadow: -14px 28px 68px rgba(0, 0, 0, 0.08);
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    border-radius: 10px;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.demos-item .image img.aos-animate {
    -webkit-transform: matrix(1, 0, 0.11, 0.99, 0, 0) translateX(-50%);
    -moz-transform: matrix(1, 0, 0.11, 0.99, 0, 0) translateX(-50%);
    -ms-transform: matrix(1, 0, 0.11, 0.99, 0, 0) translateX(-50%);
    -o-transform: matrix(1, 0, 0.11, 0.99, 0, 0) translateX(-50%);
    transform: matrix(1, 0, 0.11, 0.99, 0, 0) translateX(-50%);
}
.demos-item .heading::before, .demos-item .heading::after {
    content: "";
    height: 4px;
    background-color: #f6f6f7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.demos-item .heading::before {
    width: 28px;
    right: 16px;
}
.demos-item .heading::before, .demos-item .heading::after {
    content: "";
    height: 4px;
    background-color: rgb(123 123 123 / 37%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.demos-item .heading::after {
    width: 34%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.demos-item .heading .shape {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #62c353;
}
.demos-item .heading .shape-1 {
    left: 36px;
}
.demos-item .heading .shape-2 {
    left: 26px;
    background-color: #f5bf4f;
}
.demos-item .heading .shape-3 {
    left: 16px;
    background-color: #ed6b60;
}
.demos-item h3 {
    margin: 24px 0 16px;
    color: #27223e;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
}
.demos-item h3 a {
    color: #27223e;
}

.demos-item .image::before {
    content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.demos-item:hover .image::before {
    opacity: 0.6;
}
.demos-label {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #787cff;
	color: #fff;
	border-radius: 5px;
	padding: 2px 12px;
	z-index:3;
	font-size:12px;
}









.carousel{
    height: 400px; 
    perspective: 250px;
    overflow: visible;   
    
}
@media (max-width: 1000px) {
    .carousel{
        overflow: hidden; 
        
    }
}
.carousel .indicators {
    bottom: -50px;

}
.carousel .carousel-item {
	width: 450px;
	background: #fff;
	padding: 30px;
	height: auto;
	text-align: center;
    border-radius: 15px;
    box-shadow: 0px 11px 20px 15px rgb(0 0 0 / 12%);
}
.img-area {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
}
        .img-area img{
            width: 100%;
        }
        .testi p {
            color: #262626;
            font-size: 15px;
            line-height: 1.9;
            padding: 30px 10px;
            text-align: center;
        }
        .testi h4 {
	font-size: 20px;
	margin: 0;
	color: #000;
}
        .testi h5 {
	font-size: 13px;
    color: #555;
	margin: 7px 0;
}



@media (max-width: 768px) {
	.carousel .carousel-item {
    width: 284px;
	}
}
.qoute_nazar {
	font-size: 165px;
	color: #111;
	line-height:80px;
	position:absolute;
	left: 20px;
	top: 60px;
	opacity:0.1;
}
.gradient-text {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-word;
}

.testimonial-item {
	max-width: 500px;
	text-align: center;
}
.testimonial-item .testimonial-inner {
	border:1px solid #ebebeb;
	background: #fff;
	border-radius: 5px;
	padding: 25px;
	opacity: 0.5;
	transition: transform 400ms;
}
.swiper-slide-active .testimonial-inner {
    box-shadow: 0 8px 30px -7px #c9dff0;
    opacity: 1;
    transform: scale(1.5);
}

.animated-promo-wrapper {
    max-height: 700px;
    overflow: hidden;
    position: relative;
}
.animated-promo-wrapper .animated-promo-loop {
    display: flex;
    align-items: center;
    margin: 0 -20px;
}

.animated-promo-wrapper .animated-promo {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 0 15px;
}
.animated-promo-wrapper .animated-promo-tbone {
    animation: verticalSlide 95s linear infinite;
}

.animated-promo-wrapper::before {
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to bottom, rgba(12, 12, 33, 0) 0%, var(--blackColor) 95%);
    z-index: 1;
    pointer-events: none;
}
.animated-promo-wrapper .animated-promo-loop::before {
    position: absolute;
    width: 25%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to left, rgba(12, 12, 33, 0) 0, var(--blackColor) 85%);
    z-index: 1;
    pointer-events: none;
    top: 0;
}
.animated-promo-wrapper .animated-promo-loop::after {
    position: absolute;
    width: 25%;
    height: 100%;
    right: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to right, rgba(12, 12, 33, 0) 0, var(--blackColor) 85%);
    z-index: 1;
    pointer-events: none;
    top: 0;
}
.animated-promo-wrapper::after {
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    top: 0;
    content: "";
    background-image: linear-gradient(to top, rgba(12, 12, 33, 0) 0%, var(--blackColor) 95%);
    z-index: 1;
    pointer-events: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .animated-promo-wrapper .animated-promo {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .animated-promo-wrapper .animated-promo {
        padding: 0 5px;
        flex-basis: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .animated-promo-wrapper .animated-promo {
        padding: 0 5px;
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .animated-promo-wrapper .animated-promo {
        padding: 0 5px;
    }
}

.animated-promo-wrapper .animated-promo img {
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.animated-promo-wrapper .animated-promo-tbone {
    -webkit-animation: verticalSlide 115s linear infinite;
    animation: verticalSlide 95s linear infinite;
}

.animated-promo-wrapper .animated-promo-tbtwo {
    -webkit-animation: verticalSlide 110s linear infinite;
    animation: verticalSlide 90s linear infinite;
}

.animated-promo-wrapper .animated-promo-tbthree {
    -webkit-animation: verticalSlide 100s linear infinite;
    animation: verticalSlide 85s linear infinite;
}

.animated-promo-wrapper .animated-promo-tbfour {
    -webkit-animation: verticalSlide 110s linear infinite;
    animation: verticalSlide 80s linear infinite;
}

.animated-promo-wrapper .animated-promo-tbfive {
    -webkit-animation: verticalSlide 115s linear infinite;
    animation: verticalSlide 75s linear infinite;
}

@-webkit-keyframes verticalSlide {
    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes verticalSlide {
    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}




@media only screen and (max-width: 800px) {
	.image-collage:after {
    max-width: 370px !important;
		max-height: 370px !important;
	  bottom: 66px;
}
	.elementor-8 .elementor-element.elementor-element-1459c04 .img-circle-2 {
    right: 0px !important;
}
	.solo-demo .mobile-view {
    right: -43px;
}
}

















*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
main, .phone {
	position: relative;
}
main {
	font-size: 0.4em;
	margin: auto;
	overflow: hidden;
	width: 100%;
	height: 600px;
	font-size: calc(20px + (40  - 20) * (30vw - 320px)/(960 - 320));
}
.surface, .notch, .side-btns, .bottom {
	position: absolute;
}
.notch, .bottom, .surface {
	display: flex;
}
.notch, .bottom {
	align-items: center;
}

/* Layout */
.surface {
	animation: scroll 14s ease-in-out infinite;
	justify-content: space-between;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotateX(45deg) rotateZ(-30deg);
	width: 60em;
	height: 60em;
	animation-direction: alternate;
}
.surface .column:nth-of-type(3n + 1) {
	transform: translateY(3.3em);
}
.surface .column:nth-of-type(3n + 2) {
	transform: translateY(-6.6em);
}

/** iPhones **/
.phone, .notch, .side-btns > div {
	background-color: #fcfcfc;
}
.phone {
	border-radius: 1.25em;
	box-shadow:
		0.2em -0.2em 0.5em rgba(0,0,0,0.2) inset,
		-0.2em 0.1em 0.2em rgba(0,0,0,0.3);
	margin-bottom: 3em;
	padding: 0.5em 0.5em 0.5em 1em;
	width: 10em;
	height: 20em;
}
/* Notch */
.notch {
	border-radius: 0 0 0.75em 0.75em;
	box-shadow: 0 0.1em 0.04em 0.04em rgba(0,0,0,0.1);
	justify-content: center;
	top: 0;
	left: 2.75em;
	width: 5em;
	height: 1.5em;
	z-index: 9;
}
.notch-speaker {
	background-color: #ddd;
	border-radius: 0.1em;
	box-shadow: 0 0.05em 0.05em rgba(0,0,0,0.2) inset;
	margin-right: 0.5em;
	width: 1.4em;
	height: 0.2em;
}
.camera {
	background-color: #ddd;
	background-image:
		radial-gradient(at top right,rgb(255,255,255) 30%, rgba(255,255,255,0) 50%),
		radial-gradient(at bottom left,rgb(255,255,255) 30%, rgba(255,255,255,0) 50%);
	border-radius: 50%;
	box-shadow: 0 0 0 0.05em rgba(0,0,0,0.2) inset;
	width: 0.4em;
	height: 0.4em;
}
/* Side buttons */
.side-btns {
	top: 2em;
	left: -0.1em;
	width: 0.5em;
	height: 9em;
	transform: skewY(-45deg);
}
.side-btns > div {
	box-shadow:
		-0.04em 0 0 0 rgba(255,255,255,0.7) inset,
		0.1em 0 0.1em 0.1em rgba(0,0,0,0.1) inset,
		0 0 0.1em 0.1em rgba(0,0,0,0.1);
}
.lock-btn {
	border-radius: 0.15em;
	margin-bottom: 1em;
	width: 0.2em;
	height: 0.8em;
}
.vol-up-btn, .vol-down-btn {
	border-radius: 0.2em;
	margin-bottom: 0.5em;
	width: 0.3em;
	height: 1.6em;
}
/* Bottom */
.bottom {
	justify-content: space-between;
	bottom: 0;
	left: 1.5em;
	width: 7em;
	height: 0.5em;
	transform: skewX(-30deg);
}
.speaker-circle, .speaker-circle-lg {
	background-color: #999;
	border-radius: 50%;
}
.speaker-circle {
	box-shadow: 0 -0.1em 0 rgba(255,255,255,0.9) inset;
	width: 0.25em;
	height: 0.25em;
}
.speaker-circle-lg {
	box-shadow: 0 -0.2em 0 rgba(255,255,255,0.9) inset;
	width: 0.4em;
	height: 0.4em;
}
.headphone-jack {
	box-shadow:
		0 0.2em 0.1em #888 inset, 
		0 -0.2em 0 0 rgba(255,255,255,0.7) inset;
	border-radius: 0.2em;
	margin: 0 0.1em;
	width: 1.5em;
	height: 0.4em;
}
/* Screenshots */
.screenshot {
	background-color: #202a20;
	background-size: cover;
	border-radius: 0.75em;
	box-shadow: 0 0 0.1em 0.1em rgba(0,0,0,0.1) inset;
	display: block;
	width: 8.8em;
	height: 18.25em;

}

@keyframes scroll {
	from {
		transform: translate(-50%,-50%) rotateX(45deg) rotateZ(-30deg) translateY(0);
	}
	to {
		transform: translate(-50%,-50%) rotateX(45deg) rotateZ(-30deg) translateY(-40em);
	}
}