.box{
	width: 25%;
    height: 50%;
    border-style: solid;
    padding-bottom: 10px;
    margin-top: 24px;
    margin-bottom: 27px;


}
.information{
	    margin-top: 23px;

}
.block{
	    border: solid 1px #ccc;
    padding-top: 309px;

}
.seperate{
	margin-top: -309px;
    padding-top: 21px;
    border: 1px solid;
}

.industry{
	border: 1px solid;
    background-color: #285d63;
    padding-top: 198px;
}
.clientsay{
    position: relative;
    max-width: 600px;
    height: auto;
    border:1px solid #fff;
    background-color: #3e4c66;
    margin: 29px auto;
    margin-left: 74px;
     padding: 30px;
}
.clientsay:after{
    position: absolute;
    height: 50px;
    width: 50px;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    top: 100%;
    left: 15%;
    margin-left: -25px;
    content:'';
    transform: rotate(45deg);
    margin-top: -25px;
    background-color: #3e4c66;

}

.student{
    border: 1px solid #ccc;
}

#service_block {
    height: 350px;
    background-color: white;
    border-left: 8px solid white;
    border-right: 8px solid white;
}
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
     border: 1px solid #ddd
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
bodystyle {
  font-family: Arial, sans-serif;
    background: #ddd;
}

h1style {
    text-align: center;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    margin: 50px 0;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 50%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 24px;
    background-color: #fefefe;
    width: 50%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    margin-left: 323px;

}

/* The Close Button */
.close {
    color: black;
    float: right;
   font-size: 22px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}
.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}
.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}
.fa-linkedin {
  background: #007bb5;
  color: white;

}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
bodyreturn{background: #eee ;font-family: 'Open Sans', sans-serif;}h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}
.container{
        border: 1px solid green;
    margin-top: 2px;
    padding-bottom: 34px;
    margin-left: 50px;
    margin-right: 408px;
}
