﻿/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    font-family: 'Raleway', sans-serif;
	font-family: 'Open Sans', sans-serif !important;
}

.about-banner {
    background: url(../images/ban11.jpg) no-repeat 0px 0px;
}

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

.slider-info-txt h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    bottom: -9px;
    left: calc(12% - 60px);
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
.contact-form input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    margin: 0;
    letter-spacing: .5px;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 8px;
}

.panel-login label {
    margin: 0px;
}

img {
    width: 100%;
}


/*--header--*/

.navbar-header h1 {
    text-align: center;
}

.navbar-header h1 img {
    margin-right: 0.3em;
}

.navbar-header h1 a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    padding: 10px;
    font-weight: 600;
}

.navbar-header h1 a span {
    font-size: 1em;
    letter-spacing: 0px;
    padding: 0.2em;
}


/*-- top-nav --*/

.glyphicon.glyphicon-phone {
    color: #000;
    font-size: 33px;
    display: inline;
}

.nav-contact-w3ls {
    padding-right: 10px;
    margin-right: 10px;
    float: left;
}

.nav-contact-w3ls i.fa {
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: .2em;
}

.nav-contact-w3ls p {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.top-nav-text .call {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    /* float: left; */
    margin-top: 4px;
}

.top-nav-text a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 7px 30px;
    background: #01bcfa;
    margin-left: 2em;
    text-decoration: none;
}

.top-nav-text {
    margin-top: 14px;
    float: right;
    width: 15%;
    margin-left: 16em;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #99abd5;
    background: none;
}

.navbar-nav>li {
    margin: 0 0.5em;
}

.navbar-nav>li:nth-child(6) {
    margin-right: 0!important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav li a.active {
    color: #ff8c00;
}

.navbar-right {
    float: right!important;
    margin-right: 0px!important;
}

.navbar-collapse {
    padding: 0!important;
}


/*-- //top-nav --*/


/*-- animate popup --*/


/*-- login form --*/

.login-top.sign-top {
    background: #272525;
}

.agileits-login {
    padding: 3em;
}

.agileits-login input[type="text"],
.agileits-login input[type="password"],
.agileits-login input[type="email"],
.agileits-login textarea {
    outline: none;
    font-size: 1em;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 2px solid transparent;
    -webkit-appearance: none;
    margin-bottom: 2em;
    background: rgba(146, 142, 142, 0.33);
}

.agileits-login textarea {
    resize: none;
    height: 80px;
    margin-bottom: 0!important;
}

.agileits-login input[type="text"]:focus,
.agileits-login input[type="password"]:focus,
.agileits-login input[type="email"]:focus,
.agileits-login textarea:focus {
    border-bottom: 2px solid rgb(223, 31, 58);
}

.agileits-login ::-webkit-input-placeholder {
    color: #333;
}

.agileits-login :-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}

.agileits-login ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

.agileits-login :-ms-input-placeholder {
    color: #333;
}


/*-- checkbox --*/

.agileits-login label {
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

input.checkbox {
    background: #ff304d;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}

input.checkbox:before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    background: inherit;
    cursor: pointer;
}

input.checkbox:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #fff;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1.2em;
    border-color: #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.anim input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .6em;
    border-color: transparent;
    border-right-color: transparent;
    animation: .4s rippling .4s ease;
    animation-fill-mode: forwards;
}

@keyframes rippling {
    50% {
        border-left-color: #fff;
    }
    100% {
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
}


/*-- //checkbox --*/

.wthree-text {
    margin-top: 0.5em;
}

.wthree-text ul li {
    display: inline-block;
    float: left;
}

.wthree-text ul li:nth-child(2) {
    float: right;
}

.wthree-text ul li a {
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.wthree-text ul li a:hover {
    text-decoration: underline;
}

.w3ls-submit {
    text-align: center;
    margin-top: 2.5em;
}

.agileits-login input[type="submit"] {
    font-size: 1em;
    color: #fff;
    border: none;
    outline: none;
    padding: .8em 5em;
    -webkit-appearance: none;
    text-transform: uppercase;
    transition: .5s all;
    background: #dd1733;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-login input[type="submit"]:hover {
    background: #01bcfa;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.modal-header {
    border-bottom: none;
}


/*-- //animate popup --*/

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    float: right;
}

.navbar-default {
    background: none;
    border-color: #012231;
}

.navbar-default .navbar-brand {
    color: #fff !important;
    font-size: 40px;
    text-decoration: none;
}

a.navbar-brand img {
    display: inline-block;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0;
    margin-top: 5px;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
    text-decoration: none;
}

a.navbar-brand span {
    color: #2FD828;
    margin-left: 12px;
}

.navbar {
    position: relative;
    min-height: inherit;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #2FD828;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 1em;
    position: relative;
    font-weight: 500;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent !important;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
    color: #000;
    font-size: 16px;
}

.dropdown-menu {
    padding: 0px 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #23B684;
}

.navbar-brand {
    height: 0;
    padding: 0;
}

.navbar {
    border-radius: 0px;
    border: none;
}

.navbar-default .navbar-brand {
    color: #fff;
}

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

.navbar {
    padding: 0px 0;
}

.header {
    background: #0aab8a;
    padding: 12px 0em 0 0;
    border-top: 5px solid #333;
    /*background-image: -webkit-linear-gradient(top, #0aab8a 0%, #2a6082 100%);
  background-image: -o-linear-gradient(top, #0aab8a 0%, #2a6082 100%);
  background-image: linear-gradient(to bottom, #0aab8a 0%, #2a6082 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff377ca8', endColorstr='#ff2a6082', GradientType=0);
  /* @see: Gradient maker: http://www.colorzilla.com/gradient-editor/ */
    /*border-top-color: #0aab8a;
  border-bottom-color: #0aab8a;*/
}


/*--//header--*/


/*-- /nav effect --*/

.link-effect-8 ul.nav li a {
    -moz-transition: ease-out 0.3s 0.1s;
    -o-transition: ease-out 0.3s 0.1s;
    -webkit-transition: ease-out 0.3s;
    -webkit-transition-delay: 0.1s;
    transition: ease-out 0.3s 0.1s;
}

.link-effect-8 ul.nav li a::before {
    height: 2px;
    width: 100%;
    background: #797878;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.help-button a::before{
	left:inherit !important;
}

.link-effect-8 ul.nav li a::after {
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-effect-8 ul.nav li a:hover::before,
.navbar-default .navbar-nav>.active>a::before {
    visibility: visible;
    top: 100%;
    background: white;
}

.link-effect-8 ul.nav li a:hover::after,
.navbar-default .navbar-nav>.active>a::after {
    visibility: visible;
    top: 0;
    background: white;
}


/*-- //nav effect --*/


/*--slider--*/

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

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

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

.events {
    list-style: none;
}

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

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

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

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

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

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 75%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 47px;
    width: 47px;
}

.callbacks_nav.next {
    left: auto;
    background: url(../images/left.png) no-repeat 11px 9px #000;
    right: 1.4%;
    top: 40.5%;
}

.callbacks_nav.next:hover {
    background-color: #23B684;
}

.callbacks_nav.prev {
    left: auto;
    background: url(../images/right.png) no-repeat 8px 10px #000;
    left: 1.4%;
    top: 40.5%;
}

.callbacks_nav.prev:hover {
    background-color: #23B684;
}

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

#slider3-pager span {
    float: left;
}

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

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

#slider3-pager a {
    padding: 0;
}

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

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

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

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

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 75%;
    left: 46%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

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

