body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #7C8696
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #7C8696;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #7C8696;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block;
	height:auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222837;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Titillium Web', sans-serif;
}

h1,
.h1 {
    font-size: 80px;
    line-height: 110%;
}

h2,
.h2 {
    font-size: 56px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 46px;
    line-height: 120%;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 110%;
}

h5,
.h5 {
    font-size: 30px;
    line-height: 40px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 24px;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0
}


.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1400px;
}

.container.medium {
    max-width: 1300px;
}

.container.smalls {
    max-width: 1100px
}

.fw_900 {
    font-weight: 900
}

.cta-btn {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    padding: 16px 35px;
    border: 1px solid transparent;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
	font-size: 15px;
	border-radius:10px
}

.btn_border {
    border-color: #5BA1FB
}

.btn_default {
    background: #5BA1FB;
    color: #fff;
    border-color: #5BA1FB
}

.btn_default:hover {
    background: #2d75d1;
    color: #fff;
    border-color: #2d75d1
}

.btn_border_dark {
    border-color: #132848;
    color: #132848;
    border-width: 3px;
    background: #FBFBFB
}

.btn_border_dark:hover {
    background: #132848;
    color: #fff
}
.btn_border_white {
    border-color: #fff;
    color: #fff;
    border-width:1px;
}
.btn_border_white:hover{
	background:#fff;
	color:#222837
}
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0
}

.header-area .btn_border {
    color: #fff;
    margin-left: 30px
}

.header-area .btn_border:hover {
    background: #5BA1FB;
    color: #fff
}

.site-logo {
    max-width: 120px
}

.mainmenu #menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mainmenu ul li {
    position: relative;
    display: inline-block;
    margin-right: 35px
}

.mainmenu ul li a {
    color: #A2A9B5;
}

.mainmenu ul li a:hover {
    color: #fff
}

.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -16px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li.has-submenu > a:hover::after {
    border-color: #fff
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #2d75d1;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1
}

.mainmenu ul li > ul > li a:hover {
    padding-left: 12px;
    color: #222837
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li:hover > a {
    color: #fff
}

.text_white,
.text_white > * {
    color: #fff
}

.hero-area {
    padding-top: 200px
}

.hero-img img {
    max-width: 630px;
    position: relative;
    z-index: 1
}

.hero-text .h1 {
    margin-bottom: 30px;
	font-size:60px
}

.hero-text .cta-btn {
    margin-top: 10px
}
.hero_sub{
	font-size:20px;
}
.play_btn_circle text {
    fill: #222837;
    font-family: "Lato", sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    font-variant-ligatures: none;
    letter-spacing: 13px;
    animation: rotate 25s linear infinite;
    transform-origin: center center;
}

.play_btn_circle svg {
    max-width: 80vmin;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.play_btn_circle .textcircle {
    transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
    transform-origin: 250px 250px;
}

.hero-img {
    position: relative
}

.play_btn_circle em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222837;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.43);
    font-size: 14px;
    transition: all 0.4s;
    z-index: 11;
    text-indent: 2px;
}

.play_btn_circle:hover em {
    box-shadow: none
}

.play_btn_circle .dots {
    position: absolute;
    width: 52%;
    height: 52%;
    background: transparent;
    animation: rotate 25s linear infinite;
    transform-origin: center center;
}

.play_btn_circle .dots::after {
    position: absolute;
    content: "";
    bottom: 27px;
    left: calc(100% - -8px);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #222837;
}

.play_btn_circle {
    position: absolute;
    bottom: -106px;
    right: -110px;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5BA1FB;
    border-radius: 50%;
}

.hero-area {
    position: relative;
    z-index: 11
}


.text_upper {
    text-transform: inherit
}

.count_box .title {
    font-family: 'Titillium Web', sans-serif;
    color: #5BA1FB;
    font-size: 100px;
    line-height: 100%;
}

.count_box p {
    color: #8C96A6;
    font-size: 20px
}

.count_box {
    margin-top: 10px
}

.relative-area {
    position: relative;
    z-index: 1
}

.top_left_shape {
    position: absolute;
    left: -20%;
    top: -85%;
    width: 800px;
    height: 800px;
    z-index: -1
}

.bg_dark .top_left_shape {
    left: auto;
    right: -20%;
    opacity: 0.8;
}

.content-text .cta-btn {
    margin-top: 18px
}

.bg_gradient_gray {
    background: linear-gradient(180deg, #FBFBFB 0%, rgba(251, 251, 251, 0.00) 100%);
}

.bg_dark {
    background: #2B3346
}

.video-box-alt {
    position: relative
}

.video-box-alt {
    width: 730px;
    float: right
}

.video-box-alt.right{
    float: left
}

.video-box {
    position: relative;
    z-index: 1
}

.video-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #132848;
    opacity: 0.5
}

.content-img.video-box-alt .play_btn_circle {
    bottom: 30px;
    right: 30px;
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5BA1FB;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.43);
    font-size: 14px;
    transition: all 0.4s;
    z-index: 11;
}

.play_btn:hover {
    transform: translate(-50%, -50%) scale(1);
    color: #fff
}

.step_tabs .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 70px;
}

.step_tabs .nav button {
    flex: auto;
    font-weight: 700;
    color: #8C96A6;
    background: rgba(91, 161, 251, 0.07);
    padding: 20px 10px;
    border-bottom: 3px solid rgba(91, 161, 251, 0.07);
}

.step_tabs .nav button.active {
    border-color: rgba(91, 161, 251, 0.66);
    border-width: 3px;
    color: #132848;
    background: #fff
}

.link_text {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #132848;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px
}

.link_text span {
    position: relative
}

.link_text span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
    height: 1.5px;
    background: #132848
}

.link_text img {
    margin-left: 10px;
    height: 10px;
    position: relative;
    top: 2px;
    transition: all 0.4s;
    left: 0
}

.link_text:hover img {
    left: 7px
}

.link_text:hover {
    color: #132848
}

.link_text:hover span::after {
    width: 0
}

.shape_right {
    position: absolute;
    top: -65%;
    right: -30%;
    z-index: -1;
    width: 800px;
    height: 800px;
}

.shape_left {
    position: absolute;
    top: -30%;
    left: -28%;
    z-index: -1;
    width: 800px;
    height: 800px;
}

.c_logo {
    height: 73px;
}

.c_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.logos_slider .slide {
    padding: 0 40px
}

.logos_slider .slick-list {
    margin-left: -40px;
    margin-right: -40px
}

.logos_slider {
    margin-top: 60px
}

.text_bg {
    color: #222837;
    font-size: 230px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #222837;
    line-height: 100%;
    opacity: 0.1;
    position: relative;
    z-index: -1;
}

.group-wavy-area {
    position: relative;
    z-index: 1
}

.bg_white {
    background: #fff;
}

.bg_white.relative-area {
    z-index: 11
}

.cloud_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1
}

.middle-area {
    padding-top: 50px
}

.wavy-ocean {
    width: 100%;
    margin-top: -200px;
}

.text_blue {
    color: #5BA1FB
}

.group-wavy-area {
    position: relative;
    background: #222837;
    padding-bottom: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
    margin-top: -1px
}

.solution-area {
    margin-top: -420px;
    position: relative;
    z-index: 1;

}

.solution-area .container {
    position: relative
}

.middle-img .cta-btn {
    margin-top: 20px
}

.solution-text-block {
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative
}

.solution-text-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.solution-text-block::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(-60deg, rgba(140, 150, 166, 0.00) 0%, #8C96A6 100%);
    opacity: 0.564;
}

.solution-text-block:last-child::after {
    display: none
}

.solution-text-block.text-end::after {
    background: linear-gradient(60deg, rgba(140, 150, 166, 0.00) 0%, #8C96A6 100%);
}

.solution-text-block .title {
    margin-bottom: 15px;
    display: block
}

.solution-text-block p {
    font-size: 18px
}

.wavy-shape-left {
    position: absolute;
    left: -350px;
    width: 700px;
    height: 700px;
    bottom: 10%;
    z-index: -1;
    opacity: 0.8;
}

.wavy-shape-center {
    position: absolute;
    left: 35%;
    width: 700px;
    height: 700px;
    bottom: 20%;
    z-index: -1;
    opacity: 0.8;
}

.link_text.text_white span::after {
    background: #fff
}

.image-box.style1 {
    height: 287px
}

.image-box.style1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.g_5 {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
}

.ps_35 {
    padding-left: 35px
}

.video-box.style2 {
    height: 100%;
}

.video-box.style2 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.video-box.style2::after {
    background: linear-gradient(180deg, rgba(34, 40, 55, 0.00) 0%, rgba(34, 40, 55, 0.77) 46.8%, #222837 100%);
    opacity: 0.842;
    top: auto;
    bottom: 0;
    height: 55%;
}

.video_meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video_meta .title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 22px
}

.video_meta p {
    font-weight: 500;
    color: #BFC8D6
}

.video-box.style2 .play_btn {
    position: inherit;
    top: auto;
    left: auto;
    transform: translate(0, 0) scale(0.9);
    box-shadow: none
}

.video-box.style2 .play_btn:hover {
    transform: translate(0, 0) scale(1);
}

.section_heading {
    margin-bottom: 40px
}

.section_action {
    margin-top: 40px
}

.text_dark {
    color: #222837
}

.divider-area hr {
    margin: 0;
    opacity: 0.2;
    border-color: #132848
}

.video-slider .slide {
    padding: 0 10px
}

.video-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.video-slide-box {
    position: relative;
    z-index: 1
}

.video-slide-box::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(19, 40, 72, 0.00) 0%, #132848 100%);
    top: auto;
    bottom: 0;
    height: 85%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s
}

