@charset "utf-8";
@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/poppins/Poppins-Light.woff) format("woff"), url(../fonts/poppins/Poppins-Light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.woff) format("woff"), url(../fonts/poppins/Poppins-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Wallman Love';
    src: url(../fonts/wallman/WallmanLoveBold.woff2) format('woff2'), url(../fonts/wallman/WallmanLoveBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}
html {
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}
::-moz-selection {
    background-color: #007eb6;
    color: #fff
}
::selection {
    background-color: #007eb6;
    color: #fff
}
::-moz-selection {
    background-color: #007eb6;
    color: #fff
}
::-webkit-scrollbar {
    width: 9px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6)
}
body {
    background-color: #fff;
    font-family: Poppins-Light, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    overflow: visible;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 5px
}
h1,
h2,
h3 {
    font-family: 'Wallman Love'
}
h1 {
    font-size: 56px;
    line-height: 40px
}
h2 {
    font-size: 48px
}
h3 {
    font-size: 42px
}
h4 {
    font-size: 36px
}
h5 {
    font-size: 30px
}
h6 {
    font-size: 24px;
    font-weight: 700
}
h2,
h3,
h4,
h5 {
    line-height: 40px;
    margin-bottom: 15px
}
img {
    height: auto;
    max-width: 100%
}
strong {
    font-weight: 700
}
label {
    color: #323232
}
a {
    color: #323232;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}
a:hover {
    color: #ff497c;
    text-decoration: none;
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: medium none;
    text-decoration: none
}
a>img {
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s
}
a:hover>img {
    opacity: .8
}
#box_wrapper,
#canvas {
    overflow: hidden;
    position: relative
}
a.btn:active,
a.button:active,
button:active,
input[type=submit]:active {
    position: relative;
    top: 1px !important
}
.copyright p,
.copyright ul {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 30px;
    margin-bottom: 0
}
.copyright ul {
    margin-bottom: 5px
}
ul {
    padding-left: 1.15rem
}
.small-text {
    font-size: 12px;
    font-family: Poppins-Bold, sans-serif;
    letter-spacing: .2em;
    line-height: 1.6em;
    text-transform: uppercase
}
.btn {
    border: 2px solid;
    border-radius: 50px;
    font-size: 12px;
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    letter-spacing: .2em;
    letter-spacing: .2em;
    line-height: 1.6em;
    padding: 15px 30px;
    text-transform: uppercase;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}
.bannerslider .carousel-item img {
    display: block;
    width: 100%
}
.mb-20 {
    margin-bottom: 50px
}
.mt-50 {
    margin-top: 50px
}
section {
    position: relative
}
img {
    max-width: 100%
}
.s-parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}
.s-parallax {
    background-attachment: fixed;
    background-position: 50% 0
}
.animated {
    visibility: visible !important
}
.stepsdashed:before {
    top: -1px;
    z-index: 4;
    content: '';
    height: 100px;
    width: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
    border-right: dashed;
    border-width: 5px;
    color: #fff;
    margin-left: -1px
}
.process-part {
    background-image: url(../images/texture_dark.jpg)
}
.process-part.skew_right {
    margin-left: -100px;
    margin-right: -100px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: 5
}
.process-part.skew_right .container {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
.process-part .step-center-part img {
    border: 10px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    max-width: 270px
}
.process-part .step-title {
    font-size: 54px;
    margin-right: -30px;
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700
}
.process-part .step-title span {
    font-size: 200px;
    font-weight: 600;
    left: -48%;
    letter-spacing: 1px;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: -1
}
.process-part .step-text {
    margin-left: -30px
}
.process-part .right .step-title {
    margin-left: -30px;
    margin-right: 0
}
.process-part .right .step-title span {
    left: 36%;
    position: absolute;
    top: 1px
}
.process-part .right .step-text {
    margin-left: 0;
    margin-right: -30px
}
.process-part .right .part4 span {
    left: 32%
}
.process-part .right .step-center-part:after {
    background-image: url(../images/left_arrow.png);
    left: 55px;
    right: auto
}
.process-part .part3 span {
    left: -34%
}
.process-part .step-center-part:after {
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    bottom: -97px;
    content: "";
    display: block;
    height: 136px;
    position: absolute;
    right: 55px;
    width: 34px;
    z-index: 4
}
.step-center-part.last:after {
    display: none
}
.process-part.layout-2 {
    background: 0 0
}
.process-part.layout-2 .step-center-part img {
    border: 10px solid rgba(31, 39, 50, .05);
    border-radius: 50%;
    max-width: 190px
}
.process-part.layout-2 h2.step-title {
    font-size: 24px;
    margin-right: -7px;
    margin-top: 24px
}
.process-part.layout-2 h1.step-title {
    font-size: 120px;
    font-weight: 600;
    letter-spacing: -12px;
    width: 100%
}
.process-part.layout-2 .step-right-part {
    left: -19%;
    position: relative
}
.process-part.layout-2 .step-right-part .step-text {
    margin: 0
}
.process-part.layout-2 .step-left-part {
    left: 16%;
    position: relative;
    top: 13px
}
.process-part.layout-2 .right .step-left-part {
    left: -11%;
    margin: 0
}
.process-part.layout-2 .right .step-left-part h1.step-title {
    letter-spacing: -8px
}
.process-part.layout-2 .right .step-left-part h2.step-title {
    margin-left: -23px
}
.process-part.layout-2 .right .step-right-part {
    left: 21%;
    position: relative
}
.process-part.layout-2 .right .step-right-part .step-text {
    margin: 0
}
.process-part.layout-2 .part3 h1.step-title {
    letter-spacing: -9px
}
.s-parallax.copyright {
    background-repeat: repeat
}
.page_header.header5 {
    z-index: 99
}
.ul1 {
    list-style: none;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    display: -webkit-inline-box
}
.ul1 li {
    padding: 0 9px 0 10px
}
.ul1 li a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    text-align: center;
    -webkit-transform: perspective(100px) rotate(-35deg) skew(25deg) translate(0, 0);
    transform: perspective(100px) rotate(-35deg) skew(25deg) translate(0, 0);
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: -20px 20px 10p
}
.ul1 li a:hover {
    -webkit-transform: perspective(1000px) rotate(-35deg) skew(25deg) translate(10px, -10px);
    transform: perspective(1000px) rotate(-35deg) skew(25deg) translate(10px, -10px);
    box-shadow: -50px 50px 50px rgb(0, 0, 0, .5);
    opacity: 1 !important
}
.ul1 li:hover:nth-child(1) a {
    background: #3b5999
}
.ul1 li:hover:nth-child(1) a:before {
    background: #2e4a86
}
.ul1 li:hover:nth-child(1) a:after {
    background: #4a69ad
}
.ul1 li:hover .fa {
    color: #fff
}
.ul1 li:hover:nth-child(2) a {
    background: #55acee
}
.ul1 li:hover:nth-child(2) a:before {
    background: #4184b7
}
.ul1 li:hover:nth-child(2) a:after {
    background: #4d9fde
}
.ul1 li:hover:nth-child(3) a {
    background: #0077b5
}
.ul1 li:hover:nth-child(3) a:before {
    background: #036aa0
}
.ul1 li:hover:nth-child(3) a:after {
    background: #0d82bf
}
.ul1 li:hover:nth-child(4) a,
.ul1 li:hover:nth-child(4) a:after,
.ul1 li:hover:nth-child(4) a:before {
    background: -webkit-linear-gradient(#400080, transparent), -webkit-linear-gradient(250deg, #d047d1, red, #ff0);
    background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, red, #ff0)
}
.ul1 li a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -6px;
    width: 4px;
    height: 20px;
    background: #ffe8e8;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(0) skewY(-45deg);
    -ms-transform: rotate(0) skewY(-45deg);
    transform: rotate(0) skewY(-45deg)
}
.ul1 li .fa {
    font-size: 14px;
    color: #007eb6;
    line-height: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700
}
.ul1 li a::after {
    content: "";
    position: absolute;
    top: 22px;
    left: -3px;
    height: 4px;
    width: 100%;
    background: #b1b1b1;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(0) skewX(-45deg);
    -ms-transform: rotate(0) skewX(-45deg);
    transform: rotate(0) skewX(-45deg)
}
.testimonials-sliders {
    background-color: #1f2732;
    z-index: 0;
    background-image: url(../images/wall.jpg);
    background-repeat: no-repeat;
    background-size: auto auto;
}
.testimonials-sliders:before {
    background-color: #000;
    opacity: .6
}
.text-center.footericon:before {
    content: 'w';
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -0px);
    -ms-transform: translate(-50%, -0px);
    transform: translate(-50%, -0px);
    position: absolute;
    color: #007eb6;
    font-family: 'wallman love';
    z-index: 2;
    font-size: 52px;
    text-align: center
}
.footerlogoicon h1 {
    margin-top: 20px;
    color: #007eb6;
    z-index: 3;
    position: relative;
}

