/*
Theme Name: PTAC WP
Theme URI: http://www.wordpress.org/
Theme Name: PTAC WP
Description: PTAC Theme
Theme Version: 1.0
Author: PTAC WP
Author URI: http://www.wordpress.org/
Tags: white, green, custom header, fixed width, two columns, widgets, fully responsive
*/
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

/*img {
    min-width: 100%;
}*/

a:hover {
    text-decoration: none;
}

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

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 24px;
    font-size: 14px;
    margin: 0px;
    padding-bottom: 15px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.iconRounded {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    padding: 6px;
    font-size: 12px;
    letter-spacing: normal;
    vertical-align: middle;
}

.paragraphSpace {
    padding-top: 40px;
    padding-bottom: 40px;
}

.clear {
    clear: both;
}

.red {
    color: #00788C;
}


/* Main Css */

.mainHeader {
    position: relative;
}

.mainHeader img {
    width: 100%;
}

.mainHeader .carousel-caption {
    bottom: 40%;
}

.mainHeader .carousel-caption h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
}

.mainHeader .carousel-caption p {
    font-size: 30px;
    color: #fff;
}

/* .mainHeader .carousel-indicators li {
    width: 170px;
} */

.topHeader {
   position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    background: #fff;
    /* padding: 20px 0; */
/*    border-bottom: 1px solid #292a2f;*/
}

.logoContainer {
    width: 100%;
/*    margin-top: 20px;*/
}

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

.navigation {
    margin-top: 30px;
    text-align: center;
}

.navigation ul {
    list-style: none;
}

.navigation ul li {
    display: inline-block;
    position: relative;
}

.navigation ul li a {
    font-size: 16px;
    color: #1f44a3;
    padding: 10px 4px;
}

.navigation ul li a:hover {
    background: url(assets/images/navhover1.jpg) bottom center no-repeat;
    color: #3c519c;
}

.topRightPart {
    padding: 0px;
    text-align: right;
    margin-top: 25px;
}

.topRightPart ul {
    list-style: none;
    text-align: center;
}

.topRightPart ul li {
    display: inline-block;
}

.topRightPart ul li a {
    font-size: 15px;
    padding: 10px 1px;
}


.registerText {
    color: #f6a111;
    background: url(assets/images/registerborder.jpg) bottom center no-repeat;
}

a:hover.registerText {
    color: #3c519c;
    background: url(assets/images/navhover1.jpg) bottom center no-repeat;
}

.loginText {
    color: #3c519c;
    background: url(assets/images/navhover1.jpg) bottom center no-repeat;
}

a:hover.loginText {
    color: #f6a111;
    background: url(assets/images/registerborder.jpg) bottom center no-repeat;
}

.searchContainer {
    padding: 0px;
}

.searchContainer .openBtn {
/*    background: #1f44a3;*/
    border: none;
    padding: 20px 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #fff;
  }

  .searchColor{
    color: #1f44a3;
  }

  /*.searchContainer .openBtn:hover {
    background: #1f44a3;
  }
  */
  .searchContainer .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .searchContainer .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  .searchContainer .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .searchContainer .overlay .closebtn:hover {
    color: #ccc;
  }
  
  .searchContainer .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .searchContainer .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .searchContainer .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .searchContainer .overlay button:hover {
    background: #bbb;
  }

.welcomeContainer {
    margin-top: 50px;
    text-align: center;
}

.welcomeContainer p {
    font-size: 23px;
    color: #717171;
    line-height: 35px;
}


.ourCommitmentContainer {
    margin-top: 50px;
}

.ourCommitmentHd h2 {
    margin: 0px;
    font-size: 57px;
    color: #7a7a7a;
    font-weight: 700;
    text-align: center;
}

.ourCommitmentText {
    padding: 0px;
}

.ourCommitmentText p {
    font-size: 17px;
    color: #717171;
    line-height: 40px;
}

.servicesBox {
   margin-top: 40px;
   text-align: center;
}

.servicesBoxImg {
    width: 100%;
}

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

/*.servicesBoxCon {
    padding: 30px 0 0;
}
*/
.servicesBoxCon ul {
    list-style: none;
}

