<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* -------------------------------------------------------- */
/*-----------------Base -----------------------------------     */
/* -------------------------------------------------------- */
body{ 
    font-family: 'Telegraf', 'Arial', sans-serif !important;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%; 
    cursor:default;
    font-size: 14px !important;
}

.Telegraf SemiBoldular, h1, h2, h3, h4, h5, h6 {
    font-family: "Telegraf SemiBold", Arial !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-top:0px;
    margin-bottom: 20px;
}
h1{
    font-weight: 700;
    font-size: 36px !important;
    margin-bottom: 0.50em;
    color:#000;
}
h2.subtitle{
    font-weight: 300;
    color:#005ec4;
    font-size: 19px !important;
    margin-bottom: 0px;
}
h2.subtitle i{
    color:#F54325;
    font-size: 2em !important;
}
h2.message{
    font-weight: 500;
    color:#fff;
    font-size: 19px !important;
    margin-bottom: 0px;
}
a{
    text-decoration: none !important;
    color: #00aaa6;
}
a.hover-color{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.hover-color:hover{
    color:#F54325 !important;
}
a:hover, a:focus {
    color: #333;
    text-decoration: underline;
}
iframe, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
b,strong{
    font-weight: 400;
}
p{
    line-height: 23px;
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
    outline: none;
}
/*============================================================*/
/*========= margin padding for giving spaces in rows =========*/
/*============================================================*/
.margin-btm20{
    margin-bottom: 20px;
}
.padding-60{
    padding: 60px 0px;
}
.margin-btm40{
    margin-bottom: 40px;
}
.divied-40{
    width:100%;
    height: 40px;
    clear: both;
}
.divied-60{
    width:100%;
    height: 60px;
    clear: both;  
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.partner-padding img {
    padding: 5px 20px;
}

/*============================================================*/
/*========= bootstrap overrides ==============================*/
/*============================================================*/


/*layout width set what you want*/
@media(min-width:1200px){
    .container{
        width:970px;
    }
}

@media(min-width:768px){
	.container, .container-md, .container-sm {
		max-width: 100%;
	}
}

/*pagination*/
.pagination  li  a{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: 1px solid #eee;
    margin-left: -1px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.pagination li a:hover{
    color:#fff;
    background-color: #F54325;
    border-color: #F54325;
}

/*progress bar*/
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 20px;
    background: #E9E9E9;
}
.progress-bar{
    line-height: 10px;
    background: #F54325;
    box-shadow: none;
    -webkit-box-shadow: none;
}
h3.heading-progress{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
h3.heading-progress span{
    color:#F54325;
    font-weight: 400;
}
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}

@media (max-width: 767px) {

	.carousel-item .text-end, .carousel-item .text-start {
		height: fit-content;
	}
	
    .nopadding {
        padding-left: 15px; 
    }

    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}

@media (max-width: 576px) {
	.carousel-item .text-end, .carousel-item .text-start {
		text-align: center !important;
	}
}

.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs &gt; li &gt; a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color:#F54325;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #F54325;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
/*resposive audio*/
.audio{
    width:100%;
}
/*resposive video*/
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50.25%;
}
.responsive-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*==================== ========*/
/*========= main menu =========*/
/*============================*/
.navbar-inverse{
    background-color: #474544;

}
.navbar{
    border: none !important;
    border-radius: 0;
    margin-bottom: 0px;
    font-family: 'Telegraf', sans-serif;
}

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus{
    background-color: #F54325 !important;
    color:#fff;
}
.navbar-inverse .navbar-nav&gt;.open&gt;a, .navbar-inverse .navbar-nav&gt;.open&gt;a:hover, .navbar-inverse .navbar-nav&gt;.open&gt;a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-nav {
    margin: 0px;
}

.navbar-collapse input[type="text"] {
    margin-bottom: 10px;
}

.navbar-collapse{
    max-height:450px!important;
}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 5px 0px;
    min-width: 190px;
    background-color: #222;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #3dd68a !important;
}
.navbar .dropdown-menu li a{
    color:#fff;
    padding: 9px 20px;
    border-bottom: 1px solid #333;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li:last-child a{
    border-bottom: none;
}
.navbar .dropdown-menu li a:hover{
    background: #474544;
    color:#fff;
}
.menu-href, .menu-href:hover {
    color: #ffffff;
    font-size: 12px;
    padding: 10px;
    display: block;
    width: 100%;
}

@media(min-width:768px) and (max-width: 991px){
	#menu-navbar-1 {
		width: 370px;
	}
}

.select {            
	font-family: Arial, sans-serif!important;
	font-size: 14px!important;
	display: inline-block!important;
	-webkit-font-smoothing: antialiased!important;
	-webkit-text-size-adjust: 100%!important;
	padding: 0 10px!important;
	margin-bottom: 15px!important;
	font-size: 14px!important;
	line-height: 25px!important;
	color: #7a7a7a!important;
	border: 1px solid #dadada!important;
	resize: none!important;
	vertical-align: middle!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	background: #FFF!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	-webkit-transition: all 200ms ease-in!important;
}
.integrations{
	background-color:#e1e1e1;
	padding-top:8px;
	padding-bottom:3px;
}
.btn-twitter {
	background-color: #d9d9d9;
	color: #5ea9dd;
	border-radius: 0;
	border: none;
	text-transform:none;
	font-size:20px !important;
}
.btn-facebook {
	background-color: #3b5998;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	text-transform:none;
	font-size:20px !important;
}
.btn-linkedin {
	background-color: #0077b5;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	text-transform:none;
	font-size:20px !important;
}

@media (min-width: 768px){
    .navbar-brand{
        color:#fff !important;
        float: left ;
        padding: 7px 0;
        padding-left: 0px;
        font-weight: 700;
        font-size: 35px;
        height: 78px;
        text-transform: uppercase;

    }

}

