@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Suez+One');
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush');


.slogan{
    font-family: "Caveat Brush", cursive;
    text-align: center;
    font-size: 30px;
    color:white;
    background-color: rgba(84, 84, 84,.3);
    text-shadow: rgb(0, 0, 0) 2px 2px 2px;
}
.banner{
  background: rgb(0,5,255);
  background: linear-gradient(90deg, rgba(0,5,255,0.32816876750700286) 0%, rgba(255,255,255,1) 100%);
  border-bottom:2px solid blue;
  font-family: "Suez One", serif;
  color:darkblue;
  font-size:35px;
}
.margin1{
  padding-left:auto;
  padding-right:auto;
}
.margin-center{
  padding-left:40%;
  padding-right:40%;
}
.h3-responsive{
  font-size:5vh;
}
.about_blog {
  margin-top:5px;
  padding-left:20vw;
  padding-right:auto;
  background: #f5f5f5;
}
.about_cont_blog {
  padding: 50px;
}
.home-banner{
  margin-top:5px;
  background-color:rgba(0,0,255,0.1);
  max-height:auto;
  width:100%;
}
.navbar .nav-link{
	margin-right:3vw;
	font-size:25px;
	text-shadow: 1px 1px 50px lightblue;
	
	
}

.navbar{
  background-color:rgba(255,255,255,.9);
  box-shadow: 0px 5px 10px black;
  width:100%;
}
.navbar-brand{
  margin-left:10vw;
}
body{
  padding-top:76px;
  background: linear-gradient( 180deg, lightblue, white 30.71%);
  overflow-x: hidden;
}
.img-fluid {
	max-width: auto;
	height: auto;}

.card-img-top{
  opacity: 0.9;
  height:20vh;
  width:auto;
	
}
.margin-bottom{
  margin-bottom:5vh;
}
.margin-top{
  margin-top:5vh;
}
.card-img-top:hover{
	opacity: 1;
	
}
.card{
  margin-top:5px;
}
.about{
	color:white;
	box-shadow:inset 0 0 0px #000000;
}
.mainslider{
  max-height:90vh;
  width:auto;
}
.mainslider .img-fluid{
  max-height:90vh;
  width:auto;
}
.aboutme{
	background-color:#1392D8;
	
}
@media screen and (max-width: 600px) {
.aboutme .a,.aboutme .c,.aboutme .b .d , .aboutme .b .e{
  display: none;
}
}
.contact {
    padding-bottom: 100px;
}
.contact .heading {
    margin-bottom: 50px;
}
.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}
.contact .heading h2 span {
    color: #7035cf;
    font-weight: 300;
}
.contact .heading p {
    font-size: 14px;
    font-weight: 400;
    color: #525f7f;
    line-height: 26px;
    margin: 0;
}
.contact .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
.contact .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f8f8f9;
    border: 0;
    border-radius: 5px;
}
.contact button.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background: linear-gradient(to right, rgba(114,96,206,1) 0%, rgba(70,96,241,1) 100%);
    color: #ffffff;
}

.carousel-caption h3{
 background-color:rgba(0, 0,0,.5);

}

 .carousel-caption p a{
  background-color:rgba(255, 0,0,1);
 
 }
.contact .main .left {
    padding: 40px 60px;
}
.contact .main .right {
    background:#5d5db7;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}
.contact .main .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact .main .right .info {
    margin-bottom: 35px;
}
.contact .main .right .info i {
    font-size: 25px;
    color: #ffffff;
}
.contact .main .right .info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 15px;
}
.contact .main .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}
.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}



