/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- Reset Code --*/
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'sora', sans-serif;
}
body{
    font-family: "Baloo 2", Sans-serif;
    overflow-x:hidden;
}
html{
     overflow-x:hidden;
}

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;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.9;
    color: #999;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}
.navbar-brand img{
    height: 62px;
    margin-top: -16px;
}

/*-- //Reset Code --*/
/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 38px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}
.welcome-right .fluidi{
    display: none;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.w3-agileits {
    padding: 16px 0px;
    margin-top: -22px;
}
.w3-agileits p {
    color: #3a3838;
    padding: 1px 0px;
    font-size: 19px;
}
.w3-agileits p i{
    padding: 10px 10px;
}
/*-- //bottom-to-top --*/
/* header */
/* top bar */
.top-bar {
    background: #00a79d;
}

/* social icons */
.top-right-info li i {
    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;
}

.top-right-info li i:hover,
.top-w3layouts p a:hover {
    color: #f44336;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-right-info li {
    display: inline-block;
}

/* //social icons */
.header-top_w3layouts p,
.header-w3layouts p,
.top-w3layouts p {
    font-size: 14px;
}

.header-top_w3layouts,
.header-w3layouts {
    border-left: 1px solid rgba(255, 255, 255, 0.63);
}

.top-w3layouts p a:hover,
.w3l-footer ul li a:hover {
    opacity: .7;
}

/* //top bar */
/* header 2 */
/* navigation */
div#home {
    position: relative;
    padding-left: 80px;
}

.main-top {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: rgb(255 255 255 / 68%);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color:black;
    background: transparent;
    font-size: 14px;
    letter-spacing: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 10px;
    left: -37px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #2e4c78;
}

/* fixed nav */
nav.fixed-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.fixed-navi ul li {
    float: left;
}

/*helper*/
.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 2px 5px 1px rgba(8, 8, 8, 0.35);
    z-index: 999;
    background: white;
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

/* //fixed nav */
/* //navigation */
/* logo */
a.navbar-brand {
    color: #f44336;
    font-size: 50px;
    padding: 0;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.w3l-footer h2 a span {
    color: #f44336;
}

a.navbar-brand span {
    color: #fff;
}

a.navbar-brand i,
.w3l-footer h2 a i {
    color: #fff;
    font-size: 22px;
}

/* //logo */
/* login button */
a.login-button {
    color: black;
    letter-spacing: 0px;
    font-size: 16px;
    padding: 6px 8px;
    background: #ffa400;
    display: inline-block;
}

a.login-button:hover {
    background: #f44336;
}



  /* Style for the container */
  
  /* Style for the form */
  .enquire_form form {
    display: flex;
    flex-direction: column;
  }
  .enquire_form span{
          font-size: 20px;
              display: block;
      text-align: center;
  }
  .enquire_form .enq{
          text-align: center;
      font-size: 15px;
      font-weight: 200;
      padding: 4px 10px;
  }
  .enquire_form label {
    margin-bottom: -3px;
  }
  
  .enquire_form input, textarea {
      padding: 15px 9px;
      font-size:15px;
      margin-bottom: 2px;
      border: 1px solid #ccc;
      border-radius: 2px;
  }
  
  .enquire_form textarea {
    resize: vertical;    margin: 2px 0px;
  }
  
  .enquire_form button {
      padding: 6px 11px;
      background-color: #00a79d;
      color: white;
      border: none;
      border-radius: 5%;
      font-size: 17px;
      margin: 9px 101px;
      cursor: pointer;
  }
  
  .enquire_form button:hover {
    background-color: #6d2d63;
  }
  
  /* Style for the enquire_now div */
  .enquire_now {
    position: fixed;width:23%;
    top: 50%;
    right: 4%;
    transform: translate(100%, -50%);
    background-color: #00a79d;
    padding: 10px;
    border: 1px solid #999;
    cursor: pointer;
    z-index: 100;
  }
  
  /* Style for the enquire_form */
  .enquire_form {
      display: none;
      position: fixed;
      top: 55%;
      right: 3%;
      transform: translateY(-50%);
      background-color: #ededed;
      padding: 12px;
      border: 1px solid #999;
      z-index: 119000;
  }
  
  .enquire_now span {
      writing-mode: vertical-lr;
      transform: rotate(-180deg);
      margin: 0;
      color: white;
      padding: 0;
      font-size: 18px;
  }
 .enquire_form #closeButton {
      position: absolute;
      top: 5px;
      left: -87px;
      color: black;
      font-family: inherit;
      font-weight: bold;
      font-size: 1.5em;
      cursor: pointer;
      width: 27px;
      height: 27px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  /* Style for the close button */
 .enquire_form  .close_button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
  }
  
  /* Style for the logo container */
  .logo_container {
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  /* Style for the logo */
  .logojk {
    max-width: 143px;
  }
 
  @media (max-width: 420px){
  .enquiry-btn {
         font-size: 13px !important;
      padding: 0px 11px;
      border-radius: 3%;
  }}
  
  /* Add your additional responsive styles here */
  @media (max-width: 768px) {.enquire_form textarea {
      resize: vertical;
      margin: 2px 4px;    background: white;
  }
      #project-logo {
      background-color: none;
      margin-bottom: -60px;
  }
        
    /* Your responsive styles for smaller screens */
    .enquire_now {
     
      right: 11%;}.enquire_form {
      display: none;
      position: fixed;
      z-index: 100;right:15%;
      top: 47%;}
       
  }




/* 
  phone icon */
  .phonee {
    position: fixed;
    right: 15px;
    bottom: 8%;
    z-index: 5;
  }
  
  .phonee h5 {
    position: fixed;
    width: 53px;
    height: 53px;
    bottom: 55px;
    left: 24px;
    background-color: rgb(33 84 183 / 87%);
    color: #FFF;
    border-radius: 40px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: need-signal-out 1s infinite;
  }
  
  @keyframes need-signal-out {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
  .phonee i{
    margin-top: 12px;
  }
/* phone icon end */
  /* //login button */
/* modal */
.modal-content {
    background: url(../images/bg1.jpg) no-repeat left;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding-bottom: 2em;
}

.modal-content.modal-content-2 {
    background-position: -18px -33px;
}

.modal-header {
    border-bottom: none;
}

.form-control {
    border-radius: 0px
}

.modal-body h5 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0px;
    margin-left: 4em;
}

p.account-w3ls {
    color: #dadada;
}

p.account-w3ls a {
    color: #f44336;
}

.form-group label {
    font-size: 15px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 8px;
    text-align: right;
    display: block;
}

