@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Roboto+Condensed:wght@300;400;700&family=Sora:wght@300;400;500;600;700&display=swap');
html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    background-color: #F0F0F0;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    color: #000000;
    outline: 0;
}

a:hover {
    color: #36abd8;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}

p:last-child {
    margin-bottom: 0;
}


/* Common CSS Start Here */

.comnpadding {
    position: relative;
    padding: 30px 0px;
}

.comntitle {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.comnheading {
    display: inline-block;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.comnheading::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -26px;
    width: 56px;
    height: 56px;
    background-color: #FECD08;
    z-index: -1;
}

.comnsubheading {
    display: table;
    margin: auto;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    color: #EC1A43;
    text-transform: capitalize;
}

.comnsubheading span {
    display: inline-block;
    position: relative;
}

.comnsubheading span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #36abd8;
}

.comnbtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #36abd8;
    padding: 12px 30px;
    border: 1px solid #36abd8;
    border-radius: 0;
}

.comnbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #EC1A43;
    z-index: -1;
    transition: width 300ms ease-in-out;
}

.comnbtn:hover {
    border-color: #EC1A43;
    color: #FFFFFF;
}

.comnbtn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.comnbtn i {
    margin-left: 15px;
    font-size: 24px;
    line-height: 1;
}

.comnborder {
    margin: 30px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
}

.comn-zoom {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #36abd8;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #36abd8;
    font-size: 18px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #36abd8;
    color: #FFFFFF;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #36abd8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #36abd8;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    /*background-color: transparent;*/
    color: #333333;
    font-size: 14px;
    line-height: 100%;
    /*text-transform: capitalize;*/
    border: 1px solid rgba(51, 51, 51, 0.25);
    padding: 15px 20px;
    border-radius: 0px;
    height: auto;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: #333333;
}

.form-control::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.form-control:focus::placeholder {
    color: #333333;
}


/* Common CSS End Here */


/* Header CSS Start Here */

header {
    position: relative;
    z-index: 5;
}

.navbar {
    padding: 0px 0;
}

.navbar-light .navbar-nav .nav-item {
    margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .dropdown-item {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffd11a;
}

.navbar-light .dropdown-menu {
    min-width: 12rem;
}

.navbar-light .dropdown-item {
    font-size: 14px;
    padding: .5rem 1.2rem;
    color: #333;
}

.navbar-light .dropdown-item:focus,
.navbar-light .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #36abd8;
}

.loginbtn {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
    background-color: transparent;
    border: 1px solid #EC1A43;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
    background-color: #EC1A43;
}

.loginbtn i {
    margin-right: 15px;
}

.loginbtn:hover {
    background-color: #EC1A43;
    color: #FFFFFF;
    border-color: #EC1A43;
}

.navbar-light .navbar-brand {
    margin-left: auto;
    padding: 0;
}

.navbar-light .navbar-brand .blue-logo {
    max-height: 70px;
}
.navbar-collapse {
    -ms-flex-positive: 0;
    flex-grow: 0;
}


/* Header CSS End Here */


/* banner CSS Start Here */

.banner {
    position: relative;
    padding-top: 5px;
    padding-bottom: 30px;
}

.banner::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    /* width: 870px;
    height: 870px;
    border-top: solid 435px #36abd8;
    border-left: solid 435px #36abd8;
    border-right: solid 435px transparent;
    border-bottom: solid 435px transparent; */
}

.banner::before {
    height: 150%;
    width: 65%;
    border: 0 !important;
    /* background: -moz-linear-gradient(left,transparent 50%,rgba(0,0,0,.7) 50.1%);
    background: -webkit-linear-gradient(left,transparent 50%,rgba(0,0,0,.7) 50.1%); */
    background: linear-gradient(to left top, transparent 50%, #209ad6 50.1%);
}

.bannerbox {
    position: relative;
    padding: 160px 60px;
}

.bannerbox::after,
.banner-inner-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 64.15%);
}

.bannerbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerboxdetail {
    position: relative;
    z-index: 1;
}

.bannerboxdetail aside {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #333;
}

.bannertitle {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    background-color: #36abd8;
    color: #FFFFFF;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bannerboxdetail p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    /*text-transform: capitalize;*/
    color: #333;
}

#banner.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}

#banner.owl-carousel .owl-nav button.owl-prev {
    margin-bottom: 20px;
}

#banner.owl-carousel .owl-nav button.owl-next,
#banner.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

