/* ===================================
    MSD 
====================================== */
/* variable */
:root {      
    --alt-font: "Rubik", sans-serif;
    --primary-font: "Rubik", sans-serif;
    --base-color: #ff5900;
    --green: #297f87;
    --dark-gray: #444444;
    --medium-gray: #333333;
    --very-light-gray: #f7f7f7;
}
body {
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
}
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}
.custom-cursor .circle-cursor-outer {
    background: var(--base-color);
}
/* header */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 12px;
    color: #333333;
    font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a {
    background-color: var(--green);
    color: var(--white);
}
.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 40px;
    margin-right: 10px;
    width: 40px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover i {
    color: var(--white);
}
header .navbar-brand img {
    max-height: 60px;
}
@media (max-width: 991px) {
    header .navbar-brand img {
        max-height: 50px;
    }
}
.navbar .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}
/* button */
.btn {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 17px 38px;
    font-size: 17px; 
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size:15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 26px;
    font-size:14px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* Text gradient color */
.text-gradient-light-green-white {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  #fdf0e9 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(to right top, #ff5900, #297f87, #106c75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* button gradient */
.btn-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(to right,#ff5900, #297f87, #106c75);
    background-size: 200% auto;
    color: var(--white);
}
/* Background color */
.bg-light-green {
    background-color: #c4e7cc;
}
.bg-very-light-green {
    background-color: #fcf3f4;
}
/* Transparent background color */
.bg-gradient-green-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  #fcf3f4 100%);
}

.right-210px {
  right: 210px;
}

/* page title */
.page-title-large h1 {
    font-size: 4.2rem;
    line-height: 4rem;
}
.page-title-large h2 {
    font-size: 18px;
}

/* Border color */
.border-color-dark-green {
    border-color: var(--green);
}
/* Subcribe style 02 */
.newsletter-style-02 .btn:hover {
    background-color: var(--green);
}
.newsletter-style-02 .btn {
    height: 85%;
    margin: 4px;
    padding: 5px 20px 5px;
}
.newsletter-style-02 input {
    padding-right: 75px !important;
}

/* Will change */
.animation-rotation {
    -webkit-animation: rotation 5.0s infinite linear;
}
/* footer */
footer .footer-logo img {
    max-height: 55px;
    width: auto;
}
footer a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 2px;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
@media (max-width: 1600px) {
    /* Font size */
    .fs-80 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media (max-width: 1199px){
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 10px;
    }
}
@media (max-width: 991px){
    /* Background image */
    .md-background-position-top-center {
        background-position: top center !important;
    } 
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        padding-bottom: 15px;
    }
}
.fixpro{height:310px; width:100%; object-fit:cover; object-position:center center;}
.fixnews{height:270px; width:100%; object-fit:cover;}
.hvid{position:absolute; bottom:51%; left:41.7%;}
@media (max-width: 767px){
    /* Background image */
    .sm-background-position-top-center {
        background-position: top center !important;
    }
    .fixnews{height:210px;}
    .fixpro{height:280px;}
    .hvid{bottom:46%; left:50.5%;}
}
.click{cursor:pointer;}
.menucl{cursor:pointer;}
.btn-base-color{background: linear-gradient(45deg, #ff5900, #297f87, #106c75); border:0px;}
.bg{background: linear-gradient(45deg, #286368, #297f87, #159fac);}
.socialc a{margin:0 14px 0 0; color:#fff; font-size:18px;}
.hovercol{filter: grayscale(100%); -webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.hovercol:hover{filter: grayscale(0%); -webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.text-upper{text-transform: uppercase;}
.bg-gradient-quartz-white {
    background-image: linear-gradient(to top, #ffffff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}

.video {
    width: 100%;
    height: screen;
    position: relative;
  }
  .video-bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border: none;
  }
  .image-background-postion {
    width: 100%;
    position: relative;
  }
  .image-position {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  
  .border-bck {
    border-bottom-left-radius: 100% 0px;
    border-bottom-right-radius: 100% 100px;
    width: 100%;
    height: screen;
  }
  .height-screen {
    height: screen;
  }
  .year-color {
    color: #444444;
  }
  
  .text-color {
    color: #297f87;
  }
  .background-color {
    background-color: #297f87;
  }
  .flex {
    display: flex;
  }
  .botton-color {
    background-color: #ff5900;
  }
  
  .footer-border {
    border-top-left-radius: 100% 50%;
    border-top-right-radius: 100% 50%;
  }
  .text-color-orange {
    color: #ff5900;
  }
  
  .background-menu {
    background-color: #818181;
  }
  
  .swiper {
    width: 100%;
    padding: none;
  }
  
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
  }
  
  .swiper-slide-section {
    display: block;
    width: 100%;
  }
  .footer-gap {
    gap: 60px;
  }
  
  .navbar-padding1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .icon-size {
    font-size: 25px;
  }
  .font-weight-400 {
    font-weight: 400;
  }
  
  .gap-20 {
    gap: 20px;
  }
  .gap1-5 {
    gap: 5px;
  }
  .gap-10 {
    gap: 10px;
  }
  .margin-top-8 {
    margin-top: 8px;
  }
  .width-20 {
    width: 20px;
  }
  .w-h-25 {
    width: 25px;
    height: 25px;
  }
  .span-bg-color {
    background-color: #818181;
  }
  .w-fit .w-2 {
    width: 2px;
  }
  .h-2 {
    height: 2px;
  }
  .border-none {
    border: none;
  }
  .color-input {
    color: #818181;
  }
  .b-color {
    background-color: #818181;
  }
  .b-color-black {
    background-color: black;
  }
  .m-x-nav {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .m-y-nav {
    margin-right: 150px;
  }
  .p-t-60 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .flex-justify-between {
    justify-content: space-between;
  }
  .p-l-r-15 {
    padding-right: 8px;
    padding-left: 15px;
  }
  
  .font-s-15 {
    font-size: 15px;
  }
  .swiper-div1 {
    width: 2px;
    border-radius: 1px;
    background-color: #818181;
  }
  
  .swiper-div2 {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #818181;
  }
  .search-inpute {
    border-radius: 40px;
    padding-left: 50px;
  }
  
  .background-white {
    background-color: white;
  }
  .footer-text {
    font-size: 12px;
    font-weight: 200;
  }
  .footer-input {
    width: 500px;
    height: 40px;
    background-color: white;
    border-radius: 20px;
  }
  .btn1 {
    background-color: #ff5900;
    color: white;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
  }
  
  .btn1:hover {
    background-color: white;
    transition: 0.5;
    color: #000;
    border: solid 1px #818181;
  }
  .btn2 {
    background-color: white;
    color: #000;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    border: solid 1px #818181;
  }
  
  .btn2:hover {
    background-color: #ff5900;
    transition: 0.5;
    color: white;
    border: solid 1px #ff5900;
  }
  
  .btn3 {
    background-color: #297f87;
    color: white !important;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    border: solid 1px #818181;
    cursor:pointer;
  }
  
  .btn3:hover {
    background-color: white;
    transition: 0.5;
    color: #000 !important;
    border: solid 1px #ff5900;
  }
  
  .footer-mt-50 {
    margin-top: 50px;
  }
  .div-hover-icon {
    color: #ff5900;
  }
  .div-hover-icon:hover {
    color: #297f87;
    transition: 1s;
  }
  .icon-hover {
    font-size: 60px;
  }