@font-face {
  font-family: "LatoBold";
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato-Bold.ttf");
  /*src: url('../fonts/Lato-Bold.ttf?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.svg#latobold') format('svg'),url('../fonts/Lato-BoldItalic.svg#latobolditalic') format('svg');*/
}
@font-face {
  font-family: "LatoRegular";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "LatoBlack";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Black.ttf");
}
@font-face {
  font-family: "Raleway-Bold";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: "Lato-Light";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Light.ttf");
}
@font-face {
  font-family: "Lato-Semibold";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/IvyJournal-Italic.ttf");
}
@font-face {
  font-family: "IvyJournal-SemiBold";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/IvyJournal-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.ttf");
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #FFFFFF;
          box-shadow: inset 0 0 5px #FFFFFF;
  border-radius: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #164D92;
  border-radius: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #164D92;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 24px;
}

footer {
  background: #164D92;
  font-family: "LatoRegular", sans-serif;
  color: #FFFFFF;
}

.main-container {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

h1 {
  font-size: 34px;
  margin-bottom: 16px;
}

h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #164D92;
}

a:hover {
  text-decoration: none;
  color: #164D92;
}

ul {
  list-style: none;
}

.product-tag {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "LatoBlack", sans-serif;
}

.grid-gutter-width {
  margin: 0 15px;
}

.gutter-7 {
  margin-right: -7px;
  margin-left: -7px;
}
.gutter-7 > .col,
.gutter-7 > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.gutter-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-5 > .col,
.gutter-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.inner-container {
  width: 100%;
  max-width: 1108px;
  padding: 0 7px;
  margin: 0 auto;
}

.site-main-container {
  width: 100%;
  max-width: 1263px;
  padding: 0 7px;
  margin: 0 auto;
}

.main-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.smole-heading {
  font-family: "LatoBold", sans-serif;
  color: #00B48D;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 10px;
}

