@font-face {
  src: url("../fonts/Royal\ Kevino.otf");
  font-family: Montserrat-Regular;
}

@font-face {
  src: url("../fonts/Montserrat-Medium.ttf");
  font-family: Montserrat-Medium;
}

@font-face {
  src: url("../fonts/Royal\ Kevino.otf");
  font-family: Montserrat-Bold;
}

@font-face {
  src: url("../fonts/Royal\ Kevino.otf");
  font-family: Montserrat-SemiBold;
}
@font-face {
  src: url("../fonts/Montserrat-Regular.ttf");
  font-family: Montserrat;
}
.count {
  font-family: Montserrat !important ;
}

/*---------------------------------
  * 02. Common
  -----------------------------------*/
.panel-heading {
    cursor:pointer;
}
.navbar {
  padding: 20px 0px;
  z-index: 1100 !important;
}
.float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  z-index: 1000 !important;
}
.float img {
  animation: zoominoutsinglefeatured 3s infinite;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: Montserrat-Medium;
  font-size: 15px;
  line-height: 1.8;
  color: #545454;
  font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}

.font-alt {
  font-family: Montserrat-Medium;
}

.text_nor {
  font-family: Montserrat-Medium;
}

.text_sbold {
  font-family: Montserrat-SemiBold;
}

.text_bold {
  font-family: Montserrat-Bold;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

.container-large {
  max-width: 1440px;
}

.section {
  padding: 30px 0;
}

@media (max-width: 991px) {
  .section {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 15px 0;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  .message {
    width: 60px !important;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*---------------------------------
  * Buttons
  -----------------------------------*/
.btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.btn-t-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-t-white:hover {
  background: #000;
}

.btn-white {
  border: 1px solid #fff;
  background: #fff;
}

.btn-white:hover {
  color: #000;
}

.btn-theme {
  color: #ffffff !important;
}

.btn-theme:hover {
  color: #0e4194;
}

.link-btn {
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

p {
  font-size: 16px;
}
.bi-list{
    color:#000 !important;
}
/*---------------------------------
  * Owl
  -----------------------------------*/
.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 2px solid #323232;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}

.owl-dots .owl-dot.active span {
  background: #323232;
}

.owl-nav > div {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
}

/*---------------------------------
  * Shadow
  -----------------------------------*/
.hover-shadow:hover {
  box-shadow: 0 8px 50px -6px rgba(84, 84, 120, 0.26);
}

.box-shadow {
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}

/*---------------------------------
  * Base color
  -----------------------------------*/
.dark-color {
  color: #222;
}

.dark-color2 {
  color: #7948fc;
}

.dark-color3 {
  color: #7948fc;
}

.white-color {
  color: #fff;
}

.white-color-light {
  color: rgba(255, 255, 255, 0.8);
}

.gray-bg {
  background: #e7e7e7;
}

.gray-bg-g {
  background-image: linear-gradient(0deg, #fcfcfc 0%, #ffffff 100%);
}

.yellow-bg {
  background-color: #56d0da;
}

.yellow-bg-after:after {
  background-color: #56d0da;
}

.blue-color {
  color: #255cff;
}

.pink-color {
  color: #ff2560;
}

.large-text {
  font-size: 18px;
}

.bg_blue {
  background-color: #0e4194;
}

@media (max-width: 767px) {
  .large-text {
    font-size: 16px;
  }
}

/*---------------------------------
  * section title
  -----------------------------------*/
.section-title h6 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 15px;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 25px;
}

.section-title h2.theme-after {
  position: relative;
  padding: 0 0 25px;
}

.section-title h2.theme-after:after {
  width: 60px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  margin: auto;
}

.section-title p {
  font-size: 15px;
  margin: 0;
}

.section-title-01 h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px;
  position: relative;
}

.section-title-01 p {
  margin: 0;
}

.section-title-02 h2,
.section-title-02 h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  padding: 0 0 20px;
}

.section-title-02 h2:after,
.section-title-02 h1:after {
  content: "";
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.section-title-02 h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
  padding: 0 0 20px;
}

.section-title-02 h4:after {
  content: "";
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.section-title-02.text-center h2:after {
  right: 0;
  margin: auto;
}

.section-title-02 .btn-bar {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .section-title-01 h2 {
    font-size: 35px;
  }

  .section-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .section-title-01 h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .section-title h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .section-title-02 h2,
  .section-title-02 h1 {
    font-size: 26px;
  }
}

.sub-title h3 {
  margin: 0;
  padding: 0 0 15px;
  font-weight: 600;
  font-size: 32px;
}

.sub-title p:last-child {
  margin-bottom: 0;
}

.sub-title h2 {
  margin: 0 0 25px;
  padding: 0 0 20px;
  font-weight: 600;
  font-size: 38px;
  position: relative;
}

.sub-title h2.theme-after:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub-title.text-center h2.theme-after:after {
  right: 0;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .sub-title h3 {
    font-size: 26px;
  }

  .sub-title h2 {
    font-size: 30px;
  }
}

/*---------------------------------
  * Header
  -----------------------------------*/

.header-nav {
  position: initial;
 top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    box-shadow: 2px 2px 5px #c5c5c5;
}
.navbar-toggler span {
  color: white !important;
}
.header-nav a {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}

.header-nav .dark-logo {
  display: none;
}

.header-nav .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  padding: 0 12px;
  position: relative;
  line-height: 70px;
}


.header-nav .navbar-nav li:hover .nav-link, .header-nav .navbar-nav li:focus .nav-link {
    color: rgb(0 0 0) !important;
}

.header-nav .navbar-nav .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  background: #76b2f0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  position: absolute;
  bottom: 22px;
  left: 12px;
}

.header-nav .navbar-nav .nav-link-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 7px 18px;
  margin-top: 1.3em;
}

.header-nav .navbar-nav .nav-link-btn.btn-white:not(:hover) {
  color: #323232;
}

.header-nav .navbar-nav li:hover .nav-link:before,
.header-nav .navbar-nav .nav-link.active:before {
  width: 50%;
}

.header-nav .navbar-brand {
  color: #fff;
}

.navbar-brand {
  font-size: 20px;
}

.header-nav-dark .navbar-nav .nav-link {
  color: #323232;
}

.header-nav-dark .navbar-nav .nav-link:before {
  background: #323232;
}

.header-nav-dark .navbar-brand {
  color: #323232;
}

.header-nav-style-1 {
  top: 0;
  width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  max-width: 100%;
}

.header-nav-style-2 .navbar-nav .nav-link {
  font-size: 15px;
}

/*Navbar Toogle*/
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  outline: none !important;
}