/*==================== ========*/
/*========= main menu option 2 with white backgorund =========*/
/*============================*/
.navbar-default {
    background-color: white;
    border: none;
    color: #575757;
    border-radius: 0px;
    z-index: 9999;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #333;
    background-color: #e0e2e6;
}
.navbar-default .navbar-nav &gt; .open &gt; a,.navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus{
    background-color:#e0e2e6;
    color:#333;
}
/*==================== ========*/
/*========= main flex slider =========*/
/*============================*/

#main-slider-bg{
    background: url('../img/bg.png') no-repeat center;
    position: relative;
    height: 350px;
    margin-top: 125px;
}
.slider-overlay{
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-main{
    background: #4c4f54;
    padding-top: 125px;
    /*height: 400px;*/
    overflow: hidden;
}
.slider-main img{
    width: 80%;
  /*margin-top: 0px;*/
}

.slider-main .flex-control-paging li a {
    background: #fff !important;
}
.slider-main .flex-control-paging li a.flex-active {
    background: #51a0dd !important;
}
.slider-main .flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 370px;
    margin-top: 0px;
    z-index: 9;
    display: none;
}

.slider-heading{
    color:#c8102e;
    font-weight: 600;
    font-size: 4em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px #FFFFFF;
    -webkit-text-fill-color: c8102e; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
.slider-desc{
    color:#c8102e;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 17px;
    -webkit-text-fill-color: c8102e; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}



/*==================== ========/
/*========= responsive css for 768px that work in all divices =========*/
/*============================*/

@media(max-width:767px){

    .slider-main .flex-control-nav {
        display: none;
    }

    #main-slider-bg {
        margin-top: 50px;
    }    
    /*for slider text*/
    .slider-heading{
        font-size: 2.9em;
        margin-top: 10px;
    }

    .slider-main {
        padding-top: 0;
        height: auto;
    }

    .slider-main img{
        width: 100%;
        margin-top: 50px;
    }

    .slider-overlay {
        top: 150px;
    }

    .slider-main .flex-control-nav {
        bottom: 350px;

    }

    .navbar-brand{
        padding-top: 7px;
    }
    /*adjust logo size*/
    .navbar-brand img {
        width: 109px;
        height: 35px;
    }
    #page-tree{
        padding-top: 20px !important;
    }
	#page-tree h1 {
		font-size: 28px;
		color: black;
		padding-bottom: 40px;
		font-weight: bold;
	}
}

@media(max-width:768px){
    #username2 {
        width: 140px;
    }
    #password2 {
        width: 140px;
    }
}

@media(min-width:768px) and (max-width: 991px){
    /*adjust logo position*/
    .navbar-brand{
        padding-top: 7px;
    }
}

#secondary-nav {
    position: fixed;
    top: 77px;
    width: 100%;
    z-index: 1000;
    background-color: #e0e2e6;
    border: none;
    padding: 7px 0px;
    font-size:12px;
    font-family: 'Telegraf', sans-serif;
    color: white;
}

.mobile-form {
    background-color: #a3a19e;
}

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

.mobile-form-bottom {
    padding-bottom: 10px;
}

#secondary-nav a {
    color: #a4a4a4;
}

#secondary-nav form {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline;
}

#secondary-nav .container {
    position: relative;
    padding: 0px 5px 5px 0px;
}

#secondary-nav .form-control {
    margin-bottom: 0px;
}

#secondary-links {
    float: left;
    margin-top: 9px;
}


/*==================== ========*/
/*========= buttons css =========*/
/*============================*/
.btn{
    font-weight: 700;
    font-size: 13px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
/*button white for colored background*/
.btn-white{
    background-color: transparent;
    color:#fff;
    border-radius: 0;
    border:2px solid #fff;
}
.btn-white:hover{
    background-color: #fff;
    color:#222;
}

.btn-theme{
    background-color: transparent;
    color:#F54325;
    border-radius: 0;
    border:2px solid #F54325;
}
.btn-theme:hover{
    background-color: #F54325;
    color:#fff;
}
.btn-green{
    background-color: #84bd00;
    color:#fff;
    border:2px solid #84bd00;
}
.btn-dark:hover{
    background-color: #F54325;
    border-color: #F54325;
    color:#fff;
}

@media (max-width:767px) {
    .btn-center {
        text-align: center;
    }

}

/*============================*/
/*========= Social icons =========*/
.social li a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    margin-bottom: 9px;
    font-size: 19px;
    color:#222;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social li a i:hover{
    color:#fff;
    background-color:#F54325; 
}
/*============================*/
/*============================*/
/*========= Services =========*/
/*============================*/

.services-box {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
    min-height: 350px;
    background-color: rgba(0,0,0,.9);
}
.services-box h3{
    margin-bottom:10px;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 700;
}
.services-box i{
    font-size: 39px;
    color:#51a0dd;
}
.services-box p{
    margin-bottom: 0px;
}
/*services option 2*/
.services-box-2{
    text-align: center;
}
.services-box-2 i{
    font-size: 34px;
}
.services-box-2 h3{
    margin: 13px 0px;
    font-size: 20px;
}

.list-services li i{
    margin-right: 10px;
    font-size: 18px;
}
.list-services li{
    font-size: 16px;
    padding: 5px 0px;
}

@media only screen and (max-width: 990px) {
    .services-box {
        min-height: 0px;
    }
}

/*==================== ========*/
/*========= Sections =========*/
/*============================*/
#recent-work{
    background: #a5a39e;
}
#about-colored{
    background-color: #84bd00;
    background-attachment: scroll;
    background-position: 50% -1115px;
    padding-top:40px;
}
#about-colored-blue{
    background-color: #5bc2e7;
    background-attachment: scroll;
    background-position: 50% -1115px;
    padding-top:40px;
}
#about-colored-white{
    background-color: #fff;
    background-attachment: scroll;
    background-position: 50% -1115px;
    padding-top:40px;
}
#testimonials{
    background-color: #F54325;

}
#footer-default{
    background: #000000;
    color:#fff;
}
#page-tree{
    padding-top: 20px;
    padding-bottom: 10px;
	margin-top: -15px;
}

