@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Lexend", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;  
    font-weight: normal;
    font-size: 16px;

}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------- header css--------*/
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #d9b06a;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
header {
    transition: all 0.5s ease;
}

.header-top {
    padding: 10px 0;
}

.header-upper {
    background: #000000;
    padding: 9px 0;
}
.header-upper ul{
    
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    padding: 0;

}
.header-upper li{
    color: #ffbe00;
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    display: inline-block;
    padding: 5px 5px;
}
.header-upper li a{
    display: inline-block;
    color: #d5d5d5;
    font-size: 13px;
    font-weight: 400;
}
.header-upper li a:hover{
    color: #ffbe00;
}


.header-bottom {
    /* background: #000; */
    transition: all 0.5s ease;
    padding: 15px 0;
    position: relative;
}
.header-bottom:before{
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    background: #ffbe00;
    top: 0;
    left: 0;
}

.brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffbe00;
    display: inline-block;
    width: 250px;
}

.header {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    /* box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100); */
    /* position: fixed; */
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s ease;
}
.menu{
    padding: 0;
    margin: 0;
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 4rem;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.fixedheader .header-bottom{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: #ffffffeb;
    padding: 5px 0;
}

@media screen and (max-width: 1120px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #000;
        transition: all 0.5s ease;
    }
    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.7rem;
}
.menu-item.active .menu-link{
    color: #ffbe00;
}
.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.05rem;
    column-gap: 0.05rem;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #000000;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.menu-link>i.fa-solid {
    font-size: 1rem;
    line-height: 1.5;
    color: inherit;
    margin-left: 5px;
}

.menu-link:hover {
    outline: none;
    color: #ffbe00;
}

.btn-alumni {
    border-radius: 5px;
    padding: 9px 23px 9px 17px;
    background: #e50d00;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: 2px;

}
.btn-alumni i{
    vertical-align: middle;
    font-size: 27px;
}
.btn-alumni:hover{
    background: #ffbe00;
    color: #fff;
}
.btn-alumni:focus {
    outline: none;
    border: none;
    background: #ffbe00;
    color: #fff;
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: 0;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 1px 1px 2px #0000004d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.submenu-item {
    display: block;
    margin-top: 0.7rem;
}

.submenu-link {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #000;
    transition: all 0.35s ease;
}

.submenu-link:hover {
    outline: none;
    color: #ffbe00;
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 3.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #000;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

@media screen and (max-width: 1280px) and (min-width: 1121px) {
    .wrapper {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .menu-item {
        margin-left: 0.8rem;
    }
    .menu-link {
        column-gap: 0;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1121px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
    #burger {
        position: absolute;
        right: 293px;
    }
}

@media only screen and (max-width: 1120px) {
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }
    .menu-item {
        display: block;
        margin: 0 auto;
    }
    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
        color: #fff;
    }
    .submenu-link {
        color: #a1a1a1;
        display: block;
    }
    .menu-link>i.fa-solid {
        position: absolute;
        z-index: -1;
        right: 23px;
    }
}

