@font-face {
    font-family: nordicmojo;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: nordicmojoBlack;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: nordicmojoNormal;
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: nordicmojoBold;
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: nordicmojoSemiBold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

body {
    font-family: nordicmojo;
    background: #efefef;
}

b {
    font-family: nordicmojoBold;
}

h1,
h2 {
    font-family: nordicmojo;
    font-weight: 600;
}

#home h2 {
    text-transform: none;
}

body>section {
    padding: 50px 0;
}

.pt_0 {
    padding-top: 0;
}

.pt_10 {
    padding-top: 10px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}


.mt_10 {
    margin-top: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15
{
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mt_-80 {
    margin-top: -80px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.fs-16 {
    font-size: 16px;
}

.mr-10 {
    margin-right: 10px;
}

.category-padding {
    padding: 20px 25px 30px 25px;
}

/***********Menu*********************/
.navbar-brand {
    padding: 8px 0 0 15px;
    opacity: 1;
}

.navbar-nav li a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    padding-top: 24px;
    opacity: 0.8;
}

.navbar-nav li a.active:before {
    width: 11%;
    bottom: -1px;
}

.divcoversMobilr {
    display: none;
}

.navbar-nav li a.active:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: auto !important;
    height: 2px;
    background: #66b3e3 !important;
    bottom: 6px;
    left: 0;
    border-bottom: 2px solid #66b3e3 !important;
    right: 0;
    display: block;
    margin: 0 14px;
}

.navbar-nav li .active {
    font-family: nordicmojoNormal !important;
    font-weight: bold !important;
}

#navigation {
    background-color: transparent;
    border: 0 none;
    margin: 0;
    margin-top: 10px;
    /* -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;*/
}

.navbar-nav li a.active,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    background-color: transparent;
    position: relative;
    color: #005c84;
    opacity: 1;
    font-family: nordicmojoSemiBold;
    transition: ease-in-out;
}

.darkHeader {
    background-color: #fff !important;
    margin-top: 0 !important;
    animation-name: headeranimat;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    height: 70px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

@keyframes headeranimat {
    from {
        top: -60px;
    }

    to {
        top: 0px;
    }
}

.darkHeader #logo img {
    /* width: 140px !important; */
}

.darkHeader #logo {
    margin: 12px 0 0 15px;
}

.phentHeader {
    margin-top: 0 !important;
    animation-name: headeranimatp;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    height: 70px !important;
    /* padding-top: 5px !important; */
    background-color: #fff !important;
}

@keyframes headeranimatp {
    from {
        top: -60px;
    }

    to {
        top: 0px;
    }
}

/* .darkHeader .navbar-nav {
    margin-top: 6px !important;
} */


/*=========================================
	banner
==========================================*/
.NordicMojo-banner-logo {
    width: 350px;
    margin-bottom: 12px;
}

#home {
    padding: 0;
}

#home .carousel-inner .item {
    background-size: cover;
    background-position: center;
}

#myCarousel1 .carousel-inner {
    background-image: none;
    background-color: #00baed;
}

#home .carousel-inner .item.rupali-blog {
    background-position: 0 0;
}

.carousel-caption1 {
    position: absolute;
    top: 35%;
    padding: 10px;
    left: 11%;
    /* right: 0; */
    margin: auto;
}

.carousel-caption {
    top: 12%;
    color: #ffffff !important;
    text-shadow: none;
    height: 148px;
    padding: 10px;
    left: 11%;
    letter-spacing: normal;
}

.caption-small-txt,
.caption-small-txt3 {
    font-size: 32px;
    letter-spacing: normal;
    opacity: 0.9;
    font-weight: 100;
    font-family: nordicmojo;
    line-height: 36px;
    margin-bottom: 10px;
}

.caption-small-txt2 {
    font-size: 28px;
    vertical-align: middle;
    font-family: nordicmojo;
}

.caption-small-txt3 {
    font-size: 24px;
}

.btnBorder {
    border: 1px solid #fff;
}

.subline {
    color: #fff;
    font-size: 35px;
}

.carousel-caption h1, .carousel-caption h1, .carousel-caption h2,
.course-caption .gameh2,
.course-caption2 .gameh2 {
    width: 610px;
    font-size: 52px;
    margin: 5px 0 20px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    font-family: nordicmojoBold;
    line-height: 36px;
}

.carousel-caption h1 b {
    margin-bottom: 20px;
    line-height: 58px;
    margin-bottom: 15px;
    display: block;
}

.carousel-caption .gameh2 {
    width: 750px;
}

.gameh2 .gameBtn {
    margin-top: 30px;
}

.gameh2 span {
    font-size: 24px;
    font-family: nordicmojo;
}

.carousel-caption2 h2 {
    width: 90%;
    font-size: 55px;
    line-height: 62px;
}

.carousel-caption3 h2 {
    width: 100%;
}

.carousel-control {
    width: 10%;
    font-size: 30px;
}

.carousel-control .fa-angle-right,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -30px;
}

.carousel-control .fa-angle-left,
.carousel-control .glyphicon-chevron-left {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -30px;
}

.carousel {
    margin-top: 70px;
}

#slider,
.carousel.slide,
.carousel-inner,
.carousel-inner .item {
    min-height: 530px;
}

.carousel-indicators {
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100px;
    margin: auto;
}

.navbar-right {
    margin-right: 0;
}

.navbar-brand {
    padding: 0;
    height: 70px;
    display: block;
}

.navbar-brand h1 {
    display: block;
    width: 190px;
    margin: 15px 0 0 15px;
}

.navbar-brand .game-design-logo {
    width: 315px;
}

.darkHeader .navbar-brand .game-design-logo img {
    width: 315px !important;
}

.navbar-brand h1 img {
    width: 100%;
}

.carousel-indicators li {
    border: 1px solid rgba(255, 255, 255, 0.8);
    height: 15px;
    width: 15px;
    background-color: rgba(0, 0, 0, 0.4);
}

.carousel-indicators .active {
    height: 15px;
    width: 15px;
}

.slider-arrow {
    position: absolute;
    right: 20px;
    top: 39px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.glyphicon-chevron-left:before {
    content: "";
    width: 30px;
    height: 40px;
    background-image: url(../img/NordicMojo-Website/arrow-left.png);
    display: block;
}

.glyphicon-chevron-right:before {
    content: "";
    width: 30px;
    height: 40px;
    background-image: url(../img/NordicMojo-Website/arrow-right.png);
    display: block;
}

.noLeftPadding {
    padding-left: 0;
}

.noRightPadding {
    padding-right: 0;
}


/*=========================================
	NordicMojo Stand Alone
==========================================*/
.title h2 {
    font-family: nordicmojoBold;
    margin-bottom: 5px;
    letter-spacing: -1px;
    font-size: 36px;
}

.title p {
    margin: 0 auto 30px auto;
}

.ourOffering .tile {
    display: block;
    height: 100%;
    min-height: 300px;
}

.tile,
.tile2,
.tile3,
.tile4 {
    margin-bottom: 15px;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tile {
    background-image: url(../img/NordicMojo-Website/scale-up.jpg);
}

.tile2 {
    background-image: url(../img/NordicMojo-Website/software-development.jpg);
}

.tile3 {
    background-image: url(../img/NordicMojo-Website/game-development.jpg);
}

.tile4 {
    background-image: url(../img/NordicMojo-Website/brand-positioning.jpg);
}


.tile:hover h3,
.tile:focus h3 {
    color: #fff;
}

.tile:hover {
    background-image: url(../img/NordicMojo-Website/scale-up2.jpg);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
}

.tile2:hover {
    background-image: url(../img/NordicMojo-Website/software-development2.jpg);
}

.tile3:hover {
    background-image: url(../img/NordicMojo-Website/game-development2.jpg);
}

.tile4:hover {
    background-image: url(../img/NordicMojo-Website/brand-positioning2.jpg);
}

.ourOffering h3 {
    font-size: 24px;
    padding-bottom: 0;
    padding-top: 10px;
    font-family: nordicmojoBold;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 5px;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 50%; */
}

.ourOffering .content p {
    color: #fff;
    font-size: 15px;
}

.ourOffering .content span {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.know-more {
    font-size: 16px;
    font-family: nordicmojoBold;
    color: #00baed;
    display: block;
    margin-top: 5px;
}

.knowMore strong {
    font-size: 28px;
    color: white;
    font-family: nordicmojoBold;
    margin-bottom: 10px;
    display: block;
}

.knowMore2 b {
    display: block;
    margin-bottom: 25px;
}

.know-more img {
    width: 25px;
}

.category {
    position: relative;
}

.orange {
    color: #F39C12;
}

.blue {
    color: #0072b1 !important;
}

.green {
    color: #2ECC71;
}

/* .client-image{
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
} */

.client-image img {
    width: 80px;
    border-radius: 40px;
    border: 3px solid #fff;
    float: left;
}

.category-text a {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    color: #00baed;
}

.category-text hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e4e4e4;
}

.engagementModels-text .category-title {
    font-size: 20px;
}

.second-title {
    font-family: nordicmojoBold;
    color: #004766;
}

.small-text {
    font-size: 12px;
    color: #555;
}

.engagementModels-text {
    font-family: nordicmojoSemiBold;
}

.client-title {
    margin-bottom: 50px !important;
}

.client-quote {
    font-size: 14px;
    margin-top: 5px;
}

.client-quote span {
    font-size: 32px;
    color: #66b3e3;
}

.client-logo {
    width: 140px;
    display: block;
    margin-bottom: 25px;
}

.client-KMD {
    width: 100px;
}

.client-Hammertech {
    width: 220px;
}

.client-name {
    font-size: 14px;
    /* margin-top: 18px;
    margin-left: 10px; */
    color: #0072b1;
    display: inline-block;
}

/* .client-text hr {
    margin-top: 10px;
    margin-bottom: 10px;
} */

.ourOffering .content span img {
    width: 30px;
}

.nordicShadow {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .03);
}

.moreShadowOnHover:hover,
.moreShadowOnHover:focus {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 20%);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 20%);
}