.video-slide-box:hover::after {
    opacity: 1;
    visibility: visible
}

.video-slide-box .meta {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1
}

.video-slide-box .meta .left {
    width: 60%
}

.video-slide-box .meta .play_btn {
    position: inherit;
    top: auto;
    left: auto;
    transform: translate(0, 0) scale(0.9);
    box-shadow: none;
    border: 1px solid #5BA1FB;
    background: transparent;
}

.video-slide-box .meta .play_btn:hover {
    transform: translate(0, 0) scale(1);
}

.video-slide-box:hover .meta .play_btn {
    background: #5BA1FB;
}

.video-slide-box .meta .title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
}

.video-slider .slick-arrow::before,
.video-full-width-slider .slick-arrow::before,
.sales-slider .slick-arrow::before {
    display: none
}

.video-slider .slick-arrow,
.video-full-width-slider .slick-arrow,
.sales-slider .slick-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(19, 40, 72, 0.16)
}

.video-slider .slick-prev,
.video-full-width-slider .slick-prev,
.sales-slider .slick-prev {
    left: -80px
}

.video-slider .slick-next,
.video-full-width-slider .slick-next,
.sales-slider .slick-next {
    right: -80px
}

.sales-slider .slick-next {
    right: -300px
}

.video-slider .slick-next svg,
.video-full-width-slider .slick-next svg,
.sales-slider .slick-next svg {
    transform: rotate(180deg)
}

.video-slider .slick-arrow:hover,
.video-full-width-slider .slick-arrow:hover,
.sales-slider .slick-arrow:hover {
    background: #132848
}

.video-slider .slick-arrow:hover path,
.video-full-width-slider .slick-arrow:hover path,
.sales-slider .slick-arrow:hover path {
    stroke: white
}

.box.style1 {
    display: block;
    background: #F7F7F7;
    margin-top: 30px
}

.box.style1 .text {
    padding: 40px
}

.box.style1 .image {
    height: 270px
}

.box.style1 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box.style1 .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #132848;
    margin-bottom: 15px
}

.box.style1 .text p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box.style1 .link_text {
    font-size: 16px
}

.box.style1:hover {
    transform: translateY(-12px)
}

.newsletter_inner {
    padding: 50px 80px;
    background: #2B3346;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}

.newsletter_inner .left img {
    position: absolute;
    bottom: 0;
    width: 47%;
    left: 20px;
}

.newsletter_inner .shape {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 10%;
    z-index: -1;
    top: -30%;
    opacity: 0.8;
}
.newsletter_inner .h2 {
    font-size: 46px;
}
.newsletter_inner form {
    position: relative;
    height: 65px;
    width: calc(100% - 100px);
    background: #fff;
    margin-top: 40px
}

.newsletter_inner form input:not([type="submit"]) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 10px 20px;
    padding-right: 165px
}

.newsletter_inner form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #5BA1FB;
    color: #fff;
    border-color: #5BA1FB;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    padding: 16px 30px;
    border: 1px solid transparent;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.newsletter_inner form label {
    display: none;
}

.newsletter_inner form .gfield_validation_message {
    position: absolute;
    bottom: -30px;
    color: red;
    font-size: 14px;
}

.gform_submission_error {
	display: none;
}

.footer-top {
    padding: 80px 0;
    padding-top: 290px;
    background: #222837;
}

.footer-area {
    margin-top: -200px
}

.footer-logo {
    display: inline-block;
    width: 140px;
    margin-bottom: 15px;
}

.footer-talk .title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 66px;
    line-height: 100%;
}

.footer-talk .inner {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.footer-talk .inner > a {
    color: #fff;
    opacity: 0.45;
    position: relative;
}

.footer-talk .inner > a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0.45;
    transition: all 0.4s
}

.footer-talk .inner > a:hover::after {
    width: 0;
}

.footer-talk .inner > a:hover {
    opacity: 1
}

.footer-social li {
    display: inline-block;
    margin-left: 15px
}
.footer-social li:first-child{
	margin-left:0
}
.footer-social li a {
    color: #fff;
    opacity: 0.28;
    font-size: 17px
}

.footer-social li a:hover {
    opacity: 1
}

.footer_title {
    font-size: 26px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-bottom: 30px
}

.footer_links li {
    margin-bottom: 10px
}

.footer_links li a {
    color: #E5E5E5;
    position: relative
}

.footer_links li a::after,
.copyright p a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #E5E5E5;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.footer_links a:hover::after,
.copyright p a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.footer_links li a:hover {
    color: #fff
}

.footer_links {
    column-count: 2
}

.ps_85 {
    padding-left: 85px
}

.copyright {
    padding: 30px 0
}

.copyright p,
.copyright p a {
    color: #fff;
    font-size: 13px;
    position: relative
}

.bullet_shape {
    position: absolute;
    left: -10%;
    top: 0;
    z-index: -1;
    width: 47%;
    height: 100%;
}

.logo_shape {
    position: absolute;
    right: -25%;
    top: -23%;
    z-index: -1;
}

.relative-area .container {
    position: relative
}

.gradient_shape {
    position: absolute;
    right: -30%;
    width: 600px;
    height: 600px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    z-index: -1;
}

.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    background: #5BA1FB;
    margin-left: 10px;
}

.header-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}

.box-slider .slide {
    padding: 0 15px
}

.box-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.breadcrumb_navigation li {
    display: inline-block;
    position: relative
}

.breadcrumb_navigation li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #5BA1FB
}

.breadcrumb_navigation li:last-child::after {
    display: none
}

.breadcrumb_navigation li {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    padding-right: 20px;
}

.breadcrumb_navigation li a {
    color: #8C96A6;
    font-weight: 400;
    font-size: 14px
}

.banner-area {
    padding-top: 110px;
    padding-bottom: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%)
}

.breadcrumb_navigation {
    padding-bottom: 50px
}

.banner-text .cta-btn {
    margin-top: 13px
}

.banner-text .h2 {
    font-size: 60px;
    margin-bottom: 10px
}

.icon-teasers {
    margin-top: 50px
}

.icon-teasers .single-item {
    padding: 50px 0;
    border-bottom: 1px solid rgba(19, 40, 72, 0.2);
    color: #2B3346
}

.icon-teasers .single-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.icon-teasers .single-item .h4 {
    line-height: 140%
}

.icon-teasers .icon img {
    height: 80px;
    width: 80px;
}

.cta-box.style1 {
    padding: 70px;
    position: relative;
    z-index: 1
}

.cta_shape {
    position: absolute;
    width: 600px;
    height: 600px;
    left: -20%;
    bottom: -50%;
    z-index: -1;
}

.cta-box.style1 .content {
    font-size: 18px;
    width: 80%;
    margin: 30px auto
}

.video-full-width-slider .video-box {
    height: 450px
}

.video-full-width-slider .video-box img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.video-full-width-slider {
    margin-top: 50px;
    position: relative;
    z-index: 11;
}

.n_top_300 {
    padding-top: 300px;
    margin-top: -230px;
}

.n_top_220 {
    padding-top: 230px;
    margin-top: -220px;
}

.bg_gray {
    background: #FBFBFB
}

.sub_heading {
    color: #5BA1FB;
    text-transform: inherit;
    margin-bottom: 20px
}

.content-list {
    margin: 20px 0
}

.content-list li {
    position: relative;
    padding-left: 35px;
    color: #2B3346;
    margin-bottom: 13px
}

.content-list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg id="Group_797" data-name="Group 797" xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><circle id="Ellipse_29" data-name="Ellipse 29" cx="13" cy="13" r="13" transform="translate(0 0)" fill="%235ba1fb"/><path id="Path_1997" data-name="Path 1997" d="M-20773.727,5425.208l2.781,2.781,3.752-8.984" transform="translate(20783.541 -5409.898)" fill="none" stroke="%23fff" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="1.5"/></svg>') no-repeat scroll center center/cover
}

.content-list.text_white li {
    color: #fff
}

.column_2 {
    column-count: 2
}

.text-box.style1 {
    padding: 30px;
    height: 100%;
}

.text-box.style1 .h3 {
    margin-bottom: 10px
}

.box.style2 {
    position: relative;
    z-index: 1;
    display: block;
    height: 355px;
    margin-top: 30px
}

.box.style2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box.style2 .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box.style2 .link_text {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.box.style2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 40, 72, 0.00) 0%, rgba(19, 40, 72, 0.75) 37.4%, #132848 100%);
}

.box.style2 .title {
    font-size: 38px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 15px;
    line-height: normal;
}

.box.style2 .link_text {
    color: #fff
}

.box.style2 p {
    color: #BEC3CC
}

.box.style2:hover .link_text img {
    left: 10px
}

.box.style2:hover {
    transform: translateY(-12px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4)
}

.faqs_accordion {
    margin-top: 50px
}

.faqs_accordion .accordion-item:first-of-type .accordion-button,
.faqs_accordion .accordion-item:first-of-type {
    border-radius: 0px
}

.faqs_accordion .accordion-item {
    margin-top: 30px;
    border: none;
}

.faqs_accordion .accordion-item:first-child {
    margin-top: 0
}

.faqs_accordion .accordion-button {
    border: none;
    background: #FBFBFB;
    color: #2B3346;
    padding: 25px 30px;
    box-shadow: none;
    border-radius: 0px;
    padding-right: 30px;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700
}

.faqs_accordion .accordion-body {
    padding: 40px 30px;
    background-color: #FBFBFB;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 45px;
    line-height: 30px;
    color: #7C8696
}

