<style>@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;600;700&family=Spartan:wght@100;200;300;500;600;800&display=swap');
</style>:root {
  --primary-color: #ed1b24;
  --secondary-color: #012443;
  --text-color: #8a8a8a;
  --light-bg-color: #f4f9fc;
  --primary-font-family: 'Mulish', sans-serif;
  --heading- font-family: 'Reem Kufi', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Mulish', sans-serif;
  color: #222;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.6px;
}

.container {
  max-width: 1300px;
  width: 100%;
}
.bg-light-section {
  background: var(--light-bg-color);
}
.bg-primary-color {
  background-color: var(--primary-color);
}
.bg-secondary-color {
  background-color: var(--secondary-color);
}
.padding-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.heading {
  max-width: 900px;
  width: 100%;
  display: table;
  margin: 0 auto;
}
.heading h2 {
  color: #fff;
  /*  text-transform: uppercase;*/
  font-size: 24px;
}
.heading p {
  color: #fff;
  padding-bottom: 50px;
}
.heading2{
  color: #023b4a;
}
ul, ol {
  padding: 0;
  margin: 0;
}
ul li, ol li {
  list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #f7c600;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'Reem Kufi', sans-serif;
}
h1, .h1 {
  font-size: 42px;
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 800;
}
h2, .h2 {
  font-size: 30px;
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 600;
}
h3, .h3 {
  font-size: 50px;
  font-family: 'Mulish', sans-serif;
  color: #f7c600;
  text-transform: uppercase;
  font-weight: 800;
}
h4, .h4 {
  font-size: 21px;
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 600;
}
h5, .h5 {
  font-size: 18px;
  font-family: 'Reem Kufi', sans-serif;
}
h6, .h6 {
  font-size: 16px;
  font-family: 'Reem Kufi', sans-serif;
}
p {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}
section {
  overflow: hidden;
}
/*
.owl-nav button {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 50px;
  height: 50px;
  background: #fff !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
  -webkit-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%) !important;
  -moz-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%);
  -ms-box-shadow: 0px 0px 16px 0px rgb(205 190 255 / 20%) !important;
  font-size: 30px !important;
  line-height: 54px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  color: var(--secondary-color) !important;
}
.owl-nav button:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
}
.owl-nav button.owl-next {
  right: 10px;
  left: auto;
}
.owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-dots button {
  width: 12px;
  height: 12px;
  border: 2px solid var(--primary-color) !important;
  margin: 0 3px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
}
.owl-dots button.active {
  width: 30px;
  background: var(--primary-color) !important;
}
*/

/*------------------------Top Bar------------------------*/

.top-bar {
  background: #023b4a;
  padding: 4px 0;
  font-size: 16px;
}

.top-bar-left li {
  color: #fff;
  padding-right: 20px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
}
.top-bar-left li a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}.top-bar-left li a:hover {
    color: #fff;
}
/*------------------------Top Bar End------------------------*/

/*------------------------Site-header------------------------*/

