*{

    transition: background-image 1s ease-in-out;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;

    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;

    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;

}

html{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


h1{
    margin: auto;
    font-size: 4em;
    line-height: 1.2em;
    /*    font-family: "Montserrat", serif;*/
}

h2{
    margin:.2em auto;
    font-size: 2.2em;
    line-height: 1.2em;
    /*    font-family: "Montserrat", serif;*/
}

h3{

    margin:.2em auto;
    font-size: 1.8em;
    line-height: 1.2em;
    /*    font-family: "Montserrat", serif;*/
}

p{
    font-size: 16px;
    line-height: 1.4em;
    color:#444;
}

.font_standard{
    font-size: 12px;
}



/********  PAGE AND STICKY FOOTER   **********/
.width_container{
    width:960px;
    margin: auto;
}

#page_wrapper_small {
    min-height: 100%;
    height: auto;
}

#footer_small img{
    vertical-align: middle;
}

#footer_small div{
    vertical-align: middle;
    height:100%;
    line-height: 40px;
    text-align: center;
}

#footer_small, #footer_push_small {
    width:100%;
    background: rgb(204,204,204); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    height: 40px; /* .push must be the same height as .footer */
    z-index: 10000000!important;
    position: relative;
}

.im_link{
    margin-top:5px;
    margin-bottom:5px;
}

#page_footer{
    width:100%;
    position: absolute;
    height:40px;
    bottom: 0px;
}




#footer, #footer_push {
    width:100%;
    height: 200px; /* .push must be the same height as .footer */
}
/*----------------------------------*/
/********  FIXED HEADER   **********/



#page_container{
    padding-top: 20px;
}

#menu_bar{
    display:block!important;
    left:0;
    position:fixed;
    width:100%;
    top:0;
    /*height:100px;*/
    /*    z-index: 1000000;
         -moz-box-shadow:    inset 0 0 10px #000000;
       -webkit-box-shadow: inset 0 0 10px #000000;
       box-shadow:         inset 0 0 10px #000000;*/
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
    z-index: 1000;

    background-image: url(/assets/globe.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

/*----------------------------------*/

#dl-menu, #dl-menu-image{
    display:none!important;
}

.menu_full{
    width: 100%;
    text-align: center;
    padding:0!important;
    margin:0!important;
}

.menu_full li{
    padding:0px 5px;
    margin:0 1px!important;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width:150px;
    height: 25px;
    font-weight: lighter;
    vertical-align: middle;
    float: none;
    color:#D6EAF8;
    /*border-right: 1px solid #d0d0d0;*/
}

.menu_full li:hover{

    background: #1F618D;

}

.menu_full li a{
    font-weight: bolder;
}


.menu_image{
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width:250px!important;
    height: 65px!important;
    vertical-align: middle;
    border-right: none!important;
}


#content_container{
    width:100%;
    height:600px;
    padding-top:99px;
}

.no_desktop{
    display:none!important;
}

