@font-face {
    font-family: 'Agency FB';
    src: url('/fonts/AgencyFB-Reg.woff2') format('woff2'),
    url('/fonts/AgencyFB-Reg.woff') format('woff'),
    url('/fonts/AgencyFB-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AgencyFB Black Wide';
    src: url('/fonts/AGENCYFB-BLACK-WIDE.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica Bold';
    src: url('/fonts/HelvFB Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




html, body {
    font-family: "Helvetica",Helvetica,'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFFFFF;
    background-color: #fff;
    height: 100%;
}

.force100h{
    height: 100%;
}

.centerbottom{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.aligning-center {
 text-align: center;
 display: revert;
}

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

nav.bg-solid {
    background-color: #000000;
    color: #FFFFFF;
}

nav.bg-solid .navbar-collapse .navbar-right > li > a:hover {
    border-bottom: 2px solid #c97721;
}

nav.bg-solid .navbar-collapse .navbar-right > li > a:focus {
    color: #c97721;
}

nav.bg-solid .navbar-collapse .navbar-right > li.active > a {
    border-bottom: 2px solid #c97721;
}

.wraplogo{
    max-width: 160px;
}

.wraplogo img{
    height: 51px;
}

.shadow_top_w{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}
.shadow_bottom_w{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cv_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.min-height-col-450{
    min-height: 450px;
}

.white_logo_home{
    width: 100%;
    margin-bottom: 30px;
}

.wrapsignboard{
    position: relative;
}

.signboard{
    border: solid 1px #c97721;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.signboard p{
    color: #fcd877;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.signboard p.medium{
    color: #fcd877;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.signboard p.big{
    color: #fcd877;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.bullet_top{
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.bullet_bottom{
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

footer .subscription {
    position: relative;
/*    margin: 0;   */
    height: 50px;
    max-width: 550px;
    padding: 0 15px 0px 0px;
}

header {
    position: relative;
    padding-top: 0px;
    background-color: #4776e6;
/*    background: url('/images_v2/Image_1.jpg'); */
    background: url('/images_v2/Back.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;

    height: calc(100% - 2px);
}


.home_img {
/*  margin-bottom: 20px;   */
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}


.paragraph {
  color: white;
  text-align: center;
  font-family: Helvetica, serif;
  font-size: 30px;
  line-height: 30px;
  padding: 25px;
}

 .center {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
}


/* .news_img {
    background:url('/images/Scroll.jpg');
    height: 100%; /* You must set a specified height */
/*    background-position: center; /* Center the image */
/*    background-repeat: no-repeat; /* Do not repeat the image */
/*    background-size: contain;
}*/

.loading {
    background-color: #282b4e;
}


header a:last-child {
    margin-left: 0px;
}

.separator_sections{
    width: 100%;
    background: #000000;
    line-height: 0;
}
.separator_sections img{
    width: 100%;
    padding: 0px 0px;
}
.boton-transp-gold{
    background:url('data:image/svg+xml;utf8,<svg   xmlns="http://www.w3.org/2000/svg" ><defs><linearGradient id="Gradient" x1="0" x2="100" y1="0" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23fbbc5d" offset="0"/><stop stop-color="%23c87821" offset="1"/></linearGradient></defs><rect x="5" y="5" width="100%" height="100%" style="height:calc(100% - 10px);width:calc(100% - 10px)" rx="30" ry="30" stroke-width="3" fill="transparent" stroke="url(%23Gradient)"/></svg>');
    color: #ffffff;
    padding:25px;
    border-radius:50px;
    display:inline-block;
    margin: 50px 0px 150px 0px;
    border: 0;
}

a.boton-transp-gold:hover {
    background-color: unset!important;
    color: #fbbc5d!important;
}

.grow-links { transition: all .5s ease-in-out; }

.dropdown-submenu
{
    position: relative;
}

.newsdropdown-submenu
{
    position: relative;
}
 
 
.dropdown-submenu .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.newsdropdown-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.newsdropdown-menu > li > a
{
    display:block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.newsdropdown-menu>li>a:focus, .newsdropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar-nav>li>.newsdropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.newsdropdown-submenu .newsdropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-toggle {
    background-color: unset!important;
    border-radius: 0px;
    position: relative;
/*    border: 2px solid #c97721;
    color: #c97721!important;*/
}

.newsdropdown-toggle {
    background-color: unset!important;
    border-radius: 0px;
    border: 2px solid #c97721;
    color: #c97721!important;
}

.button{
    font-weight: 700;
    font-size: 35px;
    text-decoration: none;
    background-color: #000000;
    color: #FFD700;
    padding: 15px 20px 15px 20px;
    border-radius:15px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.button:hover, link {
    color: #FFD700;
}

 .content_1_title_container {
     background: linear-gradient(to right, rgba(0, 0, 0, 0), #000 50%, #000 50%, rgba(0, 0, 0, 0));
     align-items: center;
     justify-content: center;
     display: grid;
     grid-template-rows: auto auto;
     text-align: center;
     margin-top: -15vh;
 }
 .content {
     width: 100%;
 }

 .content_1_title_container_bottom {
     margin-top: 10vh;
 }
 
 .content_1_title_container_3 {
     align-items: center;
     justify-content: center;
     display: flex;
     gap: 1em;
 }

/* .content_1_button_google_download {
    padding-top: 20px;
    
}

.content_1_button_apple_download {
    padding-top: 20px;
    
} */

 .content_1_button_google_download {
     content: url("/images_v2/google-play-badge_548x171.svg");
     max-width: 250px;
     min-width: 250px;
 }

 .content_1_button_apple_download {
     content: url("/images_v2/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg");
     max-width: 250px;
     min-width: 250px;   
 }
 
 .content {
     width: 100%;
     top: 0;
     padding-top: 50vh;
     text-align: center;

 }

 .section_1 {
     background-image: linear-gradient(to top, #000, #000 5%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0)),
         url("/images_v2/Website_Home_1_banner&logo.jpg");
     background-position: center center;
     background-size: cover;
     min-height: 100vh;
 }

#section_1 .container{
    width: 100%;
}

 .content_1_logo {
     display: none;
 }


 .content_1_title {
     color: white;
     text-transform: uppercase;
     margin-top: 0;
     font-family: AgencyFB Black Wide;
     font-size: 2em;
     line-height: .7em;
     margin-top: 1rem;
 }

 .content_1_title_container_bottom {

     margin-top: 10vh;

 }

 .content_1_title_container_2 {

     display: flex;
     justify-content: center;
     align-items: center;
/*     padding: 1vh 0em;
*/
 }

/*       ***************************************************************************************  */
@media (min-width:1921px){

}

.col-header-img img{
    position: absolute;
}

#home::after {
    content: none;
}

#section2{
    color: #ffffff;
    position: relative;
    padding-top: 0px;
    background-color: #4776e6;
/*        background: url('/images_v2/Image_2.jpg');   */
    background: url('/images_v2/NFT.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 2px);
}

#section3{
    color: #ffffff;
    position: relative;
    padding-top: 0px;
    background-color: #4776e6;
    background: url('/images_v2/Image_3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 2px);
}

#section4{
    color: #ffffff;
    position: relative;
    padding-top: 0px;
    background-color: #4776e6;
/*    background: url('/images_v2/Image_4.jpg');   */
    background: url('/images_v2/Website_Home_1_banner&logo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 2px);
}

#section4 .container{
    width: 100%;
}




#section5{
    color: #ffffff;
    position: relative;
    padding-top: 0px;
    background-color: #4776e6;
    background: url('/images_v2/Image_5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 2px);
}


/*       ***************************************************************************************  */
@media (min-width: 1921px){

}

/*       ***************************************************************************************  */
@media (min-width: 768px){
    nav.bg-solid .navbar-collapse .navbar-right > li.active > a {
        border-bottom: 2px solid #c97721;
    }
    
.navbar-right .newsdropdown-menu {
    right: 0;
    left: auto;
}

    nav .navbar-collapse {
        position: absolute;
        top: 13px;
        right: 0%;
        left: unset!important;
        width: 600px;
        text-align: right;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
    }

}

#section6{
    position: relative;
    color: #2a2b2d;
    background: #e0d9bf;
}

.hr-tg{
    height: 7px;
    position: relative;
}
.hr-tg div{
    width: 10%;
    border-bottom: solid 2px #0000b0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

footer .hr{
    height: 7px;
    position: relative;
    background: none;
    margin-bottom: 20px;
}
footer .hr div{
    width: 10%;
    border-bottom: solid 2px #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* footer .bg-img {
    opacity: 1;
    background-image: none;
    background: #000000
}
*/


footer .subscription .form-group input {
    background: #e0d9bf ;
    color: #303030;
}

footer .subscription .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #676155;
    opacity: 1; /* Firefox */
}

footer .subscription .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #676155;
}

footer .subscription .form-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #676155;
}

footer .subscription button {
    display: inline-block;
    position: absolute;
    right: -5px;
    height: 50px;
    width: 150px;
    background-color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: none;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #303030;
}

.socialr{  
    height: 24px;
    margin: 20px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: row;            
}

.socialr ul{
    margin: 0;
    padding: 0;
}

.socialr ul li:first-child {
    margin: 0px 10px 0px 0px;
  }
  
.socialr ul li{
    width: 24px;
    float: left;
    list-style: none;
    margin: 0 3px;
}

.socialr ul li img{
    width: 100%;
}

#Newsletter{
    padding: 25px 0 40px 0px;
}


.scrollup {
    z-index: 100;
    background: rgb(254,189,85);
    background: linear-gradient(184deg, rgba(254,189,85,1) 42%, rgba(226,121,14,1) 100%);
    display: inline;top: 700px;right: 50px;
}

#section6 h2 {
    margin-top: 13px;
    font-weight: bold;
    font-size: 60px;
    font-family: "Helvetica",Helvetica,'Roboto', sans-serif;
    color: #303030!important;
    text-transform: none;
}

footer h2 {
    margin-top: 13px;
    font-weight: bold;
    font-size: 22px;
    font-family: "Helvetica",Helvetica,'Roboto', sans-serif;
}


#section6  .owl-testimonial .wrapper-testimonial .media {
    min-height: 244px;
}

#section6 .media .media-body h6{
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}


#section6 .media {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#section6 .media .media-body {
    vertical-align: middle;
    padding-right: 15px;
    text-align: left;
    color: #303030;
}
#section6 .subheader {
    color: #303030!important;
}

#section6  .owl-testimonial .wrapper-testimonial {
    margin: 0 15px 25px;
}
#section6 .owl-controls {
    margin-top: 30px;
}
#section6 .owl-controls .owl-pagination {
    display: inline-block;
    height: 12px;
}