.servicesBoxCon ul li {
    display: inline-block;
    width: 45%;
    padding: 10px;
    vertical-align: top;
}

.servicesBoxIcon {
    width: 68px;
    height: 68px;
    float: left;
}

.servicesBoxText {
    float: right;
    width: 70%;
}

.servicesBoxText h4 {
    font-size: 20px;
    color: #282828;
    font-weight: 300;
}

.servicesBoxText p {
    font-size: 17px;
    color: #a9a9a9;
    line-height: 30px;
}

.hilightPrice {
    padding: 0px;
    text-align: center;
}

.hilightPrice ul {
    list-style: none;
}

.hilightPrice ul li {
    display: inline-block;
    padding: 10px;
}

.hilightPriceLeft {
    text-align: left;
}

.hilightPriceLeft p {
    font-size: 25px;
    color: #333;
}

.hilightPriceCenter {
    text-align: center;
}

.hilightPriceCenter p {
    background: #fe000c;
    font-size: 57px;
    color: #fff;
    padding: 25px;
    font-weight: 200;
}

.hilightPriceRight {
    text-align: right;
}

.hilightPriceRight p {
    font-size: 17px;
    color: #a9a9a9;
}

.downArrow {
    font-size: 30px;
    color: #fe000c;
}

.keyTopicContainers {
    margin-top: 40px;
}

.keyTopicContainer h2 {
    text-align: center;
    font-size: 30px;
    color: #7a7a7a;
    letter-spacing: 2px;
}

.keyTopicContainers h2{
    text-align: center;
    font-size: 57px;
    color: #7a7a7a;
    letter-spacing: 2px;
}

.keyTopicContainers ul {
    list-style: none;
    text-align: center; 
}

.keyTopicContainers ul li {
    display: inline-block;
    width: 30%;
    margin: 0 10px;
    text-align: center;
    vertical-align: top;
}

.keyTopicImg {
    width: 100%;
}

.keyTopicImg img {
    max-width: 60%;
    text-align: center;
}

.keyTextContainer h3 {
    color: #1f44a3;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
}

.keyTextContainer p {
    font-size: 17px;
    color: #717171;
    line-height: 30px;
}

.footerContainer {
    background: #014452;
    padding: 20px 0;
    margin-top: 50px;
}
.staffMember{
    margin-top: 40px;
}
.boardDirector h2{
    margin-top: 40px;
}
.footerBar {
    padding: 0px;
}

.footerBar h4 {
    font-size: 34px;
    color: #fff;
    padding: 0px;
    font-weight: 300;
}

.footerBar ul {
    list-style: none;
}

.footerBar ul li {
    padding: 2px 0;
}

.footerBar ul li a {
    font-size: 17px;
    color: #fff;
}

.footerContact {
    padding-top: 10px;
}

.footerContact p {
    font-size: 14px;
    color: #fff;
    padding: 0px;
}

.footerContact p a {
    font-size: 14px;
    color: #fff;
    padding: 0px;
}

.footerContact p a:hover {
    text-decoration: underline;
}

.fonthd {
    font-weight: 600;
}

.footerLogo {
    width: 90%;
    margin-top: -20px;
}

.footercompanyLogo {
    margin-top: 20px;
}

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

.footerSocial {
    padding: 10px;
}

.footerSocial h4 {
    font-size: 34px;
    color: #fff;
    padding: 0px;
    font-weight: 300;
}

.footerSocial ul {
    list-style: none;
}

.footerSocial ul li {
    display: inline-block;
    padding: 0px 5px;
}

.footerSocial ul li a {
    font-size: 15px;
    color: #fff;
}

.footerBottom {
    border-top: 1px solid #ffffff;
    margin-top: 20px;
}

.footerBottomNav {
    margin-top: 20px;
}

.footerBottomNav ul {
    list-style: none;
}

.footerBottomNav ul li {
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #ffffff;
}

.footerBottomNav ul li a {
    font-size: 13px;
    color: #ffffff;
}

.footerBottomNav ul li:last-child {
    padding-right: 0px;
    border-right: none;
}

.copyrightContainer {
    margin-top: 20px;
    text-align: right;
}

.copyrightContainer p {
    font-size: 13px;
    color: #ffffff;

}



/* Inner Page Css */

