
html,
body {
    margin: 0;
    padding: 0;
}

/*font-family: 'Raleway', sans-serif;*/

*,::after,::before{
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
strong {
    font-weight: 700;
    font-family: sans-serif;
}

a, a.focus{ outline:none!important; text-decoration:none!important; cursor: pointer;}

button:focus {
    outline-width: 0;
}
body, ul,h1,h2,h3,h4,h5,h6,p{ padding:0; margin:0;}

h1{
	font-family: 'Roboto', sans-serif;	
	font-weight: 900;
}
h2,h3,h4{
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 700;
	color: #2c090a;
}

ul li{
	list-style: none;
}
ul.list-inline li{ display:inline-block; }
img {
    display: block;
    max-width: 100%;
}
/*font-family: 'PFChampionScriptW01-Regular';*/
.container {
    max-width: 1350px;
    margin: 0 auto;
}
span.error{
	display: none;
}
span.error.active {
    display: block;
    text-align: left;
    color: #ae1111;
    font-size: 14px;
    margin-top: 10px;
}

.mobile.menu-trigger {
    display: none;
}

.rows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.header-fixed.fixed {
    position: fixed;
    top: 0;
}
.header-fixed {
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    background: #fff;
    transition: all 0.6s ease-in-out;
    z-index: 100;
    width: 100%;
}
.header-fixed.fixed .header-top {
    padding: 20px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.050980392156862744);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.050980392156862744);
}

.header-top .rows .col-1 {
    flex: 0 0 30%;
    max-width: 30%;
}
.header-top .rows .col-2 {
    max-width: 70%;
    flex: 0 0 70%;
}
.header-top .logo {
    position: relative;
    z-index: 10;
}
.header-top .logo img {
    max-width: 250px;
    margin-left: 30px;
}

