body {
    
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    background-color: #f9f9f9;
    overflow-x: hidden;
    margin: 0px 0px 0px 0px;
    
}

* {
  
    box-sizing: border-box;
}

.layout_padding {

    /****************** CHANGED **************************/
    
    margin: 3em 0em 3em 0em;
    padding: 0px 0px 0px 0px; 

}

.layout_padding2 {
    
    padding: 75px 0; 

}

.layout_padding2-top {
    
    padding-top: 75px; 

}

.layout_padding2-bottom {
  
    padding-bottom: 75px; 

}

.layout_padding-top {
    
    padding-top: 90px; 

}

.layout_padding-bottom {

    padding-bottom: 90px; 

}

.heading_container {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.heading_container h2 {
      
    position: relative;
    font-weight: bold;

}
.heading_container h2 span {
        
    color: #2c7873; }

.heading_container.heading_center {
      
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;

}

hr {
    
    border: 1px solid #0099CC;
    width: 100%;
     
}

.hr-footer {
    
    border: 1px solid #000000;
    width: 100%;
     
}

.hr-separater {
    
    margin-top: -8px;
    
}

a, a:hover, a:focus {
    
    text-decoration: none;
    color: #159EC0;

}

a:hover, a:focus {
    
    color: initial; 

}

.btn, .btn:focus {
    
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;

}


/******************************* Header Section ************************************************/


.hero_area {
    
    /*min-height: 55vh;*/
    display: flex;
    flex-direction: column;
   /* height: auto;
    width: 100%;*/
    
}

.hero_area .hero_bg_box {
    
    position: relative;
    display: flex;
    width: 100%;
    height: auto; /* OG 100% | ALT auto */     
    /*overflow: visible;*/
    z-index: -1; 
    border-bottom: 0px solid #000000;
    
}

.hero_area .hero_bg_box img {
      
      width: 100%;
      height: auto;
      filter: brightness(100%);
    
        
}

/*.hero_area .hero_bg_box::before {
        
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(0,153,204,1.00), rgba(0,153,204,1.00));
    background: -moz-linear-gradient(left, rgba(0,153,204,1.00), rgba(0,153,204,1.00));
    background: -o-linear-gradient(left, rgba(0,153,204,1.00), rgba(0,153,204,1.00));
    background: linear-gradient(left, rgba(0,153,204,1.00));
    
        
}*/

.sub_page .hero_area {
    
     min-height: auto;

}

.header_section {
    
    border-bottom: 0px solid #000000;
    border-top: 0px solid #000000;
    padding-bottom: 0px;
    /* z-index: -10; */
    
}

.header_section .header_top {
    
      padding: 0px; /* 210px */
      border-bottom: 0px solid #000000;  
}

.header_section .header_top .header_top_container {
      
    display: flex;
    justify-content: space-between;
    align-items: center;
      
}

.header_section .header_top .contact_nav {
          
    display: flex;
    justify-content: center;
    flex: 1;
    border-bottom: 0px solid #000000;
    border-top: 0px solid #000000;
             
}

.header_section .header_top .contact_nav a {
        
    color: #000000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: auto;

}

.header_section .header_top .contact_nav a > span {
 
    margin: 0px 0px 0px 0px;
    
}

.header_section .header_top .contact_nav a i {
    
    margin-right: 5px;
    /*background-color: #0099CC;*/ /* #159ec0 */
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%; 

}
      
.header_section .header_top .contact_nav a:hover i {
        
    background-color: #0099CC; 

}

.header_section .header_top .social_box {
      
    display: flex;
    justify-content: flex-end; 

}

.header_section .header_top .social_box a i {
      
    margin-right: 5px;
    background-color: #0099CC;  /* #159ec0 */
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%; 

}
    
.header_section .header_top .social_box a:hover i {
      
    background-color: #0099CC; 

}

.header_section .header_bottom {
    
    padding: 0px 0; 
    border-bottom: 0px solid #000000;
    border-top: 0px solid #000000;

}
  
.header_section .container-fluid {
      
    padding: 0px 0px 20px 0px; 
    margin: 0px 0px 0px 0px;
    /* background-color: #0099CC; */
    
    
}

.navbar-brand {
    
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
        
}
  
.navbar-brand span {
    
    color: #0099CC; 

}

.navbar-brand:hover {
      
    color: inherit; 

}

.navbar-brand-top-logo {
    
    -webkit-position: absolute !important;
    -moz-position: absolute !important;
    position: absolute !important;
    top: -75px;
    left: 15px;
    width: 220px !important;
   -webkit-width: 220px !important;
    height: auto !important;
   -webkit-height: auto !important;
    margin: 0px 0px 0px 0px;
    z-index: 11000;
    
}

@media (max-width: 1200px) {
    
    .navbar-brand-top-logo {
    
    -webkit-position: absolute !important;
    -moz-position: absolute !important;
    position: absolute !important;
    top: -60px;
    left: 15px;
    width: 180px !important;
    -webkit-width: 180px !important;
    height: auto !important;
    -webkit-height: auto !important;
    margin: 0px 0px 0px 0px;
    z-index: 11000;
    
}
    
}

@media (max-width: 992px) {
    
    .navbar-brand-top-logo {
    
    -webkit-position: absolute !important;        
    -moz-position: absolute !important;
    position: absolute !important;
    top: -60px;
    left: 15px;
    width: 160px !important;
    -webkit-width: 160px !important;
    height: auto !important;
    -webkit-height: auto !important;
    margin: 0px 0px 0px 0px;
    z-index: 11000;
    
}
    
}

@media (max-width: 768px) {
    
    .navbar-brand-top-logo {
    
    -webkit-position: absolute !important;    
    -moz-position: absolute !important;
    position: absolute !important;
    top: -50px;
    left: 15px;
    width: 150px !important;
    -webkit-width: 180px !important;
    height: auto !important;
    -webkit-height: auto !important;
    margin: 0px 0px 0px 0px;
    z-index: 11000;
    
}
    
}
    
@media (max-width: 650px) {
    
.navbar-brand-top-logo {
    
    -webkit-position: absolute !important;
    -moz-position: absolute !important;
    position: absolute !important;
    top: -45px;
    left: 15px;
    -webkit-width: 140px !important;
    width: 140px !important;
    height: auto !important;
    -webkit-height: auto !important;
    margin: 0px 0px 0px 0px;
    z-index: 11000;
    
}
    
}

@media (max-width: 576px) {
    
.navbar-brand-top-logo {
    
    -webkit-position: absolute !important;
    -moz-position: absolute !important;
    position: absolute !important;
    top: -35px;
    left: 15px;
    -webkit-width: 120px !important;
    width: 120px !important;
    height: auto !important;
    -webkit-height: auto !important;
    margin: 0px 0px 0px 0px;
    z-index: 11000;
    
}
    
}


@media (max-width: 475px) {
    
.navbar-brand-top-logo {
    
    -webkit-position: absolute !important;
    -moz-position: absolute !important;
    position: absolute !important;
    top: -20px;
    left: 15px;
    -webkit-width: 100px !important;
    width: 100px !important;
    height: auto !important;
    -webkit-height: auto !important;
    margin: 0px 0px 0px 0px;
    z-index: 11000;
    
    }

}
    
@media (max-width: 375px) {
    
    .navbar-brand-top-logo {
    
    -webkit-position: absolute !important;
    -moz-position: absolute !important;
    position: absolute !important;
    top: -5px;
    left: 15px;
    -webkit-width: 80px !important;
    width: 80px !important;
    height: auto !important;
    -webkit-height: auto !important;
    margin: 0px 0px 0px 0px;
    z-index: 11000;
    
}
    
}

.sticky-nav {
    
    -webkit-position: sticky;
    -moz-position: sticky;
    position: sticky;
    top: 0px;
    z-index: 10000;
 
}

.sticky-img {
    
    -webkit-position: sticky !important;
    -moz-position: sticky !important;
    position: sticky !important;
    -webkit-top: -125px !important;
    -moz-top: -125px !important;
    top: -125px !important;
    z-index: 11000;
 
}

.custom_nav-container {
    
    border-bottom: 3px solid #000000;
    border-top: 3px solid #000000;
    background-color: #0099CC;
    padding: 0;
     z-index: 10000;

}

.custom_nav-container .navbar-nav {
    
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 0px;
    margin-left: auto;
    line-height: 0px;
    z-index: 10000;

}

@media (max-width: 992px) {
    
    .custom_nav-container .navbar-nav {
    
        padding-top: 0px;
        padding-bottom: 30px !important;
        padding-left: 15px;
        padding-right: 0px;
        margin-top: 5px !important;
        margin-bottom: 30px !important;
        margin-right: auto;
        margin-left: auto;
        line-height: 0px;
        transition: all .5s ease;

    }

}
    
.custom_nav-container .navbar-nav .nav-item .nav-link {
      
    padding: 0px 0px 0px 0px;
    margin:  0px 10px 0px 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center !important;
    justify-content: center !important;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 15px;
    transition: all .5s ease;
    z-index: 10000;

}
      
.custom_nav-container .navbar-nav .nav-item .nav-link i {
    
    position: relative;
    margin-right: 5px;

}
    
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    
    position: relative;
    color: #000000;
    text-shadow: 2px 2px 5px #000000;
    
}

.custom_nav-container .nav_search-btn {
    
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff; 

}
  
.custom_nav-container .nav_search-btn:hover {
    
    color: #0099CC; 

}

/*.custom_nav-container .navbar-toggler {
    
    outline: none; 

} */

.custom_nav-container .navbar-toggler {
    
    outline: none;
    width: 40px;
    height: 40px;
    transition: all .5s ease;
    padding: 0px 0px 0px 0px;
    margin: 0px 30px 0px 0px;
    

}
  
.custom_nav-container .navbar-toggler span {
    
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    transition: all .5s ease;
    position: relative;
    border-radius: 5px;
    
}
    
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    transition: all .5s ease; 

}
    
