::selection {
    background: #ff5033;
    color: #fff
}

::-moz-selection {
    background: #ff5033;
    color: #fff
}

p a {
    color: #363636;
    width: auto;
    display: inline-block
}

p a:hover {
    text-decoration: underline;
    outline: 0
}

p {
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: 400
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
    display: block
}

a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none
}

img {
    max-width: 100%
}

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

h1 {
    font-size: 30px;
    margin: 0;
    font-family: roboto condensed, sans-serif
}

h2 {
    font-size: 25px;
    font-family: roboto condensed, sans-serif;
    margin: 0
}

h3 {
    font-size: 20px;
    font-family: roboto condensed, sans-serif;
    margin: 0
}

h4 {
    font-size: 18px;
    font-family: roboto condensed, sans-serif;
    margin: 0
}

h5 {
    font-size: 17px;
    font-family: roboto condensed, sans-serif;
    margin: 0
}

h6 {
    font-size: 16px;
    font-family: roboto condensed, sans-serif;
    margin: 0
}

.header {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden
}

.header .navigation .container {
    padding: 0 30px;
    transition: all ease-in-out .3s
}

.header.stricky_fixed {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 102
}

.navigation .logo img {
    padding: 5px 0
}

.header.stricky_fixed .navigation .container {
    padding: 0 15px
}

.logo_link {
    float: left
}

.language_link {
    display: inline-block;
    margin-left: 10px;
    margin-top: 24px;
    background: #ff5033;
    color: #fff;
    padding: 2px 10px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 13px;
    transition: all .3s ease
}

.language_link img {
    margin-right: 5px;
    width: 20px
}

.language_link:hover,
.language_link:focus {
    background: #c70202;
    color: #fff
}

.header.stricky_fixed .navigation .logo img {
    width: 200px;
    padding: 3px 0
}

.header.stricky_fixed .navigation .logo .language_link img {
    margin-right: 5px;
    width: 20px
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 35px;
    background: #0f81b9;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    padding: 2px 5px 5px;
    vertical-align: middle;
    display: inline-block
}

.navigation .navbar button:hover {
    background: #0f81b9
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    float: right
}

.navigation .menu ul>li {
    float: left;
    display: inline-block;
    position: relative
}

.navigation .menu ul>li>a {
    padding: 10px 12px 3px;
    display: block;
    color: #333;
    text-transform: capitalize;
    transition: all .3s ease;
    font-size: 16px;
    background: 0 0;
    font-weight: 400
}

.header.stricky_fixed .navigation .menu ul>li>a {
    color: #333;
    text-shadow: none
}

.navigation .menu ul>li>a span {
    text-transform: initial;
    font-size: 16px;
    box-shadow: none;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    padding: 6px;
    position: relative;
    line-height: 18px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    float: left
}

.navigation .menu ul>li>a span small {
    font-size: 12px;
    color: #0f81b9
}

.header.stricky_fixed .navigation .menu ul>li>a span small {
    color: #0f81b9
}

.navigation .menu ul>li>a span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #ff5033 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.navigation .menu ul>li>a span:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

.navigation .menu ul>li>a i {
    padding-left: 5px;
    font-size: 17px
}

.navigation .menu ul>li:last-child>a {
    border: none;
    padding-right: 0
}

.navigation .menu ul>li:hover a,
.navigation .menu ul>li.active a {
    color: #0f81b9;
    background: 0 0
}

.header.stricky_fixed .navigation .menu ul>li:hover a,
.header.stricky_fixed .navigation .menu ul>li.active a {
    color: #0f81b9;
    background: 0 0
}

.navigation .menu ul>li>ul.cs-dropdown {
    top: 100%;
    left: 0
}

.navigation .menu ul>li:last-child ul.cs-dropdown {
    right: 0;
    left: auto
}

.navigation .menu ul>li>ul.cs-dropdown.align-right {
    right: 0;
    left: auto
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown.align-right {
    right: 100%;
    left: auto
}

.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 230px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
    background: #fff;
    margin: 0;
    padding: 0
}

.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.navigation .menu ul>li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul>li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul>li ul.cs-dropdown li:hover>a {
    color: #fff;
    background: #0f81b9
}

.navigation .menu ul>li ul.cs-dropdown li a {
    color: #333;
    font-size: 13px;
    padding: 8px 15px;
    position: relative;
    display: block;
    transition: all .3s ease;
    text-transform: capitalize;
    font-weight: 400
}

.navigation .menu ul>li ul.cs-dropdown li a i {
    float: right
}

.navigation .menu ul>li ul.cs-dropdown li a:hover {
    color: #fff;
    background: #0f81b9
}

.navigation ul .cs-submenu>a>button {
    display: none
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul>li:last-child a {
    color: #fff
}

.navigation .menu ul>li:last-child a:before {
    content: "";
    background: #c70202;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    right: -100px;
    width: 10000%;
    transform: skew(-30deg);
    transform: skew(-15deg);
    bottom: -50px
}

.navigation .menu ul>li:last-child a:hover:before {
    background: #ff5033
}

.navigation .menu ul>li:last-child a span small {
    color: #ff0
}

.slider_area {
    width: 100%;
    position: relative;
    display: block
}

.header.stricky_fixed .navigation .menu ul>li:last-child a {
    color: #fff
}

.header.stricky_fixed .navigation .menu ul>li:last-child a span small {
    color: #ff0
}

.home {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    padding-bottom: 40px
}

.parallax-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0
}