.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}

.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}

.navbar-toggler span + span + span {
  width: 10px;
}

.fixed-header .navbar-toggler span {
  background: #323232;
}

.header-nav-dark .navbar-toggler span {
  background: #323232;
}

/**/

@media (max-width: 991px) {
  .header-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-nav .navbar-nav {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
  }

  .header-nav .navbar-nav li {
    width: 100%;
  }

  .header-nav .navbar-nav .nav-link {
    display: inline-block;
    padding: 10px 0;
    line-height: normal;
  }

  .header-nav .navbar-nav .nav-link:before {
    bottom: 10px;
    left: 0;
  }

  .header-nav .navbar-nav .nav-link-btn {
    margin-top: 12px;
  }

  /*Header Color*/
  .navbar-toggler span {
    background: #323232;
  }

 

  .header-nav .navbar-nav .nav-link {
    color: #000;
  }

  .header-nav .navbar-brand {
    color: #000;
  }

  .header-nav .navbar-nav .nav-link:before {
    background: #000;
  }

  /*.header-nav .light-logo {*/
  /*  display: none;*/
  /*}*/
  .header-nav .dark-logo {
    display: block;
  }

  .header-nav a.btn:not(.btn-white) {
    color: #fff;
  }

  /**/
}

/*===================================
    01. Mega Menu
  ====================================== */
.m-dropdown-mega-menu {
  width: 100%;
  padding: 30px 35px;
  background: #fff;
  list-style-type: none;
  border-top: 1px solid #eee;
}

/* Singale Menu */
.m-dropdown {
  position: relative;
}

.m-dropdown-multilevel .m-dropdown-menu {
  margin: 0;
  padding: 5px 0;
  background: #fff;
  width: 100%;
}

