body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
li,
p,
input,
select,
legend,
textarea,
fieldset {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'Montserrat, sans-serif';
    src: url(../fonts/Montserrat-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat SemiBold, sans-serif';
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat SemiBold italic, sans-serif';
    src: url(../fonts/Montserrat-SemiBoldItalic.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans bold, sans-serif';
    src: url(../fonts/OpenSans-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans italic, sans-serif';
    src: url(../fonts/OpenSans-BoldItalic.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans regular, sans-serif';
    src: url(../fonts/OpenSans-Regular.ttf);
    font-display: swap;
}

body {
    width: 100%;
    position: relative;
    font: 14px/1.7 "Open Sans", sans-serif;
    background: #fff;
    color: #999
}

.font-heading-primary {
    font-family: "Montserrat", sans-serif;
}

.font-heading-secondary {
    font-family: "Playfair Display", "Droid Arabic Kufi", sans-serif;
}

#full-container {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    background-color: #fff
}

body.boxed {
    background-color: #eee
}

body.boxed #full-container,
body.boxed .header-bar,
body.boxed .header-bar-wrap,
body.boxed #scroll-progress {
    width: 1300px
}

body.boxed .header-bar-wrap {
    margin: auto
}

body.boxed #full-container {
    margin: 60px auto;
    border-radius: 5px;
    box-shadow: 0 9px 30px 5px rgba(153, 153, 153, .2)
}

body.boxed #full-container .header-bar,
body.boxed #full-container #scroll-progress {
    margin: auto
}

body.boxed #full-container .header-bar {
    width: 100%
}

@media(max-width:3840px) {
    .phone-heading {
        display: none
    }
}

@media(max-width:1300px) {
    body.boxed #full-container {
        margin: 0;
        border-radius: 0
    }
    body.boxed #full-container,
    body.boxed .header-bar,
    body.boxed .header-bar-wrap,
    body.boxed #scroll-progress {
        width: auto
    }
    .phone-heading {
        display: none
    }
}

@media(min-width:1200px) {
    .container {
        width: 1100px;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px
}

[class*="col-"] p:last-child,
[class*="col-"] .img-preview:last-child,
[class*="col-"] .video-preview:last-child,
[class*="col-"] .entry:last-child,
[class*="col-"] .list:last-child,
[class*="col-"] .connect-box:last-child {
    margin-bottom: 0
}

a,
a img {
    outline: none !important;
    border: 0
}

a {
    text-decoration: none;
    color: #44bfff;
    transition: all .15s
}

.client-single img:hover {
    text-decoration: none;
    color: #222;
}

a:focus {
    color: #666;
    text-decoration: none
}

p a {
    border-bottom: 1px dotted transparent
}

p a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #44bfff
}

a:hover {
    text-decoration: none;
}

.client-single img:hover {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #222
}

h1.capitalized,
h2.capitalized,
h3.capitalized,
h4.capitalized,
h5.capitalized,
h6.capitalized {
    text-transform: capitalize !important
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: #222;
    transition: all .15s
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #999
}

h4,
h5,
h6 {
    margin-bottom: 15px
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff
}

.main-heading {
    margin-bottom: 40px
}

h4.main-heading {
    margin-bottom: 35px
}

h5.main-heading,
h6.main-heading {
    margin-bottom: 30px
}

.main-heading+.subheader {
    margin: -37px 0 40px
}

h4.main-heading+.subheader {
    margin: -32px 0 40px
}

h5.main-heading+.subheader,
h6.main-heading+.subheader {
    margin: -28px 0 40px
}

.subheader {
    font-weight: 400;
    display: block;
    color: #44bfff;
    margin-bottom: 12px
}

.subheader:last-child {
    margin-bottom: 0
}

h5.subheader,
h6.subheader {
    font-weight: 400
}

.subheader+h1,
.subheader+h2,
.subheader+h3,
.subheader+h4,
.subheader+h5,
.subheader+h6 {
    margin-top: -12px
}

h1+.subheader,
h2+.subheader,
h3+.subheader,
h4+.subheader,
h5+.subheader,
h6+.subheader {
    margin-top: -2px
}

p {
    margin-bottom: 22px
}

.dark p {
    color: #fff
}

img {
    max-width: 100%
}

strong {
    color: #222;
    font-weight: 600
}

::-moz-selection {
    background: #c0eaf5;
    color: #222
}

::selection {
    background: #c0eaf5;
    color: #222
}

.colored {
    color: #ff4444;
}

form {
    position: relative;
    font-family: "Montserrat", sans-serif !important
}

form [class*="col-"]:last-child .form-group:last-child {
    overflow: hidden;
    margin-bottom: 0 !important
}

form .form-group {
    position: relative;
    margin-bottom: 0
}

form .form-group+.form-group {
    margin-top: 18px
}

form.form-inline .form-group+.form-group {
    margin-top: 0
}

input,
input.form-control,
button,
button.form-control,
textarea,
textarea.form-control,
select,
select.form-control {
    padding: 0 15px;
    width: 100%;
    height: 45px;
    line-height: 46px;
    font-size: 12px;
    outline: 0;
    border: 1px solid #cfcbcb;
    border-radius: 3px;
    box-shadow: none;
    transition: all .2s;
    color: #222;
    background: #fff
}

textarea,
textarea.form-control {
    height: 200px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 27px !important;
    resize: vertical
}

input:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus {
    box-shadow: none;
    border-color: #d5d5d5;
    background: #fff
}

button:focus,
button.form-control:focus {
    box-shadow: none;
    border-color: transparent
}

.field-icon {
    position: absolute;
    top: 22px;
    left: 30px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 0
}

.field-icon+input[type="text"],
.field-icon+input[type="email"],
.field-icon+textarea {
    text-indent: 45px
}

.form-inline .form-control {
    width: 100%
}

abbr {
    cursor: help
}

label {
    vertical-align: top;
    margin-bottom: 0;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px
}

label.error {
    display: block;
    margin: 5px 0 0;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #f33
}

img.img-fluid.tools-logo2 {
    max-width: 48px;
    height: 100%;
}

input.error,
input.error:focus,
textarea.error,
textarea.error:focus,
select.error,
select.error:focus {
    box-shadow: inset 0 0 0 2px #f33;
    background: #fff
}

input[type="submit"],
input[type="submit"].form-control,
input[type="submit"],
input[type="submit"].form-control {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 27px;
    font-size: 14px;
    position: relative;
    border: 0;
    color: #fff;
    background-color: #44bfff;
    border-radius: 2px;
    transition: all .2s;
    width: auto
}

.form-inline .form-control[type="submit"] {
    width: auto
}

input[type="submit"]:hover,
input[type="submit"].form-control:hover {
    background-color: #1bb1ff
}

input[type="submit"]:focus,
input[type="submit"].form-control:focus {
    box-shadow: none
}

.flat-section {
    width: 100%;
    position: relative;
    padding: 0
}

div#some-facts {
    padding-top: 140px;
    padding-bottom: 80px;
}

.flat-section .section-content {
    width: 100%;
    padding: 90px 0 70px;
    position: relative;
    clear: both;
    background: #4f98f2;
}

div#intro-features h2 {
    font-size: 40px;
}

div#clients-testimonials h2 {
    font-size: 40px;
}

.section-content.services-wrapper {
    padding: 100px 0px;
}

.footer-info p {
    text-align: center;
    font-size: 14px;
    color: white
}

.form-group input.form-control {
    position: relative
}

img.loader {
    position: absolute;
    top: 20px;
    left: 100px;
    max-width: 30px
}

.box-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 12px;
    color: black;
    text-align: left;
    line-height: 28px
}

div#intro-features h2 {
    font-size: 40px;
    color: white;
}

.section-title span {
    display: block;
    font-size: 18px;
    color: white;
}

#intro-features .box-info .box-icon {
    float: left;
    margin: 0 20px 0 0;
    filter: brightness(0) invert(1);
}

.box-content h4 {
    color: white;
}

.box-info .box-content {
    overflow: hidden;
    text-align: center;
    color: white;
}

.box-text {
    font-size: 16px;
    text-align: start;
    line-height: 26px
}

.clients-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 30px auto
}

button.client-btn {
    background-color: #44bfff;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    border-color: #44bfff;
    width: 100%;
    max-width: 300px;
    margin: 126px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 20px;
    color: white;
    border-radius: none
}

.slider-boxes {
    padding-bottom: 150px
}

button.client-btn a {
    color: white;
    font-size: 20px;
    font-weight: 800
}

.box-textbox {
    min-height: 255px;
    display: flex;
    border-radius: 2px;
    padding: 24px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 50px 15px rgb(34 34 34 / 5%);
    background-color: #fff;
    border-bottom: 4px solid #44bfff;
}

.margin-top-head {
    margin-top: 4rem
}

.service-box {
    height: 100%;
    justify-content: center;
    align-items: start;
    display: flex;
    flex-direction: column;
    padding-left: 8rem
}

.margin-top {
    margin-top: 2.9rem
}

h3.why-heading {
    font-size: 32px;
    margin-top: 20px
}

.flat-section .section-content>.container-fluid {
    padding: 0
}

.section-title {
    margin-bottom: 20px;
}

.section-title .text-center h2 {
    width: 85%
}

.section-title .text-center .description,
.section-title .text-center p {
    width: 70%
}

.section-title.text-white span {
    color: #fff
}

.section-title span {
    display: block;
    font-size: 18px
}

.section-title span+h2 {
    margin-top: 10px
}

.box-info.box-info-2:hover {
    border-color: #026ba3;
    box-shadow: 0 0 50px 15px rgba(34, 34, 34, 0.05);
    background-color: #fff;
    border-bottom: 6px solid #54c4ff;
}

.section-title h2 {
    margin: 0 0 10px;
    display: inline-block;
    font-size: 32px;
}

.section-title .description,
.section-title p {
    margin: 10px auto 0;
    font-size: 14px
}

p.drish-subheading {
    font-size: 16px;
    line-height: 26px
}

.section-title.text-white h2 {
    color: #fff
}

.section-title.text-white p {
    color: #eee
}

.client-subtext {
    text-align: center;
    margin-top: 80px;
    font-size: 18px
}

.tech-boxes {
    box-shadow: 0 0 50px 15px rgb(34 34 34 / 5%);
    background-color: #fff;
    border-bottom: 4px solid #44bfff;
    border-radius: 2px;
}

div#some-facts span {
    color: black;
}

#intro-features .box-info-2 {
    padding: 35px 30px;
    text-align: center;
    transition: all .2s;
    margin: 16px 7px;
    max-width: 360px;
    height: 432px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: all 0.4s;
}

div#our-services span {
    color: black;
}

ul.services-box li {
    list-style: none
}

ul.services-box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px
}


/* #intro-features .box-info-2 {
    border-color: #44bfff;
    box-shadow: 0 0 50px 15px rgba(34, 34, 34, .05);
    background-color: #fff;
    border-radius: 15px
} */

#intro-features .services-space {
    height: 300px
}

.box-content p {
    margin-top: 24px
}

.box-info-2 .box-icon {
    display: inline-block;
    float: none;
    margin: 0 0 40px 0
}

.box-info-2 .box-icon i {
    font-size: 80px;
    line-height: 80px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #44bfff;
    background-image: -webkit-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: -moz-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: -o-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: linear-gradient(45deg, #44bfff 0, #4777f4 100%)
}

.box-info-2.text-white .box-content {
    color: #999
}

.service-box {
    margin-top: 50px
}

@media(max-width:768px) {
    .section-title h2 {
        float: none;
        width: 100%;
        font-size: 30px
    }
    .section-title .description {
        width: 100%;
        margin-top: 12px;
        padding-left: 0
    }
    .service-box {
        padding-left: 2rem;
        margin-top: 40px
    }
    .flat-section .section-content {
        width: 100%;
        padding: 57px 0 0px;
    }
}

@media(max-width:767px) {
    .slider-section {
        padding: 0 12px
    }
    .service-box {
        padding-left: 0
    }
}

.parallax-section {
    width: 100%;
    position: relative;
    background-color: #ccc;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.parallax-section .section-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 120px 0;
    z-index: 2;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.parallax-section .bg-element {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat top center / cover
}

.parallax-section .bg-element+img {
    display: none
}

@media(max-width:768px) {
    .parallax-section>.bg-element {
        background-position: initial !important
    }
    ul.services-box {
        display: block;
        width: 100%;
        justify-content: center
    }
}

.overlay-colored,
.overlay-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.overlay-colored {
    z-index: 1
}

.overlay-pattern {
    z-index: 2;
    background-image: url("../images/general-elements/overlay-pattern.png");
    background-repeat: repeat;
    background-position: top left
}

.img-bg {
    overflow: hidden;
    position: relative;
    display: block;
    height: 330px;
    border-radius: 4px;
    background: no-repeat center / cover;
    background-color: #ddd;
    transition: all .5s
}

.img-bg .bg-element {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat top center / cover;
    transition: all .4s ease
}

.img-bg>a {
    position: relative;
    display: block;
    height: 100%
}

.img-bg>a img {
    display: block
}

.img-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%+1px);
    height: 100%;
    background-color: rgba(0, 0, 0, .75)
}

.img-bg .overlay,
.img-bg .overlay .overlay-inner {
    transition: all .3s ease
}

.img-bg .overlay .overlay-inner {
    display: flex;
    flex-direction: column;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 30px;
    transition: all .2s .2s
}

.img-bg .overlay .overlay-inner>* {
    position: relative;
    z-index: 10
}

.img-bg .overlay .overlay-inner .sub-title {
    color: #44bfff;
    position: relative;
    text-transform: uppercase;
    font-weight: 400
}

.img-bg .overlay .overlay-inner h1,
.img-bg .overlay .overlay-inner h2,
.img-bg .overlay .overlay-inner h3,
.img-bg .overlay .overlay-inner h4,
.img-bg .overlay .overlay-inner h5,
.img-bg .overlay .overlay-inner h6 {
    color: #fff
}

.img-bg .overlay .overlay-inner h1:last-child,
.img-bg .overlay .overlay-inner h2:last-child,
.img-bg .overlay .overlay-inner h3:last-child,
.img-bg .overlay .overlay-inner h4:last-child,
.img-bg .overlay .overlay-inner h5:last-child,
.img-bg .overlay .overlay-inner h6:last-child {
    margin-bottom: 0
}

.slider-img-bg .bg-element {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat top center / cover;
    transition: all .4s ease
}

.img-preview {
    margin-bottom: 40px;
    background: #ddd
}

.img-preview img {
    width: 100%
}

.video-preview {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    min-height: 300px;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(153, 153, 153, .4);
    background: #ddd
}

.video-preview:hover .overlay-colored {
    opacity: .6
}

.video-preview:hover .btn-video i {
    color: #fff
}

.video-preview:hover .btn-video i::after {
    transform: scale(1.05);
    opacity: 1
}

.video-preview.vp-banner {
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 5px 15px 10px rgba(0, 0, 0, .15)
}

.page-thank-you .video-preview.vp-banner {
    overflow: hidden;
    display: flex;
    min-height: 215px;
    width: 350px;
    margin: 60px auto 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px 5px rgba(34, 34, 34, .15)
}

.video-preview .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0
}

.video-preview .img-bg .overlay-colored {
    transition: opacity .4s
}

.video-preview iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.video-preview .btn-video {
    position: relative;
    z-index: 1
}

@media(max-width:320px) {
    .video-preview.vp-banner {
        width: 300px;
        height: 200px
    }
}

.btn-video {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left
}

.btn-video i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    background: #fff;
    color: #222;
    text-indent: 3px;
    transition: all .1s !important
}

img.img-fluid.partners-img {
    max-width: 265px
}

.btn-video i::before {
    position: relative;
    z-index: 1
}

.btn-video i::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    transform: scale(0);
    background-color: #222;
    transition: all .25s
}

.btn-video .title {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    color: #fff;
    transition: all .2s !important
}

.btn-video:hover i {
    color: #fff
}

.btn-video:hover i::after {
    transform: scale(1.02);
    opacity: 1
}

.btn-video:hover .title {
    opacity: 1
}

.text-right .btn-video i {
    float: right
}

.text-right .btn-video .title {
    position: relative;
    top: 40px;
    transform: translateY(-50%);
    margin: 0 15px 0 0
}

.btn-video i {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    animation: pulse 1.2s infinite
}

.btn-video:hover i {
    animation: none
}

@keyframes pulse {
    0 {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.box-info {
    position: relative
}

.box-info.text-white {
    color: #fff
}

.box-info.text-white p {
    color: rgba(255, 255, 255, .5)
}

.box-info .box-icon {
    float: left;
    margin: 0 20px 0 0
}

.box-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

.box-info .box-icon img {
    margin-top: 6px
}

.box-info .box-icon i {
    margin-top: 1px
}

.box-info .box-content {
    overflow: hidden;
    text-align: center;
}

#intro-features .box-info-2:hover .box-icon,
.box-info-2:hover .box-content,
.box-info-2:hover .box-content h4 {
    filter: unset;
    color: rgb(0, 0, 0);
}

.box-content h4 {
    text-align: center
}

.box-info .box-content h5 {
    margin-bottom: 18px
}

@media(min-width:992px) {
    .reversed .box-icon {
        float: right;
        margin-left: 20px;
        margin-right: 0
    }
    .reversed .box-content {
        text-align: right
    }
}

[class*="divider-"] {
    display: block;
    overflow: hidden;
    clear: both
}

.divider-140 {
    height: 140px
}

.divider-130 {
    height: 130px
}

.divider-120 {
    height: 120px
}

.divider-110 {
    height: 110px
}

.divider-100 {
    height: 100px
}

.divider-90 {
    height: 90px
}

.divider-80 {
    height: 80px
}

.divider-70 {
    height: 70px
}

.divider-60 {
    height: 60px
}

.divider-50 {
    height: 50px
}

.divider-40 {
    height: 40px
}

.divider-30 {
    height: 30px
}

.divider-20 {
    height: 20px
}

.divider-10 {
    height: 10px
}

@media(max-width:992px) {
    [class*="divider-"].divider-md-0 {
        height: 0
    }
    [class*="divider-"].divider-md-10 {
        height: 10px
    }
    [class*="divider-"].divider-md-20 {
        height: 20px
    }
    [class*="divider-"].divider-md-30 {
        height: 30px
    }
    [class*="divider-"].divider-md-40 {
        height: 40px
    }
    [class*="divider-"].divider-md-50 {
        height: 50px
    }
    [class*="divider-"].divider-md-60 {
        height: 60px
    }
    [class*="divider-"].divider-md-70 {
        height: 70px
    }
    [class*="divider-"].divider-md-80 {
        height: 80px
    }
    [class*="divider-"].divider-md-90 {
        height: 90px
    }
    [class*="divider-"].divider-md-100 {
        height: 100px
    }
    [class*="divider-"].divider-md-110 {
        height: 110px
    }
    [class*="divider-"].divider-md-120 {
        height: 120px
    }
    [class*="divider-"].divider-md-130 {
        height: 130px
    }
    [class*="divider-"].divider-md-140 {
        height: 140px
    }
}

@media(max-width:768px) {
    [class*="divider-"].divider-sm-0 {
        height: 0
    }
    [class*="divider-"].divider-sm-10 {
        height: 10px
    }
    [class*="divider-"].divider-sm-20 {
        height: 20px
    }
    [class*="divider-"].divider-sm-30 {
        height: 30px
    }
    [class*="divider-"].divider-sm-40 {
        height: 40px
    }
    [class*="divider-"].divider-sm-50 {
        height: 50px
    }
    [class*="divider-"].divider-sm-60 {
        height: 60px
    }
    [class*="divider-"].divider-sm-70 {
        height: 70px
    }
    [class*="divider-"].divider-sm-80 {
        height: 80px
    }
    [class*="divider-"].divider-sm-90 {
        height: 90px
    }
    [class*="divider-"].divider-sm-100 {
        height: 100px
    }
    [class*="divider-"].divider-sm-110 {
        height: 110px
    }
    [class*="divider-"].divider-sm-120 {
        height: 120px
    }
    [class*="divider-"].divider-sm-130 {
        height: 130px
    }
    [class*="divider-"].divider-sm-140 {
        height: 140px
    }
}

@media(max-width:480px) {
    [class*="divider-"].divider-xs-0 {
        height: 0
    }
    [class*="divider-"].divider-xs-10 {
        height: 10px
    }
    [class*="divider-"].divider-xs-20 {
        height: 20px
    }
    [class*="divider-"].divider-xs-30 {
        height: 30px
    }
    [class*="divider-"].divider-xs-40 {
        height: 40px
    }
    [class*="divider-"].divider-xs-50 {
        height: 50px
    }
    [class*="divider-"].divider-xs-60 {
        height: 60px
    }
    [class*="divider-"].divider-xs-70 {
        height: 70px
    }
    [class*="divider-"].divider-xs-80 {
        height: 80px
    }
    [class*="divider-"].divider-xs-90 {
        height: 90px
    }
    [class*="divider-"].divider-xs-100 {
        height: 100px
    }
    [class*="divider-"].divider-xs-110 {
        height: 110px
    }
    [class*="divider-"].divider-xs-120 {
        height: 120px
    }
    [class*="divider-"].divider-xs-130 {
        height: 130px
    }
    [class*="divider-"].divider-xs-140 {
        height: 140px
    }
}

.divider-container {
    display: block;
    position: relative;
    padding-bottom: 45px
}

.divider-line {
    display: inline-block;
    clear: both;
    margin: 80px auto 70px;
    width: calc(100% - 30px);
    border-top-color: #eee
}

[class*="col-"] .divider-line {
    width: 100%
}

.divider-two-lines {
    height: 4px;
    margin-bottom: 70px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: block;
    position: relative;
    top: 60px;
    clear: both
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .2s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.icon {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.icon i,
.icon img {
    display: block
}

.icon img {
    max-width: 100%;
    max-height: 100%
}

.icon.x5 {
    width: 70px;
    height: 70px;
    font-size: 70px
}

.icon.white i {
    color: #fff
}

.icon.spaced {
    align-items: center;
    padding: 10px;
    border-radius: 4px
}

.icon.spaced.x5 {
    width: 70px;
    height: 70px;
    font-size: 28px
}

.icon.spaced.rounded {
    border-radius: 100%
}

.icon.spaced.colorful-bg {
    background-color: #44bfff
}

.icon [class^="flaticon-"]:before,
.icon [class*=" flaticon-"]:before,
.icon [class^="flaticon-"]:after,
.icon [class*=" flaticon-"]:after {
    display: block;
    margin-left: 0;
    font-size: inherit
}

.btn {
    display: inline-block;
    padding: 17px 35px;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    text-align: center;
    border: 2px solid;
    font-family: "Montserrat", sans-serif;
    transition: color .2s, background .2s, border-color .2s
}

.btn.rounded {
    border-radius: 999px
}

.btn.x-small {
    padding: 5px 16px;
    font-size: 10px
}

.btn.small {
    padding: 8px 25px;
    font-size: 10px
}

.btn.medium {
    padding: 8px 24px;
    font-size: 11px
}

.btn.large {
    padding: 11px 39px;
    font-size: 12px;
    border-width: 3px
}

.btn.x-large {
    padding: 15px 45px;
    font-size: 20px;
    border-width: 3px
}

.btn.xx-large {
    padding: 18px 57px;
    font-size: 20px;
    border-width: 3px
}

.btn.colorful,
.btn.hover-colorful:hover {
    background-color: #44bfff;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    border: 2px solid transparent;
}

.btn.white,
.btn.hover-white:hover {
    background: #fff;
    color: #222;
    text-shadow: none;
    border-color: #fff
}

.btn.dark,
.btn.hover-dark:hover {
    background: #222;
    color: #fff;
    text-shadow: none;
    border-color: #222
}

.btn.colorful-darken,
.btn.hover-colorful-darken:hover {
    background-color: #1bb1ff;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-color: #1bb1ff;
}

@media(max-width:480px) {
    .btn.xx-large {
        padding: 6px 45px;
        font-size: 20px
    }
    .client-subtext {
        margin-top: 50px;
        font-size: 16px
    }
}

.social-icons {
    position: relative;
    margin-bottom: -5px;
    list-style: none;
    font-size: 0
}

.social-icons li {
    display: inline-block;
    margin-bottom: 5px
}

.social-icons li+li {
    margin-left: 5px
}

.social-icons li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    border-radius: 3px;
    transition: all .3s ease
}

.social-icons li a i {
    position: relative;
    top: 50%;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all .25s ease
}

.social-icons li a i:first-child,
.social-icons li a i:last-child {
    display: flex;
    align-items: center;
    justify-content: center
}

.social-icons li a i:last-child {
    opacity: 0
}

.social-icons.x4 li a {
    width: 40px;
    height: 40px;
    font-size: 17px
}

.social-icons.x4 li i:first-child,
.social-icons.x4 li i:last-child {
    width: 26px;
    height: 26px
}

.social-icons.x5 li a {
    width: 46px;
    height: 46px;
    font-size: 19px
}

.social-icons.x5 li i:first-child,
.social-icons.x5 li i:last-child {
    width: 28px;
    height: 28px
}

.social-icons.icon-only li+li {
    margin-left: 2px
}

.social-icons.icon-only.x4 li a {
    width: 32px;
    height: 32px
}

.social-icons.icon-only.x5 li a {
    width: 34px;
    height: 34px
}

.social-icons.rounded li a {
    border-radius: 999px
}

.social-icons.rounded.x4 li a {
    font-size: 16px
}

.social-icons.rounded.x5 li a {
    font-size: 18px
}

.social-icons.animated li a:hover i:last-child {
    opacity: 1
}

.social-icons.animated li a:hover i:first-child {
    opacity: 0
}

.social-icons.animated.x4 li a:hover i:first-child {
    margin-top: -26px
}

.social-icons.animated.x5 li a:hover i:first-child {
    margin-top: -28px
}

.social-icons.white li a,
.social-icons.grey li a,
.social-icons.hover-colorful li a:hover {
    background: transparent
}

.social-icons.grey li a i:first-child {
    color: #999
}

.social-icons.white li a i:first-child {
    color: #fff
}

.social-icons.hover-colorful li a i:last-child,
.social-icons.hover-colorful:not(.animated) li a:hover i:first-child {
    color: #44bfff
}

.social-icons.hover-white li a i:last-child,
.social-icons.hover-white:not(.animated) li a:hover i:first-child {
    color: #fff
}

.social-icons.hover-white-bg:not(.animated) li a:hover i:first-child {
    color: #222
}

.social-icons.hover-white-bg li a:hover {
    background: #fff
}

.social-icons.hover-white-bg li a i:last-child {
    color: #222
}

.testimonial-single-1 {
    position: relative;
    text-align: center;
    border-radius: 10px;
    transition: all .2s;
    background-color: #fff;
    height: 130px;
    width: 250px;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease 0.4s;
}

ul.tools-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.highlighted .testimonial-single-1 {
    border-color: #44bfff;
    box-shadow: 0 0 50px 15px rgba(34, 34, 34, .05);
    background-color: #fff
}

.highlighted .box-info-2 {
    border-color: #44bfff;
    box-shadow: 0 0 50px 15px rgba(34, 34, 34, 0.05);
    background-color: #fff;
    border-bottom: 4px solid #44bfff;
}

.testimonial-single-1 .rating {
    margin-top: 18px;
    justify-content: center
}

.testimonial-single-1.text-white {
    color: #fff
}

.testimonial-single-1 .ts-content {
    overflow: hidden;
    position: relative;
    margin-top: 5px
}

.testimonial-single-1 .ts-person {
    overflow: hidden;
    position: relative;
}

.testimonial-single-1 .ts-person h5 {
    display: block;
    margin: 20px 0 0;
    text-transform: capitalize
}

.testimonial-single-1 .ts-person span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #999
}

.testimonial-single-1 .ts-img {
    width: 100%;
    height: 80px;
    border-radius: 100%;
    max-width: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0px;
}

.ts-img.appium {
    filter: brightness(0.4);
}

.ts-img.jmeter {
    filter: grayscale(0.9);
}

.ts-img.postman {
    filter: brightness(0.3) grayscale(1.2);
}

.ts-img.jira {
    filter: brightness(0.4);
}

.ts-img.selenium {
    filter: brightness(0);
}

.ts-img.cypress {
    filter: brightness(0.3);
}

.testimonial-single-1 .ts-img:hover {
    filter: none;
}

img.tools-img.selenium {
    max-width: 68px;
}

.ts-img.playwright {
    width: 100%;
    height: 100%;
    max-width: 144px;
}

@media(max-width:768px) {
    .testimonial-single-1 .ts-person {
        flex-direction: column-reverse
    }
    .testimonial-single-1 .ts-person .rating {
        margin: -3px 0 12px
    }
    #intro-features .box-info-2 {
        margin: 15px 10px
    }
}

@media(max-width:480px) {
    .slider-testimonials .testimonial-single-1 {
        width: 88% !important;
        margin: 0 auto;
    }
}

@media(max-width:320px) {
    .testimonial-single-1 .ts-img {
        float: none;
    }
}

#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 25;
    margin: auto;
    width: 100%;
    height: 3px
}

