body {
	margin: 0;
    padding: 0;
    font-family: 'times';
	overflow-x: hidden;
	color: #e9682e;
	text-align: left;
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

input:-internal-autofill-selected {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color:#e9682e !important;
}

.section-heading h2 {
	margin-top: 0px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

h3 {
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
}

.page-direction-button a {
	display: inline-block;
	line-height: 60px;
	width: 270px;
	height: 60px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #e9682e;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0px;
}



.primary-button a {
	text-decoration: none;
	margin: auto;
	margin-top: 15px;
	width: auto;
	padding: 0px 18px;
	height: 36px;
	background-color: #e9682e;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}

.owl-pagination {
  margin-top: -95px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  right: 0px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.25);
  height: 80px;
  line-height: 80px;
  padding: 0px 15px;
}

.owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #e9682e;
}

.promo{
    background-color: #e9682e;
    width: 100%;
    z-index: 1100;
}

.promo p{
    color: white;
    text-align: center;
    display:inline-block;
    margin: auto;
    margin-left:40%;
}
.promo .promo-close{
    text-align: right;
    color: white;
    font-size: 30px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    margin: 0;
    top:0px;
    right:10px;
}
@media (max-width: 600px) {
    .promo p{
        margin-left: 0%;
    }
}

.banner {
	background-image: url(../img/6.jpg);
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 0px;
}
.banner h1 , .banner h3{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	text-align: center;
	color: #e9682e;
	margin-bottom: 20px;
	padding: 0%;
}

.banner .social-links {
  list-style: none;
  margin-top: 0px;
  padding-right: 100px;
}

.banner .social-links li {
  display: block;
  text-align: center;
  margin: 10px 0px;
  transition: all 0.5s;
}

.banner .social-links a {
  display:block;
  transition: all 0.5s;
  text-align: left;
  text-decoration:none;b
  text-transform:uppercase;
  letter-spacing: 0.5px;
  color:#fff;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  background-color: rgba(250, 250, 250, 0.1);
}

.banner .social-links a em {
	font-style: normal;
	font-weight: 700;
}

.banner .social-links li:hover {
  background-color: rgba(255, 225, 101, 0.5);
}

.banner .social-links li:hover i {
  background-color: rgba(255, 225, 101, 0.3);
}


.banner .left-side {
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	margin-left: -100vh;
	padding-left: 100vh;
}

.banner .page-direction-button {
	margin-top: 120px;
}


.banner .logo img {
	padding-top: 60px;
	max-width: 100%;
}

.banner .tabs-content {
	margin-top: 120px;
}

.right{
	float:right;
	/* margin-left:400px; */
}
.msg{
	font-size:15px;
	float: right;
	color: red;
	animation: blinker 1s linear infinite;
}
  
  @keyframes blinker {  
	50% { opacity: 0; }
  }
.fa{
	cursor: pointer;
}
.banner.text-on-img {
	background-color: rgb(153, 153, 153, 0.6);
	position: absolute;
	bottom: 200px;
	left: 40%;
	top: 50%;
	color: #fff;
	text-align: left;
}
.bannertext p{
	background-color: rgb(255, 255, 255, 0.8);
	color: #191164;
	padding: 10px;
	text-align:justify;
	text-align-last: center;
	font-size: 20px;
}
.bannertext {
    margin-top: 200px;
  	margin-bottom: 0px;
  	margin-left:50px;
  	position: relative;
}
.bannertext h1{
    font-weight:600;
	color: #e9682e;
	font-size: 60px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-transform: none;
	text-align: center;
}

.banner .submit-form {
	text-align: left;
	margin: 100px 0 0 auto;
	width: 350px;
	background-color: #191164;
	padding: 20px;
	box-shadow: 0 0 10px rgb(102, 101, 101);
}
.banner .submit-form select  , .banner .submit-form input, .banner .submit-form textarea {
	background-color: #e7e7e7;
	border: none;
	font-size: 16px;
	color: #e9682e;
}
.banner .submit-form label{
	font-size: 12px;
}
.banner .submit-form button {
	margin: 20px 20%;
	width: 60%;
	height: 40px;
	background-color: #e9682e;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}
.banner .submit-form label {
    font-size:20px; 
    font-weight:200; 
    text-transform:none; 
    color:white;
}
@media (max-width: 600px) {
	.banner .submit-form {
	    width:300px;
		margin-left: 0;
		margin-top: 50px;
		float: left;
	}
	.banner .submit-form label {
	    font-size: 18px;
	}
	.text-on-img {
		height: 170px;
		top: 300px;
		left: 50%;
		padding: 20px;
	}
	.bannertext{
	    margin-top: 70px;
	    margin-left: 0;
	}
		.bannertext h1{
	    font-size:30px;
	}
}

.submit-form h4 {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #dbdada;
}

.submit-form h4 em {
	font-style: normal;
}

.submit-form label {
	margin-top: 8px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #e9682e;
}

.submit-form select  , .submit-form input, .submit-form textarea {
	margin-bottom: 10px;
	width: 100%;
	height: 45px;
	border: none;
	font-size: 14px;
	outline: none;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #67619c;
}
::placeholder { 
	color: #e9682e;
	opacity: 1; 
  }
.banner .tabs-content h4 {
	margin-top: 0px;
	margin-bottom: 40px;
	color: #fff;
	font-weight: 700;
}


.service-form .submit-form{
    text-align: left;
    margin: auto;
    margin-left: 100px;
    width: 300px;
    background-color: #191164;
    padding: 20px;
    font-size: 16px;
    box-shadow: 0 0 10px rgb(102, 101, 101);
}
@media (max-width: 600px) {
    .service-form .submit-form{
        text-align: left;
        margin: auto;
        margin-left: 0px;
    }
}
.service-form .submit-form select  , .service-form .submit-form input, .service-form .submit-form textarea {
	background-color: #e7e7e7;
	border: none;
	font-size: 16px;
	color: #e9682e;
} 
 .service-form .submit-form button {
	margin: 20px 20%;
	width: 60%;
	height: 40px;
	background-color: #e9682e;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
} 
.service-form .submit-form label {
    font-size:20px; 
    font-weight:200; 
    text-transform:none; 
    color:white;
}

.service-form h1 , .service-form h3{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	text-align: center;
	color: #e9682e;
	margin-bottom: 20px;
	padding: 0%;
}
  .close-x {
	font-family: oswald;
	font-size: 2.2em;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: normal;
}
  .popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 800px;
	height: 100vh;
	z-index: 100;
	padding: 10%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.popup-msg {
	width: 40%;
	min-width: 400px;
	margin: auto;
	position: relative;
	z-index: 200;
	text-align: center;
	transition: all .5s;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.popup-msg .header{
	background-color:#191164; 
	height:50px;
	width:100%;
}
.popup-msg .text-on-img {
	position: absolute;
	bottom: 200px;
	margin: auto;
	top: 30%;
	color: #fff;
	text-align: left;
}
.close-x {
	position: absolute;
	top: 8px;
	right: 12px;
	margin: auto;
	font-size: 20px;
	cursor: pointer;
	background-color: rgba(0,0,0,.1);
	padding: 3px;
}

.popup-msg h2 {
	font-family: oswald;
}

a.give-button {
	padding: 12px 1em;
	background-color: #58a2d3;
	color: #fff;
	border-radius: 100px;
	margin: 1em auto;
	display: block;
	max-width: 200px;
	text-align: center;
	text-decoration: none;
	font-size: 1.6em;
	font-family: 'Open Sans', arial, sans-serif;
}

.popup-bg {
	display: none;
}

.service-description{
    margin-top: 50px;
}
.service-description p{
    text-align: justify;
    color: #191164;
    font-family: "Montserrat","Work Sans",sans-serif;
    font-size: 14px;
}
hr {
  display: block;
  margin: 2px auto;
  text-align: left;
  border-width: 1px;
  border-color: #e9682e;
}

.result{
	padding: 10px;
	height: 150px;
	width:80%;
	margin: auto;
	margin-bottom: 50px;
	border: 1px solid grey;
	box-shadow: 10px 10px 5px lightgrey; 
	background-size:cover;
	background-color: rgb(255, 255, 255);
	object-fit: contain;
	color: #191164;
	margin: 30px;
	text-align: left;
	font-family: "Montserrat","Work Sans",sans-serif;
}
@media (max-width: 600px) {
	.result{
		width: 90%;
	}
}

input::-webkit-inner-spin-button {
    opacity: 1
}

.submit-form .radio-select {
	margin-top: 20px;
}

.submit-form button {
	margin: 20px 50%;
	width: 50%;
	height: 40px;
	background-color: #e9682e;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}


#essay {
	margin-top: 100px;
}

.essay-content {

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

#essay .tabs {
  list-style: none;
  margin-top: 0px;
  padding: 0px;
}

#essay .tabs li {
  display: inline-block;
  text-align: center;
  width: 33%;
}
#essay .tabs ul {
	width: 100%;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
  }


#essay .tabs a {
  display:block;
  transition: all 0.5s;
  text-align: left;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing: 0.5px;
  color:#e9682e;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-left: 0px;
  text-align: center;
  margin-left: 0%;
}

