@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/opensans/OpenSans-Regular.eot');
    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/opensans/OpenSans-Bold.eot');
    src: url('../fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
         url('../fonts/opensans/OpenSans-Bold.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html,body{
	height: 100%;
}
body{
	background: #ffffff;
}

.logo {
	height: 80px;
}

.logo_button {
	width: 100%;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #878787;
}

.link_page {
	color: #0000FF;
}

.link_page_header {
	color: #61D3D4;
	border-bottom: 1px dotted #61D3D4;
}

.link_page:hover {
	color: #0000FF;
	border-bottom: 1px dotted #0000FF;
}

.arrows_gallery {
	margin-top: 30px;
	margin-left: -12px;
	text-align: center;
}

.arrows_gallery ul li {
	list-style-type: none;
	display: inline;
	margin-right: 16px;
}

.arrows_gallery ul li i {
	color: #bfbfbf !important;
	font-size: 25pt;
}

.arrows_gallery ul li i:hover {
	font-size: 25pt;
	color: #61D3D4 !important;
	cursor: pointer;
}



a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.3;
    color: inherit;
}

.container-fluid{
	padding: 0;
}

.title{
	text-align: center;
	margin-bottom: 40px;
}

#section-preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	z-index: 99999999;
}

#section-preloader .boxes {
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
          transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
#section-preloader .boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#section-preloader .boxes .box:nth-child(1) {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
          animation: box1 var(--duration) linear infinite;
}
#section-preloader .boxes .box:nth-child(2) {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
          animation: box2 var(--duration) linear infinite;
}
#section-preloader .boxes .box:nth-child(3) {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
          animation: box3 var(--duration) linear infinite;
}
#section-preloader .boxes .box:nth-child(4) {
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
          animation: box4 var(--duration) linear infinite;
}
#section-preloader .boxes .box > div {
  --background: #61D3D4;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
          transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}
#section-preloader .boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
#section-preloader .boxes .box > div:nth-child(2) {
  --background: #79dddf;
  --right: 0;
  --rotateY: 90deg;
}
#section-preloader .boxes .box > div:nth-child(3) {
  --background: #8becee;
  --rotateX: -90deg;
}
#section-preloader .boxes .box > div:nth-child(4) {
  --background: #DBE3F4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}


#section-features,
.section-features{
	padding: 110px 0;
}
.background-section {
	background-image: url(../images/bg-features.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}

#section-features .left,
.section-features .left{
	text-align: center;
}
#section-features .left .circleicon1,
.section-features .left .circleicon1{
	position: absolute;
	z-index: 9999;
	top: 40px;
    right: -95px;
}
#section-features .left .img-container,
.section-features .left .img-container{
	position: relative;
	display: inline-block;
}
#section-features .right h6,
.section-features .right h6{
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#section-features .right h2,
.section-features .right h2{
	font-size: 36px;
	color: #343434;
	line-height: 43px;
	margin-bottom: 15px;
}
#section-features .right p,
.section-features .right p{
	font-size: 18px;
	color: #555556;
	line-height: 37px;
	margin-bottom: 25px;
}








#section-features_2_block {
    padding: 110px 0;
    margin-bottom: -45px;
    background-image: url(../images/bg1.jpg);
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-features_2_block .left {
   	position: absolute;
   	width: 287px;
    top: 50%;
    padding-left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section-features_2_block .left h6{
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#section-features_2_block .left h2{
	font-size: 36px;
	color: #343434;
	line-height: 43px;
	margin-bottom: 20px;
}
#section-features_2_block .left ul{
	padding:0;
	margin:0;
}
#section-features_2_block .left ul li{
	list-style: none;
	display: inline-block;
	cursor: pointer;
}
#section-features_2_block .left ul li:nth-child(2){
	margin-left: 20px;
}
#section-features_2_block .left ul li i:before{
	font-size: 30px;
}
#section-features_2_block .left ul li i:hover:before{
	color: #343434;
}
#section-features_2_block .left ul li i:focus{
	border: none;
	outline: none;
}

#section-features_2_block .right {
   	margin-left: 32%;
    width: 100%;
}
#section-features_2_block .swiper-container {
    height: 340px;
}
#section-features_2_block .item{
	/*max-width: 370px;*/
	padding: 25px 29px;
	background: #ffffff;
	border-radius: 20px;

	box-shadow: 10px 22px 55px -40px #bfbfbf;
}

