




/* nav top start here */

/* nav start htere */
.nav-main{
position: fixed;
top: 0px;
width: 100%;
height: 80px;
background-color:#023756;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
box-shadow: 0 0 5px  orange;
z-index: 11;
border-bottom: 2px solid orange;
}

.btn-toggle-nav{
display: none;
width: 80px;
text-align: center;
cursor: pointer;
color: #ffffff;
font-size: 30px;


}

.btn-toggle-nav:hover{
opacity: 0.5;

}

.nav-main ul{
display: flex;
flex-wrap: nowrap;
align-items: center;
padding-left: 15px;
padding-right: 15px;
}

.nav-main ul li{
list-style: none;
position: relative;
}

.nav-main ul li ul{
  position: absolute;
  background-color:#023756;
  border-radius:0px 0px 5px 5px;
  padding:10px;
  display: none;
  flex-direction:column;
  transition: all 0.4 ease;
}

.nav-main ul li:hover ul{
  display: flex;
  transition: all 0.4 ease;

}


.nav-main ul li ul li{
  width: 160px;
}

.nav-main ul li ul li a{
  padding-top: 20px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.nav-main ul li ul li a:hover{
  color:rgb(218, 179, 191);
  transition: all 0.4 ease;
}


/*  #6596db */
.nav-main ul li a{
display: block;
//height: 100%;
padding:0 10px;
text-decoration: none;
color: #ffffff;
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
//transition: all 0.2s ease-out;

}

.nav-main ul li a:hover{
color: rgb(218, 179, 191);;
transition: all 0.2s ease-in-out;

}

/* logo styling starts here */

.nav-main .logo{
  margin-left: 30px;
}



.nav-main .span{
  font-weight: lighter;
}

/* mobile start here */

.nav-sidebar{
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  background-color: #023756f7;
  visibility: hidden;
  z-index: 12;


}

.nav-sidebar ul{
overflow: hidden;
font-weight: bolder;
visibility: hidden;
justify-content: center;
margin-top: -20px
}

.nav-sidebar ul li{
line-height: 40px;
list-style: none;
}



.nav-sidebar ul li a{
  display: block;
  text-decoration: none;
  color: #ffff;
  font-family: sans-serif;
  margin-top: 10px;
  text-align: center;
  z-index: 9999;


}


.nav-sidebar ul li a:hover{
  color:rgb(218, 179, 191);
}
/* nav top strts here */



body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Lato', sans-serif;
}

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', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
    font-family: 'Lato', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

/*-- //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;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* header */

/* logo */
a.navbar-brand img {
    max-width: 150px;
    padding: 5px;
}



/* logo */

a.navbar-brand i {
    color: #f1cf69;
}
/* navigation */

ul.navbar-nav {
    background: transparent;
}

a.nav-link {
    padding: 0 !important;
}

a.nav-link {
    padding: 0 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000 !important;
}

a.nav-link:hover {
    color: #f1cf69 !important;
}

/* //navigation */

.header-contact-w3ls.text-center.mt-lg-0.mt-4 li {
    display: inline-block;
}
/* header contact */
.serv_bottom {
    background: #312227;
    color: #fff;
    letter-spacing: 1px;
}

.header-contact-w3ls a i {
    font-size: 20px;
    vertical-align: middle;
}

/* banner styling starts here */

.banner-image{
  margin-top: 80px;
  position: relative;

  height: 360px;
  overflow: hidden;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 60px;
	animation: slide 20s infinite;
	transition: all 0.5 linear;

}


/* banner informATION STYLING */

.banner-infor{
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
}

.heading{
  font-family: sans-serif;
  font-size: 28px;
  text-align: center;
  animation:slide_up 1.4s ease;
  animation-delay: 1s;
  margin-bottom: 30px;

}

.infor{
  margin-top: 10px;
font-family: sans-serif;
font-size: 18px;
color:#ffffff;
animation:slide_up 2.1s ease;
animation-delay: 1s;
text-align: left;
font-weight: lighter;
line-height: 30px;
margin-left: 10px;
margin-right: 10px;

}

.call-to-action{
  margin-top: 30px;
  animation:slide_right 7s ease;

}

/* keyframes for the banner information animation */

