@font-face {
    font-family: 'abelregular';
    src: url('../fonts/simple-line-icons/abel-regular-webfont.woff2') format('woff2'), url('../fonts/simple-line-icons/abel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/simple-line-icons/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/simple-line-icons/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/simple-line-icons/poppins-light-webfont.woff2') format('woff2'), url('../fonts/simple-line-icons/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/simple-line-icons/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/simple-line-icons/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/simple-line-icons/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/simple-line-icons/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: 'abelregular';
    font-weight: 400;
    font-size: 16px;
    color: #000;
    background: #fff;
    height: 100%;
    position: relative;
}

.breadcrumb_fluid {
    height: 46px;
    background-color: #fdb92e;
}

.breadcrumb_headding {
    font-size: 17px;
    padding: 11px 0;
}

a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}

p {
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'abelregular';
    font-weight: 600;
}

::-webkit-selection {
    color: #818892;
    background: #f9f6f0;
}

::-moz-selection {
    color: #818892;
    background: #f9f6f0;
}

::selection {
    color: #818892;
    background: #f9f6f0;
}

.link {
    padding: 0;
    margin: 0;
    display: table;
    height: 95px;
    list-style-type: none;
    float: right;
}

.link_content {
    display: inline-block;
    margin-left: 57px;
    line-height: 21px;
}

.mail_image {
    border-width: 1px;
    border-color: rgb(153, 153, 153);
    border-style: solid;
    border-radius: 50%;
    padding: 19px 5px 10px 8px;
}

.mail {
    margin-left: 10px;
}

.name {
    color: #3d964e;
}

.details {
    font-size: 17px;
    margin: 0;
}

.search {
    vertical-align: middle;
    width: 300px;
    padding-right: 20px;
    text-align: right;
    display: table-cell;
}

.search_box {
    margin: 0 65px 0 0;
}

.search-box {
    height: 46px;
    width: 80px;
    font-size: 15px;
    padding: 10px;
    border: 2px solid #fdb92e;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

.search-box:focus {
    width: 75%;
    outline: none;
    border: 2px solid #fdb92e;
}

.search-btn {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #fdb92e;
    padding: 17px;
    border-radius: 50%;
}

.search-btn:hover {
    outline: none;
    cursor: pointer;
}

.search-btn:focus {
    outline: none;
}

input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: url(../images/search.png) no-repeat 18px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
    width: 30px;
    height: 30px;
    padding: 11px;
    background-color: #fdb92e;
    color: transparent;
    cursor: pointer;
}

#demo-2 input[type=search]:hover {
    background-color: #fdb92e;
}

#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

#demo-2 input:-moz-placeholder {
    color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

.link_one:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 23px;
    background: url(../images/mail.png) no-repeat center;
    border-radius: 50%;
    border: 1px solid #434343;
}

.link_one {
    padding: 0 40px 0 0;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}

.link_two:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 23px;
    background: url(../images/landline.png) no-repeat center;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
}

.link_two {
    display: table-cell;
    height: inherit;
    text-align: left;
    vertical-align: middle;
}

.landline_image {
    padding: 19px 9px 10px 13px;
    border-width: 1px;
    border-color: rgb(153, 153, 153);
    border-style: solid;
    border-radius: 50%;
}

.slider_fluid {
    padding: 0;
}

#slider1 {
    height: 100%;
    overflow: hidden;
    padding: 0 0 10px;
}

#slider1 .viewport {
    float: left;
    width: 100%;
    height: 355px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider1 .next {
    margin: 30px 0 0 10px;
}

#slider1 .buttons:hover {
    color: #C01313;
    background: #fff;
}

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    border: 1px solid #dcdcdc;
    width: 236px;
}

.carousel_text {
    top: 350px;
    text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.8);
    position: absolute;
}