.custom_nav-container .navbar-toggler span::after {
    
    top: 10px; 

}
  
.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    
    transform: rotate(360deg); 

}
    
.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    
    transform: rotate(45deg); 

}
      
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    
    transform: rotate(90deg);
    top: 0; 

}
    
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px; 

}
    
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    
    display: none;

}
    
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
      
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px; 

}
  
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    
    transform: none; 

}


/********************************** MEDIA 650px ******************************************************/


.full-text {

    display: inline;

}


/********************************** end header section ***********************************************/


/********************************** slider section ***************************************************/


.slider_section {
    
    flex: 1;
    display: flex;
    align-items: center;
    background-color: #0099CC;
    min-height: 310px;
    max-height: 310px;
    height: 310px;
    
}

.slider_section .row {
    
    align-items: center;
    padding: 0px 5px 0px 5px;
    margin: 75px 0px 0px 0px;

}

.slider_section #customCarousel1 {
    
    width: 100%;
    position: unset; 

}

.slider_section .detail-box {
    
    color: #ffffff;
    text-align: center; 
    
    
}

.slider_section .detail-box > p {
    
    color: #000000;
    text-align: center; 
    
    
}
    
.slider_section .detail-box h1 {
        
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000; 

}

.slider_section .detail-box .btn-box {
        
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap; 

}