.main-heading {
  font-family: "LatoBold", sans-serif;
  color: #164D92;
  letter-spacing: 0.64px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 42px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .smole-heading {
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 17px;
  }

  .main-heading {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
    line-height: 28px;
  }

  .simple-title {
    font-size: 14px !important;
    line-height: 18px !important;
    padding-bottom: 16px !important;
  }

  .side-button {
    padding: 10px 48px !important;
  }

  .slider-main-title {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 11px;
  }

  .reg-title {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .reg-title span {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .side-button {
    font-size: 12px !important;
    width: 234px;
    text-align: center;
    padding: 9px 0 !important;
  }
}
.side-button {
  display: inline-block;
  margin: 0 auto;
  font-family: "LatoRegular", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 19px;
  padding: 10px 55px;
  letter-spacing: 1px;
  border: 2px solid #00B48D;
  color: #164D92;
  line-height: 17px;
  background: #FFFFFF;
}
.side-button:hover {
  color: #FFFFFF;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-color: #00B48D;
}

.product-categorie-content {
  height: 263px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.back-overlay {
  background-color: rgba(112, 112, 112, 0.25);
  width: 100%;
  height: 100%;
}
.back-overlay .product-details-blog {
  position: absolute;
  bottom: 10px;
  padding: 0 30px;
}
.back-overlay .product-details-blog img {
  padding-bottom: 14px;
}
.back-overlay .product-details-blog .product-tag {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  font-family: "LatoBold", sans-serif;
}
.back-overlay .product-details-blog .card-title .simple-title {
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.work-box {
  background-color: #003377;
  height: 263px;
  border-radius: 19px;
  margin: 7px 0;
}

.slider-main-title {
  font-size: 21px;
  font-family: "LatoBold", sans-serif;
  line-height: 25px;
  color: #164D92;
  line-height: 1.19;
}

.reg-title {
  font-size: 16px;
  color: #464749;
  letter-spacing: 0.4px;
  font-family: "LatoRegular", sans-serif;
  line-height: 24px;
}
.reg-title span {
  color: #00B48D;
  font-size: 16px;
  font-family: "LatoRegular", sans-serif;
  line-height: 24px;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.simple-title {
  color: #464749;
  font-size: 16px;
  font-family: "LatoRegular", sans-serif;
  line-height: 24px;
  letter-spacing: 0.75px;
  cursor: pointer;
}

/* Margin + Padding classes */
.margin-5 {
  margin: "5px";
}

.margin-top-5 {
  margin-top: "5px";
}

.margin-right-5 {
  margin-right: "5px";
}

.margin-bottom-5 {
  margin-bottom: "5px";
}

.margin-left-5 {
  margin-left: "5px";
}

.padding-5 {
  padding: "5px";
}

.padding-top-5 {
  padding-top: "5px";
}

.padding-right-5 {
  padding-right: "5px";
}

.padding-bottom-5 {
  padding-bottom: "5px";
}

.padding-left-5 {
  padding-left: "5px";
}

.margin-10 {
  margin: "10px";
}

.margin-top-10 {
  margin-top: "10px";
}

.margin-right-10 {
  margin-right: "10px";
}

.margin-bottom-10 {
  margin-bottom: "10px";
}

.margin-left-10 {
  margin-left: "10px";
}

.padding-10 {
  padding: "10px";
}

.padding-top-10 {
  padding-top: "10px";
}

.padding-right-10 {
  padding-right: "10px";
}

.padding-bottom-10 {
  padding-bottom: "10px";
}

.padding-left-10 {
  padding-left: "10px";
}

.margin-15 {
  margin: "15px";
}

.margin-top-15 {
  margin-top: "15px";
}

.margin-right-15 {
  margin-right: "15px";
}

.margin-bottom-15 {
  margin-bottom: "15px";
}

.margin-left-15 {
  margin-left: "15px";
}

.padding-15 {
  padding: "15px";
}

.padding-top-15 {
  padding-top: "15px";
}

.padding-right-15 {
  padding-right: "15px";
}

.padding-bottom-15 {
  padding-bottom: "15px";
}

.padding-left-15 {
  padding-left: "15px";
}

.margin-20 {
  margin: "20px";
}

.margin-top-20 {
  margin-top: "20px";
}

.margin-right-20 {
  margin-right: "20px";
}

.margin-bottom-20 {
  margin-bottom: "20px";
}

.margin-left-20 {
  margin-left: "20px";
}

.padding-20 {
  padding: "20px";
}

.padding-top-20 {
  padding-top: "20px";
}

.padding-right-20 {
  padding-right: "20px";
}

.padding-bottom-20 {
  padding-bottom: "20px";
}

.padding-left-20 {
  padding-left: "20px";
}

.margin-25 {
  margin: "25px";
}

.margin-top-25 {
  margin-top: "25px";
}

.margin-right-25 {
  margin-right: "25px";
}

.margin-bottom-25 {
  margin-bottom: "25px";
}

.margin-left-25 {
  margin-left: "25px";
}

.padding-25 {
  padding: "25px";
}

.padding-top-25 {
  padding-top: "25px";
}

.padding-right-25 {
  padding-right: "25px";
}

.padding-bottom-25 {
  padding-bottom: "25px";
}

.padding-left-25 {
  padding-left: "25px";
}

.margin-30 {
  margin: "30px";
}

.margin-top-30 {
  margin-top: "30px";
}

.margin-right-30 {
  margin-right: "30px";
}

.margin-bottom-30 {
  margin-bottom: "30px";
}

.margin-left-30 {
  margin-left: "30px";
}

.padding-30 {
  padding: "30px";
}

.padding-top-30 {
  padding-top: "30px";
}

.padding-right-30 {
  padding-right: "30px";
}

.padding-bottom-30 {
  padding-bottom: "30px";
}

.padding-left-30 {
  padding-left: "30px";
}

.news-detaild .main-container {
  margin-left: auto !important;
}

#c174 {
  margin-bottom: 66px;
}
#c174 .news-detaild {
  max-width: 1130px !important;
  margin: auto !important;
}
#c174 .news-detaild .title-para {
  margin-bottom: 22px;
  position: relative;
  right: 12px;
  font-family: "LatoBold", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #00365f;
  margin-bottom: 20px;
}
#c174 li {
  list-style: none !important;
}
#c174 .news-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
#c174 .news-short .image-section-class {
  margin-right: 19px;
  width: 162px;
  height: 122px;
}
#c174 .news-short .news-img-wrap {
  width: 162px;
  height: 122px;
}
#c174 .news-short .news-img-wrap img {
  border-radius: 16px;
  width: 100%;
  border-radius: 16px;
  height: 100%;
}
#c174 .news-short .title {
  font-family: "LatoBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.media-center-article {
  margin-top: 133px;
  margin-bottom: 100px;
}
.media-center-article .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.media-center-article .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0px auto;
}
.media-center-article .buttons .btn1,
.media-center-article .buttons .btn2 {
  width: 269px;
  height: 50px;
  font-family: "LatoBold", sans-serif;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
}
.media-center-article .buttons .btn1 {
  background-color: #00B48D;
  margin-right: 35px;
}
.media-center-article .buttons .btn1 a {
  color: white;
}
.media-center-article .buttons .btn2 {
  color: #003D81;
  background-color: #FFFFFF;
  border: 1px solid #12A77A;
}
.media-center-article .left-section {
  padding-right: 20px;
  width: 1150px;
  margin: auto;
}
.media-center-article .left-section .top-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 19px;
  height: 477px;
}
.media-center-article .left-section img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  height: 100%;
}
.media-center-article .left-section img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.media-center-article .left-section .title {
  font-family: "LatoBold", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  margin-top: 37px;
  padding-right: 100px;
}
.media-center-article .left-section .date {
  font-family: "LatoRegular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #164D92;
  margin-top: 16px;
  padding-right: 100px;
}
.media-center-article .left-section .data {
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-top: 27px;
  padding-right: 100px;
}
.media-center-article .right-section {
  margin-left: 30px;
}
.media-center-article .right-section p {
  font-family: "LatoBold", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #00365f;
  margin-bottom: 20px;
}
.media-center-article .right-section .news-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 38px;
}
.media-center-article .right-section .news-short img {
  height: 122px;
  width: 126px;
}
.media-center-article .right-section .news-short .txt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 190px;
  padding-right: 5px;
  margin-left: 17px;
  height: 122px;
}
.media-center-article .right-section .news-short .txt-container .title {
  font-family: "LatoBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.media-center-article .right-section .news-short .txt-container .date {
  font-family: "LatoRegular", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #164D92;
  margin-top: 23px;
}


@media screen and (max-width: 768px) {
  .media-center-article .left-section .top-img{
         height: auto; 
  }
  .btn2{
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #c174 .news-short .news-img-wrap img {
    border-radius: 16px;
    width: 50%;
    border-radius: 16px;
    height: 100%;
}
#c174 .news-short .news-img-wrap {
    width: auto;
    height: 122px;
}
#c174  .txt-container {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
}
#c174 .news-short .image-section-class {
    margin-right: 19px;
    width: 100%;
    height: 100%;
    text-align: center;
}
#c174 .news-detaild .title-para {
   
    text-align: center;
}
}