@import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans';

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

/* .nav li .payment-button{
  border: none;
  margin-top: 8px;
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
  border-radius: 15px;
  color: #fff;
  background: #fdaa4a;
  text-align: center;
}
.nav li .payment-button:hover{
  background: linear-gradient(45deg, #06463E 0% , #1dc8cd 100%);  
} */
/* 
.nav li .payment-button {
  border: none;
  margin-top: -8px !important;
  font-size: 16px;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 15px 0 !important;
  color: #06463E !important ;
  background: #eb8108;
  text-align: center;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35); 
}
.nav li .payment-button:hover{
  background-color: #06463E;
  color: #fff !important;
  border-radius: 0 15px !important;
} */




.homebackground {
  background-image: url("media/hi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden !important;

}



.homepage {
  
  /* display: flex;
  flex-direction: column; */
  padding-top: 50px;
}


.homepage .contents {
  color: #fff;
  font-weight: 700;
  font-size: medium;
  text-shadow: 2px 2px 2px #06463E;
  font-family: cursive;
}

.homepage .heading {
  color: #06463E;
  text-shadow: 2px 2px 2px #e5e9e9, 3px 3px 3px #e5e9e9;
  font-weight: 700;
  font-size: 28px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.container{
  margin-left: 5px;
  margin-right: 5px;
}



/* form details */

.section .row .form-md-6 {
  padding-right: 20px;
  text-align: justify;
}

.section-form {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.inner-section{
  display: grid;
  column-gap: 20px;
  grid-template-columns:repeat(2,1fr);
}
.left{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 12x;
  
}

/* .section .row-form .col-md-form{
  background-color: #064635;
  padding-bottom: 40px;
} */

.primary-heading {
  text-align: center;
  font-size: 40px;
  color: #06463E !important;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.services-section {
  margin-left: 50px;
  background-color: #06463e;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.services-section label{
  color: #fff !important;
}

datalist {
  position: absolute;
  background-color: white;
  border-radius: 0 0 10px 10px;
  border-top: none;
  font-family: sans-serif;
  width: inhe;
  padding: 5px;
  max-height: 20rem;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

option {
  background-color: #E5E9E9;
  padding: 2px;
  color: #000;
  margin-bottom: 1px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

option:hover,  .active{
  background-color: lightblue;
}

.services-section button{
  text-align: center;
  margin-left: 32%;
  margin-bottom: 20px;
  width: 30%;
  background-color: #e8741f;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
  font-size: 12px;
}

.box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  flex-wrap: wrap;
}

.item {
  width: 316px;
  height: 265px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e5e9e9;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

#img1 {
  height: 73px;
  width: 104px;
}

#img2 {
  height: 54px;
  width: 69px;
}

#img3 {
  height: 56px;
  width: 68px;
}

.secondary-headings {
  text-decoration: none;
  color: black;
  font-size: 30px;
}

.box a:hover {
  text-decoration: none;
}

#diff {
  cursor: pointer;
}

.item {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: #06463E;
  outline-offset: 0px;
  text-shadow: none;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.item:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px#06463E, 0 0 20px #06463E;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #06463E;
}

.jour {
  display: block;
  height: 35px;
  width: 230px;
  margin: 5px auto;
  border: 1px solid black;
  background-color: #064635;
  color: white;
  font-size: 1.7rem;
  border-radius: 9px;
  padding: 5px;

}

.jour:hover {
  color: black;
}

#internal-journals-box {
  display: none;
}

input[type=text],
input[type=date],
select,
textarea {
  width: 90%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
  font-size: 14px;
}

button,
input,
select,
textarea {
  font-size: 14px !important;
  color: #06463E !important;
}

label {
  padding: 12px 12px 0;
  display: inline-block;
}

.section-form .row-form input[type=submit] {
  background-color: #06463E;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 15px 0;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35);
}

.section-form .row-form input[type=reset] {
  background-color: #06463E;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 15px 0;
  cursor: pointer;
  /* float: right; */
  margin-top: 10px;
  margin-right: 25px;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35);
}

.section .row-form {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  position: relative;
}

.section-form .row-form input[type=submit]:hover {
  background: #eb8108;
  color: #06463E !important;
  border-radius: 0 15px !important;
  font-weight: 600;
}

.section-form .row-form input[type=reset]:hover {
  background: #eb8108;
  color: #06463E !important;
  border-radius: 0 15px;
  font-weight: 600;
}

.container-form {
  border-radius: 5px;
  background-color: #e5e9e9;
  color: #06463E;
  padding: 40px;
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35)
}

.container-form input {
  color: #064635;
  font-weight: 500;
}

.container-form select {
  color: #06463E;
  font-weight: 500;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  font-size: 14px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}


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




/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

  .col-25,
  .col-75,
  input[type=submit] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .col-25,
  .col-75,
  input[type=reset] {
    width: 100%;
    margin: auto;
  }

  /* .container .col-md-form{
    background-color: #064635;
  } */
}