#banner.owl-carousel .owl-nav button.owl-next:hover,
#banner.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #FFFFFF;
    color: #36abd8;
}

.bannersocialist {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.bannersocialist li {
    margin-bottom: 20px;
}

.bannersocialist li:last-child {
    margin-bottom: 0;
}

.bannersocialist li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    color: #36abd8;
    font-size: 16px;
}

.bannersocialist li a:hover {
    background-color: #ec1a43;
    color: #FFFFFF;
}

.bannerelement {
    position: absolute;
    bottom: -30px;
    left: -10px;
    z-index: 1;
}


/* banner CSS End Here */


/* About CSS Start Here */

.aboutimg {
    position: relative;
    padding-right: 90px;
}

.aboutimg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #36abd8;
    width: 30%;
    height: 15px;
    border-top-right-radius: 100px;
}
.aboutimg>img {
    height: 428px;
    object-fit: cover;
}
.aboutimg .comn-zoom {
    width: 95%;
}

.about-sml-img {
    position: relative;
    margin-left: auto;
    display: table;
    margin-right: -40px;
    margin-top: -20%;
    border: 5px solid #F0F0F0;
    max-width: 45vw;
}

.aboutplay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100px;
    color: #36abd8;
    font-size: 22px;
    margin: auto;
}

.aboutplay:hover {
    background-color: #EC1A43;
    color: #FFFFFF;
}

.aboutplay i {
    margin-left: 5px;
    margin-top: 2px;
}

.textstroke {
    position: absolute;
    right: -185px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 107px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 54, 114, 0.25);
}

.aboutpara {
    font-size: 18px;
    text-transform: capitalize;
    color: #333333;
    line-height: 160%;
    margin-bottom: 30px;
}

.aboutpara span {
    font-weight: 700;
    color: #333;
}

.aboutiocdiv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.aboutiocdiv img {
    margin-right: 10px;
}

.aboutiocdiv aside {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-transform: capitalize;
    color: #333;
}

.aboutiocdiv p {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.aboutlist {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.aboutlist li {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-transform: capitalize;
    color: #333;
    padding-left: 20px;
    margin-right: 30px;
}

.aboutlist li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #36abd8;
    border-radius: 50%;
}

.about .comnbtn {
    margin-top: 30px;
}


/* About CSS End Here */


/* Gallery CSS Start Here */

.gallery {
    position: relative;
}

.galleryelement {
    position: absolute;
    top: 35px;
    left: 30%;
    transform: translateX(-50%);
    opacity: .5;
}

.gallerylink {
    text-align: right;
    margin-top: -70px;
    margin-bottom: 50px;
}

.gallerylink a {
    font-size: 16px;
    line-height: 100%;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #333333;
}

.gallerylink a:hover {
    font-weight: 500;
    color: #000;
}

.gallerymain {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.galleryrightside {
    width: 50%;
    padding-left: 10px;
}

.galleryrightside .gallerybox {
    height: 100%;
}

.galleryleftside {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.gallerybox {
    overflow: hidden;
    position: relative;
    /* width: 545px;
    height: 360px;
    margin: 5px; */
}

.gallerybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.galleryleftside .gallerybox {
    /* width: 266px;
    height: 175px; */
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.galleryleftside .gallerybox:nth-child(-n+2) {
    margin-top: 0px;
}

.galleryoverlay {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    background-color: rgba(0, 54, 114, 0.75);
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.galleryrightside .galleryoverlay {
    left: 0px;
    right: 0px;
}

.gallerplusioc {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #FFFFFF;
}

.gallerplusioc:hover {
    color: #FECD08;
}

.galleryoverlay aside {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}


/* Gallery CSS End Here */


/* Services CSS Start Here */

.services {
    padding-bottom: 60px;
}

.servicesbox {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(32, 154, 214, 0.25);
    padding: 50px 20px 20px;
    position: relative;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.servicesbox::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 54, 114, 0.6);
    opacity: 0;
}

.servbgimg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.servicesbox:hover::after,
.servicesbox:hover .servbgimg {
    opacity: 1;
}

.servicesboxinner {
    position: relative;
    z-index: 1;
}

.servicon {
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}

.servicon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.servicesbox:hover .servicon .themeicon,
.servicon .whiteicon {
    opacity: 0;
}

.servicesbox:hover .servicon .whiteicon {
    opacity: 1;
}

.servicesboxinner span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #209AD6;
    margin-bottom: 15px;
}

.servicesboxinner h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
    color: #36abd8;
    margin-bottom: 50px;
}

.servicesboxinner .comnborder {
    margin: 0 0 30px;
}

.servicesbox:hover .servicesboxinner .comnborder {
    border-color: rgba(255, 255, 255, 0.25);
}

.servicesboxinner a {
    display: inline-block;
    font-size: 14px;
    line-height: 96%;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #EC1A43;
}

.servicesbox:hover .servicesboxinner span,
.servicesbox:hover .servicesboxinner h3,
.servicesbox:hover .servicesboxinner a {
    color: #FFFFFF;
}

.servicesboxinner a i {
    color: #EC1A43;
    margin-left: -12px;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.servicesbox:hover .servicesboxinner a i {
    margin-left: 5px;
    opacity: 1;
    color: #FFFFFF;
}

#services .owl-nav button.owl-prev,
#services .owl-nav button.owl-next {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    left: -70px;
}

#services .owl-nav button.owl-next {
    left: auto;
    right: -70px;
}


/* Services CSS End Here */


/* Blog CSS Start Here */

.blog {
    background-color: rgba(0, 54, 114, 0.025);
    position: relative;
    padding: 60px 0px;
}

.blogpattern {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
}

.blogelement {
    position: absolute;
    top: 65px;
    left: 62%;
    transform: translateX(-50%);
    opacity: 0.5;
}

.blogbox {
    background-color: rgba(255, 255, 255, 0.6);
}

.blogboxinner {
    padding: 15px 20px 30px;
}

.blogboxinner span {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #36abd8;
    display: block;
    text-align: right;
    margin-bottom: 15px;
}

.blogboxinner span span {
    margin: 0px 5px;
    display: inline-block;
}

.blogboxinner aside {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: #36abd8;
    margin-bottom: 15px;
}

.blogboxinner p {
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogboxinner .comnborder {
    margin: 0;
    margin-bottom: 20px;
}

.readcom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.readcom a {
    display: inline-block;
    font-size: 16px;
    line-height: 96%;
    text-align: center;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #EC1A43;
}

.readcom a:hover {
    color: #36abd8;
}

.readcom span {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #EC1A43;
}

.readcom span i {
    margin-right: 10px;
}


/* Blog CSS End Here */


/* Equipment CSS Start Here */

.equipment {
    padding: 60px 0px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.25);
}

.equipattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.equipattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
}