.offering img {
    width: 100px;
    margin-bottom: 5px;
}

.firstSection {
    font-family: nordicmojoNormal;
    font-size: 17px;
}

.bWrapper {
    background: #575757;
    overflow-x: hidden;
}

.roundedBtn {
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    border-radius: 100px !important;
    font-family: nordicmojo;
    padding: 15px 35px;
    display: inline-block;
    letter-spacing: 2.5px;
    -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
    transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
    transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.nordicVideo {
    width: 100%;
    margin-top: 20px;
}

.darkBtn {
    background-color: #0a3652;
    color: #fff;
}

.darkBtn:hover,
.darkBtn:focus {
    background-color: #0a3652;
    color: #fff;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.bWrapper2 {
    background-color: #ffffff;
}

.bWrapper1 {
    background-color: #e4e4e4;
}

.linksBtn {
    border: none;
    /* margin-top: 20px; */
}

.nordicmojoFooter {
    display: block;
    background-color: #09354b;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.nordicmojoFooter__label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .1px;
}

.nordicmojoFooter a {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: .1px;
    padding-top: 7px;
    display: block;
    opacity: 0.5;
}

.nordicmojoFooter a:hover {
    opacity: 1;
}

.nordicmojoFooter .social-icons__icon {
    display: inline-block;
}

.nordicmojoFooter .social-icons a {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px rgba(6, 55, 82, .4);
    box-shadow: 0 0 2px rgba(6, 55, 82, .4);
    text-align: center;
    font-size: 24px;
}

.nordicmojoFooter .social-icons {
    display: block;
    padding: 0;
    text-align: center;
}

.nordicmojoFooter__copyright {
    border-top: 1px solid #fff;
    margin-top: 50px;
    padding-top: 15px;
    line-height: 1.2rem;
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
}

.knowMore {
    padding: 50px;
    background-image: url(../img/NordicMojo-Website/dwnld-brochure.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.download-brochure {
    background-image: url(../img/NordicMojo-Website/dwnld-brochure.jpg);
}

.GD-CTA {
    background-image: url(../img/NordicMojo-Website/GD-CTA.jpg);
    padding: 50px;
    margin-bottom: 20px;
    color: #fff;
}

.GD-CTA .offer-amnt {
    font-size: 28px;
    font-family: nordicmojoBlack;
}

.knowMore a,
.round-btn {
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    line-height: 15px;
    border-radius: 100px;
    padding: 12px 35px;
    display: inline-block;
    letter-spacing: 1.5px;
    margin-left: 20px;
    border: none;
}

.knowMore .round-btn:focus,
.knowMore .round-btn:active {
    border: none;
}

.knowMore b {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.partners {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 150px;
    overflow: hidden;
    visibility: hidden;
}

.partnerLogos {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 150px;
    overflow: hidden;
}

.partnerBullets {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.contact {
    background-color: #000;
    width: 250px;
    height: 103px;
    position: fixed;
    top: 25%;
    right: 0;
    margin-right: -200px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    transition: 1s;
}

.c-icon {
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: #000;
    cursor: pointer;
}

.c-icon img {
    width: 30px;
}

.c-icon i {
    color: #fff;
    font-size: 20px;
}

.icons,
.icons2 {
    color: #000;
    padding: 10px 15px;
    background-color: #d6d6d6;
    width: 200px;
    height: 51px;
    text-align: left;
}

.icons2 {
    padding: 13px 15px;
}

.facebook img,
.linkedin img,
.twitter img {
    width: 30px;
    margin-right: 6px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu {
    top: 65px;
    border: none;
    padding: 0;
    border-radius: 0;
    position: absolute;
    margin: 0 auto;
    background-color: #fff;
    transition: height .4s ease;
}

.dropdown-item {
    display: block;
    padding: 12px 15px !important;
    font-size: 16px !important;
}

.navbar-right .dropdown-menu,
.navbar-right .dropdown-menu2 {
    right: 0px;
    left: -65px;
    min-width: 270px;
    text-align: center;
}

.navbar-right .dropdown-menu2 {
    left: 0;
    min-width: 150px;
}

/* .dropdown-item img {
    width: 80px;
    margin-bottom: 10px;
} */

.dropdown-item span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #555;
    margin: 5px 0;
}

.new-dropdown-menu {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
}


#touch {
    position: absolute;
    opacity: 0;
    height: 0px;
}

#touch:checked+.new-dropdown-menu {
    height: 300px;
}

/* .dropdown-item:hover{
    background-color: #f2f2f2 !important;
} */

.dropdown-menu-big {
    width: 640px;
    left: -245px !important;
}

.menu-title {
    width: 50%;
    padding: 10px 25px;
    float: left;
}

.menu-title span {
    color: #66b3e3;
    font-size: 17px;
    font-family: nordicmojoBold;
    padding: 12px 15px;
    display: block;
}

.border-bottom {
    border-bottom: 1px solid #e2e2e2 !important;
}

.jssorb057 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb057 .i .b {
    fill: none;
    stroke: #fff;
    stroke-width: 2000;
    stroke-miterlimit: 10;
    stroke-opacity: 0.4;
}

.jssorb057 .i:hover .b {
    stroke-opacity: .7;
}

.jssorb057 .iav .b {
    stroke-opacity: 1;
}

.jssorb057 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 073 css*/
.jssora073 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora073 .a {
    fill: #ddd;
    fill-opacity: .7;
    stroke: #000;
    stroke-width: 160;
    stroke-miterlimit: 10;
    stroke-opacity: .7;
}

.jssora073:hover {
    opacity: .8;
}

.jssora073.jssora073dn {
    opacity: .4;
}

.jssora073.jssora073ds {
    opacity: .3;
    pointer-events: none;
}

/** inner pages ****/
.carousel.inner-banner,
.inner-banner .carousel-inner,
.inner-banner .carousel-inner .item {
    min-height: 420px !important;
}

.breaks {
    opacity: 0.5;
}

.inner-banner .carousel-caption h1, .inner-banner .carousel-caption h1, .carousel-caption h2, .news-title {
    font-size: 40px;
    margin: 0;
    font-weight: bold;
    text-align: left;
    width: 610px;
}

.inner-banner .carousel-caption {
    top: 20%;
    padding: 0px;
}

.inner-banner .carousel-caption .caption-small-txt {
    font-size: 28px;
    line-height: 32px;
}

.banner-small-txt {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: nordicmojo;
    margin-top: 10px;
}

.inner-box,
.inner-box2,
.inner-box4 {
    position: relative;
    background: #fff;
    border-bottom: solid 1px #ececec;
    padding: 40px 50px 40px 50px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .01);
}

.inner-box2 {
    padding: 20px 25px 20px 25px;
}

.game-card {
    position: relative;
    background: #fff;
    border-bottom: solid 1px #ececec;
    padding: 20px 20px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .01);
}

.inner-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: nordicmojoBlack;
}

.inner-box p {
    font-size: 16px;
}

.bottom-40 {
    margin-bottom: 40px;
}

.inner-box ul li,
.landing-page-ul li, .courses li {
    margin-bottom: 15px;
    padding-left: 25px;
    background-image: url(../img/NordicMojo-Website/right-circle.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 18px;
}

.inner-box ul .last-li {
    margin-bottom: 0;
}

.courses {
    font-size: 18px;
}

.NMpartners .inner-box,
.NMpartners .inner-box2 {
    min-height: 120px;
    padding: 20px;
    vertical-align: middle;
    display: inline-block;
}

.NMpartners .inner-box2 {
    padding: 15px;
    min-height: 90px;
}

.form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    color: #000;
}

.modal-dialog {
    width: 800px;
    margin: 80px auto;
    text-align: left;
}

.client-text {
    margin-bottom: 10px;
}

.modal-header .close {
    font-size: 21px;
    color: #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 10px;
    padding-bottom: 2px;
}

.modal-header {
    border-bottom: 0;
    text-align: center;
}

.modal-title {
    font-size: 24px;
    font-family: nordicmojoBlack;
    margin-top: 15px;
    letter-spacing: -1px;
    color: #005c84;
}

label {
    color: #808080;
    font-size: 13px;
}

.modal-body {
    padding: 15px 40px 30px;
}

.modal-footer {
    padding: 0 40px 40px 40px;
    text-align: center;
    border-top: none;
}

