/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 500; */
}

.padding-top {
    padding-top: 100px;
}

@media only screen and (max-width: 720px) {
    .padding-top {
        padding-top: 50px;
    }
}


#preloader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    z-index: 100000000000000000 !important;
  
    background-color: #34495E;
  }
  
  #status {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center !important;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    z-index: 100000000000000000000;
  }
  
  .text-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  
    position: absolute;
    opacity: 1;
  }
  
  .text-bg img {
    height: 80px;
    object-position: center;
    object-fit: contain;
    width: 100%;
  }
  
  .text-bg video {
    height: 200px;
    object-position: center;
    object-fit: contain;
    width: 100%;
  }
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }
  /*** 
  
/**************************************************************************************** section-1-all ************************************************************************************************************/
#section-1 .wrapper {
    position: relative;
}

#section-1 .image-wrapper img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#section-1 .text-wrapper {
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 999 !important;
}

#section-1 .text-wrapper h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}

#section-1 .bg-color{
    position: absolute;
    top: 0;
    height: 70vh;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

/**************************************************************************************** Navbar ************************************************************************************************************/
.navbar .navbar-brand img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.nav-bg {
    background-color: #ffffff;
    padding: 20px 0px;
}

.navbar .nav-item {
    color: #000;
    margin: 0px 10px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}

.navbar-light .navbar-nav .uron_oms{
    color: #06557C;
    font-weight: 600;
    font-size: 20px;
}
.navbar .nav-item button {
    background-color: #000;
    color: #ffffff;
    padding: 5px 30px;
    border: 1px solid #000;
}

.navbar .nav-item button:hover {
    background-color: transparent;
    color: #ffffff;
    padding: 5px 30px;
    color: #000;
    border: 1px solid #000;
}

@media only screen and (max-width: 1200px) {
    .navbar .nav-item {
        color: #000;
        margin: 0px 5px;
        font-weight: 500;
    }

    .navbar-light .navbar-nav .uron_oms{
        color: #06557C;
        font-weight: 600;
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
  

    .navbar-light .navbar-nav .uron_oms{
        color: #06557C;
        font-weight: 600;
        font-size: 20px;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 18px;
    }
}

/**************************************************************************************** section-1 ************************************************************************************************************/
#home .section-1 .swiper {
    width: 100%;
    height: 100vh;
}

#home .section-1 .wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
}

#home .section-1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}


#home .section-1 .bg-color {
    position: absolute;
    top: 150px;
    right: 5%;
    text-align: right;
    color: #fff;
    padding: 20px;
    font-size: 35px;
    font-weight: 600px;
    border-radius: 20px;
    background-color: rgba(52, 73, 94, 0.6);
    /* background-color: rgba(0, 0, 0, 0.6); */
}
@media only screen and (max-width: 1400px) {#home .section-1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 90vh;
    object-fit: cover;
    position: relative;
}
#home .section-1 .bg-color {
  
    font-size: 25px;
}
#home .section-1 .swiper {
    width: 100%;
    height: 90vh;
}
}
@media only screen and (max-width: 1000px) {#home .section-1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 80vh;
    object-fit: cover;
    position: relative;
}
#home .section-1 .swiper {
    width: 100%;
    height: 80vh;
}
#home .section-1 .bg-color {
  
    font-size: 20px;
}
}
@media only screen and (max-width: 800px) {#home .section-1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    position: relative;
}
#home .section-1 .bg-color {
  
    font-size: 20px;
}
#home .section-1 .swiper {
    width: 100%;
    height: 70vh;
}
}


@media only screen and (max-width: 600px) {#home .section-1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 50vh;
    object-fit: cover;
    position: relative;
}
#home .section-1 .bg-color {
    top: 120px;
    right: 3%;
    text-align: right;
    color: #fff;
    padding: 10px;
    font-size: 15px;
}
#home .section-1 .swiper {
    width: 100%;
    height: 50vh;
}


}

/**************************************************************************************** Section-2 ************************************************************************************************************/
#home .section-2 p {
    font-size: 18px;
    font-weight: 300;
}

#home .section-2 h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

#home .section-2 .image-wrapper img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}



