html,
body {
	margin: 0;
	font-size: 100%;
	font-family: 'Muli', 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: 'Muli', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

p {
	margin: 0px;
color: #ddd;
font-weight: 400;
font-size: 15px;
line-height: 2em;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}


.dont-move{overflow:hidden!important;}

/*-- header --*/


/*-- Logo --*/

 .rep-text a{padding: 10px;background: #3e88e9;text-align: center;color: #fff;margin: 18px auto;display: block;width: 50%;}

.logo {
	float: left;
	width: 35%;
	padding: 19px 0 35px 40px;
	background: #1f2021;
}

.adrress_top {
	float: right;
width: 51%;
padding: 0;
background: #094859;
}

.logo span {
	display: block;
	font-size: 10px;
	letter-spacing: 3px;
	color: #fff;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

a.navbar-brand:hover {
	color: #fff;
}

.adrees_info {
	width: 70%;
	float: left;
	margin-top: 1.5em;
}

ul.top-right-info {
	float: right;
	width: 30%;
	background: #fff;
	padding: 28px 0px 35px 0px;
}

.visit,
.mail-us {
	text-align: left;
}

.header-nav {
	padding: 0.5em 0;
	position: relative;
}


/*-- header-top --*/

.header-top {
	padding: 1em 0;
	position: relative;
}

.top-logo_info_agileits {
	margin: 0 auto;
	text-align: center;
}

.inner-nav_wthree {
	margin: 0 auto;
	width: 48%;
}

.adrress_top a {
	font-size: 16px;
    color: #fff;
}

.adrees_info p {
	font-size: 0.75em;
	color: #fff;
	margin-top: 0.5em;
}

.adrress_top span.fa {
	margin-right: 10px;
	color: #fff;
	font-size: 1.2em;
}

.logo img {
    width: 80%;
margin: -3px auto;
display: block;
padding: 0px;
}
.adrees_info h4 {
	font-size: 1em;
	color: #fff;
}

.top-right-info li i {
	color: #000;
	padding-top: 8px;
}

.top-right-info li i:hover {
	color: #34bf49;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.top-right-info li {
	display: inline-block;
	margin: 0px 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.header-nav a fa.angle-down {
	color: #fff;
}

.social {
	text-align: right;
	padding: 0px;
}


/*-- header-top --*/


/*-- //Slider --*/

.navbar {
	position: relative;
	min-height: 40px;
	margin-bottom: 0!important;
	border: 1px solid transparent;
}

.navbar-default {
	background-color: none !important;
}

.navbar-brand {
	font-size: 26px;
    line-height: 50px!important;
    height: 37px!important;
    color: #fff;
    padding: 0px;
    display: block;
}

.navbar-default a.navbar-brand h1 {
	color: #2a2b2b;
	font-weight: 700;
	margin-top: 19px;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	padding: 11px 22px;
}

.navbar-nav>li>a.active {
	color: #fff;
	background:#094859;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #000;
	background: #3E88E9;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background:#094859;
}

.navbar-default .navbar-brand label {
	color: #36a1f3;
	display: block;
	font-size: 0.3em;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px rgba(47, 47, 47, 0.2);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #111;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default .navbar-nav>.active>a:before {
	background: #34bf49;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #282828;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff;
	background: #34bf49;
}

.navbar-nav>li {
	float: left;
	margin: 0 5px;
}

.navbar-default .navbar-toggle {
	border-color: #202020;
}

.dropdown-menu .divider {
	height: 0;
	margin: 0;
	overflow: none;
	background: none;
}

.dropdown-menu .divider {
	border-bottom: 1px solid #E8E7EC;
	padding: 0px 0;
}

.main-content {
	padding: 3em 0;
}

.dropdown-menu {
	min-width: 150px;
}

ul.dropdown-menu.sub-menu {
	min-width: 130px;
	top: 39px;
	left: 148px;
	-webkit-animation: fadeinleft 600ms ease-in-out;
	-moz-animation: fadeinleft 600ms ease-in-out;
	-o-animation: fadeinleft 600ms ease-in-out;
	-ms-animation: fadeinleft 600ms ease-in-out;
	animation: fadeinleft 600ms ease-in-out;
}

ul.dropdown-menu:hover a.s-menu {
	background: #373738;
	color: #fff;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
}

.dropdown-menu li a {
	padding: 8px 15px;
	font-weight: 400;
	letter-spacing: 1px;
}

.dropdown-menu {
	border-radius: 0px;
}

.multi-column-dropdown {
	list-style: none;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #34bf49;
	text-decoration: none;
	background-color: #f5f5f5;
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #34bf49;
	background: none;
}

b.fa.fa-caret-right {
	vertical-align: middle;
	margin-left: 2em;
}

@media (max-width:767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
	.navbar-nav {
		float: left;
		margin: 0;
		margin-left: 0em;
		width: 100%;
		background: #eee;
		margin-top: 1em;
	}
}

.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: 8px;
	right: 80px;
}

.cd-header-buttons li {
	display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
	background: #ffffff;
	border: 1px solid #ddd;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-search-trigger::before {
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #4d4e4e;
}

.cd-search-trigger::after {
	height: 3px;
	width: 8px;
	background: #4d4e4e;
	bottom: 13px;
	right: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #222;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
	border-radius: 0;
	border: none;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	padding: 0 5%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 1em;
	padding: 1em 5em;
	color: #fff;
	letter-spacing: 3px;
}

.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}

.cd-search input::-moz-placeholder {
	color: #fff !important;
}

.cd-search input:-moz-placeholder {
	color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}

.cd-search input:focus {
	outline: none;
}

.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}


/*-- //search --*/


/*-- /slider --*/


/*-- banner-top --*/

.banner-top {
	background: url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 630px;
}

.banner-top1 {
	background: url(../images/banner2.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 630px;
}

.banner-top2 {
	background: url(../images/banner3.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 630px;
}

.banner-top3 {
	background: url(../images/banner4.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 630px;
}

.banner-info_w3_agile {
	padding: 3em 0em 3em 0em;
	width: 23%;
	text-align: center;
	background: #fff;
	position: absolute;
	top: 16%;
	left: 6%;
}

h5.coming {
	position: absolute;
	bottom: 23%;
	left: 6%;
	color: #fff;
	font-weight: 100;
	font-size: 2em;
	letter-spacing: 2px;
}

.banner-info_w3_agile a {
	color: #fff;
	text-decoration: none;
	padding: 10px 26px;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 2em 0em 0 0em;
	background: rgba(255, 255, 255, 0.17);
	display: inline-block;
	border: 2px solid transparent;
	font-weight: bold;
	background: #34bf49;
}

.banner-info_w3_agile a:hover {
	background: #0099e5;
}

.banner-info_w3_agile h3 {
	font-size: 2em;
	color: #222;
	font-weight: 700;
}

.banner-info_w3_agile p {
	font-size: 1.5em;
	color: #585757;
	margin: 0.5em 0;
	letter-spacing: 4px;
}

.banner-info_w3_agile h6 {
	font-size: 0.85em;
	background: #dde0e2;
	padding: 1em;
	letter-spacing: 2px;
}


/*-- //banner-top --*/


/*--slider--*/

#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: 0%;
	left: 80px;
	opacity: 0.9;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 70px;
	width: 70px;
}

.callbacks_nav.next {
	background: #fff url(../images/right1.png) no-repeat 12px 19px;
	left: 167px;
}

.callbacks_nav.prev {
	left: auto;
	background: #fff url(../images/left1.png) no-repeat 12px 19px;
	left: 95px;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.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 {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 44%;
	right: 6%;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 99;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display: block;
	margin: 5px 0px;
}


/*----*/

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.callbacks_here a:after {
	background: #0099e5;
}


/*-- //slider --*/


/*-- /banner_bottom --*/

.banner_bottom_left h4 {
	font-size: 1.6em;
	color: #4d4e4e;
	letter-spacing: 1px;
	position: relative;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.banner_bottom_left h4 span {
	font-weight: 100;
}

.help_full img,
.help_full img {
	width: 100%;
	border: 1px solid #ccc;
padding: 10px;
box-shadow: 0px 8px 17px #ddd;
}

.news-main {
	margin-top: 4em;
	border-top: 1px solid #ddd;
	padding-top: 3em;
}

.banner_bottom_left p {
	margin-bottom: 1em;
	color: #333;
	text-align:justify;
}

.banner_bottom,
.mid_slider,
.tabs_section {
	padding: 6em 0;
}

.news-left {
	padding-left: 0;
}

.b_left {
	padding: 0;
}

.b_right {
	padding: 0;
}

.news-right h4 {
	color: #333;
	font-size: 2.5em;
	font-weight: 500;
}

p.sub_p {
	margin: 1.2em 0;
}

.inner_sec_info_w3ls_agile,
.mail_form {
	margin-top: 4em;
}

h3.tittle {
	color: #333;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
}

h3.tittle.ser {
	color: #fff;
}

.ab_info {
	margin-bottom: 2em;
}

.ab_info h4 {
	margin-top: 1em;
	font-size: 1.4em;
}


/*-- //banner_bottom --*/

.history {
	background: url(../images/banner2.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 650px;
	padding-top: 5.5em;
}

h3.tittle.two {
	color: #fff;
}

.caption_story {
	float: right;
	width: 57%;
}

.story-img img {
	width: 100%;
	padding: .3em;
	border: 2px solid #efefef;
	margin-bottom: 2em;
}

.story-img {
	float: left;
	width: 39%;
}

.caption_story p {
	color: #fff;
}

.history-grid h4 {
	color: #312f2f;
	margin-bottom: 1em;
	font-weight: 600;
	font-size: 1.6em;
	text-align: center;
}

.history-grid:nth-child(1),
.history-grid:nth-child(3) {
	margin-top: 9em;
	border-bottom: 7px solid rgba(255, 255, 255, 0.29);
	padding: 0;
}

.history-grid {
	width: 31%;
}

.history-grid:nth-child(2) {
	border-bottom: 7px solid rgba(255, 255, 255, 0.29);
	padding: 0;
	margin: 0 3%;
}


/*-item_slider-*/

.carousel {
	margin-bottom: 0;
	padding: 0px;
}


/* The controlsy */

.carousel-control {
	left: -66px;
	height: 40px;
	width: 40px;
	background: none;
	border: 2px solid #000;
	border-radius: 50%;
	margin-top: 110px;
	color: #000;
	box-shadow: none;
	background-image: none!important;
	opacity: 0.9;
	line-height: 34px;
}

.carousel-control.right {
	right: -66px;
}


/*onload-popup*/

.text-center {
    text-align: center !important;
}
button.close.c3 {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: -9px;
    background: maroon;
    width: 38px;
    height: 38px;
    border-radius: 77%;
    border: 1px solid #000;
}
.btn-primary {
    background: #1dc1f8;
    border-left: 5px solid #0d8eb9;
    color: #FFF !important;
    transition: all ease-in-out 0.3s;
}
.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(176, 231, 254) 100%) padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-image: initial;
    border-radius: 6px;
    outline: 0px;
}
.modal-dialog.width-h2 {
    width: 264px;
    margin:12% auto;
}

/*//onload-popup*/

/* The indicators */

.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}

.thumbnail img {
	width: 100%;
}

.mid_slider_info {
	margin: 0 auto;
	width: 88%;
}


/*-//item_slider-*/


/*-/tab--*/

.tabs_section {
	background: #fff;
}

.rep-text h4 {
font-size: 22px;
color: #094859;
font-weight: 600;
margin-bottom: 1em;
border: 1px solid #1fcfec;
width:60%;
padding: 7px;
box-shadow: 0px 17px 19px #ddd;
text-align:center;
text-transform:uppercase;
letter-spacing:0;
}

.rep-img img {
	border: 1px solid rgba(62, 136, 233, 0.25);
	padding: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.menu-text-left h4 {
	font-size: 1em;
	margin: 0;
	color: #333;
	margin-bottom: 0.4em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.service_text h3 {
	font-size: 1.1em;
	color: #212121;
	text-transform: capitalize;
	letter-spacing: 2px;
}

.service_text h4 {
	font-size: .9em;
	text-transform: capitalize;
	margin: 1em 0 1em;
}

.service_text h5 {
	font-size: 1em;
	text-transform: capitalize;
	margin: .5em 0 1em;
	color: #34bf49;
}

.service_text ul li {
	display: inline-block;
	color: #0099e5;
}

.service_text ul li:last-child {
	font-weight: 600;
	color: #434546;
}

.service_text {
	margin-top: 2em;
}


/*-//tab--*/


/*-- stats --*/

.stats_left p {
	font-size: 3em;
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff;
	line-height: 1.5em;
}

.stats_left h4 {
	font-size: 1.1em;
	color: #074247 none repeat scroll 0% 0%;
	margin: 0;
	font-weight: 400;
}

.stats_left i {
	font-size: 3em;
	color: #ddd;
}

.stats_bottom_grid_left img {
	margin: 0 auto;
}

.testimonials {
	background: url(../images/testimonial.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 570px;
	padding-top: 6em;
}

.stats_test {
	padding: 6em 4em;
	background: #074247 none repeat scroll 0% 0%;
}

.stats_left {
	text-align: center;
	float: left;
	width: 25%;
	border: 1px solid #ccc;
	padding: 3em 1em;
}

.stats_left:nth-child(3) {
	border-right: 0px;
}

.stats_left:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}

.quote {
	text-align: center;
	margin-bottom: 30px;
}

.quote i {
	font-size: 3em;
	color: #fff;
}

p.test {
	color: #fff;
}


/*-------------------------------*/


/*    Carousel Fade Transition   */


/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
	background-color: #0099e5;
	border: none;
}

#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}

#fade-quote-carousel .profile-circle {
	margin: 0 auto;
	text-align: center;
}

.profile-circle img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: .3em;
	border: 2px solid #efefef;
}

.testimonials_inner h4 {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	margin-top: 1.3em;
}


/*-- /inner_banner --*/

.inner_banner {
	background: url(../images/banner4.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 200px;
}

.services-breadcrumb {
	padding: 1em 1em;
	background: #f5f5f5;
	text-align: center;
}

.services-breadcrumb ul li span {
	padding: 0 1.5em;
}

ul.short_w3ls_agile {
	text-align: left;
}

ul.short_w3ls_agile li {
	text-align: left;
	display: inline-block;
	letter-spacing: 1px;
	color: #555;
	font-size: 0.85em;
}

.inner_breadcrumb {
	padding: 0 4.1em;
}

ul.short_w3ls_agile li a {
	color: #34bf49;
	text-decoration: none;
}


/*-- //inner_banner --*/


/*-- /error --*/

.error-404 h4 {
	font-size: 12em;
	font-weight: 700;
	color: #333;
	margin: 0;
	padding: 0;
}

a.b-home {
	background: #34bf49;
	padding: 0.7em 1.5em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
}

a.b-home:hover {
	background: #0099e5;
}

.error-404 p {
	color: #444;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 1em 0;
}

.error-404 {
	text-align: center;
}


 .footer-grid_agileits_w3 input{width:100%;padding:8px;margin:5px;border:none;font-size:14px;
 	color:#333;}

 .footer-grid_agileits_w3 textarea{width:100%;padding:8px;margin:5px;border:none;font-size:14px;
 	color:#333;}

 .footer-text a{color:#ddd;padding-left:10px;font-size:15px;line-height:3em;}

 .footer-text p i{padding-right:10px;}

 .line{position:relative;}

 .line::before{position:absolute;
content: "";
width: 30%;
height: 2px;
border: solid #7AC1DB;
top: 7px;
left: 35%;
border-width: 0px 148px 0px 150px;
      }


 .line::after{
position: absolute;
content: "";
width: 28px;
background: #FFF none repeat scroll 0% 0%;
border: 2px solid #3E88E9;
left: 48.8%;
top: 6px;
 }
 .rep-text p {
    color: #333;
}

















@media(max-width:640px) {
	.error-404 h4 {
		font-size: 9em;
	}
}

@media(max-width:600px) {
	.error-404 h4 {
		font-size: 6em;
	}
	a.b-home {
		padding: 0.6em 1em;
		margin-top: 1em;
	}
}

@media(max-width:480px) {
	.error-404 h4 {
		font-size: 5em;
	}
	.error-404 p {
		font-size: 0.8em;
		letter-spacing: 5px;
		margin: 1em 0;
	}
	 .navbar-brand > img {
    display: block;
    width: 80%;
  }
}


/*-- //error --*/


/*--footer--*/

.footer_w3layouts_agileits{
	background: #222;
}

.footer_w3layouts_agileits h3,.footer_w3layouts_agileits h2{
	font-size: 1.3em;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.footer-grid_agileits_w3{
	padding: 4em 1em;
}

.footer p {
	color: #bfbfbf;
}

.footer-grid:nth-child(2) {
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}

.footer ul li.hd {
	color: #34bf49;
}

.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #333333;
}

.newsletter .email {
	outline: none;
	padding: 14px 15px;
	color: #fff;
	font-size: 14px;
	width: 80%;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #2d2d2d;
}

.newsletter {
	position: relative;
	margin-top: 2em;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 13px 0;
	text-align: center;
	text-decoration: none;
	background: #34bf49;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	width: 20%;
}


/*--//footer--*/


/*--/copyright--*/

ul.fallow li {
	display: inline-block;
	padding: 0 8px;
}

ul.fallow {
	margin-top: 1.5em;
}

a.facebook {
	color: #fff;
	font-size: 16px;
}

a.facebook:hover {
	color: #34bf49;
}

.copyrightbottom {
	text-align: center;
}

.copyright {
	background: #222222;
	color: #fff;
	padding: 1em 0;
	box-shadow: 0px 4px 9px #ddd;
}

.copyrightbottom p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 28px;
}

.copyrightbottom a {
	color: #ddd;
	text-decoration: none;
}

.copyrightbottom a:hover {
	color: #fff;
}

ul.fallow h4 {
	font-size: 0.95em;
	color: #fff;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_up.png) no-repeat 0px 0px;
}

.banner_bottom_left span{color: #3E88E9;font-size: 27px}

.lie2{position:relative;}

.lie2::after{
	  position: absolute;
content: "";
width: 65px;
background: #68F79C none repeat scroll 0% 0%;
top: -10px;
left: 0%;
height: 2px;
}
 .col-md-6.banner_bottom_left h5 {
    letter-spacing: 0px;
    font-size: 20px;
    padding-bottom: 10px;
    color: #3E88E9;
}


 .rep-text ul{padding:10px;width:50%;float:left;}

 .rep-text ul li{list-style:none;line-height:2.5em;color:#333;font-size:13px;border-bottom:1px dotted #ccc;}

 .rep-text ul li i{color:#3551b1;padding-right:10px;font-size:15px;}

 .menu2{float:right;margin:0;padding:0;}

 .grid1{display:flex;width:100%;border:1px solid #555;}

 .grid1 span{width:12%;padding: 10px;border-right: 1px solid #ccc;font-size: 15px;color:#333;}

 .grid1 p{font-size:13px;color:#333;padding:5px;}

 .rep-text h5{padding-bottom:1em;}

 .rep-img {padding-top: 5em;} .resp-tabs-list li p{color:#094859;font-size:13px;}

 .raj {font-weight:bold;}



/*--// copyright-- */


/*--responsive--*/

@media(max-width:1440px) {
	.logo {
		float: left;
width: 32%;
padding: 1px 0 0px 47px;
background: #fff;
	}
}

@media(max-width:1366px) {
	.banner-info_w3_agile {
		padding: 3em 0em 3em 0em;
		width: 23%;
		position: absolute;
		top: 13%;
		left: 6%;
	}
	.banner-top,
	.banner-top1,
	.banner-top2,
	.banner-top3 {
		min-height: 550px;
	}
	.callbacks_tabs {
		list-style: none;
		position: absolute;
		top: 37%;
		right: 6%;
	}
	.stats_left p {
		font-size: 3.5em;
	}
	.stats_left h4 {
		font-size: 1em;
		color:#ccc;
	}
	.inner_sec_info_w3ls_agile,
	.mail_form {
		margin-top: 3em;
	}
	.banner_bottom,
	.mid_slider,
	.tabs_section {
		padding: 3em 0px;
        box-shadow: 0px 4px 10px #ddd;
        margin-bottom: 2em;
	}
	.stats_test {
		padding: 5em 4em;
		box-shadow: 0px 4px 10px #ddd;
		margin-bottom:2em;
	}
	.testimonials {
		min-height: 535px;
		padding-top: 5em;
	}
}

@media(max-width:1280px) {
	ul.top-right-info {
		float: right;
		width: 24%;
	}
	.offset-2 {
		margin-left: 0px!important;
		margin: 0 auto;
		text-align: center;
		width: 100%!important;
	}
	blockquote {
		padding: 10px 0px!important;
		margin: 0 0 20px;
	}
	.banner_bottom,
	.mid_slider,
	.tabs_section {
		padding: 4em 0;
	}
	.stats_test {
		padding: 4em 3em;
	}
	.history {
		min-height: 612px;
		padding-top: 4.5em;
	}
}

@media(max-width:1080px) {
	.stats_left p {
		font-size: 3em;
	}
	.stats_left i {
		font-size: 3em;
	}
	.stats_left h4 {
		font-size: 0.95em;
	}
	.copyright ul li {
		padding: 0 5px;
	}
	.carousel-control {
		left: -40px;
		margin-top: 75px;
		line-height: 34px;
	}
	.carousel-control.right {
		right: -41px;
	}
	.history {
		min-height: 621px;
		padding-top: 5.5em;
	}
	.b_right {
		padding: 0 2px;
	}
	.b_left {
		padding: 0 2px;
	}
	.banner-top,
	.banner-top1,
	.banner-top2,
	.banner-top3 {
		min-height: 529px;
	}
	.callbacks_tabs {
		top: 33%;
		right: 6%;
	}
	.adrees_info {
		width: 76%;
		float: left;
		margin-top: 1em;
	}
	.banner-info_w3_agile {
		padding: 2em 0em 2em 0em;
		width: 29%;
		position: absolute;
		top: 13%;
		left: 6%;
	}
	.banner-info_w3_agile p {
		font-size: 1.4em;
		margin: 0.5em 0;
		letter-spacing: 3px;
	}
	.callbacks_nav.prev {
		background: #fff url(../images/left1.png) no-repeat 12px 19px;
		left: 71px;
	}
	.callbacks_nav.next {
		background: #fff url(../images/right1.png) no-repeat 12px 19px;
		left: 142px;
	}
	h5.coming {
		position: absolute;
		bottom: 23%;
		left: 6%;
		font-size: 1.8em;
		letter-spacing: 2px;
	}
	h3.tittle {
		font-size: 2.7em;
	}
	.newsletter {
		margin-top: 1em;
	}
	.footer-grid_agileits_w3{
		padding: 3em 1em;
	}
	.news-right h4 {
		font-size: 2.3em;
		font-weight: 500;
	}
	.history {
		min-height: 570px;
		padding-top: 4em;
	}
}

@media(max-width:1024px) {
	.carousel-control {
		left: -40px;
		margin-top: 66px;
		line-height: 34px;
	}
}

@media(max-width:991px) {
	.logo {
		float: left;
		width: 32%;
		padding: 35px 0 51px 40px;
	}
	ul.top-right-info {
		float: right;
		width: 24%;
		padding: 45px 0px 50px 0px;
	}
	.history-grid h4 {
		font-size: 1.4em;
	}
	.news-left {
		padding-left: 0;
		padding: 0;
		width: 100%;
	}
	.b_right,
	.b_left {
		padding: 0 2px;
		float: left;
	}
	.news-right {
		width: 100%;
		float: right;
		padding: 0;
		margin-top: 2em;
	}
	.footer,
	.banner_bottom,
	.mid_slider {
		padding: 4em 0;
	}
	.history-grid:nth-child(1),
	.history-grid:nth-child(3) {
		margin-top: 0;
		border-bottom: 7px solid rgba(255, 255, 255, 0.29);
		padding: 0;
	}
	.adrress_top {
		float: right;
		width: 65%;
	}
	.visit,
	.mail-us {
		text-align: left;
		float: left;
		width: 97%;
	}
	.mail-us {
		margin-top: 0.5em;
	}
	.history-grid {
		width: 46%;
		float: left;
	}
	.history {
		min-height: 680px;
		padding-top: 4.5em;
	}
	.history-grid:nth-child(3) {
		margin-top: 1.8em;
	}
	.footer-grid:nth-child(2) {
		margin: 2em 0;
	}
	.footer-grid_agileits_w3{
		padding: 0em 1em;
	}
	.footer-grid:nth-child(3) {
		margin-bottom: 1em;
	}
	.copyrightbottom {
		float: none;
		text-align: center;
	}
	.copyrighttop {
		float: none;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.carousel-control {
		left: -40px;
		margin-top: 59px;
		line-height: 34px;
	}
	.rep-text {
		margin-top: 1em;
	}
}

@media(max-width:900px) {
	.stats_test {
		padding: 4em 2em;
	}
	.stats_left {
		text-align: center;
		float: left;
		width: 50%;
		border: 1px solid #17a52c;
		padding: 3em 1em;
	}
	.stats_left:nth-child(2) {
		border-left: 0px;
		border-right: 1px solid #17a52c;
	}
	.stats_left:nth-child(3) {
		border-right: 0px;
		border-top: 0px;
	}
	.stats_left.counter_grid3 {
		border-top: 0px;
	}
}

@media(max-width:800px) {
	.banner-top,
	.banner-top1,
	.banner-top2,
	.banner-top3 {
		min-height: 460px;
	}
	.banner-info_w3_agile h3 {
		font-size: 1.8em;
	}
	.banner-info_w3_agile p {
		font-size: 1.3em;
		margin: 0.5em 0;
		letter-spacing: 2px;
	}
	.banner-info_w3_agile {
		padding: 2em 0em 2em 0em;
		width: 34%;
		position: absolute;
		top: 13%;
		left: 8%;
	}
	.top-right-info li {
		margin: 0px 5px;
	}
	.news-right h4 {
		font-size: 2em;
	}
	h3.tittle {
		font-size: 2.3em;
	}
	.carousel-control {
		left: -40px;
		margin-top: 44px;
		line-height: 34px;
	}
	.history-grid h4 {
		margin-bottom: 1em;
		font-size: 1.4em;
	}
	.history {
		min-height: 655px;
		padding-top: 4.5em;
	}
	.inner_banner {
		min-height: 146px;
	}
	.inner_breadcrumb {
		padding: 0 3.1em;
	}
	h5.coming {
		position: absolute;
		bottom: 20%;
		left: 8%;
		font-size: 1.6em;
		letter-spacing: 2px;
	}
	.cd-search input {
		font-size: 1em;
		padding: 1em 4em;
		letter-spacing: 3px;
	}
}

@media(max-width:767px) {
	.cd-header-buttons {
		top: 11px;
		left: 51px;
	}
	.cd-search input {
		font-size: 1em;
		padding: 1em 3em;
		letter-spacing: 2px;
	}
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
	.navbar-nav {
		float: left;
		margin: 0;
		margin-left: 0em;
		width: 100%;
		background: #eee;
		margin-top: 1em;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		margin-left: 0em;
		background: #eee;
		margin-top: 1em;
		padding: 1em 1em;
	}
	.navbar-nav>li {
		float: none;
		margin: 0 4px;
	}
	.contact-in {
		padding-left: 0;
		padding: 0;
	}
	.main-content {
		padding: 3em 1em;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none!important;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none!important;
	}
	.multi-column-dropdown li a {
		display: block;
		clear: both;
		line-height: 1.428571429;
		color: #fff;
		white-space: normal;
	}
	.navbar-default a.navbar-brand h1 {
		margin-top: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding: 10px 14px;
		text-align: center;
	}
	.navbar-nav>li {
		float: none;
		margin: 3px 0px;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
		background: #c2d9ea;
		color: #111;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		color: #222;
	}
	ul.dropdown-menu.sub-menu {
		background: #9ac6e6!important;
	}
	.callbacks_tabs {
		top: 27%;
		right: 6%;
	}
	.callbacks_nav.prev {
		left: 60px;
	}
	.callbacks_nav.next {
		left: 132px;
	}
	.inner_sec_info_w3ls_agile,
	.mail_form {
		margin-top: 2em;
	}
}

@media(max-width:736px) {
	.banner-info_w3_agile h3 {
		font-size: 2.3em;
	}
}

@media(max-width:667px) {
	ul.top-right-info {
		float: right;
		width: 25%;
	}
	.carousel-control.right {
		right: -20px;
	}
	.carousel-control {
		left: -14px;
		margin-top: 32px;
		line-height: 34px;
	}
	.navbar-brand {
		float: none;
		text-align: center;
	}
	.navbar-brand {
		font-size: 31px;
		line-height: 27px!important;
		height: 64px!important;
	}
	.adrress_top {
		
		width: 100%;
	}
	.logo img {
    width: 40%;
    margin: -3px auto;
    display: block;
    padding: 0px;
  }
   .visit, .mail-us {
    text-align: left;
    float: left;
    width: 95%;
    margin-top: 10px;
 }
 .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #282828;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 0;
    left: 100px;
}
	.logo {
		float: left;
		width: 100%;
		padding: 10px 20px;
	}
	.adrees_info {
		width: 89%;
float: left;
margin-top: 0em;
display: inline-flex;
	}
	.banner-info_w3_agile h3 {
		font-size: 2em;
	}
	.banner-info_w3_agile p {
		font-size: 1.2em;
		margin: 0.5em 0;
		letter-spacing: 2px;
	}
	.banner-info_w3_agile {
		padding: 2em 0em 2em 0em;
		width: 40%;
		position: absolute;
		top: 13%;
		left: 8%;
	}
}

@media(max-width:640px) {
	.navbar-brand {
		padding: 0 0px;
	}
	.cd-header-buttons {
		top: 11px;
		left: 14px;
	}
	.history-grid {
		width: 100%;
		float: left;
	}
	.story-img img {
		width: 81%;
		padding: .3em;
		margin-bottom: 1em;
	}
	.history-grid:nth-child(2) {
		border-bottom: 7px solid rgba(255, 255, 255, 0.29);
		padding: 0;
		margin: 4% 0%;
	}
	.history-grid:nth-child(3) {
		margin-top: 0;
	}
	.history {
		min-height: 660px;
		padding-top: 3.5em;
		padding-bottom: 4em;
	}
	.footer,
	.banner_bottom,
	.mid_slider {
		padding: 3em 0;
	}
	.inner_sec_info_w3ls_agile,
	.mail_form {
		margin-top: 2em;
	}
	.news-right h4 {
		font-size: 2em;
	}
	.visit,
	.mail-us {
		text-align: left;
		float: left;
		width: 97%;
		padding: 0;
	}
	.testimonials {
		min-height: 480px;
		padding-top: 4em;
	}
	.news-right h4 {
		font-size: 1.7em;
	}
	.stats_left i {
		font-size: 2.3em;
	}
}

@media(max-width:600px) {
	.inner_breadcrumb {
		padding: 0 0.1em;
	}
	.top-right-info li {
		margin: 0px 6px;
	}
	.ab_info h4 {
		margin-top: 1em;
		font-size: 1.2em;
	}
	.banner-info_w3_agile h6 {
		font-size: 0.8em;
		padding: 1em;
		letter-spacing: 1px;
	}
	h5.coming {
		position: absolute;
		bottom: 20%;
		left: 8%;
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.banner-info_w3_agile {
		padding: 2em 0em 2em 0em;
		width: 43%;
		position: absolute;
		top: 10%;
		left: 2%;
	}
	h5.coming {
		position: absolute;
		bottom: 21%;
		left: 2%;
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.callbacks_nav.prev {
		left: 15px;
	}
	.callbacks_nav.next {
		left: 87px;
	}
	.news-main {
		margin-top: 3em;
		padding-top: 2em;
	}
	.news-main {
		margin-top: 2em;
		padding-top: 2em;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		padding: 7px 14px;
		text-align: center;
	}
}

@media(max-width:480px) {
	.visit,
	.mail-us {
		text-align: left;
		float: left;
		width: 100%;
		padding: 0;
	}
	.callbacks_tabs li {
		display: block;
		margin: 1px 0px;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.adrees_info {
    width: 97%;
    float: left;
    margin-top: 0em;
    display: inline-flex;
  }
   .adrees_info p {
    font-size: 13px;
    color: #fff;
    margin-top: 0.5em;
    position: relative;
    right: 19px;
}
   .adrress_top span.fa {
    margin-left:10px;
    color: #fff;
    font-size: 1.2em;
 }
  .copyrightbottom p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    padding: 10px;
}
	.callbacks_tabs {
		top: 27%;
		right: 6%;
	}
	.b_right,
	.b_left {
		padding: 0 2px;
		float: left;
		width: 50%;
	}
	.slidering {
		width: 50%;
	}
	.carousel-control {
		left: -14px;
		margin-top: 148px;
		line-height: 34px;
	}
	.quote i {
		font-size: 2em;
	}
	#fade-quote-carousel.carousel .carousel-indicators {
		bottom: 30px;
	}
	.banner-info_w3_agile p {
		font-size: 0.9em;
		margin: 1em 0;
		letter-spacing: 2px;
	}
	.callbacks_nav {
		height: 50px;
		width: 50px;
	}
	.footer h3,
	.footer h2 {
		font-size: 1.2em;
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	.footer-grid_agileits_w3{
		padding: 0;
	}
	.banner-top,
	.banner-top1,
	.banner-top2,
	.banner-top3 {
		min-height: 380px;
	}
	.banner-info_w3_agile h3 {
		font-size: 1.8em;
	}
	.banner-info_w3_agile p {
		font-size: 0.9em;
		margin: 0.5em 0;
		letter-spacing: 1px;
	}
	.banner-info_w3_agile {
		padding: 1.5em 0em 1.5em 0em;
		width: 46%;
		position: absolute;
		top: 10%;
		left: 2%;
	}
	.banner-info_w3_agile a {
		padding: 9px 20px;
		letter-spacing: 1px;
		font-size: 13px;
		margin: 1em 0em 0 0em;
	}
	h5.coming {
		position: absolute;
		bottom: 21%;
		left: 2%;
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.callbacks_nav.prev {
		background: #fff url(../images/left1.png) no-repeat 5px 12px;
		left: 13px;
	}
	.callbacks_nav.next {
		background: #fff url(../images/right1.png) no-repeat 5px 13px;
		left: 65px;
	}
	.history-grid h4 {
		margin: 1em 0 1em 0;
		font-size: 1.2em;
	}
	h3.tittle {
		font-size: 2em;
	}
	.stats_test {
		padding: 3em 1em;
	}
	.stats_left p {
		font-size: 2.5em;
	}
}

@media(max-width:440px) {
	.news-right h4 {
		font-size: 1.8em;
	}
	h3.tittle {
		font-size: 2em;
	}
	.history {
		min-height: 660px;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.history-grid h4 {
		margin-bottom: 1em;
		font-size: 1.3em;
	}
	.banner-info_w3_agile h3 {
		font-size: 1.8em;
	}
	.inner_banner {
		min-height: 120px;
	}
	.navbar-toggle {
		float: right;
		margin-right: 8px;
	}
	.banner-info_w3_agile {
		padding: 1.5em 0em 1.5em 0em;
		width: 46%;
		position: absolute;
		top: 7%;
		left: 2%;
	}
	 .line::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    border: solid #7AC1DB;
    top: 7px;
    left: 0%;
    border-width: 0px 148px 0px 150px;
}
 .col-md-6.banner_bottom_left h5 {
    letter-spacing: 0px;
    font-size: 13px;
    padding-bottom: 10px;
    color: #3E88E9;
    line-height: 1.6;
}
}

@media(max-width:414px) {
	.banner-top,
	.banner-top1,
	.banner-top2,
	.banner-top3 {
		min-height: 300px;
	}
	 .logo img {
    width: 60%;
    margin: 0px auto;
    display: block;
    padding: 0px;
   }
    .adrees_info {
    width: 100%;
    text-align: center;
    margin-top: 0em;
    display: inline-flex;
}
 .visit, .mail-us {
    text-align: center;
    float: left;
    width:168px;
    padding: 0;
    display: inline-flex;
}
.adrress_top a {
    font-size: 14px;
    color: #fff;

	.stats_left h4 {
		font-size: 0.9em;
	}
	.thumbnail {
		display: block;
		padding: 4px;
		margin-bottom: 9px;
	}
	.banner-info_w3_agile h3 {
		font-size: 1.4em;
	}
	.banner-info_w3_agile h6 {
		font-size: 0.75em;
		padding: 0.5em;
		letter-spacing: 1px;
	}
	.banner-info_w3_agile a {
		padding: 5px 13px;
		letter-spacing: 1px;
		font-size: 12px;
		margin: 0.8em 0em 0 0em;
	}
	.inner-nav_wthree {
		margin: 0 auto;
		width: 99%;
	}
	.cd-header-buttons {
		top: 10px;
		left: 10px;
	}
	.banner_bottom_left h4 {
		font-size: 1.4em;
	}
	.banner_bottom_left {
		padding: 0 3px;
	}
	.banner_bottom_grid.help {
		padding: 0;
	}
	.news-right h4 {
		font-size: 1.6em;
	}
	.inner_sec_info_w3ls_agile,
	.mail_form {
		margin-top: 1.8em;
	}
	.banner_bottom,
	.mid_slider,
	.tabs_section {
		padding: 3em 0;
	}
	h3.tittle {
		font-size: 1.8em;
	}
	.stats_left h4 {
		font-size: 0.8em;
	}
	.cd-search input {
		font-size: 1em;
		padding: 1em 1em;
		letter-spacing: 2px;
	}
	.caption_story {
		float: right;
		width: 61%;
	}
	 .line::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    border: solid #7AC1DB;
    top: 7px;
    left: 0%;
    border-width: 0px 148px 0px 150px;
}
 .col-md-6.banner_bottom_left h5 {
    letter-spacing: 0px;
    font-size: 13px;
    padding-bottom: 10px;
    color: #3E88E9;
    line-height: 1.6;
}
}

@media(max-width:384px) {
	.banner-info_w3_agile {
		padding: 1.5em 0em 1.5em 0em;
		width: 46%;
		position: absolute;
		top: 7%;
		left: 2%;
	}
	 .col-md-6.banner_bottom_left h5 {
    letter-spacing: 0px;
    font-size: 13px;
    padding-bottom: 10px;
    color: #3E88E9;
    line-height: 1.6;
}
	.cd-header-buttons {
		top: 10px;
		left: 9px;
	}
	p {
		margin: 0;
		font-size: 0.85em;
	}
	.stats_left {
		float: left;
		width: 100%;
		border: 1px solid #17a52c;
		padding: 2em 1em;
	}
	.stats_left h4 {
		font-size: 1em;
	}
	.stats_left:nth-child(2) {
		border-left: 1px solid #17a52c;
		border-right: 1px solid #17a52c;
		border-top: 0px;
	}
	.stats_left:nth-child(3) {
		border-right: 1px solid #17a52c;
		border-top: 0px;
	}
	 .navbar-brand > img {
    display: block;
    width:70%;
 }
  .line::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    border: solid #7AC1DB;
    top: 7px;
    left: 0%;
    border-width: 0px 148px 0px 150px;
 }
  .adrees_info h4 {
    font-size: 13px;
    color: #fff;
}
 .adrress_top span.fa {
    margin-left:10px;
    color: #fff;
    font-size: 1.2em;
 }
  .adrees_info p {
    font-size: 0.75em;
    color: #fff;
    margin-top: 0.5em;
    position: relative;
    right: 30px;
}
}

@media(max-width:375px) {
	.news-right h4 {
		font-size: 1.4em;
	}
	 .adrees_info p {
    font-size: 0.75em;
    color: #fff;
    margin-top: 0.5em;
    position: relative;
    right: 44px;
}
 .adrees_info h4 {

    font-size: 13px;
    color: #fff;
    position: relative;
    right: 15px;

}
	 .col-md-6.banner_bottom_left h5 {
    letter-spacing: 0px;
    font-size: 13px;
    padding-bottom: 10px;
    color: #3E88E9;
    line-height: 1.6;
}
 .banner_bottom_left span {
    color: #3E88E9;
    font-size: 15px;
}
	.carousel-control {
		left: -3px;
		margin-top: 98px;
		line-height: 34px;
	}
	.carousel-control.right {
		right: -3px;
	}
	.top-right-info li i {
		padding-top: 0px;
	}
	.adrress_top span.fa {
		margin-right: 10px;
		font-size: 0.9em;
	}
	.banner-info_w3_agile {
		padding: 1.5em 0em 1.5em 0em;
		width: 50%;
		position: absolute;
		top: 7%;
		left: 2%;
	}
	.callbacks_tabs {
		top: 20%;
		right: 6%;
	}
	.adrees_info p {
		font-size: 0.7em;
		margin-top: 0.5em;
	}
}

@media(max-width:320px) {
	.contact-text {
		padding: 0 5px;
	}
	 .rep-text a {
    padding: 10px;
    background: #3E88E9 none repeat scroll 0% 0%;
    text-align: center;
    color: #FFF;
    margin: 18px auto;
    display: block;
    width: 70%;
  }
	.adrees_info h4 {
		font-size: 0.9em;
	}
	.top-right-info li {
		margin: 0px 4px;
	}
	.top-right-info li i {
		padding-top: 0px;
		font-size: 0.8em;
	}
	.callbacks_nav.prev {
		background: #fff url(../images/left1.png) no-repeat 5px 12px;
		left: 8px;
	}
	.callbacks_nav.next {
		background: #fff url(../images/right1.png) no-repeat 5px 13px;
		left: 60px;
	}
	.story-img {
		float: left;
		width: 32%;
	}
	.caption_story p {
		font-size: 0.8em;
	}
	.caption_story {
		float: right;
		width: 67%;
		margin-bottom: 0.5em;
	}
	.history-grid h4 {
		font-size: 11px;
        margin-bottom: 10px;
	}
	.history {
		min-height: 603px;
		padding-top: 3em;
		padding-bottom: 1em;
	}
	.contact-text {
		padding: 0;
	}
	h5.coming {
		position: absolute;
		bottom: 21%;
		left: 2%;
		font-size: 1.1em;
		letter-spacing: 0px;
	}
	.banner-info_w3_agile {
		padding: 1.5em 0em 1.5em 0em;
		width: 58%;
		position: absolute;
		top: 8%;
		left: 2.5%;
	}
	.banner_bottom,
	.mid_slider,
	.tabs_section {
		padding: 2.2em 0;
	}
	.banner_bottom_left h4 {
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
	h3.tittle {
		font-size: 1.5em;
	}
	.inner_sec_info_w3ls_agile,
	.mail_form {
		margin-top: 1.5em;
	}
	.contact-icon {
		padding-left: 11px;
	}
	 .visit, .mail-us {

    text-align: center;
    float: left;
    width: 145px;
    padding: 0;
    display: inline-flex;
  }
  .navbar-toggle {
    float: right;
    margin-right: 17px;
 }
}
