


body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

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;
    text-decoration: none;
    outline: none;
}

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

p {
    margin: 0;
    color: #777;
    font-size: 1em;
    line-height: 1.6;
}

ul,
label {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
      
}
li {
    margin-bottom: 5px;
}
li img {
    margin-right: 5px;
}
body a:hover {
    text-decoration: none;
    /*color:white;*/

}

body a:focus {
    outline: none;
    text-decoration: none;
}

/*-- banner --*/

.banner-bg {
    background: url(../images/2.jpg)no-repeat right 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.navbar-brand > img {
    width: 110%;
   
}

/*-- header --*/

h1 a.navbar-brand {
    font-size: 1.2em;
    letter-spacing: 0.5px;
    color: #fff !important;
    padding: 14px 0 0;
    position: relative;
    text-transform: capitalize;
    font-family: 'Fredericka the Great', cursive;
}

.footer-logo h3 a {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #fff !important;
    padding: 0 0 20px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    /*font-family: 'Fredericka the Great', cursive;*/
}

/*-- cart-button --*/

button.top_chr_cart {
    border: none;
    text-align: center;
    background: none;
    /* width: 36px; */
    /* height: 36px; */
    outline: none;
}

i.fa.fa-cart-arrow-down {
    width: 41px;
    height: 41px;
    color: #fff;
    font-size: 2em;
    line-height: 42px;
}
.contact-form1 select {
    display: inline-block;
    background: none;
    border: solid 1px #999999;
    width: 38%;
    margin-right: 1em;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
    margin-bottom: 1.5em;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 88%;
}

span.nav-icon {
    color: #fff;
    font-size: 2em;
    line-height: 16px;
}

/*-- cart-css --*/

/*-- search --*/

.search-bar-agileits {
        float: right;
        padding-top: 8px;
}

.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
        float: left;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}

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

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

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

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

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

.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 12px;
    background: #fff;
    bottom: 14px;
    right: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-mainf {
    float: right;
}

/*-- //search --*/

.nav-btn {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 1px;
}

.nav-right {
    float: right;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
}

.navbar {
    margin-bottom: 0;
}
li.flexy i {
    width: 32.75px;
    text-align: center;
	    flex-shrink: 0;
}
li.flexy {
    display: flex;
    align-items: start;
}
img.w-100 {
    width: 100%;
}
nav.navbar.navbar-default.navbar-fixed-top {
    /*background: #34c663;*/
    border: none;
    /*padding: 1em 0;*/
        padding: 9px 0;

    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    background: #33476d;
    background-color: #33476d;
	height:88px;
}



.navbar-nav>li {
    margin: 0 0em 0;
        padding: 0 6px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    text-shadow: none;
    padding: 15px 10px;
}

.navbar-nav>li.active a {
    color: #000;
}

/* Effect 15: scale down, reveal */

.navbar-right li span.fa.fa-home {
    font-size: 2em;
}

li.first-nav {
    margin-top: 0;
}

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

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

.navbar-right {
    margin-top: 1em;
}

.navbar-nav>li.active a.page-scroll {
    color: #fff;
}

nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    /*background: #34c663;*/
        background: #33476d;
        background-color:#33476d !important;
}

nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse h1 a.navbar-brand {
    font-size: 1em;
    padding: 14px 0 0;
}

nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse .cd-search {
    top: 45px;
}

/*-- //header --*/

h5.sec-title {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 3em;
    color: #000;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
}

.dropdown-menu {
    border-radius: 0px;
    min-width: 150px;
    padding: 0;
}

.dropdown-menu {
    background: #00AAE8;
}

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

.dropdown-menu li a {
    padding: 10px 15px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.dropdown-menu {
    min-width: 150px;
    padding: 0;
        left: 9px;

}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e01414;
    outline: 0;
}

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

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

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

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

/*-- banner-text --*/

.banner-bg-agileits {
    background: url(../images/banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 794px;
}

.banner-bg-inner {
    background: url(../images/banner.jpg) no-repeat 0 -197px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 430px;
}

.banner-text {
  text-align: center;
    padding: 0em 0 0;
    position: absolute;
    z-index: 999;
    margin-top: -17%;
    margin-left: 7%;
}

.banner-text-inner {
    text-align: center;
    padding: 15em 0 0;
}

.banner-text p {
    position: relative;
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Fredericka the Great', cursive;
}

.banner-text p:before {
   content: '';
    position: absolute;
    background: #fff;
    width: 13.8%;
    display: inline-block;
    height: 5px;
    top: 46px;
    left: 33.5%;
}

.banner-text p:after {
       content: '';
    position: absolute;
    background: #fff;
    width: 12%;
    display: inline-block;
    height: 5px;
    top: 41px;
    right: 35.1%;
}
.cls_txt {
    width:100% !important;
}

/* //banner */

/*.section {
    padding: 1em 0;
}*/

/*-- counter timer --*/

/*--timer--*/

#counter {
    height: 160px;
    font-size: 35px;
    margin: 20px 20px 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.62);
}

.timer {
    border-top: 2px ridge #5F5F5F;
    border-bottom: 2px ridge #5F5F5F;
}

.timer h4 {
    font-size: 14px;
    color: #E5E5E5;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 20px;
}