.site-header {
  padding: 0px 0;
  position: relative;
  width: 100%;
  /*  background-color: #ffffff;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 4%);
  -ms-box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 4%);
  box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 4%);
  /*  position: relative;*/
  z-index: 2;
}
.site-header nav.navbar {
    margin: 10px 0px;
}
.site-header .navbar-nav>li {
  position: relative;
  margin-left: 10px;
}
.site-header .navbar-nav>li>a {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.site-header li a:hover, .site-header li.current-menu-item>a {
  color: #000;
}
.site-header li.menu-btn a {
  color: #fff;
  background: var(--primary-color);
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-header li.nav-item.enquiry_now a {
  background: -webkit-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
  background: -o-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
  background: linear-gradient( 270deg, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
  background-size: 1000% 1000%;
  -webkit-animation: gradient 10s infinite;
  animation: gradient 10s infinite;
  border-radius: 50px;
  padding: 12px 20px!important;
  color: #fff!important;
  transition: 0.6s;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-button:hover {
  border-radius: 50px;
}
.site-header li.menu-btn a:hover {
  background: var(--secondary-color);
}
.site-header .navbar-nav .menu-item-has-children>a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 5px;
  vertical-align: text-bottom;
  font-size: 12px;
}
.site-header .navbar-nav>li .sub-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 5px solid #023b4a;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
}
.site-header .navbar-nav>li .sub-menu li {
  padding: 0;
}
.site-header .navbar-nav>li .sub-menu li a {
  padding: 10px 15px;
  margin: 0;
  color: #000;
  font-size: 14px;
}
.site-header .navbar-nav>li .sub-menu li:hover {
  background: var(--primary-color);
}
.site-header .navbar-nav>li>a i {
  font-size: 12px;
}
.site-header .navbar-nav>li .sub-menu li a:hover, .site-header .navbar-nav>li .sub-menu li.current-menu-item>a {
  color: #023b4a;
}
.site-header ul li a.active {
  color: #023b4a;
}
.site-header ul li a.active:hover {
  color: #023b4a;
}
.site-header .navbar-nav>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.navbar-toggler {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 15px;
  padding: 0;
}
.site-header .navbar-nav>li .dropdown-icon {
  display: none;
}
.btn {
  border: none;
  line-height: initial;
  text-transform: uppercase;
  padding: 15px 30px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-family: var(--primary-font-family);
  font-weight: 500;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background: #023b4a;
  color: #fff;
}
a.navbar-brand.logo-2 {
  display: none;
}
header.site-header.sticky {
  background: #fff;
}
header.site-header.sticky .navbar-nav>li>a {
  color: #000;
}
header.site-header.sticky .top-bar-left {
  display: none;
}
header.site-header.sticky a.navbar-brand.logo-2 {
  display: block;
}
header.site-header.sticky a.navbar-brand.logo-1 {
  display: none;
}
/*------------------------Site-header------------------------*/

.marquee-sec {
  background: #023b4a;
}
.marquee-sec p {
  line-height: 20px;
  margin-bottom: 0px;
  color: #fff;
  padding-top: 5px;
}
/*----------------------Home Slider------------------------------*/



.home-slider 

.main-banner {
  height: 80vh;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
.home-slider .container {
  padding: 0 25px;
}
.main-banner .d-table {
  width: 100%;
  height: 100%;
}
.main-banner .d-table-cell {
  vertical-align: middle;
}


.main-banner-content {
    background: #ffffffc7;
    padding: 30px;
    border-radius: 10px;
      max-width: 60%;
  text-align: center;
  margin: 0 auto;
}
.main-banner-content h1{
  color: #023b4a;
}



.main-banner-content .btn-box .btn:first-child {
  margin-right: 15px;
}
.main-banner-content .btn-box .btn:hover {
  color: #fff;
}
.main-banner-content h1 {
  margin-bottom: 0;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 600;
}
.main-banner-content p {
  line-height: 1.8;
  color: #121521;
  max-width: 1000px;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 20px;
}
.home-slider .owl-nav button {
    width: 50px !important;
    height: 50px;
    line-height: 40px !important;
    font-size: 24px !important;
    background: #fff !important;
    outline: none;
    border-radius: 10px;
    display: block;
    margin: 10px 0px;
}
.home-slider .owl-nav button:hover {
  background: #023b4a !important;
  color: #fff !important;
}
.home-slider .owl-nav button i {
  line-height: 18px;
  width: 14px;
}
.home-slider .owl-nav button.owl-next i {
  line-height: 18px;
  width: 7px;
}
.owl-carousel .owl-item img {
  border-radius: 50px 0px 0px 0px;
  border: 10px solid#ddd;
}
.owl-nav {
  position: absolute;
  bottom: 15%;
  left: 30px;
}
button.owl-prev {
  margin: 0 5px;
}
button.owl-next {
  margin: 0 5px;
}
/*----------------------Home Slider End------------------------------*/

.breadcrumb-bg {
    padding: 150px 0px 120px 0px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.breadcrumb-bg:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    /* background: #000; */
    top: 0;
    opacity: 0.8;
    background-image: linear-gradient(to right, #023b4a, #f7c600);
}
.breadcrumb-bg ul {
    /* background: #fff; */
    z-index: 1;
    position: relative;
    text-align: center;
}
.breadcrumb-bg ul li {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  position: relative;
    z-index: 3333;
}
.breadcrumb-bg ul li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-bg ul li.active {
    color: #ffefc0;
    /* text-shadow: 2px 2px #ffffff; */
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}
.about-us-sec{
  position: relative;
  padding: 80px 0px;
}
/*.about-us-sec:before {
    background: #ffdeba;
    height: 100%;
    width: 50%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
}*/


.about-us a {
  background: #f7c600;
  padding: 10px 30px;
  text-decoration: none;
  color: #000;
  transition: 0.6s!important;
  border: 1px solid transparent;
}
.about-us a:hover {
  border: 1px solid#f7c600;
  background: inherit;
    color: #000;
}
.about-us-img img {
  width: 100%;
}
.about-img img {
    border-radius: 10px;
    width: 100%;
}
.about-us ul li {
    display: inline-block;
    margin-right: 10px;
    width: 45%;
    margin-bottom: 15PX;
}.about-us ul li i{
  color: #023b4a;
}



.quality-sec{
  position: relative;
  padding: 80px 0px;
    background: url(../../assets/images/pattern-image.png);
}
.quality-sec:before{
      content: "";
    position: absolute;
    background: #023b4a;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.9;
    z-index: 0;
}
.quality___sec{
  position: relative;
  z-index: 9;
  text-align: center;
}
.quality___sec h3 {
    color: #f7c600;
    text-transform: uppercase;
    font-weight: 800;
}

.quality___sec p{
  color: #fff;
}

.card-body img {
    width: 70px;
    border-radius: 5px;
}
.card-body p {
    font-size: 15px;
    line-height: 30px;
}
.product-sec ul li b {
    color: #023b4a;
    font-size: 21px;
    margin: 10px 0px 0px 0px;
    display: block;
}
.product-bg {
  padding-left: 30px;
}



.who-we-sec {
    position: relative;
    background: #023b4a;
      padding: 100px 0px;
}
.who-we-sec:before {
    content: "";
    position: absolute;
    background: #023b4a;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 0;
    right: 0;
    background: url(../../assets/images/chemical-industrial-supply-chain.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.who-we p{
  color: #fff;
}

.who-we li{
  color: #fff;
}



.mission_vision {
    position: relative;
    background: #023b4a;
      padding: 100px 0px;
}
.mission_vision:before {
    content: "";
    position: absolute;
    background: #023b4a;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 0;
    left: 0;
    background: url(../../assets/images/mission_vision.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission_vision .who-we {
  padding: 0px 50px;
}


.our-team {
  background: #0a1e68;
  padding: 50px 0px;
}
.what-we-icon {
  background: #0a1e68;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
}
.what-we h4 {
  margin-bottom: 0px;
  padding: 10px 0px;
}
.what-we {
  padding: 35px 30px 30px;
  box-shadow: 0 0px 18px rgb(0 0 0 / 12%);
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  background: #fff;
  text-align: left;
  z-index: 1;
}
.what-we:hover {
  border-radius: 0px 0px 80px 0px;
}
#services .title {
  font-size: 46px;
  color: #000000;
  font-weight: 600;
}
#services .title span {
  font-size: 46px;
  color: #FF5722;
  font-weight: 600;
}
#services .btn-primary {
  color: #fff;
  background-color: #023b4a;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  min-width: 150px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-primary:hover {
  -webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
  box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
}
.card-items .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: .25rem;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.card-items .card .card-body i {
  border-radius: 6px;
  font-size: 31px;
  color: #023b4a;
  background-color: #ff57221c;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-items .card .card-body p {
  font-weight: 700;
}
.card-items .card .card-body .card-title {
  margin-bottom: .75rem;
  margin-top: 26px;
  margin-bottom: 15px;
  color: #0a1e68;
  text-transform: capitalize;
}
.our-training {
  background: url(../../assets/images/our-training-bg.jpg);
  padding: 50px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.single-item-training {
  background: #fff;
  padding: 10px;
}
.single-item-training a {
  text-decoration: none;
  color: #000;
  text-align: center;
}
.single-item-training p {
  font-size: 16px;
  line-height: 28px;
}
.pricing-pack {
  border: 1px solid#ccc;
  text-align: center;
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 0 1px #ebebeb;
  border: none;
  transition: 0.6s;
  /*    position: relative;
    overflow: hidden;*/
}
/*
.pricing-pack:hover{
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);

}*/

.pricing-pack h4 {
  padding: 10px;
  border-bottom: 1px solid#0a1e68;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.pricing-body ul li {
  line-height: 55px;
  border-bottom: 1px dotted#ccc;
}
a.btn.purchase {
  background: #023b4a;
  color: #fff;
  padding: 12px 10px;
  font-size: 16px;
  display: block;
  border-radius: 0px;
}
.objective-conference {
  background: url(../../assets/images/our-training-bg.jpg);
  padding: 50px 100px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-attachment: fixed;
}
.objective-conference h2 {
  color: #fff;
  text-transform: capitalize;
}
.objective-conference p {
  color: #fff;
  margin-bottom: 30px;
}
.objective-conference a {
  background: #fff;
  color: #0a1e68;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.conference-business {
  background: url(../../assets/images/our-training-bg.jpg);
  padding: 50px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
.conference-sec {
  background: #fff;
  padding: 50px 20px;
}
.conference-sec .heading h2 {
  color: #023b4a;
  text-transform: capitalize;
}
.conference-business ul li {
  color: #000;
  text-align: left;
}
.conference-business ul.list-group li:before {
  content: "\f0a4";
  background: none;
  color: #023b4a;
  font-size: 21px;
  line-height: 34px;
}
.conference-business ul.list-group li:hover::before {
  background: none;
  color: #00365c;
}
.committees ul.list-group li:before {
  content: "\f219";
  background: none;
  color: #023b4a;
  font-size: 15px;
  line-height: 34px;
}
.committees ul.list-group li:hover::before {
  background: none;
  color: #00365c;
}
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #023b4a;
  display: none;
}
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #023b4a;
    display: none;
}
.heading .animate-border {
  margin: 0 auto;
  margin-bottom: 20px;
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.animate-border.border-white:after {
  border-color: #fff;
}
.animate-border.border-yellow:after {
  border-color: #F5B02E;
}
.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}
.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF;
}
.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8;
}
/* Animated heading border */

@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}
@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

.our-industries {
    background: #efefef;
    padding: 50px 0px;
    margin: 50px 0px 0px 0px;
}

.industries-img{
  position: relative;
  transition: 0.6s;
  overflow: hidden;
}

.industries-img img {
    width: 100%;
    margin-bottom: 15px;
    transition: 0.6s;
}.industries-img:hover img{
  transform: scale(1.1);
}

.industries-img:hover h4{
bottom: 60px;
transition: 0.6s;
}
.industries-img h4 {
    position: absolute;
    bottom: 20px;
    background: #ffffff;
    padding: 15px 40px;
    color: #000;
}




.dk-footer {
  background: url(../../assets/images/footer-image.jpg);
  padding: 75px 0 0;
background-color: #111;
  position: relative;
}
footer#dk-footer:before {
    content: "";
    position: absolute;
    background: #f7c600;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.9;
}

.dk-footer-box-info {
    position: relative;
}
.dk-footer-box-info p{
  font-size: 14px;
}
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px;
}
.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}