#section-features_2_block .item:hover{
	cursor: auto;
}
#section-features_2_block .item img{
	margin-bottom: 30px;
}
#section-features_2_block .item h3{
	font-size: 22px;
	color: #343067;
	margin-bottom: 20px;
}
#section-features_2_block .item p{
	font-size: 15px;
	color: #606877;
	line-height: 26px;
	margin-bottom: 10px;
}
















@-webkit-keyframes box1 {
  0%,
    50% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@keyframes box1 {
  0%,
    50% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}
@-webkit-keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@-webkit-keyframes box3 {
  0%,
    50% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes box3 {
  0%,
    50% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@-webkit-keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
            transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
}
@keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
            transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
}
#section-preloader p{
    margin-left: 25px;
    color: #a4bdf2;
}

.navbar-1 {
	background-color: transparent;
    z-index: 9;
    position: absolute;
    width: 100%;
    padding: 0;
}

.navbar-1 .dropdown-menu.active {
	display: block;
}
.navbar-1 .dropdown-menu.active.show {
	display: none;
}

.navbar-1 .navbar-toggler:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.navbar-1 .offcanvas-navbar .nav-item .nav-link {
	padding: 13px 15px !important;
}
.navbar-1 .offcanvas-navbar .cart-quantity {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 13px;
}
.navbar-1 .offcanvas-navbar .dropdown-menu {
	left: auto;
	right: 0;
	width: 230px;
	padding: 0;
}
.navbar-1 .offcanvas-navbar .dropdown-menu li {
	border-bottom: 1px solid #dddddd;
	padding: 14px;
}
.navbar-1 .offcanvas-navbar .cart-image {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.navbar-1 .offcanvas-navbar .cart-content {
	float: left;
	width: calc(100% - 70px);
}
.navbar-1 .offcanvas-navbar .cart-content h6 {
	margin-bottom: 0;
}
.navbar-1 .offcanvas-navbar .dropdown-toggle::after {
	display: none;
}
.navbar-1 .price {
	font-weight: bold;
	font-size: 18px;
	color: #7AA93C;
}
.navbar-1 .product-dropdown-list li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted #dddddd;
}
.navbar-1 .product-dropdown-list li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.navbar-1 .dropdown-item {
	padding: 10px;
	border-bottom: none;
}
.navbar-1 .dropdown-item:focus, .navbar-1 .dropdown-item:hover {
	background: #ffffff;
	color: #3e74f8;
}
.navbar-1 .carousel-control-next, .navbar-1 .carousel-control-prev {
	opacity: 1;
	color: #ffffff;
}
.navbar-1 .carousel-control-next:hover, .navbar-1 .carousel-control-prev:hover {
	background-color: transparent !important;
}
.navbar-1 .carousel {
	padding-bottom: 10px;
}
.navbar-1 .dropdown-heading {
	padding-top: 10px;
}
.navbar-1 .navbar-brand {
	color: #265196;
	font-size: 24px;
	font-weight: bold;
}
.navbar-1 .product-dropdown-menu .product-heading {
	color: #265196;
	font-size: 20px;
	font-weight: 600;
}

.navbar-1 .product-dropdown-menu ul li {
	border-bottom: 1px solid #dddddd;
}

.navbar-1 .product-dropdown-menu ul li:last-child {
	border-bottom: none;
}

.navbar-1 .product-dropdown-menu ul li a {
	padding: 10px;
	display: block;
}

.navbar-1 .product-dropdown-menu ul li a:hover {
	color: #3e74f8;
}