#essay .tabs a em {
	font-style: normal;
	font-weight: 700;
}

#essay .tabs .active {
  background-color: #e9682e;
  color: #fff;
}

#essay .essay-item {
	padding: 40px 30px 30px 30px;
	text-align: center;
	display: block;
	background-color: #a6bfcf;
}

.essaygroup {
	padding: 80px 30px;
}

.essay-item h6 {
	font-size: 18px;
	font-weight: 900;
	color: #e9682e;
	margin-bottom: 40px;
	margin-top: 0px;
}

.essay-item .essay-icon {
	display: inline-block;
	margin-bottom: 40px;	
}

.essay-item span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.essay-item ul {
	background-color: rgba(255, 255, 255, 0.75);
	margin-top: 40px;
}

.essay-item ul li {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #121212;
}

.essay-item ul li span {
	margin-top: 15px;
	font-size: 12px;
	color: #121212;
	background-color: rgba(0, 0, 0, 0.05);
}

.services {
	margin-top: 50px;
}

.services .service-item {
	color: #fff;
	padding: 40px 20px 20px 20px;
	text-align: center;
	transition: all 0.5s;
}

.service-item h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.service-item .service-icon {
	margin: 0 auto;
	background-repeat: no-repeat;
	display: inline-block;
	width: 64px;
	height: 64px;
	text-align: center;
	font-size: 60px;
}

