html,
body {
	padding: 0;
	margin: 0;
	background: #fff;
	letter-spacing: 1px;
	font-family:'Raleway', sans-serif;
}
html {
  scroll-behavior: smooth;
}
body a {
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	cursor:pointer !important;
}
button,.btn {

	cursor:pointer !important;
}
body a:hover {
	text-decoration: none;
}
body a:focus,
a:hover {
	text-decoration: none;
}
input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	letter-spacing: 1px;
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
	font-family: 'PT Sans', sans-serif;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}
p {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family:'Raleway', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*-- //Reset-Code --*/
.title {
	font-size: 54px;
	color: #000;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: capitalize;
}
h6.top-title {
	font-size: 21px;
	margin-bottom: 21px;
	color: #4a4949;
}
.clr {
	color: #fff;
}
.title-sub p,.rooms-agile-left p,
.slider-room-info p,.ser-inner-info p,.abut-inner-wls-head p,.contact-list-grid p,
.contact-list-grid p a,.blog-agile-text-middle p,.blog-txt-info p{
	font-size: 14px;
	color: #000;
	line-height: 28px;
}
.video-info-img p{
	color:#fff;
}
/*-- header --*/ 
.header-w3layouts {
	position: absolute;
	width: 100%;
	z-index: 9999;
	background:transparent;
}
.header-call h4 {
	font-size: 15px;
	color: #fff;
	padding-top: 22px;
	display: inline-block;
}
/* menu */

/*Style for the first level menu bar*/
ul#menu{
  color:#eee;
}

ul#menu > li {
    list-style-type: none;
    text-align: -webkit-right;
}

label.menulist{
  position:relative;
  display:block;
  transition:background 0.3s;
  cursor:pointer;
	  line-height: 45px;
}

label.menulist:after{
  content:"\f0c9";
  position:absolute;
  font-family: FontAwesome;
  display:block;
  font-size: 28px;
  top:0%;
  left:0;
  right:0;
  width:20px;
  margin:0 auto;
  height:0;
  transition:border-bottom .1s, border-top .1s .1s;
  }

label.menulist:hover,
input:checked ~ label{}

input#check01:checked ~ label.menulist:after{
  content:"\f00d";
  font-family: FontAwesome;
  transition:border-top .1s, border-bottom .1s .1s;
}

/*hide the inputs*/
input#check01{display:none}

/*show the second levele menu of the selected voice*/
input#check01:checked ~ ul.submenu{
  max-height:300px;
  transition:max-height 0.5s ease-in;
  z-index: 999;
}

/*style for the second level menu*/
ul.submenu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    transition: max-height 0.5s ease-out;
    position: absolute;
    min-width: 100%;
}
label.menulist, ul.submenu{
      width: 110px;
}

ul.submenu li a{
  color:#000;
  text-decoration:none;
  transition:background .3s;
  white-space:nowrap;
  text-transform: capitalize;
    font-size: 16px;
    display: block;
    margin: 13px;
    font-weight: 400;
	text-align:center;
}
#menu li a.active {
    color: #02c;
}

