html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    font-weight: 400;
    color: #1B1B1B;
    font-style: normal;
    font-family: 'lato', sans-serif;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

ul {
    margin: 0;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
    outline: none;
    border: 0;
}


/*--------------------
 TYPOGRAPHY
-----------------*/

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    font-family: 'Poppins';
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 52px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 20px;
    font-family: 'Poppins';
}

p {
    font-size: 16px;
}



/*-------------------
    BOX
----------------------*/

.three-box-img:hover {
    box-shadow: 0px 1px 18px 4px #008cba;
    color: #008cba;
}

.three-box-img svg {
    font-size: 64px !important;
    margin-top: 19px;
    text-shadow: 3px 1px 3px rgb(160, 0, 0)
    /* background: rebeccapurple; */
}

.three-box {
    padding: 40px 50px 30px 50px;
    background-color: #f2f2f2;
}

.three-box h2 {
    padding-bottom: 70px;
}

.three-box-img {
    text-align: center;
    border-radius: 50%;
    color: #4dc247;
    transition: 0.20s;
    width: 105px;
    height: 105px;
}

.three-box-img,
.three-box-content {
    display: inline-block;
    vertical-align: top;

}

.three-box-content {
    width: 68%;
    padding-left: 2%;
    color: #000;
}

.news {
    background: #f2f2f2 ;
    padding: 20px 0px 50px 0px;
    text-align: center;
}

.news h3 {
    padding: 0px 0;
    text-align: center;
}

.news a {
    color: #000;
}

.news-box {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.new-box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 62, 95, 0.397);
    transition: 0.4s;
}

.news-box:hover .new-box-overlay {
    top: -100%;
}

.news-box img {
    width: 100%;
    position: relative;
}

.news-content {
    background: #ffffff;
    border-top: 5px solid #003E5F;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
}

.news-box h5 {
    padding: 10px 0;
}

.feature {
    padding: 30px 50px 40px 50px;
}

.feature img {
    width: 100%;
}

.feature h3 {
    padding: 30px 0px;
}

.feature-content {
    padding-top: 20px;
}

.feature-content h3 {
    padding: 0;
    font-size: 30px;
}

.feature-content h6 {
    font-weight: normal;
}

.feature-content svg {
    margin-right: 10px;
    color: #818181;
}

.feature-content li span {
    font-weight: 600;
}

.foot svg:not(:root).svg-inline--fa {
    width: 30px;
}

.feature-content .icon {
    width: 50px;
    height: 50px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    background: #008cba;
    margin-top: 0px;
    display: inline-block;
    border: 3px solid #008cba;
    transition: 0.3s ease-in;
}

.feature-content .icon:hover svg {
    background: none;
    position: relative;
    animation: mymove 1s infinite;
    z-index: 999;
}

.dropdown-menu.megamenu {
    transition: 1s ease-in;
}

@keyframes mymove {
    from {
        left: -10px;
    }
    to {
        left: 10px;
    }
}

.feature-content .icon:hover {
    background: #ffffff;
    display: inline-block;
    border: 3px solid #3F3F3F;
    transition: 0.3s ease-in;
}

.feature-content .icon:hover svg {
    transition: 0.3s ease-in;
    color: #3F3F3F;
}

.feature-content .icon svg {
    color: #ffffff;
    margin: auto;
    font-size: 25px;
    transition: 0.3s ease-in;
    vertical-align: unset;
}

.about {
    padding: 25px 50px;
    background-color: #f2f2f2
}

.about-img {
    text-align: center;
}
.about-iframe iframe {
    width: 100%;
    height: 90%;

}
.about-img iframe {
    width: 100%;
    height: 100%;
}

.about-content a {
    padding: 10px 30px;
    background: #008cba;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #ffffff;
    transition: 0.3s ease-in;
    font-size: 13px;
}

.about-content a:hover {
    background: none;
    border: 2px solid #3F3F3F;
    transition: 0.3s ease-in;
    color: #3F3F3F;
}