#section6 .owl-controls .owl-pagination .owl-page {
    float: left;
    position: relative;
    margin-left: 12px;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #4776e6;
    background-image: -moz-linear-gradient(0deg, #4776e6 0%, #8E54E9 100%);
    background-image: -webkit-linear-gradient(0deg, #4776e6 0%, #8E54E9 100%);
    background-image: -ms-linear-gradient(0deg, #4776e6 0%, #8E54E9 100%);
}

#section6 .owl-controls .owl-pagination .owl-page.active span {
    background-color: transparent;
}

#section6 .owl-controls .owl-pagination .owl-page span {
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    height: 10px;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.desc-game {
    
    margin-top: 18px;
    line-height: 1.75;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.wrapstoresbutt a img{
    width: 115px;
}

.wrapstoresbutt a:last-child{
    margin-left: 10px;
}

.sec-career-list .thumbnail-blog .thumbnail-img::after, .sec-blog-list .thumbnail-blog .thumbnail-img::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #f9f9f9;
    background-size: cover;
    height: 100%;
    width: 106%;
    z-index: 10;
    -webkit-transform: rotate(
            -12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(-12deg);
    -moz-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    -o-transform-origin: 100% 0 0;
    transform-origin: 0 0 0;
    left: 0;
    top: calc(100%);
}

.carer-list{
    background: url("/images/Back_career.jpg");
}

.sec-career-list .thumbnail-blog a > h5, .sec-blog-list .thumbnail-blog a > h5 {
    text-transform: uppercase;
    line-height: 1.667;
    font-weight: 700;
    font-size: 16px;
    margin-top: 22px;
    color: #606060;
}

.news-list{
  background: url("/images/Battle_Of_Kingdoms.jpg");
  background-position: 0% 52.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: padding-box; 
/*    background-blend-mode: screen;
  background-attachment: local; */
}  

.askus h4{
    text-transform: uppercase;
    line-height: 1.667;
    font-weight: 700;
    font-size: 16px;
    margin-top: 22px;
    color: #606060;
    text-align: left;
}

.askus #submit {
    border: solid 1px #0000b6;
    border-radius: 20px;
    font-size: 16px;
    font-family: "Helvetica",Helvetica,'Roboto', sans-serif;
    padding: 4px 50px;
    background: #ffffff;
    float: left;
}

.askus form{
    text-align: left;
}

.askus form input[type="file"] {
    display: none;
    cursor: pointer;
}
.askus form .custom-file-upload {
    display: inline-block;
    padding: 0px;
    cursor: pointer!important;
    float: right;
}

.askus form label span {
    border: 1px solid #0000b6;
    display: inline-block;
    padding: 6px 6px;
    cursor: pointer!important;
    color: #0000b6;
    border-radius: 6px;
    margin-left: 10px;
}

nav.bg-solid .navbar-header .navbar-toggle .icon-bar {
    background-color: #c97721;
}

.showinmobile{display: none;}
.hideinmobile{display: block;}

/*       ***************************************************************************************  */
@media (max-width:767px){
    .showinmobile{display: block;}
    .hideinmobile{display: none;}
    
   .section_1 {
         background-image: linear-gradient(to top, #000, #000 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0)),
             url("/images_v2/Website_Home_1_375x667.jpg");

         background-size: cover;
         background-position: center center;
         
     }



     .content {
         padding-top: 5vh;
         padding-bottom: 10vh;


     }

     .content_1_logo {
         display: initial;
     }

     .section_1_logo {
         max-width: 300px;
         height: auto;
         content: url("/images_v2/logo_bok.png");
        padding: 0px;
        margin: 0px;
     }
     
     .content_1_logo {}

     .content_1_title_container {
        margin-top: 5vh;
         
     }

     .content_1_title_container_2_img_dowload {
         display: block;
         max-width: 300px;
     }

     .content_1_title {
         font-size: 1.5em;
         line-height: 1em;
         text-wrap: balance;

     }

     .content_1_title_container_bottom {
         position: absolute;
         bottom: 75px;
         left: 50%;
         transform: translateX(-50%);
         display: flex;
         flex-direction: column;
         gap: 1em;
     }

     .content_1_title_container_3 {

         align-items: center;
         justify-content: center;
         display: flex;
         gap: 1em;
     }


     .content_1_button_google_download {
         max-width: 150px;
         min-width: 150px;
         height: auto;
     }

     .content_1_button_apple_download {
         max-width: 150px;
         min-width: 150px;
         height: auto;

     }
}


/*       ***************************************************************************************  */
@media (max-width:500px){

}


/*       ***************************************************************************************  */
@media (max-width:414px){
    footer .subscription button {
        width: 125px;
        height: 40px;
        font-size: 12px;
    }
    
    .content_1_title_container {
         font-size: 0.8em;
    }
     p {
             margin: 0.6em 0;
         }
     
}


/*       ***************************************************************************************  */
@media (max-width:320px){

}


#section6 .media-left{
    height: 244px;
    display: block;
}
#section6 .media-left img{
    width: 100%;
}