.equiptabs .nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}

.equiptabs .nav-tabs .nav-link {
    border: 1px solid #36abd8;
    border-radius: 0px;
    font-size: 14px;
    line-height: 100%;
    color: #36abd8;
    padding: 12px 30px;
    text-transform: capitalize;
}

.equiptabs .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: #36abd8;
}

.equipbox {
    background-color: #FFFFFF;
    text-align: center;
}

.equipboxinner {
    padding: 20px;
}

.equipboxinner .comnborder {
    margin: 0;
    margin-bottom: 20px;
}

.equipboxinner aside {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #36abd8;
}

#equipment1 .owl-nav button.owl-prev,
#equipment1 .owl-nav button.owl-next,
#equipment2 .owl-nav button.owl-prev,
#equipment2 .owl-nav button.owl-next,
#testimonial .owl-nav button.owl-next,
#testimonial .owl-nav button.owl-prev {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    left: -70px;
}

#equipment1 .owl-nav button.owl-next,
#equipment2 .owl-nav button.owl-next,
#testimonial .owl-nav button.owl-next {
    left: auto;
    right: -70px;
}


/* Equipment CSS End Here */


/* Contact CSS Start Here */

.contact {
    padding: 60px 0px;
    position: relative;
}

.contactelement {
    position: absolute;
    top: 65px;
    left: 67.5%;
    transform: translateX(-50%);
    opacity: .5;
}

.contactmap {
    width: 100%;
    height: 390px;
}

.contactdetails aside {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    /* color: #EC1A43; */
    margin-bottom: 30px;
}

.contactdetails .comnbtn {
    padding: 0;
    background-color: #36abd8;
    margin-top: 20px;
}

.contactdetails .comnbtn:hover {
    background-color: transparent;
}

.contactdetails .comnbtn button {
    border: none;
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 30px;
    background-color: transparent;
}


/* Contact CSS End Here */


/* Footer CSS Start Here */

footer {
    background-color: #222;
    padding-top: 40px;
    position: relative;
}

.footerbgimg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.footerbgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footerlogo {
    display: inline-block;
    margin-bottom: 30px;
}