ul.submenu li a:hover{
    color: #02c;
}
ul.submenu:before {
        position: absolute;
    top: -30px;
    left: 80px;
    content: "";
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 15px solid transparent;
}
/* //menu */
/*-- //header --*/ 
.w3l-innerbanner {
    background: url(../images/bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 250px;
} 
/*-- banner --*/ 
.w3l-banner {
    background: url(../images/bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
	min-height: 800px;
}
.baner-text {
    padding: 11em 0 0;
}
.baner-text h3 a{
	border:2px solid #fff;
	border-right:none;
	border-left:none;
	padding: 0.5em 1em;
	color: #ffff;
	display: inline-block;
}
.baner-text h3 {
    color: #ffff;
    text-transform: uppercase;
	font-size: 1.75em;
	font-weight: 800;
	letter-spacing: 0.225em;
    opacity: 1;
}
.baner-text h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.225em;
    width: 34%;
    line-height: 1.8em;
    text-align: center;
}
.agile-link-bnr {
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    background: #739df3;
    border: 1px solid #739df3;
}
.agile-link-bnr:hover {
    background: #ef5e4a;
    border: 1px solid #ef5e4a;
}
.rotate span {
    font-size: 30px;
    color: #fff;
}
.rotate h5 a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.8em;
}
.rotate {
    margin-top: 10em;
}
.advantage-grid-info1 {
    padding: 0;
}
.advantage_left h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cc2105;
}
.advantage_left h3 {
    font-size: 1.35em;
    font-weight: 800;
    line-height: 1.8em;
    letter-spacing: 2px;
	color:#fff;
    text-transform: uppercase;
}
.advantage_left {
    padding: 6.3vw 12vw 5vw 6vw;
    box-sizing: border-box;
    /* box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.075); */
}
.banner-top.row {
    margin: 0;
}
.banner-top p {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.8em;
	color:#fff;
}
.banner-bottom {
	background:#2b343d;
}
.w3l-btm {
    background: #343d46;
}
.services-box {
    margin-bottom: 0px;
    background: #1d3d86;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    padding: 4em 4em 4em 4em;
}
.services-box:hover {
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}
.services-box:hover span {
	 color: #fff;
}
.icon span {
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 0.46);
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.service-content {
    margin-left: 1em;
}
.service-content h4, .service-content h2 {
    font-size: 1.15em;
    line-height: 1.75em;
    font-weight: 800;
	text-transform:uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
}
.service-txt h5 {
    text-transform: capitalize;
    font-size: 2.5em;
    color: #000;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.5;
}
.service-txt h5 span {
    background: #19adf2;
    font-weight: 600;
    color: #fff;
    padding: 0 4px;
}
section.slide-wrapper {
    background: #1e3882;
}
p.serp {
    color: rgba(255, 255, 255, 0.75);
    text-align: justify;
    text-transform: capitalize;
    line-height: 1.8em;
    font-size: 15px;
}
.ser-midd{
    background: #1a4b98;
}
.bx-4 {
    background: #2b569a;
}
.bx-1 {
    background: #19529f;
}
.bx-2 {
    background: #164794;
}
.bx-3 {
    background: #39649b;
}
.ser-lt {
	padding:0;
}
.ser-rgt {
	padding:0;
}
.ser-midd{
	
}
/* //services */
h2.w3_head {
    font-size: 1.7em;
    color: #101010;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    display: inline-block;
    padding-bottom: 1em;
    border-bottom: solid 2px rgba(82, 77, 77, 0.125);
}
h3.w3_head {
    font-size: 1.7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
	display:inline-block;
    padding-bottom: 1em;
    border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}
p.main_p{
    width: 66%;
    line-height: 1.8em;
}
section.wedo {
    background: #739df3;
}
.wedo_top span {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
	color:#fff;
    border: solid 2px rgba(255, 255, 255, 0.125);
	transform: rotate(-45deg);
    border-radius: 3px;
}
.wedo_top li {
    display: inline-block;
}
.wedo_top li:nth-child(2) {
    margin:0 5em;
}
.foot-top {
    background: url(../images/bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}
section.foot-top h1 {
    font-size: 1.35em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 1.75em;
}
section.foot-top p {
    font-size: 16px;
    color: #fff;
    margin-top: 1em;
    line-height: 1.8em;
}
.foot-top-left {
    padding: 0 4em;
}
.agile-link-bnr1 {
    padding: 10px 24px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    border: 1px solid #fff;
	width:34%;
}
.agile-link-bnr1:hover {
    background: rgba(204, 195, 195, 0.32);
    border: 1px solid #fff;
}
.cpy-right {
    background: #212121;
}
ul.social_section_1info li {
    display: inline-block;
}
ul.social_section_1info a {
    color: #808080;
    margin-right: 30px;
    font-size:22px;
}
ul.social_section_1info a:hover {
    color: #fff;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 46px;
	height: 36px;
	border: none;
	text-indent: 100%;
	background: url(../images/arr.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);
}
/*-- //to-top --*/
/* typography */
.typo-wthree h4 {
	color:#000000;
	font-size: 1.5em;
	text-transform: capitalize;
}
.bg-flex {
    background-color: #739df3;
    border: 1px solid rgb(115, 157, 243);
}
.bg-flex-item {
	background-color: #fff;
	border: 1px solid #d7d8d8;
}

.typo-wthree h5 {
	color: #333;
}
/* //typography */
/*--/contact--*/
.address-left {
	width: 80px;
    height: 80px;
    text-align: center;
    background:#a40eff;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.address-grid-wthree-agileits {
	text-align: center;
    margin: 0 auto;
}
.address-grid-wthree-agileits span {
    font-size: 1.7em;
    color: #fff;
    margin-top: 27px;
}
.address-right {
	margin-top:1.2em;
}
.address-right h6 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.contact_grid_right {
    width: 100%;
}
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    margin-top: 1em;
}

.contact_grid_right input[type="text"]:nth-child(2),
.contact_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_grid_right textarea {
    min-height: 150px;
    margin: 1em 0em;
    resize: none;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"] {
    outline: none;
    padding: 16px 0;
    font-size: 14px;
    color: #fff;
	background: #0e0f10;
	width: 22%;
    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: .25rem;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"]:hover {
    background-color: #739df3;
}

.contact-left h4 {
    color: #444;
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 700;
}