.footer_block{
    font-size: 12px;
    text-align: left;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width:49%;
    margin: 1px;
    height:98px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.footer_block h4{
    font-size: 11px;
    font-weight: lighter;
}


.footer_block_small{
    height:100px;
    font-size: 13px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    color:#333;
}

.footer_social{
    height:50%;
    vertical-align: middle;
}

/************ COLS ****************/

.cols_d1{
    width:100%;
    margin-left:0%;
    margin-right:0%;
    padding:0;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.cols_d2{
    width:50%;
    margin-left:0.0%;
    margin-right:0.0%;
    padding:0;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.cols_d3{
    width:33.3%;
    padding:0;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}



.cols_d4{
    width:25%;
    padding:0;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.cols_d6{
    width:16.66%;
    padding:0;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.cols_d3_2{
    width:66.05%;
    margin-left:0.05%;
    margin-right:0.05%;
    padding:0;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}


.cols_d4_3{
    width:74.8%;
    margin-left:0.05%;
    margin-right:0.05%;
    padding:0;
    vertical-align: top;
    display: inline-block;
}

.cols_d8{
    width:12.4%;
    margin-left:0.05%;
    margin-right:0.05%;
    padding:0;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}


.submenu_div{
    left:0px;
    top:95px;
    width:100%;
    z-index: 1000000;
    min-height:75px;
    position: fixed;
}

.submenu_item{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width:100px;
    height:75px;
    text-align: center;

    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative!important;

}

.submenu_item .sb_image{
    width:60px;
    height:40px;
    border:1px solid white;
    background-position: center;
    background-size: cover;
    margin: auto;
    margin-top: 5px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.submenu_item .sb_text{
    color:white;
    width:100%;
    line-height:11px;
    height:11px;
    font-size: 10px;
    font-weight: lighter;
    vertical-align: top;
}

.main_link{
    width:100%;
    height:23px;
    display: block;
}
.main_link_nh{

}

.main_link_h{
    width:100%;
    height:2px;
    background: -moz-linear-gradient(left,  rgba(38,129,229,0) 0%, rgba(38,129,229,0.97) 28%, rgba(38,130,229,1) 29%, rgba(37,155,219,1) 51%, rgba(37,154,219,1) 52%, rgba(38,129,229,1) 77%, rgba(38,129,229,1) 78%, rgba(38,129,229,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(38,129,229,0)), color-stop(28%,rgba(38,129,229,0.97)), color-stop(29%,rgba(38,130,229,1)), color-stop(51%,rgba(37,155,219,1)), color-stop(52%,rgba(37,154,219,1)), color-stop(77%,rgba(38,129,229,1)), color-stop(78%,rgba(38,129,229,1)), color-stop(100%,rgba(38,129,229,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(38,129,229,0) 0%,rgba(38,129,229,0.97) 28%,rgba(38,130,229,1) 29%,rgba(37,155,219,1) 51%,rgba(37,154,219,1) 52%,rgba(38,129,229,1) 77%,rgba(38,129,229,1) 78%,rgba(38,129,229,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(38,129,229,0) 0%,rgba(38,129,229,0.97) 28%,rgba(38,130,229,1) 29%,rgba(37,155,219,1) 51%,rgba(37,154,219,1) 52%,rgba(38,129,229,1) 77%,rgba(38,129,229,1) 78%,rgba(38,129,229,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(38,129,229,0) 0%,rgba(38,129,229,0.97) 28%,rgba(38,130,229,1) 29%,rgba(37,155,219,1) 51%,rgba(37,154,219,1) 52%,rgba(38,129,229,1) 77%,rgba(38,129,229,1) 78%,rgba(38,129,229,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(38,129,229,0) 0%,rgba(38,129,229,0.97) 28%,rgba(38,130,229,1) 29%,rgba(37,155,219,1) 51%,rgba(37,154,219,1) 52%,rgba(38,129,229,1) 77%,rgba(38,129,229,1) 78%,rgba(38,129,229,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002681e5', endColorstr='#002681e5',GradientType=1 ); /* IE6-9 */

}


.menu_link_a{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    height: 30px;
}

.submenu_a{
    color:rgba(255,255,255,.5)!important;
    font-weight: bolder!important;
    font-size: 40px!important;
    line-height: 65px!important;
    vertical-align: middle!important;
}

#upper_menu{
    color:white;
    text-align: right;
    /*font-weight: bolder;*/
    /*font-style: italic;*/
    height:20px;
    line-height: 20px;
}

#upper_menu span{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 20px;
    margin-right: 10px;
    cursor: pointer;
    height:100%;
    width:100px;
    color:white;
    font-size: 10px;
}

#upper_menu span:hover{
    color:#e0e0e0;
}


.latest_bg_l{
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.latest_bg_r{
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
#social_media_list{
    margin-top: 20px;
}




#social_media_list,#language_list{
    padding: 0px!important;
}

#social_media_list li{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#social_media_list li:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#social_media_list li,#language_list li{
    display: inline;
    list-style-type: none;
    margin-left: 15px;
}

#language_list li a{
    color:#c0c0c0;
    font-size: 10px;
}

#language_list li a:hover{
    color:#D6C462;
}


#language_list_bottom li{
    display: inline;
    list-style-type: none;
    margin-left: 15px;
}


#language_list_bottom li a{
    color:#6e6145;
}

#language_list_bottom li a:hover{
    color:#006699;
}



#myCart{
    margin-top: 10px;
    width:250px;
    height:60px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    position:absolute;
    right:0px;
    vertical-align: top;
    font-size:0px;
}



#myCart .img{
    display:inline-block;
    *zoom: 1;
    *display: inline;
    height:100%;
    width:50px;
    vertical-align: top;
}

#myCart .info{
    display:inline-block;
    *zoom: 1;
    *display: inline;
    height:100%;
    width:200px;
    vertical-align: top;
    text-align: left;
}

#myCart .info .heading{
    width:75px;
    font-size: 10px;
    font-weight: bold;
    color:gray;
}

#myCart .info .notes{
    display:inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width:75px;
    font-size: 11px;
}

#myCart .info img{
    display:inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}



.make_order{
    padding:10px;
    width:90%;
    border-radius: 5px;
    background: rgb(184,198,223); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(184,198,223,1) 0%, rgba(109,136,183,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,198,223,1)), color-stop(100%,rgba(109,136,183,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,198,223,1) 0%,rgba(109,136,183,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 ); /* IE6-9 */

}

.make_order_txt{
    width:100%;
    height:12px;
    line-height: 12px;
    color:#eed785;
    font-size: 12px;
}

.make_order_number{
    width:100%;
    height:22px;
    line-height: 22px;
    color:white;
    font-size: 22px;
}

#home_gallery{
    height:500px;
}



main{
    overflow:  hidden;
    width:100%;
    background: #fff;
}

main.margin{
    margin-top:70px;
}
/*header*/
header {
    z-index: 100;
    width: 100%;
    height: 55px;
    /*overflow: hidden;*/
    position: relative;
    background-color: #fff;
    cursor: default;
    user-select:none;
}

header.fixed {
    z-index: 2147483645;
    width: 100%;
    position: fixed;
    top:0px;
    left: 0;
}


header > div{
    /*background-color:#069;*/
    background-size: cover;
    /*background-image: url(/img/header_bg_light.png);*/
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
}

header .logo {
    margin: 0;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

    opacity:0;
    line-height: 70px;
    color: #92999f;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding:0;
}

header.fixed .logo {
    opacity:1;
}

header h1.logo img{
    margin:5px;
    height:60px
}
header nav {
    display: flex;
    text-align: right;
    height:100%;
    width:100%;
    justify-content: space-between; /* Aligns content to the left horizontally */
    align-items: center;         /* Vertically centers the text */
}

header nav > .fleft {

}
header nav > .spacer {
    flex-grow: 1; /* This makes the spacer take up the remaining space */
}

header nav > .section_header{
    display:none;
}

header nav > .item {
    justify-content: center;
    align-items: center;
    text-align:center;
    display: flex;
    margin-left: auto;
    line-height: 16px;
    padding: 0px 20px;
    font-size: 13px;
    margin-bottom: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    font-family: 'Sansita', sans-serif;
    height:100%;
    overflow: visible;
    position: relative;
    border-right:1px solid rgba(255,255,255,0.2);
    white-space: normal;
}
header nav > .item.link.discovery,header nav > .item.link.demo,header nav > .item.link.request{
    padding: 0px 10px;
}