.footerpara {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.footersociallist {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
}

.footersociallist li {
    margin-right: 20px;
}

.footersociallist li:last-child {
    margin-right: 0;
}

.footersociallist li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFFCC;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.footersociallist li a:hover {
    background-color: #FFFFFF;
    color: #36abd8;
}

.footertitle {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.footerlist,
.footercontactlist {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footerlist li {
    margin-bottom: 10px;
}
.footer-detail-box span,
.footerlist li a,
.footercontactlist li {
    font-size: 14px;
    line-height: 160%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.65);
    position: relative;
    padding-left: 15px;
}

.footerlist li a:hover {
    color: #FFFFFF;
}

.footerlist li a::before,
.footercontactlist li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    width: 5px;
    height: 5px;
    background-color: rgb(255, 255, 255, 0.65);
    border-radius: 50%;
}

.callmail {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.callmail img {
    margin-right: 15px;
}

.callmail aside {
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.callmail aside a {
    display: table;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.callmail aside a:hover {
    color: #FECD08;
}

footer .comnborder {
    border-color: rgba(255, 255, 255, 0.25);
}

.footerbottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    position: relative;
}

.footerbottom p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.85);
}

.footerbottom aside {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.85);
}

.footerbottom aside span {
    display: inline-block;
    margin: 0px 5px;
}

.navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
}


/* Footer CSS End Here */


/* inner pages */


/* .banner-inner:before {
    height: 475px;
    width: 50%;   
    border: 0 !important;
    background: -moz-linear-gradient(left,transparent 50%,rgba(0,0,0,.7) 50.1%);
    background: -webkit-linear-gradient(left,transparent 50%,rgba(0,0,0,.7) 50.1%);
    background: linear-gradient(to left top,transparent 50%,#36abd8 50.1%);
} */

.banner-inner-page {
    position: relative;
    /*min-height: 540px;
    display: grid;*/
}
.banner-inner-page>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-inner-page .bannerboxdetail {
    /*position: absolute;*/
    left: 0;
    top: 0;
    bottom: 0;
    /*margin: auto;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding-left: 60px;*/
}

.banner-inner-page h1 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 36px;
    color: #333;
    margin-bottom: 30px;
    /*padding-left: 25px;*/
}

.banner-inner-page h1::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 56px;
    height: 56px;
    background-color: #FECD08;
    z-index: -1;
    display: none;
}

.second-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 100%;
    letter-spacing: 0.015em;
    color: #333;
    margin-bottom: 15px;
}

.comman-para {
    font-size: 16px;
    line-height: 160%;
}

.section-titleinner {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    display: table;
    margin: 0 auto 40px;
    padding-bottom: 20px;
}

.section-titleinner:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 55px;
    height: 0px;
    border-bottom: 1px solid #333;
    margin: auto;
}

.white-box {
    background-color: #fff;
    border: 1px solid #BCDBEA;
    padding: 30px 20px;
}

.galleryoverlay.space0 {
    left: 0px;
    right: 0px;
}

.equipments-facilities-section {
    position: relative;
}

.equipments-facilities-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 670px;
    background: url(../images/equipments-bg.png) no-repeat center bottom;
    background-size: cover;
    mix-blend-mode: darken;
}

.equipments-title {
    background-color: #36abd8;
    height: 50px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.equipments-row {
    margin-right: -20px;
    margin-left: -20px;
}

.equipments-row>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.equipments-single {
    margin-bottom: 40px;
}

.equipments-thumbs {
    position: relative;
    overflow: hidden;
}

.detail-list-studies-section {
    background: rgba(0, 54, 114, 0.025);
    padding: 60px 0;
}

.list-table-box .table td,
.list-table-box .table th {
    padding: .3rem .75rem;
    vertical-align: middle;
    border-top: 0;
    height: 36px;
    line-height: normal;
}
.list-table-box tr td:first-child {
    white-space: nowrap;
}

.list-table-box .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.list-table-box .table-striped tbody tr:nth-of-type(even) {
    background-color: #F0F0F0;
}

.list-table-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    padding: 20px 15px;
}

.five-batch-study-section {
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #2564A9 0%, #36abd8 100%);
    padding: 60px 0;
    color: #fff;
}

.five-batch-study-section:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/five-batch-bg.png) no-repeat right top;
    /* background-size: auto 100%; */
    width: 100%;
    height: 100%;
}

.section-titleinner.title-left {
    text-align: left;
    display: block;
}