.contact-left p {
    font-size: 1em;
    letter-spacing: 1px;
}

.contact-text a {
    color: #888;
}

.contact-text a:hover {
    color: #fb383b;
}

.contact_grid_right h6, .contact-left h6 {
    font-size: 1.2em;
    color: #2e1f54;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-map {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height:300px;
}
.address.row {
    width: 100%;
}
.address-right a {
    color: #777;
}
.address-right p {
    color: #777;
}
/*-- //contact--*/
/*--responsive--*/
@media(max-width:1600px){
}
@media(max-width:1440px){
.overlay ul {
	top:97px;
}
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
	.baner-text h6 {
    width: 46%;
}
.w3l-banner {
    min-height: 650px;
}
.rotate {
    margin-top: 5em;
}
.baner-text {
    padding: 9em 0 0;
}
.advantage_left h3 {
    font-size: 1.05em;
    line-height: 1.6em;
}
.banner-top p {
    font-size: 14px;
}
.advantage_left {
    padding: 5vw 6vw 5vw 6vw;
}
h3.w3_head {
    font-size: 1.5em;
}
.service-content h4, .service-content h2 {
    font-size: 1em;
}
p.serp {
    font-size: 14px;
}
.services-box {
    padding: 3em 3em 3em 3em;
}
.foot-top-left {
    padding: 0 2em;
}
.agile-link-bnr1 {
    width: 42%;
}
section.foot-top h1 {
    font-size: 1.3em;
}
}
@media(max-width:1050px){
}
@media(max-width:1024px){
.overlay ul li a {
	font-size: 19px;
	padding: 14px;
}
}
@media(max-width:991px){
	.baner-text h6 {
    width: 66%;
}
.w3l-banner {
    min-height: 570px;
}
p.main_p {
    width: 100%;
    font-size: 14px;
}
.advantage_left {
    padding: 5vw 16vw 5vw 15vw;
}
.banner-top {
    padding: 3em 0;
}
.foot-top-left {
    padding: 0 1em;
}
.foot-top-left {
    margin-bottom: 3em;
}
.agile-link-bnr1 {
    width: 28%;
}
}
@media(max-width:900px){
}
@media(max-width:800px){
}
@media(max-width:768px){
}
@media(max-width:767px){
}
@media(max-width:736px){
.cd-header-buttons {
	right: 105px;
}
.agile-link-bnr1 {
    width: 37%;
}
.advantage_left {
    padding: 5vw 4vw 5vw 4vw;
}
.baner-text h6 {
    width: 84%;
}
}
@media(max-width:667px){
}
@media(max-width:640px){
	.w3l-innerbanner {
    min-height: 200px;
}
}
@media(max-width:600px){
}
@media(max-width:568px){
	.baner-text {
    padding: 7em 0 0;
}
.rotate {
    margin-top: 3em;
}
.w3l-banner {
    min-height: 500px;
}
.w3l-innerbanner {
    min-height: 150px;
}
}
@media(max-width:480px){
	.agile-link-bnr1 {
    width: 44%;
}
h3.w3_head {
    font-size: 1.2em;
}
.advantage_left h3 {
    font-size: 1em;
}
.wedo_top span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
}
.w3l-banner {
    min-height: 470px;
}
section.foot-top p {
    font-size: 14px;
}
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    width: 35%;
}
}
@media(max-width:440px){
	.agile-link-bnr1 {
    width: 48%;
}
.wedo_top span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
}
}
@media(max-width:414px){
	.agile-link-bnr1 {
    width: 51%;
}
.services-box {
    padding: 3em 2em 3em 2em;
}
.baner-text h6 {
    width: 100%;
}
.baner-text {
    padding: 6em 0 0;
}
}
@media(max-width:384px){
	.agile-link-bnr1 {
    width: 56%;
}
.services-box {
    padding: 3em 1em 3em 1em;
}
.wedo_top li:nth-child(2) {
    margin: 0 3em;
}
.baner-text h6 {
    font-size: 14px;
}
.w3l-banner {
    min-height: 440px;
}
}
@media(max-width:320px){
	.agile-link-bnr1 {
    width: 69%;
}
.service-content {
    margin-left: 0em;
}
.advantage_left {
    padding: 5vw 0vw 3vw 0vw;
}
.wedo_top li:nth-child(2) {
    margin: 0 1.8em;
}
.rotate {
    margin-top: 1.5em;
}
.baner-text {
    padding: 5em 0 0;
}
.w3l-banner {
    min-height: 400px;
}
.baner-text h3 a {
    padding: 0.3em 1em;
}
.w3l-innerbanner {
    min-height: 150px;
}
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    width: 41%;
}
.contact-map iframe {
    height: 250px;
}
}
/*--//responsive--*/