.faqs_accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px
}

.faqs_accordion .accordion-button:not(.collapsed) {
    background-color: #2B3346;
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.pb_40 {
    padding-bottom: 40px
}

.custom_select {
    position: relative;
    cursor: pointer
}

.select-hidden {
    display: none;
}

ul.select-options {
    display: none;
}

.select-styled {
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.38);
    color: #838383;
    width: 100%;
    position: relative;
    height: 65px;
    padding-top: 18px;
    font-size: 18px
}

.select-styled:after {
    content: "";
    border: 2px solid #050505;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    z-index: 55;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}


.select-styled.active:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

ul.select-options {
    display: none;
    background: #fff !important;
    position: absolute;
    top: 100%;
    z-index: 222;
    left: 0;
    padding: 20px 30px;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
    width: 100%;
}

ul.select-options li {
    color: #4e4e4e;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 18px;
}

ul.select-options li:hover {
    color: #050505
}

ul.select-options li:first-child {
    display: none;
}

.select-styled.iss {
    color: #050505
}

.filter .select-styled {
    border: none;
    background: transparent;
    border: 1px solid rgba(19, 40, 72, 0.49);
    padding: 8px 20px;
    padding-top: 12px;
    color: #2B3346;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
}

.filter ul.select-options {
    background: #222837 !important;
}

.filter ul.select-options li {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin: 8px 0;
    font-size: 16px;
    transition: all 0.4s
}

.filter ul.select-options li:hover {
    padding-left: 7px
}

.sidebar .title {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 30px;
    background: #2B3346;
}

.sidebar ul li a {
    display: block;
    padding: 30px;
    background: #FBFBFB;
    color: #2C2C2C;
    position: relative;
    padding-right: 60px
}

.sidebar ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 30px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #2B3346;
    border-right: 1px solid #2B3346;
    transition: all 0.4s
}

.sidebar ul li a:hover {
    background: rgba(229, 229, 229, 0.34)
}

.sidebar ul li a:hover::after {
    right: 20px
}

.sidebar ul li {
    border-bottom: 1px solid rgba(190, 195, 204, 0.45)
}

.sidebar ul li:last-child {
    border-bottom: 0
}

.pt_40 {
    padding-top: 40px
}

.post-meta p {
    color: #8C96A6
}

.post-meta p a {
    color: #5BA1FB
}

.featured-image {
    margin-bottom: 40px;
    height: 440px;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-banner {
    padding-bottom: 320px
}

.post-content-area {
    padding-top: 0;
    margin-top: -260px;
    position: relative;
    z-index: 1
}

.testimonial-box {
    padding: 60px;
    border: 1px solid rgba(112, 112, 112, 0.17);
    position: relative;
    transition: all 0.4s;
    padding-left: 90px;
    padding-right: 40px;
}

.testimonial-box:hover {
    background: #2B3346;
    color: #BEC3CC
}

.review_tag {
    position: absolute;
    left: -0.5px;
    top: -0.5px;
    width: 70px;
}

.testimonial-box .head {
    display: flex;
    justify-content: space-between
}

.testimonial-box .right {
    padding: 10px;
    border-radius: 7px;
    background: #fff
}

.testimonial-box .right img {
    height: 60px;
}

.testimonial-box .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #343434;
    transition: all 0.4s
}

.testimonial-box:hover .title {
    color: #fff
}

.testimonial-box .date {
    text-transform: inherit;
    color: #868686;
    margin-bottom: 10px;
    transition: all 0.4s
}

.testimonial-box .review {
    margin-top: 30px
}

.testimonial-box:hover .date {
    color: #BEC3CC
}

.text_light {
    color: #8C96A6
}

.banner-area.alt .banner-text {
    margin-top: 30px;
    padding-bottom: 50px
}

.partner-table table {
    width: 100%
}

.partner-table thead th {
    background: #2B3346;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    padding: 25px 40px
}

.partner-table tbody td,
.partner-table tbody th {
    padding: 30px 40px;
    color: #707070;
    border-right: 1px solid rgba(190, 195, 204, 0.39)
}

.partner-table th {
    border-right: 1px solid rgba(190, 195, 204, 0.39)
}

.partner-table th:last-child,
.partner-table td:last-child {
    border-right: 0px solid rgba(190, 195, 204, 0.39)
}

.partner-table tbody tr:nth-child(even) {
    background: #FBFBFB
}

.partner-table td:last-child {
    width: 290px
}

.partner-table tbody th {
    text-decoration: underline
}

.table_filter.custom_select {
    margin-bottom: 40px
}

.table_filter .select-styled,
.filter_search {
    border: none;
    background: transparent;
    border: 1px solid rgba(190, 195, 204, 0.66);
    padding: 10px 20px;
    padding-top: 18px;
    color: #2B3346;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 16px
}

.table_filter ul.select-options {
    background: #222837 !important;
}

.table_filter ul.select-options li {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin: 8px 0;
    font-size: 16px;
    transition: all 0.4s
}

.table_filter ul.select-options li:hover {
    padding-left: 7px
}

.table_filter {
    margin-bottom: 50px
}

.filter_search {
    position: relative;
    height: 65px
}

.filter_search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 15px 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    padding-right: 50px
}

.filter_search input::placeholder {
    color: #2B3346;
}

.filter_search button {
    color: #8C96A6;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.c_form {
    background: #2B3243;
    position: relative;
    z-index: 1
}

.c_form.style1 {
    padding: 80px
}

.c_form select,
.c_form input,
.c_form textarea {
    width: 100%;
    height: 70px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    background: transparent;
    color: #fff
}
.c_form select option{
	color:#333
}
.gfield--type-address {
    padding: 0 15px;
}

.gfield--type-address legend {
    display: none;
}

.ginput_container_address {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.ginput_container_address > span {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.ginput_container_address > span:first-child,
.ginput_container_address > span:nth-child(2) {
    width: 50%;
}

.ginput_container_address > span.address_country {
    width: 100%;
}

@media(max-width: 600px) {
	
	.ginput_container_address > span {
		width: 100% !important;
	}
	
}

.c_form input::placeholder,
.c_form textarea::placeholder {
    opacity: 1;
    color: #BEC3CC
}

.c_form textarea {
    height: 180px
}

.c_form li {
    margin-bottom: 20px
}

.c_form form {
    margin-top: 20px
}

.c_form legend {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0
}

.form-banner {
    padding-bottom: 600px
}

.n_top_530 {
    margin-top: -570px
}

.c_form.style2 {
    padding: 60px
}

.c_info {
    padding: 60px;
    background: #FBFBFB
}

.c_info .title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #2C2C2C;
    margin-bottom: 10px
}

.c_info p {
    font-size: 18px;
    color: #343434
}

.c_info .single {
    margin-bottom: 30px
}

.c_info .single:last-child {
    margin-bottom: 0
}

.c_info .phone em {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #5BA1FB;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    font-size: 16px
}

.c_info .phone a {
    font-size: 22px;
    color: #2C2C2C;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.c_info .phone a:hover {
    color: #5BA1FB;
}

.c_info .link_text {
    color: #5BA1FB;
    margin-top: 10px;
    font-size: 16px
}

.c_info .link_text span::after {
    background: #5BA1FB
}

.sales-slider-nav .title {
    font-size: 20px;
    color: rgba(140, 150, 166, 0.73)
}

.sales-slider-nav .slide {
    padding: 0 40px;
    display: flex;
    align-items: center;

}

.sales-slider {
    background: #fff;
    z-index: 1
}

.sales-slider-nav .slick-list {
    margin-right: -2000px;
    height: 100%;
    padding-right: 2000px;
    position: relative;
    left: -300px
}

.sales-slider-nav,
.sales-slider-nav .slick-track {
    height: 100%;
}

.testimonial-slider .slide {
    padding: 50px 30px
}

.testimonial-slider .slick-list {
    margin-left: -180px;
    margin-right: -180px
}

.testimonial-slide-box {
    padding: 40px;
    border: 1px solid #5BA1FB;
    transition: all 0.4s
}

.testimonial-slide-box:hover {
    border-color: #fff;
    box-shadow: 12px 12px 30px rgba(19, 40, 72, 0.15)
}

.testimonial-slide-box .meta {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonial-slide-box .meta {
    margin-top: 30px
}

.testimonial-slide-box .meta img {
    height: 45px;
    filter: grayscale(1) opacity(0.5);
}

.testimonial-slide-box .meta .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 0px
}

.testimonial-slide-box .meta p {
    text-transform: inherit;
    color: rgba(52, 52, 52, 0.52);
    font-size: 14px;
    font-weight: 600
}

.testimonial-slide-box .review {
    height: 196px;
    overflow: auto;
    padding-right: 10px
}

.testimonial-slide-box .review::-webkit-scrollbar {
    width: 7px;
}

.testimonial-slide-box .review::-webkit-scrollbar-track {
    background: #ffffff;
}

.testimonial-slide-box .review::-webkit-scrollbar-thumb {
    background-color: rgba(91, 161, 251, 0.38);
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.custom_arrows li {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.4s;
}

.custom_arrows svg,
.custom_arrows svg * {
    transition: all 0.4s
}

.testimonial_next {
    transform: rotate(180deg)
}

.custom_arrows li:hover svg g {
    opacity: 1
}

.custom_arrows li:hover svg {
    transform: scale(1.1)
}

.testimonial-slider .slick-dots li button::before {
    display: none
}

.testimonial-slider .slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid rgba(91, 161, 251, 0.55);
    transition: all 0.4s
}

.testimonial-slider .slick-dots li.slick-active button {
    background: rgba(91, 161, 251, 0.38)
}

.video-box-v2:hover {
    transform: translateY(-10px)
}

.video-box-v2 {
    transition: all 0.4s;
    padding-top: 10px
}

.video-box-v2 img {
    width: 100%;
    height: 100%
}

.gradient_shape.v2 {
    right: -24%;
    width: 800px;
    height: 800px;
    top: 60%;
}

.banner-area {
    position: relative;
    z-index: 1
}

.banner_shape_left {
    position: absolute;
    left: -20%;
    width: 700px;
    height: 700px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.banner-area .h4 {
    line-height: 130%;
    font-size: 34px
}

.text_42 {
    font-size: 42px;
    line-height: 130%;
    margin-bottom: 10px
}

.video-box-v3 {
    position: relative;
    z-index: 111;
    margin-top: 30px
}

.video-box-v3 .play_btn_circle,
.video-box.v4 .play_btn_circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.video-box.v4 .play_btn_circle {
    width: 120px;
    height: 120px;
}

.video-box.v4 .play_btn_circle em {
    width: 52px;
    height: 52px
}

.n_top_160 {
    padding-top: 230px;
    margin-top: -160px;
}

.video-testimonial-inner {
    padding: 40px;
    border: 1px solid rgba(52, 52, 52, 0.21)
}

.video-review-text .review {
    font-weight: 700;
    color: #868686;
    font-size: 22px;
    padding: 0 30px;
}

.video-review-text .review p {
    line-height: 150%
}

.video-review-text .meta {
    margin-top: 30px
}

.video-review-text .title {
    font-size: 26px;
    font-weight: 700;
    color: #132848;
    margin-bottom: 8px
}

.video-review-text .meta p {
    color: #132848;
    font-weight: 600
}

.video-review-box {
    margin-top: 30px
}

.video-review-box .action {
    padding: 15px 25px;
    background: rgba(19, 40, 72, 0.68);
    border-top: 2px solid #707070
}

.video-review-box .title {
    font-size: 26px;
    font-weight: 700;
    color: #FBFBFB;
    margin-bottom: 3px
}

.video-review-box .meta p {
    color: #BEC3CC;
    font-weight: 600
}

.video-review-box .play_btn_circle {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: 80px;
    height: 80px;
    margin-left: auto
}

.video-review-box .play_btn_circle em {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.video-review-box .play_btn_circle .dots::after {
    bottom: 8px;
    left: calc(100% - -4px);
    width: 4px;
    height: 4px;
}

.video-review-box .image {
    height: 300px
}

.video-review-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.form-banner .container {
    position: relative
}

.banner_shape_center {
    position: absolute;
    right: -6%;
    width: 700px;
    height: 700px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.6;
}

.c_form .w_40 {
    width: 40%
}

.partner-banner .container {
    position: relative;
    z-index: 1
}

.partner-banner .banner-img {
    width: 70%;
    margin: auto
}

.partner-table tbody td:nth-child(3) {
    width: 410px
}

.image-box-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

.image-box-flex > .image-box {
    flex: 1
}

.image-box.style3 {
    height: 500px;
    transform: scale(1);
    position: relative;
}

.image-box-flex .slick-track {
    padding-top: 30px
}

.image-box.style3::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(19, 40, 72, 0.00) 0%, #132848 100%);
    opacity: 0.922;
}

.image-box.style3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s
}

.image-box.style3:hover {
    transform: scaleY(1.04) scaleX(1.08);
    transform-origin: bottom;
    position: relative;
    z-index: 1
}

.image-box.style3 .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    z-index: 1;
    transition: all 0.4s;
    opacity: 1;
    visibility: visible
}