#page-tree h1 {
    color: black;
}

#hightlight-sec{
    background:url('../img/highlight-bg1.jpg')no-repeat center scroll;

}

#hightlight-sec h1{
    margin-top: 100px;
    color:#fff;
}
#hightlight-sec-2{
    background:url('../img/highlight-bg2.jpg')no-repeat center scroll;

}
#hightlight-sec-2 h1{
    margin-top: 100px;
    color:#fff;
    text-transform: uppercase;
    font-size: 40px;
}
#home-contact{
    background-color: #f7f7f7;
}
/*==================== ========*/
/*========= Portflio =========*/
/*============================*/

#grid .mix{
    display: none;
    opacity: 0;
}
.portfolio-filters{
    margin-bottom: 30px;
    list-style-type: none;
}
.portfolio-filters{
    margin-left: 0px;
    width:100%;
    padding-left: 0px;
}
.portfolio-filters li{
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 5px;
    background-color:#eee;
    color:#222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.portfolio-filters li:hover{
    background-color: #F54325;
    color:#fff;
}
.portfolio-filters li.active{
    color:#fff;
    background-color: #F54325;
}
.port-single-desc strong{
    font-weight: 700;
    color:#555;
}
.port-single-desc{
    margin-bottom: 10px !important;
    padding: 10px 20px !important;
}
.port-single-desc p{
    margin: 0px;
}
.port-single-desc a{
    display: block;
}
/*portflio no margin no padding*/
.portfolio-no-margin{
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px !important;
}
/*=========================================================*/
/*========= Portflio and blog image hover overlay =========*/
/*=========================================================*/
.portfolio-item{
    margin-bottom: 20px;
}
.image-sec{
    position: relative;
}
.image-overlay {
    position: absolute;
    text-align: center;
    background:rgba(245, 67, 37, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.image-overlay p{
    position: absolute;
    top: 50%;
    color:#fff;
    margin-top:-10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.image-overlay p i{
    font-size: 44px;
    color:#fff;
}
.image-sec:hover .image-overlay{
    opacity: 1;
}

/*=========================================================*/
/*========= blog =========*/
/*=========================================================*/
.blog-desc{
    padding:20px;
    background: #fff;
}
.blog-desc h3{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-desc h3 a{
    text-decoration: none;
    color:#333;
}
/*blog pages*/
.blog-items{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.blog-items img{
    width:100%;
    height: 400px;
}
.blog-items h1{
    margin: 20px 0px;
}
.blog-items h1 a{
    margin: 20px 0px;
    color:#444;
}
.blog-post-list{
    margin: 20px 0px;
}
.blog-post-list li{
    color:#444;
}
.blog-post-list li a{
    color:#444;
}
.blog-post-more{
    margin-top: 20px;
}
/*blog grid*/
.blog-grid-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 3px #999;
}
.blog-grid-desc{
    padding-top: 15px;
}
.blog-grid-desc h4{
    margin-bottom: 12px;
}
.blog-grid-desc h4 a{
    color:#555;
}
.blog-grid-meta{
    margin: 13px 0px;
}
.blog-grid-meta span{
    margin-right:2px;
}
.blog-grid-meta span a{
    font-size: 12px;
    font-weight: 400;
    color:#555;
}
.blog-grid-desc p{
    color:#555;
}
.more-button{
    margin-top: 15px;
}
.blog-grid-btm{
    padding: 5px 0px;
    border-top: 1px solid #eee;
}
.blog-grid-btm h3{
    margin-bottom: 0px;
}
.blog-grid-btm h3 span a{
    font-size: 14px;
    display: inline-block;
    color:#555;
}
.blog-grid-btm h3 span a i{
    margin-right: 5px;
}
.comment {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.comment i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #555;
    background: #f7f7f7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.comment h4{
    margin-bottom: 10px;
}
.comment span{
    font-size: 14px;
}
.comment p{
    overflow: hidden;
}

/*==================== ========*/
/*========= Testimoials =========*/
/*============================*/


#testimonials h1{
    color:#fff;

}
#testimonials h2.subtitle i{
    color:#fff;
}
#testimonials .testi-text{
    color:#fff;
    font-weight: 300;
    font-size: 23px;

}
#testimonials .testi-person{
    color:#fff;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
}
#testimonials .flex-control-nav{
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

/*==================== ========*/
/*========= breadcrumbs overrides =========*/
/*============================*/
#page-tree h1{
    margin: 0px;
    font-weight: 300;
}
#page-tree .breadcrumb{
    margin-bottom: 0;
    margin-top: 13px;
    padding: 0px 0;
    background: transparent;
}
#page-tree .breadcrumb li a{
    color:#000;
}
#page-tree .breadcrumb li i:before{
    color:#000 !important;
}
#page-tree .breadcrumb li.active a{
    color:#F54325;
}
/*==================== ========*/
/*========= footers =========*/
/*============================*/

/*footers default*/
.footer-column h3{
    color:#ddd;
    font-size: 20px;
    font-weight: 300;
}
.post-list li a{
    padding: 11px 0px;
    border-bottom: 1px solid #505152;
    display: block;
    color:#8C8989;
    font-size: 12px;
    font-weight: 500;
}
.work-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.work-list li a img{
    width:53px;
    height: 40px;
    padding: 3px;
    border:1px solid #505152;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.work-list li a img:hover{
    border-color: #F54325;
}
.contact-list li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.contact-list li i{
    color:#F54325;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-list li strong{
    font-size: 14px;
}


