body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
}

* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

* a,
* a:hover,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.radius-10 img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

header {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}

.dark-bg {
  background-color: #111312;
}

.white-bg {
  background-color: #ffffff;
}

.dark-blue-bg {
  background-color: #0A4BA8;
}

.light-persian-green-bg {
  background-color: #AFDDDB;
}

.light-green-bg {
  background-color: #579F67;
}

.maroon-bg {
  background-color: #CE3A58;
}

.m-dark-blue-bg {
  background-color: #225EB5;
}

.l-dark-blue-bg {
  background-color: #55C2DB;
}

.white-text {
  color: #ffffff;
}

.black-text {
  color: #000000;
}

.dark-blue-text {
  color: #0A4BA8;
}

.light-blue-text {
  color: #28A0BC;
}

.blue-text {
  color: #157F98;
}

.grey-text {
  color: #454545;
}

.logo-wrp .navbar-brand h1 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.logo-wrp .navbar-brand img {
  max-width: 100%;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.top-contact-dtls {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.top-contact-dtls li {
  font-size: 13px;
  color: #383838;
  display: inline-flex;
  align-items: center;
}
.top-contact-dtls li a {
  color: #383838;
  display: inline-flex;
  align-items: center;
}
.top-contact-dtls li a:hover {
  text-decoration: underline !important;
}
.top-contact-dtls li a .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
  font-size: 20px;
}
.top-contact-dtls li:before {
  content: "|";
  width: 1px;
  height: 19px;
  color: #2F2F2F;
  display: inline-block;
  margin-left: 5px;
  margin-right: 8px;
}
.top-contact-dtls li:first-child::before {
  display: none;
}

.top-srvc-info {
  display: flex;
  color: #5D5D5D;
  font-size: 12px;
}
.top-srvc-info li {
  margin-left: 16px;
}
.top-srvc-info li:first-child {
  margin-left: 45px;
}
.top-srvc-info strong {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
}
.top-srvc-info .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  color: #4f81bd;
}
.top-srvc-info .material-symbols-outlined.clock {
  font-variation-settings: "FILL" 0;
}