.navbar-1 .navbar-nav .nav-item .nav-link {
	color: #ffffff;
	padding: 35px 19px;
	font-size: 18px;
	position: relative;
    display: inline-block;
}
.navbar-1 .navbar-nav .nav-item .nav-link:before{
	content: "";
    width: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 22px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar-1 .navbar-nav .nav-item .dropdown-toggle.nav-link:before,
.navbar-1 .navbar-nav .nav-item .dropdown-toggle.nav-link{
	background: transparent;
}
.navbar-1 .dropdown-item:focus, .navbar-1 .dropdown-item:hover {
    border-radius: 0;
}
.navbar-1 .navbar-nav .nav-item .nav-link:hover:before{
	width: 60%;
}

a.animated-button:link, a.animated-button:visited {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	-webkit-transition: all 1s ease;
 	-moz-transition: all 1s ease;
 	-o-transition: all 1s ease;
 	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
 	content: "";
 	position: absolute;
 	height: 0%;
 	left: 50%;
 	top: 50%;
 	width: 150%;
 	z-index: -1;
 	-webkit-transition: all 0.75s ease;
 	-moz-transition: all 0.75s ease;
 	-o-transition: all 0.75s ease;
 	transition: all 0.75s ease;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
 	color: #000000;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
 	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	-webkit-transition: all 1s ease;
 	-moz-transition: all 1s ease;
 	-o-transition: all 1s ease;
 	transition: all 1s ease;
}

a.animated-button.style1:after {
 	background: #ffffff;
 	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button.style2 {
	border: 2px solid #AEA8D3;
	color: #FFF;
}
a.animated-button.style2:after {
	border: 3px solid #AEA8D3;
	opacity: 0;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
a.animated-button.style2:hover:after {
	height: 400% !important;
	opacity: 1;
	color: #FFF;
}

.navbar-1 .dropdown-menu {
	border: none;
	background-color: #ffffff !important;
	font-size: 14px;
}

.navbar-1 .dropdown-menu .nav-item .nav-link {
	color: #1c1c1c;
	padding: 6px 0;
}

.navbar-1 .btn-1{
	margin-left: 25px;
}

#section-navbar1.sticky-menu, #section-navbar2.sticky-menu{
	background: #0d0f16;
	-webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

#sidebarCollapse {
	position: absolute;
	top: 0px;
	right: 0px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    margin-left: 10px;
}
#sidebarCollapse span{
    width: 33px;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #ffffff;
    transition: all 0.2s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
}
#sidebarCollapse span:first-of-type{
    transform: rotate(45deg) translate(3px, 3px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -2px);
}
#sidebarCollapse.active span {
	width: 27px;
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
#sidebarCollapse span:nth-of-type(3) {
    opacity: 0
}
#sidebarCollapse.active span:nth-of-type(3) {
    opacity: 1;
}

#section-subheader1 {
    padding: 160px 0 70px;
    background: #f7f7f7;
    text-align: center;
}
#section-subheader1 h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
#section-subheader1 ul,
#section-subheader1 li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#section-subheader1 li{
	display: inline-block;
}
#section-subheader1 li a{
	font-size: 14px;
	color: #2da9ca;
	letter-spacing: 3px;
	margin-right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-subheader1 li a:hover,
#section-subheader1 li.current a:hover{
	color: #343434;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-subheader1 li:first-child a{
	padding-left: 30px;
}
#section-subheader1 li.current a{
	color: #2da9ca;
}
#section-subheader1 li:not(:last-child) a:after{
    content: '/';
    position: absolute;
    margin-top: 3px;
    margin-left: 13px;
    font-size: 14px;
    color: #2da9ca;
}

#section-slider{
	height: 100%;
    width: 100%;
}

#section-slider_sub{
	height: 100%;
    width: 100%;
}

#section-slider .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
}
#section-slider .swiper-slide {
	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;
}
#section-slider .swiper-slide .slider-image{
	height: 100%;
	width: 100%;
	position: absolute;
}
#section-slider .swiper-slide .slider-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#section-slider .swiper-slide .slider-content .left h1{
	font-size: 48px;
	color: #61D3D4;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
#section-slider .swiper-slide .slider-content .left{
	height: 100%;
    transform: translateY(40%);
}
#section-slider .swiper-slide .slider-content .left p{
	font-size: 18px;
	color: #61D3D4;
	line-height: 35px;
}
#section-slider .swiper-slide .slider-content .left ul{
	margin: 0;
	padding: 0;
}
#section-slider .swiper-slide .slider-content .left li{
	list-style: none;
	display: inline-block;
}
#section-slider .swiper-slide .slider-content .left li:nth-child(2){
	margin-left: 15px;
}
#section-slider .swiper-slide .slider-content .right{
	text-align: right;
}





#section-appscreen{
	padding: 110px 0;
	overflow: hidden;
}
#section-appscreen .owl-carousel{
	overflow: hidden;
}
#section-appscreen .owl-carousel .owl-stage-outer {
    overflow: unset;
}
#section-appscreen .item{
	text-align: center;
	width: auto !important;
	
}

#section-appscreen .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
#section-appscreen .owl-theme .owl-dots .owl-dot.active span {
    background: #628bea;
    width: 10px;
    height: 10px;
    top: 1px;
    position: relative;
    
}
#section-appscreen .owl-theme .owl-dots .owl-dot:hover span{
	background: #628bea;
}
#section-appscreen .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#section-appscreen .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 45px;
    line-height: 0;
}