.modal-body .btn,
.submit {
    background-color: #66b3e3;
    border-radius: 100px;
    padding: 12px 35px;
    font-size: 16px;
    border: 0;
    margin-top: 10px;
}

.meeting-btn {
    background-color: #74bc2a !important;
    border-radius: 100px !important;
    padding: 10px 18px !important;
    font-size: 16px !important;
    border: none;
    color: #fff !important;
    font-family: nordicmojoSemiBold !important;
    margin-top: 14px;
    margin-left: 10px;
    opacity: 1 !important;
    transition: 1s;
}

.modal-body .btn:hover,
.submit:hover,
.meeting-btn:hover {
    background-color: #005c84;
}

.meeting-btn:hover {
    background-color: #64a821 !important;
    transition: ease-in-out;
    border: none;
}

.gameBtn {
    font-size: 18px;
    margin-top: 20px;
    font-family: nordicmojoBold;
}

.thankyouModal {
    width: 450px;
    margin: 120px auto;
}

.thankyouModal .brochure p {
    font-size: 16px;
}

.thankyouModal .modal-header {
    padding-bottom: 0px;
}

.thankyouModal .modal-body {
    padding: 15px 30px 30px;
}

.text-muted {
    color: red;
    display: none;
}

.brochure-image {
    width: 150px;
    margin-bottom: 20px;
}

.leaderPopup-img {
    width: 90%;
    margin-bottom: 15px;
}

.linkedin-btn {
    background-color: #0072b1;
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 8px;
}

.linkedin-btn i {
    font-size: 28px;
    vertical-align: middle;
    margin-right: 5px;
}

.linkedin-btn:hover {
    color: #fff;
    background-color: #005c84;
}

.about-brochure {
    font-size: 12px;
    line-height: 18px;
    opacity: 0.8;
    padding-right: 10px;
    margin-bottom: 20px;
}

.inner-para p {
    font-size: 18px !important;
    font-family: nordicmojoBold;
    opacity: 0.7;
}

.category {
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.01);
}

.category2 {
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.01);
}

.category .category-text3 {
    min-height: 80px;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.01);
    padding: 25px;
}

.category-image,
.category-image1,
.category-image2,
.category-image3,
.category-image4,
.category-image5,
.category-image6,
.category-image7,
.category-image8,
.category-image9,
.category-image11,
.category-image12,
.category-image13,
.category-image14,
.category-image15,
.category-image28,
.category-image29,
.category-image30,
.category-image31,
.category-image32,
.category-image33,
.category-image34,
.category-image35,
.category-image36,
.category-image37,
.category-image38,
.category-image39,
.category-image40,
.category-image41,
.category-image42,
.ts-category-1, .ts-category-2, .ts-category-3, .ts-category-4 
.cs-category-1, .cs-category-2, .cs-category-3, .bp-category-1,
.bp-category-2, .bp-category-3, .bp-category-4, .ss-category-1, .ss-category-2, .ss-category-3, .ss-category-4,
.gcc-category-1, .gcc-category-2, .gcc-category-3, .ge-category-image1, .ge-category-image2, .ge-category-image3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 180px;
    position: relative;
}

.leader-box {
    margin: 0 15px 20px 15px;
}

.leader-image {
    min-height: 320px;
}

.category-image1 {
    background-image: url(../img/NordicMojo-Website/brand-positioning.jpg);
}

.category-image2 {
    background-image: url(../img/NordicMojo-Website/technology-services.jpg);
}

.category-image3 {
    background-image: url(../img/NordicMojo-Website/consulting.jpg);
}

.category-image4 {
    background-image: url(../img/NordicMojo-Website/shared-services.jpg);
}

.category-image5 {
    background-image: url(../img/NordicMojo-Website/category-5.jpg);
}

.category-image6 {
    background-image: url(../img/NordicMojo-Website/category-6.jpg);
}

.category-image7 {
    background-image: url(../img/NordicMojo-Website/category-9.jpg);
}

.category-image8 {
    background-image: url(../img/NordicMojo-Website/category-10.jpg);
}

.category-image9 {
    background-image: url(../img/NordicMojo-Website/category-11.jpg);
}

.category-image11 {
    background-image: url(../img/NordicMojo-Website/category-11.jpg);
}

.category-image12 {
    background-image: url(../img/NordicMojo-Website/category-12.jpg);
}

.category-image13 {
    background-image: url(../img/NordicMojo-Website/category-13.jpg);
}

.category-image14 {
    background-image: url(../img/NordicMojo-Website/category-14.jpg);
}

.category-image15 {
    background-image: url(../img/NordicMojo-Website/category-15.jpg);
}

.category-image16 {
    background-image: url(../img/NordicMojo-Website/category-16.jpg);
}

.category-image17 {
    background-image: url(../img/NordicMojo-Website/category-17.jpg);
}

.category-image18 {
    background-image: url(../img/NordicMojo-Website/category-18.jpg);
}

.category-image19 {
    background-image: url(../img/NordicMojo-Website/category-1.jpg);
}

.category-image20 {
    background-image: url(../img/NordicMojo-Website/category-2.jpg);
}

.category-image21 {
    background-image: url(../img/NordicMojo-Website/category-3.jpg);
}

.category-image22 {
    background-image: url(../img/NordicMojo-Website/category-24.jpg);
}

.category-image23 {
    background-image: url(../img/NordicMojo-Website/category-23.jpg);
}

.category-image24 {
    background-image: url(../img/NordicMojo-Website/category-22.jpg);
}

.category-image25 {
    background-image: url(../img/NordicMojo-Website/category-25.jpg);
}

.category-image26 {
    background-image: url(../img/NordicMojo-Website/category-26.jpg);
}

.category-image27 {
    background-image: url(../img/NordicMojo-Website/category-27.jpg);
}

.category-image28 {
    background-image: url(../img/NordicMojo-Website/brand-consulting.jpg);
}

.category-image29 {
    background-image: url(../img/NordicMojo-Website/digital-marketing.jpg);
}

.category-image30 {
    background-image: url(../img/NordicMojo-Website/design-studio.jpg);
}

.category-image31 {
    background-image: url(../img/NordicMojo-Website/category-28.jpg);
}

.category-image32 {
    background-image: url(../img/NordicMojo-Website/category-29.jpg);
}

.category-image33 {
    background-image: url(../img/NordicMojo-Website/category-30.jpg);
}

.category-image34 {
    background-image: url(../img/NordicMojo-Website/category-31.jpg);
}

.category-image35 {
    background-image: url(../img/NordicMojo-Website/category-35.jpg);
}

.category-image36 {
    background-image: url(../img/NordicMojo-Website/category-36.jpg);
}

.category-image37 {
    background-image: url(../img/NordicMojo-Website/category-37.jpg);
}

.category-image38 {
    background-image: url(../img/NordicMojo-Website/category-38.jpg);
}

.category-image39 {
    background-image: url(../img/NordicMojo-Website/category-39.jpg);
}

.category-image40 {
    background-image: url(../img/NordicMojo-Website/category-40.jpg);
}

.category-image41 {
    background-image: url(../img/NordicMojo-Website/category-41.jpg);
}

.category-image42 {
    background-image: url(../img/NordicMojo-Website/category-42.jpg);
}

.ts-category-1 {
    background-image: url(../img/NordicMojo-Website/ts-category-1.jpg);
}

.ts-category-2 {
    background-image: url(../img/NordicMojo-Website/ts-category-2.jpg);
}

.ts-category-3 {
    background-image: url(../img/NordicMojo-Website/ts-category-3.jpg);
}

.ts-category-4 {
    background-image: url(../img/NordicMojo-Website/ts-category-4.jpg);
}

.cs-category-1 {
    background-image: url(../img/NordicMojo-Website/cs-category-1.jpg);
}

.cs-category-2 {
    background-image: url(../img/NordicMojo-Website/cs-category-2.jpg);
}

.cs-category-3 {
    background-image: url(../img/NordicMojo-Website/cs-category-3.jpg);
}

.bp-category-1 {
    background-image: url(../img/NordicMojo-Website/bp-category-1.jpg);
}

.bp-category-2 {
    background-image: url(../img/NordicMojo-Website/bp-category-2.jpg);
}

.bp-category-3 {
    background-image: url(../img/NordicMojo-Website/bp-category-3.jpg);
}

.bp-category-4 {
    background-image: url(../img/NordicMojo-Website/bp-category-4.jpg);
}

.gcc-category-1 {
    background-image: url(../img/NordicMojo-Website/gcc-category-1.jpg);
}

.gcc-category-2 {
    background-image: url(../img/NordicMojo-Website/gcc-category-2.jpg);
}

.gcc-category-3 {
    background-image: url(../img/NordicMojo-Website/gcc-category-3.jpg);
}

.ge-category-image1 {
    background-image: url(../img/NordicMojo-Website/ge-category-1.jpg);
}

.ge-category-image2 {
    background-image: url(../img/NordicMojo-Website/ge-category-2.jpg);
}

.ge-category-image3 {
    background-image: url(../img/NordicMojo-Website/ge-category-3.jpg);
}

.category-image35,
.category-image36 {
    min-height: 380px;
}