@keyframes slide_up{
0%{
transform:translateY(250px);
}
100%{transform:translateY(0);
}
}


@keyframes slide_right{
0%{
opacity: 0;
}
50%{
opacity: 0;
}
100%{
  opacity: 1;
}
}


.call-to-action a{
text-decoration: none;
color: #ffffff;
padding:10px 20px;
font-family: sans-serif;
border-radius: 3px;
font-weight: bold;
font-size: 14px;
background-color: #023756;
}

.call-to-action a:hover{
background-color: #011724;
color: #ffffff;
}



/* web form starts here */

.background-image{
	height: 400px;
	background-size: cover;
  background-color: #023756;
  margin-bottom: 30px;
  border-bottom: 2px solid orange;
  box-shadow: 0px 0px 5px orange;
}

.wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.webform{
  width: 85%;
  max-width: 600px;
  padding:30px 10px;
  box-sizing:border-box;
  text-align: center;
  border-radius: 5px;
}


.form{
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin: 8px;
  padding: 12px 18px;
  transition:all 1s ease-in-out;
}


.form input, .form textarea{
  width: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 15px;
  margin-top: 6px;
  font-family: sans-serif;
  color: #ffffff;
}

.send input{
  width: 40%;
  border: none;
  font-size: 18px;
  margin-top: 10px;
  background-color:#023756;
  cursor: pointer;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px;
}

.send input:hover{
  background-color: #333346;
}

.contactus{
    margin-top: 30px;
    text-align: center;
    color: #023756;
    font-family: sans-serif;
    padding: 20px;
    margin-bottom: 30px;
  }

  /* contatc details */

  .contact-wrapper{
    display: flex;
    justify-content: center;

  }

  .contacts{
    width: 300px;
    padding: 10px;
    border: 1px solid #023756;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .address{
    margin: 10px;
  }

  .title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color:#023756;
  }


.title h3{
  margin-top: 30px;
  font-family: sans-serif;
  color: #023756;
  font-weight: bolder;

}

  .service-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .service{
    width: 320px;
    padding: 10px;
    margin: 10px;
    justify-content: center;
    box-shadow: 0 0 5px #023756;
    border-radius: 5px;
  }

  .icon img{
    max-width: 300px;

  }

  .service-title{
    text-align: center;
    color: #023756;
    font-weight: bolder;
    font-size: 27px;
    font-family: sans-serif;
  }

  .description{
    margin-top: 5px;
    color: #646464;
    font-weight: lighter;
  }

  .more{
    display: flex;
    justify-content: center;
  }

  /* team start here */

  .team-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .team{
    width: 300px;
    padding: 20px;
    margin: 10px;
    font-family: sans-serif;
    justify-content:  center;
    box-shadow: 0 0 5px #023756;
  }

/* this information is to be changed when i get the picture */
  .image{
    height: 100px;
    width: 100px;
    background-color: #023756;
    margin-left: 30%;
    border-radius: 50px;
    margin-bottom: 10px;
  }

  .name{
    text-align: center;
    font-family: sans-serif;
    font-weight: bolder;
    margin-bottom: 10px;
  }

  /* services page */

  .page-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .services{
    max-width: 70%;
    margin: 10px;
    min-width: 320px;
    padding: 10px;
    border-bottom: 1px solid orange;
    color:#023756;

  }

  .page-tittle{
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 10px;
    color:#023756;

  }

  .service-description{
    color:#646464;
  }

  /* this is the header of every page and main banner video */

  .banner-vid-wrapper{
    margin-top: 80px;
    width: 100%;
  	height: 310px;
  	background: url(../images/banner.jpg) no-repeat center;
  	background-size: cover;
  	margin-bottom: 60px;
  }

  .banner-content-wrapper{
    background-color: red;
    width: 100%;
    height: 300px;
    margin-top: 100px;
  }


  .about-image {
	margin-top: 80px;
  width: 100%;
	height: 310px;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 60px;
}