.inner-parallax .figure,
.inner-parallax {
    height: 800px;
    width: 100%;
    position: absolute;
    display: block
}

.inner-parallax .figure>div[data-v-266d2610] {
    height: 800px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0
}

.Masthead {
    position: relative;
    min-height: 21.875rem;
    scroll-behavior: smooth;
    overflow: hidden;
    z-index: -1;
    min-height: 100vh
}

.Masthead__image {
    width: 100%;
    overflow: hidden;
    height: 120%
}

.Masthead__image.is-parallax {
    left: 0;
    position: absolute;
    will-change: transform;
    right: 0;
    top: 0
}

.inner-parallax .figure .Masthead,
.inner-parallax .figure .Masthead__image {
    overflow: visible
}

.parallax-square {
    transform: rotate(52deg);
    position: absolute
}

.parallax-primary {
    background: #2196f3;
    width: 405px;
    height: 405px;
    opacity: .08;
    border-radius: 80px
}

.banner .parallax-primary {
    top: 110px
}

.banner .parallax-primary {
    right: 250px
}

.about {
    top: 350px
}

.parallax-secondary {
    width: 205px;
    height: 205px;
    opacity: .5
}

.parallax-secondary-single,
.parallax-secondary {
    background: #b2ebf2;
    border-radius: 40px
}

.about .parallax-primary {
    top: 190px;
    left: 60px
}

#home_text {
    padding-bottom: 30px
}

.home_dec {
    max-width: 600px
}

.home_dec p {
    margin-bottom: 35px
}

.headline {
    margin-top: 22%
}

.light_4 {
    font-size: 45px;
    font-weight: 100;
    line-height: 1.2;
    color: #515656;
    margin: 0
}

.bold_4 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.2;
    color: #515656
}

.button_1 {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #fff;
    background: #ff5033;
    -webkit-transition: .3s;
    transition: .3s;
    border: 0;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.button_1:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.button_1:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

.button_1:hover,
.button_1:focus {
    background: #ff5033;
    color: #fff
}

.home .button_1 {
    margin-bottom: 40px
}

.featured_logos {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #000;
    padding: 13px 25px;
    margin: 0;
    z-index: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff
}

.featured_logos .clogo {
    height: 20px !important
}

.featured_logos .clogo {
    margin: 0 25px 0 0;
    height: 30px
}

.featured_logos label {
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.featured_logos label:after {
    background: url(../images/sprites.png) no-repeat top right;
    top: -17px;
    right: -14px;
    position: absolute;
    content: "";
    width: 35px;
    height: 67px
}

.about_Htechsoft {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -35px
}

.about_Htechsoft h3 {
    line-height: 28px;
    font-size: 20px;
    color: #0a82bf;
    font-weight: 400;
    margin-bottom: 10px
}

.awards_btn {
    background: #ea4335;
    color: #fff;
    margin-bottom: 40px
}

.awards_btn:hover,
.awards_btn:focus {
    background: #b10f0f;
    color: #fff
}

.website_btn {
    background: #4285f4;
    color: #fff;
    margin-bottom: 40px
}

.website_btn:hover,
.website_btn:focus {
    background: #2660bf;
    color: #fff
}

.seo_btn {
    background: #fbbc05;
    color: #333;
    margin-bottom: 40px
}

.seo_btn:hover,
.seo_btn:focus {
    background: #cc9b0d;
    color: #fff
}

.v-application {
    padding: 24px !important
}

.video_wrap {
    position: relative
}

.video_figure {
    border-radius: 80px;
    background: blue;
    overflow: hidden;
    position: absolute;
    width: 1040px;
    height: 900px;
    top: 0;
    box-shadow: -30px 20px 0 0 #0a82bf;
    width: 1260px;
    top: -620px;
    top: -575px;
    transform: rotate(-38deg);
    left: -200px
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    z-index: 10
}

.inner_figure,
.overlay {
    width: 100%;
    position: relative;
    height: 100%;
    top: -140px;
    transform-origin: top left;
    transform: rotate(38deg);
    left: 130px
}

.inner_figure .video {
    display: block;
    width: 100%;
    top: 150px;
    position: fixed;
    left: 30px
}

#slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%
}

.featured-section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 0;
    overflow: hidden
}

.featured-section .icon-box {
    position: relative;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    border-radius: 50px;
    background-color: #ff5033;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3)
}

.featured-section .icon img {
    width: 60px
}

.featured-section .icon-box {
    background-color: #ff5033;
    overflow: hidden;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3)
}

.featured-section .icon {
    position: relative;
    color: #fff;
    font-size: 36px;
    z-index: 1;
    line-height: 75px
}

.watch_video i {
    font-size: 20px;
    vertical-align: bottom;
    transition: all .3s ease-in;
    animation: tada 1s linear 0s infinite;
    color: #ff5033;
    margin: 0 2px
}

