.bg-wht {
    background-color: #fff;
}

.bg-grey {
    background-color: #f5f5f5;
}

.marg-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.marg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.marg-top-20 {
    margin-top: 20px;
}

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

.footer2-icon {
    padding-right: 10px;
}

.fnt-18 {
    font-size: 18px;
    line-height: 22px;
}

.txt-wht {
    color: #ffffff;
}

.a-login {
    text-decoration: none;
    color: #666666;
    font-weight: 600;
}

.panel2 {
    background-color: #fff;
    color: #333;
}

.panel2:hover {
    background-color: #EEEEEE;
    color: #333;
}

.panel3 {
    background-color: #EEEEEE;
    /*color: #333;*/
}

.panel3:hover {
    background-color: #BDBDBD;
    color: #000;
}

.fnt10 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 200;
}

.fnt13 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
}

.fnt15 {
    font-size: 15px;
    line-height: 1.6em;
}

.fnt16 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
}

.fnt18 {
    font-size: 18px;
    line-height: 22px;
}

.fnt20 {
    font-size: 20px;
    line-height: 24px;
}

.fnt22 {
    font-size: 22px;
    line-height: 26px;
}

.fnt26 {
    font-size: 23px;
    line-height: 30px;
    color: #002248;
}

.fnt26:hover {
    color: #fff;
}

.fnt28 {
    font-size: 28px;
    line-height: 32px;
}

.fnt40 {
    font-size: 40px;
    line-height: 44px;
}

.fnt42 {
    font-size: 42px;
    line-height: 46px;
}

.fnt43 {
    font-size: 43px;
    line-height: 47px;
}

.fnt44 {
    font-size: 44px;
    line-height: 48px;
}

.fnt46 {
    font-size: 46px;
    line-height: 50px;
}

.fnt50 {
    font-size: 50px;
    line-height: 54px;
}

.fnt52 {
    font-size: 52px;
    line-height: 56px;
}

.fnt54 {
    font-size: 54px;
    line-height: 58px;
}

.fnt-bold {
    font-weight: 700;
}

.fnt-wt {
    font-weight: 400;
}

.pad0 {
    padding: 0px;
    margin-bottom: -15px;
}

.blubg {
    background-color: #185ea3;
    color: #fff;
}

.blubg2 {
    background-color: #004d9b;
    color: #fff;
}

.bg-purple2 {
    background-color: #2f1460;
    color: #fff;
}

.panel-grey {
    background-color: #E0E0E0;
    color: #333;
}

.panel-grey:hover {
    background-color: #E0E0E0;
    color: #333;
}

.contmrg-reg {
    padding: 150px 40px 100px 40px;
}


/*Share Button CSS*/

#contact-buttons-bar {
    position: fixed;
    /*top: 120px;*/
    left: -50px;
    width: 50px;
    top: 30%;
    z-index: 200;
}

.contact-button-link {
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    background: #8e8e93;
    color: #fff;
    position: relative;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
}

.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
    color: #fff;
    padding-left: 20px;
    width: 70px;
}

.contact-button-link.cb-hidden {
    left: -50px;
}

.contact-button-link.facebook {
    background: #3b5998;
}

.contact-button-link.linkedin {
    background: #0077b5;
}

.contact-button-link.gplus {
    background: #db4437;
}

.contact-button-link.twitter {
    background: #0084b4;
}

.contact-button-link.separated {
    margin-top: 1em;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
    background: transparent;
    color: #000;
    border: 0;
    outline: 0;
    padding: 0;
    width: 50px;
}

.contact-button-link.show-hide-contact-bar:hover {
    color: #000;
    background: #ccc;
    padding: 0;
    width: 50px;
}

.carousel .carousel-caption {
    text-shadow: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    max-width: 350px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: left;
    z-index: 5;
    bottom: 5px;
}

@media (max-width:550px) {
    .carousel .carousel-caption {
        display: none;
    }
}

.carousel .item .carousel-caption h4,
.carousel .item .carousel-caption h4 a {
    font-size: 16px;
    line-height: 29px;
    color: #fff;
}

.carousel .item .carousel-caption p {
    color: #ccc;
    font-size: 13px;
    line-height: 23px;
}

.carousel .item .carousel-caption.c-middle-left {
    top: 30%;
    left: 7%;
    bottom: auto;
    right: auto;
}

.carousel .item .carousel-caption.c-middle-right {
    top: 30%;
    right: 7%;
    bottom: auto;
    left: auto;
}

.carousel .item .carousel-caption.c-bottom-left {
    bottom: 7%;
    left: 5%;
    top: auto;
    right: auto;
}

.carousel .item .carousel-caption.c-bottom-right {
    bottom: 7%;
    right: 5%;
    top: auto;
    left: auto;
}

.carousel .item .carousel-caption.c-bottom-full {
    bottom: 0%;
    left: 0%;
    right: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    padding: 12px 15px;
}

.carousel .item .carousel-caption.c-left-big {
    bottom: 0%;
    left: 0%;
    top: auto;
    right: auto;
    height: 100%;
    padding: 30px 25px;
}

.carousel .item .carousel-caption.c-right-big {
    bottom: 0%;
    right: 0%;
    top: auto;
    left: auto;
    height: 100%;
    padding: 30px 25px;
}


/* Carousel style one */

.carousel.carousel-one .item {
    padding: 120px 20px;
    text-align: center;
}

.carousel.carousel-one h5 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.carousel.carousel-one h3 {
    font-size: 70px;
    line-height: 85px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.carousel.carousel-one .btn {
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width:767px) {
    .carousel.carousel-one .item {
        padding: 60px 20px;
    }
    .carousel.carousel-one h5 {
        font-size: 15px;
        font-weight: 600;
    }
    .carousel.carousel-one h3 {
        font-size: 30px;
        line-height: 45px;
    }
}

.rounded-2 {
    border-radius: 4px !important;
}

.owl-carousel .owl-content {
    margin: 10px 5px;
}

.owl-theme .owl-controls .owl-pagination {
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0a5c84;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

.panel-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 4px 12px rgba(0, 0, 0, .1);
}

@media (min-width:2400px) {
    .container {
        width: 1920px
    }
}

@media (min-width:1700px) {
    .container {
        width: 1670px
    }
}