.carousel_text_part_one {
    font-family: 'open_sansregular';
    font-size: 40px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.carousel_text_part_two {
    font-family: 'open_sansbold';
    font-size: 64px;
    color: #fdb92e;
    margin: 0;
    text-transform: uppercase;
}

.carousel_read {
    padding: 5px 23px;
    line-height: 2;
    color: #fff;
    margin: 10px 0 0 0;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #000;
}

.vision_read {
    color: #fff;
    padding: 7px;
    background: transparent;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-right: 4px;
}

.vision_read:hover {
    background-color: transparent;
}

.vision_arow {
    font-size: 9px;
    font-weight: 600;
    padding: 5px 2px 4px 6px;
    color: #000;
    background-color: #fdb92e;
    border-radius: 50%;
}

.vision_read .icon-arrow-right:before {
    content: "\e606";
    font-size: 10px;
}

.paragraph {
    height: 105px;
    margin: 0;
    line-height: 22px;
}

.heading h2:after {
    content: '';
    position: relative;
    border-bottom: 2px solid #fdb92e;
    display: block;
    width: 50px;
}

.green {
    color: #3d964e;
}

.services_section {
    background: #f5fbfe url(../images/services.png) no-repeat;
    padding: 50px 0;
}

.vision_text {
    font-size: 30px;
    padding: 20px 0px 0px 30px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 1);
}

.part_one {
    color: #fff;
    font-size: 28px;
}

.part_two {
    color: #fab309;
    font-size: 40px;
}

.contact_container {
    height: auto;
    padding: 27px 0 16px 0;
    margin-top: -50px;
    background-color: #f5fbfe;
    box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
}

#fh5co-about-us {
    padding: 30px 0;
}

.divider {
    margin: 0 0 0 20px;
    height: 65px;
    border-right: 1px solid #d9d9d9;
}

.image_text {
    padding-left: 75px;
}

.image {
    width: 80px;
    float: left;
}

.find {
    font-size: 18px;
    font-weight: bold;
    font-family: 'abelregular';
}

.map {
    font-weight: bold;
    font-family: 'abelregular';
}

.address_container_fluid {
    height: auto;
    background-color: #343434;
}

.address_container {
    margin-top: 10px;
    font-family: 'poppinslight';
    font-size: 15px;
    color: #fff;
}

.address_container ul {
    color: #ffffff;
}

.address_container ul li a{
    
    color: #fff;
}
.brand {
    margin: 0 0 22px 0;
}

.address_list {
    list-style-type: none;
    background: url(../images/map.png) no-repeat center / cover;
    word-wrap: break-word;
    padding: 0;
    width: 80%;
}

.address_list li {
    padding-left: 25px;
}

.address, .number, .email {
    position: relative;
    line-height: 1.5;
    /*padding-left: 20px;*/
}

.address:before {
    position: absolute;
    content: "\f041";
    font-family: icomoon;
    left: -20px;
}

.number:before {
    position: absolute;
    content: "\f10b";
    font-family: icomoon;
    left: -20px;
}

.email:before {
    position: absolute;
    content: "\f0e0";
    font-family: icomoon;
    left: -20px;
}

.useful_links {
    padding-left: 0;
    list-style-type: none;
    line-height: 2;
    margin-top: 55px;
}

.extra_links {
    list-style-type: none;
    line-height: 2;
    margin-top: 55px;
    padding-left: 0;
}

.connect {
    margin-top: 55px;
    line-height: 1;
}
.connect p{
    color: #ffffff !important;
}
.head {
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
}

.icons {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 35px;
    padding: 0;
    text-align: center;
    color: #fff;
}

.icons:hover {
    color: #fdb92f;
}

.footer_container_fluid {
    font-family: 'poppinslight';
    font-size: 15px;
    color: #bababa;
    padding: 15px 0;
    background-color: #000;
}

.copy_rights {
    float: left;
}

.tvisha {
    float: right;
}

#fh5co-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    background: #fff;
    /*height: 98px;*/
}

.vision {
    background: url(../images/values.png) no-repeat center;
    background-size: cover;
}

.values {
    background: url(../images/vision.png) no-repeat center;
    background-size: cover;
}

#fh5co-testimonials {
    background: #6173f4;
}

#fh5co-testimonials .section-heading h2 {
    color: white;
}