.image-box.style3:hover .meta {
    opacity: 0;
    visibility: hidden
}

.image-box.style3 .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(19, 40, 72, 0.82);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden
}

.image-box.style3:hover .hover {
    opacity: 1;
    visibility: visible
}

.image-box.style3 .hover p {
    color: #B2B2B2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px
}

.image-box.style3 .link_text {
    color: #fff;
    font-size: 16px
}

.image-box.style3 .link_text img {
    width: 20px;
    object-fit: contain
}

.image-box.style3 .hover .h4 {
    margin-bottom: 10px
}

.box.style4 {
    position: relative;
    z-index: 1;
    display: block;
    height: 280px;
    margin-top: 30px;
}

.box.style4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 40, 72, 0.00) 0%, #132848 100%);
}

.box.style4 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.box.style4 .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box.style4 .title {
    font-size: 38px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 15px;
    line-height: normal;
}

.box.style4:hover {
    transform: translateY(-12px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.banner_sub_heading {
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    color: #fff
}

.text_light .content-list li {
    color: #8C96A6
}

.video-box-v3.alt {
    padding: 12px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(19, 40, 72, 0.56)
}

.borderText {
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    font-size: 36px;
    display: inline-block;
    padding: 18px 30px;
    color: #5BA1FB;
    border: 2px solid #5BA1FB;
    letter-spacing: -1px;
}

.icon-teasers.style2 .single-item.alt {
    background: rgba(251, 251, 251, 0.7)
}

.icon-teasers.style2 .single-item {
    padding: 0;
    border: 0
}

.icon-teasers.style2 .single-item .inner {
    padding: 30px;
    border-bottom: 1px solid rgba(19, 40, 72, 0.2)
}

.icon-teasers.style2 .single-item:last-child .inner {
    border: none
}

.icon-teaser-step-area .logo_shape {
    right: -36%;
    top: -110%;
}

.icon-teaser-step-area .gradient_shape {
    width: 800px;
    height: 800px;
    top: 70px;
    transform: translateY(0)
}

.icon-teaser-step-area .bullet_shape {
    height: calc(100% - 100px);
}

.icon-teaser-step-area {
    border-top: 1px solid rgba(19, 40, 72, 0.2)
}

.content-list.list_disc li::before {
    display: none
}

.content-list.list_disc li::after {
    position: absolute;
    content: "";
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5BA1FB;
    top: 10px
}

.content-list.list_disc li {
    padding-left: 24px
}

.highlighted {
    display: inline-block;
    padding: 15px 25px;
    background: rgba(247, 255, 0, 0.29);
    font-size: 24px;
    color: #132848;
    margin: 20px 0
}

.icon-teaser-step-area.alt {
    border: none
}

.icon-teaser-step-area.alt .bullet_shape {
    height: 100%;
}

.icon-teaser-step-area.alt .logo_shape {
    right: -50%;
    top: -58%;
}

.icon-teaser-step-area.alt .gradient_shape {
    width: 600px;
    height: 600px;
    top: -15%;
    opacity: 0.5;
    right: -30%;
}

.content-list li > ul {
    padding-left: 20px;
    margin: 0
}

.content-list li > ul > li {
    margin: 5px 0
}

.list_border > li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(19, 40, 72, 0.2)
}

.list_border > li:last-child {
    border: none
}

.content-list.list_border li::before {
    top: 16px
}

.content-list.list_border {
    margin: 0
}

.content-img .group_img {
    margin-top: 20px
}

.box.style7,
.box.style8 {
    margin-top: 30px;
    display: block
}

.box.style7:hover,
.box.style8:hover {
    transform: translateY(-10px)
}

.box.style8 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.box.style8 img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.box.style8 .text {
    padding: 10px 8px;
    background: #fff
}

.box.style8 .text .title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #2B3346;
    font-size: 17px
}

.icon-teaser-step-area.v2 .logo_shape {
    right: -50%;
    top: -25%;
}

.icon-teaser-step-area.v2 .gradient_shape {
    width: 600px;
    height: 600px;
    top: 20%;
    opacity: 0.5;
    right: -30%;
}

.no-skew {
    clip-path: inherit
}

.sticky-nav {
    background: #BEC3CC
}

.sticky-nav ul {
    text-align: center
}

.sticky-nav ul li {
    display: inline-block;
    border-right: 1px solid #E5E5E5
}

.sticky-nav ul li:last-child {
    border-right: 0
}

.sticky-nav ul li a {
    display: block;
    padding: 12px 25px;
    color: #E5E5E5;
    font-size: 18px
}

.solution-area.style2 {
    margin: 0
}

.solution-area.style2 .middle-img img {
    width: 65%
}

.solution-area.style2 .heading {
    margin-bottom: 50px
}

.center_heading {
    margin-bottom: 80px
}

.group_btn_area .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.group_btn_area .btn_wrap:has(> .btn_border_dark) {
    padding-left: 20px;
    background: #fff;
    padding-right: 10px
}

.group_btn_area .btn_wrap:has(> .btn_default) {
    padding-right: 20px;
    background: #fff;
    padding-left: 10px
}

.group_btn_area .inner::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #132848;
    opacity: 0.2;
    z-index: -1
}

.or_sep {
    font-weight: 700;
    color: #B2B2B2;
    margin: 0 20px;
    position: relative;
    z-index: 1
}

.or_sep::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: calc(100% + 10px);
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: translateX(-50%);
}

.n_top_30 {
    padding-top: 100px;
    margin-top: -30px
}

.box.style9 {
    margin-bottom: 40px;
    transition: all 0.4s
}

.box.style9 .text {
    display: block;
    padding: 15px 10px;
    background: #E5E5E5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #2B3346;
    font-size: 17px
}

.box.style9 .image {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    display: block;
    background: #BEC3CC;
    height: 420px;
    border: 1px solid #BEC3CC
}

.box.style9 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box.style9:hover .text {
    background: #222837;
    color: #fff
}

.box.style10 {
    display: block;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
    padding: 10px
}

.box.style10:hover {
    transform: translateY(-10px)
}