.service-image{
  margin-top: 80px;
  width: 100%;
	height: 310px;
	background: url(../images/bg5.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 60px;
}

.contact-image {
margin-top: 80px;
width: 100%;
height: 310px;
background: url(../images/bg4.jpg) no-repeat center;
background-size: cover;
margin-bottom: 60px;
}
/*-- services --*/
.agileits-services-grids h4 {
    font-size: 1.2em;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 16px 0 0;
}

.agileits-services-grids h6 {
    padding: 1px;
    background: #2954a2;
    width: 33%;
    margin: 2em auto 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.agileits-services-grids:hover h6 {
    width: 55%;
    background: #2954a2;
}

/*-- Effect 1--*/

.agileits-services-grids i {
    font-size: 2em;
    color: #f1cf69;
    text-align: center;
}

.agileits-services-grids span {
    width: 40px;
    height: 2px;
    background: #065bfd;
    display: inline-block;
}
a.service-btn {
    background: #023756;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 15px;
    display: inline-block;
    margin: 18px 0 0;
    border-radius: 5px;
    letter-spacing: 1px;
}

a.service-btn:hover{
  background-color: #0d5a88;
}


.w3ls-titles p {
    width: 76%;
}
/*-- //services --*/

/* //banner bottom */

/*--story--*/

.freebies .content-right {
    padding-left: 80px
}
.news-grid {
    padding: 0;
}
.freebies article.item {
    position: relative;
    background-color: #000
}

.freebies article.item h4 {
    font-size: 1.2em;
    line-height: 15px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 15px 30px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: solid 2px #fff
}

.freebies article.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: calc(100% + 1px);
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.freebies .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0;
    background-color: rgba(35, 35, 35, 0.62);
}

.freebies .freebies-intro {
    margin-bottom: 80px
}

.freebies figure {
    position: relative;
    overflow: hidden;
    height: 500px;
    max-height: 500px;
    margin:0;
}

.freebies figure:hover .overlay {
    opacity: 1
}

.freebies figure figcaption .freebie-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.freebies figure figcaption .freebie-content .date {
    font-size: 1em;
    display: block;
    color: #fff;
    letter-spacing: 2px;
}

.freebies figure figcaption .like-share-wrapper {
    font-size: 13px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff
}

.freebies figure figcaption .like-share-wrapper a {
    color: #fff
}

.freebies figure figcaption ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: solid 1px rgba(255, 255, 255, 0.25)
}

.freebies figure figcaption ul li:last-child {
    padding: 0 0 0 10px;
    border-right: none
}

.freebies figure figcaption ul li i {
    margin-right: 5px
}

p.invest {
    width: 65%;
}
/*--//story--*/
.feedback-top {
    padding: 2em 1em;
}

.feedback-top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 14%;
    width: 0;
    height: 0;
    border-top: 15px solid rgb(224, 225, 226);
    border-right: 4px solid transparent;
    border-left: 12px solid transparent;
    transform: rotate(0deg);
}

.feedback-top p {
    margin: 0;
}

.feedback-img {
	width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.feedback-img img {
    width: 100%;
}
.feedback-img-info h5 {
    color:#f1cf69;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
}

.feedback-img-info p {
    color: #6f6b6b;
    margin-top: .5em;
}

.feedback-img-info p span {
    color: #b1b2b3;
    font-size: 0.85em;
}

.icon-test i {
    font-size: 2em;
    color: #fcd000;
    margin-left: .4em;
    position: relative;
}

.icon-test {
    position: relative;
}

.icon-test:before {
    content: " ";
    position: absolute;
    background: #d5d8da;
    width: 77%;
    height: 2%;
    top: 54%;
    right: 5%;
}

/*-- //feedback --*/
h3.title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
	position:relative;
  color:#023756;

}

h3.title:before {
    position: absolute;
    background: #f1cf69;
    width: 8%;
    height: 16px;
    bottom: 30px;
    content: " ";
    left: 40%;
    z-index: -1;
}
h2.title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
	position:relative;
}
h2.title:before {
    position: absolute;
    background: #f1cf69;
    width: 8%;
    height: 16px;
    bottom: 30px;
    content: " ";
    left: 40%;
    z-index: -1;
}
/* blog */

section.blog_w3ls {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
	padding: 0 5em;
}

section.blog_w3ls:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
}

.card-header:first-child {
    background: #065bfd;
}

.card {
    background-color:#f1f1f1;
    border: none;
}