/* END Optional styles */
#home .video-container {
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
  }
  #home .video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #home .video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  
  #home .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  #home .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
  }
  #home .play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
  }


  @media only screen and (max-width: 1000px) {
    #home .section-2 .image-wrapper img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}


@media only screen and (max-width: 500px) {
    #home .section-2 .image-wrapper img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}
/**************************************************************************************** Section-3 ************************************************************************************************************/
#home .section-3 h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

#home .section-3 p {
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}

#home .section-3 .bg-color {
    background-color: #f5f5f5;
    padding: 40px 0px;
}
#home .section-3 img{
    height: 100px;
    width: 100px;
    /* border-radius: 50%;
    background-color: gray; */
    margin-bottom: 20px;
}

#home .section-3 .card-wraper{
    height: 100%;
    /* border: 3px dashed #34495E; */
    padding: 30px 20px 20px 20px;
    border-radius: 20px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

/**************************************************************************************** Section-MAP ************************************************************************************************************/
#home .sectionmap {
    background-color: #fff;

}
#mapborder {
    padding: 25px 0;
    border-radius: 20px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
#home .sectionmap h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #000;
}

#home .map-image {
    height: auto;
    width: 75%;
}


@media only screen and (max-width: 1000px) {
    #home .map-image {
        height: auto;
        width: 100%;
    }
}

#home .sectionmap p{
    font-size: 20px;
    
}
/**************************************************************************************** Section-4 ************************************************************************************************************/
#home .section-4 .logo {
    height: 80px;
    width: auto;
    object-fit: contain;
    margin-bottom: 30px;
}

#home .section-4 p {
    font-size: 18px;
    font-weight: 300;
}
#home .section-4 a {
    /* text-decoration: none; */
    color: #000;
}

#home .section-4 .image-wrapper img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

/**************************************************************************************** Section-5 ************************************************************************************************************/
#home .section-5 h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

#home .section-5 p {
    width: 80%;
    font-weight: 300;
}

#home .section-5 .image-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    #home .section-5 p {
        width: 100%;
    }
}
/**************************************************************************************** Section-6 ************************************************************************************************************/
#home .section-6 .bg-color {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px 0px 300px;
    height: 100%;
}


#home .section-6 .image-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

#home .section-6 .text-wrapper button {
    background-color: #34495E;
    padding: 10px 30px;
    border: none;
    color: #ffffff;
    margin-top: 20px;
}

#home .section-6 p,
#home .section-6 span {
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 1400px) {
    #home .section-6 .bg-color {
        background-color: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 30px 0px 160px;
        height: 100%;
    }
}
@media only screen and (max-width: 980px) {
    #home .section-6 .bg-color {
        background-color: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
        height: 100%;
    }
}
/**************************************************************************************** Section-7 ************************************************************************************************************/
#home .section-7 .image-wrapper img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    border: 2px solid #06557C;
    object-position: center;
    padding: 20px;
    transition: 200ms ease-in-out;
}
#home .section-7 .image-wrapper img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
#home .section-7 h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

/**************************************************************************************** Section-8 ************************************************************************************************************/

#home .section-8 .bg-color {
    background-color: #f5f5f5;
    padding: 100px 0px;
}
#home .section-8 h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
#home .section-8 .swiper {
    width: 100%;
    height: 100%;
}

#home .section-8 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#home .section-8 .swiper-slide img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

#home .section-8 .swiper-slide h6 {
    margin: 30px 0px;
    font-weight: 600;
}

#home .section-8 .swiper-slide p {
    font-weight: 600;
    font-size: 18px;
    width: 80%;
}

#home .section-8 .swiper-button-next,
#home .section-8 .swiper-button-prev {
    color: #000 !important;
}

@media only screen and (max-width: 680px) {
    #home .section-8 .swiper-slide p {
        font-weight: 600;
        font-size: 16px;
        width: 100%;
    }

    #home .section-8 .swiper-button-next,
    #home .section-8 .swiper-button-prev {
        display: none !important;
    }
}


/**************************************************************************************** Section-9 ************************************************************************************************************/
#home .section-9 .swiper {
    width: 100%;
    height: 100%;
}
#home .section-9 h2{
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
#home .section-9 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#home .section-9 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .section-9 .swiper-slide .bg-image {
    
    height: 700px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.9ms ease-in-out;
}