/*==================== ========*/
/*========= footer option 2 =========*/
/*============================*/
#footer-option{
    background: none repeat scroll 0% 0% #363839;
    color: #8C8989;
}
#footer-option h3{
    font-weight: 300;
}
#footer-copyright{
    padding: 20px 0px;
    background-color: #444444;
}
#footer-copyright span{
    color:#E9E9E9;
}
/*==================== ========*/
/*========= sidebar =========*/
/*============================*/
.sidebarbox-title{
    margin-bottom: 15px;
    font-size: 19px;
    color:#a5a39e;
}
.sidebar-box{
    background-color: #fff;
    color: #666;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.sidebar-box .bold {
    color: #82858d;
}
.sidebar-box-white{
    background-color: #fff;
    color: #666;
    margin-bottom: 30px;
    padding: 15px;
}
.sidebar-box-blue{
    background-color: #5bc2e7;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.cat-list li{
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}
.cat-list li a{
    display: block;
    color:#505152;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.cat-list li a:hover{
    color:#F54325;
}
.sidebar-box .work-list{
    margin-bottom: 0px;
}
.sidebar-box .work-list li{
    margin:0px;
}
.sidebar-box .work-list li a img{
    width:60px;
    margin-top: 5px;
}
.taglist a{
    padding: 3px 8px;
    color:#fff;
    background: #005ec4;
    margin: 3px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    font-weight:700;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.taglist a:hover{
    background: #c8102e;
}
.taglist-blue a{
    padding: 3px 8px;
    color:#fff;
    background: #5bc2e7;
    margin: 3px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    font-weight:700;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.taglist-blue a:hover{
    background: #84bd00;
}


/*==================== ========*/
/*========= error page =========*/
/*============================*/
.error-page h2{
    font-weight: 300;
    font-size: 120px;
}



/*==================== ========*/
/*========= Pricing tabels =========*/
/*============================*/

.price-box{
    padding:25px 0px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.price-box h3{
    font-size: 35px;
}
.price-box h3 small{
    font-size: 13px;margin-left: 5px;
}
.pricing-head{
    margin: 0px;
    padding: 20px 0px;
    background: #555;
    color:#fff;
}
.price-desc{
    margin-top: 25px;
    margin-bottom: 25px;
}
.price-desc p{
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0px;
}
.price-box-popular .pricing-head{
    background-color: #F54325;
}


/*==================== ========*/
/*========= team =========*/
/*============================*/
.person-desc{
    padding: 20px 15px;
    background-color: #fff;

}
.person-desc h4{
    font-weight: 700;
    margin-bottom: 10px;
}
.person-desc h4 small{
    font-size: 12px;
    margin-left: 12px;
}
.person-desc .social{
    margin-bottom: 0px;
    margin-top: 15px;
}





/*==================== ========*/
/*========= Forms =========*/
/*============================*/
.form-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
#loginmyModal select,
#loginmyModal textarea,
#loginmyModal input[type="text"],
#loginmyModal input[type="password"],
#loginmyModal input[type="datetime"],
#loginmyModal input[type="datetime-local"],
#loginmyModal input[type="date"],
#loginmyModal input[type="month"],
#loginmyModal input[type="time"],
#loginmyModal input[type="week"],
#loginmyModal input[type="number"],
#loginmyModal input[type="email"],
#loginmyModal input[type="url"],
#loginmyModal input[type="search"],
#loginmyModal input[type="tel"],
#loginmyModal input[type="color"],
#loginmyModal  .form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
#loginmyModal textarea:focus,
#loginmyModal input[type="text"]:focus,
#loginmyModal input[type="password"]:focus,
#loginmyModal input[type="datetime"]:focus,
#loginmyModal input[type="datetime-local"]:focus,
#loginmyModal input[type="date"]:focus,
#loginmyModal input[type="month"]:focus,
#loginmyModal input[type="time"]:focus,
#loginmyModal input[type="week"]:focus,
#loginmyModal input[type="number"]:focus,
#loginmyModal input[type="email"]:focus,
#loginmyModal input[type="url"]:focus,
#loginmyModal input[type="search"]:focus,
#loginmyModal input[type="tel"]:focus,
#loginmyModal input[type="color"]:focus,
#loginmyModal  .form-control:focus{
    border: 1px solid #b3b3b3;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*shortcodes typography css*/
.colored-bg{
    width:100%;
    padding: 15px;
    background-color: #F54325;
}
.lead{
    font-weight: 300;
}

.bold {
    font-weight: bold;
    color: #005EC4;
}

.support-icon {
    font-size: 40px;
}

.support-link-text {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

.table {
    display: table;
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.table-cell i {
    color: #005EC4;
}


/*****************google map*********************/

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




.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/*****************custom styles*********************/

.headline-blue {
    color: #395b9d;
    font-size: 24px;
    font-weight: 700;
}

.center-block {
    display: block;
}

#bg-quote {
    background: #363839;
    padding: 40px;
}

#bg-quote p {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
}

#bg-connect {
	background-image: url("../img/background2.jpg");
    background-color: #cccccc;
    padding-top: 40px;
	padding-bottom: 40px;
	background-position: center center;
	background-size: cover;
}


@media(min-width:768px) and (max-width: 991px){

#bg-connect {
    padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: -50px;
}

}

@media (max-width: 767px) {

#bg-connect {
    padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: -100px;
}

}

.venuconnect {
	width:100%;
	height: auto;
}

.venuconnectdiv {
 position:absolute;
 top: 1px;
 left: 1px;
}

.itemtrigger {
 height:100px;
 visibility: hidden;
}

#loginerror {
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 8px;
    background-color: red;
    text-align: center;
    margin-top: 10px;
}

#loginerror2 {
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 8px;
    text-align: center;
    width: fit-content;
    z-index: 999;
    position: relative;
    background-color: rgba(255, 10, 10, 0.8) !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.headerBoxGraphicWidthLeft, .headerBoxGraphicWidthRight {
    display: none!important;
}

.button-cta {
    border: 0 none !important;
    color: inherit !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    line-height: 2 !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    background: #00aaa6 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    overflow: hidden !important;
    padding: 0 1.3em !important;
}

