body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    background-color: #f8f4f4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif', serif;
}

a, .text-primary {
    color: #00AEF5;
}

img {
    max-width: 100%;
}

.bg-primary {
    background-color: #00AEF5 !important;
}

.btn-outline-primary {
    border-color: #00AEF5 !important;
}

section {
    padding: 50px 0;
}

section .section-title {
    text-align: center;
    font-size: 2.5rem;
}

.bg-white {
    background-color: white;
}

header {
    padding: 15px 0;
}

#top-logo {
    text-align: center;
}

#top-logo img {
    max-height: 80px;
}

#logo {
    font-family: Lucida Sans; 
    font-size: 2.375rem;
    color: #00AEF5;
    font-weight: bolder;
    margin: 0;
}

.nav-link {
    min-width: 12vw;
    position: relative;
}

.nav-link:after {
    content: "|";
    position: absolute;
    top: 0;
    margin-left: 0;
    right: 0;
    line-height: 3rem;
}

li.nav-item:last-child .nav-link:after {
    opacity: 0;
}

.carousel-inner .carousel-item{
    height:70vh;
    background-size:cover;
    background-position: center center;
}

.carousel-caption {
    font-family: 'Noto Serif', serif;
    font-size: 2.5rem;
    text-shadow: 2px 2px #000;
    display: none !important;
}

.transparent-bg {
    background-color: transparent !important;
}

.bg-primary, .btn-primary {
    background: #3db7ef;
    fill: #3db7ef;
}

.divider {
    width: 40px;
    height: 2px;
    padding: 0;
    margin: 21px auto 21px;
    background: #b7b7b7;
    border: none;
}

.partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.partner-logo img {
    max-width: 270px;
    max-height: 90px;
}

.partner-logo-list {
    position: relative;
    width: auto;
    height: 130px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}







/*New Css start here*/
nav.navbar.navbar-expand-lg.navbar-light {
    background: #efefef;
}

.single-client.text-center img {
    max-width: 100%;
    max-height: 100px;
    margin-bottom: 15px;
}

.single-client {
    padding: 15px;
    border: 1px solid #efefef;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    justify-content: center;
}

.single-client a {
    display: block;
}

.single-client a h5 {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 600;
    color: #333;
}
/*New Css End Here*/




footer {
    background-color: #2D3B58;
    color: white;
    padding: 100px 0 0;
}

footer ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin-left: 0;
    width: 100%;
}

footer .bottom {
    background-color: #172646;
    padding: 50px 0 25px;
    margin: 50px 0 0;
}

.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    text-align: justify;
}

section.banner {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
}

section.banner iframe {
    height: 50vh !important;
}

.height-120 {
    height: 120px;
}

.no-border {
    border: none;
}

.ct-header-holder {
    display: flex;
}
.ct-header-info-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}
.ct-header-info-item .h-item-icon {
    line-height: 1;
}

.ct-header-info-item .h-item-meta {
    font-size: 15px;
    color: #1a1a1a;
    margin-left: 10px;
}

.ct-header-info-item i {
    font-size: 40px;
    color: #00AEF5;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.ct-header-info-item:hover .h-item-icon i {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.ct-header-info-item .h-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ct-header-info-item .h-item-meta label {
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    text-align: left;
}

.ct-header-info-item .h-item-meta span a {
    line-height: normal;
    font-weight: 400;
    color: #666;
    display: block;
    text-decoration: none;
}

#partner-list .card, #partner-list .card-footer {
    border-color: #00000d10;
}

#partner-list .card-footer {
    background-color: transparent;
    color: black;
}

#partner-list .card-footer a {
    color: black;
}

#partner-list .card.transparent-bg:hover {
    background-color: #fff !important;
}

#partner-list .card-footer h5 {
    margin: 0;
}

.social-box .box{
    min-height: 296px;
    background: #FFF;
    border-radius: 10px; 
    padding: 40px 10px;
    margin: 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    text-align: center;
    color: #00AEF5;
}
.social-box .box:hover {
    box-shadow: 0 0 6px #4183D7;
 }
 
 .social-box .box .box-text{
     margin:20px 0px;
     font-size: 15px;
     line-height: 30px;
     color: #1a1a1a;
 }
 
 .social-box .box .box-btn a{
     text-decoration: none;
     color: #4183D7;
     font-size: 16px;
 }
 
 .fa{
      color:#00AEF5;
 }

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
























.slider-text h3 {
    font-family: 'Noto Serif', serif;
    font-size: 2.5rem;
    text-shadow: 2px 2px #000;
    color: #fff;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}








section#Products-list {
    background: #efefef;
}

section#Products-list h3 {
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

section#Products-list .single-product {
    margin-bottom: 70px;
}

section#Products-list .single-product h4 {
    margin-bottom: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}

.single-product .single-product-image {
    /*overflow: hidden;*/
    /*height: 250px;*/
}

.single-product .single-product-image img {
    /*min-height: 250px;*/
    /*max-height: 280px;*/
    min-width: 100%;
}

.single-product-info {
    display: none;
}

a.contact-link {
    width: 300px;
    height: 250px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
    background: #ececec;
    color: #333;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
}




/*Responsive CSS*/

@media (min-width: 350px) and (max-width: 767.98px) {

    a.navbar-brand.d-block.d-sm-none {
        opacity: 0;
    }

    .nav-link:after {
        display: none;
    }

    section {
        padding: 30px 15px;
    }

    section#Business-partners-section .d-flex {
        display: unset !important;
    }

    section#Business-partners-section .d-flex .partner-logo {
        height: 80px;
    }

    .slider-text h3 {
        font-size: 1.5rem;
        padding: 55px;
    }

    .divider.mb-5 {
        margin-bottom: 20px !important;
    }

    footer {
        padding: 30px 0 0;
    }

    footer .col-sm-5 a {
        display: block;
        text-align: center;
    }

    section .section-title {
        font-size: 2rem;
    }

    .lib-row.lib-desc.mt-5.mb-5 {
        margin: 0 !important;
    }

    .social-box .box {
        min-height: auto;
        margin: 0;
        padding: 15px;
    }


}

@media (min-width: 1367px) and (max-width: 2400px) {
    
}

