/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

.jux-thumbnail img {
    border-radius : 8px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #efefef;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    border-bottom : 1px solid #2D3066;
}
body:not(.mp-page) #sp-header {
    background: rgba(255,255,255,1);
}
body:not(.mp-page) #sp-header {
    background: rgba(255,255,255,0.5);
}
body:not(.home) #sp-header.header-sticky {
    /* position: fixed;     */
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 18px !important;
    font-weight: 500 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    /* font-weight: 600; */
}
.sp-megamenu-parent > li > span {
    color: #fff;
}

.footer-bottom-row {
    margin-top : 15px;
    padding-top : 20px;
    border-top : 1px solid #777;
    font-size : 13px;
    color : #ccc;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 18px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #2D3066;
}
.offcanvas-menu > .align-items-center {
    background: #efefef;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #2D3066;
}

.offcanvas-menu .offc-logo {
    max-width : 80%;
    height : auto;
}

.founder-logos img {
    display : block!important;
    margin : 0px auto 15px;
    height : 75px;
    width : auto;
    margin-bottom : 15px!important;
}

.founder-logos a {
    color : #2D3066;
}

.partner-logos img {
    max-width : 220px!important;
    max-height : 200px;
    height : auto;
    margin-top : 25px!important;
}

.founder-logo img {
    margin-bottom : 15px!important;
}

blockquote {
  margin: 0;
  position: relative;
  text-align: center;
  padding: 12px 0px 30px 38px !important;
}

blockquote p {
    text-align : left;
}

.mt10 {
    margin-top : 10px;
}

.mt20 {
    margin-top : 20px;
}

.mt30 {
    margin-top : 30px;
}

.mt40 {
    margin-top : 40px;
}

.mt50 {
    margin-top : 50px;
}

.mt60 {
    margin-top : 60px;
}

.mb10 {
    margin-bottom : 10px;
}

.mb20 {
    margin-bottom : 20px;
}

.mb30 {
    margin-bottom : 30px;
}

.mb40 {
    margin-bottom : 40px;
}

.mb50 {
    margin-bottom : 50px;
}

.mb60 {
    margin-bottom : 60px;
}

blockquote::before {
  content: "\201C";
  top: 30px;
}
blockquote::before, blockquote::after {
  font-size: 45px;
  color: #2D3066;
  position: absolute;
  height: 2px;
  left: 40px;
  right: 0px;
  line-height: .5;
  background: linear-gradient(to right, #2D3066 45%, transparent 45%, transparent), linear-gradient(to right, transparent, transparent 55%, #2D3066 55%);
  font-family: serif;
}

blockquote::after {
  content: "\201D";
  bottom: 30px;
}

.founder-logos p {
    color: #2D3066;
    font-size : 18px;
    line-height : 30px;
    font-weight : 400;
}

.about-logo img {
    height : 23vh;
    width : auto;
    max-height : 400px;
    max-width : 100%;
}

.mb0 {
    margin-bottom : 0px;
}

#sp-footer1 i {
    margin-left : 10px;
}

/*** Block Styles ***/
/* Button */
.btn {
    font-size: 14px;
    font-weight: 500; 
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    border-style: double;
    border-width: 0px 0px 4px 0px;
}
.button, .button:hover {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    fill: #000;
    color: #000;
    background-color: transparent;
    padding: 0;
    border: none;
}
.button-link {
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.4px;
    fill: #ffffff;
    color: #ffffff;
    border: none;
    border-radius: 0px 0px 0px 0px;
    padding: 27px 70px 27px 70px;
}
.button-link:hover {
    background-color: #f16e43 !important;
}
.btn:hover {
    background-color: transparent;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.login .btn-primary {
    padding: 10px;
    color: #fff !important;
}
.login .btn-primary:hover {
    color: #fff !important;
}

/* Slider */
.slider {
    position: relative;
}
.slider:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    z-index: -1;
    background-image: linear-gradient(180deg, #020315 0%, rgba(242,41,91,0) 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.slider h1 {
    font-size: 72px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.1em;
    margin-bottom: 50px;
}
.slider h3 {
    text-transform: capitalize;
    font-weight: 600;
}
.slider .shrewd_solution_icon ul li strong {
    display: none;
}
.slider .shrewd_solution_icon ul,
.slider .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.slider .shrewd_solution_icon ul li a {
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

/* Title */
.title h4 {
    position: relative;
}
.title h4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 90px;
    width: 1px;
    display: inline-block;
}
.title h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
}
.title.white h2 {
    color: #fff;
}