.callbacks_tabs li {
    display: inline-block;
    margin: 0px 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 0;
    width: 26px;
    height: 26px;
    padding: 0px 5px;
}


/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

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

.callbacks_here a:after {
    background: #ff4c4c;
}


/*-- //slider --*/


/*-- banner-top --*/

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

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

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

.banner-dott,
.banner-dott1 {
    /* background: url(../images/dott.png)repeat 0px 0px; */
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    min-height: 547px;
}

.w3ls-button a {
    color: #ffffff;
    font-size: 16px;
    padding: .8em 1em;
    text-decoration: none;
    background: #0aab8a;
    text-align: center;
    letter-spacing: 1px;
}

.w3ls-button a:hover {
    background: #343746;
}

.w3ls-button {
    margin: 2em 0;
}


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

.slider-info {
    padding: 7em 0 0;
}

.slider-info h3,
.slider-info h2 {
    position: relative;
    font-size: 3.7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 550;
    margin-bottom: 24px;
    letter-spacing: 0px;
}

.slider-info h4 {
    font-size: 3.7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 0.2em 0em .7em;
}

.banner-form-agileinfo p {
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.8em;
}

.banner-form-agileinfo h5 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.slider-info i {
    font-size: 4em;
    color: #fff;
}

.bannergrids {
    margin-top: 8em;
}

.bannergrids .grid1 p {
    color: #fff;
    margin: 1.5em 0;
    font-size: 16px;
    line-height: 26px;
}


/*-- bootstrap-modal-pop-up --*/

.modal-header {
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #0aab8a;
}

.close {
    opacity: 1;
}

.modal-body p {
    color: #333;
    text-align: left;
    padding: 1em 0em 0em;
    margin: 0 !important;
    line-height: 1.5em;
    font-size: 13px;
}

.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}


/*.modal-body {
    padding:0;
}*/

.modal-body img {
    padding: 0em 1em 0 1em;
    width: 100%;
}

.modal-content {
    border-radius: 0;
    float: left;
    width: 100%;
    background-color: #eee;
}

button.close {
    font-size: 18px;
    color: #fff;
    outline: none;
    margin-top: -26px !important;
    position: relative;
    right: -27px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 2px 6px;
    border: 1px dotted #000;
}

.alert-danger {
    margin-bottom: 7px;
    /*Flash message CSS - 24-march-2021*/
    font-size: 18px;
    font-weight: 700;
    /*Flash message CSS - 24-march-2021*/

}
.alert.alert-success {
    /*Flash message CSS - 24-march-2021*/
    font-size: 18px;
    font-weight: 700;
    /*Flash message CSS - 24-march-2021*/
}
.custom_bord .input-group.form-group {
    margin-bottom: 20px;
}

.custom_bord label.error {
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    font-size: 12px;
}


/*-- //bootstrap-modal-pop-up --*/

.banner-form-agileinfo input[type="text"],
.banner-form-agileinfo input[type="tel"],
.banner-form-agileinfo textarea,
.banner-form-agileinfo .form-control {
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

.banner-form-agileinfo input[type="text"]:focus,
.banner-form-agileinfo input[type="tel"]:focus,
.banner-form-agileinfo textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.banner-form-agileinfo span {
    color: #23B684;
}

.banner-form-agileinfo input[type="submit"] {
    width: 100%;
    margin-top: 0px;
    padding: 12px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    background: #e01f3d;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.banner-form-agileinfo input[type="submit"]:hover {
    background: #23B684;
}

.banner-form-agileinfo {
    background: #fff;
    background: rgba(0, 0, 0, 0.54);
    padding: 3em 2em;
}

.form-control {
    /*height: 40px;
    border-radius: 0px;*/
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
}

::-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

::-moz-placeholder {
    /* Firefox 18- */
    color: #333;
}


/* //banner bottom */


/*--  savings form --*/

.content {
    padding: 60px 0;
}

.content h1 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 45px;
    color: #fff;
    letter-spacing: 1px;
}


/*.main {
    width: 27%;
    margin: 0 auto 0 auto;
    background: rgba(22,24,27,.35);
    padding: 40px 34px;

}
*/

.main h2:before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    bottom: -9px;
    left: calc(50% - 60px);
}

.main h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0aab8a;
    bottom: -10px;
    left: calc(50% - 20px);
}

.main h2 {
    color: #fff;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.main p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 25px 0;
}

.main form input[type="text"],
.main form input[type="email"],
.main form input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    outline: none;
    color: #222;
    /* margin-bottom: 30px;*/
}

.main h5 {
    color: #0aab8a;
    margin-bottom: 8px;
    font-size: 15px;
}

.main form input[type="text"]:hover,
.main form input[type="password"]:hover,
.main form input[type="email"]:hover {
    border-bottom: 2px solid #f78e7e;
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.main form input[type="submit"] {
    background: #f78e7e;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 0;
    border: none;
    border-bottom: 5px solid #f78e7e;
    font-size: 17px;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    line-height: 16px;
}

.readmore input#submitform {
    background: #f78e7e;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 0;
    border: none;
    border-bottom: 5px solid #f78e7e;
    font-size: 17px;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    line-height: 16px;
}

.main form input[type="submit"]:hover {
    background: #0aab8a;
    border-bottom: 5px solid #0aab8a;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.slider {
    position: relative;
}

.main.add {
    margin-bottom: 0;
    position: absolute;
    right: 8em;
    top: 7.5em;
    z-index: 99;
    box-shadow: 0px 0px 14px #000;
    /* height: 320px;*/
    width: 25%;
    border-top: 5px solid #0aab8a;
}

.add .panel-login #login-form,
.add .panel-login #login-form-mob {
    padding: 20px 0 0;
}

.log.loging {
    position: relative;
}

.add {
    background: #fff;
}


/*--  savings form --*/


/*-- welcome --*/

.welcome,
.services,
.team1,
.contact,
.testimonials,
.imp-links {
    padding: 5em 0;
}

.testimonials{background: rgba(12, 20, 13, 0.1);}

.w3-heading-all h3 {
    position: relative;
    font-size: 3em;
    color: #f78e7e;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h3.agileits-title {
    font-size: 3em;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
}

.welcome h3 {
    font-size: 1.8em;
    color: #0aab8a;
    text-transform: uppercase;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.welcome h4 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.8em;
    color: #000;
    margin-bottom: 1em;
}

.welcome p {
    font-size: 1em;
    color: #565656;
    line-height: 22px;
}

.readmore-w3-about a {
    color: #FFFFFF;
    font-size: 18px;
    padding: 11px 32px;
    background: #f78e7e;
    text-decoration: none;
    text-align: center;
}

.readmore-w3-about a:hover {
    background: #343746;
}

.readmore-w3-about {
    margin-top: 2.6em;
}

.welcome-w3left {
    /*padding: 45px 40px 30px 40px;*/
    padding: 30px 40px 30px 40px;
    text-align: justify;
    box-shadow: 3px 8px 21px rgba(25, 13, 15, 0.2);
    height: 100%;
    border: 1px solid #ccc;
}

.welcome-w3left h1:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0aab8a;
    bottom: -10px;
    left: 0;
}

.welcome-w3left h1 {
    margin-bottom: 30px;
    color: #333;
    position: relative;
}

.welcome-w3left h1:before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ccc;
    bottom: -9px;
    left: calc(12% - 60px);
}

.welcome-w3right {
    padding: 0;
    box-shadow: -3px 8px 21px rgba(25, 13, 15, 0.2);
    height: 100%;
}


/*-- welcome -- */


