/*
Theme Name: Get Vision Theme
Theme URI: brainagent.co
Author: Brainagent Team
Author URI: brainagent.co
Description: Wordpress theme for Get Vision website.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wordpress wpbakery
Text Domain: gvt
*/
html,body{
    min-height: 100%;
	max-height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.3;
	text-align: left;
	-ms-overflow-x: hidden;
	max-width:100%;
}
h1,h2,h3,h4,h5,h6{
	color: #373737;
}
.wpb_wrapper p{
	text-align: justify;
}
p{
	color: #808080;
	line-height: 1.5;
}
*{
	box-sizing: border-box;
	
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 90%;
}


.h-top-row > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 30px;
	    z-index: 4;
    position: relative;
}
.h-top-row img {
    width: 100%;
}
.h-menu-row ul.menu {
    display: flex;
    justify-content: space-between;
        width: 100%;
    margin: 30px auto;
    padding: 0px 60px;
}
.h-menu-row ul.menu>li {
    list-style: none;
}
.h-menu-row ul.menu>li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.sub-menu{
    position: absolute;
    opacity:0;
}
/*Mob menu burger*/
.menu-but {
    cursor: pointer;
    display: none;
}

.menu-but .bar1,
.menu-but .bar2,
.menu-but .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}


.header.mm-open .menu-but .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.header.mm-open .menu-but .bar2 {
    opacity: 0;
}

.header.mm-open .menu-but .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/*Mob menu burger end*/

.header{
    z-index: 11;
}

.c-title-1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 15px 0px;
}
.c-title-2 {
    text-align: center !important;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #6495ED;
}
.svg-ico-1 img {
    height: 100px;
    width: auto;
}
.wpb_text_column {
    color: #555;
    line-height: 1.5;
}
.image-row {
    margin-top: 45px;
    justify-content: space-between;
}
.svg-ico-1 img {
    height: 75px !important;
    width: auto;
    margin: 60px 0px;
        margin-top: -110px;
}
.head-top-row .vc_column-inner {
    transform: translateY(50%);
}
.image-row>.wpb_column {
    max-width: 500px;
}
li.lang-item {
    list-style: none;
}
li.lang-item>a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
li.lang-item>a img{
    position: relative;
    top: 1px;
}

