
/* Start of Navigation Bar*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-cont{
  color: #02387F;
  width: 100%;
}
.navHeader{
  background-color: #dedbdb00 !important;
  height: 90px;
}
.navbar-cont .siteLogo{
  float: left;
  width: 20%;
  padding: 5px;
}
.clearfix{
  clear: both;
}
ul{
  list-style: none ;
  padding: 0 ;
  margin: 0 ;
}
.sitLogo{
  /* background-color: #ffffff52 !important; */
  height: 80px;
}
.sitLogo .navbar-brand img{
  height: 73px;
  width: 194px;
  margin-left: 10px;
}
.Rightlogo{
  height: 120px;
  width: 5%;
}
.Rightlogo img{
  float: right;
  height: 80px;
  width: 150px;
  margin-right: -57px;
}

.naviagtion{
  margin: auto;
  /* background-color: #ffffff52 !important; */
  padding: 11px;
  padding-top: 5px;
  /* min-height: 107px; */
  margin-left: 0px;
  width: 100%;
  font-weight: 700;
  font-family: "Young Serif";
  /* font-family: "Young Serif"; */
  font-size: 16px;
  flex-direction: row;
  justify-content: center;
  letter-spacing: 1px;
}
.naviagtion > li{
  padding-top: 25px ;
  padding-bottom: 11px;

  margin: 0 10px;
  float: left;
  border-bottom: 3px solid transparent;
}

.naviagtion > li a{
  color: #1d4179;
  text-decoration: none !important;
  text-transform: math-auto;
  transition: all 0.3s ease-in-out;
 }
.naviagtion .menu{
  position: relative;
}

/*Submenu Overveiw*/
.naviagtion .menu .submenu{
  position: absolute;
  top: 70px;
  left: 0;
  width: 250px;
  height: 260px;
  background-color: #f5f6fa;
  padding: 10px;
  margin-left: -80px;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.5);
  box-shadow:0 1px 1px rgba(0,0,0,0.5);
  z-index: 1;
  border-radius: 2%;
  display: none;
}
.naviagtion  .submenu div{
  padding-top: 0px;
  width: 230px;
}
.naviagtion  .submenu   div li{
  padding-top: 18px;
  font-size: 12px;
  font-family: "Young Serif";
}
/*.naviagtion .submenu::before{
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #f5f6fa;
  height: 0;
  width: 0;
  position: absolute;
  left: 97px;
  top: -6px;
  align-items: center;
}*/
.naviagtion .menu:hover .submenu{
  display: flex;
  top: 71px;
}

.naviagtion  > li:hover {
  border-bottom: 3px solid #18d26e;
  letter-spacing: 2px;
}
.naviagtion > li a:hover{
  color:#e1b12c;
}

