
@font-face {
	font-family: 'Yekan';
	font-weight: normal;
	font-style: normal;
	  src: url("fonts/yekan.eot#iefix") format("embedded-opentype"), url("fonts/yekan.woff") format("woff"), url("fonts/yekan.ttf") format("truetype");	
}

body {
	font: 13px 'Yekan', tahoma;
	background: #f7f7f7;
}


li {
    list-style: none;
}
p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #4c5462;
    margin-bottom: 15px;
}
a {
	outline: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}


.socialdiv ul {
	margin:0;
	padding:0;
}


img {
	max-width: 100%;
}

#preloader-con {
	background: rgba(79, 100, 232,0.93);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	display: none;
	
}
.preloader9 {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: -25px auto 0;
	width: 100px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: center;
}
.preloader9 #loading {
	vertical-align: top;
	border-radius: 100%;
	background: #f8b301;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -20px;
	-webkit-animation: bounce 0.8s ease-in-out infinite alternate;
	animation: bounce 0.8s ease-in-out infinite alternate;
	transform-origin: center 20px;
	-webkit-transform-origin: center 35px;
}






.header-main {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}
.header-main.bg {
    background: rgba(76, 97, 226, 0.66);
    height: 60px;
}



.navbar-brand img {
	transition: all 0.3s ease-in;
}
.header-main.bg .navbar-brand img{
	max-height: 45px;
    margin-top: -4px;
    margin-right: -15px;
}







#navigation {
    padding: 10px 0;
    margin: 0;
}
.header-main.bg #navigation {padding:0;}

.navbar {
	border: none;
	transition: all 0.3s ease-in;
}





.navbar-nav li a {
    color: #eee;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > .active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
}


#slider-area {
    overflow: hidden;
    padding-bottom: 60px;
}

#slider-area {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #26348c 0%, #5167ed 100%) repeat scroll 0 0;
    padding-top: 110px;
    position: relative;
	min-height: 628px;
}

.slider-text {
    padding-top: 8em;
    padding-bottom: 90px;
    position: relative;
}



.carousel-inner > .item > img {
    margin: 0 auto;
}



.slider-text h1{
	color: #fff;
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.slider-text p {
    color: #fff;
    font-size: 16px;
    width: 86%;
}
.button-group {
    margin-top: 45px;
}
.slider-text .button-group a {
    margin-right: 30px;
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	border: 2px solid #fff;
	padding: 11px 30px;
	transition: all 0.3s ease-in;
}
.slider-text .button-group a:hover {
	background: #f16a01;
	border-color: #f16a01;
	
}
#slider-area .slider-image {

}
.slider-image img {
    width: 100%;
	display:block;
}
.item img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.item:hover img,.item.active img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.item:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 96%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.item:hover:before, .item.active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}


.carousel-indicators li {
	border-radius: 0;
	width: 20px;
	height: 4px;
	background:#fff;
	margin: 0 2px;
	transition: all 0.3s ease-in;
}
.carousel-indicators li:hover, .carousel-indicators .active {
	background: #f16a01;
	border-color: #f16a01;
	width: 20px;
	height: 4px;
	margin: 0 2px;
	
}


.skrollable .skrollable {
    position: absolute;
}
.drop {
    background: #09f;
    font-weight: bold;
    padding: 1em;
	z-index: 9999;
}
.skrollable {
    position: fixed;
    z-index: 100;
}

main {
	position: relative;
	z-index: 99;
}

.main-body {
	position: relative;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 6px #b0b0b0;
}

.section-title,.section-body {
	position: relative;
	padding: 15px;
	text-align: center;
}
.line-title:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background: #e99544;
	margin: 10px auto 0;
}
.section-title p {
	color: #777;
}


.about-us {
	width: 100%;
	min-height: 450px;
	overflow: hidden;
	background: url(img/oak-tree-nature.jpg);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	margin-top: 50px;
}
.about-us:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #ffe200;
	/* background: #ff9000; */
	opacity: 0.7;
}


