/* TABLE OF CONTENTS

	1. Import section
	2. Basic styles
	3. BUTTONS
	4. HEADER
	5. SLIDER
	6. HIGHLIGHT
	6. TOPICS -topic1
	7. TOPICS_WHITE
	8. topics_white_elemnt
	8. filter portfolio and isotope
	9. ABOUT US
	10. OUR TEAM
	11. TESTIMONIAL
	
	13. CONTACT
	14. BLOG
	15. FOOTER
	16. FOOTER_menu
	17. SCROLL TO TOP

*/


/* 1. IMPORT SECTION */


/* 2. BASIC STYLES */

html,
body {
    height: 100%;
}

body {
    font-family: "open_sanslight", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.7857;
    color: #333333;
    background-color: #fff;
}

a {
    color: #214782;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #214782;
}

a,
a:hover,
a:active,
a:focus,
button:focus {
    outline: 0;
    outline: none;
    border: 0;
    text-decoration: none;
}

a:hover.underline,
a:active.underline,
a:focus.underline,
button:focus.underline {
    outline: 0;
    outline: none;
    border: 0;
    text-decoration: underline;
}

#st-preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

p {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7{
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-weight: 700;
    color: #214782;
}

h4.readmore {
    margin-top: auto;
    text-align: right;
}
h6 {
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-weight: 700;
    color: #214782;
    font-size: 36px;
    
}
h7,
.h7 {
  font-size: 30px;
line-height: 1.1;
}

input,
textarea {
    outline: none;
}

label {
    font-weight: 300;
}

#pre-status,
.preload-placeholder {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.st-border {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #d4dbe8;
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.overlay {
    background-color: #214782;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.tooltip-inner {
    background-color: #0096d6;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0096d6;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #0096d6;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #0096d6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #0096d6;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #0096d6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0096d6;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #0096d6;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #0096d6;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h6,
.text-white h7,
.text-white p,
.text-white a {
    color: #FFF;
}

.text-gray, .text-muted {
    color: #333333;
}

.text-blu {
    color: #214782;
    font-weight: 600;
}

.text-up {
    text-transform: uppercase;
}

.main-section {
    background-color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 30px;
}

.space-top {
    padding-top: 160px;
}

.space-top-min {
    padding-top: 130px;
}

.no-space {
    margin-top: -8px;
}

@media (max-width: 767px) {
    .space-top-min {
        padding-top: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .space-top-min {
        padding-top: 120px;
    }
}

.main-section-gray {
    background-color: #f5f5f5;
    padding-bottom: 10px;
    padding-top: 30px;
}

.left_pad {
    padding-left: 1.5em;
}

.all_pad {
    padding: 0.5em;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.panel-blu>.panel-heading {
    color: #FFFFFF;
    background-color: #214782;
    border-color: #dddddd;
}

.panel-blu>.panel-heading a:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    color: #FFF;
}

.panel-blu>.panel-heading a.collapsed:after {
    content: "\e080";
}

.panel-blu .panel-title,
.panel-blu .panel-title a {
    color: #FFF;
}

.panel-blu .panel-title {
    font-size: 1.5em;
}

.panel-title {
    font-size: 1.5em;
    color: #999999;
}

.no-space {
    margin-top: -8px;
}


/* flexbox */

.grid {
    display: flex;
}

.grid-cell {
    flex: 1;
}

.auto {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.auto {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}


/* Alignment per row */

.grid-top {
    align-items: flex-start;
}

.grid-bottom {
    align-items: flex-end;
}

.grid-center {
    align-items: center;
}


/* Alignment per cell */

.grid-cell-top {
    align-self: flex-start;
}

.grid-cell-bottom {
    align-self: flex-end;
}

.grid-cell-center {
    align-self: center;
}

.content {
    height: 100%;
    padding: 20px 20px 10px;
}

.content_img {
    height: 100%;
    padding: 0;
    width: auto;
}

.colour-1 {
    background: #214782;
}

.colour-2 {
    background: #3C6E71;
}

.colour-3 {
    background: #70AE6E;
}

.colour-4 {
    background: #82204A;
}

.colour-5 {
    background: #558C8C;
}

.colour-6 {
    background: #917C78;
}

.background_events {
    background-image: url(../images/highlight.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.flex-row .thumbnail,
.flex-row .thumbnailes,
.flex-row .caption {
    flex-direction: column;
    display: flex;
    flex: 1 0 auto;
    height: auto;
    position: relative;
}

.flex-row .portfolio-wrapper,
.flex-row .portfolio-items {
    flex-direction: column;
    display: flex;
    flex: 1 0 auto;
    height: auto;
    position: relative;
}

.flex-text {
    flex-grow: 1;
}

.flex-row img {
    min-width: 0;
    width: 100%;
}


/* column without padding */

.row .no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.content_pad {
    padding-right: 10px;
    padding-left: 10px;
}


/* 3. BUTTONS */

.btn-send {
    background-color: #0096d6;
    border-radius: 0;
    border: 0;
    color: #FFFFFF;
    padding: 8px 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    border: 1px solid #0096d6;
}

.btn-send:hover {
    background-color: #214782;
    color: #fff;
    border: 1px solid #FFF;
}

.btn-readmore {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-readmore:hover {
    background-color: #000;
    color: #fff;
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn.btn-md {
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    color: #fff;
    border: 2px solid #214782;
    background-color: #214782;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border: 2px solid #9B9FA4;
	background-color: #9B9FA4;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #214782;
    border: 2px solid #214782;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #214782;
    color: #fff;
}

.btn-primary.btn-more {
    background: transparent;
    color: #0096D6;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2em;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-primary.btn-more-small {
    background: transparent;
    color: #0096D6;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-transform: none;
    font-weight: 800;
    letter-spacing: normal;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

.btn-primary.btn-more:hover,
.btn-primary.btn-more:focus,
.btn-primary.btn-more:active,
.btn-primary.btn-more-small:hover,
.btn-primary.btn-more-small:focus,
.btn-primary.btn-more-small:active {
    background: transparent;
    color: #214782;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}


/* 4. HEADER */

.logo {
    margin-top: 6px;
    margin-bottom: 10px;
}

#header .navbar {
    min-height: 80px;
    margin-bottom: 0;
    border-radius: 0;
}

.st-navbar {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.st-navbar ul {
    margin-top: 25px;
}

.st-navbar ul li a {
    font-weight: 600;
    padding: 8px;
    position: relative;
    color: rgb(152, 152, 152);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-left: 10px;
}

.st-navbar ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #214782;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.st-navbar ul li a:hover,
.st-navbar ul li a:focus {
    background-color: transparent;
    color: #214782;
}

.st-navbar ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.st-navbar .navbar-header {
    margin-top: 4px;
}

.st-navbar .navbar-toggle .icon-bar {
    background-color: #214782;
}

.st-navbar .navbar-toggle {
    margin-top: 5px;
    margin-right: 4px;
    padding: 4px;
    border-radius: 0;
}

.gray_background {
    background-color: #f5f5f5;
}

#header .navbar .nav_background {
    min-height: 10px;
    margin: 0;
    padding: 0;
}

.st-navbar .nav_background .navbar-header {
    margin: 0;
    padding: 0;
}

.nav_background .navbar-header h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav_background,
#st-navbar-collapse-secondary {
	background-color: #f5f5f5;	
}

ul.nav_background li a {
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: -10px;
}

@media (max-width: 767px) {
    .st-navbar .nav_background .navbar-toggle {
        margin-right: -10px;
    }
}

.st-navbar h2 {
    color: #999999;
    padding-right: 40px;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: #FFFFFF;
        padding-right: 18px;
        max-height: 100% !important;
    }
    .navbar-collapse li {
        background-color: #FFFFFF;
        border: 1px solid #FFF;
    }
	.nav_background .navbar-collapse li {
        border: 1px solid #f5f5f5;
    }
    .st-navbar h2 {
        padding-right: 8px;
        float: left;
        padding-top: 0px;
    }
    .gray_background>.container {
        margin-top: 10px;
    }
}

.navbar-form {
    padding-top: 10px;
}

.navbar-form .form-control {
    height: 40px;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 10px;
}

.bs-searchbox .form-control {
    padding: 4;
    margin-left: 0px;
    height: 30px;
    font-family: "open_sanslight", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.bs-actionsbox .btn-group button {
    width: 48%;
    margin-top: 6px;
    font-family: "open_sanslight", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    background-color: #F8F8F8;
}

.navbar-form .btn-send {
    font-weight: normal;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

.gray_background .filterarea .btn-default {
    margin-top: 14px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    min-width: 250px;
    max-width: 250px;
}

.gray_background .dropdown-menu>li>a {
    margin-bottom: -6px;
}

.gray_background .dropdown-menu {
    margin-top: 0px;
    margin-left: 30px;
}

@media (max-width: 768px) {
    .navbar-form {
        padding-top: 0px;
    }
    .navbar-form .form-control {
        margin-left: 0px;
    }
}


/* Section Dividers */

.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 112px;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #f5f5f5;
}

.textdivider img {
    padding-top: 50px;
    color: #214782;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.textdivider h1, textdivider h6 {
    padding-top: 50px;
    color: white;
    background-color: #214782;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.textdivider h2 {
    color: white;
    background-color: #214782;
    padding: 10px;
}

.textdivider p {
    color: white;
    font-size: 25px;
    background-color: #214782;
    padding: 10px;
}


/* divider animation */

.textdivider h1, textdivider h6 {
    transform-origin: 50% 100%;
    -webkit-animation: appear 3s ease 0s normal;
    animation: appear 3s ease 0s normal;
}

.textdivider h2 {
    transform-origin: 50% 100%;
    -webkit-animation: appear 4s ease 0s normal;
    animation: appear 4s ease 0s normal;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    60% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}


/* Section Dividers Backgrounds */

.divider1 {
    background-image: url(../images/img_full.jpg)
}

.divider2 {
    background-image: url(../images/videocollection.jpg)
}

.divider3 {
    background-image: url(../images/img_full_webinar.jpg);
}

.divider4 {
    background-image: url(../images/expertise/img_full_expertise.jpg)
}

.divider5 {
    background-image: url(../images/expertise/civil.jpg);
}

.divider6 {
    background-image: url(../images/products/mf_banner.jpg)
}

.divider7 {
    background-image: url(../images/office/carieers.jpg)
}


.divider8 {
    background-image: url(../images/office/partners.jpg)
}

.divider9 {
    background-image: url(../images/slider/img_full_research.jpg)
}

.divider10 {
    background-image: url(../images/expertise/img_full_expertise_automotive.jpg)
}

.img-center {
    margin-right: auto;
    margin-left: auto;
}

.img-pull-right {
    margin-left: 20px;
    float: right;
}

.img-pull-left {
    margin-right: 20px;
    float: left;
}


/* 5. SLIDER */

#slider {
    margin-top: 80px;
    background-color: #214782;
}

#slider_inner {
    margin-top: 112px;
    background-color: #214782;
}

#slider_inner-white {
    margin-top: 120px;
    background-color: #FFFFFF;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #f5f5f5;
}

#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
}


/*	#home-carousel .item:before{
		background-color: #000;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}*/

#inner-carousel .item {
	background-position:  center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 350px;
	background-color: #214782;
}


#inner-carousel-white .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    background-color: #FFFFFF;
}

.carousel-caption {
    left: 15px;
    right: 15px;
    top: 40%;
    font-size: 15px;
    text-align: left;
    color: #214782;
    text-shadow: none;
    margin-top: -130px;
}

.carousel-caption h2 {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 46px;
    font-weight: 100;
    color: #FFF;
    background-color: rgba(37, 73, 131, 0.9);
    padding-top: 15px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
}

.carousel-caption h1, .carousel-caption h6 {
    font-size: 81px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: none;
    margin-bottom: 20px;
    color: #FFF;
    background-color: rgba(37, 73, 131, 0.9);
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
}

.carousel-caption p {
    color: #FFF;
 	padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 15px;    
	background-color: rgba(37, 73, 131, 0.9);
    font-size: 1.6em;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}
.carousel-caption a.btn-send {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;    
}
.home-carousel-left,
.home-carousel-right {
    background-color: #f0f0f0;
    color: #214782;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.home-carousel-left {
    left: -32px;
}

.home-carousel-right {
    right: -32px;
}

#home-carousel:hover .home-carousel-left {
    left: 0;
}

#home-carousel:hover .home-carousel-right {
    right: 0;
}

#inner-carousel:hover .home-carousel-left {
    left: 0;
}

#inner-carousel:hover .home-carousel-right {
    right: 0;
}