#scroll-progress .scroll-progress {
    height: 100%
}

#scroll-progress .scroll-progress {
    width: 0;
    background-color: #44bfff
}

#scroll-progress .scroll-percent {
    float: right;
    width: 80px;
    margin-top: 2px;
    color: #fff;
    font-weight: 700;
    background-color: #000;
    padding: 5px;
    text-align: center;
    display: none
}

#website-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    text-align: center;
    display: none
}

#website-loading .loader {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -56px
}

.scroll-top-icon {
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    background-color: #0d8bfd;
    position: fixed;
    bottom: -50px;
    right: 40px;
    z-index: 20
}

.scroll-top-icon.show {
    bottom: 40px
}

.scroll-top-icon:hover {
    color: #fff
}

.scroll-top-icon:focus {
    color: #fff
}

@media(max-width:768px) {
    .scroll-top-icon {
        display: none !important
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    font-size: 13px
}

.logo {
    display: inline-block
}

.logo img {
    max-width: 140px;
    height: 100%;
}

.logo h3,
.logo h3+span {
    display: none
}

.logo.text-white h3,
.logo.text-white span {
    color: #fff
}

.logo.logo-text img {
    display: none
}

.logo.logo-text h3,
.logo.logo-text h3+span {
    display: block
}

.logo.logo-text h3 {
    position: relative;
    margin-bottom: -1px;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.logo.logo-text h3+span {
    font-size: 11px;
    color: #999
}

.logo-header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: color .15s, top .3s
}

.logo-header.logo-text {
    text-align: left
}

.header-bar,
.header-bar-wrap {
    background: transparent;
    transition: height .3s, background .3s
}

.header-bar-wrap {
    left: 0;
    top: 0;
    width: 100%
}

.header-bar .container,
.header-bar .row,
.header-bar [class*="col-"] {
    height: 100%
}

.header-bar .col-md-12 {
    width: 100%
}

.header-bar .hb-content {
    display: flex;
    align-items: center;
    height: 100%
}

.header-bar.is-sticky .header-bar-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-bottom-color: transparent
}

.header-bar .logo-header.logo-text {
    text-align: left
}

.header-bar .logo-header.logo-text h3+span {
    opacity: 1;
    color: #999
}

.header-bar .menu-main>li>a {
    color: #222
}

.header-bar .menu-main>li>a.current,
.header-bar .menu-main>li:hover>a,
.header-bar .menu-main>li>a:hover,
.header-bar .menu-main>li>a:focus {
    color: #44bfff
}

.header-bar .hamburger-inner,
.header-bar .hamburger-inner::before,
.header-bar .hamburger-inner::after {
    background-color: #000
}

#header-bar-1,
#header-bar-1 .header-bar-wrap {
    height: 130px
}

#header-bar-1.text-white .header-bar-wrap {
    background-color: #222
}

#header-bar-1.text-white .logo.logo-text h3+span {
    color: #fff
}

@media(max-width:992px) {
    #header-bar-1 .hb-content {
        justify-content: center
    }
    .desktop-heading {
        display: none
    }
}

#contact-us {
    position: relative;
    background-color: #fff
}

#contact-us.fullscreen .banner-parallax,
#contact-us.fullscreen .banner-parallax .row>[class*="col-"] {
    min-height: auto
}

.section-separator {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%
}

.section-separator.bottom {
    bottom: 0
}

.section-separator.top {
    top: 0;
    transform: rotate(180deg)
}

.section-separator>.ss-content img {
    margin-bottom: -1px
}

.section-separator svg {
    display: block
}

.section-separator.rounded>.ss-content svg {
    height: 105px;
    width: 100%;
    margin-bottom: -19px
}

.section-separator.rounded>.ss-content path {
    fill: #fff
}

.section-separator.wave-1>.ss-content svg {
    width: 100%;
    margin-bottom: -1px
}

.section-separator.wave-1>.ss-content path {
    fill: #fff
}

@media(max-width:480px) {
    .section-separator.rounded .ss-content svg {
        height: 95px;
        width: 100%;
        margin-bottom: -16px
    }
    .flat-section .section-content {
        width: 100%;
        padding: 80px 6px 80px !important;
    }
}

.banner-parallax {
    position: relative;
    background-color: #fff;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-parallax.blured-bg>.bg-element {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.banner-parallax>.bg-element {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat top center / cover;
    background-size: cover;
    transition: opacity .5s
}

.banner-parallax>.bg-element.appeared {
    opacity: 1
}

.banner-parallax>.bg-element+img {
    display: none
}

.banner-parallax>.overlay-pattern {
    opacity: 0;
    transition: opacity .5s
}

.banner-parallax>.overlay-pattern.appeared {
    opacity: 1
}

.banner-parallax,
.banner-parallax .row>[class*="col-"] {
    min-height: 800px
}

.banner-parallax .row {
    display: flex;
    align-items: center
}

.banner-parallax .row>[class*="col-"] {
    display: flex;
    align-items: center
}

.banner-parallax .container,
.banner-parallax .row,
.banner-parallax .row>[class*="col-"] {
    height: 100%;
    z-index: 1
}

.page-thank-you #full-container {
    perspective: 1000px
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    filter: grayscale(100%);
}

.client-single img:hover {
    opacity: 1;
    filter: none;
}

@media(min-width:992px) {
    .fullscreen .banner-parallax,
    .fullscreen .banner-slider {
        height: 100% !important
    }
}

.video-background {
    position: absolute;
    width: 100%;
    height: 100%
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: initial;
    backface-visibility: initial
}

.slide-content {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 2
}

.slide-content img {
    display: inline-block
}

img.ajaxloader {
    position: absolute;
    left: 28%;
    top: 19px
}

.slide-content h4 {
    margin-bottom: 10px;
    font-size: 18px
}

.slide-content h1 {
    position: relative;
    font-size: 45px
}

.slide-content .description {
    padding-top: 5px;
    width: 80%;
    line-height: 1.7;
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
}

.slide-content .banner-logo {
    margin-bottom: 50px
}

.slide-content .text-center h1,
.slide-content .text-center h4 {
    margin-left: auto;
    margin-right: auto
}

.slide-content .text-center .description {
    margin-left: auto;
    margin-right: auto;
    width: 60%
}

.slide-content .text-right .description {
    margin-left: auto
}

.page-thank-you .slide-content .banner-logo {
    margin-bottom: 65px
}

@media(max-width:992px) {
    .slide-content [class*="text-center"] h1,
    .slide-content [class*="text-center"] h4 {
        width: 100%
    }
    .slide-content [class*="text-center"] .description {
        margin-left: auto;
        margin-right: auto;
        width: 80%
    }
}

@media(max-width:768px) {
    .slide-content h1 {
        font-size: 45px
    }
}

@media(max-width:480px) {
    .slide-content h1 {
        font-size: 34px
    }
    .slide-content [class*="text-center"] .description {
        margin-top: 0;
        width: 100%
    }
    .flat-section .section-content {
        width: 100%;
        padding: 50px 0 0
    }
    h3.why-heading {
        font-size: 20px
    }
    .slide-content .description {
        line-height: 1.6;
        font-size: 16px;
    }
}

.banner-center-box {
    padding: 100px 0 100px;
    max-height: 100%;
    max-width: 100%;
    width: 90%;
    perspective: 1000px;
    backface-visibility: hidden;
}

.banner-center-box>* {
    position: relative
}

.banner-center-box.text-white h1 {
    color: #fff
}

.banner-center-box.text-white .description {
    color: white
}

.banner-center-box.bottom-position {
    margin-top: auto;
    padding-bottom: 0
}

.banner-center-box h1:last-child,
.banner-center-box h2:last-child,
.banner-center-box h3:last-child,
.banner-center-box h4:last-child,
.banner-center-box h5:last-child,
.banner-center-box h6:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.banner-center-box img {
    max-height: 100%;
    max-width: 100%
}

body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    background-color: #333
}

@media(max-width:992px) {
    [class*="col-"][class*="pl-"] {
        padding-left: 15px
    }
    [class*="col-"][class*="pr-"] {
        padding-right: 15px
    }
    .banner-parallax,
    .banner-parallax .row>[class*="col-"] {
        height: auto !important;
        min-height: auto !important
    }
    .banner-parallax .row {
        flex-direction: column
    }
    .banner-parallax .row>[class*="col-"] {
        align-self: stretch;
        flex-grow: 1
    }
    .banner-parallax [class*="col-"]:not(:first-child) .banner-center-box {
        padding-top: 0;
        margin-top: -100px
    }
    .banner-center-box {
        display: block;
        top: 0;
        width: 100%;
        transform: translateY(0)
    }
    .banner-center-box,
    .layout-2 .banner-center-box {
        padding: 200px 0 140px
    }
    .fullscreen {
        height: auto !important
    }
    .banner-slider {
        min-height: auto !important
    }
}

@media(max-width:480px) {
    .banner-center-box {
        padding: 150px 0
    }
}

.box-form {
    background-color: #fff
}

.box-form .box-title {
    position: relative;
    padding: 30px
}

.box-form .box-title .overlay-colored {
    z-index: 0
}

.box-form .box-title h3,
.box-form .box-title p {
    position: relative
}

.box-form .box-title h4 {
    margin-bottom: 0
}

.box-form .box-title p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
}

.box-form .box-title::after {
    content: "";
    display: inline-block;
    margin: 25px auto 0;
    width: 30px;
    height: 1px;
    background: #fff
}

.box-form .box-content {
    overflow: hidden;
    padding: 30px
}

.client-section {
    padding: 100px 0px;
}

.box-form .form-group label:first-child {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #9d9d9d;
}

.box-form .form-group input[type="submit"] {
    width: 100%
}

.cta-subscribe {
    position: relative;
    top: 50px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 45px 10px rgba(34, 34, 34, .08)
}

.boxed .cta-subscribe {
    top: 70px
}

.cta-subscribe .cs-notifications {
    margin-bottom: 35px
}

.cta-subscribe .box-title {
    text-align: center;
    padding: 55px 40px;
    border-radius: 10px 10px 0 0;
    color: #999;
    background: url(../images/bg-cta-subscribe-title.webp) no-repeat center top;
    background-color: #44bfff;
}

.cta-subscribe .box-title .title {
    margin-bottom: 8px;
    font-size: 24px;
}

.cta-subscribe .box-title.text-white {
    color: #fff
}

.cta-subscribe .box-title .svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px
}

.cta-subscribe .box-content {
    overflow: initial;
    display: block;
    margin-top: 50px;
    padding: 0 40px 0
}

.cta-subscribe form .form-group {
    display: block
}

.cta-subscribe form .form-group+.form-group {
    margin-top: 30px
}

.cta-subscribe form .form-group input.error,
.cta-subscribe form .form-group input.error:focus,
.cta-subscribe form .form-group textarea.error,
.cta-subscribe form .form-group textarea.error:focus {
    box-shadow: none;
    border-color: #f33;
    background: #fff
}

.cta-subscribe form .form-group:last-child {
    top: 35px;
    margin-top: -10px
}

.cta-subscribe form .form-group:last-child img {
    position: absolute;
    right: -25px;
    bottom: -35px
}

img.ajaxloader {
    max-width: 28px;
    width: 100%;
}

.cta-subscribe form input[type="text"],
.cta-subscribe form select {
    box-shadow: none
}

.cta-subscribe form input[type="submit"] {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px
}

.cta-subscribe form textarea {
    height: 130px
}

.cta-subscribe form label:not(.error) {
    margin-top: -10px
}

@media(max-width:1200px) {
    .cta-subscribe,
    .boxed .cta-subscribe {
        top: 80px
    }
    .cta-subscribe .box-content {
        padding-bottom: 60px
    }
    .cta-subscribe form .form-group:last-child {
        top: 0;
        margin-top: 25px
    }
    .box-info-1 {
        width: 120px;
    }
}

@media(max-width:992px) {
    .cta-subscribe,
    .boxed .cta-subscribe {
        top: 0;
        margin-top: 20px;
        margin-bottom: 80px;
        width: 450px
    }
}

@media(max-width:768px) {
    .cta-subscribe,
    .layout-2 .cta-subscribe {
        display: inline-block;
        width: 500px
    }
}

@media(max-width:480px) {
    .cta-subscribe {
        margin-bottom: 20px;
        width: 90%
    }
    .cta-subscribe .box-content {
        display: block
    }
    .cta-subscribe form input[type="submit"] {
        height: 60px;
        line-height: 60px;
        font-size: 16px
    }
    .cta-subscribe .box-content {
        padding-left: 40px;
        padding-right: 40px
    }
    .box-textbox {
        margin: 20px 12px
    }
    .client-section {
        padding: 70px 0px 20px;
    }
}

.cta-subscribe-1 .box-content {
    display: block
}

.cta-subscribe-1 #form-cta-subscribe-1 {
    margin-top: 0
}

@media(max-width:768px) {
    .cta-subscribe.cta-subscribe-1 #form-cta-subscribe-1 .form-group {
        display: block
    }
}

@media(max-width:480px) {
    .cta-subscribe.cta-subscribe-1 {
        display: block
    }
    .cta-subscribe.cta-subscribe-1 .cs-notifications {
        width: 100%
    }
    .cta-subscribe.cta-subscribe-1 #form-cta-subscribe-1 {
        width: 100%
    }
    .cta-subscribe.cta-subscribe-1 #form-cta-subscribe-1 .form-group {
        width: 100%
    }
    .cta-subscribe.cta-subscribe-1 #form-cta-subscribe-1 .form-group:first-child {
        margin-right: 0;
        width: 100%
    }
    .cta-subscribe.cta-subscribe-1 #form-cta-subscribe-1 input[type="submit"] {
        width: 100%
    }
}

@media(max-width:992px) {
    .popup-preview .cta-subscribe-2 {
        display: inline-block
    }
}

.cs-notifications {
    display: none;
    margin-bottom: 20px;
    text-align: left
}

.cs-notifications a {
    text-decoration: underline;
    color: #fff
}

.cs-notifications a:hover {
    color: #fff;
    text-decoration: none
}

select option[disabled] {
    color: #ddd
}

.cs-notifications-content {
    padding: 15px 20px 15px 48px;
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    background-color: #f33;
    position: relative
}

.cs-notifications-content.sent {
    background-color: #3aae39
}

.cs-error-icon,
.cs-success-icon {
    color: #fff;
    font-size: 12px !important;
    width: 24px;
    height: 24px;
    line-height: 24px !important;
    background-color: rgba(0, 0, 0, .2);
    left: 15px;
    position: absolute;
    top: 13px;
    border-radius: 50%;
    text-align: center
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@media(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

.popup-preview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.popup-preview.viewed {
    opacity: 1;
    visibility: visible
}

.popup-preview.viewed .popup-content {
    margin-top: 0;
    padding: 100px 0;
    opacity: 1;
    visibility: visible
}

.popup-preview .popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7
}

.popup-preview .box-title {
    position: relative
}

.popup-preview .popup-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s .3s ease
}

.popup-preview .popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 20px;
    height: 20px
}

.popup-preview .popup-close:hover {
    opacity: 1
}

.popup-preview .popup-close:hover .hamburger-inner,
.popup-preview .popup-close:hover .hamburger-inner::before,
.popup-preview .popup-close:hover .hamburger-inner::after {
    background-color: #44bfff
}

.popup-preview .popup-close .hamburger-box {
    display: block
}

.popup-preview .popup-close .hamburger-inner,
.popup-preview .popup-close .hamburger-inner::before,
.popup-preview .popup-close .hamburger-inner::after {
    transition: all .2s
}

.popup-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    background: #333
}

.popup-preview-overlay.viewed {
    opacity: .8;
    visibility: visible
}

html.scroll-lock {
    overflow: hidden
}

html.scroll-lock .popup-preview {
    overflow-y: auto
}

#content {
    position: relative;
    line-height: 1.9;
    background-color: #fff;
    z-index: 0
}

#content-wrap {
    position: relative
}

.content.with-sidebar {
    padding-right: 10px
}

.content.with-sidebar .blog-standard .post .post-content {
    padding: 0 50px
}

.content.sidebar-left {
    padding: 0 0 0 10px
}

#intro-features {
    perspective: 1000px;
    backface-visibility: hidden;
    padding-top: 20px;
}

.box-info.box-info-1:hover {
    border-color: #44bfff;
    box-shadow: 0 0 50px 15px rgba(34, 34, 34, 0.05);
    background-color: #fff;
    border-bottom: 4px solid #44bfff;
}

ul.services-list {
    display: flex;
    list-style: none;
    justify-content: flex-start;
}

#intro-features .client-section {
    width: 100%;
    padding: 0 0 80px;
    position: relative;
    clear: both;
    background: #ecf9ff;
    padding-top: 50px
}

@media(max-width:992px) {
    #intro-features .video-preview {
        margin-top: 0;
        margin-bottom: 100px
    }
}

@media(max-width:768px) {
    #intro-features .video-preview {
        width: auto;
        max-width: 620px
    }
    #intro-features {
        padding-top: 15px
    }
    div#some-facts {
        padding-top: 40px;
        padding-bottom: 90px
    }
}

@media(max-width:480px) {
    #intro-features .video-preview {
        height: 250px;
        min-height: auto;
        max-height: 620px
    }
}

.client-single {
    display: flex;
    align-items: center;
    justify-content: center
}

.client-single img {
    position: relative;
    top: 0;
    width: auto !important;
    opacity: .5;
    transition: all .15s
}

.client-single a:hover img {
    opacity: .8
}

.slider-clients {
    padding-top: 10px;
    width: 100%
}

.slider-clients .owl-carousel {
    list-style: none
}

.slider-clients .owl-carousel .owl-stage-outer {
    margin-top: -2px;
    padding-top: 2px
}

.slider-clients .owl-carousel .owl-stage {
    display: flex;
    align-items: center
}