h5.card-title a {
    color: #fff;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.5;
}
small, .small {
    color: #000;
}
.blog_w3icon span {
    color: #777;
    font-size: 13px;
    word-spacing: 3px;
}
h3.agile-title {
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 2px;
    line-height: 40px;
    position: relative;
    font-weight: 400;
    padding: 2em;

}

/* TABS START HERE */


/* body tabs strts here */


      [data-tab-content]{
        display: none;
      }

      .active[data-tab-content]{
       display: block;
      }

      .tabs{
       display: flex;
       justify-content: center;
       list-style-type: none;
       margin: 0;
       padding: 10px;
       border-bottom: 1px solid #023756;
       color: #023756;
       font-weight: bold;
       font-family: sans-serif;
       overflow-x: hidden;
      }

      .tab{
       cursor: pointer;
       padding: 5px 10px;
       border-radius: 3px;
       margin: 5px;
      }

      .tab.active{
       background-color: #023756;
       color: #ffffff;
      }

      .tab:hover{
       background-color: #9ec9e1;
      }

      .promo-tab-wrapper{
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
      }

      .tab-item li {
        background-color: #023756;
       width:300px;
       height: auto;
       padding: 10px;
       margin: 20px;
       font-family: sans-serif;
       cursor: pointer;
       text-align: center;
       font-size: 16px;
       font-weight: bold;
       list-style: none;
       color:#ffffff;
       text-align: left;


      }
      .picture{
       display: flex;
       justify-content: center;
       margin-bottom: 20px;
       transition: all 0.5s ease;
      }

      .picture img{
        max-width: 300px;

      }

      .description{
       font-family:sans-serif;
       margin-bottom: 10px;
       color: #646464;
      }

      .more a{
        color: #ffffff;
        font-family: sans-serif;
        margin-top: 10px;
      }



/*-- subscribe --*/
.subscribe-info-w3l form {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}

.subscribe-info-w3l input[type="email"] {
    padding: 14px 15px;
    font-size: 16px;
    color: #023756;
    outline: none;
    letter-spacing: 1px;
    border: none;
    border: 1px solid #023756;
    flex-basis: 50%;
    box-shadow: 4px 5px 8px -2px rgba(0, 0, 0, 0.15);
    border-radius: 40px 0 0 40px;
}

.subscribe-info-w3l input[type="submit"] {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 14px 0;
    border: 1px solid #023756;
    background: #023756;
    flex-basis: 18%;
    border-radius: 40px;
    margin-left: -2em;
    box-shadow: 1px 5px 7px -1px rgba(0, 0, 0, 0.19);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
	cursor:pointer;
}

.subscribe-info-w3l input[type="submit"]:hover {
    background: #111;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

/*-- //subscribe --*/
/*--Footer--*/

.copyright a{
  color: #ffffff;
  font-family: sans-serif;
}

.copyright a:hover{
  color:#646464;
}


footer {
	background: #000;
}
.wthree-left-right h4 {
    color: #f1cf69;
	    letter-spacing: 1px;
}
.footer-icons ul li {
    display: block;
}
.footer-icons ul li h6 {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
}
.wthree-left-right li a {
    font-size: 16px;
    line-height: 1.8em;
    color: #fff;
    padding-bottom: 5px;
}
.wthree-left-right li a:focus,.wthree-left-right li a:hover{
	color:#f1cf69;
	text-decoration: none;
}
.wls-hours-list ul li {
    font-size:14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0px 0px 7px;
	    margin-bottom: 10px;
}

.icons ul li a span, .footer-icons ul li a span {
    font-size: 14px;
    margin: 0px 4px;
    color: #ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/*--//Footer--*/
/* middle section */

section.middle-w3ls {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    padding-bottom: 17em !important;
    margin-bottom: 6em;
}

section.middle-w3ls p {
    color: #eee;
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
}

section.middle-w3ls img {
    position: absolute;
    bottom: -22%;
    left: 30%;
}

/* //middle section */

/* works */

.welcome-grid {
    box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.1);
    padding: 2em;
    margin: 0 .5em;
    flex-basis: 20%;
}

.welcome-grid h4 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #2b2a2a;
}

.welcome-grid i {
    color: #5eca9f;
    font-size: 50px;
    margin-bottom: 10px;
}

