* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
    font-size: 14px;
}

.img-responsive {
    width: 100%;
    height: auto;
}


#navbar {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 0px;
    position: absolute;
    width: 100%;
    top: 0;
}

#navbar .nav-item {
    padding: 7px 5px;
    transition: all 0.25s ease-in;
}

#navbar .nav-link {
    transition: all 0.25s ease-in;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

#navbar .nav-link:hover {
    transition: all 0.25s ease-in;
    color: #000000;
}

.dropdown:hover .dropdown-menu {
    display: block;
  }
  
.dropdown-menu {
    animation-duration: 0.7s;
    animation-name: slidein;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    transition: ease-in 0.5s;
    border-radius: 20px;
}
  
@keyframes slidein {
    from {
      margin-top: 100%;
    }
  
    to {
      margin-top: 0%;
    }
}
  
.dropdown-item:hover {
    background-color: transparent;
    color: #247F8E;
    transition: ease-in 0.5s;
    animation: fadein 0.5s;
}
  
.dropdown-toggle::after {
      display: none;
}

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #247F8E;
    transition: width .2s;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.navbar-light .navbar-toggler-icon i {
    color: #247F8E;
    font-size: 40px;
}

.navbar-light .navbar-toggler-icon i:hover {
    color: #FFFFFF;
}

.cool-link:hover::after {
    width: 70%;
}

.home_banner {
    background-image: url(./images/home-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.home_row {
    padding-top: 100px;
}

.home_row-head {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home_row p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.home_row button {
    border: none;
    outline: none;
    background-color: #247F8E;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.25s ease-in;
}

.home_row button:hover {
    background-color: #86C8D6;
    color: #000000;
    transition: all 0.25s ease-in;
}

.home-about-sectionR {
    padding-top: 100px;
}

.home-about-sectionR-sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #43919E;
}

.home-about-sectionR-head {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}

.home-about-sectionR p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 40px;
}

.home-about-sectionR p span {
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    color: #43919E;
}

.pry-btn button {
    border: none;
    outline: none;
    background-color: #247F8E;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.25s ease-in;
}

.pry-btn button:hover {
    background-color: #86C8D6;
    color: #000000;
    transition: all 0.25s ease-in;
}

.home-about-section {
    margin-bottom: 100px;
}

.home-clients {
    background-color: #FAF8F8;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 100px;
}

.home-clientsL-sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #43919E;
}

.home-clientsL-head {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
}

.home-clientsR-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home-services-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.home-servicesL {
    width: 65%;
}

.home-services {
    margin-bottom: 100px;
}

.home-services-row2 {
    box-shadow: 0px 0px 10px 0px #8B8B8B40;
    padding: 28px 20px;
    margin-bottom: 20px;
}

.home-services-row2:hover {
    background-color: #4292A0;
    color: #FFFFFF;
    transition: all 0.25s ease-in;
    cursor: pointer;
}

.home-services-row2:hover button {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    transition: all 0.25s ease-in;
}

.home-services-row2 button {
    border: none;
    outline: none;
    background-color: #247F8E;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.25s ease-in;
    border: 1px solid #247F8E;
}

.home-services-row2-icon {
    margin-bottom: 15px;
}

.home-services-row2-head {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
}

.home-services-row22 {
    margin-bottom: 100px;
}

.home-services-row2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

/* .home-project-slider-bg {
    background-image: url(./images/slider-home1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 97px;
    padding-bottom: 150px;
} */

  
.half-color-box {
    padding-top: 100px;
    margin-bottom: 300px;
}
  
.review-box-img {
    margin-bottom: 20px;
}

.review-box-text-sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #247F8E;
}

.review-box-text-head {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
  
.por {
    position: relative;
}

  
.test-arrowbox {
    position: absolute;
    right: 20px;
    display: flex;
    top: 70px;
}

  
.half-color-box {
    height: 400px;
    margin-bottom: 140px;
}

  
.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
    margin-right: 20px;
    border-radius: 50%;
    --size: 55px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
}

  
.arrow-right {
    /* transform: rotate(180deg); */
    /* margin-top: -8px; */
    background-image: url(./images/sl-navL.png);
    background-repeat: no-repeat;
}

.arrow-left {
    /* transform: rotate(180deg); */
    /* margin-top: -8px; */
    background-image: url(./images/sl-navR.png);
    background-repeat: no-repeat;
}
  
.arrow {
    cursor: pointer;
    transition: all 0.2s ease-in;    
}

.swipper_vm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 100px;
}

.wrapper2 {
	max-width: 1100px;
	width: 100%;
	position: relative;
    margin-bottom: 100px;
    margin-top: 550px;
}

.testimonials-sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #43919E;
}

.testimonials-head {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
} 

.cliemts__img {
    display: flex;
    gap: 10px;
}

.cliemts__img-21 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.cliemts__img-22 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #247F8E;
}

.wrapper2 .carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 3) - 12px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 16px;
	border-radius: 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
	display: none;
}
.carousel.no-transition {
	scroll-behavior: auto;
}
.carousel.dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}
.carousel.dragging .card {
	cursor: grab;
	user-select: none;
}

.carousel .card {
	scroll-snap-align: start;
	list-style: none;
	background: #DAF2F8;
	cursor: pointer;
	padding: 30px;
	flex-direction: column;
    border: none;
    color: #000000;
    position: relative;
}

.card-bg {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media screen and (max-width: 900px) {
	.wrapper2 .carousel {
		grid-auto-columns: calc((100% / 2) - 9px);
	}
}

@media screen and (max-width: 600px) {
	.wrapper2 .carousel {
		grid-auto-columns: 100%;
	}
}

/* .carousel .card:hover {
    background-color: #AD8121;
    box-shadow: 0px 0px 20px 0px #EDEDED40;
    color: #FFFFFF;
} */


.about-banner {
    background-image: url(./images/about-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 130px;
    margin-bottom: 100px;
    position: relative;
}

.about-banner-head {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #FFFFFF;
}

.about-banner-crumbs {
    position: absolute;
    bottom: 15px;
}

.about-banner-crumbs {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
}

.about-banner-crumbs a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #43919E;
}

.about-row {
    margin-bottom: 100px;
}

.about-row-R {
    padding-top: 150px;
}

.about-row-R-sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #43919E;
}

.about-row-R-head {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}

.about-row-R p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 10px;
}

.about-row-R p span {
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    color: #43919E;
}

.about-years {
    display: flex;
    margin-top: 40px;
}

.about-yearsL {
    background-color: #247F8E;
    width: 121px;
    height: 80px;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-yearsR {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 198px;
    height: 80px;
    box-shadow: 0px 0px 20px 0px #DADADA40;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;    
    padding: 20px;
}

.home-team-con {
    margin-bottom: 100px;
}

.home-team-sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #43919E;
}

.home-team-head {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 50px;
    width: 60%;
}

.home-team-row-details-box {
    background-color: #247F8E;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 10px;
    
}

.home-team-row-details {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.home-team-row-details-boxL-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #FFFFFF;
}

.home-team-row-details-boxL-name span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.home-team-row-details-boxL-ttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #FFFFFF;
}

.home-team-row {
    margin-bottom: 80px;
    position: relative;
}

.home-team-row2 {
    box-shadow: 0px 0px 10px 0px #AAAAAA40;
    height: 80%;
    padding-top: 100px;
    padding-left: 70px;
}

.home-team-row2-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #247F8E;
    margin-bottom: 20px;
}