.watch_video span {
    color: #c70202
}

.watch_video:hover,
.watch_video:focus {
    color: #ff5033
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.sec-title .title {
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    z-index: 1;
    margin-left: 12px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize;
    font-family: roboto, sans-serif
}

.sec-title .title:before {
    position: absolute;
    content: '';
    left: -13px;
    top: -7px;
    width: 45px;
    height: 45px;
    z-index: -1;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: linear-gradient(to right, #0084fd 0%, #6cd8ff 100%)
}

.sec-title .title span {
    position: relative;
    color: #fff
}

.sec-title h1 {
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-top: 0;
    z-index: 1;
    padding-left: 110px;
    padding-top: 10px
}

.sec-title h1 span {
    position: relative;
    color: #0a82bf
}

.sec-title h2 {
    position: relative;
    color: #0a82bf;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4em;
    margin-top: 0;
    z-index: 1
}

.sec-title h2 span {
    position: relative
}

.sec-title h2 span:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    z-index: -1;
    background-image: -ms-linear-gradient(left, #ff5033 0%, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #ff5033 0%, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #ff5033 0%, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5033), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #ff5033 0%, #6cd8ff 100%);
    background-image: linear-gradient(to right, #ff5033 0%, #6cd8ff 100%)
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 1.9em;
    color: #333;
    margin-top: 10px
}

.featured-section .content-column .text h2 {
    line-height: 28px;
    font-size: 20px;
    color: #0a82bf;
    font-weight: 600;
    margin-bottom: 10px
}

.sec-title.centered {
    text-align: center !important
}

.sec-title.light .title {
    color: #fff
}

.sec-title.light h2 {
    color: #fff
}

.featured-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.featured-section .content-column .inner-column {
    position: relative
}

.featured-section .content-column .sec-title {
    margin-bottom: 25px
}

.featured-section .content-column .text {
    position: relative;
    margin-bottom: 20px
}

.featured-section .content-column .text p {
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
    text-align: justify
}

.featured-section .content-column .text p:last-child {
    margin-bottom: 0
}

.featured-section .content-column .list-style-one {
    margin-bottom: 40px
}

.featured-section .blocks-column {
    position: relative;
    margin-bottom: 40px
}

.featured-section .blocks-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-right: 40px
}

.featured-section .blocks-column .inner-column .side-image {
    position: absolute;
    right: -90px;
    bottom: -24px
}

.featured-section .blocks-column .inner-column .cloud-icon {
    position: absolute;
    right: -40px;
    top: 140px
}

.featured-block {
    position: relative;
    margin-bottom: 30px
}

.featured-block .inner-box {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2)
}

.featured-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
    background-color: #ff5033;
    display: inline-block;
    text-align: center;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3)
}

.featured-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/pattern-7.png) right top no-repeat
}

.featured-block .inner-box .icon-box:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/pattern-7.png) right top no-repeat
}

.featured-block .inner-box:hover .icon-box:before {
    left: 0;
    transition-delay: 150ms
}

.featured-block .inner-box:hover .icon-box:after {
    left: 15px;
    transition-delay: 300ms
}

.featured-block .inner-box .icon-box {
    position: relative;
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 50px;
    background-color: #ff5033;
    display: inline-block;
    text-align: center;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3)
}

.featured-block.style-four {
    transform: translateX(20px) rotate(3deg)
}

.featured-block .inner-box .icon-box .icon {
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 45px;
    line-height: 80px
}

.featured-block .inner-box .icon-box .icon img {
    width: 60px
}

.featured-block .inner-box h3 {
    position: relative;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 20px;
    height: 50px
}

.featured-block .inner-box h3 span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%
}

.featured-block .inner-box .text {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 18px
}

.list-style-one {
    position: relative;
    margin: 0;
    padding: 0
}

.list-style-one li {
    position: relative;
    color: #edf7fe;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 25px;
    list-style: none
}

.list-style-one li:last-child {
    margin-bottom: 0
}

.list-style-one li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    color: #27c352;
    font-weight: 400;
    font-family: fontawesome
}

.apps-section {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 90px;
    background: rgba(33, 150, 243, .08);
    padding-bottom: 70px
}

.apps-section .patern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 376px;
    height: 100%;
    background-repeat: no-repeat
}

.apps-section .patern-layer-two {
    position: absolute;
    left: 175px;
    top: 50px;
    width: 266px;
    height: 478px;
    background-repeat: no-repeat
}

.apps-section .patern-layer-three {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 519px;
    height: 785px;
    background-repeat: no-repeat
}

.apps-section .patern-layer-four {
    position: absolute;
    right: 120px;
    bottom: 130px;
    width: 354px;
    height: 468px;
    background-repeat: no-repeat
}

.apps-section h2 {
    padding: 20px 0 15px;
    position: relative
}

.apps-section h2 strong {
    color: #333;
    font-size: 35px;
    font-weight: 600
}

.apps-section h2 span {
    color: #1178ba;
    font-size: 35px;
    font-weight: 600
}

.app-block {
    position: relative;
    margin-bottom: 20px
}