.auto-play {
    background: #FAFAFA;
    padding: 10px 0;
}

.auto-box {
    padding: 0px;
    vertical-align: middle;
    min-height: 125px;
    max-height: 125px;
    margin: 0 auto;
}

.auto-box img {
    min-height: 125px;
    max-height: 125px;
    margin: 0 auto;
}

.partner {
    margin-bottom: 15px;
}

.partner-content {
    width: 100%;
    margin: auto;
    padding: 0px 50px;
    /* padding: 0; */
}

.clients-logo {
 /*   pointer-events: none;*/
}

.partner h3 {
    color: #909090;
    padding: 60px 0 0px 0;
    text-align: center;
    margin-bottom: 40px;
}

.partner ul {
    padding: 0;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}

.partner ul li {
    display: inline-block;
    padding: 10px 0;
    width: 18%;
    text-align: center;
    border-right: 1px dotted #d7d7d7;
    border-bottom: 1px dotted #d7d7d7;
}

.partner ul li:nth-child(5n) {
    border-right: none;
}

.partner ul li:nth-child(6),
.partner ul li:nth-child(10),
.partner ul li:nth-child(11),
.partner ul li:nth-child(13),
.partner ul li:nth-child(12) {
    border-bottom: none;
}

.partner ul li:nth-child(13) {
    border-right: none;
}

.partner ul li a img {
    width: 80%;
}


/*-------------------
    CONTAIN
----------------------*/

.banner {
    background: #EEEEEE;
    color: #1B1B1B;
    padding: 70px 0;
}

.section-3 {
    padding: 50px 0;
}

.content-section p {
    padding: 40px 0;
    border-top: 2px solid #D4D4D4;
}

.content-section table tr td {
    padding: 10px 3%;
    border: 1px solid #D4D4D4;
}

.adoptable {
    background: #FAFAFA;
    padding: 50px 0;
}

.adoptable img {
    width: 100%;
}

.adoptable h3 {
    padding-bottom: 30px;
}

.adoptable h6 {
    padding: 20px 0;
}

