@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
/*Social Icons*/
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
.titleFont {
  font-size: 35px;
  color: #000;
  line-height: 45px;
  font-family: "Hind", sans-serif !important;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
.titleFont::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  height: 3px;
  left: 0;
  margin: auto;
  top: -5px;
}
@media (max-width: 767px) {
  .titleFont {
    font-size: 28px;
    line-height: 35px;
  }
}

/*Social Icons*/
.titleFont {
  font-size: 35px;
  color: #000;
  line-height: 45px;
  font-family: "Hind", sans-serif !important;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
.titleFont::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  height: 3px;
  left: 0;
  margin: auto;
  top: -5px;
}
@media (max-width: 767px) {
  .titleFont {
    font-size: 28px;
    line-height: 35px;
  }
}

.skiptranslate span {
  display: none;
}

.goog-te-gadget {
  color: #fff !important;
}

#google_translate_element {
  text-align: right;
  position: absolute;
  right: 0;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  border-radius: 20px;
  padding: 5px 5px;
}

#sidebarCollapse {
  background: transparent;
  padding: 0;
}
#sidebarCollapse i {
  color: #DA251D;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .hideclose {
    display: block;
  }
  #sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  #sidebar ul li:hover a {
    color: #DA251D;
  }
  #sidebar ul li.active a {
    color: #DA251D;
  }
  #sidebar.active {
    left: 0;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  #dismiss {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 9999;
  }
  .navbarLink ul {
    flex-direction: column;
  }
  .navbarLink ul li {
    margin-left: 0 !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .navbarLink ul li a {
    color: #000 !important;
  }
  .navbarBtn {
    text-align: right;
  }
}
/*Social Icons*/
.titleFont {
  font-size: 35px;
  color: #000;
  line-height: 45px;
  font-family: "Hind", sans-serif !important;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
.titleFont::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  height: 3px;
  left: 0;
  margin: auto;
  top: -5px;
}
@media (max-width: 767px) {
  .titleFont {
    font-size: 28px;
    line-height: 35px;
  }
}

#accordionId .card {
  border: 0;
  margin-top: 5px;
}
#accordionId .card .card-header {
  padding: 0;
  border: 0;
}
#accordionId .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #E5E5E5;
  color: #DA251D;
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}
#accordionId .card .card-header button::after {
  content: "\f068";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId .card .card-header button.collapsed {
  background: #E5E5E5;
  color: #DA251D;
}
#accordionId .card .card-header button.collapsed::after {
  content: "\f067";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId .card table {
  width: 100%;
}
#accordionId .card table tr th {
  color: #DA251D;
  font-size: 16px;
  padding-bottom: 20px;
}
#accordionId .card table tr td {
  font-size: 16px;
}
#accordionId .card .card-body {
  background: transparent;
}

#accordionId1 .card {
  border: 0;
  margin-top: 5px;
}
#accordionId1 .card .card-header {
  padding: 0;
  border: 0;
}
#accordionId1 .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #E5E5E5;
  color: #DA251D;
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}
#accordionId1 .card .card-header button::after {
  content: "\f068";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId1 .card .card-header button.collapsed {
  background: #E5E5E5;
  color: #DA251D;
}
#accordionId1 .card .card-header button.collapsed::after {
  content: "\f067";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId1 .card table {
  width: 100%;
}
#accordionId1 .card table tr th {
  color: #DA251D;
  font-size: 16px;
  padding-bottom: 20px;
}
#accordionId1 .card table tr td {
  font-size: 16px;
}
#accordionId1 .card .card-body {
  background: transparent;
}

#accordionId2 .card {
  border: 0;
  margin-top: 5px;
}
#accordionId2 .card .card-header {
  padding: 0;
  border: 0;
}
#accordionId2 .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #E5E5E5;
  color: #DA251D;
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}
#accordionId2 .card .card-header button::after {
  content: "\f068";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId2 .card .card-header button.collapsed {
  background: #E5E5E5;
  color: #DA251D;
}
#accordionId2 .card .card-header button.collapsed::after {
  content: "\f067";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId2 .card table {
  width: 100%;
}
#accordionId2 .card table tr th {
  color: #DA251D;
  font-size: 16px;
  padding-bottom: 20px;
}
#accordionId2 .card table tr td {
  font-size: 16px;
}
#accordionId2 .card .card-body {
  background: transparent;
}

body {
  overflow-x: hidden;
  font-family: "Hind", sans-serif !important;
}