/* About */
.about-row > .sppb-column-addons {
    margin-top: 120px;
    background-color: #f6f6f6;
    padding: 50px 0;
}
.about .title h4 {
    padding-bottom: 130px;
}
.about .title h4:before {
    bottom: 0;
}
.about .about-item h5 {
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.about.founder .about-item h5 {
    font-size: 40px;
    font-weight: 600;
}
.about-row.founder-row > .sppb-column-addons {
    background-color: #fff;
    margin-top: 0;
}
.about-item .shrewd_solution_icon {
    margin-top: 30px;
}
.about-item .shrewd_solution_icon ul li strong {
    display: none;
}
.about-item .shrewd_solution_icon ul,
.about-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.about-item .shrewd_solution_icon ul li:first-child {
    margin-right: 30px;
    font-size: 13px;
    font-weight: 800;
}
.about-item .shrewd_solution_icon ul li a {
    font-size: 17px;
    height: 36px;
    width: 36px;
    background: #b7b7b7;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.about-item.none .shrewd_solution_icon ul li:first-child {
    margin-right: 0px;
}
.about-item.none .shrewd_solution_icon ul li a {
    font-size: 21px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: 0;
    margin-right: 10px;
}

/* Our Recent */
.our .title h4 {
    padding-top: 110px;
}
.our .title h4:before {
    top: 0;
}
.our .sppb-col-md-4 {
    padding: 0 !important;
}
.our-item,
.our-item .sppb-img-container {
    position: relative;
}
.our-item .sppb-addon-title a {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 3;
    font-size: 16px;
    text-transform: capitalize;
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(0,0,0,0.69);
    border-radius: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.our-item .sppb-addon-title a:hover {
    background-color: #000;
}
.our-item .sppb-addon-title a i {
    padding-left: 8px;
}
.our-item .sppb-addon-title strong {
    display: none;
}
.our-item .sppb-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(241,110,67,0) 0%, rgba(0,0,0,0.44) 100%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.our-item:hover .sppb-img-container:before {
    opacity: 0.8;
}
.our-item img {
    width: 100%;
}

/* Why */
.why {
    position: relative;
}
.why:before {
    position: absolute;
    content: '';
    height: 330px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #020315;
    display: inline-block;
    z-index: -1;
}
.why .title h4:before {
    content: none;
}
.why .title h2 {
    position: relative;
    padding-bottom: 130px;
}
.why .title h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 90px;
    width: 1px;
    display: inline-block;
    bottom: 0;
}
.why .sppb-col-md-4 {
    background-color: #f6f6f6;
    margin-top: -50px;
}
.why-item img {
    width: 33%;
}
.why-item p {
    color: #7a7a7a;
}
.why .button-link {
    background-color: #000 !important
}

/* Clients */
.clients .title h4:before,
.images .title h4:before {
    content: none;
}
.clients-item img{
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.clients-item .sppb-img-container,
.clients-item .sppb-media-content {
    width: 50%;
    float: left;
    text-align: left;
}
.clients-item .sppb-img-container {
    text-align: right;
}
.clients-item .sppb-media-content h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
}

/* Images */
.images .img-hover img {
    opacity: 0.52;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.images .img-hover img:hover {
    opacity: 1;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* Info */
.info {
    position: relative;
}
.info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.46) 0%, #000000 100%);
    opacity: 0.95;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.info-item h3 {
    text-decoration: underline;
}
.info .shrewd_solution_icon ul li strong {
    display: none;
}
.info .shrewd_solution_icon ul,
.info .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.info .shrewd_solution_icon ul li a {
    font-size: 24px;
    height: 50px;
    width: 50px;
    background: rgba(48,48,48,0.85);
    line-height: 53px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

/* Heading */
.heading .sppb-row-container {
    margin-top: -100px;
}
.heading h1 {
    font-size: 72px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.1em;
    margin-bottom: 50px;
}
.heading h3 {
    font-weight: 600;
}
.heading .title h2 {
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 800;
    padding-bottom: 130px;
}
.heading .title h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 90px;
    width: 1px;
    display: inline-block;
    bottom: 0;
}

/* Team */
.team-item .sppb-media-content {
    margin: -130px 40px 40px 40px;
    padding: 20px 0px 20px 0px;
    background-color: #fff;
    position: relative;
}
.team-item p {
    margin-bottom: 0;
    
}

.sovet-line {
    padding-bottom : 30px!important;
    
}

.sovet-line p {
    font-size : 18px;
    color : #2D3066;
}

/* Carousel */
.carousel span {
    position: relative;
    padding: 25px 0;
    display: inline-block;
}
.carousel span:before,
.carousel span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 180px;
    height: 1px;
    display: inline-block;
}
.carousel span:before {
    top: 0;
}
.carousel span:after {
    bottom: 0;
}
.carousel .sppb-col-md-4 {
    padding: 0 1px !important;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff!important;
    padding: 13px 20px;
}

.btn-width-fix .sppb-btn {
    width : 290px;
    min-width : 290px;
    max-width : 100%;
    display : block;
    margin : 0px auto 10px!important;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
  	font-size: 16px;
}
#sp-footer .container-inner {
    border-top: none;
  	padding: 50px 0 15px;
}
#sp-footer1, #sp-footer2 {
  	margin-top: 15px;
}
.sp-copyright > div {
    text-align: left;
}

