
html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
    --hoverThumbBG: #555;
}

body::-webkit-scrollbar, ul::-webkit-scrollbar {
    width: 8px;
}

body, ul{
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track, ul::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover, ul::-webkit-scrollbar-thumb:hover {
    background: var(--hoverThumbBG) ; 
}
  
body{
    background-color:rgb(2,145,221,0.1);
    font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:14px; line-height:24px;
}

.bg-light{
    background:#ffffff;
    background-color:#ffffff;
}
.main {
    font-size: 16px;
}

.dropdown-menu[data-bs-popper] {
    top: 113%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

section {
    margin: 6px;
    padding: 6px;
    box-shadow: inset;
    border-radius: 16px;
    align-items: center;
}

.toast{
    --bs-toast-max-width: 200px;
}

.custom-border-tl{
    border: 2px solid #1a7998; /*  0291DD   */
    padding: 5px 10px;
    /* background-color: #27146E; #28156F */
    background-color: #1a7998; /*  0291DD   */
    color:#ffffff;
    font-size: medium;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}

.custom-border-tl:hover{
    border: 2px solid #1a7998; /*  #28156F */
    padding: 5px 10px;
    background-color: #ffffff; /*  #28156F; */
    color:#1a7998; /* white */
    font-size: medium;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}

.custom-border-tr{
    border: 2px solid #1a7998; /*  0291DD   */
    padding: 5px 10px;
    /* background-color: #27146E; */
    background-color: #1a7998; /*  0291DD   */
    color:#ffffff;
    font-size: medium;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
}

.custom-border-tr:hover{
    border: 2px solid #1a7998; /*  #28156F */
    padding: 5px 10px;
    background-color: #ffffff; /*  #28156F; */
    color:#1a7998; /* white */
    font-size: medium;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
}

.custom-border-child{
    border: 2px solid #1a7998; /* rgb(2,145,221,1); */
    /* border: 2px solid rgb(255,255,255,1); */
    padding: 2px;
    
    /* background-color: #27146E; #28156F */
    background-color: #1a7998; /* rgb(2,145,221,1); */
    color:#ffffff;
    /* border-radius: 25px; */
    font-size: small;
}

.custom-border-child:hover{
    border: 2px solid #1a7998; /*  #28156F */
    padding: 2px;
    background-color: #ffffff; /*  #28156F */
    color:#1a7998;
    /* border-radius: 25px; */
    font-size: small;
}

.dropdown-menu{
    padding:0px !important;
    border:0px solid transparent;
    background-color:transparent;
    color: inherit;
}

.dropdown-item{
    padding:2px !important;
    border:0px solid transparent;
    background-color:transparent;
    color: inherit;
}

.dropdown-item:hover{
    padding:2px !important;
    border:0px solid transparent;
    background-color:transparent;
    color: inherit;
}

/* ul.dropdown-menu li.custom-border-child{
    margin-top:0.285px !important;
} */

ul#about-us-nutshell-list {
   
    list-style-image: url("../images/arrows_li.png");

}


/* ul#right-nutshell-list {

    list-style-image: url("../images/arrows_reverse.png");

} */


.logo-color-text{

    /*background: -webkit-linear-gradient(#EC21A9, #70BCF0, #3333cc, #E22EAF, #70BCF0, #3333cc, #EC21A9);*/
    color:#1a7998;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/

}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffffff;
}

.navbar-nav .nav-link.active:hover, .navbar-nav .nav-link.show:hover {
    color: #1a7998;
}

.social-btns-animate:hover {
    display: inline-block;
    /* margin: 0 0.5rem; */
    animation: rotateOut; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
    --animate-repeat: infinite;
}
  

.fa-spin-hover:hover {
    animation: fa-spin 2s infinite linear;
}
 /* The animation bellow is taken from font-awesome.css */
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}


.right-top-leaf{
    /* border: 2px solid #fff; */
    /* padding: 5% 10%; */
    /* background-color: #27146E; */
    /* background-color: #0291DD;
    color:#ffffff !important;
    font-size: medium; */
    border-bottom-right-radius: 2%;
    border-top-left-radius: 50%;
}


.right-bottom-leaf{
    /* border: 2px solid #fff; */
    /* padding: 5% 10%; */
    /* background-color: #27146E; */
    /* background-color: #0291DD;
    color:#ffffff !important;
    font-size: medium; */
    border-top-right-radius: 2%;
    border-bottom-left-radius: 50%;
}

.bottom-leaf{
    /* border: 2px solid #fff; */
    /* padding: 5% 10%; */
    /* background-color: #27146E; */
    /* background-color: #0291DD;
    color:#ffffff !important;
    font-size: medium; */
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.top-leaf{
    /* border: 2px solid #fff; */
    /* padding: 5% 10%; */
    /* background-color: #27146E; */
    /* background-color: #0291DD;
    color:#ffffff !important;
    font-size: medium; */
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}


.left-leaf{
    /* border: 2px solid #fff; */
    /* padding: 6%; */
    /* background-color: #27146E; */
    /* background-color: #0291DD;
    color:#ffffff !important;
    font-size: medium; */
    border-bottom-right-radius: 50%;
    border-top-left-radius: 2%;
}

ul#right-nutshell-list li {
    background: url('../images/arrows_reverse.png') no-repeat right center;
    padding: 3px 25px 3px 10px;
    list-style: none;
    margin: 0;
    vertical-align: top;
}

path {
    fill: transparent;
  }
  
text {
    fill: #000;
}

#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

@font-face {
    font-family: Kilograph;
    src: url(../fonts/Kilograph.ttf);
}

@font-face {
    font-family: RozhaOne;
    src: url(../fonts/RozhaOne-Regular.ttf);
}


 /* X-Small devices (portrait phones, less than 576px) */
 /* No media query for `xs` since this is the default in Bootstrap */

 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    
    .right-bottom-leaf, .bottom-leaf, .right-top-leaf, .left-leaf, .top-leaf{
        border: none;
        border-radius: 5%;
    }

}

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .right-bottom-leaf, .bottom-leaf, .right-top-leaf, .left-leaf, .top-leaf{
        border: none;
        border-radius: 5%;
    }
}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

 /* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }


 /* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .right-bottom-leaf, .bottom-leaf, .right-top-leaf, .left-leaf, .top-leaf{
        border: none;
        border-radius: 5%;
    }
 }

 /* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .right-bottom-leaf, .bottom-leaf, .right-top-leaf, .left-leaf, .top-leaf{
        border: none;
        border-radius: 5%;
    }

  }

 /* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

 /* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

 /* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  }

p, div {
    text-align: justify;
    text-justify: inter-word;
}