.header_top .header {
  display: none;
}
@media (max-width: 991px) {
  .header_top .header {
    display: block;
    text-align: center;
    background: #000;
    padding: 20px 0;
  }
}
.header_top .navbar-menu {
  background: #6888b2;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .header_top .navbar-menu {
    padding: 0;
  }
}
.header_top .navbar-menu .logo {
  width: 30%;
}
@media (max-width: 991px) {
  .header_top .navbar-menu .logo {
    display: none;
  }
}
.header_top .navbar-menu ul li {
  font-size: 15px;
  margin-right: 77px;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header_top .navbar-menu ul li {
    margin-right: 49px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header_top .navbar-menu ul li {
    font-size: 15px;
    margin-right: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .header_top .navbar-menu ul li {
    font-size: 15px;
    margin-right: 16px;
  }
}
.header_top .navbar-menu ul li:last-child {
  margin-right: 0;
}
.header_top .navbar-menu ul li.active a {
  color: #000;
}
.header_top .navbar-menu ul li.active a:after {
  opacity: 1;
  right: 0;
}
.header_top .navbar-menu ul li a {
  color: #fff;
  padding: 2px 0px;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.header_top .navbar-menu ul li a span {
  position: relative;
  z-index: 3;
}
.header_top .navbar-menu ul li a:after {
  background: #000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  content: "";
  right: 100%;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.header_top .navbar-menu ul li a:hover {
  color: #000;
}
.header_top .navbar-menu ul li:hover a:after {
  right: 0;
  opacity: 1;
}
.header_top .navbar-menu .tel_no {
  display: none;
}
.header_top .sticky {
  background: #6888b2;
  position: fixed;
  top: -42px;
  width: 100%;
  z-index: 99;
  transform: translateY(42px);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transform: translateY(42px);
  -moz-transform: translateY(42px);
  /*ul {
            li {
                a {
                    &:after {
                        background: @white_color;
                    }

                    &:hover {
                        color: @black_color;
                    }
                }

                &.active {
                    a {
                        color: @black_color;
                    }
                }

            }
        }*/
}
.product-heading {
  background-image: url(../images/bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.product-heading:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  top: 0;
  z-index: -1;
}
.product-heading .diploma-lg {
  flex-wrap: wrap;
}
.product-heading .diploma-lg .custom-img {
  width: 17%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product-heading .diploma-lg .custom-img {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .product-heading .diploma-lg .custom-img {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .product-heading .diploma-lg .custom-img {
    width: 17%;
  }
}
.product-heading .diploma-lg .custom-img span {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .custom-img span {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .custom-img {
    width: 47.4%;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .product-heading .diploma-lg .custom-img {
    width: 46.8%;
  }
}
@media (max-width: 479px) {
  .product-heading .diploma-lg .custom-img {
    width: 49.8%;
    height: 83px;
  }
}
.product-heading .diploma-lg .topinfo {
  width: 60%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product-heading .diploma-lg .topinfo {
    width: 58%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .product-heading .diploma-lg .topinfo {
    width: 58%;
  }
}
.product-heading .diploma-lg .topinfo .top-text {
  font-size: 25px;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product-heading .diploma-lg .topinfo .top-text {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .product-heading .diploma-lg .topinfo .top-text {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .topinfo .top-text {
    font-size: 22px;
  }
}
.product-heading .diploma-lg .topinfo a {
  color: #90b7e9;
  font-weight: 600;
}
.product-heading .diploma-lg .topinfo p {
  color: #fff;
}
@media (max-width: 767px) {
  .product-heading .diploma-lg .topinfo {
    width: 60%;
  }
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .topinfo {
    width: 100%;
    order: 3;
  }
}
.product-heading .diploma-lg .custom-pad {
  width: 15%;
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .custom-pad {
    width: 47.3%;
    height: 100px;
    order: 2;
  }
}
@media (max-width: 575px) {
  .product-heading .diploma-lg .custom-pad {
    width: 46.8%;
  }
}
@media (max-width: 479px) {
  .product-heading .diploma-lg .custom-pad {
    width: 42%;
    height: 83px;
  }
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .custom-pad img {
    height: 70px;
  }
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .custom-pad img {
    height: auto;
  }
}
.home-page .sections-main {
  background: #eee;
}
.home-page .sections-main .heading-sec h1 {
  color: #6888b2;
  font-weight: 600;
}
.home-page .sections-main .heading-sec h1 span {
  color: #000;
}
.home-page .prod-row > div {
  margin-top: 30px;
}
.home-page .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.home-page .box .product-img {
  overflow: hidden;
  height: 300px;
  border: 5px solid #90b7e9;
  border-radius: 3px;
}
@media (max-width: 575px) {
  .home-page .box .product-img {
    height: auto;
    padding: 15px;
  }
}
.home-page .box .product-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-page .box:hover .product-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home-page .box .product-info {
  position: relative;
  background: #fff;
  margin: 0 3px 3px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .box .product-info {
    min-height: 121px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .box .product-info {
    min-height: 121px;
  }
}
.home-page .box .product-info:before {
  position: absolute;
  background: #656565;
  content: "";
  height: 40px;
  width: 40px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.home-page .box .product-info h5 {
  font-size: 18px;
}
.home-page .box .product-info p {
  font-size: 14px;
  color: #6888b2;
  font-weight: 600;
}
.home-page .box .product-info .item-price span {
  color: #6888b2;
}
@media (max-width: 991px) {
  .home-page .box .product-info {
    min-height: 126px;
  }
}
.home-page .box:hover .product-info:before {
  background: #6888b2;
}
.home-page .sold_out {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #6888b2;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  transform: translatey(-50%);
}
.product-heading .diploma-lg .topinfo p strong {
  color: #90b7e9;
}
.home-page .sections-main .product-page .box {
  height: auto;
}
.home-page .sections-main .product-page .right-sec h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.home-page .sections-main .product-page .right-sec h2:before {
  position: absolute;
  background: #6888b2;
  width: 68px;
  height: 4px;
  content: "";
  bottom: -5px;
  left: 0;
}
.home-page .sections-main .product-page .right-sec h4 {
  font-size: 20px;
  color: #6888b2;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
.home-page .sections-main .product-page .right-sec h4:before {
  position: absolute;
  background: #656565;
  width: 40px;
  height: 4px;
  content: "";
  bottom: -5px;
  left: 0;
}
.home-page .sections-main .product-page .right-sec p {
  color: #656565;
}
.home-page .sections-main .product-page .right-sec p span {
  color: #0b4ea6;
}
.home-page .sections-main .product-page .right-sec p strong {
  color: #0b4ea6;
}
.home-page .sections-main .product-page .right-sec .form_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.home-page .sections-main .product-page .right-sec .form_box form {
  background: #fff;
  padding: 10px;
  width: 48.8%;
  box-shadow: 0 0 10px 0 #cccccc;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-page .sections-main .product-page .right-sec .form_box form {
    width: 48.6%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .product-page .right-sec .form_box form {
    width: 48.3%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .product-page .right-sec .form_box form {
    width: 48.3%;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .product-page .right-sec .form_box form {
    width: 100%;
  }
}
.home-page .sections-main .product-page .right-sec .form_box form .orders {
  font-size: 18px;
  color: #0b4ea6;
  margin-bottom: 10px;
}
.home-page .sections-main .product-page .right-sec .form_box form .form-select {
  height: 48px;
}
.home-page .sections-main .product-page .right-sec .form_box form .form-control {
  height: 48px;
}
.home-page .sections-main .product-page .right-sec .form_box form .form-control.float-start {
  width: 130px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .product-page .right-sec .form_box form .form-control.float-start {
    width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .product-page .right-sec .form_box form .form-control.float-start {
    width: 120px;
  }
}
@media (max-width: 360px) {
  .home-page .sections-main .product-page .right-sec .form_box form .form-control.float-start {
    width: 120px;
  }
}
.home-page .sections-main .product-page .right-sec .form_box form .submit_btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .product-page .right-sec .form_box form .submit_btn {
    padding: 12px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .product-page .right-sec .form_box form .submit_btn {
    padding: 12px 18px;
  }
}
@media (max-width: 360px) {
  .home-page .sections-main .product-page .right-sec .form_box form .submit_btn {
    padding: 12px 18px;
  }
}
.home-page .sections-main .product-page .right-sec .form_box form .submit_btn:hover {
  background: #6888b2;
  color: #000;
}
.footer {
  background: #000;
}
.footer .footer-text {
  background: #fff;
  padding: 35px;
  text-align: center;
  margin-bottom: 35px;
}
.footer .icon-adders ul li {
  font-size: 15px;
  display: flex;
  align-items: center;
  width: 100%;
}
.footer .icon-adders ul li a {
  color: #90b7e9;
}
.footer .icon-adders ul li a:hover {
  color: #fff;
}
.copy-right {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media (max-width: 991px) {
  /********************** mobile-css *************/
  .container {
    max-width: inherit;
  }
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .header_top {
    padding-top: 45px;
    position: relative;
    z-index: 2;
  }
  .header_top .navbar-menu .tel_no {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
  }
  .header_top .navbar-menu .tel_no a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  .header_top .navbar-menu .tel_no a img {
    margin-right: 7px;
    width: 25px;
  }
  .header_top .navbar-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: normal;
    height: 45px;
  }
  .header_top .navbar-menu.sticky {
    position: fixed;
    top: -42px;
  }
  .header_top .navbar-menu .navbar-toggler {
    border: none;
    padding: 0 5px;
    background: #fff;
    border-radius: 0;
  }
  .header_top .navbar-menu .navbar-toggler:focus {
    box-shadow: none;
  }
  .header_top .navbar-collapse {
    position: absolute;
    top: 45px;
    background: #6888b2;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .header_top .navbar-collapse ul li {
    font-size: 15px;
    margin-right: 0;
    padding: 9px 0 9px 30px;
    background: #fff;
    margin-bottom: 3px;
  }
  .header_top .navbar-collapse ul li a {
    color: #000;
    padding: 0;
    display: inline-block;
  }
  .header_top .navbar-collapse ul li a:after {
    background: none;
    position: absolute;
    top: 13px;
    border-right: 2px solid #6888b2;
    border-top: 2px solid #6888b2;
    content: "";
    left: 9px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    opacity: 1;
  }
  .header_top .navbar-collapse ul li.active a {
    color: #6888b2;
  }
  .header_top .navbar-collapse ul li.active a:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    top: 13px;
  }
  .header_top .navbar-collapse ul li:hover a:after {
    top: 13px;
  }
}
.home-page .sections-main .contact-page {
  display: inline-block;
  width: 100%;
}
.home-page .sections-main .contact-page ul li {
  background: #fff;
  width: 32.4%;
  padding: 10px;
  font-weight: 600;
  box-shadow: 0 0 6px 0 #ccc;
  -webkit-box-shadow: 0 0 6px 0 #ccc;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.home-page .sections-main .contact-page ul li:hover {
  background: #6888b2;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .contact-page ul li {
    width: 32.1%;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .contact-page ul li {
    width: 32.1%;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .contact-page ul li {
    width: 31.8%;
  }
}
@media (max-width: 767px) {
  .home-page .sections-main .contact-page ul li {
    width: 31.5%;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .home-page .sections-main .contact-page ul li {
    width: 31.4%;
  }
}
@media (max-width: 575px) {
  .home-page .sections-main .contact-page ul li {
    width: 100%;
    font-size: 14px;
    padding: 10px 5px;
  }
}
.home-page .sections-main .contact-page ul li figure {
  margin-bottom: 10px;
}
.home-page .sections-main .contact-page ul li figure .icon-hover {
  display: none;
}
.home-page .sections-main .contact-page ul li:hover figure .icon {
  display: none;
}
.home-page .sections-main .contact-page ul li:hover figure .icon-hover {
  display: block;
  margin: 0 auto;
}
.home-page .sections-main .contact-page ul li span {
  display: block;
  font-size: 18px;
  color: #6888b2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .home-page .sections-main .contact-page ul li span {
    font-size: 16px;
  }
}
.home-page .sections-main .contact-page ul li:hover span {
  color: #fff;
}
.home-page .sections-main .contact-page ul li a {
  color: #6888b2;
}
.home-page .sections-main .contact-page ul li:hover a {
  color: #fff;
}
.home-page .sections-main .contact-page h4 {
  font-size: 25px;
  color: #90b7e9;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-page .sections-main .contact-page p strong {
  color: #6888b2;
}
body {
  color: #000;
  overflow-x: hidden;
  font-family: 'Lato';
  font-weight: normal;
}
p {
  margin-bottom: 7px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.eot');
  src: url('../fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BlackItalic.ttf') format('truetype'), url('../fonts/Lato-BlackItalic.svg#Lato-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.eot');
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('Lato-Italic.eot');
  src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.svg#Lato-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.eot');
  src: url('../fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-LightItalic.ttf') format('truetype'), url('../fonts/Lato-LightItalic.svg#Lato-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-Hairline.eot');
  src: url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Hairline.ttf') format('truetype'), url('../fonts/Lato-Hairline.svg#Lato-Hairline') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-HairlineItalic.eot');
  src: url('../fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-HairlineItalic.ttf') format('truetype'), url('../fonts/Lato-HairlineItalic.svg#Lato-HairlineItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.eot');
  src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