.contact {
    background: url(../images/contact-back.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    margin-top: 75px;
}

.contact .form-box {
    padding: 20px 4%;
    background: #ffffff;
    border-radius: 10px;
    width: 90%;
    margin: auto;
}

.contact h4 {
    padding: 20px 0;
}

.contact input,
.contact label,
.contact textarea,
.contact select {
    width: 100%;
    color: #707070;
}

.contact label span {
    color: red;
    margin-left: 10px;
}

.contact input,
.contact textarea,
.contact select {
    border-radius: 5px;
    padding: 10px;
    outline: none;
    border: 1px solid #B4B4B4;
    cursor: pointer;
}

.contact textarea {
    height: 200px;
}

.contact form {
    padding-bottom: 50px;
}

.contact-detail {
    padding: 50px 0;
    border-top: 1px solid #E7E7E7;
}

.contact-detail .headquarter {
    border-right: 2px solid #E7E7E7;
}

.headquarter,
.contact-info {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.contact-info {
    padding: 10px 1%;
}

.headquarter h4,
.contact-info h4 {
    padding: 0;
}

.contact-info ul {
    padding: 0;
}

.contact-info ul li a {
    color: #1B1B1B;
}

.contact-info ul li a svg {
    margin-right: 10px;
    color: #4DC247;
}

.about-page {
    padding: 50px 3%;
    text-align: center;
}


/*-------------------
    FOOTER
----------------------*/

.foot {
    background: #003E5F;
    padding: 50px;
    color: #ffffff;
    padding-bottom: 25px;
}

.foot img {
    width: 30%;
    padding-bottom: 20px;
}

.foot h3 {
    padding-bottom: 20px;
}

.foot ul {
    padding: 0;
    padding-bottom: 6px;
}

.foot ul li a {
    color: #ffffff;
    font-weight: lighter;
}

.copy {
    background: #CFCCC1;
    color: #003E5F;
    padding: 10px 0;
    vertical-align: middle;
}

.copy ul li {
    display: inline-block;
    padding: 0 3%;
    transition: 0.5s ease-in;
}

.copy ul li:hover a svg {
    color: #003E5F;
    transition: 0.5s ease-in;
}

.copy ul li a svg {
    color: #003E5F;
    transition: 0.5s ease-in;
}


/*silk remove outline*/

.slick-initialized .slick-slide {
    outline: none;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    ul.submenu.dropdown-menu li a {
        background: none;
    }
    ul.submenu.dropdown-menu li:hover a {
        background: #008cba;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
        z-index: 9999;
    }
    .dropdown-menu li {
        position: relative;
        padding: 3px 0;
    }
    .nav-item .submenu {
        opacity: 0;
        position: absolute;
        left: 100%;
        top: -7px;
        transition: 0.3s ease-in;
        animation: fadeEffect 0.3s;
        z-index: 9999;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover a {
        background-color: #008cba;
    }
    .dropdown-menu>li:hover>.submenu {
        opacity: 1;
    }
    /* Go from zero to full opacity */
    @keyframes fadeEffect {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
}

nav.navbar .container-fluid ul li .dropdown-menu>li {
    padding: 0;
    width: 99%;
}

nav.navbar .container-fluid ul li .dropdown-menu>li a {
    color: black;
    border-bottom: 3px solid transparent;
    padding: 0 7px;
}


nav.navbar .container-fluid ul li .dropdown-menu>li a img {
    width: 45px;
}


.main-head nav.navbar .container-fluid ul li a {
    border-bottom: 3px solid transparent;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 1px sold black;
    outline: none;
    background: white;
    border-radius: 50%;
    color: black;
}

.slick-active>button {
    background: #4dc247 !important;
}

.your-class {
       padding: 25px 50px 50px 50px;
}


/* Float */

.partner-logo {
    width: 100%;
}

.partner-logo img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

ul.dropdown-menu li a {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.ban-mar{
    margin-top: 125px;
}


.carousel-about-sec{
    padding: 90px 0; 
}

.project-sec{
    padding: 60px 0 80px 0;
}
.about-page-icon{
    padding: 0px 20px;
}

.about-page-icon .fa-trophy, .about-page-icon .fa-star, .about-page-icon .fa-users{
width: 60px;
height:60px;
border-radius: 50%;
background: #073e5f;
padding: 15px;
color:white !important;

}
.about-page-icon h4{
    margin: 15px 0;
font-size: 26px;}

.about-page-icon p{
    min-height: 180px;
}

.single-fun-fact{
    text-align: center;
}
.single-fun-fact img{
    width: 50px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.single-fun-fact h3{
    color: #003E5F;
    font-weight: bold;
}
.single-fun-fact p{

    font-weight: bold;
}
.box-pro{
    text-align: center;
    margin-bottom: 15px;

}
.box-pro-parent{
    /* background: #f3f3f3; */
    padding: 20px 20px 0px 20px;
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.box-pro img{
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}
.box-pro h3{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 0px;
    margin: 10px 0;
}
.box-pro p{

   font-size: 14px;
   color: #ffffff;
   min-height: 50px;
   margin: 0px;
   line-height: 16px;
}


/* The sidebar menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  }
  
  /* The sidebar links */
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* The button used to open the sidebar */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }



#menu{
    width: 100%;
    position: absolute;
    top: 0;
    
    z-index: 9999 !important;
}
.main-menu{
    overflow: scroll;
    max-height: 450px;
}

.no-paddding{
    padding:  0 !important;
}



.butn-m-none{
    display: block;
}
.butn-d-none{
    display: none;
}


#menu ul {
    margin: 0;
    padding: 0;
  }
  
  #menu .main-menu {
    display: none;
  }
  
  #tm:checked + .main-menu {
    display: block;
  }
  
  #menu input[type="checkbox"], 
  #menu ul span.drop-icon {
    display: none;
  }
  
  #menu li, 
  #toggle-menu, 
  #menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
  }
  
  #menu li, 
  #toggle-menu {
    border-width: 0 0 1px;
  }
  
  #menu .sub-menu {
    background-color: #073e5f;
    border-width: 1px 1px 0;
    margin: 0 1em;
  }
  
  #menu .sub-menu li:last-child {
    border-width: 0;
  }
  
  #menu li, 
  #toggle-menu, 
  #menu a {
    position: relative;
    display: block;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
  }
  
  #menu, 
  #toggle-menu {
    background-color: #073e5f;
    
  }
  
  #toggle-menu, 
  #menu a {
    padding: 1em 1.5em;
  }
  
  #menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
  }
  
  #menu a:hover {
    /* background-color: white; */
    /* color:#073e5f; */
  }
  
  #menu .sub-menu {
    display: none;
  }
  
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: block;
  }
  
  #menu .sub-menu a:hover {
    /* color: #444; */
  }
  
  #toggle-menu .drop-icon, 
  #menu li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: 1.25em;
  }
  
  #menu label.drop-icon, #toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
  }
  
  #menu .drop-icon {
    line-height: 1;
  }

  span.mobile-logo a img {
    width: 100%;
    display: inline-block;
    padding: 8px 0 0px 20px;
}
span.mobile-logo a {
    display: inline-block;
    max-width: 160px;
    width: 100%;
}
.drop-icon.top-drop {
    /* margin-top: 1%; */
    padding: 0 !important;
}
.no-paddding a{
    padding: 0 !important;
}