section.page_copyright.light-copy.cs {
    overflow: visible !important;
    z-index: 10;
    box-shadow: 0px -2px 15px #000000;
}
.footericon img {
    position: absolute;
    margin-left: -35px;
    margin-top: -20px;
    max-width: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    z-index: 2;
}
#_progress {
    --scroll: 0%;
    background: -webkit-gradient(linear, left top, right top, from(#007eb6), color-stop(0, #ffffff00));
    background: -webkit-linear-gradient(left, #007eb6 var(--scroll), #ffffff00 0);
    background: linear-gradient(to right, #007eb6 var(--scroll), #ffffff00 0);
    position: fixed;
    width: 100%;
    height: 4px;
    top: 65px;
    z-index: 10001
}
.btnmore {
    position: absolute;
    bottom: 0;
    background-color: #007eb6;
    width: 100%;
    height: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 38px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
    color: #fff !important;
    font-family: inherit;
    font-weight: 500;
    left: 0
}
.blogdata:hover .btnmore {
    height: 36px
}
.blogdata:hover .btnmore span {
    visibility: visible
}
.btnmore span {
    visibility: hidden
}
.tog-ls.ls.mobile-active .toggle_menu:before {
    color: #fff
}
.homeservices {
    height: 95px;
    width: 95px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    padding: 0;
    overflow: visible;
    position: relative;
}

.homeservices img {
    max-width: 48px;
    top: 25px;
    vertical-align: bottom;
    position: relative;
    padding: 0;
    -webkit-transition: .5s linear all;
    transition: .5s linear all
}
.homeservices:hover img {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10)
}

.icon-box span::before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: #949ca1;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: visible !important;
    z-index: 1;
    background: -webkit-radial-gradient(circle, #7b909d 0, rgba(209, 209, 223, 0) 50%, rgba(255, 255, 255, 0) 74%);
    background: radial-gradient(circle, #7b909d 0, rgba(209, 209, 223, 0) 50%, rgba(255, 255, 255, 0) 74%);
}
.icon-box span::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: #7b868b;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background: -webkit-radial-gradient(circle, #8e979c 0, rgba(209, 209, 223, 0) 50%, rgba(255, 255, 255, 0) 74%);
    background: radial-gradient(circle, #8e979c 0, rgba(209, 209, 223, 0) 50%, rgba(255, 255, 255, 0) 74%);
    box-shadow: 2px 0px 10px 0px #656565;
}
.icon-box i {
    font-size: 60px;
    color: #fff
}

.innermainbannerbg {
    margin: 0 0;
    max-height: 300px;
    height: 300px;
    background-image: url(../images/planet-slide.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.innerbanneroverlay {
    background-color: rgba(31, 39, 50, .7);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3
}
.innerintro_layers .intro_after_featured_word {
    color: #7f7f7f;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 8px;
    text-shadow: 0 0 4px rgba(147, 147, 147, .83);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.innerintro_layers .intro_featured_word {
    font-size: 80px;
    font-weight: 100;
    line-height: 60px;
    margin-bottom: 0;
    text-transform: uppercase
}
.innerintro_layers {
    z-index: 10;
    top: 17%;
    position: relative
}
.contactbannerbg .innerintro_layers {
    top: 30%
}

.process p {
    color: #fff
}
.scrollerright.scrollbar {
    direction: ltr;
    left: -1px
}
.scrollbar {
    height: 265px;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
    direction: rtl;
    position: relative
}
.scrollbar h3 {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 40px
}
.scrollbar::-webkit-scrollbar {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px
}

.mainservice img {
    max-width: 48px;
    -webkit-filter: invert(1);
    filter: invert(1);
    top: 24px;
    vertical-align: bottom;
    position: relative;
    padding: 0;
    -webkit-transition: .5s linear all;
    transition: .5s linear all
}
.mainservice {
    background: #005884;
    height: 95px;
    width: 95px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    padding: 0;
    overflow: visible;
    background: -webkit-radial-gradient(circle, #4ca4cb 20%, rgba(209, 209, 223, 0) 75%, rgba(255, 255, 255, 0) 94%);
    background: radial-gradient(circle, #4ca4cb 20%, rgba(209, 209, 223, 0) 75%, rgba(255, 255, 255, 0) 94%)
}
.mainservice:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}
.servimg img {
    max-width: 550px;
    width: 100%
}
.selectoption select {
    -moz-text-align-last: center;
    text-align-last: center
}
.blogsection p {
    text-shadow: 1px 1px 3px #020202;
    color: #fff
}
.nav-search span {
    position: absolute;
    right: 0;
    top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dashedline.blogdashouter1 {
    margin-bottom: -43px
}
.my-c-mb-50 [class*=col-] {
    margin-bottom: 30px;
    margin-top: 10px
}
.dashedline.height100 {
    height: 100px;
    margin-bottom: 0
}
.process p {
    font-weight: 300
}
.dashedline.height100.whitecolor {
    margin-bottom: 40px;
    margin-top: 40px
}
.dashedline.whitecolor {
    color: #fff
}
.dashedline.stepsafterdashed {
    margin-top: 100px
}
.homewedo [class*=col-] {
    margin-top: 50px;
    margin-bottom: 50px
}
.homewedo .content {
    margin: 0 auto
}
.dashedline.blogdashouter2 {
    margin-top: -50px
}
.contact-form-light select option {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300
}
footer {
    position: relative;
    background: -webkit-linear-gradient(bottom, #00354c, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #00354c, rgba(255, 255, 255, 0));
    color: #c5c5c5;
}
.spancolorwhite {
    color: #ffffff !important;
}
.contactbannerbg.contactbannerbg {
    background-image: url(../images/contact.jpg)
}
.contactbannerbg .innerbanneroverlay {
    background-color: rgba(0, 0, 0, .78)
}

#toTop {
    background-color: #007eb6;
    border-radius: 50%;
    bottom: 10px;
    color: transparent;
    font-size: 0;
    height: 50px;
    opacity: .7;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 50px;
    z-index: 9999
}
#toTop:hover,
#toTopHover {
    bottom: 3px;
    opacity: 1
}
#toTop:after {
    bottom: 0;
    color: #fff;
    content: "\f106";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    line-height: 47px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.myinversecorner {
    background-color: transparent;
    overflow: visible
}
.myinversecorner:before {
    content: '';
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 50px solid #fff;
    position: relative;
    display: block;
    left: -10px;
    bottom: -1px
}
.dashedline {
    content: '';
    height: 70px;
    width: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 3;
    border-right: dashed;
    border-width: 5px;
    color: #007eb6;
    margin-bottom: 50px;
    margin-top: 50px
}

.step-title .color-main3 {
    border-color: #ff9800;
    color: #ff9800
}
.blogcontent {
    padding: 15px;
    max-height: 245px;
    overflow: hidden
}
.blogcontent h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -10px;
    color: #f8f8f8;
    -webkit-transition: 2s;
    transition: 2s;
    height: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    overflow: hidden
}
.blogcontent h6:hover {
    color: #007eb6
}
.blogcontent p {
    font-size: 14px;
    line-height: 24px;
    color: #9a9a9a;
    margin-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7
}
.blogdata:hover {
    box-shadow: 0 0 5px 0 #007eb673;
    -webkit-transition: 2s;
    transition: 2s
}
.blogdata {
    height: 280px;
    max-height: 320px;
    box-shadow: 0 4px 10px 1px #000;
    z-index: 1;
    position: relative;
    background: #111;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    padding-bottom: 40px
}
.blogcorner.corner.ls.ms:after {
    border-bottom-color: #fff;
    border-top-color: #fff;
    margin-top: -2px;
    margin-left: -5px
}
.teaser-icon .fa {
    color: #fff
}


.intro_layer .btn-maincolor {
    background-color: transparent
}
.intro_layer .btn-maincolor:hover {
    background-color: #007eb6 !important
}
.ds .page-bottom {
    margin-top: 40px
}
.ds .page-bottom a.btn-maincolor:hover {
    background-color: transparent;
    color: #fff
}
.ds .page-bottom a.btn-outline-maincolor {
    color: #fff
}
.ds .page-bottom a.btn-outline-maincolor:hover {
    background-color: #ff497c;
    border: #ff497c;
}
.page_topline {
    z-index: 3
}
.about-icon .icon-content {
    padding: 0 15px 0
}
.video-post-section {
    position: relative
}
.video-post-section .left-part {
    padding-right: 0
}
.video-post-section .video-media {
    position: relative
}
.video-post-section .video-media:before {
    border: 11px solid #f4f4f5;
    bottom: -28px;
    content: "";
    height: 100%;
    left: -28px;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px)
}
.video-post-section .video-media img {
    position: relative;
    z-index: 2
}
.video-post-section .video-content {
    padding: 76px 0 0 0
}
.video-post-section .video-content h1 {
    left: -99px;
    line-height: 50px;
    margin-bottom: 44px;
    position: relative;
    z-index: 3
}
.video-post-section .video-content a {
    left: -99px;
    margin-top: 40px;
    position: relative;
    z-index: 3
}
.video-post-section iframe:hover {
    z-index: 4
}
.video-post-section .embed-responsive-3by2 {
    padding-bottom: 63.666%
}
.video-post-section .embed-responsive {
    width: 96%
}
.video-post-section .left-part .video-media:before {
    left: 35px
}
.video-post-section .left-part .video-content {
    padding: 74px 0 0 0
}
.video-post-section .left-part .video-content h1 {
    left: -3px
}
.video-post-section .left-part .video-content a {
    left: 0
}
.video-post-section .left-part .video-media {
    right: -49px
}
.page_footer.corner-footer:before {
    background-attachment: fixed;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: -40px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    width: 50%;
    box-shadow: 10px 15px 14px rgba(0, 0, 0, 0.4);
}
.page_footer.corner-footer:after {
    background-color: #ffffff;
    content: "";
    height: 60px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -40px;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    width: 50%;
    z-index: 1;
    box-shadow: 15px 15px 14px rgba(0, 0, 0, 0.4);
}
.about-main p {
    font-size: 20px;
    line-height: 30px
}
.contactusform table td {
    padding: 10px 0
}
.contactusform table td i {
    margin-right: 9px
}
.contactusform .media i {
    margin-right: -4px
}
.contactusform button {
    margin-top: 20px
}
.contactusform .form-group .btn-maincolor {
    margin-top: 10px;
    padding: 15px 30px
}
.contactusform .color-dark {
    color: #1f2732;
    font-weight: 400
}
.contactusform .form-control::-webkit-input-placeholder {
    text-align: left
}
.contactusform .form-control,
.contactusform input[type=text] {
    text-align: left
}
.contactusform .selectoption select {
    -moz-text-align-last: left;
    text-align-last: left
}
.contactusform .btn.btn-outline-maincolor {
    display: block;
    margin-top: 20px
}
.copyright {
    background-color: #007eb6;
    color: #fff
}
.header_phone {
    margin-left: 10px
}
.header_phone h6 {
    font-size: 16px;
    font-weight: 200
}
.header_phone span {
    color: #ff497c
}
.header_phone span:hover {
    color: #007eb6
}
.testimonials-item p {
    color: #7f7f7f;
    font-style: italic
}
.testimonials-item h6 {
    font-size: 16px;
    font-weight: 600;
    margin: -4px 0 -10px;
    text-align: left
}
.testimonials-item span {
    color: #ff497c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase
}
.quote-items h6 {
    margin-top: 10px;
    text-align: center
}
.quote-items p {
    margin-top: 8px
}
.testimonials-slider .quote-item {
    max-width: 100%
}
.testimonials-slider p {
    font-style: italic
}
.testimonials-slider h6 {
    margin: 15px 0 12px
}
.testimonials-slider .owl-dots {
    margin-top: 4px
}
.testimonials-item {
    padding-top: 80px
}
.left-part {
    padding-right: 23px
}
.white-button {
    bottom: -40px;
    display: block;
    margin-bottom: 20px;
    position: relative
}
.white-button .white-btn {
    background-color: #fff;
    box-shadow: rgba(0, 126, 182, .34) -5px 4px 7px 0;
    color: #1f2732;
    margin-bottom: 15px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    padding: 15px 30px
}
.white-button .white-btn:hover {
    background-color: #007eb6;
    color: #fff
}
.page_footer .corner:after {
    border-top: 50px solid #fff
}
.page_copyright {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase
}
.service-item1 h6 {
    font-weight: 700
}
.service-item1 p {
    margin-bottom: 8px
}
.service-item1 .icon-box {
    padding: 57px 55px 55px
}
.service-item1 .service-icon {
    margin-bottom: 21px
}
.service-item1 .service-icon.last {
    margin-bottom: 31px
}
.service-item2 .vertical-item .item-content {
    padding-top: 23px
}
.service-item2 .vertical-item .item-content h6 {
    font-weight: 700
}
.form-group .btn-maincolor {
    margin-top: 6px;
    padding: 26px 80px
}
.divider-5 {
    margin-top: 5px
}
.divider-15 {
    margin-top: 15px
}
.divider-35 {
    margin-top: 35px
}
.divider-45 {
    margin-top: 45px
}
.divider-55 {
    margin-top: 55px
}
.divider-65 {
    margin-top: 65px
}
.divider-75 {
    margin-top: 75px
}
.divider-85 {
    margin-top: 85px
}
.divider-95 {
    margin-top: 95px
}
.divider-105 {
    margin-top: 105px
}
.divider-110 {
    margin-top: 110px
}
.divider-125 {
    margin-top: 125px
}
a.btn {
    min-width: 160px
}
.intro_layers {
    z-index: 10
}
.corner-bottom {
    border-radius: 60vw/5vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 10%;
    margin: 0 -100px 60px;
    overflow: hidden;
}
.page_slider .slide2 .intro_before_featured_word {
    font-size: 60px
}
.page_slider .slide2 .intro_featured_word {
    font-weight: 200;
    margin-bottom: 30px;
    margin-top: 19px
}
.page_slider .slide2 .page-bottom {
    margin-top: 41px
}
.page_slider .slide2 .intro_after_featured_word {
    letter-spacing: 2em;
    margin-left: 27px
}
.page_slider .slide3 .intro_featured_word {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 0
}
.page_slider .slide3 .intro_featured_word.light {
    font-weight: 100;
    letter-spacing: 10px
}
.page_slider .slide3 .intro_featured_word.bold {
    font-weight: 400;
    letter-spacing: 3px
}
.page_slider.blog-slide .flexslider .slides li:before {
    background-image: none
}
.page_slider .slide3 a.btn.btn-maincolor {
    margin-right: 29px
}
.flexslider-overlay {
    background-color: rgba(31, 39, 50, .7);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3
}
.slide1 .flexslider-overlay {
    background-color: rgba(31, 39, 50, .2)
}
.flexslider-bottom:before {
    background-color: #fff;
    bottom: -35px;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    width: 50%;
    z-index: 4
}
.flexslider-bottom:after {
    background-color: #fff;
    bottom: -35px;
    content: "";
    height: 70px;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    width: 50%;
    z-index: 6
}
.roundcircle:before {
    background-repeat: no-repeat;
    border: 4px solid #a5a5a5;
    border-radius: 50%;
    content: "";
    display: block;
    height: 393px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 0;
    width: 393px;
    z-index: 5
}
.roundcircle:before {
    border-left-style: double;
    border-bottom-style: hidden;
    border-right-style: hidden;
    border-top-style: double
}
.page_slider .intro_layers_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.page_slider .intro_after_featured_word {
    color: #fff;
    font-size: 12px;
    font-family: Poppins-Bold, sans-serif;
    font-weight: 700;
    letter-spacing: 1.5em;
    margin-top: 5px;
    text-transform: uppercase
}
.page_slider .intro_layers {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%
}
.page_slider {
    clear: both;
    overflow: hidden;
    position: relative;
    max-height: 400px
}
.page_slider>img {
    width: 100%
}
.page_slider h2 {
    font-size: 95px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 15px
}
.page_slider h3 {
    font-weight: 300;
    line-height: 40px
}
.page_slider h4 {
    font-size: 1.5em;
    margin: 0
}
.page_slider p {
    font-size: 1.2em;
    margin: 0
}
.btn:hover {
    cursor: pointer
}
.btn.focus,
.btn:focus {
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, .75)
}
.s-bordertop-container .container:before,
.s-bordertop:before {
    background-color: #e1e1e1;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}
.s-parallax:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3 {
    color: #fff
}
.btn-maincolor {
    background-color: #007eb6;
    border: 2px solid #007eb6
}
.btn-maincolor2 {
    background-color: #a0ce4e;
    border: 4px solid #a0ce4e
}
.btn-maincolor3 {
    background-color: #00bea3;
    border: 4px solid #00bea3
}
.btn-outline-maincolor,
.btn-outline-maincolor2,
.btn-outline-maincolor3 {
    background-color: transparent
}
.btn-outline-maincolor {
    border-color: #007eb6;
    color: #1f2732
}
.btn-outline-maincolor2 {
    border-color: #a0ce4e;
    color: #a0ce4e
}
.btn-outline-maincolor3 {
    border-color: #00bea3;
    color: #00bea3
}
.corner {
    background-color: transparent !important;
    height: 0;
    overflow: visible !important;
    padding-bottom: 50px;
    position: relative;
    z-index: 3
}
.corner:after,
.corner:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}
.corner:after {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 50px solid #fff;
    margin-top: -1px
}
.corner.corner-half:after {
    border-left-width: 100vw;
    border-right-width: 0;
    border-top: 100px solid #fff;
    top: -1px
}
.corner.corner-half.half-left:after {
    border-left-width: 0;
    border-right-width: 100vw
}
.corner.corner-half-inverse:after {
    border-left-width: 0;
    border-right-width: 100vw
}
.corner.corner-half-inverse.half-right:after {
    border-left-width: 100vw;
    border-right-width: 100vw
}
.corner.corner-half-inverse {
    padding-bottom: 100px
}
.corner.corner-half-inverse:after {
    border-bottom: 102px solid #fff;
    border-left-width: 0;
    border-right-width: 100vw;
    border-top: none
}
.corner.corner-inverse:after,
.corner.corner-inverse:before {
    border-bottom: 50px solid transparent;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff
}
.corner.corner-light:after,
.corner.corner-light:before {
    border-bottom: none;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    border-top: 50px solid transparent
}
.corner.ls.ms:after {
    border-bottom-color: #f2f2f2;
    border-top-color: #f2f2f2
}
.corner.ls.ms.corner-inverse:after {
    border-bottom-color: #f2f2f2
}
.corner.ds:after {
    border-bottom-color: #323232;
    border-top-color: #323232
}
.corner.ds.corner-inverse:after {
    border-bottom-color: #323232
}
.corner.ds.ms:after {
    border-bottom-color: #252525;
    border-top-color: #252525
}
.corner.ds.ms.corner-inverse:after {
    border-bottom-color: #252525
}
.corner.cs:after {
    border-bottom-color: #ff497c;
    border-top-color: #ff497c
}
.corner.cs.corner-inverse:after {
    border-bottom-color: #ff497c
}
.corner.cs.cs2:after {
    border-bottom-color: #a0ce4e;
    border-top-color: #a0ce4e
}
.corner.cs.cs2.corner-inverse:after {
    border-bottom-color: #a0ce4e
}
.corner.cs.cs3:after {
    border-bottom-color: #00bea3;
    border-top-color: #00bea3
}
.corner.cs.cs3.corner-inverse:after {
    border-bottom-color: #00bea3
}
.ls {
    background-color: #fff;
    color: #7f7f7f
}
.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
    color: #1f2732
}
.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
    color: inherit
}
.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
    color: #007eb6
}
.ls .btn-maincolor2:hover,
.ls .btn-maincolor3:hover,
.ls .btn-maincolor:hover,
.ls .btn-outline-maincolor2:hover,
.ls .btn-outline-maincolor3:hover,
.ls .btn-outline-maincolor:hover {
    color: #fff
}
.ls .btn-outline-maincolor:hover {
    background-color: #007eb6
}
.ls .btn-maincolor:hover {
    background-color: #fff;
    color: #007eb6
}
.ls .btn-outline-maincolor2:hover {
    background-color: #a0ce4e
}
.ls .btn-maincolor2:hover {
    background-color: #fff;
    color: #a0ce4e
}
.ls .btn-outline-maincolor3:hover {
    background-color: #00bea3
}
.ls .btn-maincolor3:hover {
    background-color: #fff;
    color: #00bea3
}
.ds {
    background-color: #1f2732;
    color: #9a9a9a
}
.ds * .ds {
    background-color: #252525
}
.ds a:not(.btn) {
    color: #fff
}
.ds a:not(.btn):hover {
    color: #ff497c
}
.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
    color: #fff
}
.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
    color: #fff
}
.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
    opacity: .8
}
.ds .ls {
    background-color: #fff;
    color: grey
}
.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
    color: #323232
}
.ds .ls h1 a,
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
    color: inherit
}
.ds .ls h1 a:hover,
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
    color: #ff497c
}
.ds .ls a:not(.btn) {
    color: #323232
}
.ds .ls a:not(.btn):hover {
    color: #ff497c
}
.ds label {
    color: #fff
}
.ds .color-main {
    color: #ff497c
}
.ds .color-main2 {
    color: #a0ce4e
}
.ds .color-dark {
    border-color: #fff;
    color: #fff
}
.ds.s-bordertop-container .container:before,
.ds.s-bordertop:before {
    background-color: #454545
}
.ds .btn-maincolor2:hover,
.ds .btn-maincolor3:hover,
.ds .btn-maincolor:hover,
.ds .btn-outline-maincolor2:hover,
.ds .btn-outline-maincolor3:hover,
.ds .btn-outline-maincolor:hover {
    color: #fff
}
.ds .btn-maincolor:hover,
.ds .btn-outline-maincolor:hover {
    background-color: #fff;
    color: #ff497c
}
.ds .btn-maincolor2:hover,
.ds .btn-outline-maincolor2:hover {
    background-color: #fff;
    color: #a0ce4e
}
.ds .btn-maincolor3:hover,
.ds .btn-outline-maincolor3:hover {
    background-color: #fff;
    color: #00bea3
}
.overflow-hidden {
    overflow: hidden;
    position: relative;
    z-index: 2
}
.overflow-visible {
    overflow: visible;
    position: relative;
    z-index: 2
}
.z-index-2 {
    z-index: 2
}
.light-bg {
    background-color: #fff
}
.color-main {
    border-color: #007eb6;
    color: #007eb6 !important
}
.color-main2 {
    border-color: #a0ce4e;
    color: #a0ce4e !important
}
.color-main3 {
    border-color: #007eb6;
    color: #007eb6 !important
}
.color-main4 {
    border-color: #fe487b;
    color: #fe487b !important
}
.color-dark {
    border-color: #252525;
    color: #252525
}
.required {
    color: #dc5753
}
.bordered {
    border: 1px solid #e1e1e1
}
.box-shadow {
    border-color: transparent;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}