.section-titleinner.title-left:after {
    margin: 0;
}

.section-titleinner.text-white:after {
    border-bottom: 1px solid #fff;
}

.point-list{
    margin-bottom: 0px;
}

.point-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

/*.point-list li:last-child {
    margin-bottom: 0px;
}*/

.point-list li:before {
    /* content: "\f6e1"; */
    /* font-family: "Font Awesome 5 Pro"; */
    /* font-size: 14px; */
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url(../images/flask-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.five-batch-study-section .point-list li:before,
.capabilities-infrastructure-section .point-list li:before {
    background-image: url(../images/flask-icon-2.svg);
}

.five-batch-study-section .point-list li,
.toxicology-section .point-list li {
    margin-bottom: 15px;
}

.point-list.text-18 li,
.text-18 {
    font-size: 18px;
}

.five-batch-study-section .equipments-title {
    background-color: transparent;
    padding: 0;
}

.stability-studies-section {
    padding: 60px 0;
}

.text-blue {
    color: #36abd8 !important;
}

.machinery-equipments-section {
    padding-bottom: 60px;
}

.machinery-equipments-section:after {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/machinery-equipments-bg.png) no-repeat right top;
    z-index: -1;
}

.kilo-lab-section {
    /* background: url(../images/kilo-lab-bgimg.jpg) no-repeat right top / cover; */
    padding: 135px 0 200px;
    position: relative;
}

.kilo-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kilo-bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kilo-lab-section .white-box {
    background: rgba(255, 255, 255, 0.9)
}

.dotted-petern {
    position: absolute;
    left: 30px;
    bottom: 10px;
}

.services-offered-section {
    padding-bottom: 60px;
}

.technologies-develop-section {
    background: rgba(0, 54, 114, 0.025);
    padding: 60px 0;
}

.technologies-develop-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/technologies-develop-bg.png) no-repeat center bottom;
    background-size: cover;
    mix-blend-mode: darken;
}

.technologies-develop-img2 {
    position: absolute;
    bottom: 30px;
    right: 15px;
    border: 5px solid #fff;
    z-index: 1;
}

.technologies-develop-img-area .dotted-petern {
    left: auto;
    bottom: auto;
    right: 15px;
    top: 30%;
}

.lab-facilities-section {
    padding: 60px 0;
}

.lab-facilities-section .comnborder,
.testing-facilities-section .comnborder {
    margin: 60px 0px;
}

.rnd-synthesis-section {
    padding-bottom: 70px;
}

.rnd-synthesis-box {
    position: relative;
    background-color: #fff;
    padding: 50px 20px 50px 50px;
}

.rnd-synthesis-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    bottom: -20px;
    background-color: #CCDFF5;
    width: 32%;
}

.capabilities-infrastructure-section {
    background: url(../images/capabilities-infrastructure-bg.jpg) no-repeat right top / cover;
    background-image: none;
    padding: 60px 0;
    color: #fff;
}

.capabilities-infrastructure-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.19deg, rgb(54 171 216 / 80%) 0.51%, rgba(0, 54, 114, .75) 99.82%);
}

.rnd-supported-section {
    padding: 60px 0;
}

.toxicology-section .dotted-petern {
    position: absolute;
    left: -50px;
    bottom: 40px;
}

.testing-facilities-single {
    height: 100%;
    margin-top: 20px;
}