#inner-carousel-white:hover .home-carousel-left {
    left: 0;
}

#inner-carousel-white:hover .home-carousel-right {
    right: 0;
}

#inner-carousel-white .carousel-caption {
    left: 15px;
    right: 15px;
    top: 50%;
    font-size: 15px;
    text-align: left;
    color: #214782;
    text-shadow: none;
    margin-top: -130px;
}

#inner-carousel-white .carousel-caption h2 {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 46px;
    font-weight: 100;
    color: #214782;
    padding: 15px 6px 6px 6px;
    background-color: #FFF;
}

#inner-carousel-white .carousel-caption h1, #inner-carousel-white .carousel-caption h6 {
    font-size: 70px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: none;
    margin-bottom: 20px;
    color: #214782;
    padding: 6px;
    background-color: #FFF;
}


/* Carousel animation */

#home-carousel .item h1,
#home-carousel .item h2,
#inner-carousel-white .carousel-caption h6, 
#home-carousel .item p,
#home-carousel .item a,
#inner-carousel .item h1,
#inner-carousel .item h2,
#inner-carousel .item h6,
#inner-carousel .item p,
#inner-carousel .item a,
#inner-carousel-white .item h1,
#inner-carousel-white .item h2,
#inner-carousel-white .item h6,
#inner-carousel-white .item p {
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