@media only screen and (max-width: 64em) and (min-width: 52.01em) {
    #menu li {
      width: 33.333%;
    }
  
    #menu .sub-menu li {
      width: auto;
    }
  }
  
  @media only screen and (min-width: 52em) {
    #menu .main-menu {
      display: block;
    }
  
    #toggle-menu, 
    #menu label.drop-icon {
      display: none;
    }
  
    #menu ul span.drop-icon {
      display: inline-block;
    }
  
    #menu li {
      float: left;
      border-width: 0 1px 0 0;
    }
  
    #menu .sub-menu li {
      float: none;
    }
  
    #menu .sub-menu {
      border-width: 0;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 0;
      width: 12em;
      z-index: 3000;
    }
  
    #menu .sub-menu, 
    #menu input[type="checkbox"]:checked + .sub-menu {
      display: none;
    }
  
    #menu .sub-menu li {
      border-width: 0 0 1px;
    }
  
    #menu .sub-menu .sub-menu {
      top: 0;
      left: 100%;
    }
  
    #menu li:hover > input[type="checkbox"] + .sub-menu {
      display: block;
    }
  }



.schedule-contact{margin: 0px;}
.schedule-contact .schedule-col{
 padding: 0px 5px 0 0;}
.schedule-contact .schedule-col:last-child {padding-right: 0px;}
.schedule-col select{height: 100%;padding: 10px 8px;}
.con-other-box{width: 100%;margin-top: 5px;display: none;}
.con-other-box textarea{max-height: 50px;}
.share-this-events input{background: #008cba;color: #fff;border-color: #008cba;}

/*Footer Gradient*/
.foot {
    background: linear-gradient(270deg, #073e5f, #0c6ba6, #1190df);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 8s ease infinite;
    -moz-animation: AnimationName 8s ease infinite;
    animation: AnimationName 8s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

         .fancybox-button-small {
            background-image: none!important;
        }
        
        .fancybox-close-small {
            color: #fff!important;
            padding: 2px 5px 0 5px!important;
            right: 0px!important;
            top: 0px!important;
            margin: 0px!important;;
            font-weight: 600!important;;
            font-size: 18px!important;;
            background: #0069D9!important;;
            height: auto!important;;
            width: auto!important;;
            border-radius: 0 0 0 10px!important;;
        }
        
        .fancybox-button svg {
            display: inline-block!important;;
            margin-right: 7px!important;;
        }

                @media only screen and (max-width:992px) { 
 .fancybox-close-small {
                position: fixed!important;
        }
}

.fancybox-content {
    padding-top: 60px!important;
}