.about-us .section-body {
	background: #fff;
	padding: 40px 20px;
	border-radius: 3px;
	box-shadow: 0 1px 5px #7B7B7C;
}
.about-us .section-body p {
	width: 92%;
	margin: 0 auto;
	color: #333;
	line-height: 2;
}








.tab-products .section-title:before {
	content: "";
	background: #ddd;
	width: 100%;
	position: absolute;
	right: 0;
	top: 41px;
	height: 2px;
}
.tab-products .nav-tabs {
	width: 80%;
	margin: 0 auto;
	position: relative;
	border: 2px solid #ddd;
	background: #fff;
	border-radius: 3px;
	min-height: 52px;
}

.tab-products .nav-tabs > li {
	float: none;
	display: inline-block;
	padding: 5px;
}
.tab-products .nav-tabs > li a {
	border: none;
	padding: 10px 20px;
	color: #333;
	transition: all 0.3s ease-in;
}

.section-main {padding-bottom: 30px;}
.tab-products .nav-tabs > li.active > a, .tab-products .nav-tabs > li.active > a:focus, .tab-products .nav-tabs > li > a:hover {
	border: none;
	background: #4b60e0;
	color: #fff;
	border-radius: 3px;
	border: 0;
	margin-bottom: 0;
}

.tab-products thead > tr > th {
    background: #55a59a;
    color: #fff;
}
.tab-products thead:first-child > tr:first-child > th {
	background: #268c7e;
	color: #fff;
}



.vk-tab-content {
    padding-top: 80px;
}
.tab-products th {
    vertical-align: middle !important;
    text-align: center !important;
}



.tab-products img:first-child {
	margin: 0 auto;
	width: 350px;
	border: 3px solid #26678c;
}
.tab-products img:nth-child(2) {
	position: relative;
	top: -90px;
	right: -30px;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 3px solid #26678c;
	float: right;
}
.tab-products img:nth-child(3) {
	position: relative;
	top: -90px;
	left: 0;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 3px solid #26678c;
	float: left;
}





/* Faqs */
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 70px 14px 30px;
	text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4b60e0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed {
	background: #f8f8f8;
	color: #1e4276;
}
#accordion .panel-title a.collapsed:hover{
    color: #4b60e0;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #4b60e0;
}
#accordion .panel-title a::after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	right: 0px;
	top: 6px;
	background: url(img/sprite.png);
	width: 30px;
	height: 30px;
	background-position: -254px -4px;
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body {
	font-size: 14px;
	line-height: 25px;
	padding: 20px 15px 20px 15px;
	position: relative;
	border: none;
	transition: all 0.5s ease 0s;
	text-align: right;
}
#accordion .panel-body p{
    margin-bottom: 0;
}

.form-group {
	text-align: right;
}

.form-control {
	background: #f7f7f7;
	border-color: #e6e6e6;
	box-shadow: none;
	border-radius: 3px;
	height: 40px;
}
.form-control:focus {
    border-color: #4b60e0;
    outline: 0;
    box-shadow: none;
    background: #fff;
    color: #333;
}


.btn-theme {
    color: #fff;
	background: #ff9000;
	border-color: #e78301;
}
.btn-theme:hover {
	 color: #fff;
	background: #bf6c01;
}


::-moz-placeholder {
	color: red;
}



/* Footer */
.footer {
	margin-top: 40px;
    background: rgb(34, 34, 152) none repeat scroll 0% 0%;
	position:relative;
	min-height: 200px;
}

.uvc-x-large-triangle-right {
    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    position: absolute;
    top: -1px;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: auto;
	overflow: hidden;
}
.footer-logo img {
	width: 140px;
	margin-bottom: 30px;
	opacity: 0.6;
}


.widget h3 {
    font-size: 18px;
    color:#fff;
}
.widget p, .widget a {
    font-size: 13px;
    color: #eee;
}
.socialdiv {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
	margin-bottom: 20px;
}
.socialdiv ul li {
    position: relative;
    float: left;
    margin: 0;
    list-style: none;
    margin: 5px;
}