.m-dropdown-multilevel .m-dropdown-menu li {
  list-style-type: none;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.m-dropdown-multilevel .m-dropdown-menu li a {
  text-align: left;
  font-size: 12px;
  color: #323232;
  text-transform: capitalize;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
  padding: 4px 0;
  font-weight: 600;
}

.m-dropdown-multilevel .m-dropdown-menu li a:hover {
  color: #000;
}

.m-dropdown-multilevel .m-dropdown-menu ul {
  margin: 0;
  padding: 13px 0 15px;
  background: #fff;
  width: 100%;
}

@media (min-width: 992px) {
  .m-dropdown > a::after {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0px;
    border-left: 0.3em solid transparent;
  }

  .m-dropdown-multilevel .m-dropdown-menu > li > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul,
  .m-dropdown .m-dropdown-menu {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .m-dropdown-multilevel .m-dropdown-menu > li:hover > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > ul,
  .m-dropdown:hover .m-dropdown-menu {
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }

  .m-dropdown .m-dropdown-toggle {
    display: none;
  }

  /*Mega menu */
  .m-mega-menu {
    position: static !important;
  }

  .m-dropdown-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 8px 20px -8px rgba(84, 84, 120, 0.26);
  }

  .m-dropdown-multilevel .m-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 150px;
    box-shadow: 0 8px 20px -8px rgba(84, 84, 120, 0.26);
  }

  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > a i {
    position: absolute;
    right: 0;
    font-size: 12px;
    margin-top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .m-dropdown-multilevel
    .m-dropdown-menu
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li:hover
    > a,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li:hover > a {
    left: 4px;
    color: #000;
    text-decoration: none;
  }

  .m-dropdown-multilevel .m-dropdown-menu > li a.active {
    color: #000;
  }

  .m-dropdown-multilevel .m-dropdown-menu ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 50;
    width: 220px;
  }

  .m-dropdown-multilevel .m-dropdown-menu > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
}

/*@media*/

@media (max-width: 991px) {
  .m-dropdown .m-dropdown-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #323232;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
  }

  .m-dropdown a .fa-angle-down {
    display: none;
  }

  .m-dropdown .m-dropdown-menu {
    padding: 8px 15px;
    display: block;
    background: #f5f5f5;
    width: 350px;
  }

  .m-dropdown .m-dropdown-mega-menu {
    padding: 15px 0;
  }

  .m-dropdown .m-dropdown-menu.open-menu {
    display: block;
  }

  .m-dropdown-multilevel .m-dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger {
    margin-bottom: 10px;
  }

  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger:last-child {
    margin-bottom: 0;
  }

  .m-dropdown-multilevel .m-dropdown-menu li a .arrow {
    display: none;
  }

  .m-dropdown-multilevel .m-dropdown-menu li li {
    padding-left: 20px;
    padding-right: 0px;
    background: #fff;
  }

  .m-dropdown-multilevel .m-dropdown-menu ul {
    padding: 0;
    float: none;
  }

  .m-dropdown-multilevel .m-dropdown-menu ul.open-menu {
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 0px 10px;
    margin-bottom: 15px;
  }

  .m-dropdown-multilevel .m-dropdown-menu .open-menu-parent > a {
    color: #fff;
  }
}

/*@media*/

/*-----------------------------------------
  *  Contact Us
  -----------------------------------------*/