.slider-clients .owl-carousel>li {
    display: block;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: content-box
}

.slider-clients .owl-carousel .slide {
    position: relative
}

.slider-clients .owl-carousel>img {
    width: 100%
}

.slider-clients .owl-nav {
    margin: 0
}

.slider-clients .owl-nav [class*="owl-"] {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    margin: 0;
    padding: 0;
    margin-top: -30px !important;
    position: absolute;
    top: 50%;
    border-radius: 999px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    color: #fff;
    background-color: #44bfff
}

.slider-clients .owl-nav [class*="owl-"]:hover {
    background-color: #222;
    color: #fff
}

.slider-clients .owl-nav .owl-prev {
    left: 0;
    margin-left: 60px
}

.slider-clients .owl-nav .owl-next {
    right: 0;
    margin-right: 60px
}

.slider-clients .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.slider-clients:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible
}

.slider-clients:hover .owl-nav .owl-prev {
    margin-left: 40px
}

.slider-clients:hover .owl-nav .owl-prev:hover {
    margin-left: 35px
}

.slider-clients:hover .owl-nav .owl-next {
    margin-right: 40px
}

.slider-clients:hover .owl-nav .owl-next:hover {
    margin-right: 35px
}

.slider-clients .owl-dots {
    margin: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 40px !important
}

.slider-clients .owl-dots .owl-dot {
    margin: 0 2.5px;
    border-radius: 100%
}

.slider-clients .owl-dots .owl-dot:hover span {
    background-color: #aaa
}

.slider-clients .owl-dots .owl-dot.active span,
.slider-clients .owl-dots .owl-dot.active:hover span {
    background-color: #44bfff
}

.slider-clients .owl-dots .owl-dot span {
    width: 15px;
    margin: 0;
    border-radius: 100%;
    height: 15px;
    background-color: #d8d9d9;
    transition: all .15s
}

div#intro-features .container {
    max-width: 1000px;
}

.slider-boxes-features-1 {
    width: 100%;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-boxes-features-1 .owl-carousel {
    list-style: none
}

.slider-boxes-features-1 .owl-carousel .owl-stage-outer {
    margin: -50px -40px;
    padding: 50px 40px
}

.slider-boxes-features-1 .owl-carousel .owl-item {
    transition: all .5s
}

.slider-boxes-features-1 .owl-carousel .owl-item:not(.active) {
    opacity: 0
}

.slider-boxes-features-1 .slide {
    position: relative
}

.slider-boxes-features-1 .owl-carousel>img {
    width: 100%
}

.slider-boxes-features-1 .owl-nav {
    margin: 0
}

.slider-boxes-features-1 .owl-nav [class*="owl-"] {
    font-size: 24px;
    font-weight: 100;
    width: 35px;
    height: 80px;
    line-height: 78px;
    margin: 0;
    padding: 0;
    margin-top: -40px !important;
    position: absolute;
    top: 50%;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    color: #fff;
    background-color: rgba(0, 0, 0, .6)
}

.slider-boxes-features-1 .owl-nav [class*="owl-"]:hover {
    background-color: #222;
    color: #fff
}

.slider-boxes-features-1 .owl-nav .owl-prev {
    left: 0;
    margin-left: -10px;
    text-indent: -2px
}

.slider-boxes-features-1 .owl-nav .owl-next {
    right: 0;
    margin-right: -10px;
    text-indent: 2px
}

.slider-boxes-features-1 .owl-nav .disabled {
    opacity: 0;
    cursor: default
}

.slider-boxes-features-1:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible
}

.slider-boxes-features-1:hover .owl-nav .owl-prev {
    margin-left: 0
}

.slider-boxes-features-1:hover .owl-nav .owl-prev:hover {
    margin-left: 0
}

.slider-boxes-features-1:hover .owl-nav .owl-next {
    margin-right: 0
}

.slider-boxes-features-1:hover .owl-nav .owl-next:hover {
    margin-right: 0
}

.slider-boxes-features-1:hover .owl-nav .disabled {
    opacity: .4;
    background-color: rgba(0, 0, 0, .6)
}

.slider-boxes-features-1 .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 !important;
    opacity: 1;
    visibility: visible
}

.slider-boxes-features-1 .owl-dots .owl-dot {
    margin: 0 3px;
    border-radius: 100%
}

.slider-boxes-features-1 .owl-dots .owl-dot:hover span {
    opacity: .6;
    background-color: #222
}

.slider-boxes-features-1 .owl-dots .owl-dot.active span,
.slider-boxes-features-1 .owl-dots .owl-dot.active:hover span {
    border-color: #44bfff;
    opacity: 1;
    background-color: #44bfff
}

.slider-boxes-features-1 .owl-dots .owl-dot span {
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #222;
    opacity: .2;
    transition: all .2s
}

.client-single {
    display: flex;
    align-items: center;
    justify-content: center
}

.client-single img {
    position: relative;
    top: 0;
    width: auto !important;
    opacity: .5;
    transition: all .15s
}

.client-single a:hover img {
    opacity: .8
}

.slider-clients {
    padding-top: 10px;
    width: 100%
}

.slider-clients .owl-carousel {
    list-style: none
}

.slider-clients .owl-carousel .owl-stage-outer {
    margin-top: -2px;
    padding-top: 2px
}

.slider-clients .owl-carousel .owl-stage {
    display: flex;
    align-items: center
}

.slider-clients .owl-carousel>li {
    display: block;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: content-box
}

.slider-clients .owl-carousel .slide {
    position: relative
}

.slider-clients .owl-carousel>img {
    width: 100%
}

.slider-clients .owl-nav {
    margin: 0
}

.slider-clients .owl-nav [class*="owl-"] {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    margin: 0;
    padding: 0;
    margin-top: -30px !important;
    position: absolute;
    top: 50%;
    border-radius: 999px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    color: #fff;
    background-color: #44bfff
}

.slider-clients .owl-nav [class*="owl-"]:hover {
    background-color: #222;
    color: #fff
}

.slider-clients .owl-nav .owl-prev {
    left: 0;
    margin-left: 60px
}

.slider-clients .owl-nav .owl-next {
    right: 0;
    margin-right: 60px
}

.slider-clients .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.slider-clients:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible
}

.slider-clients:hover .owl-nav .owl-prev {
    margin-left: 40px
}

.slider-clients:hover .owl-nav .owl-prev:hover {
    margin-left: 35px
}

.slider-clients:hover .owl-nav .owl-next {
    margin-right: 40px
}

.slider-clients:hover .owl-nav .owl-next:hover {
    margin-right: 35px
}

.slider-clients .owl-dots {
    margin: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 40px !important
}

.slider-clients .owl-dots .owl-dot {
    margin: 0 2.5px;
    border-radius: 100%
}

.slider-clients .owl-dots .owl-dot:hover span {
    background-color: #aaa
}

.slider-clients .owl-dots .owl-dot.active span,
.slider-clients .owl-dots .owl-dot.active:hover span {
    background-color: #44bfff
}

.slider-clients .owl-dots .owl-dot span {
    width: 15px;
    margin: 0;
    border-radius: 100%;
    height: 15px;
    background-color: #d8d9d9;
    transition: all .15s
}

#our-services .section-title {
    margin-bottom: 60px
}

#our-services .section-content {
    background: #f5fbff
}

.box-info-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 160px;
    min-height: 140px;
    padding: 16px 6px;
    border-bottom: 4px solid transparent;
    transition: all .2s;
}

.highlighted .box-info-1 {
    border-color: #44bfff;
    box-shadow: 0 0 50px 15px rgba(34, 34, 34, 0.05);
    background-color: #fff;
}


/* .highlighted .box-info-1 {
    border-color: #44bfff;
    box-shadow: 0 0 50px 15px rgba(34, 34, 34, .05);
    background-color: #fff
} */

.box-active {
    border-color: #44bfff;
    box-shadow: 0 0 50px 15px rgba(34, 34, 34, .05);
    background-color: #fff;
    border-radius: 2px;
    border-bottom: 4px solid #44bfff;
}

.box-info-1 .box-icon {
    display: inline-block;
    float: none;
    margin: 0 0 15px 0
}

.box-info-1 .box-icon i {
    font-size: 46px;
    line-height: 46px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #44bfff;
    background-image: -webkit-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: -moz-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: -o-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: linear-gradient(45deg, #44bfff 0, #4777f4 100%)
}

.box-info-1 .box-icon img {
    margin-top: 0
}

.box-info-1 .box-content h3 {
    margin-bottom: 10px;
    font-size: 35px;
    color: #44bfff
}

.box-info-1 .box-content h6 {
    margin-bottom: 0
}

.box-info-1 .label-state {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 6px;
    z-index: 1;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border-radius: 2px;
    color: #fff;
    background-color: #f44
}

.slider-boxes-features-2 {
    width: 100%
}

.slider-boxes-features-2 .owl-carousel {
    list-style: none
}

.slider-boxes-features-2 .owl-carousel .owl-stage-outer {
    margin: -50px -40px;
    padding: 50px 40px
}

.slider-boxes-features-2 .owl-carousel .owl-item {
    transition: all .5s
}

.slider-boxes-features-2 .owl-carousel .owl-item:not(.active) {
    opacity: 0
}

.slider-boxes-features-2 .owl-carousel .slide {
    position: relative
}

.slider-boxes-features-2 .owl-carousel>img {
    width: 100%
}

.slider-boxes-features-2 .owl-nav {
    margin: 0
}

.slider-boxes-features-2 .owl-nav [class*="owl-"] {
    font-size: 24px;
    font-weight: 100;
    width: 35px;
    height: 80px;
    line-height: 78px;
    margin: 0;
    padding: 0;
    margin-top: -40px !important;
    position: absolute;
    top: 50%;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    color: #fff;
    background-color: rgba(0, 0, 0, .6)
}

.slider-boxes-features-2 .owl-nav [class*="owl-"]:hover {
    background-color: #222;
    color: #fff
}

.slider-boxes-features-2 .owl-nav .owl-prev {
    left: 0;
    margin-left: -10px;
    text-indent: -2px
}

.slider-boxes-features-2 .owl-nav .owl-next {
    right: 0;
    margin-right: -10px;
    text-indent: 2px
}

.slider-boxes-features-2 .owl-nav .disabled {
    opacity: 0;
    cursor: default
}

.slider-boxes-features-2:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible
}

.slider-boxes-features-2:hover .owl-nav .owl-prev {
    margin-left: 0
}

.slider-boxes-features-2:hover .owl-nav .owl-prev:hover {
    margin-left: 0
}

.slider-boxes-features-2:hover .owl-nav .owl-next {
    margin-right: 0
}

.slider-boxes-features-2:hover .owl-nav .owl-next:hover {
    margin-right: 0
}

.slider-boxes-features-2:hover .owl-nav .disabled {
    opacity: .4;
    background-color: rgba(0, 0, 0, .6)
}

.slider-boxes-features-2 .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 !important;
    opacity: 1;
    visibility: visible
}

.slider-boxes-features-2 .owl-dots .owl-dot {
    margin: 0 3px;
    border-radius: 100%
}

.slider-boxes-features-2 .owl-dots .owl-dot:hover span {
    opacity: .6;
    background-color: #222
}

.slider-boxes-features-2 .owl-dots .owl-dot.active span,
.slider-boxes-features-2 .owl-dots .owl-dot.active:hover span {
    border-color: #44bfff;
    opacity: 1;
    background-color: #44bfff
}

.slider-boxes-features-2 .owl-dots .owl-dot span {
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #222;
    opacity: .2;
    transition: all .2s
}

#some-facts .section-title {
    margin-bottom: 60px;
    padding: 0 46px
}

.slider-boxes-features-3 {
    width: 100%
}

.slider-boxes-features-3 .owl-carousel {
    list-style: none
}

.slider-boxes-features-3 .owl-carousel .owl-stage-outer {
    margin: -50px -40px;
    padding: 50px 40px
}