.app-block .inner-box {
    position: relative
}

.app-block .inner-box .image-column {
    position: relative
}

.app-block .inner-box .image-column .inner-column {
    position: relative;
    padding-left: 0
}

.app-block .inner-box .image-column .image {
    position: relative
}

.app-block .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.app-block .inner-box .image-column .small-image {
    position: absolute;
    right: -20px;
    top: -20px
}

.app-block .inner-box .content-column {
    position: relative
}

.app-block .inner-box .content-column .inner-column {
    position: relative;
    padding-left: 0
}

.app-block .inner-box .content-column .icon-box {
    position: relative;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    border-radius: 50px;
    background-color: #ff5033;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3)
}

.app-block .inner-box .content-column .icon img {
    width: 60px
}

.app-block.style-two .inner-box .content-column .icon-box {
    background-color: #ff5033;
    overflow: hidden;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3)
}

.app-block .inner-box .content-column .icon {
    position: relative;
    color: #fff;
    font-size: 36px;
    z-index: 1;
    line-height: 75px
}

.app-block .inner-box .content-column h3 {
    position: relative;
    color: #ff5033;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 18px;
    padding-left: 110px;
    padding-top: 10px
}

.app-block .inner-box .content-column .text {
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 25px;
    text-align: justify
}

.brand_box {
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, 0.04));
    background-color: #fff;
    border: 1px solid #eef7fe;
    border-bottom: 3px solid #ff5033;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px
}

.featured_logo:nth-child(1) .brand_box {
    background: #cfaa36;
    color: #fff
}

.featured_logo:nth-child(1) .brand_box:after {
    content: "";
    border-top: 37px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 30px solid #cfaa36;
    position: absolute;
    right: -27px;
    top: 0
}

.brand_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    padding: 10px
}

.project_discuss {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.project_discuss .container {
    position: relative
}

.readyar {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #1f80be;
    border-radius: 3px;
    padding: 40px;
    color: #1178ba;
    font-size: 48px;
    font-family: roboto condensed, sans-serif;
    box-shadow: 0 4px 0 #1178ba;
    z-index: 6;
    background-color: #fff;
    margin-top: -165px
}

.button_2 {
    display: inline-block;
    float: right;
    padding: 10px 50px;
    color: #fff;
    background: #ff5033;
    -webkit-transition: .3s;
    transition: .3s;
    border: 0;
    font-size: 18px;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    border-radius: 4px
}

.button_2 i {
    font-size: 22px;
    margin-left: 7px
}

.button_2:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.button_2:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

.button_2:hover,
.button_2:focus {
    background: #ff5033;
    color: #fff
}

.services-six-area {
    float: left;
    width: 100%;
    background-image: url(../images/background/h6-services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    padding: 120px 0 150px;
    background: #f2f9fd;
    overflow: hidden
}

.services-six-area .section-particle {
    position: absolute;
    height: 50em;
    width: 50em;
    top: 0;
    left: -25em;
    z-index: -3
}

.shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.shape {
    position: relative
}

.shape-1 {
    position: relative
}

.shape-1:before {
    content: "";
    position: absolute;
    display: block;
    width: 88rem;
    height: 45rem;
    top: 10rem;
    left: -53rem;
    border-radius: 25rem;
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
    background-color: #fff
}

.shape-1::before {
    left: auto;
    right: -57rem;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg)
}

.features-text .icon-box {
    position: relative;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    border-radius: 50px;
    background-color: #ff5033;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3);
    margin-bottom: 30px
}

.features-text .icon-box {
    background-color: #ff5033;
    overflow: hidden;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3)
}

.features-text .icon-box img {
    width: 60px
}

.features-text .icon {
    position: relative;
    color: #fff;
    font-size: 36px;
    z-index: 1;
    line-height: 75px
}

.features-menu .single-features {
    position: relative
}

.features-text h2 {
    position: relative;
    color: #ff5033;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 18px;
    margin-right: 120px
}

.services-six-area p {
    float: right;
    width: 100%
}

.features-menu .single-features::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0
}

.features-menu .single-features:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.features-menu .single-features:hover::after {
    opacity: 1
}

.featured-items {
    float: left;
    width: 100%;
    position: relative;
    min-height: 300px
}

.featured-items ul {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    padding: 0
}