.navbar-wrp {
  background: #101211;
  height: 78px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.nav-header {
  float: none;
}

.nav-brand h1 {
  margin-bottom: 0;
}
.nav-brand h1 img {
  max-width: 100%;
}

.nav-search-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-search-close-button {
  top: 50%;
  right: 14px;
  margin-top: -14px;
}

.navigation-portrait .nav-search-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.navigation-portrait .nav-search-close-button {
  top: 50%;
  right: 14px;
  margin-top: -14px;
}

.nav-toggle {
  position: static;
  margin-top: 0;
  order: 4;
  margin-left: 20px;
}

.navigation-portrait .nav-search {
  height: auto;
  margin-right: auto;
}

.nav-dropdown > li > a {
  color: #0A4BA8;
  border-bottom: none;
}

ul.style-inherit {
  margin-left: inherit;
  padding-left: inherit;
  list-style: disc;
}

form {
  font-family: "Roboto", sans-serif;
}
form label {
  font-size: 15px;
  font-weight: 400;
}
form .form-control {
  box-shadow: none;
  border: 1px solid #ACACAC;
}
form .form-control.form-control:focus {
  box-shadow: none;
  border-color: #000000;
}

.btn {
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-typ1 {
  background: #0A4BA8;
  border: 1px solid #0A4BA8;
  color: #ffffff;
}
.btn-typ1:hover {
  background: #ffffff;
  color: #0A4BA8;
}

.top-navigation {
  position: relative;
}
.top-navigation .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar {
  padding: 0 0;
  justify-content: space-between;
}
.navbar .navbar-collapse {
  flex-grow: inherit;
}
.navbar.bg-light {
  background-color: transparent !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.nav-menu > li > a {
  height: auto;
  padding: 5px 10px;
  font-size: 13px;
  color: #777777;
  font-family: "Roboto", sans-serif;
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
  color: #0A4BA8;
}

.lng-slct-drp-dwn {
  order: 2;
}
.lng-slct-drp-dwn .select2-container--default {
  min-width: 52px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777777;
}
.lng-slct-drp-dwn .select2-container--default .select2-selection--single {
  border: none;
}

.nav-search {
  order: 1;
  height: auto;
}
.nav-search .nav-search-button {
  width: auto;
  height: auto;
  line-height: 1px;
  background-color: transparent;
}

.top-nav-search {
  display: flex;
}
.top-nav-search form {
  display: flex;
  align-items: center;
}
.top-nav-search form .nav-search-inner {
  display: flex;
  align-items: center;
  height: 37px;
  color: #ACACAC;
  border: 1px solid #A7A7A7;
  border-radius: 100px;
  padding: 0 10px;
}
.top-nav-search form .nav-search-inner input {
  height: auto;
  line-height: 1;
  font-size: 14px;
}
.top-nav-search form .nav-search-inner .material-symbols-outlined {
  font-size: 16px;
}

.header-logo-wrp {
  display: flex;
  order: 0;
}

.cntct-dtls-wrp {
  display: flex;
  order: 1;
  justify-content: end;
}

.quote-btn-wrp {
  display: flex;
  order: 2;
  justify-content: end;
}

.nav-search-wrp {
  display: flex;
  order: 4;
  justify-content: end;
  position: static;
}

.nav-wrp {
  display: flex;
  order: 3;
}

.navbar-toggler {
  border: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 1s ease all;
}

/***************************************************************/
.home-midbar-slider {
  position: relative;
}
.home-midbar-slider::after {
  content: "";
  background: url(../images/logo-overlay.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.home-midbar-slider .carousel-caption {
  height: 100%;
  left: 12%;
  right: 12%;
  align-items: center;
  justify-content: end;
}
.home-midbar-slider .carousel-caption .banner-text-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 25px;
  max-width: 440px;
  text-align: left;
}
.home-midbar-slider .carousel-caption .banner-text-box h2 {
  color: #0A4BA8;
  font-size: 25px;
  margin-bottom: 13px;
}
.home-midbar-slider .carousel-caption .banner-text-box p {
  color: #000000;
  font-size: 15px;
  margin-bottom: 11px;
}
.home-midbar-slider .nav-arrow {
  background-color: rgba(10, 75, 168, 0.8);
  background-repeat: no-repeat;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-midbar-slider .nav-arrow .material-symbols-outlined {
  font-size: 40px;
}

.carousel-item img {
  max-width: 100%;
  height: auto;
}

.home-banner-section {
  position: relative;
}
.home-banner-section .main-name-wrp {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 9;
}
.home-banner-section .main-name-wrp .sitename {
  font-size: 70px;
  color: #ffffff;
  font-weight: 600;
  padding: 20px 0;
}

.inner-banner-main-hd {
  font-size: 50px;
  font-weight: 600;
}

.hd-typ1 {
  font-size: 32px;
  font-weight: 400;
  color: #0A4BA8;
}

.hd-typ2 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}

.hd-typ3 {
  font-size: 30px;
}

.hd-typ4 {
  font-size: 35px;
}

.hd-typ5 {
  font-size: 45px;
}

.hd-typ6 {
  font-size: 50px;
}

.link-typ1 {
  font-size: 22px;
}
.link-typ1 span {
  background: #55C2DB;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 16px;
  position: relative;
  overflow: hidden;
}
.link-typ1 span::before {
  content: "";
  height: 100%;
  width: 0;
  background: #d12636;
  position: absolute;
  left: 0;
  z-index: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.link-typ1 span img {
  z-index: 1;
}
.link-typ1:hover {
  color: #000000;
  text-decoration: underline !important;
}
.link-typ1:hover span::before {
  width: 100%;
}

.img-wrp img {
  max-width: 100%;
}

.Why-the-CCCU-section .img-wrp {
  position: relative;
}
.Why-the-CCCU-section .img-wrp::after {
  content: "";
  background: url(../images/footer-logo.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 200px;
  height: 150px;
  opacity: 0.5;
}
.Why-the-CCCU-section .img-wrp img {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.What-We-Do-section {
  background: #F7F7F7;
}
.What-We-Do-section .info-text p {
  font-size: 18px;
}
.What-We-Do-section .info-text a {
  font-size: 18px;
  color: #28A0BC;
  text-decoration: underline !important;
}
.What-We-Do-section .info-text a:hover {
  color: #d12636;
}

.srvc-lnks li {
  margin-bottom: 10px;
}
.srvc-lnks li a {
  background: #28A0BC;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 10px 50px;
  border-radius: 8px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.srvc-lnks li a strong {
  z-index: 1;
}
.srvc-lnks li a span {
  background: url(../images/arrow-right-long.svg) no-repeat;
  background-size: contain;
  background-position: right;
  display: inline-block;
  height: 30px;
  width: 103px;
  position: relative;
}
.srvc-lnks li a::before {
  content: "";
  height: 100%;
  width: 0;
  background: #d12636;
  position: absolute;
  left: 0;
  z-index: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.srvc-lnks li a:hover::before {
  width: 100%;
}

.service-slider {
  position: relative;
  padding-left: 96px;
  padding-right: 96px;
}
.service-slider .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 50%;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.service-slider .owl-nav button span {
  font-size: 0;
  line-height: 0;
  width: 52px;
  height: 25px;
  padding: 0;
  margin: -12px 0 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.service-slider .owl-nav button.owl-prev span {
  background-image: url(../images/slider-nav-left.png);
}
.service-slider .owl-nav button.owl-next span {
  background-image: url(../images/slider-nav-right.png);
}
.service-slider .owl-nav button:hover span {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.service-info-wrp {
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 130px;
}
.service-info-wrp.row {
  margin-left: -10px;
  margin-right: -10px;
}
.service-info-wrp.row .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(40, 160, 188, 0.5019607843);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #28A0BC;
}

.item-wrp {
  display: block;
  background: #ffffff;
  padding: 38px 35px;
  border: 2px solid #28A0BC;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.item-wrp:hover {
  border-color: #000000;
  color: #000000;
}
.item-wrp .hd-typ3 {
  text-transform: capitalize;
}
.item-wrp p {
  font-size: 15px;
}

.service-info-box {
  background: #FFFFFF;
  border: 1px solid #989898;
  border-radius: 10px;
  padding: 102px 20px 35px;
  position: relative;
}
.service-info-box .hd-typ3 {
  margin-bottom: 18px;
  color: #323232;
}
.service-info-box p {
  margin-bottom: 36px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.label-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: -63px;
  display: block;
}
.label-img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  padding: 6%;
  background-color: #0A4BA8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.label-img span img {
  max-width: 100%;
}

.event-box img {
  width: 100%;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.event-box h4 {
  margin-bottom: 14px;
}
.event-box a:hover {
  text-decoration: underline !important;
}
.event-box.event-box-typ1 {
  position: relative;
}
.event-box.event-box-typ1 .event-info-txt {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding: 10px 70px 70px;
}
.event-box.event-box-typ1 .event-info-txt .hd-typ3, .event-box.event-box-typ1 .event-info-txt a {
  color: #ffffff;
}
.event-box .event-info-txt .hd-typ3, .event-box .event-info-txt a {
  color: #000000;
}

.innerpage-banner {
  display: flex;
  align-items: center;
  position: relative;
}
.innerpage-banner .banner-text-wrp {
  position: absolute;
  width: 100%;
  left: auto;
  right: auto;
}
.innerpage-banner p {
  font-size: 18px;
}
.innerpage-banner .img-wrp {
  position: relative;
  overflow: hidden;
}
.innerpage-banner .img-wrp svg {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.about-info-section .img-wrp img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.achivement-section {
  background-color: #C3E0E7;
}
.achivement-section .img-wrp {
  width: 80px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-bg {
  background-color: #3A96E7;
}

.contact-info-right {
  border: 1px solid #ACACAC;
}
.contact-info-right .contact-info {
  padding: 48px 92px;
}
.contact-info-right .contact-info a {
  color: #000000;
}
.contact-info-right .contact-info a:hover {
  text-decoration: underline !important;
}

.gallery-bg {
  background-color: #C5A500;
}

.img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn-typ2 {
  border: 1.5px solid #545454;
  border-radius: 5px;
}
.btn-typ2:hover {
  background-color: #545454;
  color: #ffffff;
}

.btn-typ3 {
  border: 1.5px solid #5B8F8D;
  background-color: #5B8F8D;
  border-radius: 5px;
}
.btn-typ3:hover {
  background-color: transparent;
}

button.mfp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}
button.mfp-arrow::before {
  display: none;
}
button.mfp-arrow::after {
  border-right: 4px solid #FFF;
  border-top: 4px solid #FFF;
  border-left: none;
  border-bottom: none;
  width: 25px;
  height: 25px;
  margin: 0;
  position: static;
}
button.mfp-arrow.mfp-arrow-left {
  left: 50px;
}
button.mfp-arrow.mfp-arrow-left::after {
  transform: rotate(230deg);
  -webkit-transform: rotate(230deg);
  -moz-transform: rotate(230deg);
  -ms-transform: rotate(230deg);
  -o-transform: rotate(230deg);
}
button.mfp-arrow.mfp-arrow-right {
  right: 50px;
}
button.mfp-arrow.mfp-arrow-right::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.products-bg {
  background-color: #AFDDDB;
}

.accordion-section .accordion > .card {
  border: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
.accordion-section .accordion .card-header {
  background-color: transparent;
  border-bottom: none;
}
.accordion-section .accordion .btn-header-link.collapsed {
  color: #0A4BA8;
}
.accordion-section .accordion .card-body {
  padding: 2rem;
}
.accordion-section .accordion .card-body ul {
  list-style: disc;
  margin: inherit;
  padding-left: inherit;
}
.accordion-section .accordion .card-body p a {
  text-decoration: underline !important;
}

.hd-typ7 {
  font-size: 24px;
}

.btn-header-link {
  font-size: 25px;
}

.prdct-info-wrp {
  background: #F7F7F7;
  padding: 71px 92px;
  margin-bottom: 40px;
}
.prdct-info-wrp ul {
  list-style: disc;
  margin: inherit;
  padding-left: inherit;
}
.prdct-info-wrp p a {
  text-decoration: underline !important;
}

.history-section {
  background: url(../images/history-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 126px 0 137px;
}

.read-btn .material-symbols-outlined {
  font-size: 17px;
  font-weight: 600;
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 17;
}
.read-btn:hover {
  color: #000000;
}

.news-section a.hd-typ7.dark-blue-text:hover {
  color: #000000 !important;
}
.news-section .search-form input {
  border: none;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 15px;
}
.news-section .sidebar-box {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
}

.next-prev-btn {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  color: #4D4D4D;
}
.next-prev-btn:hover {
  opacity: 0.8;
}

footer {
  background: #55C2DB;
  color: #ffffff;
  padding-bottom: 54px;
}
footer .footer-top-bar {
  margin-bottom: 37px;
  padding: 40px 0;
  font-size: 16px;
  font-weight: 400;
}
footer .footer-top-bar p {
  margin: 0;
}
footer .footer-logo img {
  max-width: 100%;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #000000;
}
footer .link-title {
  font-weight: 600;
  margin-bottom: 15px;
}
footer .link-item {
  font-size: 14px;
  margin-bottom: 5px;
}
footer .link-item:last-child {
  margin-bottom: 0;
}
footer .footer-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-top: 1rem;
}
footer .ctct-info li {
  font-size: 15px;
  font-weight: 400;
}
footer .ctct-info li span {
  width: 80px;
  display: inline-block;
}
footer .copyright {
  font-size: 14px;
  margin-bottom: 25px;
  text-align: right;
}
footer .scl-lnks li a svg path {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .scl-lnks li a:hover svg path {
  fill: #000000;
}
footer .ftr-lnks {
  display: flex;
  justify-content: end;
}
footer .ftr-lnks li {
  border-right: 1px solid #ffffff;
}
footer .ftr-lnks li:first-child a {
  padding-left: 0;
}
footer .ftr-lnks li:last-child {
  border: none;
}
footer .ftr-lnks li:last-child a {
  padding-right: 0;
}
footer .ftr-lnks li a {
  padding: 0 15px;
}

@media (min-width: 1400px) {
  header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .top-navigation .navbar-nav .nav-item .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .top-navigation .navbar-nav .nav-item.nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .nav-menu > li > a {
    font-size: 16px;
  }
  .lng-slct-drp-dwn .select2-container--default {
    min-width: 60px;
    font-size: 20px;
  }
  .event-box a {
    font-size: 20px;
  }
  .event-box.event-box-typ1 .event-info-txt p {
    font-size: 18px;
  }
  .service-info-box p {
    margin-bottom: 36px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .innerpage-banner p {
    font-size: 22px;
  }
  .form-control, .btn-primary {
    height: 46px;
  }
}
@media (min-width: 992px) {
  .submenu-indicator {
    margin-top: 2px;
  }
  .nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
    border-bottom: 2px solid #0A4BA8;
  }
  .nav-dropdown {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  }
  .members-section .container {
    padding-left: 15%;
    padding-right: 15%;
  }
  .members-main-list.row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .members-main-list.row .col-md-4 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1499px) {
  .fs-13-r {
    font-size: 13px;
  }
  .fs-14-r {
    font-size: 14px;
  }
  .fs-15-r {
    font-size: 15px;
  }
  .fs-16-r {
    font-size: 16px;
  }
  .fs-17-r {
    font-size: 17px;
  }
  .fs-18-r {
    font-size: 18px;
  }
  .header-info-bar .top-info-left li {
    margin-left: 40px;
  }
  .header-info-bar .top-info-right li.login a svg {
    margin-right: 5px;
  }
  .navbar-brand svg {
    max-width: 170px;
  }
  .home-banner-section .main-name-wrp .sitename {
    font-size: 50px;
  }
  .home-midbar-slider .carousel-caption .banner-text-box h2 {
    font-size: 20px;
  }
  .home-midbar-slider .nav-arrow {
    width: 45px;
    height: 45px;
  }
  .inner-banner-main-hd {
    font-size: 35px;
  }
  .hd-typ1 {
    font-size: 25px;
  }
  .hd-typ2 {
    font-size: 30px;
  }
  .hd-typ3 {
    font-size: 20px;
  }
  .hd-typ4 {
    font-size: 28px;
  }
  .hd-typ5 {
    font-size: 40px;
  }
  .hd-typ6 {
    font-size: 40px;
  }
  .link-typ1 {
    font-size: 18px;
  }
  .link-typ1 span {
    width: 35px;
    height: 35px;
  }
  .Why-the-CCCU-section .img-wrp::after {
    width: 100px;
    height: 75px;
    left: 40px;
    bottom: 40px;
  }
  .What-We-Do-section .info-text p, .What-We-Do-section .info-text a {
    font-size: 16px;
  }
  .srvc-lnks li a {
    height: 55px;
    padding: 10px 30px;
  }
  .srvc-lnks li a span {
    width: 75px;
  }
  .service-slider {
    padding-left: 70px;
    padding-right: 70px;
  }
  .service-slider .owl-nav button span {
    width: 40px;
    height: 20px;
  }
  .service-info-wrp {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 80px;
  }
  .item-wrp {
    padding: 25px 20px;
  }
  .service-info-box {
    padding-top: 60px;
  }
  .service-info-box p {
    font-size: 14px;
  }
  .label-img {
    top: -40px;
  }
  .label-img span {
    width: 80px;
    height: 80px;
  }
  .event-box.event-box-typ1 .event-info-txt {
    padding: 10px 50px 50px;
  }
  .innerpage-banner p {
    font-size: 14px;
    line-height: 1.5;
  }
  .achivement-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .achivement-section .img-wrp {
    width: 50px;
    height: 55px;
  }
  .name-wrp {
    min-height: 71px;
  }
  .contact-info-right .contact-info {
    padding: 30px 40px;
  }
  .map-wrp iframe {
    height: 300px;
  }
  .prdct-info-wrp {
    padding: 50px 70px;
  }
  .bkmrk-icon {
    width: 25px;
  }
  .history-section {
    padding: 100px 0 100px;
  }
}
@media (max-width: 1365px) {
  .nav-menu > li > a {
    padding: 5px 5px;
    font-size: 12px;
  }
  .lng-slct-drp-dwn .select2-container--default {
    font-size: 12px;
  }
  .home-banner-section .main-name-wrp .sitename {
    font-size: 45px;
  }
  .inner-banner-main-hd {
    font-size: 30px;
  }
  .hd-typ1 {
    font-size: 20px;
  }
  .hd-typ2 {
    font-size: 25px;
  }
  .hd-typ3 {
    font-size: 18px;
  }
  .hd-typ4 {
    font-size: 22px;
  }
  .hd-typ5 {
    font-size: 33px;
  }
  .hd-typ6 {
    font-size: 33px;
  }
  .link-typ1 {
    font-size: 16px;
  }
  .link-typ1 span {
    width: 30px;
    height: 30px;
  }
  .Why-the-CCCU-section .img-wrp::after {
    left: 25px;
    bottom: 25px;
  }
  .What-We-Do-section .info-text p, .What-We-Do-section .info-text a {
    font-size: 14px;
  }
  .srvc-lnks li a {
    height: 40px;
    padding: 10px 25px;
  }
  .srvc-lnks li a span {
    width: 50px;
  }
  .service-info-wrp {
    padding-top: 60px;
  }
  .service-info-box {
    padding: 50px 15px 25px;
  }
  .service-info-box .hd-typ3 {
    margin-bottom: 10px;
  }
  .service-info-box p {
    margin-bottom: 20px;
  }
  .label-img {
    top: -30px;
  }
  .label-img span {
    width: 60px;
    height: 60px;
  }
  .event-box.event-box-typ1 .event-info-txt {
    padding: 10px 30px 30px;
  }
  .innerpage-banner p {
    font-size: 15px;
  }
  .accordion-section .accordion .card-body {
    padding: 0.5rem 2rem 1rem;
  }
  .prdct-info-wrp {
    padding: 30px 50px;
  }
  .bkmrk-icon {
    width: 20px;
  }
  footer .footer-top-bar {
    padding: 15px 0;
    font-size: 13px;
  }
  footer .ctct-info li {
    font-size: 13px;
  }
  footer .ctct-info li span {
    width: 70px;
  }
  footer .copyright {
    font-size: 12px;
  }
  .history-section {
    padding: 70px 0 70px;
  }
}
@media (max-width: 1023px) {
  .header-info-bar .top-info-left li {
    margin-left: 20px;
  }
  .header-info-bar .col-lg-12.d-flex {
    flex-direction: column;
    justify-content: center;
  }
  .header-info-bar .col-lg-12.d-flex .top-info-left, .header-info-bar .col-lg-12.d-flex .top-info-right {
    justify-content: center;
  }
  .dropdown-menu {
    display: none;
    border: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  .top-contact-dtls {
    display: none;
  }
  .inner-banner-main-hd {
    font-size: 30px;
  }
  .hd-typ1 {
    font-size: 18px;
  }
  .hd-typ2 {
    font-size: 20px;
  }
  .hd-typ3 {
    font-size: 16px;
  }
  .hd-typ4 {
    font-size: 20px;
  }
  .hd-typ5 {
    font-size: 28px;
  }
  .hd-typ6 {
    font-size: 28px;
  }
  .item-wrp p {
    font-size: 13px;
  }
  .prdct-info-wrp {
    padding: 30px 25px 20px;
    margin-bottom: 25px;
  }
  .history-section {
    padding: 50px 0 50px;
  }
  .footer-logo svg {
    max-width: 200px;
  }
  footer .footer-top-bar {
    text-align: center;
  }
  footer .ftr-lnks {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .fs-12-m {
    font-size: 12px;
  }
  .fs-13-m {
    font-size: 13px;
  }
  .fs-14-m {
    font-size: 14px;
  }
  .fs-15-m {
    font-size: 15px;
  }
  .fs-16-m {
    font-size: 16px;
  }
  .header_area {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .nav-toggle:before {
    width: 20px;
    height: 3px;
  }
  .navigation-portrait .submenu-indicator {
    height: 34px;
  }
  .navigation-portrait .submenu-indicator-chevron {
    top: 13px;
  }
  .service-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .service-info-wrp {
    padding-left: 0;
    padding-right: 0;
  }
  .event-box {
    padding-bottom: 20px;
  }
  .event-box.event-box-typ1 .event-info-txt {
    position: static;
    padding: 0;
    color: #000000;
  }
  .event-box.event-box-typ1 .event-info-txt .hd-typ3, .event-box.event-box-typ1 .event-info-txt a {
    color: #000000;
  }
  .srvc-lnks li a {
    height: 35px;
  }
  .label-img span {
    padding: 15px;
  }
  .home-banner-section .main-name-wrp .sitename {
    font-size: 34px;
  }
  .innerpage-banner p {
    font-size: 14px;
  }
  .name-wrp {
    min-height: 67px;
  }
  .bkmrk-icon {
    width: 16px;
  }
  footer .footer-top-bar p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .fs-10-s {
    font-size: 10px !important;
  }
  .fs-11-s {
    font-size: 11px !important;
  }
  .fs-12-s {
    font-size: 12px !important;
  }
  .fs-13-s {
    font-size: 13px !important;
  }
  .fs-14-s {
    font-size: 14px !important;
  }
  header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand svg {
    max-width: 150px;
  }
  .nav-dropdown > li > a, .megamenu-list > li > a {
    width: 100%;
  }
  .navbar-toggler {
    padding: 0;
  }
  .header-info-bar {
    padding: 10px 0;
    font-size: 13px;
  }
  .header-info-bar .top-info-left {
    display: none;
  }
  .header-info-bar .top-info-right li {
    margin-left: 20px;
  }
  .home-banner-section .main-name-wrp {
    height: 100%;
  }
  .inner-banner-main-hd {
    font-size: 25px;
  }
  .hd-typ1 {
    font-size: 16px;
  }
  .hd-typ2 {
    font-size: 18px;
  }
  .hd-typ3 {
    font-size: 14px;
  }
  .hd-typ4 {
    font-size: 18px;
  }
  .hd-typ5 {
    font-size: 22px;
  }
  .hd-typ6 {
    font-size: 22px;
  }
  .link-typ1 {
    font-size: 14px;
  }
  p {
    font-size: 13px;
  }
  .Why-the-CCCU-section .img-wrp {
    margin-bottom: 15px;
  }
  .Why-the-CCCU-section .img-wrp::after {
    left: 20px;
    bottom: 20px;
  }
  .What-We-Do-section .info-text p, .What-We-Do-section .info-text a {
    font-size: 13px;
  }
  .name-wrp {
    min-height: 1px;
  }
  .innerpage-banner {
    display: none;
  }
  .contact-info-right .contact-info {
    padding: 20px 15px;
  }
  footer {
    padding-bottom: 25px;
    text-align: center;
  }
  footer .copyright {
    text-align: center;
  }
  footer .ctct-info li span {
    width: auto;
    margin-right: 10px;
  }
  .footer-logo svg {
    max-width: 150px;
  }
  .menu-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .footer-info-left {
    text-align: left;
  }
  footer .ftr-lnks {
    display: none;
  }
  footer .ftr-lnks li {
    margin-bottom: 0;
    border: 1px solid;
    border-bottom: none;
    padding: 0 15px;
  }
  footer .ftr-lnks li a {
    padding: 5px 0;
    display: block;
    text-align: left;
  }
  footer .ftr-lnks li:last-child {
    border: 1px solid;
  }
}/*# sourceMappingURL=style.css.map */