@charset "UTF-8";
/*
Theme Name: ICAP NET
Theme URI: www.icap.net.pk
Author: ICAP
Author URI: https://icap.net.pk/
Description: ICAP NET Website
Version: 1.1
Text Domain: icap.net.pk
*/


@font-face {
  font-family: OpenSans-Regular;
  src: url(css/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url(css/fonts/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(css/fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(css/fonts/OpenSans-ExtraBold.ttf);
}


body {margin: 0px; padding:0px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #ddddd9 !important; color: #797979;}



/* Custom CSS Start 03-Sep-2024 */

/* div#main-wrapper {
  margin: 30px 0;
} */




div#icap_wrapper {
  width: 1010px;
  margin: 26px auto;
  padding: 0px 0px 10px 0px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}



/* .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #000000;
} */





/* 

header .main_menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .main_menu li  {
  position: relative;
}

header .main_menu li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  padding: 0 8px;
  text-align: center;
  color: #fff !important;
}

header .main_menu li .sub-menu,
header .main_menu .sub-menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 300px;
  z-index: 999;
  background: red;
}



header .main_menu .sub-menu li .sub-menu a{
  background-color: pink;
}


header .main_menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

header .main_menu .sub-menu li .sub-menu{
  top: 0;
  left: 100%;
} */











/* Styling the main menu */
.main_menu {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 0;
  margin: 0;
}

/* Styling menu items */
.main_menu li:not(.main_menu .sub-menu li) {
  position: relative;
  padding-bottom: 10px;
}

/* Styling menu links */
.main_menu li a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  display: block;
  transition: 0.3s ease-in-out;
}



/* 🔹 DROPDOWN MENU */
.main_menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #d9d9d9; /* Dark background */
  min-width: 180px;
  display: none;
  list-style: none;
  padding: 0;
  z-index: 999;
}

.main_menu .sub-menu li {
  position: relative;
}

.main_menu .sub-menu li a {
  font-size: 11px;
  padding: 10px;
  color: #626262 !important;
  display: block;
  background-color: #fff !important;
  border: 1px solid #e6e6e6;
}

.main_menu .sub-menu li a:hover {
  background: #e9e5e5 !important;
  color: #027223 !important;
}

/* Green border on first dropdown item */
.main_menu > li > .sub-menu > li:first-child {
  border-top: 2px solid #027223;
}



/* Show dropdown on hover (desktop) */
.main_menu li:hover > .sub-menu {
  display: block;
}

/* 🔹 SUB-SUBMENU (Nested Dropdown) */
.main_menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  position: absolute;
  display: none;
}

.main_menu .sub-menu li:hover > .sub-menu {
  display: block;
}





/* Add a green arrow before the dropdown when hovering */
.main_menu > li:hover > .sub-menu::before {
  content: "▼";
  color: #027223;
  position: absolute;
  left: 10px;
  top: -10px;
  font-size: 14px;
  transform: rotate(180deg);
}


/* 🔹 Highlight the Active Menu Item */
.main_menu li.current-menu-item a, 
.main_menu li.current_page_item a {
  color: #000;
}

/* 🔹 Ensure Home Page Link is Always Green on Load */
.main_menu li.home-link a {
  color: #000;
}









#mobile-menu {
  display: none; /* Hide by default */
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}












span.submenu-expand {
  display: none !important;
}

svg.svg-icon {
  display: none !important;
}

span.menu-item-link-return {
  display: none;
}

/* 
.navbar{
  padding: 0;
  margin: 0;
}

.navbar-nav>li>a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  padding: 0 12px;
  text-align: center;
  color: #fff !important;
}

.dropdown-toggle::after{
  display: none;
}

.navbar-collapse{
  justify-content: center;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.dropdown-menu a {
  padding: 10px 8px;
  font-size: 12px;
  border-bottom: 1px solid #d1c4c4;
}

.dropdown-menu a:focus {
  background: #00000000;
}


.dropdown li.nav-item:first-child {
  border-top: 2px solid #027223 !important;
}

.dropdown-submenu ul.dropdown-menu li.nav-item {
  border-top: none !important;
}

ul.dropdown-menu::before {
  content: '▼';
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  left: 20px;
  color: #027223;
  transform: rotate(181deg);
}


.dropdown-submenu  ul.dropdown-menu:before {
  content: none !important;
} 
  





.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
}

.nav-item.dropdown > .nav-link {
  position: relative;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
    position: absolute;
    top: -1px;
    left: 51%;
    margin-top: -1px;
}

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

.dropdown-submenu > a::after {
  content: "▶";
  float: right;
  font-size: 12px;
}











*/