.innerpageContainer {
    margin-top: 50px;
}

.innerpageContainer h2 {
    text-align: center;
    font-size: 57px;
    color: #1f44a3;
    letter-spacing: 2px;
}

.innerpageContainer p {
    font-size: 17px;
    color: #717171;
    line-height: 30px;
    padding: 10px 0 0 0;
}

.innerpageContainer img{
    text-align: center;
    margin: 0 auto;
    display: block;
}

.NoBanner {
    margin-top: 150px;
}
/* Contact Page css */

.contactpageContainer {
    margin-top: 30px;
}

.contactFormContainer {
    padding: 0px;
}

.contactFormContainer h3 {
    font-size: 40px;
    color: #2e3d62;
    font-weight: 800;
}

.contactFormContainer h5 {
    font-size: 20px;
    color: #2e3d62;
    font-weight: 800;
}

.contactFormContainer ul {
    list-style: initial;
    padding: 0px;
    margin: 0px;
}

.contactFormContainer ul li {
    padding: 10px 0;
}

.contactFormContainer ul li h6 {
    text-align: left;
    color: #37565c;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px;
}

.contactformSmlField {
    border: none;
    height: 50px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #22262c;
    background: #d6dce5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contactformBigField {
    border: none;
    width: 100%;
    padding: 10px;
    height: 170px;
    font-size: 16px;
    color: #22262c;
    background: #d6dce5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contactformSubmit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 5px;
    font-size: 14px;
    color: #fff;
    border: none;
    float: right;
    font-weight: 700;
    padding: 15px 40px;
    background: #212529;
    text-transform: uppercase;
}

.contactformSubmit:hover {
    background: #7a7a7a;
    color: #fff;
}

.contactDetailsInfo {
    padding-top: 0px;
}

.contactDetailsInfo h5 {
    font-size: 20px;
    color: #2e3d62;
    font-weight: 800;
}

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

.contactDetailsInfo ul li {
    padding: 10px 0;
}

.contactDetailsInfoIcon {
    padding: 0px 15px 0 0;
    display: table-cell;
}

.contactDetailsMailInfoIcon {
    padding: 0px 10px 0 0;
    display: table-cell;
}

.contactDetailsInfotpin {
    color: #363636;
    font-size: 20px;
}

.contactDetailsMailInfotpin {
    color: #363636;
    font-size: 18px;
}

.contactDetailsInfoContain {
    text-align: left;
    padding: 0px;
    display: table-cell;
}

.contactHilight {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.contactDetailsInfoContain p {
    color: #676767;
    font-size: 17px;
    margin: 0px;
    line-height: normal;
    text-align: left !important;
    padding-bottom: 8px !important;
}

.contactDetailsInfoContain p a {
    color: #676767;
    font-size: 17px;
}

.contactDetailsInfoContain p a:hover {
    text-decoration: underline;
}

/* Contact Page css */

.footercompanyLogo ul li{
    display: inline-block;
    padding: 0px 15px;
    margin-top: 25px;
}

.footercompanyLogo ul li img{
    width: 100%;
}




/*---------------menu---------------*/
/*1st sub level menu*/
#primary_nav_wrap ul li ul {
    position: absolute;
    top: 30px !important; 
    _top: -1em;
    visibility: hidden;
    display: block;
    z-index: 999;
    padding: 0px;
    margin: 0px;
    width: 270px;
    background: #00788C;
    -webkit-box-shadow: 1px 5px 12px -6px rgba(0,0,0,0.54);
    -moz-box-shadow: 1px 5px 12px -6px rgba(0,0,0,0.54);
    box-shadow: 1px 5px 12px -6px rgba(0,0,0,0.54);
    /* border: 1px solid #ccc; */
}

#primary_nav_wrap ul li:hover > ul {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 999999;
}


#primary_nav_wrap ul li ul li {
    border-bottom: 1px solid #ccc;
    display: list-item;
    padding: 5px;
    float: none;
    margin: 0px;
    text-align: left;
    background: none !important;
    /* border-bottom: 1px solid #fff; */
}

#primary_nav_wrap ul li ul li:last-child
{
    border-bottom:none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#primary_nav_wrap ul li ul li ul { 
    top: 0px !important;
    padding: 0px;
    left: 270px; /* no need to change, as true value set by script */
    margin: 0px;
    position: absolute;
    background: #1f44a3;
}