.dk-footer-box-info img {
    width: 50%;
    filter: brightness(0.5);
    mix-blend-mode: darken;
}

.footer-widget ul li a:hover {
  color: #023b4a;
}
.footer-info-text {
    margin: 26px 0 32px;
    color: #232323;
    font-size: 14px;
    line-height: 30px;
}
.footer-widget h3 {
    font-size: 18px;
    color: #023b4a;
    position: relative;
    margin-bottom: 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #023b4a;
    padding-bottom: 15px;
}
.footer-widget p {
  margin-bottom: 27px;
  color: #ddd;
}
.footer-widget a {
    color: #232323;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    padding: 8px 0px;
}

.footer-widget.contactus ul li a {
  line-height: 32px;
}
.footer-widget.contactus ul li a b {
  padding-right: 5px;
    color: #023b4a;
}

.footer-widget {
    position: relative;
}

.footer-widget {
    position: relative;
}


/* ==========================

    Contact

=============================*/

.copyright {
    padding: 10px 0;
    background-color: #d3a900;
    position: relative;
    margin-top: 70px;
    text-align: center;
}
.copyright p{
  font-size: 14px;
}
.copyright a {
    color: #000000;
    text-decoration: none;
    font-weight:700;}
.single-blog-img {
  overflow: hidden;
}
.single-blog-img a img {
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.single-blog:hover .single-blog-img a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.single-blog-img img {
  width: 100%;
}
.blog-content-box {
  padding-left: 25px;
  padding-top: 27px;
  margin: 0 10px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #fff;
  padding-bottom: 30px;
}
.blog-content {
  display: table;
}
.blog-content h4 {
  color: #212121;
}
.blog-content h4 a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: capitalize;
}
.blog-content h4 a:hover {
  color: #023b4a;
}
.blog-content a {
  color: #00071b;
  font-weight: 600;
}
.carousel-item {
  text-align: center;
}
.carousel-item p {
  padding: 15px 0px;
}
.carousel-item span {
  font-weight: 700;
  color: #0a1e68;
  font-size: 18px;
}
.carousel-indicators .active {
  opacity: 1!important;
  width: 40px!important;
  height: 8px!important;
}
.carousel-indicators [data-bs-target] {
  width: 25px;
  height: 8px;
  background-color: #0a1e68;
  opacity: .5;
  border-radius: 0px;
}
.carousel-indicators {
  margin-bottom: -50px;
}
.testimonials {
  max-height: 420px;
  height: 420px;
}
section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.image-flip:hover .backside, .image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem;
}
.image-flip:hover .frontside, .image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}
.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}
.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.frontside, .backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}
.frontside .card, .backside .card {
  min-height: 312px;
}
.backside .card a {
  font-size: 18px;
  color: #023b4a;
  border: 1px solid#023b4a;
  padding: 5px 10px;
}
.frontside .card .card-title, .backside .card .card-title {
  color: #023b4a !important;
}
/*
.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}*/