.button-cta:hover span {
    color: transparent;
    transform: translate(0px, -100%);
    transition-delay: 0s, 0.2s;
}
.button-cta:hover span::after {
    color: #fff;
    transition-delay: 0.2s;
}

.button-cta.active {
    color: #fff;
}
.button-cta span {
    display: block;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.button-cta span::after {
    color: transparent;
    content: attr(title);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0px, 100%);
    transition: color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
}

.button-cta:focus {
    outline: 0 none;
}

@media (max-width: 767px) {
	#loginerror2 {
		margin-top: 10px;
	}
	.button-cta {
		border-radius: 1.5em;
		font-size: 1.25rem;
		height: auto;
		line-height: 3;
	}
}

.button-cta-purple-1 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}

.button-cta-purple-2 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-3 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-4 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}
.button-cta-purple-5 {
    padding: 10px;
    line-height: 1.2em;
    background: #0068c3 none repeat scroll 0 0;
    color: #fff;
}

.button-cta-purple-6 {
    padding: 10px;
    line-height: 1.2em;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid black;
    color: #000;
}

.button-cta-purple-6:hover span::after {
    color: #000;
    transition-delay: 0.2s;
}

.button-cta-purple-6.active {
    color: #000;
}

.button-cta-purple {
    width: 100%;
}


.registerbutton {
 width:100% !important;
 float:right !important;
 text-align:right !important;
 z-index:99 !important;
 position:relative !important;
 margin-bottom: -44px !important;
}

.registerbuttontext {
 margin-top:10px !important;
 margin-right:10px !important;
 margin-left:10px !important;
 padding: 5px 50px 5px 50px !important;
 white-space:normal !important;
}

.menu-svg {
	height: 30px;
	width: auto;
	margin-bottom: 5px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #7f7f7f;
}

.navbar-nav, .navbar-right{
    float: right;
}

.navbar-brand img {
	width: auto;
	height: 65px;
}

.covertxtlower {
    bottom: 0px;
    position: absolute;
    width: calc(100% - 60px);
    min-height: 150px;
    margin-bottom: 30px;
    border-bottom: solid 1px white;
}

@media (max-width: 767px) {
	.covertxtlower {
		border-bottom: none;
	}
}

.carousel-caption h1 {
    font-size: 62px !important;
}

.carousel-caption h1, .carousel-caption h3 {
    color: white !important;
}

.carousel-caption h3 {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 60px;
}	

@media screen and (min-width: 768px) {
	#menu-navbar-1 {
		margin-left: 10px;
		margin-right: 36px;
		flex-direction: column;
	}
}

@media screen and (min-width: 1200px) {

    #menu-navbar-2 {
        margin-top: 0px;
        font-size: 16px;
        font-family: Arial;
    }
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .carousel-caption h1 {
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 52px !important;
        font-weight: normal;
    }
	
    .carousel-caption h3 {
        font-size: 24px;
        font-weight: normal;
    }	

	.case-study-teaser {
		min-height: 512px;
	}

    .imageTintGreen {
        padding: 10px 20px !important;
    }
    
    .navbar-header {
        width: 168px;
    }
	
	#menu-navbar-2 {
		margin-top: 0px;
	}
	
    .navbar-brand img {
        width: auto;
        height: 65px;
    }
    .imageSquare {
        width:100%;
        height:200px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .carousel-caption h1 {
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 38px !important;
        font-weight: normal;
    }
	
    .carousel-caption h3 {
        font-size: 21px;
        font-weight: normal;
    }	

.header-icon, .header-icon &gt; img {
    margin-left: 0px;
    height: 40px;
    width: auto;
}

.case-study-teaser {
	min-height: 250px;
}
 
.case-study-teaser .home-page-metric {
    padding-top: 10px;
    background: none;
}
 
.case-study-teaser a.case-study-image-link {
    width: 50%;
    float: left;
}	

.case-study-teaser .home-page-metric, .case-study-teaser .home-page-metric-sub, .case-study-teaser .field-homepage-introduction, .case-study-teaser .read-more-link {
    width: 50%;
    float: right;
}
	
    .form-group {
        padding-bottom:5px;
    }
    .navbar-header {
        width: 168px;
    }

	#menu-navbar-2 {
		margin-top: 0px;
	}
	
    .navbar-brand img {
        width: auto;
        height: 50px;
    }
    .pageMessage {
        font-size: 30px;
    }
    .maintMessage {
        font-size: 16px;
    }
    .panel-footer {
        padding: 0px;
    }
}

@media screen and (min-width: 768px) {

	.training-img {
	 height: 145px;
	 width: auto;
	}

    #menu-navbar-1 {
        margin-left: 10px;
		margin-right: 36px;
    }
	
	.navbar-default {
		margin-bottom: 0px;
	}	
	
	
	.pagebackground {
		width:100%;
		background-color:#dfdcd8;
		height:53px;
		margin-bottom:20px;
	}

	.carouselbackground {
		margin-bottom:20px;
	}

    .videobox {
        height: 630px;
    }

	.carousel-caption {
		left: 0;
		right: 0;
		padding-bottom: 30px;
		padding-top: 50px;
		background-image: none;
		padding: 100px 33px 48px 33px;
		color: #FFF;
		text-align: left;
		bottom: unset !important;
		top: 0px;
		height: 100%;
	}

    .carousel-caption hr {
        width: 30%;
    }
    
    .navbar-brand {
        padding: 14px !important;
    }
	    
    #accordionLogin .form-control:-moz-placeholder {
      background-color: #202020 !important;
	  color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #accordionLogin .form-control::-moz-placeholder {
      background-color: #202020 !important;
	  color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #accordionLogin .form-control:-ms-input-placeholder {
      background-color: #202020 !important;
	  color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #accordionLogin .form-control::-webkit-input-placeholder {
      background-color: #202020 !important;
	  color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }

    #accordionLogin .form-control {
    	font-size:14px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
		border: none !important;
		box-shadow: none !important;
        padding: 4px 12px !important;
        line-height: 1.22857 !important;
        height: auto !important;
        background-color: #202020 !important;
		color: #FFFFFF !important;
		margin: 5px !important;
    }
	
	#accordionLogin .form-control:focus {
		border-color: #66AFE9 !important;
		outline: 0px none !important;
		box-shadow: none !important;
		background-color: #202020 !important;
		color: #FFFFFF !important;
	}	
	
	#accordionLogin .form-control-username {
		margin: 8px !important;
		width: 93% !important;
		background-color: #202020 !important;
		color: #FFFFFF !important;
	}
	
	#accordionLogin .form-control-password {
		margin: 8px !important;
		width: 93% !important;
		background-color: #202020 !important;
		color: #FFFFFF !important;
	}
	
	.navbar-form {
		padding: 0px 5px 0px 10px !important;
		width: 100%;
	}
    
    .form-group #submitbutton {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 20px;
        padding: 8px 14px 8px !important;
        line-height: 1;
        height: auto;
		margin-top: 6px;
		background-color: #00aaa6;
		color: white;
		margin-right: 16px;
    }

}

@media screen and (max-width: 768px) {

	.carousel-caption h1 {
		font-size: 36px !important;
	}
	
    .carousel-caption h3 {
        margin-bottom: 30px;
		font-size: 18px;
    }	

	.registerbutton {
	 width:100% !important;
	 float:right !important;
	 text-align:right !important;
	 z-index:99 !important;
	 position:relative !important;
	 margin-bottom: 19px !important;
	}

	.registerbuttontext {
	 margin-top:10px !important;
	 margin-right:10px !important;
	 margin-left:0px !important;
	 padding: 5px 0px 5px 0px !important;
	 white-space:normal !important;
	 width:100% !important;
	}

	.case-study-teaser {
		min-height: 250px;
	}

    .carousel-control {
        top: 80px;
    }

    .videobox {
        height: 400px;
		margin-bottom:50px;
    }

    .sliderimage {
        position: absolute;
        bottom:240px;
        left:0;
    }

	.navbar-brand img {
		width: 120px;
		height: auto;
		margin: 2px;
	}
	
    .navbar-brand {
        padding: 0px;
    }	

    #menu-navbar-1,#menu-navbar-2,#menu-navbar-3 {
        margin-top: 30px;
        font-size: 16px;
        font-family: Arial;
		width: 100%;
    }
    
    .navbar-header {
        width: 100%;
    }
    
    #secondary-nav {
    	margin-top: -15px;
    }
    	
    .navbar-default .navbar-nav &gt; li &gt; a {
    	margin-bottom: 0px;
    }
    
	.carousel-caption {
		bottom: unset;
		padding: 45px 30px;
		padding-bottom: 5px;
		width: 100%;
		background: none;
		top: 0px;
		left: 0px;
		right: 0px;
		height: 100%;
	}

    .carousel-caption p {
        font-size: 22px;
    }
    .carousel-caption .btn-lg {
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.33;
        padding: 3px 6px;
    }

    .pageMessage {
        font-size: 20px;
    }
    .maintMessage {
        font-size: 14px;
    }
    .panel-footer {
        padding: 0px !important;
    }
    
    .container-footer, .container-body {
        min-width: 290px;
    }

    #accordionLogin .form-control {
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
        color: #555 !important;
        display: block !important;
        font-size: 14px !important;
        height: 34px !important;
        line-height: 1.42857 !important;
        padding: 6px 12px !important;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
        width: 100% !important;
        margin-bottom:10px !important;
    }
	
	.input-group-addon {
		margin-top: 25px;
		margin-right: 15px;
		font-size: 18px;
	}	

     .modal-dialog-center {
        width: 100%;
    }

}

@media screen and (max-width: 575px) {
	.navbar-brand img {
		width: 100px;
	}
	.hidden-xs {
		display: none !important;
	}
}

.loginlink {
    font-size: 12px;
    margin: 5px 17px 10px 17px;
    display: inline-block;
}

.btn-success, .btn-success:hover, .btn-success:focus {
    background-color: #00aaa6 !important;
    border-color: #00aaa6 !important;
    color: #FFFFFF !important;
}

body, table, td, th, li {
    font-family: "Telegraf", Arial !important;
}

.langmenustyle img {
  width: 17px;
  height: auto;
}	