.featured-items ul li {
    position: absolute;
    cursor: pointer;
    list-style: none;
    border-radius: 10px;
    border-bottom: 4px solid rgba(0, 0, 0, .1);
    -webkit-transform: rotateY(-26deg) rotateX(13deg);
    transform: rotateY(-26deg) rotateX(13deg);
    mix-blend-mode: multiply;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.featured-items ul li:nth-child(1) {
    background-color: rgba(36, 198, 88, .2);
    top: 0;
    z-index: 2
}

.featured-items ul li:nth-child(2) {
    background-color: rgba(0, 207, 242, .2);
    top: 100px;
    z-index: 2
}

.featured-items ul li:nth-child(3) {
    background-color: rgba(255, 69, 196, .2);
    top: 200px;
    z-index: 2
}

.featured-items ul li:nth-child(4) {
    background-color: rgba(255, 157, 69, .2);
    top: 298px
}

.featured-items ul li:nth-child(5) {
    background-color: rgba(36, 198, 88, .2);
    top: 395px
}

.featured-items ul li:nth-child(6) {
    background-color: rgba(0, 207, 242, .2);
    top: 490px
}

.featured-items.right_item ul li:nth-child(1) {
    background-color: rgba(255, 157, 69, .2)
}

.featured-items.right_item ul li:nth-child(2) {
    background-color: rgba(93, 157, 237, .2)
}

.featured-items.right_item ul li:nth-child(3) {
    background-color: rgba(197, 145, 145, .2)
}

.featured-items ul li:hover {
    -webkit-transform: rotateY(-22deg) rotateX(7deg) scale(1.03);
    transform: rotateY(-22deg) rotateX(7deg) scale(1.03);
    z-index: 3;
    mix-blend-mode: normal;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.featured-items ul li {
    -webkit-transform: rotateY(26deg) rotateX(-13deg);
    transform: rotateY(26deg) rotateX(-13deg)
}

.featured-items ul li:hover {
    -webkit-transform: rotateY(22deg) rotateX(-7deg) scale(1.03);
    transform: rotateY(22deg) rotateX(-7deg) scale(1.03)
}

.featured-items ul li .single-features {
    padding: 10px
}

.mr-3,
.mx-3 {
    float: left;
    margin-right: 1rem !important
}

.features-title img {
    width: 60px
}

.features-title i {
    width: 50px;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    color: #0a82bf
}

.features-text>p {
    line-height: 24px;
    font-size: 16px
}

.reasons_area_10 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 100px 0 80px;
    background: #c4ebff;
    z-index: 1;
    background: #ff5033;
    background-image: url(../images/background/bg1.png);
    position: relative
}

.floating-title {
    position: absolute;
    width: 100%;
    left: 24px;
    top: 70px;
    z-index: -1
}

.floating-title .title {
    float: right;
    line-height: 2rem;
    font-size: 1.25rem !important;
    font-weight: 500;
    letter-spacing: .0125em !important;
    position: relative;
    width: 100%;
    text-align: center
}

.reasons_area_10 .section-title span.sub-title {
    color: #fff
}

.reasons_area_10 .section-title h2 span.marked {
    color: #fff
}

.reasons_area_10 .section-title h2::after {
    background: #fff
}

.reasons_area_10 .section-title h2 {
    color: #a4daf4
}

.title-icon-deco {
    width: 100%;
    padding-top: 200px;
    padding-left: 0
}

.title-icon-deco:before {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 24px;
    position: absolute;
    top: 120px;
    background: #fff;
    transform: rotate(45deg);
    right: 80px;
    box-shadow: -30px 20px 0 0 #ff5033
}

.title-icon-deco h3 {
    font-weight: 700;
    width: 300px;
    min-height: 120px;
    font-size: 36px;
    line-height: normal;
    position: relative;
    color: #ff5033
}

.reasons_area_10 .results {
    margin-bottom: 20px
}

.reasons_area_10 .item .reasons_item {
    background-color: #fff;
    box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06);
    position: relative;
    height: 380px;
    margin-bottom: 30px;
    border-radius: 50px 50px 50px 0
}

.reasons_item_info {
    text-align: center;
    padding: 15px
}

.reasons_item_info h4 {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    background-color: #ff5033;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    box-shadow: 0 15px 15px rgba(14, 129, 186, .3);
    margin-bottom: 10px
}

.reasons_item_info h4 img {
    width: 50px
}

.reasons_item_info p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%
}

.results .col-lg-3.col-md-3 {
    width: 20%
}

.results .owl-nav {
    position: absolute;
    bottom: 120px;
    right: -180px
}

.results .owl-prev,
.results .owl-next {
    line-height: 0;
    position: absolute;
    top: 48.5%;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 30px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff !important;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: #333 !important;
    border-radius: 100% !important;
    z-index: 9;
    border: 1px solid #ff5033;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 50
}

.results .owl-nav .owl-prev {
    left: -20px
}

.results .owl-nav .owl-next {
    right: -80px
}

.results .owl-nav .owl-prev:hover,
.results .owl-nav .owl-next:hover {
    background: #ff5033 !important;
    color: #fff;
    border-color: #ff5033 !important
}

.how_it_w {
    padding-top: 0;
    padding-left: 20px;
    display: inline-block
}

.process {
    float: left;
    width: 100%;
    margin: 0;
    padding: 100px 0 40px;
    z-index: 1;
    position: relative;
    background: #eee;
    background-image: url(../images/background/bg2.png)
}

.process .patern-layer-one {
    position: absolute;
    left: -95px;
    top: 0;
    width: 376px;
    height: 100%;
    background-repeat: no-repeat
}

.process .patern-layer-two {
    position: absolute;
    left: 175px;
    top: 50px;
    width: 266px;
    height: 478px;
    background-repeat: no-repeat
}

.process .patern-layer-three {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 502px;
    height: 860px;
    background-repeat: no-repeat
}

.process .patern-layer-four {
    position: absolute;
    right: 98px;
    bottom: 60px;
    width: 421px;
    height: 470px;
    background-repeat: no-repeat
}

