/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: 'Exo', sans-serif;
vertical-align: baseline;
font-weight: 300;
color: #636363;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

::selection {
  background: #FF7F04; /* WebKit/Blink Browsers */
    color: #FFF;
}
::-moz-selection {
  background: #FF7F04; /* Gecko Browsers */
     color: #FFF;
}

body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    outline: 0 none !important;
    text-decoration: none;
}

button,
button:visited,
button:focus,
button:active,
button:hover {
    outline: 0 none !important;
}

input:focus,
textarea:focus {
    outline: none;
}

html,
body,
#wrapper {
    min-width: 320px;
    overflow-x: hidden;
}

body {
    overflow-y: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cd-header {
    z-index: 1 !important;
}

#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    
    touch-action: none;
}

.fp-section {
    position: relative;
    /* Safari<=5 Android<=3 */
    
    -moz-box-sizing: border-box;
    /* <=28 */
    
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    width: 100%;
    height: 100%;
    display: table-cell;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 1;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

.change-color-ouline {
    border: 1px solid #ff7f04 !important;
    background: #ff7f04 !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #fff !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background: transparent;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.change-color {
    background: #ff7f04 !important;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

#sq-up-arrow {
    display: none;
}
/*============first section================*/

.cd-header {
    padding-bottom: 10px;
    top: 20px !important;
}

@media only screen and (max-width: 1100px) {
    .cd-header {
        border-left: 20px solid white;
        border-right: 20px solid #FFF;
    }
}

video#bgvid {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -moz-background-size: cover;
    background-size: cover;
}

.g-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    
    background: rgb(34, 88, 122);    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjI1ODdhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjMjI1ODdhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjZmZhNDRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjNWYwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-30deg, rgba(0, 96, 156, 1) 0%, rgba(34, 88, 122, 0.9) 68%, rgba(255, 164, 79, 0) 68%, rgba(252, 95, 5, 0) 100%);
    
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 96, 156, 1)), color-stop(68%, rgba(34, 88, 122, 0.9)), color-stop(68%, rgba(0, 96, 156, 0)), color-stop(100%, rgba(252, 95, 5, 0)));
    
    background: -webkit-linear-gradient(-30deg, rgba(0, 96, 156, 1) 0%, rgba(34, 88, 122, 0.9) 68%, rgba(255, 164, 79, 0) 68%, rgba(252, 95, 5, 0) 100%);
    
    background: -o-linear-gradient(-30deg, rgba(0, 96, 156, 1) 0%, rgba(34, 88, 122, 0.9) 68%, rgba(255, 164, 79, 0) 68%, rgba(252, 95, 5, 0) 100%);
    
    background: -ms-linear-gradient(-30deg, rgba(0, 96, 156, 1) 0%, rgba(34, 88, 122, 0.9) 68%, rgba(255, 164, 79, 0) 68%, rgba(252, 95, 5, 0) 100%);
    
    background: linear-gradient(120deg, rgba(0, 96, 156, 1) 0%, rgba(34, 88, 122, 0.9) 68%, rgba(255, 164, 79, 0) 68%, rgba(252, 95, 5, 0) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22587a', endColorstr='#fc5f05', GradientType=1);

}

.dot-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
}

.g-overlay-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmY3ZjA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2YwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(30%, rgba(255, 127, 4, 0)), color-stop(100%, rgba(255, 127, 4, 0)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* IE10+ */
    
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff7f04', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
}

.dot-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
}

.g-overlay-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmY3ZjA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2YwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(30%, rgba(255, 127, 4, 0)), color-stop(100%, rgba(255, 127, 4, 0)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* IE10+ */
    
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 127, 4, 0) 30%, rgba(255, 127, 4, 0) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff7f04', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
}

#square-ser-intro {
    opacity: 0.85;
}

#ser-background {
    background: url('img/service-main-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    
}

.square-ser-intro-wrapper{
    position: relative;
  height: 100%;
  width: 100%;
    top: 0px;
    left: 0px;
}

.square-ser-wrapper{
    position: relative;
    height: 100%;
  width: 100%;
    top: 0px;
    left: 0px;
}

#square-ser-intro {
    position: relative;
    margin: auto;
    padding-left: 50px;
    max-width: 564px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#square-ser-intro p {
    font-size: 30px;
    line-height: 35px;
    color: white;
    font-weight: 500;
}
/*================service page nav=====================*/