/*--services--

/*.services-left-grid h5 span {
    color: #0aab8a;
}
.services-left-grid i.fa.fa-check {
    padding: 0.2em;
}
.services-left-grid h4 {
    margin: 1em 0;
}
.services-left-grid h5 {
    margin: 0.5em 0;
  color:#0aab8a;
}
.services-left-grid p {
    color: #212121;
    line-height: 1.8em;
    letter-spacing: 0px;
}
.services-right-grid {
    padding: 0;
}
.services-left-grid {
    padding: 40px 60px;
}*/


/*--services--*/


/*-- testimonials --*/

.w3ls_testimonials_grids {
    width: 80%;
    margin: 3em auto 0;
}

.w3l_testimonial_grid {
    padding: 6em 2em 2em;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    margin: 5em 1.2em 0;
    box-shadow: 0px 0px 16px #ccc
}

.w3l_testimonial_grid:focus,
.agileits_testimonial_grid:focus {
    outline: none;
}

.w3l_testimonial_grid_pos {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -25%;
    left: 0%;
}

.w3l_testimonial_grid_pos img {
    margin: 0 auto;
}

.w3l_testimonial_grid p {
    color: #333;
    line-height: 20px;
    position: relative;
    padding-left: 2em;
    margin-top: 10px;
}

.w3l_testimonial_grid p:before {
    content: "";
    font-size: 1.6em;
    color: #0aab8a;
    font-family: FontAwesome;
    position: absolute;
    top: 0%;
    left: 0%;
}

.agileits_testimonial_grid h4 {
    font-size: 1.1em;
    color: #212121;
    margin: 1em 0 0.5em;
}

.agileits_testimonial_grid h5 {
    font-size: .8em;
    color: #f78e7e;
}