#section-download{
	padding: 110px 0;
	text-align: center;
	background: #ffffff;
}
#section-download h1{
    font-size: 56px;
    color: #343434;
    line-height: 45px;
    margin-bottom: 35px;
}
#section-download p{
    font-size: 24px;
    margin-bottom: 48px;
    color: #555556;
}
#section-download ul{
	margin: 0;
	padding: 0;
}
#section-download li{
	list-style: none;
	display: inline-block;
}
#section-download li:nth-child(2){
	margin-left: 15px;
}

#section-footer{
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-footer .footer-widget{
	width: 100%;
	padding: 163px 0 40px;
}
#section-footer .footer-widget .right{
	text-align: right;
}
#section-footer .footer-copyright{
	width: 100%;
	padding: 20px 0;
	text-align: center;
	padding: 55px 0;
}
#section-footer .footer-copyright p{
    font-size: 14px;
    color: #61D3D4;
    margin-bottom: 0;
}
#section-footer .footer-copyright p a:hover{
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media only screen and ( min-width: 1655px ){
	#section-appscreen .container.appscreen{
		max-width: 1655px;
	}
}

@media only screen and ( min-width:1200px ) and ( max-width: 1400px ){
	#section-slider .swiper-slide .slider-content .left {
	    transform: translateY(24%);
	}
	#section-slider .swiper-slide .slider-content .right img{
		max-width: 69%;
	}
	#section-slider .swiper-slide .slider-content .right img {
	    max-width: 60%;
	}
	#section-slider .swiper-slide .slider-content .right {
	    text-align: center;
	}

	#section-features_2_block {
	    padding: 110px 0;
	    background-position: right;
	    background-size: contain;
	}
}

@media only screen and ( min-width: 1200px ){
	.container {
	    max-width: 1170px;
	    padding-right: 0;
    	padding-left: 0;
	}
}

@media only screen and ( min-width: 992px ){
	.navbar-1.navbar .dropdown-menu {
		background-color: #fff;
		border-radius: 0;
		border: none;
		-webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		-ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		-o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		display: block;
		left: 0;
		margin-top: 4px;
		opacity: 0;
		padding: 5px 10px;
		right: 0;
		top: 96%;
		-webkit-transition: 0.3s linear all;
		-moz-transition: 0.3s linear all;
		-ms-transition: 0.3s linear all;
		-o-transition: 0.3s linear all;
		transition: 0.3s linear all;
		visibility: hidden;
		width: 100%;
	}
	.navbar-1.navbar .dropdown {
		position: static;
	}
	.navbar-1.navbar .dropdown:hover > .dropdown-menu {
		opacity: 1;
		transform: none;
		-webkit-transition: 0.3s linear all;
		-moz-transition: 0.3s linear all;
		-ms-transition: 0.3s linear all;
		-o-transition: 0.3s linear all;
		transition: 0.3s linear all;
		visibility: visible;
	}
	.navbar-1.navbar .dropdown-submenu {
		position: relative;
	}
	.navbar-1.navbar .dropdown-submenu:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transition: 0.3s linear all;
		-moz-transition: 0.3s linear all;
		-ms-transition: 0.3s linear all;
		-o-transition: 0.3s linear all;
		transition: 0.3s linear all;
	}
}

@media only screen and ( max-width: 991px ){
	#navbarSupportedContent {
		position: absolute;
	    top: 67px;
	    background-color: #ffffff;
	    padding-left: 20px;
	    padding-right: 20px;
	    width: 95%;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    height: auto !important;
	    overflow-y: auto;
	}
	.navbar-1 .navbar-container {
		justify-content: flex-start;
		position: relative;
		padding-left: 15px;
    	padding-right: 15px;
	}
	.navbar-1 .offcanvas-navbar {
		position: absolute;
		right: 0;
		top: -3px;
		flex-direction: unset;
	}
	.navbar-1 .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 10px 0;
		/*border-bottom: 1px solid #dddddd;*/
		font-size: 14px;
		color: #527bf7;
	}
	.navbar-1 .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
		border-bottom: none;
	}
	.navbar-1 .btn-1 {
	    margin-left: auto!important;
	}
	#section-slider .swiper-slide .slider-content .left {
	    transform: none;
	}
	#section-slider .swiper-slide .slider-content .left li {
	    width: 45%;
	}
	#section-appscreen{
		padding:80px 0;
	}
	.title {
	    margin-bottom: 30px;
	}
	#section-download{
		padding:80px 0;
	}




	#section-features .left .circleicon1,
	.section-features .left .circleicon1 {
	    right: -75px;
	}
	#section-features .left{
	    margin-bottom: 60px;
	}
	#section-features,
	.section-features{
		padding: 80px 0;
	}


	#section-features_2_block {
    	padding: 80px 0;
    	background-size: cover;
    	background-position: center;
    }
    #section-features_2_block .item p {
	    margin-bottom: 0;
	}
    #section-features_2_block .left {
	    width: 220px;
	}
}