.slider_section .detail-box .btn-box a {
          
    text-align: center;
    width: 165px; 

}

.slider_section .detail-box .btn-box .btn1 {
          
    display: inline-block;
    padding: 10px 15px;
    background-color: #0099CC;
    color: #000000;
    font-weight: 600;        
    border-radius: 0;
    transition: all .5s ease;
    border: 1px solid #000000 ; 

}
        
.slider_section .detail-box .btn-box .btn1:hover {
    
    background-color: transparent;
    color: #FFFFFF; 

}

.slider_section .img-box img {
      
    width: 100%; 

}

.slider_section .carousel_btn-box {
    
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0 auto; /* OG 45px*/
    width: 110px;
    height: 50px; 

}
    
.slider_section .carousel_btn-box a {
    
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    opacity: 1;
    color: #0099CC; /* #00B8F5 */
    font-size: 14px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: all .2s; 

}
      
.slider_section .carousel_btn-box a:hover {

    background-color: #0099CC;   /* #2c7873 */
    color: #ffffff; 

}
    
.slider_section .carousel_btn-box .carousel-control-prev {
        
    left: 25px; 

}
    
.slider_section .carousel_btn-box .carousel-control-next {
        
    right: 25px; 

}

.service_section .heading_container {
    
    margin-bottom: 35px; 

}