.service-item .service-icon i {
	font-size: 70px;
	font-weight: 100;
}
.first-service{
	background-color: #f09321;
}
.second-service{
	background-color: #e9682e;
}
.third-service{
	background-color: #191164;
}
.fourth-service{
	background-color: #4b3dc9;
}

.first-service .service-icon {
	background-image: url(../img/service-icon-01.png);
	transition: all 0.5s;
}

.second-service .service-icon {
	background-image: url(../img/service-icon-02.png);
	transition: all 0.5s;
}

.third-service .service-icon {
	background-image: url(../img/service-icon-03.png);
	transition: all 0.5s;
}

.fourth-service .service-icon {
	background-image: url(../img/service-icon-04.4.png);
	transition: all 0.5s;
}

#sec1{
	margin-top: 0%;
	margin: auto;
	width: 100%;
	height: 500px;
	padding: 15px;
	background-size:cover;
	object-fit: contain;
	color: #fff;
	text-align: center;
	background-color: #191164;
	font-family: "Montserrat","Work Sans",sans-serif;
}

#sec1 h1{
	margin: 40px;
}
#sec1 i{

	font-size: 50px;
}
.service{
	padding: 40px;
}

.count{
	margin-top: 50px;
}

.statcol{
	margin: 10px;
	padding: 20px 0px;
	width: 23%;
	display: inline-block;
	color: #fff;
	
}
@media (max-width: 400px) {
    .statcol{
		margin: 10px;
		width: 30%;
		display: inline;
		padding: 10px 0;
		height: 600px;
	}
}