@media only screen and (max-width: 1000px) {

    #home .section-9 .swiper-slide .bg-image {
    
        height: 500px;
        width: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.9ms ease-in-out;
    }
}
@media only screen and (max-width: 765px) {

    #home .section-9 .swiper-slide .bg-image {
    
        height: 400px;
        width: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.9ms ease-in-out;
    }
}

@media only screen and (max-width: 465px) {

    #home .section-9 .swiper-slide .bg-image {
    
        height: 300px;
        width: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.9ms ease-in-out;
    }
    #home .section-9 .swiper-slide .text-wrapper h3 {
        color: #ffffff;
        text-align: left;
        font-weight: 600;
        font-size: 25px !important;
    }
}
#home .section-9 .swiper-slide .bg-image:hover{
cursor: pointer;
}
#home .section-9 .swiper-slide .text-wrapper {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

#home .section-9 .swiper-slide .text-wrapper h3 {
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    font-size: 35px;
}

#home .section-9 .swiper-slide .text-wrapper p {
    color: #ffffff;
    text-align: left;
    width: 80%;
    font-weight: 300;
}


#home .section-9 .swiper-pagination {
    position: relative !important;
    margin-top: 20px;
}

/* #home .section-9 .swiper-pagination {
    background-color: #F05A28 !important;
  }
   */
#home .section-9 .swiper-pagination-bullet {
    background-color: #06557C !important;
}

@media only screen and (max-width: 980px) {
    #home .section-9 .swiper-slide .text-wrapper p {
        color: #ffffff;
        text-align: left;
        width: 100%;
    }
}

/**************************************************************************************** Section-10 ************************************************************************************************************/
#home .section-10 .bg-color{
    background-color: #f5f5f5;
    padding: 50px 0px;
}
#home .section-10 h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
#home .section-10 .wrapper button{
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 30px;
    margin: 20px 0px;
}
#home .section-10 .wrapper p{
    font-size: 18px;
    font-weight: 300;
}

/**************************************************************************************** Section-11 ************************************************************************************************************/
#home .section-11 .image-wrapper img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
#home .section-11 h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
/**************************************************************************************** footer ************************************************************************************************************/
#footer {
    padding: 100px 0 0 0;
    background-color: #34495E;
}

#footer .logo_image img {
    height: 60px;
    width: 100%;
    padding: 10px 0;
    object-fit: contain;
    object-position: left;
}

#footer .footer_nav ul {
    margin: 20px 0;
    width: 100%;

    display: inline-block;
}

#footer .footer_nav ul li {
    display: inline;
    float: right;
    margin-left: 40px;
}

#footer .footer_nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

#footer .footer_nav .hr {
    border: 2px solid #fff;
    background-color: #fff;
}

#footer .lets_connect h2 {
    font-size: 35px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
}

#footer .lets_connect h6 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

#footer .quick_inform h5 {
    font-weight: 600;
    font-size: 20px;
    color: #fff; margin-bottom: 20px;
}

#footer .quick_inform h6 {
    font-weight: 300;
    font-size: 18px;
    color: #fff; margin-bottom: 20px;
}

#footer .quick_inform p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

#footer .footer_nav2 h4 {
    margin: 0px 0;
    color: #fff;
    font-size: 16px;
}
#footer .footer_nav2 h6 {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer_nav2 h6 a{
    margin: 0px 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#footer .footer_nav2 ul {
    margin: 20px 0;
    width: 100%;

    display: inline-block;
}

#footer .footer_nav2 ul li {
    display: inline;
    float: right;
    margin-left: 30px;
}

#footer .footer_nav2 ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

@media only screen and (max-width: 993px) {
    #footer .footer_nav ul{
        padding:10px 0 0 0;
    } 
#footer .footer_nav ul li {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-left: 0 !important;
}
#footer .footer_nav2 ul li {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-left: 0 !important;
}

#footer .lets_connect h2 {
    font-size: 35px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

#footer .lets_connect h6 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 30px;
}
#footer .quick_inform h5 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

#footer .quick_inform h6 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

