html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Lato', 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;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

:root {
	--primary-color: #ff3300;
	--secondary-color: #99ccff;
	--accent-color: #336699;
	--dark-blue: #003366;
	--deep-blue: #000033;
}

.w3-logo {
    float: left;
    line-height: 5px;
	position:relative;
}
.w3-logo h1 {
    margin-top: 2px;
    font-weight: bold;
}
.navbar {
	margin-bottom: 0;
}
.navbar-nav {
    float: left;
    margin: 13px 0 0 30px;
}
.w3-logo a {
    color: #ffffff;
    font-size: 28px;
    text-decoration: none;
}
header {
    padding: 20px 0px;
    background: var(--dark-blue);
    width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: var(--primary-color);
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    font-size: 17px!important;
    color: #ffffff!important;
	background:transparent;
}
.navbar-nav > li {
    float: left;
    margin: 0 12px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: var(--secondary-color)!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	padding: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
 .navbar-nav > li > a.active {
    color: var(--primary-color)!important;
}

.banner {
    background: url(../images/bg55.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
    min-height: 500px;
}
.banner-text {
    text-align: left;
    padding: 10em 0 0 0;
    margin-left: 10%;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 80%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 120%;
	left: 50%;
	padding: 0;
	margin: 0 auto;
	z-index: 990;
	display: block;
	text-align: center;
}
.callbacks_tabs li{
       display: inline-block;
  margin: 0 5px;
}
.slider-info h3 {
    font-size: 2.2em;
    color: #fff;
    background: rgba(0, 51, 102, 0.8);
    padding: 20px;
    letter-spacing: 8px;
    margin: 16px 0;
    font-weight: 400;
}
.slider-info h4 {
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 0.5em;
	background: rgba(0, 0, 51, 0.7);
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 5px solid rgba(0, 0, 0, 0.91);
    background: #fff;
}
.callbacks_here a:after {
	background:var(--primary-color);
}

.head-top-w3ls {
    margin: 0 auto;
    text-align: center;
}
.head-top-w3ls i {
    color: var(--accent-color);
    font-size: 35px;
}
h5.title-w3 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5em;
    color: var(--deep-blue);
}
.services-w3layouts,.signup{
    padding: 80px 0px;
}
.contact-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.contact-item {
    text-align: center;
}
.contact-item i {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.contact-item h4 {
    color: var(--accent-color);
    margin-bottom: 5px;
}
.contact-item p {
    color: #666;
}

.w3l-our-advantages-grd-left {
    padding: 18px;
    text-align: center;
    width: 80px;
    margin-right: 15px;
    border-radius: 50%;
    background: var(--primary-color);
	margin-bottom: 15px;
}
.w3l-our-advantages-grd-left i {
    color: #fff;
    font-size: 28px;
}
.w3l-our-advantages-grd-right{
	padding:0 !important;
}
.w3l-our-advantages-grd-right h4{
	font-size: 18px;
    color: var(--accent-color);
    margin: 0 0 8px;
    text-transform: capitalize;
}
.w3l-our-advantages-grd-right h4 a {
	color: var(--accent-color);
}
.w3l-our-advantages-grd-right h4 a:hover {
	color: var(--primary-color);
}
.w3l-our-advantages-grd-right p {
    color: #666;
    font-size: 15px;
    margin: 0;
    line-height: 26px;
}

.mid-agileits-right {
    padding: 50px;
    background: var(--accent-color);
}
.mid-agileits-right h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 39px;
}
.mid-agileits-right a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.mid-agileits-right span {
    font-size: 12px;
    margin-left: 4px;
}
.mid-agileits-right p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin: 12px 0px 30px;
}
.mid-agileits-left{
	background:url("../images/middle.jpg")no-repeat 0px 0px;
	background-size:cover;
    padding: 0;
	min-height: 350px;
	position: relative;
}

.signup p {
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
	margin-bottom: 30px;
}
.signup{
	margin:0 auto;
	text-align:center;
	background: #f8f9fa;
}
.copyright-wthree {
    background: var(--deep-blue);
    padding: 30px 0px;
}
.copyright-wthree p {
    color: #fff;
	font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
}
.copyright-wthree a {
    color: var(--secondary-color);
	text-decoration: none;
}
.copyright-wthree a:hover {
    color: var(--primary-color);
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
	z-index: 999; 
    width: 50px;
    height: 50px;
	border-radius: 50%;
	background: var(--primary-color);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
#toTop:hover {
    background: var(--accent-color);
    transform: scale(1.1);
}

.service-detail {
    max-width: 100%;
    margin: 0 auto;
}
.service-detail p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.service-title {
    color: var(--accent-color);
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.service-list {
    list-style: none;
    padding-left: 0;
}
.service-list li {
    padding: 8px 0;
    color: #666;
    font-size: 15px;
}
.service-list li i {
    color: var(--primary-color);
    margin-right: 10px;
}
.process-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.process-step {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 20px;
}
.step-number {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    margin: 0 auto 15px;
    font-weight: bold;
    font-size: 18px;
}
.process-step h5 {
    color: var(--accent-color);
    margin-bottom: 10px;
}
.process-step p {
    font-size: 14px;
    color: #666;
}

@media(max-width:768px){
	.w3-logo a {
		font-size: 22px;
	}
	.navbar-nav {
		margin: 10px 0 0 10px;
	}
	.navbar-nav > li {
		margin: 0 5px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 15px!important;
	}
	.banner {
		min-height: 400px;
	}
	.banner-text {
		padding: 8em 0 0 0;
		margin-left: 5%;
	}
	.slider-info h3 {
		font-size: 1.5em;
		letter-spacing: 4px;
		padding: 15px;
	}
	h5.title-w3 {
		font-size: 26px;
	}
	.contact-info {
		display: block;
	}
	.contact-item {
		margin-bottom: 20px;
	}
	.process-steps {
		display: block;
	}
	.mid-agileits-right {
		padding: 30px;
	}
	.mid-agileits-right h2 {
		font-size: 22px;
	}
}

@media(max-width:480px){
	.w3-logo a {
		font-size: 20px;
	}
	.banner {
		min-height: 350px;
	}
	.banner-text {
		padding: 6em 0 0 0;
		margin-left: 5%;
	}
	.slider-info h3 {
		font-size: 1.2em;
		letter-spacing: 2px;
		padding: 10px;
	}
	.slider-info h4 {
		font-size: 0.9em;
	}
	h5.title-w3 {
		font-size: 22px;
	}
	.services-w3layouts, .reviews, .signup {
		padding: 50px 0px;
	}
	.w3l-our-advantages-grd-left {
		width: 60px;
		padding: 12px;
	}
	.w3l-our-advantages-grd-left i {
		font-size: 22px;
	}
}