.service_section .box {
    
    margin: 10px;
    text-align: center;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
    padding: 25px 15px;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
/*    min-height: 300px;
    max-height: 300px;
    height: 300px;
*/
}
  
.service_section .box .img-box {
    
    width: 65px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center; 

}
    
.service_section .box .img-box img {
    
    max-height: 100%;
    max-width: 100%;
    transition: all .3s; 

}
  
.service_section .box .detail-box {
    
    margin-top: 15px; 

}
    
.service_section .box .detail-box h5 {
      
    font-weight: bold; 

}
    
.service_section .box .detail-box p {
    
    margin: 0; 
    
}

.service_section .btn-box {
  
    display: flex;
    justify-content: center;
    margin-top: 30px; 

}

.service_section .btn-box a {
    
    display: inline-block;
    padding: 10px 35px;
    background-color: #0099CC;
    font-weight: 600;
    text-align: center;
    color: #000000;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    border-radius: 5px;
    transition: all .3s;
    border: 2px solid #000000;
    box-shadow: 1px 1px 3px 2px #000000;
    margin-top: 15px; 

}
    
.service_section .btn-box a:hover {
    
    color: #000000;
    box-shadow: 1px 1px 0px 0px #000000;
    font-size: 15px;
    
}

.service_section .owl-stage .owl-item.active {
    
    transform: scale(1.00);
    transition: 0.6s ease; 

}

.service_section .owl-stage .owl-item.active.center {
    
    transform: scale(1); 

}
    
.service_section .owl-stage .owl-item.active.center .box {
    
    background-color: #0099CC;
    color: #ffffff; 
}
      
.service_section .owl-stage .owl-item.active.center .box .img-box img {
        
    filter: brightness(0) invert(1); 

}

.service_section .owl-nav {
  
    display: none; 
}

.service_section .owl-dots {
    
    display: flex;
    justify-content: center;
    margin-top: 25px; 

}
  
.service_section .owl-dots .owl-dot {
    
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 100%;
    margin: 0 2px;
    background-color: #ccc;
    outline: none; 

}
    
.service_section .owl-dots .owl-dot.active {
      
    background: #0099CC; 

}

.about_section .row {

    align-items: center;
    padding: 0px 15px 0px 15px !important;

}

.about_section .img-box {

    position: relative;
    /*overflow: hidden;*/
    height: 100%; 

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

}

.about_section .detail-box p {
    
    color: #1f1f1f;
    margin-top: 15px; 

}

.about_section .detail-box a {
    
    display: inline-block;
    padding: 10px 35px;
    background-color: #0099CC;
    text-align: center;
    color: #000000;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    border-radius: 5px;
    transition: all .3s;
    border: 2px solid #000000;
    box-shadow: 1px 1px 3px 2px #000000;
    margin-top: 15px; 

}
  
.about_section .detail-box a:hover {
    
    color: #000000;
    box-shadow: 1px 1px 0px 0px #000000;
    font-size: 15px;

}

.about_section .btn_box {
    
    display: flex; 

}

.about_section .btn_box button {
    
    display: inline-block;
    padding: 12px 55px;
    background-color: #0099CC;
    color: #000000;
    border-radius: 0px;
    transition: all .3s;
    width: 100%;
    border: 2px solid #000000;
    box-shadow: 1px 1px 3px 2px #000000;
    

}

.team_section .box {
        
    display: flex;
    flex-direction: column;
    background-color: #0099CC;
    border-radius: 10px;
    /*overflow: none;*/
    margin-top: 45px;
   
}
  