#footer .quick_inform p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
}























/* ###########################################################################################################################################################################################################################################################  


URON OMS



########################################################################################################################################################################################################################################################### */



/**************************************************************************************** section-1 ************************************************************************************************************/
#uronoms .section-1 .swiper {
    width: 100%;
    height: 100vh;
}

#uronoms .section-1 .wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
}

#uronoms .section-1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


#uronoms .section-1 .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.6); */
}

@media only screen and (max-width: 1000px) {
    #uronoms .section-1 .swiper {
        width: 100%;
        height: 60vh;
    }
    #uronoms .section-1 .swiper-slide img {
        display: block;
        width: 100%;
        height: 60vh;
        object-fit: cover;
    }
}
@media only screen and (max-width: 600px) {
    #uronoms .section-1 .swiper {
        width: 100%;
        height: 50vh;
        margin-top: 100px;
    }
    #uronoms .section-1 .swiper-slide img {
        display: block;
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
}
@media only screen and (max-width: 600px) {
    #uronoms .section-1 .bg-color {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* background-color: rgba(0, 0, 0, 0.6); */
    }
}
/**************************************************************************************** Section-2 ************************************************************************************************************/
#uronoms .section-2 h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

#uronoms .section-2 p {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}
#uronoms .section-2 h6{
    font-size: 20px;
    font-weight: 600;
}
#uronoms .section-2 .bg-color {
    background-color: #f5f5f5;
    padding: 40px 0px;
}
#uronoms .section-2 img{
    height: 80px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    /* border-radius: 50%;
    background-color: gray; */
    margin-bottom: 20px;
}

#uronoms .section-2 .wrapper p{
    font-size: 16px;
}


/**************************************************************************************** Section-3 ************************************************************************************************************/
#uronoms .section-3 p {
    font-size: 18px;
}

#uronoms .section-3 h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

#uronoms .section-3 .image-wrapper img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#uronoms .section-3  .certificate img{
    height: 200px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
/**************************************************************************************** Section-MAP ************************************************************************************************************/
#uronoms .sectionmap {
    background-color: #fff;

}
#uronoms .sectionmap h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #000;
    margin-bottom: 30px;
}

#uronoms .map-image {
    height: auto;
    width: 60%;
}


@media only screen and (max-width: 1000px) {
    #uronoms .map-image {
        height: auto;
        width: 100%;
    }
}

#uronoms .sectionmap p{
    font-size: 20px;
}
/**************************************************************************************** Section-4 ************************************************************************************************************/
#uronoms .section-4 h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

#uronoms .section-4 p {
    font-size: 20px;
    text-align: center;
}
#uronoms .section-4 .bg-color {
    background-color: #f5f5f5;
    padding: 40px 0px;
}

#uronoms .section-4 .card{
    border: 3px solid #06557C;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
}

#uronoms .section-4 .card:hover{
    border: 3px solid #06557C;
    transform: translateY(-15px);
}

#uronoms .section-4 .card_packages h2{
    text-align: left;
    margin-bottom: 0px;
    font-size: 50px;
}
#uronoms .section-4 .card_packages p{
    font-size: 20px;
}
#uronoms .section-4 .card_packages h4{
    font-weight: 600;
    font-size: 30px;
    color:#fff;
}

#uronoms .section-4 .card_packages h6{
    margin-bottom: 15px;
    color:#fff;
}

#uronoms .section-4 .card_packages h5.strikes{
    font-size: 16px;
    margin-top: -65px;
    padding-left: 35px;
}


#uronoms .section-4 .card_packages button{
    padding: 10px 40px;
    background-color: #06557C;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    margin-bottom: 15px;
    margin-top: 50px;
    

}

#uronoms .section-4 .card_packages button:hover{
    background-color: #06557C;
}

#uronoms .section-4 .card_packages ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

#uronoms .section-4 .card-header{
    background-color: #06557C;
    padding: 40px 20px;
    border-radius: 15px 15px 0 0;
    min-height: 190px;
}

#uronoms .section-4 .card_packages ul li{
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;

}

#uronoms .section-4 .card_packages ul li span{
   margin-right: 5px;
}