.langmenustyle button {
	background-color: transparent;
	color: #ffffff;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-family: inherit;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	background-image: none;
	border: none !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin: 0px;
	padding: 7px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.navbar-nav, .navbar-right {
		float: unset;
	}

	body {
		overflow-x: hidden;
	}	
	
	#navbartop {
		position: absolute;
	}

	.well {
		padding-left: 0px;
		padding-right: 0px;
	}

	.btn {
		white-space: normal !important;
	}

	.langmenustyle {
		position: absolute !important;
		top: 5px !important;
		right: 140px !important;
		z-index: 9999999;
	}

	.loginbarlink {
		cursor: pointer !important;
		color: #00aaa6;
		font-size:18px;
		display: block;
	}
	
	.loginbarlink:hover, .loginbarlink a:hover {
		color: #ffffff;
	}

	.text-right {
		text-align: right;
	}

	.btn-success {
		color: #fff;
		border-color: #00aaa6 !important;
		background-color: #00aaa6 !important;
		background: #00aaa6 !important;
		font-size: 15px;
	}

	#username2, #password2 {
		margin-top: 20px;
		width: 90% !important;
	}

	.navbar-toggle {
		background-color: transparent;
		background: none !important;
		border: 0px;
		border-radius: 0px;
		margin-right:0px;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .langmenustyle .btn-default:hover, .langmenustyle .btn-default:focus {
		background-color: #transparent !important;
		transition: 0.2s !important;
	}

	.success-color {
		color: #91877f;
	}

	.no-padding {
		padding: 0px;
	}

	.mobile-menu-links {
		padding-top: 20px;
		padding-bottom: 0px;
		font-size: 16px;
	}

	#submitbutton-mobile, #loginbutton-mobile {
		border-radius: 0px !important;
		width: 100%;
		padding: 10px;
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}

	.padding-top-mobile-login {
		padding-top: 15px;
	}

	#menu-mobile input[type="text"], #menu-mobile input[type="password"]{
	  border: none !important;
	  background-color: transparent !important;
	  padding: 0px !important;
	  border-bottom: 1px solid !important;
	  font-size: 17px !important;
	  box-shadow: none !important;
	  border-radius: 0px !important;
	}

	/* Override for bootstrap add-on styling */

	#menu-mobile .input-group-addon {
	  border: none !important;
	  border-radius: 0px;
	  background-color: transparent !important;
	  /*border-bottom: 1px solid !important;*/
	}

	/* Simple on focus styling for fields. */
	#menu-mobile input[type="text"]:focus, #menu-mobile input[type="password"]:focus {
	  transition: 0.2s;
	  border-bottom: 3px solid #8b8b8b !important;
	}

	/* Color used for the bottom line of fields. */
	#menu-mobile input[type="text"], #menu-mobile input[type="password"], #menu-mobile .input-group-addon {
	  border-bottom-color: #8b8b8b !important;
	}
	
	#menu-mobile #submitbutton {
		float: right !important;
		background-color: #00aaa6;
		width: 100%;
		margin-top: 10px;
		padding: 10px;
	}	
	
	#menu-mobile .form-control {
		color: #ffffff;
	}

	/* Forcing a bootstrap menu to scroll */
	.scrollable-menu {
		height: auto;
		max-width: 200px !important;
		min-width: 200px !important;
		max-height: 200px;
		overflow-x: hidden;
	}

	.navbar-collapse {
		max-height: 600px!important;
	}

}

/* Bootstrap 5 Overrides */

.navbar-nav li {
    float: left;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.navbar-toggler {
    float: right;
    border: none;
}

.navbar-toggler i{
    color: white;
}

a.loginlink {
    color: #00aaa6;
}

.broughttoyouby {
    max-height: 33px;
    margin-left: 30px;
}

.footerlogo {
	width: 110px;
	height: auto;
}

#footer-default a, #footer-default a:hover {
    font-size: 0.85em;
    text-transform: uppercase;
	color: white;
}

#footer-default span {
    font-size: 0.85em;
}

#footer-default h4 {
    font-size: 1.35em;
}

#footer-default .menu-link {
    margin-left: 0px;
}

.nav-social-bar {
    position: relative;
    background-color: #343537;
    height: 10px;
    width: 100%;
    left: 0;
    z-index: 99999;
}

.bg-light {
    background-color: transparent !important;
}

.bg-light-transparent {
    background-color: rgba(10, 10, 10, 0.7) !important;
}

.carousel-box {
    border-left: 1px solid white;
    color: white;
    padding-left: 20px;
    padding-top: 10px;
}

.carousel-box h2 {
	font-size:36px;
	margin-bottom: -6px;
}

.word-bar {
    margin-top: 0px;
    margin-bottom: 50px;
    background-position: center center;
    background-size: cover;
    height: 130px;
    background-color: #010101;
    text-align: center;
}

.menu-link {
	font-size:12px;
	font-family: "Telegraf", Arial !important;
	color: #ffffff;
	padding: 8px 18px;
	margin-left: 20px;
    border: 1px solid white !important;	
	border-radius: 20px;
	vertical-align: middle;
	display: inline-block;	
}

.menu-link:hover {
	background-color: #ffffff !important;
	color: #000000 !important;
}

#login-myBtn {
	background:none !important;
	box-shadow: none !important;
}

#login-myBtn:hover {
    background-color: #ffffff !important;
	color: #000000 !important;
}

.menu-link img, .button-link img, .rainbow-link img {
    height: 7px;
    width: auto;
    margin-bottom: 2px;
    margin-left: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 5px;
}
.menu-link img.hover, .button-link img.hover, .rainbow-link img.hover {
    display: none;
}
.menu-link img.default, .button-link img.default, .rainbow-link img.default {
    display: inherit;
}
.menu-link:hover img.hover, .button-link:hover img.hover, .rainbow-link:hover img.hover {
    display: inherit;
}
.menu-link:hover img.default, .button-link:hover img.default, .rainbow-link:hover img.default {
    display: none;
}

.button-link {
    font-size: 12px;
    font-family: "Telegraf", Arial !important;
    color: #000000;
    padding: 8px 18px;
    margin-left: 20px;
    border: 1px solid black !important;
    border-radius: 20px;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent;
}

.button-link:hover {
	background-color: #000000;
	color: #ffffff;
}

.rainbow-link {
    font-size: 12px;
    font-family: "Telegraf", Arial !important;
    color: #000000;
    padding: 8px 18px;
    margin-left: 20px;
    border: none !important;
    border-radius: 20px;
    vertical-align: middle;
    display: inline-block;
	background-color: transparent;
	background-image: url('../images/button-gradient.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.rainbow-link:hover {
	background-color: #ffffff;
	color: #000000;
	background-image: none;
}

.featured-courses {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.featured-courses h3 {
	float: left;
}

#featuredcoursesdiv {
	background-color: transparent !important;
	width: calc(100% - 110px);
    float: left;
}

#featuredcoursescarousel {
	background-color: transparent !important;
	width: 100%;
}

.featuredcourses .carousel-inner-controls {
    width: 110px;
    position: relative;
    float: right;
}

.featuredcourses .carousel-control-next, .featuredcourses .carousel-control-prev {
	bottom: auto;
}

.carousel-inner-controls .button-link {
	height: 36px;
	width: 36px;
}

.carousel-inner-controls .button-link img {
    margin-top: 3px;
    float: unset;
    margin-left: -6px;
}

.course-box {
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
    font-family: 'Telegraf Light';
    background-color: #222222;
}