@media (max-width: 600px) {

	.statcol{
		margin: 5px;
		width: 20%;
		display: inline;
	}	
	.service{
		padding: 10px;
	}
	#sec1{
		height: 600px;
	}
	#sec1 i{
		font-size: 30px;
	}
	#sec1 h2{
		font-size: 20px;
	}
	#sec1 h1{
		padding: 0px;
		margin: 0px;
	}
	
}	
#sec4 {
	position: relative;
	border: 4px solid #191164;
	border-radius: 10px;
	font-size: 30px;
	width: 20%;
	height: 200px;
	margin: 20px;
	padding: 50px;
}


#sec2{
	padding: 10px;
	margin-top: 50px;
	background-size:cover;
	object-fit: contain;
	color: #191164;
	text-align: center;
	font-family: "Montserrat","Work Sans",sans-serif;
}
#sec2 img{
	margin-right: 50px;
}

#sec2 p{
	margin: auto;
	text-align: justify;
	text-align-last: center;
}
.title {
	color: grey;
	font-size: 18px;
  }
  
#reasons{
	object-fit: fill;
	padding: 10px;
	width: 100%;
	height: 250px;
	border: 1px solid grey;
	box-shadow: 10px 10px 5px lightgrey; 
	background-size:cover;
	background-color: rgb(255, 255, 255);
	object-fit: contain;
	color: #191164;
	margin: 30px;
	text-align: justify;
	text-align-last: center;
	font-family: "Montserrat","Work Sans",sans-serif;
} 
#reasons h4{
	text-align: center;
	font-size: 22px;
}
#reasons p{
	text-align: left;
}
@media (max-width: 600px) {
    #sec2 img{
	margin-right: 0px;
	width: 80%;
	height: 80%;
    }
    #reasons{
        height: 100%;
        margin: 5px;
        padding: 5px;
        width: 100%;
        text-align: justify;
    }
    #reasons h4{
         text-align: left;
    }

}

#reasons i{
	font-size: 40px;
}

#reason h1{
    text-align: center; 
    color:#191164; 
    margin:30px auto;
}
#testimonials{
	padding: 30px;
	background-size:cover;
	object-fit: contain;
	color: #191164;
	text-align: center;
	background-color: rgb(231, 231, 231);
 }
@media (max-width: 600px) {
    #testimonials{
        margin: auto 0;
        padding: 5px;
        left: 5px;
     }
    #reason h1{
        text-align: left; 
        color:#191164; 
        margin: auto 0;
        font-size: 30px;
    }
    .card {
        margin-left: 0px;
    }
 }
#testimonials h1{
	margin-bottom: 50px;
}
#testimonials i{
	color: yellow;
	font-size: 18px;
}
.card {
	border: 5px solid #e9682e;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 300px;
	height: 300px;
	margin-left: 50px;
	font-family: arial;
	padding: 15px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	position: relative;

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

#most-visited {
	margin-top: 100px;
	margin-bottom: 100px;
}
p{
	font-size: 13px;
	line-height: 24px;
}
.text1{
	padding: 10px;
	height:150px;
	text-align: justify;
	text-align-last: center;
	background-color: rgb(211, 209, 209);
}
.visited-item {
	box-shadow: 0px 5px 20px #ddd;
	background-color: #191164;
	margin-bottom: 30px;
	text-align: center; 
}
.visited-item h4{
	padding: 20px;
}

.visited-item .text-content {
	padding: 8px;
	
}



.visited-item h4 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.visited-item span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

#owl-mostvisited .owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 9999;
  background-color: transparent;
  height: 0px;
  line-height: 0px;
  padding: 0px;
}

#owl-mostvisited .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #808080;
}

#owl-mostvisited .owl-controls .owl-page.active span,
#owl-mostvisited .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  display: inline-block;
  background: #e9682e;
}


footer {
	background-color: #191164;
	padding: 60px 0px 0px;
	width: 100%;
	font-family: "Poppins", sans-serif;
}
.footer-base{
	padding: 10px;
	text-align:center; 
	background-color: #0f0a36;
}
footer .primary-button {
    margin-left: 40%;
	margin-bottom: 40px;
}

