/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


@font-face {
    font-family: 'Poly';
    src: url('../fonts/Poly-Regular.woff2') format('woff2'),
        url('../fonts/Poly-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root { 
	--primary: #f4fcf3; 
	--secondary: #fcfcf4; 
	--color-white: #fff;
	--text-color: #000;
	--dark-green: #112b04;
	--color-hover: #08CB00;
}

html, body {
	font-size: 100%;
	background: #fff;
	color: var(--text-color);
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	scroll-behavior: smooth;
}

.text-gray {
	color: #777 !important;
}

p, ul li, ol li {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
}
ul li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 700;
}

ul, label {
	margin: 0;
	padding: 0;
}


.article {
	background: #000;
}


body a:hover {
	text-decoration: none;
}

input[type="submit"], input[type="reset"], a {
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}


.section-padding {
	padding: 70px 0;
}
.service-name {
	color: var(--text-color);
	font-weight: 500;
}
.title-sub {
    color: var(--text-color);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.description {
	padding-left: 15px;
	padding-right: 15px;
	color: #8e8e8e;
	line-height: 26px;
	text-align: justify;
    font-size: 15px;
}
.description b {
    font-weight: 500;
}

.description-tab {
	font-style: italic;
	color: #888;
	line-height: 1.1;
	margin-bottom: 10px;
}

.text-banner {
	color: #fff;
}

.text-banner span:hover {
	color: #a0c6e7 !important;
}

img {
	max-width: 100%;
}

/*--Banner stats here--*/

.h-100 {
    height: 100%!important;
}

.header-slider-area {
    position: relative;
    z-index: 1;
}

/*--header start here--*/
.nav>li>a {
	position: relative;
	display: block;
}

/* .carousel-indicators {
    bottom: 40px;
    display: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
} */

.header {
    z-index: 99;
    transition: all .3s ease-in-out;
    position: relative;
    padding-top: 15px;
    background: url(../images/bg-header.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.header:before {
	content: "";
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--primary);
	background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all .3s ease-in-out;
    padding: 0;
}
.header.fixed .w3-agile-logo {
	padding: 0;
}
.header.fixed .head-logo,
.header.fixed .head-info {
	display: none;
	transition: all .3s ease-in-out;
}
.header.fixed #navbar {
	margin: 0;
	border: none;
}
.header .logo-img {
    transition: all .35s ease;
}
.top-nav {
	background: var(--primary_light);
	border-top: solid 1px var(--primary) !important;
}
nav.navbar.navbar-default.navbar-fixed-top {
	position: fixed;
	top: 141px;
	transition: all .2s ease-in-out;
}

.navbar-nav {
	margin: 0;
	width: 100%;
	justify-content: center;
}

.navbar-nav>li {
	float: none;
	text-align: center;
	width: 14.2%;
}

div#navbar {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin-top: 15px;
}

ul.nav.navbar-nav li a {
	font-size: 15px;
	color: var(--text-color);
	padding: 20px 0px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
}

ul.nav.navbar-nav li a:hover,
ul.nav.navbar-nav li a.active,
.navbar-default .navbar-nav>li>a:focus {
	color: var(--primary) !important;
	background: var(--dark-green);
}
/*
ul.nav.navbar-nav li a:before {
	content: "";
	width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 60px solid var(--primary);
    border-right: 30px solid transparent;
}
ul.nav.navbar-nav li a:after {
	content: "";
	width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 60px solid var(--primary);
    border-left: 30px solid transparent;
}
*/
.color {
	color: #fff0 !important;
	border: 1px solid #4b4b5000 !important;
}

.text-align-justify {
	text-align: justify;
}

.line-height {
	color: var(--text-color);
	line-height: 25px;
	padding-bottom: 5px;
}

a {
	color: #000;
}

a:hover {
	color: var(--primary);
}

h5 a:hover {
	color: #1d4e9f !important;
}

.time {
	text-align: center;
	font-size: 3.5em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 4px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	background-color: rgba(231, 231, 231, 0);
	border-bottom: 4px solid var(--secondary);
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.navbar-fixed-top {
	top: 100px;
}

ul.dropdown-menu {
	top: 101%;
	background: rgba(21, 29, 37, 0.77);
	border: none;
	text-align: center;
}

.dropdown-menu>li>a {
	padding: 8px 0px ! important;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a.active {
	text-decoration: none;
	background: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: rgba(231, 231, 231, 0);
}

/*--end nav bar--*/
.w3-agile-logo {
	padding: 0;
}

.head-wl {
	text-align: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}
.head-wl .booking-mobile {
	display: none;
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
}
.head-wl .booking-mobile a {
	background: var(--primary);
    width: max-content;
    padding: 10px 15px !important;
    border-radius: 5px;
    color: #fff !important;
}
.head-wl .head-icon {
	display: block;
	width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--primary);
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
    text-align: center;
    color: var(--text-color);
    font-size: 22px;
    line-height: 40px;
    margin: 0 auto 10px auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} 
.head-wl .head-icon a,
.head-wl p a,
.head-wl ul li a {
	color: var(--color-white);
}

.headder-w3,
.w3-header-top-right-text,
.email-right,
.agileinfo-social-grids {
	-webkit-flex: 1;
	/* Safari 6.1+ */
	-ms-flex: 1;
	/* IE 10 */
	flex: 1;
}

.head-wl h1 a {
	text-transform: capitalize;
	color: var(- -primary);
	font-size: 50px;
	display: block;
	letter-spacing: 5px;
}

h6.caption {
	font-size: 20px;
	letter-spacing: 2px;
	margin: 4px 0px 9px;
}

.column-left{
	width: 210px;
	float: left;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}

.email-right p a, 
.w3-header-top-right-text p a {
	font-size: 18px;
	letter-spacing: 2px;
}

.w3-header-top-right-text a:hover {
	color: #fff;
}

.email-right p a, .agileinfo-social-grids ul li {
	display: inline-block;
}
.agileinfo-social-grids ul li {
	padding: 0 5px;
}
.agileinfo-social-grids ul li a {
	font-size: 16px;
	text-align: center;
}

.agileinfo-social-grids ul li:nth-child(2), .agileinfo-social-grids ul li:nth-child(3)
	{
	margin: 0px 4px;
}

.email-right p a:hover,
.agileinfo-social-grids ul li a:hover {
	color: var(--color-hover);
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
}
p.phone a:hover {
	color: var(--color-hover);
}

.bg-banner {
	background: url(../images/background.jpg) rgb(0 0 0 / 21%) no-repeat;
 	background-blend-mode: overlay;
    background-size: cover;
  	position:relative;
	z-index:1;
	background-position: 50% 100%;
	min-height: 350px;
}

/*-- banner--*/
.navbar {
	background: var(--primary_light);
	margin-bottom: 0em;
}

.w3l-info {
	margin-top: 20em;
}

.w3l-info h4 {
	font-size: 63px;
	color: #ffffff;
	font-weight: 600;
}

.w3l-info p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #e6e6e6;
	padding: 0px 19em;
	line-height: 2em;
	text-align: center;
	margin: 1.5em 0;
}

.w3layouts_more-buttn a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 2px;
	background: rgb(0, 0, 0);
	outline: none;
	padding: 10px 22px;
	border: 2px solid rgb(0, 0, 0);
}

.w3layouts_more-buttn a:hover {
	background: #fff;
	color: #000;
}

/*-- //banner --*/

/*-- banner-text--*/
.banner-text h2 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.banner-text {
	text-align: center;
	padding: 20em 0 0 0;
}
.banner {
	min-height: 780px;
}

.banner-text h2 {
	font-family: 'Poly';
	color: #fff;
	text-transform: capitalize;
	font-size: 5rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-shadow: 2px 2px #000000;
}

.banner-text span {
	display: block;
	line-height: 1.8em;
	font-style: italic;
	font-weight: 400;
}

.baner-info {
	position: absolute;
	padding-top: 4em;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	top: 0;
}