.slider-boxes-features-3 .owl-carousel .owl-item {
    transition: all .5s
}

.slider-boxes-features-3 .owl-carousel .owl-item:not(.active) {
    opacity: 0
}

.slider-boxes-features-3 .owl-carousel .slide {
    position: relative
}

.slider-boxes-features-3 .owl-carousel>img {
    width: 100%
}

.slider-boxes-features-3 .owl-nav {
    margin: 0
}

.slider-boxes-features-3 .owl-nav [class*="owl-"] {
    font-size: 24px;
    font-weight: 100;
    width: 35px;
    height: 80px;
    line-height: 78px;
    margin: 0;
    padding: 0;
    margin-top: -40px !important;
    position: absolute;
    top: 50%;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    color: #fff;
    background-color: rgba(0, 0, 0, .6)
}

.slider-boxes-features-3 .owl-nav [class*="owl-"]:hover {
    background-color: #222;
    color: #fff
}

.slider-boxes-features-3 .owl-nav .owl-prev {
    left: 0;
    margin-left: -10px;
    text-indent: -2px
}

.slider-boxes-features-3 .owl-nav .owl-next {
    right: 0;
    margin-right: -10px;
    text-indent: 2px
}

.slider-boxes-features-3 .owl-nav .disabled {
    opacity: 0;
    cursor: default
}

.slider-boxes-features-3:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible
}

.slider-boxes-features-3:hover .owl-nav .owl-prev {
    margin-left: 0
}

.slider-boxes-features-3:hover .owl-nav .owl-prev:hover {
    margin-left: 0
}

.slider-boxes-features-3:hover .owl-nav .owl-next {
    margin-right: 0
}

.slider-boxes-features-3:hover .owl-nav .owl-next:hover {
    margin-right: 0
}

.slider-boxes-features-3:hover .owl-nav .disabled {
    opacity: .4;
    background-color: rgba(0, 0, 0, .6)
}

.slider-boxes-features-3 .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 !important;
    opacity: 1;
    visibility: visible
}

.slider-boxes-features-3 .owl-dots .owl-dot {
    margin: 0 3px;
    border-radius: 100%
}

.slider-boxes-features-3 .owl-dots .owl-dot:hover span {
    opacity: .6;
    background-color: #222
}

.slider-boxes-features-3 .owl-dots .owl-dot.active span,
.slider-boxes-features-3 .owl-dots .owl-dot.active:hover span {
    border-color: #44bfff;
    opacity: 1;
    background-color: #44bfff
}

.slider-boxes-features-3 .owl-dots .owl-dot span {
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #222;
    opacity: .2;
    transition: all .2s
}

.counter-stats {
    line-height: .95
}

.counter-stats .main {
    display: none
}

.counter-stats .digit {
    position: relative;
    display: inline-block !important
}

.counter-stats .digit>.digit-value {
    visibility: hidden;
    display: inline-block
}

.counter-stats .digit .counter-animator {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.counter-stats .digit .counter-animator ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 2s cubic-bezier(.19, 1, .4, 1)
}

.counter-stats .digit .counter-animator ul li {
    margin-top: 0
}

.rating {
    display: flex;
    position: relative;
    color: #ffb24c;
    font-size: 11px
}

.rating i+i {
    margin-left: 2px
}

.slider-testimonials {
    width: 100%
}

.slider-testimonials .owl-carousel {
    list-style: none
}

.slider-testimonials .owl-carousel .owl-stage-outer {
    margin: -50px -40px;
    padding: 50px 40px
}

.slider-testimonials .owl-carousel .owl-item {
    transition: all .5s
}

.slider-testimonials .owl-carousel .owl-item:not(.active) {
    opacity: 0
}

.slider-testimonials .owl-carousel .slide {
    position: relative
}

.slider-testimonials .owl-carousel>img {
    width: 100%
}

.slider-testimonials .owl-nav {
    margin: 0
}

.slider-testimonials .owl-nav [class*="owl-"] {
    font-size: 24px;
    font-weight: 100;
    width: 35px;
    height: 80px;
    line-height: 78px;
    margin: 0;
    padding: 0;
    margin-top: -40px !important;
    position: absolute;
    top: 50%;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    color: #fff;
    background-color: rgba(0, 0, 0, .6)
}

.slider-testimonials .owl-nav [class*="owl-"]:hover {
    background-color: #222;
    color: #fff
}

.slider-testimonials .owl-nav .owl-prev {
    left: 0;
    margin-left: -10px;
    text-indent: -2px
}

.slider-testimonials .owl-nav .owl-next {
    right: 0;
    margin-right: -10px;
    text-indent: 2px
}

.slider-testimonials .owl-nav .disabled {
    opacity: 0;
    cursor: default
}

.slider-testimonials:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    visibility: visible
}

.slider-testimonials:hover .owl-nav .owl-prev {
    margin-left: 0
}

.slider-testimonials:hover .owl-nav .owl-prev:hover {
    margin-left: 0
}

.slider-testimonials:hover .owl-nav .owl-next {
    margin-right: 0
}

.slider-testimonials:hover .owl-nav .owl-next:hover {
    margin-right: 0
}

.slider-testimonials:hover .owl-nav .disabled {
    opacity: .4;
    background-color: rgba(0, 0, 0, .6)
}

.slider-testimonials .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 !important;
    opacity: 1;
    visibility: visible
}

.slider-testimonials .owl-dots .owl-dot {
    margin: 0 3px;
    border-radius: 100%
}

.slider-testimonials .owl-dots .owl-dot:hover span {
    opacity: .6;
    background-color: #222
}

.slider-testimonials .owl-dots .owl-dot.active span,
.slider-testimonials .owl-dots .owl-dot.active:hover span {
    border-color: #44bfff;
    opacity: 1;
    background-color: #44bfff
}

.slider-testimonials .owl-dots .owl-dot span {
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #222;
    opacity: .2;
    transition: all .2s
}

#cta-title-1 .section-content {
    padding: 160px 0 140px;
    background: url("../images/cta-title-1-bg.webp") no-repeat center;
}

.partners-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.partners-img {
    width: 100%;
    max-width: 470px;
    height: 100%;
}

p.font-size-18px {
    font-size: 18px;
    margin-top: 12px;
}

#cta-title-1 h2,
#cta-title-1 h4 {
    width: 75%
}

#cta-title-1 h4 {
    margin: 0 auto 10px;
    font-size: 18px
}

#cta-title-1 h2 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
    color: rgb(0, 0, 0);
    max-width: 740px;
}

img.service-imags {
    width: 100%;
    max-width: 600px;
    height: 100%;
}

#cta-title-1 p {
    margin: auto;
    padding-top: 5px;
    width: 60%;
    line-height: 1.9;
    font-size: 16px;
    color: white
}

@media(max-width:768px) {
    #cta-title-1 .section-content {
        padding: 110px 0
    }
    #cta-title-1 h2 {
        width: 85%;
        font-size: 45px
    }
    #cta-title-1 p {
        width: 75%
    }
    #some-facts .section-title {
        margin-bottom: 60px;
        padding: 0
    }
    .phone-heading {
        display: block
    }
}

@media(max-width:480px) {
    #cta-title-1 .section-content {
        padding: 130px 0
    }
    #cta-title-1 h1 {
        font-size: 32px
    }
    #cta-title-1 h1,
    #cta-title-1 h4,
    #cta-title-1 p {
        width: 100%
    }
}

#footer {
    overflow: hidden;
    position: relative
}

.footer-bar {
    padding: 15px 0;
    background: black
}

.footer-bar+.footer-bar {
    border-top: 1px solid rgba(34, 34, 34, .05)
}

.footer-bar .fb-row+.fb-row {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid rgba(34, 34, 34, .05)
}

@media(max-width:768px) {
    .footer-bar .fb-row {
        flex-direction: column
    }
}

#footer-bar-1 {
    background: #edf9ff url(../images/footer-bg-waves.webp) no-repeat center top;
    padding-top: 170px;
    padding-bottom: 60px
}

#footer-bar-1 .logo-footer {
    margin-bottom: 35px
}

#footer-bar-1 .box-info-2 {
    padding: 0
}

#footer-bar-2 {
    padding: 45px 0;
    background: #ecf9ff
}

#footer-bar-2.footer-bar .fb-row {
    display: flex;
    align-items: center
}

#footer-bar-2 .social-icons {
    margin-left: auto
}

.copyrights-message {
    font-size: 14px
}

.copyrights-message a:hover {
    text-decoration: underline;
    color: #44bfff
}

@media(max-width:768px) {
    #footer-bar-2 .fb-row {
        flex-direction: column
    }
    #footer-bar-2 .copyrights-message:first-child {
        margin-top: 5px;
        text-align: center
    }
    #footer-bar-2 .social-icons {
        margin: 10px 0 0
    }
}

.opacity-05 {
    opacity: .05
}

.opacity-10 {
    opacity: .10
}

.opacity-15 {
    opacity: .15
}

.opacity-20 {
    opacity: .20
}

.opacity-25 {
    opacity: .25
}

.opacity-30 {
    opacity: .30
}

.opacity-35 {
    opacity: .35
}

.opacity-40 {
    opacity: .40
}

.opacity-45 {
    opacity: .45
}

.opacity-50 {
    opacity: .50
}

.opacity-55 {
    opacity: .55
}

.opacity-60 {
    opacity: .60
}

.opacity-65 {
    opacity: .65
}

.opacity-70 {
    opacity: .70
}

.opacity-75 {
    opacity: .75
}

.opacity-80 {
    opacity: .80
}

.opacity-85 {
    opacity: .85
}

.opacity-90 {
    opacity: .90
}

.opacity-95 {
    opacity: .95
}

.opacity-100 {
    opacity: .100
}

.color-theme {
    color: #44bfff
}

.color-bg-theme {
    background-color: #44bfff
}

.color-heading {
    color: #222
}

.color-bg-heading {
    background-color: #222
}

.color-dark {
    color: #222
}

.color-bg-dark {
    background-color: #222
}

.color-white {
    color: #fff
}

.color-bg-white {
    background-color: #fff
}

.color-grey {
    color: #666
}

.color-bg-grey {
    color: #666
}