#uronoms .section-4 .card_packages ul li span i.fa-check{
    border: 1px solid #06557C;
    font-size: 16px;
    padding: 5px;
    color: #fff;
    background-color: #06557C;
    border-radius: 50%;
}

#uronoms .section-4 .card_packages ul li span i.fa-xmark{
    border: 1px solid #ee4b2b;
    font-size: 16px;
    padding: 5px;
    color: #fff;
    background-color: #ee4b2b;
    border-radius: 50%;
}


#uronoms .modal-body button{
    padding: 10px 40px;
    background-color: #06557C;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    margin-bottom: 15px;
}

#uronoms .modal-body button:hover{
    background-color: #06557C;
}


#uronoms .section-4 .card_packages .new {
    background: #fff;
    color: #06557C;
    padding: 5px;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    right: -20px;
    z-index: 1;
    width: 170px;
    text-align: center;
    transform: rotate(45deg);
  }
  #uronoms .section-4 .card_packages .new:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -27px;
    bottom: -3px;
  }
  #uronoms .section-4 .card_packages .new:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(-45deg);
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: -27px;
    bottom: -3px;
  }

  #uronoms #calltoaction{
    border : 3px solid #06557C;
    padding: 20px 20px;
    border-radius: 20px;
  }
@media only screen and (max-width: 768px) {
    #uronoms .section-4 .card_packages h4 {
        font-size: 24px;
    }

    #uronoms .section-4 .card-header {
        padding: 20px;
        min-height: 100%;
    }

    #uronoms .section-4 .card_packages button {
        margin-top: 20px;
    }
}  
/**************************************************************************************** Section-5 ************************************************************************************************************/
#uronoms .section-5 .bg-color{
    background-color: #f5f5f5;
    
}
#uronoms .section-5 h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
#uronoms .section-5 .wrapper button{
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 30px;
    margin: 20px 0px;
}
#uronoms .section-5 .wrapper p{
    font-size: 20px;
}



#uronoms .section-6 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #uronoms .section-6 .wrapper {
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  #uronoms .section-6 .form-wrapper{
    padding: 50px 40px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* border: 1px solid #000; */
  }
  #uronoms .section-6 input[type="text"],
  #uronoms .section-6 input[type="text"],
  #uronoms .section-6 input[type="email"],
  #uronoms .section-6 input[type="tel"] {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    height: 42px;
    padding: 0 0 0 20px;
    width: 100%;
    outline: 0;
  }
  
  #uronoms .section-6 .grid-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  
  #uronoms .section-6 .grid-full {
    margin: 20px 0;
  }
  
  #uronoms .section-6 textarea {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    padding: 12px 0 0 20px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px;
  }
  
  #uronoms .section-6 .get_form_inner_text h3 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  
  #uronoms .section-6 input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid;
    font-weight: 500;
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
    color: #000;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  #uronoms .section-6 input[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  
  #uronoms .section-6 select{
    width: 100%;
    height: 42px;
    color: #333;
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    outline: 0;
    margin-bottom: 20px;
  }
  #uronoms .section-6 select option{
    color: #333;
  
  }
  @media only screen and (max-width: 768px) {
    #uronoms .section-6 img{
        height: 300px;
    }
  }
  
  
/**************************************************************************************** Contact ***********************************************************************************************************/


/**************************************************************************************** Section-2 ***********************************************************************************************************/
#contact .section-2 .box {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    height: 300px;
}

#contact .section-2 .box:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, .2);
}

#contact .section-2 .box i {
    font-size: 60px;
    color: #34495E;
}

#contact .section-2 .box h6 {
    position: relative;
    margin-top: 30px;
    font-size: 22px;
}

#contact .section-2 .box h6::after {
    position: absolute;
    content: "";
    background-color: #34495E;
    width: 60px;
    height: 2px;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#contact .section-2 .box p,
#contact .section-2 .box p a {
    text-decoration: none;
    color: #000;
    margin-top: 30px;
    text-align: center;
}

@media only screen and (max-width: 760px) {
    #contact .section-2 .box {
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
        height: 280px;
    }
}