.w3l_testimonial_grid_pos img {
    width: 35%;
    border-radius: 50%;
    box-shadow: 0px 0px 22px #aaa;
    border: 3px solid #fff;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */

.slick-prev,
.slick-next {
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 50px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 1em;
    outline: none;
    background: #212121;
    z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f177";
}

[dir='rtl'] .slick-prev:before {
    content: "\f177";
}

.slick-next,
[dir='rtl'] .slick-prev {
    right: -4.5%;
}

[dir='rtl'] .slick-next,
.slick-prev {
    right: auto;
    left: -6.5%;
}

.slick-next:before {
    content: "\f178";
}

[dir='rtl'] .slick-next:before {
    content: "\f178";
}


/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #212121;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/*-- //testimonials --*/


/*-- Counter --*/

.stats {
    padding: 5em 0;
    background: url(../images/s21.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.stats p.text-center {
    font-size: 16px;
    padding: 0px 0 40px;
    color: #999;
}

.stats-grid {
    text-align: center;
}

.numscroller {
    font-size: 3em;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.stats-grid i.fa {
    font-size: 3em;
    color: #fff;
    line-height: 100px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: width 0.4;
    transition: width 0.4;
    height: 100px;
    width: 100px;
}

.stats-grid i.fa:hover {
    background: #f78e7e;
}

.stats-grid h4 {
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 1em;
}


/*-- //Counter --*/


/*-- team --*/


/*.team-grids {
    float: left;
    width: 22%;
    padding: 0;
    margin-left: 3em;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
}
.team-grids:nth-child(1) {
    margin: 0;
}
.team-grids img {
    width: 100%;
}
.team-grids h4 {
    color: #0aab8a;
    font-size: 1.6em;
    margin-top: 1em;
  text-transform: uppercase;
}
.team-grids .agileits-captn {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    position: absolute;
    top: 0%;
    right: 0;
    opacity: 0;
    background-color: rgba(10, 171, 138, 0.68);
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 1em 0em 0.6em;
}
.team-grids:hover .agileits-captn {
    width: 100%;
    top: 60.5%;
  opacity: 1;
}
.team-grids p {
    margin: 1em 1em 0 1em;
} */


/*-- //team --*/


/*-- social-icons --*/

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a.fa {
    font-size: 1.1em;
    color: #fff;
    padding: 0 0.5em;
    line-height: 2.7em;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    margin: 8px 5px;
    width: 40px;
    height: 40px;
}

.icon-border {
    position: relative;
}

.icon-border::before,
.icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.icon-border::before {
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.icon-border::before {
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    -moz-box-shadow: inset 0 0 0 3px #fff;
    -o-box-shadow: inset 0 0 0 3px #fff;
    -ms-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}


/* facebook */

.icon-border.facebook:hover::before {
    -webkit-box-shadow: inset 0 0 0 48px #3b5998;
    -moz-box-shadow: inset 0 0 0 48px #3b5998;
    -o-box-shadow: inset 0 0 0 48px #3b5998;
    -ms-box-shadow: inset 0 0 0 48px #3b5998;
    box-shadow: inset 0 0 0 48px #3b5998;
}


/* twitter */

.icon-border.twitter:hover::before {
    -webkit-box-shadow: inset 0 0 0 48px #4099ff;
    -moz-box-shadow: inset 0 0 0 48px #4099ff;
    -o-box-shadow: inset 0 0 0 48px #4099ff;
    -ms-box-shadow: inset 0 0 0 48px #4099ff;
    box-shadow: inset 0 0 0 48px #4099ff;
}


/* google plus */

.icon-border.googleplus:hover::before {
    -webkit-box-shadow: inset 0 0 0 48px #d34836;
    -moz-box-shadow: inset 0 0 0 48px #d34836;
    -o-box-shadow: inset 0 0 0 48px #d34836;
    -ms-box-shadow: inset 0 0 0 48px #d34836;
    box-shadow: inset 0 0 0 48px #d34836;
}


/* rss */

.icon-border.rss:hover::before {
    -webkit-box-shadow: inset 0 0 0 48px #ee802f;
    -moz-box-shadow: inset 0 0 0 48px #ee802f;
    -o-box-shadow: inset 0 0 0 48px #ee802f;
    -ms-box-shadow: inset 0 0 0 48px #ee802f;
    box-shadow: inset 0 0 0 48px #ee802f;
}


/*-- //social-icons --*/


/*-- contact --*/

.map {
    margin-top: 5em;
}

.map iframe {
    width: 100%;
    min-height: 350px;
    border: none;
}

.contact-grids h3 {
    font-size: 2.2em;
    color: #0aab8a;
}

.contact h4 {
    color: #000;
    font-size: 1.5em;
    margin: 1.5em 0 0.7em;
    font-weight: 300;
    letter-spacing: 1px;
}

.contact h4.cnt-text {
    margin-top: 0;
}

.contact-form {
    margin-top: 2em;
}

.cnt-address p span {
    display: block;
}

.cnt-address p a {
    color: #00bcd4;
}

.cnt-address p a:hover {
    color: #999;
}

.contact-form form {
    margin-top: 1.5em;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 37%;
    color: #999;
    background: none;
    outline: none;
    font-size: 0.9em;
    padding: .8em .8em;
    margin: 1em 1.5em 0 0;
    border: solid 1px #999;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.contact-form textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: .9em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #999;
    min-height: 10em;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.contact-form input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .5em 3.7em;
    font-size: 1em;
    float: right;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #0aab8a;
    border: 2px solid #0aab8a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.contact-form input[type="submit"]:hover {
    background: #fff;
    color: #00BCD4;
}


/*-- //contact --*/


/*-- footer --*/

.footer_agile_w3ls {
    background: #f78e7e;
    padding: 4em 0;
}

.footer_agile_w3ls h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 600;
}

.footer_agile_w3ls li,
.footer_agile_w3ls li a {
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 2em;
    text-transform: capitalize;
}

.agileits_w3layouts_logo.logo2 {
    text-align: center;
}

.agileits_w3layouts_logo.logo2 h2 {
    margin: 1.5em 0 0.7em;
}

.agileits_w3layouts_logo.logo2 h2 a {
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
}

.agileits_w3layouts_logo.logo2 h2 span {
    font-size: .3em;
    letter-spacing: 8px;
}


/*-- social-icons --*/

.agileits-social ul {
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.agileits-social ul li {
    display: inline-block;
}

.agileits-social ul li a {
    color: #333;
    text-align: center;
}

.agileits-social ul li a i.fa.fa-facebook {
    height: 40px;
    width: 40px;
    background: #3b5998;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-facebook:hover {
    opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-twitter {
    height: 40px;
    width: 40px;
    background: #1da1f2;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-twitter:hover {
    opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-rss {
    height: 40px;
    width: 40px;
    background: #f26522;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-rss:hover {
    opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-vk {
    height: 40px;
    width: 40px;
    background: #45668e;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-vk:hover {
    opacity: 0.8;
}

.agileits-social ul li:nth-child(2) {
    margin: 0 .5em;
}

.agileits-social ul li:nth-child(3) {
    margin: 0 .5em 0 0;
}


/*-- //social-icons --*/

.wthree_copy_right {
    padding: 1em 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

.reset_form {
    margin-top: 12px;
}

.wthree_copy_right p {
    color: #fff;
    line-height: 2em;
    letter-spacing: 2px;
}

.wthree_copy_right p a {
    color: #47cf73;
}

.wthree_copy_right p a:hover {
    color: #fff;
}


/*-- //footer --*/


/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 35px;
    height: 35px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat 0px 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

#toTopHover {
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


/*-- //to-top --*/


/*-- /responsive design --*/

@media(max-width:1440px) {
    .top-nav-text {
        width: 17%;
    }
}

@media(max-width:1366px) {
    .top-nav-text {
        margin-left: 6em;
    }
    .callbacks_nav.prev {
        left: auto;
        background: url(../images/right.png) no-repeat 8px 10px #000;
        left: 1.4%;
    }
}

@media(max-width:1280px) {
    .nav-contact-w3ls {
        padding-right: 2px;
        margin-right: 2px;
    }
    .callbacks_nav.prev {
        left: auto;
        background: url(../images/right.png) no-repeat 8px 10px #000;
        left: 8.4%;
    }
    .callbacks_nav.next {
        left: auto;
        background: url(../images/left.png) no-repeat 11px 9px #000;
        right: 1.6%;
    }
    .main {
        width: 31%;
    }
}

@media(max-width:1080px) {
    body .custom_bord {
        width: 100%;
        margin: 1em 0;
    }
    body .custom_bord label.error {
        top: 28px;
    }
    .top-nav-text {
        width: 22%;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 3em;
    }
    .main h2 {
        font-size: 22px;
    }
    .main {
        width: 35%;
    }
    .welcome,
    .services,
    .team1,
    .contact,
    .testimonials {
        padding: 4em 0;
    }
    .team-grids {
        width: 21.6%;
    }
    .social-icons ul li a.fa {
        width: 38px;
        height: 38px;
    }
    .team-grids:hover .agileits-captn {
        top: 51%;
    }
    .contact h4 {
        font-size: 1.3em;
    }
    .services-left-grid {
        padding: 25px 48px;
    }
    .navbar-right {
        margin: 0.5em 0;
    }
}

@media(max-width:1024px) {
    .main {
        width: 37%;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 1.5em;
    }
    .slider-info {
        padding: 7em 0 0;
    }
    .callbacks_nav.prev {
        left: auto;
        background: url(../images/right.png) no-repeat 8px 10px #000;
        left:0.4%;
    }

}

@media(max-width:991px) {
    .top-nav-text {
        width: 24%;
    }
    .main.add {
        position: static;
    }
    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top3 {
        min-height: 400px;
    }
    .banner-dott,
    .banner-dott1 {
        min-height: 400px;
    }
    .slider-info {
        padding: 7em 0 0;
		float: left;
		width: 100%;
    }
    .slider-info-txt {
        width: 100%;
    }
    .callbacks_nav.prev {
        left: 15.4%;
    }
    .callbacks_nav.next {
        right: 71.6%;
    }
    .callbacks_nav {
        top: 69%;
    }
    .main {
        width: 52%;
    }
    .main.add {
       /*  background: #151515; */
    }
    /*   .welcome-w3right {
        width: 60%;
        margin: 0 auto;
    }
    .welcome-w3left {
        width: 88%;
        margin: 2em auto 0;
    } */
    .services-left-grid {
        padding: 0;
        width: 85%;
        margin: 0 auto;
    }
    .welcome h4 {
        font-size: 17px;
    }
    .welcome h3 {
        margin-bottom: 0.56em;
    }
    .services-right-grid {
        width: 66%;
        margin: 2em auto;
    }
    .services-left-grid {
        margin: 0 auto 2em;
    }
    .team-grids {
        width: 44%;
        margin-bottom: 2em!important;
    }
    .team-grids:nth-child(1) {
        margin: 0 0 0 3em;
    }
    .team-grids:hover .agileits-captn {
        top: 68%;
    }
    .w3l_testimonial_grid {
        padding: 4em 1em 2em;
    }
    .contact-grids {
        width: 60%;
        margin: 0 auto;
    }
    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        width: 100%;
    }
    .w3l_testimonial_grid_pos img {
        width: 30%;
    }
    .w3ls_testimonials_grids {
        width: 100%;
        margin: 3em auto 0;
    }
    .footer-w3-agileits,
    .footer-agileits,
    .footer-wthree,
    .footer-agileits-w3layouts {
        width: 50%;
        float: left;
    }
    .footer-w3-agileits,
    .footer-agileits {
        margin-bottom: 2em;
    }
    .contact-grids {
        width: 100%;
    }

    .callbacks_nav.prev {
        display:none;
    }
    .callbacks_nav.next {
        display:none;
    }

    #login-form{clear:both; }


}

@media(max-width:800px) {
    .top-nav-text {
        width: 28%;
    }
    .w3ls_testimonials_grids {
        width: 90%;
    }
    .team-grids {
        width: 41%;
        margin-bottom: 2em!important;
    }
    .team-grids:hover .agileits-captn {
        top: 65%;
    }
}

@media(max-width:768px) {
    .top-nav-text {
        width: 30%;
    }
    .team-grids {
        width: 41%;
        margin-bottom: 2em!important;
    }
    .logo {  width: 80%; }
    .welcome-w3left h1{ font-size:25px; }
    .bann-page {
    padding: 2em 0 2em!important;
    }
}

@media(max-width:736px) {
    .navbar-header h1 {
        text-align: left;
    }
    div#bs-example-navbar-collapse-1 {
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    .navbar-right {
        float: none!important;
        text-align: center;
        background: rgba(0, 0, 0, 0.79);
    }
    .top-nav-text {
        width: 32%;
    }
    .top-nav-text {
        width: 32%;
        margin-top: 1px;
    }
    .callbacks_nav.prev {
        left: 8.4%;
    }
    .callbacks_nav.next {
        right: 75.6%;
    }
    .welcome,
    .services,
    .team1,
    .contact,
    .testimonials {
        padding: 3em 0;
    }
    .gridw3 {
        width: 25%;
        float: left;
    }
}
	
@media(max-width:667px) {
    .top-nav-text {
        width: 35%;
    }
    .main {
        width: 67%;
    }
    .w3-heading-all h3 {
        font-size: 2.8em;
    }
    .team-grids:hover .agileits-captn {
        top: 62%;
    }
    .stats-grid h4 {
        font-size: 1em;
    }
}

@media(max-width:640px) {
    .top-nav-text {
        width: 37%;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 25px;
    }
    .team-grids {
        width: 39%;
    }
    .welcome h3 {
        font-size: 1.5em;
    }
    .team-grids:hover .agileits-captn {
        top: 62%;
    }
    .team-grids:hover .agileits-captn {
        top: 59%;
    }
}

@media(max-width:600px) {
    .top-nav-text {
        width: 39%;
    }
    .team-grids:hover .agileits-captn {
        top: 57%;
    }
    .callbacks_nav.prev {
        left: 6.4%;
    }
    .top-nav-text {
        width: 42%;
    }
}

@media(max-width:568px) {
    .top-nav-text {
        width: 42%;
    }
    .welcome h3 {
        font-size: 1.4em;
    }
    .team-grids:hover .agileits-captn {
        top: 52%;
    }
    .gridw3 {
        width: 50% !important;
        float: left;
        margin-bottom: 2em;
    }
    .w3l_testimonial_grid_pos img {
        width: 46%;
    }
    .w3-heading-all h3 {
        font-size: 2.5em;
    }
    .main {
        width: 69%;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 25px;
    }
}

@media(max-width:480px) {
    .top-nav-text {
        width: 50%;
    }
    .navbar-header h1 {
        font-size: 29px;
    }
      .slider-info h3,
    .slider-info h2 {
        font-size: 25px;
    }
    .callbacks_nav.next {
        right: 70.6%;
    }
    .main {
        width: 80%;
    }
    .team-grids {
        width: 50%;
        float: none;
        margin: 0 auto 2em!important;
    }
    .team-grids:hover .agileits-captn {
        top: 58%;
    }
    .w3l_testimonial_grid_pos {
        top: -16%;
        left: 0%;
    }
    .contact-grids h3 {
        font-size: 1.5em;
    }
    .stats {
        padding: 3em 0;
    }
    .w3ls_testimonials_grids {
        width: 100%;
        margin: 0em auto 0;
    }
    .footer_agile_w3ls {
        padding: 2em 0;
    }
}

@media(max-width:414px) {
    .top-nav-text {
        width: 61%;
    }
    .slider-info-txt {
        width:100%;
    }
    .callbacks_nav.next {
        right: 67.6%;
    }
    .main {
        width: 92%;
    }
    .welcome h3 {
        font-size: 1.2em;
    }
    .welcome,
    .services,
    .team1,
    .contact,
    .testimonials {
        padding: 2em 0;
    }
    .services-left-grid h3 {
        font-size: 18px;
    }
    .team-grids {
        width: 62%;
        float: none;
        margin: 0 auto 2em!important;
    }
    .services-right-grid {
        margin: 1em auto;
    }
    .w3l_testimonial_grid_pos img {
        width: 25%;
    }
    .w3-heading-all h3 {
        font-size: 2em;
    }
    .footer-w3-agileits,
    .footer-agileits,
    .footer-wthree,
    .footer-agileits-w3layouts {
        width: 60%;
        float: none;
        margin: 0 auto 2em;
    }
    .slick-next,
    [dir='rtl'] .slick-prev {
        right: -2.5%;
    }
    [dir='rtl'] .slick-next,
    .slick-prev {
        left: -2.5%;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 1.8em;
    }
}

@media(max-width:384px) {
    .top-nav-text {
        width: 66%;
    }
    .slider-info-txt {
        width: 97%;
    }
    .main {
        width: 97%;
    }
    .footer_agile_w3ls h3 {
        font-size: 20px;
    }
    [dir='rtl'] .slick-next,
    .slick-prev {
        right: auto;
        left: -1.5%;
    }
    .slick-next,
    [dir='rtl'] .slick-prev {
        right: -1.5%;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 23px;
    }
    .main h2 {
        font-size: 21px;
    }
    .top-nav-text {
        width: 89%;
    }
    .team-grids:hover .agileits-captn {
        top: 52%;
    }
}

@media(max-width:375px) {
    .main h2 {
        font-size: 20px;
    }
    .callbacks_nav.next {
        right: 64.6%;
    }
    .top-nav-text {
        width: 86%;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 1.7em;
    }
    .footer-w3-agileits,
    .footer-agileits,
    .footer-wthree,
    .footer-agileits-w3layouts {
        width: 74%;
        float: none;
        margin: 0 auto 2em;
    }
    .team-grids:hover .agileits-captn {
        top: 51%;
    }
}

@media(max-width:320px) {
    .logo{    width: 86%;}
    .top-nav-text {
        width: 94%;
    }
    .navbar-header h1 {
        font-size: 25px;
    }
    .navbar-header h1 {
        font-size: 25px;
    }
    .slider-info-txt {
        width: 100%;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 1.8em;
    }
    .callbacks_nav.next {
        right: 58.6%;
    }
    .main h2 {
        font-size: 17px;
    }
    .main {
        padding: 26px 18px;
    }
    .welcome h3 {
        font-size: 1em;
    }
    .team-grids {
        width: 76%;
        float: none;
    }
    .numscroller {
        font-size: 2em;
    }
    .footer_agile_w3ls h3 {
        font-size: 19px;
        letter-spacing: 0.5px;
    }
    .welcome h4 {
        font-size: 16px;
    }
    .slider-info h3,
    .slider-info h2 {
        font-size: 1.7em;
    }
    .callbacks_nav.prev {
        left: 11.4%;
    }
    .callbacks_nav.next {
        right: 51.6%;
    }
    .gridw3 {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 2em;
    }
    .footer_agile_w3ls h3 {
        font-size: 17px;
        letter-spacing: 0.5px;
    }
    .footer-w3-agileits,
    .footer-agileits,
    .footer-wthree,
    .footer-agileits-w3layouts {
        width: 60%;
        float: none;
        margin: 0 auto 1em;
    }
    .team-grids:hover .agileits-captn {
        top: 52%;
    }
}


/*-- /responsive design --*/

.logo img {
    width: 280px;
}

.log {
    background: #000;
    padding: 16px;
    text-align: center;
    width: 50%;
    float: left;
    color: #fff;
    cursor: pointer;
}

.log:hover {
    background: #0aab8a;
}

.log:hover .loging:before {
    position: relative;
}

.loging:before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    height: 16px;
    right: -1px;
    top: 19px;
    bottom: 0;
}

.slider-info-txt h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    bottom: -9px;
    left: calc(12% - 60px)
}

.log:hover .loging:before {
    display: none;
}

.slider-info-txt h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0aab8a;
    bottom: -10px;
    left: 0;
}


/*news*/

.news h1:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0aab8a;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
}

.news h1 {
    margin-bottom: 30px;
    color: #333;
    position: relative;
    text-align: center;
}

.news h1:before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ccc;
    bottom: -9px;
    left: calc(50% - 60px);
}

.news h1 span {
    font-size: 20px;
    color: #f78e7e;
}

.w3-heading-all h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ccc;
    bottom: -9px;
    left: calc(50% - 60px);
}

.w3-heading-all h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0aab8a;
    bottom: -10px;
    left: 0;
    right: 0;
    float: none;
    display: block;
    margin: auto;
}


/*corosoul*/

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}


