* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Mulish ;
}

body {
    min-height: 100vh;
    min-width: 320px;
}




/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */


.home {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    background-position: center center;
  }
  
  
  /* ====================================
  Navigation 
  ==================================== */
  
  .overlay-navigation {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.2);
    display: none;
    opacity: 0;
    z-index: 8000;
  }
  
  nav,
  nav ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  
  nav ul li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    display: none;
  }
  
  nav li a {
    position: relative;
    top: 46%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Work sans', sans-serif;
    font-weight: 300;
    letter-spacing: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0;
    color: white;
  }
  nav li a:hover {
      color: white;
      text-decoration: none;
  }
  
  nav li a:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  nav li a:after {
    content: attr(data-content);
    font-size: 0.7rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    position: absolute;
    z-index: 100;
    color: #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: -50px;
    text-transform: none;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
  }
  
  nav li a:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    color: white;
  }
  
  nav li a:hover:after {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    color: white;
  }
  
  nav li:nth-of-type(1) {
    background-color: #1f3648ec
  }
  
  nav li:nth-of-type(2) {
    background-color: #162735e7
  }
  
  nav li:nth-of-type(3) {
    background-color:#1f3648ec
  }
  
  nav li:nth-of-type(4) {
    background-color: #162735e7
  }
  
  nav li:nth-of-type(5) {
    background-color: #1f3648ec
  }
  
  
  /* ====================================
  Burger king
  ==================================== */
  
  .open-overlay {
    position: absolute;
    position: fixed;
    right: 4rem;
    top: 3.2rem;
    z-index: 100;
    width: 34px;
    display: block;
    cursor: pointer;
    color: white;
    width: 2.5%;
    background: #003247d5;
    padding: 0px 5px 6px 5px!important;
    z-index: 15000;
  }

  .open-overlay span.active {
    background-color: black;
}
  
  .open-overlay span {
    display: block;
    height: 2px;
    background-color: white;
    cursor: pointer;
    margin-top: 6px;
    z-index: 15000;
  }
  
  
  .animate-top-bar {
    -webkit-animation: animate-top-bar .6s linear 1 both;
    animation: animate-top-bar .6s linear 1 both
  }
  
  .animate-bottom-bar {
    -webkit-animation: animate-bottom-bar .6s linear 1 both;
    animation: animate-bottom-bar .6s linear 1 both
  }
  
  .animate-middle-bar {
    -webkit-animation: animate-middle-bar .6s linear 1 both;
    animation: animate-middle-bar .6s linear 1 both
  }
  
  .animate-out-top-bar {
    -webkit-animation: animate-out-top-bar .6s linear 1 both;
    animation: animate-out-top-bar .6s linear 1 both
  }
  
  .animate-out-bottom-bar {
    -webkit-animation: animate-out-bottom-bar .6s linear 1 both;
    animation: animate-out-bottom-bar .6s linear 1 both
  }
  
  .animate-out-middle-bar {
    -webkit-animation: animate-out-middle-bar .6s linear 1 both;
    animation: animate-out-middle-bar .6s linear 1 both
  }
  
  
  /* ====================================
  Animation keyframes
  ==================================== */
  
  @keyframes animate-top-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(9px);
      transform: translateY(9px)
    }
    80% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color:white;
    }
  }
  
  @keyframes animate-bottom-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(-9px);
      transform: translateY(-9px)
    }
    80% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-middle-bar {
    0% {
      background-color: white;
    }
    80% {
      background-color: white;
    }
    100% {
      background-color: white;
    }
  }
  
  @keyframes animate-out-top-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(9px);
      transform: translateY(9px)
    }
    80% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-out-bottom-bar {
    0% {
      background-color: white;
    }
    50% {
      -webkit-transform: translateY(-9px);
      transform: translateY(-9px)
    }
    80% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      background-color: white;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      background-color: white;
    }
  }
  
  @keyframes animate-out-middle-bar {
    0% {
      background-color: white;
    }
    80% {
      background-color: white;
    }
    100% {
      background-color: white;
    }
  }
  
  .home a {
    font-family: "Work Sans", sans-serif;
    color: #222;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 50px;
    padding-bottom: 3px;
    border-bottom: 1px solid #222;
  }
  
  @media (max-width: 922px) {
    nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    nav ul li {
      height: 20%;
    }
    nav ul li a {
      font-size: 11px;
    }
    nav li a:after {
      font-size: 0.6rem;
      bottom: -25px;
    }
    nav li a:hover:after {
      transform: translateY(0);
    }
    .open-overlay {
      right: 1rem;
      background: #003247;
      border-radius: 5px;
      padding: 2px;
      color: black;
      width: 13%;
      padding: 3px 5px 10px 5px!important;
    }
    .open-overlay span {
        height: 3px;
        width: 95%;
        background-color: white;
    }
    
    nav li a:before {
      width: 25px;
    }
  }

















