/* Fonts Include Start */
@font-face {
  font-family: roboto-light;
  src: url(fonts/Roboto-Thin.ttf);
}

@font-face {
  font-family: roboto-regular;
  src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-medium;
  src: url(fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(fonts/Roboto-Bold.ttf);
}

/* Fonts Include End */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: roboto-regular;
  background: #fff;
  font-weight: 200;
line-height: 22px;
letter-spacing: 1px;
}

.h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif !important;
    /*font-family:'Quicksand', sans-serif;*/
    
}
.headdingg{
    font-weight: 100;
font-size: 60px;
}
.divider{ 
    min-height:5px; background:#2655e3;
}
.topbar {
  background: linear-gradient(to right, #5b99e1, #0f2f55);
  display: none;
}

.slider {
  margin-top: -128px;
  z-index: 0;
  height: 620px;
      background: #fff url(images/bgt.png);
}
#myVideo {
  width: 100%;
  height: 94%;
  
  object-fit: cover;
}


 .mygrid div img{
    width: 100%;
    height: 100%;
    /*width: 80%;*/
    /*height: 80%;*/
    object-fit: cover;
    transition: .5s all ease;
  }
  .mygrid div:hover img{
    transform: scale(1.1);
  }
  .mygrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* height: calc(100vh - 55px); */
    grid-gap: 20px;
  }
  .mygrid .gbox {
    position: relative;
    overflow: hidden;
  }
  .mygrid .gbox::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /*width: 85%;*/
    /*height: 85%;*/
    
    background: #3d4251ed;
    left: 0;
    top: 30px;
    transition: .5s all ease;
    opacity: 0;
    z-index: 11;
  }
  .mygrid .gbox:hover::before {
    top: 0px;
    opacity: 1;
  }
  .mygrid .gbox p{
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 18px;
    z-index: 10;
    transition: .3s all ease;
  }
  .mygrid .gbox:hover p{
    opacity: 0;
  }
  .textbox{
    position: absolute;
    width: 90%;
    height: auto;
    left: 15px;
    bottom: 0px;
    transition: .5s all ease;
    z-index: 20;
    opacity: 0;
  }
  .mygrid .gbox:hover .textbox{
    opacity: 1;
    bottom: 15px;
  }
  .textbox h5 {
    color: #ff9d56;
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .textbox h3 {
    color: #fff;
    margin: 6px 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    font-size: 24px;
  }
  .textbox h3 a{
    color: #fff;
    margin: 0;
    text-decoration: none;
    transition: .5s all ease;
  }
  .textbox h3:hover a{
    color: #ff9d56;
  }
  .mygrid .gbox:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 0;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .mygrid .gbox:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .mygrid .gbox:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 3;
  }
  .mygrid .gbox:nth-child(4) {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  
  
  
   .map {
    width: 100%;
    max-width: 475px;
    height: 100%;
    max-height: 475px;
    margin: 0 auto;
    position: relative;
  }
  .map-pin {
    display: block;
    position: absolute;
    right: 25%;
    bottom: 51%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin:hover{
    transform: scale(1.2);
  }
  .map-pin img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin:hover img{
    animation: none;
  }
  
  
  .map-pin2 {
    display: block;
    position: absolute;
    right: 40%;
    bottom: 86%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin2:hover{
    transform: scale(1.2);
  }
  .map-pin2 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin2:hover img{
    animation: none;
  } 
  
  
   .map-pin3 {
    display: block;
    position: absolute;
    right: 28%;
    bottom: 78%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin3:hover{
    transform: scale(1.2);
  }
  .map-pin3 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin3:hover img{
    animation: none;
  } 
  
  
  .map-pin4 {
    display: block;
    position: absolute;
    right: 48%;
    bottom: 75%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin4:hover{
    transform: scale(1.2);
  }
  .map-pin4 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin4:hover img{
    animation: none;
  } 
   
   .map-pin5 {
    display: block;
    position: absolute;
    right: 49%;
    bottom: 74%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin5:hover{
    transform: scale(1.2);
  }
  .map-pin5 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin5:hover img{
    animation: none;
  } 
  
  
     .map-pin6 {
    display: block;
    position: absolute;
    right: 68%;
    bottom: 51%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin6:hover{
    transform: scale(1.2);
  }
  .map-pin6 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin6:hover img{
    animation: none;
  } 
  
       .map-pin7 {
    display: block;
    position: absolute;
    right: 64%;
    bottom: 42%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin7:hover{
    transform: scale(1.2);
  }
  .map-pin7 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin7:hover img{
    animation: none;
  } 
  
  
       .map-pin8 {
    display: block;
    position: absolute;
    right: 14%;
    bottom: 83%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin8:hover{
    transform: scale(1.2);
  }
  .map-pin8 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin8:hover img{
    animation: none;
  } 
  
  
  
       .map-pin9 {
    display: block;
    position: absolute;
    right: 10%;
    bottom: 83%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin9:hover{
    transform: scale(1.2);
  }
  .map-pin9 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin9:hover img{
    animation: none;
  } 
      .map-pin10 {
    display: block;
    position: absolute;
    right: 5%;
    bottom: 77%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin10:hover{
    transform: scale(1.2);
  }
  .map-pin10 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin10:hover img{
    animation: none;
  } 
  
    .map-pin11 {
    display: block;
    position: absolute;
    right: 8%;
    bottom: 68%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin11:hover{
    transform: scale(1.2);
  }
  .map-pin11 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin11:hover img{
    animation: none;
  } 
   
    .map-pin12 {
    display: block;
    position: absolute;
    right: 10%;
    bottom: 62%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin12:hover{
    transform: scale(1.2);
  }
  .map-pin12 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin12:hover img{
    animation: none;
  } 
  
    .map-pin13 {
    display: block;
    position: absolute;
    right: 13%;
    bottom: 54%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin13:hover{
    transform: scale(1.2);
  }
  .map-pin13 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin13:hover img{
    animation: none;
  } 
  
  
      .map-pin14 {
    display: block;
    position: absolute;
    right: 21%;
    bottom: 51%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin14:hover{
    transform: scale(1.2);
  }
  .map-pin14 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin14:hover img{
    animation: none;
  } 
  
  
        .map-pin15 {
    display: block;
    position: absolute;
    right: 17%;
    bottom: 62%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin15:hover{
    transform: scale(1.2);
  }
  .map-pin15 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin15:hover img{
    animation: none;
  } 
  
  
    .map-pin16 {
    display: block;
    position: absolute;
    right: 38%;
    bottom: 75%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin16:hover{
    transform: scale(1.2);
  }
  .map-pin16 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin16:hover img{
    animation: none;
  } 
  
  
     .map-pin17 {
    display: block;
    position: absolute;
    right: 18%;
    bottom: 62%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin17:hover{
    transform: scale(1.2);
  }
  .map-pin17 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin17:hover img{
    animation: none;
  } 
  
  
  
     .map-pin18 {
    display: block;
    position: absolute;
    right: 16%;
    bottom: 58%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin18:hover{
    transform: scale(1.2);
  }
  .map-pin18 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin18:hover img{
    animation: none;
  } 
  
  
   .map-pin19 {
    display: block;
    position: absolute;
    right: 14%;
    bottom: 58%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin19:hover{
    transform: scale(1.2);
  }
  .map-pin19 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin19:hover img{
    animation: none;
  }  
  
  
    .map-pin20 {
    display: block;
    position: absolute;
    right: 18%;
    bottom: 59%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin20:hover{
    transform: scale(1.2);
  }
  .map-pin20 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin20:hover img{
    animation: none;
  }  
  
  
    .map-pin21 {
    display: block;
    position: absolute;
    right: 17%;
    bottom: 59%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin21:hover{
    transform: scale(1.2);
  }
  .map-pin21 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin21:hover img{
    animation: none;
  }  
   
  
  
  
      .map-pin22 {
    display: block;
    position: absolute;
    right: 27%;
    bottom: 44%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin22:hover{
    transform: scale(1.2);
  }
  .map-pin22 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin22:hover img{
    animation: none;
  }  
  
   
  .map-pin23{
    display: block;
    position: absolute;
    right: 39%;
    bottom: 40%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin23:hover{
    transform: scale(1.2);
  }
  .map-pin23 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin23:hover img{
    animation: none;
  } 
  
   .map-pin24{
    display: block;
    position: absolute;
    right: 49%;
    bottom: 55%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin24:hover{
    transform: scale(1.2);
  }
  .map-pin24 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin24:hover img{
    animation: none;
  }  
  
  
  
     .map-pin25{
    display: block;
    position: absolute;
    right: 28%;
    bottom: 44%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin25:hover{
    transform: scale(1.2);
  }
  .map-pin25 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin25:hover img{
    animation: none;
  }  
  
  
  
       .map-pin26{
    display: block;
    position: absolute;
    right: 24%;
    bottom: 46%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin26:hover{
    transform: scale(1.2);
  }
  .map-pin26 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin26:hover img{
    animation: none;
  }
  
  
  
      .map-pin27{
    display: block;
    position: absolute;
    right: 23%;
    bottom: 48%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin27:hover{
    transform: scale(1.2);
  }
  .map-pin27 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin27:hover img{
    animation: none;
  }
  
  
  
        .map-pin28{
    display: block;
    position: absolute;
    right: 31%;
    bottom: 39%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin28:hover{
    transform: scale(1.2);
  }
  .map-pin28 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin28:hover img{
    animation: none;
  }
  
    
        .map-pin29{
    display: block;
    position: absolute;
    right: 31%;
    bottom: 39%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin29:hover{
    transform: scale(1.2);
  }
  .map-pin29 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin29:hover img{
    animation: none;
  }
  
    
        .map-pin30{
    display: block;
    position: absolute;
    right: 30%;
    bottom: 39%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin30:hover{
    transform: scale(1.2);
  }
  .map-pin30 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin30:hover img{
    animation: none;
  }
  
  
  
  
          .map-pin31{
    display: block;
    position: absolute;
    right: 23%;
    bottom: 60%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin31:hover{
    transform: scale(1.2);
  }
  .map-pin31 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin31:hover img{
    animation: none;
  }  
  
  
  
  
  
          .map-pin32{
    display: block;
    position: absolute;
    right: 41%;
    bottom: 58%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin32:hover{
    transform: scale(1.2);
  }
  .map-pin32 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin32:hover img{
    animation: none;
  }
    
          .map-pin49{
    display: block;
    position: absolute;
    right: 36%;
    bottom: 61%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin49:hover{
    transform: scale(1.2);
  }
  .map-pin49 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin49:hover img{
    animation: none;
  }
  
  
          .map-pin33{
    display: block;
    position: absolute;
    right: 48%;
    bottom: 36%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin33:hover{
    transform: scale(1.2);
  }
  .map-pin33 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin33:hover img{
    animation: none;
  }  
  
         .map-pin34{
    display: block;
    position: absolute;
    right: 41%;
    bottom: 39%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin34:hover{
    transform: scale(1.2);
  }
  .map-pin34 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin34:hover img{
    animation: none;
  }
  
  
  .map-pin35{
    display: block;
    position: absolute;
    right: 49%;
    bottom: 29%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin35:hover{
    transform: scale(1.2);
  }
  .map-pin35 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin35:hover img{
    animation: none;
  }   
  
    .map-pin36{
    display: block;
    position: absolute;
    right: 50%;
    bottom: 75%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin36:hover{
    transform: scale(1.2);
  }
  .map-pin36 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin36:hover img{
    animation: none;
  }   
  
  
   .map-pin37{
    display: block;
    position: absolute;
    right: 42%;
    bottom: 86%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin37:hover{
    transform: scale(1.2);
  }
  .map-pin37 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin37:hover img{
    animation: none;
  }   
  
   .map-pin38{
    display: block;
    position: absolute;
    right: 49%;
    bottom: 87%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin38:hover{
    transform: scale(1.2);
  }
  .map-pin38 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin38:hover img{
    animation: none;
  }   
  
  
   .map-pin40{
    display: block;
    position: absolute;
    right: 51%;
    bottom: 87%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin40:hover{
    transform: scale(1.2);
  }
  .map-pin40 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin40:hover img{
    animation: none;
  }  


.map-pin50{
    display: block;
    position: absolute;
    right: 55%;
    bottom: 87%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin50:hover{
    transform: scale(1.2);
  }
  .map-pin50 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin50:hover img{
    animation: none;
  }   



  
  .map-pin41{
    display: block;
    position: absolute;
    right: 52%;
    bottom: 67%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin41:hover{
    transform: scale(1.2);
  }
  .map-pin41 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin41:hover img{
    animation: none;
  }   
  
    
  .map-pin43{
    display: block;
    position: absolute;
    right: 49%;
    bottom: 67%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin43:hover{
    transform: scale(1.2);
  }
  .map-pin43 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin43:hover img{
    animation: none;
  }
  
  
    .map-pin42{
    display: block;
    position: absolute;
    right: 68%;
    bottom: 63%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin42:hover{
    transform: scale(1.2);
  }
  .map-pin42 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin42:hover img{
    animation: none;
  } 
  
  
   .map-pin44{
    display: block;
    position: absolute;
    right: 80%;
    bottom: 31%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin44:hover{
    transform: scale(1.2);
  }
  .map-pin44 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin44:hover img{
    animation: none;
  } 
  
  
  
   .map-pin45{
    display: block;
    position: absolute;
    right: 57%;
    bottom: 29%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin45:hover{
    transform: scale(1.2);
  }
  .map-pin45 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin45:hover img{
    animation: none;
  } 
  
   .map-pin46{
    display: block;
    position: absolute;
    right: 70%;
    bottom: 17%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin46:hover{
    transform: scale(1.2);
  }
  .map-pin46 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin46:hover img{
    animation: none;
  } 
  
  
     .map-pin47{
    display: block;
    position: absolute;
    right: 75%;
    bottom: 17%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin47:hover{
    transform: scale(1.2);
  }
  .map-pin47 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin47:hover img{
    animation: none;
  } 
  
  
  
  
  
   
     .map-pin48{
    display: block!important;
    position: absolute;
    right: 87%;
    bottom: 3%;
    text-decoration: none;
    width: 50px;
    height: 42px;
    transition: .5s all ease;
  }
  .map-pin48:hover{
    transform: scale(1.2);
  }
  .map-pin48 img {
    width: 100%;
    height: 61%;
    object-fit: contain;
    animation: swirl 1.2s alternate infinite linear;
    filter: drop-shadow(0 12px 5px #000000bf);
    position: relative;
    transition: .2s all ease;
  }
  .map-pin48:hover img{
    animation: none;
  }
  @keyframes swirl {
    0%{
      transform: translateY(-7px);
      filter: drop-shadow(0 12px 5px #00000046);
    }
    100%{
      transform: translateY(2px);
      filter: drop-shadow(0 12px 5px #00000088);
    }
  }
  .adrs {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  .cut-center{ 
  background-size: 600px;
  position: absolute;
  bottom: 34%;
  left: 467px;
  width: 100%;
  height: 125px;
  max-width: 600px;
  padding-left: 30px;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 15px;
  color: #fff;
  z-index: 100;
  background-position: 0px 31px;
  padding-top: 15px;
}
  
.cutting {
  background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 93px;
  max-width: 560px;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  display: flex;
  padding-left: 30px;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 15px;
  color: #000;
  z-index: 100;
  background-position: 0px 31px;
  /*padding-top: 15px;*/
}
.report{
     background: rgb(21,134,14);
background: linear-gradient(90deg, rgba(21,134,14,1) 0%, rgba(0,0,0,0) 71%); 
color:#fff !important;
padding-left: 5px;
}

.social{
  position: fixed;
top: 40%;
left: 0;
z-index: 100000;
background: #ffffff6e;
padding: 5px;
width: 48px;
height: 143px;
border-radius: 0 10px 10px 0;
}
.uk-subnav-pill>.uk-active>a,
.uk-subnav-pill>li:hover>a {
  background: #0f2f55 !important;
  color: #fff !important;
}

.uk-subnav-pill>li>a {
  padding: 5px 10px;
  background: 0 0;
  color: #223d59 !important;
  background: #f0f0f0 !important;
  font-family: roboto-regular;
  transition: .5s all ease !important;

}

.menu {
  /*background: #fbfdff40;*/
 background: rgb(7,41,15);
background: linear-gradient(90deg, rgba(7,41,15,0) 100%, rgba(42,113,40,1) 60%, rgba(42,113,40,1) 100%);
  position: relative;
 

 
}
.face{background: #fff url(images/bgt.png);
    
    }

.uk-nav>li>a {
  padding: 5px 15px !important;
  transition: .5s all ease !important;
}

.uk-navbar-dropdown-nav>li>a:hover {
  color: #fff !important;
  background: #2a7128 !important;
  
}

.uk-navbar-dropdown-nav>li>a:hover>.cright {
  transform: translateY(-50%) rotate(0deg);
}

.uk-navbar-dropdown {
  top: 100% !important;
  padding: 0px !important;
  font-family: 'Oswald', sans-serif !important;
      font-weight: 400;
}

.uk-navbar-dropdown li {
  position: relative;
}

.uk-navbar-dropdown .uk-navbar-dropdown {
  left: calc(100% + 0px) !important;
  top: 0 !important;
}

.uk-navbar-dropdown-nav>li>a {
  color: #535768 !important;
}

.uk-navbar-dropdown-nav>li.uk-active>a {
  color: #161a53 !important;
  background: #dff9f6;
}

.cright {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: .3s all ease !important;
}

.topbar ul {
  display: flex;
  margin: 0 0 0 auto;
  padding: 0;
  width: max-content;
  list-style: none;
}

.topbar ul li {
  margin: 0;
  padding: 0;
}

.topbar ul li a {
  padding: 0;
  margin: 5px;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: .5s all ease;
  font-family: roboto-regular;
  text-transform: uppercase;
  font-size: 14px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar ul li:hover a {
  color: #f58843;
}

.topbar ul li:nth-child(3) a,
.topbar ul li:nth-child(4) a,
.topbar ul li:nth-child(5) a {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  color: #0f2f55;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: roboto-bold;
}

.topbar ul li:hover:nth-child(3) a,
.topbar ul li:hover:nth-child(4) a,
.topbar ul li:hover:nth-child(5) a {

  background-color: #f58843 !important;
  color: #fff !important;
}

.topbar ul li a img {
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: .5s all ease;
}

.topbar ul li:hover a img {
  filter: brightness(100%) invert(0);
}

.header {
  padding: 7px 0;
  
}
header {
  position: relative;
  z-index: 1;
  /*background: #ffffff73;*/
}

.logo img {
  height: 85px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.uk-navbar-nav>li>a {
  min-height: 40px !important;
  font-size: 15px !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  color: #E65C19 !important;
  position: relative;
  transition: .5s all ease;
  text-align: center;
  /*text-shadow: 0 1px 1px #FC4100;*/
  padding: 0 10px !important;
  letter-spacing: 0;
}
.home-banner-center{
  background: #e5e5e5;
  opacity: 0.8;
  font-weight: bolder;
}
.urban {
  font-size:50px;
  font-family: 'roboto-regular';
  color: #4c1507;
  font-weight: 900;
  text-shadow: 0 2px 1px #914F1E;
}

.community {
  font-size:75px;
  color: #481E14;
  font-weight: 900;
  text-shadow: 0 5px 1px #914F1E;
}

.hamb img {
  height: 30px;
  width: 30px;
  padding: 7px 0;
  object-fit: contain;
}

.uk-navbar-nav>li>a::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  right: 0;
  bottom: 0;
  background: #f77c39;
  transition: .5s all ease;
}

/* clock css */
.clock {
  width: 100%;
  max-width: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Date {
  text-align: center;
  color: #fff;
  font-family: var(--roboto) inherit;
  font-size: 14px;
}

.clock ul {
  margin: 0 0 0 15px;
  padding: 0px;
  list-style: none;
  text-align: center;
  font-size: 14px;
}

.clock ul li {
  display: inline;
  text-align: center;
  font-family: roboto-regular;
  color: #fff;
  font-size: 14px;
}

#point {
  position: relative;
  -moz-animation: mymove 1s ease infinite;
  -webkit-animation: mymove 1s ease infinite;
  padding-left: 3px;
  padding-right: 3px;
}

@-webkit-keyframes mymove {
  0% {
    opacity: 1;
    text-shadow: 0 0 20px #00c6ff;
  }

  50% {
    opacity: 0;
    text-shadow: none;
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 20px #00c6ff;
  }
}

@-moz-keyframes mymove {
  0% {
    opacity: 1;
    text-shadow: 0 0 20px #00c6ff;
  }

  50% {
    opacity: 0;
    text-shadow: none;
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 20px #00c6ff;
  }
}

/* clock end */
.uk-navbar-nav>li.uk-active>a,
.uk-navbar-nav>li:hover>a {
  background: transparent;
}

.uk-navbar-nav>li.uk-active>a::before,
.uk-navbar-nav>li:hover>a::before {
  width: 100%;
  right: auto;
  left: 0;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #2a712800 !important;
  /*border-bottom: solid 1px #1b6425;*/
}

.news {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 900;
  background: #ffffffe8;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 5px 15px #00000042;
  border-radius: 0 0 5px 5px;
  min-height: 150px;
}

.news .ipad {
  padding: 15px;
}

.news h3 {
  margin: 0;
  text-align: center;
  font-family: roboto-bold;
  color: #fff;
  background: red;
  font-size: 22px;
  letter-spacing: 3px;
  padding: 5px;
}

/*.uk-slider-items li img {*/
/*  width: 100%;*/
/*  height: 480px;*/
/*  object-fit: cover;*/
/*}*/

.news p {
  margin: 0;
  font-family: roboto-regular;
  color: #0f2f55;
  font-size: 14px;
}

.box img {
  margin: 0 auto 15px auto;
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px #00000040;
}

.box h4 {
  text-align: center;
  margin: 0 0 7px 0;
  font-family: roboto-bold;
  font-size: 16px;
  color: #163f72;
}

.box h6 {
  text-align: center;
  margin: 0 0 0 0;
  font-family: roboto-regular;
  font-size: 13px;
  color: #919191;
  line-height: 17px;
}

.box {
  background: #eff7f6;
  padding: 20px 15px;
  border-radius: 0 25px;
}

.heading {
  margin: 0;
  padding: 0;
 font-family: 'Oswald', sans-serif;
  font-size: 30px;
}

p {
  margin: 0 0 10px 0;
  color: #51525b;
}

.mlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mlist li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
  color: #51525b;
}

.mlist li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.mlist li a {

  color: #51525b;
}

.uk-button-primary {
  background: #5b99e1 !important;
  transition: .5s all ease !important;
}

.uk-button-primary:hover {
  background: #0f2f55 !important;
}

.catmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catmenu li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.catmenu li a img {
  margin: 0 0 10px 0;
  height: 50px;
  transition: .5s all ease;
}

.catmenu li a:hover img {
  transform: translateY(-10px);
  opacity: 0.9;
}

.catmenu li a:hover {
  /*color: #163f72;*/
  color: #CDDEFF;
    font-size: 18px;
}

.wmax {
  width: max-content;
}

.minhead {
  color: #163f72;
  font-family: roboto-bold;
  font-size: 20px;
}

.slight {
  background: url(images/IMG_20220116_124756_544.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.video {
  max-width: 550px;
  margin: 0 auto;
  display: block;
  background: #fff;
  padding: 15px;
  box-shadow: 0 5px 15px #00000059;
}

.odisha {
  background: url(images/1111.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% ;
  /* background-attachment: fixed; */
}

footer {
  background: #164073 url(images/puri.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 55px 0;
}

.ftr {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftr li {
  margin-bottom: 7px;
}

.ftr li a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: .4s all ease;
}

.ftr li:hover a {
  color: orange;
}

.endfooter {
  background: #0f2744;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 7px;
  font-family: roboto-regular;
  font-weight: lighter;
  text-align: center;
}

.uk-tab::before {
  border-bottom: 1px solid #e5e5e500 !important;
}

.scroll-11 {
  max-height: 280px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-color: #eaeaea #fff;
  scrollbar-width: thin;
  min-height: 280px;
}

.scroll-11::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 06px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.scroll-11::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.scroll-11::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 06px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #eaeaea;
}

.uk-offcanvas-bar {
  background: #174074 !important;
}

@media only screen and (max-width: 767.99px) {
 .hidem{ display:none;}   
 
    .uk-animation-slide-left{
    padding-top: 20px !important;
    }
  .uk-subnav.wmax {
    width: 100%;
    justify-content: center;
  }

  .uk-subnav-pill.wmax>li>a {
    padding: 5px 8px !important;
    font-size: 14px !important;
  }

  .uk-subnav.wmax>* {
    flex: none;
    padding-left: 0px !important;
    position: relative;
    margin: 0 5px 5px 0 !important;
  }

  .logo img {
    height: 37px;
    padding: 0;
  }

  .clock {
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }

  .uk-slider-items li img {
    width: 100%;
    height: 125px;
  }

  .news h3 {
    font-size: 16px;
  }

  .heading {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .mlist li {
    font-size: 14px;
  }

  .catmenu li a {
    text-align: center;
    font-size: 14px;
  }

  .box img {
    margin: 0 auto 10px auto;
    width: 75px;
    height: 75px;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px #00000040;
  }

  .catmenu li a img {
    margin: 0 0 7px 0;
    height: 40px;
  }

  .news {
    position: static;
    width: 96%;
    max-width: 100%;
    min-height: 128px;
    margin: 10px auto 0 auto;
  }
  .uk-navbar-dropdown {
    display: block !important;
    position: static !important;
    --uk-position-offset: 0 !important;
    width: auto !important;
    max-width: 100vw;
    background: #12325b;
    color: #fff;
    box-shadow: none !important;
  }
  .uk-navbar-dropdown-nav > li > a {
    color: #eee !important;
  }
  
 
  .uk-navbar-dropdown .uk-navbar-dropdown {
    padding-left: 20px !important;
    background: #0a264a;
  }
  .cright {
    top: 5px;
    transform: translateY(0px) rotate(90deg);
  }
  .slider {
    height: auto;
  }
  .odisha{
      background-size: 632%!important;
  }
  .uk-text-center{
    font-size: 14px!important;
    padding-top: 24px!important;
}
.menu{
         border-bottom: 0px!important;
}
.uk-button {
    width: 153px!important;
    height: 40px!important;  
}
.jalasathi{
        width: 153px;
    height: 40px;
}
   
  #myVideo {
    min-height: 260px;
  }
  
}
@media only screen and (max-width: 1012px) {
     .latest{
    margin-top:3px!important;
        margin-bottom: 50px !important;
}


}
@media only screen and (max-width: 1500px) {
     .naveen{
    margin-top:3px!important;
        margin-bottom: 50px !important;
}

}


/* Banner Styles */
.banner {
  height:350px;
  /* margin-top: 90px; */
}


/* Contact Section Styles */
/*.siteLocation {*/
/*  color: red;*/
/*}*/

.crNumber{
    font-style: normal;
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
}