#home-carousel .item h1,
#inner-carousel .item h1,
#inner-carousel-white .item h1,
#home-carousel .item h6,
#inner-carousel .item h6,
#inner-carousel-white .item h6,
#inner-carousel .item a,
#home-carousel .item a {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}

#home-carousel .item.active h1,
#home-carousel .item.active h2,
#home-carousel .item.active h6,
#home-carousel .item.active p,
#home-carousel .item.active a,
#inner-carousel .item.active h1,
#inner-carousel .item.active h2,
#inner-carousel .item.active h6,
#inner-carousel .item.active p,
#inner-carousel .item.active a,
#inner-carousel-white .item.active h1,
#inner-carousel-white .item.active h2,
#inner-carousel-white .item.active h6,
#inner-carousel-white .item.active p {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#home-carousel .item h2,
#inner-carousel .item h2,
#inner-carousel-white .item h2 {
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}

#home-carousel .item p,
#inner-carousel .item p,
#inner-carousel-white .item p {
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}

#home-carousel .item a,
#inner-carousel .item a,
#inner-carousel-white .item a {
    -webkit-transition: all 0.5s ease-in-out 0.55s;
    -moz-transition: all 0.5s ease-in-out 0.55s;
    -ms-transition: all 0.5s ease-in-out 0.55s;
    -o-transition: all 0.5s ease-in-out 0.55s;
    transition: all 0.5s ease-in-out 0.55s;
}

/* 6. HIGHLIGHT */

#highlight {
    background-color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 130px;
}

.highlight>.list-group .list-group-item {
    border-left-width: 0;
    border-right-width: 0;
    border-right-width: 0;
}

.highlight>.list-group .list-group-item:first-of-type {
    border-top-width: 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h1, .section-title h6  {
    margin-top: 0;
    text-transform: none;
    text-align: center;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-size: 4em;
    letter-spacing: normal;
}

.section-title h2 {
    margin-top: 0;
    text-transform: none;
    text-align: center;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-size: 2.2em;
    color: #999999;
    letter-spacing: normal;
}

.highlight h1, .highlight h6 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 8px;
}

.highlight h1 a:hover, .highlight h6 a:hover {
    text-decoration: underline;
}

.highlight h2 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    color: #999999;
}

.highlight h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #999999;
}

.highlight h1 i, .highlight h6 i {
    margin-right: 10px;
}

.highlight_video h1, .highlight_video h6 {
    font-size: 2em;
    margin-top: 26px;
    margin-bottom: 8px;
    color: #FFF;
    margin-left: 20px;
}

.highlight_video h1 a:hover, .highlight_video h6 a:hover {
    text-decoration: underline;
    color: #FFF;
}

.highlight_video h2 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFF;
    margin-left: 20px;
}

.highlight_video h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #FFF;
    margin-left: 20px;
}

.highlight_video h1 i, .highlight_video h6 i {
    margin-right: 10px;
    color: #FFF;
}

#highlight_video {
    background-color: #214782;
    padding: 0px;
    margin: 0px;
}

.image img {
    max-width: 100%;
    display: inline;
}


/* 6. TOPICS */

#topics {
    background-color: #f5f5f5;
    padding-top: 0px;
    padding-bottom: 0px;
}

#topics .section-title {
    margin-bottom: 0px;
    margin-top: 10px;
}

#topics .section-title h1 {
    padding: 4px;
}


/* 7. TOPICS_WHITE */

#topics_white {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

#topics_white .section-title {
    margin-bottom: 0px;
    margin-top: 10px;
}

#topics_white .section-title h1 {
    padding: 4px;
}

#topics_white h2 {
    font-size: 1.5em;
    line-height: 1.2em;
}

#topics_white h2 a {
    color: #999999;
}

#topics_white h2 a:hover {
    text-decoration: underline;
}

#topics_white ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

#topics_white li {
    display: table-cell;
    padding-right: 8px;
    text-align: center;
}

#topics_white .image {
    max-height: 450px;
    overflow: hidden;
}

#topics_white .image img {
    width: 100%;
    min-height: 450px;
}

@media (max-width: 767px) {
    #topics_white li {
        display: inline-table;
    }
    #topics_white .image {
        height: 300px;
    }
    #topics_white .image img {
        min-height: 300px;
    }
}


/* 8. topics_white_elemnt */

#topics_white_element {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

#topics_white_element .section-title {
    margin-bottom: 0px;
    margin-top: 10px;
}

#topics_white_element .section-title h1 {
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #d4dbe8;
    border-right-color: #d4dbe8;
    border-bottom-color: #d4dbe8;
    border-left-color: #d4dbe8;
    padding: 4px;
    background-image: url(../images/stargate_element03.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#topics_white_element h2 {
    font-size: 1.5em;
    line-height: 1.2em;
}

#topics_white_element h2 a {
    color: #999999;
}

#topics_white_element h2 a:hover {
    text-decoration: underline;
}


/* 9.topics_elemnets */

#topics_elements {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: #FFFFFF;
}

#topics_elements .section-title {
    margin-bottom: 0px;
    margin-top: 10px;
}

#topics_elements .section-title h1 {
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #d4dbe8;
    border-right-color: #d4dbe8;
    border-bottom-color: #d4dbe8;
    border-left-color: #d4dbe8;
    padding: 4px;
    background-image: url(../images/stargate_element03.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#topics_elements h2 {
    font-size: 1.5em;
    line-height: 1.2em;
}