.color-bg-gradient,
.icon.spaced.gradient-bg {
    background-color: #44bfff;
    background-image: -webkit-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: -moz-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: -o-linear-gradient(45deg, #44bfff 0, #4777f4 100%);
    background-image: linear-gradient(45deg, #44bfff 0, #4777f4 100%)
}

.color-border-gradient {
    border-image: linear-gradient(90deg, #44bfff 0, #4777f4 100%);
    border-image-slice: 1
}

.font-size-10px {
    font-size: 10px
}

.font-size-11px {
    font-size: 11px
}

.font-size-12px {
    font-size: 12px
}

.font-size-13px {
    font-size: 13px
}

.font-size-14px {
    font-size: 14px
}

.font-size-15px {
    font-size: 15px
}

.font-size-16px {
    font-size: 16px
}

.font-size-17px {
    font-size: 17px
}

.font-size-18px {
    font-size: 18px
}

.font-size-19px {
    font-size: 19px
}

.font-size-20px {
    font-size: 20px
}

@media(max-width:992px) {
    .md-text-center {
        text-align: center
    }
    .md-text-right {
        text-align: right
    }
    .md-text-left {
        text-align: left
    }
}

@media(max-width:1024px) {
    .box-info-2 .box-icon {
        display: inline-block;
        float: none;
        margin: 0 0 12px 0
    }
    .box-info-1 {
        width: 128px;
    }
    .intl-tel-input.allow-dropdown input,
    .intl-tel-input.allow-dropdown input[type=text],
    .intl-tel-input.allow-dropdown input[type=tel],
    .intl-tel-input.separate-dial-code input,
    .intl-tel-input.separate-dial-code input[type=text],
    .intl-tel-input.separate-dial-code input[type=tel] {
        padding-right: 70px;
    }
}

@media(max-width:768px) {
    .sm-text-center {
        text-align: center
    }
    .sm-text-right {
        text-align: right
    }
    .sm-text-left {
        text-align: left
    }
    .form-qa {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-info-1 {
        width: 172px;
    }
    .testimonial-single-1 {
        height: 100px;
        width: 200px;
    }
    .testimonial-single-1 .ts-img {
        max-width: 140px;
    }
    img.tools-img.selenium {
        max-width: 58px;
    }
}

@media(max-width:480px) {
    .xs-text-center {
        text-align: center
    }
    .xs-text-right {
        text-align: right
    }
    .xs-text-left {
        text-align: left
    }
}

@media(max-width:320px) {
    .md-text-center {
        text-align: center
    }
    .md-text-right {
        text-align: right
    }
    .md-text-left {
        text-align: left
    }
}

.font-weight-100 {
    font-weight: 100
}

.font-weight-200 {
    font-weight: 200
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.plr-0 {
    padding: 0
}

.plr-10 {
    padding: 0 10px
}

.plr-20 {
    padding: 0 20px
}

.plr-30 {
    padding: 0 30px
}

.plr-40 {
    padding: 0 40px
}

.plr-50 {
    padding: 0 50px
}

.plr-60 {
    padding: 0 60px
}

.plr-70 {
    padding: 0 70px
}

.plr-80 {
    padding: 0 80px
}

.plr-90 {
    padding: 0 90px
}

.plr-100 {
    padding: 0 100px
}

.plr-110 {
    padding: 0 110px
}

.plr-120 {
    padding: 0 120px
}

.plr-130 {
    padding: 0 130px
}

.plr-140 {
    padding: 0 140px
}

@media(max-width:992px) {
    .pt-md-0 {
        padding-top: 0
    }
    .pt-md-10 {
        padding-top: 10px
    }
    .pt-md-20 {
        padding-top: 20px
    }
    .pt-md-30 {
        padding-top: 30px
    }
    .pt-md-40 {
        padding-top: 40px
    }
    .pt-md-50 {
        padding-top: 50px
    }
    .pt-md-60 {
        padding-top: 60px
    }
    .pt-md-70 {
        padding-top: 70px
    }
    .pt-md-80 {
        padding-top: 80px
    }
    .pt-md-90 {
        padding-top: 90px
    }
    .pt-md-100 {
        padding-top: 100px
    }
    .pt-md-110 {
        padding-top: 110px
    }
    .pt-md-120 {
        padding-top: 120px
    }
    .pt-md-130 {
        padding-top: 130px
    }
    .pt-md-140 {
        padding-top: 140px
    }
    .pb-md-0 {
        padding-bottom: 0
    }
    .pb-md-10 {
        padding-bottom: 10px
    }
    .pb-md-20 {
        padding-bottom: 20px
    }
    .pb-md-30 {
        padding-bottom: 30px
    }
    .pb-md-40 {
        padding-bottom: 40px
    }
    .pb-md-50 {
        padding-bottom: 50px
    }
    .pb-md-60 {
        padding-bottom: 60px
    }
    .pb-md-70 {
        padding-bottom: 70px
    }
    .pb-md-80 {
        padding-bottom: 80px
    }
    .pb-md-90 {
        padding-bottom: 90px
    }
    .pb-md-100 {
        padding-bottom: 100px
    }
    .pb-md-110 {
        padding-bottom: 110px
    }
    .pb-md-120 {
        padding-bottom: 120px
    }
    .pb-md-130 {
        padding-bottom: 130px
    }
    .pb-md-140 {
        padding-bottom: 140px
    }
    .pl-md-0 {
        padding-left: 0
    }
    .pl-md-10 {
        padding-left: 10px
    }
    .pl-md-20 {
        padding-left: 20px
    }
    .pl-md-30 {
        padding-left: 30px
    }
    .pl-md-40 {
        padding-left: 40px
    }
    .pl-md-50 {
        padding-left: 50px
    }
    .pl-md-60 {
        padding-left: 60px
    }
    .pl-md-70 {
        padding-left: 70px
    }
    .pl-md-80 {
        padding-left: 80px
    }
    .pl-md-90 {
        padding-left: 90px
    }
    .pl-md-100 {
        padding-left: 100px
    }
    .pl-md-110 {
        padding-left: 110px
    }
    .pl-md-120 {
        padding-left: 120px
    }
    .pl-md-130 {
        padding-left: 130px
    }
    .pl-md-140 {
        padding-left: 140px
    }
    .pr-md-0 {
        padding-right: 0
    }
    .pr-md-10 {
        padding-right: 10px
    }
    .pr-md-20 {
        padding-right: 20px
    }
    .pr-md-30 {
        padding-right: 30px
    }
    .pr-md-40 {
        padding-right: 40px
    }
    .pr-md-50 {
        padding-right: 50px
    }
    .pr-md-60 {
        padding-right: 60px
    }
    .pr-md-70 {
        padding-right: 70px
    }
    .pr-md-80 {
        padding-right: 80px
    }
    .pr-md-90 {
        padding-right: 90px
    }
    .pr-md-100 {
        padding-right: 100px
    }
    .pr-md-110 {
        padding-right: 110px
    }
    .pr-md-120 {
        padding-right: 120px
    }
    .pr-md-130 {
        padding-right: 130px
    }
    .pr-md-140 {
        padding-right: 140px
    }
    .ptb-md-0 {
        padding: 0
    }
    .ptb-md-10 {
        padding: 10px 0
    }
    .ptb-md-20 {
        padding: 20px 0
    }
    .ptb-md-30 {
        padding: 30px 0
    }
    .ptb-md-40 {
        padding: 40px 0
    }
    .ptb-md-50 {
        padding: 50px 0
    }
    .ptb-md-60 {
        padding: 60px 0
    }
    .ptb-md-70 {
        padding: 70px 0
    }
    .ptb-md-80 {
        padding: 80px 0
    }
    .ptb-md-90 {
        padding: 90px 0
    }
    .ptb-md-100 {
        padding: 100px 0
    }
    .ptb-md-110 {
        padding: 110px 0
    }
    .ptb-md-120 {
        padding: 120px 0
    }
    .ptb-md-130 {
        padding: 130px 0
    }
    .ptb-md-140 {
        padding: 140px 0
    }
    .plr-md-0 {
        padding: 0
    }
    .plr-md-10 {
        padding: 0 10px
    }
    .plr-md-20 {
        padding: 0 20px
    }
    .plr-md-30 {
        padding: 0 30px
    }
    .plr-md-40 {
        padding: 0 40px
    }
    .plr-md-50 {
        padding: 0 50px
    }
    .plr-md-60 {
        padding: 0 60px
    }
    .plr-md-70 {
        padding: 0 70px
    }
    .plr-md-80 {
        padding: 0 80px
    }
    .plr-md-90 {
        padding: 0 90px
    }
    .plr-md-100 {
        padding: 0 100px
    }
    .plr-md-110 {
        padding: 0 110px
    }
    .plr-md-120 {
        padding: 0 120px
    }
    .plr-md-130 {
        padding: 0 130px
    }
    .plr-md-140 {
        padding: 0 140px
    }
}

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.mr-0 {
    margin-right: 0
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mlr-0 {
    margin: 0
}

.mlr-10 {
    margin: 0 10px
}

.mlr-20 {
    margin: 0 20px
}

.mlr-30 {
    margin: 0 30px
}

.mlr-40 {
    margin: 0 40px
}

.mlr-50 {
    margin: 0 50px
}

.mlr-60 {
    margin: 0 60px
}

.mlr-70 {
    margin: 0 70px
}

.mlr-80 {
    margin: 0 80px
}

.mlr-90 {
    margin: 0 90px
}

.mlr-100 {
    margin: 0 100px
}

.mlr-110 {
    margin: 0 110px
}

.mlr-120 {
    margin: 0 120px
}

.mlr-130 {
    margin: 0 130px
}

.mlr-140 {
    margin: 0 140px
}

@media(max-width:992px) {
    .mt-md-0 {
        margin-top: 0
    }
    .mt-md-10 {
        margin-top: 10px
    }
    .mt-md-20 {
        margin-top: 20px
    }
    .mt-md-30 {
        margin-top: 30px
    }
    .mt-md-40 {
        margin-top: 40px
    }
    .mt-md-50 {
        margin-top: 50px
    }
    .mt-md-70 {
        margin-top: 70px
    }
    .mt-md-80 {
        margin-top: 80px
    }
    .mt-md-90 {
        margin-top: 90px
    }
    .mt-md-100 {
        margin-top: 100px
    }
    .mt-md-110 {
        margin-top: 110px
    }
    .mt-md-120 {
        margin-top: 120px
    }
    .mt-md-130 {
        margin-top: 130px
    }
    .mt-md-140 {
        margin-top: 140px
    }
    .mb-md-0 {
        margin-bottom: 0
    }
    .mb-md-10 {
        margin-bottom: 10px
    }
    .mb-md-20 {
        margin-bottom: 20px
    }
    .mb-md-30 {
        margin-bottom: 30px
    }
    .mb-md-40 {
        margin-bottom: 40px
    }
    .mb-md-50 {
        margin-bottom: 50px
    }
    .mb-md-60 {
        margin-bottom: 60px
    }
    .mb-md-70 {
        margin-bottom: 70px
    }
    .mb-md-80 {
        margin-bottom: 80px
    }
    .mb-md-90 {
        margin-bottom: 90px
    }
    .mb-md-100 {
        margin-bottom: 100px
    }
    .mb-md-110 {
        margin-bottom: 110px
    }
    .mb-md-120 {
        margin-bottom: 120px
    }
    .mb-md-130 {
        margin-bottom: 130px
    }
    .mb-md-140 {
        margin-bottom: 140px
    }
    .ml-md-0 {
        margin-left: 0
    }
    .ml-md-10 {
        margin-left: 10px
    }
    .ml-md-20 {
        margin-left: 20px
    }
    .ml-md-30 {
        margin-left: 30px
    }
    .ml-md-40 {
        margin-left: 40px
    }
    .ml-md-50 {
        margin-left: 50px
    }
    .ml-md-60 {
        margin-left: 60px
    }
    .ml-md-70 {
        margin-left: 70px
    }
    .ml-md-80 {
        margin-left: 80px
    }
    .ml-md-90 {
        margin-left: 90px
    }
    .ml-md-100 {
        margin-left: 100px
    }
    .ml-md-110 {
        margin-left: 110px
    }
    .ml-md-120 {
        margin-left: 120px
    }
    .ml-md-130 {
        margin-left: 130px
    }
    .ml-md-140 {
        margin-left: 140px
    }
    .mr-md-0 {
        margin-right: 0
    }
    .mr-md-10 {
        margin-right: 10px
    }
    .mr-md-20 {
        margin-right: 20px
    }
    .mr-md-30 {
        margin-right: 30px
    }
    .mr-md-40 {
        margin-right: 40px
    }
    .mr-md-50 {
        margin-right: 50px
    }
    .mr-md-60 {
        margin-right: 60px
    }
    .mr-md-70 {
        margin-right: 70px
    }
    .mr-md-80 {
        margin-right: 80px
    }
    .mr-md-90 {
        margin-right: 90px
    }
    .mr-md-100 {
        margin-right: 100px
    }
    .mr-md-110 {
        margin-right: 110px
    }
    .mr-md-120 {
        margin-right: 120px
    }
    .mr-md-130 {
        margin-right: 130px
    }
    .mr-md-140 {
        margin-right: 140px
    }
    .mtb-md-0 {
        margin: 0
    }
    .mtb-md-10 {
        margin: 10px 0
    }
    .mtb-md-20 {
        margin: 20px 0
    }
    .mtb-md-30 {
        margin: 30px 0
    }
    .mtb-md-40 {
        margin: 40px 0
    }
    .mtb-md-50 {
        margin: 50px 0
    }
    .mtb-md-60 {
        margin: 60px 0
    }
    .mtb-md-70 {
        margin: 70px 0
    }
    .mtb-md-80 {
        margin: 80px 0
    }
    .mtb-md-90 {
        margin: 90px 0
    }
    .mtb-md-100 {
        margin: 100px 0
    }
    .mtb-md-110 {
        margin: 110px 0
    }
    .mtb-md-120 {
        margin: 120px 0
    }
    .mtb-md-130 {
        margin: 130px 0
    }
    .mtb-md-140 {
        margin: 140px 0
    }
    .mlr-md-0 {
        margin: 0
    }
    .mlr-md-10 {
        margin: 0 10px
    }
    .mlr-md-20 {
        margin: 0 20px
    }
    .mlr-md-30 {
        margin: 0 30px
    }
    .mlr-md-40 {
        margin: 0 40px
    }
    .mlr-md-50 {
        margin: 0 50px
    }
    .mlr-md-60 {
        margin: 0 60px
    }
    .mlr-md-70 {
        margin: 0 70px
    }
    .mlr-md-80 {
        margin: 0 80px
    }
    .mlr-md-90 {
        margin: 0 90px
    }
    .mlr-md-100 {
        margin: 0 100px
    }
    .mlr-md-110 {
        margin: 0 110px
    }
    .mlr-md-120 {
        margin: 0 120px
    }
    .mlr-md-130 {
        margin: 0 130px
    }
    .mlr-md-140 {
        margin: 0 140px
    }
}

@media(max-width:768px) {
    .mb-sm-0 {
        margin-bottom: 0
    }
    .mb-sm-10 {
        margin-bottom: 10px
    }
    .mb-sm-20 {
        margin-bottom: 20px
    }
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .mb-sm-40 {
        margin-bottom: 40px
    }
    .mb-sm-50 {
        margin-bottom: 50px
    }
    .mb-sm-60 {
        margin-bottom: 60px
    }
    .mb-sm-70 {
        margin-bottom: 70px
    }
    .mb-sm-80 {
        margin-bottom: 80px
    }
    .mb-sm-90 {
        margin-bottom: 90px
    }
    .mb-sm-100 {
        margin-bottom: 100px
    }
    .mb-sm-110 {
        margin-bottom: 110px
    }
    .mb-sm-120 {
        margin-bottom: 120px
    }
    .mb-sm-130 {
        margin-bottom: 130px
    }
    .mb-sm-140 {
        margin-bottom: 140px
    }
}

.h-0 {
    height: 0
}

.h-10 {
    height: 10px
}

.h-20 {
    height: 20px
}

.h-30 {
    height: 30px
}

.h-40 {
    height: 40px
}

.h-50 {
    height: 50px
}

.h-60 {
    height: 60px
}

.h-70 {
    height: 70px
}

.h-80 {
    height: 80px
}

.h-90 {
    height: 90px
}

.h-100 {
    height: 100px
}

.h-120 {
    height: 120px
}

.h-140 {
    height: 140px
}

.h-160 {
    height: 160px
}

.h-180 {
    height: 180px
}

.h-200 {
    height: 200px
}

.h-220 {
    height: 220px
}

.h-240 {
    height: 240px
}

.h-260 {
    height: 260px
}

.h-280 {
    height: 280px
}

.h-300 {
    height: 300px
}

.h-320 {
    height: 320px
}

.h-340 {
    height: 340px
}

.h-360 {
    height: 360px
}

.h-380 {
    height: 380px
}

.h-400 {
    height: 400px
}

.h-420 {
    height: 420px
}

.h-440 {
    height: 440px
}

.h-460 {
    height: 460px
}

.h-480 {
    height: 480px
}

.h-500 {
    height: 500px
}

.h-520 {
    height: 520px
}

.h-540 {
    height: 540px
}

.h-560 {
    height: 560px
}

.h-580 {
    height: 580px
}

.h-600 {
    height: 600px
}

.h-620 {
    height: 620px
}

.h-640 {
    height: 640px
}

.h-660 {
    height: 660px
}

.h-680 {
    height: 680px
}

.h-700 {
    height: 700px
}

.h-720 {
    height: 720px
}

.h-740 {
    height: 740px
}

.h-760 {
    height: 760px
}

.h-780 {
    height: 780px
}

.h-800 {
    height: 800px
}

.h-820 {
    height: 820px
}

.h-840 {
    height: 840px
}

.h-860 {
    height: 860px
}

.h-880 {
    height: 880px
}

.h-900 {
    height: 900px
}

@media(max-width:992px) {
    .h-md-0 {
        height: 0
    }
    .h-md-10 {
        height: 10px
    }
    .h-md-20 {
        height: 20px
    }
    .h-md-30 {
        height: 30px
    }
    .h-md-40 {
        height: 40px
    }
    .h-md-50 {
        height: 50px
    }
    .h-md-60 {
        height: 60px
    }
    .h-md-70 {
        height: 70px
    }
    .h-md-80 {
        height: 80px
    }
    .h-md-90 {
        height: 90px
    }
    .h-md-100 {
        height: 100px
    }
    .h-md-120 {
        height: 120px
    }
    .h-md-140 {
        height: 140px
    }
    .h-md-160 {
        height: 160px
    }
    .h-md-180 {
        height: 180px
    }
    .h-md-200 {
        height: 200px
    }
    .h-md-220 {
        height: 220px
    }
    .h-md-240 {
        height: 240px
    }
    .h-md-260 {
        height: 260px
    }
    .h-md-280 {
        height: 280px
    }
    .h-md-300 {
        height: 300px
    }
    .h-md-320 {
        height: 320px
    }
    .h-md-340 {
        height: 340px
    }
    .h-md-360 {
        height: 360px
    }
    .h-md-380 {
        height: 380px
    }
    .h-md-400 {
        height: 400px
    }
    .h-md-420 {
        height: 420px
    }
    .h-md-440 {
        height: 440px
    }
    .h-md-460 {
        height: 460px
    }
    .h-md-480 {
        height: 480px
    }
    .h-md-500 {
        height: 500px
    }
    .h-md-520 {
        height: 520px
    }
    .h-md-540 {
        height: 540px
    }
    .h-md-560 {
        height: 560px
    }
    .h-md-580 {
        height: 580px
    }
    .h-md-600 {
        height: 600px
    }
    .h-md-620 {
        height: 620px
    }
    .h-md-640 {
        height: 640px
    }
    .h-md-660 {
        height: 660px
    }
    .h-md-680 {
        height: 680px
    }
    .h-md-700 {
        height: 700px
    }
    .h-md-720 {
        height: 720px
    }
    .h-md-740 {
        height: 740px
    }
    .h-md-760 {
        height: 760px
    }
    .h-md-780 {
        height: 780px
    }
    .h-md-800 {
        height: 800px
    }
    .h-md-820 {
        height: 820px
    }
    .h-md-840 {
        height: 840px
    }
    .h-md-860 {
        height: 860px
    }
    .h-md-880 {
        height: 880px
    }
    .h-md-900 {
        height: 900px
    }
}

@-webkit-keyframes ssIconRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes ssIconRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ssIconRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.colors-skins li button:hover:after {
    opacity: 1
}

.colors-skins li button.default {
    background: #44bfff
}

.colors-skins li button.red {
    background: #f9704f
}

.colors-skins li button.green {
    background: #1bc768
}

.colors-skins li button.blue {
    background: #65a4e4
}

.colors-skins li button.yellow {
    background: #ffc527
}

.colors-skins li button.orange {
    background: #f58b3c
}

.colors-skins li button.brown {
    background: #da6540
}

.colors-skins li button.light-green {
    background: #1dcca9
}

.colors-skins li button.lime {
    background: #86ba41
}

.colors-skins li button.purple {
    background: #5753e4
}

.colors-skins li button.turquoise {
    background: #0dc0c0
}

.switch {
    text-align: center;
    font-size: 0
}

.switch+.switch {
    margin-top: 5px
}

.switch:last-child {
    margin-bottom: 0
}

@media(max-height:720px) {
    .demos-preview li img {
        left: 293px
    }
}

@media(max-width:480px) {
    .style-switcher {
        display: none !important
    }
}

.ss-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
    margin-left: -18px;
    width: calc(100%+0);
    overflow-x: hidden
}

.ss-wrapper>.ss-content {
    height: 100%;
    width: 100%;
    padding: 0 32px 0 0;
    position: relative;
    right: -18px;
    overflow: auto;
    box-sizing: border-box;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.ss-scroll {
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .25s linear;
    right: 0 !important;
    width: 6px;
    transition: color .25s, opacity .25s
}

.ss-hidden {
    display: none
}

.ss-container:hover .ss-scroll {
    opacity: 1
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

@media(max-width:1200px) {
    .box-info-1 {
        width: 130px;
    }
}

@media(max-width:992px) {
    .testimonial-single-1 {
        height: 115px;
        width: 210px;
    }
    .box-info-1 {
        width: 170px;
    }
}

@media(max-width:767px) {
    #intro-features {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .btn.x-large {
        font-size: 14px
    }
    .phone-heading {
        display: block
    }
    #intro-features .box-info-2 {
        margin: 0px 18px;
    }
    #some-facts .section-title {
        margin-bottom: 60px;
        padding: 0 0px;
    }
    .slider-boxes-features-1 {
        width: 100%;
        padding-bottom: 20px
    }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
        padding-left: 100px;
    }
    .slider-boxes {
        padding-bottom: 30px
    }
    div#intro-features h2 {
        font-size: 28px;
    }
    .box-info-1 {
        padding: 20px 6px;
    }
    .box-info-1 {
        width: 162px;
    }
    #our-services h6 {
        font-size: 13px;
    }
    #cta-title-1 h2 {
        font-size: 26px;
    }
    div#some-facts {
        padding-bottom: 50px;
    }
    ul.tools-wrapper li {
        margin: 20px 0px;
    }
    div#clients-testimonials h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .intl-tel-input.allow-dropdown input,
    .intl-tel-input.allow-dropdown input[type=text],
    .intl-tel-input.allow-dropdown input[type=tel],
    .intl-tel-input.separate-dial-code input,
    .intl-tel-input.separate-dial-code input[type=text],
    .intl-tel-input.separate-dial-code input[type=tel] {
        padding-right: 50px;
    }
    .testimonial-single-1 {
        height: 110px;
        width: 160px;
    }
    ul.tools-wrapper {
        margin-top: 0px;
    }
}