.testing-facilities-single .equipments-thumbs {
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    min-height: 225px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testing-facilities-single .equipments-title {
    justify-content: center;
    background-color: transparent;
    color: #000000;
}

.toxicology-table-section {
    background: rgba(0, 54, 114, 0.025);
    padding: 60px 0;
}

.toxicology-table {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.table td,
.table th {
    padding: .75rem 30px;
    border-top: 1px solid #f0f0f0;
    color: #000;
    font-size: 15px;
}

.table .thead-light th {
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    background-color: rgba(0, 54, 114, 0.025);
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
}

.toxicology-table tr td:first-child {
    width: 80%;
}

.table-responsive:last-child .toxicology-table {
    margin-bottom: 0;
}

.contact-detail-box {
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-detail-row {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    margin-left: 0;
    margin-right: 0;
}

.contact-icon {
    padding-right: 10px;
    padding-left: 0;
}

.contact-icon i {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-color: #36abd8;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-detail h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

textarea.msg-height {
    height: 120px;
}

.map-section {
    padding-bottom: 60px;
}

.equiptabs {
    margin-top: 50px;
}

section.testimonial {
    padding: 60px 0px;
    position: relative;
    background: url(../images/testimonial-bg.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.testimonial-frame {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 138px;
    height: 64px;
    background-color: #36abd8;
    position: absolute;
    bottom: -10px;
}

.testimonial-box {
    background-color: #fff;
}

#testimonial .owl-item img.testimonial-user-img {
    width: 116px;
    height: 116px;
    z-index: 1;
}

#testimonial .owl-item .t-quote {
    position: absolute;
    top: -10px;
    left: 10%;
    width: auto;
    color: #bfedff;
    font-size: 30px;
}

.testimonial-user {
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.testimonial-user .col {
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.user-review {
    margin-top: 30px;
    padding: 0 40px;
    text-align: center;
}

.t-line {
    margin-top: 30px;
    background-color: #BFCDDC;
    height: 1.30px;
    width: 100%;
}

.col.botom-border {
    margin: 0;
    padding: 0 30px;
}

.testi-user-detail aside {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

.testi-user-detail aside:first-child {
    margin-top: 20px;
    color: #36abd8;
}

.testi-user-detail aside:nth-child(2) {
    margin-top: 15px;
    color: #809BB8;
}

.technologies-develop-img-area .comn-zoom {
    width: 88%;
}

.rnd-synthesis-section .comn-zoom {
    width: 95%;
}

.rnd-synthesis-section .comn-zoom img,
.technologies-develop-img-area .comn-zoom img {
    width: 100%;
}

.aboutimg .comn-zoom img,
.equipbox .comn-zoom img,
.blogbox .comn-zoom img,
.equipments-single img,
.gmp-facilities-section .comn-zoom img,
.services-offered-img-area .comn-zoom img,
.technologies-develop-img-area .comn-zoom img,
.lab-facilities-section .comn-zoom img,
.rnd-synthesis-section .comn-zoom img,
.rnd-supported-section .comn-zoom img,
.toxicology-section .comn-zoom img,
.testing-facilities-single .comn-zoom img,
.gallerybox img {
    transition-duration: 600ms;
}

.aboutimg .comn-zoom:hover img,
.equipbox:hover .comn-zoom img,
.blogbox:hover .comn-zoom img,
.equipments-single:hover img,
.gmp-facilities-section .comn-zoom:hover img,
.services-offered-img-area .comn-zoom:hover img,
.technologies-develop-img-area .comn-zoom:hover img,
.lab-facilities-section .comn-zoom:hover img,
.rnd-synthesis-section .comn-zoom:hover img,
.rnd-supported-section .comn-zoom:hover img,
.toxicology-section .comn-zoom:hover img,
.testing-facilities-single:hover .comn-zoom img,
.gallerybox:hover img {
    transform: scale(1.15);
}

.new-bg-color {
    background-color: #283139;
}

.new-bg-color.comnpadding {
    padding: 50px 0px;
}

.new-bg-color .section-titleinner,
.new-bg-color .comnheading {
    color: #FFFFFF;
}


/* .new-bg-color .comnheading::before {
    background-color: #EC1A43;
} */

.new-bg-color .comnsubheading {
    color: #36abd8;
}

.new-bg-color .section-titleinner:after {
    border-color: #FFFFFF;
}

.new-bg-color .comnsubheading span::before {
    border-color: #FECD08;
}

.new-bg-color .servicesbox {
    background: rgb(255 255 255);
}

/*28-02-23*/
.team-block {
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    padding: 30px;
    margin-bottom: 30px;
}
.team-member-name {
    background-color: #36abd8;
    padding: 10px;
    padding-bottom: 2px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.team-member-pic {
    background-color: #36abd8;
    padding: 8px;
    /* box-shadow: 0 2px 12px rgba(0,0,0,.1); */
    position: relative;
}
.team-member-pic:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -16px;
    border-left: 16px solid #36abd8;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.certificate-single {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.certificate {
    padding: 20px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certificate>img {
    object-fit: contain;
    max-height: 100%;
}
.certificate-single .equipments-title {    
    justify-content: center;
    text-align: center;
}
.titleinner-left, .titleinner-left:after {
    margin-left: 0;
}
.value-single {
    background-color: rgb(255 255 255 / 80%);
    padding: 30px;
    color: #333;
    margin-bottom: 30px;
    transition: all .5s;
}
.value-single:hover {
    transform: translateY(-10px);
}
.vision-mission-boxes .col-lg-6:nth-last-child(-n+2) .value-single {
    margin-bottom: 0px;
}
.value-icon {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.value-content h5 {
    margin-bottom: 10px;
    font-size: 22px;
}
.blog-page .blogbox {
    margin-bottom: 30px;
}
.event-box {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}
.event-box:last-child {   
    padding-bottom: 0;
    border-bottom: 0;
}
.event-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.event-date {
    font-size: 16px;
    color: #36abd8;
}
.row.blog-date-user {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #36abd8;
}
.blog-detail-main .blockquote {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    background-color: #fff;
    padding: 20px;
    border-left: 3px solid #fecd08;
}
.latest-post {
    background-color: #fff;
    padding: 15px;
}
.latest-blog-single:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.latest-post h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.opening-accordion>.card,
.opening-accordion>.card:first-of-type,
.opening-accordion>.card:last-of-type {
    border-radius: 0px;
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
}

.opening-accordion>.card .card-header {
    margin-bottom: 5px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    position: relative;
}

.opening-accordion .card-body {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 35px 20px;
}

.opening-accordion .opening-acco-btn {
    padding: 20px 150px 20px 55px;
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #FFFFFF;
}

.opening-accordion .opening-acco-btn[aria-expanded="true"] {
    background-color: #f6fcff;
    border-color: #209ad6;
}

.opening-accordion .opening-acco-btn::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    top: 21px;
    left: 20px;
    font-size: 17px;
    color: #999999;
    transition: all 300ms ease-in-out;
}

.opening-accordion .opening-acco-btn[aria-expanded="true"]::before {
    transform: rotate(45deg);
    color: #333333;
}

.open-acco-detail aside {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
}

.open-acco-detail p {
    color: #209AD6;
    font-size: 14px;
}

.open-acco-apply-btn {
    display: inline-block;
    background-color: #ec1a43;
    color: #FFFFFF;
    font-size: 15px;
    padding: 5px 15px;
    text-transform: capitalize;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.open-acco-apply-btn:hover {
    background-color: #fecd08;
    color: #333333;
}

.open-acco-content {
    margin-bottom: 35px;
}

.open-acco-content:last-child {
    margin-bottom: 0;
}

.open-acco-content-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    text-transform: capitalize;
}

.open-acco-content p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.open-acco-content p:last-child {
    margin-bottom: 0px;
}

.open-acco-content ul {
    padding-left: 30px;
    margin-bottom: 0;
}

.open-acco-content ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333333;
}

.open-acco-content ul li:last-child {
    margin-bottom: 0px;
}

.open-acco-content .open-acco-apply-btn {
    position: initial;
    transform: none;
}

.form-group label {
    display: block;
    text-transform: capitalize;
}

.form-group .comnbtn {
    padding: 0;
    background-color: #36abd8;
    margin-top: 20px;
}

.form-group .comnbtn button {
    border: none;
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 30px;
    background-color: transparent;
}

.form-group .comnbtn:hover {
    background-color: transparent;
}

.custom-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 11px;
    padding-right: 35px;
}

.form-control:focus {
    background-color: #FFFFFF;
}
.img-moving {
    position: relative;
    animation: myfirst 8s infinite linear;
    animation-direction: alternate;
    max-width: inherit;
    width: inherit !important;
    height: 390px !important;
}
@keyframes myfirst {
    0%   {left: 0;}
    10%   {left: 0;}
    90%  {left: -74%;}
    100%  {left: -74%;}
}
.gallerybox video {
    margin-bottom: -6px;
}
.tech-fix-height {
    height: 555px;
    object-fit: cover;
}
.technologies-develop-img2 {
    width: 225px;
    height: 255px;
    object-fit: cover;
}
.equipments-thumbs img{
    height: 300px;
    object-fit: cover;
}

#scroll {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    display: none;
}

#scroll i{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ec1a43;
    color: #FFF;
    font-size: 18px;
}

#scroll:hover i {
    background-color: #209AD6;
    color: #FFFFFF;
}


.collapse, .collapsing {
    background: transparent !important;
}
.collapse-arrow {
    position: relative;    
}
.collapse-arrow:not(.collapsed)::after {
    transform: rotate(180deg);
    /*color: #fff;*/
}
.collapse-arrow:not(.collapsed) table tr:first-child {
    background-color: #36abd8 !important;
}
.collapse-arrow:not(.collapsed) table tr:first-child td {
    color: #fff !important;
}
.collapse-arrow table tr:first-child {
    cursor: pointer;
}
.collapse-arrow::after {
    position: absolute;
    top: 4px;
    right: 14px;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 14px;
    transition: all .4s;
    cursor: pointer;
}
.list-table-box .table-striped .collapse-arrow tr {
    background-color: transparent !important;
}
.point-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
}
.collapse-arrow h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 15px;
}

.collapse-list-main {
    background-color: #fff;
    padding: 15px;
}
.collapse-single>h5 {
    font-size: 16px;
}
.collapse-single>h5:not(.collapsed) {
    margin-bottom: 15px;
}
.collapse-single:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
[data-toggle="collapse"] {
    cursor: pointer;
}
.collapse-single .point-list li:last-child {
    margin-bottom: 0;
}
.gallerybox video::-webkit-media-controls-mute-button {
  display: none;
}
.header-sticky{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #333333;
}
.header-sticky .navbar-brand .blue-logo,
.navbar-brand .white-logo{
    display: none;
}
.header-sticky .navbar-brand .white-logo{
    display: block;
}

.header-sticky .navbar-light .navbar-nav .nav-link.active{
    color: #FECD08;
}
#apply .form-group .comnbtn {
     padding: 12px 30px;
     background-color: transparent; 
     margin-top: 20px;
}
.point-list li a {
    text-decoration: underline;
}