/**************************************************************************************** Section-3 ***********************************************************************************************************/
#contact .section-3 .form {
    background-color: #ffffff;
    padding: 50px 100px;
    margin-top: -200px;
    box-shadow: 0px 0px 20px 0px rgb(1 1 1 / 10%);
}

#contact .section-3 .form .submit-btn{
    background-color: #06557C;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #06557C;
}

#contact .section-3 .form .submit-btn:hover{
    background-color: transparent;
    color: #34495E;
}

#contact .section-3 .form-control {
    border-radius: 0px;
}

@media only screen and (max-width: 1200px) {
    #contact .section-3 .form {
        margin-top: 20px;
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 760px) {
    #contact .section-3 .form {
        padding: 20px 20px;
    }
}



/**************************************************************************************** projects ************************************************************************************************************/


/**************************************************************************************** section-2 ************************************************************************************************************/
#projects .section-2 h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

#projects .section-2 p {
    font-size: 18px;
    /* line-height: 22px; */
}

#projects .section-2 .bg-color {
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 5px;
}

#projects .section-2 .image-wrapper {
    overflow: hidden;
    border-radius: 5px;

}

#projects .section-2 .image-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
    border-radius: 5px;
}

#projects .section-2 .image-wrapper:hover img {
    transform: scale(1.2);
    cursor: pointer;
}

#projects .section-2 small {
    color: #34495E;
}

#projects .section-2 .blog-button {
    background-color: #34495E;
    border: 1px solid #34495E;
    padding: 10px 30px;
    color: #ffffff;
}

#projects .section-2 .blog-button:hover {
    background-color: transparent;
    color: #34495E;
}


/**************************************************************************************** projects-details ************************************************************************************************************/
#projects-details .section-2 .text-wrapper {
    padding: 0px 40px 0px 30px;
}

#projects-details .section-2 img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

#projects-details .section-2 a {
    color: #000;
}

@media only screen and (max-width: 1200px) {
    #projects-details .section-2 img {
        height: 700px;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 980px) {
    #projects-details .section-2 .text-wrapper {
        padding: 0px;
    }

    #projects-details .section-2 img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
}


#projects-details .section-3 .image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#projects-details .section-3 .image {
    display: block;
    width: 100%;
    height: 400px;
    transition: 0.5s all ease-in-out;
}

#projects-details .section-3 .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

#projects-details .section-3 .image-wrapper:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}

#projects-details .section-3 .text {
    color: #06557C;
    font-size: 20px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#projects-details .section-3 .text:hover {
    background-color: #06557C;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

#projects-details .section-3 .text:hover i {
    color: #fff;
}

#projects-details .section-3 .image-wrapper:hover .image {
    transform: scale(1.2);
    cursor: pointer;
}


/**************************************************************************************** media ************************************************************************************************************/


/**************************************************************************************** section-2 ************************************************************************************************************/
#media .section-2 h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

#media .section-2 p {
    font-size: 18px;
}

#media .section-2 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #34495E;
    border-radius: 0px !important;
    /* padding: 10px 50px; */
}

#media .section-2 .nav-link {
    display: block;
    font-size: 20px;
    font-weight: 600 !important;
    padding: 0.5rem 1rem;
    color: #34495E;
    border: 2px solid #34495E;
    margin-right: 10px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    padding: 10px 50px;

}

#media .card {
    padding: 20px;
    min-height: 400px;
    width: 100%;
    height: 100%;
    border: 3px solid #34495E;
    border-radius: 0px;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
}

#media .card:hover {
    border: 3px solid #000;
    transform: translateY(-10px);
}

#media .card-img {
    height: 80px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-top: 20px;
}

#media .card-text {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0px;
    text-align: center;
}

#media .card-btn {
    background-color: #000;
    padding: 10px 30px;
    border: none;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#media .card-btn:hover {
    background-color: #34495E;
}















/**************************************************************************************** PROMOTERS ************************************************************************************************************/


/**************************************************************************************** section-2 ************************************************************************************************************/
#promoters .section-2 h1 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #34495E;
}

#promoters .section-2 p {
    font-size: 18px;
}

#promoters .section-2 .promoter_jpg img{
    height: 300px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    /* background-color: #34495E; */
}

#promoters .section-2 h2{
    font-size: 25px;
}