button.submit {
    background: #f44336;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px;
    width: 100%;
    margin-top: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

button.submit:hover {
    letter-spacing: 6px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.banner-top1,
.banner-top2,
.banner-top3 {
    height: 50vw;
}

.banner-top1 {
    background: linear-gradient(180deg, #33323275 39%, #333232 100%), url(../images/ban1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top2 {
    background: linear-gradient(180deg, #33323275 39%, #333232 100%), url(../images/ban2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top3 {
    background: linear-gradient(180deg, #33323275 39%, #333232 100%), url(../images/ban4.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.banner-info_agile_w3ls {
    padding-top: 18em;
}

.banner-info_agile_w3ls h3 {
    font-size: 56px;
    color: #fff;
    /* background: #6d2d63; */
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
   
    margin: 0px 39px;
    padding: 6px;
}


.banner-info_agile_w3ls h3 span {
    background: none;
    padding: 0 0px;
}

.banner-info_agile_w3ls p {
    max-width: 900px;
    color: #f3f3f3;
}

.banner-info_agile_w3ls a {
    color: #fff;
    padding: 13px 24px;
    letter-spacing: 0px;
    font-size: 14px;
    background: #4575bd;
    display: inline-block;
    border: 1px solid #ffffffba;
}

.banner-info_agile_w3ls a:hover,
a.w3ls-button-agile:hover {
    letter-spacing: 3px;
    background: #f44336;
    color: #fff !important;
}

/* //banner */
/* responsive slide */
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.ndispro {
    width: 100%;
padding: 0px 29px;
box-sizing: border-box;
}
.ndispro h2{
    padding: 0px 0px;
    color: #6d2d63;
    font-weight: 600;

}
.ndis {
display: flex;
}

.ndiscontent {
width: 70%;
padding: 37px 0px;
}
.ndispro p{
color: #2e2c2c;
font-size: 18px;
padding: 12px 0px 0px 0px;
line-height: unset;
font-family: "public",sans-serif;
}

.ndisphoto {
width: 30%;
padding: 58px 0px;
}
.ndisphoto img{
width:72%;
}
.w3l-footer .mb-sm-3 a img{
height: 62px;
margin-top: -16px;    background: white;
}


/* Responsive design for smaller screens */
@media screen and (max-width: 768px) {
.ndis {
    flex-direction: column;
}
.ndiscontent{
padding: 21px 0px;
}
.ndiscontent, .ndisphoto {
    width: 100%;
}
.ndisphoto {
    width: 100%;   padding: 0px 0px;  text-align: center;

}
.ndispro p {
text-align: justify;
color: #2e2c2c;
font-size: 16px;
}
}
.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 34px;
    width: 34px;
    background: url(../images/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: 0;
}

.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
    left: 0px;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 44%;
    right: 4%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: block;
    margin: 5px 0px;
}

/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.callbacks_here a:after {
    background: #ffa400;
}

/* //responsive slide */
/* banner bottom */
.banner-bottom.py-5 {
    background: url(../images/bg1.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

a.w3ls-button-agile {
    color: #fff;
    padding: 14px 24px;
    letter-spacing: 0px;
    font-size: 14px;
    background: transparent;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 2px 0px 5px 0px rgba(255, 255, 255, 0.22);
}

.banner-left-bottom-w3ls {
    flex: 3;
}

h6.text-white {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
}

.banner-left-bottom-w3ls h3 {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 36px;
}

.button {
    flex: 1;
    margin-top: 3em;
}

.banner-left-bottom-w3ls p {
    color: #dadada;
    font-size: 14px;
}

/* //banner bottom */
/* middle */
.w3ls-welcome {
    background: none;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.welcome-left h3 {
    color: #ff5100;
    font-family: "public",sans-serif;

    font-size: 36px;
    letter-spacing: 0px;
    font-weight: 600;
    padding-bottom: 16px;
}
.welcome-left p{
    padding: 12px 0px;
    font-family: "public",sans-serif;
    color: black;
    line-height: unset;
    letter-spacing: 0px;
    font-size: 18px;
    text-align: justify;

}
.welcome-left h6 {
    color: #4776be;
    letter-spacing: 0px;
    font-size: 18px;
}

.welcome-left h4 {
    color: #000;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.readmore-w3-agileits a.w3ls-button-agile.text-dark {
    border-color: #f44336;
}

/* //middle */
/* services */
/* heading title */
h3.title {
    color: white;
    font-size: 42px;
    font-weight: bolder;
}

.w3ls-titles span {
    position: relative;
}

.w3ls-titles span:before {
    content: " ";
    background: #d6d6d6;
    width: 64px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: -75px;
}

.w3ls-titles span:after {
    content: " ";
    background: #d6d6d6;
    width: 64px;
    height: 2px;
    position: absolute;
    top: 9px;
    right: -75px;
}

.w3ls-titles i {
    color: #f44336;
    font-size: 26px;
    margin-top: 20px;
}

/* //heading title */
.agile-why-text-2 {
    border: 1px solid #969595;
    padding: 25px;
    box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.17);
}

.agile-why-text-2 h4 {
    font-size: 25px;
    letter-spacing: 0px;
}

.agile-why-text-2 p {
    font-size: 14px;
}

.wthree_features_grid i {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 31px;
    color: #fff;
    line-height: 2.2;
    background: #5388d8;
    margin-top: 1.2em;
}

/* //services */
/* blog */
.blog-w3ls {
    background: url(../images/bg7.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.price-top img{
    border-radius: 4%;
}
.pricing {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pricing:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.price-top {
    position: relative;
}

.price-top h3 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    background: #4575bd;
    padding: 10px 25px;
    bottom: 0;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 600;
}

.price-top h3 span {
    display: block;
    font-weight: 100;
    font-size: 16px;
}

.price-bottom {
    background: #fff;
}

.price-bottom h4 {
    font-size: 23px;
    line-height: 1.4;font-family: "public",sans-serif;
    letter-spacing: 0px;
}

.price-bottom i {
    color: #f44336;
}
/* Responsive CSS */
.newbutton {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  
  .newbutton button {
    width: 100%;
    padding: 8px 11px;
    border-radius: 5px;
    background-color: #ed7e0c;
    color: #ffffff;
    font-weight: 500;
    font-family: "sora",sans-serif;
    cursor: pointer;
    margin-top: -22px;
    margin-bottom: 16px;
  }
  .newbutton button:hover{
 
    background: #00a79d;
    color: #f7f7f7;
    font-weight: 500;
  }
  .top-w3layouts a{
    font-size:14px;
  }
  /* Media query for smaller screens */
  @media screen and (max-width: 480px) {
    .newbutton {
        max-width: 265px;
    }
  
    .newbutton button {
        font-size: 14px;    margin-bottom: 19px;
        margin-top: 12px;
    }
  }
.price-bottom a {
    color:#323131;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: "public",sans-serif;
}

.price-bottom a:Hover {
    color: #000;
}

/* //blog */
/* treatments */
.screen-agile i {
    background: #f44336;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 2.2;
}

.screen-agile-2 h5 {
    font-size: 26px;
}

/* //treatments */
/* footer */
footer {
    background: #00a79d;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.w3l-footer h2 a {
    font-size: 40px;
    letter-spacing: 0px;
}

.w3l-footer h3 {
    font-size: 26px;
}

.w3l-footer p,
.w3l-footer p a,
.w3l-footer ul li a {
    font-size: 14px;
    color: #efefef;
    letter-spacing: 0px;
}

.w3l-footer ul li i {
    color: white;
    line-height: 2;
}

/* copyright */
p.copy-right-grids {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}

p.copy-right-grids a {
    color: white;
}

p.copy-right-grids a:hover {
    color: #fff;
}

/* //copyright */
/* social-icons */
.agileits_social_list li {
    display: inline-block;
}

.agileits_social_list li a {
    width: 35px;
    height: 35px;
    color: #000;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 2.3;
    border: 1px solid #e6e6e6;
}

.agileits_social_list li a:hover {
    color: #fff;
}

a.w3_agile_facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}

a.agile_twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

a.w3_agile_dribble:hover {
    background: #ea4c89;
    border-color: #ea4c89;
}

a.w3_agile_google:hover {
    background: #F44336;
    border-color: #F44336;
}

/* //social-icons */
/* //footer */
/* inner pages */
/* about page */
.inner-banner-w3ls {
    background: linear-gradient(180deg, #33323275 39%, #333232 100%), url(../images/contactbanner.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    height: 20vw;
}

/* page details */
.breadcrumb li a {
    color: #6d2d63;
}

.breadcrumb li {
    letter-spacing: 0px;
    color: #000;
}

/* //page details */
/* about */
.about p.aboutpara {
    font-size: 16px;
    max-width: 900px;
}

.about_grids h3 {
    font-size: 24px;
    letter-spacing: 0px;
}

.about_grids a {
    font-size: 15px;
    letter-spacing: 0px;
    color: #f44336;
}

.about_grids a:hover {
    color: #4575bd;
}

/* about */
/* team */
.team-grids {
    position: relative;
    overflow: hidden;
}

.team-grids h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
}

.team-grids h6 {
    font-size: 1em;
    color: #03cce6;
    letter-spacing: 2px;
}

.social-icons-section a {
    color: #ccc;
}

.social-icons-section a:hover {
    color: #fff;
}

.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    border-top: 3px solid #fff;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 92%;
    text-align: center;
}

.team-grids:hover div.team-info {
    bottom: 0px;
}

.team-grids:hover {
    border-color: #76daff;
}

.social-icons-section,
.team-grids h6 {
    margin-top: 0.5em;
}

.caption {
    padding: 0px;
}

.team-info .social-icons-section a {
    margin: 0em .5em;
}

/* //team */
/* team responsive */
@media(max-width:1080px) {
    .team-grids h4 {
        font-size: 1em;
    }

    .about_grids h3 {
        font-size: 22px;
    }
}

@media(max-width:1024px) {
    .team-info {
        width: 91%;
    }
}

@media(max-width:991px) {
    .team-info {
        width: 88%;
    }
}

@media(max-width:736px) {
    .team-info {
        width: 65%;
        left: 95px;
    }
}

@media(max-width:480px) {
    .team-info {
        width: 76%;
        left: 56px;
    }
}

@media(max-width:440px) {
    .team-info {
        width: 83%;
        left: 36px;
    }
}

@media(max-width:414px) {
    .team-info {
        width: 89%;
        left: 24px;
    }
}

@media(max-width:384px) {
    .team-info {
        width: 92%;
        left: 14px;
    }
}

@media(max-width:320px) {
    .team-info {
        width: 90%;
        left: 15px;
    }
}

/* //team responsive */
/* //about page */
/* single page */
h6.blog-first {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
}

h6.blog-first i {
    color: #f44336;
}

ul.blog_list li {
    display: inline-block;
    color: #777;
}

ul.blog_list.my-3 li a,
.wthree_blog_events_list li i {
    color: #4575bd;
}

ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
    color: #f44336 !important;
}

ul.blog_list.my-3 li {
    font-size: 15px;
}

.single-left1 p i {
    color: #4575bd;
    display: block;
}

.admin {
    background: #424040;
}

.admin p {
    color: #f5f5f5;
    font-size: 14px;
    line-height: 2.4;
}

.admin p i {
    font-size: 28px;
    vertical-align: middle;
}

.admin a {
    display: inline-block;
    color: #f44336;
    font-size: 18px;
    letter-spacing: 0px;
}

.admin a:hover {
    color: #fff;
}

/* comments */
.comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px;
    letter-spacing: 0px;
}

.comments-grid-right ul li a {
    color: #4575bd;
}

.comments-grid-right ul li a:hover {
    color: #555;
}

.comments-grid-right p {
    font-size: 14px;
}

/* //comments */
.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
    outline: none;
    border: 1px solid #000;
    background: none;
    padding: 12px;
    font-size: 15px;
    color: #212121;
    width: 48.6%;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.leave-coment-form input[type="email"] {
    margin-left: 1em;
}

.leave-coment-form textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
    margin: 1em 0 0.8em;
}

.mm_single_submit {
    text-align: right;
}

.leave-coment-form input[type="submit"] {
    outline: none;
    border: none;
    background: #4575bd;
    padding: 14px 36px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
}

.leave-coment-form input[type="submit"]:hover {
    background: #212121;
}

/* right side */
/* search */
.event-right input[type="search"] {
    padding: 12px;
    width: 100%;
    letter-spacing: 0px;
    margin-right: 0 !important;
}

.event-right button {
    width: 100%;
}

/* //search */
/* blog right title */
h3.blog-title {
    font-size: 25px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}

/* //blog right title */
/* Categories */
.categories ul li,
.single-left2-left ul li {
    list-style-type: none;
    font-size: 14px;
}

.categories ul li i,
.single-left2-left ul li i {
    color: #f44336;
}

.categories ul li a,
.single-left2-left ul li a {
    color: #555;
}

.categories ul li a:hover,
.single-left2-left ul li a:hover,
.posts-grid-right h4 a:hover,
.wthree_blog_events_list li a:hover {
    color: #4575bd !important;
}

/* //Categories */
/* event */
.posts-grid-right h4 a {
    font-size: 15px;
    letter-spacing: 0px;
}

.posts-grid-right h4 a:hover {
    color: #999;
}

.wthree_blog_events_list li {
    display: inline-block;
    font-size: 13px;
}

/* //event */
/* tags */
.tags ul li {
    display: inline-block;
}

.tags ul li a {
    padding: 7px 10px;
    margin: 0 .5em 0.5em 0em;
    display: block;
}

.tags ul li a:hover {
    background: #f44336;
    border: 1px solid #f44336;
    color: #fff;
}

/* //tags */
/* //right side */
/* tabs */
ul#myTab {
    margin-bottom: 4em;
}

.menu-text-right h4,
.menu-text-right1 h4 {
    font-size: 25px;
    color: #0a0a0a;
    display: inline;
}

h4.price-clr {
    color: #00abff;
}

.menu-text-right p,
.menu-text-right1 p {
    margin-top: 10px;
}

.menu-title {
    float: left;
}

.agileinfo-tab-content1 {
    padding: 2em;
}

.menu-price {
    float: right;
}

.nav-tabs .nav-link {
    font-size: 20px;
    letter-spacing: 0px;
    padding: 12px 0;
    text-align: center;
    color: #495057;
}

.nav-tabs li.nav-item {
    width: 33.3%;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #f44336;
}

.agileinfo-tab-content1:nth-child(1),
.agileinfo-tab-content1:nth-child(2) {
    padding-top: 4em;
}

/* //tabs */
/* //single page */



 /* Basic Styles */
      /* Basic Styles */
      .serd .overlay h3 {
        font-size: 21px;
        text-align: center;
        color: white;
      }
      .servk h3 {
        text-align: left;
        font-weight: 600;
        padding: 7px 38px;
      }
      .servk span {
        font-size: 9px;
        padding: 9px 12px;
      }
      .servicepage p {
        text-align: justify;
        font-family: "public",sans-serif;
        color: #201f1f;
        padding: 18px 41px;
        font-size: 18px;
        line-height: unset;
      }
      .servicepage {
        text-align: center;
        padding: 20px;
      }
      .servicepage h1{
        color: #ff5100;
        font-weight: 600;
      }

      .servicestart {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }

      .serd {
        position: relative;
        margin: 10px;
        width: 30.33%;
      }

      .serd img {
        max-width: 100%;
      }

      .servicepage .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 24%);
        color: #fff;
        padding: 10px;
        text-align: center;
        opacity: 1; /* Content is displayed by default */
      }
      .servk li {
        text-align: left;
        font-size: 18px;   font-family: "public",sans-serif;
        list-style-type: none;
        padding: 8px 2px;
      }
      .servk ul {
        padding: 0px 24px;
      }
      .servk h2 {
        text-align: left;
        padding: 20px 40px;
        font-size: 27px;
        font-weight: 600;
      }
      .servicepage .read-more {
        display: inline-block;
        background: #00a79d;
        color: #fff;
        padding: 10px 29px;
        border-radius: 12px 1px 5px 5px;
        text-decoration: none;
        margin-top: 10px;
      }
.agileits-contact h3{
    color:#ff5100;
}
      /* Media Query for Responsiveness */
      @media (max-width: 768px) {
        .servicepage h1{
                font-size: 23px;
            }
            .servicepage p {
                
                padding:11px 6px;
                font-size: 16px;
            }            
        .servicestart {
          flex-direction: column;
          align-items: center;
        }
        .serd {
            width: 100%;
    margin-left: -1px;
        }.serd .overlay h3 {
    font-size: 17px;}
    .servicepage .read-more {
        display: inline-block;
    
    color: #fff;
    font-size: 14px;
    font-family: "public",sans-serif;
    padding: 1px 7px;
    border-radius: 2px 2px 2px 2px;}
    .servicepage .overlay{
            background: rgb(0 0 0 / 66%);
        }
        .servk h2 {
    text-align: left;
    padding: 11px 6px;
    font-size: 20px;
        }
        .servk ul {
    padding: 0px 0px;
}.servk li {
  
    font-size: 16px;
    text-align: justify;


    padding: 12px 8px;
}.servk span {
    font-size: 7px;
    padding: 5px 3px;
}.servk h3 {
    text-align: left;
    font-weight: 600;
    padding: 7px 0px;
    font-size: 19px;
}

.servicepage {
    text-align: center;
    padding: 11px;
}
      }
/* contact page */
/* contact */
.contact {
    background: #ffffff;
}
.aboutpage {
    max-width: 100%;
    margin: 0 auto;
    padding: 33px 76px;
  }

  .aboutpage h1 {
    font-size: 40px;
    text-align: center;
    color: #ff5100;
    font-weight: 600;
    padding: 5px 0px;
  }

  .aboutpage p {
    color: #201f1f;    font-family: "public",sans-serif;
    font-size: 18px;
    padding: 12px 0px;
  }

  .aboutpage ul {
    list-style-type: disc;
    margin-left: 20px;
  }

  .aboutpage li {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    padding: 2px 12px;
  }

  @media (max-width: 768px) {
    .aboutpage {
      padding: 19px;
    }.missionacc h2 {
        color: #6d2d62;
        font-weight: 500;
        font-size: 22px;
    }

    .aboutpage h1 {
      font-size: 22px;
    }

    .aboutpage p {
      font-size: 16px;
    }
  }
  /* service page */
     /* General styling */
     .mission {
        padding: 0px 65px;
        margin-top: -31px;
      }
      .missionacc ul{
  padding:10px 21px;
}
.missionacc li{
  padding: 7px 3px;
    font-size: 18px;font-family: "public",sans-serif;
}
.missionacc h2{
  color: black;
    font-weight: 500;
}
.missionacc:hover h2{
  color: white;
    font-weight: 500;
}
      .missionacc p{
        color: #323030;
    line-height: unset;
    font-size: 19px;
    text-align: justify;
    padding: 12px 0px 0px 0px;
      }
      .missionacc {
        width: 100%;
        padding: 48px 57px;
        background-color: #f0f0f0;
        margin: 10px;
        transition: background-color 0.3s, transform 0.3s;
      }

      .missionacc:hover {
        background-color: #00a79d;
    color: #fff;
    transform: scale(1.00);
      }
      .missionacc:hover p{
        color:white;
        font-size:18px;
      }
      /* Responsive layout */
      @media (max-width: 768px) {
        #nek h2 {
            text-align: left;
            font-size: 20px;
            font-weight: 500;
            text-align: justify;
            padding: 4px 0px;
        }
        .mission {padding: 8px 6px;
          flex-direction: column;
        }.aboutpage li {
            font-size: 16px;}
         #mission .missionacc p,li{
            font-size: 16px;
            text-align: justify;
}#nekk h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    padding: 7px 0px;
}
#mission #missionacc li{
    font-size: 16px;
    text-align: justify;
}
        .missionacc {
          width: 93%;    padding: 41px 26px;
        }
      }