/* 25-05-2023 CSS Start Here */
.detail-list-studies-row .comnbtn {
    padding: 8px 25px;
    margin-bottom: 10px;
    background-color: #36abd8;
    color: #FFF;
}
.detail-list-studies-row .comnbtn::before {
    z-index: 0;
}
.detail-list-studies-row .comnbtn span {
    position: relative;
    /*z-index: 1;*/
}
.detail-list-studies-row input{
    accent-color: #ec1a43;
}
.list-table-box .table .collapse-td {
    padding-right: 30px;
    position: relative;
}
.list-table-box .table .collapse-td .collapse-arrow {
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #ec1a43;
}
.list-table-box .table .collapse-td .collapse-arrow.collapsed {
    background-color: #36abd8;
}
.list-table-box .table .collapse-td .collapse-arrow::after {
    position: initial;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 1;
}
.client-point-list li {
    padding-left: 55px;
}
.client-point-list li:before {
    left: 30px;
}
.client-point-list li input{
    position: absolute;
    top: 5px;
    left: 0px;
}
.detail-list-studies-row .table-striped tbody tr:nth-of-type(odd),
.detail-list-studies-row .list-table-box .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.detail-list-studies-row .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.detail-list-studies-row .list-table-box .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.detail-list-studies-row .list-table-box .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #F0F0F0;
}
/* 25-05-2023 CSS End Here */
.event-slider .owl-nav button.owl-next, .event-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background-color: #36abd8;
    color: #FFFFFF;
}
.event-slider .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}
.event-slider .owl-nav button.owl-next:hover, .event-slider .owl-nav button.owl-prev:hover {
    background-color: #FECD08;
    border-color: #FECD08;
    color: #FFFFFF;
}
.event-slider .owl-nav button.disabled{
    opacity: 0;
    cursor: default;
}