#service-nav {
    width: 100%;
    bottom: 0px;
    text-align: left;
    z-index: 99;
    width: 350px;
    top: 0px;
    left: 200px;
    margin: auto;
}

#service-nav ul {
    margin: 0 auto;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

#service-nav ul li {
    display: inline;
}

#service-nav ul li a {
    font-size: 25px;
    font-weight: 500;
    color: #FFF;
    padding: 17px 20px;
    background: rgba(30, 30, 30, 0.33);
    margin: 10px;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #FFF;
    height: 3px;
    -webkit-transition-property: left, right;
    -moz-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

@media only screen and (max-height: 700px) {
    #square-ser-intro {
        top: 150px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    #ser-background .fp-tableCell {
        padding-bottom: 150px;
        display: table;
    }
    #service-nav ul {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 465px) and (max-height: 700px) {
    #square-ser-intro {
        top: 80px;
    }
    .square-ser-intro-wrapper{
    height: auto;
    }
}

@media only screen and (max-width: 418px) and (max-height: 700px) {
    #square-ser-intro {
        top: 80px;
    }
    .square-ser-intro-wrapper{
    height: auto;
    }
}

@media only screen and (max-width: 1100px){
    #service-nav ul li a {
        font-size: 20px;
        padding: 15px 20px;
    }
    #service-nav {
    width: 240px;
    }
}

@media only screen and (max-width: 577px) {
    .service-corner {
        display: none;
    }
}

@media only screen and (max-width: 465px) {

    #square-ser-intro {
        padding-left: 0px;
    }
    #square-ser-intro p a {
        font-size: 35px !important;
        line-height: 30px;
    }
    #service-nav ul {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 418px) {
    #service-nav ul li a {
        font-size: 15px;
        padding: 10px 20px;
        margin: 8px;
    }
    #service-nav {
        width: 200px;
    }
    #square-ser-intro p a {
        font-size: 35px !important;
        line-height: 30px;
    }
    .service-title {
        font-size: 30px;
    }
}
/*================down arrow=================*/