/* service 1 */
.for_left iframe {
    width: 100%;
    height: 341px;
  }
  .for_right h1 {
    font-size: 27px;
    padding: 5px 6px;
  }
  /* Add your global styles here */
  .form-container input,
  textarea,
  select {
    color: #000000ad;
    font-size: 16px;
    background: #ffffff;
    padding: 9px 7px;
    width: 100%;
    border: 2px solid #00a79d45;
    margin: 4px;
  }
  .form-container label {
    font-size: 15px;
  }
  .form-container form button {
    background: #2c5b75;
    color: white;
    font-size: 18px;
    padding: 4px 14px;
    border-radius: 7%;
  }
  .for_youtube {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .for_left {
    flex: 1;
    padding: 20px;
  }
  .form-container h2 {
    text-align: center;
    padding: 14px 2px;
    font-size: 26px;
    font-weight: 600;
    color: #00a79d;
  }
  .for_right {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-container form {
    padding: 12px 10px;
  }

  .for_youtube table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
  }

  .for_youtube table td {
    border: 1px solid #ccc;
    padding: 7px 9px;
    font-size: 17px;
  }

  .for_brochure {
    margin-top: 20px;
  }
  /* ... (previous styles) ... */

  .form-container {
    position: absolute;
    top: 106px;
    right: 35%;
    padding: 34px 24px;
    background: white;
    border: none;
    font-size: 17px;
    color: black;
    width: 28%;
    padding-top: 11px;
    cursor: pointer;
    border-radius: 0%;
  }
  .form-container h3 {
    font-size: 29px;
    padding: 0px 0px;
    color: #00a79d;
    text-align: center;
    padding-top: 35px;
  }

  /* ... (previous styles) ... */

  .close-icon-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
  }

  /* ... (previous styles) ... */

  /* ... (previous media query and global styles) ... */

  .for_youtube button {
    padding: 10px 15px;
    margin: 5px;
    background: #00a79d;
    color: white;
    font-size: 18px;
  }
  .for_youtube button {
    cursor: pointer;
  }
  .overlays {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }

  /* Add your media queries here */

  /* Media Query for screens with a max width of 768px */
  @media (max-width: 768px) {
    #form-container form button {
      background: #2c5b75;
      color: white;
      font-size: 15px;
      padding: 4px 8px;
    }
    .for_youtube table td {
      font-size: 14px;
    }
    .form-container h3 {
      font-size: 23px;
    }
    .form-container label {
      font-size: 14px;
    }
    .form-container input,
    textarea,
    select {
      font-size: 14px;
      background: #ebe8e866;
      padding: 6px 4px;
      color: #6c6c6c;
      width: 100%;
      margin: 2px;
    }
    .for_youtube {
      flex-direction: column;
    }
    .for_left iframe {
      height: 220px;
    }
    .for_right {
      padding: 7px;
      align-items: center;
    }
    .for_right h1 {
      font-size: 18px;
      padding: 2px 2px;
      text-align: center;
    }

    .for_youtube table {
      margin-top: 10px;
    }
    .for_right h3 {
      font-size: 12px;
    }

    .for_youtube button {
      margin: 3px;
      padding: 6px 13px;
      font-size: 15px;
    }
  }
  .button-container {
    text-align: center;
  }


  .exnten {
    text-align: justify;
    padding: 12px 95px;
  }
  .exnten span {
    padding: 0px 12px 0px 0px;
  }
  .exnten button {
    margin: 10px;
  }
  .exnten li {
    list-style-type: none;
    font-size: 18px;
    text-align: justify;
    font-family: "public", sans-serif;
    padding: 6px 0px;
  }
  .service1 h2 {
    font-size: 41px;
    text-align: center;
    color: #ff5100;
    padding: 15px 0px;
    font-family: "public",sans-serif;
  }
  .service1 p {
    text-align: justify;
    font-size: 18px;
    padding: 3px 1px;
    color: #1a1818;
    font-family: "public", sans-serif;
    letter-spacing: unset;
    line-height: unset;
  }
  .service1 h3 {
    font-size: 27px;
    font-weight: 500;
    padding: 15px 0px;
  }
  /* Basic styling for the layout */
  .service1 {
    padding: 25px 76px;
    width: 100%;
  }
  .forima img {
    width: 100%;
  }
  .servicepa {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 17px 3px;
  }

  .forima {
    flex: 1;
    margin-right: 10px;
  }
  .forcon li {
    list-style-type: none;
    font-size: 18px;
    text-align: justify;
    font-family: "public", sans-serif;
    padding: 6px 0px;
  }
  .forcon h3 {
    font-size: 24px;
    font-family: "public",sans-serif;
    font-weight: 500;
    padding: 15px 0px;
  }
  .forcon {
    flex: 2;
    padding: 4px 13px;
  }

  /* Media query for responsiveness */
  @media (max-width: 768px) {
    #exnten li {
       
        font-size: 16px;}