#topics_elements h2 a {
    color: #999999;
}

#topics_elements h2 a:hover {
    text-decoration: underline;
}

#topics_elements ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

#topics_elements li {

    display: table-cell;
    padding-right: 8px;
    text-align: center;
}

#topics_elements .image {
    max-height: 450px;
    overflow: hidden;
}

#topics_elements .image img {
    width: 100%;
    min-height: 450px;
}

#topics_elements .image_4 {
    max-height: 250px;
    overflow: hidden;
}

#topics_elements .image_4 img {
    width: 100%;
    min-height: 250px;
}

.centered-and-cropped {
    object-fit: cover;
}

@media (max-width: 767px) {
    #topics_elements li {
        display: inline-table;
    }
    #topics_elements .image {
        height: 300px;
    }
    #topics_elements .image img {
        min-height: 300px;
    }
    #topics_elements .image_4 {
        height: 250px;
        overflow: hidden;
    }
    #topics_elements .image_4 img {
        min-height: 250px;
    }
}


/* 8. filter portfolio and isotope */

.portfolio-wrapper ul.filter {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 28px;
    overflow: hidden;
}

.portfolio-wrapper ul.filter li {
    float: left;
    text-transform: uppercase;
    margin-right: 25px;
    font-weight: 600;
}

.portfolio-wrapper ul.filter li a {
    color: #909090;
}

.portfolio-wrapper ul.filter li a:hover,
.portfolio-wrapper ul.filter li a.active {
    color: #000;
}

.portfolio-wrapper .portfolio-items {
    clear: both;
}

.portfolio-wrapper .portfolio-items-over {
    clear: both;
}

.portfolio-wrapper .portfolio-content {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.portfolio-wrapper .portfolio-content {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.portfolio-wrapper .portfolio-content .caption {
    padding: 20px;
}

.thumbnailes {
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 0px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

#expertise .thumbnailes, #research .thumbnailes {
    border: 1px solid #dddddd;
}

.portfolio-wrapper .portfolio-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio-wrapper .portfolio-content:hover .portfolio-overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-wrapper .portfolio-overlay a {
    color: #fff;
    font-size: 35px;
}

.portfolio-wrapper .portfolio-overlay h5 {
    color: #fff;
    font-size: 1.5em;
}

.portfolio-wrapper .portfolio-overlay a:hover {
    color: #fff;
}

.portfolio-item .portfolio-content {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item .portfolio-content .caption {
    padding: 20px;
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio-item .portfolio-content:hover .portfolio-overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-item .portfolio-overlay a,
.portfolio-item .portfolio-overlay i {
    color: #fff;
    font-size: 35px;
}

.portfolio-item .portfolio-overlay h5 {
    color: #fff;
    font-size: 1.5em;
}

.portfolio-item .portfolio-overlay h5.margin {
    margin-top: 0px;
}

.portfolio-item .portfolio-overlay a:hover {
    color: #fff;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/* 8. desc_internal */

#desc_internal {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* 9. line_01 - line_03 */

#line_01,
#line_03 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bordered {
    border: 1px solid #dddddd;
}

.borderedbox {
    border: 4px solid #dddddd;
    background-color: #FFF;
    margin-bottom: 8px;
    padding-right: 6px;
    padding-left: 6px;
}

.borderedbox .content {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.borderedbox .content h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.borderedbox .content h3 i {
    padding-top: 0px;
    padding-bottom: 0px;
}

h3.lines {
    text-align: center;
    text-transform: uppercase;
    color: #214782;
    font-weight: 600;
}

h3.lines span {
    position: relative;
}

h3.lines span:before,
h3.lines span:after {
    content: "";
    position: absolute;
    height: 5px;
    top: 15px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #214782;
}

h3.lines span:before {
    right: 100%;
    margin-right: 15px;
}

h1.lines span:after {
    left: 100%;
    margin-left: 15px;
}

h1.lines {
    text-align: center;
    text-transform: uppercase;
}

h1.lines span {
    position: relative;
}

h1.lines span:before,
h1.lines span:after {
    content: "";
    position: absolute;
    height: 5px;
    top: 20px;
    width: 100%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #d4dbe8;
}

h1.lines span:before {
    right: 100%;
    margin-right: 15px;
}

h1.lines span:after {
    left: 100%;
    margin-left: 15px;
}

#line_01 .imageright {
    margin-right: -15px;
}


/* 8. PRICING */

#pricing {
    background-color: #f5f5f5;
    padding-top: 130px;
    padding-bottom: 120px;
}

.st-pricing {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.st-pricing:hover {
    box-shadow: 0px 0px 18px #ddd;
}

.st-pricing h5 {
    margin-top: 0;
    margin-bottom: 25px;
}

.st-pricing h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.st-pricing .st-border {
    width: 100%;
    margin-bottom: 15px;
    background-color: #ccc;
}

.st-pricing ul {
    list-style: none;
    padding: 0;
}

.st-pricing ul li {
    padding: 12px 0;
    font-size: 15px;
}

.st-pricing a.btn-send {
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 25px;
}


/* 9. ABOUT US */

#about-us {
    background-color: #f5f5f5;
}

#about-us .about-us {
    padding: 20px;
}

#about-us .about-us h4 {
    margin-top: 0;
    margin-bottom: 30px;
}

#about-us .about-us .btn-send {
    margin-top: 30px;
}

#about-us .our-office {
    padding-right: 0px;
}

.office-carousel-left,
.office-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.office-carousel-left {
    left: -32px;
}

.office-carousel-right {
    right: -32px;
}

#office-carousel:hover .office-carousel-left {
    left: 0;
}

#office-carousel:hover .office-carousel-right {
    right: 0;
}

#office-carousel .item img {
    width: 100%;
}

.carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity ease-out .7s;
    -moz-transition: opacity ease-out .7s;
    ;
    -o-transition: opacity ease-out .7s;
    ;
    transition: opacity ease-out .7s;
}

.carousel-inner .active {
    opacity: 1;
}

.carousel-inner .active.left,
.carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-inner .next.left,
.carousel-inner .prev.right {
    opacity: 1;
}

.software-carousel-left,
.software-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.software-carousel-left {
    left: -52px;
    display: none;
}

.software-carousel-right {
    right: -52px;
    display: none;
}

#software_carousel .item {
    width: 99%;
}

#software_carousel:hover .software-carousel-left {
    left: -40px;
    display: inline;
}

#software_carousel:hover .software-carousel-right {
    right: -40px;
    display: inline;
}