.category2 .category-image1 {
    background-image: url(../img/NordicMojo-Website/dteam.jpg);
}

.category2 .category-image2 {
    background-image: url(../img/NordicMojo-Website/ntech.jpg);
}

.category2 .category-image3 {
    background-image: url(../img/NordicMojo-Website/withyou.jpg);
}

.category2 .category-image4 {
    background-image: url(../img/NordicMojo-Website/Egamedesign.jpg);
}

.category2 .category-image5 {
    background-image: url(../img/NordicMojo-Website/devaten.jpg);
}

.category2 .category-image6 {
    background-image: url(../img/NordicMojo-Website/Icertis.jpg);
}

.leader-image1 {
    background-image: url(../img/NordicMojo-Website/Nilesh-Sahasrabudhe.jpg);
}

.leader-image2 {
    background-image: url(../img/NordicMojo-Website/Rupali-Bhalerao.jpg);
}

.leader-image3 {
    background-image: url(../img/NordicMojo-Website/Bhavnidhi-Ghosal.jpg);
}

.leader-image4 {
    background-image: url(../img/NordicMojo-Website/Shantanu.png);
}

.leader-image5 {
    background-image: url(../img/NordicMojo-Website/Trupti-S.jpg);
}

.leader-image6 {
    background-image: url(../img/NordicMojo-Website/Rajeev-J.jpg);
}

.leader-image7 {
    background-image: url(../img/NordicMojo-Website/vikas.jpg);
}

.leader-image8 {
    background-image: url(../img/NordicMojo-Website/Per-Arne.jpg);
}

.leader-image9 {
    background-image: url(../img/NordicMojo-Website/Emil.jpg);
}

.leader-image10 {
    background-image: url(../img/NordicMojo-Website/Alf.jpg);
}

.ss-category-1 {
    background-image: url(../img/NordicMojo-Website/ss-category-1.jpg);
}

.ss-category-2 {
    background-image: url(../img/NordicMojo-Website/ss-category-2.jpg);
}

.ss-category-3 {
    background-image: url(../img/NordicMojo-Website/ss-category-3.jpg);
}

.ss-category-4 {
    background-image: url(../img/NordicMojo-Website/ss-category-4.jpg);
}

.ul-disc ul {
    list-style: disc;
    padding-left: 20px;
}

.category-image-small {
    min-height: 150px;
}

.main-category .category-description {
    font-size: 14px;
}

.prize {
    background-color: #0072b1;
    padding: 4px 14px;
    font-size: 36px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: nordicmojoBold;
    letter-spacing: 1px;
}

.prize:hover {
    color: #fff;
    background-color: #005c84;
}

.lighthouse1,
.lighthouse2,
.lighthouse3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.lifestyle-text {
    font-size: 16px;
}

.lighthouse1 {
    background-image: url(../img/NordicMojo-Website/lighthouse-1.jpg);
}

.lighthouse2 {
    background-image: url(../img/NordicMojo-Website/lighthouse-2.jpg);
}

.lighthouse3 {
    background-image: url(../img/NordicMojo-Website/lighthouse-3.jpg);
}

.nordicmojo-video {
    width: 100%;
    height: 620px;
}

.rupali-video {
    width: 100%;
    height: 350px;
}

.category-text,
.lighthouse-text {
    padding: 20px 25px;
    text-align: left;
    min-height: 212px;
}

.lighthouse-text {
    min-height: 222px;
}

.leader-text {
    min-height: 130px;
}

.lighthouse-text {
    min-height: 225px;
}

.lighthouse-text2 {
    padding: 20px 25px;
    text-align: left;
}

.category-text2 {
    padding: 10px 15px;
    background-color: #f5f5f5;
    min-height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
}

.game-category-text {
    min-height: 170px;
}

.game-category-text2 {
    min-height: 380px;
}

.features-category-text {
    min-height: 50px;
    padding: 18px;
}

.category-text2 p {
    color: #000;
    opacity: 0.6;
}

.category-title {
    font-family: nordicmojoBold;
    color: #0a3652;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.category-title2 {
    font-family: nordicmojoBold;
    color: #005c84;
    font-size: 24px;
    margin: 0 0 0 0;
}

.right-grey-border {
    border-right: 1px solid #ececec;
}

.leader-name {
    font-size: 18px;
}

.BOT-value-prop,
.platformFeatures, .ts-value-prop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/NordicMojo-Website/bg1.jpg);
}

.platformFeatures {
    background-image: url(../img/NordicMojo-Website/05.jpg);
}

.ts-value-prop {
    background-image: url(../img/NordicMojo-Website/bg3.jpg);
}

.features-category-text .category-title {
    font-size: 16px;
}

.game-benifit {
    width: 20%;
    float: left;
    padding: 0 10px;
}

@media only screen and (min-width: 1280px) and (max-width: 3000px) {
    .benifit {
        padding: 0 40px;
    }

    .platformFeatures-col {
        padding: 0 15px !important;
    }
}

.features-description {
    font-size: 14px;
    line-height: 20px;
}

.benifit img,
.benifit2 img,
.game-benifit img {
    text-align: center;
    width: 70px;
    margin-bottom: 20px;
}

.benifit2 img,
.game-benifit img {
    width: 100px;
    margin-bottom: 20px;
}

.benifit h4,
.benifit2 h4,
.game-benifit h4 {
    font-family: nordicmojoBold;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}

.benifit2 h4 {
    font-size: 20px;
}

.game-benifit h4,
.skills h4 {
    color: #66b3e3;
    font-size: 20px;
}

.core-txt {
    color: #ffd301;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: nordicmojoBlack;
    font-size: 24px;
}

.btn-core {
    font-weight: bold;
}

.benifit p,
.benifit2 p,
.game-benifit p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.benifit2 p {
    font-size: 14px;
}

.game-benifit p {
    font-size: 14px;
    /* color: #343434; */
    width: 90%;
}

.form-group {
    margin-bottom: 12px;
}

.about-text {
    padding: 30px 40px;
    width: 65%;
}

.about-img {
    width: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 330px;
}

.about-img1 {
    background-image: url(../img/NordicMojo-Website/category-4.jpg);
}

.about-img2 {
    background-image: url(../img/NordicMojo-Website/category-5.jpg);
}

.about-img3 {
    background-image: url(../img/NordicMojo-Website/category-6.jpg);
}

.about-img7 {
    background-image: url(../img/NordicMojo-Website/category-7.jpg);
}

.about-img8 {
    background-image: url(../img/NordicMojo-Website/category-8.jpg);
}

.white-highlight {
    font-family: nordicmojoBold;
    font-size: 18px;
    color: #fff;
}