.box.style10 .title {
    color: #132848;
    font-size: 16px
}

.box.style10 .text {
    padding: 12px 6px
}

.box.style10 .image {
    height: 200px;
    position: relative
}

.box.style10 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box.style10 .duration {
    background: rgba(7, 7, 7, 0.7);
    color: #BEC3CC;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 7px;
    bottom: 7px;
    line-height: normal;
    padding: 3px;
}

.box.style10 .status {
    background: #BEC3CC;
    color: #132848;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 7px;
    line-height: normal;
    padding: 3px;
}

.video_filter_tags li {
    display: inline-block;
    margin-right: 10px
}

.video_filter_tags li:last-child {
    margin-right: 0
}

.video_filter_tags li a {
    display: block;
    padding: 10px 20px;
    background: #707070;
    color: #E5E5E5;
    font-size: 14px;
}

.video_filter_tags li a:hover,
.video_filter_tags li a.active {
    background: #B2B2B2
}

.sidebar-cta {
    padding: 30px;
    background: #2B3346;
    margin-top: 30px
}

.sidebar-widget {
    margin-top: 30px
}

.sidebar-cta p {
    font-size: 18px;
    color: #8C96A6
}

.blog-listing .box.style1 {
    margin-top: 0;
    margin-bottom: 30px
}

.blog-listing .box.style1 .text p {
    -webkit-line-clamp: 4;
}

.author-box {
    padding: 20px;
    background: rgba(229, 229, 229, 0.32);
    margin-top: 50px
}

.post-cat {
    margin-top: 50px
}

.post-cat .video_filter_tags {
    margin-top: 30px
}
img.image_container_outside {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 760px;
}
img.image_container_outside.left {
right:auto;
	left:0
}
.bottom-pos-img{
	position:absolute;
	bottom:0
}
.group-wavy-area .logos_area{
	position:relative;
	z-index:11
}
.group-wavy-area .middle-area {
    padding-top: 50px;
    margin-top: -25%;
    position: relative;
    z-index: 1;
}
.group-wavy-area .middle-area::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #222837;
    z-index: -1;
}
.content-area.relative-area.icon-teaser-step-area.v2 .box.style7 {
    height: 100px;
}
.content-area.relative-area.icon-teaser-step-area.v2 .box.style7 img {
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
    mix-blend-mode: multiply;
}
.hero-area .gform_heading{
	display:none !important
}
.hero-area .c_form.style2 {
    padding: 45px;
}
.hero-form-area{
	padding-bottom:125px
}
.hero-form-area .col-sm-6{
	position:relative
}
.hero-form-area  .c_form.style2{
    position: absolute;
    right: 15px;
    width: 85%;
}
.hero-form-area  .c_form textarea {
    height: 140px;
}
.hero-form-area .gform_confirmation_message {
    color: #fff;
}
.c_info{
	padding:45px
}
.c_info .single:last-child{
	border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}
.c_info .single:last-child .cta-btn {
    padding: 12px 20px;
    width: 100%;
    margin-top: 15px;
}
.banner-text p a{
	color:#fff;
	text-decoration:underline
}
.banner-text p a:hover{
	text-decoration:none
}
.hero-area.style2 .group_btn .cta-btn {
    margin: 0 5px;
}
.hero-text .h1{
	margin-bottom:20px
}
.hero-area.style2  .hero_sub {
    margin-bottom: 10px;
    color: #5BA1FB;
    font-style: italic;
}
.hero-area.style2{
	padding-top:170px
}
.hero-area.overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C1017;
    opacity: 0.5;
    z-index: -1;
}
.hero-area.style2 .bg_shape {
    position: absolute;
    top: -300px;
    right: -200px;
    width: 700px;
}
.group_btn .cta-btn {
    margin-right: 10px;
    border-width: 2px;
}
.logos_area.solution_graphics img{
	width:80%;
	margin:0 auto
}
.form-notes {
    margin-top: 30px;
    color: #fff;
    opacity: 0.5;
}
.gfield--type-honeypot {
    display: none !important;
}
.banner-area.form-banner.style44 .container {
    position: relative;
	max-width:900px
}
.banner-area.form-banner.style44 .inner-head-wrapper {
    position: relative;
}
.banner-area.form-banner.style44 .text_position {
    color: #fff;
    width: 70%;
    position: absolute;
    top: 70px;
    left: 240px;
}
.banner-area.form-banner.style44 .text_position h1{
	color:#fff
}
.banner-area.form-banner.style44 .banner-text {
    padding-left: 100px;
    padding-top: 30px;
}
.banner-area.form-banner.style44 .banner-text .text_light {
    color: #5BA1FB;
    font-size: 20px;
}
.banner-area.form-banner.style44 .banner-text .content-list{
    column-count: 2;
}
.page-id-996 .banner-text .h2 {
    font-size: 40px;
}
.page-id-996 .banner-area .h4 {
    font-size: 28px;
}
.page-id-996 .banner-area .row{
	align-items:center
}
.hero-area.style2.inner-page-hero{
	padding-top:100px
}
.logos_area{
	position:relative;
	z-index:1
}
.logos_next {
    transform: rotate(180deg);
}
.block-clients{
	position:relative;
	z-index:11
}
.logos_area .custom_arrows{
	margin-top:20px
}
.testimonial-slide-box .meta img{
	object-fit:contain;
	margin-left:auto
}
.testimonial-slide-box .meta .right{
	width:45%
}
.banner_sub_heading {
    margin-bottom: 10px;
    color: #5BA1FB;
    font-style: italic;
	font-size:20px;
	display:block
}
.hero-text .text_light, .banner-text .text_light{
	color:#fff;
	margin-bottom:15px
}
.hero-text .text_light .content-list li, .banner-text .text_light .content-list li{
	color:#fff
}
.video-filter-area .paginations ul {
    text-align: center;
    justify-content: center;
}

/*Responsive*/
@media (max-width:4000px) {
    .solution-area {
        margin-top: -800px
    }

    .logo_shape {
        top: -10%
    }
}

@media (max-width:3000px) {
    .solution-area {
        margin-top: -510px
    }
}

@media (max-width:2800px) {
    .solution-area {
        margin-top: -510px
    }
}

@media (max-width:2400px) {
    .solution-area {
        margin-top: -460px
    }
}

@media (max-width: 1900px) {
    .solution-area {
        margin-top: -400px
    }
}

@media (max-width: 1600px) {
    .solution-area {
        margin-top: -410px
    }
}

@media(max-width:1400px) {
    .play_btn_circle {
        right: -70px
    }

    .mainmenu ul li.has-submenu {
        padding-right: 5px;
        margin-right: 30px;
    }
}

@media(max-width:1024px) {

    h1,
    .h1 {
        font-size: 65px;
    }

    h2,
    .h2 {
        font-size: 48px;
    }

    h3,
    .h3 {
        font-size: 42px;
    }

    .banner-area .h4 {
        font-size: 30px;
    }

    .cloud_bg {
        height: 50%
    }

    .video-box-alt {
        width: 500px;
    }

    .hero-img img {
        width: 100%
    }

    .mainmenu ul li {
        margin-right: 20px;
    }

    .cta-btn {
        padding: 12px 20px;
        font-size: 15px;
    }

    .hero-area {
        padding-top: 165px;
    }

    .play_btn_circle {
        bottom: -60px;
        right: 0;
    }

    .count_box .title {
        font-size: 96px
    }

    .count_box p {
        font-size: 18px
    }

    .c_logo {
        height: 60px;
    }

    .logos_slider .slide {
        padding: 0 15px;
    }

    .logos_slider .slick-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .text_bg {
        font-size: 180px
    }

    .wavy-ocean {
        margin-top: -170px;
    }

    .solution-area {
        margin-top: -300px;
    }

    .logo_shape {
        top: -10%;
    }

    .video-slide-box .meta .title {
        font-size: 20px;
        line-height: 30px;
    }

    .box.style1 .image {
        height: 220px;
    }

    .newsletter_inner .left img {
        left: 70px
    }

    .newsletter_inner .shape {
        width: 400px;
        height: 400px;
    }

    .newsletter_inner form button {
        display: flex;
        align-items: center
    }

    .footer-talk .title {
        font-size: 50px
    }

    .footer-logo {
        width: 120px;
    }

    .footer-talk .inner {
        display: block
    }

    .footer-social {
        margin-top: 10px
    }

    .footer-social li:first-child {
        margin-left: 0
    }

    .footer_links li a {
        font-size: 13px
    }

    .logos_slider .slick-dots,
    .slick-dots {
        position: inherit;
        bottom: auto;
        margin-top: 30px;
    }

    .logos_slider .slick-dots li button:before,
    .slick-dots li button:before {
        display: none
    }

    .logos_slider .slick-dots li button,
    .slick-dots li button {
        display: none
    }

    .logos_slider .slick-dots li,
    .slick-dots li {
        background: rgba(44, 97, 219, 0.1);
        height: 4px;
        border-radius: 5px;
        transition: all 0.4s
    }

    .logos_slider .slick-dots li.slick-active,
    .slick-dots li.slick-active {
        background: #5BA1FB
    }

    .slick-slider {
        margin-bottom: 0 !important
    }

    .banner-text .h2 {
        font-size: 48px;
    }

    .partner-table thead th {
        padding: 15px
    }

    .partner-table tbody td,
    .partner-table tbody th {
        padding: 15px
    }

    .tab-content.bg_gray {
        background: transparent
    }

    .sidebar .title {
        padding: 20px;
        font-size: 20px
    }

    .sidebar ul li a {
        padding: 20px;
        padding-right: 40px;
    }

    .sales-slider-nav .slick-list {
        left: -270px;
    }

    .image-box.style3 .meta {
        padding: 20px
    }

    .testimonial-slider .slide {
        padding: 20px 10px;
    }

    .box.style10 .text {
        min-height: 75px;
    }

    .video_filter_tags li a {
        padding: 10px
    }

    .group-wavy-area.home-style .cloud_bg {
        height: 42%;
    }

    .hero-area .play_btn_circle {
        z-index: 1
    }
	.newsletter_inner .left img {
    left: 20px;
}
	.newsletter_inner .h2 {
    font-size: 35px;
}
	img.image_container_outside{
		width:45%
	}
}