@media (max-width: 991px) {
    #software_carousel:hover .software-carousel-left {
        display: none;
    }
    #software_carousel:hover .software-carousel-right {
        display: none;
    }
}


/* 10. OUR TEAM */

#our-team {
    padding-top: 130px;
    padding-bottom: 120px;
}

.team-member {
    margin-top: 30px;
}

.member-image {
    position: relative;
}

.member-info {
    background-color: #f5f5f5;
    padding: 15px;
}

.member-info h4 {
    margin-top: 0;
    margin-bottom: 6px;
}

.member-info span {
    text-transform: uppercase;
}

.team-member .member-social {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.team-member:hover .member-social {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-member .member-social a {
    position: relative;
    font-size: 16px;
    color: #fff;
    top: 47%;
}

.team-member:hover .member-social a {
    margin: 6px;
}


/* 11. TESTIMONIAL */

#testimonial {
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    color: #FFF;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

.st-testimonials {
    color: #FFFFFF;
    background-color: #214782;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.st-testimonials .st-border {
    background-color: #e0e0e0;
    margin: 20px auto;
}

.st-testimonials p {
    font-style: italic;
    color: #FFF;
}

.st-testimonials .client-info h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.st-testimonials .client-info span {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
}

.st-testimonials h1,
.st-testimonials h2,
.st-testimonials h3,
.st-testimonials h4 {
    color: #FFF;
}


/* 12. FUN FACTS */

#fun-facts {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

#fun-facts .fun-fact {
    border-right: 1px solid #ddd;
}

#fun-facts .col-md-3:last-child .fun-fact {
    border-right: 0px solid #ddd;
}

#fun-facts .fun-fact i {
    margin-right: 5px;
}

#fun-facts .fun-fact p {
    font-size: 16px;
}


/* 13. CONTACT */

#map-canvas {
    width: 100%;
    height: 320px;
}

#contact {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

#were {
    padding-top: 60px;
}

.contact-info .contact-content {
    margin-bottom: 10px;
}

.contact-info p {
    margin-bottom: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form textarea {
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}


/* 14. BLOG */

#page-header {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 80px;
}

.single-blog {
    margin-top: 35px;
    margin-bottom: 35px;
}

.post-title {
    margin-top: 20px;
    margin-bottom: 5px;
}

.post-meta {
    margin-bottom: 15px;
}

.post-meta span {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.6;
}

.post-meta span:hover {
    opacity: 1;
}

.post-carousel-left,
.post-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.post-carousel-left {
    left: -32px;
}

.post-carousel-right {
    right: -32px;
}

#post-carousel:hover .post-carousel-left {
    left: 0;
}

#post-carousel:hover .post-carousel-right {
    right: 0;
}

.post-link {
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 600;
}

.post-quote {
    background-color: #f5f5f5;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

#blog .pagination {
    margin-bottom: 80px;
}

#blog .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color: #a3a3a3;
    border: 1px solid #d1d1d1;
    padding: 0;
    margin-right: 5px;
    border-radius: 0;
}

#blog .pagination li.active a,
#blog .pagination li a:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.sidebar-widget {
    margin-top: 35px;
    margin-bottom: 50px;
}

.sidebar-widget .sidebar-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.sidebar-widget ul {
    list-style: square;
    margin: 0;
    padding-left: 18px;
}

.sidebar-widget ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-search {
    position: relative;
}

.blog-search input {
    border: 1px solid #d6d6d6;
    color: #8d8d8d;
    height: 44px;
    outline: medium none;
    padding: 0 50px 0 17px;
    width: 100%;
}

.blog-search span {
    color: #252525;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blog-search .search-submit {
    background: none;
    border: none;
}

.blog-search:after {
    background-color: #d6d6d6;
    content: "";
    display: block;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
}

.sidebar-widget .tagcloud a {
    padding: 4px 10px;
    border: 1px solid #ccc;
    margin: 3px 1px;
    display: inline-block;
}

.sidebar-widget .tagcloud a:hover {
    border-color: #000;
    color: #000;
}

ul.content-flickr {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.content-flickr li {
    display: block;
    float: left;
    padding: 5px 10px 5px 0;
    width: 33.33%;
}

.content-flickr li a {
    display: block;
    position: relative;
    width: 100%;
}


/* 15. FOOTER */

#footer {
    background-color: #214782;
    /*	position: absolute;
	bottom: 0;
	width: 100%;*/
    padding-top: 40px;
    padding-bottom: 10px;
    color: #FFF;
    background-image: url(../images/stargate_element02.png);
    background-repeat: no-repeat;
    background-position: right top;
    color: rgba(255, 255, 255, 0.8);
}

#footer a {
    color: rgba(255, 255, 255, 0.8);
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer .dropdown-menu a {
    color: #000000;
}

.login-form input[type="text"],
.login-form input[type="email"] {
    border: 1px solid #E8E8E8;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
}

.footer-social-icons {
    text-align: right;
}

.footer-social-icons a {
    margin: 0 5px;
    font-size: 16px;
}

.footer-social-icons span {
    margin-right: 10px;
}

#footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/* 16. FOOTER_MENU */

#footer .footer_menu {
    color: #FFF;
}

#footer .col-md-3:last-child .footer_menu {
    color: #FFF;
}

#footer .footer_menu i {
    margin-right: 5px;
    color: #FFF;
}

#footer .footer_menu p {
    font-size: 16px;
    color: #FFF;
}

#footer .footer_menu li a,
#footer .footer_menu h3,
#footer .footer_menu h4,
#footer .footer_menu h5 {
    color: #FFF;
}

#footer .footer_menu li a:hover {
    text-decoration: underline;
}


/* 17. SCROLL TO TOP */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up ul {
    margin: 0;
    padding: 0;
}

.scroll-up li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-up a {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #214782;
    font-size: 20px;
    line-height: 38px;
    box-shadow: 0px 0px 6px #ccc;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: #f5f5f5;
    color: #214782;
}


/* 18. GALLERY */

.gal {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

.gal img {
    width: 100%;
    padding: 7px 0;
}

@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
}


/* 18. BOX for boxes */

.es-box {
    min-height: 310px;
    margin-bottom: 20px;
    padding: 15px;
}

.blu {
    background-color: #214782;
    color: #FFF;
}

.azur {
    background-color: #0096d6;
    color: #FFF;
}

.gray {
    background-color: #f5f5f5;
}

.esthumb {
    height: 200px;
    background-color: #FFF;
    position: relative;
}

.esthumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esthumb img.auto {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.esthumb_or {
    height: 150px;
}

.esthumb_vert {
    height: 150px;
}

.esthumb_or img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esthumb-no img {
    display: block;
    width: auto;
    height: 200px;
    object-fit: none;
     margin-left: auto;
     margin-right: auto;

}


@media screen and (max-width: 767px) {
    .es-box {
        height: auto;
    }
}

.es-box-big {
    min-height: 645px;
    margin-bottom: 20px;
    padding: 15px;
}

@media screen and (max-width: 767px) {
    .es-box-big {
        height: auto;
    }
}

.wrapper,
.wrapper_4 {
    margin: 0 auto;
}

.wrapper>div,
.wrapper_4>div {
    border: 2px solid rgb(233, 171, 88);
    border-radius: 5px;
    background-color: rgba(233, 171, 88, .5);
    padding: 1em;
    color: #d9480f;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.one {
    grid-column: 1 / 3;
    grid-row: 1;
}

.two {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.three {
    grid-column: 1;
    grid-row: 2 / 5;
}

.four {
    grid-column: 3;
    grid-row: 3;
}

.five {
    grid-column: 2;
    grid-row: 4;
}

.six {
    grid-column: 3;
    grid-row: 4;
}

.wrapper_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 10px;
}

.wrapper_4 div:nth-child(2) {
    grid-column: 3;
    grid-row: 2 / 4;
}

.wrapper_4 div:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

@media screen and (max-width: 767px) {
    .wrapper_4,
    .wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .wrapper_4 div:nth-child(2),
    .wrapper_4 div:nth-child(5),
    .wrapper div {
        grid-column: 1 / 1;
        grid-row: auto / auto;
        grid-template-columns: repeat(1, 1fr);
    }
}


/* grid styles ------------------------------------ */

@media (min-width: 768px) {
    main {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .info1 {
        grid-column: span 2;
    }
    .info2 {
        grid-column: span 2;
    }
    .info3 {
        grid-column: span 1;
    }
    .figure1 {
        grid-column: span 3;
        grid-row: span 2;
    }
    .figure6 {
        grid-column: span 2;
    }
    .figure7 {
        grid-column: span 3;
    }
    .figure8 {
        grid-column: span 4;
    }
    .figure9 {
        grid-column: span 1;
    }
}

.figure-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newfigure-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    padding: 0;
}

.figure-img_bottom {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 100%;
}

.figure-img_top {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.info1,
.info2,
.info3 {
    padding: 40px;
    background-color: #214782;
    color: white;
}

a:hover.info-link,
a.info-link {
    color: white;
}


/* timeline ------------------------------------ */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}


/* news section ------------------------------------ */

#events {
    background-color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 30px;
}

.event {
    margin-bottom: 10px;
}

.event h1 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 8px;
}

.event h1 a:hover {
    text-decoration: underline;
}

.event h2 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    color: #999999;
}

.event h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #999999;
}

.event h1 i {
    text-align: center;
    vertical-align: middle;
}

.type {
    text-transform: uppercase;
    margin-top: 15px;
}

.date {
    text-transform: uppercase;
    margin-top: 5px;
}

.micro-image {
    text-align: center;
    padding-top: 15px;
}

.micro-image img {
    max-width: 100%;
}

#event-list .micro-image img {
    width: 150px;
}

.micro-image img:last-of-type {
    padding-bottom: 15px;
}

#eventlist .thumbnail:hover {
    background-color: #f5f5f5;
}

#eventlist .thumbnail {
    margin-bottom: 10px;
}

#eventlist.thumbnail>img {
    height: auto;
}

#eventlist .date-of-event {
    color: #0096D6;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
    display: block;
}

#eventlist .news-event .page-header {
    margin-bottom: 13px;
    padding: 17px 14px 19px 30px;
    margin-top: 12px;
}

#eventlist .caption h2,
h3 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

#eventlist .caption p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    font-size: 14px;
    text-align: justify;
}

.list_imgevent {
    width: 220px;
    float: left;
    height: 220px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 4px solid #FFFFFF;
}

.list_imgevent img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .list_imgevent {
        width: 100px;
        float: left;
        height: 100px;
    }
}


/*============== images full with =============**/

.full-width-image {
    background-image: url(../images/event_bg_title.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #FFF;
    height: 200px;
}


/*============== pagination azur =============**/

.pagination-wrap {
    margin: auto;
    text-align: center;
}

.pagination-azur>li>a,
.pagination-azur>li>span {
    background-color: #0096D6;
    border: 1px solid #0096D6;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin: 5px;
}

.pagination-azur>li>a.active,
.pagination-azur>li>a:hover,
.pagination-azur>li>span:hover,
.pagination-azur>li>a:focus,
.pagination-azur>li>span:focus {
    background-color: #77b8ee !important;
    border-color: #0096D6;
    color: #fff;
}


/* box youtuberesponsive */

.youtube {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0px;
    background-color: #FFFFFF;
   border: 1px solid rgba(0,0,0,0.20);  

}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #FFFFFF;
    border: none;
    border-color: #FFFFFF;

}

.youtube img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    border-color: #FFFFFF;
}

.youtube img:hover {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.youtube .play {
    height: 67px;
    width: 85px;
    left: 50%;
    top: 50%;
    margin-left: -43px;
    margin-top: -33px;
    position: absolute;
    cursor: pointer;
    background-image: url(../images/TxzC70f.png);
    background-repeat: no-repeat;
}


/* product section ------------------------------------ */

#product,
#company,
#event,
#tlpbase {
    background-color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 120px;
}

.line_banner {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #f5f5f5;
}

#product .main-section,
#company .main-section,
#event .main-section {
    padding-top: 0px;
}


/* expertise / case studies section ------------------------------------ */

#casestudy.main-section {
    padding-top: 0px;
}

.list_top {
    color: #999999;
    font-size: 1.5em;
    margin-left: 40px;
    text-indent: -15px;
}


.softwarehouse {
    background-color: #f5f5f5;
    display: inline-block;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
}

.evidencetext {
    background-color: #f5f5f5;

    display: inline-block;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
}

.inline_block {
    display: inline-block;
}

.vertical-align {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .row.vertical-align {
        display: block;
        /* Turn off the flexible box layout */
    }
}

.stargate_bg {
    background-image: url(../images/stargate_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.stargate_bg .bg_white {
    background-color: #FFF;
    display: inline-block;
    padding: 8px;
}

#header .navbar-right input {
    margin-top: 10px;
}

#askexpert label {
    margin-bottom: 0px;
}