.btn.btn-primary {
    border-radius : 8px;
    border : 0px;
    background : #f68e13;
    color : #FFF;
    font-weight : 500;
    display : inline-block;
    padding : 10px 25px;
}

.mp-slider a.btn-primary {
    font-size : 20px;
    padding : 13px 30px;
    font-weight : bold;
}

.mp-slider a.btn-primary:hover {
    color : #FFF!important;
}


.offcanvas-menu .offcanvas-inner a.btn {
    display : block;
    text-align : center;
    margin-top : 60px;
    font-weight: 600;
}

.height-100vw {
    min-height : calc(100vh - 100px);
}

.mp-slider-title h1 {
    font-size : 46px;
    line-height : 66px;
    font-weight : bold;
}

.text-right {
    text-align : right; 
}

.text-left {
    text-align : left;
}

.text-center {
    text-align : center;
} 

.arrow-7 {
    margin: 40px auto 10px auto;
    width: 38px;
    height: 100px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #337AB7;
    border-right: 5px solid #337AB7;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}

@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
}

.page-header h1, .article-details .article-header h1, .article-details .article-header h2 {
    text-align : center;
    color: #2D3066;
    font-weight: 700;
    font-size: 28px;
}

.vjs-poster img {
  border-radius : 8px!important;
}

.video-js .vjs-big-play-button { 
  background-color: #2D3066!important;
}

#news-video {
  margin: 0px auto 30px;
  display: block;
  border-radius : 8px!important;
}

.article-details .article-info {
  text-align : center;
  justify-content : center;
}

.article-details .article-intro-image img {
  border-radius : 8px;
  margin-bottom : 30px;
}

#sppb-addon-81d2a166-44e1-4b4b-a8b7-f9d676ff4c1c h4.sppb-addon-title {
    padding : 0 50px;
}

.doing-this-for h4 {
    font-family: 'Montserrat', sans-serif;
    font-size : 20px;
    font-weight : 600;
    margin-bottom : 20px;
}

.doing-this-for img {
    margin-bottom : 25px;
}

.doing-this-for .founder-logo {
    margin-bottom : 40px;
}

#news-video_html5_api {
  border-radius : 8px!important;
}

.article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 5px 0;
}

.article-info {
  
}

.article-info > span a {
  color: #777;
}

.carousel-wrap-full .carousel-wrap, .carousel-wrap-full .carousel-thumbs {
  width: 100%;
  margin: auto;
  position: relative;
}

.carousel-wrap-full .carousel-wrap img, .carousel-wrap-full .carousel-thumbs img {
    border-radius : 8px!important;
}

.carousel-wrap-full .owl-carousel .item {
  text-align: center;
  list-style: none;
}

.carousel-wrap-full .carousel-wrap .owl-carousel .prev-slide {
  background: #2D3066;
  color: #FFF;
  left: 0;
  border-radius: 0px 8px 8px 0px;
  text-align: center;
}
.carousel-wrap-full .carousel-wrap .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 44% !important;
  font-size: 30px;
  align-items: center;
  display: flex;
}

.carousel-wrap-full .carousel-wrap .owl-carousel .nav-btn i {
  font-size: 30px;
  display: block;
  margin: 0px auto;
  color : #FFF;
}

.carousel-wrap-full .carousel-wrap .owl-carousel .next-slide {
  background: #2D3066;
  color: #FFF;
  right: 0px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
}