.icon-box.bordered,
.icon-box.box-shadow {
    padding: 70px 30px
}
a.logo {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    max-width: 140px;
    margin: 0 auto
}
a.logo img {
    display: inline-block;
    max-height: 48px;
    margin-top: 3px;
    margin-bottom: 3px
}
.top-includes>* {
    display: inline-block
}
.top-includes>li {
    margin-left: 10px
}
.top-includes>li:first-child {
    margin-left: 0
}
.top-includes {
    margin: 0;
    padding: 0
}
.page_topline {
    line-height: 1.4
}
.page_topline.small-text i {
    font-size: 14px
}
.page_topline ul {
    margin: 0;
    padding: 0
}
.page_topline ul li {
    display: inline-block
}
.page_topline .dropdown-menu {
    margin: 23px 0 0 -25px;
    min-width: auto
}
.about-home h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0 70px
}
.about-home h2 span {
    color: #007eb6
}
body:after {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1001
}
.toggle_menu {
    cursor: pointer;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: .95;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    visibility: visible;
    width: 60px;
    z-index: 1002;
    line-height: 30px;
}
.toggle_menu:hover span:before {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.toggle_menu:hover span:after {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.toggle_menu span,
.toggle_menu span:after,
.toggle_menu span:before,
.toggle_menu:before {
    background-color: #1f2732;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 31px
}
.toggle_menu span,
.toggle_menu:before {
    color: #1f2732;
    content: "menu";
    font-size: 9px;
    font-weight: 800;
    left: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 24%;
    width: 0
}
.toggle_menu span:before {
    opacity: 1;
    top: 0
}
.toggle_menu span:after {
    opacity: 1;
    top: 28px
}
.toggle_menu:hover:before {
    top: 32px
}
.video-post-section .video-media:before {
    border: 11px solid #f4f4f5;
    bottom: -28px;
    content: "";
    height: 100%;
    left: -28px;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px)
}
.embed-responsive-3by2 {
    background-color: #000;
    height: 0;
    padding-bottom: 66.666%
}
.my-50 {
    margin-bottom: 50px;
    margin-top: 50px
}
.c-gutter-60 .row,
div.row.c-gutter-60 {
    margin-left: -30px;
    margin-right: -30px
}
.c-gutter-60 [class*=col-],
.row.c-gutter-60> [class*=col-] {
    padding-left: 30px;
    padding-right: 30px
}
.c-mb-50 [class*=col-],
.row.c-mb-50> [class*=col-] {
    margin-bottom: 50px
}
.s-pt-50> [class*=container] {
    padding-top: 50px
}
.c-mb-20 [class*=col-],
.row.c-mb-20> [class*=col-] {
    margin-bottom: 20px
}
.s-pb-0> [class*=container] {
    padding-bottom: 0
}
.s-pt-30> [class*=container] {
    padding-top: 30px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-10 {
    margin-bottom: 10px
}
.icon-styled i {
    width: 1em
}
.contactusform .media i {
    margin-right: -4px
}
.icon-styled {
    display: inline-block;
    text-align: center
}
.media>.icon-styled:first-child {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}
.contactusform .media-body {
    margin-left: 20px
}
iframe {
    width: 100%;
    min-height: 300px;
    height: auto
}
.s-pb-60> [class*=container] {
    padding-bottom: 60px
}
.c-mb-60 [class*=col-],
.row.c-mb-60> [class*=col-] {
    margin-bottom: 60px
}
.c-mb-10 [class*=col-],
.row.c-mb-10>[class*=col-] {
    margin-bottom: 10px
}
.s-pb-30> [class*=container] {
    padding-bottom: 30px
}
.s-pt-0> [class*=container] {
    padding-top: 0
}
.c-mb-30 [class*=col-],
.row.c-mb-30> [class*=col-] {
    margin-bottom: 30px
}
.divider-70 {
    margin-top: 70px
}
[class*=divider-] {
    clear: both;
    width: 100%
}
.testimonials-sliders .small-text.author-job {
    color: #ff497c;
    font-family: Poppins-Bold, sans-serif;
    letter-spacing: .2em;
    margin: 35px 0 12px
}
.small-text {
    font-size: 12px;
    font-family: Poppins-Bold, sans-serif;
    letter-spacing: .2em;
    line-height: 1.6em;
    text-transform: uppercase
}
.testimonials-sliders.layout-2 .author-name:after,
.testimonials-sliders.layout-2 .author-name:before {
    color: #fff;
    content: "”";
    display: block;
    font-size: 100px;
    font-style: normal;
    height: 28px;
    line-height: .8;
    margin-top: 0;
    opacity: .1;
    position: absolute;
    right: 15%;
    top: 27%
}
.service-item1 .icon-box {
    padding: 40px 50px 50px 40px;
    background-color: #f5f5f5
}
.testimonials-sliders.layout-2 .quote-item h6 {
    line-height: 25px;
    margin-bottom: 28px
}
.testimonials-sliders.layout-2 .author-name:before {
    left: 9%;
    right: auto;
    top: 25%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
section.ls.my-50.video-post-section {
    overflow: visible !important
}
.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mywrapper {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden
}
.our-process-wrap {
    background: url(../images/services/process.png) left top no-repeat;
    background-size: contain;
    display: table;
    padding-top: 82px;
    padding: 84px 40px 0
}
.our-process-item {
    text-align: center;
    padding: 0 10px;
    display: table-cell
}
.our-process-item i {
    position: relative;
    background: #fff;
    position: relative;
    color: #52535c;
    font-size: 32px;
    display: inline-block;
    clear: both;
    border-radius: 50%;
    border: 2px solid #f4f3f3;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    width: 120px;
    height: 120px;
    text-shadow: none;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .017)
}
.our-process-item i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}
.our-process-item h4 {
    font-size: 17px;
    text-transform: uppercase;
    color: #171c24;
    margin: 34px 0 25px
}
.our-process-item p {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 1.6;
    padding: 0 15px
}
.our-process-item:hover i {
    border-color: #007eb6;
    color: #007eb6
}
.searchform-respond {
    font-size: 20px;
    text-align: center;
    height: 30px;
    position: relative;
}
.portfolio_image {
    position: absolute;
    top: 0%;
    left: 6%;
    right: 6%;
    bottom: 0%;
    overflow: hidden;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .1);
    max-height: 200px;
}
.portfolio_image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    -webkit-transition: top 4s linear;
    transition: top 4s linear;
}
.portfolio_image img {
    -webkit-transition: all 5.5s ease-in-out;
    transition: all 5.5s ease-in-out;
    width: 100%;
}
.portfolio_bgsize {
    height: 200px;
    margin-bottom: 80px;
}
.portfolio_image.scrollup:hover img {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 200px;
}
.portfolio_image.scrollup:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
    height: 20%;
    position: absolute;
    width: 100%;
    content: 'View Live';
    display: block;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    text-align: center;
    right: 0;
    font-size: 16px;
    bottom: 0;
    color: #fff;
    padding-top: 10px;
    z-index: 2;
}
.client-boxshadow {
    background-color: #fff;
    max-width: 1200px;
    border-radius: 4px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    padding: 60px 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.client-verticle-shadow {
    position: relative;
    overflow: hidden;
}
.verticle-leftshadow {
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(left, #fff 30%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, #fff 30%, hsla(0, 0%, 100%, 0));
    left: -1px;
}
.verticle-rightshadow {
    right: 0;
    top: 0;
    background-image: -webkit-linear-gradient(right, #fff 30%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(270deg, #fff 30%, hsla(0, 0%, 100%, 0));
    right: -1px;
}
.verticle-leftshadow,
.verticle-rightshadow {
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 1;
}
.clients-images-wrapper {
    overflow: hidden;
}

.clients-images.lefttoright {
    background: url(../images/clients/webn.jpg) repeat;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
section.clients-section {
    overflow: visible !important;
}
.homeclients h3 {
    font-size: 38px;
}

.chat-box {
    position: fixed;
    left: 10px;
    bottom: 0px;
    box-shadow: 0px 0px 10px #000000;
    z-index: 9;
    border-radius: 10px;
}
.chat-helpfix {
    width: 170px;
    background: #ffffff;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    left: 50px;
    text-align: center;
    position: fixed;
    box-shadow: inset 0px 0px 15px #adadad;
    bottom: 15px;
    border-radius: 30px;
}
.chat-helpfix:hover {
    background-color: #e5e5e5;
}
.closechat:hover {
    background-color: #fff;
}
.chat-header {
    width: 300px;
    background: #007eb6;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
}

.chat-content {
    max-width: 100%;
    background: #ffffff;
}
.chatinner {
    padding: 10px 15px;
    cursor: pointer;
    transition: all .5s ease;
}
.chatinner:hover {
    background-color: #d8d8d8;
    color: #007db6;
    transition: all .5s ease;
}
.chatonline:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #2dff2d;
    float: left;
    position: absolute;
    top: 10px;
    left: 45px;
    border-radius: 5px;
}
.chatonline {
    position: relative;
}
.chatheaderlogo {
    display: block;
    position: relative;
}
.closechat {
    background-color: #7f7f7f;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 44px;
    box-shadow: 1px 2px 4px #141414;
    border-top-left-radius: 10px;
}
.closechat a {
    color: #fff;
    height: 0px;
    padding: 20px 10px;
    font-size: 20px;
    display: block;
    line-height: 0px;
}
.chat-content .supportperson {
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}
.hide {
    display: none;
}
.chat-box a:hover {
    color: #007eb6;
}
.chat-content a:hover {
    background: #d1d1d1;
    color: #007eb6;
}
.whatschat .fa {
    position: fixed;
    bottom: 17px;
    left: 0px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 30px;
    background-color: #007eb6;
    border-radius: 50px;
    line-height: 45px;
}
.whatschat .fa-whatsapp:before {
    padding-left: 9px;
}

.clientpageframe .logos a img {
    max-height: 50px !important;
    margin: 0 auto;
    -webkit-transition: transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, 
    -webkit-transform 0.2s linear;
}
.clientpageframe .logos a {
    border: 1px solid #d3d3d3;
    height: 80px;
    width: 220px;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    align-items: center!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 2px auto;
    padding-left: 10px;
    padding-right: 10px;
}
.clientpageframe a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.homewedo .portfolio_bgsize {
    margin-bottom: 0;
}
.footer-iconhover .fa-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.footer-iconhover .fa-icon {
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93);
}
.icon .fa-icon:hover {
    background-color: #007eb6 !important;
    border-color: #007eb6 !important;
    color: #fff;
}
.icon .fa-icon {
    border: 4px double #959595;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 50%;
    background-color: transparent;
}
.footer-iconhover .fa-icon:after {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #007eb6, 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.bannerslider {
    max-height: 400px;
}
.carousel .carousel-indicators li {
    width: 12px;
    border-radius: 50%;
    height: 12px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
}
.carousel .carousel-indicators li.active,
.carousel .carousel-indicators li:hover {
    background-color: #ffffff !important;
}
.carousel-control-prev span {
    background-color: #007eb6;
    height: 40px;
    line-height: 40px;
    width: 50px;
    border-radius: 20px;
}
.sliderhover-icon .carousel-control-next.icon span {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.sliderhover-icon .carousel-control-next,
.sliderhover-icon .carousel-control-prev {
    top: 160px;
    width: -webkit-calc(7% - -20px);
    width: calc(7% - -20px);
    height: 0%;
}
.sliderhover-icon .icon .fa-icon {
    border: none;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
}

.start-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
.start-header {
    position: relative;
    opacity: 1;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-top: 1px solid #e1e1e1;
    background: #fff;
}
.navigation-wrap {
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0;
}
.navbar-brand:hover img {
    -webkit-filter: saturate(0.5);
    filter: saturate(0.5);
}
.navbar-brand img {
    height: 49px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.menuhomeicon.active a:before {
    display: none;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #007eb6;
}
.navbar-light .navbar-nav .nav-link {
    color: #323232;
}
.nav-item .dropdown-menu {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    background: #fff;
    border-top: 4px solid #e4e4e4;
    border-bottom: 4px solid #007eb6;
    top: 62px;
    box-shadow: inset 0px 3px 10px #bbb;
    min-width: 240px;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
        color: #ff4e7f;
        background-color: transparent;
}
.dropdown-togglecs[aria-expanded="true"]::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.dropdown-togglecs[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.navbar-nav.sf-menu li {
    position: relative;
    display: inline-block;
}
.navbar-nav li .dropdown-menu li {
    display: block;
}
.navbar .navbar-nav .nav-item i {
    position: relative;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.navbar .navbar-nav .nav-item:hover i, .sf-menu li.nav-item.menu-open.active i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.navbar .navbar-nav .nav-item:hover i.fa.fa-home, .navbar .navbar-nav .nav-item.active i.fa.fa-home {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sf-menu li.nav-item.menu-open.active a.nav-link {
    color: #007eb6;
    box-shadow: -15px 0px 10px -15px rgba(0, 126, 182, 0.55);
}
.sf-menu li a .fa-home {
    font-size: 26px;
    top: 2px;
    line-height: 0;
    position: relative;
}
.has-placeholder label {
    display: none
}
select[multiple] {
    height: auto
}
.form-control option,
select option {
    background-color: #fff;
    color: #323232
}
.form-control,
.form-control:focus {
    box-shadow: none
}
.form-control:focus {
    background-color: #f4f4f5;
    border-color: #dedfe1;
    color: #7f7f7f
}
.form-control:-moz-placeholder {
    color: grey;
    opacity: 1
}
.form-control::-moz-placeholder {
    color: grey;
    font-style: italic;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: grey;
    font-style: italic
}
.form-control::-webkit-input-placeholder {
    color: grey;
    font-size: 12px;
    font-family: Poppins-Light, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase
}
.form-control:focus:-moz-placeholder {
    color: transparent
}
.form-control:focus::-moz-placeholder {
    color: transparent
}
.form-control:focus:-ms-input-placeholder {
    color: transparent
}
.form-control:focus::-webkit-input-placeholder {
    color: transparent
}
.dropdown select {
    font-size: 12px;
    font-family: Poppins-Light, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 24px);
}
.contact-form-light .btn {
    padding: 15px 30px
}
.contact-form-light .form-control,
.contact-form-light input[type=email],
.contact-form-light input[type=number],
.contact-form-light input[type=password],
.contact-form-light input[type=search],
.contact-form-light input[type=tel],
.contact-form-light input[type=text],
.contact-form-light input[type=url],
.contact-form-light select,
.contact-form-light textarea {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #7f7f7f;
    font-weight: 700;
    font-family: Poppins-Light, sans-serif;
    height: 60px;
    letter-spacing: .1em;
    text-align: center
}
.contact-form-light textarea {
    min-height: 120px
}
.contact-form-light p {
    font-size: 20px;
    margin-bottom: 53px
}
.slide-social-icons a {
    border-bottom: 2px solid rgba(255, 255, 255, .1);
        padding-bottom: 20px;
    padding-top: 20px;
    width: 20px;
    margin: 0 auto;
    text-align: center;
}
.slide-social-icons a [class*=fa-]:before {
    font-size: 18px;
    padding: 20px 5px;
    width: 31px;
    display: inline-block;
}
.owl-carousel {
    display: block
}

.owl-carousel {
    display: none;
    position: relative;
    -webkit-tap-color-main-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel.owl-shadow-items .owl-stage {
    padding-bottom: 11px;
    padding-top: 11px
}
.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}
.owl-carousel .owl-stage-outer {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-tap-color-main-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}
.owl-carousel.owl-hidden {
    opacity: 0
}



.owl-theme .owl-nav {
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    -webkit-tap-color-main-color: transparent;
    text-align: center;
    top: 45%
}
.owl-item.active {
    margin: 0
}

.owl-carousel .owl-item {
    opacity: 0;
    -webkit-transition: opacity .2s ease .1s;
    transition: opacity .2s ease .1s
}
.owl-carousel .owl-item.active {
    opacity: 1
}
.owl-center .owl-item {
    opacity: 1
}
.testimonials-sliders.ds .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}
.testimonials-sliders.ds .owl-dots .owl-dot span {
    background-color: #fff
}
.testimonials-sliders.ds .owl-dots .owl-dot.active span,
.testimonials-sliders.ds .owl-dots .owl-dot:hover span {
    background-color: #ff497c;
    border: 1px solid #ff497c;
    opacity: 1
}


.navarrow .owl-nav .owl-next {
    position: absolute;
    right: 20px
}
.navarrow .owl-nav .fa-angle-left:before,
.navarrow .owl-nav .fa-angle-right:before {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #fff;
    box-shadow: 0 0 7px 0 #687471;
    font-size: 25px;
    line-height: 38px;
    border-radius: 4px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.navarrow .owl-nav .fa-angle-left:hover:before,
.navarrow .owl-nav .fa-angle-right:hover:before {
    box-shadow: 0 0 7px 0 #007eb6cc;
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.navarrow .owl-nav .fa-angle-right:hover:before {
    text-shadow: -6px 0 0 #007eb6
}
.navarrow .owl-nav .fa-angle-left:hover:before {
    text-shadow: 6px 0 0 #007eb6
}
.navarrow .owl-nav .fa-angle-left:before {
    content: "\f104";
    right: 0;
    text-shadow: -6px 0 0 #007eb6
}
.navarrow .owl-nav .owl-prev {
    position: absolute;
    left: 20px
}
.navarrow .owl-nav .owl-next {
    position: absolute;
    right: 20px
}
.navarrow .owl-nav .fa-angle-right:before {
    content: "\f105";
    text-shadow: 6px 0 0 #007eb6;
    left: 0
}
.about-home.home h1 {
    font-size: 40px;
    line-height: 48px;
}
.payusmodel .modal-body img {
    box-shadow: 0px 0px 10px 0px #5a5a5ac7;
    border-radius: 4px;
}
.payusmodel .modal-body {
    margin: 30px auto;
    }
    .payusmodel .modal {
    z-index: 10003 !important;
     background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
.payusmodel .modal-dialog .close {
    color: #fff;
    z-index: 9999999;
    opacity: 1;
    font-size: 30px;
    pointer-events: auto;
    transition: all .5s ease;
}
.payusmodel .modal-dialog .close:hover {
    color: #007eb6 !important;
    transition: all .5s ease;
}
.sf-menu .paybtn.btn-info {
    color: #fff;
    background-color: #007eb6;
    border-color: #007eb6;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all .5s ease;
    border-radius: 5px;
}
.sf-menu .paybtn.btn-info:focus
{
    box-shadow:none;
}
.homeservices:before {
    content: '';
    border: 5px double #e3e3e3;
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #eeeeee;
    height: 110px;
    width: 110px;
    left: -8%;
    top: -8px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    border-radius: 50%;
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
}
.spincls {
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear
}

.roundforward {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite
}
.roundbackward {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}
.roundcircle:before {
    -webkit-animation: changeround 30s infinite linear;
    animation: changeround 30s infinite linear
}
@-webkit-keyframes changeround {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes changeround {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/clouds/clouds.png);
    -webkit-animation: animate 60s infinite linear;
    animation: animate 60s infinite linear
}
@-webkit-keyframes animate {
    0% {
        background-position: 0
    }
    100% {
        background-position: -1000px
    }
}
@keyframes animate {
    0% {
        background-position: 0
    }
    100% {
        background-position: -1000px
    }
}
.start-header.sticky {
    box-shadow: 0 2px 15px 0 rgba(100, 100, 100, .05);
    -webkit-animation: changebgcolor 60s infinite linear;
    animation: changebgcolor 60s infinite linear
}
@-webkit-keyframes changebgcolor {
    0% {
        box-shadow: 0 0 15px -5px #007eb6
    }
    33% {
        box-shadow: 0 0 15px -5px #a0ce4e
    }
    66% {
        box-shadow: 0 0 15px -5px #ff9800
    }
    100% {
        box-shadow: 0 0 15px -5px #ff497c
    }
}
@keyframes changebgcolor {
    0% {
        box-shadow: 0 0 15px -5px #007eb6
    }
    33% {
        box-shadow: 0 0 15px -5px #a0ce4e
    }
    66% {
        box-shadow: 0 0 15px -5px #ff9800
    }
    100% {
        box-shadow: 0 0 15px -5px #ff497c
    }
}

.icon-box span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-animation: rotate-2 60s linear infinite;
    animation: rotate-2 60s linear infinite
}
@-webkit-keyframes rotate-2 {
    0% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@keyframes rotate-2 {
    0% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.flexslider .slides img {
    -webkit-animation: kenburns-top 25s infinite linear;
    animation: kenburns-top 25s infinite linear
}
.bannerslider .carousel-item .kenburnseffect {
    -webkit-animation: kenburns-top 25s infinite linear;
    animation: kenburns-top 25s infinite linear
}
@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }
    100% {
        -webkit-transform: scale(1.5) translateY(-15px);
        transform: scale(1.5) translateY(-15px);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }
}
@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }
    100% {
        -webkit-transform: scale(1.5) translateY(-15px);
        transform: scale(1.5) translateY(-15px);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }
}
.intro_layers_star {
    position: absolute;
    left: 50%;
    top: 160px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -10px
}
.intro_layers_star:before {
    content: '\2729';
    color: #ffffff1c;
    color: rgba(255, 255, 255, .2);
    position: relative;
    -webkit-animation: slidelogo 30s infinite linear;
    animation: slidelogo 30s infinite linear;
    font-size: 260px;
    z-index: 1
}
@-webkit-keyframes slidelogo {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2)
    }
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}
@keyframes slidelogo {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2)
    }
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}


#stars {
    width: 1px;
    height: 1px;
    background: 0 0;
    -webkit-animation: animStar 90s linear infinite;
    animation: animStar 90s linear infinite;
    box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff, 1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff, 36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff, 1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff, 1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff, 164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff, 1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff, 1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff, 1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff, 614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff, 1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff, 1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff, 1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff, 214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff, 1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff, 903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff, 1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff, 757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff, 576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff, 297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff, 82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff, 779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff, 1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff, 1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff, 1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff, 142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff, 1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff, 1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff, 707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff, 1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff, 1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff, 678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff, 51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff, 416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff, 218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff, 1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff, 236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff, 671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff, 785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff, 687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff, 1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff, 1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff, 1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff, 545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff, 9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff, 958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff, 1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff, 295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff, 1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff, 766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff, 682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff, 673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff, 1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff, 1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff, 1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff, 1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff, 382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff, 161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff, 179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff, 858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff, 1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff, 343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff, 1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff, 1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff, 1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff, 121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff, 1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff, 1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff, 1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff, 1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff, 119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff, 407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff, 1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff, 1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff, 374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff, 1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff, 727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff, 1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff, 978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff, 284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff, 1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff, 1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff, 1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff, 529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff, 270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff, 1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff, 955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff, 226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff, 839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff, 1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff, 467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff, 483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff, 1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff, 166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff, 827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff, 1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff, 1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff, 899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff, 1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff, 1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff, 1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff, 384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff, 1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff, 928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff, 1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff, 512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff, 1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff, 411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff, 769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff, 1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff, 1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff, 1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff, 1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff, 1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff, 1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff, 1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff, 751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff, 1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff, 1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff, 1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff, 206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff, 519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff, 172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff, 1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff, 772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff, 1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff, 1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff, 1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff, 665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff, 764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff, 913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff, 1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff, 242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff, 752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff, 21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff, 158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff, 734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff, 1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff, 1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff, 95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff, 955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff, 1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff, 1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff, 1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff, 455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff, 236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff, 1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff, 1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff, 700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff, 1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff, 1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff, 985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff, 914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff, 257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff, 1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff, 1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff, 1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff, 1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff, 1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff, 41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff, 1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff, 1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff, 1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff, 918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff, 605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff, 1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff, 768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff, 380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff, 1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff, 1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff, 1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff, 1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff, 1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff, 100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff, 1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff, 659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff, 696px 1654px #fff, 1144px 60px #fff
}
#stars:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: 0 0;
    box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff, 1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff, 36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff, 1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff, 1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff, 164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff, 1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff, 1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff, 1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff, 614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff, 1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff, 1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff, 1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff, 214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff, 1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff, 903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff, 1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff, 757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff, 576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff, 297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff, 82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff, 779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff, 1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff, 1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff, 1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff, 142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff, 1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff, 1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff, 707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff, 1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff, 1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff, 678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff, 51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff, 416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff, 218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff, 1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff, 236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff, 671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff, 785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff, 687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff, 1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff, 1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff, 1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff, 545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff, 9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff, 958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff, 1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff, 295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff, 1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff, 766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff, 682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff, 673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff, 1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff, 1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff, 1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff, 1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff, 382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff, 161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff, 179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff, 858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff, 1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff, 343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff, 1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff, 1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff, 1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff, 121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff, 1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff, 1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff, 1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff, 1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff, 119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff, 407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff, 1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff, 1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff, 374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff, 1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff, 727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff, 1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff, 978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff, 284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff, 1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff, 1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff, 1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff, 529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff, 270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff, 1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff, 955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff, 226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff, 839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff, 1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff, 467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff, 483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff, 1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff, 166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff, 827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff, 1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff, 1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff, 899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff, 1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff, 1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff, 1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff, 384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff, 1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff, 928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff, 1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff, 512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff, 1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff, 411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff, 769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff, 1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff, 1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff, 1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff, 1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff, 1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff, 1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff, 1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff, 751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff, 1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff, 1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff, 1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff, 206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff, 519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff, 172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff, 1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff, 772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff, 1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff, 1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff, 1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff, 665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff, 764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff, 913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff, 1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff, 242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff, 752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff, 21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff, 158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff, 734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff, 1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff, 1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff, 95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff, 955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff, 1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff, 1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff, 1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff, 455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff, 236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff, 1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff, 1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff, 700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff, 1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff, 1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff, 985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff, 914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff, 257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff, 1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff, 1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff, 1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff, 1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff, 1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff, 41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff, 1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff, 1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff, 1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff, 918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff, 605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff, 1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff, 768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff, 380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff, 1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff, 1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff, 1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff, 1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff, 1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff, 100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff, 1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff, 659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff, 696px 1654px #fff, 1144px 60px #fff
}
#stars2 {
    width: 2px;
    height: 2px;
    background: 0 0;
    -webkit-animation: animStar 130s linear infinite;
    animation: animStar 130s linear infinite;
    box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff, 878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff, 121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff, 523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff, 1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff, 1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff, 1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff, 24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff, 1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff, 744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff, 270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff, 1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff, 69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff, 1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff, 1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff, 65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff, 1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff, 1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff, 686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff, 582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff, 270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff, 1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff, 1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff, 443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff, 1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff, 331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff, 822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff, 689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff, 819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff, 887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff, 1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff, 1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff, 163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff, 1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff, 1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff, 219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff, 274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff, 1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff, 161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff, 318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff, 1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff, 1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff, 1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff, 1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff, 1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff, 528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff, 100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff, 987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff, 1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff, 156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff, 986px 1529px #fff, 1667px 1137px #fff
}
#stars2:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: 0 0;
    box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff, 878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff, 121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff, 523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff, 1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff, 1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff, 1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff, 24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff, 1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff, 744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff, 270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff, 1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff, 69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff, 1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff, 1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff, 65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff, 1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff, 1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff, 686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff, 582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff, 270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff, 1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff, 1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff, 443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff, 1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff, 331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff, 822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff, 689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff, 819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff, 887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff, 1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff, 1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff, 163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff, 1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff, 1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff, 219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff, 274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff, 1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff, 161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff, 318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff, 1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff, 1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff, 1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff, 1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff, 1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff, 528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff, 100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff, 987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff, 1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff, 156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff, 986px 1529px #fff, 1667px 1137px #fff
}
#stars3 {
    width: 3px;
    height: 3px;
    background: 0 0;
    -webkit-animation: animStar 170s linear infinite;
    animation: animStar 170s linear infinite;
    box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff, 948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff, 1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff, 921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff, 1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff, 383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff, 1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff, 992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff, 1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff, 1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff, 1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff, 1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff, 1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff, 1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff, 473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff, 1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff, 144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff, 1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff, 1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff, 407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff, 1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff, 1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff, 1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff, 16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff, 494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff, 498px 1947px #fff, 617px 880px #fff, 240px 403px #fff
}
#stars3:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: 0 0;
    box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff, 948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff, 1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff, 921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff, 1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff, 383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff, 1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff, 992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff, 1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff, 1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff, 1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff, 1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff, 1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff, 1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff, 473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff, 1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff, 144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff, 1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff, 1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff, 407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff, 1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff, 1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff, 1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff, 16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff, 494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff, 498px 1947px #fff, 617px 880px #fff, 240px 403px #fff
}
@-webkit-keyframes animStar {
    from {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes animStar {
    from {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.clients-images {
    background: url(../images/clients/clientslogos.jpg) repeat;
    height: 78px;
    width: 4370px;
    -webkit-animation: slide 210s linear infinite;
    animation: slide 210s linear infinite;
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-2800px);
        transform: translateX(-2800px)
    }
}
@keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-3080px);
        transform: translateX(-3080px)
    }
}
.whatschat span {
    display: block;
    position: fixed;
    border-width: 4px;
    border-radius: 50px;
    height: 45px;
    border-style: double;
    width: 45px;
    border-color: #007eb6;
    bottom: 17px;
    left: 0px;
    -webkit-animation: chatpulse infinite 2s;
    animation: chatpulse infinite 2s;
}
@-webkit-keyframes chatpulse {
    0% {
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}
@keyframes chatpulse {
    0% {
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}
.footer-iconhover .icon:hover .fa-icon:after {
    -webkit-animation: icon-hovereffect 1.3s ease-out 75ms;
    animation: icon-hovereffect 1.3s ease-out 75ms;
}
@-webkit-keyframes icon-hovereffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
@keyframes icon-hovereffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
.mainservice:before {
    content: '';
    border: 0 solid #0681b7;
    height: 110px;
    width: 110px;
    top: 32px;
    position: absolute;
    box-shadow: inset 1px 0 10px 0 #dfdfdf;
    margin-left: -8px;
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
    display: block
}
.homeslider .fadeineffect {
    -webkit-animation: fadein 3s ease;
    animation: fadein 3s ease;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (min-width: 1600px) {
    .main-testimonials {
        margin-top: 10px
    }
    .aboutvidebanner {
        margin: 0;
        max-height: 550px;
        width: 100%
    }
    .dashedline.blogdashouter1 {
        margin-bottom: -57px
    }
    .dashedline.blogdashouter2 {
        margin-top: -50px
    }
    .slide3 .homebannertext {
        margin-top: 10px !important
    }
    .page_slider .intro_before_featured_word {
        font-size: 54px
    }
    .page_slider .intro_featured_word {
        font-size: 80px;
        font-weight: 600;
        margin-bottom: 20px;
        white-space: nowrap;
        text-shadow: 0 0 2px #1e1e1e
    }
    .container .page_slider .intro_featured_word {
        font-size: 138px
    }
    .flexslider-bottom:before {
        -webkit-transform: skewY(4deg);
        -ms-transform: skewY(4deg);
        transform: skewY(4deg);
        margin-left: -3px;
    }
    .flexslider-bottom:after {
        -webkit-transform: skewY(-4deg);
        -ms-transform: skewY(-4deg);
        transform: skewY(-4deg);
        margin-right: -3px;
    }
}
@media (min-width: 992px) and (max-width: 1600px) {
    .page_slider .slide3 .intro_featured_word {
        font-size: 70px;
        line-height: 40px
    }
    .process-part .step-title span {
        font-size: 180px
    }
}
@media (min-width: 1500px) {
    .page_header .container-fluid,
    .page_topline .container-fluid {
        padding-left: 60px;
        padding-right: 60px
    }
}
@media (min-width: 1200px) and (min-width: 1500px) {
    .sf-menu>li>a {
        margin: 0 25px
    }
    .sf-menu>li>a {
        margin: 0 25px
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1200px
    }
}
@media (min-width: 1200px) {
    .aboutvidebanner {
        margin: 0;
        max-height: 400px;
        width: 100%
    }
    .dashedline.blogdashouter1 {
        margin-bottom: -50px
    }
    .innermainbannerbg .roundcircle:before {
        height: 300px;
        margin-left: -150px;
        width: 300px
    }
    .innermainbannerbg .intro_layers_star {
        top: 120px
    }
    .innermainbannerbg .intro_layers_star:before {
        font-size: 190px
    }
}
@media (min-width: 1200px) {
    .sf-menu>li.active>a,
    .sf-menu>li>a:hover {
        color: #ff497c
    }
    .nav-narrow .sf-menu>li {
        padding: 0
    }
    .nav-narrow .sf-menu>li>a {
        margin-left: 29px;
        margin-right: 29px;
        padding-bottom: 25px;
        padding-top: 25px
    }
    .nav-narrow ul.sf-menu li a:after,
    .nav-narrow ul.sf-menu li a:before {
        content: '';
        position: absolute;
        width: 0%;
        height: 1px;
        top: -1px;
        z-index: 1
    }
    .nav-narrow ul.sf-menu li a.active:after,
    .nav-narrow ul.sf-menu li a:hover:after {
        background: 0 0;
        width: 90%;
        -webkit-transition: 0s;
        transition: 0s
    }
    .nav-narrow ul.sf-menu li a:after {
        right: 2.5px;
        background: #ff497c;
        -webkit-transition: width .8s cubic-bezier(.22, .61, .36, 1);
        transition: width .8s cubic-bezier(.22, .61, .36, 1)
    }
    .nav-narrow ul.sf-menu li a.active:before,
    .nav-narrow ul.sf-menu li a:hover:before {
        background-color: #ff497c;
        padding: 0 !important;
        width: -webkit-calc(100% - 12px);
        width: calc(100% - 12px);
        -webkit-transition: width .5s cubic-bezier(.22, .61, .36, 1);
        transition: width .5s cubic-bezier(.22, .61, .36, 1)
    }
    .sf-menu.nav ul a {
        color: #323232;
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (min-width: 1200px) {
    .page_slider .intro_featured_word {
        font-size: 80px !important;
    }
    .footerlogoicon h1 {
    margin-top: 30px;
    }
    .sf-menu {
        display: block
    }
    .sf-menu,
    .sf-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .sf-menu li {
        position: relative
    }
    .sf-menu li>ul {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 99
    }
    .sf-menu li:hover>ul {
        display: block
    }
    .sf-menu a {
        display: block;
        position: relative
    }
    .sf-menu a {
        font-size: 12px;
        font-family: Poppins-Bold, sans-serif;
        letter-spacing: 2px;
        line-height: 18px;
        padding: 4px 0 4px;
        text-decoration: none;
        text-transform: uppercase;
        zoom: 1
    }
    .sf-menu>li>a {
        line-height: 16px;
        margin: 0;
        padding: 10px;
        -webkit-transition-duration: .15s;
        transition-duration: .15s
    }
    .sf-menu li {
        white-space: nowrap
    }
    .sf-menu>li {
        display: inline-block;
        position: relative
    }
    .dropdown-menu {
        padding: 10px !important;
    }
    .navbar-nav li.nav-item span:after {
        color: #363636;
        content: "\f185";
        font-family: FontAwesome;
        font-size: 8px;
        position: absolute;
        top: 20px;
        left: -6px;
    }
}
@media (min-width: 1200px) and (max-width: 1310px) {
    .nav-narrow .sf-menu>li>a {
        margin-left: 20px;
        margin-right: 20px
    }
}
@media (max-width: 1199px) {
    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:hover,
    .dropdown-item:focus {
    color: #fff;
    background-color: rgba(233, 30, 99, 0.61)
    }
    #_progress {
        height: 3px;
        top: 59px
    }
    .innermainbannerbg {
        margin: 0 0;
        max-height: 260px
    }
    .page_topline {
        display: none
    }
    .innermainbannerbg .roundcircle:before {
        height: 260px;
        margin-left: -130px;
        width: 260px
    }
    .innermainbannerbg .intro_layers_star {
        top: 110px
    }
    .innermainbannerbg .intro_layers_star:before {
        font-size: 160px
    }
    .corner.corner-half {
        display: none
    }
    .corner {
        padding-bottom: 45px
    }
    .corner:after {
        border-top-width: 45px
    }
    .corner.corner-inverse:after,
    .corner.corner-inverse:before {
        border-bottom-width: 45px
    }
    .corner.corner-half-inverse {
        display: none
    }
    .video-post-section .video-content {
        padding: 0;
        text-align: center
    }
    .video-post-section .video-content h1 {
        font-size: 27px;
        left: 0;
        margin: 5px 0 0;
        text-align: center
    }
    .video-post-section .video-content a {
        left: 0;
        margin: 0 0 0;
        text-align: center
    }
    .video-post-section .left-part .video-content {
        padding: 0
    }
    .video-post-section .left-part .video-media {
        right: 0
    }
    .video-post-section .embed-responsive {
        width: 100%
    }
}
@media (max-width: 1199px) {
    .contact-form-light p {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .contactusform .form-group .btn-maincolor {
        margin-bottom: 20px;
        margin-top: 0
    }
    .main-testimonials .corner {
        padding-bottom: 50px
    }
    .modal_button .search_modal_button {
        margin-right: 50px
    }
    .sf-menu li {
        position: relative
    }
    .sf-menu ul {
        list-style: none;
        margin-top: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .sf-menu ul li a {
        letter-spacing: .1em;
        padding-left: 10px;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 20px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-togglecs::after {
        position: absolute;
        display: block;
        top: 15px;
        left: 5px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .our-process-wrap {
        padding-top: 60px !important
    }
    .process-part .step-center-part:after {
        right: 19px
    }
    .process-part .right .step-center-part:after {
        left: 19px
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .aboutvidebanner {
        margin: 0;
        max-height: 300px;
        width: 100%
    }
}
@media (min-width: 992px) {
    .page_slider .intro_before_featured_word {
        font-size: 36px
    }
    .page_slider .intro_featured_word {
        font-size: 80px
    }
    .page_slider .intro_after_featured_word {
        color: #fff;
        font-size: 14px;
        letter-spacing: 10px;
        margin-bottom: 0;
        text-shadow: 0 1px 2px #000
    }
    .page_slider h2 {
        font-size: 6em
    }
    .page_slider h3 {
        font-size: 80px
    }
    .page_slider h4 {
        font-size: 2.5em
    }
    .page_slider p {
        font-size: 1.7em
    }
    .top-includes.border-divided>li+li {
        border-left: 2px solid rgba(200, 200, 200, .35);
        margin-left: 20px;
        padding-left: 20px
    }
    .top-includes {
        white-space: nowrap
    }
    .s-pt-lg-100> [class*=container] {
        padding-top: 100px;
    }
    .c-mb-lg-60 [class*=col-],
    .row.c-mb-lg-60> [class*=col-] {
        margin-bottom: 60px;
    }
    .s-pb-lg-10> [class*=container] {
        padding-bottom: 10px;
    }
    .c-mb-lg-40 [class*=col-],
    .row.c-mb-lg-40> [class*=col-] {
        margin-bottom: 40px;
    }
    .s-pb-lg-130> [class*=container] {
        padding-bottom: 130px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .our-process-wrap {
        padding-top: 20px !important
    }
    .innerintro_layers .intro_after_featured_word {
        text-indent: 25px;
        letter-spacing: 8px
    }
    .page_slider .slide3 .intro_featured_word {
        font-size: 50px;
        line-height: 30px
    }
}
@media (max-width: 991px) {
    .process-part.layout-2 .step-text {
        margin-bottom: 30px !important;
    }
    h6 {
        font-size: 20px
    }
    .process-part .step-title {
        font-size: 40px;
        margin-bottom: 10px;
        margin-right: 0;
        margin-top: 20px;
        text-align: center
    }
    .process-part .step-title span {
        font-size: 80px;
        font-weight: 600;
        left: 0;
        letter-spacing: 5px;
        position: relative;
        top: 1px;
        top: 10px;
        width: 100%;
        z-index: -1
    }
    .process-part .right .step-title {
        margin-left: 0;
        margin-top: 40px
    }
    .process-part .right .step-title span {
        left: 0;
        position: relative;
        top: 1px;
        top: 10px
    }
    .process-part .step-text {
        margin: 0;
        text-align: center
    }
    .process-part .right .step-text {
        margin: 0
    }
    .process-part .right .part4 span {
        left: 0;
        position: relative;
        top: 1px;
        top: 10px
    }
    .process-part .part3 {
        margin-top: 40px
    }
    .process-part .part3 span {
        left: 0;
        position: relative;
        top: 10px
    }
    .process-part .right .step-center-part:after {
        display: none
    }
    .process-part .step-center-part:after {
        display: none
    }
    .process-part.layout-2 .step-right-part {
        left: 0
    }
    .process-part.layout-2 .step-left-part {
        left: 0
    }
    .process-part.layout-2 .right .step-left-part {
        left: 0
    }
    .process-part.layout-2 .right .step-right-part {
        left: 0
    }
    .process-part.layout-2 .part3 h1.step-title {
        margin-top: 40px
    }
    .video-post-section .small-line {
        margin-bottom: 60px;
        margin-top: 10px
    }
    .video-post-section .video-media:before {
        display: none
    }
    .service-item2 h6 {
        font-size: 25px;
        margin-bottom: 5px
    }
    .ds .page-bottom {
        margin-bottom: 50px;
        margin-top: 40px
    }
    .process-part.layout-2 .step-title {
        margin-top: 20px
    }
}
@media (min-width: 768px) {
    .page_slider .container {
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        top: 0;
    }
    .aboutvidebanner .aboutbanner.innerintro_layers {
        margin-left: 200px;
        margin-right: 200px;
        top: 25%
    }
    .slide2 .homebannertext {
        top: 40px !important
    }
    .slide3 .homebannertext {
        margin-top: 40px !important
    }
    .page_slider .slide3 .intro_layer.page-bottom {
        margin-bottom: 0;
        margin-top: 29px
    }
    .page_slider .slide2 .intro_after_featured_word {
        font-size: 15px;
        margin-top: 10px
    }
    .page_slider .slide2 .intro_featured_word {
        margin-bottom: 0;
        margin-top: 10px
    }
    .page_slider .slide2 .intro_before_featured_word {
        font-size: 40px;
        margin-top: 0
    }
    .page_slider .intro_before_featured_word {
        font-size: 37px;
        font-weight: 200;
        line-height: .8;
        margin: 0;
        padding: 0 .2em;
        text-align: center;
        text-shadow: 0 0 7px rgba(0, 0, 0, .25)
    }
    .page_slider .intro_featured_word {
        font-size: 60px;
        line-height: .9;
        margin: 10px 0;
        text-shadow: 0 0 13px rgba(0, 0, 0, .1);
        white-space: nowrap
    }
    .page_slider .intro_after_featured_word {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1em;
        margin-top: 10px;
        text-shadow: 0 0 4px rgba(0, 0, 0, .4);
        text-transform: uppercase
    }
}
@media (max-width: 767px) {
    .page_slider .intro_layers_wrapper {
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 5
    }
    .homebannertext {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .bannerslider .carousel-item img {
        -webkit-animation: none;
        animation: none
    }
    .page_slider .slide2 .intro_featured_word {
        font-size: 40px;
        margin-bottom: 0;
        margin-top: 2px
    }
    .page_slider .slide2 .intro_before_featured_word {
        font-size: 28px;
        font-weight: 200;
        margin-top: 30px
    }
    .page_slider .slide3 a.btn {
        padding: 15px 30px
    }
    .page_slider .slide3 .intro_layer.page-bottom {
        margin-bottom: 30px;
        margin-top: 30px
    }
    .top_white_line_big .container:before {
        height: 60px;
        border-width: 2px;
        margin-left: 0
    }
    .myinversecorner:before {
        left: -3px
    }
    .ds .page-bottom {
        margin-bottom: 20px;
        margin-top: 20px
    }
}
@media (max-width: 767px) {
    .contact-form-light .form-control,
    .contact-form-light input[type=email],
    .contact-form-light input[type=search],
    .contact-form-light input[type=tel],
    .contact-form-light input[type=text],
    .contact-form-light select,
    .contact-form-light textarea {
        height: 40px;
        padding-top: 5px;
        padding-bottom: 5px
    }
    .text-center.footericon:before {
        -webkit-transform: translate(-50%, -18px);
        -ms-transform: translate(-50%, -18px);
        transform: translate(-50%, -18px)
    }
    .page_slider .slide3 a.btn:last-child {
        display: none
    }
    .page_slider .slide3 a.btn.btn-maincolor {
        margin-right: 0
    }
    .page_slider .slide3 .intro_featured_word.light {
        letter-spacing: 3px;
        margin-top: 45px
    }
    .page_slider .slide3 .intro_featured_word {
        font-size: 40px;
        margin: 0
    }
    .page_slider .slide2 .intro_after_featured_word {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1em;
        margin-top: 20px
    }
    .page_slider .slide2 .page-bottom {
        margin: 50px 0 20px
    }
    .service-item2 .vertical-item .item-content {
        padding-top: 10px
    }
    .btn {
        padding: 10px 20px !important
    }
    .white-button .white-btn {
        margin-bottom: 22px
    }
    .scrollerright.scrollbar {
        direction: rtl;
        left: 0
    }
    .corner-bottom {
        margin: 0 -10px
    }
    .aboutvidebanner {
        margin: 0;
        max-height: 300px;
        width: 100%
    }
    .page_slider h3 {
        line-height: 30px
    }
    .homebannertext {
        top: 0
    }
    .roundcircle:before {
        height: 300px;
        margin-left: -150px;
        width: 300px
    }
    .intro_layers_star:before {
        font-size: 190px
    }
    .bannerslider .carousel-item img {
        min-height: 300px;
        max-height: 350px
    }
    .dashedline {
        border-width: 2px;
        height: 60px !important
    }
    h2 {
        font-size: 40px
    }
    h1 {
        font-size: 48px
    }
    h3 {
        font-size: 32px
    }
    .footericon img {
        margin-top: -40px
    }
    .process-part.skew_right .container {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    .process-part.skew_right {
        margin: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    iframe {
        width: 100%;
        min-height: 200px;
        height: auto;
    }
    .s-parallax {
        background-size: auto auto
    }
}
@media (max-width: 767px) {
    .page_slider .intro_featured_word {
        font-size: 40px;
        margin-top: 2px
    }
    .page_slider .intro_before_featured_word {
        font-size: 28px;
        font-weight: 200;
        margin-top: 0
    }
    .page_slider .intro_after_featured_word {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 8px;
        margin-top: 20px
    }
    .blogdata {
        width: 85%;
        margin: 0 auto;
        height: auto;
        padding-bottom: 35px;
    }
    .navarrow .owl-nav .owl-prev {
        left: 45px;
    }
    .navarrow .owl-nav .owl-next {
        right: 45px;
    }
    .about-main p {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 24px
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .mt-50 {
        margin-top: 10px;
    }
    .col-md-5.col-sm-12.inrservcont {
        margin: 0;
    }
    .our-process-wrap {
        display: block;
        background: url(../images/services/mobileprocess.png) center no-repeat;
        background-size: contain;
        margin-top: 40px;
    }
    .our-process-item {
        position: relative;
        display: block;
        padding-bottom: 50px;
    }
    .our-process-item h4,
    .our-process-item p {
        position: relative;
        background-color: #fff;
        margin-top: 18px;
        margin-bottom: 0;
        padding: 12px 0 15px;
    }
    .our-process-item p {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    .slide-social-icons {
        display: none;
    }
    .about-home.home h1 {
    font-size: 30px;
    line-height: 36px;
    }
}
@media (max-width: 480px) {
    .innerintro_layers .intro_featured_word {
        font-size: 60px
    }
    .innerintro_layers .intro_after_featured_word {
        text-indent: 20px;
        margin-top: 0;
        letter-spacing: 8px
    }
    .aboutvidebanner video {
        width: 130%
    }
    .aboutvidebanner {
        max-height: 260px;
        width: 100%
    }
    .intro_layers_star {
        top: 120px;
        margin-left: 0
    }
    .page_slider .slide3 .intro_featured_word.light {
        letter-spacing: 3px;
        margin-top: 0
    }
    .page_slider .intro_after_featured_word {
        margin-top: 0
    }
    .page_slider .slide2 .page-bottom {
        margin: 30px 0 0
    }
    .about-home h2 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0px;
    }
    .page_slider .intro_before_featured_word {
        font-size: 20px;
    }
    .contact-form-light p {
        font-size: 16px;
    }
    .sliderhover-icon .icon .fa-icon {
        border: none;
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
    .about-home.home h1 {
    font-size: 24px;
    line-height: 32px;
    }
}
@media (max-width: 427px) {
    .service-item1 .icon-box {
        padding: 57px 30px 55px;
    }
    .mainservice:before {
        top: 50px;
    }
    .page_slider .intro_before_featured_word {
        margin-bottom: 0px;
    }
}
@media (max-width: 359px) {
    .page_slider h3 {
        line-height: 20px
    }
    .page_slider .intro_before_featured_word {
        font-size: 18px
    }
    .page_slider .slide2 .intro_after_featured_word {
        margin-top: 0
    }
    .aboutvidebanner video {
        width: 145%
    }
    .our-process-wrap {
        background-size: cover !important;
    }
    .carousel .carousel-indicators li {
        bottom: -15px;
    }
}