.section-title span.sub-title {
    display: block;
    font-size: 22px;
    color: #ff5033;
    padding-top: 30px;
    margin-top: -5px;
    margin-bottom: 5px
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    line-height: 40px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 50px
}

.section-title h2 span.marked {
    font-weight: 700;
    color: #ff5033;
    font-style: italic
}

.section-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #ff5033
}

.section-title p {
    line-height: 26px;
    color: #444;
    margin: 0;
    margin-bottom: 80px;
    text-align: justify
}

.section-title.style-2 {
    text-align: center
}

.section-title.style-2 h2 {
    color: #fff;
    margin-bottom: 40px
}

.section-title.style-2 h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-title.style-2 p {
    color: #f3f3f3
}

.section-title.style-3 {
    text-align: center
}

.section-title.style-3 h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.c-white {
    color: #fff
}

.process .container {
    position: relative
}

.process ul {
    margin: 0;
    padding: 0
}

.process ul li {
    float: left;
    width: 20%;
    list-style: none
}

.process .container .step {
    position: absolute;
    top: 40px;
    left: 100px;
    z-index: 55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 100px;
    z-index: -1
}

.process .container .step img {
    width: 100%
}

.process .single-process {
    text-align: center;
    position: relative
}

.process .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: fontawesome;
    top: 0;
    right: 5%;
    font-size: 55px;
    line-height: 55px;
    color: #333;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.process ul li:last-child .single-process:after {
    content: none;
    right: 0
}

.process .single-process:hover:after {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.process ul li:nth-child(1) .single-process:after {
    top: 84px
}

.process ul li:nth-child(1) .single-process:hover:after {
    top: 94px
}

.process ul li:nth-child(2) .single-process:after {
    top: 36px
}

.process ul li:nth-child(2) .single-process:hover:after {
    top: 28px
}

.process ul li:nth-child(3) .single-process:after {
    top: 2px
}

.process ul li:nth-child(3) .single-process:hover:after {
    top: -10px
}

.process ul li:nth-child(4) .single-process:after {
    top: 45px
}

.process ul li:nth-child(4) .single-process:hover:after {
    top: 59px
}

.process .single-process.down1 {
    margin-top: 30px
}

.process .single-process.down {
    margin-top: 70px
}

.process .single-process.up1 {
    margin-top: -20px
}

.process .single-process .part-icon {
    width: 130px;
    height: 130px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/single-process-hover.png) 100% 100% no-repeat;
    background-size: contain;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-bottom: 26px;
    position: relative
}

.process .single-process .part-icon img {
    width: 75px
}

.process .single-process .part-icon span.step-num {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    background: #515251;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-weight: 700
}

.process .single-process:hover .part-icon {
    background: url(../images/single-process-bg.png) 100% 100% no-repeat;
    background-size: contain
}

.process .single-process:hover .part-icon span.step-num {
    background: #ff5033
}

.process .single-process h4 {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    margin-bottom: 6px
}

.process .single-process p {
    font-size: 16px;
    line-height: 28px
}

.process .single-process a {
    color: #ff5033;
    font-size: 15px;
    font-weight: 700
}

.sbs-business-tool {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: 52% 200%;
    padding-top: 70px;
    background-position: right
}

.section-title .title {
    letter-spacing: .92px;
    color: #333;
    opacity: 1;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px
}

.section-title .title span {
    color: #ff5033
}

.testimonials {
    float: left;
    width: 100%;
    margin: 0;
    padding: 100px 0 20px;
    z-index: 1;
    position: relative;
    background: rgba(14, 129, 186, 0.9) url(../images/background/testmonial-bg.png) no-repeat scroll left -11px center/50% 100%
}

.testimonials:after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/background/bg3.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1
}

.testimonials .section-title span.sub-title {
    color: #fff
}

.testimonials .section-title h2 span.marked {
    color: #fff
}

.testimonials .section-title h2::after {
    background: #fff
}

.client_video {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    background-color: #eee;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    height: 302px;
    overflow: hidden
}

.client_video img {
    width: 100%;
    object-fit: cover
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%
}

.video-play-button:before,
.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%
}

.video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%)
}

.video-play-button span {
    display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #ff5033;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.review-area {
    float: left;
    width: 100%;
    background: #eaf6fe;
    padding: 40px 0 110px;
    margin: 0
}

.review-area h2 {
    padding: 0 0 9px
}

.review-area h2 strong {
    color: #333;
    font-size: 35px;
    font-weight: 600
}

.review-area h2 span {
    color: #1178ba;
    font-size: 35px;
    font-weight: 600
}

.reviews {
    float: left;
    width: 100%;
    text-align: center
}

.reviews img {
    width: auto;
    height: auto;
    display: inline-block
}

.reviews p {
    font-size: 18px;
    text-align: center
}

.faq_section {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 65% 100%;
    background-position: right;
    padding: 40px 0 10px
}

.faq_section p {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px
}

.faq_section .panel-default {
    background: #fff;
    border: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    border-radius: 0;
    margin-bottom: 20px
}