.left_side_container {
  width: 80%;
  padding: 0 30px 0 10px;
}


.right_side_container {
  width: 20%;
  padding: 10px 5px;
}






table th, table td {
  border: 1px solid #dddddd !important;
}

table th, table td {
  padding: 5px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  font-size: 13px;
}

td {
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}





.h1, h1, h2, h3, h4, h5, h6 {
  color: #404040;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  /* font-weight: 800; */
  line-height: 1.5em;
  font-size: 21px;
  margin-bottom: 1em;
  /* letter-spacing: 1px; */
}

body strong {
  font-weight: bold;
}

a{color: #000;}

a:hover, a:focus {
  color: #027223 !important;
}

.front-page {
  padding: 36px 20px 0px 20px;
}

p{
  text-align: justify;
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #797979;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.6em;
}

li{
  font-size: 10pt;
}

.header-upper{
    background: #fff;
    margin-top: 0px;
    padding: 20px 10px;
}


.footer-upper{
  background: #29b24b;
  padding: 60px 0px;
  text-align: center;
}

.footer-lower{
  padding: 20px 0px;
  background: #fff;
  text-align: center;

}



.post-footer {
  margin-bottom: 20px;
}

h2.entry-title {
  font-size: 16px;
}

.main-menu {
  background: #29b24b;
  padding: 12px 10px 6px 10px;
}

.page-content{
  background: #fff;
}

.main-content {
  background: #fff;
  padding: 30px;
}

.page-template-page-full-width-template .main-content {
  padding: 30px 10px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"],textarea, select{
  border: 1px solid #e6e6e6;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "Open Sans", Arial, sans-serif;
  color: #acacac;
  margin: 0;
  max-width: 100%;
  display: block;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

select {
  width: 220px;
}

.search-submit {
  display: block;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid;
  padding: 5px 12px;
}

.archives{
  font-size: 16px;
}

.page-header {
  border-bottom: 1px solid;
}

.arc-head{
  margin-top: 30px;

}

.post-footer {
  font-size: 12px;
  border-color: #cecece;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  padding: 10px 0;
  font-style: italic;
}

.post-excerpt{
  font-size: 14px;
  padding: 10px 0;
}

.post-excerpt p{
  margin-bottom: 0;
}


.error-404 {
  text-align: center;
  padding: 90px 0;
}

.error-404 h1 {
  font-size: 120px;
  font-weight: 700;
  margin: 0;
}


.footer-menu-list li ul,
.footer-menu-list .submenu-expand,
.main-menu-more {
  display: none !important;  /* Hides all submenus */
}

.footer-menu-list li {
  display: inline-block;
  padding: 0 4px 0 0px;
  font-size: 13px;
}

.footer-menu-list li:after {
  content: ' |';
}

.footer-menu-list li:last-child:after {
  content: '';
}

.copyright {
  text-align: center;
  font-size: 11px;
  color: #797979;
  font-weight: 500;
}









@media only screen and (max-width: 720px) {

	/* .h1 {
	    font-size: 28px;
	    letter-spacing: 2px;
		} */
	}



  @media (min-width: 1200px) {
    /* .container {
        width: 1010px;
    } */
  }



  @media (min-width: 992px) {
    /* .dropdown:hover .dropdown-menu {
        display: block;
    } */

}


@media (max-width: 992px) {


  div#icap_wrapper{
    width: 100%;
  }


  /* li.nav-item a {
    background: #fff;
    color: #000 !important;
    padding: 10px;
    border-bottom: 1px solid #e9d6d6;
  }

  .navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
  } */


}



/* Show Select Menu & Hide Desktop on Mobile */
@media (max-width: 768px) {
  .main_menu {
      display: none;
  }

  #mobile-menu {
      display: block;
  }

  .main-menu {
    padding: 10px 10px 16px 10px;
  }


  .left_side_container {
    width: 100%;
    padding: 15px;
  }
  
  
  .right_side_container {
    width: 100%;
    padding: 15px;
  }
  

}