/* Previous button  */

.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #333;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
    opacity: 1
}


/* Next button  */

.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #333;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
    opacity: 1
}


/* Changes the position of the indicators */

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


/* Changes the colour of the indicators */

.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 250px;
    height: 100px
}

.links .slick-track,
.col-md-12.slick-slide.slick-current.slick-center {
    width: 100% !important;
}


/* End carousel */

div#implinks {
    background: #eee;
}


/*video-slider*/

.btn-vertical-slider {
    cursor: pointer;
}

a {
    cursor: pointer;
}

.carousel.vertical .carousel-inner .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 100%;
}

.carousel.vertical .prev {
    top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -100%;
}

.carousel.vertical .active.right {
    top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

​ iframe.iframe-videos {
    padding: 4px;
    border: 2px solid #ccc;
}

.col-md-12.icns.text-center {
    background: #ccc;
    padding: 5px 10px 0px;
}

.video-slider {
    padding: 15px 0px 10px;
}

.depot-text:before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    bottom: -9px;
    left: calc(50% - 60px)
}

.depot-text:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0aab8a;
    bottom: -10px;
    left: 0;
}

.depot-text {
    position: relative;
    margin-bottom: 10px;
}


/*
/*himani-24-1-2018*/

.slider .radio-inline {
    color: #fff;
    margin-bottom: 11px;
    font-size: 12px;
}