/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */
/* ===============newnav============= */





.fa-linkedin-in {
    font-size: 22px;
    }
    
nav {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nav.position-fixed {
    left: 4%;
}
.some {
    font-size: 18px;
    margin-left: 20px;
   font-weight: 600;
}
.contact_button {
    transform: rotate(-90deg);
    position: absolute;
    right: 5%;
    font-size: 16px;
    color: black;
    top: 192px;

}

.nav-link {
    color: black;
    font-size: 16px;
    padding: 0.6rem 1rem;
}
.nav-link:hover {
    font-weight: 900!important;
    color: black!important;
}

.row  img{
  max-width: 100%;
  height: 100%!important;
  
  height: auto;
}

header .row {
 padding: 20px 0px;
}

.row div {
    position: relative;
}
.col_content {
    position: absolute !important;
    bottom: 45px;
    left: 50px;
    color: white;
}

.col_content a {
   text-decoration: none;
   color: white;

}

.social {
    text-align: right;
}



#logo {
    margin-top: 50px;
    margin-left: -125px;
}

.content {
    margin-top: 15px;
}


.item {
    top: 51px;
    width: 98%;
    margin: 0 0;
    padding-top: 14px;
    background: #DCC048;
    position: absolute!important;
    z-index: -10;
    left: 1%;
}

.row {
    margin-top: 35px;
}

.thinking {
    margin-top: 100px;
    text-align: center;

}

.thinking h1  {
 font-size: 30px;
 font-family: 'Mulish' , sans-serif;
 font-weight: 900;
 text-align: center;
 display: inline-block;
 position: relative;
 text-align: center;
}

.thinking p  {
    font-family: Mulish;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 23px;
letter-spacing: 0em;
padding-left: 27px;

   }


   .logo {
    position: fixed;
    left: 3%;
    z-index: 1000;
    top: 50px;
    height: 32px;
}
.logo img {
    max-height: 33px;
}
.nav.flex-column {
    position: fixed;
    z-index: 1000;
    left: 3%;
    top: 85px;
    color: rgb(12, 8, 8);
}
.nav.flex-column a {
    padding-left: 0;
    font-family: "Mulish";
    font-weight: 600;
}

.for_contactus {
    position: fixed;
    right: .5%;
    top: 150px;
    transform: rotate(-90deg);
    color: #323232;
}

.for_contactus a {
    font-family: 'Mulish' , sans-serif;
    font-weight: 600;
    color: #323232;
    list-style-type: none;
}



footer {
    padding-top: 80px;
    padding-bottom: 70px;
    margin-top: auto;
}