header.carer-list {
    min-height: 380px;     
    background-size: cover;   
    height: auto!important;
}

header.news-list {
    min-height: 380px;    
    background-size: cover;
    height: auto!important;

}

header.carer-list h1, header.blog-detail h1, header.news-list h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    position: relative;
    left: -3px;
    letter-spacing: -.96px;
    top: 150px;
    
}

header.blog-list::after, header.blog-detail::after {
    -webkit-transform: rotate(-5.5deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform: rotate(-5.5deg);
    -moz-transform-origin: 0 0 0;
    -o-transform: rotate(-5.5deg);
    -o-transform-origin: 0 0 0;
    -ms-transform: rotate(-5.5deg);
    -ms-transform-origin: 0 0 0;
    transform: rotate(-5.5deg);
    transform-origin: 0 0 0;
}

header::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;   
    top: calc(100%);
    background-color: white;
    min-height: 250px;
    width: 2000px;
    -webkit-transform: rotate(-6.5deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform: rotate(-6.5deg);
    -moz-transform-origin: 0 0 0;
    -o-transform: rotate(-6.5deg);
    -o-transform-origin: 0 0 0;
    -ms-transform: rotate(-6.5deg);
    -ms-transform-origin: 0 0 0;
    transform: rotate(-6.5deg);
    transform-origin: 0 0 0;
}

footer{
    padding: 20px 0;
    text-align: center;
    
    position: relative;
    background-color: #4776e6;
/*    background: url('/images_v2/Image_1.jpg'); */
    background: url('/images_v2/Back.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}

.titleCareerin{
    font-size: 26px;
    text-align: left;
    font-weight: bold;
}

.subtitleCareerin{
    font-size: 22px;
    text-align: left;
    font-weight: bold;
}

.padtop50{
    padding-top: 50px;
}

.date_in{
    font-weight: 700;
    font-size: 14px;
    color: #bebebe;
    text-align: left;
    padding: 30px 0px;
}

.fulltext_in{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
    text-align: left;
    line-height: 22px;
    text-align: justify;
}

.fulltext_in_ul{
    text-align: left;
    padding-left: 20px;
}

.sec-blog-post .blog-post .blog-post-body p{
    font-size:16px;
}

h2.titleCareerin{

}

h3.subtitleCareerin{

}
.askus{
    margin-top: 60px;
}
.sendemial{
    border: solid 1px #c97721;
    color: #c97721;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
}

.sendemial:hover{
    color: #c97721;
}
.sendemial p{
    margin: 0;
}

.lesspading{
    padding-top: 50px;
}

.bigtxt{
    color: #fcd877;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    text-shadow: 3px 3px 4px #000000;
}

footer .footer {
    margin-top: 74px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 0px;
    color: #dcdcdc;
}

.bokgtitle{
    font-size: 30px;
}

/*       ***************************************************************************************  */
@media (max-width:768px){
    .wraplogo img {
        height: 45px;
    }

    header.carer-list h1, header.blog-detail h1, header.news-list h1 {
        font-size: 45px;
        top: 130px;
    }

    header {
/*        background: url('/images_v2/Image_1_mobile.jpg');*/
        background: url('/images_v2/Back.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #section2{
     
        background: url('/images_v2/NFT_mobile.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #section4{
/*        background: url('/images_v2/Image_4_mobile.jpg');*/
        background: url('/images_v2/Website_Home_1_375x667.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .img-container {
        display: block;
        border: 5px solid #c97721;
        padding: 5px;
        width: 30%;
        height: 30%;
/*        float: left; */
    }
}


/*       ***************************************************************************************  */
@media (max-width:1080px){
  
}

/*       ***************************************************************************************  */
@media (max-width:1200px){

}

/*       ***************************************************************************************  */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	
	.newsdropdown-menu li{ position: relative; 	}
	
	 li{ position: relative; 	}
	
	.nav-item .submenu .newssubmenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	
	.nav-item .submenu-left .newssubmenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover > .submenu{ display: block; }
    .dropdown:hover > ul {
        display: block;
    } 
    
	.newsdropdown-menu > li:hover > .newssubmenu{ display: block; }
    .newsdropdown:hover > ul {
        display: block;
    }
    
}	

/*       ***************************************************************************************  */
@media (max-width:991px){

    .wrapper-testimonial .media-left{
        width: 100%;
        float: left;
    }

    .bigtxt {
        font-size: 45px;
    
    }
    .aligning-left {
        text-align: center;
    }

    footer .subscription {
        position: relative;
        margin: auto;
        height: 50px;
        max-width: 550px;
        padding: 0 15px 0px 0px;
    }

    .socialr ul {
        width: 255px;
        height: 24px;
        margin: auto;
        padding: 0;
    }

    .aligning-right {
        text-align: center;
        margin-top: 30px;
    }

    .nav-item .submenu .newssubmenu{
    display: none;
    position: absolute;
    left: 50%;
    }

    .dropdown-menu .dropdown {
        color: white;
        background-color: #000000;
    }

    .newsdropdown-menu .newsdropdown {
        color: white;
        background-color: #000000;
    }    
    
    .dropdown-menu > li > a {
        color: white;
        background-color: #000000;
    }
    
    .newsdropdown-menu > li > a {
        color: white;
        background-color: #000000;
    }    
    .dropdown-menu > li:hover > a {
/*    background-color: #1b206e; */
    color: white;
    background-color: #000000;
    border-bottom: 2px solid #c97721;    
    }
    
    .newsdropdown-menu > li:hover > a {
/*    background-color: #1b206e; */
    color: white;
    background-color: #000000;
    border-bottom: 2px solid #c97721;    
    }
    
    .dropdown-menu > li:hover > .submenu {
    display: block;
    color: white;    
    background-color: #000000;
    }
    
    .newsdropdown-menu > li:hover > .newssubmenu {
    display: block;
    color: white;    
    background-color: #000000;
    }
    
}

/*       ***************************************************************************************  */
@media (max-width:600px){
    .sendemial{
        width: 100%;
    }

    .bigtxt {
        font-size: 35px;
    
    }

    #section6 h2 {
        font-size: 40px;
    }

    .bokgtitle {
        font-size: 22px;
    }
    
}


/*       ***************************************************************************************  */
@media (max-width:418px){
    header.carer-list h1, header.blog-detail h1, header.news-list h1 {
        font-size: 33px;
        top: 130px;
    }

    .bigtxt {
        font-size: 30px;
    
    }

    footer h2 {
        margin-top: 13px;
        font-weight: bold;
        font-size: 16px;
        font-family: "Helvetica",Helvetica,'Roboto', sans-serif;
    }
    
    .img-container {
        display: block;
        border: 5px solid #c97721;
        width: 80%;
        height: 80%;
        padding: 5px;
/*        float: left; */
    }   
    
}