.wizard-page .stepswizard .error {
    margin-top: -22px;
    float: left;
    font-size: 12px;
    position: absolute;
    left: 18px;
bottom: -18px;
}

a.forgot-password {
    margin-top: -10px;
    float: left;
    width: 100%;
    color: #0aab8a;
}

.custom_bord {
    margin: 4em 0;
    box-shadow: 0px 0px 10px #ddd;
    background: #fafafa;
    padding: 30px;
    border-bottom: 3px solid #0aab8a;
    width: 30%;
    display: block;
    float: left;
}

.head-forgot {
    width: 100%;
    background: #333;
    color: #fff;
    padding: 12px;
    text-align: center;
    box-shadow: 0px -6px 12px #ddd;
}

.forgot-form,
.setpassword {
    padding: 20px 30px 0px;
    box-sizing: border-box;
}

.readmore button {
    color: #FFFFFF;
    font-size: 17px;
    padding: 10px 22px;
    background: #f78e7e;
    text-decoration: none;
    text-align: center;
}

#setpasswordform .input-group {
    margin-bottom: 25px;
}

label#newpassword45-error,
label#confirmPassword45-error {
    position: absolute;
    width: 100%;
    left: 39px;
    bottom: -20px;
    font-weight: 300;
    font-size: 13px;
}

.global_err .alert-danger {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    margin-top: -15px;
}
/* .global_err{
	padding:15px;
	margin-top:10px;
} */

.otpmodal .modal-body {
    float: left;
    width: 100%;
    padding: 10px 20px 0;
}

input#sendAgainOtp {
    text-align: left;
    width: 100%;
    margin-top: -20px;
    float: left;
}


/*.alert.alert-success {
    position: absolute;
    left: 10px;
    width: 94%;
    text-align: justify;
    top: 5.8em;
    text-align: center;
}*/


/*.alert.alert-success:before {
    position: relative;
    content: "";
    border: 10px solid #fff;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #fff;
}*/


/***********loader **************/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #000;
    opacity: .8;
}


/*********exit ****************/

p.otp_err {
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-top: -8px !important;
    padding-top: 0px;
    padding-bottom: 12px;
}

/*.pricing {
    padding-top: 2em;
}*/
.pricing {
    float: left;
    width: 100%;
    padding: 16px 20px
}
.stepwizard-step a.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0aab8a;
}

.stepwizard-step .active {
    background: #222;
    border: #222;
    color: #fff;
}

.with-nav-tabs li.active>a {
    background: #000 !important;
    color: #fff !important;
}

.with-nav-tabs li a {
    color: #000 !important;
}

.with-nav-tabs button.close {
    margin-top: 0px !important;
    right: 0;
    font-size: 12px;
    padding: 4px 13px;
}

.with-nav-tabs li>a:hover {
    background: #0aab8a !important;
    color: #fff !important;
}

.custom_nav li.active>a {
    background: #000 !important;
    color: #fff !important;
}

.custom_nav li a {
    color: #000 !important;
}

.custom_nav li>a:hover {
    background: #0aab8a !important;
    color: #fff !important;
}

.wizard-page .tab-content {
    border: 1px solid #ddd;
    padding: 20px;
    float: left;
    width: 100%;
}

.contactcon {
    padding: 20px;
    float: left;
    width: 100%;
    border: 1px dotted #ddd;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.custom_nav {
    float: left;
    width: 100%;
    margin-top: 10px;
}


/*capacity*/

.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: 1px solid #ddd !important;
}

.searchcontent {
    float: left;
    width: 100%;
    /*padding: 10px;*/
    border:1px dashed #ccc;
}

.title-search h4 {
    text-align: center;
    color: #0aab8a;
    font-weight: 600;
    margin:0;
}

.title-search i {
    color: #0aab8a;
    padding-bottom: 10px;
    padding-top: 6px;
    font-size: 15px;
}

#mytable td p {
    text-align: center;
}

.delticon {
    color: #f00;
    cursor: pointer;
}

.stepswizard .dropdown-menu>li>a {
    padding: 2px 20px;
    font-size: 15px;
}

.editicon {
    color: #0aab8a;
    cursor: pointer;
}

.searchcontent .pagination>.active>a {
    background-color: #f78e7e !important;
    border-color: #f78e7e !important;
}

#editbtn {
    background: #0aab8a;
}

#editbtn:hover {
    background: #000;
}

.with-nav-tabs li.active>a {
    background: #000 !important;
    color: #fff !important;
}

.with-nav-tabs li>a:hover {
    background: #0aab8a !important;
    color: #fff !important;
}

.with-nav-tabs li a {
    color: #000 !important;
}


/*capacity*/


/*.registernow {
    text-align: center;
    border: none;
    background: #0aab8a;
    color: #fff;
    padding: 7px 16px;
    margin-top: 30px;
    display: block;
    margin: auto;
    width: auto !important;
}*/

.registernow {
    text-align: center;
    border: none;
    background: #0aab8a;
    color: #fff;
    padding: 7px 16px;
    margin-top: 30px;
    display: block;
    margin: auto;
    width: auto !important;
    border-radius: 5px;
    margin: 0 11px 23px;
}

h3.stepshead {
    background: #cfcfcf;
    text-transform: uppercase;
    text-align: left;
    border-top: 5px solid #0aab8a;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.welcome-grids.welcome-w3left.wizard-page {
    margin-bottom: 7em;
    float: left;
    width: 100%;
}

.capacity .modal-header {
    background: #333 !important;
}

#edit button.close {
    font-size: 17px;
    color: #fff;
    outline: none;
    margin-top: 5px !important;
    background: transparent;
    border: none;
    right: -10px;
}


/* Radio button  start  */


/* .stepswizard input[type="radio"] {
  display: none;
}
.stepswizard input[type="radio"]:checked + .control-label {
  background-color: #007e90;
}
.stepswizard .control-label {
  width: 200px;
  height: 200px;
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: "Dax", sans-serif;
  font-weight: 900;
}
.stepswizard .control-label:active {
  transform: translateY(10px);
} */


/* Radio button closed */

.middle input[type="radio"] {
    position: absolute;
    z-index: 9999;
    margin-top: 10px;
    margin-left: 6px;
}

.middle input[type="radio"]:checked+.box {
    background-color: #0aab8a;
    color: white;
    /*  box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); */
}

