  /* Variables for color and font family Start */

:root {
  /* Colors */
  --blue: #003b5c;
  --lightergrey: #f7f7f7;
 
}
/*
body {
  background-color: var(--whiteColor);
      font-family: "Roboto", Sans-serif;
}
*/

.navbar h1, .navbar h2, .navbar h3, .navbar h4, .navbar h5, .navbar h6, .navbar p, .navbar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.navbar button, .navbar a {
  outline: none !important;
  text-decoration: none;
  cursor: pointer;
  display: inline-block !important;
}

.navbar button:focus, .navbar button:hover, .navbar a:hover, .navbar a:focus {
  outline: none;
  text-decoration: none;
}
.navbar-nav ul{
	list-style:none;
}

.navbar .boxs {
  float: left;
  width: 100%;
  display: block;
}

/* header start */


.pcom-logo{
	background-image: url(/wp-content/uploads/2021/10/PCHS_Logo.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-top-header{
	background-color:#fff;
}
.custom-top-header .top-nav .top-menu li a{
	color: #003b5c;
}
.custom-top-header .search-form input[type=search]{
	background: url(/wp-content/uploads/2021/10/search.png);
	 background-repeat: no-repeat;
	 background-size: contain;
}
.m-top {
  margin-top: 85px;
}
.MobDrop{
  display:none;
}
.boardlink1{
  display: none;
position: absolute;
width: 95vw;
top: 59px;
right: 40px;
z-index: 200;
text-align: left;
background: #003b5c;
height: 360px;
overflow: auto;
/* display: flex; */
}
.mainMenu li{
  /* position:relative; */
  margin: 0px 15px;
}
.logoHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logoHeader .container{
	display: contents;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
        .navbar-default .navbar-nav>li>a:hover{
                color: #D7B36F !important;
        }
@media (min-width: 992px){
	.navbar-collapse .navHeader_second{
	/*	margin-top:58px;
	*/	float: none !important;
	}
	.navbar-collapse{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.logoHeader{
		background:#fff;
    		position: relative;
    		height: 60px;
    		width: 100%;
    		z-index: 200;
		border-bottom: 1px solid #003B5C;
    		/*top: 30px;
    		left: 50%;
		transform: translate(-50%, -50%);
	*/}
	.navbar-default .navbar-nav>li>a{
            color: var(--blue) !important;
	}
	.navbar-default .navbar-nav>li>a:hover{
        	color: #D7B36F !important;
	}

}
.logoResp{
	float:left;
}
.navbar{
	margin-bottom: 0px !important;
}
.header .navbar-collapse .navHeader_First{
/*      background: #fff;*/
    padding: 15px 0px;
        justify-content: flex-end;
	display:flex;
float:none !important;
}
.header .navbar-collapse .navHeader_First  li a.navfirst{
	font-weight:normal;
}
.header .navbar-collapse .navHeader_First  li:last-child{
	    margin-right: 0;
}
.header .navbar-collapse .navHeader_second{
  background: var(--blue);
  display:flex;
  padding: 12px 0px;
  justify-content: center;
}
.header .navbar-collapse .navHeader_second li a{
  color: #fff !important;
  font-size: 13px;
}
.header .navbar-collapse .navHeader_second li a:hover{
/*  color: #d7b36f !important;*/
}
/*.navHeader_second li a .abtArrow{
  display: none;
}*/
.navHeader_second .boardlink1 {
  top: 103px;
    width: 95vw;
    left: 24px;
}
.header .navbar-collapse{
  display: block!important;
  width: 100%;
 
}
.header .navbar-collapse .maindiv{
width: 100%;
}
.logo img{
width: 100%;

}
.navbar-expand-md .mainMenu .nav-link{
  padding:0;
  margin: 0;
}
.header {
position: fixed;
width: 100%;
z-index: 999;
top: 0px;
left: 0;
transition: all 0.3s;
background: #fff;
}

.header .navbar-expand-md{
padding:0;
transition: all 0.3s;
display: block;
}
.fixedHeader .navbar-expand-md{
  /*padding:0;*/
  transition: all 0.3s;
}

.navbar-expand-md .navbar-toggler {
display: none !important;
}

.navbar {
align-items: center;
justify-content: space-around;
width: 100%;
padding: 0;
}


.mainMenu li a{
color:var(--blue);
font-size: 16px;
/*font-weight: 600;*/
position: relative;
}
.mainMenu li a:hover{
	color:#D7B36F;
}
.mainMenu li.desDrop a:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--blue);
  transition: width 0.3s;
  bottom: -5px;
}
.dropLeft a::after{
  content: none!important;
}
.dropLeft a:hover{
  background-color:#d7b36f !important;
}
/*
.mainMenu li.desDrop a:hover:after {
  width: 100%;
  transition: width 0.3s;
}
*/
.humber-res{
display:block;
}
.header .mainMenu li a.active{
border-bottom: 2px solid var(--darkGreen);
color:#fff;
}
.dash_Profile a.AvtImg {
   width: 40px;
  height: 40px;
}
.AvtImg{
 width: 40px;
  height: 40px;
}
.dash_Profile a.AvtImg img, .AvtImg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.boardlink1 ul li{
 padding: 10px 20px;
  margin: 0;
/*   float:left;
  width:40%; */
  border-left:2px solid #fff
}
.boardlink1 ul li a, .boardlink1 ul li{
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  /*font-weight: 600;*/
}
.boardlink1 ul li a, .header .navbar-collapse .navHeader_second .boardlink1 li a{
  color:  #d7b36f !important;
}
.boardlink1 ul li:hover{
  /*background:#d7b36f;
*/
}
.abtArrow{
     font-size: 9px;
  padding-left: 7px;
}
.sideImg{
  width: 260px;
    height: 165px;
    margin: 0 auto;
    border-radius: 8px;
}
.sideImg img{
/*  width: 100%;*/
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.boardlink1 ul{
   float: left; 
   width: 50%; 
  /* border-left: 2px solid #fff; */
  margin-bottom: 50px;
}
.dropLeft{
  padding: 20px;
  display: inline-block;
  background: #ddd8d8;
  text-align: center;
  width: 38%;
}
.dropLeft h3{ 
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}
.dropLeftName{
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dropLeftSubtitle{
  display: inline-block;
  margin: 18px 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
}
.dropRightSubtitle{
  display: inline-block;
  margin-bottom:20px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
.dropLink{
  width: 100%;
  padding: 30px 30px;
}
.dropLeft h6{
  margin: 18px 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
   
}
.mainMenu .dropLeft a{
  font-size: 16px!important;
  font-weight: 500;
  background-color: #A21D29;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #A21D29;
  border-radius:8px;
  padding: 6px 20px;
  width: 84%;
  color: #fff;
 
  border: 2px solid transparent;
}
.mainMenu .dropLeft a:hover{
  /*background-color: #003b5c;
  border: 2px solid #003b5c;
*/  color: #fff !important;
}
.mblCaret {
  display: none;
}
.dropLink ul.ulmain li{
    width:100%;
}
.boardlink1 ul.ulmain {
  float: left;
  width: 40%;
}
.headerTop{
/*   background-color: #003b5c; */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display:none!important;
    position: fixed;
    top: 0;
    z-index: 300;
    width: 100%;
    background: #fff;
}
.custom-top-header .search-form .search-submit {
    display: none!important;
}
.custom-top-header .container{
	flex-direction: row-reverse;
}
.listDeskMain{
  display: inline-block;
}
 .navbar-expand-md .off-on-rendering{
       display:none!important;
       }
    .desHide{
    display:none;
    }
    .boardlink1 ul li a:hover{
    text-decoration:underline;
    }
 .custom-top-header .top-nav .top-menu .btn {
    background: #b12028;
	 color:#fff;
}
.srchIcon{
	height: 22px;
    width: 22px;
}
.srchIcon img{
	height: 100%;
    width: 100%;
}
.navHeader_third{
    justify-content: space-evenly;
    /*border-bottom: 1px solid var(--blue);
    */align-items: center;
    padding: 0px 10px !important;
    width: 100%;
    display: flex;
}
.navHeader_third i{
	color:var(--blue);
	font-size:16px;
    margin-right: 10px;
}
.navHeader_third li a{
	text-transform: uppercase;
	font-size:18px;
}
.navHeader_third li a:hover{
	color:#d7b36f;
}
 .boardlink1 .innerSearch  li a,  .boardlink1 .innerSearch li{
	display:block!important;
    width: 100%!important;
    border: none!important;
    background-color: transparent!important;
    text-align: left;
    padding: 5px 5px!important;
	color:var(--blue)!important;
}
.searchLink{
	    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.searchLink  .searchInner .search-form .search-submit {
    position: absolute;
    top: 26px;
    right: 2px;
    padding: 0;
    background: #ddd8d8;;
    color: var(--blue);
    padding: 10px 35px;
    border: none;
    border-radius: 4px;
}
.searchLink  .searchInner{
	width:100%;
	padding:0px 30px;
}
.serDesp{
	display:none;
}
.socialIcon p{
	display:inline-block;
	background:transparent;
	padding:0;
}
.mainMenu .dropLeft .socialIcon p a{
	    padding: 3px;
    line-height: 0;
    width: auto;
    border-radius: 4px;
    display: flex!important;
    align-items: center;
    height: 30px;
    width: 30px;
    justify-content: center;
    margin: 10px 5px 0px;
}
.text-color_gold{
	color: #d7b36f;
}
.dropRight{
/*		position: absolute;
    right: 0;
    padding-right: 100px;
 */
   text-align: center;
    color: #fff;
	  border-left: 2px solid #fff;
    padding-left: 20px;
}
.dropRight .heading{
	color:#fff;
	font-size: 16px;
	margin-bottom: 20px;
}

.dropRight a{
font-size: 12px!important;
    font-weight: 400 !important;
    background-color: #A21D29;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #A21D29;
    border-radius: 8px;
    padding: 6px 20px;
		margin-top:10px;
    width: 84%;
    color: #fff !important;
    border: 2px solid transparent;
}
.dropRight a:hover{
	 background-color: #d7b36f;
	text-decoration: none !important;
}
/*
.navbar-default .navbar-nav>li>a{
	    color: var(--blue) !important;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #D7B36F !important;
}*/
/* header end */