.team_section .box .img-box {
       
    width: 100%;
    height: auto;
    
}
    
.team_section .box .img-box img {
    
  
    width: 100%;
    height: auto;
    
}
  
.team_section .box .detail-box {
    
    width: 100%;
    color: #000000;
    padding: 25px 15px;
    text-align: center; 
}

.team_section h5 {
    
   font-weight: bold; 
    
}

.team_section h6 {
    
   font-weight: bold; 
    
}

.gallery {
    
    display: none;   
    
}

.img-scale {
    
    width: 300px;
    height: 300px;
    object-fit: scale-down;
    
}

.team_section .btn-box {
    
    display: flex;
    justify-content: center;
    margin-top: 45px; 

}

.team_section .btn-box a {
    
    display: inline-block;
    padding: 10px 45px;
    background-color: #0099CC;
    text-align: center;
    color: #000000;
    font-weight: 600;
    min-width: 200px;
    max-width: 200px;
    width: 200px;
    min-height: 45px;
    max-height: 45px;
    height: 45px;
    border-radius: 5px;
    transition: all .3s;
    border: 2px solid #000000;
    box-shadow: 1px 1px 3px 2px #000000;

}
    
.team_section .btn-box a:hover {
      
    box-shadow: 1px 1px 0px 0px #000000;
    font-size: 15px;

}

.contact_section {
    
    position: relative;
    background-color: #f9f9f9; 

}
  
.contact_section .heading_container {
    
    margin-bottom: 25px; 

}

.contact_section .row {
    
    align-items: center;
    padding: 0px 5px 0px 5px;

}
  
.contact_section .form_container {
    
    padding: 45px 0px 45px 0px;
    font-size: 15px;

}

.contact_section .form_container .form-control {
    
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 5px;
    outline: none;
    color: #101010;
    border-radius: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    

}
      
.contact_section .form_container .form-control::placeholder {
    
    color: #565554;  
    
}
      
.contact_section .form_container .form-control.message-box {
    
    height: 95px; 

}
    
.contact_section .form_container .btn_box {

    
    display: flex; 

}
      
.contact_section .form_container .btn_box button {
    
    display: inline-block;
    padding: 10px 0px;
    background-color: #0099CC;
    color: #000000;
    font-weight: 600;
    border-radius: 5px;
    transition: all .2s;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    border: 2px solid #000000;
    box-shadow: 1px 1px 3px 2px #000000;

}
        
.contact_section .form_container .btn_box button:hover {
    
    box-shadow: 1px 1px 0px 0px #000000;
    font-size: 15px;

}

.contact_section .btn_box {

    display: flex;
    justify-content: center;
    margin-top: 45px; 
    
    
}

.contact_section .btn_box a {
    
    display: inline-block;
    padding: 10px 45px;
    background-color: #0099CC;
    text-align: center;
    color: #000000;
    font-weight: 600;
    
    width: 100%;
    min-height: 45px;
    max-height: 45px;
    height: 45px;
    border-radius: 5px;
    transition: all .3s;
    border: 2px solid #000000;
    box-shadow: 1px 1px 3px 2px #000000;


}
        
.contact_section .btn_box a:hover {
    
    box-shadow: 1px 1px 0px 0px #000000;
    font-size: 15px;

}



.contact_section .img-box {
    
    overflow: hidden;

}
    
.contact_section .img-box img {
    
    min-width: 100%; 

}

.client_section .client_container {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 15px; 

}
  
.client_section .client_container .img-box {
    
    width: 125px; 

}
    
.client_section .client_container .img-box img {
    
    width: 100%;
    border-radius: 5px; 

}
  
.client_section .client_container .detail-box {
    
    margin-top: 25px; 

}

.client_section .client_container .detail-box h5 {
    
    color: #1d1b28;
    margin-bottom: 15px; 

}
    
.client_section .client_container .detail-box p {
    
    color: #1d1b28;
    margin: 20px; 

}

