/* -------------Fixes------------- */
html,body {
    width: 100%;
    height: auto;
}
body {
    margin: 0;
    padding: 0;
    background-color: green;
}

.br-1 {
    border-radius: 1px;
}
.br-2 {
    border-radius: 2px;
}
.br-3 {
    border-radius: 3px;
}
.br-4 {
    border-radius: 4px;
}
.br-5 {
    border-radius: 5px;
}
.br-10 {
    border-radius: 10px;
}
.br-20 {
    border-radius: 20px;
}

#Content {
    margin-bottom: 80px;
}

#siteHeader a {
    text-decoration: none !important;
}

#home-carousel .carousel-item {
    width: 100%;
    height: 450px;
    min-height: 300px;
}
#services-carousel .carousel-item {
    height: 200px;
}
.carousel-item img {
    width: 100%;
    height: 100%;
}
#home-navbar .dropdown-menu {
    z-index: 100000;
}

.no-decoration a {
    text-decoration: none !important;
    color: unset;
}


#NewsRoomBoxes .card {
    transition: background-color 0.25s ease-in-out;
}
#NewsRoomBoxes .card:hover {
    background-color: rgba(80,80,80,0.15);
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}


[data-href] {
    cursor: pointer;
    text-decoration: none !important
}

footer {
    width: 100%;
    height: auto;
    color: #e4e4e4;
    font-family: "Shruti", serif;
    font-size: 16px;
    cursor: default;
}
footer [class^=col] {
    padding: 0 20px 0 20px;
    text-align: center;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer a {
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    text-align: center;
    color: #c4c4c4;
    line-height: 40px;
    vertical-align: middle;
}
footer a:hover {
    color: #ffffff;

}
footer a .fa {
    cursor: pointer !important;
    width: inherit;
    height: inherit;
    padding: 10px;
    margin: 0 5px 15px 5px;
    border: 2px solid #e4e4e4;
    transition: background-color 0.25s, color 0.45s, border-radius 0.25s;
}
footer .fa:hover {
    background-color: #ffffff;
    color: #000000;
    border-radius: 20px;
}

.ws-no-wrap {
    white-space: nowrap;
}

/* Colors, Fonts, etc */
.flat-red {
    background-color: #C7362D;
}
.flat-grey {
    background-color: #717373;
}
.flat-white {
    background-color: #f4f4f4;
}
.flat-navy {
    background-color: #003E7E;
}
.flat-charcoal {
    background-color: #353535;
}
.flat-slate {
    background-color: #545e75;
}

.h-light:hover {
    background-color: #dae0e5;
}

.de-list {
    text-align: center;
    padding: 0;
}
.de-list li {
    list-style-type: none;
    display: inline;
    text-align: justify;
    padding: 0 5px 0 5px;
}
.text-sm {
    font-size: 16px;
    margin-bottom: 2px;
}
.text-md {
    font-size: 22px;
    margin-bottom: 6px;
}
.text-lg {
    font-size: 30px;
    margin-bottom: 10px;
}
.text-xl {
    font-size: 56px;
    margin-bottom: 10px;
}


.demarcate {
    width: 100%;
    height: 100px;
    margin: 60px 0 0 0;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
}
.demarcate > .demarcate-text {
    font-size: 50px;
    width: inherit;
    height: 100px;
    color: #323783;
    position: relative;
    display: flex;

}
.demarcate > .demarcate-text:before, .demarcate-text:after {
    content: "";
    border-bottom: 1px solid #b7b7b7;
    width: 50%;
    height: 0;
    position: relative;
    top: calc(50% + 3px);
}
.demarcate > .demarcate-text:before {
    margin-right: 8px;
}
.demarcate > .demarcate-text:after {
    margin-left: 8px;
}

/* Banner */
.banner {
    display: block;
    width: 100%;
    height: auto;
    transition: background-color .25s ease-in-out;
}
.banner .title {
    width: 100%;
    height: inherit;
    text-align: center;
}
.banner .title > span {
    text-align: center;
    font-family: "Dotum", sans-serif;
    text-decoration: none;
    pointer-events: none;
    color: #ffffff;
}
.banner .title.title-small {
    font-size: 22px !important;
}
.banner .title.title-dark > * {
    color: #000000;
}

/* Company Tabs */
#CompanyTabs {
    min-height: 360px;
}
#CompanyTabs .navbar {
    z-index: 0;
    margin-bottom: 10px !important;
}
#NationsTabs > .tab-pane {
    text-align: justify;
}

/* Featured Blog */
#FeaturedBlog {
    width: 100%;
    height: auto;
}
/* Google Maps for Office */
#OfficeMap iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 6px;
}

/* Contact Us */
#contact-header {
    width: 100%;
    height: auto;
    cursor: pointer;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
}
#contact-header .caret {
    transition: 0.25s all;
}
.caret.rotate {
    transform: rotate(180deg);
}
#contact-fields {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
}

.login {
    font-size: 20px;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 30px 0 30px 0;
    background-color: #C7362D;
}
.login:hover {
    background-color: #B2362D
}
.login > .login-btn {
    width: 100px;
    height: 30px;
    padding: 0 5px 0 5px;
    text-decoration: none;
}
.login > .login-btn > span {
    font-size: 20px;
    color: #fafafa;
}

[name="footerButton"]:hover > .banner {
    background-color: rgba(252,100,100,0.79);
}

/* Mobile Devices */
@media screen and (max-width: 768px) {
    footer[class^=col] div {
        margin: 40px 0 40px 0 !important;
    }
    #CompanyTabs li {
        width: 100%;
    }
    #NationsTabs {
        padding-top: 10px;
    }
    #home-carousel {
        display: none;
    }
    #home-navbar {
        max-height: unset;
    }
    #home-navbar .fa-facebook:after {
        content: "Facebook";
    }
}

.spin {
    animation: spin 0.5s 1 linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

/* Home img hover effect*/
.hovereffect {
  width: 100%;
  height: 95%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /*display: inline-block;*/
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  height: 100%;
  width: 90%;
}

.hovereffect:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: auto;
  font-size: 105%;
  padding: 5%;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 9% 5%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin: 5% 5%;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 85%;
  height: 70%;
  width: 90%;
  position: absolute;
  top: 15%;
  left: 0;
  transform: translate(-50%, -50%);
  
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  /*transform: scale(1);*/
  background-color: rgba(0,0,0,0.4);
}

/*----------------- Background image----------------- */
.containerb {
  position: relative;
  width: 9em;
}

.imageb {
  display: block;
  width: 100%;
  height: auto;
}

.overlayb{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.containerb:hover .overlayb {
  opacity: 1;
}

.text {
  color: white;
  font-size: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}