footer i {
    margin: 10px 5px 0 5px;
    color: #323232;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

footer ul .nav-link {
    color: #323232;
    margin: 20px;
  font-family: 'Mulish';
   font-weight: 600;
   padding-left: 0;
    display: block;
}


.social {
    text-align: right;
    font-family: Mulish;
}

footer a {
    color: #323232;
}

footer .social a {
    font-weight: 600;
}

p {
    font-size: 18px;
}

 

   .col_content h3 {
    margin-bottom: 25px;
}

.last-post p {
    margin-bottom: 25px;
}
.last-post h3 {
    margin-bottom: 70px;
}

.content {
    color: white;
    font-weight: bold;
}


.pagination a{
    color: gray;
    padding: 5px 0;
}
.thinking_block.mobile {
    display: none;
}
.overlay {
    display: none;
}

.mob_br {
    display: none;
}

.show_more {
    color: #323232;
    font-size: 18px;
    display: block;
    width: 120px;
    text-align: center;
    margin: 30px auto;
}

.show_more:hover {
    text-decoration: none;
    color: black;
}

footer  .fa-linkedin-in {
    font-size: 18px;
    }

    footer .social .linkedin {
        top: 2px;
        position: relative;
        right: 5px;
    }
    
    @media (min-width:1024px) and (max-width: 1375px) {
        .open-overlay {
            width: 4.5%;
        }
    }

@media (max-width: 991.98px) { 

  .nav.flex-column.position-fixed {
      display: none!important;
  }


    footer  .fa-linkedin-in {
        font-size: 22px;
        }
    

    footer i {
        margin:0;
        color: #323232;
    }


.overlay-content>div {
        display: inline-block;
        text-align: left;
 }

 .item {
    top: 46px;
    width: 98.5%;
    left: 1%;
}
    .carousel-cell.a  , .carousel-cell.b ,   .carousel-cell.c ,   .carousel-cell.d ,   .carousel-cell.e {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .carousel-cell.a  {
        background-image: url('../../assets-blog/images/asdqwe.png');
    }
    .carousel-cell.b  {
        background-image: url('../../assets-blog/images/metrica-blog-2.png');
    }
    .carousel-cell.c  {
        background-image: url('../../assets-blog/images/metrica-blog-4.png');
    }
    .carousel-cell.d  {
        background-image: url('../../assets-blog/images/metrica-blog-3.png');
    }
    .carousel-cell.e  {
        background-image: url('../../assets/metricanewpost.jpg');
    }
    .flickity-viewport {
        height: 420px!important;
    }

    .mob_br {
        display: block;
    }

    .overlay {
        display: block;
    }
    .social-mob {
        right: 9%;
        position: absolute;
        top: 100px;
        z-index: 1000;
        display: flex;
        bottom: 0;
        justify-content: flex-end;
    }

     .social-mob * {
        display: block;
        text-align: left;
        display: block;
        margin: 13px 0;
        font-size: 20px;
        color:#323232;
    }


    .logo img {
      width: 165px;
      position: fixed;
      top: 50px;
      left: 4%;
      max-height: 33px;
    }
  

    .fa-bars {
        top: 43px;
        position: fixed;
        font-size: 25px;
        transform: scale(1.4,1);
        color:#0F3E51;
        right: 7%;
        z-index: 5000;
        padding: 5px;
        background-color: white;
    }

    .thinking_block.desctop {
        display: none;
    }
    .thinking_block.mobile {
        display: block;
    }

    
.carousel-cell {
    width: 70%;
    height:500px;
    margin-right: 10px;
    border-radius: 5px;

  }

  .carousel-cell img {
    width: 100%;
    height: 100%;
  }


 .carousel-cell:before {
    width: 100%;
  }
  .flickity-page-dots {
    display: none;
}

.flickity-prev-next-button.previous {
    display: none;
}
.flickity-prev-next-button.next {
    display: none;
}

.thinking h1 {
 font-size: 28px;
}
.col_content h3 {
   font-size: 45px;
}
.carousel-cell p {
    font-size: 35px;
}
.carousel-cell a {
    font-size: 30px;
}
/* footer 992 */

/* navigation menu start*/
/* navigation menu start */
/* navigation menu start*/
/* navigation menu start */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#1E3548;
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 7000;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    opacity:0.9;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 4px;
    right: 14px;
    font-size: 60px;
  }
/* navigation menu end*/
/* navigation menu end */
/* navigation menu end*/
/* navigation menu end*/


footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .row img {
    width: 165px;
    display: block;
    position: relative;
}




footer .social {
    position: absolute;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social a {
    margin: 0 0 0 0;
    color: #323232;
    font-size: 20px;
    text-align: left;
}
footer .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

footer .social a {
    padding: 0 5px;
    color: #323232;
    font-size: 20px;
    text-align: left;
}




/* footer 992 */ 






.carousel-cell {

    width: 80%;
    margin-right: 10px;
}
.carousel-cell img {
    width: 100%;
    height: auto;
}
    .col_content p {
        font-size: 15px;
        color: white;
    font-family: 'Mulish';
    font-weight: bold;
    }
    .col_content h3 {
        font-size: 20px;
            margin-bottom: 25px;

    }
    .col_content {
        left: 15px;
        position: absolute !important;
        bottom: 45px;
        color: white;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 250px;
        bottom: 90px;
    }
    .col_content p {
        font-size: 15px;
        color: white;
        font-family: 'Mulish';
        font-weight: bold;
        padding: 0;
    }
    .col_content h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .col_content a {
        position: relative;
        top: -20px;
        text-decoration: none;
        color: white;
        font-family: 'Mulish';
    }
  
    .carousel-cell a {
        font-size: 16px;

    }



        .for_mob {
            display: block;
        }
        #logo {
            margin: 0;
            margin-left: 67px;
            margin-top: 87px;
        }
        .for_mob_nav {
            display: none;   
        }
        .contact {
            display: none;
        }
        .for_mob .for_mob_text {
            display: block;
            text-align: center;
            text-align: center;
        }
        
        .thinking p {
         font-family: Mulish;
         font-size: 18px;
         font-style: normal;
         font-weight: 400;
         line-height: 23px;
         letter-spacing: 0em;
         text-align: center;
         
            display: block;
            text-align: center;
            font-size: 18px;
            margin-left: -5px;
            margin-bottom: 10px;
        }
        .for_img_4 {
            height: 80% !important;
        }
        .img_4 {
            width: 100%;
        }
        .p_dn {
            display: none;
        }
       
        .col_content p {
            font-weight: 500;
        }
        .col_content h3 {
             font-weight: 700;
         }
         .col_content a {
             font-weight: bold;
         }
        .content {
            padding: 0;
            margin: 0;
        }
        .for_pd .col-12 {
            padding-top: 20px;
        }
        .mr0 {
            margin-top: 0;
        }
   
      
    
}



@media (min-width: 415px) and (max-width: 768px) {
    
    .open-overlay {
        width: 6%;
        right: 3rem;
    }
    
}
