body {
  margin: 0px;
  padding: 0px;
  font-family: "Libre Baskerville";
  scroll-behavior: smooth;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.nav_text {
  color: #fff;
  font-size: 14px;
}

.top_soc {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.top_soc li {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}

.logo_mobile {
  color: #fff;
}

.slcontainer {
  background-image: url("../images/slide.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 660px;
  width: 100%;
}

.jlogo {
  max-width: 100%;
}

.navbarItem {
  color: #fff;
  font-size: 18px;
  margin: 0px 5px;
  text-align: center;
  padding: 5px !important;
}

.navbarItem2 {
  color: #333;
}

.nav-link:focus,
.nav-link:hover,
.hactive {
  color: #d4af37 !important;
}

.box-overlay {
  background-position: center center;
  background-size: cover;
  position: relative;
}

.box1 {
  background-image: url("../images/box1.jpg");
}

.box2 {
  background-image: url("../images/box2.jpg");
}

.box3 {
  background-image: url("../images/box3.jpg");
}

.content {
  padding: 75px 50px;
  position: relative;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.content h2 {
  font-size: 34px;
  color: #fff;
}

.content .border {
  display: block;
  width: 50px;
  height: 0px;
  margin-top: 20px;
  border: none !important;
  border-bottom: 1px solid #fff !important;
}

.spacer {
  display: block;
  width: 100%;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}

.content a {
  color: white;
  text-decoration: none;
}

.content_overlates {
  position: absolute;
  height: 100%;
  width: 100%;
}

.content1,
.content2,
.content3 {
}

.content1:hover,
.content2:hover,
.content3:hover {
  background: #04235b59;
}

.cc {
  background: #fff;
  padding: 45px 20px;
  height: 100%;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.cc:hover {
  background: #f6f6f6;
  box-shadow: 0px 21px 43px 0px rgb(5 28 44 / 16%);
}

.more {
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #d4af37;
  padding: 20px 35px;
  text-decoration: none;
  font-size: 17px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  color: #fff;
}

.more:hover {
  background: #d4af37;
  color: #051c2c;
}

.brands_slide {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
}

.brands_slide li {
  display: inline-block;
}

.brands_slide li img {
  width: 200px;
  max-width: 100%;
}

.pbox {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-size: cover;
  filter: grayscale(100%);
  background-repeat: no-repeat;
}

.pbox1 {
  background-image: url('../images/prashant.jpeg');
}

.pbox2 {
  background-image: url('../images/hiren.jpeg');
}

.pbox3 {
  background-image: url('../images/kashish.png');
}

.pbox4 {
  background-image: url('../images/reza.png');
}

.footer_links {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer_links li {
  list-style-type: none;
  margin: 10px 5px;
}

.footer_links li a {
  display: block;
  color: #43b1e7;
  text-decoration: none;
  font-size: 14px;
}

.nc_3_cols_span {
  display: block;
  color: #fff;
  cursor: pointer;
}

.page_header_bg {
  background-image: url("../images/about.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.page_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
}

.who_list {
  padding: 0px 35px;
  margin: 0px 0px 30px 0px;
  list-style-position: outside;
}

.who_list li {
  color: #fff;
  margin-bottom: 10px;
  list-style-type: disc;
}

.normal {
  padding: 0px 35px;
  margin: 0px 0px 30px 0px;
  list-style-position: outside;
}

.normal li {
  color: #333;
  margin-bottom: 10px;
  list-style-type: disc;
}

/*timeline starts*/
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.section-title {
  margin-bottom: 60px;
}
.section-title p {
  color: #fff;
  font-size: 16px;
}
.section-title h4 {
  text-transform: capitalize;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-title h4:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff3636;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.section-title h4:after {
  position: absolute;
  background-color: #ff3636;
  content: "";
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%;
}
ul.timeline-list {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.timeline-list:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #43b1e7;
  left: 40%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
ul.timeline-list li:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #43b1e7;
  left: 40%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
ul.timeline-list li {
  position: relative;
  clear: both;
  display: table;
  margin-bottom: 20px;
}
.timeline_content {
  width: 30%;
  border: none;
  background-color: transparent;
}
ul.timeline-list li .timeline_content {
  color: #333;
  padding: 5px;
  float: left;
  text-align: right;
}
/* ul.timeline-list li:nth-child(2n) .timeline_content {
float: right;
text-align: left;
} */

.right {
  width: 50%;
  float: right !important;
  text-align: left !important;
}
.timeline_content h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

.timeline_content span {
  font-size: 18px;
  font-weight: 500;
  font-family: poppins;
  color: #ff3636;
}

.tc_heading {
  color: white;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.tc_heading_left {
  color: white;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-size: 20px;
}
.tc_p {
  color: white;
  margin: 0px;
  padding: 0px;
}
/*timeline ends*/

/*new timeline starts*/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4af37;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
}
ul.timeline > li {
  margin: 20px 0 40px 0px;
  padding-left: 20px;
  color: #fff;
}
ul.timeline > li h3 {
  font-size: 22px;
}
ul.timeline > li p {
  font-size: 16px;
}
ul.timeline > li:before {
  content: " ";
  background: #d4af37;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #d4af37;
  left: 20px;
  width: 20px;
  height: 20px;
}
/*new timeline ends*/

.nc_accordion-button {
  background: #f8f9fa;
}

.services_bg {
  background-image: url("../images/services.jpg") !important;
}

.brands_slide img {
  max-width: 80%;
}

.logo_nav_soc {
  display: none !important;
}

@media only screen and (max-width: 1150px) {
  .main_nav,
  .top_bar,
  .logo_mobile {
    display: none !important;
  }

  .logo_div {
    padding: 15px 00px;
  }

  .jlogo {
    border: none;
    margin: 0px !important;
  }

  .logo_nav_soc {
    display: block !important;
    width: auto;
  }

  .jlogo_container {
    width: 250px !important;
    display: inline-block;
  }

  .align-items-center-nc {
    align-items: center;
  }

  .menu_drawer_icon {
    font-size: 20px;
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 500px) {
  .jlogo_container {
    width: 230px !important;
    display: inline-block;
    padding: 0px 0px 0px 10px !important;
  }
}

.menu_drawer_icon {
  color: #fff;
}

.top_soc2 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

.top_soc2 li {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}

@media only screen and (max-width: 470px) {
  .top_soc2 {
    display: none;
  }
}

sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 320px;
  background: rgb(25, 26, 28);
  z-index: 999;
  transition-timing-function: linear;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  opacity: 1;
}

.sidebar-container {
  padding: 30px;
}

.close_drawer {
  margin-bottom: 40px;
  display: inline-block;
  color: #fff;
  font-size: 30px;
}

.sidebar_close {
  right: -350px;
  opacity: 0;
  visibility: hidden;
}

.sidebar_nav {
  padding: 0px;
  margin: 0px;
}

.sidebar_nav li {
  list-style: none;
  margin-bottom: 15px;
}

.sidebar_nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 0px 10px 8px;
  border-bottom: 1px solid #2c5069;
}

.sidebar_arrow_nav {
  margin-right: 8px;
  display: none;
}

.sidebar_nav li a.active {
  color: #d4af37 !important;
}

.sidebar_nav li a.active .sidebar_arrow_nav {
  display: inline-block;
}

.nh_top_soc_parent {
  width: 172px;
}

@media only screen and (max-width: 1061px) {
  .nh_h_nav,
  .nh_col {
    display: none;
  }

  .drawer_col {
    display: flex !important;
    height: 47px;
    justify-content: right;
    align-items: center;
  }

  .nh_top_soc_parent {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.nh_main_nav_parent {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .foot_pad {
    margin-top: 25px;
  }

  .non_home_top_nav_col {
    display: none;
  }

  .nav_soc_container {
    width: 180px;
    display: flex;
  }
}

.drawer_col {
  display: none;
}

header {
  display: block;
}

.non_home_header_nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  background: #fff;
  height: 139px;
}

.non_home_top_nav_parent_container {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
  padding: 0px;
}

.inner_child_container {
  padding: 10px 25px;
}

.nh_top_nav_title {
  display: block;
  margin-right: 3px;
  color: #0062d5;
  font-family: Inter;
  font-weight: bold;
  font-size: 14px;
}

.nh_top_nav_title_icons {
  margin-right: 5px;
}

.nh_top_nav_desc {
  display: inline-block;
  font-size: 14px;
  color: #4e4e4e;
  font-family: "Inter";
}

.h_menu {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.nh_h_nav {
  padding: 0px;
  margin: 0px;
}

.nh_h_nav li {
  display: inline-block;
}

.nh_h_nav li a {
  font-size: 16px;
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nh_h_nav li a:hover {
  color: #1c519f;
}

.nh_top_soc_container {
  display: flex;
  height: 47px;
  width: 172px;
  align-items: center;
  justify-content: start;
}

.nh_h_menu_drawer {
  display: none;
}

.v_menu_container {
  position: absolute;
  background: #051c2c;
  width: 100%;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -9;
  top: 100px;
}

#v_menu {
  color: #fff;
}

.v_menu_main {
  display: none !important;
}

.v_menu_inner_open {
  display: block !important;
}

.v_menu_container_open {
  z-index: 1;
  top: 122px;
  height: auto;
  opacity: 1;
}

.nh_v_nav {
  margin: 0px;
  padding: 20px;
}

.nh_v_nav li {
  list-style-type: none;
}

.nh_v_nav li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #fff;
}

.nh_v_nav li a.active {
  color: #d4af37 !important;
}

.read_more_btn_link {
  display: inline-block;
  padding: 10px;
  text-align: center;
  background: #1c519f;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.m_icons {
  color: #1d40c9;
  font-size: 40px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.sp {
  padding-top: 125px;
}


._mdContainer {
  display:flex;
  flex-direction: row;
  margin-bottom:30px;
}
._mdFirstCol {
  width: 180px;
  padding: 5px;
  margin: 5px;
}
._mdCertifiedC {
  display: block;
  margin: 5px;
  padding: 5px;
  text-align: center;
  color: #03f26a;
}
._mdDetailsContainer {
  width: 100%;
  padding: 5px;
  margin: 5px;
}
._mdNameHeading {
  color: #d4af37!important;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
._mdDetailsValue {
  display:block;
  color: #b8b8b8;
}
._mdSubDetailsContainer {
  display: flex;
  flex-direction: row;
}
._mdDetailsHeading {
  display:block;
  color: #d4af37!important;
  margin-bottom:5px;
}
._mdReadMore {
  display: block;
  color: #d4af37!important;
  text-decoration:none;
  margin: 15px 0px;
}

._mdTable {
  border-collapse: collapse;
  width:100%;
  border:1px solid #6c6c6c;
  margin-bottom:40px;
 
}
._mdTable thead {
  background:#002b56;
}

._mdTable thead th {
  border:1px solid #6c6c6c;
  padding:5px;
  text-align: center;  
}

._mdTable tbody td {
  padding:5px;
  border:1px solid #6c6c6c;
}

._mdTable tbody th {
  border:1px solid #6c6c6c;
  padding:5px;
  text-align: left;
  width:170px;  

}



.pm_custom_pagination li a {
    background:none!important;
    border:none;
    border-radius:5px;
}

.pm_custom_pagination .page-item {
    margin:0px 5px;
}

.pm_custom_pagination .page-item.disabled .page-link {
    color:#60583c!important;
}

.pm_custom_pagination .page-item a {
    color:#fff;
}

.pm_custom_pagination .page-item.active .page-link {
       color: #051c2c;
    background: #d4af37!important;
    border-radius: 5px;
    font-weight: bold;
}

.pm_custom_pagination .page-item a:hover {
       color: #051c2c;
    background: #d4af37!important;
    border-radius: 5px;
    font-weight: bold;
}

.dataTables_empty {
    color:#ff9e9e;
    font-size:18px;
}


.team_pic {
    width: 300px;
    height: 300px;
    background-size: cover !important;
    border-radius: 50%;
    margin: 0 auto;
}