@media(max-width:991px) {
    body {
        line-height: 26px
    }

    .header-area {
        padding: 15px 0;
    }

    .mobile-quote-btn {
        display: block
    }

    .banner-logos li img {
        height: 35px;
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #222837;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(177, 177, 177, 0.06);
        font-size: 16px;
        opacity: 1
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle .active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle .active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle .active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    .header-action {
        display: none
    }

    .site-logo {
        width: 100px
    }

    section,
    .section {
        padding: 50px 0
    }

    .container {
        padding: 0 20px
    }

    .header-area.active {
        background: #222837
    }

    .mainmenu #menu {
        display: block
    }

    .cta-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .footer-logo {
        width: 100px;
        margin-bottom: 15px;
    }

    .header-area .btn_border {
        margin-left: 0;
        margin-top: 20px
    }

    h1,
    .h1 {
        font-size: 52px;
        line-height: 110%;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 115%;
    }

    h3,
    .h3 {
        font-size: 30px;
        line-height: 120%;
    }

    .hero-img img {
        max-width: 100%
    }

    .play_btn_circle {
        bottom: -70px;
        width: 110px;
        height: 110px;
        left: auto;
        right: 0;
    }

    .play_btn_circle em {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }

    .play_btn_circle .dots::after {
        bottom: 30px;
        left: 68px;
        width: 6px;
        height: 6px;
    }

    .hero-area {
        padding-top: 130px;
    }

    .count_box .title {
        font-size: 64px;
    }

    .count_box p {
        font-size: 16px
    }

    .top_left_shape {
        width: 550px;
        height: 550px;
    }

    .shape_right {
        right: -45%;
        width: 500px;
        height: 500px;
    }

    .step_tabs .nav button {
        font-size: 12px;
        padding: 8px 10px;
    }

    .step_tabs .nav {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .c_logo {
        height: 40px;
    }

    .logos_slider .slide {
        padding: 0 15px;
    }

    .logos_slider .slick-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .logos_slider {
        margin-top: 30px;
    }

    .text_bg {
        font-size: 120px
    }

    .wavy-ocean {
        margin-top: -120px;
    }

    .solution-area {
        margin-top: -210px;
        position: relative;
        z-index: 1;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 110%;
    }

    .solution-text-block p {
        font-size: 15px;
        line-height: 26px;
    }

    .logo_shape {
        top: -20%
    }

    .image-box.style1 {
        height: 185px;
    }

    .video_meta {
        padding: 30px
    }

    .g_5 {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }

    .ps_35 {
        padding-left: 15px;
    }

    .video-slide-box .meta .title {
        font-size: 20px;
        line-height: 28px
    }

    .video-slider .slide {
        padding: 0 10px;
    }

    .video-slider .slick-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .video-slide-box .meta {
        padding: 20px;
    }

    .video-slide-box .meta {
        padding: 20px;
        flex-direction: column-reverse;
        text-align: center;
    }

    .video-slide-box .meta .left {
        width: 100%
    }

    .video-slide-box .meta .play_btn {
        background: #5BA1FB;
        margin-bottom: 10px
    }

    .video-slide-box {
        height: 210px
    }

    .video-slide-box > img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .video-slide-box::after {
        opacity: 1;
        visibility: visible
    }

    .video-slider {
        margin-bottom: 0 !important
    }

    .video-slider .slide,
    .box-slider .slide {
        padding: 0 8px;
    }

    .video-slider .slick-list,
    .box-slider .slick-list {
        margin-left: -8px;
        margin-right: -8px
    }



    .box.style1 .image {
        height: 190px;
    }

    .box.style1 .text {
        padding: 30px;
    }

    .newsletter_inner form {
        width: 100%;
        margin-top: 25px;
        height: 60px
    }

    .newsletter_inner form input {
        padding: 10px 10px;
        padding-right: 105px;
        font-size: 15px;
    }

    .newsletter_inner form button {
        padding: 12px;
        display: flex;
        align-items: center;
    }

    .newsletter_inner .h2 {
        font-size: 26px
    }

    .newsletter_inner .left img {
        width: 220px;
        left: 20px;
    }

    .newsletter_inner {
        padding: 60px 40px
    }

    .newsletter_inner .shape {
        width: 300px;
        height: 300px;
        top: 0
    }

    .footer-talk .title {
        font-size: 36px
    }

    .footer_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer_links li a {
        font-size: 14px
    }

    .footer_links li {
        margin-bottom: 5px;
    }

    .footer-talk {
        text-align: center;
    }

    .footer-talk .inner {
        display: block;
        text-align: center
    }

    .footer-social li:first-child {
        margin-left: 0
    }

    .footer-social {
        margin-top: 15px
    }

    .ps_85 {
        padding-left: 15px;
    }

    .footer-widget {
        margin: 15px 0;
    }

    .footer-top {
        padding: 30px 0;
        padding-top: 240px;
    }

    .banner-text .h2 {
        font-size: 36px;
    }

    .banner-area,
    .hero-area.banner-area {
        padding-top: 101px;
        padding-bottom: 80px;
        clip-path: inherit
    }

    .banner-area .content-list {
        text-align: left
    }

    .breadcrumb_navigation {
        padding-bottom: 30px;
    }

    .video-full-width-slider .video-box {
        height: 350px;
    }

    .video-full-width-slider {
        margin-bottom: 0 !important
    }

    .pt_40 {
        padding-top: 20px;
    }

    .pb_40 {
        padding-bottom: 20px;
    }

    .blog-banner.banner-area {
        padding-bottom: 200px;
    }

    .post-content-area {
        margin-top: -155px;
    }

    .featured-image {
        height: 320px;
    }

    .c_info .title {
        font-size: 24px
    }

    .c_info .phone a {
        font-size: 18px
    }

    .c_form.style2 {
        padding: 30px;
    }

    .c_form.style1 {
        padding: 30px;
    }

    .c_form input,
    .c_form textarea {
        height: 55px;
    }

    .c_info {
        padding: 30px;
        margin-bottom: 30px;
    }

    .faqs_accordion .accordion-button {
        padding: 18px 20px;
        font-size: 16px;
    }

    .faqs_accordion {
        margin-top: 30px;
    }

    .faqs_accordion .accordion-item {
        margin-top: 15px;
        border: none;
    }

    .form-banner.banner-area {
        padding-bottom: 300px;
    }

    .n_top_530 {
        margin-top: -250px;
    }

    .banner-area.alt .banner-text {
        margin-top: 0;
    }

    .table_filter .select-styled,
    .filter_search {
        padding-top: 10px;
        font-size: 14px;
        height: 50px;
    }

    .partner-table td:last-child {
        width: 200px;
    }




    .partner-table tbody td,
    .partner-table tbody th {
        padding: 12px;
    }

    .partner-table thead th {
        font-size: 14px;
        padding: 12px;
        line-height: 20px;
    }

    .review_tag {
        width: 50px;
    }

    .testimonial-box {
        padding: 20px;
        padding-top: 70px
    }

    .testimonial-box .review {
        margin-top: 10px;
    }

    .testimonial-box .title {
        font-size: 22px
    }

    .testimonial-box .right img {
        height: 36px;
    }

    .testimonial-box .date {
        margin-bottom: 4px;
    }



    .sidebar .title {
        font-size: 16px;
        padding: 15px;
    }

    .sidebar ul li a {
        padding: 15px;
        padding-right: 40px;
        font-size: 15px;
    }

    .video-box-alt {
        width: 100%;
        float: none;
    }

    .banner-area .h4 {
        font-size: 24px;
    }

    .banner_shape_left {
        width: 500px;
        height: 500px;
    }

    .text_42 {
        font-size: 30px;
        line-height: 120%;
    }

    .cta-box.style1 {
        padding: 40px
    }

    .banner_sub_heading {
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    .testimonial-slide-box {
        padding: 20px
    }

    .testimonial-slider .slide {
        padding: 10px 8px;
    }

    .testimonial-slider .slick-list {
        margin-left: 8px;
        margin-right: 8px;
    }

    .testimonial-slide-box .meta .title {
        font-size: 20px;
    }

    .testimonial-slide-box .meta p {
        font-size: 12px
    }

    .testimonial-slide-box .meta img {
        height: 30px
    }

    .image-box-flex {
        display: block
    }

    .image-box-flex .slick-track {
        padding-top: 0
    }

    .image-box-flex .image-box.style3 {
        margin: 0 10px
    }

    .image-box.style3:hover {
        transform: scale(1)
    }

    .image-box.style3 {
        height: 400px
    }

    .breadcrumb_navigation li {
        font-size: 12px;
        margin-right: 7px;
        padding-right: 12px;
    }

    .breadcrumb_navigation li {
        font-size: 12px
    }

    .video_filter_tags li {
        margin: 3px;
        margin-left: 0
    }

    .video_filter_tags li a {
        padding: 8px 12px;
        font-size: 13px;
    }

    .sidebar-cta p {
        font-size: 16px
    }

    .box.style4 .title {
        font-size: 22px
    }

    .box.style4 {
        height: 180px
    }

    .banner-area.pb_40 {
        padding-bottom: 60px
    }

    .box.style9 .image {
        height: 320px
    }

    .box.style9 .text {
        font-size: 15px;
        min-height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 16px;
    }

    .partner-table tbody td:nth-child(3) {
        width: 250px;
    }

    br {
        display: none
    }

    .box.style2 .title {
        font-size: 30px;
        line-height: 36px;
    }

    .borderText {
        font-size: 22px;
        padding: 12px 25px;
    }

    .highlighted {
        font-size: 18px
    }

    .group-wavy-area {
        padding-bottom: 60px
    }

    .icon-teasers.style2 .single-item .inner {
        padding: 30px 0
    }

    .icon-teaser-step-area .logo_shape {
        top: -50%
    }

    .sticky-nav ul li a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .box.style8 img {
        height: 120px;
    }

    .box.style8 .text {
        min-height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box.style8 .text .title {
        font-size: 15px;
        line-height: 18px;
    }

    .video-review-text .title {
        font-size: 22px
    }

    .video-review-box .image {
        height: 200px
    }

    .video-review-box .title {
        font-size: 18px
    }

    .video-review-box .meta p {
        font-size: 13px;
        line-height: 20px;
    }

    .hero-area .play_btn_circle {
        z-index: 1
    }

    .box.style10 .image {
        height: 120px;
    }

    .shape_left {
        width: 500px;
        height: 500px;
    }

    .c_form .w_40 {
        width: auto;
    }
	.newsletter_inner .h2 {
    font-size: 26px;
}
	.newsletter_inner .left img {
    width: 45%;
}
	img.image_container_outside{
		width:45%
	}
	.hero-text .h1 {
    margin-bottom: 20px;
    font-size: 42px;
}

	.hero-area.style2 {
    padding-top: 130px;
}
	.page-id-996 .banner-area .row{
	align-items:start
}

}

@media(max-width:767px) {

    h1,
    .h1 {
        font-size: 42px;
        line-height: 110%;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 115%;
    }

    h3,
    .h3 {
        font-size: 30px;
        line-height: 120%;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 110%;
    }

    .hero-img img {
        max-width: 100%;
        position: relative;
        z-index: 1;
    }

    .hero-area {
        padding-top: 125px;
        padding-bottom: 60px;
    }


    br {
        display: none
    }

    .count_box p {
        font-size: 16px;
    }

    .count_box .title {
        font-size: 50px
    }

    .count_box {
        margin-top: 20px;
    }

    .content-text .cta-btn {
        margin-top: 10px;
    }

    .step_tabs .list-unstyled {
        background: #222837;
        list-style: none;
        padding: 0;
        height: 56px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        color: #fff;
        width: 100%;
        margin-bottom: 30px
    }

    .step_tabs .list-unstyled li {
        padding: 19px 20px;
        z-index: 2;
    }

    .step_tabs .list-unstyled li:not(.init) {
        padding: 15px;
        width: 100%;
        display: none;
        background: #1c222f;
        color: #fff;
        position: relative;
        font-size: 14px
    }

    .step_tabs .list-unstyled li a {
        color: #fff
    }

    .step_tabs.alt .list-unstyled li:not(.init) {
        padding: 0
    }

    .step_tabs.alt .list-unstyled li:not(.init) a {
        padding: 15px;
        display: block
    }

    .step_tabs .list-unstyled li:not(.init):hover,
    .step_tabs .list-unstyled li.selected:not(.init) {
        background: #5BA1FB;
        color: #fff;
    }

    .step_tabs .list-unstyled li.init {
        cursor: pointer;
        position: relative
    }

    .step_tabs .list-unstyled li.init::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 20px;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
    }

    .logos_slider .slide {
        padding: 0 10px;
    }

    .logos_slider .slick-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .solution-text-block p {
        font-size: 16px
    }

    .link_text {
        font-size: 16px
    }

    .video_meta p {
        line-height: 24px
    }

    .video_meta .title {
        font-size: 20px
    }



    .box.style1 .image {
        height: 200px;
    }

    .play_btn_circle {
        bottom: -70px;
        width: 110px;
        height: 110px;
        left: 0;
    }

    .play_btn_circle em {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }

    .play_btn_circle .dots::after {
        bottom: 13px;
        left: 55px;
        width: 6px;
        height: 6px;
    }

    .c_logo {
        height: 40px;
    }

    .logos_slider {
        margin-top: 30px;
    }


    .middle-area {
        padding-top: 0;
    }

    .text_bg {
        font-size: 110px
    }

    .solution-area {
        margin-top: -150px;
    }

    .wavy-ocean {
        margin-top: -100px;
    }

    .solution-text-block p {
        font-size: 15px;
    }

    .solution-text-block {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .g_5 {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }

    .image-box.style1 {
        height: 160px;
    }

    .ps_35 {
        padding-left: 7px;
    }

    .video_meta {
        padding: 20px
    }

    .logo_shape {
        top: -15%
    }

    .banner-text .h2 {
        font-size: 30px;
    }



    .icon-teasers .icon img {
        height: 60px;
        width: 60px;
    }

    .icon-teasers {
        margin-top: 30px;
    }

    .cta-box.style1 .h2 {
        font-size: 28px;
        margin-bottom: 10px
    }

    .cta-box.style1 .content {
        font-size: 16px;
        width: 100%;
        margin: 20px auto;
        line-height: 24px
    }

    .cta_shape {
        width: 400px;
        height: 400px;
        bottom: -15%;
    }

    .n_top_300 {
        padding-top: 285px;
        margin-top: -252px;
    }

    .video-full-width-slider .video-box {
        height: 310px;
    }

    .video-full-width-slider {
        margin-top: 30px;
    }

    .featured-image {
        height: 320px;
    }

    .partner-table td:last-child {
        width: auto;
    }

    .column_2 {
        text-align: left
    }

    .box.style2 .meta {
        padding: 20px
    }

    .box.style2 .title {
        font-size: 24px;
        margin-bottom: 10px;
    }



    .filter .select-styled {
        padding-top: 13px;
        height: 55px;
        font-size: 16px;
    }

    .banner-area .h4 {
        font-size: 18px;
    }


    .content-img.video-box-alt .play_btn_circle {
        bottom: 0;
        right: 0;
        left: auto;
        transform: translateX(0);
    }

    .play_btn_circle .dots {
        width: 65%;
        height: 75%;
    }

    .bg_dark .top_left_shape {
        display: none
    }



    .n_top_160 {
        padding-top: 200px
    }

    .cloud_bg {
        height: 50%
    }

    .box.style9 .image {
        height: 230px
    }

    .sticky-nav ul {
        display: flex;
        overflow-x: auto;
        justify-content: flex-start;
        text-align: left;
    }

    .sticky-nav ul li {
        flex: 1;
        min-width: 190px;
        text-align: center;
    }

    .sticky-nav ul li a {
        padding: 13px 10px;
        font-size: 16px;
    }

    .group_btn_area .inner {
        flex-direction: column
    }

    .group_btn_area .btn_wrap {
        padding: 10px 0 !important;
        width: 50%
    }

    .group_btn_area .btn_wrap .cta-btn {
        width: 100%
    }

    .box.style8 img {
        height: 130px;
    }

    .video-review-box .image {
        height: 160px;
    }

    .video-review-text {
        padding-top: 20px
    }

    .video-testimonial-inner .play_btn_circle .dots {
        width: 33%;
        height: 40%;
    }

    .video-review-box .play_btn_circle .dots {
        width: 45%;
        height: 29%;
    }

    .box.style10 .image {
        height: 150px;
    }

    .group-wavy-area.home-style .cloud_bg {
        height: 42%;
    }
	.hero-text .h1 {
    margin-bottom: 20px;
    font-size: 40px;
}
.hero-area {
    padding-top: 120px;
	padding-bottom:70px
}
	.tabs-wrapper{
	overflow-x:auto;
		margin-bottom:15px
}
	.step_tabs .nav {
    margin-top: 25px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
}
	.step_tabs .nav button {
    flex: 1;
    white-space: nowrap;
}
	.image-box-flex .slick-list{
		margin-left:-15px;
		margin-right:-15px
	}
	.banner-area.pb_40 {
    padding-bottom: 40px;
}
	.banner-area, .hero-area.banner-area {
    padding-bottom: 50px;
}
	.hero-area.style2 {
    padding-top: 139px;
    padding-bottom: 60px;
}
	.hero-area.style2 .bg_shape{
		top:0;
		right:-100px
	}
	.banner-area.form-banner.style44 .banner-text{
		padding-left:50px
	}


}

@media(max-width:575px) {
		.banner-area.form-banner.style44 .banner-text {
    padding-left: 0;
    padding-top: 0px;
}
	.banner-area.form-banner.style44 .banner-text .content-list {
    column-count: 1;
}
	.banner-area.form-banner.style44 .banner-text{
		text-align:left
	}
	.hero-area.style2 .group_btn .cta-btn{
		margin:5px 0
	}
	.content-area.relative-area.icon-teaser-step-area.v2 .box.style7 {
    height: 50px;
}
	.bottom-pos-img {
    position: inherit;
}
	img.image_container_outside {
    position: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    transform: translateY(80px);
}
    .table_filter .col-sm-3 > div {
        margin-bottom: 5px
    }

    .box.style10 .image {
        height: 200px;
    }

    .table_filter {
        margin-bottom: 30px;
    }

    .featured-image {
        height: 220px;
    }

    .video-full-width-slider .video-box {
        height: 250px;
    }

    .hero-area {
        padding-top: 150px;
        padding-bottom: 120px;
    }

    .header-area .btn_border {
        margin-left: 0;
        margin-top: 30px;
        display: flex;
    }

    .hero-img {
        margin-top: 30px
    }

    .play_btn_circle {
        bottom: -50px;
        right: auto;
        width: 100px;
        height: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .play_btn_circle em {
        width: 45px;
        height: 45px;
        font-size: 12px;
        z-index: 11;
        line-height: 1px;
    }

    .play_btn_circle .dots {
        transform: rotate(-38deg);
    }

    .play_btn_circle .dots::after {
        bottom: 11px;
        left: auto;
        width: 6px;
        height: 6px;
        right: 4px;
    }

    .count_box {
        text-align: center
    }

    .content-img {
        margin-bottom: 30px
    }

    .cloud_bg {
        height: 35%;
    }

    .text_bg {
        font-size: 70px
    }

    .wavy-ocean {
        margin-top: -70px;
        height: 400px;
        object-fit: cover;
    }

    .solution-area {
        margin-top: -170px;
    }

    .middle-area {
        padding-top: 20px;
    }

    .shape_right {
        display: none
    }

    .solution-text-block {
        margin-bottom: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .group-wavy-area {
        padding-bottom: 80px
    }

    .bullet_shape {
        left: -50%;
        width: 100%;
    }

    .logo_shape {
        right: -30%;
        top: -100px;
    }


    .newsletter_inner {
        text-align: center;
        padding: 30px;
        padding-bottom: 300px
    }

    .newsletter_inner .left img {
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-text {
        text-align: center
    }

    .icon-teasers .single-item {
        padding: 20px 0;
        text-align: center;
    }

    .icon-teasers .icon img {
        margin: 0 auto 20px;
    }

    .cta-box.style1 {
        padding: 30px
    }



    .footer-cta {
        padding-top: 0
    }

    .partner-table tbody th[scope="row"] {
        background-color: #222837;
        color: white;
        padding: 15px;
        text-decoration: none;
    }

    .partner-table tbody tr {
        margin-bottom: 5px;
        border: 2px solid #222837;
    }

    .partner-table thead th {
        background-color: #222837;
        border: 1px solid #222837;
        font-weight: normal;
        text-align: center;
        color: white;
    }

    .partner-table thead th:first-of-type {
        text-align: left;
    }

    .partner-table tbody td {
        text-align: right;
        border-bottom: 1px solid #222837;
    }

    .partner-table tbody td[data-title]:before {
        content: attr(data-title);
        float: left;
        color: #2B3346;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 600;
    }

    .partner-table th,
    .partner-table td {
        padding: .5em;
        vertical-align: middle;
    }

    .partner-table tbody,
    .partner-table tr,
    .partner-table th,
    .partner-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    .partner-table thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    .partner-table td:last-child {
        width: auto;
    }

    .partner-table tbody td {
        padding: 12px
    }

    .banner-img {
        margin-bottom: 30px
    }


    .video-box-v3 {
        margin-top: 0
    }

    .pt-m-20 {
        padding-top: 20px
    }

    .post-author-image {
        margin-bottom: 30px
    }

    .banner-area .hero-img,
    .partner-banner .banner-img,
    .banner-img {
        margin-bottom: 30px;
        margin-top: 0
    }

    .box.style9 .image {
        height: 200px
    }

    .partner-table tbody td:nth-child(3) {
        width: auto
    }

    .partner-table tbody td span {
        width: 60%;
        display: block;
        margin-left: auto;
    }



    .middle-img {
        margin-top: 30px
    }

    .solution-area.style2 .heading {
        margin-bottom: 0;
    }

    .single-item .content-list {
        text-align: left
    }

    .icon-teaser-step-area .bullet_shape {
        height: 100% !important;
        left: 0;
    }


    .group_btn_area .btn_wrap {
        width: 100%
    }

    .video-testimonial-inner {
        padding: 0
    }

    .video-review-text {
        padding: 15px
    }

    .video-review-text .review {
        font-size: 18px;
        padding: 0;
    }

    .video-review-box .image {
        position: relative
    }

    .video-review-box .image .play_btn_circle {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        position: absolute;
    }

    .video-review-box .play_btn_circle .dots {
        width: 35%;
        height: 50%;
    }

    .video-testimonial-inner .play_btn_circle .dots {
        width: 70%;
        height: 40%;
    }

    .video-review-box .image {
        height: 210px;
    }

    .box.style10 .text {
        min-height: inherit;
    }

    .filter.custom_select {
        margin-top: 20px
    }

    .group-wavy-area.home-style .cloud_bg {
        height: 35%;
    }
	.newsletter_inner .left img {
    width: 100%;
}
	.solution-area {
    margin-top: -90px;
}
	.newsletter_inner {
    padding-bottom: 240px;
}
	.cta-btn{
		width:100%
	}
	.wavy-ocean {
    margin-top: 0px;
    height: auto;
}
	.group-wavy-area.home-style .cloud_bg {
    height: 385px;
}

}

.breadcrumb-wrap {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    margin: 0 0 40px;
	color: #fff;
}

.breadcrumb-wrap .separator {
    color: #5ba1fb;
    font-family: Arial, sans-serif;
    position: relative;
    top: 1px;
    margin: 0 5px;
    font-size: 14px;
}

#gform_confirmation_message_1 {
    background: rgba(255,255,255,0.1);
    color: #fff;
    padding: 10px 20px;
    text-align: center
}

.gform_wrapper:not(#gform_wrapper_1) .gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.gform_wrapper:not(#gform_wrapper_1) .gform_fields > div {
	padding: 0 15px;
	margin-bottom: 20px;
}

.gform_wrapper:not(#gform_wrapper_1) label {
	display: none;
}

.gform_wrapper:not(#gform_wrapper_1) .gfield_validation_message {
	color: red;
	font-size: 14px;
}

.paginations {
    margin: 40px 0 0
}

.paginations ul {
    display: flex;
    align-items: center;
}

.paginations ul li {
    margin-right: 10px;
}

.paginations ul li span,
.paginations ul li a {
    border: 1px solid #ddd;
    color: #999;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    min-width: 35px;
    display: table;
    text-align: center;
    font-size: 14px;
}

.paginations ul li span {
    background: #2b3347;
    border-color: #2b3347;
    color: #fff;
}

.paginations ul li i {
    position: relative;
    top: 1px;
}

.paginations ul li a:hover {
    border-color: #2b3347;
    color: #2b3347;
}

body.error404 header {
	background: #222837;	
}

.error-page {
	padding: 210px 0 60px
}

nav#menu > ul > li span {
	display: none;
}

@media(max-width: 991px) {
	
	nav#menu > ul > li {
		position: relative;
	}

	nav#menu > ul > li span {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 8px;
		right: 0;
		z-index: 2;
		display: table;
		opacity: 0;
	}	
	
	body.menu-act {
		overflow: hidden;
	}
	
}

@media(max-width: 585px) {

	.gform_wrapper:not(#gform_wrapper_1) .gform_fields {
		display: block;
	}

}

.banner-area {
    background-color: #212837 !important;
}

.post-content > ul {
	margin: 0 0 30px 15px;
}

.post-content > ul li {
	list-style: disc;
	margin: 4px 0;
}

.post-content > ol {
	margin: 0 0 30px 15px;
}

.post-content > ol li {
	list-style: decimal;
	margin: 4px 0;
}

body.single-video .video-wrap {
	margin: 60px 0;
	border: 1px solid #eee;
	padding: 20px;
}

.post-content li::marker {
    color: #5ba1fb
}

.post-content tr th {
    background-color: #5ba1fb;
    color: #fff;
    text-align: center;
    border-color: #7c8696;
}

.lity-content img {
	max-width: 95%;
}

.box.style8 {
	transition: 0.3s all;
}

.video-wrapper {
    position: relative;
}

.video-wrapper .newsletter_inner {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.video-wrapper .newsletter_inner > div {
    background: #2B3346;
    padding: 50px;
    width: 95%;
    max-width: 600px;
}

.video-wrapper .newsletter_inner > div h3 {
    font-size: 32px;
    color: #fff;
    margin: 0;
	text-align: center;
}

.video-wrapper .newsletter_inner .c_form.style2 {
    padding: 0px;
}

.video-wrapper .newsletter_inner form {
    width: 100%;
}

.video-wrapper .newsletter_inner input[type="submit"] {
    width: 165px;
}

.video-wrapper .newsletter_inner input:not([type="submit"]) {
	color: #000;
}

#gform_confirmation_message_6 {
    text-align: center;
    padding-top: 20px;
}

.video-wrapper {
	opacity: 0;
}

.video-wrapper.enabled {
	opacity: 1;
}

@media(max-width: 767px) {
    
.video-wrapper .newsletter_inner > div {
    padding: 25px;
    max-width: 450px;
}

.video-wrapper .newsletter_inner > div h3 {
    font-size: 22px;
}  
	.hero-form-area  .c_form.style2 {
    width: 100%;
    padding: 30px;
}

}

@media(max-width: 585px) {

.newsletter_inner form input:not([type="submit"]) {
    padding: 0 15px;
    padding-right: 90px;
}   

body .newsletter_inner form input[type="submit"] {
    width: 90px !important;
    font-size: 13px !important;
    padding: 10px;
}
	.hero-form-area  .c_form.style2 {
    position: inherit;
    right: auto;
    width: 100%;
    margin-top: 30px;
    padding: 30px;
}

}

body.single-video .box-slider .slide {
    padding: 0 15px 5px;
}