.them-conference {
  background: url(../../assets/images/them-conference-bg.jpg);
  padding: 50px 100px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-attachment: fixed;
}
.them-conference-intro {
  background: #fff;
  padding: 60px;
}
.them-conference-intro h2 {
  color: #023b4a;
  text-transform: capitalize;
}
.them-conference-intro p {
  line-height: 32px;
}
.scope-benefits {
    background: #efefef;
    padding: 50px 0px;
    margin: 50px 0px;
}
.mission-vission.aos-init.aos-animate {
  background: #fff;
  padding: 25px 35px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #023b4a;
  font-size: 16px;
  font-weight: 700;
}
ul.list-group li:before {
    content: "\f30b";
    background: #023b4a;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    margin-right: 15px;
    font-family: "Font Awesome 5 Pro";
    transition: 0.5s;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    left: 0;
}
/*ul.list-group li:hover::before {
  background: #00365c;
  color: #fff;
  border-radius: 50px 5px 50px 50px;
}*/
ul.list-group li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 34px;
  line-height: 30px;
}
.nav-link {
  color: #000;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #00365c;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  background-image: none!important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button {
  font-weight: 400;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.download-pdf-brochure {
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}
.download-pdf-brochure a {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  padding: 15px 15px;
  text-align: center;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: #00365c;
  width: 49%;
}
.download-pdf-brochure a:hover {
  border-radius: 50px;
  background: #023b4a;
  /*  -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
}
/*.download-pdf-brochure{
  margin: 0 50px;
}*/

.online-payment-btn a:first-child {
  background: #023b4a;
}
.conference-reg-table .table>:not(caption)>*>* {
  padding: 1rem .5rem;
  border: 1px solid#ababab;
}
tr.table-heading {
  --bs-table-bg: #00365c!important;
  background: #00365c!important;
  --bs-table-accent-bg: var(--bs-table-bg);
}
.conference-reg-table {
  padding: 20px;
  border: 1px solid#ccc;
}
.account-det .table>:not(caption)>*>* {
  padding: 1rem .5rem;
  border: 1px solid#ababab;
}
::placeholder {
  font-size: 14px;
  color: #666!important;
}
.info-inner {
  background: #dceffe;
  padding: 50px 30px;
  border-radius: 30px 0px 0px 0px;
  height: 530px;
}
.carrer-form .form-control {
  padding: .575rem .75rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  margin-bottom: 15px;
  font-size: 14px;
}
.carrer-form .form-select {
  border-radius: 0rem;
  margin-bottom: 15px;
  padding: .575rem .75rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  font-size: 14px;
  color: #666;
}
.info-inner span {
  position: absolute;
  background: #023d75;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
ul.contact-info.list-inline {
  margin-right: 40px;
  margin-left: 55px;
  margin-bottom: 25px;
  border-bottom: 1px dashed#b9b9b9;
  padding-bottom: 20px;
}
ul.contact-info.list-inline h4 {
  margin-bottom: 8px;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}
ul.contact-info.list-inline li a {
  color: #000;
  font-size: 15px;
  line-height: 30px;
}
.contactus.info-inner {
  background: inherit;
  border-radius: 0px;
  padding: 0px 0px;
}
.contactus.carrer-form {
  border-radius: 0px;
}
.contactus.form-control {
  padding: .975rem .75rem;
}
.contactus.carrer-form {
  padding: 30px 20px;
  height: auto;
  background: #0a1e68;
}
/*.contactus-page-form {
  border-radius: 30px 30px 0px 0px;
  background: #0a1e68;
  padding: 50px 50px;
}*/


.contactus.carrer-form button {
    background: #dfb302;
}
.contactus.carrer-form h4{
  color: #fff;
  font-size: 24px;
}
.contactus.carrer-form p {
    color: #fff;
    margin-bottom: 20px;
}

.contactus-page-form ul.contact-info li a {
  color: #fff;
  text-decoration: none;
}
.contactus-page-form ul.contact-info h4 {
  color: #fff;
}
.contactus-page-form .info-inner span {
  background: #fff;
  color: #0a1e68;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.contactus.carrer-form .btn {
  display: block;
  width: 100%;
}
.fixed-button {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  position: fixed;
  bottom: 10px;
  z-index: 999999;
  -webkit-animation: button-updown 1s infinite alternate;
  -moz-animation: button-updown 1s infinite alternate;
  animation: button-updown 1s infinite alternate;
}
.whatsapp-button {
  right: 20px;
  background: #4ec95c;
}
.fixed-button a {
  display: block;
}
.whatsapp-button a {
  color: #fff;
}
@-webkit-keyframes button-updown {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes button-updown {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(-15px);
  }
}
@keyframes button-updown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
#button {
  display: inline-block;
  background-color: #023b4a;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  transition: 0.6s;
  left: 10px;
}
#button:hover {
  cursor: pointer;
  /*  border-radius: 50px;*/
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


.committees h4{
  font-size: 18px;
}

.about-city-img img{
  width: 100%;
}
.about-city-intro p{
  text-align: justify;
}
.about-city-info {
border: 1px solid#ddd; 
 padding: 15px;
margin-bottom: 25px;
}
.client-img
{
  border: 1px solid#ccc;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  text-align: center;
  padding: 10px;

}
.client-img img{
  position: relative;
  overflow:hidden;
  transition: 0.6s;
}
.client-img img:hover{
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}



.bg {
    background: #023b4a;
    background: linear-gradient(312.69deg, #f4a204 0%, #023b4a 100%);
    padding: 80px 0px;
}
.bg .product___img img {
    width: 100%;
    padding-right: 100px;
}
.bg .product___sec {
  color: #fff;
}
.bg .product___sec h3{
  color: #fff;
}

.bg .product___sec a {
    background: #fff;
    padding: 10px 20px;
    text-decoration: none;
    color: #023b4a;
    transition: 0.6s !important;
    display: inline-block;
    margin-top: 10px;
}
.bg .product___sec a:hover {
    padding: 10px 30px;
}
.product___img img {
    width: 100%;
    padding-right: 100px;
}
.product___sec a {
    background: #023b4a;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    transition: 0.6s !important;
    display: inline-block;
    margin-top: 10px;
}
.product___sec a:hover {
    padding: 10px 30px;
}


.feature-sec{
  padding: 25px;
  height: 100%;

}
.feature-sec h4{
  color: #000;
}

.product-description img{
  margin-bottom: 25px;
}
.our-product {
    margin-bottom: 30px;
}
.product-img img{
  width: 100%;
}
section.product-description {
    margin-bottom: 50px;
}p.product-info {
    background: #deb302;
    padding: 25px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    display: none;
}
.supply-img img{
  width: 100%;
}
.supply-img p{
  color: #000;
}