#fh5co-testimonials .section-heading h2:after {
    background: rgba(255, 255, 255, 0.2);
}

#fh5co-testimonials .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony {
    margin-bottom: 2em;
    float: left;
}

#fh5co-testimonials .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
    color: white;
    text-decoration: none;
}

#fh5co-testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-testimonials .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 15px solid black;
    border-top-color: #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#fh5co-testimonials .box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    display: table;
    color: #fff;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #6173f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonials .box-testimony blockquote .quote > span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-testimonials .box-testimony blockquote p {
    font-style: italic;
}

#fh5co-testimonials .box-testimony .author {
    line-height: 20px;
    color: white;
    font-size: 20px;
    margin-left: 20px;
}

#fh5co-testimonials .box-testimony .author .subtext {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

#fh5co-pricing .price-box {
    border: 2px solid #ECEEF0;
    text-align: center;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    position: relative;
}

#fh5co-pricing .price-box.popular {
    border: 2px solid #6173f4;
}

#fh5co-pricing .price-box.popular .popular-text {
    top: 0;
    left: 50%;
    margin-left: -54px;
    margin-top: -2em;
    position: absolute;
    padding: 4px 20px;
    background: #6173f4;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-pricing .price-box.popular .popular-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid black;
    border-top-color: #6173f4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#fh5co-pricing .pricing-plan {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

#fh5co-pricing .price {
    font-size: 50px;
    color: #000;
}

#fh5co-pricing .price .currency {
    font-size: 20px;
    top: -1.2em;
}

#fh5co-pricing .price small {
    font-size: 16px;
}

#fh5co-pricing .pricing-info {
    padding: 0;
    margin: 0 0 30px 0;
}

#fh5co-pricing .pricing-info li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#fh5co-our-services, #fh5co-press {
    background: #fff;
    padding: 50px 0;
}

#fh5co-our-services .box {
    padding: 0;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 0;
    position: relative;
    height: 353px;
}

.vision p, .values p {
    background: #3d964e;
    width: 90%;
    color: #fff;
    text-align: left;
    padding: 15px 10px;
    position: absolute;
    bottom: 15px;
}

#fh5co-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}

#fh5co-header .navbar-default .brand-slogan em {
    color: #6173f4;
    font-style: normal;
}

#fh5co-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    /*padding: 15px 40px 15px 0;*/
}

.welcome_image img {
    width: 100%;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
    border: solid 2px #fff;
    border-radius: 7px;
}

.divider {
    margin: 0;
    border: none;
}

.image {
    width: 54px;
}

.map {
    font-size: 18px;
}

.section-heading {
    float: left;
    width: 100%;
    clear: both;
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 0 30px 0;

}

.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 2px;
    background: #fdb92e;
    left: calc(50% - 30px);;
    bottom: 0;
}

@media screen and (max-width: 1440px) {
    .carousel_text {
        top: 300px;
    }

    .carousel_text_part_one {
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    #fh5co-our-services .box {
        min-height: inherit;
        margin-bottom: 60px;
    }
}

#fh5co-our-services .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
}

#fh5co-our-services .box .icon > span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-our-services .box .icon > span i {
    font-size: 40px;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

#fh5co-our-services .box .icon.colored-1 {
    background: #2aaf67;
}

#fh5co-our-services .box .icon.colored-2 {
    background: #00bff3;
}

#fh5co-our-services .box .icon.colored-3 {
    background: #f26522;
}

#fh5co-our-services .box .icon.colored-4 {
    background: #e52b50;
}

#fh5co-our-services .box .icon.colored-5 {
    background: #2fc5cc;
}

#fh5co-our-services .box .icon.colored-6 {
    background: #6173f4;
}

#fh5co-our-services .box .step-number {
    font-size: 16px;
    display: block;
    color: #d1d1d1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

#fh5co-our-services .box h3 {
    padding: 20px 0 0 20px;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    text-align: left;
}

#fh5co-features {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-features {
        padding: 4em 0;
    }
}

#fh5co-features .fh5co-service {
    margin-bottom: 30px;
    float: left;
}