/*header nav > .item.link:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-20px);
    width: 1px;  Thickness of the line 
    height: 20px;  Height of the line 
    background-color: #ddd;  Line color 
}*/
header nav > .item.link{
    cursor: pointer;
    height: 100%;
}
header nav > .item .title {
    display: block;
    text-decoration: none;
    color:#444;
}
header nav > .item.link.demo .title{
    color: rgba(169,3,41,1);
    line-height: 1em;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width:50px;
}

header nav > .item.link.discovery .title{
    color: #444;
    line-height: 1em;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width:60px;
}

header nav > .item.link.request .title{
    color: #444;
    line-height: 1em;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width:50px;
}

header nav > .item .subtitle{
    width:100%;
    /*font-size: 14px;*/
    text-decoration: none;
    color:#444;
    /*opacity: 0.8;*/
    /*font-weight: bolder;*/
}

header.smaller nav  > .item{
    line-height: 15px;
    font-size: 13px;
}
header.smaller nav > .item .title{
    text-decoration: none;
}
header.smaller nav  > .item .subtitle{
    display: none;
    text-decoration: none;
}

#main_nav_container{
    white-space: nowrap;
    position: static!important;
}

header nav > .item:hover,header nav > .item:active {
    background: rgba(0,0,0,.6);
}
header nav > .item:hover *,header nav > .item:active *{
    color: white!important;
}

header nav #drop_down{
    background: white;
    /*background-image: url(/assets/abstract_jpeg.jpg);*/
    width:350px;
    position:absolute;
    -webkit-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.71);
    box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.71);
    top:70px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity:0;
    pointer-events: none;
    margin: 0px;
    /*transform: translate(-50%, -0%);*/
}

header nav #drop_down:hover,header nav #drop_down.active{
    opacity:1;
    pointer-events: auto;
}

header nav #drop_down>div{
    width:10px;
    height:10px;
    background:#006699;
    position:absolute;
    top:-5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
header.smaller {
    height: 45px;
}
header.smaller .logo {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    position: relative;
}

header.smaller .logo img{
    margin:2px;
    height:40px
}

header.smaller nav a {
    padding-top: 0px;
    /*line-height: 45px;*/
    /*height: 45px;*/
    font-size: 13px;
}
#header_sub_nav{
    transition: all .2s ease;
    width:100%;
    height:30px;
    line-height:30px;
    font-size: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    /*margin-bottom: 5px;*/
}
#header_sub_nav.fixed {
    z-index: 2147483645;
    width: 100%;
    position: fixed;
    top:70px;
    left: 0;
}
#header_sub_nav.smaller{
    height:25px;
    line-height:25px;
    font-size: 11px;
    top:45px;
}
#header_sub_nav a{
    /*width: 100px;*/
    display: inline-block;
    vertical-align: top;
    color:#777;
    margin-left: 30px;
    text-decoration: none;
    margin-bottom:0px;
    font-size: 13px;
}
#header_sub_nav a>i{
    padding:2px 3px;
    margin-left: 5px;
}
#header_sub_nav a:hover{
    color:#009966;
}

#logo_submenu{
    height:40px;
    line-height:40px;
    text-align: right;
}

#logo_submenu .link:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px; /* Thickness of the line */
    height: 50%; /* Height of the line */
    background-color: #ccc; /* Line color */
}

#logo_submenu .link{
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color:#111;
    /*font-weight: 300;*/
    padding-left: 10px;
    padding-right: 10px;
    pointer-events: default;
    margin:0px;
}
#logo_submenu .link:hover{
    background: rgba(0,0,0,.2);
}
#logo_submenu .link.socmed{
    text-align: center;
    width:40px;
    color:#777;
}
#logo_submenu .link.facebook:hover{
    color:#3b5998;
}
#logo_submenu .link.twitter:hover{
    color:#1da1f2;
}
#logo_submenu .link.youtube:hover{
    color:#ff0000;
}
#logo_submenu .link.instagram:hover{
    color:#c32aa3;
}
#logo_submenu .link.linkedin:hover{
    color:#007bb5;
}
#logo_submenu .link i{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-right: 10px;
    line-height:40px;
}
#logo_submenu .link span{
    display: inline-block;
    vertical-align: top;
    line-height:40px;
    color:#111;
}

.anims .anim1,.anims .anim2,.anims .anim3,.anims .anim4,.anims .anim5,.anims .anim6{
    transform: scale(1.1) translate(0px,10px);
    transition: all ease .1s;
    opacity: 0;
}
.anims.active .anim1,.anims.active .anim2,.anims.active .anim3,.anims.active .anim4,.anims.active .anim5,.anims.active .anim6{
    transform: scale(1) translate(0px,0px);
    opacity: 1;
}
.anims .anim1{
    transition-delay: .1s;
}
.anims .anim2{
    transition-delay: .15s;
}
.anims .anim3{
    transition-delay: .2s;
}
.anims .anim4{
    transition-delay: .23s;
}
.anims .anim5{
    transition-delay: .25s;
}
.anims .anim6{
    transition-delay: .26s;
}

#left_array:hover >i,#right_array:hover >i{
    color:#006699;
    cursor: pointer;
}
#left_array >i,#right_array>i{
    font-size: 40px!important;
    height:70px;
    width:70px;
    line-height: 70px;
    display: block;
    color:#a0a0a0;
    transition: .5s all ease;
}
#left_array{
    position: absolute;
    left:5px;
    top:45px;
    height:70px;
    width:70px;
    line-height: 70px;
    text-align: center;
}
#right_array{
    position: absolute;
    right:5px;
    top:45px;
    height:70px;
    width:70px;
    line-height: 70px;
    color:#a0a0a0;
    transition: .5s all ease;
    font-size: 32px;
    text-align: center;
}