.naviagtion  .partners > div,
.naviagtion  .solution > div,
.naviagtion  .course > div,
.naviagtion  .project > div{
  width: 530px; 
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  height: 143px;
}
.naviagtion  .partners .child,
.naviagtion  .course .child,
.naviagtion  .solution .child,
.naviagtion  .project .child{
  margin-right: 70px;
}
.naviagtion  .partners div li,
.naviagtion  .solution div li,
.naviagtion  .course div li,
.naviagtion  .project div li{
  width: 350px;
  padding-top: 13px;
  font-size: 12px;
  font-family: "Young Serif";
  padding: auto;
}
.naviagtion  .partners div li a,
.naviagtion  .solution div li a,
.naviagtion  .course div li a,
.naviagtion  .project div li a{
  padding: auto;
}
/*.naviagtion .partners::before{
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f6fa;
  height: 0;
  width: 0;
  position: absolute;
  left: 555px;
  align-items: center;
  top: -6px;
}*/
.naviagtion .menu:hover .partners,
.naviagtion .menu:hover .solution,
.naviagtion .menu:hover .course,
.naviagtion .menu:hover .project{
  top: 71px;
  display: flex;
}
.partners img,
.solution img,
.course img,
.project img{
  height: 250px;
  width: 350px;
  padding-top: 0;
  margin-left: 200px;
  margin-bottom: 10px;
  border-radius: 10%;
}
.partImgInfo,
.solImgInfo,
.corImgInfo,
.proImgInfo{
  color: #151515;
}
.partImgInfo p,
.solImgInfo p,
.corImgInfo p,
.proImgInfo p{
  margin-left: 219px;
  padding-top: 0px;
  font-size: 9px;
  font-family: "Young Serif";
  line-height: 1.5em;
  max-height: 3.3em;
  overflow: hidden;
  text-transform: capitalize;
}
.partImgInfo .butt,
.solImgInfo .butt,
.corImgInfo .butt,
.proImgInfo .butt{
  margin-bottom: 20px;
  width: 149px;
  margin-left: 290px;
  height: 35px;
  font-family: "Young Serif";
  font-size: 13px;
  background-color: #000000;
  border-color: #000000;
}
.partImgInfo .butt:hover::after,
.solImgInfo .butt:hover::after,
.corImgInfo .butt:hover::after
.proImgInfo .butt:hover::after{
  content: "";
}
.partImgInfo .butt:hover,
.solImgInfo .butt:hover,
.corImgInfo .butt:hover,
.proImgInfo .butt:hover{
  background-color: #e1b12c;
  border-color: #e1b12c;
  color: #FFFFFF;
  border-bottom: 3px solid #18d26e;
}
.naviagtion  .submenu li a,
.naviagtion  .partners li a,
.naviagtion  .solution li a,
.naviagtion  .course li a,
.naviagtion  .project li a,
.naviagtion  .media li a{
  /* color: #0097e6 !important; */
  color: black !important;
  font-weight: bold !important;
  font-size: 15px;
  text-decoration: none !important;
  padding: 20px !important;
  border-radius: 5%;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.naviagtion  .submenu li a:hover ,
.naviagtion  .partners li a:hover,
.naviagtion  .solution li a:hover,
.naviagtion  .course li a:hover,
.naviagtion  .project li a:hover,
.naviagtion  .media li a:hover{
  border-bottom: 3px solid #18d26e;
  background-color: #e1b12c ;
  letter-spacing: 0.6px;
  color: #000000 !important;
  margin-right: 50px;

}
.naviagtion  .submenu li a:hover:after ,
.naviagtion  .partners li a:hover:after ,
.naviagtion  .solution li a:hover:after,
.naviagtion  .course li a:hover:after,
.naviagtion  .project li a:hover:after,
.naviagtion  .media li a:hover:after{
  content: "";
}
.partners  div,
.solution  div,
.course  div
.project  div{
  margin-right: 50px;
}
/*Partners Part*/
.naviagtion .menu .partners{
  position: absolute;
  top: 60px;
  left: 0;
  width: 1200px;
  height: 440px;
  background-color: #f5f6fa;
  padding: 10px;
  margin-left: -380px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  z-index: 1;
  border-radius: 0.5%;
  flex: contents;
  display: none;
}

/*Solution Part*/
.naviagtion .menu .solution{
  position: absolute;
  top: 70px;
  left: 0;
  width: 1200px;
  height: 440px;
  background-color: #f5f6fa;
  color: #18d26e;
  padding: 10px;
  margin-left: -480px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  z-index: 1;
  border-radius: 0.5%;
  flex: contents;
  display: none;
}

/*.naviagtion  .solution div li{
  width: 340px;
  padding-top: 15px;
  font-size: 12px;
  font-family: "Young Serif";
  padding: auto;
}
.naviagtion  .solution div li a{
  padding: auto;
}
.naviagtion  .solution > div{
  width: 650px; 
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  height: 155px;
  margin-top: 15px;
}

.naviagtion .solution::before{
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f6fa;
  height: 0;
  width: 0;
  position: absolute;
  align-items: center;
  left: 676px;
  top: -6px;
}
.naviagtion .menu:hover .solution{
  display: flex;
  top: 70px; 
}
.solution img{
  height: 300px;
  width: 450px;
  padding-top: 0;
  margin-left: 200px;
  margin-bottom: 10px;
  border-radius: 10%;}

.solImgInfo{
  color: #151515;
}
.solImgInfo p{
  line-height: 1.8;
  width: 400px;
  margin-left: 250px;
  padding-top: 5px;
  font-size: 11px;
  font-family: "Young Serif";
}

.solImgInfo .butt{
  margin-bottom: 20px;
  width: 200px;
  margin-left: 330px;
  height: 40px;
  font-family: "Young Serif";
}
.solImgInfo .butt:hover::after{
  content: " >";
}
.solImgInfo .butt:hover{
  background-color: #e1b12c;
  border-color: #e1b12c;
  border-bottom: 3px solid #18d26e;
  color: #FFFFFF;
}*/


/* Mobile */
.show .naviagtion{
  display: grid;
  align-items: center;
  height: 100%;
  font-family: "Young Serif";
  overflow-y: scroll;
}
.show{
  font-family: "Young Serif";
  overflow-y: scroll;
}
.show .naviagtion > li{
    /* text-align: center; */
    padding-top: 10px;
    margin-left: -171px;
}
.show .naviagtion .submenu{
  background-color: #000000;
  color: #EEE;
}
.show .naviagtion .submenu  li a,
.show .naviagtion .partners  li a,
.show .naviagtion .solution  li a,
.show .naviagtion .course  li a,
.show .naviagtion .project  li a{
  color: #FFFFFF !important;
}
.show .naviagtion .partners,
.show .naviagtion .solution,
.show .naviagtion .project,
.show .naviagtion .course{
  background-color: #000000 !important;
  color: #EEE;
}
.show .naviagtion .menu:hover .submenu{
  display: flex;
  top: 0;
  font-family: "Young Serif";
  margin-left: 87px;
}
.show .naviagtion .partners,
.show .naviagtion .solution,
.show .naviagtion .course,
.show .naviagtion .project{
  background-color: #000000;
  color: #EEE;
}
.show .naviagtion .menu:hover .partners{
  display: flex;
  top: 0;
  margin-left: 87px;
  width: 250px;
  font-family: "Young Serif";
  overflow-y: scroll;
}
.show .naviagtion .partners .partImgInfo img,
.show .naviagtion .partners .partImgInfo a{
  display: none;
}

.show .naviagtion .menu:hover .solution{
  display: flex;
  top: 0;
  margin-left: 95px;
  overflow-y: scroll;
  font-family: "Young Serif";
  width: 270px;
}
.show .naviagtion .solution .solImgInfo img,
.show .naviagtion .solution .solImgInfo a{
  display: none;
}

.show .naviagtion .menu:hover .course{
  display: flex;
  top: 0;
  margin-left: 95px;
  overflow-y: scroll;
  font-family: "Young Serif";
  width: 270px;
}
.show .naviagtion .course .corImgInfo img,
.show .naviagtion .course .corImgInfo a{
  display: none;
}

.show .naviagtion .menu:hover .project{
  display: flex;
  top: 0;
  margin-left: 110px;
  width: 270px;
  font-family: "Young Serif";
  overflow-y: scroll;
}
.show .naviagtion .project .proImgInfo img,
.show .naviagtion .project .proImgInfo a{
  display: none;
}
/*Course Part*/

.naviagtion .menu .course{
  position: absolute;
  top: 70px;
  left: 0;
  width: 1200px;
  height: 440px;
  background-color: #f5f6fa;
  padding: 10px;
  margin-left: -590px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  z-index: 1;
  border-radius: 0.5%;
  display: none;

}

/*.naviagtion  .course div li{
  width: 340px;
  padding-top: 15px;
  font-size: 12px;
  font-family: "Young Serif";
  padding: auto;
}
.naviagtion  .course div li a{
  padding: auto;
}
.naviagtion  .course > div{
  width: 670px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 102px;
  margin-top: 15px;
}

.naviagtion .course::before{
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f6fa;
  height: 0;
  width: 0;
  position: absolute;
  left: 795px;
  top: -6px;
}
.naviagtion .menu:hover .course{
  display: flex;
  top: 70px;
  font-size: 11px;
}
.course img{
  height: 300px;
  width: 450px;
  padding-top: 0;
  margin-left: 200px;
  margin-bottom: 10px;
  border-radius: 10%;
}
.course  div{
  margin-top: 15px;
}
.corImgInfo{
  color: #151515;
}
.corImgInfo p{
  line-height: 1.8;
  width: 400px;
  margin-left: 250px;
  padding-top: 5px;
  font-size: 11px;
  font-family: "Young Serif";
}
.corImgInfo .butt{
  margin-bottom: 20px;
  width: 200px;
  margin-left: 330px;
  height: 40px;
  font-family: "Young Serif";
}
.corImgInfo .butt:hover::after{
  content: " >";
}
.corImgInfo .butt:hover{
  background-color: #e1b12c;
  border-color: #e1b12c;
  border-bottom: 3px solid #18d26e;
  color: #FFFFFF;
}*/
/*Project Part*/

.naviagtion .menu .project{
  position: absolute;
  top: 70px;
  left: 0;
  width: 1200px;
  height: 440px;
  background-color: #f5f6fa;
  padding: 10px;
  margin-left: -680px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  z-index: 1;
  border-radius: 0.5%;
  display: none;
}

/*.naviagtion  .project > div{
  width: 670px; 
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  height: 88px;
}
.project img{
  height: 300px;
  width: 450px;
  padding-top: 0;
  margin-left: 200px;
  margin-bottom: 10px;
  border-radius: 10%;
}
.project  div{
  margin-top: 15px;
}
.proImgInfo{
  color: #151515;
}
/*.proImgInfo p{
  line-height: 1.8;
  width: 400px;
  margin-left: 250px;
  padding-top: 5px;
  font-size: 11px;
  font-family: "Young Serif";
}
.proImgInfo .butt{
  margin-bottom: 20px;
  width: 200px;
  margin-left: 330px;
  height: 40px;
  font-family: "Young Serif";
}
.proImgInfo .butt:hover::after{
  content: " >";
}
.proImgInfo .butt:hover{
  background-color: #e1b12c;
  border-color: #e1b12c;
  border-bottom: 3px solid #18d26e;
  color: #FFFFFF;
}
.naviagtion  .project div li{
  width: 340px;
  padding-top: 15px;
  font-size: 12px;
  font-family: "Young Serif";
  padding: auto;
}
.naviagtion  .project div li a{
  padding: auto;
}

/*.naviagtion .project::before{
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f6fa;
  height: 0;
  width: 0;
  position: absolute;
  left: 906px;
  top: -6px;
}
.naviagtion .menu:hover .project{
  display: flex;
  top: 70px;
}*/


/* End of Navigation Bar*/

/* Start of Certifications */
.crtani{
  text-align: center;
}
.certImg{
  width: 200px;
  height: 120px;
  border-radius: 10%;
  padding-left: 10px;
  
}
.certtit{
  font-size: 15px;
  margin-left: 22px;
  color: #000000;
  
}
/* End of Certifications */

/*--------------------------------------------------------------
# Start of Portfolio
--------------------------------------------------------------*/
.topProjects{
  margin-bottom: 25px;
}
.topProjects li{
  text-transform: capitalize !important;
  padding-left: 10px;
}
.topProjects li:hover{
  letter-spacing: 2px;
  padding-left: 10px;
  border-bottom: 2px solid #18d26e;
}
.swiper-images img{
  width: 100%;
  height: 300px;
}
.portfolio-item .project-link{
  margin-top: 20px !important;
  margin-bottom: 20px;
  text-align: center;
}
.portfolio-item .project-link a{
  color: #444444;
  text-decoration: none;
  padding: 8px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  font-family: "Young Serif";
  font-size: 14px;
  font-weight: 600;
}
.portfolio-item .project-link a:hover{
  letter-spacing: 1.5px;
  background-color: #ffc451;
  border: 1px solid #ffc451;
  border-bottom: 2px solid #18d26e;
}
.portfolio-info p{
  text-transform: capitalize !important;
}
.proImgs {
  height: 220px;
  width: 200px;
  border-radius: 10%;
}
.links{
color: #000000;
font-size: 30px;
text-align: center
}
.portfolio-info .links a i:hover{
cursor: pointer;
color: #0097e6;
}
.portinfo{
margin: auto;
text-align: center;
padding-right: 155px;
margin-top: 10px;
width: 380px;
}
.portinfo h4 a{
color: #0097e6 !important;
font-size: 15px;
text-decoration: none !important;
padding: 5px;
border-radius: 5%;
transition: all 0.3s ease-in-out;
text-transform: capitalize;
}
.portinfo h4 a:hover{
border-bottom: 3px solid #0097e6;
background-color: #ffc451 ;
letter-spacing: 2px;
color: #000000 !important;
}
.portinfo h4 a:hover:after{
content: "";
}
.projeButton h1 a{
background-color: #000000 !important;
width: 400px;
border-color: #FFFFFF;
font-weight: bold;
font-size: 15px;
color: #FFFFFF;
}
.projeButton{
text-align: center;
}
.projeButton h1 a:hover{
background-color: #ffc451 !important;
border-color:#ffc451 ;
letter-spacing: 2px;
color: #000000 !important;
border-bottom: 3px solid #18d26e;
}
.projeButton h1 a:hover::after{
content: "";
}
/*--------------------------------------------------------------
# End of Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start of Contact
--------------------------------------------------------------*/
.title .contact-title{
text-align: center;
width: 800px;
margin: auto;
margin-bottom: 15px;
font-family: "Young Serif";
letter-spacing: 1px;
}
.address{
margin-top: 15px;
}
.map iframe{
width: 100%;
height: 400px;
margin-top: -11px
}
.contact-form input:hover , textarea:hover{
border-color: #000000;
}
.butt button{
background-color: #000000;
width: 100%;
color: #EEE;
border-color: #000000;
font-weight: 700;
}
.butt {
  padding-bottom: 20px;
  margin: auto;
  
}
.butt button:hover{
color: #000000;
border-bottom: 4px solid #18d26e;
letter-spacing: 2px;
}
.butt button:hover::after{
  content: "";
}

.panel{
  border: 1px solid #EEE;
  margin-bottom: 15px;
}

.map {
  min-width: 300px;
  min-height: 300px;
  width: 100%;
  height: 100%;
}

.header {
  background-color: #F5F5F5;
  color: #36A0FF;
  height: 70px;
  font-size: 27px;
  padding: 10px;
}
.title{
  border: 1px solid #EEE;

}
.title h2{
  color: #36A0FF;
  margin-top: 0;
}
/*End of Contact*/

/*Start of Team Section*/
.forecaster-header{
margin-bottom: 20px;
margin-top: 20px;

}
.item h3{
padding-bottom: 15px;


}
.item h3 a{
text-decoration: none !important;
padding: 10px;
border-radius: 2%;
}
.item h3 a:hover{
border-color:#e1b12c ;
letter-spacing: 2px;
color: blue!important;
border-bottom: 4px solid #18d26e;
}
.item h3 a:hover::after{
content: "";
}
.item h4{
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 2px dashed #000000;
width: 400px;
}
.item p{
padding-top: 15px;
padding-bottom: 15px;

}
.item > a{
color: #FFFFFF;
background: #000000;
border-color: #000000;
width: 250px;
text-transform: capitalize;
}
.item > a:hover{
background-color: #e1b12c !important;
border-color:#e1b12c ;
letter-spacing: 2px;
color: #000000 !important;
border-bottom: 3px solid #18d26e;
font-weight: bold;
}
.item > a:hover::after{
content: "";
}