
@import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans';
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}



  /* dissertation part css */

  .dissertation .dissertation-pro-main{
    background: #06463E;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
}
.dissertation-pro-main h1{
    font-weight: 700 !important;
    color: #fff;
    padding-bottom: 20px;
}
.dissertation h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.dissertation-pro{
  border-radius: 15px;
  background-color: #06463E;
  margin: 0 8%;
}

.dissertation-pro h2{
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

.dissertation-pro1{
  line-height: 30px;
  padding: 0 8%;
  text-align: justify;
}

.dissertation{
  padding-top: 6%;
}






/*--- SubPages ---*/

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  text-align: center;
}

.row {
    margin-right: 0 !important; 
    margin-left: 0 !important;
}

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

.dissertation .column a{
  list-style: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}
.dissertation .column a p:hover{
  transform: scale(1.1);
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 600px) {
  .column{
    width:100%;
    }
}

  

.botton-style{
  background-color: #fda83f;
  color: #06463E;
  padding: 10px;
  font-size: medium;
  border-radius: 10px;
  margin: 0 8%;
  border: none;
  font-weight: 700;
}

.botton-style:hover{
  background-color: crimson;
  border-radius: 0;
  color: #fff;
}



  /* Faq css Coding */

 .container .panel{
     margin-bottom: 15px !important;
 }
 .accordion-section .panel-default > .panel-heading {
     border: 0;
     background: #e5e9e9;
     padding: 10px 35px;
 }
 .accordion-section .panel-default .panel-title a {
     display: block;
     font-style: italic;
     font-size: 1.5rem;
 }
 .accordion-section .panel-default .panel-title a:after {
     font-family: 'FontAwesome';
     font-style: normal;
     font-size: 3rem;
     content: "\f106";
     color: #06463E;
     float: right;
     margin-top: -12px;
 }
 .accordion-section .panel-default .panel-title a.collapsed:after {
     content: "\f107";
 }
 .accordion-section .panel-default .panel-body {
     font-size: 1.2rem;
     padding: 25px;
     color: black;
     line-height: 25px;
     font-size: 14px;
 }
 .accordion-section .panel-default{
     background: #fff;
 }
 .accordion-section .panel-default p {
     font-size: 13px;
     padding: 20px;
     text-align: justify;
     color: black;
 }
 .accordion-section .panel-default .panel-heading:hover{
     background: #06463E;
     color: #FFCC00;
     font-weight: 500
 }
 
 
 