footer .footerlinks a:before{
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 10px;
}
footer .footerlinks h4{
    margin-top:30px;
}

footer .social-icons {
	padding: 0;
	text-align: right;
	list-style: none;
}
footer .social-icons ul {
	width: 100px;
}
footer .social-icons li {
	display: inline-block;
	margin: 15px 3px;
	color: #fff;
}
footer .social-icons li img {
	height: 40px;
	width: 40px;
}
footer a{
	text-align: left;
	color: #c9d6e6;
	display: block;
	display: table;
}

footer .social-icons li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background-color: #e9682e;
	transition: all 0.5s;
}
@media (max-width: 600px) {
	footer .social-icons li{
		padding: 0px;
	}
	footer .social-icons li a {
		line-height: 40px;
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}
	
footer .social-icons li a:hover {
	background-color: #a34418;
	color: #fff;
}

footer p {
	color: #c9d6e6;
	font-size: 16px;
	margin: 0px;
}
footer h3{
	color: #e9682e;
	text-transform: none;
	text-align: left;
	font-size: 26px;
	font-weight: 500;
	padding: 0%;
    margin-top: 30px;
	margin-bottom: 10px;
}
footer p em {
	font-style: normal;
	font-weight: 700;
	color: #e9682e;
}

footer h2{
	border-bottom: 2px solid #c0baba;
	width: 150px;
	padding: 0 100px 10px 0;
	color: #e9682e;
}
footer h4{
	color: #c0baba;
}
.abtimg img{
	width: 100%;
}



.page-heading {
	background-image: url(../img/img12.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;
}

.page-heading .logo {
	padding: 60px 0px;
	text-align: left;
}

.page-heading .page-direction-button {
	text-align: right;
	margin-top: 110px;
}


.contact-us h2 {
	margin: 0;
	color: #191164;
	font-size: 22px;
	text-align: center;
}

.contact-us p {
	font-size: 16px;
	color: #191164;
	text-align: justify;
	margin-bottom: 10px;
}

.contact-us h3 {
	font-size: 22px;
	color: #191164;
	padding: 0px 20%;
	text-align: justify;
	text-transform: none;
	text-align-last: center;
	margin-bottom: 0px;
}
.contact-us h1 {
	color: #191164;
}


.contact-us img {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.contact-us h6 {
	margin-bottom: 15px;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #121212;
}

.order{
    margin-top:10px;
    background-color: #e9682e;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-decoration: blink;
    border-radius: 5px;
}

.contact-form {
	
	background-image: url(../img/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding: 50px 0px;
}
.contact-icons i {
    color: #191164;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.contact-icons {
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px #909190; 
	border: #c4c4c4 2px solid;
    border-radius: 10px;
    font-size: 20px;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}


#contact-links {
    color: #191164;
    margin-top: 30px;
    text-align: left;
}
#contact-links h1{
    font-size: 24px;
}
#contact-links h4{
    font-size: 20px;
    margin: 30px 0 0;
    text-decoration: underline;
}
.contact-form h2 {
	color: #fff;
}

.contact-form input {
	font-size: 13px;
	margin-bottom: 30px;
	width: 50%;
	height: 36px;
	padding-left: 15px;
	background-color: #fff;
	color: #4a4a4a;
	outline: none;
	border-radius: 0px;
}

.contact-form textarea {
	font-size: 13px;
	margin-bottom: 30px;
	width: 100%;
	height: 160px;
	max-height: 250px;
	padding-left: 15px;
	background-color: #fff;
	color: #4a4a4a;
	outline: none;
	border-radius: 0px;
}

.contact-form button {
	outline: none;
	width: 190px;
	height: 36px;
	background-color: #e9682e;
	font-size: 13px;
	color: #121212;
	font-weight: 600;
	border-radius: 0px;
}


.map {
	background-color: #f4f4f4;
	padding: 100px 0px;
}




@media (max-width: 991px) {
    .banner {
        height:1000px;
        margin-bottom: 50px;
    }
	.banner .left-side {
		text-align: center;
		overflow: hidden;
		padding-left: 0vh;
		margin-left: -50vh;
		margin-right: -50vh;
		padding-right: 50vh;
		padding-left: 50vh;
	}

	.banner .social-links {
	  list-style: none;
	  margin-top: 0px;
	  padding-right: 15px;
	  padding-left: 15px;
	}

	.banner .page-direction-button {
		margin-top: 50px;
	}

	.banner .logo img {
		padding-top: 40px;
		max-width: 100%;
	}

	.banner .tabs-content {
		margin-top: 60px;
	}


	#essay .tabs li {
		display: block;
		text-align: center;
		width: 100%;
		margin: 0px 0px;
	}

	#essay .tabs a {
	  display:block;
	  color:#fff;
	  font-size: 13px;
	  display: block;
	  width: 100%;
	  height: 60px;
	  line-height: 60px;
	  padding-left: 0px;
	  text-align: center;
	}

	#essay .essay-item {
		margin-bottom: 30px;
	}

	.essaygroup {
		padding: 30px 30px 10px 30px;
	}

	.service-item {
		margin: 30px 0px; 
	}

	.page-heading .logo {
		padding: 60px 0px;
		text-align: center;
	}

	.page-heading .page-direction-button {
		text-align: center;
		margin-top: 0px;
	}

	.essay-item h6 {
		margin-bottom: 30px;
	}

	.essay-item .essay-icon img {

		margin-bottom: 20px;
	}

	.essay-item ul {
		margin-top: 20px;
		padding: 20px 10px;
	}

	.essay-item ul li {
		margin: 0px 5px;
		width:100px;
	}		
}