#testimonials_logos{
    background: #fff;
    border-top:1px solid #eee;
}
#testimonials > .header{
    width:100%;
    font-size: 22px;
    color:#9fdbfc;
    margin-bottom: 10px;
}

#testimonials > .buttons{
    margin-top: 10px;
}

#testimonials > .buttons >div{
    width:40px;
    height:10px;
    background: #d0d0d0;
    border-radius: 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 5px;
    transition: .3s all ease;
}

#testimonials > .buttons >div.active{
    background:#009966;
}
#testimonials > .buttons >div:hover{
    background:#006699;
}
#testimonials{
    height: 120px;
    position: relative;
    width:100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#407c74+1,53a091+100 */
    background: rgb(64,124,116); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(64,124,116,1) 1%, rgba(83,160,145,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(64,124,116,1) 1%,rgba(83,160,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(64,124,116,1) 1%,rgba(83,160,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#407c74', endColorstr='#53a091',GradientType=0 ); /* IE6-9 */
    font-size: 12px;
    line-height: 1.3em;
    color:#fff;
    padding:35px 60px;
    text-align: center;
    font-weight: 400;
}
#testimonials .client{
    color:#e5e5e5;
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}



footer .copyright{
    width: 100%;
    height:40px;
    line-height: 40px;
    border-top:1px solid #d0d0d0;
    background: #e5e5e5;
    color:#444;
    font-size: 12px;
    text-align: center;

}

footer .col h3{
    font-size: 1.6em;
    color:#ddd;
}
footer a{
    text-decoration: none;
    color:#777;
}
footer .col ul{
    padding: 0px;
}
footer .col ul > li{
    width:100%;
    display: block;
    /*border-bottom: solid 1px #d0d0d0;*/
    padding:10px 0px;
    font-size: 1.1em;
    padding: 5px 5px;
}

footer .col ul > li:hover{
    background: #e5e5e5;
}

footer .paragraph{
    font-size: 1.3em;
    color:#777;
    margin-top: 10px;
}

footer i{
    font-size: 16px!important;
    width:25px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color:#006699;
    margin-right: 5px;
}

footer p{
    font-size: 16px;
    margin:0px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

footer .col{
    padding:10px;
    box-sizing: border-box;
    border-right: 1px dashed #d0d0d0;
}

footer .col:last-child{
    border-right: none;
}

.heading_a{
    text-align: right;
    margin-top: 30px;
    font-size: 3em;
    line-height: 1em;
    color:#215b73;
    padding: 0px 10px;

    background: -webkit-linear-gradient(#215b73, #009966);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading_b{
    text-align: right;
    font-size: 2em;
    color:#353636;
    line-height: 1em;
    padding: 0px 10px;
}


.lower_message{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    bottom:10px;
    position: absolute;
    padding:10px;
    color:#fff;
    font-size: 22px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%)
}

.lower_message > span{
    font-size: 0.7em;
}

.lower_message > b{
    font-weight: 500;
    /*background: -webkit-linear-gradient(#fff, #d5d5d5);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.prc_block{
    font-size: 24px;
}

.prc_name{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 1em;
    color:#fff;
    padding:10px 5px;

    background: -webkit-linear-gradient(rgba(64,124,116,1), rgba(83,160,145,1));
}

.prc_price{
    font-size: 2em;
    color:#006699;
}

.prc_minus{
    font-size: 1.3em;
    color:maroon;
    text-decoration: line-through;
}

.prc_save{
    font-size: 0.8em;
    color:#777;
    font-style: italic;
}


#all_blogs{
}

.blog{
    transition: .2s all ease;
    position: relative;
    font-size: 14px;
    color:#111;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: 0;
}
.blog>.contents{
    padding:10px;
    font-size: 14px;
}

.blog.big >.contents{
    font-size: 22px;
}
.blog>.contents >b{
    transition: .3s all ease;
}

.blog:hover{
    background: rgba(0,0,0,.2);
}


.blog > .author_image{
    position: absolute;
    top:-5px;
    right:-5px;
    width:60px;
    height:60px;
    transition:.2s all ease;
    background-size: cover;
    background-position: center;
    z-index: 100;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
}
.blog >.contents> .image{
    width:100%;
    height:100px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    transition:.1s all ease;
    z-index: 1;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.25);
}
.blog.big >.contents> .image{
    height:350px;
}
.blog >.contents >b{
    display: block;
    transition:.2s all ease;
    color:rgba(255,255,255,.9);
    height:60px;
}

.blog  > .contents>span{
    display: block;
    transition:.2s all ease;
    font-size: 0.8em;
    color:rgba(255,255,255,.7);
    font-weight: 400;
}
.blog > .contents>i{
    display: block;
    transition:.2s all ease;
    font-size: 0.8em;
    color:rgba(255,255,255,.6);
    margin: 10px 0px;
    font-weight: 400;
}


.blog:hover >.contents >b{
    color:#9CE5CF;
}
.blog:hover > .contents> .image{
}
.blog:hover > .author_image{
}
.blog:hover > .contents>i{
}
.blog:hover > .contents>span{
    color:#9DCFE8;
}


.blog >.head{
    width: 100%;
    height:20px;
    line-height:20px;
    font-size: 11px;
    text-align: center;
    color:#fff;
}





.blog_container{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    color:black;
}

.blog_container:hover{
    background: #e0e0e0;
    cursor: pointer;
}

.blog_image{
    width:100%;
    height:100px;
    background-color: #e5e5e5;
    background-size: cover;
    background-position: center;
}

.blog_header{
    font-size: 1.2em;
    font-weight:700;
    text-align: left;
}
.blog_subheader{
    font-size: 1.1em;
    font-weight:600;
    text-align: left;
}

.blog_container span{
    font-size: 0.9em;
    font-weight:500;
    color:gray;
    text-align: left;
}


#thank_you{
    margin-top: 30px;
    width:100%;
    height:400px;
    background-position: center;
    background-size: cover;
}

#fixed_bottom{
    WIDTH:100%;
    position: fixed;
    bottom:0px;

}

#fixed_whattsapp{
    float:left;
    /*height:70px;*/
}
#login_form_mini{
    line-height: 10px;
}
#login_form_mini label{
    padding: 0px 5px;
    display: inline-block;
    margin-top: 5px;
    height:10px;
    line-height:10px;
    font-size: 10px;
    color:#006699;
}
#login_form_mini input{
    padding: 0px 5px;
    font-size: 11px;
    color:#111111;
    height:25px;
    outline: none;
    border:1px solid #777;
    width:120px;
}