.down-arrow-but {
    border: none;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

.down-arrow-but:before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.down-arrow-but {
    border: 1px solid white;
    padding: 5px 50px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.down-arrow-but {
    overflow: hidden;
}

.down-arrow-but:before {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.down-arrow-but:hover,
.down-arrow-but:active {
    color: red;
}

.down-arrow-but:hover:before {
    width: 90%;
    opacity: 0.3;
}
/*.down-arrow-but:hover a{
    color: rgb(238, 90, 41);
}*/

.down-arrow-but:active:before {
    width: 101%;
    opacity: 0.5;
}

.down-arrow-but img {
    padding-top: 5px;
}

#down-arrow .down-arrow-but {
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

#down-arrow .down-arrow-but:before {
    background: #3C6698;
}
/*================up arrow=================*/

#up-arrow {
    margin-top: 10%;
    text-align: center;
}

.up-arrow-but, .up-arrow-but-mobile{
    border: none;
    color: #ff7f04;
    background: #FFF;
    cursor: pointer;
    display: inline-block;
    margin: 15px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    font-size: 12px;
}

.up-arrow-but:before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.up-arrow-but, .up-arrow-but-mobile{
    height: 38px;
    border: 1px solid #ff7f04;
    padding: 0px 25px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.up-arrow-but {
    overflow: hidden;
}

.up-arrow-but:before {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjE3ZTIyIiBzdG9wLW9wYWNpdHk9IjAuODYiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZjI4MjIxIiBzdG9wLW9wYWNpdHk9IjAuODYiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjZjQ4YjFlIiBzdG9wLW9wYWNpdHk9IjAuODYiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZjI3ZjI0IiBzdG9wLW9wYWNpdHk9IjAuODYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjNWEzNiIgc3RvcC1vcGFjaXR5PSIwLjg2Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, hsla(27, 88%, 54%, 1) 0%, hsla(28, 89%, 54%, 1) 22%, hsla(31, 91%, 54%, 1) 46%, hsla(27, 89%, 55%, 1) 66%, hsla(12, 83%, 57%, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, hsla(27, 88%, 54%, 1)), color-stop(22%, hsla(28, 89%, 54%, 1)), color-stop(46%, hsla(31, 91%, 54%, 1)), color-stop(66%, hsla(27, 89%, 55%, 1)), color-stop(100%, hsla(12, 83%, 57%, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(45deg, hsla(27, 88%, 54%, 1) 0%, hsla(28, 89%, 54%, 1) 22%, hsla(31, 91%, 54%, 1) 46%, hsla(27, 89%, 55%, 1) 66%, hsla(12, 83%, 57%, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(45deg, hsla(27, 88%, 54%, 1) 0%, hsla(28, 89%, 54%, 1) 22%, hsla(31, 91%, 54%, 1) 46%, hsla(27, 89%, 55%, 1) 66%, hsla(12, 83%, 57%, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(45deg, hsla(27, 88%, 54%, 1) 0%, hsla(28, 89%, 54%, 1) 22%, hsla(31, 91%, 54%, 1) 46%, hsla(27, 89%, 55%, 1) 66%, hsla(12, 83%, 57%, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(45deg, hsla(27, 88%, 54%, 1) 0%, hsla(28, 89%, 54%, 1) 22%, hsla(31, 91%, 54%, 1) 46%, hsla(27, 89%, 55%, 1) 66%, hsla(12, 83%, 57%, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbf17e22', endColorstr='#dbec5a36', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
    
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.up-arrow-but:hover,
.up-arrow-but:active {
    color: #FFF;
}

.up-arrow-but:hover:before {
    width: 90%;
    opacity: 1;
}

.up-arrow-but:active:before {
    width: 101%;
    opacity: 0.5;
}

.up-arrow-but svg, .up-arrow-but-mobile svg{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.level {
    margin-bottom: -14px;
}

.up-arrow-but-Capa_1 {
    fill: #FF801F;
}

.up-arrow-but:hover .up-arrow-but-Capa_1 {
    fill: #FFF;
}
/*===================================service in-page nav==========================*/

#overlay-control {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    text-align: center;
    left: 0;
    right: 0;
    background: transparent;
}
/* Overlay style */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: red;
    z-index: 101;
    overflow-y: auto;
}
/* Overlay closing cross */

.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    cursor: pointer;
}
/* Menu style */

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: -moz-calc(100% / 5);
    height: calc(100% / 5);
    min-height: 54px;
    margin-top: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay ul li a {
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay .hvr-underline-from-center:before {
    background: white;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #f0f0f0;
}
/* Effects */

.overlay-genie {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    -moz-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    -o-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
}

.overlay-genie.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.overlay-genie svg {
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-genie .overlay-path {
    fill: rgba(238, 119, 24, 0.9);
}

.overlay-genie nav, .overlay-genie .sq-service-menu-wrapper {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(-48%);
    -moz-transform: scale(0.8) translateY(-48%);
    -ms-transform: scale(0.8) translateY(-48%);
    -o-transform: scale(0.8) translateY(-48%);
    transform: scale(0.8) translateY(-48%);
    -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -moz-transition: opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
    -o-transition: opacity 0.3s 0.3s, -o-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}

.overlay-genie .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.overlay-genie.open nav,
.overlay-genie.open .sq-service-menu-wrapper,
.overlay-genie.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.overlay-genie.open nav{
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

.overlay-genie.open .sq-service-menu-wrapper{
    -webkit-transform: scale(1) translateY(0%);
    -moz-transform: scale(1) translateY(0%);
    -ms-transform: scale(1) translateY(0%);
    -o-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
}

.overlay-genie.close nav,
.overlay-genie.close .sq-service-menu-wrapper,
.overlay-genie.close .overlay-close {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.sq-service-menu-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
    overflow-y: auto;
}

.on-page-menu {
    border: 2px solid white;
    padding: 20px !important;
    margin: 20px !important;
}

.off-page-menu {
    border: 2px solid white;
    padding: 20px !important;
    margin: 20px !important;
}

.off-page-menu:after,
.on-page-menu:after {
    content: "";
    position: absolute;
    height: 82px;
    width: 100%;
    background: #FFF;
    top: 0px;
    left: 0px;
    z-index: -1;
}

li.sq-service-menu-title {
    color: #FF7F04;
    min-height: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }
    .overlay ul li {
        min-height: 34px;
    }
}

@media screen and (max-width: 1130px) {
    .overlay ul li a {
        font-size: 30px;
    }
}

@media screen and (max-width: 864px) {
    .overlay ul li a {
        font-size: 25px;
    }
}

@media screen and (max-width: 731px) {
    .overlay nav {
        top: 0px;
        margin-top: 200px;
        -webkit-transform: scale(1) translateY(0%);
        -moz-transform: scale(1) translateY(0%);
        -ms-transform: scale(1) translateY(0%);
        -o-transform: scale(1) translateY(0%);
        transform: scale(1) translateY(0%);
    }
    .overlay-genie.open nav {
        -webkit-transform: scale(1) translateY(0%);
        -moz-transform: scale(1) translateY(0%);
        -ms-transform: scale(1) translateY(0%);
        -o-transform: scale(1) translateY(0%);
        transform: scale(1) translateY(0%);
    }
}
/*===================================service contents==========================*/

.service-wrapper p:first-child:first-letter {
    font-size: 78px;
    color: #1B628A;
    padding: 0px 10px;
    text-decoration: underline;
}

.service-wrapper p {
    font-size: 18px;
    font-family: "Exo", sans-serif;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 30px;
}

.service-wrapper p span{
    color: #FF7F04;
    font-weight: bold;
}


@media(min-width:800px){
    .about-bg {
    background: -webkit-linear-gradient(315deg, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 0.9) 72%, rgba(255, 255, 255, 0.4) 100%), url('img/square-3.jpg');
    background: -moz-linear-gradient(315deg, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 0.9) 72%, rgba(255, 255, 255, 0.4) 100%), url('img/square-3.jpg');
    background: linear-gradient(135deg, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 0.9) 72%, rgba(255, 255, 255, 0.4) 100%), url('img/square-3.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
}

@media(max-width:799px){
    .about-bg {
    background: -webkit-linear-gradient(315deg, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 0.9) 72%, rgba(255, 255, 255, 0.4) 100%), url('img/square-3-mid.jpg');
    background: -moz-linear-gradient(315deg, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 0.9) 72%, rgba(255, 255, 255, 0.4) 100%), url('img/square-3-mid.jpg');
    background: linear-gradient(135deg, rgba(248, 248, 248, 1) 0%, rgba(253, 253, 253, 0.9) 72%, rgba(255, 255, 255, 0.4) 100%), url('img/square-3-mid.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
}

.service-corner {
    position: absolute;
    height: 300px;
    width: 300px;
    border-bottom: 300px solid transparent;
    border-left: 300px solid #1b628a;
    top: 0px;
    left: 0px;
}

.service-wrapper {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.service-title {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 50px;
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
}

.service-content {
    text-align: center;
    position: relative;
    display: table;
}

.service-content img {
    width: 30%;
    height: auto;
}

#service-img-3 {
    position: relative;
    bottom: -60px;
}

.service-content-p {
    width: 80%;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 150%;
    text-align: left;
    padding: 0px 100px;
}

.service-1.section-bg{
    position: absolute;
    height: 100%;
    width: 20%;
    background: url('img/service-web-bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
}

.service-2.section-bg{
    position: absolute;
    height: 100%;
    width: 20%;
    background: url('img/feature-dark-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0px;
    top: 0px;
}

.service-3.section-bg{
    position: absolute;
    height: 100%;
    width: 20%;
    background: url('img/seo-digital-marketing.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
}

.service-4.section-bg{
    position: absolute;
    height: 100%;
    width: 20%;
    background: url('img/hands-people-woman-working.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0px;
    top: 0px;
}

.service-img-left {
    margin-left: -200px;
}

.service-img-right {
    margin-right: -200px;
}

.service-float-right {
    float: right;
}

.service-float-left {
    float: left;
}

.service-content-p ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.service-content-p ul li {
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 25px;
    background-image: url("img/square-list-2.png");
}

.slimScrollBar {
    width: 5px !important;
}

.up-arrow-but.sq-service-call, .up-arrow-but-mobile.sq-service-call {
    background: rgb(241, 127, 34);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjE3ZjIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZjM4MzIxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjZjU4ZDFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZjM4MjI2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkNWIzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(241, 127, 34, 1) 0%, rgba(243, 131, 33, 1) 22%, rgba(245, 141, 31, 1) 46%, rgba(243, 130, 38, 1) 66%, rgba(237, 91, 54, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(241, 127, 34, 1)), color-stop(22%, rgba(243, 131, 33, 1)), color-stop(46%, rgba(245, 141, 31, 1)), color-stop(66%, rgba(243, 130, 38, 1)), color-stop(100%, rgba(237, 91, 54, 1)));
    background: -webkit-linear-gradient(45deg, rgba(241, 127, 34, 1) 0%, rgba(243, 131, 33, 1) 22%, rgba(245, 141, 31, 1) 46%, rgba(243, 130, 38, 1) 66%, rgba(237, 91, 54, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(241, 127, 34, 1) 0%, rgba(243, 131, 33, 1) 22%, rgba(245, 141, 31, 1) 46%, rgba(243, 130, 38, 1) 66%, rgba(237, 91, 54, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(241, 127, 34, 1) 0%, rgba(243, 131, 33, 1) 22%, rgba(245, 141, 31, 1) 46%, rgba(243, 130, 38, 1) 66%, rgba(237, 91, 54, 1) 100%);
    background: linear-gradient(45deg, rgba(241, 127, 34, 1) 0%, rgba(243, 131, 33, 1) 22%, rgba(245, 141, 31, 1) 46%, rgba(243, 130, 38, 1) 66%, rgba(237, 91, 54, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f17f22', endColorstr='#ed5b36', GradientType=1);
    font-size: 15px;
    height: 38px;
    color: #FFF;
}

.up-arrow-but.sq-service-call:before {
    background: #FFF;
}

.up-arrow-but.sq-service-call:hover,
.up-arrow-but.sq-service-call:active {
    color: #ff7f04;
}

@media (max-width: 1198px) {
    .service-content img {
        width: 80%;
    }
    .service-wrapper {
        top: 0px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        padding-top: 120px;
    }
    .fp-tableCell,
    #ser-background,
    {
        height: auto !important;
    }
    .service-content-p {
        width: 100%;
        margin-top: 50px;
    }
    .service-1.section-bg, .service-2.section-bg, .service-3.section-bg, .service-4.section-bg{
        width: 100%;
    }
    .section-bg:before{
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.94);
    }
    .section-bg:after{
        content: '';
        position: absolute;
        height: 3px;
        width: 100%;
        top: 0px;
        left: 0px;
        background: #FF7F04;
    }
    #overlay-control {
        position: fixed;
    }
    .service-float-right,
    .service-float-left {
        float: none;
    }
    #service-img-3 {
        bottom: 0px;
    }
    .service-bg-2 .service-wrapper p:last-child {
        text-align: right;
    }
    .service-wrapper p:last-child {
        margin-bottom: 100px;
    }
    .service-content {
        display: block;
    }
    .square-ser-wrapper{
    height: auto;
    }
}

@media (max-height: 850px) {
    .service-wrapper {
        top: 0px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        padding-top: 120px;
    }
    .fp-tableCell,
    #ser-background,
    {
        height: auto !important;
    }
    #overlay-control {
        position: fixed;
    }
    .service-bg-2 .service-wrapper p:last-child {
        text-align: right;
    }
    .service-wrapper p:last-child {
        margin-bottom: 100px;
    }
    .service-content-p {
        margin-top: 50px;
    }
    .service-content {
        display: block;
    }
    .square-ser-wrapper{
    height: auto;
    }
}

@media (max-width: 600px) {
    .up-arrow-but.sq-service-call {
        margin: 0px 5px;
    }
    .service-content {
        padding: 0px 50px;
    }
    .service-content-p{
        padding: 0px;
    }
    .service-wrapper p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 418px) {
    .service-wrapper {
        padding-top: 0px;
    }
    .service-title {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .service-content {
        padding: 0px 20px;
    }
    .service-bg-2 .service-wrapper p:last-child,
    .service-wrapper p:last-child {
        text-align: center;
    }
    .service-wrapper p {
    font-size: 16px;
        line-height: 30px;
    }
    .service-title {
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
    }
    .up-arrow-but.sq-service-call, .up-arrow-but-mobile.sq-service-call {
        height: 31px;
    }
}


@media (min-width: 2000px){
    .service-wrapper p{
        font-size: 18px;
    }
}