.service1 h3 {
    font-size: 23px;
    font-weight: 500;
    padding: 15px 0px;
}.forcon li {
    list-style-type: none;
    font-size: 16px;}
    #nekk p {
        font-size: 16px;
    }.nek h2 {
        text-align: justify;
        font-size: 23px;
    }    
    #nek p {
        margin-bottom: 10px;
        text-align: justify;
        font-size: 16px;}
    .service1 p {
        text-align: justify;
        font-size: 16px;
    }#nekk li {
       
        font-size: 16px;}   #nek li {
       
            font-size: 16px;}    
    .service1 {
      padding: 0px 16px;
    }
    .service1 h2 {
        font-size: 28px;
        padding: 8px 0px;
    }
    #exnten {
      text-align: justify;
      padding: 0px 21px;
    }

    .forcon {
      padding: 4px 1px;
    }
    .servicepa {
      flex-direction: column;
    }

    .forima {
      margin-right: 0;
    }
    #form-container {
        right: 10%;
        padding-bottom: 12px;
        width: 81%;
    }
    #form-container h2 {
      padding: 3px 2px;
      font-size: 18px;

      margin-top: 21px;
    }
    #form-container form {
      padding: 3px 0px;
    }
  }
  .nek {
    width: 100%;
    padding: 0px 94px;
    margin: 0 auto;
  }
  .nek span {
    padding: 0px 12px 0px 0px;
  }

  .nek h2 {
    text-align: left;
    font-size: 27px;
    font-weight: 500;
    padding: 15px 0px;
  }
  .nek p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 18px;
    padding: 3px 1px;
    color: #1a1818;
    font-family: "public", sans-serif;
    letter-spacing: unset;
    line-height: unset;
  }

  .nek ul {
    list-style-type: none;
    padding: 0;
  }

  .nek li {
    list-style-type: none;
    font-size: 18px;
    text-align: justify;
    font-family: "public", sans-serif;
    padding: 6px 0px;
  }

  @media screen and (max-width: 576px) {
    .nek {
      max-width: 100%;    padding: 0px 22px;
    }
  }