.faq_section .panel-default>.panel-heading {
    background: 0 0;
    border: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    border-radius: 0
}

#accordion .panel-title a {
    box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06);
    background: #fff;
    color: #333;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    position: relative
}

#accordion .panel-title a:hover {
    background: #ff5033;
    color: #fff
}

#accordion .panel-title a.active {
    background: #ff5033;
    color: #fff;
    border-radius: 12px 12px 0 0
}

#accordion .panel-title a.collapsed.active {
    background: #fff;
    color: #ff5033
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f106";
    font-family: fontawesome;
    font-weight: 900;
    width: 50px;
    height: 100%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px
}

#accordion .panel-title a:before {
    top: 3px
}

#accordion .panel-title a.collapsed:before {
    content: "\f107";
    top: 0
}

#accordion .panel-default .panel-body {
    border: 0;
    background: #fff;
    box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, .06);
    border-radius: 0 0 12px 12px
}

#accordion .panel-default {
    box-shadow: none
}

.home_contact {
    float: left;
    width: 100%;
    background: url(../images/contbg.jpg) center top no-repeat;
    background-size: auto;
    background-size: cover;
    margin: 0;
    padding: 100px 20px 230px
}

.home_contact .location_area {
    padding-top: 60px
}

.location_area .frame {
    max-width: 1578px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid rgba(86, 207, 255, .3);
    border-top: 0;
    position: relative;
    z-index: 2
}

.location_title {
    display: block;
    position: relative;
    text-align: center;
    margin-top: -72px;
    color: #fff;
    font-size: 36px;
    font-weight: 600
}

.location_title img {
    width: 50px;
    height: 60px
}

.location_title span {
    display: inline-block
}

.location_title span:after,
.location_title span:before {
    content: "";
    height: 26px;
    width: 41%;
    position: absolute;
    top: 76%;
    border: solid rgba(86, 207, 255, .3);
    border-width: 1px 0 0
}

.location_title span:after {
    left: -25px;
    border-radius: 5px 0 0
}

.location_title span:before {
    right: -25px;
    border-radius: 0 5px 0 0
}

.location_area .t-holder {
    border-top: 13px solid transparent;
    display: table;
    width: 100%
}

.wps_location {
    vertical-align: top;
    width: 25%;
    position: relative;
    transition: width .5s linear;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

.wps_location:not(:first-child):not(.location_active):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%
}

.wps_location.location_active {
    width: 50%
}

.wps_location.location_active:before {
    background: 0
}

.wps_location .location_image {
    transition: all .5s linear;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 330px;
    width: 0;
    overflow: hidden;
    text-align: right
}

.wps_location .location_image:first-child {
    right: 320px
}

.wps_location .location_image img {
    max-width: 999px
}

.wps_location.location_active .location_image {
    width: 200px
}

.wps_location:first-child.location_active .location_image {
    width: 200px
}

.wps_location .content {
    padding: 0 20px 0 0;
    float: right;
    width: 280px;
    font-family: poppins, sans-serif
}

.wps_location .content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin: 0;
    padding: 0
}

.wps_location .content p {
    font-style: normal;
    display: block;
    font-size: 16px;
    padding: 4px 0 6px;
    margin-bottom: 20px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    text-align: left
}

.wps_location .content a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.wps_location .content a i {
    margin-right: 5px
}

.map {
    padding: 16px;
    background: #fff;
    box-shadow: 1px 1px 15px #0a507c;
    margin: -160px 0 45px;
    position: relative;
    z-index: 0
}

.map iframe {
    width: 100%;
    height: 390px;
    border: 0
}

.map img {
    width: 100%;
    margin: 0;
    padding: 0
}

.payment {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right
}

.payment h6 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0
}


.quote_bg1 {
    background: #02619e url(../images/adbg1.png) 0 0 no-repeat
}

.quote_bg2 {
    background: #02619e url(../images/adbg2.png) right top no-repeat
}


.quote_btn {
    background-color: #1a92de;
    padding: 8px 30px;
    margin: 15px 0 0;
    border-radius: 50px;
    float: right;
    text-transform: uppercase;
    color: #fff;
    width: 140px;
    font-size: 14px
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
    color: #fff;
    background: #2eace8
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.quote_btn:before {
    background-color: #2eace8;
    border-radius: 50px
}


#scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
    display: none;
    background: #02578e;
    padding: 0
}

#scroll-up:hover {
    background: #c70202
}

.mt30 {
    margin-bottom: 30px
}

#pricing-table {
    float: left;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%
}

.calculate_box {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #bce9f2;
    text-align: center;
    margin-bottom: 80px;
    background: #d8f4fa;
    font-size: 16px;
    position: relative
}

.calculate_box a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.calculate_box a.calculate_btn {
    display: inline-block;
    margin-right: 10px
}

.calculate_box span {
    position: relative;
    top: -18px
}

#pricing-table .plan {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 20px 0;
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden
}

#pricing-table h3 {
    font-size: 20px;
    font-weight: 400;
    padding: 20px;
    margin: -20px -20px 0;
    background: #25b5d4;
    color: #fff
}

#pricing-table .plan:nth-child(1) {
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
    background: #d8f4fa;
    border-color: #bce9f2
}