.course-box h4 {
    margin-bottom: 0px;
    font-size: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    height: 83px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.course-box-desc {
	position: absolute;
    bottom: 0px;
    padding: 10px;
    font-size: 0.8em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
}

@media (max-width:767px) {
	.course-box h4 {
		font-size: 15px;
	}
}

.trocnation {
	margin-bottom: 40px;
	font-size: 0.8em;
}

hr {
	color: #000000;
    height: 2px;
    opacity: 1;
}

.padding-40 {
    padding: 40px;
}

.launch-forward {
	background-color: #343537;
	padding: 100px;
}

@media(max-width:767px){
	.launch-forward {
		padding: 50px 20px 50px 20px;
	}
}

.launch-forward .button-link, .avachato-link {
    font-size: 26px;
    font-family: "Telegraf", Arial !important;
    color: #ffffff;
    padding: 8px 18px;
    margin-left: 20px;
    border: none !important;
    border-radius: 30px;
    vertical-align: middle;
    display: inline-block;
    background-color: #00aaa6;
}

.launch-forward .button-link:hover {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}

.launch-forward .button-link img, .avachato-link img {
    margin-left: 40px;
    height: 15px;
    margin-top: 12px;
}

.avachato-link {
	color: #00aaa6;
	border: 1px solid #00aaa6 !important;
	background-color: #FFFFFF;
	margin-top: 100px;
	margin-bottom: 100px;
}

.avachato-link:hover {
	background-color: #00aaa6;
	color: #ffffff;
	border: 1px solid #ffffff !important;
}

.covertxtbuttons {
	width:100%;
	text-align:left;
	max-width: 510px;
	float: right;
}

a.accordion-button::after {
    background-image: none !important;
    content: "" !important;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button {
    color: #FFFFFF !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #3dd68a !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button-link:not(.collapsed) {
    color: #FFFFFF !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-header .collapsed::after {
    content: "\f054" !important;
	margin-right: -8px !important;
}

.accordion-header .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.bodywrap {
	margin-top: 100px;
}

/* Course Carousel Boxes */

.course-box-desc {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    font-size: 12px;
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.course-box-desc p {
    line-height: 1.2em;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-circle {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 30px;
}

.troc-image {
	width: 100%;
	max-width: 515px;
	max-height: 390px;
	height: auto;
}

.alertMsgIcon {
    float: left;
    display: inline-block;
}

.alertMsg {
    display: inline-block;
    margin-left: 10px;
}

#frmregister h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#frmregister .form-label {
    margin-bottom: 5px;
    margin-top: 5px;
}

#frmregister label {
    display: inline-block;
    font-weight: 800;
	color: #3dd68a !important;
}

#frmregister .form-check-label  {
    display: inline-block;
    font-weight: 800;
	color: #000000 !important;
}

#frmregister input, #frmregister .input-group-text {
    margin-bottom: 20px;
}

.carousel {
    min-height: 490px;
}

@media(min-width:1200px){
	.carousel {
		min-height: 746px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.carousel {
		min-height: 680px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.carousele {
		min-height: 610px;
	}
}

@media screen and (min-width: 450px) and (max-width: 575px) {
	.carousel {
		min-height: 730px;
	}
}

.exploremore {
	border-left: 2px solid #FFFFFF;
	height: 90px;
	width: 4px;
	margin-right: 2px;
	margin-top: 8px;
	margin-bottom: -8px;
	float: unset;
	padding: 0px;
	display: inline-block;
}

@media (max-width: 767px) {

	.hidden-sm {
		display: none !important;
	}

	.covertxtbuttons {
		text-align: center;
	}

	.exploremore {
		height: 40px;
	}
	
	.troc-image {
		width: 100%;
		max-width: 550px;
		max-height: 290px;
		height: auto;
	}

	.bodywrap {
		margin-top: 80px;
	}

	.word-bar img {
	  width: 25%;
	}

	.col-xs-4 {
		width: 33%;
	}
	.col-xs-6 {
		width: 50%;
		margin-bottom: 20px;
	}

	.launch-forward .button-link img, .avachato-link img {
		margin-left: 10px;
		height: 10px;
		margin-top: 6px;
	}

	.launch-forward .button-link, .avachato-link {
		font-size: 15px;
		padding: 8px 18px;
	}

	.nav-social-bar {
		height: 5px;
	}
	.bg-light {
		background-color: rgba(0,0,0,.9) !important;
	}
	#featuredcoursescarousel .carousel-inner {
		width: 100%;
	}
	.featuredcourses .carousel-inner-controls {
		width: 100%;
	}	
}

@media (min-width: 576px) {
	.padding-right-20 {
		padding-right: 20px;
	}
}

@media (max-width: 480px) {
	.troc-image, .hero-circle {
	    width: 100%;
	}
}

@media (max-width: 575px) {
	.covertxtbuttons {
		text-align: center;
	}
	.troc-image, .hero-circle {
	    width: 70% !important;
	}
	.col-xs-12 {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.col-xs-6 {
		width: 100%;
	}
	.col-xxs-12 {
		width: 100%;
	}
}

@media(min-width:768px){
	#featuredcoursesdiv {
		padding-right: 100px;
	}
}

#maintenanceModal .modal-content {
    border: 2px solid #84bd00;
    background-color: black;
    color: white;
}

#maintenanceModal {
    z-index: 9999999;
}

.modal-header {
    border-bottom: none;
}

.mainhashtags {
	color:#000000;
	font-weight:bold;
	font-size: 14px;
	margin-left: 6px;
    margin-bottom: 12px;
	margin-top: 22px;
	max-width: 515px;
}

@media (min-width: 992px) {
	.modal-dialog {
		max-width: 780px;
	}
	.mainhashtags {
		color:#000000;
		font-weight:bold;
		font-size: 16px;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
		max-width: 650px;
	}
}

@media  (max-width: 767px) {
	.mainhashtags {
		font-size: 12px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.modal-dialog {
		max-width: 500px;
	}
}</pre></body></html>