#login_form_mini button{
    height:25px;
}
#login_form_mini input.disabled,#login_form_mini button.disabled{
    opacity:.5;
    pointer-events:none;
}


#login_bar .message{
    display: inline-block;
    height:35px;
    line-height: 35px;
    color:#fff;
    font-size: 11px;
    color:yellow;
}

#main_login label{
    font-size: 11px;
    height:35px;
    padding-top: 5px;
    line-height:12px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 5px;
    padding-top: 10px;
    width:100px;
}
#main_login label >i{
    vertical-align: middle;
    width:30px;
    height:30px;
    line-height:30px;
    font-size: 24px;
    color:#fff;
    display: block;
    text-align: center;
    top:5px;
    right:0px;
    position: absolute;
}
#main_login input{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    height:25px;
    padding:0px 5px;
    margin:5px 0px;
    width:150px;
    background: rgba(0,0,0,.5);
    color:#fff;
    border:none;
}
#main_login form{
    display: inline-block;
    vertical-align: top;
}
#main_login button,#main_login input[type="submit"]{
    font-size: 10px;
    height:30px;
    line-height: 15px;
    padding:0px 5px;
    margin:5px 0px;
    display: inline-block;
    vertical-align: middle;
}
#login_container{
    text-align: right;
    width: 300px;
    line-height: 12px;
    display: block;
    position: absolute;
    top:80px;
    right:0px;
    padding:10px;
    opacity: 0;
    transition:.2s all ease;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#669658+0,446977+100 */
    background: rgb(102,150,88); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(102,150,88,1) 0%, rgba(68,105,119,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(102,150,88,1) 0%,rgba(68,105,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(102,150,88,1) 0%,rgba(68,105,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669658', endColorstr='#446977',GradientType=0 ); /* IE6-9 */
    color:#fff;
}
#login_container.active{
    top:55px;
    pointer-events: auto;
    opacity: 1;
}

#login_container a{
    display: inline-block;
    margin-top: 10px;
    font-size:12px;
    color: #FFF;

}
#logged_in_as_icon{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 5px;
    height:35px;
    width:40px;
    line-height:35px;
    font-size: 18px;
    text-align: center;
    color:#006699;
    margin-right: 10px;
}
#logged_in_as{
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 5px;
}

#main_cart,#main_login{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding:0px 10px;
    height:50px;
    line-height:50px;
    text-align: center;
    transition: .2s all linear;
    user-select:none;
}

#main_cart:hover,#main_login:hover{
    background: rgba(0,0,0,.2);
}

#main_cart>i,#main_login >i{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color:#006699;
    height:50px;
    line-height:50px;
}
#main_cart >.total{
    position: absolute;
    top:30px;
    left:10px;
    height:15px;
    line-height:15px;
    padding:0px 5px;
    font-size: 10px;
    background: #009966;
    color:#fff;
    border-radius: 100px;
}

#main_cart>span,#main_login>span{
    display: inline-block;
    vertical-align: top;
    height:50px;
    line-height:50px;
    font-size: 14px;
    color:#111;
    margin-left: 5px;
}

#resp_screens{
    height:100px;
    z-index: 1!important;
    transform:translate(0, -130px);
}


.showcase_text_message{
    font-size: 0px;
    color:white;
    position: absolute;
    text-align: left;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    max-width:650px;
    /*width: 400px;*/
    /*    font-family: "Montserrat", serif;*/
    color:#222;
    font-size: 22px;
    position: relative;
    line-height: 1.2em;
    white-space: normal;
    font-weight:normal;
    background-color:rgba(255,255,255,.8);
    border-radius: 20px;
    width:max-content;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.14);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.14);
}
.showcase_text_message .head{
    white-space: nowrap;
    font-weight:bold;
    padding:10px 30px;
    height:45px;
    font-size: 22px;
    /*background: rgba(0,0,0,.8);*/
    color:#fff;
    background: linear-gradient(45deg, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(150, 0, 95, 1) 100%);
}

.showcase_text_message ul {
    margin: 0px;
    padding:20px 20px;
    list-style-type: none; /* Remove default bullets */
    white-space: nowrap;
}

.showcase_text_message ul li{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 14px;
    width:120px;
    padding-left: 20px; /* Add some padding for spacing */
    line-height: 1.1em;
    margin-right: 10px;
}
.showcase_text_message  ul li::before {
    content: '\2713'; /* Unicode for checkmark */
    background: green; /* Set the color of the checkmark */
    color:#fff;
    border-radius: 20px;
    width:16px;
    height:16px;
    line-height:16px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left:0px;
    top:5px;
}