.effect_image:hover {
    max-width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.effect_image img {
    max-width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix for transition flickering */
}

.effect_image:hover img {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

#video_coll h3 {
    margin-top: 0px;
}


/* Search area */

#search {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
	line-height: 10px;

}

@media (max-width: 768px) {
    .navbar-collapse .nav_background li {
        background-color: #f5f5f5;
    }
    #search {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .navbar-collapse .nav_background li {
        background-color: #f5f5f5;
    }
    #search {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.text-gray-light {
	color: #999999;
}

.effect_image_es:hover {
    max-width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.effect_image_es img {
    max-width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix for transition flickering */
}

.effect_image_es:hover img {
    overflow: hidden;
    position: relative;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

#filter, #filter1 {
    margin-top: 17px;
}

#productlist .thumbnailes {
    border: 1px solid #dddddd;
}

#productlist .esthumb {
    height: 100px;
    background-color: #FFF;
    position: relative;
}

#productlist .esthumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h4.readmore {
    text-align: right;
    margin-bottom: 0;
    margin-top: 0;
}

p.taglist {
    font-size: 11px;
    text-transform: uppercase;
    color: #C3C3C3;
    margin-top: auto;
    text-align: left;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0096d6;
    color: white;
}

.select2-results__option {
    padding: 0px;
}


/* calendario corsi */

.main-section-calendar {
    background-color: #f5f5f5;
    padding-bottom: 10px;
    padding-top: 70px;
}

.help-block {
    color: #666666;
    font-size: 0.95em;
}

.white_background {
    background-color: #FFF;
}

.etichetta {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    color: #214782
}

.codcorso {
    margin-bottom: 10px;
    font-weight: bold;
    color: #214782;
    padding: 0px;
    margin-top: 10px;
    text-align: right;
}

#calendario {
    padding-bottom: 10px;
    padding-top: 120px;
}

#calendario .main-section {
    padding-top: 0px;
}

.padding_area {
    padding: 12px;
}

.margin_area {
    margin-top: 8px;
}

.callout-blu {
    padding: 20px;
    margin: 20px 0px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #EEE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
    border-left-color: #214782;
}

.giallo {
    background-color: #f9ca24;
}

.arancio {
    background-color: #F90;
}

.verde {
    background-color: #05c46b;
}

.rosso {
    background-color: #ff3f34;
}

.verdechiaro {
    background-color: #badc58;
}

.verdescuro {
    background-color: #16a085;
}

.azzurro {
    background-color: #45aaf2;
}

.azzurroscuro {
    background-color: #3867d6;
}

.viola {
    background-color: #a55eea;
}


/* login form */

.btn-primary.btn-primary-linkedin {
    background: #4862a3;
    border-color: #4862a3;
    padding-right: 18px;
    padding-left: 18px;
}

.btn-primary.btn-primary-google,
.btn-primary.btn-primary-danger {
    background: #dd4b39;
    border-color: #dd4b39;
    padding-right: 18px;
    padding-left: 18px;
}

.btn-primary.btn-primary-info {
    background: #0096D6;
    border-color: #0096D6;
    padding-right: 18px;
    padding-left: 18px;
}

.btn-primary i {
    padding-right: 5px;
}

.btn-primary-linkedin:hover,
.btn-primary-linkedin:focus,
.btn-primary-linkedin:active,
.btn-primary-google:hover,
.btn-primary-google:focus,
.btn-primary-google:active,
.btn-primary-danger:hover,
.btn-primary-danger:focus,
.btn-primary-danger:active,
.btn-primary-info:hover,
.btn-primary-info:focus,
.btn-primary-info:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #19b9e7;
}

.form-box {
    margin-top: 40px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    background-color: #214782;
    color: #FFF;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
}

.form-bottom form .input-error {
    border-color: #19b9e7;
}

.social-login {
    margin-top: 35px;
}

.social-login-buttons {
    margin-top: 25px;
}

.middle-border {
    min-height: 300px;
    margin-top: 170px;
    border-right: 1px solid #ddd;
}

h3.smaller {
    font-size: 1.3em;
}

.noborder-dx {
    border-right: none;
}

.no-space-t-b {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/*event2020 style */

#event_new {
    background-color: #FFFFFF;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 150px;
}

#event_new h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

.row-striped:nth-of-type(odd){
  background-color: #f5f5f5;
  
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  
}

.row-striped {
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.row-online {
	border-left: 6px #60b709 solid;
}
.row-onsite {
	border-left: 6px #CC0000 solid;
}
.row-press {
	border-left: 6px #0096d6 solid;
}

.row-line {
    border-bottom-width: 1px;
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #FFF;
}

.row-line:hover,
.row-line.active:hover {
    background-color: #F5F5F5;
}

.row-striped-2:nth-of-type(odd) {
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-left-width: 4px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #efefef;
    border-left-color: #214782;
}

.row-striped-2:nth-of-type(even) {
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-left-width: 4px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #efefef;
    border-left: 4px #efefef solid;
}

.row-striped-2 {
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-primary {
    color: #fff;
    background-color: #214782;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0096d6;
}

.badge-secondary {
    color: #fff;
    background-color: #0096d6;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #214782;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

.badge-online {
    color: #fff;
    background-color: #60b709;
}

a.badge-online:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #60b709;
}

.badge-onsite {
    color: #fff;
    background-color: #CC0000;
}

a.badge-onsite:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #CC0000;
}

.badge-press {
    color: #fff;
    background-color: #0096d6;
}

a.badge-press:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #0096d6;
}

span.badge {
    font-weight: 600;
}

.no-space-t {
    padding-top: 0px;
    margin-top: 0px;
}

#eventlist_new h3 a {
    font-weight: bold;
    line-height: 1.1;
    font-size: 2rem;
}

#eventlist_new h3 a:hover {
    text-decoration: underline;
}


#eventlist_new {
    margin-top: -75px;
    margin-bottom: 10px;
}

#eventlist_new p.date {
    color: #666;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 4px;
}

#eventlist_new h4 {
    color: #666;
    font-weight: 300;
}

#eventlist_new h4.onlinecolor,
.onlinecolor {
    color: #66CC00;
    text-align: center;
    padding-right: 4px;
    padding-left: 8px;
}

#eventlist_new h4.onsitecolor,
.onsitecolor {
    color: #CC0000;
    text-align: center;
    padding-right: 4px;
    padding-left: 8px;
}