#fh5co-features .fh5co-service .fh5co-icon {
    float: left;
    width: 20%;
}

#fh5co-features .fh5co-service .fh5co-icon i {
    font-size: 40px;
    color: #6173f4;
}

#fh5co-features .fh5co-service .fh5co-desc {
    width: 80%;
    float: right;
}

#fh5co-features .fh5co-service .fh5co-desc h3 {
    margin-top: 0;
    font-size: 18px;
}

#fh5co-press .fh5co-press-item {
    background: #fff;
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    #fh5co-press .fh5co-press-item {
        display: block !important;
    }
}

#fh5co-press .fh5co-press-item .fh5co-press-text, #fh5co-press .fh5co-press-item .fh5co-press-img {
    width: 50%;
}

@media screen and (max-width: 480px) {
    #fh5co-press .fh5co-press-item .fh5co-press-text, #fh5co-press .fh5co-press-item .fh5co-press-img {
        height: inherit;
        float: none !important;
        width: 100%;
        display: block !important;
    }
}

#fh5co-press .fh5co-press-item .fh5co-press-text {
    float: left;
    padding: 20px;
}

#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    position: relative;
}

#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #6173f4;
}

#fh5co-press .fh5co-press-item .fh5co-press-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
}

@media screen and (max-width: 480px) {
    #fh5co-press .fh5co-press-item .fh5co-press-img {
        height: 200px;
        left: 0;
        top: 0;
        position: relative;
        width: 100%;
    }
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #3a9547;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #6173f4;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #3a9547;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #3a9547;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

/*.fh5co-nav-toggle.active i {
    background: transparent;
}*/

.fh5co-nav-toggle.active i::before {
    top: -7px;
    /*-webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);*/
}

.fh5co-nav-toggle.active i::after {
    bottom: -7px;
    /*-webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);*/
}

.fh5co-nav-toggle {
    position: absolute;
    top: 27px;
    right: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    border-bottom: none !important;
}

@media screen and (max-width: 1024px) {
    .carousel_text {
        top: 170px;
        left: 100px;
    }

    .carousel_text_part_one {
        font-size: 35px;
    }

    .carousel_text_part_two {
        font-size: 45px;
    }

    .link_one {
        padding: 0 30px 0 0;
    }

    .name {
        font-size: 17px;
    }

    .details {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

.person {
    text-align: center;
    float: left;
    width: 100%;
}

.person img {
    display: block;
    margin: 0 auto;
    height: 150px;
}

.person .name {
    font-size: 24px;
}

.person .position {
    text-transform: uppercase;
    color: #c3c3c3;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#footer {
    padding: 50px 0;
    color: #7f7f7f;
}

#footer .copyright {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.btn {
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    background: transparent;
    color: #333;
    border: 2px solid #3f974d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bolder;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    background: #3a9547;
    color: #fff;
}

.btn:hover, .btn:active, .btn:focus {
    color: #000;
    background: #fff;
    outline: none !important;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}

.social li a i {
    display: table-cell;
    vertical-align: middle;
}

.social li a:hover, .social li a:active, .social li a:focus {
    text-decoration: none;
    border-bottom: none;
}

.social li a.social-box {
    background: #6173f4;
    color: #fff;
}

.social li a.social-circle {
    background: #6173f4;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.social li a:hover {
    background: #393e46 !important;
}

.social.social-box a {
    background: #6173f4;
    color: #fff;
}

.social.social-circle a {
    background: #6173f4;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #000;
    font-size: 16px;
    padding: 9px 6px;
    width: 35px;
    background: #fab309;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    height: 35px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #fab309;
}

.owl-carousel .owl-controls .owl-nav {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
    opacity: 1;
}

.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
    background: transparent !important;
    border: 2px solid #fff !important;
}

.owl-carousel .owl-controls, .owl-carousel-posts .owl-controls {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .owl-carousel .owl-controls .owl-nav {
        display: none;
    }
}