/* about page */

.section {
  margin-top: 50px;

}


.section .row {
  margin-top: 10px;
  margin-bottom: 30px;
}

.section .row .col-md-6 {
  padding-right: 20px;
  text-align: justify;
}

.section img {
  width: 100%;
}

.section .row .topResearch {
  text-align: center;
  /* padding-top: 10px; */
  color: #06463E;
  font-size: larger;
  font-weight: 700;
}

.section .whoweare {
  background-color: #06463E;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35);
}

.section .whoweare .whoweare-pro {
  font-size: large;
}

.section .whoweare p {
  color: #fff;
}

/* .section .whoweare:hover{
  background: #e5e9e9;  
} */


.section .whoweare-icon {
  color: #06463E;
  font-size: larger;
  font-weight: 600;
}

.section .whoweare-icon .fas {
  font-size: larger;
}




/* Our Distinctive Features */
#distinctive-background {
  background-image: url("media/30.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 30px;
}

.container .ourDistinctive {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 50px;
  background: #e5e9e9;
  color: #06463E;
  padding: 15px 0;
  border-radius: 15px;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35);
}

.container .panel .panel-heading {
  background: #e5e9e9;
  color: #06463E;
  text-align: center;
  font-size: 18px;
  font-weight: 500
}

.container .panel-primary {
  border-color: none;
}

.container .panel-danger {
  border-color: #064635;
}

.container .panel-success {
  border-color: #064635;
}

.container .panel:hover {
  transform: scale(1.1);
}




/* More Features Section
--------------------------------*/

#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .col-ld-6:hover {
  transform: scale(1.1);
}

#more-features .box:hover {
  transform: scale(1.05);
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#more-features .icon {
  float: left;
}

#more-features .gy-4 .icon i {
  color: #06463E;
  font-size: 80px;
  transition: 0.5s;
  /* line-height: 0; */
}

#more-features .section-description {
  text-align: center;
  padding-bottom: 50px;
}