.category-title span {
    font-size: 14px;
    color: rgb(125, 125, 125);
    font-family: nordicmojo;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.about-text a,
.lighthouse-text a,
.ourSolution a {
    color: #00baed;
    font-family: nordicmojoBold;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.word-cloud {
    width: 70%;
}

.brand-infographic {
    width: 90%;
    margin-top: 15px;
}

.about-text a:hover,
.lighthouse-text a:hover,
.ourSolution a:hover {
    color: #005c84;
}

.ourSolution img {
    width: 100px;
    margin-bottom: 20px;
}

.founder {
    background-image: url(../img/NordicMojo-Website/nilesh.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

.board-member1 {
    background-image: url(../img/NordicMojo-Website/rupali.jpg);
}

.blog-img {
    min-height: 220px;
}

.news-img {
    min-height: 250px;
}

.news-date {
    font-size: 13px;
    color: #555;
    display: block;
    margin-bottom: 10px;
}

.blog-img1 {
    background-image: url(../img/NordicMojo-Website/nordicmojo-blog.jpg);
}

.blog-img2 {
    background-image: url(../img/NordicMojo-Website/northern-lights-blog.jpg);
}

.blog-img3 {
    background-image: url(../img/NordicMojo-Website/tee-off-blog.jpg);
}

.blog-img4 {
    background-image: url(../img/NordicMojo-Website/rupali-blog.jpg);
}

.blog-img5 {
    background-image: url(../img/NordicMojo-Website/rock-paper-scissors.jpg);
}

.blog-img6 {
    background-image: url(../img/NordicMojo-Website/blog-1.jpg);
}

.blog-img7 {
    background-image: url(../img/NordicMojo-Website/blog-2.jpg);
}

.news-img1 {
    background-image: url(../img/NordicMojo-Website/YCCE-Nagpur.jpg);
}

.news-img2 {
    background-image: url(../img/NordicMojo-Website/NecessaryDevil.jpg);
}

.news-img3 {
    background-image: url(../img/NordicMojo-Website/Infogen.jpg);
}

.news-img4 {
    background-image: url(../img/NordicMojo-Website/Gameon.jpg);
}

.news-img5 {
    background-image: url(../img/NordicMojo-Website/Rajeev-J_News.jpg);
}

.casestudy-img1 {
    background-image: url(../img/NordicMojo-Website/Casestudy-GameEducation.jpg);
}

.casestudy-img2 {
    background-image: url(../img/NordicMojo-Website/Casestudy-Devaten.jpg);
}

.casestudy-img3 {
    background-image: url(../img/NordicMojo-Website/Casestudy-Icertis.jpg);
}

.casestudy-img4 {
    background-image: url(../img/NordicMojo-Website/Casestudy-KMD.jpg);
}

.casestudy-img5 {
    background-image: url(../img/NordicMojo-Website/Casestudy-Hammertech.jpg);
}

.breadcrum {
    font-size: 13px;
    color: #ccc;
    display: block;
    margin-bottom: 5px;
    font-family: nordicmojoBold;
}

.breadcrum a {
    cursor: pointer;
    color: #fff;
}

.banner-small-txt2 {
    font-size: 16px;
    display: block;
    margin-top: 5px;
    font-family: nordicmojo;
}

.col-md-20 {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.blog-photo {
    background-color: #f8f8f8;
    width: 100%;
    padding: 15px 20px;
}

.blog-photo img {
    width: 100px;
    margin-right: 20px;
}

.blog-person {
    margin-top: 22px;
}

.blog-person b {
    font-size: 18px;
}

.rupali-blog-text b {
    font-family: nordicmojoBold;
    margin-bottom: 6px;
    display: block;
}

.blog-blue-text {
    font-family: nordicmojoBold;
    color: #09354b;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    /* display: inline-block; */
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    color: #005c84;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.radio label,
.checkbox label {
    padding-left: 0;
}

.site-card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: 3rem !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}

.site-card-header {
    margin-top: -1.25rem;
    margin-right: 4%;
    margin-left: 4%;
    padding: 1.6rem 1rem;
    color: #fff;
    text-align: center;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    cursor: default;
    background-color: #66b3e3 !important;
}

.site-card-header h5 {
    font-size: 18px;
    font-family: nordicmojoBold;
}

.site-card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.sitemap-list li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}

.spotlights {
    width: 100%;
}

.main-spotlight {
    width: 50%;
    float: left;
    height: 460px;
    background-color: #d1d7d9;
    background-image: url(../img/NordicMojo-Website/News_Hammertech.jpg);
    background-position: center;
    background-size: cover;
}

.main-spotlight {
    position: relative;
}

.spot1-content {
    color: #fff;
    text-align: left;
    position: absolute;
    /* width: 100%; */
    padding: 20px 40px;
    /* left: 20px; */
    bottom: 10px;
}

.spot1-content .title,
.spot2-content .title,
.spot3-content .title,
.spot4-content .title {
    font-family: nordicmojoBold;
    margin-bottom: 10px;
}

.spot3-content .title,
.spot4-content .title {
    font-size: 18px;
    width: 60%;
}

.spot1-content p,
.spot2-content p,
.spot3-content p,
.spot4-content p {
    width: 100%;
    margin-bottom: 10px;
}

.spot2-content p {
    width: 65%;
    float: left;
}

.spot1-content a,
.spot2-content a,
.spot3-content a {
    color: #fff;
    font-weight: bold;
}

.spot2-content a {
    color: #005c84;
}

.spot2-content a:hover {
    color: #09354b;
}

.spot1-content a:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.spot3-content a:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.spot4-content a,
.category-text a {
    color: #00baed;
    font-weight: bold;
}

.category-text a {
    margin-top: 10px;
    display: block;
}

.spot4-content a:hover {
    color: #005c84;
}

.right-spotlight {
    width: 50%;
    float: left;
    height: 460px;
}

.spot2-content {
    width: 100%;
    height: 230px;
    background-color: #d1d7d9;
    color: #000;
    text-align: left;
    padding: 30px 40px;
    background-image: url(../img/NordicMojo-Website/banner/banner2.jpg);
    background-position: center;
    background-size: cover;
}

.spot3-content {
    width: 100%;
    float: left;
    height: 230px;
    background-image: url(../img/NordicMojo-Website/banner/Casestudy-KMD.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: left;
    padding: 30px 40px;
}

.spot4-content {
    width: 50%;
    float: left;
    height: 230px;
    background-color: #fff;
    color: #343434;
    text-align: left;
    padding: 30px 40px;
}

.course-features {
    background-image: url(../img/NordicMojo-Website/banner/banner6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.white,
.white a,
.white a:hover {
    color: #fff;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li {
    width: 33.3%;
    padding: 0 10px;
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: #555;
    font-family: nordicmojo;
    background-color: rgba(255, 255, 255, 0.4);
    border-top: 3px solid transparent;
}

.nav-tabs>li>a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #000;
    cursor: default;
    border: none;
    font-family: nordicmojoBold;
}

.nav-tabs>li.active>.core {
    border-top: 3px solid #ffd301 !important;
}

.nav-tabs>li.active>.pro {
    border-top: 3px solid #ff7800 !important;
}

.nav-tabs>li.active>.master {
    border-top: 3px solid #7ac541 !important;
}

.tab-content {
    background-color: #fff;
    padding: 40px;
    text-align: left;
}

.category-text ul {
    list-style: disc;
    margin-left: 15px;
}

.yellow-bg {
    background-color: #ffd301;
}

.orange-bg {
    background-color: #ff7800;
}

.green-bg {
    background-color: #7ac541;
}

.basic-top-info {
    background-color: #fffcef;
    padding: 0 15px;
}

.pro-top-info {
    background-color: #fff6ed;
    padding: 0 15px;
}

.master-top-info {
    background-color: #f3ffe9;
}

.top-info-bar {
    padding: 15px 0;
}

.border-right {
    border-right: 5px solid #fff;
}

.basic-top-info .top-info-bar i {
    color: #ffd301;
}

.pro-top-info .top-info-bar i {
    color: #ff7800;
}

.master-top-info .top-info-bar i {
    color: #7ac541;
}

.skills {
    background-color: #f8f8f8;
    position: relative;
    padding: 20px;
}

.skill-icon {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.skill-icon img {
    width: 30px;
    margin-top: -5px;
}

.skills h4 {
    font-family: nordicmojoBlack;
    text-align: center;
    margin-bottom: 20px;
}

.buy-course span {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.6);
}

.buy-course {
    color: #fff;
    font-size: 18px;
}

.buy-course b {
    font-size: 26px;
}

.buy-course .round-btn {
    background-color: #00baed;
    color: #fff;
}


.inner-banner .game-caption {
    top: 22%;
}

.register-dialog {
    width: 450px;
}

.btn-yellow {
    border-radius: 25px;
    color: #fff !important;
    padding: 10px 32px;
    font-size: 15px;
    width: 150px;
    margin: auto;
    margin-top: 5px;
}

.btn-yellow {
    background-color: #ffd301;
}

.btn-orange {
    background-color: #ff7800;
    color: #fff;
}

.btn-orange:hover {
    background-color: #d16200;
    color: #fff;
}

.btn-green {
    background-color: #7ac541;
    color: #fff;
}

.btn-green:hover {
    background-color: #53981d;
    color: #fff;
}

.apply-form {
    width: 80%;
}

.form-info {
    display: block;
    color: #000;
    font-size: 16px;
    font-family: nordicmojoBold;
    background-color: #f5f5f5;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.radio-inline {
    font-size: 16px;
    color: #000;
}

input[type=radio],
input[type=checkbox] {
    margin: 5px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.instructor-name {
    font-size: 22px;
    color: #555;
    display: block;
}

.blueWrapper {
    background-color: #66b3e3;
}

.darkBlueWrapper {
    background-color: #004766;
}

.title-white,
.title-blue {
    color: #fff;
    font-size: 36px;
    font-family: nordicmojoBold;
    margin-bottom: 30px;
}

/* .title-blue{
    color: #00baed;
} */

.certificate-text {
    list-style: disc;
    margin-left: 15px;
    color: #fff;
    margin-top: 30px;
}

.certificate-text li {
    margin-bottom: 10px;
}

.inner-box3 {
    position: relative;
    background: #fff;
    border-bottom: solid 1px #ececec;
    padding: 30px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .01);
}

.margin-bottom0 {
    margin-bottom: 0;
}

.inner-banner2 {
    min-height: 340px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.course-caption,
.course-caption2 {
    position: absolute;
    top: 20%;
    left: 11%;
    text-align: left;
}

.course-caption2 {
    top: 15%;
}

.game-h2 {
    color: #fff;
    font-size: 42px;
    font-family: nordicmojo;
    line-height: 52px;
}

.game-h2 b {
    color: #ffd301;
    font-family: nordicmojoBlack;
    line-height: 52px;
}

.game-h2 .level-pro {
    color: #ff7800;
}

.game-h2 .level-master {
    color: #7ac541;
}

.game-h2 .text-white {
    color: #fff;
}

.levelh2 {
    color: #fff;
    font-family: nordicmojoBlack;
    font-size: 32px;
    margin: 0px;
}

.category-image4 span,
.category-image5 span,
.category-image6 span {
    color: #fff;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

del {
    color: rgba(255, 255, 255, 0.6);
}

.programFor {
    color: #fff;
    font-family: nordicmojo;
    font-size: 18px;
    line-height: 36px;
}

.width80 {
    width: 80%;
    margin: auto;
}

.font16 {
    font-size: 16px;
}

.bold {
    font-family: nordicmojoBlack;
}

.terms-ul {
    list-style: decimal;
    margin-left: 24px;
}

.card2 {
    padding: 0;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.03);
}

/* Style the tab */

.tab {
    float: left;
    background-color: #f5f5f5;
    width: 30%;
    min-height: 300px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 20%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-prev span,
.owl-next span {
    font-size: 42px;
    display: block;
    color: #a9a9a9;
}

.owl-dots {
    display: none;
}

.coach-info {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 35px;
    border-radius: 20px;
}

.coach-info img {
    margin-bottom: 5px;
}

.instructor-zoom {
    margin-bottom: 15px;
}

.instructor-zoom img {
    width: 50% !important;
    margin: auto;
}

.coach-info h2 {
    font-family: nordicmojoBold;
    font-size: 18px;
}

.coach-info p {
    font-size: 14px;
}

.instructor-zoom img {
    transition: all .2s ease-in-out;
    border-radius: 50%;
}

.instructor-zoom img:hover {
    border: 4px solid #00baed;
    border-radius: 50%;
}

.coach-circle {
    border-radius: 50%;
    border: 4px solid #efefef;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.gaming-courses-bg {
    background-image: url(../img/NordicMojo-Website/gaming-courses-bg.jpg);
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #fcfcfc;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #fff;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 20px 30px;
    width: 70%;
    min-height: 620px;
    background-color: #fff;
    text-align: left;
}

.tabcontent h3 {
    font-weight: bold;
}

.tabcontent ul {
    margin-left: 20px;
    list-style: disc;
}

.tabcontent ul li {
    margin-bottom: 10px;
}

.tabcontent ul li ul {
    list-style: circle;
}

.accordion-group {
    margin-bottom: 10px;
}

.accordion-heading {
    text-align: left;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
}

.accordion-heading a {
    color: #00baed;
    font-weight: bold;
}

.accordion-body {
    text-align: left;
    padding: 0px 15px;
    background-color: rgb(252, 252, 252);
    border: 1px solid #eee;
    font-size: 14px;
}

.accordion-inner {
    padding: 15px;
}

.accordion-toggle {
    display: block;
}

.accordion-inner ol {
    list-style: decimal;
    margin: 10px 15px;
    opacity: 0.7;
}

.accordion-inner ol li {
    margin-bottom: 15px;
}

.accordion-inner ol .none,
.none {
    height: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin-bottom: 0;
}

.payment-box {
    background-color: #f5f5f5;
    padding: 15px;
}

.order-logo {
    width: 400px;
}

.table-striped th {
    font-size: 20px;
    font-family: nordicmojoBold;
}

.download-app {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../img/NordicMojo-Website/app-bg.jpg);
}

.features-th {
    width: 40%;
}

.core-th,
.pro-th,
.master-th {
    width: 20%;
}

.core-th {
    color: #ffd301;
}

.pro-th {
    color: #ff7800;
}

.master-th {
    color: #7ac541;
}

.table {
    margin-bottom: 0;
}

.table-striped th span {
    color: #000;
}

.table-striped th span del {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
}

.table-striped td {
    font-size: 16px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 12px 16px;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.pranamojo-table>tbody>tr>td {
    vertical-align: top;
}

.pranamojo-table {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.td-check .fa-check {
    color: #00baed;
    font-size: 22px;
}

.td-check .fa-times {
    color: #a9a9a9;
    font-size: 22px;
}

.skills {
    background-color: #f8f8f8;
    position: relative;
    padding: 60px 20px 20px 20px;
    margin-top: 50px;
}

.skill-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 40px;
    border: 2px solid #efefef;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.skill-icon img {
    width: 50px;
}

.skills h4 {
    font-family: nordicmojoBlack;
    text-align: center;
    margin-bottom: 20px;
}

.table-mobile {
    display: none;
}

.link {
    color: #005c84;
}

.link:hover {
    color: #00baed;
}

.institute-benifits span {
    font-size: 16px;
}

.institute-benifits img {
    width: 100px;
    display: block;
    margin: 10px auto;
}

.landing-page-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 999;
}

.landing-page-logo img {
    width: 220px;
}

.landing-page-banner {
    margin-top: 0px;
}

.landing-page-banner .carousel-inner .item {
    min-height: 600px !important;
}

.landing-page-banner .carousel-caption {
    left: 10%;
    right: 10%;
    top: 40%;
}

.landing-page-banner .carousel-caption h1, .carousel-caption h2 {
    width: 80%;
    line-height: 45px;
}

.inner-box .landing-page-h2,
.landing-page-h2 {
    font-size: 30px;
    font-family: nordicmojoBold;
}

.landing-page-ul {
    margin-left: 0;
}

.unique-text {
    width: 100%;
}

.unique-text .category-title {
    color: #005c84;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.unique-text p {
    font-size: 18px;
}

.learning-section,
.medisimlab-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/NordicMojo-Website/bg1.jpg);
}

.medisimlab-section {
    background-image: url(../img/NordicMojo-Website/section-bg.jpg);
    padding: 100px 0;
}

.figure-box {
    border: 2px solid #005c84;
    padding: 15px 20px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .4);
}

.big-text {
    font-size: 32px;
    color: #005c84;
    font-weight: bold;
}

.normal-text {
    font-size: 16px;
    color: #000;
}

.small-text {
    font-size: 12px;
    color: #000;
}

.policy-card {
    margin-top: 90px;
}

.cookies-div {
    width: 98%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0 auto 10px auto;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    padding: 30px 30px;
    z-index: 999;
    background-color: #004766;
    background-image: url(../img/NordicMojo-Website/arrows-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cookies-div p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}

.cookies-div p a {
    color: #66b3e3;
}

.big-opening-text {
    color: #000;
    font-size: 28px;
}

.divider-container {
    display: flex;
    position: relative;
}

.divider-line {
    display: inline-block;
    clear: both;
    margin: 50px auto 50px;
    border-top: 1px solid;
    border-top-color: #eee;
    width: 100%;
}

.box-service-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s;
}

.box-service-1 .box-icon, .gcc-boxes .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    font-size: 32px;
    border-radius: 999px;
    box-shadow: inset 0 0 0 0 transparent;
    background-color: rgba(102, 179, 227, 0.15);
    color: #222;
    transition: all 0.25s;
}

.gcc-boxes .box-icon {
    margin: 0 auto 22px auto;
}

.icon {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.box-service-1 .box-icon2 {
    margin: 0 0 10px;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}

.box-service-1 .box-content {
    text-align: center;
}

.box-content h4 {
    font-size: 22px;
    color: #66b3e3;
    font-weight: bold;
    margin-bottom: 15px;
}

.box-service-2 {
    display: flex;
}

.box-service-2 .box-icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    font-size: 30px;
    color: #222;
    transition: all 0.25s;
}

.box-service-2 .box-icon img {
    width: 30px;
    height: 30px;
}

.box-service-2 .box-content {
    padding-right: 20px;
}

.box-service-2 .box-content h4 {
    margin-bottom: 8px;
    color: #004766;
}

.inner-quote {
    background-color: #f5f7f8;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-22 {
    font-size: 22px;
}

.scaleup-cta {
    background-image: url(../img/NordicMojo-Website/Scaleup-CTA.jpg);
}


/** responsiv design ****/
/* SMARTPHONES PORTRAIT */
@media only screen and (max-width: 320px) {

    #buildyourOnlineTeam {
        padding: 55px 0 !important;
    }

    .rfap-asp-15 {
        font-weight: 500;
        font-size: 28px;
    }
}


/* TABLETS PORTRAIT */
@media only screen and (max-width: 950px) {

    /* .itemp1{
background-position: -100px 0px !important;
} */
    /* .itemp2{
    background-position: -500px 0px !important;
}
.itemp3{
           background-position: -500px 0px !important;
} */
    .manbg {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    .title h2,
    .title-white,
    .title-blue {
        font-size: 24px;
    }

    .carousel-caption {
        top: 59%;
    }

    .navbar-toggle {
        margin-right: 10px;
        margin-top: 8px;
        padding: 8px 10px;
        display: block;
    }

    .fa-2x {
        font-size: 24px;
        font-weight: 100;
    }

    .navbar-toggle i {
        color: #000;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        height: 100%;
        position: fixed;
        width: 78%;
        top: 0;
        background-color: rgba(0, 0, 0, 0.65);
        z-index: 9999;
    }

    #slidenavigation {
        display: none;
        left: -400px;
        position: fixed;
        top: 0;
        background-color: rgba(0, 0, 0, 0.94);
        width: 80%;
        height: 100%;
    }

    #slidenavigation.slideeffects {
        display: block;
        left: 0;
        animation-name: navheaderanimat;
        animation-duration: 0.6s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    @keyframes navheaderanimat {
        from {
            left: -100%;
        }

        to {
            left: 0px;
        }
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav li a.active:before {
        bottom: 0;
    }

    .navbar-nav li a.active,
    .navbar-nav li a:focus,
    .navbar-nav li a:hover {
        color: #fff;
        font-weight: bold;
    }

    .navbar-nav li a {
        border-top: 1px solid transparent;
        color: #fff;
        font-size: 18px;
        text-align: left;
    }

    .navbar-nav {
        margin-top: 10%;
    } 

    .nav>li {
        position: relative;
        display: block;
        margin: 20px;
    }

    .darkHeader .navbar-nav {
        margin-top: 10% !important;
    }

    .divcoversMobilr {
        display: block;
    }

    .divcoversMobilr {
        height: 100%;
        width: 24%;
        position: fixed;
        right: 0;
        top: 0;
    }

    .col-half-offset {
        width: 100%;
        margin-bottom: 30px;
    }

    #stepReviewProcess img {
        width: 100%;
    }

    .backgroundourApproach {
        bottom: -5px;
    }

    .logosoft {
        margin: auto;
    }

    body>section {
        padding: 20px 0;
    }

    .boxcontact1,
    .boxcontact2,
    .boxcontact3 {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .title p {
        margin: 0 auto 20px auto;
        width: 100%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        top: 42%;
    }


    .carousel-control .glyphicon-chevron-right {
        margin-right: 0px;
    }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -5px;
    }

    .darkHeader {
        height: 45px !important;
    }

    .darkHeader #logo {
        margin: 6px 0 0 15px;
    }

    .offering img {
        width: 75px;
    }

    .icon img {
        width: 75px !important;
    }

    .footer-div {
        margin: 20px 0;
    }

    .nordicmojoFooter {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .nordicmojoFooter__copyright {
        margin-top: 20px;
    }

    .ourOffering .tile {
        min-height: 280px;
    }

    .thankyouModal .brochure p {
        font-size: 15px;
    }

    .thankyouModal .modal-body {
        padding: 15px 15px 30px;
    }

    .order-logo {
        width: 250px;
    }

    .word-cloud {
        width: 90%;
    }

}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (max-width: 1024px) {
    .nav>li>a {
        padding: 10px 12px;
    }

    .navbar-nav li a {
        font-size: 14px;
    }

    .navbar-nav li {
        margin-top: 8px;
    }

    .inner-banner .carousel-caption h1, .carousel-caption h1, .carousel-caption h2, .news-title {
        font-size: 40px;
        width: 100%;
    }

    .carousel-caption h1, .carousel-caption h1, .carousel-caption h2,
    .course-caption .gameh2,
    .course-caption2 .gameh2 {
        font-size: 42px;
    }

    .inner-box3 {
        padding: 20px;
    }

    .tab-content {
        padding: 20px;
    }

}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav {
        width: 100%;
    }

    .dropdown-menu {
        border: none;
        position: unset;
        width: 100%;
        min-width: unset;
        background-color: #000;
    }

    .tab-content {
        padding: 20px;
    }

}

@media only screen and (max-width: 850px) {

    #slider,
    .carousel.slide,
    .carousel-inner,
    .carousel-inner .item {
        min-height: 300px;
    }

    .hiddenOnPhone {
        display: none;
    }

    .NordicMojo-banner-logo {
        width: 136px;
        margin-bottom: 0px;
    }

    .carousel-indicators {
        bottom: 10px;
        display: none;
    }

    .subline {
        font-size: 14px;
    }

    .carousel-caption h1, .carousel-caption h2 {
        font-size: 30px;
        line-height: 30px;
        width: 100%;
        line-height: 34px;
    }

    .carousel-caption h1 b {
        line-height: 34px;
    }

    .caption-small-txt2 {
        font-size: 14px;
        display: block;
        line-height: 18px;
    }

    .caption-small-txt {
        font-size: 20px;
        line-height: 21px;
    }

    .carousel-caption {
        top: 40px;
        text-align: center;
        left: 8%;
    }

    .carousel-caption h3 {
        width: 100%;
        font-size: 32px !important;
        margin: 5px 0 20px;
        color: #ffffff;
        letter-spacing: 1px;
        font-weight: 500;
        text-align: center;
    }

    .bannerBtn {
        padding: 6px 12px;
        letter-spacing: 1.5px;
    }

    .col-md-25 {
        width: 100%;
    }

    .firstSection {
        font-size: 16px;
    }

    .nordicmojoFooter a {
        font-size: 15px;
        padding-top: 12px;
    }

    .nordicmojoFooter__label {
        font-size: 18px;
    }

    /* .footer-div-links {
        width: 50%;
        float: left;
    } */

    .nordicmojoFooter .social-icons a {
        width: 50px;
        font-size: 24px;
    }

    .contact {
        display: none;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        color: #fff;
    }

    .border-bottom {
        border-bottom: none !important;
    }

    .navbar-nav li .dropdown-menu a {
        padding-left: 25px !important;
    }

    .tile,
    .tile2,
    .tile3,
    .tile4 {
        padding: 20px 30px;
    }

    .ourOffering h3 {
        font-size: 26px;
        margin-top: 25px;
    }

    .ourOffering .content p {
        font-size: 16px;
    }

    .knowMore {
        background-position: top right;
    }

    .knowMore a,
    .round-btn {
        font-size: 14px;
        margin-left: 0;
        margin-top: 15px;
    }

    .inner-banner .carousel-caption h1, .carousel-caption h1, .carousel-caption h2, .news-title  {
        font-size: 26px;
        width: 100%;
    }

    .banner-small-txt {
        font-size: 20px;
        line-height: 28px;
    }

    .carousel.inner-banner,
    .inner-banner .carousel-inner,
    .inner-banner .carousel-inner .item {
        min-height: 320px !important;
    }

    .inner-box {
        padding: 20px 30px 20px 30px;
    }

    .bottom-40 {
        margin-bottom: 25px;
    }

    .inner-para p {
        font-size: 16px !important;
        font-family: nordicmojoNormal;
    }

    .category {
        margin-bottom: 20px;
    }

    .category-text {
        min-height: 145px;
    }

    .benifit {
        width: 80%;
        float: none;
        margin: 0 auto 25px auto;
    }

    .footer-div-clear {
        clear: both;
    }

    .knowMore b {
        display: block;
    }

    /* .brochure{
        display: none;
    } */

    .brochure-image {
        width: 150px;
        /* margin-bottom: 20px; */
        margin: 0 auto 20px auto;
        float: none !important;
        display: none;
    }

    .modal-dialog {
        width: 90%;
        margin-top: 100px;
    }

    .modal-body {
        text-align: center;
        padding: 15px 25px 30px;
    }

    form {
        text-align: left;
    }

    .about-img {
        display: none;
    }

    .about-text {
        padding: 20px 30px;
        width: 100%;
    }

    .bottom-40 .category {
        margin-bottom: 0;
    }

    .founder {
        height: 680px;
        background-position: left bottom;
        font-size: 13px;
    }

    .inner-box2 {
        margin-top: 20px;
    }

    .NMpartners .inner-box {
        margin-bottom: 5px;
        display: block;
    }

    /* .NMpartners .inner-box img{
        width: 80%;
    } */

    .col-md-20 {
        width: 100%;
        float: none;
        padding: 0 10px;
    }

    .nordicmojo-video {
        width: 100%;
        height: 250px;
    }

    .rupali-video {
        width: 100%;
        height: 185px;
    }

    .carousel-caption b br {
        display: none;
    }

    .benifit h4 {
        font-size: 18px;
    }

    .benifit p {
        font-size: 15px;
    }

    .about-brochure {
        font-size: 15px;
        line-height: 20px;
    }

    #home .carousel-inner .item.rupali-blog {
        background-position: -281px -15px;
    }

    .main-spotlight {
        width: 100%;
        height: 400px;
    }

    .navbar-brand .game-design-logo {
        width: 245px;
    }

    .darkHeader .navbar-brand .game-design-logo img {
        width: 245px !important;
    }

    .inner-banner2 {
        min-height: 275px;
    }

    .course-caption,
    .course-caption2 {
        top: 14%;
        left: 8%;
    }

    .gameh2,
    .game-h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .gameh2 span {
        font-size: 18px;
    }

    .gameh2 .gameBtn {
        margin-top: 15px;
    }

    .inner-box3 {
        padding: 20px;
    }

    .gameDesignPlacements .col-md-2 {
        width: 50%;
        float: left;
    }

    .right-spotlight {
        width: 100%;
        height: 400px;
    }

    .spot1-content,
    .spot2-content {
        padding: 20px;
    }

    .spot2-content p {
        width: 60%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .spot3-content,
    .spot4-content {
        width: 100%;
        height: 200px;
        padding: 20px;
    }

    .course-caption .gameh2,
    .course-caption2 .gameh2 {
        font-size: 28px;
    }

    .category-image4,
    .category-image5,
    .category-image6 {
        min-height: 170px;
    }

    .nav-tabs li {
        margin: 0;
    }

    .right-spotlight {
        height: auto;
    }

    .left-spotlight {
        height: auto;
    }

    .benifit2 h4 {
        margin-bottom: 25px;
    }

    .programFor {
        margin-top: 20px;
    }

    .category-title {
        font-size: 20px;
    }

    #home .carousel-inner .itemp2 {
        background-position: left;
    }

    .tab button {
        padding: 8px 10px;
        font-size: 14px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .table-web {
        display: none;
    }

    .table-mobile {
        display: block;
    }

    .features-th {
        width: 100%;
    }

    .core-th,
    .pro-th,
    .master-th {
        width: 33.333%;
    }

    .table-striped th {
        font-size: 16px;
    }

    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        padding: 5px;
    }

    .table-striped th span del {
        font-size: 16px;
    }

    .table>thead>tr>th a {
        font-size: 14px;
        width: auto;
        padding: 8px 5px;
    }

    .table-striped td {
        font-size: 14px;
    }

    .breaks {
        display: none;
    }

    .skills {
        margin-top: 60px;
    }

    .client-text {
        margin-bottom: 20px;
    }

    .ourSolution a {
        margin-bottom: 30px;
    }

    .menu-title {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .big-opening-text {
        font-size: 18px;
    }

    .box-service-1 .box-content {
        margin-bottom: 20px;
    }

    .scalup-banner {
        background-image: url(../img/NordicMojo-Website/banner/inner-banner24_mobile.jpg) !important;
    }

}

.margin0 {
    margin: 0 !important;
}

@media only screen and (max-width: 600px) {
    .leader-box {
        width: 80%;
        margin: 20px auto;
    }

    .leader-image {
        min-height: 320px;
    }

    .footer-div img {
        width: 90%;
    }

    .carousel-caption .gameh2 {
        width: 100%;
    }

    .carousel-caption {
        left: 20px;
        top: 20px;
        right: 10%;
    }

    .carousel-caption h1, .carousel-caption h2 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .carousel-caption h1 b {
        margin-bottom: 5px;
    }

    .gameBtn {
        font-size: 16px;
        padding: 8px 25px;
    }

    .caption-small-txt {
        font-size: 20px;
        line-height: 22px;
    }

    .carousel-control {
        
    }

    .mt_-80 {
        margin-top: 40px;
    }

    .carousel-inner .itemp1 {
        background-image: url(../img/NordicMojo-Website/banner/Scale-up-Model_mobile-banner.jpg) !important;
    }


    .carousel-inner .itemp2 {
        background-image: url(../img/NordicMojo-Website/banner/Technology-Services_mobile-banner.jpg) !important;
    }

    .carousel-inner .itemp3 {
        background-image: url(../img/NordicMojo-Website/banner/Consulting_mobile-banner.jpg) !important;
    }

    .carousel-inner .itemp4 {
        background-image: url(../img/NordicMojo-Website/banner/Shared-Services_mobile-banner.jpg) !important;
    }

    .carousel-inner .itemp5 {
        background-image: url(../img/NordicMojo-Website/banner/Brand-Positioning_mobile-banner.jpg) !important;
    }

    .carousel-inner .medisimlab-banner {
        background-image: url(../img/NordicMojo-Website/banner/MediSimLab-mobile-banner.jpg) !important;
    }

    .inner-banner .carousel-caption {
        top: 30px;
        left: 30px;
        width: 70%;
    }

    .medisimlab-section {
        background-image: url(../img/NordicMojo-Website/section-bg_for-mobile.jpg);
    }

    .figure-box {
        padding: 15px 20px;
        background-color: rgba(255, 255, 255, .8);
    }

    .unique-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .unique-text .category-title {
        margin-top: 20px;
    }

    .client-quote, .main-category .category-description {
        font-size: 16px;
        font-family: nordicmojo;
    }

    .m_pt_40px {
        padding-top: 40px;
    }

    .cta-medisimlab b {
        width: 100%;
    }

    .box-service-2 .box-icon img {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (min-width: 851px) and (max-width: 1199px) {
    .navbar-nav li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .navbar-nav li a {
        font-size: 15px;
    }
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li .dropdown-content {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    top: 65px;
}

.navbar-nav li:hover .dropdown-content {
    display: block !important;
    opacity: 1;
}

.dropdown-hover {
    color: rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 16px;
    padding-top: 18px;
    opacity: 0.8;
    border-top: 1px solid transparent;
    padding-bottom: 25px;
    background-color: transparent;
    outline: none;
}

.navbar-nav>li>a {
    padding-bottom: 25px;
}

.cta-medisimlab {
    background-image: url(../img/NordicMojo-Website/CTA-MediSimLab.jpg);
    text-align: left;
}

.cta-medisimlab a, .round-btn {
    margin-left: 0px;
}

.cta-medisimlab b {
    width: 50%;
}

.Focus-area img {
    width: 150px;
}

.number-circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    background-color: #0072b1;
    text-align: center;
    font-family: nordicmojoBold;
    line-height: 40px;
}

.left-tab {
    float: left;
    /* border: 1px solid #ccc; */
    background-color: #f6f6f6;
    width: 30%;
    height: 300px;
  }
  
  /* Style the buttons inside the tab */
  .left-tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border: 1px solid #eee;
  }
  
  /* Change background color of buttons on hover */
  .left-tab button:hover {
    background-color: #d2eeff;
  }
  
  /* Create an active/current "tab button" class */
  .left-tab button.active {
    background-color: #66b3e3;
    color: #fff;
    font-family: nordicmojoBold;
  }
  
  /* Style the tab content */
  .leftTabcontent {
    float: left;
    padding: 0px 12px;
    /* border: 1px solid #ccc; */
    width: 70%;
    border-left: none;
    height: 300px;
    background-color: #fff;
  }

  .gcc-boxes .category {
    padding: 30px 40px;
    margin-bottom: 30px;
  }

.gcc-form {
    padding: 0 80px;
}

.gcc-cta {
    background-position: right;
    background-size: cover;
}

.gcc-box {
    padding: 50px 30px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(154, 216, 255, 0.4);
    margin: 50px 0;
}

.quiz-banner {
    padding: 50px 30px;
    background-position: right;
    background-size: cover;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.quiz-banner h3 {
    font-family: nordicmojoBold;
    font-size: 32px;
    margin-bottom: 15px;
}

.quiz-banner p {
    font-size: 18px;
}

.quiz-form p {
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}

.quiz-form label {
    font-size: 16px;
    color: #000;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.playbook-view {
    height: 300px;
    overflow: scroll;   
}

.banner-p {
    font-size: 18px;
    text-align: left;
    font-family: nordicmojo;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tech-pill {
    font-size: 12px !important;
    color: #66b3e3;
    border: 1px solid #66b3e3;
    border-radius: 15px;
    padding: 4px 12px;
    background-color: rgba(0, 0, 0, .2);
    margin: 10px 3px 0 3px;
    display: inline-block;
}

.inner-box4 {
    background: #ffefe4;
    border-bottom: none;
}

.inner-box5 {
    background-color: #e7ffdb;
    border-bottom: none;
}

.inner-box6 {
    background-color: #d5efff;
    border-bottom: none;
}

.inner-box7 {
    background-color: #fff8e4;
    border-bottom: none;
}

.inner-box4 ul, .inner-box5 ul, .inner-box7 ul, .inner-box6 ul {
    list-style: none;
    margin-left: 0;
    margin-top: 20px;
}

.orange-text {
    color: #d16200;
}

.green-text {
    color: #53981d;
}

.blue-text {
    color: #0072b1;
}

.yellow-text {
    color: #BF9000;
}

.inner-box ul li {
    text-align: left;
}

.inner-box4 ul li {
    background-image: url(../img/NordicMojo-Website/right-circle-orange.svg);
}

.inner-box5 ul li {
    background-image: url(../img/NordicMojo-Website/right-circle-green.svg);
}

.inner-box7 ul li {
    background-image: url(../img/NordicMojo-Website/right-circle-yellow.svg);
}

.br-r-l {
    border-right: 1px solid #b1c6d3;
    border-left: 1px solid #b1c6d3;
}

.cs-category-text {
    min-height: 134px !important;
}

.width80 {
    width: 80%;
}

.fs-36 {
    font-size: 36px;
}

.modal-dialog2{
    width: 75%;
}

.client-text h3 {
    font-size: 36px;
    font-family: nordicmojoBold;
    color: #66b3e3;
    margin-bottom: 20px;
}

.pt-0 {
    padding-top: 0;
}

.inner-banner .game-education-item {
    height: auto;
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-banner .game-education-caption {
    top: auto;
    bottom: auto;
}

.form-inner-box {
    padding: 20px 30px;
    border-radius: 8px;
    background-color: #f8f8f8;
    margin-top: 20px;
}

@media only screen and (max-width: 700px) {
    .cta-medisimlab {
        background-position: center;
    }
    .cta-medisimlab b {
        width: 100%;
    }

    .gcc-form {
        padding: 0px 0px;
    }

    .br-r-l {
        border-top: 1px solid #b1c6d3;
        border-bottom: 1px solid #b1c6d3;
        border-right: 0;
        border-left: 0;
    }

    .modal-dialog2{
        width: 95%;
    }

    .game-education-item .game-education-caption .bannerBorder {
        width: 60%;
    }

    .inner-banner .game-education-item {
        padding: 50px 0;
    }

    .game-education-item {
        background-image: url(../img/NordicMojo-Website/banner/Game-Education-Landing-Page-Banner_mobile.jpg) !important;
    }
}

.flag {
    width: 25px;
    margin-right: 2px;
}

.navbar-right .dropdown-menu3 {
    left: -15px;
    min-width: 160px;
    text-align: left;
}

.client-text .fs-n {
    font-weight: normal;
    font-size: 15px !important;
    font-family: nordicmojo;
}