.header-top .logo img {
    position: relative;
    z-index: 1;
}
.header-fixed.fixed .logo img {
    max-width: 180px;
}
.header-top .rows {
    align-items: center;
    -ms-flex-align: center;
}
.header-top .mainmenu ul li {
    display: inline-block;
    padding: 0 25px;
}
.header-top {
    padding: 35px 0;
}
.header-top .mainmenu {
    text-align: right;
}
.header-top .mainmenu ul li a {
    color: #000;
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    border-radius: 5px;
}
.header-top .mainmenu ul li:last-child a {
    background: #ff6325;
    padding: 15px 20px;
    color: #fff;
}
.header-top .mainmenu ul li.active a {
    color: #ff6325;
}
.header-top .mainmenu ul li.active:last-child a {
    color: #fff;
}
a.btn-more {
    background: #ff6325;
    padding: 12px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.rows > div {
    max-width: 50%;
    flex: 0 0 50%;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	z-index: 999;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev, .next	 {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    border: 1px solid #ff6326;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background: #ff6326;
}

.mySlides {
    opacity: 0;
	visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
}
.bottom-dots {
    position: absolute;
    bottom: 25px;
    z-index: 99;
    left: 80px;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
}



.owl-carousel, .owl-carousel .rows {
    height: 750px;
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    display: -ms-flexbox;
}

.banner-main p {
    margin-bottom: 30px;
    max-width: 400px;
}

.slider-2 .img-1 img {
    max-width: 320px;
    z-index: 1;
}

.slider-2 .banner-img .img-2 {
    left: 50%;
    top: 65%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.slider-2 .banner-img .img-2 img {
    max-width: 270px;
}

.slider-2 .banner-img {
    height: 600px;
    position: relative;
}

.slider-2 .banner-img > div {
    position: absolute;
    left: 0;
    top: 50px;
    right: inherit;
}
.slider-2 .banner-img div.img-1 {
    z-index: 9;
}
.slider-2 ,
.slider-3{
    z-index: 10;
}

.slider-2 .banner-right ,
.slider-3 .banner-right {
    position: relative;
    z-index: 100;
}

.slider-3 .banner-img img {
    max-width: 660px;
    left: -30px;
    right: inherit;
    top: 50px;
	position: relative;
}

.mySlides.active {
    visibility: visible;
}

.slider-2 .img-1 img{
	transform: translate3d(50px,0,0);
	-webkit-transform: translate3d(50px,0,0);
	-ms-transform: translate3d(50px,0,0);
	-moz-transform: translate3d(50px,0,0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	opacity: 0;
}
.slider-2 .img-2 img{
	transform: translate3d(-50px,0,0);
	-webkit-transform: translate3d(-50px,0,0);
	-ms-transform: translate3d(-50px,0,0);
	-moz-transform: translate3d(-50px,0,0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	opacity: 0;
}

.active.slider-2 .img-1 img,
.active.slider-2 .img-2 img{
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	opacity: 1;
}







.owl-carousel{
	z-index: 100;
}

.banner-main {
    background: #fef9f5;
    border-radius: 50px 40px 50px 50px;
    position: relative;
}

.banner-main::after {
    background: url(../images/bg.png);
    content: "";
    position: absolute;
    right: -9px;
    bottom: -9px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
}

.slider-1 .banner-img img {
    position: relative;
    top: 60px;
    max-width: 780px;
    right: 140px;
}
.banner-left {
    position: relative;
    z-index: 10;
    top: -70px;
    padding: 0 80px;
}

.banner-section h1 {
    font-size: 60px;
    color: #2c0909;
    font-family: 'PT Sans Caption', sans-serif;
    line-height: 1.3;
    position: relative;
    padding: 20px 0;
    margin-bottom: 40px;
}
.banner-section h1::after {
    width: 60px;
    height: 6px;
    background: #fdbc4e;
    position: absolute;
    content: "";
    left: 5px;
    bottom: 0;
    border-radius: 15px;
}
body h2 {
    font-size: 45px;
    margin-bottom: 10px;
	color: #2d080c;
}
body h2 span {
    color: #ff6325;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
}
body p {
    font-size: 16px;
    line-height: 1.6;
}
.title {
    max-width: 904px;
    margin: 0 auto 70px;
	text-align: center;
}

.title p {
    line-height: 2;
}

.about-section {
    text-align: center;
    padding: 8em 0 5em;
}


/******Why*****/


.why-section {
    background: #fef9f5;
    padding: 8em 0;
}
.why-main .col-1 {
    order: 2;
}
.why-img {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    position: relative;
    width: 600px;
    height: 535px;
}
.why-img > div {
    padding: 5px 5px;
}
.why-img .img-1 {
    max-width: 300px;
}
.why-img .img-2 {
    max-width: 200px;
}

.why-img .img-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
}
span.pattern {
    background: url(../images/techno-sprites.png);
    position: absolute;
    left: 300px;
    top: 265px;
    width: 96px;
    height: 110px;
    z-index: 1;
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: -320px -159px;
}
span.pattern.two {
    left: inherit;
    top: 7px;
    background-position: -225px -159px;
    right: 4px;
}
.why-content {
    max-width: 500px;
}
.why-content ul {
    margin: 25px 0;
}

.why-content ul li {
    padding: 5px 20px;
    position: relative;
}
.why-content ul li::before {
    background: url(../images/techno-sprites.png);
    position: absolute;
    left: 2%;
    top: 50%;
    width: 20px;
    height: 14px;
    z-index: 10;
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: -157px -60px;
    content: "";
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}



/******Services*****/


.product-section {
    padding: 7em 0 1em;
}
.product-section .title {
    padding: 0 0 70px;
}	
.product-section h4 {
    position: relative;
    font-size: 22px;
}
.product-content {
    max-width: 610px;
}

.accordion ul li.active {
    background: #fef9f5;
}
.accordion ul li {
    margin-bottom: 0;
    padding: 30px 20px;
    transition: all 0.5s ease-out;
	cursor: pointer;
}
.accordion p {
    display: none;
	margin-top: 20px;
}
.product-section h4 span.arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 500ms ease;
    width: 30px;
    height: 30px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
span.arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
span.arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.accordion ul li.active h4 span {
    transform: translate(-50%,-50%) scaleY(-1);
    -webkit-transform: translate(-50%,-50%) scaleY(-1);
    -ms-transform: translate(-50%,-50%) scaleY(-1);
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
}	


.product-img {
    height: 590px;
    position: relative;
    width: 430px;
}
.product-img::after {
    background: #fff2e8;
    position: absolute;
    left: 60px;
    top: 0;
    width: 80%;
    height: 440px;
    content: "";
    z-index: -1;
    border-radius: 10px;
}
.product-img img {
    max-width: 350px;
    position: absolute;
    top: 60px;
    left: 120px;
    transition: all .5s ease-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
	z-index: 11;
}
.product-img img.active {
    opacity: 1;
    visibility: visible;
}
.accordion ul li.active h4 span.arrow::before {
    border-top: 8px solid #cf600f;
}

.accordion ul li.active h4 {
    color: #cf6010;
}
.product-img span.pattern {
    background: url(../images/techno-sprites.png);
    position: absolute;
    width: 96px;
    height: 110px;
    z-index: 1;
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: -225px -159px;
    right: -90px;
    top: 20px;
}

/******Services*****/


.services-section {
    padding: 6em 0;
}
.services-content {
    margin-bottom: 40px;
}
.tabs ul {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
   -ms-flex-align: center;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.tabs ul li {
    position: relative;
    background: url(../images/techno-sprites.png);
    width: 52px;
    height: 50px;
    z-index: 1;
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: -103px -18px;
    text-indent: -9999999px;
    margin: 0 20px;
	cursor: pointer;
	transition: all 0.4s ease-out;
}
.tabs ul li.active {
    color: #ff6325;
}
.tabs ul li::after {
    background: #ff6325;
    position: absolute;
    bottom: -14px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
.tabs ul li.active::after {
    opacity: 1;
    visibility: visible;
}
.tabs ul li.webdesign {
    width: 66px;
    background-position: -102px -15px;
}
.tabs ul li.webdesign.active {
    background-position: -103px -75px;
}
.tabs ul li.webapp {
    background-position: -174px -14px;
}
.tabs ul li.webapp.active {
    background-position:-174px -74px;
}
.tabs ul li.android {
    background-position: 1px -12px;
}
.tabs ul li.android.active{
	 background-position: 1px -75px;
}
.tabs ul li.ios {
    background-position: -49px -14px;
}
.tabs ul li.ios.active{
	background-position:-49px -75px
}
.tabs ul li.cms {
    background-position: -235px -10px;
	
}
.tabs ul li.cms.active{
	background-position: -235px -70px;
}
.tabs ul li.ecommerce{
	background-position: -297px -2px;
    height: 58px;
}
.tabs ul li.ecommerce.active{
	background-position: -297px -62px;
}
.services-section span.icon {
    background: url(../images/techno-sprites.png);
    width: 52px;
    height: 50px;
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: -103px -18px;
    margin: 0 0 20px;
    display: block;
}
.services-section h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.tab-details {
    max-width: 580px;
	margin: 0 0 0 auto;
}
.tab-details p {
    padding: 10px 0;
}

.tab-img div {
    max-width: 500px;
    margin: 0px auto;
    position: relative;
    top: 60px;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
}
.tab-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.services-section .rows .col-1 {
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    display: -ms-flexbox;
	order: 2;
}
.services-section div#webdesign span.icon {
    background-position: -103px -18px;
    width: 70px;
}
.services-section div#webapp span.icon {
    background-position: -175px -18px;
}
.services-section div#android span.icon{
	  background-position: -2px -11px;
}
.services-section div#ios span.icon{
	  background-position: -52px -11px;
}
.services-section div#cms span.icon{
	background-position:-233px -11px;
}
.services-section div#ecommerce span.icon{
    background-position: -296px -3px;
    height: 60px;
}