.socialdiv ul li a, .socialdiv.colored ul li a {
	background: transparent url(img/sprite.png)  no-repeat;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    position: relative;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.socialdiv .facebook {
    background-position: 2px -3px;
}
.socialdiv .facebook:hover {
    background-position: -31px -3px;
}
.socialdiv .twitter {
    background-position: -184px -3px;
}
.socialdiv .twitter:hover {
    background-position: -217px -3px;
}
.socialdiv .linkedin {
    background-position: -60px -3px;
}
.socialdiv .linkedin:hover {
    background-position: -93px -3px;
}
.socialdiv .instagram {
    background-position: -122px -3px;
}
.socialdiv .instagram:hover {
    background-position: -155px -3px;
}

.copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(106, 106, 198, 0.6);
	text-align: center;
}
.copyright p {
	color: #fff;
	margin: 0;
	padding: 10px;
	font-size: 13px;
}





























.contact-us, .vk-faqs {
	transition: all 0.3s ease-in;	
}









/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}


.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #337ab7;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  color: #fff;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.2s ease-in;
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #337ab7;
  border-color: #337ab7;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  color: #383838;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #337ab7;
  border-color: #337ab7;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #337ab7;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}




.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
    font-size: 13px;
    color: #333;
    line-height: 2;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/************************** 
* 15. testimonials styles 
***************************/
.testimonials-style-one .container {
  max-width: 970px;
  padding: 49px 0 0;
  position: relative;
}
.testimonials-style-one .container > img.testi-thumb {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonials-style-one .title {
  margin-bottom: 15px;
}
.testimonials-style-one .title h3 {
  margin: 0;
  color: #170B35;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  padding-right: 35px;
}

.single-testimonial {
  padding-top: 10px;
}
.single-testimonial .img-box, .single-testimonial .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-testimonial .img-box {
  width: 450px;
  margin-bottom: 30px;
  font-size: 0px;
}
.single-testimonial .img-box img {
  display:block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  max-width: 149px;
  max-height: 149px;
  -webkit-box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
          box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
  border-radius: 50%;
}
.single-testimonial .text-box img {
  max-width: none;
  width: auto;
}
.single-testimonial .text-box p {
  font-size: 14px;
  color: #656565;
  line-height: 26px;
  letter-spacing: .01em;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}
.single-testimonial .text-box h3 {
  margin: 0;
  color: #170B35;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-testimonial .text-box span {
  color: #6B40BF;
  font-size: 16px;
}

.testimonials-slider .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-slider .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-slider .bx-wrapper .bx-controls-direction {
  text-align: center;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  color: #6B40BF;
  font-size: 27px;
  position: relative;
  top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a:hover {
  color: #d43297;
}
.testimonials-slider .bx-wrapper .bx-prev {
  right: 0px;
  margin-right: 25px;
}
.testimonials-slider .bx-wrapper .bx-next {
  left: 0px;
}

#testimonials-slider-pager a.pager-item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  min-width: 93px;
  min-height: 93px;
  font-size: 0px;
}
#testimonials-slider-pager a.pager-item:nth-child(1) {
  top: 92%;
  right: 33%;
}
#testimonials-slider-pager a.pager-item:nth-child(2) {
  top: 94%;
  right: 18%;
}
#testimonials-slider-pager a.pager-item:nth-child(3) {
  top: 74%;
  right: 2%;
}
#testimonials-slider-pager a.pager-item:nth-child(4) {
  top: 36%;
  right: 0;
}
#testimonials-slider-pager a.pager-item:nth-child(5) {
  top: 18%;
  right: 11%;
}
#testimonials-slider-pager a.pager-item:nth-child(6) {
  top: 9%;
  right: 25%;
}

@media (max-width: 768px) {
  #testimonials-slider-pager {
    display: none;
  }
}