.client_section .client_container .detail-box span {
        
    margin-top: 25px;
    color: #1eb36a;
    font-size: 28px; 

}
.client_section .carousel-control-prev, .client_section .carousel-control-next {
    
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: #000000;
    opacity: 1;
    top: 28%;
    color: #ffffff;
    font-size: 12px;
    margin: 0 2.5px; 

}

.client_section .carousel-control-prev {
    
    left: 15%; 

}

.client_section .carousel-control-next {
    
    right: 15%; 

}

.client_section .carousel_btn-box {
    
    display: flex;
    justify-content: center; 

}

.info_section {
  
    background-color: #0099CC;
    color: #ffffff;
    padding: 15px 0px 0px 0px; 

}

.info_section h5 {
    
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold; 

}

.info_section .info_top {
    
    margin-bottom: 0px; 

}

.info_section .info_top .row {
    
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
            
}

.info_section .info_contact {
      
    display: flex;
    justify-content: space-between;
    min-width: 200px;  /* 245px */
    

}
    
.info_section .info_contact span {
 
    padding: 0px 0px 0px 0px;    
    margin: 0px -80px 0px 0px;    
    
}

.info_section .info_contact a {      
    
    display: flex;
    align-items: center;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
        
}
      
.info_section .info_contact a i {
    
    margin-right: 5px;
    font-size: 14px; 
    
}

.info_section .social_box {
    
    display: flex;
    justify-content: flex-end; 

}

.info_section .social_box a {
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: auto;
    border-radius: 5px;
    color: #ffffff;
    margin: 10px;
    font-size: 24px; 

}

.info_section .social_box img {
    
    width: 100px;
    height: auto;

}

.info_section .info_bottom .row > div {
    
    margin-bottom: 0px; 

}
  
.info_section .info_menu {
    
    display: flex;
    flex-direction: column;
    padding-left: 0; 

}

.info_section .info_menu li {
    
    list-style-type: none;
    margin-bottom: 0px; 

}
      
.info_section .info_menu li a {

    color: #ffffff; 

}

.info_section .info_form input {
    
    width: 100%;
    border: none;
    height: 45px;
    margin-bottom: 25px;
    padding-left: 25px;
    background-color: #eaeaea;
    outline: none;
    color: #101010; 

}

.info_section .info_form button {
    
    display: inline-block;
    padding: 10px 45px;
    background-color: #0099CC;
    color: #ffffff;
    border-radius: 5px;
    transition: all .3s;
    border: 1px solid #0099CC; 

}

.info_section .info_form button:hover {
    
    background-color: transparent;
    color: #0099CC; 

}


/******************************** Gallery Section *****************************************************************/

.gallery-grid-container {
    
    display: grid;
    -webkit-grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    /*grid-template-columns: 300px 300px 300px;*/
    grid-gap: 10px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    justify-content: center;

}

.gallery-grid-container > div {
    
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 0px #000000;
    justify-content: center;
    
}

.gallery-grid-container > div a {

    color: #FFFFFF; 
    
}

.gallery-grid-container img {
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 300px;
    width: 100%;  
    object-fit: cover;
    -webkit-object-fit: cover;
}


@media (max-width: 992px) {
    
    
    .gallery-grid-container {
    
    display: grid;
    -webkit-grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    /*grid-template-columns: 300px 300px 300px;*/
    grid-gap: 10px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    justify-content: center;

}
    
    .gallery-grid-container img {
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;  
    -webkit-object-fit: cover;
    object-fit: cover;
}

}


@media (max-width: 767px) {
    
    
    .gallery-grid-container {
    
    display: grid;
    -webkit-grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    /*grid-template-columns: 300px 300px 300px;*/
    grid-gap: 10px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    justify-content: center;

}
    
    .gallery-grid-container img {
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;  
    object-fit: cover;
    -webkit-object-fit: cover;
}

}



/* footer section*/


.grid-container {
    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    -webkit-grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 15px;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 0px;
    margin: 30px 0px 30px 0px;

}

/*.grid-container a {
    
    color: #FFFFFF;
    width: auto;
    height: auto;
    
    
}*/

/*.grid-container div {
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    background-color: #00B8F5;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 2px #000000;
    border-radius: 20px;
    box-shadow: 3px 3px 6px 1px black;
    
    
}*/