img.prod-thumb {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.carousel-thumbs-full {
    margin-bottom : 10px;
    margin-top : 10px;
    text-align : center;
}

.carousel-thumbs-full .owl2-stage {
    width : 100%!important;
    text-align : center;
}

.carousel-thumbs-full .carousel-thumbs .item-inner {
  padding: 6px;
}

.carousel-thumbs-full .owl-carousel .item {
  text-align: center;
  list-style: none;
}

.carousel-thumbs-full .owl2-item {
  margin-right: 0px!important;
  display: inline-block!important;
  position: relative!important;
  float: none!important;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 8px;
    float : none;
    margin-top: 15px;
    max-width: 95%;
    height : auto;
    margin: 15px auto 0px;
}

.jux-thumbnail figure {
    border-radius: 8px; 
}

.jux-content-slider-wrapper .item .jux-content-inner {
  padding: 10px 25px;
}

.jux-content-slider a {
    color: #2D3066;
    font-size : 18px;
    font-weight : lighth;
}

.jux-content-slider-wrapper .owl-dots .owl-dot span {
  background-color: #656565;
  margin: 4px;
  width: 48px;
  height: 6px;
  border-radius: 3px;
}

.layout_2 .item .jux-date .post-day {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.layout_2 .item .jux-date .post-month {
  font-size: 16px;
  text-transform: uppercase;
}

.layout_2 .item .jux-title {
  margin-top: 0;
  padding-left: 80px;
  margin-bottom: 0px;
}

.jux-content-slider-wrapper .owl-dots {
  margin-top: 0px;
}

.layout_2 .item .jux-date {
  background-color: #2D3066;
}

#sp-footer p {
    color : #FFF;
    margin-bottom : 6px;
}

.layout_2 .item .jux-date {
  padding: 10px 10px 5px 10px;
}

.fw-bold {
    font-weight : 600;
}

.cont-item {
  margin-bottom: 20px;
}

.cont-item-title {
  font-size : 14px;
  color : #777;
}

.cont-item-value {
    padding-left : 30px;
    font-size : 18px;
}

.cont-item-value .fa-telegram {
    font-size : 20px;
    margin-right : 10px;
}

.cont-item-value .fa-vk {
    font-size : 22px;
}

.cont-item-value a {
    color : #2D3066;
}

.cont-item-value a.phone {
    font-weight : bold;
}

.cont-icons {
    font-size : 30px;
    /* padding-left : 30px; */
}

.cont-icons i {
    margin-right : 15px;
    color : #2D3066;
}

.ya-map-wrap, .ya-map-wrap iframe { 
    border-radius : 8px;
}

.lun-form {
    margin-top : 15px;
    border-radius : 8px;
    background : #efefef;
    padding : 30px;
}

.lun-form h4 {
  text-align: center;
  margin-bottom: 15px;
  color : #2D3066;
  font-size : 18px;
  font-weight : bold;
}

.lun-form label {
  text-align: center;
  width: 100%;
  font-size : 14px;
}

.lun-form input {
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.75;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #2D3066!important;
  border-radius: 8px!important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.lun-form textarea {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1.75;
  min-height: 140px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #2D3066;
  border-radius: 8px!important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body .lun-form .btn {
  padding-right: 45px;
  padding-left: 45px;
}

body .lun-form .btn:hover {
    color : #FFFFFF!important;
}

.pd-title {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
}

.pd-title a {
  color: #222;
}

#sp-main-body {
    min-height : 600px;
}




/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

@media (max-width: 1600px) {
    .mp-slider-title h1 {
        font-size : 42px;
        line-height : 60px;
    }    
}

@media (max-width: 1400px) {
    .sp-megamenu-parent > li.fond-menu-id101 {
        display : none;
    }
}

@media (max-width: 1200px) {
    .logo .logo-image {
        max-width : 280px!important;
        height : auto!important;
    }
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 15px;
    }
}

@media (max-width: 1400px) {
    .mp-slider-title h1 {
        font-size : 38px;
        line-height : 56px;
    }    
}

@media (max-width: 1000px) {
    .sppb-row-container {
      	max-width: 100%;
    }
    .founder-logos p {
      font-size: 16px;
      line-height: 26px;
    }    
.lun-form {    
    margin-left : 0px;
}
.tab-text-center {
    text-align : center;
}
    
.sovet-line p {
  font-size: 16px;
  color: #2D3066;
}    
.founder-logo img {
  height : 140px;
}    
.sppb-align-center {
  -ms-flex-align: start !important;
  align-items: start !important;
}
.sppb-blockquote-style {
  font-size: 16px!important;
  line-height: 1.45;
}
    .mp-slider-title h1 {
        font-size : 30px;
        line-height : 48px;
    }    
    .logo .logo-image {
      height: 40px!important;
      max-width : none;
    }    
    .logo-image-phone {
      height: 40px!important;
    }    
    .height-100vw {
        min-height : calc(100vh - 50px);
    }
    .sp-megamenu-parent > li.fond-menu-id101 {
        display : inline-block;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
    .sovet-line p {
        font-size : 16px;
    }
 
.jux-content-slider-wrapper .owl-dots .owl-dot span {
  background-color: #656565;
  margin: 4px;
  width: 12px;
  height: 6px;
  border-radius: 3px;
}    
.cont-item-value {
  padding-left: 0px;
}    
    .sovet-line .fio p {
        font-size : 18px;
    }
.cont-icons i {
  margin-right: 10px;
  margin-right: 10px;
  color: #2D3066;
}    
.partner-logos img {
  max-width: 80% !important;
  margin-top: 15px !important;
}    
.partner-logos p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
#sppb-addon-81d2a166-44e1-4b4b-a8b7-f9d676ff4c1c h4.sppb-addon-title {
        padding : 0 50px;
    }    
    .doing-this-for h4 {
      margin-bottom: 10px;
    }    
    .doing-this-for .founder-logo {
        margin-bottom : 10px;
    }    
.doing-this-for img {
    margin-bottom : 15px;
}    
.doing-this-for p {
    font-size : 16px;
}
  .doing-this-for .founder-logo .sppb-addon-text-block {
    margin-bottom: 15px !important;
  }    
    .founder-logo .sppb-addon-text-block {
        padding-bottom : 10px!important;
        margin-bottom : 30px!important;
        border-bottom : 1px solid #2D3066;
    }    
    blockquote {
      padding: 12px 0px 30px 10px!important;
    }    
    blockquote::before, blockquote::after {
      left: 10px;
    }    
    .sppb-blockquote-style {
      font-size: 16px!important;
    }    
    .jux-content-slider a {
        font-size : 18px;
        font-weight : 500;
    }    
    #sp-footer1 i {
        margin-right : 10px;
        margin-left : 10px;
    }
    .pagination-wrapper ul.pagination, .pagination-counter {
        text-align : center;
        justify-content: center;
    }
    .layout_2 .item .jux-title {
        margin-top: 30px;
        padding-left: 0px;
        margin-bottom: 0px;
        text-align : center;
    }    
    .jux-content-slider-wrapper .item .jux-content-inner {
        padding: 10px 0px;
    }    
    .pagination-wrapper ul.pagination li {
        display : inline-block;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
    .mp-slider a.btn {
        font-size : 20px;
        padding : 13px 30px;
        font-weight : bold;
    }    
    .mp-slider-title h1 {
        font-size : 20px;
        line-height : 30px;
    }    
    #sp-main-body {
        padding: 40px 0;
    }    
    #news-video {
        max-width:100%;
    }    
    .article-list .article .article-header h2, .article-list .article .readmore {
        text-align : center;
    }    
    .article-info {
        justify-content: center;
    }    
    #news-video {
        margin: 0px auto 20px;
    }    
    .carousel-thumbs-full {
        display : none;
    }
    .carousel-wrap-full .carousel-wrap .owl-carousel .nav-btn {
        height: 27px;
        width: 16px;
        top: 37% !important;
        font-size: 20px;
    }
    .carousel-wrap-full .carousel-wrap .owl-carousel .nav-btn i {
        font-size: 18px;
        color: #FFF;
    }
    
    .carousel-wrap-full {
        margin-bottom : 20px;
    }
    
    .mob-text-center {
        text-align : center;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
    .btn-width-fix .sppb-btn, .sppb-addon-button-group .sppb-btn {
        min-width : 90%;
        max-width : 100%;
    }
    
    .height-100vw {
        min-height : calc(100vh - 70px);
    }
    .mp-slider a.btn {
        font-size : 18px;
        padding : 13px 30px;
        font-weight : bold;
        width : 100%;
    }    
    .mp-slider-title h1 {
        font-size : 28px;
        line-height : 42px;
        text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
    }    
    
    
    
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.active button.btn.select-plan, button.btn.select-plan:hover, .button-pricing .sppb-btn-custom, a.slider-btn.right, a.slider-btn.left:hover,
.title h4:before, .why .button-link:hover, .button-link, .heading .title h2:before, .carousel span:before, .carousel span:after,
button.btn.btn-primary.validate, .why .title h2:before, .info .shrewd_solution_icon ul li a:hover, .login .btn-primary {
 	background-color: #2D3066!important;
    border-color : #2D3066;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.btn:hover, .alider-item i, .clients-item .sppb-media-content h4, .info-item h3, .slider .shrewd_solution_icon ul li a:hover, .counter-item i {
  	color: var(--text-color) !important; 
}
.btn {
  	border-color: var(--text-color) !important;
}