@media (max-width: 480px) {
}
.page-direction-button {
	margin-top: 0px;
	margin-bottom: 100px;
}



  
  @media (max-width: 500px) {
	.testimonial {
		text-align: center;
	}
	.testimonial img {
		margin: auto;
		float: none;
		display: block;
	}
  }


  .close-x {
	font-family: oswald;
	font-size: 2.2em;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: normal;
}
 
/* width */
::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #999999; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #999999; 
  }

  
  #box{
	  width: 70%;
	  margin: auto;
	  margin-top: 30px;
	  height: 46px;
	  background-color: rgb(231, 231, 231);
	  box-shadow: 0 0 10px #909190; 
	  border: #c4c4c4 2px solid;
	  
  }
  #box h4{
	  display: inline-block;
	  margin-left: 50px;
	  color: #808080;
	  text-align: center;
  }
   .short-text { display: none; }
    @media (max-width: 1000px) {
        .step{width: 25%;}
        .short-text { display: inline-block; }
        .full-text { display: none; }
    }
  #box h3{
    margin-left: 50px;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	color: #191164;
	text-align: center;
	margin-top: 10px;
	text-shadow: 0 0 10px #909190; 
}

nav {
  float: right;
  right: 100px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
	background-color: #191164;
  display: block;
  padding: 0 20px;
  line-height: 70px;
  color: #fff;
  text-decoration: none;
  /*
  The full path of this code is nav ul li a:not(:only-child):after. This means that the code will apply to any a tag in our nav list that is NOT an only child, aka any dropdown. The :after means it comes after the output of the tag. I’ve decided that to specify any nav item as a dropdown, it will be followed by a unicode arrow – ▾ (#9662).
  */
}
nav ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
  color: #e9682e;
}
nav ul li ul li a {
  padding: 5px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  background-color: #191164;;
  /* Guarantees that the dropdown will display on top of any content. */
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;
  width: 1200px;
  left: -600px;
  z-index: 1001;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }
  .nav-dropdown{
	left: 0;
  }
  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
	display: none;
	left: 0;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
}
#nav-toggle {
    position: absolute;
    left: 18px;
    margin-top: 30px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
    .nav-list {
        display: block !important;
        background-color: #191164;
    }
}
/* 
.navigation – the outer wrapper for the navbar. Specifies the height and color, and will stretch the full width of the viewport.
*/
.navigation {
    z-index:1100;
    font-family: 'Open Sans', arial, sans-serif;
    height: 70px;
    background: #191164;
    width: 100%;
}
@media screen and (min-width: 800px) {
    .navigation {
         margin-bottom: 0px;
    }
}

