<!DOCTYPE html>
<html>
<head>
<title>Accrue Corporate Category Bootstrap responsive Web Template | Home :: w3layouts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="css/style.css" rel='stylesheet' type='text/css' />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css"/>
<link href="//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext"
rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
</head>
<style>
/* Feature-CSS */
.services-section {padding-top:60px; padding-bottom:60px;}
.service-box h3 {
color: #59626b;
font-size: 20px;
font-weight: normal;
text-transform: capitalize;
line-height: 36px;
letter-spacing:1px;
margin: 0;
}
.service-content p {margin-top:5px;margin-bottom: 20px;}
.service-icon{width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 30px;
float:left;
display: table;
color:red;
// transform: rotate(-45deg);}
.service-content{ margin-top: 40px; margin-left:90px;}
.icon {
color : #fff;
padding:15px;
background:#FF0700 ;
font-size:45px;
border-radius:90px;
//border:1px solid #FF0700 ;
}
.feature-box {
text-align: center;
padding: 5px;
transition: .5s;
margin-bottom: 30px;
}
.feature-box h4 {
font-size: 20px;
font-weight: 600;
margin: 25px 0 15px;
}
</style>
<body>
<!--/banner-->
<div class="banner" id="home">
<!-- header -->
<header>
<nav class="navbar navbar-default header" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Portfolio</a>
</div>
<div class="collapse navbar-collapse text-center" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Contact</a></li>
</ul>
<form class="navbar-form navbar-right" action="/action_page.php">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<div class="input-group-btn">
<button class="btn btn-default" type="submit">
<i class="glyphicon glyphicon-search"></i>
</button>
</div>
</div>
</form>
</div>
</div>
</nav>
</header>
<!-- //header -->
<!-- banner-text -->
<div class="slider-content">
<div class="wrapper-slider text-left">
<!-- Slideshow 1 -->
<div class="rslides_container">
<ul class="rslides" id="slider1">
<li>
<div class="banner-info">
<h3>Open your account</h3>
<p>Connect with over 5 millions investors in the world’s leading social investment network</p>
</div>
</li>
</ul>
</div>
</div>
<div class="ban-form text-left">
<form action="#" class="mt-4" method="post">
<input class="form-control" type="text" name="Name" placeholder="Name" required="" />
<input class="form-control" type="email" name="Email" placeholder="Email" required="" />
<input class="form-control" type="text" name="Number" placeholder="Phone Number" required="" />
<input class="form-control text-uppercase" type="submit" value="Create Account">
</form>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- //banner -->
<!-- services -->
<div class="services-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="service-heading-block text-center">
<i class="fa fa-instagram fa-3x" aria-hidden="true"></i>
<div class="text-center text-primary title">
<h2>SERVICE</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="service-box">
<div class="service-icon">
<div class="feature-box">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
</div>
<div class="service-content">
<h3>Web Development</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>
<a href="javascript:void();" title="Read more" class="read-more" >Read more<i class="fa fa-angle-double-right ml-2"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="service-box">
<div class="service-icon">
<div class="feature-box">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
</div>
<div class="service-content">
<h3>Web Development</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>
<a href="javascript:void();" title="Read more" class="read-more" >Read more<i class="fa fa-angle-double-right ml-2"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="service-box">
<div class="service-icon">
<div class="feature-box">
<span class="glyphicon glyphicon-cog icon"></span>
</div>
</div>
<div class="service-content">
<h3>Web Development</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.</p>
<a href="javascript:void();" title="Read more" class="read-more" >Read more<i class="fa fa-angle-double-right ml-2"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- services -->
<!--About-->
<section class="bottom-banner">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 about-img">
</div>
<div class="col-lg-6 about-info text-left">
<div class="ab-info-text">
<h3 class="tittle-wthree text-left"> About Us</h3>
<div class="service-in text-left mt-5">
<div class="card">
<div class="card-body">
<i class="far fa-clock"></i>
<h5 class="card-title">On Time Service</h5>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit sedc dnmo eiusmod tempor incididunt ut labore.
</p>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit sedc dnmo eiusmod tempor incididunt ut labore.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--//bottom-banner-->
<section class="section3">
<br>
<div class="container withpadding">
<div class="message">
<div class="col-lg-12 col-md-12 col-sm-12 text-center">
<div class="service-heading-block text-center">
<i class="fa fa-instagram fa-3x" aria-hidden="true"></i>
<div class="text-center text-primary title">
<h3 class="tittle-wthree text-center">SERVICE</h3>
</div>
</div>
<h5 class="card-title">Grab the attention of your customers!</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry"s standard dummy text ever since the 1500s..</p>
<a class="btn btn-lg btn-danger" href="#"><i class="fa fa-download"></i> GET A QUOTE</a>
</div>
</div>
<!-- end message -->
</div>
<div class="clearfix"></div><bR>
<!-- end container -->
</section>
<!--footer -->
<footer>
<div class="container">
<div class="copyright mt-4">
<p class="copy-right text-center "> footer
</p>
</div>
</div>
</footer>
<!-- //footer -->
</body>
</html>
----------------------------------------------------------------------------------
html,
body {
margin: 0;
font-size: 100%;
font-family: 'Varela Round', sans-serif;
background: #fff;
}
body a {
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
font-family: 'Varela Round', sans-serif;
}
body img {
width: 100%;
}
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
font-family: 'Varela Round', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-family: 'Raleway', sans-serif;
letter-spacing: 1px;
}
p {
margin: 0;
font-size: 0.9em;
color: #8c9398;
line-height: 2em;
letter-spacing: 1px;
}
ul {
margin: 0;
padding: 0;
}
/*--/header --*/
.top-bar_sub .btn-primary {
color: #000;
background-color: #00bce400;
border: 2px solid #00bce4;
font-size: 15px;
letter-spacing: 1px;
}
.top-bar_sub .btn-primary:hover {
color: #fff;
background-color: #00bce4;
border: 2px solid #00bce4;
}
.btn-primary:focus,
.btn-primary.focus,
.btn:focus,
.btn.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: none;
}
span.sub {
font-size: 10px;
vertical-align: top;
background: #fff;
color: #555;
padding: 4px 12px;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.14);
}
.top-header {
background: none !important;
}
h1.logo a.navbar-brand {
font-size: 1em;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.36);
color: #fff;
margin: 0;
font-weight: 700;
text-transform: uppercase;
text-align: center;
font-family: 'Raleway', sans-serif;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgb(255, 255, 255);
}
a.navbar-brand i {
color: #fff;
}
h1.logo span {
display: block;
font-size: 0.3em;
text-align: center;
letter-spacing: 4px;
font-family: 'Raleway', sans-serif;
}
nav.navbar.navbar-expand-lg.navbar-light {
padding: 2em 3em;
}
.navbar-light .navbar-nav .nav-link,
.dropdown-item {
color: #fff;
font-size: 12px;
letter-spacing: 2px;
margin: 0em 0.5em;
padding: 10px 25px;
border: 2px solid transparent;
text-shadow: 1px 1px 2px #000000;
font-family: 'Varela Round', sans-serif;
text-transform: uppercase;
border-radius: 4px;
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
color: #ffffff;
text-shadow: 1px 1px 2px #000000;
border: 2px solid #ffffffad;
}
.dropdown-menu {
padding: 0;
}
/*-- /search --*/
.search i {
color: #fff;
margin: 0.8em 1em;
}
/*-- //header --*/
/*-- /banner --*/
.banner-form {
width: 90%;
margin: 0 auto;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
width: 100%;
border: 0;
}
.rslides {
margin: 0 auto;
}
.rslides_container {
position: relative;
width: 100%;
}
.centered-btns_nav {
z-index: 3;
position: absolute;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 68%;
left: 0;
opacity: 0.7;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 38px;
background: transparent url(../images/arrows.png) no-repeat left 50%;
margin-top: -45px;
}
.centered-btns_nav:active {
opacity: 1.0;
}
.centered-btns_nav.next {
left: auto;
background-position: right top;
right: 0;
}
.transparent-btns_nav {
z-index: 3;
position: absolute;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
left: 0;
display: block;
background: #fff;
/* Fix for IE6-9 */
opacity: 0;
filter: alpha(opacity=1);
width: 48%;
text-indent: -9999px;
overflow: hidden;
height: 91%;
}
.transparent-btns_nav.next {
left: auto;
right: 0;
}
.large-btns_nav {
z-index: 3;
position: absolute;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
opacity: 0.6;
text-indent: -9999px;
overflow: hidden;
top: 0;
bottom: 0;
left: 0;
background: url(../images/arrows.png) no-repeat left 50%;
width: 38px;
}
.large-btns_nav:active {
opacity: 1.0;
}
.large-btns_nav.next {
left: auto;
background-position: right 50%;
right: 0;
}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
outline: none;
}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
text-align: center;
position: absolute;
left: 0%;
bottom: -8%;
z-index: 9;
}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
display: inline;
float: none;
float: left;
margin-right: 15px;
}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
text-indent: -9999px;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #fff;
display: inline-block;
_display: block;
width: 12px;
height: 12px;
}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
background: rgb(235, 41, 65);
}
.banner {
background: url(../images/banner1.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
min-height: 800px;
position: relative;
}
.banner-info h3 {
font-size: 5em;
color: #fff;
font-weight: 700;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.banner-info p {
letter-spacing: 2px;
line-height: 1.9em;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
font-size: 1.6em;
font-weight: 100;
margin: 1em 0;
color: #fff;
font-family: 'Raleway', sans-serif;
}
/*---*/
.slider-content {
margin: 9% auto 0;
width: 80%;
}
.ban-form {
background: #fff;
padding: 3em;
float: right;
width: 40%;
}
.ban-form h5 {
color: #636669;
font-size: 1.2em;
letter-spacing: 1px;
font-weight: 300;
}
.wrapper-slider {
float: left;
width: 55%;
padding: 1em;
}
.ban-form input[type="text"],
.ban-form input[type="email"],
.ban-form input[type="password"] {
width: 100%;
color: #555;
outline: none;
font-size: 0.9em;
padding: 0.9em 1em;
border: 1px solid #e6eae8;
-webkit-appearance: none;
margin-bottom: 0.8em;
letter-spacing: 1px;
background: #f3f4f5;
}
.ban-form input[type=submit] {
color: #FFFFFF;
padding: .8em 1em;
font-size: 1em;
cursor: pointer;
border: 2px solid #EB2941;
outline: none;
background: #EB2941;
width: 100%;
letter-spacing: 2px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.ban-form input[type=submit]:hover {
background: #99D9F3;
border: 2px solid #99D9F3;
}
/*--*/
/*--/content --*/
.about-info {
padding: 0;
}
.ab-main-sec {
background: #1d1e1f;
}
.about-img {
background: url(../images/1.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
min-height: 500px;
}
.ab-info-text {
padding: 5em;
}
.about-info p.card-text,
.img-slide-con p.card-text {
color: #999;
}
.about-info .card-title,
.img-slide-con .card-title {
color: #494a4a;
}
.about-info .card i {
font-size: 2em;
margin-bottom: 1.2em;
color: #6439F3;
}
.bottom-banner-w3layouts {
padding: 6em 0;
}
.read.inner a {
color: #555;
}
.inner-sec-w3ls-agileinfo {
margin-top: 4em;
}
h3.tittle-wthree,
.feature h3 {
font-size: 3em;
color: #454646;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
font-weight: 700;
}
.feature h3 {
font-size: 2.5em;
}
h3.tittle-wthree span,
.feature h3 span {
display: block;
font-size: 0.3em;
text-transform: uppercase;
color: #eb2941;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}
h4.sub-hd {
font-size: 1.3em;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
letter-spacing: 3px;
color: #353535;
text-transform: uppercase;
font-weight: 700;
}
h3.tittle-wthree.cen {
color: #fff;
}
.bottom-banner-w3layouts.services {
background: #6439F3;
}
/*--/services--*/
.card-body {
padding: 1.25rem;
background: none;
}
.card {
background: none;
border: none;
}
.card:hover,
.card-body:hover {
box-shadow: none !important;
border: none;
}
.card-title {
margin-bottom: 1em;
font-size: 1.4em;
color: #fff;
font-weight: 600;
border-bottom: 1px solid rgba(78, 75, 75, 0.18);
padding-bottom: 1em;
}
.card i {
font-size: 2em;
margin-bottom: 1.3em;
color: #fff;
}
p.card-text {
margin-bottom: 1em;
color: #fff;
}
.card-body:hover {
box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
border-color: transparent !important;
}
.feature h3 {
margin: 1em 0;
}
.feature {
margin-top: 1em;
}
.proj {
background: #eaf9ff;
}
/*--footer--*/
footer {
background: #151515;
padding: 5em 0;
}
.footer-grid-w3ls h3 {
font-size: 1.4em;
color: #ffffff;
font-weight: 300;
margin-bottom: 1em;
letter-spacing: 1px;
border-bottom: 1px dotted #4d5052;
padding-bottom: 0.8em;
}
.footer-text p,
.contact-info p {
color: #808080;
font-size: 14px;
line-height: 1.8em;
}
.phone {
margin-top: 20px;
}
.contact-info h4 {
font-style: normal;
font-weight: 300;
font-size: 1.2em;
line-height: 1.9;
color: #99d9f3;
}
.copyright {
border-top: 1px solid #292828;
margin-top: 2em;
padding-top: 2em;
}
.copyright p {
font-size: 15px;
}
.copyright p a:hover {
color: #fff;
}
.footer p {
color: #808080;
}
/*--responsive--*/
@media(max-width:1440px) {
.bottom-banner-w3layouts {
padding: 5em 0;
}
.banner {
min-height: 756px;
}
.banner-info h4 {
letter-spacing: 2px;
font-size: 1.4em;
margin-bottom: 1em;
}
.slider-content {
margin: 7% auto 0;
width: 80%;
}
.banner-info p {
letter-spacing: 2px;
font-size: 1.4em;
}
}
@media(max-width:1366px) {
.bottom-banner-w3layouts {
padding: 4em 0;
}
h3.tittle-wthree,
.feature h3 {
font-size: 2.8em;
}
.card-title {
margin-bottom: 1em;
font-size: 1.2em;
}
.feature h3 {
font-size: 2.2em;
}
.banner-info h3 {
font-size: 4em;
}
.banner-info p {
letter-spacing: 2px;
font-size: 1.2em;
}
.ab-info-text {
padding: 5em 3em;
}
.feature-main {
padding: 0 7em;
}
.banner-inner {
min-height: 227px;
}
}
@media(max-width:1280px) {
.banner {
min-height: 708px;
}
footer {
padding: 4em 0;
}
.feature-main {
padding: 0 6em;
}
}
@media(max-width:1080px) {
.address-right p,
.address-right p a {
font-size: 0.8em;
}
.banner {
min-height: 670px;
}
.bottom-banner-w3layouts {
padding: 4em 0;
}
}
@media(max-width:1050px) {
.banner-info {
width: 87%;
padding-top: 2em;
}
}
@media(max-width:1024px) {
.banner-info p {
letter-spacing: 2px;
font-size: 1em;
}
.ban-form {
padding: 2em;
float: right;
width: 44%;
}
.about-img {
min-height: 600px;
}
}
@media(max-width:991px) {
.navbar-light .navbar-nav .nav-link {
padding: 0.4em 1.4em;
font-size: 0.9em;
text-align: center;
}
li.nav-item {
margin: 6px 0px 0 0;
}
.dropdown-item {
text-align: center;
}
.active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
color: #555;
text-shadow: 1px 1px 2px #000000;
border: 2px solid #ffffff;
border-radius: 3px;
}
.navbar-light .navbar-nav .nav-link {
padding: 0.7em 1.4em;
font-size: 0.9em;
text-align: center;
color: #555;
}
#navbarSupportedContent {
background: #fff;
padding: 0.5em 0;
}
.cd-header-buttons {
top: 20px;
right: 60px;
}
.service-in:nth-child(2) {
margin-top: 1.5em;
}
.card.feature {
border: 0;
width: 50%;
}
.copyright {
text-align: center;
margin-bottom: 2em;
}
.footer-bottom {
margin-top: 1em;
padding-top: 2em;
}
footer {
padding: 3em 0;
}
.subscribe-grid {
padding: 1em 0em;
margin: 0 auto;
width: 90%;
}
.navbar-light .navbar-toggler {
color: #fff;
border-color: #fff;
}
.about-info {
margin-top: 2em;
}
.banner-info {
width: 80%;
padding-top: 5em;
}
.banner {
min-height: 597px;
}
.service-in:nth-child(2) {
margin: 2em 0em;
}
.navbar-light .navbar-toggler-icon {
background-image: none;
}
span.navbar-toggler-icon i {
line-height: 1.2em;
font-size: 1.4em;
}
.navbar-toggler {
padding: 0.3rem 0.6rem;
font-size: 1.25rem;
border: 1px solid transparent;
border-radius: 0;
}
#navbarSupportedContent {
background: #fff;
padding: 0.5em 0;
position: absolute;
width: 90%;
z-index: 99;
top: 100%;
}
.feedback-info {
margin: 0 auto;
width: 90%;
}
.footer-grid-w3ls:nth-child(2) {
margin: 2em 0;
}
.footer-grid-w3ls:nth-child(4) {
margin-top: 2em;
}
.search i {
color: #2f343a;
text-align: center;
}
li.search {
margin: 0 auto 1em;
}
.banner-info {
width: 80%;
padding-top: 1em;
}
span.navbar-toggler-icon i {
line-height: 1.1em;
font-size: 1.4em;
}
ul.social-icons li a i {
width: 32px;
height: 32px;
line-height: 35px;
font-size: 11px;
}
.team-info h4 {
font-size: 18px;
margin: 0 0 5px;
}
.banner-info {
width: 94%;
padding-top: 1em;
}
.inner-sec-w3ls-agileinfo {
margin-top: 3em;
}
li.breadcrumb-item a {
color: #eb2941;
}
}
@media(max-width:900px) {
h3.tittle-wthree,
.feature h3 {
font-size: 2.5em;
}
.banner-info h3 {
font-size: 3.8em;
}
.form {
padding: 3em 3em;
}
}
@media(max-width:800px) {
nav.navbar.navbar-expand-lg.navbar-light {
padding: 1.5em 2em 1em 2em;
}
#navbarSupportedContent {
width: 92%;
}
.main_grid_contact {
width: 80%;
position: absolute;
bottom: -57%;
left: 11%;
}
}
@media(max-width:768px) {
.choose-main {
margin: 0 auto;
width: 90%;
}
.banner-inner {
min-height: 161px;
}
}
@media(max-width:767px) {
.address-right.text-left {
text-align: center !important;
margin-top: 1em;
}
a.animated-button:link,
a.animated-button:visited {
position: relative;
padding: 10px 30px;
}
.team-img:after {
width: 100%;
height: 85%;
}
.ab-info-text {
padding: 3em 2em;
}
.inner-sec-w3ls-agileinfo {
margin-top: 3em;
}
ul.portfolio-categ.filter {
padding-top: 2em !important;
margin-bottom: 2em !important;
}
}
@media(max-width:667px) {
.banner-info h3 {
font-size: 3.3em;
}
.ban-form input[type=submit] {
padding: .8em 1em;
font-size: 0.9em;
}
.banner {
min-height: 545px;
}
.about-img {
min-height: 535px;
}
.team-img:after {
width: 100%;
height: 100%;
}
footer {
padding: 2em 0;
}
.banner-info h3 {
font-size: 3em;
}
ul.portfolio-categ.filter {
padding-top: 1.5em !important;
margin-bottom: 2em !important;
}
.choose-main {
margin: 0 auto 1em;
width: 90%;
}
.card-title {
margin-bottom: 0.5em;
font-size: 1.2em;
}
.card i {
font-size: 2em;
margin-bottom: 0.7em;
}
.about-info .card i {
font-size: 2em;
margin-bottom: 1.2em;
}
}
@media(max-width:640px) {
.ab-info-text {
padding: 2em 2em;
}
h3.tittle-wthree,
.feature h3 {
font-size: 2.2em;
}
.inner-sec-w3ls-agileinfo {
margin-top: 2em;
}
.team-info span {
font-size: 0.8em;
;
letter-spacing: 1px;
}
.feature-main {
padding: 0 2em;
}
.feature {
margin-top: 2em;
}
.sli-one {
padding: 0;
}
}
@media(max-width:600px) {
.wrapper-slider {
float: left;
width: 100%;
padding: 0em;
}
.ban-form {
padding: 2em;
float: left;
width: 80%;
margin-top: 2em;
}
.banner {
min-height: 560px;
padding-bottom: 3em;
}
.banner-info h3 {
font-size: 2.8em;
}
#navbarSupportedContent {
width: 90%;
}
nav.navbar.navbar-expand-lg.navbar-light {
padding: 1em 2em 0em 2em;
}
.service-in:nth-child(2) {
margin: 1em 0em;
}
ul.portfolio-categ.filter {
padding-top: 1em !important;
margin-bottom: 2em !important;
}
.bottom-banner-w3layouts {
padding: 3em 0;
}
.ab-info-text {
padding: 3em 2em;
}
}
@media(max-width:568px) {
p {
margin: 0;
font-size: 0.875em;
}
.feedback-top {
padding: 2em 2em;
}
.feedback-grids {
width: 95%;
}
.team-img:after {
width: 100%;
height: 30%;
}
h3.tittle-wthree,
.feature h3 {
font-size: 2.1em;
}
}
@media(max-width:480px) {
.tabs {
width: 100%;
}
h3.tittle-wthree,
.feature h3 {
font-size: 2em;
}
.about-img {
min-height: 420px;
}
}
@media(max-width:440px) {
.ban-form {
padding: 2em;
float: left;
width: 100%;
margin-top: 2em;
}
.ban-form input[type="text"],
.ban-form input[type="email"],
.ban-form input[type="password"] {
font-size: 0.9em;
padding: 0.8em 0.9em;
}
.team-img:after {
width: 100%;
height:40%;
}
}
@media(max-width:414px) {
.banner-info h3 {
font-size: 2.5em;
}
#navbarSupportedContent {
width: 92%;
}
nav.navbar.navbar-expand-lg.navbar-light {
padding: 1em 1em 0.5em 1em;
}
.navbar-light .navbar-nav .nav-link {
padding: 0.7em 1.4em;
font-size: 0.8em;
}
.ab-main-sec.text-left {
margin: 0;
}
}
@media(max-width:384px) {
.bottom-banner-w3layouts {
padding: 2em 0;
}
h3.tittle-wthree, .feature h3 {
font-size: 1.8em;
}
.ab-info-text {
padding: 2em 1em;
}
}
@media(max-width:375px) {
.banner {
min-height: 323px;
}
a.animated-button:link,
a.animated-button:visited {
position: relative;
padding: 8px 20px;
font-size: 12px;
}
.banner-info p {
letter-spacing: 1px;
font-size: 0.9em;
}
.banner-info h3 {
font-size: 2.2em;
}
}
@media(max-width:320px) {
.banner-info h3 {
font-size:2em;
}
.ban-form {
padding: 1.5em;
float: left;
width: 100%;
margin-top: 2em;
}
#navbarSupportedContent {
width: 90%;
}
}
/*--//responsive--*/