.countDays,
.countHours,
.countMinutes,
.countSeconds {
    float: left;
    padding: 47px 0;
    width: 20.5%;
    background: rgba(4, 31, 167, 0.1);
    border: 1px solid rgba(193, 175, 78, 0.28);
    background: transparent;
    border: none;
    border-left: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*.countDays, .countHours, .countMinutes, .countSeconds {
  border: 1px solid #fff;
    box-sizing: border-box;
	border-right: transparent;
}*/

/*.countSeconds:last-child {
     border-right: 1px solid #fff;	
}*/

.timer_wrap {
    width: 64%;
    margin: 0 auto;
    box-sizing: border-box;
}

.points {
    float: left;
    width: 40px;
    margin: 0;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    line-height: 138px;
    text-shadow: none;
    color: #FFF;
}

.boxName {
    font-size: 14px;
    color: #e01414;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    display: block;
    padding: 10px 0;
}

/*--//timer--*/

/* about */

.about-text {
    margin: 5em 0 0;
    padding: 0;
}

h2.title1 {
    color: #ffffff;
    font-size: 4em;
    letter-spacing: 7px;
    border-width: 1px 0;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #000;
    font-weight: 800;
        margin-left: -2%;
        font-family: 'Fredericka the Great', cursive;
}

h2.title-inner {
    color: #ffffff;
    font-size: 4em;
    letter-spacing: 4px;
    border-width: 1px 0;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #000;
    font-weight: 800;
}

ul.banner-txt li {
    display: inline-block;
    list-style-type: none;
    color: #000;
    padding: 5px 18px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

ul.banner-txt li:first-child {
    background: #e85342;
    border-radius: 10px;
}

ul.banner-txt li:nth-child(2) {
    background: #f7c052;
    border-radius: 10px;
    margin: 0 1em;
}

ul.banner-txt li:nth-child(3) {
    background: #34c663;
    border-radius: 10px;
}

.about-left-grid h3 {
    font-size: 3em;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}

.about-left-grid {
    padding-left: 0;
}

h4.title {
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    margin: 1em 0 0.5em;
    font-weight: 600;
    color: #292929;
    text-transform: capitalize;
    width: 90%;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

h3.main-title {
    color: #ad1a0a;
    font-size: 2.6em;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: capitalize;
}

.team-grids {
    padding: 0;
}

h5.sec-title span {
    font-weight: 300;
    color: #e01414;
}

/*-- //header --*/

/* about */

.inner-about2 h4 {
    font-size: 2em;
    color: #000;
    text-transform: capitalize;
}

.inner-about2 p {
    color: #000;
    line-height: 1.5;
    margin: 1em 0;
    font-size: 1.1em;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: justify;
}

ul.about-list {
    margin-bottom: 2em;
}

.inner-about2 a {
    /*display: inline-block;*/
    /*background: #ffffff;*/
       padding: 7px 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.inner-about1 {
    background: url(../images/a2.jpg) no-repeat center;
    background-size: cover;
    min-height: 400px;
}

.about-right-grid {
    background: url(../images/a1.jpg) no-repeat center;
    background-size: cover;
    min-height: 787px;
    border: 10px solid rgba(223, 164, 2, 0.35);
}

.inner-about {
    margin-top: 3em;
}

.inner-about2 {
    background: #fff;
    padding: 1.8em 3.6em 3.5em 3.6em;
    margin-top: 24px;
    border: 1px solid #d4cbcb;
}

.inner-about2 h5 {
    color: #000;
    text-transform: capitalize;
    background: #f7c052;
    display: inline-block;
    padding: 10px 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0 20px 20px 0;
}

ul.about-list li {
    margin: 1em 0;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
}

ul.about-list li i {
    margin-right: 1em;
}

/* //about */

/* about-bottom */

h4.title-about {
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.5;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
}

.stats-aboutinfo {
    border: 10px solid #ededed;
    text-align: left;
}

.stats-aboutinfo h6 {
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.rad-txt {
    color: #000;
    font-size: 1.8em;
    text-transform: capitalize;
    margin-bottom: 2em;
}

h4.rad-txt span.abtxt1 {
    color: #000000;
    background: #f7c052;
    padding: 5px 19px;
    border-radius: 20px 0px 0 20px;
}

span.abtext {
    color: #ffffff;
    background: #e85342;
    padding: 5px 19px;
    border-radius: 0 20px 20px 0;
}

.agileits_w3layouts-stats-grids {
    padding: 23px 12px;
    border: 10px solid #ededed;
}

/*-- stats --*/

.agileits_w3layouts-stats-grids:nth-child(1) {
    background: #eb5273;
}

.agileits_w3layouts-stats-grids:nth-child(4) {
    background: #00b9ef;
}

.agileits_w3layouts-stats-grids:nth-child(3) {
    background: #fc7e46;
}

.agileits_w3layouts-stats-grids:nth-child(2) {
    background: #4ddba6;
}

.stats-icon,
.stats-right {
    float: left;
}

.stats-right {
    margin-left: 3em;
}

.stats-icon span {
    font-size: 39px;
    color: #ffffff;
}

.numscroller {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
}

h4.title-about.about.text-center span {
    background: #febf00;
    padding: 0px 2px 0 7px;
    color: #031f9a;
}

.bg-right {
    background: url(../images/WEB2.jpg) no-repeat center;
    min-height: 576px;
    background-size: cover;
}

/*-- //stats --*/

.ab1 {
    background: #ededed;
    padding: 30px;
    margin: 1em 0 0 0;
}

.services-w3ls {
    padding: 0;
        padding: 0px 5px;
}

.ab1-text {
    margin-left: 1em;
}

.about-bottom-right .ab1-icon {
    background: #ffffff;
    text-align: center;
    width: 49px;
    height: 49px;
    outline: 6px solid rgba(232, 83, 66, 0.2901960784313726);
}

.service2 .ab1 {
    margin-left: 1em;
}

.ab1:first-child {
    margin-top: 0;
}

.ab1-icon span {
    color: #e85342;
    font-size: 1.9em;
    line-height: 1.8;
}

.ab1-text h5 {
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-bottom-right p {
    color: #777;
    width: 100%;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-bottom: 8px;
    text-align: justify;
}

.ab1-text p {
    width: 100%;
    line-height: 1.5;
}

.about-bottom-left h5 {
    color: #e01414;
    text-align: right;
    font-size: 3em;
    padding: 2em 0 0;
}

/* //about-bottom */

/* gallery */

.list-inline>li {
    display: inline-block;
    margin: 1em;
    border: 5px inset #e85342a1;
    padding: 5px;
}

/* //gallery */

/*-- Principles --*/

.principles {
    padding: 100px 0 300px;
    position: relative;
    background-color: #EEE;
}

.about-right p {
    line-height: 30px;
}

.abt-btm.agileits.w3layouts {
    margin: 4em 0 0;
}

.bottom-gds {
    padding: 0;
}

.bott-img {
    padding: 2em;
    background: #eee;
    height: 180px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bott-img.bott-img1 {
    margin-left: 1em;
}

.bott-img:hover {
    background-color: #e85342;
}

.bottom-gds:hover h4.mission {
    color: #fff;
}

.bott-img .icon-holder {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 18px;
    background: #34c663;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    color: #fff;
    font-size: 26px;
    /*--w3layouts--*/
    /*--agileits--*/
}

.bott-img .mission {
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
}

.bott-img .description {
    margin: -5em auto 0;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.description.agileits.w3layouts p {
    margin: 2em;
    color: #fff;
}

.bott-img .icon-holder>.service-icon {
    width: 40px;
}

.bott-img:hover .icon-holder {
    top: -65px;
    background: #f7c052;
    margin-bottom: 2em;
}

.bott-img:hover .mission {
    top: -90px;
}

.bott-img .mission h4 {
    color: #fff;
}

.bott-img:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-size: 14px;
    line-height: 2.2em;
}

.bott-img:hover .description a {
    top: -60px;
}

.description a {
    /*--w3layouts--*/
    /*--agileits--*/
    color: #000;
    padding: 7px 30px 8px;
    background-color: #eee;
}

.description a:hover {
    background-color: #f7c052;
    color: #000000;
}

.principles-grids2 {
    background-color: #F5F5F5;
    position: absolute;
    top: 40%;
    right: 20%;
    width: 35%;
    padding: 50px 50px 50px 125px;
}

.principles-grids2 h3 {
    text-align: left;
    width: 50%;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1dc8d9;
}

.slider-4 p {
    line-height: 30px;
    font-weight: 100;
    color: #000;
}

.slider-4 h4 {
    float: right;
    margin-top: 20px;
    font-weight: 600;
    color: #1dc8d9;
}

/*-- //Principles --*/

/* team */

.team-mid-txt span {
    color: #000;
    text-transform: uppercase;
        font-size: 3.4em;
    font-weight: bold;
}

.team-mid-txt h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #2c5cb7;
        font-size: 2.7em;
    text-shadow: 4px 0px 0px #a09c9c;
}

.team-mid-txt h5:last-child {
    font-size: 3em;
}

.team-mid-txt.text-center {
    background: #eee;
    padding: 2.7em 3em;
}

.team-container {
    width: 86%;
    margin: 0 auto;
}

.team-effect {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-text {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-effect img {
    /*height: 100%;*/
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-effect img:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-effect img:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.team-grids:hover .team-text {
    background-color: #e01414;
}

.team-grid-left .team-grids :nth-child(1).team-text {
    background: #f7c052;
}

.team-grid-left .team-grids :nth-child(2).team-text {
    background: #34c663;
}

.team-grid-right .team-grids :nth-child(2).team-text {
    background: #34c663;
}

.team-grid-right .team-grids :nth-child(1).team-text {
    background: #f7c052;
}

.team-grids:hover .team-text p {
    color: #fff;
}

.team-grids:hover .social-icon {
    bottom: 0%;
    height: 100%;
    padding-top: 8em;
    position: absolute;
    visibility: visible;
    background-color: rgba(212, 210, 210, 0.67);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.team-effect:hover .social-icon a {
    -webkit-animation-name: translate-transition;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-name: translate-transition;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.team-text {
   padding: 0px 14px 0;
    width: 100%;
    min-height: 270px;
}

.team-grid-left {
    text-align: right;
}

.team-text h4 {
    color: #000;
    font-size: 1.4em;
    line-height: 2;
    text-shadow: 1px 1px 1px #fffafa;
        text-align: center;
            padding-top: 5px;
}

.team-text span {
    font-style: italic;
    color: #636262;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}

.team-text p {
    color: #fff;
       margin-top: 0px;
    text-transform: capitalize;
        text-align: justify;
}

.team-effect .social-icon {
    bottom: 0;
    padding: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    overflow: hidden;
    z-index: 9;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
}

.social-button {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

.social-button:before {
    content: '';
    background-color: #000;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa {
    font-size: 2em;
    line-height: 1.5;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button.facebook:before {
    background-color: #3B5998;
}

.social-button.facebook .fa {
    color: #3B5998;
}

.social-button.twitter:before {
    background-color: #3CF;
}

.social-button.twitter .fa {
    color: #3CF;
}

.social-button.google:before {
    background-color: #DC4A38;
}

.social-button.google .fa {
    color: #DC4A38;
}

.social-button.dribbble:before {
    background-color: #F26798;
}

.social-button.dribbble .fa {
    color: #F26798;
}

.social-button.skype:before {
    background-color: #00AFF0;
}

.social-button.skype .fa {
    color: #00AFF0;
}

.social-button:focus:before,
.social-button:hover:before {
    top: -10%;
    left: -10%;
}

.social-button:focus .fa,
.social-button:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*-- //team --*/

/*-- team --*/

div#testimonials {
    background: url(../images/test2.jpg) no-repeat center;
    background-attachment: fixed;
}

.team.agileits-w3layouts {
    background: #fff;
}

.team-grid.w3_agileits img {
    margin: 1em 0 0;
}

.team-grid.w3_agileits ul {
    margin: 1em 0 0;
}

.team-grid.w3_agileits {
    padding: 2em;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
}

.testi-grids img {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.team-grid .social-icons {
    margin-top: 1em;
}

/* testimonials */

.team-w3ls-txt h5 {
    color: #34c663;
    font-size: 1.3em;
    margin: 10px 0;
}

.team-w3ls-txt h5:before {
    content: '';
    width: 7%;
    height: 3px;
    margin: 20px 10px 0 0;
    display: inline-block;
    background: rgba(88, 86, 86, 0.46);
}

.team-w3ls-txt h6 {
    font-size: 1.4em;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0.5em;
}

.testi-grids {
    padding: 2em 0 3em;
    position: relative;
    margin: 1em auto;
    width: 78%;
    text-align: right;
}

.testi-main {
    padding: 0;
}

.testi-grids:before,
.testi-grids.t2:before {
    content: '';
    border: 2px outset rgba(255, 255, 255, 0.16);
    position: absolute;
    width: 100%;
    height: 89%;
    top: -5px;
}

.testi-grids:before {
    left: -11%;
}

.testi-grids.t2:before {
    left: 11%;
}

.testi-grids.t2 {
    text-align: left;
}

/* about-gallery */

.carousel {
    margin-bottom: 0;
}

/* The controlsy */

.carousel-control {
    left: auto;
    height: 25px;
    width: 25px;
    background: none repeat scroll 0 0 #34c663;
    /* border: 4px solid #ffffff; */
    line-height: 1.2;
    font-size: 19px;
}

.carousel-control {
    color: #fff;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #a51c21;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control.right {
    right: 47%;
    top: 44%;
}

.carousel-control.left {
    left: 47%;
    top: 44%;
}

a.right.carousel-control.test-right-control {
    left: 52%;
}

/* The indicators */

.carousel-indicators {
    bottom: -30px;
}

/* The colour of the indicators */

/* //testimonials */

/*--contact--*/

.contact {
    background: #ededed;
}

.contact-right {
    text-align: right;
}

.contact-form {
      padding: 10px;
    background: #fff;
    padding-bottom: 30px;
}

.map iframe {
    width: 100%;
    min-height: 350px;
    border: 5px solid #f7c052;
    padding: 5px;
}

.contact-form h5 {
    font-size: 1.5em;
    margin-bottom: 1em;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}

.address.address-mdl {
    margin: 2em 0 1em;
}

.address h5 {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 1em;
    font-size: 1.1em;
}

.address p a {
    color: #777;
}

.address p a:hover {
    color: #34c663;
}

form.form_w3layouts {
    margin: 2em 0 0;
}

.contact-form input[type="text"] {
    width: 48.5%;
    color: #000;
    background: #ededed;
    outline: none;
    font-size: 1em;
    padding: 1em 0.8em;
    -webkit-appearance: none;
    display: inline-block;
    font-family: 'Merriweather Sans', sans-serif;
}

.contact-form input[type="text"]:first-child {
    margin-right: 1em;
}

.contact-form input[type="email"] {
    width: 100%;
    /*margin: 2em 0;*/
    color: #000;
    background: #ededed;
    outline: none;
    font-size: 1em;
    padding: 1em 0.8em;
    -webkit-appearance: none;
    display: inline-block;
    font-family: 'Merriweather Sans', sans-serif;
}

.contact-form textarea {
    resize: none;
    width: 100%;
    background: #ededed;
    color: #000;
    font-size: 1em;
    outline: none;
    padding: 1em .8em;
    min-height: 9em;
    font-family: 'Merriweather Sans', sans-serif;
    -webkit-appearance: none;
}



.contact-form input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    letter-spacing: 1px;
    width: 30%;
    padding: 10px 0;
    font-size: 1em;
    margin: 2em 1em 0 0;
    -webkit-appearance: none;
        background: #113c8e;

    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    font-family: 'Merriweather Sans', sans-serif;
    -moz-transition: 0.5s all;
}

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

.contact-top1 {
    padding: 25px 20px;
    box-shadow: 05px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    /* box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78); */
}

.contact-bottom h6 {
    color: #000;
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin: 1em auto 2em;
    background: #ededed;
    padding: 13px 0;
}

.contact-bottom {
    background: #fff;
    padding: 2em;
}

/*--//contact--*/

/* footer */

.footer-cpy {
    margin-top: 2em;
    border: solid #2d2d2d;
    border-width: 1px 0;
    padding: 4em 0;
}

footer-social {
    padding-top: 4em;
}

.footer-cpy h4 {
    color: #f7c052;
    text-transform: capitalize;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.footer-nav ul li a {
    color: #999;
    line-height: 2;
    text-transform: capitalize;
}

.footer-social.text-center {
    padding-top: 4em;
}

.footer-social h4 {
    color: #f7c052;
    text-transform: capitalize;
    font-size: 1.6em;
    letter-spacing: 0.5px;
}

.blog1 a {
    color: #777;
    font-size: 1em;
    text-transform: capitalize;
}

.blog1:hover a,
.footer-nav ul li a:hover,
.contact-foot ul li a:hover {
    color: #eee;
}

.bl1 {
    padding: 0;
}

.bl1 img {
    outline: 2px inset #e85342;
    padding: 3px;
}

.blog1 {
    margin-bottom: 1em;
}

.cpy-right {
    padding: 1em;
    background: #34c663;
    text-align: center;
}

.cpy-right p {
    color: #000;
    letter-spacing: 0.5px;
}

.footer-bottom {
    background: #000;
}

.contact-foot ul li {
    color: #777;
    font-size: 1em;
    line-height: 2;
    letter-spacing: 0.3px;
}

.contact-foot li span {
    color: #999;
    margin-right: 10px;
}

.contact-foot ul li a {
    color: #777;
}

/* //footer */

/*-- subscribe --*/

.subscribe-main {
    padding-bottom: 1em;
}

.subscribe-head h4.sec-title {
    margin-bottom: 4px;
    letter-spacing: 3.8px;
    font-weight: 600;
}

.subscribe-head h6 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #1853a1;
    letter-spacing: 4px;
}

.subscribe-form {
    width: 65%;
    margin: 2em auto;
    border: 1px solid;
    border-color: #5a5a5a transparent;
}

.subscribe-main h5 {
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #777;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 2em;
}

.subscribe-main p {
    letter-spacing: 1px;
}

.email-news {
    float: left;
    width: 73%;
    padding: 20px 15px;
    border-right: 1px solid #5a5a5a;
}

.email-news input[type="email"] {
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
    color: #000;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

.sub-news {
    float: left;
    width: 27%;
    padding: 20px 15px;
}

.sub-news input[type="submit"]:hover {
    background: #e85342;
    color: #fff;
}

.sub-news input[type="submit"] {
    width: 100%;
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 1em;
    text-transform: capitalize;
    outline: none;
    letter-spacing: 2px;
    padding: 15px 10px;
    border: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
    background: #34c663;
}

/*-- //subscribe --*/

.hide-bullets {
    list-style: none;
    margin-top: 20px;
}

.thumbnail {
    padding: 0;
    border: none;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.carousel-control span {
    margin-top: 13em;
}

/*-- //contact --*/

.cpy-right p a {
    color: #000;
}

.footer-layouts-top {
    padding-top: 3em;
}

.footer-main p a {
    color: #ea4c89;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.footer-main p a:hover {
    color: #000;
}

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

span.icon_twitter {
    background: #1da1f2;
}

span.icon_facebook {
    background: #ffff00bd;
}

span.icon_dribbble {
    background: #ea4c89;
}

span.icon_g_plus {
    background: #f52929;
}

.footer-social ul li a {
    color: #212121;
}

.footer-social ul li span {
    margin-left: 10px;
    color: #fff;
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
}

.footer-social ul {
    margin: 1.5em 0 0;
}

.footer-social ul li a {
    color: #212121;
}

.footer-social ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.footer-main h4 {
    font-size: 3em;
    color: #ea4c89;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

/* //footer */

/* breadcrumbs */

/** The Magic **/

/** The Spacing **/

li.btn.btn2 {
    background: #34c663;
}

li.btn.btn3 {
    background: #e85342;
}

li.btn.btn4 {
    background: #f7c052;
}

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
    border: 1px solid #34c663;
}

ul.bc-list li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 1em;
    letter-spacing: 0.5px;
}

.btn-info {
    color: #fff;
    background-color: #34c663;
    border-color: #34c663;
}

ul.btn-group.btn-breadcrumb i {
    color: #e85342;
}

li.btn.btn5 {
    background: #34c663;
}

ul.btn-breadcrumb li {
    display: inline-block;
}

.btn-breadcrumb .btn.btn1:after,
.btn-breadcrumb .btn.btn3:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn.btn2:before {
    border-left: 10px solid #34c663;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(52, 198, 99);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 0px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn.btn3a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #e85342;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn.btn4a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #f7c052;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

/* /breadcrumbs */

/* signin and signup form */

.login-form.section.text-center {
    background: #eee;
}

.panel-info>.panel-heading {
    color: #ffffff;
    background-color: #272525;
    border-color: #272525;
    padding: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #34c663;
    border-color: #34c663;
}

a#btn-login {
    width: 30%;
}

button#btn-signup {
    width: 33%;
    background: #34c663;
}

.loginbox {
    width: 55%;
    margin: 0 auto;
}

.panel-body {
    padding: 35px;
}

.fpassword {
    float: right;
    position: relative;
    top: -10px
}

.fpassword a {
    color: #2196F3;
    font-size: 0.85em;
}

.form-control {
    height: 46px;
}

.input-group-addon {
    color: #fff;
    background-color: #e85342;
}

.btn-success {
    background-color: #34c663;
    border-color: #34c663;
}

/* //signin and signup form */

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

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

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

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

/* -- Responsive code -- */

@media screen and (max-width: 1600px) {
    .list-inline>li {
        display: inline-block;
        margin: 18px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .ab1 {
               padding: 27px 30px 28px;
    }
    .team-text {
        min-height: 239px;
    }
    .team-mid-txt.text-center {
        /*padding: 5em 3em;*/
        padding: 0.7em 3em;
    }
}

@media screen and (max-width: 1366px) {
    .ab1-text {
        margin-left: 0.5em;
        padding-right: 0;
            margin-top: 17px;
    }
    .ab1-text h5 {
        margin-bottom: 7px;
    }
    .team-text {
        min-height: 227px;
    }
    .home-about2 {
        padding: 0;
    }
    .team-mid-txt.text-center {
      padding: 0.1em 3em 0.4em;
    }
    .team-grids:hover .social-icon {
        padding-top: 7em;
    }
}

@media screen and (max-width: 1280px) {
    .banner-bg-agileits {
        min-height: 738px;
    }
    .banner-text {
        padding: 23em 0 0;
    }
    h2.title {
        color: #ffffff;
        font-size: 6em;
    }
    .about-bottom-right {
        width: 100%;
    }
    .home-about2 {
        width: 100%;
    }
    .bg-right {
        margin-top: 2em;
    }
    .w3ls-section.stats {
        margin-top: 27px;
    }
    .team-text {
        padding: 40px 30px 0;
    }
    .team-text {
        padding: 20px 30px 0;
        min-height: 212px;
    }
    .team-mid-txt.text-center {
        padding: 4em 3em 2em;
    }
}

@media screen and (max-width: 1080px) {
    .navbar-nav>li {
        margin: 0 0.4em 0 0;
    }
    .banner-bg-inner {
        background-position: 0 -146px;
        min-height: 422px;
    }
    .banner-text p:before {
        left: 30.5%;
    }
    .banner-text p:after {
        right: 33%;
    }
    .team-container {
        width: 100%;
    }
    .team-text {
        min-height: 207px;
    }
    .bl2 {
        padding-right: 0;
    }
    .list-inline>li {
        padding: 2px;
        margin: 5px 0 0;
    }
    h2.title-inner {
        font-size: 3.8em;
    }
    .testi-grids {
        width: 77%;
    }
    .social-button .fa {
        font-size: 1.8em;
        line-height: 1.7;
    }
    .contact-form input[type="text"]:first-child {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1050px) {
    h2.title {
        font-size: 5.5em;
    }
    .team-grid-left,
    .team-grid-right,
    .team-mid-txt {
        width: 100%;
        float: left;
    }
    .team-container {
        width: 85%;
    }
    .team-text {
        min-height: 424px;
        padding: 150px 30px 0;
    }
    .team-grids:hover .social-icon {
        padding-top: 14em;
    }
}

@media screen and (max-width: 1024px) {
    .banner-text {
        padding: 21em 0 0;
    }
    .banner-bg-agileits {
        min-height: 683px;
    }
    .team-text {
        min-height: 413px
    }
    h2.title-inner {
        font-size: 3.6em;
    }
}

@media screen and (max-width: 991px) {
    .rad-txt {
        font-size: 1.5em;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 15px 5px;
    }
    h1 a.navbar-brand {
        font-size: 1.1em;
    }
    .cd-search-trigger,
    .cd-nav-trigger {
        width: 35px;
        height: 45px;
    }
    .cd-search-trigger::after {
        bottom: 14px;
        right: 0px;
    }
    i.fa.fa-cart-arrow-down {
        width: 33px;
        height: 40px;
    }
    .banner-text p:before {
        left: 29.4%;
    }
    .about-right-grid {
        margin-top: 3em;
    }
    .banner-text {
        padding: 19em 0 0;
    }
    .banner-bg-agileits {
        min-height: 670px;
    }
    .team-text {
        min-height: 398px;
    }
    .carousel-control.left {
        left: 45%;
        top: 46.6%;
    }
    .carousel-control.right {
        right: 47%;
        top: 46.6%;
    }
    .footer-nav {
        text-align: right;
    }
    .blog-footer,
    .contact-foot {
        margin-top: 1em;
    }
    .footer-cpy {
        padding: 3em 0;
    }
    .section {
        padding: 4em 0;
    }
    .subscribe-form {
        width: 75%;
    }
    .list-inline>li {
        padding: 7px;
        margin: 1em;
    }
    .contact-right {
        text-align: left;
    }
    .loginbox {
        width: 65%;
    }
}

@media screen and (max-width: 900px) {
    h2.title {
        font-size: 5.2em;
    }
    .team-text {
        min-height: 359px;
    }
    .team-grids:hover .social-icon {
        padding-top: 11em;
    }
}

@media screen and (max-width: 800px) {
    .banner-bg-agileits {
        min-height: 635px;
    }
    h2.title {
        font-size: 5em;
    }
    .numscroller {
        font-size: 29px;
    }
    .bg-right {
        min-height: 550px;
    }
    .banner-text {
        padding: 18em 0 0;
    }
    .team-text {
        min-height: 317px;
    }
    .team-mid-txt h5 {
        font-size: 4em;
    }
    .team-mid-txt h5:last-child {
        font-size: 3.5em;
    }
    h2.title-inner {
        font-size: 3.2em;
        letter-spacing: 3px;
    }
    .banner-bg-inner {
        background-position: 0 -80px;
        min-height: 385px;
    }
}

@media screen and (max-width: 768px) {
    .banner-bg-agileits {
        min-height: 600px;
    }
    h2.title {
        font-size: 4.5em;
    }
    .ab1 {
        padding: 17px 26px 15px;
    }
    .ab1-icon span {
        font-size: 1.7em;
    }
    .about-bottom-right .ab1-icon {
        width: 48px;
        height: 45px;
    }
    .team-text {
        min-height: 304px;
        padding: 120px 30px 0;
    }
    .team-grids:hover .social-icon {
        padding-top: 10em;
    }
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        width: 100%;
        background: rgba(0, 0, 0, 0.79);
        border: none;
    }
	.navbar-brand > img {
    width: 100%;
}

    .navbar-nav>li {
        text-align: center;
    }
	nav.navbar.navbar-default.navbar-fixed-top{
		height:auto;
	}
    .dropdown-menu li a {
        color: #fff !important;
        text-align: center;
    }
    nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse h1 a.navbar-brand {
        font-size: 1em;
        padding: 14px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        width: 100%;
        background: rgb(52, 198, 99);
        border: none;
        float: none;
        margin: 0 auto;
    }
    .dropdown-menu li a:hover {
        color: #fff !important;
    }
    .navbar-toggle {
        margin-right: 1em;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 26px;
        height: 4px;
        border-radius: 1px;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #e85342;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding: 20px;
        max-height: 460px;
    }
    .navbar-default .navbar-brand {
        padding-left: 1em;
        font-size: 1.1em;
        padding-bottom: 1em;
    }
    .search-bar-agileits,
    .cart-mainf {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 736px) {
    .inner-about2 h4 {
        font-size: 1.8em;
    }
    .banner-text p:before {
        left: 29.3%;
    }
    .banner-text p:after {
        right: 32%;
    }
    .service2 .ab1 {
        margin-left: 4px;
    }
    .ab1 {
        margin: 5px 0 0 0;
    }
    .banner-bg-agileits {
        min-height: 550px;
    }
    .banner-text {
        padding: 16em 0 0;
    }
    ul.banner-txt li {
        padding: 5px 16px;
        font-size: 0.9em;
        letter-spacing: 1px;
    }
    .footer-nav,
    .contact-foot {
        text-align: left;
    }
    .footer-nav.text-center {
        margin-top: 1em;
    }
    .blog-footer,
    .contact-foot {
        margin-top: 1.5em;
    }
    .team-w3ls-txt h6 {
        font-size: 1.3em;
    }
    .team-text {
        min-height: 240px;
        padding: 93px 30px 52px;
    }
    .subscribe-main h5 {
        font-size: 1.1em;
    }
    .subscribe-form {
        width: 80%;
    }
    .bott-img.bott-img1 {
        margin-left: 0;
        margin-top: 3em;
    }
    .list-inline>li {
        margin: 10px;
    }
    .banner-bg-inner {
        min-height: 382px;
    }
    .list-inline>li {
        margin: 7px;
    }
    h2.title-inner {
        font-size: 3em;
    }
}

@media screen and (max-width: 667px) {
    .section {
        padding: 3em 0;
    }
    .team-grids:hover .social-icon {
        padding-top: 8em;
    }
    .rad-txt {
        font-size: 1.4em;
    }
    .team-text {
        padding: 66px 30px 52px;
    }
    .banner-text p:before {
        left: 28.77%;
    }
    .banner-bg-inner {
        min-height: 338px;
        background-position: 0 -34px;
    }
    h2.title-inner {
        font-size: 3em;
    }
    .banner-text-inner {
        padding: 13em 0 0;
    }
    .stats-icon span {
        font-size: 33px;
    }
    .subscribe-form {
        width: 81%;
    }
    .carousel-control.right {
        right: 45%;
    }
    .list-inline>li {
        margin: 7px 1px;
    }
    .loginbox {
        width: 80%;
    }
}

@media screen and (max-width: 640px) {
    .banner-bg-agileits {
        min-height: 530px;
    }
    .banner-text p:before {
        left: 28.5%;
    }
    .banner-text p {
        line-height: 45px;
    }
    .banner-text p:before {
        top: 37px;
    }
    .banner-text p:after {
        top: 32px;
        right: 32%;
    }
    h2.title {
        font-size: 4.3em;
    }
    .numscroller {
        font-size: 27px;
    }
    .stats-right {
        margin-left: 2em;
    }
    .bg-right {
        min-height: 540px;
    }
    .inner-about2 {
        padding: 3em;
    }
    .about-right-grid {
        min-height: 716px;
    }
    .subscribe-main h5 {
        font-size: 1em;
    }
    .banner-text p {
        font-size: 2.5em;
    }
    .banner-bg-agileits {
        min-height: 500px;
    }
    .banner-text p:before {
        left: 29.3%;
        top: 32px;
    }
    .banner-text p:after {
        top: 30px;
        right: 33%;
    }
    .team-text {
        padding: 53px 30px 52px;
    }
    .subscribe-form {
        width: 87%;
    }
    .list-inline>li {
        padding: 4px;
    }
}

@media screen and (max-width: 600px) {
    .banner-text {
        padding: 15em 0 0;
    }
    .banner-text p:before {
        left: 29%;
    }
    .banner-text p:after {
        top: 29px;
        right: 32%;
    }
    .services-w3ls {
        width: 100%;
    }
    .service2 .ab1 {
        margin-left: 0;
        margin-top: 6px;
    }
    .inner-about2 {
        padding: 2em;
    }
    .stats-right {
        margin-left: 10px;
    }
    .agileits_w3layouts-stats-grids {
        padding: 23px 20px;
    }
    .stats-right {
        margin-left: 25px;
    }
    .team-text {
        padding: 37px 30px 52px;
        min-height: 230px;
    }
    .subscribe-form {
        width: 93%;
    }
    .list-inline>li {
        padding: 5px;
        width: 24%;
        float: left;
        margin: 7px 2.5px;
    }
    h2.title-inner {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 568px) {
    .banner-bg-inner {
        min-height: 320px;
    }
    .banner-bg-agileits {
        min-height: 470px;
    }
    .banner-text {
        padding: 14em 0 0;
    }
    .banner-text p:before {
        left: 28.6%;
    }
    h2.title {
        font-size: 4.1em;
        letter-spacing: 5px;
    }
    .section {
        padding: 2em 0;
    }
    .about-right-grid {
        min-height: 650px;
    }
    .about-bottom-right p {
        width: 100%;
    }
    .bg-right {
        width: 100%;
        min-height: 350px;
    }
    .w3ls-section.stats {
        width: 100%;
    }
    .team-container {
        width: 90%;
    }
    .agileits_w3layouts-stats-grids {
        padding: 23px 30px;
    }
    .subscribe-main h5 {
        font-size: 0.95em;
    }
    .subscribe-form {
        width: 100%;
    }
    .team-mid-txt h5 {
        font-size: 3em;
    }
    .team-mid-txt h5:last-child {
        font-size: 3em;
    }
    .contact-form input[type="text"]:first-child {
        margin-bottom: 2em;
        margin-right: 0;
    }
    .contact-form input[type="text"] {
           width: 77% !important;
    margin-bottom: 20px !important;
    }

    .drop {
   
    width: 77% !important;
   
    margin-bottom: 20px !important;
    margin-top: 5px;
}
    .loginbox {
        width: 88%;
    }
    .description input[type="text"] {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {

    .main-nav {
    padding: 0 0px !important;
}
    .cls_res_menu {
    width: 99% !important;
    float: left;
    margin-top: 10px !important;
    margin-left: 0% !important;
    }
    .blink_me {
    position: static !important;
   
}

    select#country, select#country1 {
    width: 100% !important;
}
    .cls_input1 {
    width:100% !important;
}
.cls_input2 {
    width:100% !important;
}
.book-form input[type="submit"] {
    
    margin-left: 0% !important;
}
.gridleft, .gridright {
   
    width: 100% !important;
}
.contact-form1 span.fa {
 
    line-height: 40px !important;
  
}

.contact-form input[type="email"],

.contact-form input[type="text"] {
    border: none;
    width:77% !important;
    padding-bottom:20px !important;
}
.contact-form textarea {
    width:94% !important;
}

.navbar-nav > li > a {
   
    margin-left: 19% !important;
}



    .cd-header-buttons {
    margin-left: 2% !important;
    margin-top: 6px !important;
}
    .cls_contact_header {
    float: left !important;
    padding-left: 0px !important;
    margin-top: 8px !important;
    font-size: 18px !important;
    width: 100% !important;
}
    nav.navbar.navbar-default.navbar-fixed-top {
   
    position: static !important;
}
    h1 {
    font-size: 43px;
    letter-spacing: 4px;
    margin-left: -6%;
}
    .cls_header {
    margin-top: 0% !important;
 
}





    .banner-text p:before {
        left: 27.6%;
    }
    .banner-text {
        padding: 13em 0 0;
    }
    .banner-bg-agileits {
        min-height: 450px;
    }
    ul.banner-txt li:nth-child(2) {
        margin: 0 0.8em;
    }
    .about-right-grid {
        min-height: 600px;
    }
    .team-container {
        width: 100%;
    }
    .team-text {
        padding: 25px 28px 25px;
        min-height: 216px;
    }
    h2.title {
        font-size: 3.8em;
        letter-spacing: 4px;
    }
    .about-right-grid {
        min-height: 563px;
    }
    .list-inline>li {
        width: 23.8%;
    }
    h2.title-inner {
        font-size: 2.5em;
    }
    .banner-bg-inner {
        min-height: 292px;
        background-position: 0 -6px;
    }
    .banner-text-inner {
        padding: 12em 0 0;
    }
    .team-grids:hover .social-icon {
        padding-top: 7em;
    }
    .carousel-control.right {
        right: 42%;
    }
    .about-left-grid {
        padding: 0;
    }
    .sub-news {
        width: 30%;
    }
    .email-news {
        width: 70%;
    }
    .email-news input[type="email"],
    .sub-news input[type="submit"] {
        padding: 10px 10px;
    }
    .footer-social.text-center {
        padding-top: 3em;
    }
    .subscribe-main h5 {
        line-height: 2;
    }
    .contact-bottom h6 {
        font-size: 1.4em;
        padding: 9px 0;
    }
    .loginbox {
        width: 100%;
    }
    label.control-label {
        padding: 0;
    }
    .description input[type="text"] {
        width: 60%;
    }
}

@media screen and (max-width: 414px) {
    .banner-bg-agileits {
        min-height: 415px;
    }
    .banner-text p:before {
        left: 26.6%;
    }
    .banner-text p:after {
        right: 31%;
    }
    .inner-about2 h4 {
        font-size: 1.6em;
    }
    h2.title {
        font-size: 3.6em;
        letter-spacing: 4px;
    }
    .team-grids {
        width: 100%;
    }
    .testi-grids {
        width: 70%;
    }
    .fimg1 {
        width: 92%;
        margin: 0 3em;
    }
    .email-news {
        padding: 20px 8px;
    }
    .sub-news {
        padding: 20px 8px;
    }
    .team-grids:hover .social-icon {
        padding-top: 12em;
    }
    .testi-grids {
        width: 75%;
    }
    .carousel-control.right {
        right: 39%;
    }
    .list-inline>li {
        width: 23.6%;
    }
    h2.title-inner {
        font-size: 2.2em;
    }
    .banner-text-inner {
        padding: 11em 0 0;
    }
    h2.title-inner {
        font-size: 2.1em;
    }
    .banner-bg-inner {
        min-height: 280px;
        background-position: 0 0px;
    }
}

@media screen and (max-width: 384px) {
    .list-inline>li {
        width: 23.5%;
    }
    .banner-bg-agileits {
        min-height: 390px;
    }
    .banner-text p:before {
        left: 25.8%;
    }
    .banner-text p:after {
        right: 30%;
    }
    .banner-text {
        padding: 12em 0 0;
    }
    h2.title {
        font-size: 3.4em;
        letter-spacing: 3px;
    }
    ul.banner-txt li {
        padding: 5px 13px;
    }
    .inner-about2 {
        padding: 2em 1.3em;
    }
    .inner-about2 h4 {
        font-size: 1.55em;
    }
    .rad-txt {
        font-size: 1.3em;
    }
    .fimg1 {
        width: 100%;
        margin: 0 1em;
    }
    .sub-news input[type="submit"] {
        letter-spacing: 0px;
    }
    h2.title-inner {
        font-size: 2.1em;
    }
    h2.title-inner {
        font-size: 1.95em;
        letter-spacing: 2px;
    }
    .banner-text-inner {
        padding: 12em 0 0;
    }
    .description input[type="text"] {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .inner-about2 h4 {
        font-size: 1.5em;
    }
    .rad-txt {
        margin-bottom: 1.2em;
    }
    .about-bottom.section span.abtext {
        display: block;
        width: 63%;
        margin-top: 10px;
    }
    .img-testi {
        padding: 0;
    }
    .footer-social ul li span {
        margin-left: 5px;
    }
    .contact-form input[type="submit"] {
        width: 37%;
        padding: 6px 0;
        margin: 1em 1em 0 0;
    }
    .footer-social.text-center {
        padding-top: 2em;
    }
    .footer-social h4 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 320px) {
     .navbar-toggle {
        padding: 9px 0 0;
        margin-top: 4px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .banner-text-inner {
        padding: 8em 0 0;
    }
    .navbar-brand {
        height: 20px;
        padding: 15px 15px;
        font-size: 17px;
        line-height: 16px;
    }
    .navbar-default .navbar-brand {
        font-size: 0.9em;
        padding-left: 15px;
    }
    .banner-bg-inner {
        min-height: 240px;
    }
    .banner-bg-inner {
        min-height: 215px;
    }
    h2.title-inner {
        font-size: 1.72em;
        letter-spacing: 1px;
    }
    .banner-text-inner {
        padding: 8.5em 0 0;
    }
    .ab1 {
        padding: 17px 19px 15px;
    }
    .about-bottom-right {
        padding: 0;
    }
    .list-inline>li {
        margin: 7px 2px;
    }
    nav.navbar.navbar-default.navbar-fixed-top {
        padding: 5px 0;
    }
    .banner-text p {
        font-size: 2.1em;
    }
    h2.title {
        font-size: 3em;
        letter-spacing: 2px;
    }
    ul.banner-txt li:nth-child(2) {
        margin: 0 0.5em;
    }
    ul.banner-txt li {
        padding: 5px 8px;
        font-size: 0.8em;
        letter-spacing: 0.5px;
    }
    .banner-text p:before {
        left: 25%;
    }
    .banner-text {
        padding: 10em 0 0;
    }
    .banner-bg-agileits {
        min-height: 345px;
    }
    .inner-about2 h4 {
        font-size: 1.23em;
    }
    .about-bottom.section span.abtext {
        width: 72%
    }
    .about-bottom-right .ab1-icon {
        width: 39px;
        height: 38px;
        padding: 0;
    }
    .ab1-icon span {
        font-size: 1.5em;
    }
    .team-grids:hover .social-icon {
        padding-top: 9em;
    }
    .agileits_w3layouts-stats-grids {
        padding: 23px 19px;
    }
    .banner-text p:after {
        width: 14%;
        height: 4px;
    }
    .banner-text p:before {
        width: 16.3%;
        height: 4px;
    }
    .testi-grids {
        width: 74%;
    }
    .fimg1 {
        margin: 0;
    }
    .rad-txt {
        font-size: 1.2em;
    }
    .carousel-control.right {
        right: 35%;
    }
    .email-news {
        width: 68%;
    }
    .sub-news {
        padding: 20px 4px;
        width: 32%;
    }
    .footer-social h4 {
        font-size: 1.5em;
    }
    .contact-top1 {
        padding: 25px 10px;
    }
    .subscribe-main p {
        letter-spacing: 0.5px;
    }
    .contact-form {
        padding: 0;
    }
    .footer-social.text-center {
        padding-top: 2em;
    }
    .map iframe {
        min-height: 290px;
    }
    .controls {
        padding: 0;
    }
    label.control-label {
        font-size: 0.8em;
    }
    .fpassword {
        top: -4px;
    }
    .btn-breadcrumb .btn {
        padding: 6px 7px 6px 13px;
    }
    ul.bc-list li a {
		font-size: 0.95em;
	}
}

/* -- //Responsive code -- */







.col_1_of_3:first-child {
    margin-left: 0;
}
.col_1_of_3 {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}
.span_1_of_3 {
    width: 32.2%;
}
.title-img {
    /* background-color: #E91546; */
    background-color: #34c663;
    padding: 5px 0 2px 13px;
    margin-bottom: 24px;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}
.title {
    color: #FFF;
    width: 20%;
    margin: 0;
    overflow: hidden;
    float: left;
}
.title-desc {
    float: left;
}

.title-desc p {
        color: #FFF;
    font-size: 1.5em;
    padding-top: 0px;
    font-family: 'Montserrat Alternates', sans-serif;
    padding-bottom: 4px;
}
.clear {
    clear: both;
}
.desc1 {
    color: #555;
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 20px;
    text-align: justify;
}
.btn.btn-primary {
    box-shadow: none;
    background: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
         padding: 5px 14px 6px 9px;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #FFF;
    border: none;
    letter-spacing: 0;
    text-shadow: none;
    text-decoration: none!important;
    background: #34c663;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}
.btn.btn-primary img {
    margin-left:8px;
}
.btn.btn-primary1 img {
    margin-left:8px;
}
.btn.btn-primary2 img {
    margin-left:8px;
}
.btn.btn-primary3 img {
    margin-left:8px;
}
.btn.btn-primary1 {
    box-shadow: none;
    background: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
          padding: 5px 14px 6px 9px;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #FFF;
    border: none;
    letter-spacing: 0;
    text-shadow: none;
    text-decoration: none!important;
    background: #11c34b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}
.btn.btn-primary2 {
    box-shadow: none;
    background: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
          padding: 5px 14px 6px 9px;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #FFF;
    border: none;
    letter-spacing: 0;
    text-shadow: none;
    text-decoration: none!important;
    background: #07a73a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}
.btn.btn-primary3 {
    box-shadow: none;
    background: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
          padding: 5px 14px 6px 9px;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #FFF;
    border: none;
    letter-spacing: 0;
    text-shadow: none;
    text-decoration: none!important;
    background: #046924;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}

.title-img1 {
    background-color: #11c34b;
    padding: 5px 0 2px 13px;
    margin-bottom: 24px;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}
.title-img2 {
    background-color: #07a73a;
    padding: 5px 0 2px 13px;
    margin-bottom: 24px;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}
.title-img3 {
    background-color: #046924;
    padding: 5px 0 2px 13px;
    margin-bottom: 24px;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}
.title i {
        /* width: 25%; */
    font-size: 25px;
    /* margin-left: 39%; */
    margin: 4px 0 0 21px;
}
.banner_java img {
        width: 100%;
    padding: 2em 0;
}
.about-bottom.section {
    margin-top: 30px;
}
.cls_header {
        margin-top: 87px;
    padding: 0px 0;
    /*background-color: #000;*/
           background-color: #00AAE8;
}
.cls_header img {
    width:100%;
}

#populer-course .course-ccbx {
    margin: 0 20px;
    /* min-height: 194px; */
}
.course-ccbx {
    margin:0 20px;
}
.course-ccbx h4 {
        min-height: 30px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #d4d4d4;
    color: #4f5152;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
    text-align: center;
    /* margin-bottom: 10px; */
    vertical-align: middle;
    margin: 16px 0 10px 0px;
}

.cls_ab1 {
        border: 1px solid #EEEEEE;
    border-radius: 2px;
        margin-bottom: 15px;
}
    .cls_ab1 img {
        width:100%;
       
    }
     .course-ccbx img {
        width:auto;
       
    }

    /*contact us page*/

    /*-- map --*/
.map{
	position: relative;
}
.map iframe {
    width: 100%;
    min-height: 193px;
    border: none;
	position: relative;
}
/*.contactgrids {
    position: absolute;
    bottom: 0px;
	left: 14%;
    width: 73%;
}*/
.gridleft,.gridright {
    background: #2dbaf1;
            padding: 34.9px 3.3em;
    position: relative;
        margin-bottom: 5px;
        width:90%;
}
.gridleft span.fa, .gridright span.fa {
    font-size: 140px;
    position: absolute;
    right: 2%;
    color: rgba(255, 255, 255, 0.45);
    opacity: 0.5;
    bottom: 10%;
}
.gridleft h3 ,.gridright h3 {
    font-size: 23px;
    text-transform: capitalize;
    color: #000;
	font-weight:600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
}
.gridleft p,.gridright p {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 10px 0;
}
.gridright a {
    color: #000;
}
/*-- //map --*/

/*-- contact --*/
.contact-form input[type="text"] {
  display: inline-block;
  background: none;
  border:solid 1px #999999;
  width: 38%;
  outline: none;
  padding:1em;
  font-size: .9em;
  color: #999999;
  margin-bottom: 1.5em;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;;
    -ms-border-radius: 30px;;
    -o-border-radius: 30px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;;
    -ms-border-top-left-radius: 0px;;
    -o-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;;
    -ms-border-bottom-left-radius: 0px;;
    -o-border-bottom-left-radius: 0px;
  margin-right: 1em;
      margin-bottom: 38px;
    margin-top: 5px;
}

.contact-form input[type="text"]:first-child {
  margin-right: 1em;
}
.contact-form1 span.fa {
    background: #444;
    width: 55px;
    height: 51px;
    text-align: center;
    color: #fff;
	font-size:20px;
    line-height: 46px;
	margin:-4px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.contact-form input[type="email"] {
  display: inline-block;
  background: none;
  border:solid 1px #999999;
      width: 38%;
  margin-right:1em;
  outline: none;
  padding:1em;
  font-size: .9em;
  color: #999999;
  margin-bottom: 1.5em;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;;
    -ms-border-radius: 30px;;
    -o-border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact-form textarea {
  display: inline-block;
  background: none;
  border:solid 1px #999999;
  width: 99%;
  outline: none;
  padding:1em;
  font-size: .9em;
  color: #999999;
  margin-bottom: 1.5em;
  min-height:150px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;;
    -ms-border-radius: 30px;;
    -o-border-radius: 30px;
}
button.btn1{
    color: #fff;
    width: 30%;
    padding: 10px 21px;
	padding:1em;
    font-size: 15px;
    cursor: pointer;
    background:#00acee;
    margin: 4px auto 0px;
    outline: none;
    border: none;
    text-transform: uppercase;
	display : block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;;
    -ms-border-radius: 30px;;
    -o-border-radius: 30px;
}
button.btn1:hover {
    background: #f0b50a;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- contact --*/
.w3l_header {
        font-size: 40px;
    color: #262c38;
    letter-spacing: 0px;
    position: relative;
    text-align: center;
    padding: 23px 0px 15px 0;
}
.map {
    padding:0em 0;
}
.w3l_header span {
    color: #00acee;
    font-weight: 700;
}

.contact_banner img {

    width:100%;
}



/*service page css code*/

.page_title {
    background-color: #e7e7e7;
    /*height: 67px;*/
   
    border-top-width: 1px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFF;
    border-bottom-color: #d4d7de;
        padding-bottom: 15px;
		 padding-top: 15px;
}
.page_title h3 {
    margin-left:1.3%;
    font-family:Georgia;
        text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
}
.cls_main {

    padding:2em 0em;
}
.cls_service_para p {
    text-align:justify;
    color:#303030;
        margin-bottom: 15px;

}
.cls_service_form {
        background-color: #C0C0C0;
    padding: 10px 15px;
   
}
.cls_add img{

        margin-bottom: 5px;
    margin-left: 10px;
}
.cls_form input[type="Text"] {
       margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 15px;
  
    padding: 8px 15px;
    border: none;
    font-size: 12px;
    box-shadow: 1px 9px 6px -4px;
}

    .cls_form input[type="Text"], input[type="button"]:focus {
      
        outline:none;
    }
.cls_ul ul {
    margin:0px;
}
 .cls_ul ul li:first-child {
        margin-left:0px;
           background: linear-gradient(220deg,transparent 10px,#ef8625 10px);
    }
.cls_ul ul li {
        display: inline-block;
    float: left;
    padding: 10px 17px;
  
    background: linear-gradient(220deg,transparent 10px,#4991E7 10px);
    margin-left: 1%;
    margin-top: 12px;
}
    .cls_ul ul li a {
        text-decoration:none;
        color:#fff;
    }
.cls_button_img {
            background-color: silver;
    background-image: url(../images/send-enquiry.png);
    background-repeat: no-repeat;
    width: 103%;
    height: 52px;
    border: none;
    margin-top: 7px;
    /* : ; */
    background-position: 14px;

}

.cd-header-buttons {
       margin-left: 30px;
    margin-top: 3px;
}
.cd-header-buttons li span{
  margin-left: 4px;
    color: #fff;
    padding: 8px;
    width: 30px;
    height: 30px;
    font-size: 11px;
    text-align: center;
}

/*.cls_menu {
    float:left;
}*/
.cls_contact_header {
      float: left;
    padding-left: 10px;
    margin-top: 8px;
    font-size: 18px;
    width: 400px;
}

.cls_contact_header span {
     margin-left:2%;
         color: #fff;
}
.home-about2 img {
    width:100%;
        /*border: 1px solid #d4d4d4;*/
}





/*-- testimonials --*/
p.quia {
      text-align: center;
    color: darkblue;
    font-size: 1em !important;
    font-style: italic;
    margin: .5em 0 0 !important;
    text-transform: capitalize;
       font-weight: 400 !important;
    letter-spacing: 7px;
}
.testimonials1{
	background:#f5f5f5;
}
.w3_testimonials1_grids{
	margin:3em auto 0;
	width:80%;
	text-align:center;
}
.w3_testimonials1_grid h4 {
    font-size: 1em;
    color: #fff;
    line-height: 2.2em;
    margin: 1em auto;
    padding-left: 2.5em;
    position: relative;
    width: 80%;
    font-weight: 300;
        letter-spacing: 1px;
}
.w3_testimonials1_grid h5{
	font-weight:600;
	color:#fff;
	font-size:1em;
}
.w3_testimonials1_grid p{
	color:darkblue;
	line-height:1.8em;
	margin: .5em 0 0;
}
.w3_testimonials1_grid img {
    margin: 0 auto;
}
.w3_testimonials1_grid {
    padding-bottom: 4em;
}
.testimonials1 {
    background: url(../images/test2.jpg)no-repeat 0px 0px;
    background-size: cover;
    
}
.w3_testimonials1_grid i.fa.fa-quote-left {
    color: #fff;
    font-size: 2em;
}
.w3_testimonials1_grid i.fa.fa-quote-right {
    color: #fff;
    font-size: 2em;
}

.cls_para p {
    text-align:center;
}
/*-- //testimonials --*/

.cls_color {
        background-color: #c1abab29;
   
    float: left;
    width: 100%;
    text-align: center;
}

    .cls_color a {

        text-decoration: blink;font-size: 1.25em;color: red;animation: anime1 5s ease-in-out infinite;

    }


 @keyframes anime1 {
            0% {
                color: #34c663;
            }

            10% {
                color: red;
            }

            20% {
                color: #34c663;
            }

            30% {
                color: red;
            }

            40% {
                color: #34c663;
            }

            50% {
                color: red;
            }

            60% {
                color: #34c663;
            }

            70% {
                color: red;
            }

            80% {
                color: #34c663;
            }

            90% {
                color: red;
            }

            100% {
                color: #34c663;
            }
        }
    
 
 /*--banner-modal--*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal.bnr-modal {
	padding: 0 1em !important;
}
.modal-lg {
    width: 370px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 14px;
}
.cls_btnload {
        width: 100%;
    padding: 10px;
    margin-bottom: 10px;

}
.cls_btnload_btn {
        width: 100%;
    padding: 10px;
    background-color: navy;
    color: #fff;
    font-size: 1.1em;
}
.modal-body {
    padding:0em 2em 2em;
}
.modal-dialog {
    margin: 0em auto 0;
}
.modal-header {
    border: none;
    min-height: 2.5em;
    padding:0em 1em 0;
}
.modal button.close {
    color: #ff5063;
    opacity: 1;
    font-size: 2em;
    outline: none;
    text-align: right;
    width: 100%;
    margin-top: 6px;
}
.modal-body p {
    margin-top: 1em;
    font-size: 1em;
    font-weight: 400;
}
.nav-tabs > li > a {
    font-size: 1em;
    color: #212121;
    font-family: 'Glegoo', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	border-radius: 0;
	border:none;
	border-bottom: 1px solid #3c43a4;
	margin: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color:#3c43a4;
	color:#fff; 
	border: none;
    border-bottom: 1px solid #3c43a4;
} 
.nav-tabs > li > a:hover {
    border-bottom: 1px solid #3c43a4;
    color: #3c43a4;
}
.nav-tabs{
    border:none;
    color: #3c43a4;
}
.agile_ecommerce_tab_left {
    padding-left: 0;
	text-align: center;
}
.agile_ecommerce_tabs {
    padding: 2em 0 0;
}
.agile_ecommerce_tab_left h5{
	margin:2em 0 0;
}
.agile_ecommerce_tab_left h5 a {
    font-size: 1.2em;
    color: #ff5063;
    text-decoration: none;
    font-weight: 700;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	transition:.5s all;
}
.agile_ecommerce_tab_left h5 a:hover{
	color:#3c43a4;
}
.simpleCart_shelfItem p{
	font-size: 1.2em;
    color: #212121;
    margin: 0.5em 0 1em;
    font-weight: 600;
}
.simpleCart_shelfItem p span{
	color: #999;
    font-size: .8em;
    text-decoration: line-through;
    padding-right: 1em;
    font-weight: 300;
}
.agile_ecommerce_tab_left p i{
	font-style:normal;
}
.simpleCart_shelfItem button.w3ls-cart {
    font-size: 14px;
    color: #000;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
    padding: .5em 1.5em;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    background: transparent;
    outline: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.simpleCart_shelfItem button.w3ls-cart:hover{
	background:#3c43a4;
	color:#fff;
	border:1px solid #3c43a4;
}    
h3, .h3 {
    font-size: 26px;
    text-align: center;
    color:black;
}
h4, .h4 {
    font-size: 18px;
    /*text-align: center;*/
    color: black;}

.name4 {
    list-style: none;
    color: #999;
    text-align: center;
    margin-top: 6px;
    line-height: 2;
    text-transform: capitalize;
    text-align:left;
}
.name5 {
    color: white;
    letter-spacing: 0.5px;
    font-size: 19px;
    padding: 5px;
text-align:left;
}

.name6 {
    color: white;
    letter-spacing: 0.5px;
    font-size: 19px;
    padding: 0px;
    text-align:left;
}
.name7 {
    color: white;
    letter-spacing: 0.5px;
    font-size: 19px;
    padding: 3px;
text-align:left;
}
.jack1 {
          color: #3e3e3e;
    font-size: 20px;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-weight: 600;
}
.jack2 {
   color: black;
    font-size: 16px;
    text-align: center;
}
a{
    color:white;
}
.footer-nav ul {
    text-align:left;
}

.main-nav {
        padding: 0 10px;

}
.blink_me {

       position: absolute;
    top: 14px;
    color: #fff;
    left: 274px;
}
    .blink_me h4 {
           color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    }
    .blink_me h4 span {
        color:#fff;
    }

/*-- /banner section --*/
#flexiselDemo1 ,#flexiselDemo2{
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
	text-align:center;
        left: 0px !important;
    margin-left: 0px !important;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:100%;
	margin: 0 auto;
}
.nbs-flexisel-container1 {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul1 {
	position: relative;
	width: 9999px;
	list-style-type: none;
	text-align:center;
}
.nbs-flexisel-inner1 {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
  width: 340.5px ;

}
.nbs-flexisel-item1 {
	float: left;
	position: relative;
	line-height: 0px;
     

}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}
.nbs-flexisel-item1 > img {
	cursor: pointer;
	position: relative;	
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:40px;
	height:40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 8px;
	background: url(../images/ar.png) no-repeat 0px 0px ;
        top: 220px !important;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/ar1.png) no-repeat 0px 0px;
        top: 220px !important;
}



.nbs-flexisel-nav-left1, .nbs-flexisel-nav-right1 {
	width:40px;
	height:40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left1 {
	left: 8px;
	background: url(../images/ar.png) no-repeat 0px 0px ;
}
.nbs-flexisel-nav-right1 {
	right: 0px;
	background: url(../images/ar1.png) no-repeat 0px 0px;
}
.banner-right {
        width: 100%;
    /*background: rgba(0, 0, 0, 0.59);*/
    height: auto;
        padding: 0px 0;
    /*min-height: 590px;*/
}
.banner-grid{
	background:#fff;
	width:90%;
	    margin: 0em 0;
       
}
.banner-grid1{
	/*background:#fff;*/
	width:100%;
	    margin: 0em 0;
}
.banner-grid h2{
	background:#000;
	padding:0.4em 0;
	color:#fff;
	font-size:1.7em;
	font-family: 'Lato', sans-serif;
}
.wome{
	    padding: 1.7em 0px;
      
}
.wome1{
	    /*padding: 1em 21px;*/
            padding: 0em 4px;
      /*border: #339966 solid 5px;*/
   
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
           border: #0093d0 solid 1px;*/
}






/*Enquiry form*/

.cls_back{
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	background: url(../images/ban4.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-attachment:fixed;
        margin: 2em 0;
}


.bg-agile {
    width: 50%;
    margin: 0 auto;
    position: relative;
        padding: 1em 0em 0.7em 0em;
    /* background: rgba(0, 0, 0, 0.51); */
    left: 27px;
}

.book-appointment h2 {
        text-align: center;
    font-size: 23px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 1em;
    font-weight: 500;
    letter-spacing: 2px;
}
/*-- reservation --*/
.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1, input#datepicker {
    width: 86.8%;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 2px;
    padding: 10px 10px 10px 50px;
    outline: none;
    background: rgba(255, 255, 255, 0);
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.47);
	font-family: 'Roboto', sans-serif;
}
.phone_email, .span1_of_1 {
    margin-bottom: 1em;
    width: 33%;
    float: left;
}
.phone_email1 {
    /*float: right;*/
}
select#country,select#country1{
    width: 84.3%;
}
select#country option, select#country1 option {
	background:#000;
}
.book-form .form-text,.book_date,.section_room {
    position: relative;
} 
.book-form i {
    position: absolute;
    color: #ea2e3e;
    font-size: 14px;
    top: 7px;
    left: 0px;
    width: 34px;
    line-height: 25px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.47);
}
.book-form input[type="submit"] {
        text-transform: capitalize;
    background: rgba(16, 67, 163, 0.13);
    color: #ffffff;
    padding: 0.7em 0em;
    border: none;
    border: 2px solid #ea2e3e;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0em;
    width: 27%;
    /* float: right; */
    outline: none;
    letter-spacing: 8px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
    margin-left: 34%;
}
.book-form input[type="submit"]:hover {
    background: #ea2e3e;
    border-color: #ea2e3e;
    color: #fff;
}
.book-form ::-webkit-input-placeholder {
	color:#fff !important;
}
.book-form :-moz-placeholder { /* Firefox 18- */
	color:#fff !important; 
}
.book-form ::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
.book-form :-ms-input-placeholder {  
	color:#fff !important;
}
.agile-reservation-grid {
    background: #f4f4f4;
    padding: 2em;
}
.book-form {
       margin: 0em 0;
	   width:100%
}

/*-- //reservation --*/
/*--copyright--*/
.copy.w3ls {
    margin: 8em 0em;
    text-align: center;
}
.copy p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.copy p a {
    color: #ffffff;
    text-decoration: underline;
	 transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}
.copy p a:hover {
    color: #ea2e3e;
}
/*--//copyright--*/
/*--responsive--*/
@media(max-width:1680px){
	.book-form input[type="text"], .book-form input[type="email"],input#datepicker {
		width: 85%;
	}
	.copy.w3ls {
		margin: 5em 0em;
	}
}
@media(max-width:1600px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 84.2%;
	}
	
	.copy.w3ls {
		margin: 2.54em 0em;
	}
}
@media(max-width:1440px){
	.bg-agile {
		width: 100%;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 85.4%;
	}
}
@media(max-width:1366px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 84.3%;
	}
}
@media(max-width:1280px){
	.bg-agile {
		width: 65%;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 100% !important;
	}
	.book-form input[type="submit"] {
		margin-top: 1em;
	}
}
@media(max-width:1080px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 83.5%;
	}
	.bg-agile {
		width: 73%;
		padding: 2em 3em 2.5em;
	}
}
@media(max-width:1050px){
	.bg-agile {
		width: 76%;
		padding: 2em 2.5em 2.5em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 84%;
	}
	
}
@media(max-width:1024px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 84.5%;
	}
	.book-appointment h2 {
		font-size: 27px;
		margin-bottom: 0.8em;
	}
	.bg-agile {
		width: 75%;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 83.5%;
	}
}
@media(max-width:991px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 82.5%;
	}
	.book-appointment h2 {
		font-size: 25px;
		letter-spacing: 6px;
	}
	
}
@media(max-width:900px){
	.book-form input[type="submit"] {
		padding: 0.6em 0em;
		font-size: 1em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 82%;
	}
	.bg-agile {
		width: 80%;
	}
	
	.phone_email, .span1_of_1 {
		margin-bottom: 1.2em;
	}
}
@media(max-width:800px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 79.8%;
	}
	.book-appointment h2 {
		font-size: 25px;
	}

	.copy p {
		letter-spacing: 1.5px;
	}
	.copy.w3ls {
		margin: 2.5em 0em;
	}

}
@media (max-width:768px){
    .modal-dialog {
    margin: 3em auto 0;
}
.modal-lg {
    width: 100%;
}
.modal button.close {
   
    margin-top: -25px;
}
	
	.copy.w3ls {
		margin: 4.5em 0em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 79.5%;
	}
}
@media(max-width:767px){
	
	.copy.w3ls {
		margin: 2.5em 0em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 79%;
	}
}
@media(max-width:736px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 78%;
	}
	.copy p {
		letter-spacing: 1.2px;
		word-spacing: 1px;
	}
	h1 {
		font-size: 43px;
		letter-spacing: 4px;
	}
}
@media(max-width:667px){

	.book-appointment h2 {
		letter-spacing: 2.5px;
	}
	.copy p {
		font-size: 13.5px;
		letter-spacing: 1.7px;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 76.9%;
	}
	.book-form input[type="submit"] {
		font-size: 15.4px;
		letter-spacing: 5px;
	}
	.bg-agile {
		width: 85%;
		padding: 1.5em 2em 2em;
	}
	.phone_email, .span1_of_1 {
		margin-bottom: 1em;
	}
	.copy.w3ls {
		margin: 2.1em 0em;
	}
}
@media(max-width:640px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 87.7%;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1, input#datepicker {
		font-size: 13.5px;
	}
	.copy.w3ls {
		margin: 1.5em 2em;
	}
	.copy p {
		line-height: 28px;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 76%;
	}
}
@media(max-width:600px){
	.book-appointment h2 {
		font-size: 23px;
	}
	
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 74.7%;
	}
	
	.book-form input[type="submit"] {
    width: 35%;
}
}
@media(max-width:568px){
	
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 73.7%;
	}
}
@media(max-width:480px){
	
	.bg-agile {
		width: 78%;
		padding: 1.5em 2em;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 82.9%;
	}
	.phone_email, .span1_of_1 {
		width: 100%;
		float: none;
	}
}
@media (max-width:440px){
	
	.book-appointment h2 {
		letter-spacing: 1.4px;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 81%;
	}
	.book-form input[type="submit"] {
    width: 50%;
}
}
@media (max-width:414px){
	
	.book-appointment h2 {
		font-size: 21px;
	}
	.bg-agile {
		width: 100%;
		padding: 1.5em 1.5em;
        left:0px;
	}
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 80.3%;
	}
	.copy.w3ls {
		margin: 1.5em 1em;
	}
}
@media(max-width:384px){
	
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 78.9%;
	}
}
@media(max-width:375px){
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 78.3%;
	}
}
@media(max-width:320px){
	
	.book-form input[type="text"], .book-form input[type="email"], input#datepicker {
		width: 74.5%;
	}
	.book-form input[type="submit"] {
    width: 62%;
}
.copy p {
    font-size: 13px;
    letter-spacing: 1px;
}
}
/*--//responsive--*/





/*-- testimonial --*/ 
.testimonials img {
    width: 100%;
}
.testi-w3agileinfo .tab-content{
    width: 65%;
    margin: 0 auto;
    padding: 2em 2em;
	-webkit-box-shadow: 2px 2px 11px 2px rgba(218, 220, 223, 0.26);
	-moz-box-shadow: 2px 2px 11px 2px rgba(218, 220, 223, 0.26);
   box-shadow: 2px 2px 11px 2px rgba(218, 220, 223, 0.26);
    text-align: center;
}
.testi-w3agileinfo h5 {
    color: #ffffff;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
}
.testimonials .nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 2em;
}
.testi-w3agileinfo p {
    line-height: 1.8em;
    color: #fff;
}
.testi-w3agileinfo .nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 0.5em;
}
.testi-w3agileinfo .nav-tabs li a {
    padding: 0;
	margin:0;
    border: none;
    opacity: .5;
}
.testi-w3agileinfo .nav-tabs li.active a,.testi-w3agileinfo .nav-tabs li a:hover{
    opacity: 1;
	outline:none;
	background:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { 
    border: none; 
	outline:none;
	background:none;
}
.testimonials {
    padding: 3em 0;
	background:#0d3172;
min-height: 448px;
	
}
.testi-w3agileinfo {
    margin-top: 2em;
}
/*-- //testimonial --*/
.testimonials-left-w3 {
    background: url(../images/ab2.jpg)no-repeat ;
    background-size: cover;
    min-height:448px;
}
.testimonials h3 {
    color:#fff;
	text-align:center;
	font-weight:600;
	font-size:30px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: none;
}
.modal-body p {
    color: #555;
    line-height: 1.9em;
    margin: 1em 0;
    font-size: 0.9em;
    letter-spacing: 1px;
}
.modal-body i {
    color: #f12b24;
    display: block;
}

.contact-wthree {
    padding:2em 0;
        border-top: 8px solid #142340;
}
.agile-works {
    padding: 0 0 40px 0;
}
/* //contact */
.navbar-left {
   
    padding-left: 0px;
    padding-top: 0px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 600;
}
.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}


/*-- contact --*/ 
.w3ls_map iframe{
	width:100%;
	min-height:300px;
}
.contact_wthreerow,.agileits_mail_grid_right_grid:nth-child(2) {
    margin-top: 3em;
}
.w3l_contact_form {
    padding-right: 5em;
}
.contact_wthreerow h4 {
    font-size: 1.7em;
    color: #142340;
    margin-bottom: 1em;
    font-weight: 600;
}
.w3l_contact_form input[type="text"], .w3l_contact_form input[type="email"], .w3l_contact_form textarea {
    outline: none;
    width: 100%;
    padding: .8em 1em;
    font-size: 1em;
    color: #212121;
    border: none;
    border-bottom: 1px solid #DDD;
    background: none;
}
.w3l_contact_form input[type="email"]{
	margin:1.5em 0;
}
.w3l_contact_form textarea {
    min-height: 120px;
    resize: none;
    margin: 1.5em 0;
}
.w3l_contact_form input[type="submit"] {
    outline: none;
    padding: .8em 4em;
    font-size: 1em;
    color: #fff;
    border: none;
    background: #49c7ed;
    border:1px solid #49c7ed;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.w3l_contact_form input[type="submit"]:hover {
    background: transparent;
    color: #4CAF50;
}     
ul.contact_info li {
    list-style-type: none;
    margin-top:1.5em;
    color: #999;
    font-size:1em;
}
ul.contact_info li i {
    color: #fff;
    background: #142340;
    padding: .8em;
    border-radius: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 1em;
    font-size: .9em;
}
ul.contact_info li a {
    color: #999;
    text-decoration: none;
}
ul.contact_info li a:hover{
	color:#4CAF50;
} 
/*-- //contact --*/
/*-- footer --*/
.agile-footer.w3ls-section {
    background: #142340;
}
.footer-nav li {
    list-style-type: none;
    display: inline-block;
        padding: 1em 0em;
    margin: 0 1.4em 0 0;
}
ul.footer-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    margin-left: 0px;
}
.list-footer p {
    padding: 1em 0 0;
    font-size: 1em;
    width: 100%;
}
.footer-nav li a{
	color:#49c7ed;
        text-transform: uppercase;
}
.agileinfo-sub {
    padding: 1em 0em 0 3em;
}
.agileinfo-sub a {
    text-decoration: underline;
    padding: 1em 0;
    display: block;
	color:#fff;
}
.agileinfo-sub a:hover {
    text-decoration: underline;
	color:#49c7ed;
}
form.wthree-subsribe {
    width: 70%;
    margin: 2em auto;
}
.wthree-subsribe input[type="email"] ,.wthree-subsribe input[type="text"]{
    width: 100%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #000;
    outline: none;
    border: 1px solid #000;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
	border-radius:5px;
}
.wthree-subsribe input[type="email"]{
	margin:1em 0;
}
.wthree-subsribe input[type="submit"] {
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .8em 2em;
    border: 1px solid #49c7ed;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #49c7ed;
    font-weight: 600;
	border-radius:5px;
}
.wthree-subsribe input[type="submit"]:hover{
	color:#49c7ed;
	background:transparent;
}
.w3_agile-copyright {
    padding: 1em 0;
    background: #000;
}
.w3_agile-copyright p {
    color: #fff;
    font-weight: 500;
}
.w3_agile-copyright a{
	color:#49c7ed;
}
.w3_agile-copyright a:hover{
	color:#fff;
}	
.agileinfo-sub h6 {
    color: #fff;
    font-size: 1.1em;
}
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/
/*-- //footer --*/


.agile-contact-top {
    margin: 0;
    color: #333;
    font-size: 1em;
    line-height: 2;
}

.agile-contact-top h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #000;
}
.agile-contact-top p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 600;
}
/*form.register-wthree .form-control {
    background: #eee;
    border: none;
    border-left: 3px solid #0093d0;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
}

form.register-wthree .form-control {
    background: #eee;
    font-size: 0.9em;
}*/

.register-wthree .form-control {
    background: #eee;
    border: none;
    border-left: 3px solid #0093d0;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
}

.register-wthree .form-control {
    background: #eee;
    font-size: 0.9em;
}

.form-control {
    background: #eee;
    border: none;
    border-left: 3px solid #0093d0;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
}

.form-control {
    background: #eee;
    font-size: 0.9em;
}

.cls_button {

        background: #0093d0;
    color: #ffffff;
}


textarea {
    height: 260px !important;
    resize: none;
}
button.btn.btn-agile.btn-block.w-100.font-weight-bold.text-uppercase {
    background: #0093d0;
    color: #ffffff;
}
.agileinfo-sub {
      padding: 1em 0em 0 2em;
}
.agile_social_banner {
    float: right;
    padding-top: 0.5em;
}
.agileits_social_list li {
    display: inline-block;
    margin-left: 1em;
}
.agileits_social_list li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    padding: .4em 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.agileinfo-sub a {
    text-decoration: underline;
    padding: 1em 0;
    display: block;
    color: #fff;
}
a.w3_agile_facebook {
    background: #3b5998;
}
a.agile_twitter {
    background: #1da1f2;
}
a.w3_agile_dribble {
    background: #ea4c89;
}
a.w3_agile_vimeo {
    background: #1ab7ea;
}
.w3ls-section {
    padding: 2em 0;
}
.contact_info {
    margin-left:0px;
}

.title-section {
        margin-bottom: 15px;
}

.cls_right_icon {
    float:left;
}

.cls_subhead {
            color: #1552c7;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}
    .cls_subhead i {
            font-weight: 600;
    font-size: 19px;
    margin-right: 5px;
    }

.cls_subheading {
        padding: 7px 0;
    color: green;
    font-weight: 600;
        font-size: 14px;

}
.cls_map {
        padding: 0 7px;
}

.cls_map iframe{
    width:100%;
    height:300px;
        border: 5px solid #6e9bf3;
}

.drop {
    display: inline-block;
    background: none;
    border: solid 1px #999999;
       width: 88%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
    margin-bottom: 1.5em;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -ms-border-top-left-radius: 0px;
    -o-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    margin-right: 1em;
    margin-bottom: 38px;
    margin-top: 5px;
}



/*-- clients --*/
.clients-main{
	/*background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;*/
}
.wthree-different-dot1 {
    /*background: rgba(37, 37, 37, 0.54);*/
        padding: 3em 0;
}
.clients-main h3.heading {
    color: #000;
        padding-bottom: 1em;
}
.cli-ent {
    width: 60%;
    margin: 0 auto;
}
.contact-w3layouts h3,
.clients h3 {
	color: #000!important;
}
.spldishes-w3left {
	padding: 2.3em;
	background-color: #fd463e;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.w3agile-spldishes p.para-agileits-w3layouts {
	color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
	background-color: #09c4dc;
}
.spldishes-agileinfo {
	margin-top: 4em;
}
.spldishes-agileinfo h5 {
	font-size: 2em;
	color: #fff;
}
.spldishes-w3left p {
	color: #fff;
	margin-top: 1.4em;
}
.spldishes-grids {
	padding: 0;
}
.g1 {
	position: relative;
	display: block;
	padding: 0em 0em 3em;
	margin: 0em 0em 0em 0em;
}
.agile-dish-caption h4 {
    font-size: 28px;
    color: #fff;
     font-weight: 700;
    margin: 0.6em 0;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.agile-dish-caption h5 {
    font-size: 18px;
    color: #000;
    margin: 0.6em 0;
    text-transform: capitalize;
    letter-spacing: 1px;
	font-weight: 600;
}
.agile-dish-caption h3 {
	font-weight: bold;
	color: #3d3d3d;
}
.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    font-weight: 300;
    display: block;
}
#owl-demo .item img {
	width: 100px;
}
p.para-w3-agile {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
	text-align: center;
}
.agile-dish-caption {
    text-align: center;
}
.flexslider .slides img {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
	border-radius: 50%;
}
.g1 p span.fa {
	font-size: 1.8em;
	color:#000;
	margin-right: 0.5em;
}
@media (max-width:480px) {
	.agile-dish-caption {
		padding: 0.5em;
	}
	.agile-dish-caption span {
		font-size: 0.8em;
	}
}
.client-eql {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.g1 h3 {

    color: #3aad68;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 18px;
}
/*-- //clients --*/



.callouts-wrapper {
       padding: 20px 0px 40px 0;
    width: 100%;
    float: left;
    background: #f7f7f7;
}
.callouts-wrapper .sdrfsds {
    color: #33476d;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 35px;
    text-align: center;
    position: relative;
}
.callouts-wrapper .sdrfsds span {
    color: #444444;
}
.callouts-wrapper p {
    margin: 0;
    padding: 0 0 5px;
    font-size: 16px;
}

.center {
    text-align: center;
}
.callouts-wrapper .callouts {
    margin: 30px 0 0 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    float: left;
}
.callouts-wrapper .callouts .icon {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border-right: 1px dashed #6c5a5a;
}
.callouts-wrapper .callouts i {
    color: #33476d;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}
.callouts-wrapper .callouts .content {
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    /*background-color: #eceae4;*/
}
.callouts h4 {
    font-size: 15px;
}

.cls_res_menu {
    width: 38%;
    float: left;
       margin-top: 10px;
    margin-left: 2%;
}
.cls_input1 {
    width:61%;
}
.cls_input2 {
    width:94%;
}
.footer-socialul {
    margin-left:-8px;
}
.footer-socialul li{
        float: left;
    display: inline-block;
    padding: 0px 10px;
    padding-top: 13px;
    font-size: 16px;
}

.navbar-fixed-top {
    top: auto;
    border-width: 0 0 1px;
}

.cls_translator {
    color:red;
}
.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #33476d !important;
    white-space: nowrap;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
}