/*
.nav-container – the inner wrapper for the navbar. Defines how far the actual content should stretch.
*/
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}
.brand a, .brand a:visited {
    color: #463f3f;
    text-decoration: none;
}

.collapsible {
    background-color: #777;
    color: #191164;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: 1px solid #bbb;
    border-radius: .3em;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    background: #f3f3f3; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
}
.collapsible:after {
    content: '+';
    color: #191164;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
  color: #191164;
}

.collapsible:hover {
  background-color: #191164;
}
    
.content {
  padding: 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  border-color: lightgrey;
}
.content a {
    margin-bottom: 15px;
    font-size: 18px;
    text-decoration: underline;
    font-family: 'Lato', Calibri, Arial, sans-serif;      
}
.content ul{
    list-style-type:square;
}
.collapse{
    height:70%;
     overflow: scroll;
}
.sample{
    height:80%;
    overflow: scroll;
    border-radius: 2px;
    border-color: lightgrey;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-style: solid;
    padding:20px;
    margin: 50px 0;
    background-color: white;
    color: #191164;
}
 .sample p{
      text-align: justify;
 }
 .sample h4{
      color: black;
 }
 .samples{
      overflow-x: scroll;
      height:400px;
      margin-top: 50px;
 }
.allsamples{
    border-radius: 2px;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    padding: 20px;
    margin: auto;
    background-color: white;
    color: #191164;
    width: 90%;
}
.subsample{
    background-color: #ffffff;
    font-family: Raleway;
    border-radius: 5px;
    display: inline-block;
    width: 90%;
    padding: 5px;
    margin:20px;
    -webkit-box-shadow: 0 0 10px lightgrey; 
    border: lightgrey 2px solid;
}
.subsample h4{
    color: black;
}


/* Style for multistep order form*/
.box{
    width:800px;
    margin:0 auto;
}
.active_tab1{
    background-color: #dfe6f3;
    color:#191164;
    font-weight: 600;
}
.nav-tabs li{
    width: 33.33%;
    text-align: center;
}

.inactive_tab1{
    background-color: #f5f5f5;
    color: #646c70;
    cursor: not-allowed;
}
.has-error{
    border-color:#cc0000;
}

#register_form label{
    color: #646c70;
    margin-top: 5px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}
#order_preferences label{
    width: 150px;
}
#register_form input, #register_form text-area, #register_form select{
    color: #646c70;
    margin-top: 5px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}
.panel-default .panel-heading{
    color: #191164;
    font-size: 20px;
}

.btn-info{
    margin-top: 20px;
    background-image: linear-gradient(to bottom,#f78855 0,#e9682e 100%);
    border-color: #f86521;
}

.btn-info:hover, .btn-info:focus{
    background-color: #e9682e;
    background-image: linear-gradient(to bottom,#f78855 0,#e9682e 100%);
    border-color: #f86521;
}
.btn-default, .btn-success{
    margin-top: 20px;
}
.summary{
    color: #646c70;
    background-color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    height: 400px;
    width: 400px;
    padding: 10px;
    margin: 50px 20px;
    -webkit-box-shadow: 0 0 10px lightblue; 
    border: lightgrey 1px solid;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    word-wrap: break-word;
    position: fixed
}
.summary h4{
    text-align: center;
    font-weight: normal;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    
}
.summary p{
    margin-left: 20px;
    
    display: inline;
    text-align: right;
 }

.summary li{
    list-style:none;
}
.summary table{
    width: 100%;
    color: #646c70;
}

.summary span{
     line-height: 30px;
}
.panel{
    -webkit-box-shadow: 0 0 10px lightblue; 
}
.panel-default .panel-heading {
    background-image: none;
}

input[type=checkbox]{
    height: 30px;
    width: 30px;
    margin-left: 20px;
    line-height: 30px;
    vertical-align: middle;
}