/* end service 1 */

  /* service page */
.w3_agileits-contact-left {
    background: url(../images/contactpage.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 533px;
}

h5.title-w3 {
    font-size: 34px;
}
 .two-side .title {
            font-weight: 600;
            font-family: "Verdana, Geneva", sans-serif;
            padding: 1px 9px;
            font-size: 18px;
          }
          .two-side .address {
            font-weight: 100;
            font-family: "Verdana, Geneva", sans-serif;
            padding: 1px 9px;
            font-size: 15px;
          }
          .two-side .contact {
            font-weight: 100;
            font-family: "Verdana, Geneva", sans-serif;
            padding: 1px 9px;
            font-size: 15px;
          }
          .two-side {
            display: flex;

            align-items: center;
            padding: 20px;
          }
          .two-side  .underline {
            width: 5%;
            height: 3px;
            border-radius: 48%;
            background-color: #2c5b75;
            margin: 0 auto;
            margin-bottom: 10px;
          }

          .adora1,
          .adora2 {
            text-align: center;
            padding: 20px;
            width: 50%;
            border: 1px solid #f3f2f2;
            margin: 10px;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
          }

          .two-side .icon {
            font-size: 40px;
            margin-bottom: 10px;
          }

          .two-side .text {
            font-weight: bold;
            line-height: 1.4;
          }

          @media (max-width: 768px) {
           
            .w3l-footer .mb-sm-3 a img {
                height: 62px;
                margin-top: 31px;
              }
            .w3ls-titles{
                margin-bottom: 0rem !important;
            }
            .two-side {
              display: unset;
            }
            .adora1,
            .adora2 {
              animation: slideIn 1s ease-in-out;
              width: 95%;
            }
            .two-side .contact {
              font-weight: 400;
            }
            .two-side .address {
              font-weight: 400;
            }
          }

          @keyframes slideIn {
            0% {
              transform: translateY(-20px);
              opacity: 0;
            }
            100% {
              transform: translateY(0);
              opacity: 1;
            }
          }
.contact-right-w3l input[type="text"],
.contact-right-w3l input[type="email"],
.contact-right-w3l textarea,
.contact-right-w3l select.form-control {
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #4575bd;
    background: #fff;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
    outline: none;
    margin-bottom: 1.5em;
    padding: 14px;
    letter-spacing: 0px;
    color: #000;
    box-sizing: border-box;
}

select.form-control:not([size]):not([multiple]) {
    height: inherit;
}

.contact-right-w3l textarea {
    outline: none;
    resize: none;
    height: 180px;
}

.contact-right-w3l input[type="submit"] {
    background: #4078c0;
    color: #fff;
    padding: 13px 26px;
    margin-top: 2em;
    border: none;
    outline: none;
    letter-spacing: 0px;
    font-size: 16px;
}

.contact-right-w3l input[type="submit"]:hover {
    background: #f44336;
}

.contact-right-w3l {
    padding: 3em 5em;
}

.space-d-flex {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form-group.grid-inputs {
    flex-basis: 48%;
    margin-bottom: 0;
}

/* //contact */
/* map */
.map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* //map */
/* //contact page */
/* gallery */
.da-thumbs {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.da-thumbs li {
    margin: 10px;
    width: 30.5%;
    display: inline-block;
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}

.da-thumbs li a {
    overflow: hidden;
}

.da-thumbs li a div {
    position: absolute;
    background: rgba(69, 117, 189, 0.82);
    width: 100%;
    height: 100%;
}

.da-thumbs li a div span {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 15px;
    margin: 16px 20px 0;
    letter-spacing: 0px;
}

.da-thumbs li a div h5 {
    color: #FFF;
    font-size: 36px;
    font-style: italic;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    margin-top: 1.5em;
}

/*--//gallery--*/
/* appointment */
.appoint-img {
    background: url(../images/bg6.jpg) no-repeat left bottom fixed;
    float: left;
    width: 44%;
}

.contact-right-w3l.appoint-form {
    float: right;
    width: 56%;
}

label.col-form-label {
    color: #000;
    text-align: left;
}

/* //appointment */
/* responsive */
@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {
    .banner-info_agile_w3ls {
        padding-top: 19em;
    }
}

@media(max-width: 1280px) {
    .banner-info_agile_w3ls h3 {
        font-size: 58px;
        text-shadow: 0px 6px 9px #5a6a48;
        margin: 0px 39px;
        padding: 6px;
    }
    }

    .banner-info_agile_w3ls {
        padding-top: 19em;
    }


@media(max-width: 1080px) {

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 13px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    a.navbar-brand {
        font-size: 46px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 48px;
    }

    .banner-info_agile_w3ls {
        padding-top: 13em;
    }

    .welcome-left h3 {
        font-size: 34px;
    }

    .welcome-left h4 {
        font-size: 18px;
    }

    .welcome-left h6 {
        font-size: 17px;
    }

    .agile-why-text-2 h4 {
        font-size: 21px;
    }

    .price-bottom h4 {
        font-size: 21px
    }

    .price-bottom a {
        font-size: 14px;
    }

    .agileits-w3layouts-grid {
        margin-bottom: 3em;
    }

    .banner-info_agile_w3ls p {
        max-width: 900px;
    }

    .da-thumbs li a div h5 {
        margin-top: 1em;
    }

    .da-thumbs li {
        width: 30%;
    }

    .contact-right-w3l {
        padding: 3em 3em;
    }

    .leave-coment-form input[type="email"] {
        margin-left: 0.8em;
    }

    .nav-tabs .nav-link {
        font-size: 18px;
    }

    .admin p {
        font-size: 13px;
    }

    .admin a {
        font-size: 16px;
    }
}

@media(max-width: 1050px) {}

@media(max-width: 1024px) {
    .banner-info_agile_w3ls h3 {
        font-size: 44px;
    }

    .banner-info_agile_w3ls p {
        font-size: 14px;
    }

    .banner-info_agile_w3ls {
        padding-top: 12em;
    }

    .map iframe {
        height: 300px;
    }
}

@media(max-width: 991px) {
    .navbar-light .navbar-toggler {
        background: #fff;
        /* margin-top: -50px; */
    }

    .main-top{
        height: 90px;
    }

    .navbar-brand img {
        margin-top: 0px !important;
    }

    div#navbarSupportedContent {
        background: rgb(247 247 247);
    }

    a.w3ls-button-agile {
        padding: 14px 18px;
    }

    h6.text-white {
        font-size: 18px;
    }

    .banner-left-bottom-w3ls h3 {
        font-size: 33px;
    }

    .banner-left-bottom-w3ls p {
        font-size: 13px;
    }

    .banner-info_agile_w3ls {
        padding-top: 11em;
    }

    .banner-info_agile_w3ls a:hover,
    a.w3ls-button-agile:hover {
        letter-spacing: 2px;
    }

    .agile-why-text-2 {
        padding: 35px;
    }

    .agileits-w3layouts-grid img {
        width: 50%;
    }

    .price-bottom a {
        font-size: 16px;
    }

    .w3ls-wthree-screen img {
        width: 70%;
    }

    .da-thumbs li {
        width: 29.4%;
    }

    .da-thumbs li a div h5 {
        font-size: 28px;
    }

    .da-thumbs li a div span {
        font-size: 12px;
        margin: 12px 18px 0;
    }

    .agileits-contact .d-flex,
    .appointment .d-flex {
        display: inherit !important;
    }

    .w3_agileits-contact-left,
    .appoint-img {
        min-height: 320px;
    }

    .appoint-img,
    .contact-right-w3l.appoint-form {
        float: none;
        width: 100%;
    }

    .posts-grid-left {
        text-align: center;
    }

    .callbacks_tabs {
        top: 41%;
    }
}

@media(max-width: 900px) {
    .banner-info_agile_w3ls h3 {
        font-size: 40px;
    }

    .banner-info_agile_w3ls {
        padding-top: 10em;
    }
}

@media(max-width: 800px) {
    .banner-info_agile_w3ls p {
        font-size: 13px;
    }

    .banner-info_agile_w3ls {
        padding-top: 9em;
    }

    .about p.aboutpara {
        font-size: 15px;
    }
}

@media(max-width: 768px) {
    .welcome-left p {
       
        font-size: 16px;
        
    }
    .welcome-right .fluidi{
        display: unset;    width: 100%;
    }
    .welcome-right .fluido{
        display: none;
    }
    .main-top {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: rgb(255 255 255 / 91%);}
    .banner-top2 {
        background: linear-gradient(180deg, #33323275 39%, #333232 100%), url(../images/banm1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    }
    .banner-top1 {
        background: linear-gradient(180deg, #33323275 39%, #333232 100%), url(../images/banm2.jpg) no-repeat 0px 0px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
    }
    .banner-top3 {
        background: linear-gradient(180deg, #33323275 39%, #333232 100%), url(../images/banm3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    }
    .navbar-brand img {
        height: 43px;
        margin-top: -15px;
    }
    a.navbar-brand {
        font-size: 43px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 35px;
    }

    .banner-info_agile_w3ls a {
        padding: 12px 17px;
        font-size: 13px;
    }

    a.navbar-brand {
        font-size: 38px;
    }

    .banner-info_agile_w3ls {
        padding-top: 7.5em;
        margin: 0 2em;
    }

    .callbacks_tabs {
        top: 38%;
        right: 6%;
    }
}

@media(max-width: 736px) {
    .banner-info_agile_w3ls h3 {
        font-size: 31px;
    }

    h6.text-white {
        font-size: 16px;
    }

    .banner-left-bottom-w3ls h3 {
        font-size: 28px;
    }

    .banner-left-bottom-w3ls {
        flex: 2;
    }

    h3.title {
        font-size: 36px;
    }

    .w3ls-titles p {
        font-size: 13px;
    }

    .da-thumbs li {
        width: 45%;
    }

    .w3_agileits-contact-left,
    .appoint-img {
        min-height: 270px;
    }

    .contact-right-w3l {
        padding: 3em 3em 0;
    }

    .leave-coment-form input[type="email"] {
        margin-left: 0;
        margin-top: 1em;
    }

    .leave-coment-form input[type="text"],
    .leave-coment-form input[type="email"],
    .leave-coment-form textarea {
        width: 100%;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media(max-width: 667px) {
    .welcome-left h3 {
        font-size: 28px;
    }

    .welcome-left h6 {
        font-size: 16px;
    }

    .welcome-left h4 {
        font-size: 16px;
    }
}

@media(max-width: 640px) {
    .navbar-light .navbar-toggler {
        padding: 3px 7px;
        font-size: 20px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light.fixed-navi.isFixed {
        padding: 8px 0;
    }

    .banner-info_agile_w3ls {
        padding-top: 6.5em;
    }

    .callbacks_tabs {
        top: 35%;
    }
}

@media(max-width: 600px) {
    .col-md-4.pricing {
        width: 97%;
        margin: 0 auto;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 60vw;
    }

    .banner-info_agile_w3ls {
        padding-top: 7.5em;
    }

    .contact-right-w3l input[type="submit"] {
        font-size: 15px;
    }

    .comments-grid-right {
        margin: 0 !important;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 30px;
    }

    .banner-info_agile_w3ls {
        margin: 0 2em 0 1.5em;
    }
}

@media(max-width: 568px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0 12px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.fixed-navi.isFixed {
        padding: 8px 10px;
    }

    .comments-grid-right h4 {
        font-size: 22px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 28px;
    }
}

@media(max-width: 480px) {

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 12px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 24px;
    }

    .banner-info_agile_w3ls h3 span {
        padding: 0 10px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 74vw;
    }

    .banner-info_agile_w3ls {
        padding-top: 6.5em;
    }

    .banner-left-bottom-w3ls h3 {
        font-size: 24px;
    }

    .welcome-right img {
        width: 80%;
    }

    .agile-why-text-2 p {
        font-size: 13px;
    }

    .agile-why-text-2 {
        padding: 28px;
    }

    .agileits-w3layouts-grid img {
        width: 60%;
    }

    .agileits-w3layouts-grid {
        margin-bottom: 2em;
    }

    a.w3ls-button-agile {
        padding: 14px 11px;
    }

    .w3ls-titles p {
        font-size: 16px;
        font-weight: 500;
    }

    h3.title {
        font-size: 23px;
    padding-top: 38px;
    font-weight: 600;
    }

    .w3ls-titles i {
        font-size: 22px;
    }

    .inner-banner-w3ls {
        height: 30vw;
    }

    .da-thumbs li {
        width: 44.3%;
    }

    .da-thumbs li a div h5 {
        font-size: 25px;
    }

    .da-thumbs li a div h5 {
        margin-top: .8em;
    }

    .nav-tabs .nav-link {
        font-size: 15px;
    }

    .callbacks_tabs {
        top: 82%;
        right: 80%;
    }

    .callbacks_tabs li {
        display: inline-block;
    }

    .banner-info_agile_w3ls {
        margin: 0 1.2em;
    }
}

@media(max-width: 440px) {
    .header-top_w3layouts {
        padding-left: 9px !important;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 11px;
    }

    .banner-info_agile_w3ls p {
        font-size: 12px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 24px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 80vw;
    }

    .banner-info_agile_w3ls {
        padding-top: 7em;
    }

    .d-flex.container {
        display: inherit !important;
    }

    .button {
        margin-top: 2em;
    }

    a.w3ls-button-agile {
        padding: 14px 15px;
    }

    .welcome-left h3 {
        font-size: 23px;
        text-align: center;
        padding-bottom: unset;
    }
    .pb-5, .py-5 {
        padding-bottom: 0rem !important;
        margin-top: 19px;
    }
    p {
        font-size: 14px;
    }

    .w3l-footer h2 a {
        font-size: 36px;
    }

    .about p.aboutpara {
        font-size: 14px;
    }

    .da-thumbs li {
        width: 43.9%;
    }

    .da-thumbs li a div span {
        margin: 5px 10px 0;
    }

    .da-thumbs li a div h5 {
        margin-top: .5em;
    }

    h5.title-w3 {
        font-size: 30px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 21px;
    }

    a.navbar-brand {
        font-size: 34px;
    }
}

@media(max-width: 414px) {

    ul.top-right-info,
    .header-top_w3layouts {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top-right-info li i {
        font-size: 14px;
    }

    .top-social-agile:nth-child(2) {
        margin-top: 8px;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 12px;
    }

    .banner-info_agile_w3ls h3 {
        letter-spacing: 0px;
        font-size: 27px;
        line-height: 27px;
        margin: 0px;
        margin-top: 80px;
    }

    .banner-info_agile_w3ls {
        padding-top: 5.5em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 90vw;
    }

    .da-thumbs li {
        width: 95%;
    }

    .da-thumbs li a div h5 {
        margin-top: 2em;
        font-size: 30px;
    }

    .da-thumbs li a div span {
        margin: 19px 34px 0;
        font-size: 13px;
    }

    .w3_agileits-contact-left,
    .appoint-img {
        min-height: 250px;
    }

    h5.title-w3 {
        font-size: 30px;
    }

    .contact-right-w3l {
        padding: 3em 2em 0;
    }

    .contact-right-w3l input[type="text"],
    .contact-right-w3l input[type="email"],
    .contact-right-w3l textarea,
    .contact-right-w3l select.form-control {
        font-size: 14px;
    }

    .contact-right-w3l textarea {
        height: 150px;
    }

    .comments-grid-left {
        padding-right: 0;
    }

    .leave-coment-form textarea {
        min-height: 180px;
    }

    .posts-grid-right {
        margin-top: 0 !important;
    }

    .callbacks_tabs {
        top: 85%;
        right: 78%;
    }

    .modal-body h5 {
        margin-left: 1em;
    }
}

@media(max-width: 384px) {
    .nav-tabs .nav-link {
        font-size: 12px;
    }

    .tags ul li a {
        font-size: 14px;
    }

    .banner-info_agile_w3ls {
        padding-top: 5em;
    }

    .callbacks_tabs {
        top: 86%;
        right: 75%;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 96vw;
    }

    p.copy-right-grids {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .login.px-4.mx-auto {
        padding: 0 !important;
    }
}

@media(max-width: 375px) {
    .banner-info_agile_w3ls {
        padding-top: 5em;
    }

    .welcome-right img {
        width: 100%;
    }

    .comments-grid-left,
    .comments-grid-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .comments-grid-right {
        margin-top: 1em !important;
    }
}

@media(max-width: 320px) {
    .top-w3layouts {
        padding: 0 6px;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 11px;
    }

    a.navbar-brand {
        font-size: 32px;
    }

    .navbar-light .navbar-toggler {
        padding: 2px 6px;
        font-size: 19px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 23px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 114vw;
    }

    .banner-info_agile_w3ls a {
        padding: 11px 14px;
        font-size: 12px;
    }

    .banner-info_agile_w3ls a {
        padding: 11px 14px;
    }

    .banner-info_agile_w3ls {
        padding-top: 4.5em;
    }

    .welcome-left h3 {
        font-size: 21px;
    }

    .welcome-left h6 {
        font-size: 12px;
    }

    .welcome-left h4 {
        font-size: 14px;
        margin: 18px 0 !important;
    }

    p {
        font-size: 13px;
    }

    .agile-why-text-2 h4 {
        font-size: 19px;
    }

    .wthree_features_grid i {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .agile-why-text-2 {
        padding: 20px;
    }

    .screen-agile-2 h5 {
        font-size: 22px;
    }

    .screen-agile i {
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 2.4;
    }

    .w3l-footer p,
    .w3l-footer p a,
    .w3l-footer ul li a {
        font-size: 13px;
    }

    .about p.aboutpara {
        font-size: 13px;
    }

    .da-thumbs li a div h5 {
        margin-top: 1.5em;
    }

    .da-thumbs li a div span {
        margin: 12px 22px 0;
    }

    .w3_agileits-contact-left,
    .appoint-img {
        min-height: 200px;
    }

    .contact-right-w3l textarea {
        height: 120px;
    }

    .contact-right-w3l input[type="submit"] {
        font-size: 14px;
        padding: 13px 18px;
        margin-top: 1.5em;
    }

    .map iframe {
        height: 250px;
    }

    .posts-grid-left,
    .posts-grid-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .posts-grid-right {
        margin-top: 10px;
    }

    .nav-tabs .nav-link {
        font-size: 11px;
        letter-spacing: 0px;
    }

    .callbacks_tabs {
        right: 71%;
    }

    .modal-body h5 {
        font-size: 25px;
        margin-left: 0em;
    }
}

/* //responsive */


@media only screen and (min-width: 768px) and (max-width: 1024px){
    div#home {
        position: relative;
        padding-left: 40px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
    /* .main-top {
        width: 90%;
        margin-left: 36px !important;
        position: fixed;
        background-color: #FFFFFF36;
        
        border-radius: 0px 0px 10px 10px;
    } */
/* 
    .navbar-brand img {
        margin-left: -20pc !important;
        margin-right: 150px;
        margin-top: -40px;
    } */

    .welcome-right>img {
        margin-left: 115px !important;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }


    .img-fluid {
        max-width: 70%;
        height: auto;
        box-shadow: 0px 5px 20px #6d2d6361;
    }

    .fluido{
        display: none;
    }

    .fluidi{
        display: block;
    }

   
#welcome1 {
    margin-left: 0 !important;
    padding: 10px;
    top: 0 !important;
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 5px;
}

    .welcome-left {
        margin-left: 0px !important;
        background: white;
        height: 450px;
        top: 100px;
        /* padding-right: 160px !important; */
        border-radius: 10px !important;
        /* padding-left: 100px !important; */
    }

    .in-walk2 {
        
        background: none !important;
        height: 900px;
        width: 100%;
        top: 0 !important;
        display: flex;
        flex-wrap: wrap;
        position: relative !important;
        margin-left: -51pc;
        margin-top: 60pc !important;
    }
    .main-div {
        display: flex;
        width: 234% !important;
    }
    



    .box3 {
        position: unset !important;
        margin-left: unset !important;
    }


    .box1 {
        position: unset !important;
        margin-left: unset !important;
    }

    .box4 {
        position: unset !important;
        margin-left: unset !important;
       margin-top: -50px !important;
    }


    .box2 {
        position: unset !important;
        margin-left: unset !important;
    }

    .in-walk2 {
        position: absolute;
        background: #00a79d;
        height: 250px !important;
        width: 100%;
        top: 99px;
        display: flex;
        flex-wrap: wrap;
    }

    .box-container {
        background: none;
        display: flex;
        padding-top: 160px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding-right: 141px;
}

/* //responsive */


@media (max-width: 767px){
.carousel-inner>.item>img {
    height: auto !important;
    width: 100% !important;
}
}


.image12{

}

.firstDiv{
    display: contents;
}