.middle .box {
    background-color: #cfcfcf;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 900;
    color: #4a4a4a;
    /* box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    padding-left: 25px;
}

.middle .form-group {
    margin-bottom: 0px;
    display: inline;
}

.middle {
    background: #fff !important;
}

.box {
    padding: 9px 15px;
    border-radius: 3px;
}


/* dashboard css start */

.bg-yellow {
    background-color: #f39c12 !important;
}

.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.online-ad .panel-body {
    padding: 7px 15px;
    min-height: 88px;
}

.online-ad .panel-body p {
    font-weight: 700;
    margin-top: 5px;
    font-size: 18px;
}

.small-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 72px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover .icon {
    transition: all ease-in-out 0.5s;
    font-size: 82px;
}

.heading-column {
    text-align: center;
}

.small-box {
    color: white;
    margin-top: 4px;
}

.small-box span {
    float: right;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-purple2 {
    background-color: #9b59b6 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.small-box:hover .icon {}

.outer-all {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* dashboard css closed */


/*

.bootstrap-select .dropdown-menu.open{
    display:block ;
} */


/* 3rd april */


/*
    .welcome-w3right {
        width: 60%;
        margin: 0 auto;
    }
    .welcome-w3left {
        width: 88%;
        margin: 2em auto 0;
    }
 */

.navbar-default .navbar-toggle .icon-bar {
    background: white;
}

.welcome-register .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:none !important;
}

.wthree_copy_right {
    color: #fff;
}

@media only screen and (max-width:600px) {
   /*  .slider-info-txt h3::before {
        left: calc(12%) !important;
    } */
    .welcome-w3left h1::before {
        left: calc(12%) !important;
    }
}

@media only screen and (max-width:767px) {
    .slider-info {
        padding: 4em 0 0;
        height: 80px;
    }
    .main.add {
        width: 80%;
        padding: 0;
        padding-bottom: 1px;
        margin: auto;
        margin-top: -40px;
    }
    .welcome-w3right {
        width: 100% !important;
    }
    .welcome-w3left {
        width: 100% !important;
    }
    .welcome-w3left {
        padding: 5px !important;
    }
    .media-carousel {
        padding: 0px;
    }
    .login_mobile {
        margin-bottom: 17px !important;
    }
    .media-carousel img {
        height: 120px;
    }
    .pricing {
		padding: 50px 10px;
	}
	 .gridw3 {
        width: 25%;
        float: left;
    }

}

@media only screen and (max-width:400px) {
    .logo img {
        width: 186px;
        margin-top: 4px;
    }
    .slider-info {
        padding: 2em 0 2em!important;
        height:85px;
    }
}
@media only screen and (max-width:1200px){
    .pricing-page div:nth-child(5){clear:both;}
}
@media only screen and (max-width:992px){
    .pricing-page .panel {  width: 100%; }
.pricing-page div:nth-child(4), .pricing-page div:last-child{clear:both;}
.pricing-page div:nth-child(5){clear:none;}
}


@media only screen and (min-width:768px) and (max-width:991px) {
    .main.add {
        margin-bottom: 0;
        position: absolute;
        right: 2em;
        top: 4.5em;
        z-index: 99;
        box-shadow: 0px 0px 14px #000;
        height: 320px;
        width: 30%;
        border-top: 5px solid #0aab8a;
    }
    .slider-info {
        padding: 3em 0 0;
    }
    .navbar-nav>li {
        margin: 0 0;
    }
    .logo img {
        width: 191px;
        margin-top: 15px;
    }
    .welcome-w3left {
        padding: 20px 30px;
    }
    .welcome-w3left h1 {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

@media only screen and (min-width:1064px) and (max-width:1151px) {
    .login_email {
        height: 72px;
    }
    .add .panel-login #login-form,
    .add .panel-login #login-form-mob {
        padding-top: 90px;
    }
}

@media only screen and (min-width:886px) and (max-width:959px) {
    .login_email {
        height: 72px;
    }
}


/* 3rd april */

.imp-links .slick-slide {
    width: 100% !important;
}

body .header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}


/*
.link-effect-8 ul li a{
    color:white !important;
}*/

.navbar-default .navbar-nav>.open>a {
    background: #333 !important;
    padding: 12px;
}

.link-effect-8 ul {
    margin-top: 8px;
}

.logo {
    position: relative;
    top: 3px;
}

div#ui-datepicker-div {
    z-index: 999 !important;
}

.error_sign {
    color: red;
}

/*himani - 29-6-2018*/
/*capacity-page*/
.book-now-btn {
    float: left;
    width: 100%;
    text-align: center;
    /* padding: 8px 0; */
    margin: auto;
    display: block;
    left: 0;
    cursor: pointer;
    position: fixed;
    z-index: 111;
    bottom: 40px;
}
.searchcontent ul.pagination {
    margin-left: 15px;
}
.tabuler-det table{
    max-height: 400px;
    height: 100%;
}
button.close.register-log-close{
     position: absolute;
    right: -11px;
    top: 16px;
    color: #fff;
    background: #333;
    opacity: 1;
    padding: 2px 6px;
}
#chooseoneModal .modal-footer {
    border-top: 10px solid #0aab8a;
        background: url(../images/ban11.jpg) no-repeat 100%;
}
.chooseoneregister{
    background: #f78e7e;
        color: #fff;
    padding: 10px 30px;
    width: auto !important;
    border: none;
    font-size: 19px;
    margin-right: 10px;
}
.chooseonelogin{
    background: #0aab8a;
        color: #fff;
    padding: 10px 30px;
    width: auto !important;
    border: none;
    font-size: 19px;
}
h2#chooseoneModalLabel {
    font-size: 41px;
    color: #fff;
    border-right: 1px solid #ccc;
    padding-right: 1em;
    margin: 0;
}

/*left-sidebar*/

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    min-width: 275px;
    max-width: 275px;
    background: #333;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
#sidebar.active .logo img{width: 310px; padding: 0;}
#sidebar .logo img{width: 100%; padding: 20px 20px 0px; }
#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
   /* padding: 20px 0;*/
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    color: #fff;
    display: block;
}
#sidebar ul li a:hover {
    color: #ffffff;
    background: #0aab8a;
    text-decoration: none;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #484848;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}



ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#main {
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    overflow-x: scroll;
	/*padding: 0px 14px;*/
}
.components li ul.collapse.in, .components li ul.collapsing {
    padding-left: 30px;
    font-size: 13px;
    line-height: 14px;
}
.active .components li ul.collapse.in, .active .components li ul.collapsing {
    padding-left: 0px;
}
.wrapper{
    display: flex;
    align-items: stretch;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
/*fullscreen-panel*/
.panel-actions {
      margin-top: -20px;
    margin-bottom: 0;
    text-align: right;
    position: relative;
    right: 10px;
    bottom: 7px;
}
.panel-actions a {
  color:#333;
}
.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    margin-top: 0 !important;
}

/*panel*/
.space-reservation-request-index {
    margin-top: 16px;
}
#chooseoneModal{z-index: 9999 !important;     background: rgba(255, 255, 255, 0.6);}

.titleadd[title]:hover:after {
      content: attr(title);
    position: absolute;
    display: inline-block;
    background: #5d5b5b;
    border-radius: 5px;
    padding: 5px 15px;
    margin-left: 10px;
    border: 1px dashed #0aab8a;
    width: auto;
    text-align: center;

    z-index: 999;
}
.titleadd {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}








.welcome-register .navbar-nav>.open>a{
	padding:15px 0px !important;
}


.link-effect-8 ul.nav li ul li a{
	padding:10px !important;
}


.link-effect-8 ul.nav li ul li a::before{
	height:0px !important;
}

.link-effect-8 ul.nav li ul li a::after{
	height:0px !important;
}