@media only screen and ( max-width: 767px ) {
	h2{
		font-size: 28px !important;
	}
	.navbar-1 .product-heading, .navbar-1 .shop-heading {
		border-bottom: 1px solid #ddd;
		cursor: pointer;
		padding: 10px 0;
		position: relative;
	}
	.navbar-1 .product-heading:after, .navbar-1 .shop-heading:after {
		content: "\f107";
		float: right;
		font-family: fontawesome;
		line-height: 30px;
		position: absolute;
		right: 0;
	}
	.navbar-1 .product-dropdown-list, .navbar-1 .shop-dropdown-list {
		display: none;
	}
	.navbar-1 .product-dropdown-list.active, .navbar-1 .shop-dropdown-list.active {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	.navbar-1 .product-dropdown-list a, .navbar-1 .shop-dropdown-list a {
		cursor: pointer;
	}
	.navbar-1 .product-dropdown-menu .product-heading {
		font-size: 14px;
		font-weight: normal;
	}
	#section-slider .swiper-slide .slider-content .left {
	    transform: translateY(-9%);
	}
	#section-slider .swiper-slide .slider-content .left ul {
	    text-align: left;
	}
	#section-slider .swiper-slide .slider-content .right{
		display: none;
	}
	#section-slider .swiper-slide .slider-content .left h1 {
	    font-size: 35px;
	    margin-bottom: 20px;
	}
	#section-slider .swiper-slide .slider-content .left p {
	    line-height: 28px;
	    margin-bottom: 30px;
	}
	#section-download h1 {
	    font-size: 35px;
	    margin-bottom: 20px;
	}
	#section-download p {
	    font-size: 22px;
	    margin-bottom: 35px;
	}
	#section-footer .footer-widget {
	    padding: 140px 0 30px;
	}
	#section-footer .footer-widget .left{
		margin-bottom: 20px;
	}
	#section-footer .footer-widget .left,
	#section-footer .footer-widget .right{
		text-align: center;
	}
	#section-footer .footer-copyright {
	    padding: 15px 0;
	}


	#section-features .right p,
    .section-features .right p {
	    font-size: 16px;
	    line-height: 27px;
	}

	#section-features_2_block .left {
	    width: 100%;
	    position: relative;
	    top: auto;
	    margin-bottom: 60px;
	    -webkit-transform: none;
    	transform: none;
	}
	#section-features_2_block .right {
    	margin-left: 0;
    	width: 120%;
    }

}
@media only screen and ( max-width: 500px ){
	#sidebarCollapse {
	    margin-left: 0px;
	    top: -2px;
    	position: relative;
	}
	.navbar-1 .btn-1{
	    max-width: 110px;
	    height: 30px;
	    line-height: 32px;
	    letter-spacing: 0;
	}
	.navbar-brand {
	    margin-right: 0;
	}
	#section-download li {
	    display: block;
	    margin-left: 0 !important;
	}
	#section-download li:first-of-type {
		margin-bottom: 10px;
	}
}

#section-slider{
	background-image: url(../images/slider1_2.png);
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.title_screenshots {
	font-size: 23pt;
	color: #61D3D4;
	font-family: 'OpenSans-Regular';
}

.title_features {
	font-size: 16pt;
	color: #61D3D4;
	font-family: 'OpenSans-Regular';
}

#section-slider .swiper-slide .slider-content{
	z-index: 9;
	top: 56px;
	width: 100%;
	position: relative;
}

body.scheme #section-features_2_block {
    background-image: url(../images/bg1_2.jpg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.clscheme,
#section-bloglist1 a.bghoverscheme:hover h3.clscheme{
	color: #4d81de;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}