.tab-main, .tab-main .rows {
    height: 650px;
    position: relative;
}
.tab-img {
    position: relative;
    height: 580px;
}
.tab-img::before {
    background: #e5efee;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 70%;
    content: "";
    z-index: -1;
    border-radius: 10px;
}
div#webapp .tab-img::before {
    bottom: -30px;
}
div#android .tab-img div,
div#ios .tab-img div {
    top: 70px;
}

div#android .tab-img img {
    max-width: 240px;
	 margin: 0 auto;
}
div#ios .tab-img img {
    max-width: 250px;
    margin: 0 auto;
}
div#android .tab-img::before, 
div#ios .tab-img::before{
    background: #e5efee;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 70%;
    content: "";
    z-index: -1;
    border-radius: 10px;
}

/*******contact*******/


.contact-section {
    background: #fbfbfb;
    padding: 5em 0 0;
    overflow: hidden;
}
.form-img {
    position: relative;
    height: 100%;
}
.form-img .img-1 {
    position: absolute;
    bottom: -80px;
    left: 50px;
    max-width: 770px;
}
.form-img .img-2 {
    position: absolute;
    top: 30px;
    left: 120px;
    max-width: 70px;
}
.form-main .form-group input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-transform: capitalize;
    border: 0;
    border-bottom: 2px solid #2d080c;
    background: transparent;
	color: #2d080c;
}
.contact-section .form-main {
    padding-bottom: 6em;
}
input:focus,
textarea:focus{
    outline-width: 0;
}
textarea {
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-transform: capitalize;
    border: 0;
    border-bottom: 2px solid #2d080c;
    background: transparent;
}
.row-in > div {
    flex: 0 0 50%;
    max-width: 47%;
}
.row-in {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
button.btn-submit {
    background: #ff6325;
    padding: 18px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    font-size: 15px;
}
.form-group {
    padding:25px 0 15px;
}

footer .rows {
    justify-content: space-between;
    -ms-flex-pack: space-between;
	padding: 45px 0;
}
.social div, .social ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
	-ms-flex-align:center;
}
.social h5 {
    font-size: 18px;
}
.social ul li {
    background: url(../images/techno-sprites.png);
    width: 35px;
    height: 35px;
    z-index: 1;
    background-size: 380px;
    background-repeat: no-repeat;
    background-position: -10px -153px;
    text-indent: -999999px;
    margin: 0 5px;
}
.social ul li.tw {
    background-position: -58px -151px;
}
.social ul li.in {
    background-position: -108px -152px;
}
.social ul li.insta {
    background-position: -155px -153px;
}
.terms a:first-child {
    border-right: 1px solid #000;
}
.terms a {
    display: inline-block;
    color: #000;
    padding: 0 15px;
}
.social div {
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

.copy .container {
    border-top: 1px solid #ddd;
    padding: 40px 0;
    text-align: center;
}
.contact-section h2 {
    font-size: 40px;
    line-height: 1.2;
}
.address {
    margin-bottom: 30px;
    max-width: 400px;
}
.address h4 {
    font-size: 36px;
    font-family: 'PT Sans Caption', sans-serif;
    margin-bottom: 10px;
}
.address p {
    margin-bottom: 15px;
    color: #525252;
    line-height: 1.6;
}
.address p.fadeinup3 {
    margin-bottom: 0;
}
.address p a {
    color: #25b5ff;
}

/*****animate****/
.fadeinup1,
.fadeinup2,
.fadeinup3,
.fadeinup4{
	transform: translate3d(0,50px,0);
	-webkit-transform: translate3d(0,50px,0);
	-ms-transform: translate3d(0,50px,0);
	-moz-transform: translate3d(0,50px,0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	opacity: 0;
}
.fadeindown2{
	transform: translate3d(0,-50px,0);
	-webkit-transform: translate3d(0,-50px,0);
	-ms-transform: translate3d(0,-50px,0);
	-moz-transform: translate3d(0,-50px,0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	opacity: 0;
}
.fadeinright{
	transform: translate3d(50px,0,0);
	-webkit-transform: translate3d(50px,0,0);
	-ms-transform: translate3d(50px,0,0);
	-moz-transform: translate3d(50px,0,0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	opacity: 0;
}
.fadeinleft{
	transform: translate3d(-50px,0,0);
	-webkit-transform: translate3d(-50px,0,0);
	-ms-transform: translate3d(-50px,0,0);
	-moz-transform: translate3d(-50px,0,0);
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	opacity: 0;
}

.banner-main .active .fadeinup1,
.banner-main .active .fadeinup2,
.banner-main .active .fadeinup3,
.banner-main .active .fadeinright{
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	opacity: 1;
}


section.active .fadeinup1,
section.active .fadeinup2,
section.active .fadeinup3,
section.active .fadeinup4,
section.active .fadeindown2,
section.active .fadeinright,
section.active .fadeinleft{
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	opacity: 1;
}
.fadeinup1{
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
.fadeinup2,
.fadeindown2{
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}
.fadeinup3,
.fadeinleft{
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}
.fadeinup4{
	transition-delay: .8s;
	-webkit-transition-delay: .8s;
}

.fadeinright{
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.tabs ul li{
	opacity: 0;
}
.tabs ul li:first-child {
    transform: translateX(230px);
    -webkit-transform: translateX(230px);
    -ms-transform: translateX(230px);
}
.tabs ul li:nth-child(2) {
    transform: translateX(130px);
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
}
.tabs ul li:nth-child(3) {
    transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
}
.tabs ul li:nth-child(4) {
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
}
.tabs ul li:nth-child(5) {
    transform: translateX(-130px);
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
}
.tabs ul li:nth-child(6) {
    transform: translateX(-230px);
    -webkit-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
}
.active .tabs ul li{
	opacity: 1;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
}

/*

#overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.9);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}
*/


@media only screen and (max-width:1366px){
	.container {
		max-width: 1170px;
		margin: 0 auto;
	}
	.owl-carousel, .owl-carousel .rows {
		height: 640px;
	}	
	.banner-section h1 {
		font-size: 42px;
	}
	.slider-1 .banner-img img {
		max-width: 630px;
	}
	.slider-2 .img-1 img {
    max-width: 270px;
	}
	.slider-2 .banner-img .img-2 img {
		max-width: 190px;
	}
	.slider-2 .banner-img .img-2 {
		left: 60%;
	}
	.slider-3 .banner-img img {
		max-width: 530px;
		left: -10px;
		top: 50px;
	}
	.why-img {
		width: 500px;
		height: 445px;
	}
	.why-img .img-1 {
		max-width: 240px;
	}
	.why-img .img-2 {
		max-width: 165px;
	}
	.why-img .img-3 {
		width: 170px;
	}
	span.pattern {
		left: 240px;
		top: 215px;
	}
	span.pattern.two {
		top: 7px;
		right: 4px;
	}
	.tab-details {
		max-width: 460px;
	}
	.tab-img div {
		max-width: 430px;
		top: 90px;
	}
}

@media only screen and (max-width:1199px){
	.header-top .mainmenu ul li {
		padding: 0 15px;
	}
	.container {
		max-width: 950px;
		margin: 0 auto;
	}
	body h2 {
		font-size: 36px;
	}
	.owl-carousel, .owl-carousel .rows {
		height: 530px;
	}
	.slider-1 .banner-img img {
		max-width: 560px;
	}
	.banner-left {
		padding: 0 40px;
	}
	.slider-3 .banner-img img {
		max-width: 450px;
	}
	.why-section {
		padding: 5em 0 3em;
	}
	.why-img {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-moz-transform: scale(0.8);
		transform-origin: left;
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
	}
	.product-img span.pattern.two {
		display: none;
	}
	.services-section {
		padding: 3em 0 7em;
	}
	.tab-img::before,div#android .tab-img::before, div#ios .tab-img::before{
		display: none;
	}
	div#android .tab-img img, div#ios .tab-img img {
		max-width: 210px;
		margin: 0 auto;
		top: -30px;
   		position: relative;
			
	}
	.services-section .rows .col-1, .services-section .rows .col-2 {
		display: block;
	}
	div#android .tab-img, div#ios .tab-img{
		top: 0;
	}
	.tab-main, .tab-main .rows {
		height: 490px;
	}
	.tab-img div {
		max-width: 380px;
		 width: 100%;
		top: 40px;
	}
	.tab-img {
		position: relative;
		height: auto;
	}
	.form-img .img-1 {
		left: 0;
	}
}
@media only screen and (max-width:1023px){
	.header-top .logo img {
		max-width: 200px;
	}
	.rows > div {
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.header-top .mainmenu ul li {
		padding: 0 10px;
	}
	.header-top .mainmenu ul li a {
		font-size: 15px;
	}
	.banner-right,.banner-main::after {
		display: none;
	}
	.bottom-dots {
		left: 0;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		right: 0;
		text-align: center;
	}

	.banner-left {
		top:-10px;
	}
	
	.owl-carousel, .owl-carousel .rows {
		height: 420px;
	}
	.banner-main {
		border-radius: 0;
	}
	.about-section {
		text-align: center;
		padding: 3em 0 4em;
	}
	.about-section .title {
		margin: 0 auto;
	}
	.title {
		max-width: 700px;
		padding: 0 20px;
	}
	.why-img {
		transform-origin: center;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		 margin: 0 auto;
	}
	.why-section {
		padding: 5em 0;
	}
	.why-content {
		max-width: 100%;
		padding: 0 30px;
	}
	.why-main .col-1 {
		order: 0;
	}

	.product-section {
		padding: 3em 0 1em;
	}
	.product-section .title {
		padding: 0 20px;
	}
	.product-content {
		max-width: 100%;
	}
	.product-img,
	.services-content,
	.form-img{
		display: none;
	}
	.tab-content {
		position: relative;
		opacity: 1;
		visibility: visible;
		padding: 60px 0;
	}
	.services-section .rows .col-1 {
		order: 0;
	}
	.tab-main, .tab-main .rows {
		height: auto;
		padding: 0;
		text-align: center;
	}
	.tab-details {
		max-width: 550px;
		text-align: center;
		margin: 0 auto 30px;
		padding: 0 20px;
	}
	.services-section span.icon {
		margin: 0 auto 20px;
	}
	.tab-content:nth-child(2n+1) {
		background: #f8f8f8;
	}
	.tab-img div,div#android .tab-img div, div#ios .tab-img div {
		top: 0;
	}
	.services-section {
		padding: 3em 0;
	}
	.contact-section {
		padding: 5em 3em;
	}
	.contact-section .form-main {
		padding-bottom: 0;
	}
	footer .rows {
		justify-content: center;
		-ms-flex-pack: center;
		padding: 45px 0;
		text-align: center;
	}
	.social div {
		justify-content: center;
		-ms-flex-pack: center;
		margin-top: 40px;
	}
}


@media only screen and (max-width:767px){
	.mobile.menu-trigger {
		display: block;
	}
	.mainmenu ul li {
		display: block;
	}
.menu-navigation {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 100%;
    display: none;
    z-index: 999;
    background: #fff;
    text-align: left;
}
	.header-top .mainmenu ul li {
    display: block;
}
	header .header-top .mainmenu ul li a {
		padding: 15px 20px;
		border: 0;
		font-size: 17px;
	}
	header .header-top .mainmenu ul li a.active::before,
	header .header-top .mainmenu ul li a:hover::before, 
	header .header-top .mainmenu ul li a:focus::before {
		opacity: 0;
	}
	.header-top {
		padding: 25px 0;
	}
	.toggle {
		position: absolute;
		right: 30px;
		top: 30px;
	}
	.toggle span {
		display: block;
		width: 35px;
		height: 3px;
		background: #ff6325;
		margin: 5px 0;
	}
	
	.menu-trigger span{ transition:all 0.3s ease-in-out;  -webkit-transition:all 0.3s ease-in-out;}

	.menu-trigger.opened span.bar-mid {  opacity: 0; }
	.menu-trigger.opened span.bar-top {
		transform: rotate(45deg) translate(6px,6px);
		-webkit-transform: rotate(45deg) translate(6px,6px);
		-ms-transform: rotate(45deg) translate(6px,6px);
		-moz-transform: rotate(45deg) translate(6px,6px);
	}
	.menu-trigger.opened span.bar-bot {
		transform: rotate(-45deg) translate(5px, -5px);
		-webkit-transform: rotate(-45deg) translate(5px, -5px);
		-ms-transform: rotate(-45deg) translate(5px, -5px);
		-moz-transform: rotate(-45deg) translate(5px, -5px);
	}
	.menu-navigation.menu-open span.caret{ opacity:1; }
	.menu-navigation span.caret {    position: absolute;    top: -10px;    border-bottom: 10px solid #b82222;    border-left: 10px solid transparent;    border-right: 10px solid transparent;    left: 0;    right: 40px;    margin: 0 0 0 auto;    width: 0;	opacity:0;	transition:all 0.3s ease-in-out;  -webkit-transition:all 0.3s ease-in-out;	}
	
	
	.why-img{
		display: none;
	}
	.banner-section h1 {
		font-size: 28px;
	}
	.banner-main p {
		margin: 0 auto 30px;
	}
	.mySlides .banner-left {
		top: -30px;
		text-align: center;
		position: relative;
	}
	.banner-section h1::after {
		margin: 0 auto;
		right: 0;
	}
	.owl-carousel, .owl-carousel .rows {
		height: 480px;
	}	
	.services-section .title {
		background: #f8f8f8;
		margin: 0;
		padding: 50px 20px 0;
	}
	.tab-img {
		position: relative;
		height: auto;
		padding: 0 20px;
	}
	body h2 {
		font-size: 28px;
	}
	.contact-section {
		padding: 50px 20px;
	}
	.contact-section h2,
	.address h4 {
		font-size: 30px;
	}
	
}