@media(max-width:580px) {
    .testimonial-single-1 {
        height: 94px;
        width: 150px;
    }
    .box-info-1 {
        width: 130px;
    }
    .testimonial-single-1 {
        margin: 0px 10px;
    }
}

@media(max-width:500px) {
    ul.tools-wrapper {
        display: block;
        margin-top: 20px;
    }
    .box-info-1 {
        width: 95px;
    }
    .testimonial-single-1 {
        height: 94px;
        width: auto;
    }
}

@media(max-width:400px) {
    .box-info-1 {
        width: 86px;
    }
    #our-services h6 {
        font-size: 12px;
    }
}

@media(max-width:320px) {
    .box-info-1 {
        width: 76px;
    }
    #our-services h6 {
        font-size: 11px;
    }
    div#clients-testimonials h2 {
        font-size: 21px;
        margin-bottom: 30px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    img.partners-img {
        max-width: 360px;
        height: 100%;
    }
    .intl-tel-input.allow-dropdown input,
    .intl-tel-input.allow-dropdown input[type=text],
    .intl-tel-input.allow-dropdown input[type=tel],
    .intl-tel-input.separate-dial-code input,
    .intl-tel-input.separate-dial-code input[type=text],
    .intl-tel-input.separate-dial-code input[type=tel] {
        padding-right: 6px;
    }
}