.link-effect-8 ul.nav li ul li a:hover{
	background:#0aab8a;
	color:white;
}

.link-effect-8 ul.nav li ul{
	padding:0px;
}

.extra-main{
	position:relative !important;
	width:100% !important;
	right:0 !important;
	top:0 !important;
}

@media only screen and (min-width:767px){
	.book-now-popup{
		width:35% !important;
	}
	

}



@media only screen and (max-width:767px){
		
	
	.nav-right-toggle{
		margin-top:0px !important;
	}
	
	.example-collapse-edit{
		margin-top:20px !important;
	}
	
	.welcome-w3right img{
		width:90%;
		margin:auto; 
		display:block;
	}

	
	.aboutus-section-edit{
		padding:15px 15px 30px 15px;
	}
	
	.nav-right-toggle{
		width:110% !important;
	}
	
	
	
	.main.add{
		position:absolute !important;
		left:0 !important;
		right:0 !important;
	}
	
	.search-warehouse-input{
		padding:15px;
	}
	
	.register-search-button{
		margin-left:18px;
	}
	
	
	#about .welcome-grids{
		margin-top:6px;
	}
	
	.pricing-page .price .pricing-content{
		height:auto !important;
	}
	

	
}



@media only screen and (max-width:991px){
	.osh_arrow_box_outer, .osh_block, .osh_marked_zone, .osh_close, #show_again{
		display:none !important;
	}
}

.welcome-w3left h1{
	margin-top:0px;
}


@media only screen and (max-width:400px){
	.main.add{
		margin-top:-60px;
	}
	
	.book-now-btn img{
		width:24% !important;
	}
}



@media only screen and (min-width:414px) and (max-width:480px){
	.w3l_testimonial_grid_pos img {
		width:25% !important;
	}
	
	.w3l_testimonial_grid p{
		margin-top:24px;
	}
}






@media only screen and (min-width:569px) and (max-width:700px){
	.w3l_testimonial_grid_pos img {
		width:45% !important;
	}

}




.welcome-register .navbar-toggle .icon-bar{
	color:white !important;
	background-color:white !important;
}


.edit-header{
	width:100% !important;
}


.edit-breadcrumb{
	margin-top:20px;
}


#about .welcome-grids{
	margin-top:10px !important;
}



/* .welcome-w3left{
	display:flex;
	flex-wrap:wrap;
} */


/* 

.osh_arrow_box{
	font-size: 13px !important;
	width: 153px !important;
} */

.welcome-w3left  form{
	width:100%;
}

.fci-input abbr[data-original-title], abbr[title]{
	border-bottom:0px !important;
}

.readmore{
	margin-top:10px;
}

@media only screen and (min-width:768px) and (max-width:991px){
	.osh_arrow_box{
		font-size: 13px !important;
		width: 220px !important;
	}
}

@media only screen and (min-width:329px) and (max-width:348px){
	.panel-login label{
		font-size:13px;
	}
}


.osh_arrow_box.right, .osh_arrow_box.left{
	left:0px !important;
}



.full-form-flex{
	display:flex !important;
	flex-wrap:wrap !important;
}


.stephead-panel-title{
	width:100%;
}


.breadcrumb{

    margin-left: 3em !important;
}


.filter-box{
    padding: 1.5em 1.5em;
    background-color: #f5f5f5; 
}

/******************* 22/3/2021 changes ************************/

.row article {
    border-top: 1px solid #DDD;
	margin: 35px;

}
 .row legend{
	font-size: 16px;
	font-weight: 600;
    color: #222;
line-height: 40px;
    padding: 8px 0;
}
.btn,.btn-group-lg>.btn, .btn-lg{
	border-radius:2px !important;
}

.header .navbar-default .navbar-collapse,.header .navbar-default .navbar-form {

    margin-top: 0 ;
}
.welcome-grids.welcome-w3left.wizard-page {

    background: #fff;
}
.header .navbar {
    margin: 0;
}
.logo img {

width:220px;
}
.form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.btn-success {
    color: #fff;
    background-color: #739e73 !important;
    border-color: #659265 !important;
}
.btn.focus, .btn:focus, .btn:hover{
	outline:none !important;
}
#sidebar {
    background: #000;
}
label {
    margin: 0;
    margin-bottom: 5px;
	
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #5b835b !important;
    border-color: #4c6e4c !important;
}
 .header {
padding: 5px 0 5px 0;
border:none;
padding-right: 28px;
}
.navbar-btn:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
}
.navbar-btn {
    font-size: 17px;
    padding: 0;
}
.navbar-btn i.glyphicon.glyphicon-align-left {
    opacity: 0;
}
.link-effect-8 ul {
    margin-top: 0px;
}
#sidebar ul li a {
    position: relative;
}
body{
	background: url(../images/mybg.png) #fff;
}
#sidebar ul li a{
	font-size:13px;
}
.jarviswidget>div {
	float: left;
    width: 100%;
    background-color: #fff;
	width: 100%;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    padding: 13px 13px 0;
    overflow: visible;
}
.jarviswidget>.widget-body {
    padding-bottom: 13px;
}
 nav ul, nav ul li li{
	position:relative;
}
 nav>ul>li>ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}
 nav>ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: -6px;
    top: 16px;
    border-top: 1px solid #7A7A7A;
    z-index: 1;
}
#sidebar ul li a:focus {
    text-decoration: none;
    outline: none;
}
#sidebar ul.components{
	border:none;
}
#main nav.navbar.navbar-default {
    top: 0;
    right: 0;
    min-height: 60px;
    display: flex;
}
#sidebar {
    min-width: 220px;
    max-width: 220px;
}
body h1 {
    letter-spacing: -1px;
    font-size: 24px;
    margin: 10px 0;
	font-weight:300;
}
.btn-black {
    background: black;
    border: 1px solid black;
    color: white;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
legend b{
	    color: #222;
}
.bootstrap-duallistbox-container label, .form header, legend {
line-height: 40px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2) !important;

}
 .table thead tr {
    background-color: #eee;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    font-size: 12px;
}
.btn.btn-danger.focus, .btn.btn-danger:focus {
    color: #fff;
    background-color: #77021d;
    border-color: #130005;
}
.btn.btn-danger {
    color: #fff;
    background-color: #a90329;
    border-color: #900323;
}
.btn.btn-danger.active, .btn.btn-danger:active, .btn.btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #77021d;
    border-color: #540114;
}
.btn.btn-success.active, .btn.btn-success:active, .btn.btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #5b835b;
    border-color: #4c6e4c;
}
.btn.btn-success {
    color: #fff;
    background-color: #739e73;
    border-color: #659265;
}

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
}
.bootstrapWizard.form-wizard {
    margin-bottom: 45px;
	    display: flex;
    flex-wrap: wrap;

}
.bootstrapWizard li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 0;
}
.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1;
}
.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s;
}
.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%;
}
.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
    /* background: #2cb4f8; */
    background: #F03434;
    color: #fff;
    font-weight: 700;
    padding: 15px 21px;
    font-size: 15px;
    border-radius: 50%;
    /* border: 3px solid #55606E; */
    border: none !important;
}
.bootstrapWizard li.active .title, .bootstrapWizard li.complete .title {
    color: #2B3D53;
}
.bootstrapWizard li .title {
    font-size: 14px;
}
.bootstrapWizard li .title {
    display: block;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104;
    margin-top: 15px;
}
fieldset legend {
    border: none !important;
	    color: #046d57 !important;
}
.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;

}
.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%;
}
a:focus,a:hover{
	text-decoration:none !important;
}