@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
summary,
article,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

p {
  font-size: 14px;
}

p,
li {
  color: #7a7a7a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  color: #1b335a;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input:focus,
select:focus {
  outline: 0;
}

.container {
  max-width: 1260px;
}

.siteBtn {
  background-color: #e20a17;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4.5px;
  font-size: 16px;
  font-weight: 600;
  border: 1px #e20a17 solid;
  display: inline-block;
}

.siteBtn:hover {
  background-color: #fff;
  color: #1b335a;
}

img {
  max-width: 100%;
}

.title-box {
  margin-bottom: 50px;
}

.title-box span.subTitle {
  font-weight: bold;
  color: #e20a17;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  padding-left: 45px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.title-box span.subTitle::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #e20a17;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

.siteTitle {
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 700;
}

.siteSec {
  padding: 40px 0;
  margin: 40px 0;
}

.form-control {
  padding: 1rem 0.75rem;
}

.form-control:focus {
  outline: 0;
  border: 1px solid #ced4da;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.logoHeader {
  padding: 15px 0;
}

.logoHeader .logoHolder img {
  height: 70px;
}

.logoHeader .contactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logoHeader .contactInfo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logoHeader .contactInfo a i {
  font-size: 32px;
}

.logoHeader .contactInfo a .iconBox {
  padding-right: 20px;
}

.logoHeader .contactInfo a:hover h6::after {
  width: 100%;
}

.logoHeader .contactInfo .contactBox h4 {
  margin-bottom: 0.2rem;
  font-size: 16px;
  font-weight: 600;
}

.logoHeader .contactInfo .contactBox h6 {
  margin-bottom: 0.1rem;
  position: relative;
  padding-bottom: 10px;
  font-size: 14px;
}

.logoHeader .contactInfo .contactBox h6::after {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  border-bottom: 3px #1b335a solid;
  height: 4px;
  bottom: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menuHeader {
  background-color: #1b335a;
}

.menuHeader ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menuHeader ul li {
  position: relative;
  padding-right: 20px;
}

.menuHeader ul li a {
  color: #f2f7f9;
  padding: 10px 15px;
  border-bottom: 4px transparent solid;
  display: block;
  font-size: 14px;
}

.menuHeader ul li a:hover {
  opacity: 0.8;
  border-color: #e20a17;
}

.menuHeader ul li.current a {
  background-color: #e20a17;
}

.menuHeader ul li ul {
  position: absolute;
  top: 90%;
  right: 0;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 180px;
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  border: 1px #f2f7f9 solid;
  z-index: 9;
}

.menuHeader ul li ul li {
  padding-right: 0;
}

.menuHeader ul li ul li a {
  color: #1b335a;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.menuHeader ul li ul li a:hover {
  background-color: #e20a17;
  color: #fff;
}

.menuHeader ul li:hover ul {
  visibility: visible;
  display: block;
  opacity: 1;
}

.ma5menu__toggle {
  border-radius: 0;
  background-color: #1b335a;
}

.ma5menu__toggle:hover {
  background-color: #1b335a;
}

.bannerSec {
  position: relative;
}

.bannerSec .bannerCaption {
  position: absolute;
  left: 65%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 50px 30px;
  max-width: 600px;
  border-radius: 4px;
}

.bannerSec .bannerCaption h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}

.bannerSec .bannerCaption p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.bannerImage {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.aboutImg {
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 4px;
}

.title-box p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.iqTimer {
  text-align: center;
  -webkit-box-shadow: 2.088px 14.854px 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 2.088px 14.854px 30px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 15px;
  border-radius: 7px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #1b335a;
  height: 100%;
}

.iqTimer i {
  font-size: 52px;
  color: #f2f7f9;
  margin-bottom: 10px;
}

.iqTimer p {
  font-size: 14px;
}

.iqTimer * {
  color: #f2f7f9;
}

.iqTimer .smallTitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.iqTimer:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.iq-blog-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  background: var(--white-color);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.iq-blog-box .iq-blog-image {
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
}

.iq-blog-box .blog-title {
  padding: 15px;
}

.iq-blog-box .iq-blog-meta ul {
  padding: 15px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  border-bottom: 1px solid #f6f6f6;
}

.iq-blog-box .iq-blog-meta ul li i {
  color: var(--primary-color);
}

.iq-blog-box .iq-blog-meta ul li a {
  text-decoration: none;
  color: var(--text-color);
}

.iq-blog-box h5 {
  font-size: 1.25rem;
  color: #1b335a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}

.iq-blog-box p {
  padding: 0 15px 15px;
  font-size: 14px;
  font-weight: 400;
}

.iq-blog-box .blog-button {
  padding: 0 15px 15px;
}

.iq-blog-box .blog-button a {
  color: #e20a17;
  font-weight: 600;
  font-size: 14px;
}

.siteFooter {
  background-color: #1b335a;
  padding: 70px 0;
}

.footerWidget h2 {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}

.footerWidget ul li {
  margin-bottom: 7px;
}

.footerWidget ul li a {
  color: #eee;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  display: block;
}

.footerWidget iframe {
  border-radius: 10px;
}

.socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socialLinks li a {
  margin: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socialLinks li .fb {
  background-color: #097ceb;
  margin-left: 0;
}

.socialLinks li .instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.socialLinks li .twitter {
  background-color: #009edb;
}

.refSec {
  background-position: center;
}

.singleBoxRef {
  height: 500px;
  padding: 30px;
  border-right: 1px #fff solid;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
}

.singleBoxRef {
  color: #fff;
}

.singleBoxRef a {
  color: #f2f7f9;
}

.singleBoxRef h5 {
  font-size: 28px;
  margin-bottom: 15px;
}

.singleBoxRef .singleRefContent {
  position: absolute;
  left: 0;
  bottom: 10%;
  padding: 30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.singleBoxRef:hover {
  background-color: #0082cdde;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.singleBoxRef:hover .singleRefContent {
  bottom: 30%;
}

.pagesBanner {
  padding: 150px 0;
}

.pagesBanner .title {
  font-size: 3.052em;
  color: #1b335a;
  font-weight: 700;
}

.pagesBanner .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.pagesBanner .breadcrumb i {
  padding-right: 0.5rem;
}

.teamContent {
  text-align: center;
  margin: 15px 0;
  padding: 0 15px;
}

.teamContent h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.singleTeamDisplay {
  border: 1px #eee solid;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.singleTeamDisplay img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.imgWrap {
  position: relative;
}

.imgWrap .designation {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  background-color: #1f5c6c;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.contactSidebar .footerWidget ul li a {
  color: #1b335a;
}

.contactSidebar .footerWidget ul li a svg {
  fill: #1b335a;
}

.contactSidebar .footerWidget ul.socialLinks li a svg {
  fill: #fff;
}

.contactSidebar h2 {
  color: #1b335a;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul li a,
.pagination ul li span {
  height: 45px;
  padding: 0 17px;
  background-color: #fff;
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: #002329;
  font-weight: 600;
}

.pagination ul li a.current,
.pagination ul li span.current {
  border: 2px #2f9483 solid;
}

.downloadSec .iq-blog-image .downloadBtn {
  position: absolute;
  left: 10px;
  bottom: 20px;
}

.downloadSec .iq-blog-image .viewBtn {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background-color: #fff;
  color: #1b335a;
}

.downloadSec .iq-blog-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}

.blog-title h1 {
  font-size: 36px;
  font-weight: 700;
}

.singleBlogContent {
  padding: 15px;
}

.singleBlogContent p {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0;
}

.singleBlogContent h2,
.singleBlogContent h3,
.singleBlogContent h4,
.singleBlogContent h5,
.singleBlogContent h6 {
  color: #1b335a;
  font-weight: 700;
}

.galleryImg {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.9px) {
  .logoHeader .contactInfo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
  }
  .logoHeader .contactInfo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
  .logoHolder {
    display: block;
    margin-bottom: 1.2rem;
  }
  .logoHolder img {
    height: 40px;
  }
}
.title-box ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}

/*# sourceMappingURL=style.css.map */