/*Fonts*/
.header-title {
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-size: 77px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    color: #f9f9f9;
    font-weight: 600;
    font-size: 48px;
}

h3 {
    font-family: 'Poppins', sans-serif;
    color: #f9f9f9;
    font-weight: 600;
    font-size: 24px;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #f9f9f9;
    font-weight: 200;
    font-size: 16px;
}

/*Color*/

.blue {
    background-color: #2d66f7;
}


/*Global*/
/*cb-navigation13*/

/* navigation13 */
.navigation1 {
    background-color: rgba(0, 0, 0, 0);
}

.sticky-nav {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.navigation1 .navbar-toggler {
    padding: 15px;
    color: #fff;
    font-size: 14px;
}

.navigation1 .navbar-toggler:focus {
    color: #222;
    background-color: #fff;
}

.navigation1 .navbar-toggler:hover {
    color: #222;
    background-color: #fff;
}

.navigation1 .navbar-brand {
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
}

.navigation1 .navbar-brand img {
    height: 100%;
    width: 90%;
}

.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    color: rgba(255, 255, 255, 0.6);
}

.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link:focus {
    color: rgba(255, 255, 255, 0.5);
}

.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    text-decoration: underline;
}

.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link.active {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus {
    color: #ffffff;
}

.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
    color: #ffffff;
}

/*Activated nav-link*/
.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link.activated {
    color: #ff4c4c;
    text-transform: uppercase;
}

.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link.activated:focus {
    color: #ff4c4c;
}

.navigation1 .navbar-collapse .navbar-nav > .nav-item > .nav-link.activated:hover {
    color: #ff4c4c;
}

.navigation1 .dropdown-item {
    background-color: #fff;
    color: #000;
}

.navigation1 .dropdown-item:hover,
.navigation1 .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}

.navigation1 .dropdown:hover >.dropdown-menu {
    display: block;
}

/*-- cb-header31 --*/
.header2-2 {
    height: 50vh;
    width: 100%;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header2-2 .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(26, 27, 31, 0.79) !important;
}

.header2-2 .content {
    border: none;
    padding: 20px;
}

/*-- cb-cta4 --*/
.content5-1 {
    background-color: #2d66f7;
    padding: 0px 0;
/*    height: 30vh;*/
}

.js-wp5-1 {
    opacity: 0;
}

.js-wp5-1 .opacity {
    opacity: 1;
}

.content5-1 .container {
   height: 20em;
   position: relative 
} 

.content5-1 .container h3 {
   margin: 0;
   position: absolute;           
   top: 50%;                         
   transform: translate(0, -50%) 
}

/*-- cb-footer1 --*/
.footer-content-1 ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.footer-content-1 ul li {
    line-height: 22px;
}

.footer-content-1 ul li a {
    font-size: 14px;
}

.footer-content-1 .navbar-brand {
    padding: 0px;
    height: auto;
}

/* footer1 */
.footer-content-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    background: #000000;
    color: #fff;
}

.footer-content-1 h3 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.footer-content-1 .mb0 {
    margin-bottom: 0px;
}

.footer-content-1 .mt0 {
    margin-top: 0px;
}

.footer-content-1 .mt20 {
    margin-top: 20px;
}

.footer-content-1 p {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
}

.footer-content-1 .copy {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 200;
}

.footer-content-1 .fa {
    margin-right: 10px;
}

.footer-content-1 a {
    color: #ffe74c;
    text-decoration: none;
}

.footer-content-1 a:hover {
    color: #ffffff;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*HOME PAGE*/

/*-- cb-header1 --*/
.header1-1 {
    width: 100%;
    height: 100vh;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header1-1 .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.header1-1 .content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.header1-1 .content h1 {
    color: #fff;
    font-weight: 600;
}

.header1-1 .content p {
    color: #fff;
    font-weight: 500;
    width: 60%;
}

.header1-1 .content .btns {
    margin: 0px;
}

.header1-1 .content .btns .one {
    padding: 12px 24px;
    border: 1px solid #fff;
    color: #333;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 40px;
}

.header1-1 .content .btns .one:hover {
    color: #fff;
    background-color: #000;
}

.header1-1 .content .btns .two {
    padding: 12px 24px;
    background: transparent;
    padding: 12px 24px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 20px;
}

.header1-1 .content .btns .two:hover {
    color: #fff;
    background-color: #000;
}

.header1-1 .txt-bottom {
    position: absolute;
    bottom: 20px;
    padding-top: 20px;
}

.header1-1 .fa {
    color: #ffffff;
    font-size: 25px;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    font-family: 'Poppins', sans-serif;
    color: #f9f9f9;
    font-weight: 200;
    font-size: 16px;
}