section .service-title {
  text-align: center;
  font-size: 35px;
  color: #06463E !important;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#more-features .icon i:before {
  background: #06463E;
  background: linear-gradient(45deg, #1dc8cd 0%, #06463E 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}


@media (max-width: 767px) {
  .item>.img {
    height: 44px;
    width: 53px;
  }


  .item {
    width: 255px;
    height: 230px;
  }

  .jour {
    height: 25px;
    width: 206px;
    font-size: 1.3rem;
    padding: 3px;
  }

  .primary-heading {
    font-size: 35px;
  }

  .secondary-headings {
    font-size: 2.4rem;
  }

  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1200px){
  .homebackground{
    background-origin: content-box, padding-box;
    padding-top: 50px;
  }
  .homepage {
  
    /* display: flex;
    flex-direction: column; */
    padding-top: 20px;
  }
}


@media screen and (max-width: 1000px){
  .homebackground{
    background: #C6894F;
    
  }

  .homepage{
    background-image: url("media/bannerImg.jpg");
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 90px;
  }

  .inner-section{
    display: block;
  }

  /* .inner-section .left{
    display: block;
  } */

  .inner-section .right{
    width: 100%;
    margin-top: 250px;
  }

  .inner-section .primary-heading{
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }

  .inner-section .services-section{
    width: 500px;
    border-radius: 20px;
    padding-left: 30px;
    margin: auto;
  }
}

@media screen and (max-width: 768px){
  .homebackground{
    padding-top: 0;
  }

  .homepage{
    background-position: 0 50px;
  }
}

@media screen and (max-width: 528px){
  .inner-section .services-section{
    margin-right: 20px !important;
    width: 100%;
  }
}



/*--------------------*/
/* SERVICE */
/*--------------------*/


/* #mu-service {
	display: inline;
	float: left;
	width: 100%;
}

.mu-service-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-service-header {
	display: inline;
	float: left;
	text-align: center;

	width: 100%;
}

.mu-heading-title {
	color: #06463E;
	margin-bottom: 17px;
  font-weight: 700;
	position: relative;
}

.mu-service-content{
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-service-content-single {
  background-color: #e5e9e9;
  display: inline;
  float: left;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px 10px;
  width: 100%;
  border-radius: 15px;
}

.mu-service-icon-box {
	font-size: 50px;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	line-height: 75px;
}

.mu-service-content-single h4{
	margin-bottom: 20px;
	font-size: 20px;
}

.mu-service-content-single p {
	font-size: 14px;
	margin-bottom: 0;
	color: #555;
	letter-spacing: 0.5px;
}

.mu-service-area .mu-service-content .fa{
  color: #06463E;
}

.mu-service-area .mu-service-content .fas{
  color: #06463E;
}


.mu-service-area .mu-service-content .fas:hover{
  color: #cf9439;
  transform: scale(1.3);
}
.mu-service-area .mu-service-content .fa:hover{
  color: #cf9439;
  transform: scale(1.3);
}



.mu-service-content-single:hover{
  background: #e5e9e9;
 
} */




/* Thesis Services */
/* #services-background{
  background: #e5e9e9;
  padding-top:50px;
}
.container .row .col-xs-6 .thesis-Service{
  background: #e5e9e9;
  color: #06463E;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35) ;
}

.container .row .col-xs-6 .thesis-para{
  text-align: justify;
  color: black;
  font-weight: 400;
}  */

/* Float four columns side by side */
.column-thesis {
  float: left;
  width: 50%;
  padding: 10px;
}

.column-thesis .card p {
  text-align: justify;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0 -5px;
}

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

.thesis-header {
  margin-bottom: 50px;
}

/*  Background Image */

hr.type_2 {
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: darkslategray;
}

.thesis-header h2 {
  text-align: center;
  font-weight: 700;
  color: #06463E;
  text-transform: uppercase;
  padding-top: 30px;
}

.thesis-header p {
  text-align: center;
  color: #06463E;
  font-size: medium;
  font-weight: 500;
}

.thesis-services-mode {
  margin: 0 5%;
}

#thesis-background {
  background-image: url("media/2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Responsive columns */
@media screen and (min-width: 1100px) {
  .column-thesis {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .column-thesis {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .column-thesis {
    width: 100%;
    display: block;
    margin-bottom: 20px;

  }
}



/* Style the counter cards */
.card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35);
  padding: 16px;
  text-align: center;
  background-color: #e5e9e9;
  border-radius: 10px 0;
}

.column-thesis .card h3 {
  font-weight: 700;
  color: #06463E;
}



/* 
.container .col-thesis-services{
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35) ;
  margin-bottom: 30px;
}
@media (min-width: 992px){
.col-thesis-services {
    width: 48% !important;
}
}
@media (max-width: 600px){
.col-thesis-services {
    width: 100% !important;
}
} */


/*--blog ---*/

.column {
  padding: 10px;
  margin: auto;
  background-color: #E5E9E9;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%), 0 0px 5px 0 rgb(0 0 0 / 20%);
}

@media (max-width:900px) {
  .column {
    width: 100%;
  }
}

/* Clearfix (clear floats) */
#blog-background {
  padding-top: 25px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  margin-right: 0 !important;

}

.blog-header h2 {
  font-weight: 700;
  color: #06463E;
}

.blog-header h2,
p {
  text-align: center;
}

.blog-main-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-inline: 10%;
  gap: 40px;
}

/* .blog-main-content .column a{
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.blog-main-content .column a:hover{
  color: #06463E;
  font-weight: 600;
} */

.blog-main-content .column button.readMore-button {
  background-color: #cc7434;
  outline: none;
  border: none;
  font-size: 17px;
  padding: 5px 15px;
  border-radius: 5px;
  /* box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35); */
  color: #fff !important;
  font-weight: 600;
}

.blog-main-content .column button.readMore-button:hover {
  /* background-color: #cf9439;
  color: #06463E !important; */
  background-color: #e28039;
  font-weight: 600;
}



.row .column .blog-title {
  text-align: justify;
  text-transform: capitalize;
  font-size: 19px;
}

.row .column .blog-para {
  text-align: justify;
}




/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

#counts .col-lg-3 .purecounter {
  font-size: 35px;
  font-weight: 700;
  color: #06463E;

}

.counts {
  background-image: url("media/24.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 60px;
  margin-top: 50px;
}

.counts .choose-title {
  font-size: 19px;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #06463E;
}

.counts .count-box {
  padding: 54px 34px 38px 34px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.4), 0 6px 20px 0 rgb(0, 0, 0, 0.35);
  border-radius: 15px;
}

.counts .count-box i {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: linear-gradient(45deg, #1dc8cd 0%, #06463E 100%);
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 37px;
}

/* .counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
} */
/* .counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
} */
.counts .whychoose-title h2 {
  position: relative;
  top: -70px;
  padding-top: 20px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #06463E;
}


/* what our customer says */
#client-background {
  background-image: url("media/23.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1px;
  margin-bottom: 5%;
  margin-top: 5%;

}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #cf9439;
}

.carousel-indicators li {
  border-color: #cf9439;
}

.carousel-indicators li.active {
  background-color: #cf9439;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  /* margin: 6% 0; */
  color: #06463E;
}

/* .carousel-caption{
  width: 100%;
} */

.item.active{
  width: 97%;
}

.item span {
  font-style: normal;
}

.client-Review-head {
  padding: 15px 0px;
  margin-top: 3%;
  margin-right: 9%;
  margin-left: 9%;
  border-radius: 15px;
}

.client-Review-head .client-Head {
  color: #06463E;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}

/* .carousel-inner .item h4 {
  padding-left: 9%;
  padding-right: 9%;
} */