/* new added css for menu and banner */
.banner::before, .bannerbox::after, .banner-inner-page::after {
    background: none;
    display: none;
}
#banner.owl-carousel .owl-nav button.owl-next, #banner.owl-carousel .owl-nav button.owl-prev {
    border-color: #36abd8;
    color: #36abd8;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .dropdown-item {
    color: rgba(0,0,0,.9);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #FECD08;
}
.header-sticky .navbar-light .navbar-nav .nav-link.active {
    color: #FECD08;
}
.header-sticky .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.bannerbox, .banner-inner-page {
    position: relative;
    padding: 12px;
    background: #fff;
}
.bannerbox img, .banner-inner-page > img {
    position: relative;
    /*max-height: 420px;*/
    height: 420px;
    object-position: top;
}
.bannerboxdetail aside {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
}
.bannertitle, .bannerboxdetail h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
}
.bannerboxdetail {
    margin-top: 15px;
}
.bannerelement {
    display: none;
}
.blogbox img {
     height: 390px;
     object-fit: cover;
}

@media screen and (width <=1199px) {
     .blogbox img {
         height: 300px;
     }
}

@media screen and (width <=991px) {
     .blogbox img {
         height: 345px;
     }
}

@media screen and (width <=767px) {
     .blogbox img {
         height: 255px;
     }
}

@media screen and (width <=575px) {
     .blogbox img {
         height: 375px;
     }
}