.subscribe-banner {
    background-image: url(./images/sub-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 176px;
    padding-bottom: 36px;
}

.subscribe-banner-row {
    background-color: #43919EF2;
    padding-top: 90px;
    padding-left: 70px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.subscribe-banner-row-head {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.subscribe-banner-row button {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 10px 30px;
    background-color: transparent;
}

.subscribe-banner-row button:hover {
    background-color: #247F8E;
}

.footer {
    background-color: #2B2B2B;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #FFFFFF;
}

.footer-logo {
    margin-bottom: 20px;
}

#footerP1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 30px;
}

.footer-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-icons a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer-head {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.footer p a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.footer p a:hover {
    color: #85C9D7;
}

.footer-adds p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}

.footer-adds p span {
    color: #85C9D7;
}

.footer-copy {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.clients-page {
    margin-bottom: 100px;
}

.clients-page-head {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 40px;
}

.clients-row {
    box-shadow: 0px 0px 10px 0px #AAAAAA40;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 174px;
    height: 174px;
}

.clients-row-line {
    margin-bottom: 20px;
    margin-top: 20px;
}

.wrapper {
  width: 60%;
  margin: auto;
}


.faq-container {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px #8B8B8B40;
    margin: 20px 0;
}

.question {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;    
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #151515;
}

.question::after {
  content: "\002B";
  font-size: 20px;
    font-weight: 500;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  color: #747474;
}

.faqq {
    margin-bottom: 100px;
}

.contact_row {
    margin-bottom: 100px;
}

.contact_rows-top {
    background-color: #247F8E;
    padding: 10px;
}

.contact_rows-top-head {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.contact-top2 {
    box-shadow: 0px 0px 10px 0px #8B8B8B40;
    padding: 20px;
    height: 100px;
}

.contact-top2-box, .contact-top3-box {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-top3 {
    background-color: #F5F5F5;
    box-shadow: 0px 0px 10px 0px #8B8B8B40;
    padding: 20px;
    height: 100px;
}

.get__intouch {
    width: 60%;
    margin: auto;
}

.get__intouch-head {
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.get__intouch input {
    width: 100%;
    outline: none;
    border: none;
    background-color: #FAFAFA;
    padding: 15px;
    margin-bottom: 20px;
}

.get__intouch input::placeholder {
    color: #00000080;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.get__intouch textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: #FAFAFA;
    padding: 15px;
    margin-bottom: 20px;
}

.get__intouch textarea::placeholder {
    color: #00000080;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.get__intouch button {
    border: none;
    outline: none;
    background-color: #247F8E;
    padding: 10px 30px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.25s ease-in;
    margin-bottom: 100px;
}

.get__intouch button:hover {
    background-color: #86C8D6;
    color: #000000;
    transition: all 0.25s ease-in;
}

.completed__project-row a {
    text-decoration: none;
}

.completed__project-head {
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 60px;
}

.hover-zoomin  {
    display: block;
    position: relative;
    overflow: hidden;
}
  
.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.completed__project-row-img {
    margin-bottom: 20px;
}

.completed__project-row-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #247F8E;
    margin-bottom: 5px;
}

.completed__project-row-adds {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #000000;
}

.completed__project-row {
    margin-bottom: 60px;
}

.completed__project {
    margin-bottom: 100px;
}

#myDIV{
    display: flex;
    gap: 20px;
}

#myDIV .btn {
    color: #0000004D;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    border: none;
    width: 44px;
    height: 46px;
    box-shadow: 0px 4px 4px 0px #ADADAD40;
}
  
#myDIV .active, .btn:hover {
    background-color: #247F8E;
    color: #FFFFFF;
    font-weight: 700;
}
  
.btn:focus, .btn.focus {
    box-shadow: none;
}

.comp-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;    
    margin-top: 50px;
}

.comp-navL {
    color: #0000004D;
}

.project-details-slide {
    margin-bottom: 60px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
}

.project-details-slide-head {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 60px;
}

.project-details-slide-row1 {
    box-shadow: 0px 0px 10px 0px #AAAAAA40;
    padding-top: 124px;
    padding-left: 40px;
    padding-right: 30px;
    height: 400px;
    margin-bottom: 20px;
}

.project-details-slide-row2-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.project-details-slide p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.project-details-slide-row2 {
    box-shadow: 0px 0px 10px 0px #AAAAAA40;
    padding-top: 61px;
    padding-left: 40px;
    padding-right: 30px;
    height: 190px;
    margin-bottom: 20px;
}

.project-details-slide-row1, .project-details-slide-row2:hover {
    background-color: #F5F5F5;
}

.property-market-head {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 14px;
    color: #000000;
}

.property-market-sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000000;
    text-transform: capitalize;
}

.property-market-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property-market-rowL {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: #247F8E;
}

.property-market-rowL span {
    margin-right: 5px;
}

.services__page-head1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 50px;
}

.completed__project-row a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.modal-content {
    background-image: url(./images/modal-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 113px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 113px;
    color: #FFFFFF;
}

.modal-content-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.modal-content-head2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}

.service-card-row {
    margin-bottom: 100px;
}

.modal-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

/* MEDIA */

@media (max-width: 736px) {

    .modal-content-head2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .modal-content {
        background-image: url(./images/modal-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 30px;
        color: #FFFFFF;
    }

    .get__intouch {
        width: 100%;
        margin: auto;
    }

    .contact_rows {
        margin-bottom: 30px;
    }

    .wrapper {
        width: 90%;
        margin: auto;
    }

    .footer-copy {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .subscribe-banner-row {
        background-color: #43919EF2;
        padding: 50px;
    }

    .home-team-row2 {
        box-shadow: 0px 0px 10px 0px #AAAAAA40;
        height: 100%;
        padding: 20px;
    }

    .home-team-head {
        font-size: 28px;
        font-weight: 600;
        line-height: 42px;
        margin-bottom: 50px;
        width: 100%;
    }

    .about-row-R {
        padding-top: 70px;
    }

    .test-arrowbox {
        position: absolute;
        right: 20px;
        display: flex;
        top: -10px;
    }

    .home-servicesL {
        width: 100%;
    }

    .home-services-row {
        display: flex;
        align-items: start;
        justify-content: left;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 55px;
    }

    .home_row-head {
        font-size: 50px;
        font-weight: 700;
        line-height: 60px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }
    
    #navbar .nav-item {
        padding: 4px 5px;
        transition: all 0.25s ease-in;
    }
    
    #navbar .nav-link {
        transition: all 0.25s ease-in;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        background-color: #247F8E;
        width: fit-content;
        padding: 5px 10px;
    }
	
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