.welcome-grid p {
    font-size: 14px;
}

.welcome-grid:nth-child(1) {
    border-bottom: 4px solid #eb5273;
}

.welcome-grid:nth-child(2) {
    border-bottom: 4px solid #35eaea;
}

.welcome-grid:nth-child(3) {
    border-bottom: 4px solid #fc7e46;
}

.welcome-grid:nth-child(4) {
    border-bottom: 4px solid #2e8aec;
}

.welcome-grid:nth-child(5) {
    border-bottom: 4px solid #fdd868;
}

/* //works */

/* Inner Pages */

.banner2-w3ls {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 380px;
    margin-top: 80px;
}

.banner-service-w3ls{
  background: url(../images/service-bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 380px;
  margin-top: 80px;
}


/* page details */

.breadcrumb li a {
    color: #ff5400;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: #000;
}

/* //page details */

/* about page */

.abt-img {
    background: url(../images/service-bg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 320px;
}




/* //contact page */

/* 404 error page */

.error_banner {
    background: url(../images/3.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 8vw 0;
}

.error_banner:after {
    background-color: rgba(8, 8, 8, 0.76);
    content: "";
    left: 0;
    opacity: 0.65;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.error_banner h4 {
    color: rgba(249, 249, 249, 0.21);
    font-size: 80px;
    font-weight: 600;
}

.error_banner h5 {
    color: #fff;
    font-size: 14em;
    font-weight: 600;
}

.error_banner h5 sup {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
}

a.button-w3ls-2 {
    color: #fff;
    letter-spacing: 2px;
    background: #5eca9f;
    padding: 15px 20px;
    font-size: 15px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5em;
}

a.button-w3ls-2:hover {
    background: #f1cf69;
}

/* //404 error page */

/* gallery page */

.gallery-heading {
    text-align: center;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */

.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    text-align: center;
    /*cursor: pointer;*/
}

.gallery-grid {
    padding: 0 .5em;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h3 {
    font-weight: 300;
    margin: 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    font-style: italic;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.62);
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    font-weight: 600;
}

/*-----------------*/

/***** Apollo *****/

/*-----------------*/

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1)
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -mz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 168px;
    border-right: 4px solid #ca5e5e;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    color: #ffffff;
    text-shadow: 2px 2px 3px #000;
    font-size: 1em;
    text-transform: capitalize;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* //gallery page */
.typo-wthree h4 {
	color:#000000;
	font-size: 1.5em;
	text-transform: capitalize;
}
.bg-flex {
    background-color: #f1cf69;
    border: 1px solid rgb(241, 207, 105);
}
.bg-flex-item {
	background-color: #fff;
	border: 1px solid #d7d8d8;
}

.typo-wthree h5 {
	color: #333;
}

/* //typography */


/* footer starte here */
.footer-background{
  background-color: #023756;
  border-top: 2px solid orange;
}

.footer-wrapper{
  display: flex;
  justify-content:  space-around;
  flex-wrap: wrap;
  padding:20px;
}

.footer-items h6{
  color: orange;
  margin-bottom: 5px;
  font-family: sans-serif;
  text-align: left;

}

.footer-items li {
  list-style:   none;

}

.footer-items li a{
  font-size: 14px;
  color:white;
  font-weight: normal;
  font-family: sans-serif;
  font-style: none;
  list-style:   none;

}

.footer-items li a:hover{
  color: #966868;
}

.copyright{
  color:white;
  padding-bottom: 30px;
  font-family: sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
}

.newsletter{
  font-family: sans-serif;
  color: #023756;
  text-align: center;
}

.tittle, .name{
  color: #023756;
}


/* responsive */


@media(max-width: 1680px) {
    img.img-fluid.img-posi-2 {
        left: 15%;
    }
}

@media(max-width: 1600px) {
    img.img-fluid.img-posi-2 {
        left: 9%
    }
}

@media(max-width: 1440px) {
    .banner-agile-text {
        padding: 10em 0 0 3em;
    }
    .social-agile-banner {
        margin-top: 7em;
    }
    .banner-agile-text p:before {
        right: 47%;
    }
}

@media(max-width: 1366px) {
    .banner-agile-text p:before {
        right: 42%;
        width: 16%;
    }
    img.img-fluid.img-posi-2 {
        left: 1%;
    }
}

@media(max-width: 1280px) {
    .banner-agile-text h4 {
        font-size: 40px;
    }
    .banner-agile-text p {
        font-size: 35px;
    }
    .social-agile-banner {
        margin-top: 4em;
    }
    .agileits_works-grid {
        padding: 2em 6em 0 6em;
    }
    img.img-fluid.img-posi-2 {
        left: -5%;
    }
}

@media(max-width: 1080px) {
    a.nav-link {
        font-size: 15px;
    }
    .header-contact-w3ls a {
        font-size: 15px;
    }
    .banner-agile-text {
        padding: 7em 0 0 3em;
    }
    .banner-agile-text h4 {
        font-size: 38px;
    }
    .banner-agile-text h3 {
        font-size: 48px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
    h3.tittle {
        font-size: 34px;
        color: #023756;
    }
    h3.tittle span {
        font-size: 14px;
    }
    p {
        font-size: 15px;
    }
    .agileits_works-grid {
        padding: 1em 7em 0 3em;
    }
    img.img-fluid.img-posi-2 {
        left: -13%;
        top: 8%;
    }
	.freebies figure {
    height: 406px;
    max-height: 406px;
}
}

@media(max-width: 1050px) {
	.banner2-w3ls {
    min-height: 300px;
}
}

@media(max-width: 1024px) {
    .banner-agile-text h4 {
        font-size: 32px;
        letter-spacing: 5px;
    }
    .banner-agile-text h3 {
        font-size: 45px;
        margin-left: 2em;
    }
    .banner-agile-text p {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .banner-agile-text p:before {
        right: 52%;
        width: 13%;
        height: 12px;
    }
    li.para-share-ew3ls {
        font-size: 18px;
    }
    .social-agile-banner ul li a i {
        font-size: 15px;
    }
    .banner-agile-text {
        padding: 6em 0 0 3em;
    }
    img.img-fluid.img-posi-2 {
        top: 5%;
    }
		.freebies figure {
    height: 386px;
    max-height: 386px;
}
}

@media(max-width: 991px) {
    button.navbar-toggler {
        background:#f1cf69;
        border-radius: 0;
    }
    .about .d-flex {
        display: inherit !important;
    }
    img.img-fluid.img-posi-2 {
        top: 8%;
        left: 16%;
    }
	.banner2-w3ls {
    min-height: 250px;
}
	.freebies figure {
    height: 370px;
    max-height: 370px;
}
.d-flex.abtf-info.mt-5 {
    display: inherit !important;
}
.about-grids:nth-child(2) {
    margin:1.5em 0;
}
}

@media(max-width: 900px) {
    .banner-agile-text {
        padding: 4em 0 0 2em;
    }
    .banner-agile-text p {
        font-size: 28px;
    }
    .banner-agile-text p:before {
        right: 51%;
    }
    .social-agile-banner {
        margin-top: 3em;
    }
    img.img-fluid.img-posi-2 {
        left: 10%;
    }
}

@media(max-width: 800px) {
    .banner-agile-text h4 {
        font-size: 28px;
        letter-spacing: 4px;
    }
    .banner-agile-text h3 {
        font-size: 38px;
        margin-left: 2em;
    }
    .banner-agile-text p {
        font-size: 25px;
    }
    .banner-agile-text p:before {
        right: 47%;
        bottom: 9px;
    }
    li.para-share-ew3ls {
        font-size: 16px;
    }
    .social-agile-banner ul li a i {
        font-size: 14px;
    }
    .banner-agile-text {
        padding: 3em 0 0 2em;
    }
    img.img-fluid.img-posi-2 {
        left: 4%;
    }
	.freebies figure {
    height: 300px;
    max-height: 300px;
}
}

@media(max-width: 768px) {
			.freebies figure {
    height: 288px;
    max-height: 288px;
}
}

@media(max-width: 736px) {
    .banner-agile-text p:before {
        right: 43%;
        bottom: 9px;
    }
	h3.title:before {
    width: 13%;
    bottom: 14px;
    left: 36%;
}
	h2.title:before {
    width: 13%;
    bottom: 14px;
    left: 36%;
}
.agileits_w3layouts_contact_gridl {
    margin-top: 1.5em;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
}

/* responsive starts here */

@media screen and (max-width:900px){

.btn-toggle-nav{
display: block;
}

.nav-main ul{
display: none;

}

}


@media(max-width: 640px) {
    .social-agile-banner {
        margin-top: 2em;
    }
    .banner-agile-text p:before {
        right: 40%;
        bottom: 7px;
    }
}

@media(max-width: 600px) {
    .banner-agile-text p:before {
        right: 35%;
        bottom: 9px;
    }
	.banner-agile-text {
    padding: 3em 0 0 1em;
}
.carousel-indicators {
    bottom: 30px;
}
.banner-slider1, {
    min-height: 53vh;
}
h3.agile-title {
    font-size: 1.2em;
    letter-spacing: 2px;
    line-height: 28px;
    padding: 0em;
    margin-bottom: 1em;
}
.subscribe-info-w3l input[type="submit"] {
    flex-basis: 31%;
}
.subscribe-info-w3l input[type="email"] {
    flex-basis: 67%;
}
}

@media(max-width: 568px) {
    .banner-agile-text p:before {
        right: 42%;
    }
    .carousel-indicators {
        bottom: 16px;
    }
    .social-agile-banner {
        margin-top: 1.5em;
    }
    .banner-agile-text {
        padding: 2em 0 0 0em;
    }
	.banner2-w3ls {
    min-height: 200px;
}
}

@media(max-width: 480px) {
    .banner-agile-text h4 {
        font-size: 19px;
        letter-spacing: 3px;
    }
    .banner-agile-text h3 {
        font-size: 28px;
    }
    .banner-agile-text p {
        font-size: 18px;
    }
    .banner-agile-text p:before {
        right: 42%;
        height: 7px;
        bottom: 7px;
    }
    .banner-agile-text {
        padding: 3em 0 5em 2em;
    }
	section.blog_w3ls {
    padding: 0 2em;
}
.banner-agile-text h3 {
    margin-left: 0em;
}
}

@media(max-width: 440px) {
    .banner-agile-text {
        padding: 3em 0 5.5em 1em;
    }
	h3.title {
    font-size: 32px;
}
h3.title:before {
    width: 13%;
    bottom: 10px;
    left: 36%;
}
	h2.title {
    font-size: 32px;
}
h2.title:before {
    width: 13%;
    bottom: 10px;
    left: 36%;
}
.contact_wthreerow h4 {
    font-size: 20px;
}
.wthree-left-right h4 {
    font-size: 20px;
}
.banner2-w3ls {
    min-height: 170px;
}
p.invest {
    width: 100%;
}
}

@media(max-width: 414px) {
    .banner-agile-text {
        padding: 3em 0 5.5em 0em;
    }
}

@media(max-width: 384px) {
    .banner-agile-text h3 {
        font-size: 26px;
    }
    button.navbar-toggler {
        padding: 3px 10px;
    }
	.freebies article.item h4 {
    padding: 15px 0px 20px;
	margin-bottom: 16px;
	}
	.freebies figure {
    height: 240px;
    max-height: 240px;
}
}

@media(max-width: 375px) {
    .banner-agile-text p:before {
        right: 32%;
    }
}

@media(max-width: 320px) {
 .banner-agile-text {
    padding: 3em 1em 4.5em 1em;
    margin-left: 0em !important;
}
    .banner-agile-text h4 {
        font-size: 18px;
    }
    .banner-agile-text h3 {
        font-size: 22px;
    }
    .banner-agile-text p {
        font-size: 16px;
    }
    .banner-agile-text p:before {
        right: 43%;
    }
    li.para-share-ew3ls {
        font-size: 14px;
    }
    .social-agile-banner ul li a i {
        font-size: 13px;
    }
    button.navbar-toggler {
        padding: 2px 8px;
    }
    a.navbar-brand {
        font-size: 26px;
    }
	.banner2-w3ls {
    min-height: 130px;
}
.cont-btn a {
    padding: 0.5em 1em;
}
.agileits-services-grids h4 {
    font-size: 1.1em;
}
.freebies figure {
    height: 270px;
    max-height: 270px;
}
}

/* //responsive */