#pricing-table .plan:nth-child(2) {
    background: #f2fdfc;
    border-left: 0;
    border-color: #f2fdfc
}

#pricing-table .plan:nth-child(3) {
    z-index: 2;
    top: -13px;
    padding: 30px 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    background: #f9efef;
    border-color: #c70202
}

#pricing-table .plan:nth-child(4) {
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    border-left: 0;
    background: #f4f8fd;
    border-color: #c0e4f4
}

#pricing-table .plan:nth-child(1) h3 {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0
}

#pricing-table .plan:nth-child(2) h3 {
    background: #339d99
}

#pricing-table .plan:nth-child(3) h3 {
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #c70202
}

#pricing-table .plan:nth-child(4) h3 {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    background: #ff5033
}

#pricing-table h3 span {
    display: block;
    font: bold 25px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset
}

#pricing-table ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    font-size: 16px
}

#pricing-table li strong {
    font-size: 16px
}

#pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0;
    color: #fff;
    font: 700 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #72ce3f;
    background-image: -moz-linear-gradient(#72ce3f, #62bc30);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
    background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
    background-image: -o-linear-gradient(#72ce3f, #62bc30);
    background-image: -ms-linear-gradient(#72ce3f, #62bc30);
    background-image: linear-gradient(#72ce3f, #62bc30);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7)
}

#pricing-table .signup:hover {
    background-color: #62bc30;
    background-image: -moz-linear-gradient(#62bc30, #72ce3f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
    background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
    background-image: -o-linear-gradient(#62bc30, #72ce3f);
    background-image: -ms-linear-gradient(#62bc30, #72ce3f);
    background-image: linear-gradient(#62bc30, #72ce3f)
}

#pricing-table .signup:active,
#pricing-table .signup:focus {
    background: #62bc30;
    top: 2px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset
}

.awards_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

#awards_slider .owl-prev,
#awards_slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 100%;
    z-index: 9
}

#awards_slider .owl-nav .owl-prev {
    left: 100px
}

#awards_slider .owl-nav .owl-next {
    right: 100px
}

#awards_slider .owl-prev:hover,
#awards_slider .owl-next:hover {
    background: #ff5033
}

#awards_slider .owl-prev,
#awards_slider .owl-next {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

#awards_slider .owl-prev:after,
#awards_slider .owl-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

#awards_slider .owl-prev:active:after,
#awards_slider .owl-next:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

#franchise_opportunity .modal-dialog {
    margin: 20px auto
}

#franchise_opportunity .modal-header .modal-title {
    color: #ff5033;
    font-size: 24px;
    font-weight: 600
}

#franchise_opportunity .modal-header .close {
    color: #1178ba;
    font-weight: 400;
    opacity: 1
}

#franchise_opportunity .modal-content {
    border-top: 8px solid #1178ba;
    border-bottom: 8px solid #ccc;
    border-radius: 12px
}

#franchise_opportunity .modal-content .modal-body p {
    font-size: 16px;
    line-height: 24px
}

#franchise_opportunity .modal-content .modal-body h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
    color: #1178ba
}

.label_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    text-align: justify;
    height: 40px
}

.label_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important
}

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #1178ba
}

.label_check input:checked~.checkmark {
    background-color: #ff5033
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.label_check input:checked~.checkmark:after {
    display: block
}

.label_check .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.radio_check_label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
    margin-right: 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio_check_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio_check_label input:checked~.checkmark:after {
    display: block
}

.radio_check_label .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ff5033;
    border-radius: 50%
}

.radio_check_label input:checked~.radiobtn {
    background-color: #ff5033
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none
}

.radio_check_label input:checked~.radiobtn:after {
    display: block
}

.radio_check_label .radiobtn:after {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff
}

.apply_btn {
    margin-top: 20px;
    padding: 8px 30px
}

#proceed_panel {
    display: none
}

#message_result_panel {
    display: none
}

.input-group {
    width: 100%
}

.input-group input {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ccc
}

.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus {
    border-color: #ff5033
}

.input-group .input-group-addon {
    background: #fff;
    border-radius: 0;
    border-right: 0;
    width: 50px;
}

.input-group .input-group-addon i {
    font-size: 18px;
    color: #ff5033
}

.profession_panel {
    display: none
}

#franchise_opportunity .modal-content form select,
#franchise_opportunity .modal-content form input {
    background: #fff;
    border-radius: 0;
    height: 44px;
    color: #333;
    font-size: 15px;
    width: 100%;
    padding: 0 20px
}

#franchise_opportunity .modal-content form textarea {
    background: #fff;
    border-radius: 4px;
    height: 90px;
    color: #333;
    font-size: 15px;
    width: 100%;
    padding: 15px 20px
}

#franchise_opportunity .modal-content form input[type=radio],
#wps-enquirenow .modal-content form input[type=checkbox] {
    width: auto;
    float: left;
    width: 20px;
    height: 20px
}

.banner-img {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    max-width: 850px
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    padding-top: 150px
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.button_2 i.fa-angle-up {
    margin: 0
}

.check_with_text {
    display: none
}