@media only screen and (max-width: 1120px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 2.5rem;
        width: 70%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

@media only screen and (max-width: 1120px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1120px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
/*---------- header css--------*/
/*---------- footer css--------*/
.footer_top{
    background: #010816;
}
.footer_main_details p{
    color: #414141;
    font-size: 15px;
    margin-bottom: 10px;

}
.footer_main_details{
    background: #fff;
    padding: 70px 25px;
}
.footer_main_details ul{
    padding: 0;
    display: inline-block;
}
.footer_main_details ul li{
    display: flex;
    align-items: center;
    margin: 15px 0;
    align-items: baseline;
}
.footer_main_details ul li i{
    font-size: 19px;
    margin-right: 7px;
    color: #ffbe00;
    width: 10%;
}
.footer_main_details ul li span{
    font-size: 14px;
    color: #000;
    padding: 0 3px;
    font-weight: 600;
    line-height: 1.2;
    width: 90%;

}
.footer_main_details ul li a{
    font-size: 14px;
    color: #000;
    padding: 0 3px;
    font-weight: 600;
    line-height: 1.2;
}
.footer_main_details ul li a:hover{
    color: #ffbe00;
}
.footer_quick_link{
    padding: 40px 25px 15px;
}
.footer_heading{
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.footer_heading:after{
    content:'';
    position: absolute;
    width: 100px;
    height: 3px;
    background: linear-gradient(92deg, #ffbe00, transparent);
    left: 2px;
    bottom: -8px;
}
.footer_top .links{
    padding: 0;
    margin: 0;
}
.footer_top .links li{
    display: block;
    padding: 5px 16px 5px 0;
}
.footer_top .links li i{
    color: #8b8b8b;
    font-size: 14px;
    transition: all 0.5s ease;
}
.footer_top .links li a{
    color: #8b8b8b;
    font-size: 13px;
    display: inline-block;
}

.footer_top .links li a:hover{
    color: #ffbe00;
}
.footer_top .links li:hover i{
    padding-left: 5px;
    color: #ffbe00;
}
.footer_logo{
    margin-bottom: 10px;
}
.socil_media{
    padding: 0;
    margin: 0;
    padding-top: 15px;
}
.socil_media li{
    display: inline-block;
    align-items: center;
    padding: 5px;
}
.socil_media li a{
    font-size: 18px;
    color: #ffffff;
}
.socil_media li a:hover{
    color: #ffbe00;
}
.footer-bottom{
    background: #13161c;
    padding: 18px 0;
}
.copyright{
    color: #c6cfdf;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    margin: 0;
    padding-bottom: 5px;
}
.footer_map{
    padding: 40px 25px;
    
}
.footer_map iframe{
    border-radius: 20px;
}
.copyright a{
    color: #c6cfdf;
}

.footer_bottom{
    text-align: center;
    background: #112e73;
    padding: 30px 0;
}
.footer_bottom p{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.footer_bottom p a{
    color: #ffbe00;
}
.footer_contact{
    padding: 0;
    margin: 0;
}


.footer_contact li{
    display: flex;
    padding: 10px 0;
    color: #8b8b8b;
    font-size: 14px;
    align-items: start;
}
.footer_contact li span{
    width: 90%;
}
.footer_contact li i{
    font-size: 19px;
    margin-right: 7px;
    color: #ffbe00;
    width: 10%;
}
.footer_contact li a{
    color: #8b8b8b;
}
.social-links{
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
    padding: 0;
    margin: 0;
}
.social-links li{
    display: block;
}
.linkdin-fixed{
    background:#0c65c3;
    padding: 5px 9px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    margin:1px 0; 
}
.whatsapp-fixed{
    background:#32b44a;
    padding: 5px 9px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-top-right-radius: 11px;
    border-bottom-right-radius:11px;
    margin: 1px 0; 
}
.social-links li a:hover{
    padding: 5px 9px 5px 15px;
    color: #fff;
}
/* section{
    position: relative;
    overflow: hidden;
} */
.back-to-top {
    background-color: #ffbe00;
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.back-to-top:hover {
    background-color: #06276a;
}

.back-to-top:active {
    box-shadow: none;
    background-color: #06276a;
}

.back-to-top svg.icon__arrow-up {
    fill: #fff;
    width: 32px;
    height: 32px;
}
/*---------- footer css--------*/

.hero_banner{
    /* padding: 50px 0; */
    background: #fff;
}
.hero_banner h1{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.1;
    text-shadow: 1px 0px 1px #570000b3;
}
.hero_banner h1 span{
    color: #e50d00;
}
.hero_banner p{
    font-size: 19px;
    margin-bottom: 20px;
    color: #5b5b5b;
}
.hero_banner a{
    border-radius: 5px;
    padding: 9px 23px 9px 17px;
    background: #ffbe00;
    border: none;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin: 2px;
    display: inline-block;
}

.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  
}
/* .slide:before{
    content: '';
    position: absolute;
    background: #00000063;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

} */
/* @media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
} */
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
  width:100%;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
  width: 35%;
}
.slide .slide__content.slide__content__right {
  right: 5%;
  left: auto;
  width: 42%;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
  
}
.slide .slide__content--headings.text-center img{
    margin: 0 auto;
}
.slide .slide__content--headings .top-title {
  font-size: 2.5rem;
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 9;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  animation: arrowDown 1.6s ease forwards;
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@media (max-width:1600px) and (min-width:1400px){
    .slide .slide__content.slide__content__left img{
        width: 90%;
    }
    .slide .slide__content.slide__content__right{
        right: 5%;
    }
    .slide .slide__content.slide__content__right img{
        width: 90%;
    }
}
@media (max-width:1399px) and (min-width:1199px){
    .slide .slide__content.slide__content__left img{
        width: 75%;
    }
    .slide .slide__content.slide__content__right img{
        width: 75%;
    }
    .slide .slide__content.slide__content__right{
        right: 0%;
    }
}
@media (max-width:1198px) and (min-width:992px){
    .slide .slide__content.slide__content__right img{
        width: 60%;
    }
    .slide .slide__content.slide__content__left img{
        width: 60%;
    }
    .slide .slide__content.slide__content__right{
        right: 0%;
    }
    .slide__content.slide__content__right img{
        margin: 0 auto;
    }
}
@media (max-width:991px) and (min-width:768px){
    .slide .slide__content.slide__content__right img{
        width: 100%;
    }
    .slide .slide__content.slide__content__left{
        left: 12%;
        transform: translate(-11%, -50%);
        width: 42%;
    }
    .hero_banner h1{
        font-size: 26px;
    }
    .hero_banner p{
        font-size: 14px;
    }
    .slide .slide__content.slide__content__left img{
        width: 100%;
    }
    .slide .slide__content.slide__content__right{
        right: 5%;
        width: 44%;
    }
    .slide__content.slide__content__right img{
        margin: 0 auto;
    }
}
@media (max-width:767px){
    .slide .slide__content.slide__content__right img{
        width: 100%;
    }
    .hero_banner p{
        display: none;
    }
    .hero_banner h1{
        font-size: 17px;
    }
    .hero_banner a{
        padding: 5px 12px 5px 12px;
        font-size: 12px;
    }
    .slide .slide__content.slide__content__left{
        left: 9%;
        transform: translate(-11%, -50%);
        width: 50%;
    }
    .slide .slide__content.slide__content__left img{
        width: 50%;
    }
    .slide .slide__content.slide__content__right{
        right: 3%;
    }
    .slide__content.slide__content__right img{
        margin: 0px 0 0 0;
    }
}
.home_about_section{
    padding: 80px 0;
    position: relative;
}
/* .home_about_section:before{
    position: absolute;
    content: '';
    background: url(../images/texture-x-green.png);
} */
.home_about_section h2{
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
}
.home_about_section p{
    font-size: 1.1rem;
    text-align: justify;
}
img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.contact_btn{
    display: inline-block;
    background: #ffbe00;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.contact_btn:hover{
    background: #000;
    color: #fff;
}
.product_slider{
    padding: 50px 0;
    /* background: linear-gradient(178deg, #fff9de, transparent); */
}
.product_slider h2{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}
.product_slider h2 span{
    color:#ffbe00;
}
/* .product_slider .item{
    border-radius: 17px;
    border: 2px solid #ffbe00;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 6px 2px #0000001f;
    margin: 15px 2px;
    background: #fff;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
} */
 
.product_slider .owl-item .product_img{
    border-radius: 50%;
    background: #ddd;
    padding: 4px 0px;
    overflow: hidden;
    text-align: center;
    width: 80%;
    margin: 10px auto;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px #c9c9c93b;
}
.product-carousel .owl-item:nth-child(odd) .product_img{
    background: #ecffdb;
}
.product-carousel .owl-item:nth-child(even) .product_img{
    background: #ffe9dc;
}
.product_slider .item img{
    width: 80%;
    margin: 0 auto;
}
.product_slider .item h5{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
/* .product_slider .item:hover{
    border-color: #ffbe00;
    background: #ffbe00;
} */
.product_slider .item:hover h5{
    color: #000;
}
.product_slider .owl-nav{
    position: absolute;
    right: 0;
    top: -43px;
}
.product_slider .owl-nav button span{
    background: #fff;
    padding: 0px 10px 4px !important;
    font-size: 20px;
    line-height: 1px;
    margin: 2px;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #cbcbcb;
    color:#cbcbcb;
    border-radius: 5px;
}
.product_slider .owl-nav button span:hover{
    background: #ffbe00;
    color: #000;
}
.intro_section{
    padding: 40px 0;
}
.intro_text{
    background: #ddfff3;
    padding: 70px 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    
}
.light-yelo{
    background: #ffefdd;
}
.light-red{
    background: #ffe5f2;
}
.intro_text div{
    width: 55%;
    position: relative;
    z-index: 1;
}
.intro_text h3{
    font-size: 25px;
    font-weight: 600;
}
.intro_text p{
    font-size: 15px;
    color: #2f2b2b;
}
.intro_text span{
    font-size: 13px;
    color: #ffbe00;
    font-weight: 300;
}
.intro_text a{
    text-decoration: underline;
}
.intro_text img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    right: 0;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.intro_text:hover img{
    transform: scale(1.3) translateY(-30%);
}
.services_section{
    padding: 80px 0;
    background: #fff1d6;
}
.services_section h2{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    position: relative;
}
.services_section h2::after{
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    background: linear-gradient(45deg, #00000000, #ffbe00, transparent);
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.services_section h2 span{
    color:#ffbe00;
}
.services_section .nav{
    flex-wrap: unset;
    overflow: auto;
}
.services_section .nav .nav-item{
    padding: 3px;
}
.services_section .nav .nav-link{
    font-size: 15px;
    color: #000;
    background: #f7f7f7;
    white-space: nowrap;
}
.services_section .nav .nav-link.active{
    background-color: #ffbe00;
}
.services_section .nav .nav-link img{
    width:50px;
    display: block;
    margin: 0 auto 15px;
}
.tab-content{
    margin-top: 20px;
}
.services-carousel .owl-dots{
    position: absolute;
    right: 50px;
    width: 25px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.services-carousel .owl-dots .owl-dot{
    background: #ddd;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
}
.services-carousel .owl-dots .owl-dot:after{
    content: '';
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 auto;
    left: 4px;
    top: 4px;

}
.services-carousel .owl-dots .owl-dot.active{
    background: #ff8a00;
}

.services-carousel .owl-item.active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.services_content h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ff0101;
}
.services_content p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
}
.services_content ul li{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
    display: block;
    position: relative;
}
.services_content ul li:before{
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: "\f30b";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    left: -30px;
    color: #ffbe00;
}

.our_products_section{
    padding: 80px 0;
}
.gallery_section{
    padding: 80px 0;
    background: #000000;
    text-align: center;
}
.gallery_section h2{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    position: relative;
}
/* .gallery_section h2::after{
    content: '';
    position: absolute;
    width: 20%;
    height: 5px;
    background: linear-gradient(45deg, #00000000, #ffbe00, transparent);
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,.grid-item {
  width: 25%;
}

.grid-item {
    float: left;
    overflow: hidden;
    padding: 10px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.layout {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.button-group ul {
  padding: 8px;
  text-align: center;
}

.button-group li {
    display: inline-block;
    margin: 0 2px;
    line-height: 3;
}

.button-group li a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all 2s ease;
    background: #ffffff26;
    padding: 5px 10px;
    font-size: 14px;
}

.is-checked::after {
  background: red none repeat scroll 0 0;
  border-bottom: 2px solid #ffbe00;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.button-group li a::before {
  background: red none repeat scroll 0 0;
  border-bottom: 2px solid #ffbe00;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 0;
  transition: all .5s ease 0;
}

.button-group li a:hover::before {
  width: 100%;
  transition: all .2s ease 0;
}

.abc {
  background: #027d2fcf;
  height: 100.1%;
  left: 0;
  line-height: normal;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  width: 100.1%;
}


.abc h5 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.abc::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.view_more_btn{
    border-radius: 5px;
    padding: 9px 23px 9px 17px;
    background: #e50d00;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: 20px auto 0;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.view_more_btn:hover{
    background: #ffbe00;
}


.overlay-div {
  display: inline-block;
  height: auto;
  padding:10px;
  vertical-align: middle;
  width: 90%;
}

.grid-item:hover .abc {
  opacity: 1;
  transform: translateX(0%);
}
.video_section{
    padding: 80px 0;
}

.section-title h2{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    position: relative;
}
.section-title.light h2{
    color: #fff;
}
.section-title h2::after{
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    background: linear-gradient(45deg, #00000000, #ffbe00, transparent);
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video_section video{
    width: 100%;
    margin: 15px 0;
}
.vocal_section{
    padding: 50px 0;
    /* background: linear-gradient(358deg, #fff8d6, transparent); */
}
.vocal_section iframe{
    border-radius: 20px;
}
.content-box {
    padding: 10px 20px;
}
.content-box h3{
    font-size: 30px;
    margin-bottom: 15px;
    color: #ffbe00;
}
.content-box p{
    font-size: 18px;
}
.custom-btn{
    border-radius: 5px;
    padding: 9px 23px 9px 17px;
    background: #e50d00;
    border: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: 10px auto 0;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.custom-btn:hover{
    background: #ffbe00;
    color: #000;
}

.testimonials-wrap {
	padding: 40px 0;
}
.heading-section {
	text-align: center;
}
.sub-heading {
	font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #ffbe00;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.heading-section.light h2{
    color: #fff;
}
.heading-section h2 span{
    color: #ffbe00;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.testimonial-box .text{
    padding-left: 15px;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #ffbe00;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.carousel-testimonial .owl-nav {
	text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
	outline: none;
	padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
	display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
	opacity: 0.5;
}
.client_slider{
    padding: 50px 0;
    background: #f1efef;
}
.client-logo-slider .item{
    text-align: center;
}
.client-logo-slider .item img{
    width: 150px;
    margin: 0 auto;
    background: #fff;
}
.whyus_section{
    padding: 130px 0;
    background: linear-gradient(121deg, #dbffeb, #fffab1);
    /* clip-path: polygon(0 0%, 100% 8%, 100% 100%, 0 100%); */
    position: relative;
    overflow: hidden;
}
.whyus_section:before{
    content: '';
    position: absolute;
    background: #152300c4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.whyus_section .container{
    position: relative;
}
.whyus_box{
    background: #fff;
    padding: 22px;
    border-radius: 19px;
    height: 100%;
    box-shadow: 7px 7px 9px #000102cc;
}
.whyus_box h3{
    font-size: 21px;
    margin: 14px 0;
    font-weight: 600;
    color: #052157;
}
.whyus_box p{
    font-size: 14px;
}





/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*--------- Inner Page Css ----------*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/

.inner_banner{
    padding: 80px 0;
    text-align: center;
}
.inner_banner h1{
    font-size: 32px;
    font-weight: 800;
    font-family: "Caudex", serif;
}
.inner_banner ul{
    padding: 0;
}
.inner_banner ul li{
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
    color: #333;
}
.inner_banner ul li::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    display: inline-block;
    right: -7px;
    vertical-align: middle;
    font-weight: 900;
}
.inner_banner ul li:last-child:after{
    content: none;
}
.inner_banner ul li a{
    color: #ffbe00;
}
.product_section{
    padding: 60px 0;
    background: #f1f1f1;
}
.product_inner{
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    padding: 15px;
    display: block;
    border-radius: 13px;
    text-align: center;
}
.product_inner img{
    border-radius: 13px;
    transition: all 0.5s ease;
    max-height: inherit;
    margin: 0 auto;
}
.product_inner h3{
    font-size: 16px;
    font-weight: 500;
    color: #494949;
    margin-top: 10px;
}
.product_inner ul{
    padding: 0;
    margin-bottom: 10px;
}
.product_inner ul li{
    display: inline-block;
    color: #ffbf01;
    font-size: 12px;
}
.product_inner h5{
    font-size: 22px;
    font-weight: 600;
    color: #048d43;
    margin: 0;
    margin-top: 10px;
    letter-spacing: -1px;

}
.product_inner h5 del{
    font-size: 15px;
    color: #878787;
}
.product_imag{
    position: relative;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    min-height: 220px;
    max-height: 220px;
    display: flex;
    align-items: center;
}
.product_inner .d-flex{
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.view-product{
    display: block;
    background: #e50d00;
    padding: 7px 9px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #e50d00;
    transition: all 0.5s ease;
}
.view-product:hover{
    background: #e50d00;
    color: #fff;
}
.product_item{
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    margin-bottom: 15px;
}
.add_cart_icons{
    position: absolute;
    top: 14px;
    right: -47px;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
}
.add_cart_icons li{
    display: block;
    font-size: 14px;
    background: #ffffff1c;
    border-radius: 50%;
    padding: 10px 8px;
    margin-bottom: 5px;
    border: 1px solid #ffbe00;
    color: #ffbe00;
    transition: all 0.5s ease;
    cursor: pointer;
    line-height: 1;

}
.product_item:hover .add_cart_icons{
    right:12px;
}
.add_cart_icons li:hover{
    background: #ffbe00;
    color:#fff
}
.product_item:hover .product_inner img{
    transform: scale(1.07)
}
.category_title{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 17px;
    background: #f9f9f9;
    padding: 7px;
}
.category_list{
    padding: 0;
}
.category_list li{
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.category_list li a{
    font-size: 13px;
    color: #676767;
    padding: 11px 0;
    display: block;
}
.category_list li::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    display: inline-block;
    color: #676767;
    right: 0;
    vertical-align: middle;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.cat_title{
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #ffbe00;
    background: #f9f9f9;
    padding: 7px 10px;
}

.product_details_section{
    padding: 24px 0;
    background: #f1f1f1;
}
.pro_bradcumbreadcrumb ul{
    padding: 0;
}
.pro_bradcumbreadcrumb ul li{
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
    color: #ababab;
}
.pro_bradcumbreadcrumb ul li a{
    color: #ababab;
}
.pro_bradcumbreadcrumb ul li::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    display: inline-block;
    right: -7px;
    vertical-align: middle;
    font-weight: 900;
}
.pro_bradcumbreadcrumb ul li:last-child:after{
    content: none;
}
.pro_bradcumbreadcrumb ul li:last-child{
    color: #393835;
}
.product-row{
    background: #fff;
    padding: 15px;
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 0;
  position: sticky;
  position: sticky;
    top: 120px;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
    background: #fff;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
    height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
}

.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
/* .product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
} */
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #009846;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-rating i.blank{
    color: #ddd;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 600;
}
.last-price{
    color: #9e9e9e;
    text-decoration: line-through;
}
.product-price .dis{
    font-size: 30px;
    color: #009846;
    font-weight: 900;
}
.product-price .dis i{
    font-size: 20px;
}
.new-price{
    color: #000;
    font-size: 1.5rem;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input{
    border: 1.5px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
    width: 75px;
}
.purchase-info .btn{
    border: none;
    border-radius: 5px;
    text-align: center;
    padding: 0.45rem 1.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #ffc107;
    color: #000;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.share_social_links{
    display: flex;
    align-items: center;
}
.share_social_links p{
    margin-bottom: 0;
    margin-right: 8px;
}
.share_social_links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #656565;
    border: 1px solid #656565;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.5s ease;
}
.share_social_links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}
.pay_methods{
    display: flex;
    align-items: center;
    justify-content: end;
}
.pay_methods p{
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 14px;
}
.pay_methods a{
    display: inline-block;
    width: 50%;
}
.pay_methods img{
    width: 100%;
}
.description h3{
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.description p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
    text-align: justify;
}
.review h3{
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.review p{
    font-size: 1rem;
    padding: 0.3rem;
    opacity: 0.8;
    text-align: justify;
    color: #646464;
}
.review p i{
    font-size: 0.6rem;
    color: #00aa17;
}
.reviews_details{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    background: #f9f9f9;
}
.reviews_details h4{
    font-size: 1.2rem;
    font-weight: 600;
}
.reviews_details p{
    font-size: 0.9rem;
    margin-bottom: 2px;
}
.reviews_details .post_date{
        position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    color: #adadad;
}
.review a{
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #d5d5d5;
    color: #999999;
    margin-bottom: 10px;
}
.review a i{
    font-size: 14px;
}
.star {
    width: 25px;
    height: 25px;
    transition: .6s all;
  }
  #rating {
    cursor: pointer;
    display: flex;
    margin-bottom: 30px;
  }
  #reviewForm .btn-close{
    position: absolute;
    right: 11px;
    top: 15px;
  }
  #review-form h2{
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
  }
  #review-form .input-group-addon {
    min-width: 100px;
  }
  #review-form .btn {
    min-width: 100px;
  }
  #review-form input[type="text"],
  #review-form textarea {
    width: 100%;
  }
  #review-form .form-group {
    margin-bottom: 15px;
  }
  #review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 20px;
  }
  
  blockquote .footer{
    display: block;
    font-size: 80%;
  }

  .stars-container {
    margin-bottom: 5px;
  }
  .related_product_section{
    background: #f1f1f1;
    padding: 0px 0 40px;
  }
  .related_product{
    padding: 20px;
    background: #fff;
  }
  .related_product h2{
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
  }
  .one_stop_solution_section{
    background: #f1f1f1;
    padding: 0px 0 40px;
  }
  .one_stop{
    background: #009846;
    padding: 50px;
    border-radius: 38px;
  }
  .one_stop h3{
    font-size: 2rem;
    color: #fff;
    font-weight: 800;
  }
  .one_stop p{
    font-size: 1rem;
    color: #dddddd;
    width: 50%;
    margin: 0;
  }
  .one_stop h2{
    color: #ffffff;
    font-weight: 800;
    font-size: 2.5rem;
  }
  .one_stop h2 span{
    font-size: 1.8rem;
  }
  .one_stop p a{
    background: #ffbe00;
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
    color: #000000;
    border-radius: 15px;
  }
  .inner_page_section{
    padding: 24px 0;
    background: #f1f1f1;
  }
  .inner_content_details{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .inner_content_details h2{
       text-transform: capitalize;
       color: #12263a;
       padding-bottom: 0.6rem;
       font-size: 1.5rem;
   }
   .inner_content_details p{
       font-size: 0.9rem;
       padding: 0.3rem;
       opacity: 0.8;
   }
   .inner_content_details ul, .inner_content_details ol{
       margin: 1rem 0;
       font-size: 0.9rem;
   }
   .inner_content_details h4{
       text-transform: capitalize;
       color: #12263a;
       padding-bottom: 0.6rem;
       font-size: 1.3rem;
   }
   .accordion-header button{
       text-transform: capitalize;
        color: #12263a !important;
        padding-bottom: 0.6rem;
        font-size: 1rem;
        background: #ddd;
        font-weight: 500;
   }
   .accordion-header button:not(.collapsed){
        background-color: #ffeebb;
        box-shadow: none;
   }
   .accordion-body{
        font-size: 0.9rem;
        padding: 1rem;
        opacity: 0.8;
   }
   
.contact_form{
    padding: 100px 30px;
}
.contact_form h3{
    color: #062669;
    font-weight: 800;
    font-size: 2rem;
}
.contact_form p{
    color: #333;
    font-size: 20px;
}
.contact_form label{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
}

.contact_form .form-control{
    border-radius: 10px;
    padding: 10px;
    font-size: 1.2rem;
}
.contact_form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.contact-submit-btn{
    padding: 10px 33px;
    background: #00bb33;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    margin: 0 0 0 auto;
    display: flex;
    font-size: 19px;
}
.contact-submit-btn:hover{
    background: #062669;
    color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.contact_page .container {
    position: relative;
}
.contact_page .container:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 94%;
    background: #fff;
    top: 40px;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}
.contact_page .container .row {
    position: relative;
}
.contact_details{
    background:  #ffa700;
    padding: 55px 50px;
    border-radius: 36px;
}
.contact_details h4{
    color: #fff;
    font-weight: 700;
    font-size: 1.9rem;
    width: 94%;
    line-height: 1.1;
    margin-bottom: 15px;
}
.contact_details_all{
    background:  #fff683;
    padding: 15px;
    border-radius: 18px;
    margin: 10px 0;
}
.contact_details_all .icon{
    font-size: 39px;
    color: #303033;
}
.contact_details_all .contact_text{
    margin-left: 15px;
}
.contact_details_all .contact_text h5{
    font-size: 18px;
    font-weight: 600;
    color: #303033;
}
.contact_details_all .contact_text p{
    font-size: 1.1rem;
    color: #303033;
    margin: 0;
}
.contact_social_media{
    padding: 0;
    margin: 0;
    text-align: center;
}
.contact_social_media li{
    display: inline-block;
    padding: 10px 5px;
}
.contact_social_media li a{
    font-size: 26px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.contact_details hr{
    background: rgb(255 255 255);
}
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*--------- Responsive Css ----------*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
@media screen and (min-width: 992px){
    
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}
@media (max-width:991px) and (min-width:768px){
    .header-bottom:before {
        width: 40%;
    }
    .intro_text {
        padding: 44px 30px;
        margin: 7px 0;
    }
}

@media (max-width:767px){
    .footer_quick_link {
        padding: 10px 10px 10px;
    }
    .grid-sizer,.grid-item {
        width: 33.3%;
    }
    .button-group li a::before,.is-checked::after {
        display: none;
    }
    .product_slider .owl-nav{
        position: absolute;
        right: 0;
        top: auto;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        bottom: -28px;
    }
    .header-bottom:before{
        content: none;
    }
    .btn-alumni{
        font-size: 14px;
    }
    .btn-alumni i{
        vertical-align: middle;
        font-size: 15px;
    }
    .services-carousel .owl-dots {
        position: absolute;
        right: auto;
        width: 100%;
        top: auto;
        text-align: center;
        transform: translateY(0);
        bottom: -45px;
        left: auto;
    }
    .services-carousel .owl-dots .owl-dot{
        margin: 2px;
    }
    .whyus_section {
        padding: 80px 0;
        clip-path: polygon(0 0%, 100% 3%, 100% 100%, 0 100%);
    }
    .intro_text {
        padding: 44px 30px;
        margin: 7px 0;
    }
    .intro_text h3 {
        font-size: 18px;
    }
    .intro_text img{
        right: -26px;
    }
    .one_stop p {
        width: 100%;
    }
    .one_stop h2 {
        font-size: 2rem;
    }
    .one_stop a{
        margin-bottom: 20px;
    }
    .pro_bradcumbreadcrumb ul li{
        padding: 5px 5px;
    }
}
@media (max-width:480px){
    .grid-sizer,.grid-item {
        width: 100%;
    }
    .inner_banner {
        padding: 30px 0;
    }
    .inner_banner h1 {
        font-size: 28px;
    }
    .product_item {
        margin: 0 20px 15px;
    }
    .pay_methods a {
        width: 100%;
    }
}