.schnauzers-grid {
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #0099CC !important;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 2px #000000;
    border-radius: 20px;
    box-shadow: 3px 3px 6px 1px black;
    
}

.schnauzers-grid a {
    
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
      
}
    
.schnauzers-grid a:hover {
    
    color: black;
    font-weight: bold;
    transition: all .3s;
    
}

.site-map-grid {
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #0099CC;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 2px #000000;
    border-radius: 20px;
    box-shadow: 3px 3px 6px 1px black;
    
}

.site-map-grid a {

    color: #ffffff;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
      
}
    
.site-map-grid a:hover {
    
    color: black;
    font-weight: bold;
    transition: all .3s;
    
}


/***************************************************************************************/
/****************************** DROPDOWN MENUS *****************************************/
/***************************************************************************************/


.dropdown {
    
    position: relative;
    display: inline-block;
    text-align: center !important;
    justify-content: center !important;
    width: 100%;
    z-index: 10;
    
}

.dropdown > ul {
    
    display: none;
    position: absolute;
    list-style-type: none;
    background-color: #0099CC;
    padding: 0;
    width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
}

.dropdown > ul a {
    
    display: flex;
    color: #FFFFFF;
    width: 100%;
    height: auto;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
     padding: 10px 20px 10px 20px;
    
}

.dropdown > ul a:hover {

    color: #000000;
    font-weight: bolder;
    /*text-shadow: 1px 1px 3px #000000;*/
    background-color: #f9f9f9;    
    
}

.dropdown:hover > ul {

    display: block;
    background-color: #0099CC;
    z-index: 1000;
    
}

.dropdown-hilight a:hover {
    
    background-color: #0099CC !important;
    z-index: 1000;
    
}

.dropdown-hilight .dropdown:before a:hover {
    
    background-color: #0099CC !important;
    z-index: 1000;
    
}

@media (max-width: 992px) {


    .dropdown {
    
        position: relative;
        display: inline-block;
        text-align: center !important;
        justify-content: center !important;
        width: 100%;
        z-index: 10;
        
        
    }
    
    .dropdown > ul {
    
        display: none;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        padding: 10px;
        box-shadow: 0px 0px 15px 10px rgba(0,0,0,1.0) !important;
        z-index: 10;
        
        
    }
    
    
    .dropdown > ul a {
    
        display: flex;
        justify-content: center !important;
        color: #ffffff;
        font-weight: bold;
        text-align: center !important;
        width: 100%;
        height: auto;
      /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
        padding: 10px 20px 10px 20px;
        z-index: 10;
        
    
}

dropdown > ul a:hover {
    
    color: #000000;
    font-weight: bolder;
    text-shadow: 1px 1px 3px #000000 !important;
    background-color: #f9f9f9 !important;    
    
    }
    
.dropdown:hover > ul {
    
        display: block;
    
    }    
    
}
    
    
/*.dropdown-content {
    
        display: none;
        position: relative;
        background-color: #0099CC;
        float: left;
        width: 230px;
        text-align: center !important;
        justify-content: center !important;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
}

    .dropdown-content a {
    
    display: flex;
    justify-content: center !important;
    color: #FFFFFF;
    text-align: center !important;
    width: 100%;
    height: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 20px 10px 20px;
    z-index: 1;
    
}
    
    .dropdown:hover .dropdown-content {
    
        display: block;
    
    }*/
    
    
    

/************************************* DROPDOWN TESTING AREA ********************************************************/


/*.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active-nav {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
*/

/************************************* DROPDOWN TESTING AREA ********************************************************/


.sitemap-row span {
    
    margin: 20px 20px 20px 20px;    
    
}

.sitemap-row span a {
 
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
          
}

.footer-center-text {
    
    text-align: center;
    
}


.footer_section {

    position: relative;
    background-color: #ffffff;
    text-align: center; 

}

.footer_section p {
    
    color: #FFFFFF;
    padding: 10px 0;
    margin: 0; 

}
    
.footer_section p a {
    
    color: inherit; 

}