.showcase_text_container{
    font-size: 18px;
    width: 400px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color:white;
    /*background:white;*/
    padding:10px 20px;
    background:rgba(0,0,0,.3);
    /*background-size: cover;*/
    /*background-image: url(/img/header_bg.png);*/
    white-space: normal;

}


.showcase_text_images{
    display: inline-block;
    vertical-align: top;
    width:15%;
    position: relative;
    border-top-left-radius: 1em;
}
.showcase_text_images img{
    width:100%;
}
.showcase_text_main{
    display: inline-block;
    vertical-align: top;
    font-size: 1.8em;
    line-height: 1em;
    width: 100%;
    font-family: 'Kaushan Script', cursive;
    /*text-shadow:.02em .05em .1em #000;*/
    text-align: left;
    position: relative;
    background: -webkit-linear-gradient(#fff, #d5d5d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.showcase_text_second{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 100%;
    font-family: 'Pontano Sans', sans-serif;
    /*text-shadow:.05em .1em .2em #000;*/
    margin-top: .3em;
    color:white;
    background: -webkit-linear-gradient(#fff, #d5d5d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.showcase_text_button{
    margin: 1em 0;
    display: inline-block;
    width:auto;
    padding:.3em 1.5em;
    border-radius: 2px;
    margin-top: 3em;
    color:white;
}

.showcase_thumbs > div{
    cursor: pointer;
    margin: 0 10px;
    width:20px;
    height:20px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.showcase_thumbs > div > div{
    width:100%;
    height:100%;
}

.showcase_thumbs > div.active > div{
    background:rgba(255,255,255,.5);
}

.showcase_thumbs > div > div:hover{
    background:rgba(0,0,0,.5);
}

.showcase_thumbs > div > div:active{
    background:rgba(255,255,255,.8);
}

.showcase_thumbs{
    z-index: 10000;
    /*width:100%;*/
    text-align: right;
    position: absolute;
    height:40px;
    bottom:160px;
    left:160px;
    line-height:50px;
    vertical-align: middle;
    padding:0px 10px;
    display:none;
}


.showcase_container{
    width:100%;
    height:450px;
    -webkit-transition : border 900ms ease-out;
    -moz-transition : border 900ms ease-out;
    -o-transition : border 900ms ease-out;
    transition : border 900ms ease-out;
}

.showcase_container>.shade{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:5px;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.38+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.38) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.38) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.demo_buttons{
    text-align: left;
    margin: 20px 0px;
}

.demo_buttons >.item{
    transition: all ease .1s;
    outline:0px solid #aaa;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    padding: 0px 20px;
    line-height: 40px;
    width:150px;
    margin: 0px 10px;
    background: #444;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    color:rgba(255,255,255,.9);
}
.demo_buttons >.item.demo{
    background: linear-gradient(45deg,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(150,0,95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.demo_buttons >.item.demo:hover{
    outline-width: 5px;
    color:rgba(255,255,255,1);
    background: linear-gradient(45deg,  rgba(150,0,95,1) 4%,rgba(143,2,34,1) 44%,rgba(170,87,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.demo_buttons >.item.info{
    background: linear-gradient(45deg,  rgba(0,102,153,1) 4%,rgba(0,153,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.demo_buttons >.item.info:hover{
    outline-width: 5px;
    color:rgba(255,255,255,1);
    background: linear-gradient(45deg,  rgba(0,153,102,1) 2%,rgba(0,102,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.demo_buttons >.item.discovery{
    background: linear-gradient(135deg, rgba(23,120,165,1) 0%,rgba(125,185,232,1) 100%);
}

.demo_buttons >.item.discovery:hover{
    outline-width: 5px;
    color:rgba(255,255,255,1);
    background: linear-gradient(135deg, rgba(125,185,232,1) 0%,rgba(23,120,165,1) 100%);
}

div.gradient{
    /*    position: absolute;
        top:0;
        width:100%;
        height:100%; Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+38,000000+100&0+27,0.34+77,0.65+99 
        background: linear-gradient(150deg,rgba(0,100,200,.3) 15%,rgba(0,100,100,.1) 70%,rgba(0,200,200,.1) 94%);*/
}
div.gradient2{
    position: absolute;
    top:0;
    width:100%;
    height:100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+38,000000+100&0+27,0.34+77,0.65+99 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 27%, rgba(0,0,0,0.07) 38%, rgba(0,0,0,0.1) 77%, rgba(0,0,0,0.15) 99%, rgba(0,0,0,0.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 27%,rgba(0,0,0,0.07) 38%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.15) 99%,rgba(0,0,0,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 27%,rgba(0,0,0,0.07) 38%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.15) 99%,rgba(0,0,0,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#r_arrow{
    font-family: 'Font Awesome 5 Pro';
    z-index: 1000000000;
    position: absolute;
    font-size: 48px;
    right:10px;
    top:0%;
    height:100%;
    width:60px;
    text-align: center;
    color:#fff;
}

#l_arrow{
    font-family: 'Font Awesome 5 Pro';
    font-size: 48px;
    z-index: 1000000000;
    position: absolute;
    left:0px;
    top:0%;
    width:60px;
    height:100%;
    text-align: center;
    padding:10px;
    color:#fff;
}

.showcase_container:hover #r_arrow i,.showcase_container:hover #l_arrow i{
    background: rgba(255,255,255,.5)
}


#r_arrow i, #l_arrow i{
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding:10px;
}


#l_arrow:hover{
    cursor: pointer;
    color:#006699;
}

#r_arrow:hover{
    cursor: pointer;
    color:#006699;
}

#showcase_items{
    position: static;
}

.showcase_item{
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
    color:white;
    font-style: italic;
    font-weight: bolder;
    z-index: 0!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width:100%;
    height:100%;
    filter: grayscale(100%);
    opacity: .5;
}


.showcase_item img{
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}


/*SUBMENU FEATURES ##########################*/
.submenu{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding:0px;
    border-bottom: 1px #d5d5d5 dashed;
    border-top: 1px #d5d5d5 dashed;
    /*margin-top: 50px;*/
}

.submenu > li{
    display: inline-block;
    vertical-align: top;
    height:30px;
    line-height:30px;
    margin: 0px 5px;
    /*background: #e5e5e5;*/
}
.submenu > li a{
    transition: .2s all ease;
    padding: 0px 20px;
    font-size: 13px;
}
.submenu > li a > i{
    font-size: 12px;
    margin-right: 7px;
    color:#baad41;
}
.submenu > li a:hover{
    color:#009966;
    background: #e5e5e5;
}


/*FEATURES #######*/

div.icon{
    z-index: 0;
    padding: 5px;
    border-radius:3px;
    width:23%;
    margin: 10px 1%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    background:#e5e5e5;
    color:#777;
    text-align: left;
    position: relative;
    border:1px solid #b5b5b5;
    margin-bottom: 30px;
    margin-top: 0px;
    transition: .2s ease all;
    z-index: 1;
}

.item_container > .icons{
    width:100%;
    box-sizing: border-box;
    text-align: left;
    font-size: 0px;
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 175px);
}


/*FEATURES##############*/

.features_content{
    background: rgba(255,255,255,.8);
    position: relative;
    top:30px;
    height:auto;
    /*height:calc(100% - 50px);*/
    z-index: 1!important;
    padding-left: 50px;
    overflow: hidden;
    min-width: 450px;
}

.features_content >.grad{
    z-index: 100000;
    width:100%;
    height:0px;
    /*    position: absolute;
        bottom:0;
        left:0;
         Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+96&0+0,1+42 
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 96%);  FF3.6-15 
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 96%);  Chrome10-25,Safari5.1-6 
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 96%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );  IE6-9 */

}

#press_release_container{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#919191+1,32888e+100 */
    background: rgb(145,145,145); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(145,145,145,1) 1%, rgba(50,136,142,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(145,145,145,1) 1%,rgba(50,136,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(145,145,145,1) 1%,rgba(50,136,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#32888e',GradientType=0 ); /* IE6-9 */

}
#press_release_container >div{
    background-repeat: no-repeat;
    background-position: left;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#919191+1,0989b8+100 */
    background-size: contain;
    background-image: url(/img/press_release-min.png);
    background-size: contain;
}


/*Blogs article*/

.big_header{
    overflow: hidden;
    width:100%;
    max-width: 500px;
    padding: 0px 0px;
    font-size: 2em;
    /*background: rgba(0,0,0,.3);*/
}

.big_header .main_quote{
    font-size: 1.5em;
    color:#a0a0a0;
    font-family: 'Ubuntu', sans-serif;
    /*font-family: 'Bitter', serif;*/
    margin-top: 30px!important;
}

.big_header .secondary_quote{
    font-size: 1.2em;
    color:#111;
    margin-top:10px;
    margin-bottom:10px;
}

.big_header .tertiary_quote{
    /*font-family: 'Ubuntu', sans-serif;*/
    font-size: .7em;
    margin-top:10px;
    margin-bottom:10px;
    color:#999;
}

#blog_body{
    font-size: 12px;
}
#blog_body img{
    max-width: 100%!important;
}

#blog_body *{
    max-width: 600px;
}

.section_banner{
    background-size: cover;
    background-position: center;
    width:100%;
    padding: 40px 0px;
    overflow: auto;
}

.left_submenu{
    padding: 40px 0px;
}
.left_submenu li{
    padding: 5px;
}
.left_submenu li:hover{
    background: rgba(0,0,0,.1);
}




.whatwhyhow_parent{
    display: flex;
    flex-direction: row;
    gap:40px;
    margin: 30px auto;
}
.whatwhyhow{
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whatwhyhow .header{
    padding:5px;
    color:#fff;
    margin-bottom: 20px;
    font-size:22px;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
}
.whatwhyhow  .subheader{
    color:#000;
    font-size:14px;
}

.whatwhyhow  p{
    background: rgba(255,255,255,.4);
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
}
.whatwhyhow  .inner{
    flex: 1;
}

#main_bg{
    /*    border-top:1px dashed #ccc;
        border-bottom:1px dashed #ccc;*/
    margin-top:40px;
    margin-bottom: 30px;
}
.school_main{
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    /*min-height: 500px;*/
}
.school_main >img.bg{
    height:100%;
    position: absolute;
    top:0;
    left:40%;
    z-index: 0;
}

.school_main h1{
    /*    font-family: "Montserrat", serif;*/
    font-size: 22px;
    margin-top: 30px;
    padding: 0px 10px;
    margin-bottom: 20px;
    color:#444;

}

.school_main .headline{
    /*    font-family: "Archivo Narrow", serif;*/
    color:#222;
    font-size: 24px;
    font-weight: 900;
    max-width: 700px;
    margin:0px auto;
    padding: 0px 20px;
}

.school_main .blurb{
    /*    font-family: "Archivo Narrow", serif;*/
    color:#555;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    max-width: 400px;
    margin:0px 0px;
    /*background: rgba(255,255,255,.4);*/
    border-radius: 20px;
    padding: 20px;
    /*text-transform: uppercase;*/

}
.school_main .blurb .inner{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.1em;
    /*    font-family: "Archivo Narrow", serif;*/
    font-weight: 400;
    color:#111;
    text-transform: none;
}

.school_main .left_section{
    padding-top:20px;
    padding-bottom:40px;
}

.key_features
{
    padding: 20px 0px;
    margin: 20px 0px;
    /*border-top:1px solid #bbb;*/
    /*border-bottom:1px solid #bbb;*/
    /*background: #eee;*/
}

.peek_container
{
    /*display: none;*/
    /*background: linear-gradient(45deg, rgba(255,198,198,1) 0%,rgba(221,255,186,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
    padding: 20px 0px;
    margin: 100px 0px;
    background: #e5e5e5;
    /*border-top:1px solid #ddd;*/
    /*border-bottom:1px solid #ddd;*/
}
.peek{
    padding:10px;
    /*border-radius: 10px;*/
}
.peek >img{
    margin-bottom: 5px;
    width: 100%;
    border:1px solid #aaa;
    border-radius: 10px;
    pointer-events: none;

}
.peek >.main{
    font-size: 11px;
    color:#777;
}
.peek >.sub{
    font-size: 13px;
    color:#000;
}

.peek:hover{
    background: #069;
}
.peek:hover .main,.peek:hover .sub{
    color: #fff;
}


#peek_overflow .text{
    font-size: 2rem;
}

.school_type{
    padding:20px!important;
}
.school_type >div{
    padding:10px;
    border-radius:10px;
    outline:0px solid #aaa;
}
.school_type .name{
    font-size:16px;
    color:#444;
    margin-top: 5px;
}

.school_type:hover >div{
    outline-width: 2px;
    background:#444!important;
}

.school_type:hover .name{
    color:#fff;
}


#feature_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

#feature_list .item{
    background: #fff;
    color: #444;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #8C1763;
    font-size: 12px;
    width: 120px;
    max-width: 120px;
    height:50px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;    /* Vertically center icon & text */
    justify-content: center; /* Centers text horizontally */
    flex-direction: row; /* Stacks content horizontally */

}
#feature_list .item i{
    display: block;
    color:#aaa;
    font-size: 12px;
    padding:0px 5px;
}

#feature_list .item span{
    display: block;
    text-align: left;
}

#discovery{
    min-height: 600px;
    color:#fff;
}

.circle_image{
    width:80px;
    height:80px;
    border-radius: 80px;
    border:8px solid #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.44);
    margin-right:30px;
}


.secondary_header{
    /*    font-family:"Montserrat", serif;*/
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0px;
    color:#222;
}

.underheader{
    width:100%;
    color:#777;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e5e5e+0,20465b+100 */
    /*background: linear-gradient(135deg, rgba(94,94,94,1) 0%,rgba(32,70,91,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 18px;
    font-weight: 600;
    padding:10px 0px;
    margin-top: 20px;
}
.overheader{
    width:100%;
    color:#777;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e5e5e+0,20465b+100 */
    /*background: linear-gradient(135deg, rgba(94,94,94,1) 0%,rgba(32,70,91,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 18px;
    font-weight: 600;
    padding:10px 0px;
}

.flex_container_6_3{
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to next line if necessary */
    gap: 10px; /* Adds space between items */
}
.flex_container_6_3 >.box{
    flex: 1 1 calc(33.33% - 10px); /* Each box takes up 1/3 of the container's width, accounting for gap */
    background-color: lightblue;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.general_peek{
    width: 100%;
    padding:10px;
    text-align: center;
    margin: 40px 0px;
}
.general_peek .title{
    padding: 10px 0px;
    color:#444;
    font-size: 14px;
    font-weight: 400;
    margin-bottom:10px;
}
.general_peek .menu {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line */

    /*flex-direction: row;*/
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    /*border-bottom: 2px dashed #ddd;*/
}
.general_peek .menu >.item{
    padding: 10px 5px;
    cursor: pointer;
    flex: 1; /* Ensures equal width */
    display: flex;
    justify-content: center; /* Centers text horizontally */
    max-width: 120px;
    font-size: 12px;
    line-height: 1.1em;
    border-radius: 5px;
    border-bottom: 3px solid transparent;
    flex-direction: row; /* Stacks content horizontally */
    /*justify-content: flex-end;  Aligns text to the bottom */
    justify-content: center;
    align-items: center;    /* Vertically center icon & text */
    transition: all .2s ease;
}
.general_peek .menu >.item i,.general_peek .menu >.item span{
    display:block;
    pointer-events:none;
}

.general_peek .menu >.item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%; /* Default width */
    height: 5px; /* Border height */
    transition: width 0.3s ease-in-out;
    transform: translateX(-50%);
    background: linear-gradient(135deg,  rgba(148,122,191,1) 0%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.general_peek .menu >.item:hover::after {
    width: 100%; /* Expand to full width on hover */
}

.general_peek .menu >.item.active{

}
.general_peek .menu >.item:hover{
    background: #eee;
}
.general_peek .content >.panel{
    padding: 10px;
    display: none;
    /*opacity: 0;*/
    /*pointer-events: none;*/
}
.general_peek .content >.panel.active{
    display: block;
    /*opacity: 0;*/
    /*pointer-events: none;*/
}
.general_peek .content >.panel img{
    width: 100%;
    border-radius: 5px;
    border:1px solid #aaa;
    overflow: hidden;
    box-shadow: 0px 25.6px 57.6px 0px rgba(0, 0, 0, 0.22), 0px 4.8px 14.4px 0px rgba(0, 0, 0, 0.18);
}