footer {
    background: #DFE6FF;
	position: relative;
}
.up-btn {
    width: 60px;
    height: 60px;
    background: #6495ED;
    display: flex;
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    right: 50px;
    top: -80px;
    cursor: pointer;
}
.up-btn img {
    width: 35px;
    height: 35px;
	    position: relative;
    top: -2px;
}
footer p{
	color: #373737;
}
.foo-wr {
    background-repeat: no-repeat;
/*     background-image: url(/wp-content/themes/get-vision-theme/images/lielais_logo.svg); */
    background-position: center;
	background-size: auto 80%;
	padding-top: 60px;
}
.foo-row {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.foo-col-1 {
    max-width: 300px;
}

footer .big-f-t {
    font-size: 32px;
	color: #6495ED;
}
    
.small-f-t {
    font-size: 22px;
	color: #6495ED;
}
footer h3{ 
    font-weight: 700;
    line-height: 40px;
	margin-bottom: 15px
}

.foo-col-1 .textwidget {
    line-height: 1.7;
}
.foo-col-1 img {
    width: 60%;
    margin-top: 20px;
}
.fi-location .textwidget,
.fi-mail .textwidget,
.fi-fax .textwidget,
.fi-phone .textwidget
{
	display: flex;
    align-items: center;
}
.fi-location .textwidget:before {
    content: url(/wp-content/themes/get-vision-theme/images/location-g1.svg);
    height: 22px;
    width: 16px;
    margin-right: 15px;
    display: inline-block;
}
.fi-phone .textwidget:before {
    content: url(/wp-content/themes/get-vision-theme/images/phone-g1.svg);
    height: 22px;
    width: 16px;
    margin-right: 15px;
    display: inline-block;
}
.fi-fax .textwidget:before {
    content: url(/wp-content/themes/get-vision-theme/images/fax-g1.svg);
    height: 22px;
    width: 16px;
    margin-right: 15px;
    display: inline-block;
}
.fi-mail .textwidget:before {
    content: url(/wp-content/themes/get-vision-theme/images/mail-g1.svg);
    height: 22px;
    width: 16px;
    margin-right: 15px;
    display: inline-block;
}
.foo-col-2 .textwidget{
	margin: 15px 0px;
}
.foo-col-3 .textwidget{
	margin: 15px 0px;
}
.foo-stripes{
	margin-top: -120px;
	width: 100%;
}
.foo-col-3 a {
    color: inherit;
    text-decoration: none;
}
.foo-copy {
    text-align: center;
    padding-bottom: 30px;
}

.foo-col {
    margin-right: 30px;
}
.c-title-3 {
    font-size: 44px;
    font-weight: 700;
}
.qs-block .ab-title h3 {
    font-size: 28px;
    color: #6495ED;
    font-weight: 600;
    display: inline;
}
.qs-block .ab-title img {
    height: 28px;
    margin-left: 10px;
    position: absolute;
        top: 19px;
}
.qs-block .ab-title {
    
    margin-bottom: 30px;
}

.ab-text {
    text-align: justify;
}

.qs-stripes {
    height: 4px;
    display: flex;
    width: 100px;
    margin-top: 30px;
}
.qs-stripes>div:first-child {
    background: #6495ED;
}
.qs-stripes>div:last-child {
    background: #dde3ef;
}
.qs-stripes>div {
    display: inline-block;
    width: 50%;
    height: 4px;
}
.img100 * {
    width: 100%;
}
.img90{
        margin-bottom: 0px;
}
.img90 * {
    width: 95%;
}
.es-block{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65C7B4+0,6487e7+100 */
background: #65C7B4; /* Old browsers */
background: -moz-linear-gradient(45deg,  #65C7B4 0%, #6495ED 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #65C7B4 0%,#6495ED 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #65C7B4 0%,#6495ED 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65C7B4', endColorstr='#6495ED',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    display: flex;
    flex-direction: column-reverse;
    padding: 30px;
    position: relative;
    border-radius: 15px;
        margin-bottom: 30px;
}
.es-block:before {
    content: "";
    padding-top: 100%;
	display: block;
}

.es-block img {
    width: 30%;
    align-self: flex-end;
    position: absolute;
	right:30px;
	bottom: 30px;
}
.es-block .ab-text {
    position: absolute;
    top: 30px;
    padding-right: 30px;
}
.es-block .ab-text p{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: left;

}
.es-block .ab-text *{
    color: #fff;
    font-size: 20px;
    text-align: left;
}
img.ih-block-img {
    max-width: 100%;
    vertical-align: middle;
}

.efn-ih-block {
    position: relative;
}
.hover-block {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    display:none;
    padding: 45px;
    color: #fff;
    font-weight: 600;
}
.efn-ih-block:hover .hover-block, .gih-block-entry:hover .hover-block{
    display: block;
}
.ih-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.ih-subtitle {
    width: 50%;
    margin-bottom: 20px;
    min-width: 230px;
}
.ih-author {
    font-size: 14px;
}
.ih-author img {
    height: 16px;
    vertical-align: bottom;
    margin-right: 5px;
}
.efn-block {
    padding: 0px 30px;
}

.efn-block .ab-title {
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    
}

.cms-cr-block {
    margin: 10px 0px;
    display: flex;
    font-weight: 500;
}
.cms-cr-block.cr-it img {
    width: 20px;
    max-height: 20px;
    margin-right: 10px;
}
.cr-b{
    color: #6495ED;
}
.cr-bb1 .cr-text-1{
    color: #6495ED;
    margin-right: 3px;
}
.cr-bb2 .cr-text-2{
    color: #6495ED;
    margin-left: 3px;
}
.cu-block {
    display: flex;
    margin-bottom: 30px;
}
.cu-block img {
    margin-right: 15px;
    height: 30px;
    margin-top: 5px;
}
.cu-block {
    display: flex;
    margin-bottom: 30px;
}
.contact-form input {
    background: #f2f2f2;
    box-shadow: none;
    border: none;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 5px;
    font-family: inherit;
    width: 80%;
    font-size: 16px;
}
.contact-form textarea {
    background: #f2f2f2;
    border: none;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 5px;
    resize: none;
    font-family: inherit;
    width: 80%;
    font-size: 16px;
}
.c-but-2, .c-but-2a>a{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65C7B4+0,6487e7+75 */
    background: #65C7B4 !important; /* Old browsers */
    background: -moz-linear-gradient(left,  #65C7B4 0%, #6495ED 75%) !important;; /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #65C7B4 0%,#6495ED 75%) !important;; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #65C7B4 0%,#6495ED 75%) !important;; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65C7B4', endColorstr='#6495ED',GradientType=1 ) !important;; /* IE6-9 */
    width: auto !important;
    padding: 7.5px 30px !important;
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
}
.c-but-2a>a{
    font-size: 20px !important;
}
.cu-map-block .ab-title {
    font-weight: 600;
}
.cu-map-block .ab-text {
    text-align: center;
}
.cu-map-block .ab-text p {
    text-align: center;
    font-size: 16px;
    line-height: 1.3 !important;
    margin-bottom: 5px;
}
.fe-button a {
    text-decoration: none;
    border-radius: 20px;
}
.cu-map-block {
    max-width: 100px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.cu-map-block img {
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.cu-map-block.blue .ab-bn>div{
    background: #6495ED;
}
.cu-map-block.green .ab-bn>div{
    background: #65C7B4;
}
.ab-bn>div {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    margin: 2px;
    font-weight: 700;
}
.ab-bn {
    display: flex;
}
.c-title-4 {
    font-size: 24px;
    font-weight: 600;
}
.ot-block {
        background: #6495ED;
    display: flex;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    height: 250px;
    margin-bottom: 30px;
    font-weight: 600;
        font-size: 18px;
    line-height: 1.2;
}
.ot-block .ico {
    height: 60px;
    margin-right: 10px;
}

img.back-image {
    position: absolute;
    height: 60%;
    bottom: 40px;
    right: 30px;
    opacity: .2;
}

.cms-om-block {
    display: flex;
    flex-wrap: wrap;
}
.om-entry {
    width: 20%;
    padding: 10px;
    margin-bottom: 20px;
}
img.om-image {
    width: 100%;
}
.om-popup {
    display: none;
    position: static;
}
.om-name {
    text-align: center;
    font-size: 20px;
    margin: 7.5px 0px;
    font-weight: 700;
}
.om-prof {
    color: #808080;
    text-align: center;
}
.om-img-wr {
    position: relative;
}
.om-but {
    border: none;
    border-radius: 15px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    display: none;
}
.om-entry:hover .om-but{
    display: block;
}
.glightbox-gl-om-popup .goverlay {
    background: rgba(255,255,255,.95);
}
.om-close {
    position: absolute;
    height: 30px;
    right: 0px;
    top: -40px;
    cursor: pointer;
}
.om-close img {
    height: 100%;
}
.om-desc ul{
    padding-left: 30px;
    margin-bottom:20px;
}
.om-desc ul li{
    margin-bottom: 10px;
}
.om-desc p {
    margin-bottom: 15px;
    color: #3f3f3f;
}
.om-desc strong {
    font-weight: 700;
}
.om-popup-wr .om-name{
    font-size:44px;
    margin-bottom:20px;
}
.image-row .wpb_text_column {
    text-align: justify;
}
.flex-center .cms-om-block {
    justify-content: center;
}
button:focus {outline:0;}

.efn-block .ab-title h3 {
    font-size: 22px;
}
.mdrop {
    display: inline-block;
}
.mdrop img{
    height: 17px;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -2px;
}
.h-menu-row .dropdown-menu{
    display: none;
        padding: 15px;
    position: absolute;
    margin-left: -15px;
    margin-top: 20px;
    background: #e7eaed;
}
.menu-item-has-children:hover .dropdown-menu {
    display: block;
}
.q-block-q img{
    width: 120px;
}
.q-block-q2 {
    text-align: right;
}

.q-block-q-text {
    font-size: 24px;
    font-weight: 700;
    color: #6495ED;
    padding: 45px 0px;
    line-height: 1.5;
}
.gv-title.c-title-5 {
    font-size: 24px;
    font-weight: 700;
    color: #6495ED;
    line-height:1.3;
}
.qs-stripes.ct5 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.h-menu-row .dropdown-menu li {
    list-style: none;
    padding: 15px 30px;
    border-bottom: 1px solid #fff;
    background: #fbfbfb;
}
.h-menu-row ul.dropdown-menu>li a {
    font-weight: 400;
    font-size: 18px;
    color: #555;
}
.h-menu-row .dropdown-menu {
    display: none;
    position: absolute;
    margin-left: -15px;
    background: #e7eaed;
    margin-top: 20px;
    padding:0px;
}
.cms-pl-block:before {
    content: "";
    padding-top: 100%;
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
}
.cms-pl-block:after {
    content: "";
    display: table;
    clear: both;
}
img.pl-block-img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    max-height: 50px;
	flex-shrink: 0;
}
.cms-pl-block {
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 5px #ccc;
    padding: 15px;
    position: relative;
    background: #fff;
}
.pl-title {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 30px);
    color: #444;
    font-size: 15px;
    line-height: 1.2;
	left: 15px;
}
.pl-title .title-stripes {
    height: 2px;
    background: #e2ede9;
    margin-top: 8px;
    position: relative;
}
.pl-title .title-stripe-1 {
	background: #6495ED;
    width: 30%;
    height: 100%;
    position: absolute;
}
.cms-pl-block:hover {
    box-shadow: inset 0px 0px 48px #F2FAFE, 2px 2px 5px #ccc;
}
img.gc-img {
    max-width: 100%;
    vertical-align: middle;
}
.cms-g-block {
    position: relative;
    
}
.gc-hover-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: -moz-linear-gradient(45deg, rgba(101,200,171,0.9) 0%, rgba(99,144,230,0.9) 100%);
    background: -webkit-linear-gradient(45deg, rgba(101,200,171,0.9) 0%,rgba(99,144,230,0.9) 100%);
    background: linear-gradient(45deg, rgba(101,200,171,0.9) 0%,rgba(99,144,230,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e665c8ab', endColorstr='#e66390e6',GradientType=1 );
    padding: 20px;
    color: #fff;
    display: flex;
    flex-flow: column;
    opacity: 0;
    transition: opacity .3s ease-in;
}
.cms-g-block:hover .gc-hover-block {
    opacity: 1;
}
/* .ig-title:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    width: 100%;
    bottom: -5px;
    left: 0px;
} */
.ig-title {
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}
.gc-bottom-row {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    align-items: center;
}
.gc-open_but {
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.ig-description {
    flex: 1;
    overflow: hidden;
	font-weight: 300;
}
.grid-row-4 .vc_column_container>.vc_column-inner{
    margin-bottom:20px;
}
.glightbox-global-img-popup .gslide-media {
    box-shadow: 2px 2px 8px #ddd;
    position: relative;
}
.glightbox-global-img-popup .goverlay {
    background: rgba(255,255,255,.92) !important;
}

.glightbox-global-img-popup .gslide-media .om-close img {
    width: 30px !important;
    min-width: auto;
}
.gih-block-entry {
     padding-top: 50%;
    background-size: cover;
    background-position: center;
    margin: 3px 4px;
    position: relative;
}
.gih-block{
    display:flex;
    flex-wrap:wrap;
}
.gih-block-have-3>div, .gih-block-have-4>div, .gih-block-have-5>div,.gih-block-have-6>div {
    width: calc(50% - 8px);
    padding-top: 40%;
}
.gih-block-have-1>div, .gih-block-have-2>div,.gih-block-have-3>div:nth-child(1),.gih-block-have-5>div:nth-child(3),.gih-block-have-6>div:nth-child(3),.gih-block-have-6>div:nth-child(4){
     width: 100%;
     padding-top: 50%;
}
.gih-block .gih-block-entry .hover-block{
    padding:20px;
}
.gih-row {
    margin-bottom: 30px;
}
.gih-row  .wpb_text_column{
    text-align: justify;
}

.pl-sh .wpb_text_column {
    margin: 10px;
    text-align: center;
}
.pl-sh .vc_col-sm-3 {
    border-left: 1px solid #f0f0f0;
}
.pl-sh {
    padding-top: 15px;
    padding-bottom: 15px;
     box-shadow: 2px 2px 5px #eee;
    margin-bottom: 10px;
        background: #fff;
}

.price-list-body-row {
    display: flex;
    align-items: stretch;
}
.price-list-body-row  .wpb_text_column {
    margin: 0px 45px;
    padding: 15px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.price-list-body .wpb_wrapper>.price-list-body-row:last-child .wpb_text_column{
    border-bottom:none;
}
.price-list-body-row .vc_column-inner, .price-list-body-row .wpb_wrapper, .price-list-body-row .wpb_content_element{
    height:100%;
}
.pl-sh p {
    color: #333;
    font-size: 18px;
}
.price-list-head p {
    font-weight: 600;
    font-size: 20px;
}
.price-list-title p {
    color: #6495ED;
    font-weight: 600;
    font-size: 18px;
}
.price-list-body-row  .vc_col-sm-3{
    font-weight:bold;
}
.price-list-head {
    display: flex;
    align-items: center;
}
.list-item>img {
    height: 25px;
    margin-right: 10px;
	width: 25px;
}
.list-item {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    color: #808080;
}
@media only screen and (min-width: 550px) { 
    .grid-row-4 .vc_column_container>.vc_column-inner{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom:10px;
    }
    .grid-row-4.vc_row {
        margin-left: -5px;
        margin-right: -5px;
    }
    
}
.gih-row>.wpb_column:not(.ph-30)>.vc_column-inner {
    padding: 0px 12.5px;
}
.gih-row .ph-30 p{
    margin-bottom: 15px;
}
.ih-block-bi {
    height: 150px;
    display: flex;
    align-items: center;
    font-size: 44px;
    font-weight: 700;
    background-repeat: no-repeat;
    margin: 30px 0px;
	    background-size: 180px 100%;
}
.c-but-5 button {
    color: #fff !important;
    background: cornflowerblue !important;
    font-size: 18px !important;
    font-weight: 700;
    border-radius: 30px !important;
    padding: 12px 30px !important;
}
.c-htb-2 .list>li>span {
    color: #808080;
    line-height: 1.5;
}
.c-htb-2 .list>li {
    color: #6495ED;
    margin: 15px 0px;
}
.c-htb-2 .list {
    padding-left: 20px;
}
.ht-warn-row {
    padding: 30px;
    box-shadow: 2px 2px 7px #ccc;
    border-radius: 7px;
}
.c-title-7 {
    color: #E24747;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}
.ht-warn-row .wpb_text_column {
    text-align: justify;
    margin-bottom: 15px;
}
.list-item-3 {
    display: flex;
    color: #808080;
}
.li-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
	    min-width: 88px;
}
.li-number img {
    height: 47px;
	width: 70px;
}
.lin-stripe {
    width: 2px;
    background: #d6deff;
    min-height: 70px;
    margin: 15px 0px;
    flex: 1;
}
.li3-text{
    line-height: 1.5;
    margin-bottom: 20px;
}
.cms-lvc-block.c-lvc-1 {
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 5px;
    padding: 45px 45px 15px;
    border-bottom: 7px solid;
    height: 100%;
    margin: 0px 15px;
    background: rgba(255,255,255,0.8);

}
.lvc-1-list img {
    height: 18px;
    margin-top: 3px;
}
.lvc-1-title {
    padding-left: 28px;
    font-size: 20px;
    font-weight: 700;
}
.lvc-1-list .list-item {
    align-items: flex-start;
    color: #606060;
}
.eq-height.vc_column-inner, .eq-height .wpb_wrapper, .eq-height .wpb_content_element{
    height:100%;
}
.lvc-2-img img {
    width: 120px;
    margin-right: 30px;
}
.c-lvc-2 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.lvc-2-text {
    text-align: justify;
}
.img-c-stripes-1 img {
    width: 100vw;
    height: auto;
    transform: rotatey(180deg);
}
.c-lvc-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
	
}
.lvc-3-title {
    font-size: 90px;
    font-weight: 700;
    color: cornflowerblue;
}
.lvc-3-stripe {
    height: 3px;
    width: 100px;
    background: cornflowerblue;
}
.text-margin-1 .wpb_text_column {
    text-align: justify;
    margin-bottom: 10px;
}
.img-row-1 *{
    width: 100%;
}
.lvc-4-img img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.c-lvc-4 {
    display: flex;
    margin-bottom: 45px;
}
.lvc-4-line {
    width: 100%;
    height: 3px;
    margin-top: 10px;
    background: #f7f7f7;
}
.lvc-4-inner-line {
    height: 100%;
    background: #65C7B4;
}
.lvc-5-title {
    color: #D6DEFF;
    font-weight: 700;
    font-size: 55px;
}

.lvc-5-line {
    width: 100%;
    height: 4px;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.lvc-5-inner-line {
    background: #d6deff;
    width: 33%;
    height: 100%;
    display: inline-block;
    top: -14px;
    position: relative;
}
.g2{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65C7B4+0,6389dc+100 */
background: #65C7B4; /* Old browsers */
background: -moz-linear-gradient(left, #65C7B4 0%, #6495ED 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #65C7B4 0%,#6495ED 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #65C7B4 0%,#6495ED 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65C7B4', endColorstr='#6495ED',GradientType=1 ); /* IE6-9 */
}
.cms-tm-block li {
    list-style: none;
    
}
.cms-tm-block {
    display: flex;
    justify-content: center;
    /*height: 80px;*/
}

ul.tm-sub-menu {
    width: 100%;
    top: 100%;
    transition: all .3s ease-in;
    background-color: rgba(255,255,255,.1);
    overflow: hidden;
    height: 0px;
}
.tm-menu>.tm-menu-item {
    cursor: pointer;
    /*position: absolute;*/
    border: 1px solid #fff;
    /*transform: translate(-50%, 0px);*/
    border-radius: 10px;
    overflow: hidden;
}
.tm-menu-item-top {
    padding: 8px 40px;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.tm-menu-item-top svg {
    width: 13px;
    vertical-align: middle;
    margin-left: 7px;
    transition: transform .4s ease-in;
	height:13px;
}
.tm-menu-item.active .tm-menu-item-top svg{
    transform: rotate(180deg);
}
/*.tm-menu-item:hover .tm-sub-menu, */
.tm-menu-item.active .tm-sub-menu {
    display: block;
    background-color: rgba(255,255,255,1);
    height: auto;
    padding: 5px 0px;
}
li.tm-menu-item.active {
    border: 1px solid #dfe6ff;
}
.overflow-visible{
    overflow: visible !important;
    z-index: 10;
}
ul.tm-menu {
    padding: 20px 0px;
}
li.tm-submenu-item {
    padding: 0px 20px;
}

li.tm-submenu-item a {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #dfe6ff;
    display: block;
    padding: 7px 0px;
}

ul.tm-sub-menu>li:last-child>a {
    border: none;
}
.c-tb-1 .list-item {
    align-items: flex-start;
}
.tb-list-n {
    min-width: 30px;
    font-size: 22px;
    font-weight: 700;
    color: cornflowerblue;
    line-height: 1;
}
.c-htb-3.v2 .list-item-3 .li3-text {
    margin-bottom: 0px;
}
.c-htb-3.v2 .list-item-3 {
    align-items: center !important;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.tpnli svg {
    height: 13px;
	width: 13px;
}
.tpnli.tpnli-prev svg {
    transform: rotate(90deg);
    margin-right:10px;
}
.tpnli.tpnli-next svg {
    transform: rotate(-90deg);
    margin-left:10px;
}
.tpnli {
    display: flex;
    align-items: center;
}
.tpnli a {
    text-decoration: none;
    color: #6495ED;
}
.cms-tpnl-block {
        display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #dfe6ff;
}
.oho-i-block {
    position: relative;
        cursor: help;
}
.iblock1.iblock1-img2 {
    position: absolute;
    opacity: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}
.iblock1 img{
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 100%;
}
.oho-i-block:hover .iblock1-img1 {
    opacity: 0;
}
.oho-i-block:hover .iblock1-img2 {
    opacity: 1;
}
.oho-i-block:hover .iblock1 {
    transition: opacity 1s ease !important;
}
.iblock1 {
    transition: opacity .3s ease-in;
}

.c-table-1 th {
    text-align: center;
    font-weight: 400 !important;
    background: #6495ED !important;
    color: #fff;
}
.c-table-1 td[colspan] {
        background: #fff !important;
    color: #6495ED !important;
    position: relative;
    font-weight: 600;
        border-bottom: 1px solid #65C7B4 !important;
}
.c-table-1 td.column-1 {
    background-color: #6495ED;
    color: #fff;
    border-bottom: 1px solid #ccc !important;
}
.c-table-1 td, .c-table-1 th {
    border: 1px solid #6495ED !important;
    vertical-align: middle !important;
}
.c-table-1 td {
    color: #6495ED;
}
.c-table-1 thead th {
    text-align: center !important;
}
.c-table-1 td[colspan]:before {
    content: "";
    z-index: 10;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    top: -1px;
    border-top: 1px solid #6495ED;
    left: 0;
    border-bottom: 1px solid #6495ED;
}
.c-table-1 thead tr>th {
    border-right: 1px solid #ddd !important;
	font-weight: 600 !important;
}
.c-table-1 thead tr>th:first-child, .c-table-1 thead tr>th:last-child {
    border-right: 1px solid #6495ED !important;
}
.c-table-1-wr {
    max-width: 100%;
    overflow: auto;
}
.cms-ih-block, .ot-block{
    text-align: left;
}
.foo-fe{
	    background: #f9f9f9;
    padding: 20px 0px;
}
.foo-fe-in {
    background-image: url(images/b1.png), url(images/b2.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding: 40px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foo-fe-text {
    font-size: 26px;
    color: #6495ED;
    font-weight: 700;
    margin-right: 60px;
}
.foo-fe .c-but-2 {
    font-size: 22px;
    font-weight: 700;
    padding: 9px 40px 13px !important;
    border-radius: 30px;
}
@media (max-width: 991px){
	.foo-fe .fe-button {
		display: block;
	}
}
@media (max-width: 767px){
	.foo-fe-in {
		    flex-flow: column;
    background: none;
	}
	.foo-fe-text {
		margin-bottom: 40px;
    margin-right: 0px;
    text-align: center;
	}
	
}
@media (min-width:991px){
	.container.header {
		padding-top: 90px;
		transform: none !important;
		margin-left: auto !important;
	}
	.h-top-row {
		position: fixed !important;
		top: 0px;
		width: 100%;
		background: #fff;
		left:0px;
	}
}
@media (min-width:768px){
	
    .lvc-5-title {
        font-weight: 700;
    }
    .img-row-1 img{
        width: 65%;
    }
    .c-cols-1>div:first-child {
        width: 53%;
    }
    .c-cols-1>div:last-child {
        width: 47%;
    }
    .gih-block-have-1>div{
        padding-top: 75%;
    }
    .gih-row.image-row-r .c-title-1{
        text-align: center !important;
    }
    .gih-fc{
        padding-top: 30% !important;
    }
    .gih-row {
        margin: 0px 0px 30px;
        padding:10px;
    }
    .gih-row>.wpb_column>div.vc_column-inner {
        padding: 5px !important;
    }
    .gih-block{
            margin: -5px;
    }
    .h-menu-row ul.menu>li {
        padding-bottom: 20px;
    }
    .h-menu-row .dropdown-menu {
        display: none;
        position: absolute;
        margin-left: -15px;
        background: #E7F5FC;
        padding:0px;
    }
    .h-menu-row .dropdown-menu li {
        list-style: none;
        padding: 15px 30px;
        border: 1px solid #fff;
    }
    .h-menu-row ul.dropdown-menu>li a {
        font-weight: 400;
        font-size: 18px;
    }
    .no-space-row>.vc_column_container>.vc_column-inner {
        padding: 0px !important;
    }
    .env-ico-row{
        padding:0px 45px;
    }
    .ph-30>div>.wpb_wrapper{
        padding: 0 30px;
    }
    .vc_row.map-row, .vc_row.full-cont {
        margin: 0px -75px;
    }
    .page_inner.container {
        padding: 0px 60px;
    }
    .glightbox-gl-om-popup .gslide-inline {
        max-height: 60vh;
        width: 800px;
        overflow: visible;
        min-height: 400px;
        box-shadow: 2px 2px 8px #ddd;
        position:relative;
    }
    .om-popup .om-image {
        width: 250px;
        position: absolute;
        margin-top: -50px;
        margin-left: -50px;
        overflow: visible;
    }
    .om-popup-wr {
        margin-left: 230px;
    }
    .image-row-r .c-title-1 {
        text-align: right !important;
    }
    
}