.baner-info h3 {
	text-align: center;
	font-size: 3.5em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 4px;
}

.baner-info h3 span {
	color: #fbcd13;
}

.baner-info h4 {
	text-align: center;
	font-size: 1em;
	margin: 2em 0 2em 0;
	font-weight: 500;
	letter-spacing: 10px;
	color: #ffcc33;
	padding: 15px 0;
}

.w3-banner-head-info h3 {
	font-size: 25px;
	margin: 15px 0;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.baner-info p {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 2px;
	color: #fff;
	width: 32%;
	margin: 0 auto;
}

span.simply-word {
	font-size: 18px;
	font-weight: 500;
	margin-left: 5px;
	text-transform: uppercase;
	color: #02a388;
}

.baner-info span img {
	margin: 1em auto 0;
	text-align: center;
}

.baner-w3l-agile-grids-bottom {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 12%;
	bottom: -62%;
	width: 80%;
}

.w3l-b-grid {
	float: left;
	width: 32%;
}

.w3l-b-one {
	/* background:url(../images/demo03/b1.jpg) no-repeat 0px 0px; */
	min-height: 100px;
	background-size: cover;
	text-align: center;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

.w3l-b-grid .w3l-b-one:hover {
	min-height: 200px;
}

/*-- //banner-text--*/
/* About */
.about {
	padding: 5em 0;
	position: relative;
	background: url(../images/bg-header.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.about .row {
	position: relative;
}
.about1 {
    z-index: 5;
    padding: 30px;
    transition: all .5s ease-in-out;
    min-height: 100%;
}
.about1 p {
	text-align: justify;
	color: var(--color-white);
}
.about1 .heading-agileinfo {
    color: var(--primary);
    text-shadow: 2px 2px #000;
}
.about1 .heading span {
    font-weight: 700;
    color: var(--color-white);
}
.about1 a.join-wthree {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}
.about2 {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.about2 img {
	cursor: zoom-in;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
h3.center {
	text-align: center;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
	letter-spacing: 2px;
}

h3.center:after {
	border-top: 2px solid #FF5722;
	display: block;
	width: 100px;
	content: "";
	margin: 10px auto 0;
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about1 h4 {
	font-size: 22px;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 20px;
	color: var(--text-color);
}

.about1 h5 {
	color: var(- -primary);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.8em;
	font-style: italic;
}

.about-3 p {
	font-size: 16px;
	color: var(--text-color);
	line-height: 1.8em;
	margin: 1em 0;
}

ul.about-list li {
	margin: 20px 0px;
	display: block;
}

ul.about-list li span.fa {
	font-size: 50px;
	height: 80px;
	width: 80px;
	vertical-align: top;
	color: #08f3d4;
}

.in-block {
	display: inline-block;
	width: calc(100% - 100px);
}

.in-block h5 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #191826;
}

a.join-wthree {
	width: -webkit-fit-content;
	width: -moz-fit-content;
  padding: 0.7rem 1.2rem;
  font-weight: 700;
  font-size: 18px;
    background: var(--primary);
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
  color: var(--text-color);
  cursor: pointer;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /*
  border-bottom: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  border-top: 2px solid white;
  border-left: 2px solid white;
  transition-duration: 0.5s;
  transition-property: border-top, border-left, border-bottom, border-right,
    box-shadow;
    */
}

a.join-wthree:hover {
	/*
  border-top: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  box-shadow: rgb(173 126 51 / 0.4) 5px 5px, rgb(173 126 51 / 0.3) 10px 10px, rgb(173 126 51 / 0.2) 15px 15px
	*/
	color: var(--color-hover);
  background: var(--primary);
  background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}


/* //About */
.heading-agileinfo {
	font-family: 'Poly';
	letter-spacing: 4px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	color: var(--primary);
	position: relative;
	margin-top: 0;
	text-transform: uppercase;
}

.heading-agileinfo span {
	display: block;
	font-size: 20px;
	line-height: 32px;
	margin-top: 1em;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;	
}

.heading-agileinfo.mb-0.text-gold,
.heading .heading-agileinfo.mb-0.text-gold {
    color: var(--dark-green);
    font-family: 'Poly';
    font-weight: 500;
}
span.nnn {
	color: #fff;
}

.heading-agileinfo span:after {
	/* content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%; */
	
}

/*-- syllabus section --*/
.pa_italic i {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	color: var(--text-color);
	line-height: 50px;
}

.pa_italic span {
	display: none;
}

.collapsed span {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	color: var(--text-color);
	line-height: 50px;
}

.collapsed i {
	display: none;
}
.panel-title {
	text-align: center;
    height: 100%;
    line-height: 50px;
}

.panel-title>a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
}

.panel-group .panel {
	position: relative;
	margin-bottom: 0;
	border-radius: 15px;
	border: none;
	background: transparent;
}
.panel-collapse {
	height: auto;
}
.panel-collapse .title-small {
	width: 90%;
	margin: 0 auto;
}
.panel-body {
	padding: 1em;
	font-size: 14px;
	line-height: 2em;
	color: #555;
	background: #fff;
}

a.pa_italic label {
	cursor: pointer;
	font-weight: 500;
}

a.pa_italic:focus {
	outline: none;
	text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-body.panel_text h3 {
	color: var(--secondary);
	font-size: 23px;
	letter-spacing: 1px;
	margin-bottom: 11px;
}

.panel-body.panel_text p {
	font-size: 15px;
}

.panel-body.panel_text h6 {
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	/* margin: 20px 0 12px; */
	color: var(--secondary);
}

.panel-body.panel_text ul li {
	letter-spacing: 1px;
	font-size: 15px;
	list-style: inside;
	color: #424242;
}

/* video button */
a.mbutton-course2 {
	color: #ff3546;
	border: none;
	outline: none;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a.mbutton-course2:hover {
	color: var(- -primary);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a.mbutton-course2 i {
	margin-right: 8px;
}

/* //video button */
p.white-clrf {
	color: #2d2d2d;
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 1px;
}

.wthree-subscribef-w3ls {
	background: url(../images/demo03/Modern-nail-bar-background-02.jpg)
		no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	padding: 5em 0;
}

.wthree-subscribef-w3ls h3.tittlef-agileits-w3layouts {
	text-align: left;
	font-size: 2.7em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
	color: var(- -primary);
	letter-spacing: 2px;
	text-transform: capitalize;
	margin-bottom: 1em;
}

.footer_w3layouts_gridf_right {
	width: 70%;
	margin-top: 1em;
}

.wthree-subscribef-w3ls input[type="email"] {
	outline: none;
	padding: 13px;
	background: #fff;
	font-size: 0.9em;
	color: #888;
	width: 65%;
	border: none;
	letter-spacing: 1px;
	float: left;
}

.wthree-subscribef-w3ls input[type="email"]::-webkit-input-placeholder {
	color: #999 !important;
}

.wthree-subscribef-w3ls input[type="submit"] {
	outline: none;
	padding: 10.5px 0;
	background: var(- -secondary);
	font-size: 1.1em;
	font-weight: 400;
	color: #fff;
	border: none;
	text-transform: capitalize;
	letter-spacing: 4px;
	width: 35%;
	float: left;
}

.wthree-subscribef-w3ls input[type="submit"]:hover {
	background: var(- -secondary_hover);
}

/*-- wthree-mid --*/
.wthree-mid {
	position: relative;
	padding: 100px 0;
}
/*
.wthree-mid:before {
	content: "";
    background: url(../images/bg-flower.png) center;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
*/
.wthree-mid .business-hour {
	padding-right: 100px;
	color: var(--color-white);
	font-size: 18px;
}
.wthree-mid h3 {
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.wthree-mid p {
	color: #ffffff;
	text-align: left;
	line-height: 28px;
	width: 63%;
	margin: 30px 0 0;
	font-size: 17px;
	padding: 20px 0;
	border-top: 1px solid #8d8d8d;
}
.wthree-mid a.join-wthree {
	margin: 20px auto 0 auto;
	display: block;
}

/*-- //wthree-mid --*/
/*-- pricing --*/
.wthree-pricing h3,
.wthree-pricing h3 span {
	font-family: 'Poly';
}

.wthree-pricing {
	position: relative;
	padding: 100px 0;
}
/*
.wthree-pricing:before {
    content: "";
    background: url(../images/bg-flower.png) center;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleY(-1);
  	transform: scaleY(-1);
}
*/
.wthree-pricing p {
	font-size: 18px;
	line-height: 32px;
	color: var(--color-white);
}
.wthree-pricing a.join-wthree {
	margin: 20px auto 0 auto;
	display: block;
}
.pricing-grids-info {
	text-align: center;
}

.pricing-grid {
	float: left;
	width: 31%;
}

.pricing-grid.grid-two {
	margin: 0 2em;
}

.pricing-grid.grid-three {
	margin: 0 2em 0 0;
}

.pricing-grid h3 {
	font-size: 1.6em;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
	text-align: center;
}

.pricing-grid h4 {
	font-size: 2.3em;
	font-weight: 500;
	color: var(- -primary);
	position: relative;
	margin-top: 1em;
	text-align: center;
}

.pricing-grid h4 span.sup {
	vertical-align: text-top;
	font-size: 0.5em;
}

.pricing-grid {
	float: left;
	width: 22.8%;
	background: #fff;
	padding: 1em 1em 2em;
	margin: 0 15px;
	/*H edit*/
}

.pricing-col {
	/*H edit*/
	background: #fff;
	padding: 1em 1em 2em;
}

/*H edit*/
.pricing-col h4 {
	font-size: 2.3em;
	font-weight: 500;
	color: var(- -primary);
	position: relative;
	margin-top: 1em;
	text-align: center;
}

.w3ls-top {
	position: relative;
	color: #000;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
	text-transform: uppercase;
	padding: 1em 0em;
	/* border-radius: 5px 5px 0; */
	border-bottom: 2px solid var(- -primary);
}

.w3ls-bottom {
	padding: 0;
}

.w3ls-bottom ul li {
	font-size: 15px;
	color: #777;
	margin-top: 1em;
	letter-spacing: 1px;
	padding-top: 1em;
	line-height: 1.8em;
	display: block;
}

.more a {
	display: inline-block;
	font-size: 1em;
	color: #fff;
	background: var(- -primary);
	padding: .5em 3em;
	margin-top: 1.2em;
	border-radius: 4px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.more a:hover {
	opacity: .7;
}

/*-- //pricing --*/
.mwho-we-textmks {
	background: #fff;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.pricing-img img {
	border-radius: 10px 10px 0 0;
}
.mwho-we-textmks .cate-name {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
    color: var(--text-color);
    font-size: 18px;
    padding: 5px 20px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 0 15px 15px;
    width: 55%;
    text-align: center;
}
.donails {
	background: var(--dark-green);
	padding: 5em 0;
}
.donails a.join-wthree {
	margin: 20px auto 0 auto;
	display: block;
}

/*-- clients--*/
.clients {
	background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
	padding: 5em 0;
	position: relative;
}
.clients .heading-agileinfo {
    color: var(--dark-green);
    text-shadow: none;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.clients label.line {
	background: #000;
}

.clients h4 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	margin-bottom: 35px;
}

.flex-active-slide p {
	line-height: 30px;
	text-align: center;
	color: #333;
	font-style: italic;
	width: 70%;
	margin: 30px auto;
	letter-spacing: 2px;
	font-size: 15px;
}

.client h5 {
	font-size: 20px;
	color: var(--text-color);
	text-align: center;
}

/*-- //clients--*/
.panel-default > .panel-heading {
	background: transparent;
	height: 50px;
	position: relative;
	border-radius: 0 0 10px 10px;
}
.panel-default .panel-title a {
    background: var(--primary);
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    border-radius: 100%;
    padding: 0;
    transform: translateX(-50%);
    top: -25px;
    color: var(--text-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*-- footer --*/
.footer_top_agileits {
	position: relative;
	padding: 4em 0;
	background: url(../images/bg-header.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.footer_bottom1 a {
	display: inline-block;
}

.footer_w3ls {
	background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
	text-align: center;
	padding: 1em 0;
}

ul.tag2:last-child {
	margin: 0;
}

.footer_bottom_grid:nth-child(2) {
	float: right;
	text-align: right;
}

.footer_bottom {
	padding: 2em 0;
}

.index-copy-right {
	background: transparent;
}

.bottom {
	margin-left: 30px;
}

.footer_bottom h6 {
	color: #ffffff;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.footer_bottom1 p {
	color: var(--text-color);
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 0em;
}

.footer_bottom1 p a {
	color: var(--color-hover);
	font-weight: 600;
	font-size: 14px;
	transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
}

.footer_bottom1 p a:hover {
	color: var(--color-hover);
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

.social ul {
	padding: 0;
	margin: 0;
}

.social ul li {
	display: inline-block;
}

.social ul li a {
	color: var(--secondary);
	text-align: center;
}

.social ul li a i.fa.fa-facebook {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #fff;
	color: #3b5998;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-facebook:hover {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #3b5998;
	color: var(--primary_light);
}

.social ul li a i.fa.fa-twitter {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #fff;
	color: #1da1f2;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-twitter:hover {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #1da1f2;
	color: var(--primary_light);
}

.social ul li a i.fa.fa-rss {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #FFFFFF;
	color: #f26522;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-rss:hover {
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: #f26522;
	color: var(--primary_light);
}

.footer_bottom1 label {
	color: var(- -primary);
	display: block;
	font-size: 0.3em;
	letter-spacing: 3px;
}

.footer_bottom1 h2 {
	font-size: 2.2em;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
	color: #fff;
	font-weight: 700;
}

.footer_grid h3,
.footer_grid_left h3 {
	font-family: 'Poly';
	font-size: 1.5em;
	color: var(--primary);
	position: relative;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer_grid_left h3 {
	margin: 0;
}

.footer_grid p {
	font-size: 16px;
	color: var(--color-white);
	line-height: 2em;
	margin-bottom: 2em;
	text-align: justify;
}

.footer_grid_list li, .address li {
	display: block;
	margin-bottom: 1.3em;
}

.footer_grid_list li i {
	padding-right: 0.5em;
}

.footer_grid_list li a {
	color: var(--color-white);
	text-decoration: none;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 16px;
}

.footer_grid_list li a:hover {
	color: var(--primary_light);
}

.footer_grid_list li:last-child, .address li:last-child {
	margin-bottom: 0;
}

.address li {
	color: #fff;
	display: flex;
	align-items: center;
}

.address li i {
	color: var(--text-color);
	width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    margin: 0 8px 0 0;
    display: inline-block;
    background: var(--primary);
    background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

.address li a {
	width: calc(100% - 35px);
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: var(--color-white);
	text-decoration: none;
}
.address li a span {
	color: #b1b1b1;
	margin: 0;
	font-size: 14px;
}

.address li a:hover,
.footer_grid_list li a:hover,
.footer_grid_list li a.active {
	color: var(--color-hover);
	text-decoration: none;
}

ul.social-icons3.two li a {
	text-align: center;
}

/*-- //footer --*/
/*-- icons --*/
.codes a {
	color: #999;
}

.icon-box {
	padding: 8px 15px;
	background: rgba(149, 149, 149, 0.18);
	margin: 1em 0 1em 0;
	border: 5px solid #ffffff;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	cursor: pointer;
}

.icon-box:hover {
	background: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
	color: #fff !important;
}

.icon-box:hover a.agile-icon {
	color: #fff !important;
}

.codes .bs-glyphicons li {
	float: left;
	width: 12.5%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.codes .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

h3.icon-subheading {
	font-size: 28px;
	color: var(- -primary) !important;
	margin: 30px 0 15px;
	font-weight: 700;
	letter-spacing: 2px;
}

h3.agileits-icons-title {
	text-align: center;
	font-size: 33px;
	color: #222222;
	font-weight: 700;
	letter-spacing: 2px;
}

.icons a {
	color: #999;
}

.icon-box i {
	margin-right: 10px !important;
	font-size: 20px !important;
	color: #282a2b !important;
}

.bs-glyphicons li {
	float: left;
	width: 18%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(149, 149, 149, 0.18);
	margin: 1%;
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #282a2b;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
	color: #777;
}

.p-0 {
	padding: 0 !important;
}

.heading {
	text-align: center;
	margin-bottom: 0px;
}
.heading span {
	color: var(--color-white);
	font-weight: 700;
	font-style: italic;
}

.text-sub-heading-black {
	font-family: 'PT Serif', serif;
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	color: var(--text-color); !important;
	font-size: 20px;
}

.text-sub-heading-white {
	/* font-family: 'PT Serif', serif; */
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	color: #fff !important;
	font-size: 17px;
}

.text-sub-heading-white span {
	color: #fff;
}

.parent-line {
	position: relative;
	width: 100%;
	height: 0px;
	margin: 0px 0;
}

.line-black {
	content: '';
	background: var(- -primary);
	height: 2px;
	width: 70px;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.line-white {
	content: '';
	background: #fff;
	height: 2px;
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.heading-agileinfo {
	margin-bottom: 0;
}

.mb-0 {
	margin-bottom: 0 !important;
}

#back-top {
  display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: var(--primary);
    background: linear-gradient(-45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
#back-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 35px;
  color: var(--text-color);
  font-size: 20px;
}
#back-top:active {
  background-color: var(--primary);
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}

.action-book {
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 99;
}
.action-book .booking-now-border {
    width: 40px;
    height: 40px;
    margin: 10px 0;
    margin-left: auto;
    text-align: center;
    text-transform: capitalize;
    background: var(--primary);
    color: var(--dark-green);
    border: solid 2px var(--color-hover);
    display: block;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all .3s ease;
    text-decoration: none;
}
.action-book .booking-now-border i {
  line-height: 35px;
}
.action-book .booking-now-border span {
  line-height: 35px;
  opacity: 0;
  visibility: hidden;
  margin-left: 5px;
  transition: all .3s ease-in-out;
  color: #fff;
}

.action-book .booking-now-border:hover {
	/* width: 140px; */
  	background: var(--color-hover);
  	color: var(--color-white);
}

.action-book .booking-now-border:hover span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  color: var(--white);
}
.action-book .booking-now-border:hover i {
    color: var(--white);
}

@media ( min-width : 1440px) {
	.padding {
		padding-left: 330px !important;
	}
}



@media ( min-width : 768px) {
	/* .navbar-fixed-top{
		top: 91px !important;
	} */
	.text-sub-heading-black, .text-sub-heading-white {
		width: 73%;
	}
	.border-right {
		border-right: 1px solid #dee2e6 !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.margin-top {
		margin-top: 0 !important;
	}
	.phone {
		font-size: 16px !important;
	}

}

@media ( min-width : 1024px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	.single-slide-item .row {
		margin: 0;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.text-sub-heading-black, .text-sub-heading-white {
		width: 100%;
	}
	.border-right {
		border-right: 1px solid #dee2e6 !important;
	}
	.padding-left {
		padding-left: 15px;
	}
	.padding {
		padding-left: 230px;
	}
}

@media ( min-width : 1440px) {
	.padding-left {
		padding-left: 30px;
	}
}

@media ( max-width :991px) {
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}

@media ( max-width :768px) {
	h3.agileits-icons-title {
		font-size: 18px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.icon-box {
		margin: 0;
	}

	/*H edit*/
	.pricing-col {
		margin: 30px 0;
	}
	.padding {
		padding-left: 125px;
	}
}

@media ( max-width :767px) {
	h3.agileits-icons-title {
		font-size: 18px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.icon-box {
		margin: 0;
	}

	/*H edit*/
	.pricing-col {
		margin: 30px 0;
	}
	.container {
	    width: 100%;
	}
}

@media ( max-width : 640px) {
	.icon-box {
		float: left;
		width: 50%;
	}
}

@media ( max-width : 480px) {
	.navbar-fixed-top {
		top: 0px !important;
	}
	.bs-glyphicons li {
		width: 31%;
	}
}

@media ( max-width : 414px) {
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}

@media ( max-width : 384px) {
	.icon-box {
		float: none;
		width: 100%;
	}
}

/*-- //icons --*/
.w3_wthree_agileits_icons.main-grid-border {
	padding: 5em 0;
}

/*--Typography--*/
.well {
	font-weight: 300;
	font-size: 14px;
}

.list-group-item {
	font-weight: 300;
	font-size: 14px;
}

li.list-group-item1 {
	font-size: 14px;
	font-weight: 300;
}

.typo p {
	font-size: 14px;
	font-weight: 300;
}

.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}

.grid_3 {
	margin-bottom: 2em;
}

.xs h3, h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
	margin-top: 50px;
}

.label {
	font-weight: 300 !important;
	border-radius: 4px;
}

.grid_5 {
	background: none;
	padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars
	{
	margin-bottom: 1em;
	color: var(- -primary);
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 2px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	z-index: 0;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #fb5710;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}

.bs-docs-example {
	margin: 1em 0;
}

section#tables p {
	margin-top: 1em;
}

.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
	.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}

.tab-content>.active {
	display: block;
	visibility: visible;
}

.label {
	font-weight: 300 !important;
}

.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}

.alert {
	font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.in-gp-tl {
	padding: 0;
}

.in-gp-tb {
	padding-right: 0;
}

.list-group {
	margin-bottom: 48px;
}

ol {
	margin-bottom: 44px;
}

h2.typoh2 {
	margin: 0 0 10px;
}

@media ( max-width :768px) {
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}

@media ( max-width :640px) {
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars
		{
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}

@media ( max-width :480px) {
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars
		{
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert, p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 25px;
	}
}

@media ( max-width : 320px) {
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav>li>a {
		font-size: 14px;
	}
	table.table.table-striped, .table-bordered, .bs-docs-example {
		display: none;
	}
}

/*-- //typography --*/
.typo {
	padding: 5em 0;
}

/*--contact--*/
.contact-text {
	background: url(../images/demo03/banner5.jpg) no-repeat 0px 0px;
	min-height: 450px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	text-align: center;
}

.contact-top {
	padding: 6em 0;
}

.con-text {
	padding-top: 8em;
}

.con-text p, .con-text p a {
	color: #fff;
	font-size: 3em;
	font-weight: 300;
	margin-bottom: 0.5em;
}

.con-text p a {
	color: #f5f9fb;
	font-size: 0.4em;
	letter-spacing: 2px;
}

.con-text p {
	line-height: 0.9em;
}

.con-text i {
	font-size: 0.9em;
}

.con-text h6 {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 3px;
	margin-top: 1.5em;
}

.contact-form {
	position: relative;
	margin-top: 3em;
}

.left_form {
	float: left;
	width: 48%;
}

.right_form {
	float: left;
	width: 48%;
	margin-left: 3.8%;
}

.contact-form div {
	padding: 5px 0;
}

.contact-form span label {
	display: block;
	font-size: 0.9em;
	color: #555;
	padding-bottom: 5px;
	font-weight: 600;
	margin: 0.5em 0;
	letter-spacing: 1px;
}

.contact-form input[type="text"], .contact-form textarea {
	padding: 16px 15px;
	display: block;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	color: #464646;
	font-size: 1em;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.contact-form textarea {
	resize: none;
	height: 197px;
}

.myButton {
	background: var(- -primary);
	color: #fff;
	font-size: 1em;
	padding: 17px 0;
	border: none;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
	float: right;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
}

.myButton:hover {
	background: #212121;
}

.company_address {
	float: left;
	width: 25%;
}

.company_address p {
	display: block;
	font-size: 1em;
	color: #686868;
	padding-bottom: 5px;
	font-weight: 400;
	padding: 5px 0;
}

.company_address p span a {
	text-decoration: underline;
	color: #555;
}

.company_address p span a:hover {
	text-decoration: none;
	color: #ff0000;
}

.contact_info {
	float: right;
	width: 70%;
	margin-left: 5%;
}

.map_w3layouts_agile iframe {
	width: 100%;
	min-height: 400px;
	border: none;
	padding: 2em;
	background: #ececee;
}

/*-- Contact-ends-here --*/
/*-- gallery --*/
.w3_agile_gallery_grid {
	position: relative;
	margin-bottom: 2em;
}
.w3ls_gallery_grids {
	padding-top: 0em;
}
.agile_gallery_grid1 img {
	max-width: none;
	width: 100%;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.agile_gallery_grid1 img:hover {
	cursor: zoom-in;
}
.w3layouts_gallery_grid1_pos {
    opacity: 0;
    padding: 1em;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    display: flex;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.w3layouts_gallery_grid1_pos h3 {
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: 600;
	margin: .5em 0;
	position: relative;
	text-transform: uppercase;
	color: var(--primary);
}

.w3layouts_gallery_grid1_pos p {
	color: var(--primary);
	line-height: 2em;
	letter-spacing: 1px;
}

.w3layouts_gallery_grid1_pos a.social-icon {
	color: var(--text-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	margin: 0 5px;
	display: block;
	background: var(--primary);
}
.w3layouts_gallery_grid1_pos a.social-icon:hover {
	background: var(--dark-green);
	color: var(--color-white);
}

.w3_agile_gallery_grid:hover .w3layouts_gallery_grid1_pos {
	opacity: 1;
    visibility: visible;
}

.gallery-page {
	padding: 4rem 0;
	position: relative;
	background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.banner-bottom,
.agileits-about-top {
	padding: 3em 0 1em;
	background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}

p.quia {
	font-size: 1.2em;
	color: #140b05;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nav-colored {
	background-color: red !important;
}

.nav-transparent {
	background-color: transparent !important;
}

/*-- //gallery --*/
.about-top p {
	font-size: 1em;
	color: #777676;
	width: 50%;
	line-height: 1.8em;
	margin: 0 auto;
}

.about-agile {
	background: url(../images/demo03/banner2.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	text-align: center;
	padding: 5em 0;
}

.about-bottom.inner-padding {
	padding: 5em 0;
	position: relative;
	background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.about-bottom.inner-padding .heading span {
	color: var(--text-color);
}
.about-bottom.inner-padding .heading-agileinfo.mb-0.text-gold {
	color: var(--dark-green);
	text-shadow: none;
}

.team {
	padding: 5em 0;
}

.about-layer1 {
	padding-bottom: 5em;
}

.about-agile p {
	font-size: 1em;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	margin: 1em auto 0em;
	line-height: 1.8em;
}

.about-bott-right h4 {
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
}

.about-bott-right h5 {
	color: var(- -primary);
	font-size: 24px;
	margin-bottom: 0.7em;
	font-weight: bold;
	letter-spacing: 2px;
}

.about-bott-right p {
	font-size: 17px;
	color: #494848;
	line-height: 28px;
	letter-spacing: 1px;
}

/*--//inner About --*/
/*-- team --*/
.agile_team_grid h4 {
	font-size: 1.5em;
	color: #000;
	margin: 1em 0 .5em;
	/*-- agileits --*/
}

.agile_team_grid p {
	color: var(- -primary);
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.agile_team_grid {
	text-align: center;
}

.view {
	margin: 0;
	float: none;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.view, .view .mask, .view .content {
	width: 255px;
	height: 255px;
}

.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view img {
	display: block;
	position: relative;
}

.view h5 {
	text-transform: capitalize;
	color: var(- -primary);
	text-align: center;
	position: relative;
	font-size: 1.7em;
	margin: 2.5em 0 .5em;
}

.view p {
	/* font-style: italic; */
	line-height: 1.8em;
	font-size: 15px;
	position: relative;
	color: #fff;
	padding: 0px 20px 20px;
	text-align: center;
}

.view-sixth img {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
	width: 100%;
}

.view-sixth .mask {
	background-color: rgba(34, 33, 33, 0.54);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}

.view-sixth h5 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	background: transparent;
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.view-sixth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}

.agile_team_grid:hover .view-sixth .mask, .view-sixth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.agile_team_grid:hover .view-sixth img, .view-sixth:hover img {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.agile_team_grid:hover .view-sixth h5, .view-sixth:hover h5 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.agile_team_grid:hover .view-sixth p, .view-sixth:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.view-sixth .agileits_social_icons {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.agile_team_grid:hover .view-sixth .agileits_social_icons, .view-sixth:hover .agileits_social_icons
	{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.social_agileinfo li {
	display: inline-block;
}

.social_agileinfo li a {
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
}

.social_agileinfo li a i {
	font-size: 1em;
	line-height: 2.8em;
}

.w3_facebook:hover {
	border: 1px solid #3b5998;
	background: #3b5998;
}

.w3_twitter:hover {
	border: 1px solid #1da1f2;
	background: #1da1f2;
}

.w3_instagram:hover {
	border: 1px solid #833ab4;
	background: #833ab4;
}

.w3_google:hover {
	border: 1px solid #dd4b39;
	background: #dd4b39;
}

/*-- //team --*/
.wthree-top-grid h4 {
	color: var(- -primary);
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 10px 0;
	font-weight: 600;
	letter-spacing: 1px;
}

.wthree-top-grid p {
	color: #777;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
}

.wthree-top-grid {
	margin-bottom: 2em;
}

.modal-header {
	font-size: 2em;
	color: var(- -primary);
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-weight: 600;
	letter-spacing: 4px;
	font-family: 'PT Serif', serif;
}

button.close {
	font-size: 1.5em;
	color: #000;
	outline: none;
}

.modal-body p {
	color: #999;
	text-align: left;
	padding: 2em 2em 1em;
	margin: 0 !important;
	line-height: 2em;
	font-size: 14px;
}

.modal-body p i {
	display: block;
	margin: 1em 0;
	color: #212121;
}

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	border-radius: 50%;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/demo03/arrow.png) no-repeat 4px 4px
		var(- -primary);
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
}

/*-- //to-top --*/
/* Responsive design */
@media screen and (max-width: 1920px) {
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 52em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 65px;
	}
}

@media screen and (max-width: 1680px) {
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 43em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 55px;
	}
}

@media screen and (max-width: 1600px) {
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 41em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 50px;
	}
}

@media screen and (max-width: 1440px) {
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 35em;
	}
	.banner-dott1 {
		min-height: 550px;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 40px;
	}
}

@media screen and (max-width: 1366px) {
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 32em;
	}
	section.portfolio-agileinfo .b-wrapper {
		padding: 1em 2em;
	}
	.banner-dott1 {
		min-height: 530px;
	}
}

@media screen and (max-width: 1280px) {
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 29em;
	}
	.banner-dott1 {
		min-height: 485px;
	}

}

@media screen and (max-width: 1080px) {

	.bottomgridtext {
		padding-right: 70px;
		padding-bottom: 34px;
		padding-top: 0px;
	}
	.bottomleft {
		padding-bottom: 91px;
		padding-top: 20px;
	}
	.carousel-caption p {
		width: 100%;
	}
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 23em;
	}
	section.portfolio-agileinfo .b-wrapper {
		padding: 1em 1em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 30px;
		padding-top: 15px;
	}
	.mail-grid1, .agents, div#about, .banner-dott, .customer, .faq,
		.portfolio-agileinfo {
		padding: 50px 0;
	}
	.mail-agileits-w3layouts i {
		font-size: 25px;
		border-right: 2px solid #FFC107;
		padding: 0.4em .4em 0.4em 0em;
	}
	.contact-right {
		padding-left: 4em;
		float: none;
		padding-top: 8px;
	}
	.mail-grid1-form {
		padding: 2em;
		width: 37%;
	}
	.panel-title>a {
		line-height: 30px;
	}
	.donail_left {
		/* min-height: 397px; */
		
	}
	.pricing-grid {
		width: 22.4%;
	}
	.baner {
		min-height: 320px;
	}
	.view, .view .mask, .view .content {
		width: 204px;
		height: 204px;
	}
}

@media screen and (max-width: 1024px) {
	.banner-dott1 {
		min-height: 485px;
	}
	.banner-text {
		width: 80%;
	}
	ul.nav.navbar-nav li a:before,
	ul.nav.navbar-nav li a:after {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.navbar-nav>li {
		margin-right: 10px;
	}
	.navbar-default .navbar-nav>li>a {
		letter-spacing: 1px;
		padding: 5px 5px;
		font-size: 14px;
	}
	.banner-text {
		width: 100%;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits,
		.form-left-agileits-w3layouts, .form-left-agileits-submit {
		width: 25%;
		float: left;
		padding: 5px;
	}
	.book-form form input[type="submit"] {
		padding: .7em 0em;
	}
	.col-md-8.text {
		width: 60%;
		float: left;
	}
	.bottomgridimg {
		padding: 0;
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.bottomgridtext {
		width: 50%;
		float: left;
	}
	.bottomleft, .bottomgridtext {
		padding: 31px;
	}
	.bottomgridtext h3 {
		margin: 0px 0 20px 0;
		font-size: 24px;
	}
	.services .col-md-4 {
		width: 33.33%;
		float: left;
		padding: 5px;
	}
	.grid1 {
		padding: 20px;
	}
	.grid1 h4 {
		font-size: 18px;
		;
	}
	.agentimg, .agentinfo {
		width: 50%;
		float: left;
	}
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 20em;
	}
	.portfolio-grids {
		width: 25%;
		float: left;
	}
	.carousel-caption p {
		letter-spacing: .5px;
		font-size: 13.5px;
	}
	.about-left {
		width: 33.33%;
		float: left;
	}
	.about-right {
		width: 66.66%;
		float: left;
	}
	.faq .panel-title {
		font-size: 1.1em;
	}
	.mail-agileits-w3layouts {
		width: 33.33%;
		float: left;
	}
	.contact-right {
		padding-left: 3.2em;
	}
	.services-top-grids {
		margin-bottom: 0px;
	}
	.faq .heading h3 {
		font-size: 35px;
	}
	.banner-dott1 {
		min-height: 442px;
	}
	.bottomgridtext {
		width: 100%;
		float: left;
	}
	.customer-grid p {
		padding: 2em 0.5em;
	}
	.panel-body {
		padding: 15px 0;
	}
	.map iframe, iframe {
		min-height: 500px;
		height: 500px;
	}
	.text-center h3 {
		font-size: 35px;
	}
	.head-wl h1 a {
		letter-spacing: 2px;
	}
	.navbar-nav>li {
		width: 15.2%;
	}
	h6.caption {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.email-right p a, .w3-header-top-right-text p, .agileinfo-social-grids ul li a
		{
		letter-spacing: 1px;
	}
	.pricing-grid {
		width: 45%;
	}
	.pricing-grid.grid-one, .pricing-grid.grid-two {
		margin-bottom: 2em;
	}
	.footer_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.agile_team_grid {
		float: left;
		width: 50%;
		margin-bottom: 2em;
	}
	.view, .view .mask, .view .content {
		width: 330px;
		height: 330px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 8.5em 0 .5em;
	}
	.tablet-hidden {
		display: none;
	}
	.footer_grid h3 {
		margin-bottom: 1em;
	}

}

@media screen and (max-width: 900px) {
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 16em;
	}
	section.portfolio-agileinfo .b-wrapper h5 {
		padding: 5px 0;
	}
	section.portfolio-agileinfo .b-wrapper {
		padding: 1em 0em;
	}
}

@media screen and (max-width: 800px) {
	.carousel-control .icon-next, .carousel-control .glyphicon-arrow-right {
		right: 1340%;
		top: 68%;
	}
	.carousel-control .icon-prev, .carousel-control .glyphicon-arrow-left {
		left: 400%;
		top: 68%;
	}
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 13em;
	}
	.mail-grid1-form {
		width: 46%;
	}
	.book-form {
		margin: 0em auto 0;
	}
	.banner-dott1 {
		min-height: 335px;
	}
	.client-img img {
		width: 160px;
		height: 160px;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 0px;
	}
}

@media screen and (max-width: 768px) {

	ul.nav.navbar-nav li a.active,
	ul.navbar-default .navbar-nav>li>a:focus,
	ul.nav.navbar-nav li a:hover {
		color: #fff !important;
		border: none;
		background: var(--primary);
	}
	.banner-text h2 {
		font-size: 4rem;
	}
	.portfolio-grids {
		width: 1000%;
		float: left;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 150px;
		padding-top: 45px;
	}
	.mail-grid1, .agents, div#about, .banner-dott, .customer, .faq,
		.portfolio-agileinfo {
		padding: 40px 0;
	}
	.header.fixed .head-logo {
		display: flex;
	}
	.about1 {
		position: relative;
	    width: 100%;
	    right: 0;
	    top: 0;
	    padding: 10px 0;
	}
	.about2 {
		padding: 0;
	}

	.about-3 {
		padding: 3em 0;
	}
	.about1 h5 {
		font-size: 12px;
		line-height: 0.5em;
	}
	.title-small {
		margin: 0;
	}
	.clients {
		padding: 3em 0;
	}
	.wthree-subscribef-w3ls {
		padding: 3em 0;
	}
	.footer_top_agileits {
		padding: 3em 0;
	}
	.baner {
		min-height: 300px;
	}
	.about-bottom.inner-padding {
		padding: 3em 0;
	}
	.team {
		padding: 3em 0 1em;
	}
	.agileits-about-top {
		padding: 3em 0 1em;
	}
	.banner-bottom.gallery {
		padding: 3em 0;
	}
	.banner-bottom {
		padding: 3em 0;
	}
	.w3_wthree_agileits_icons.main-grid-border {
		padding: 3em 0;
	}
	.typo {
		padding: 3em 0;
	}
	.heading-agileinfo,
	.wthree-mid h3 {
	    font-size: 40px;
	    line-height: 50px;
	}
	
}

@media screen and (max-width: 992px) {

	.header {
		padding-top: 10px;
		padding-bottom: 10px;
		box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	}
	.header:before {
		display: none;
	}
	.navbar-toggle {
		display: block;
	}
	.header.fixed {
		padding: 10px 0;
	}
	.header.fixed .head-logo {
		display: flex;
	}
	.head-logo {
		width: 100%;
		display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
	}
	.head-info {
		display: none;
	}
	.head-wl {
		justify-content: flex-start;
	}
	.head-wl .booking-mobile {
		display: block;
	}
	.head-wl h1 a {
		font-size: 43px;
		padding: 5px 0px 0px;
	}
	.navbar-toggle {
		background: var(--primary);
    	background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
		border-color: var(--primary) !important;
	}
	.header.fixed .logo-img {
		width: 15%;
	}
	.top-nav {
		background: transparent;
	}
	.icon-bar {
		background: var(--text-color);
	}
	.navbar-header {
		background: transparent;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.navbar-nav>li {
		margin: 0 auto;
		width: 100%;
	}
	ul.nav.navbar-nav li a {
		color: var(--color-white);
	}
	ul.nav.navbar-nav li a:hover,
	ul.nav.navbar-nav li a.active,
	.navbar-default .navbar-nav>li>a:focus {
	    color: var(--text-color) !important;
	    background: var(--primary);
    	background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
	}
	.navbar-toggle:hover {
		border-color: var(--primary);
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: var(--primary);
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
		background: transparent;
	}
	nav.navbar.navbar-default.navbar-fixed-top {
		position: absolute;
        top: 50%;
        border: none;
        transform: translateY(-50%);
	}
	.navbar-nav {
		display: block;
		padding: 10px 0 12px;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
		{
		max-height: inherit ! important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #f9f9f9;
	}
	.view, .view .mask, .view .content {
		width: 323px;
		height: 323px;
	}
	.baner {
        min-height: 250px;
    }
	.about1 {
		padding: 0;
	}
	.about2 {
		padding: 0;
		margin-bottom: 30px;
	}
	.flex-active-slide p {
		width: 100%;
	}
}


@media screen and (max-width: 768px) {

	.title-big {
		margin-top: 30px;
	}
}

@media screen and (max-width: 667px) {

	.banner-text {
		background: none;
	}
	.services .col-md-4 {
		width: 50%;
	}
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 7em;
	}
	.client-img img {
		width: 150px;
		height: 150px;
	}
	.customer-grid p {
		padding: .5em;
	}
	.faq .panel-heading {
		padding: 20px 0 20px 20px;
	}
	.faq .panel-default span.glyphicon {
		margin-right: .5em;
	}
	.mail-agileits-w3layouts {
		width: 60%;
		float: none;
		margin: 0 auto 20px;
	}
	.mail-grid1-form {
		width: 55%;
	}
	.book-form form input[type="submit"] {
		font-size: 13.5px;
		font-weight: 400;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits,
		.form-left-agileits-w3layouts, .form-left-agileits-submit {
		padding: 1px;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 45px;
	}
	.footer_w3layouts_gridf_right {
		width: 100%;
		margin-top: 1em;
	}
	.pricing-grid {
		width: 44%;
	}
	.panel-title>a {
		font-size: 20px;
		line-height: 21px;
	}
	.donail_left {
		min-height: 308px;
	}
	.w3-agile-logo {
		padding: 0em 0em;
	}
	.head-wl h1 a {
		font-size: 47px;
		letter-spacing: 0px;
	}
	.view, .view .mask, .view .content {
		width: 288px;
		height: 288px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 7em 0 .5em;
	}
}

@media screen and (max-width: 640px) {
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits,
		.form-left-agileits-w3layouts {
		width: 33.33%;
		float: left;
		padding: 2px;
	}
	.col-md-3.form-left-agileits-submit {
		width: 40%;
		margin: 0 auto;
		float: none;
	}
	.book-form form input[type="submit"] {
		margin: 0;
	}
	.about-left {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.about-right {
		width: 100%;
		float: none;
		margin-top: 1em;
	}
	.about2 {
		margin-bottom: 30px;
	}
	.flex-active-slide p {
		width: 100%;
	}
	.view, .view .mask, .view .content {
		width: 273px;
		height: 273px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 6em 0 .5em;
	}
}

@media screen and (max-width: 600px) {
	.text-center {
		width: 100%;
		float: none;
	}
	.text {
		width: 100%;
		text-align: center;
		float: none;
		padding: 10px 0;
	}
	.text p {
		font-size: 13.5px;
	}
	.agentimg, .agentinfo {
		width: 70%;
		margin: 0 auto 1em;
		text-align: center;
		float: none;
	}
	.carousel-control .icon-next, .carousel-control .glyphicon-arrow-right {
		right: 100%;
		top: 30%;
	}
	.carousel-control .icon-prev, .carousel-control .glyphicon-arrow-left {
		left: 100%;
		top: 30%;
	}
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 5em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 35px;
		padding-top: 30px;
	}

	.client-img img {
		width: 100px;
		height: 100px;
	}
	.mail-agileits-w3layouts {
		width: 75%;
	}
	.email-right p a, .w3-header-top-right-text p, .agileinfo-social-grids ul li a
		{
		letter-spacing: 0px;
	}
	.view, .view .mask, .view .content {
		width: 254px;
		height: 254px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 5em 0 .5em;
	}
}

@media screen and (max-width: 568px) {

	.banner {
	    min-height: 600px;
	}
	.banner-text {
        padding: 0;
        width: 100%;
        margin: 35% auto 0 auto;
    }
	.wthree-mid .business-hour {
		padding: 0;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits,
		.form-left-agileits-w3layouts {
		width: 33.33%;
		float: left;
		padding: 2px;
	}
	.col-md-3.form-left-agileits-submit {
		width: 40%;
		margin: 0 auto;
		float: none;
	}
	.book-form form input[type="submit"] {
		margin: 0;
	}
	.wthree-subscribef-w3ls h3.tittlef-agileits-w3layouts {
		font-size: 2.2em;
	}
	.view, .view .mask, .view .content {
		width: 238px;
		height: 238px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 5em 0 .5em;
	}
	.baner {
        min-height: 200px;
    }
}

@media screen and (max-width: 480px) {

	.banner {
        min-height: 500px;
    }
	.banner-text h2 {
		font-size: 4rem;
	}
	.banner-text h2 {
        font-size: 3rem;
    }
    .w3-banner-head-info h3 {
    	font-size: 20px;
    }
    .about1 .heading-agileinfo {
	    font-size: 35px;
	    line-height: 50px;
	}
	.heading-agileinfo, .wthree-mid h3 {
        font-size: 35px;
        line-height: 45px;
    }
	.head-wl .booking-mobile {
		top: 45px;
	}
	.head-wl .booking-mobile a {
		font-size: 14px;
		padding: 10px !important;
	}
	.bottomgridimg {
		width: 90%;
	}
	.bottomleft, .bottomgridtext {
		width: 90%;
	}
	.services .col-md-4 {
		width: 100%;
		float: none;
	}
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: 1em;
	}
	.portfolio-grids {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.carousel-caption h3 {
		letter-spacing: 2px;
		font-size: 25px;
		margin-bottom: 8px;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 35px;
		padding-top: 65px;
	}
	.book-form {
		padding: 2em 0em 2em;
	}
	.about-left {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.mail-agileits-w3layouts {
		width: 100%;
	}
	.mail-grid1-form {
		width: 100%;
		position: static;
	}
	.map iframe, iframe {
		min-height: 300px;
		height: 300px;
	}
	.list {
		flex-direction: column;
		text-indent: 60px;
	}
	.pricing-grid {
		width: 42%;
	}
	.more a {
		padding: .5em 2em;
	}
	.head-wl {
		-webkit-flex-direction: column;
		/* Safari 6.1+ */
		flex-direction: column;
	}
	.w3-header-top-right-text, .email-right, .agileinfo-social-grids {
		padding-top: 13px;
	}
	nav.navbar.navbar-default.navbar-fixed-top {
		background-color: rgba(0, 0, 0, 0);
	}
	ul.nav.navbar-nav li a {
		padding: 13px 0px;
	}
	.navbar-fixed-top {
		top: 300px;
	}
	.view, .view .mask, .view .content {
		width: 195px;
		height: 195px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 3em 0 .5em;
	}
	.left_form {
		float: left;
		width: 100%;
	}
	.right_form {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	.wthree-mid .business-hour .col-xs-6 {
		width: 100%;
		text-align: center !important;
		padding: 0 !important;
	}

}

@media screen and (max-width: 414px) {
	section.portfolio-agileinfo .nav-tabs>li>a {
		font-size: 15px;
		padding: 10px;
	}
	.mail-agileits-w3layouts {
		width: 100%;
	}
	.mail-grid1-form {
		width: 100%;
		position: static;
	}
	.map iframe, iframe {
		min-height: 300px;
		height: 300px;
	}
	.mail-grid1, .agents, div#about, .banner-dott, .customer, .faq,
		.portfolio-agileinfo {
		padding: 30px 0;
	}
	.text-center h3 {
		font-size: 35px;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 1em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		font-size: 35px;
		padding-top: 50px;
	}

	.pricing-grid {
		width: 100%;
	}
	.pricing-grid.grid-two {
		margin: 0 0em 2em;
	}
	.pricing-grid.grid-three {
		margin: 0 0em 2em 0;
	}
	.wthree-subscribef-w3ls h3.tittlef-agileits-w3layouts {
		font-size: 2em;
	}
	.wthree-mid p {
		width: 100%;
		font-size: 14px;
	}
	.agile_team_grid {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 2em 0 .5em;
	}
}

@media screen and (max-width: 384px) {
	.bottomgridimg, .bottomleft, .bottomgridtext {
		width: 100%;
	}
	.carousel-control .icon-next, .carousel-control .glyphicon-arrow-right {
		right: 210%;
		top: 30%;
	}
	.agentimg, .agentinfo {
		width: 82%;
	}
	section.portfolio-agileinfo .nav-tabs>li {
		margin: 3px;
	}
	.portfolio-grids {
		width: 90%;
	}
	.panel-body {
		padding: 15px 0x;
	}
	.about-top {
		margin-bottom: 10px;
	}
	.contact-right p {
		font-size: 16px;
	}
	.mail-agileits-w3layouts i {
		font-size: 20px;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits,
		.form-left-agileits-w3layouts {
		width: 50%;
	}
	.col-md-3.form-left-agileits-submit {
		width: 50%;
		margin: 2em auto;
		float: left;
		font-size: 17px;
	}
	.view, .view .mask, .view .content {
		width: 324px;
		height: 324px;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: 1.5em 0 .5em;
	}
}

@media screen and (max-width: 375px) {

    .heading-agileinfo,
    .heading-agileinfo, .wthree-mid h3 {
        font-size: 30px;
        line-height: 40px;
    }
	.carousel-caption h3 {
		letter-spacing: 1px;
		font-size: 22px;
	}
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: .3em;
	}
	.portfolio-grids {
		width: 100%;
	}
	.view, .view .mask, .view .content {
		width: 313px;
		height: 313px;
	}
}

@media screen and (max-width: 320px) {
	.text-center h3 {
		font-size: 30px;
	}
	.navbar-header h1 a {
		font-size: 1em;
	}
	.bottomgridtext h3 {
		margin: 0px 0 10px 0;
		font-size: 20px;
	}
	.heading p {
		width: 85%;
		margin-bottom: 10px;
	}
	section.portfolio-agileinfo .nav-tabs>li {
		margin: 1px;
	}
	section.portfolio-agileinfo .nav-tabs>li>a {
		font-size: 14px;
		padding: 10px 8px;
	}
	section.portfolio-agileinfo .nav-tabs>li:nth-child(1) {
		margin-left: .1em;
	}
	.faq .panel-title {
		line-height: 1.8em;
	}
	.col-md-3.form-time-w3layouts, .form-date-w3-agileits,
		.form-left-agileits-w3layouts {
		width: 100%;
		float: none;
		padding: 0px 10px;
	}
	.banner-text {
		padding: 2em 0 0em 0;
	}
	.book-form label {
		font-size: 14px;
		margin-bottom: 4px;
		letter-spacing: 1px;
	}
	.col-md-3.form-left-agileits-submit {
		width: 60%;
	}
	.nbs-flexisel-item {
		width: 300px !important;
		margin: 0 auto !important;
		margin-left: 90px !important;
	}
	ul.nav.navbar-nav {
		margin: 11px 0;
	}
	.navbar-nav>li {
		width: 65%;
	}
	.agentinfo {
		width: 100%;
	}
	.col-md-3.form-left-agileits-submit {
		width: 93%;
		margin-top: 1em;
		margin-left: 10px;
	}
	.agileits-w3layouts-copyright p {
		font-size: .875em;
	}
	section.portfolio-agileinfo i.fa.fa-search-plus {
		padding-top: 40px;
	}
	.list {
		flex-direction: column;
		text-indent: 40px;
	}
	.head-wl h1 a {
		font-size: 40px;
	}
	.banner-text h2 {
		font-size: 17px;
		letter-spacing: 0px;
	}
	.banner-text {
		padding: 1em 0 0em 0;
	}
	.w3-header-top-right-text, .email-right, .agileinfo-social-grids {
		padding-top: 6px;
	}
	.navbar-fixed-top {
		top: 280px;
	}
	.heading-agileinfo span {
		letter-spacing: 1px;
	}
	.about-3 {
		padding: 2.5em 0;
	}
	.heading-agileinfo {
		margin-bottom: 1.8em;
	}
	a.join-wthree {
		font-size: 15px;
		padding: 9px 27px;
	}
	.donails {
		padding: 2.5em 0 0;
	}
	.donail_left {
		min-height: 223px;
	}
	.clients {
		padding: 2.5em 0;
	}
	.wthree-subscribef-w3ls h3.tittlef-agileits-w3layouts {
		font-size: 1.8em;
	}
	.footer_top_agileits {
		padding: 2.5em 0;
	}
	.view, .view .mask, .view .content {
		width: 258px;
		height: 258px;
	}
	.about-bottom.inner-padding {
		padding: 2.5em 0;
	}
	.team {
		padding: 2.5em 0 0.5em;
	}
	.agileits-about-top {
		padding: 2.5em 0 .5em;
	}
	.banner-bottom.gallery {
		padding: 2.5em 0;
	}
	.w3layouts_gallery_grid1_pos h3 {
		margin: .5em 0 .5em;
	}
	.w3layouts_gallery_grid1_pos p {
		line-height: 0em;
	}
	.banner-bottom {
		padding: 2.5em 0;
	}
	.w3_wthree_agileits_icons.main-grid-border {
		padding: 2.5em 0;
	}
	.typo {
		padding: 2.5em 0;
	}
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.margin-top {
	margin-top: 2rem;
}

.mr-1 {
	margin-right: .25rem !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.ml-1 {
	margin-left: .25rem !important;
}

.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mt-sm-0 {
	margin-top: 0 !important;
}

.mr-2 {
	margin-right: .5rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.ml-2 {
	margin-left: .5rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.my-3 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-auto {
	margin-bottom: auto !important;
	margin-top: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pr-1 {
	padding-right: .25rem !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pl-1 {
	padding-left: .25rem !important;
}

.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pr-2 {
	padding-right: .5rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pl-2 {
	padding-left: .5rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.py-3 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

/* //Responsive design */
.title-big {
	font-size: 20px;
	line-height: 30px;
	color: var(--color-white);
	font-weight: 500;
	padding: 7px 10px 5px 10px;
	text-transform: uppercase;
	background: var(--dark-green);
}
.color-price {
    color: var(--text-color);
    font-weight: 600;
}

.display-table {
	display: table-row-group
}

.display-row {
	display: table-row
}

.display-col {
	display: table-cell
}

.title-small, .title-small-list {
	font-size: 16px;
	border-bottom: dashed 1px #cfcfcf;
	padding: 12px 0 7px 0;
}
.panel-collapse  .title-small:last-child,
.panel-collapse  .title-small-list:last-child {
	border: none;
}
#menu_service[column="1"] .display-table {
	border-bottom: 1px dashed rgb(183, 183, 183);
}

#menu_service[column="1"] .service_item .service_name {
	font-size: 18px !important;
	font-family: cursive;
}

#menu_service[column="1"] .service_item .service_price {
	font-size: 18px !important;
	font-family: 'Roboto';
	color: var(- -primary);
	font-weight: bold;
	white-space: nowrap;
}

#menu_service[column="2"] .service_item .service_name {
	font-size: 17px !important;
	font-family: cursive;
}

#menu_service[column="2"] .service_item .service_price {
	font-size: 17px !important;
	font-family: 'Roboto';
	color: var(- -primary);
}

#menu_service[column="2"] .service_item:nth-child(even) {
	border-right: none !important;
}

.w-100 {
	width: 100% !important
}

.page-service {
	position: relative;
	background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
}
.page-service .service-img img {
	width: 100%;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}



@media ( max-width : 425px) {
	.padding {
		padding-left: 0px !important;
	}
	.column-left {
    	width: 144px;
	}
	.phone {
		font-size: 16px;
	}
	.banner {
        min-height: 500px;
    }

}

@media ( max-width : 375px) {

	.head-wl .booking-mobile {
		transform: translateX(-35%);
	}
	.head-wl .booking-mobile a i {
		display: none;
	}
	.padding {
		padding-left: 0px !important;
	}
	.column-left {
    	width: 150px !important;
	}
	.banner {
        min-height: 420px;
    }
}