#primary_nav_wrap ul li ul li ul li a {
    color:#fff;
}

#primary_nav_wrap ul li ul li ul li ul
{
    background:#fff;
}

#primary_nav_wrap ul li ul li ul li ul a
{
    color:#fff;
}

/* Sub level menu links style */
#primary_nav_wrap ul li ul li a {
    font-size: 13px;
    display: block;
    color: #fff;
    padding: 0px 0;
}

#primary_nav_wrap ul li ul li a:hover {
    color:#fff;
    background:none;
    border-bottom: none;
}


#primary_nav_wrap ul li a.navlast {
    background:none;
}


/*--------tab home-----------*/
.tabgroup {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tabgroup__item {
  -webkit-appearance: none;
  -moz-appearance: none !important;
  left: -99999px;
  padding: 0;
  height: 0;
  width: 0;
  z-index: -100;
  outline: 0;
}
.tabgroup__item:checked + .tab {
  background-color: #00788C;
  color: white;
  position: relative;
}
.tabgroup__item--1:checked ~ .panel--1, .tabgroup__item--2:checked ~ .panel--2, .tabgroup__item--3:checked ~ .panel--3, .tabgroup__item--4:checked ~ .panel--4, .tabgroup__item--5:checked ~ .panel--5 {
  display: block;
}
.tabgroup .tab {
  float: left;
  width: 100%;
  display: block;
  background-color: #000000;
  padding: 15px;
  cursor: pointer;
  transition: all 0.15s ease-in;
  color: #ffffff;
}
.tabgroup .panel {
  background-color: #00788C;
  min-height: 200px;
  padding: 25px;
  display: none;
  width: 100%;
}
.tabgroup .panel .cta {
  background-color: #ff8037;
  padding: 10px 35px;
  color: white;
  border-bottom: 5px solid #b24e14;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
}
.panel h3{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 0px;
}

.panel p{
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}

.panel ol li{
   font-size: 17px;
    color: #fff;
    line-height: 30px; 
}


.cards {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.boxaboutInner {
  /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;*/
  transition: all 200ms ease-in-out;
  flex-basis: 20%;
  border-radius: 0;
  margin: 0 5px;
}
.boxaboutInner:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 6px 9px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.boxcontent {
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
}
.boximage {
  max-width: 100%;
  margin-bottom: 15px;
}
.boxcontent h3{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin: 8px 0;
  line-height: normal;
  padding-bottom: 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tabgroup .tab {
    display: inline-block;
    float: none;
    width: auto;
  }
}

.focusBox{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.singleFocus {
    /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 200ms ease-in-out;*/
    flex-basis: 18%;
    /*border-radius: 0;
    margin: 0 5px;*/
    text-align: center;
}

.singleFocus h3{
    color: #1f44a3;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
}

.fareas {
    margin-top: 50px;
}

.servicesBoxImg ul li{
    display: inline-block;
    width: 45%;
    padding: 10px;
    vertical-align: top;
    text-align: center;
}

.servicesBoxCon p {
    font-size: 17px;
    color: #717171;
    line-height: 30px;
    text-align: left;
}

.servicesBoxImg h3{
    color: #1f44a3;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
}

.servicesBoxImg p{
    font-size: 17px;
    color: #717171;
    line-height: 30px;
}
.servicesBox h2{
    text-align: center;
}

.collabContainer h2{
        margin: 0px;
    font-size: 57px;
    color: #7a7a7a;
    font-weight: 700;
    text-align: center;
}

.collabContainer {
    margin-top: 50px;
}

.collab ul li{
    background: url(assets/images/sssss.png) left top no-repeat;
    padding-left: 20px;
    background-position: 0 9px;
    text-align: left;
    color: #717171;
    font-size: 17px;
    line-height: 30px;
    list-style: none;
}

.collabs ul li{
    background: url(assets/images/sssss.png) left top no-repeat;
    padding-left: 20px;
    background-position: 0 17px;
    text-align: left;
    color: #717171;
    font-size: 17px;
    line-height: 10px;
    list-style: none;
}

.collabtext{
    display: flex;
  justify-content: center;
  align-items: center;
}

.tabSection{
    margin-top: 50px;
}

.tabSection label {
    margin: 0 0 0 -4px !important;
}

/*.collab img{
    width: 100%;
    
}*/

table { 
    width: 750px; 
    border-collapse: collapse; 
    margin:10px auto;
    }

/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #fafafa; 
    }

th { 
    background: #00788C; 
    color: white; 
    font-weight: bold; 
    }

td, th { 
    padding: 20px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 18px;
    }

.collab{
    text-align: center;
    width: 100%;
}


.boardDirector ul li{
        display: inline-block;
    padding: 0px 15px;
    margin:10px;
    width: 30%;
    vertical-align: top;
    border-radius: 10px;
    height: 180px;
    -webkit-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
-moz-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
}

.boardDirector h3{
    color: #1f44a3;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0 0;
    
}
.boardDirector p{
    font-size: 17px;
    color: #717171;
    line-height: 24px;
    padding-bottom: 0px;
    text-align: center;
}

.memberStaff h3{
    color: #1f44a3;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0 0;
}

.memberStaff p{
    font-size: 17px;
    color: #717171;
    line-height: 30px;
    padding-bottom: 0px;
    text-align: center;
}
.memberStaff{
    margin: 10px;
    height: 200px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
    -moz-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
    box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
}

.aboutDetails h3{
    color: #1f44a3;
    font-size: 22px;
    font-weight: 500;
    padding-bottom:0px;
    margin-bottom: 0px;
}

.aboutDetails p{
    font-size: 17px;
    color: #717171;
    line-height: 30px;
    padding-bottom: 0px;
}

.aboutDetails{
    margin: 0 0 20px 0;
}

.innerpageContainer h3{
    font-size: 30px;
    color: #7a7a7a;
    letter-spacing: 2px;
    text-align: center;
}

.keyTextContainer h3 a{
    color: #1f44a3;
}

.aboutDetails ol li{
    font-size: 17px;
color: #717171;
line-height: 30px;
padding-bottom: 0px;
}

.memberStaff p a{
    color: #717171;
}


/*header video*/

#carouselExampleIndicators{
  position: relative;
  margin-top: 130px;
/*  min-height: 100vh;*/

}
.containerVideobg {
  background-color: var(--second);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  padding: 0 !important;
/*  max-height: 100vh;*/
  overflow: hidden;
}
.videoSliderBackground{
  margin: 0px;
  padding: 0px;
  width: 100%;
/*  height: 100%;
  min-width: 100vh;
  min-height: 100vh;*/
}
.videoSlider{
  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
  width: 40%;
  transition: all 0.5s;
 /* border: 10px solid var(--primary);
  background-color: var(--primary);*/
  box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.elVideo{
  width: 100%;
/*  height: 100%;*/
}

/* .active {
  
} */

.active .videoSlider{
  margin-top: 0;
  width: 100%;
  border: none;
  box-shadow: none;
}

.postNews h2{
    font-size: 40px;
}

.postdes h4 a{
    font-size: 17px;
    color: #1648c3;
}

.postdes h4{
    line-height: 20px;
     font-weight: 400;
}

.dateTime h5{
 font-size: 17px;
    color: #717171;  
     font-weight: 400;
     padding: 0 10px 0 0; 
}

.nProject h4 a{
    font-size: 17px;
    color: #1648c3;
}
.nProject h4{
    line-height: 20px;
    font-weight: 400;
}
.latestNews h4 a{
    font-size: 17px;
    color: #1648c3;
}
.latestNews h4{
    line-height: 20px;
     font-weight: 400;
}


/*----------award recipients-----------*/
.awardRecipients .cards {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.awardRecipients .cardsBox {
  
  background-color: #fff;
  transition: all 200ms ease-in-out;
  flex-basis: 30%;
  border-radius: 0;
  margin: 10px;
  -webkit-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
-moz-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
}
.awardRecipients .cardsBox:hover {
  -webkit-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
-moz-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
  z-index: 1;
}
.awardRecipients .awardcards {
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.awardRecipients h3 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
  color: #111f42;
  padding-bottom: 0px;
  text-align: center;
}


.innerpageContainer h3 {
  font-size: 30px;
  color: #7a7a7a;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 700;
}

.awardRecipients p {
    margin: 0;
    font-size: 17px;
    color: #717171;
    line-height: 30px;
    text-align: center;
}
.awardcards h4{
    font-size: 17px;
    color: #717171;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.awardcards h5{
    font-size: 17px;
    color: #1f44a3;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.awardRecipients h4{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 17px;
    color: #1648c3;
    padding-bottom: 0px;
    text-align: center;
}

.postNews{
    margin-top: 40px;
}

/*.awardRecipients{
    margin-top: 40px;
}
*/
.secAuprf h4{
    color: #1f44a3;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.collab h4{
    color: #1f44a3;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.collabs h4{
    color: #1f44a3;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.secAuprf p{
    padding: 0 0 0 0;
}

.oPrinciples h4{
    color: #1f44a3;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.areport h4{
    color: #1f44a3;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.innerCaneric h3{
    color: #1f44a3;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0 0;
}

.innerCaneric ul li{
    background: url(assets/images/sssss.png) left top no-repeat;
    padding-left: 20px;
    background-position: 0 9px;
    text-align: left;
    color: #717171;
    font-size: 17px;
    line-height: 30px;
    list-style: none;
}

.innerCaneric{
    text-align: center;
}

.innerresearch h3{
    color: #1f44a3;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0 0;
}

.innerresearch{
    display: inline-block;
    padding: 0px 5px;
    margin:10px 0;
    vertical-align: top;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
-moz-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
}

.researcherContainer img{
    display: block;
      margin: 0 auto;
      clear: both;
}

.innerbtnResearch .fcc-btn{
  background-color: #1f44a3;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
}

.innerbtnResearch .fcc-btn:hover {
  background-color: #fff;
  color: #1f44a3;
  border: 1px solid #1f44a3;
}

.innerbtnResearch{
    text-align: center;
    margin-top: 25px;
}

.reductionBtn ul{
    /* display: flex; */
    margin: 25px 0;
}
.reductionBtn ul li {
    display: inline-block;
    padding: 0 15px;
    width: 45%;
    text-align: center;
}
.reductionBtn ul li a {
    background-color: #1f44a3;
    display: block;
    width: 100%;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
}

.reductionContainer h5 {
   color: #1f44a3;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
}

.reductinlink ol li {
    word-wrap: break-word;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

.contactFormContainer ul li h6{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.collab ol li{
    text-align: left;
    color: #717171;
}

.collab ol p{
    text-align: left;
    padding: 0 0 0 0;
}


.pForm label{
    width:100%;
    margin-bottom: 0px;
}

.cBtn {
    background:#213047;
    font-size:20px;
    text-transform:uppercase;
    color:#fff;
    border:none;
    padding:10px 35px;
    margin-top: 10px;
}

.contactformSmlField{
    outline: none;
}

.pum-title{
    font-size: 30px !important;
    color: #7a7a7a !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    font-weight: 700 !important;
    padding-bottom: 00px !important;
    line-height: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.pForm p{
    text-align: center;
    padding-bottom: 0px;
}

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


.projectsawardRecipients .cards {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.projectsawardRecipients .cardsBox {
  
  background-color: #fff;
  transition: all 200ms ease-in-out;
  flex-basis: 100%;
  border-radius: 0;
  margin: 10px;
  -webkit-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
-moz-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
}
.projectsawardRecipients .cardsBox:hover {
  -webkit-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
-moz-box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
box-shadow: 1px 2px 20px -9px rgba(0,1,100,1);
  z-index: 1;
}
.projectsawardRecipients .projectawardcards {
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
}

/*.projectsawardRecipients h3 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
  color: #111f42;
  padding-bottom: 0px;
  text-align: center;
}
*/

.projectsawardRecipients p {
    margin: 0;
    font-size: 17px;
    color: #717171;
    line-height: 30px;
    text-align: center;
}
.projectawardcards h4{
    font-size: 17px;
    color: #717171;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.projectawardcards h5{
    font-size: 17px;
    color: #1f44a3;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.projectsawardRecipients h4{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 17px;
    color: #1648c3;
    padding-bottom: 0px;
    text-align: center;
}