.contact-form {
  background: #fff;
  padding: 35px;
  min-height: 100%;
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.contact-form h4 {
  font-size: 18px;
  font-weight: 700;
}

.contact-form .send {
  display: inline-block;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contact-info {
  background: #fff;
  padding: 25px 15px 25px 65px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.contact-info h6 {
  font-weight: 600;
  font-size: 16px;
}

.contact-info i {
  font-size: 28px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 25px;
  left: 20px;
}

.contact-info p {
  margin: 0;
}

.contact-info:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contact-form {
    padding: 20px;
  }
}

td {
  border: 1px solid #d8d8d8;
  font-size: 13px;
  padding: 0px 20px;
}

.feature-content img {
  box-shadow: 10px 10px 85px rgba(116, 170, 228, 0.38);
  -webkit-box-shadow: 10px 10px 85px rgba(116, 170, 228, 0.38);
}

a.button {
  position: relative;
  display: inline-block;
  width: 25.6em;
  height: 6.3em;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  line-height: 2em;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

a.button svg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

a.button svg g line,
a.button svg g polyline,
a.button svg g circle {
  fill: none;
  stroke: #192428;
}

a.button svg g line,
a.button svg g polyline {
  stroke-miterlimit: 10;
}

a.button svg g circle {
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.066em;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset ease-out 0.5s;
}

a.button font {
  z-index: 2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

a.button:hover {
  -webkit-transform: translateZ(0) translateX(0.5em);
  transform: translateZ(0) translateX(0.5em);
}

a.button:hover svg g circle {
  stroke-dashoffset: 200;
}

.prod {
  box-shadow: 0px 4px 35px rgba(102, 151, 213, 0.38);
  -webkit-box-shadow: 0px 4px 35px rgba(102, 151, 213, 0.38);
  padding: 0 2em;
  margin: 1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.prod:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.prod h3 {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  float: right;
  padding: 5px 10px;
  display: inline;
  background: #56d0da;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.51);
}

.contact_addr h3 {
  color: #000;
  font-size: 20px;
}

.contact_addr h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #909090;
}

.contact_addr p {
  margin-bottom: 20px;
  color: #868686;
}

.contact_addr p a {
  text-decoration: underline !important;
  color: #868686;
}

@media screen and (max-width: 567px) {
  .header-nav .navbar-brand {
    font-size: 14px;
  }

  p {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* jssor slider thumbnail navigator skin 07 css */
/*
              .jssort07 .p            (normal)
              .jssort07 .p:hover      (normal mouseover)
              .jssort07 .pav          (active)
              .jssort07 .pav:hover    (active mouseover)
              .jssort07 .pdn          (mousedown)
              */
.jssort07 {
  position: absolute;
  /* size of thumbnail navigator container */
  width: 800px;
  height: 100px;
}

.jssort07 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 66px;
}

.jssort07 .i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99px;
  height: 66px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.jssort07 .p:hover .i,
.jssort07 .pav .i {
  filter: alpha(opacity=100);
  opacity: 1;
}

.jssort07 .o {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 97px;
  height: 64px;
  border: 1px solid #000;
  box-sizing: content-box;
  transition: border-color 0.6s;
  -moz-transition: border-color 0.6s;
  -webkit-transition: border-color 0.6s;
  -o-transition: border-color 0.6s;
}

.jssort07 .pav .o {
  border-color: #0099ff;
}

.jssort07 .p:hover .o {
  border-color: #fff;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.jssort07 .p.pdn .o {
  border-color: #0099ff;
}

* html .jssort07 .o {
  /* ie quirks mode adjust */
  width/**/
      : 99px;
  height/**/
      : 66px;
}

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}

.jssora051:hover {
  opacity: 0.8;
}

.jssora051.jssora051dn {
  opacity: 0.5;
}

.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

.col-xs-6 {
  width: 50%;
}

.fa-phone-square {
  transform: rotate(90deg);
}

.fa {
  color: black;
}

.btn-success {
  font-size: 14px;
}

th {
  border: 1px solid #ccc;
  padding: 0 5px;
}

.feature_list {
  text-align: center;
}

.feature_list h4 {
  font-size: 16px;
  padding: 1em;
}

.progress {
  position: absolute;
  z-index: 1;
}

.progress-bar {
  padding: 0 10px 0px;
  background-color: #dc6350;
}

.blinking {
  animation: blinkingText 1.3s infinite;
  background: #dc6350;
}

@keyframes blinkingText {
  0% {
    color: #fff;
    background: #dc6350;
  }

  25% {
    color: transparent;
  }

  50% {
    color: #000;
    background: #56d0da;
  }

  75% {
    color: transparent;
  }

  100% {
    color: #fff;
    background: #dc6350;
  }
}

.cmfab_india_prod .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.cmfab_india_prod .middle {
  transition: 0.5s ease;
  width: 90%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.cmfab_india_prod {
  text-align: center;
}

.cmfab_india_prod h4 {
  background: #155fa8;
  color: #fff;
  font-size: 24px;
  padding: 10px;
}

.cmfab_india_prod:hover .middle {
  opacity: 1;
}

.cmfab_india_prod .text {
  background-color: rgba(2, 5, 10, 0.72);
  color: white;
  font-size: 12px;
  padding: 10px 0px;
}

.cmfab_india_prod:hover h4 {
  background-color: #000;
}

.footer-section h3 {
  border-bottom: 1px dashed #d70b0b;
  color: #d70b0b;
  font-size: 20px;
}

.top_header {
  background: #cbcbcb;
  padding: 5px 0px;
  text-align: right;
}

.top_header li a {
  font-size: 14px;
  color: #333;
  padding: 0px 9px;
}

.full_row {
  float: left;
  width: 100%;
}

.top_header ul {
  float: right;
  margin: 0;
  padding: 0;
}

.top_header ul li {
  float: left;
  font-size: 10px;
  margin-left: 10px;
  list-style-type: none;
  line-height: 20px;
}

.social a {
  font-size: 20px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  box-shadow: 0 14px 13px rgba(0, 0, 0, 0.12);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 110px;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

p {
  text-align: justify;
}

.banner {
  width: 100%;
  height: auto;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner_content {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 15%;
  background: #0a3a69;
  color: #eae9e4;

  display: inline-block;
  padding: 0em 1em;
}

.list_items {
  list-style-type: disc;
  font-size: 13px;
}

.service_installation h5 {
  font-size: 20px;
  margin-top: 1em;
}

.service_installation p {
  text-align: center;
  line-height: 20px;
  color: #909090;
}

.prod_desc {
  background-color: #0a3a69 !important;
  padding: 1em 0;
  text-align: center;
  color: #fff;
}

.btn-default {
  background: #fff;
}

.img-responsive {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.accordion {
  border-bottom: 1px solid #979797;
  cursor: default;
  margin: 0 auto;
  max-width: 1130px;
}

.accordion:not(.accordion--open):hover .accordion__title {
  color: #0078c1;
}

.accordion:not(.accordion--open):hover svg {
  transform: rotate3d(0, 0, 1, 90deg);
}
.card-box-01 .list_items li {
  font-size: 16px;
  list-style: none !important;
}
.accordion__title {
  align-items: center;
  color: #3c4a57;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 27px;
  padding: 16px 0;
  transition: color 0.3s ease-in;
}

.accordion__content {
  color: #606d78;
  display: none;
  font-size: 16px;
  padding: 0 0 16px;
}

.accordion__content *:last-child {
  margin: 0;
}

.accordion--open .accordion__title {
  color: #0078c1;
}

.accordion--open .accordion__content {
  display: block;
}

.panel-body ul li {
  font-size: 13px;
}

.prod_prfl {
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
  padding: 0;
  margin: 10px;
}

.prod_prfl h5 {
  font-size: 11px;
  background: #0e4194;
  color: #fff;
  padding: 1em;
  font-family:Montserrat-Medium !important ;
}

.prod_types img {
  width: 100%;
}

ul li {
  font-size: 13px;
}

.m-dropdown-menu .fa-angle-down {
  float: right;
}

.prod_desc h5 {
  font-size: 18px;
}

.btn-default {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
}

.prod_types {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19);
}

.addr_det {
  background-color: #f3f3f3;
  padding: 1em;
}

.text_head2 {
  font-size: 30px;
}

.footer-copy {
  border-top: 1px solid #000;
  padding: 15px 0;
  text-align: center;
}

.footer-copy p {
  margin: 0;
  font-size: 12px;
  color:#000;
  font-weight: 300;
  text-align: center;
}

.mb-50 {
  margin-bottom: 50px;
}

.bx1:hover {
  box-shadow: 0 0 black;
  transition: 2s all;
}

.bx1 {
  box-shadow: 0 0 3px #0000002b;
  padding: 30px;
}

.message {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 80px;
  display: none;
}

.card-box-01 h2 {
  font-size: 22px;
}

.seo-h2 {
  font-size: 15px;
}

@media screen and (max-width: 1199.99px) {
  .about-mobile {
    display: block !important;
  }
  .about-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .about-mobile {
    display: none !important;
  }
  .about-desktop {
    display: block !important;
  }
}

.footer {
background-color: #e1e1e147;
  color: #000;
  padding: 40px 20px;
  position:relative;
}

.footer .contact-info i {
  font-size: 18px;
  margin-right: 10px;
  color: #ffcc00;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  color: #ffcc00;
}

.footer .recent-news img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.footer .social-icons a {
  font-size: 18px;
  color: #000;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.footer .social-icons a:hover {
  transform: scale(1.2);
  color: #ffcc00;
}

.footer .email-form input[type="email"] {
  border: none;
  padding: 10px;
  border-radius: 20px 0 0 20px;
}

.footer .email-form button {
  border: none;
  padding: 10px;
  background-color: #ffcc00;
  border-radius: 0 20px 20px 0;
  color: #00274d;
}

.footer .email-form button:hover {
  background-color: #fff;
  color: #00274d;
}

/* ===================== */
.contact-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 17px;
}
.news-head {
  display: flex;
  gap: 10px;
}
.banner {
  position: relative;
}
.news-head img {
  width: 160px !important;
  height: 100px !important;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.social-icons a i {
  font-size: 24px;
}
.social-icons {
  margin-top: 20px;

  display: flex;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .news-head img {
    width: 125px !important;
    height: 75px !important;
  }
  .banner img {
    width: 100%;
    height: 200px;
  }
  .banner {
    margin-top: 80px;
  }
}

.footer-content li {
  list-style: none;
  text-align: start;
  font-size: 12px;
}
.footer-content h4 {
  font-size: 18px;
}

.footer-copy-info {
  display: flex;
  justify-content: center;
}

.footer-content {
  display: flex !important;
  justify-content: center !important;

  h4 {
    text-align: start;
  }
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #0a3a69 !important;
  border-color: #ddd;
}