#eventlist_new h4.presscolor,
.presscolor {
    color: #666666;
    text-align: center;
    padding-right: 4px;
    padding-left: 8px;
}

.popover {
    max-width: 80%;
    /* Max Width of the popover (depending on the container!) */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}



@media (max-width: 767px) {
    #eventlist_new h4.onlinecolor,
    .onlinecolor {
        text-align: left;
        float: right;
    }
    #eventlist_new h4.onsitecolor,
    .onsitecolor {
        text-align: left;
        float: right;
    }
    #eventlist_new h4.presscolor,
    .presscolor {
        text-align: left;
        float: right;
    }
}



/*local home 2020 style */
/*slider2020 style */

#home-carousel .btn-primary {
	font-size: 1.5em;	
}

#slider_inner-local {
    margin-top: 120px;
    background-color: #214782;
}



#inner-carousel-local .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
	background-color: #214782;
}




#inner-carousel-local:hover .home-carousel-left {
    left: 0;
}

#inner-carousel-local:hover .home-carousel-right {
    right: 0;
}

#inner-carousel-local .carousel-caption {
    left: 15px;
    right: 15px;
    top: 50%;
    font-size: 15px;
    text-align: left;
    color: #214782;
    text-shadow: none;
    margin-top: -130px;
}

#inner-carousel-local .carousel-caption h2 {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 46px;
    font-weight: 100;
    color: #FFF;
    background-color: rgba(37, 73, 131, 0.9);
    padding-top: 15px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
}

#inner-carousel-local .carousel-caption h1 {
    font-size: 81px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: none;
    margin-bottom: 20px;
    color: #FFF;
    background-color: rgba(37, 73, 131, 0.9);
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
}


/* Carousel animation */

#inner-carousel-local .item h1,
#inner-carousel-local .item h2,
#inner-carousel-local .item p,
#inner-carousel-local .item a
 {
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

#inner-carousel-local .item h1,
#inner-carousel-local .item a {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}


#inner-carousel-local .item.active h1,
#inner-carousel-local .item.active h2,
#inner-carousel-local .item.active p,
#inner-carousel-local .item.active a
 {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#inner-carousel-local .item h2 {
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}


#inner-carousel-local .item p {
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}

#inner-carousel-local .item a, #home-carousel .item a {
    -webkit-transition: all 0.5s ease-in-out 0.55s;
    -moz-transition: all 0.5s ease-in-out 0.55s;
    -ms-transition: all 0.5s ease-in-out 0.55s;
    -o-transition: all 0.5s ease-in-out 0.55s;
    transition: all 0.5s ease-in-out 0.55s;
}
.title-normal {
	font-weight:normal;
}

.mt-evidence {
    margin-top: -20px;
}
.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-home, a .btn-home {
	background-color: #214782;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 6px solid #FFF;
}

.btn-home:hover, a:hover .btn-home {
    background-color: #0096d6;
    color: #fff;
    border: 6px solid #FFF;
}

a h4.button_home    {
	color: #214782;
	font-weight: 600;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: compact;
}
a:hover h4.button_home {
	color: #0096d6;	
}
.effect-underline:after {
	content: '';	
	display: inline-block;
	height: 1em;
	width: 80%;
	border-bottom: 4px solid #0096d6;
	margin-top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #0096d6;	
}

.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* xs */
@media (max-width: 767px) {
.btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    padding: 10px 16px;
    border-radius: 40px;
}
a h4.button_home    {
	font-size: 1.2em;	
}
.effect-underline:after {
 width: 98%;
}
#home-carousel .carousel-caption h2, #home-carousel .carousel-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#home-carousel .btn-primary {
	font-size: 1.2em;	
}
.section-divider {    
    margin-top: 90px;    
}

}

/* area cta */

#consulting {
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	color: #FFF;	
	background-position: center center;
}

.st-consulting {	
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.st-consulting .st-border {
    background-color: #e0e0e0;
    margin: 20px auto;
}

.st-consulting p {
    font-style: italic;
    color: #FFF;
}

.st-consulting .consulting-info h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.st-consulting .consulting-info span {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
}

.st-consulting h1,
.st-consulting h2,
.st-consulting h3,
.st-consulting h4 {
    
}
.tooltip-inner {
    background-color: #000000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
}

.space-around {padding: 4px;}
  

a.list-group-item, a:hover.list-group-item {
	border: 1px solid #A49E9E;
} 


 
 h6.text-center, .text-center h6 {
  text-align: center !important;
}

#menumech .tooltip-inner {
    background-color: #000000;
}

#menumech .tooltip.top .tooltip-arrow {
    border-top-color: #000000;
}
        
#menumech a.list-group-item, a:hover.list-group-item  {
	border: 1px solid #A49E9E;
    cursor: pointer;
} 
#menumech a.list-group-item.padding, a:hover.list-group-item.padding  {
	padding-left: 35px;
} 
#menumech a[aria-expanded=true] .fa-chevron-right {
   display: none;
}
#menumech a[aria-expanded=false] .fa-chevron-down {
   display: none;
}    
#menumech i.fa-chevron-right, i.fa-chevron-down {
padding-top:5px;
}

.margin-icons_area {
    margin-top: 4px;
    margin-bottom: 4px;
}

#menu-princ .tooltip-inner {
    background-color: #000000;
}

#menu-princ .tooltip.top .tooltip-arrow {
    border-top-color: #000000;
}
        
#menu-princ a.list-group-item, a:hover.list-group-item  {
	border: 1px solid #A49E9E;
    cursor: pointer;
} 
#menu-princ a.list-group-item.padding, a:hover.list-group-item.padding  {
	padding-left: 10px;
} 
#menu-princ a[aria-expanded=true] .fa-chevron-right {
   display: none;
}
#menu-princ a[aria-expanded=false] .fa-chevron-down {
   display: none;
}    
#menu-princ i.fa-chevron-right, i.fa-chevron-down {
padding-top:5px;
}

.left-space {
padding-left:35px;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

#menu-princ [aria-expanded="false"] > .expanded,
#menu-princ [aria-expanded="true"] > .collapsed {
  display: block;
}


ul.star  {
padding-left: 0; 
margin-left: 0;   
}

ul.star li {
  list-style: none;
  position: relative;
  padding: 0px 0 3px 20px;  
}

ul.star li::before {
  content: '*';
  position: absolute;
  top: 6px;
  left: 0;
}
.text-azz {
    color: #0096d6;
    font-weight: 600;
}