@font-face {
  font-family: "Cambria-Bold";
  src: url("../fonts/Cambria-Bold.eot") format("embedded-opentype"), url("../fonts/Cambria-Bold.otf") format("opentype"), url("../fonts/Cambria-Bold.svg") format("svg"), url("../fonts/Cambria-Bold.ttf") format("truetype"), url("../fonts/Cambria-Bold.woff") format("woff"), url("../fonts/Cambria-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
ul, li {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

li:hover {
  text-decoration: none !important;
  list-style: none !important;
}

h2, h1 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}
p:last-child {
  padding-bottom: 0;
}

a:hover {
  text-decoration: none;
}

button:focus, .btn:focus, a:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus, .btn:hover {
  text-decoration: none !important;
}

.font600 {
  font-weight: 600;
}

.sectionPadding {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .paddtop00 {
    padding-top: 0;
  }
}
.font30 {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .font30 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}

.font18 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .font18 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .margtop30 {
    margin-top: 30px !important;
  }
}
.moreDetail .dispFlx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.moreDetail .titleFont {
  padding: 0;
  padding-right: 30px;
}
.moreDetail .titleFont::before {
  display: none;
}
.moreDetail .blackBtn {
  background: #212121;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.moreDetail .blackBtn:hover {
  background: #DA251D;
}
@media (max-width: 575px) {
  .moreDetail .dispFlx {
    flex-direction: column;
  }
  .moreDetail .dispFlx .titleFont {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.main_header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.main_header header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.main_header header .logo a {
  display: block;
  width: 330px;
}
@media (max-width: 1199px) {
  .main_header header .logo a {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .main_header header .logo a {
    width: 200px;
  }
}
@media (max-width: 320px) {
  .main_header header .logo a {
    width: 200px;
  }
}
.main_header header .navbarLink ul {
  align-items: center;
}
.main_header header .navbarLink ul li {
  margin-left: 25px;
  padding: 50px 0;
  cursor: pointer;
}
.main_header header .navbarLink ul li a {
  color: #707070;
  font-size: 16px;
  position: relative;
  padding: 0 !important;
  transition: all ease-in-out 0.7s;
}
@media (max-width: 1199px) {
  .main_header header .navbarLink ul li a {
    color: #707070;
    font-size: 14px;
    padding: 0 !important;
  }
}
.main_header header .navbarLink ul li a::before {
  content: "";
  background: #DA251D;
  height: 3px;
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: all ease-in-out 0.5s;
}
.main_header header .navbarLink ul li.active a, .main_header header .navbarLink ul li:hover a {
  color: #DA251D;
}
.main_header header .navbarLink ul li.active a i, .main_header header .navbarLink ul li:hover a i {
  color: #DA251D;
}
.main_header header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  border-radius: 0;
  transform: none !important;
  top: 75% !important;
}
.main_header header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.main_header header .navbarLink ul li > .dropdown-menu li a {
  color: #000 !important;
  padding: 10px;
  background: none;
  color: #fff;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
}
.main_header header .navbarLink ul li > .dropdown-menu li.active a, .main_header header .navbarLink ul li > .dropdown-menu li:hover a {
  color: #fff;
  font-size: 16px;
  background: #DA251D;
  color: #fff;
  border-radius: 0px;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu, .main_header header .navbarLink ul li:focus > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu li, .main_header header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu li, .main_header header .navbarLink ul li:focus > .dropdown-menu li {
  margin-left: 0;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu li a, .main_header header .navbarLink ul li:focus > .dropdown-menu li a {
  color: #000 !important;
  padding: 10px;
  background: none;
  color: #fff;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu li.active a, .main_header header .navbarLink ul li:hover > .dropdown-menu li:hover a, .main_header header .navbarLink ul li:focus > .dropdown-menu li.active a, .main_header header .navbarLink ul li:focus > .dropdown-menu li:hover a {
  color: #fff;
  font-size: 16px;
  background: #DA251D;
  color: #fff;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .main_header header .navbarLink ul li:hover > .dropdown-menu, .main_header header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
    background: #fff;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .main_header header .navbarLink ul li:hover > .dropdown-menu li, .main_header header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
  .main_header header .navbarLink ul li:hover > .dropdown-menu li, .main_header header .navbarLink ul li:focus > .dropdown-menu li {
    margin-left: 0;
  }
  .main_header header .navbarLink ul li:hover > .dropdown-menu li a, .main_header header .navbarLink ul li:focus > .dropdown-menu li a {
    color: #000 !important;
    padding: 10px;
    background: none;
    color: #fff;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
  }
  .main_header header .navbarLink ul li:hover > .dropdown-menu li.active a, .main_header header .navbarLink ul li:hover > .dropdown-menu li:hover a, .main_header header .navbarLink ul li:focus > .dropdown-menu li.active a, .main_header header .navbarLink ul li:focus > .dropdown-menu li:hover a {
    color: #fff;
    font-size: 16px;
    background: #DA251D;
    color: #fff;
    border-radius: 0px;
  }
}
@media (max-width: 1199px) {
  .main_header header .navbarLink ul li {
    margin-left: 15px;
  }
  .main_header header .navbarLink ul li > .dropdown-menu {
    transform: none !important;
    top: 75% !important;
  }
}
@media (max-width: 991px) {
  .main_header header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .main_header header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
@media (max-width: 991px) {
  .main_header header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .main_header header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .main_header header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.main_header header .navbarLink.active {
  left: 0;
}
.main_header header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #DA251D;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
@media (max-width: 991px) {
  .main_header header .navbarLink ul li {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .main_header {
    position: relative;
    text-align: center;
  }
  .main_header header {
    justify-content: center;
  }
}

.bannerarea {
  position: relative;
}
.bannerarea .banner_img {
  position: relative;
}
.bannerarea .banner_img img {
  width: 100%;
}
.bannerarea .banner_box {
  display: block !important;
}

.dispFlx.bannerTag {
  display: flex;
  background: #000;
}
.dispFlx.bannerTag .font30 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  display: block;
  padding: 30px 0px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Cambria-Bold";
}
.dispFlx.bannerTag .blackBtn {
  background: #212121;
  width: 130px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantageSec {
  background: #e2e2e2;
}
.advantageSec .titleFont {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.advantageSec p {
  font-size: 25px;
  color: #000;
}
.advantageSec ul li {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  padding-top: 15px;
  position: relative;
  padding-left: 20px;
}
.advantageSec ul li::before {
  content: "";
  background: #DA251D;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 28px;
}
.advantageSec ul li::before {
  height: 6px;
  width: 6px;
  top: 22px;
}
.advantageSec .advantageImg {
  margin-bottom: 50px;
  margin-top: 20px;
}
.advantageSec .numberSec ul {
  display: flex;
  flex-wrap: wrap;
}
.advantageSec .numberSec ul li {
  padding-left: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
  height: 165px;
  width: 180px;
}
.advantageSec .numberSec ul li::before {
  display: none;
}
.advantageSec .numberSec ul li .counterBox {
  text-align: center;
}
.advantageSec .numberSec ul li .counterBox .font46 {
  font-size: 46px;
  color: #DA251D;
  padding: 15px 0;
}
.advantageSec .numberSec ul li .counterBox .font16 {
  font-size: 16px;
  line-height: 18px;
}
.advantageSec .numberSec ul li .counterBox img {
  height: 35px;
}
.advantageSec .numberSec ul li:first-child {
  background: #F2F2F2;
}
.advantageSec .numberSec ul li:nth-child(2) {
  background: #EBEBEB;
}
.advantageSec .numberSec ul li:nth-child(3) {
  background: #e7e6e6;
}
@media (max-width: 1199px) {
  .advantageSec p {
    font-size: 24px;
  }
  .advantageSec .numberSec ul li {
    width: 150px;
  }
  .advantageSec .numberSec ul li .counterBox .font46 {
    font-size: 36px;
  }
  .advantageSec .numberSec ul li .counterBox .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .advantageSec .advantageImg {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
  .advantageSec .numberSec ul {
    align-items: center;
    justify-content: center;
  }
  .advantageSec .numberSec ul li {
    width: 160px;
  }
  .advantageSec .numberSec ul li .counterBox .font46 {
    font-size: 34px;
  }
  .advantageSec .numberSec ul li .counterBox .font16 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .advantageSec .numberSec ul {
    flex-wrap: nowrap;
  }
  .advantageSec .numberSec ul li {
    width: 160px;
  }
  .advantageSec .numberSec ul li .counterBox .font46 {
    font-size: 32px;
  }
  .advantageSec .numberSec ul li .counterBox .font16 {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .advantageSec .numberSec ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantageSec .numberSec ul li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .advantageSec .numberSec ul li .counterBox .font46 {
    font-size: 34px;
  }
  .advantageSec .numberSec ul li .counterBox .font16 {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */