
body {
	margin: 0;
	font-family: 'IBM Plex Sans', sans-serif;
	background: #fff;
}

body a,
.slider-info a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}
.agile_banner.bg111 {
    background: url(../images/b2b.jpg) center no-repeat !important;
   background-size: 100% 100% !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
   background-size: 100% 100% !important;
    height: 780px !important;
}

@media only screen and (max-width: 1124px) {
 .card {
    padding: 0px !important;
    background-color: #7772724a;
    color: #FFF;
    width: 100%;
    float: left;
}
}

section.inner-banner-agile {
    background-size: 100% !important;
    min-height: 500px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

p {
	margin: 0;
	color: #777;
	font-size: 1em;
	line-height: 1.8;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

/*-- bottom-to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* nav */

h1.logo_wthree {
	position: absolute;
	top: 3%;
	left: 46%;
	text-transform: capitalize;
	width: 8%;
	z-index: 1;
}

h1.logo_wthree a {
	color: #fff;
	font-size: 0.8em;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

/* /nav */

/* banner */

.layer {
	padding: 20vw 0;
}
.agile_banner.bg11 {
	background:url(../images/b2a.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 780px;
}

.agile_banner.bg1 {
	background: url(../images/bg1.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 780px;
}

.agile_banner.bg2 {
	background: url(../images/bg2.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 780px;
}

.agile_banner.bg3 {
	background: url(../images/bg3.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 780px;
}

.agile_banner.bg4 {
	background: url(../images/bg44.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: 980px;
}

.banner_text_wthree h4 {
	text-transform: uppercase;
	color: #fff;
	word-spacing: 3px;
	letter-spacing: 3px;
	font-size: 3.5em;
	font-weight: 400;
}

ul.list-inline.bnr_list_w3 li a,
a.btn-slide {
	letter-spacing: 1px;
	background:#ffcb05;
	padding: 0.5em 2em;
	border: 1px solid transparent;
}
section.inner-banner-agile {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
}
/* banner text effect */

.banner_text_wthree h3 {
	position: relative;
	color: rgba(0, 0, 0, .3);
	font-size: 6em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 4px;
}

.banner_text_wthree h3:before {
	content: attr(data-text);
	position: absolute;
	overflow: hidden;
	max-width: 7em;
	white-space: nowrap;
	color: #fff;
	animation: loading 7s linear;
	text-shadow: 1px 1px 1px #000;
}

@keyframes loading {
	0% {
		max-width: 0;
	}
}

/* //banner text effect */

/* //banner vertical carousel slider */

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.carousel-item-next,
.active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
}

.carousel-item-prev,
.active.carousel-item-left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
}
/*
.carousel-indicators {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	right: 10px;
	left: auto;
	width: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
*/
.carousel-indicators{
        position: absolute;
    top: auto;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 0000;
    left: 0;
    width: auto;
}
.carousel-indicators li {
	display: block;
	margin-bottom: 5px;
	width: 10px;
	height: 7px;
	background: #fff;
	cursor: pointer;
}

.carousel-indicators li.active {
	margin-bottom: 5px;
	width: 50px;
	background: #ffcb05;
}

/* //banner vertical carousel slider */

/* //banner */
/* banner bottom */

h2.tittle,h3.tittle {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

h2.tittle span,h3.tittle span {
    font-size: 18px;
    display: block;
    color: #ffcb05;
    font-weight: 600;
    letter-spacing: 4px;
}

.agileits_works-grid1 {
    position: relative;
}

img.img-fluid.img-posi-2 {
    position: absolute;
    top: 11%;
    left: 0%;
    border: 12px solid #fff;
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.32);
}

.agileits_works-grid {
    padding: 3em 12em 0 12em;
}

/* //banner bottom */
/*-- testimonials--*/

.testi-agile {
	background: url(../images/bg12.jpg) no-repeat center;
	background-size: cover;

	position: relative;
}
.testi-agile11 {
	background: url(../images/bronzes.jpg) no-repeat center;
	background-size: cover;

	position: relative;
}

.layer_testi {
	background: rgba(41, 39, 36, 0.54);
	    height: 100%;
	     float:left;
    width:100%;
}

.test-review p {
	max-width: 550px;
	letter-spacing: 1px;
}

.test-review p {
	max-width: 350px;
}

.img-agile i {
	font-size: 3em;
	color: rgba(220, 219, 215, 0.34);
}
.carousel-control.left,
.carousel-control.right {
	background: none;
	width: 25px;
}

.carousel-control.left {
	left: -25px;
}

.carousel-control.right {
	right: -25px;
}

.broun-block {
	padding-bottom: 34px;
}

.block-text {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 0 #2c2222;
	color: #000;
	margin-top: 27px;
	padding: 15px 18px;
}

.block-text span {
	color: #eb5c74;
}

.block-text h6 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 21px;
	font-family: 'Raleway', sans-serif;
}

.mark {
	background: none;
}

.block-text p {
	color: #585858;
	font-style: italic;
}

.block {
	display: block;
}

.zmin {
	z-index: 1;
}

.ab {
	position: absolute;
}

.person-text {
	padding: 10px 0 0;
	text-align: center;
	z-index: 2;
}

.person-text h5 {
	color: #eb5c74;
	display: block;
	font-size: 1.2em;
	margin: 10px 0 5px;
	font-family: 'Raleway', sans-serif;
}

.person-text i {
	color: #000;
}

.rel {
	position: relative;
	background: #eaeaea;
	padding: 2em;
}

.person-text.rel {
	background: transparent;
}
.test-img {
    border-radius: 0%;
    width: 100%;
        height: 410px;
    margin-top: 30px;
}
section.wthree-row.testi-agile h6 {
    font-size: 22px;
}
i.fa.fa-quote-right,i.fa.fa-quote-left {
    color: #ffcb05;
}
/*-- testimonials--*/
/* news */
.pricing1 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pricing1:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.price-top {
    position: relative;
}

.price-top h3 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    background:#ffcb05;
    padding: 10px 25px;
    bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}

.price-top h3 span {
    display: block;
    font-weight: 100;
    font-size: 16px;
}

.price-bottom {
    background:#f1f1f1;
}

.price-bottom h4 {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.price-bottom i {
    color: #ffcb05;
}

.price-bottom a {
    color: #999;
    letter-spacing: 1px;
    font-size: 15px;
}

.price-bottom a:Hover {
    color: #000;
}

/* //news */
/* blogs */


.blogs-main img {
    float: left;
    margin-top: 0em;
}

.inner-blogs-w3ls {
    position: relative;
}

.blogs-info-wthree {
    padding: 4em;
    width: 56%;
    float: left;
    background: #fff;
    box-shadow: 0px 1px 15px 3px rgba(0, 0, 0, 0.23);
    position: absolute;
    right: 12%;
}
.blogs {
    background: url(../images/bh4.jpg);
}
.blogs-info-wthree h5 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.4;
}

a.button-w3ls {
    color: #5eca9f;
    font-size: 17px;
    letter-spacing: 1px;
	    font-weight: 600;
}

/* //blogs */
section.newsletter_right_w3agile{
    background: url(../images/b2b.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.n-right-w3ls {
    padding: 4em;
    background:rgba(60, 79, 86, 0.77);
    width: 70%;
    margin: 0 auto;
}

.n-right-w3ls .form-group .form-control {
    display: block;
    width: 100%;
    padding: 1em 1em;
    border: 1px solid #fff;
	background:rgba(60, 79, 86, 0.77);
    letter-spacing: 1px;
    font-size: 0.9em;
	color:#fff;
	border-radius: 50px;
}

ul.links-nav li {
    list-style: none;
    margin-left: 1em;
}

ul.links-nav li a {
    color: #929394;
    letter-spacing: 1px;
    font-size: 0.9em;
}

ul.links-nav li a.active,
ul.links-nav li a:hover {
    color: #fff;
}

p.copy-right a {
    color: #ff4e00;
}
footer {
    background: #131314;
}
.social_list1 li {
    display: inline-block;
}
.n-right-w3ls .form-group input.form-control.submit {
    background: #ffcb05;
    border: 1px solid #ffcb05 !important;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    padding: 0.8em 1em;
}
.footer-grid1-wthree-agileits h3,
.footer-grid h3 {
	font-size: 1.4em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

.footer-grid1-wthree-agileits p {
	color: #5b5d5f;
	outline: none;
	letter-spacing: 1px;
}

.footer-cpy {
	border-top: 1px solid;
}

.copyrightbottom-w3ls-agile p a {
	color: #fff;
}

.footer-grid1-wthree-agileits a {
	color: #5b5d5f;
	outline: none;
	letter-spacing: 1px;
}

.footer-grid1-wthree-agileits a:hover {
	color: #ccc;
}

.footer-grid1-wthree-agileits a.read {
	color: #aaa;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 12px 20px;
	display: inline-block;
	margin-top: 1.5em;
	background: rgba(241, 245, 249, 0.08);
}

.footer-grid1-wthree-agileits a.read:hover {
	background: #ddd;
	color: #333;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background: none;
	border: none;
}

.instagram-posts {
	margin: 0 auto;
	width: 90%;
}

.tech-btm h5 {
	line-height: 1em;
}

.tech-btm h5 a {
	font-size: 15px;
	color: #5b5d5f;
}

.tech-btm img {
	border: 2px solid #bbb;
	padding: .3em;
}

.sub-meta span {
	font-size: 0.8em;
	color: #aaa;
	line-height: 2.5em;
}

ul.footer-bottom-list li span {
	width: 25px;
	color: #aaa;
	padding-left: 0;
}

ul.footer-bottom-list li {
	list-style: none;
	margin-bottom: 1em;
	color: #8c9398;
}

/*-- //subscribe --*/

/*--footer--*/

/*--social-icons--*/

.icon-social {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	margin-top: 1em;
}

/** Button Code **/

.button-footr {
	width: 64px;
	height: 64px;
	line-height: 60px;
	display: block;
	position: relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #444;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	color: #333;
}

.button-footr:hover {
	color: #fff;
}

.button-footr:after {
	position: absolute !important;
	content: "";
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	right: 6px;
	top: 6px;
	background-color: #32343a;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 1\9;
	visibility: visible\9;
	display: none\9;
	-moz-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	z-index: -1;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button-footr:hover:after {
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	display: block\9;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*--//social-icons--*/

.copyright a {
	color: #fff;
}

/*--//footer--*/

/*-- /model --*/

.modal-body h4 {
	margin: 1em 0 0.5em;
	font-size: 1.2em;
}

h5#exampleModalLongTitle {
	font-size: 1.6em;
}

/*-- //model --*/

/*--/copyright--*/
li.breadcrumb-item {
    font-size: 1em;
    letter-spacing: 3px;
}

li.breadcrumb-item a {
    color: #ffcb05;
}

.breadcrumb-item.active {
    color: #888;
}

ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #f1f1f1;
}
/* typography */
.typo-wthree h4 {
	color:#000000;
	font-size: 1.5em;
	text-transform: capitalize;
}
.bg-flex {
    background-color: #ffcb05;
    border: 1px solid rgb(164, 220, 215);
}
.bg-flex-item {
	background-color: #fff;
	border: 1px solid #d7d8d8;
}

.typo-wthree h5 {
	color: #333;
}

/* //typography */
/* about */

h5.tittle-w3 {
    font-size: 70px;
}

h3.subheading-wthree {
    color: #ffcb05;
    font-size: 25px;
    letter-spacing: 3px;
}

.about-w3ls-right ul li {
    font-size: 15px;
    letter-spacing: 1px;
    color: #777;
}

.about-w3ls-right ul li i {
    color: #000;
}

/* //about */

/* middle section */

.section-middle {
    position: relative;
}

.left-gids-agile {
    background: #ffe5e5;
    padding: 8em 24em 6em 10em;
    min-height: 750px
}

h4.bottom-title-w3ls {
    line-height: 1.6;
    font-size: 28px;
    border-bottom: 2px solid #deb8b8;
}

.left-gids-agile i {
    font-size: 60px;
}

img.img-fluid.img-posi {
    position: absolute;
    right: 33%;
    top: 14%;
}

.w3ls-right {
    background: url(../images/bg2.jpg) no-repeat bottom;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
}

.agile-width {
    max-width: 550px;
    float: right;
    padding: 5em 6em;
}

/* //middle section */
/* team */

.w3layouts_banner_bottom_grid {
    position: relative;
    overflow: hidden;
}

.w3layouts_banner_bottom_grid_pos {
    position: absolute;
    bottom: 8%;
    right: 0;
    text-align: right;
}

.w3layouts_banner_bottom_grid_pos p {
    background: rgba(0, 0, 0, 0.66);
    font-size: 16px;
}

.w3layouts_banner_bottom_grid_pos p:last-child {
    margin: 0;
}

.social-bnr-agileits {
    background:rgba(128, 183, 178, 0.66);
    display: inline-block;
}

.social-bnr-agileits ul li {
    display: inline-block;
}

.social-bnr-agileits ul li a {
    color: #fff;
    font-size: 14px;
}

.social-bnr-agileits ul li a:hover {
    color: #000;
}

/* //team */
/* services */

.serv_bottom {
    background: #ffcb05;
	color:#fff;
}
.serv_bottom:hover {
	 background: #ffcb05;
	color:#fff;
}
h5.card-title {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color:#ffcb05;
    font-weight: 600;
}
p.card-text {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.card-body.w3ls-card a {
    font-size: 14px;
    padding: 8px 18px;
    background: #ffcb05;
    outline: none;
    border: none;
    display: inline-block;
	letter-spacing: 2px;
}
/* //services*/
/*--/contact--*/

.main_grid_contact {
    background: #f7f7f7;
    padding: 9em 5em;
}

.main_grid_contact label {
    color: #ffcb05;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 600;
}

.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #fff;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    border-radius: 0px;
}

.main_grid_contact textarea {
    min-height: 80px;
    margin: 1em 0em;
    resize: none;
}

.main_grid_contact .input-group1 input[type="submit"] {
    outline: none;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    background: #1b1e21;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
}

.main_grid_contact .input-group1 input[type="submit"]:hover {
    background: #ffcb05;
}

.map {
    padding: 0;
}

.map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.address-grid-w3l i {
    font-size: 1.5em;
    color: #ffcb05;
}

.address-right h6 {
    font-size: 0.9em;
    color: #585858;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    font-weight: 600;
}

.address-right p,
.address-right p a {
    color: #7c848c;
}

.main_grid_contact h4 {
    font-size: 1.2em;
    color: #4e4f50;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    text-transform: uppercase;
}

/*--/contact--*/
.agileits_works-grid{
	float:left;
	width:50%;
}
.agileits_works-grid1{
	float:right;
	width:50%;
}
/* -- Responsive code -- */
@media screen and (max-width: 1600px) {
	#menu ul {
		margin-top: 100px;
	}
}

@media screen and (max-width: 1440px) {
img.img-fluid.img-posi-2 {
    left: -6%;
}
}
@media screen and (max-width: 1366px) {
	h1.logo_wthree {
		left: 45%;
		width: 10%;
	}
}

@media screen and (max-width: 1280px) {
	.agileits_works-grid {
    padding: 3em 6em 0 6em;
}
img.img-fluid.img-posi-2 {
    left: -12%;

}
}
@media screen and (max-width: 1080px) {
	h1.logo_wthree {
		left: 44%;
		width: 12%;
	}
	.banner_text_wthree h4 {
    font-size: 2.8em;
}
img.img-fluid.img-posi-2 {
    top: 3%;
    left: -12%;
}
}

@media screen and (max-width: 1050px) {
	ul.list-inline.bnr_list_w3 li a,
	a.btn-slide {
		padding: 0.3em 1.5em;
	}
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
section.inner-banner-agile {
    min-height: 250px;
}
h2.tittle, h3.tittle {
    font-size: 34px;
}
.address-grid-w3l {
    margin: 1em 0;
}
.footer-grid1-wthree-agileits.text-left {
    margin-bottom: 1.2em;
}
.n-right-w3ls {
    padding: 2em;
    width: 100%;
}
.w3layouts_banner_bottom_grid_pos {
    right: 30px;
}
.layer {
    padding: 17vw 0;
}
img.img-fluid.img-posi-2 {
    top: 12%;
    left: 19%;
}
.agileits_works-grid{
	float:none;
	width:100%;
}
.agileits_works-grid1{
	float:none;
	width:100%;
}
.price-bottom h4 {
    font-size: 20px;
}
.blogs-info-wthree h5 {
    font-size: 21px;
}
}

@media screen and (max-width: 900px) {

a.btn.btn-warning.btn-block {
    z-index: 1111111111111;
    position: absolute;
    white-space: normal !important;
    bottom: -35px;
}
}

@media screen and (max-width: 800px) {
	h1.logo_wthree {
		left: 42%;
		width: 16%;
	}
	img.img-fluid.img-posi-2 {
    top: 12%;
    left: 8%;
}
}

@media screen and (max-width: 768px) {
	 .mobile{
    display:block !important;
}
.desktop{
    display:none !important;
}

}

@media screen and (max-width: 736px) {	
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.main_grid_contact {
    padding: 2em 3em;
}
.address-right.text-left {
    float: right;
    width: 76%;
}
.address-left.text-center {
    float: left;
    width: 24%;
}
section.inner-banner-agile {
    min-height: 230px;
}
.w3layouts_banner_bottom_grid_pos {
    right: 0;
}
.banner_text_wthree h4 {
    font-size: 2.5em;
	word-spacing: 0px;
    letter-spacing: 2px;
}
.blogs-info-wthree {
    width: 67%;
    right: 0%;
}
}

@media screen and (max-width: 667px) {
	ul.list-inline.bnr_list_w3 li a,
	a.btn-slide {
		font-size: 0.85em;
		padding: 0.4em 1.5em;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {
    a.btn.btn-warning.btn-block {
    z-index: 0 !important;
    position: absolute;
    bottom: -29px !important;
    white-space: normal !important;
}
}

@media screen and (max-width: 568px) {
	h1.logo_wthree {
		left: 39%;
		width: 22%;
	}
	.blog-grids {
    padding: 0 2em 0 0;
}
	section.inner-banner-agile {
    min-height: 200px;
}
h2.tittle, h3.tittle {
    font-size: 30px;
}
.blog-grid-right {
    margin-top: 1em;
}
.footer-cpy.text-center.pt-5.mt-5 {
    margin-top: 0 !important;
    padding-top: 1em !important;
}
.w3layouts_banner_bottom_grid_pos {
    right: 125px;
}
.w3layouts_banner_bottom_grid {
    text-align: center;
}
}

@media screen and (max-width: 480px) {
	h1.logo_wthree a {
		font-size: 0.7em;
	}
	.carousel-indicators {
		right: 0px;
	}
	.layer {
		padding: 24vw 0;
	}
	section.inner-banner-agile {
    min-height: 180px;
}
.w3layouts_banner_bottom_grid_pos {
    right: 81px;
}
.banner_text_wthree h4 {
    font-size: 2.2em;
}
.agileits_works-grid {
    padding: 2em 2em 0 2em;
}
img.img-fluid.img-posi-2 {
    top: 0%;
    left: 8%;
}
}
@media screen and (max-width: 440px) {
.w3layouts_banner_bottom_grid_pos {
    right: 61px;
}
img.img-fluid.img-posi-2 {
    top: -9%;
    left: 8%;
}
.blogs-info-wthree {
    padding: 2em;
}
}
@media screen and (max-width: 414px) {
	.banner_text_wthree h3 {
		font-size: 2.5em;
	}
	.w3layouts_banner_bottom_grid_pos {
    right: 48px;
}
img.img-fluid.img-posi-2 {
    top: -14%;
    left: 8%;
}
}

@media screen and (max-width: 384px) {
	.carousel-indicators {
		right: -32px;
	}
	h2.tittle, h3.tittle {
    font-size: 26px;
}
h2.tittle span, h3.tittle span {
    letter-spacing: 2px;
}
.footer-grid1-wthree-agileits h3, .footer-grid h3 {
    font-size: 1.3em;
}
section.inner-banner-agile {
    min-height: 160px;
}
.w3layouts_banner_bottom_grid_pos {
    right: 33px;
}
img.img-fluid.img-posi-2 {
    top: -31%;
}
.agileits_works-grid {
    padding: 0em 2em 5em 2em;
}
.banner_text_wthree h4 {
    font-size: 2em;
	letter-spacing:1px;
}
}

@media screen and (max-width: 375px) {
	.banner_text_wthree h4 {
		letter-spacing: 0.5px;
	}
	.w3layouts_banner_bottom_grid_pos {
    right: 29px;
}
}

@media screen and (max-width: 320px) {
	.layer {
    padding: 26vw 0 18vw;
}
	ul.list-inline.bnr_list_w3 li a,
	a.btn-slide {
		font-size: 0.75em;
		padding: 0.4em 0.8em;
	}
	.main_grid_contact {
    padding: 1em 1em 2em;
}
section.inner-banner-agile {
    min-height: 140px;
}
.w3layouts_banner_bottom_grid_pos {
    right: 1px;
}
.n-right-w3ls {
    padding: 1em;
}
.banner_text_wthree h4 {
    font-size: 1.5em;
}
img.img-fluid.img-posi-2 {
    top: -51%;
	left:1%;
}
.agileits_works-grid {
    padding: 0em 1em 5em 1em;
}
.blogs-info-wthree {
    padding: 1em;
    width: 91%;
}
}

/* -- //Responsive code -- */


.banner_text{
	font-size: 34px;
	color: #FFFFFF;
}
.exploare{
	width: 120px;
	height: 35px;
	background-color: transparent;
	color: #FFFFFF;
	border: 2px solid #fff;
	    min-width: 260px;
    margin: 0 auto;
    z-index: 2;
        font-size: 18px;
    font-weight: 600;
    min-width: 280px;
    padding: 10px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    position: relative;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
}

.exploare:hover{
	background-color: #FFFFFF;
	color: #000;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
    background-color: #FFFF;
    color: #000;
    transform: rotateY(180deg);
}
#fa {
    background: url(../images/breathtaking.jpg);
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
}

#fb {
    background: url(../images/bustling-city.jpg);
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
    
}
.cat{
	text-align: center;
    margin: 38.8% 0;
    color: #FFF;
    font-weight: 500;
    font-size: 30px;
}
.heds{
	 color: #303030;
    cursor: pointer;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    text-align: center;
    font-size: 35px;
    word-break: break-word;
    padding: 17px;
}

.flip-card-back p{
	    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px;
}
.cardbottom {
   background-color: #ffcb05;
    padding: 10px;
    position: relative;
    top: 34px;
}
#fc {
    background: url(../images/VibrantCultural.jpg);
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
    
}
#fd {
    background: url(../images/actuve.jpg);
   background-size: 100% 100%;
    height: 300px;
    width: 100%;
    
}

#fe {
    background: url(../images/wild.jpg);
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
    
}
#ff {
    background: url(../images/suka.jpg);
   background-size: 100% 100%;
    height: 300px;
    width: 100%;
    
}
.item{
   background-color: #FFF;
   
}

div#sias {
    height: 290px !important;
}
.socail{
    z-index: 3;
    /* position: absolute; */
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.socailp{
    padding: 45px 40px 3px 40px;
    max-height: 191px !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    color: #000;
    /* bottom: 45px; */
    height: inherit;
}
.alls {
    width: 100% !important;
}
#alls{
    height: 500px !important;
    padding: 5px;
}

.alls_bottom{
    width:100%;
    color:#000;
    background-color:#ffcb05;
    margin:5px;
    padding:5px;
    border-radius:5px;
    border:2px solid #ffcb05;
}
.alls_bottom i {
    background-color: #ffcb05;
    color: #000;
}
.img-fluid.first-img {
    height: 500px;
}
.blogs.py-5 {
    background: url(../images/bh4.jpg);
}


@media only screen and (max-width: 600px) {
 
 h3.tittle.mb-xl-5.mb-4.text-center.text-white span {
    font-size: 35px !important;
}
}


@media only screen and (min-device-width: 750px) and (max-device-width: 1024px)  {
.bs-example {
    width: 100%;
    float: left;
}
div#carousel-example-generic {
    width: 100%;
    float: left;
}
.row.carousel-indicators {
    width: 100%;
    float: left;
}
.col-md-3 {
    width: 20%;
    /* float: left; */
}
.card {
    padding: 38px;
    background-color: #7772724a;
    color: #FFF;
    width: 100%;
    float: left;
}


}





.testi-agile1 {
    float:left;
    width:100%;
    background: url(../images/maxresdefault.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        background-attachment: fixed;
        height: 600px;
}
.testi-agile2 {
     float:left;
    width:100%;
    background: url(../images/Route-Djougou-Ouake-B%C3%A9nin.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}
.testi-agile3 {
     float:left;
    width:100%;
    background: url(../images/Think-Benin-ObamaBeach-478056056-derejeb-Copy.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}
.testi-agile4 {
     float:left;
    width:100%;
    background: url(../images/finance.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}
.testi-agile5 {
     float:left;
    width:100%;
    background: url(../images/18d8cdf93837be5432dcd21a439c582fb427b477.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}
.testi-agile6 {
     float:left;
    width:100%;
    background: url(../images/9c8e5155c53f94c91292468b374cfbdd6891175b.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}
.testi-agile7 {
     float:left;
    width:100%;
    background: url(../images/81874763.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}
.testi-agile8 {
     float:left;
    width:100%;
    background: url(../images/3eca5e57c0b6c69470f944d5689d8eb98faa313a.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}
.cnas{
    float:left;
}
.testi-agile9 {
    
    background: url(../images/Car-benin-2015.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}
.testi-agile10 {
    background: url(../images/OCBN_CC1301_24732706140.jpg) no-repeat center;
    background-size: cover;
    position: relative;
        height: 600px;
            background-attachment: fixed;
}



.agile_banner.bg1a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/maxresdefault.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}


.agile_banner.bg1b {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/road.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}


.agile_banner.bg2a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/Route-Djougou-Ouake-B%C3%A9nin.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}

.agile_banner.bg3a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/Think-Benin-ObamaBeach-478056056-derejeb-Copy.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}

.agile_banner.bg4a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/finance.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}

.agile_banner.bg5a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/18d8cdf93837be5432dcd21a439c582fb427b477.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}
.agile_banner.bg6a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/9c8e5155c53f94c91292468b374cfbdd6891175b.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}

.agile_banner.bg7a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/81874763.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}
.agile_banner.bg8a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/3eca5e57c0b6c69470f944d5689d8eb98faa313a.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}

.agile_banner.bg9a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/Car-benin-2015.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}

.agile_banner.bg10a {
	background:linear-gradient( 0deg , rgb(0 0 0 / 58%), rgb(228 218 228 / 63%)),url(../images/OCBN_CC1301_24732706140.jpg) center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
background-attachment: fixed;
    height: 700px;
}



.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px !important;
}
.price-top img {
    height: 300px !important;
}
.price-bottom p-4 h4{
  font-size:24px !important;  
}


.owl-item{
    height:500px;
}
.price-bottom.p-4 {
    height: 162px !important;
}
.pricing1 {
    height: 500px !important;
}
.col-md-12.pricing {
    height: 500px !important;
}
a.dropdown-item {
    text-align: left;
    margin-left: 0px;
}
a.line {
    border-bottom: 2px solid #ffcb05;
}
@media only screen and (max-width: 600px) {
    .banner_text {
    font-size: 17px!important;
    color: #FFFFFF;
}
   .links-sosial {
    position: absolute;
    right: 5px!important;
    bottom: 27px!important;
}
.links-sosial p {
    font-size: 17px!important;
    margin: 0!important;
    color: #ffc107;
    font-weight: 600;
}
.links-sosial a {
    font-size: 22px !important;
    padding: 0px !important;
}
    #menu ul {
    margin: 77px 0  !important;
}
    #menu li {
    text-align: left  !important;
    margin-left: 20px;
    transition: all 0.4s ease;
    padding: 20px 0;
}
 .agile_banner.bgz.text-center {
    height: 336px !important;
}
.text-center {
    text-align: center !important;
}
.about.py-5 {
    height: 757px;
}
img.img-fluid.img-posi-2 {
    margin-top: 30px;
}
.col-md-4 {
    margin-top: 15px;
}
.col-md-4.mt-5 {
    margin-top: 15px !important;
}

section.newsletter_right_w3agile.py-md-5.py-4{
    height:450px !important;
}
.carousel-indicators {
    right: 0px;
}
h2.tittle.mb-xl-5.mb-4.text-center.text-white p {
    font-size: 16px !important;
    position: relative;
    text-align: center;
    color: #fff;
    /* font-size: 20px; */
    padding-bottom: 47px;
    font-weight: 300;
    margin: 20px 19px 0;
}
.container {
    padding: 20px !important;
}
.about.py-5 {
    height: 742px;
}
.col-lg-4.footer-grid.text-left.b {
    width: 50% !important;
}
.col-lg-4.footer-grid1-wthree-agileits.text-left.b {
    width: 50% !important;
}
.col-lg-4.footer-grid1-wthree-agileits.text-left.a {
       width: 100%;
    text-align: center !important;
}
ul.social_list1.text-left {
    text-align: center !important;
}
.wrap {
    /* width: 0%; */
    /* position: absolute; */
    /* top: 50%; */
    display: none;
    /* left: 0px; */
    /* transform: translate(-50%, -50%); */
}

#menu li a {
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
        line-height: 2;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

}


@media only screen and (min-device-width: 600px) and (max-device-width: 768px) {
.wrap {
    width: 236%;
    position: absolute;
    top: 50%;
    left: 0px !important;
    transform: translate(-50%, -50%);
}

}
.col-md-12.pricing {
    background: #FFF;
}
h4.text-dark {
    font-size: 15px;
}
.price-top img {
    height: 397px !important;
}

.card-body {
    padding: 0px !important;
}
h5.dsf {
    position: absolute;
    bottom: 39px;
    color: #FFF;
}
@media only screen and (max-width: 600px){
.col-md-4 {
    width: 50%;
}
h1.border-bottom-0.heds {
    font-size: 12px;
}
h3.cat {
    width: 100%;
    font-size: 21px;
}
.about.py-5 {
    padding: 10px !important;
    height: auto;
}
.blog-w3ls.py-5 {
    padding: 5px !important;
}
.col-md-4 .card a {
    font-size: 11px;
       font-weight: 700;
}
h4.cardbottom {
    font-size: 20px;
}
.heds {
    color: #303030;
    cursor: pointer;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    height: auto;
    text-align: center;
    font-size: 19px;
    word-break: break-word;
    padding: 1px;
}
.owl-dots {
    display: none;
}
}