.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -29px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-carousel .owl-controls .owl-nav .owl-next i:before, .owl-carousel .owl-controls .owl-nav .owl-prev i:before {
    color: rgba(255, 255, 255, 0.5);
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    top: calc(50% + 130px);
    left: calc(0% + 435px);
    background: none;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
    color: white;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    top: calc(50% + 130px);
    left: calc(0% + 385px);
    background: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
    color: white;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
    color: #444;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: 2.5em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    background: white;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
    background: transparent;
    border: 2px solid #fff;
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: 780px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
        height: inherit;
        padding: 5em 0;
    }
}

.owl-carousel-fullwidth .fh5co-owl-text-wrap {
    position: relative;
}

.owl-carousel-fullwidth .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}

.owl-carousel-fullwidth .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.owl-carousel-fullwidth .item img {
    max-width: 100%;
}

.owl-carousel-fullwidth .item .iphone-image {
    position: relative;
    z-index: 99;
}

.owl-carousel-fullwidth .item .iphone-image .iphone {
    float: right;
    text-align: right;
    position: relative;
    bottom: -12em;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .iphone-image .iphone {
        bottom: 0em;
        text-align: center;
        float: none !important;
        margin: 0 auto;
        display: block;
    }
}

.owl-carousel-fullwidth .item .iphone-image .iphone img {
    max-width: 100%;
}

.owl-carousel-fullwidth .item .fh5co-owl-text {
    padding-top: 80px;
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    color: #fff;
    margin: 0;
    padding: 0;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 30px;
    }
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    font-size: 30px;
    line-height: 30px;
    line-height: 42px;
    font-weight: 100;
    margin-bottom: 30px;
    color: white;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
        font-size: 24px;
        line-height: 34px;
    }
}

.js .to-animate, .js .to-animate-2, .js .single-animate {
    opacity: 0;
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {

}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 768px) {
    #fh5co-header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }

    #fh5co-header .navbar-brand {
        color: #6173f4 !important;
    }

    #fh5co-header #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #fh5co-header #navbar li a:hover {
        color: #6173f4 !important;
    }

    #fh5co-header #navbar li a span:before {
        background: transparent !important;
    }

    #fh5co-header #navbar li.active a {
        background: transparent;
        background: none;
        color: #6173f4 !important;
    }

    #fh5co-header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#fh5co-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

#fh5co-header #navbar li a {
    font-family: 'abelregular';
    color: #fff;
    position: relative;
}

#fh5co-header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}

#fh5co-header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    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 ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#fh5co-header #navbar li a:hover {
    color: #fff;
}

#fh5co-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-header #navbar li.active a {
    background: none;
    color: #fff;
}

#fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-header .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    color: #fff;
}

#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}

#fh5co-header.navbar-fixed-top .navbar-brand {
    color: #6173f4;
}

#fh5co-header.navbar-fixed-top #navbar li a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-header.navbar-fixed-top #navbar li a:hover {
    color: #fff;
}

#fh5co-header.navbar-fixed-top #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}

#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand img {
    /*    width: 195px;
        margin-top: 3px;*/
}

.navbar-brand {
    float: left;
    padding: 25px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 90px;
}

.menubar {
    background: #3d964e;
    /*height: 52px;*/
}

#myNavbar .navbar-nav {
    height: 90px;
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #3d964e;

}

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

    #myNavbar .navbar-nav {
        height: auto;
        display: block;
    }

    #myNavbar .nav > li a {
        color: #fff;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    }

    #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .carousel_text {
        top: 130px;
        left: 100px;
    }

    .carousel_text_part_one {
        font-size: 28px;
        margin: 0;
    }

    .carousel_text_part_two {
        font-size: 30px;
        margin: 0;
    }

    .brand {
        margin: 0;
    }

    .brand img {
        /*width: 100%;*/
    }

    .services_section {
        background: #f5fbfe;
    }

    .address_list {
        margin: 0;
        padding: 0;
    }

    .address {
    }

    .connect {
        line-height: 2;
    }

    .section-heading h3 {
        font-weight: 300;
        line-height: 1.5;
        color: #000;
    }

    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }

    .btn {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #fh5co-our-services, #fh5co-about-us, #fh5co-features, #fh5co-testimonials, #fh5co-pricing, #fh5co-press {
        padding: 0;
    }

    .contact_container {
        padding: 15px 0 0 0;
    }

    .image_text {
        padding-left: 55px;
    }

    .find {
        font-size: 13px;
    }

    .map {
        font-size: 16px;
    }

    .address_container_fluid {
        padding: 0;
        margin: 0;
    }

    .address_container {
        /*padding: 0;*/
        margin: 0;
    }

    .brand {
        margin: 0;
    }

    .address_list {
        padding: 0;
    }

    .address {
        padding: 0;
        height: auto;
    }

    .useful_links {
        padding: 0;
        height: auto;
    }

    .extra_links {
        padding: 0;
        height: auto;
    }

    .connect {
        padding: 0;
        height: auto;
    }

    .head {
        margin: 0;
    }

    .footer_container_fluid {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .menubar {
        height: auto;
        padding: 0;
        background: none;
    }

    #fh5co-header {
        height: 90px;
    }

    .navbar-nav {
        margin-top: 0;
        background-color: #0F3;
    }

    .address_container {
        padding: 30px 15px;
    }

    .brand {
        margin-bottom: 30px;
    }
}
.carousel-inner .item.active h3{color: #ffffff;width: 40%;font-size: 40px;background: rgba(0,0,0,.5);border-radius: 3px;}
@media screen and (max-width: 640px) {
    
    
    .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: inherit !important;
}
    .carousel-inner h3{
        font-size: 13px;
        line-height: 2;
    }
    
    .carousel-caption {
    top: 15% !important;
/*    left: 0 !important;*/
    text-align: center !important;
}
    .menubar {
        background: none;
        height: auto;
        padding: 0;
    }

    #fh5co-header #navbar li a {
        border-bottom: 1px solid #fff;
    }

    .bx-wrapper {
        margin: 91px 0 0 0;
    }

    .carousel_text {
        top: 80px;
        left: 100px;
    }

    .carousel_text_part_one {
        font-size: 25px;
        margin: 0;
    }

    .carousel_text_part_two {
        font-size: 30px;
        margin: 0;
    }

    .carousel_read {
        padding: 3px 16px;
    }

    .welcome_image img {
        width: 100%;
    }

    .services_section {
        background: #f5fbfe;
    }

    .divider {
        border: none;
    }

    .services_section {
        background: #f5fbfe;
    }

    .address_container_fluid {
        padding: 0;
        margin: 0;
    }

    .address_container {
        /*padding: 0;*/
        margin: 0;
    }

    .brand {
        /*margin: 0;*/
    }

    .address_list {
        padding: 0;
    }

    .address {
        padding: 0;
        height: auto;
    }

    .useful_links {
        margin: 0;
        padding: 0;
        height: auto;
    }

    .extra_links {
        padding: 0;
        margin: 0;
        height: auto;
    }

    .connect {
        margin: 0;
        padding: 0;
        height: auto;
    }

    .head {
        margin: 0;
    }

    .footer_container_fluid {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-our-services, #fh5co-about-us, #fh5co-features, #fh5co-testimonials, #fh5co-pricing, #fh5co-press {
        padding: 5em 0;
    }

    #fh5co-header {
        height: 90px;
    }

    .navbar-nav {
        margin-top: 0;
        background-color: #469b52;
    }

    #fh5co-header #navbar li a {
        border-bottom: 1px solid #fff;
    }

    #fh5co-our-services, #fh5co-about-us, #fh5co-features, #fh5co-testimonials, #fh5co-pricing, #fh5co-press {
        padding: 0;
    }

    .bx-wrapper {
        margin: 91px 0 0 0;
    }

    .carousel_text {
        top: 50px;
        left: 95px;
    }

    .carousel_text_part_one {
        font-size: 20px;
        margin: 0;
    }

    .carousel_text_part_two {
        font-size: 25px;
        margin: 0;
    }

    .carousel_read {
        padding: 1px 10px;
        font-size: 10px;
    }

    .contact_container {
        margin: 0;
        padding: 10px 0 0 0;
    }

    .services_section {
        background: #f5fbfe;
    }

    .address_container_fluid {
        padding: 0;
        margin: 0;
    }

    .address_container {
        /*padding: 0;*/
        margin: 0;
    }

    .brand {
        /*margin: 0;*/
    }

    .address_list {
        padding: 0;
    }

    .address {
        padding: 0;
        height: auto;
    }

    .useful_links {
        margin: 0;
        padding: 0;
        height: auto;
    }

    .extra_links {
        padding: 0;
        margin: 0;
        height: auto;
    }

    .connect {
        margin: 0;
        padding: 0;
        height: auto;
        line-height: 2;
    }

    .head {
        margin: 0;
    }

    .footer_container_fluid {
        font-size: 10px;
        /*padding: 0;*/
    }
}

@media screen and (max-width: 360px) {
    #fh5co-header #navbar li a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    /*.bx-wrapper .bx-prev {
        left: 0;
    }*/
    /*.bx-wrapper .bx-next {
        left: 50px;
    }*/
    .bx-wrapper {
        margin: 91px 0 0 0;
    }

    .carousel_text {
        top: 30px;
        left: 50px;
    }

    .carousel_text_part_one {
        font-size: 20px;
        margin: 0;
    }

    .carousel_text_part_two {
        font-size: 25px;
        margin: 0;
    }

    .carousel_read {
        padding: 1px 10px;
        font-size: 10px;
    }

    .services_section {
        background: #f5fbfe;
    }

    .divider {
        margin: 0;
        border: none;
    }

    .image {
        width: 40px;
    }

    .image img {
        width: 100%;
    }

    .find {
        font-size: 13px;
    }

    .map {
        font-size: 15px;
    }

    .address_container_fluid {
        margin: 0;
        padding: 0;
    }

    .address_list {
        padding: 0;
        margin: 0;
        height: auto;
    }

    .brand {
        /*margin: 0;*/
    }

    .useful_links {
        margin: 0;
        padding: 0;
        height: auto;
    }

    .extra_links {
        margin: 0;
        padding: 0;
        height: auto;
    }

    .connect {
        margin: 0;
    }

    .footer_container_fluid {
        padding: 15px 0;
    }

    .footer_container_fluid span {
        text-align: center;
        float: none;
        display: block;
    }
}



/*changes*/



.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
/*    height: 50vh;*/
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
/*    height: 50vh;*/
    height: inherit;
    line-height: 1;
}
 .navbar-nav li a{

    font-size: 18px;
/*    font-weight: 500;*/
}
.carousel-caption{
    
    top:50%;
    left: 10%;
    text-align: left;
}


.carousel-control.right ,.carousel-control.left{
    background: none;
}


@media screen and (min-width: 1366px) {
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55vh;
}
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #76c04e;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
margin-top: 18px;
    color: #76c04e;;
}
.yellow_broder{
    border: 2px solid #fdb92e;
    border-radius: 4px;
}
.no_padding{padding: 0}


.carousel-caption h3{
 text-transform: uppercase;   
}


@media(max-width:768px){
    
    .carousel{
        margin-top: 110px !important;
    }
    
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 20vh;
    /* height: inherit; */
    line-height: 1;
}
/*    .col-md-4 {
    padding-left: 90px;
}*/
    .carousel-caption h3{
        color: #ffffff;
    }
    .fda_logo{
        left: -60px !important;
        width: 109px;
    }
    .navbar-brand img {
        width: 60%;
        margin-top: 10px;
    }
    .carousel-inner .item.active h3 {
        color: #ffffff;
        width: 80%;
        font-size: 20px;
        background: rgba(0,0,0,.5);
        margin-top: -30px;
        height: 40px;
    }
}
.fda_logo{
    margin-top: 20px;
    position: relative;
    left: 20px;
}
.marquee {
    width: 100%;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee h4 {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
    color: #fdb92e;
    font-size: 26px;
    padding-top: 10px;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}