/* Table of Content
====================
1. GENERAL
2. NAVIGATION
3. FULLCLIP BANNER
4. SNOW-ANIMATION
5. CAROUSEL SLIDER SERVIES
6. EVENT
7. SERVICE
8. FEEDBACK
9. REGISTRATION FORM
10. ABOUT US
11.CONTACT US
12.GALLERY
13. EVENT INNER PAGE
14. FOOTER
15.RESPONSIVE


*/

/* ------------------------------------------------------------- *
  1  General
/* ------------------------------------------------------------- */

* {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

/********************
 1.NAVIGATION

*********************/

.bg-opacity {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bg-opacity h2 {
  color: #fff;
  margin-top: 25%;
  font-family: 'Cookie', cursive;
  font-size: 4.7em;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 3px 3px 3px rgb(23, 22, 22);
}

.header {
  background: #fff;
}

.custom-fa {
  margin-right: 15px;
  font-size: 20px;
  padding: 16px;
}

.top-nav-custom a {
  font-size: 16px;
  text-decoration: none;
  color: #f5587b;
}

.custom-img img {
  width: 72px;
}

.custom-fa-top {
  margin-left: 15px;
  font-size: 20px;
  padding: 16px;
}

.header-top-right {
  text-align: right;
}

.custom-nav {
  background: #fff !important;
}

.navbar-dark .custom-brand {
  color: #000;
}

.navbar-nav .nav-item .custom-nav-link {
  color: #ffffff;
  margin-left: 16px;
}

.ml-auto .dropdown-menu {
  left: auto;
  right: 0px;
}

#main {
  padding-top: 70px;
}

.navbar {
  border-radius: 0;
  transition: all 0.3s ease-out;
  background-color: #e41749;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

li.dropdown {
  position: relative;
  display: inline-block;
}

li>ul.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  list-style-type: none;
}

li>ul.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

li>ul.dropdown-content a:hover {
  background-color: #11cbd7;
}

.header-right a {
  color: #ffffff;
  font-size: 14px;
}

span.fa.fa-search.custom-fa-fa {
  position: relative;
  right: 35px;
  top: -2px;
}

.custom-input-text {
  background: #fff;
  color: #11cbd7;
  border-radius: 16px;
  border: none;
  padding: 2px 12px 2px 10px;
  outline: none;
}

.custome-input-group {
  position: relative;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* width: 100%; */
  display: inline-block;
  font-size: 14px;
}

li.dropdown:hover ul.dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* fixed to top styles */

.affix.navbar {
  background-color: #e41749;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.affix.navbar .nav-item>a, .affix.navbar .navbar-brand {
  color: #ffffff;
}

.logo_text {
  padding: 18px 0;
  font-size: 47px;
  font-weight: 700;
  line-height: 0.75;
  color: #384158;
  vertical-align: middle;
  margin-left: 7px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo_text span {
  color: #11cbd7;
}

.header-right {
  float: right;
  margin-top: 6px;
  display: inline-block;
}

.header-right a:hover {
  text-decoration: none
}

.admission-text {
  background-color: #e41749;
  border-radius: 23px;
  display: inline-block;
  padding: 2px 18px 2px 18px;
  margin-left: 10px;
  margin-right: 10px;
}

.admission-text a {
  color: #fff;
  font-size: 14px
}

.admission-text a:hover {
  text-decoration: none;
}

.custom-brand img {
  width: 49px;
}

.affix .custom-brand img {
  width: 46px;
  display: block;
}

.navbar .navbar-nav .nav-item .dropdown-content a:hover {
  color: #11cbd7;
  color: #fff;
  font-size: 12px;
}

li.nav-item a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
}

@media only screen and (max-width: 575px) {
  .header {
    display: none;
  }
  div#collapsibleNavbar {
    height: 100vh;
  }
  .navbar-nav .nav-item .custom-nav-link {
    /* margin-left: 0px; */
    font-size: 32px;
    text-align: center;
    padding-top: 45px;
  }
  .affix.navbar .nav-item>a, .affix.navbar .navbar-brand {
    color: #ffffff;
    font-size: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-nav .nav-item .custom-nav-link {
    margin-left: 0px;
    font-size: 12px;
  }
}

/********************
 3.FULLCLIP BANNER

*********************/

.caption {
  font-size: 30pt;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.caption:after {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00bbeb;
  display: inline-block;
  margin: 0 0 -2px;
}

.fullBackground {
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
  top: -53px;
  z-index: -11;
}

/********************
 4.SNOW-ANIMATION

*********************/

.snow-container {
  position: absolute;
  height: 700px;
  width: 100%;
  max-width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.snow-container.two {
  height: 440px;
}

.snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-animation: snow linear infinite;
  animation: snow linear infinite;
}

.snow.foreground {
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

.snow.foreground.layered {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.snow.middleground {
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png);
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.snow.middleground.layered {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.snow.background {
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png);
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.snow.background.layered {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
  }
}

@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
  }
}

@media (max-width: 1366px) {
  .snow-container {
    position: absolute;
    height: 100vh;
  }
}

/********************
 5.CAROUSEL SLIDER SERVIES

*********************/

@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md  if col-md-4*/
  .carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm  if col-sm-6*/
  .carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  .carousel-inner .active+.carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .active.carousel-item-left+.carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left+.carousel-item, .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/*MD*/

@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/*LG */

@media (min-width: 991px) {
  /* show 4th item */
  .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.agileits_heading_section {
  margin-bottom: 40px;
}

.servies_head {
  text-transform: capitalize;
  font-size: 2.5em;
  color: #212121;
  text-align: center;
  font-weight: 600;
  letter-spacing: 4px;
  font-family: 'Cookie', cursive;
}

.servies_para {
  color: #999;
  line-height: 2em;
  text-align: center;
  width: 65%;
  margin: 15px auto 0;
}

.servies_head span {
  color: #f5587b;
  font-family: 'Cookie', cursive;
}

.agileits_services_grid h3 {
  font-size: 1.7em;
  color: #f5587b;
  text-transform: capitalize;
  letter-spacing: 4px;
  font-weight: 600;
}

.agileits_services_grid p {
  color: #999;
  line-height: 2em;
  margin: 1em 0 2em;
}

/********************
 6.EVENT 

*********************/

.top-content {
  margin: 50px 0;
}

.inner_l_agile_grids {
  margin-top: 4em;
}

.inner_l_agile_grids {
  margin-top: 4em;
}

.wel-right {
  float: right;
  width: 65%;
  padding-top: 50px;
}

.wel-right2 {
  float: left;
  width: 65%;
  padding-top: 50px;
}

.agile-left {
  width: 70%;
  border-bottom: 4px solid #fff591;
  background: rgba(12, 12, 12, 0.41);
  padding: 31px 10px;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
}

.agile-left2 {
  width: 70%;
  padding: 31px 10px;
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: 1;
  border-bottom: 4px solid #fff591;
  background: rgba(12, 12, 12, 0.41);
}

.work-left {
  float: left;
  width: 28%;
}

.work-left span {
  font-size: 2em;
  color: #e41749;
}

.agileits-right {
  float: right;
  width: 72%;
}

.work-left h4 {
  color: #fc3158;
  font-size: 27px;
  letter-spacing: 1px;
  text-align: center;
}

.agileits-right a {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  letter-spacing: 1px;
}

.agileits-right a:hover {
  color: #009688;
}

.agileits-right p {
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  margin-top: 10px;
  letter-spacing: 1px;
}

.no-marg {
  margin-bottom: 3em !important;
}

.event-img {
  width: 100%;
}

@media (max-width: 768px) {
  .wthree-right {
    width: 100%;
  }
  .content-item.item-image1 img, .content-item.item-image2 img {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .agile-left, .agile-left2 {
    width: 70%;
    padding: 0px 5px;
  }
  .agileits-right {
    float: right;
    width: 100%;
  }
  .agileits-right a {
    font-size: 19px;
  }
  .work-left h4 {
    font-size: 25px;
  }
}

/********************
 7.SERVICE

*********************/

ul.list-group-2.row.row-30.row-lg-50.offset-top-0 {
  margin-top: 90px;
}

ul {
  list-style: none;
}

.lg-2-item-aside {
  display: inline;
}

.lg-2-item-title h4 {
  display: inline-block;
  margin-left: 50px;
}

.lg-2-item-title p {
  display: inline-block;
  margin-left: 134px;
  font-size: 16px;
  color: #9c9c9c;
}

.lg-2-item-title {
  display: inline;
  position: relative;
  top: -34px;
}

.lg-2-item-aside {
  flex-shrink: 0;
  border-radius: 6px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 18px 18px 21px;
}

.lg-2-item-aside i {
  font-size: 40px;
  color: #e41749;
}

/********************
 8.FEEDBACK

*********************/

/* news */

.news {
  background: url(../images/bg3.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.news h3.tittle:before {
  background: #fff;
}

.feedback-info h4 a {
  letter-spacing: 1px;
  line-height: 1.4;
}

.feedback-info h4 a:hover {
  color: #37adf5 !important;
}

.feedback-info h4 {
  font-size: 20px;
}

.feedback-info p {
  font-size: 16px;
  color: #888585;
}

.feedback-img {
  float: left;
  width: 25%;
}

.feedback-img-info {
  float: right;
  width: 68%;
  margin: 1.5em 0 0 1em;
}

.feedback-img-info h5 {
  color: #504e4e;
  font-size: 17px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  font-weight: 600;
}

.feedback-info {
  background: #fff;
}

/*  START INNER PAGES */

.bg-img {
  background-image: url(../images/main-img-inner.jpg);
  background-attachment: fixed;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-color {
  background-color: rgba(0, 0, 0, 0.6);
  height: 80vh;
  background-size: cover;
}

.bg-img h1 {
  position: relative;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: bolder;
  font-family: 'Cookie', cursive;
  letter-spacing: 3px;
}

/********************
9. REGISTRATION FORM

*********************/

.bg-img {
  background-image: url(../images/main-img-inner.jpg);
  background-attachment: fixed;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-color {
  background-color: rgba(0, 0, 0, 0.6);
  height: 50vh;
  background-size: cover;
}

.bg-img h1 {
  position: relative;
  top: 40%;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: bolder;
  font-family: 'Cookie', cursive;
  letter-spacing: 3px;
}

/* reset */

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* start editing from here */

a {
  text-decoration: none;
}

.txt-rt {
  text-align: right;
}

/* text align right */

.txt-lt {
  text-align: left;
}

/* text align left */

.txt-center {
  text-align: center;
}

/* text align center */

.float-rt {
  float: right;
}

/* float right */

.float-lt {
  float: left;
}

/* float left */

.clear {
  clear: both;
}

/* clear float */

.pos-relative {
  position: relative;
}

/* Position Relative */

.pos-absolute {
  position: absolute;
}

/* Position Absolute */

.vertical-base {
  vertical-align: baseline;
}

/* vertical align baseline */

.vertical-top {
  vertical-align: top;
}

/* vertical align top */

input[type="submit"], a, .agileinfo_social_icons li {
  transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
}

/*-- banner --*/

.center-container-img {
  padding: 0em 0;
  background: url(../images/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
}

.layouts_copy_right {
  padding: 1em 0;
  text-align: center;
  border-top: none;
}

.layouts_copy_right p {
  color: #ffffff;
  line-height: 2em;
  font-size: 16px;
}

.layouts_copy_right p a {
  color: #cd31c1;
  text-decoration: none;
}

.layouts_copy_right p a:hover {
  color: #fff;
}

.main {
  padding: 5em 0;
}

.main h1 {
  text-align: center;
  color: #fff;
  font-size: 3em;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.layouts_main_grid {
  width: 35%;
  padding: 2em;
  margin: 0 auto;
  background: rgba(120, 109, 118, 0.36);
}

.layouts_main_grid span {
  padding: .5em 0;
  display: block;
}

.layouts_main_grid span label {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  width: 28%;
  margin: .8em 0 0;
  position: relative;
}

.content-ls {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  margin: .8em 0 0;
  position: relative;
}

.layouts_main_grid span label i {
  position: absolute;
  right: 15%;
  top: 0%;
  color: #fff;
  font-style: normal;
}

.layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
  outline: none;
  width: 68%;
  background: rgba(120, 109, 118, 0.36);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border: 1px solid rgba(152, 149, 149, 0.42);
}

.layouts_main_grid select {
  outline: none;
  background: rgba(152, 149, 149, 0.42);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border: 1px solid rgba(152, 149, 149, 0.42);
}

::-webkit-input-placeholder {
  color: #fff !important;
}

#category, #category1, #risk, #priority {
  width: 79% !important;
}

.agileits_layouts_main_gridl {
  float: left;
  width: 41%;
}

.agileits_layouts_main_gridl input[type="text"], .agileits_layouts_main_gridr input[type="time"] {
  width: 90% !important;
}

.agileits_layouts_main_gridr input[type="time"] {
  padding: 7.5px !important;
}

.agileits_layouts_main_gridr {
  float: right;
  width: 29%;
}

.main_grid {
  margin: 2.5em 0 0;
}

.main_grid_left {
  float: left;
  margin: 0.5em 0 0;
}

.main_grid_left a {
  font-size: 1em;
  color: #FFFFFF;
  text-transform: capitalize;
}

.main_grid_left a:hover {
  color: #FF0F75;
}

.main_grid_right input[type="submit"] {
  outline: none;
  padding: 10px 0;
  width: 22%;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  background: #ffffff;
  border: none;
  cursor: pointer;
}

.main_grid_right input[type="submit"]:hover {
  background: #e41749;
  color: #fff;
}

/*-- radio button --*/

.grid-layouts1 ul li, .grid-layouts2 ul li {
  color: #fff;
  display: block;
  position: relative;
  height: 25px;
}

ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 0px 0px 50px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label {
  color: #FFFFFF;
}

ul li .check {
  display: block;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 13px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 2px solid #FFFFFF;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked~.check {
  border: 2px solid #e41749;
  padding: 6px;
}

input[type=radio]:checked~.check::before {
  background: #e41749;
}

input[type=radio]:checked~label {
  color: #e41749;
}

/*-- /radio button --*/

.form-ls {
  margin-bottom: 36px;
}

option {
  background: #212121
}

/*-- start-responsive-design --*/

@media (max-width:1440px) {
  .layouts_main_grid {
    width: 39%;
  }
}

@media (max-width: 1366px) {
  .layouts_main_grid {
    width: 41%;
  }
}

@media (max-width: 1280px) {
  .layouts_main_grid {
    width: 44%;
  }
}

@media (max-width: 1080px) {
  .main h1 {
    font-size: 2.7em;
  }
  /*-- layouts --*/
  .layouts_main_grid {
    width: 52%;
  }
}

@media (max-width: 1024px) {
  .layouts_main_grid {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .layouts_main_grid {
    width: 57%;
  }
}

@media (max-width: 800px) {
  .main h1 {
    font-size: 2.5em;
  }
  .main {
    padding: 3em 0;
  }
  .layouts_main_grid {
    width: 71%;
  }
}

@media (max-width: 768px) {
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 67.8%;
  }
  .center-container {
    min-height: 929px;
  }
}

@media (max-width: 736px) {
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 67.6%;
  }
  .main h1 {
    margin-bottom: 0.8em;
  }
  .center-container {
    min-height: 650px;
  }
}

@media (max-width: 667px) {
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 67%;
  }
  .layouts_main_grid span label i {
    right: 8%;
  }
  .main h1 {
    font-size: 2.3em;
  }
  .agileits_layouts_main_gridl {
    /*-- agileits --*/
    width: 39%;
  }
  .agileits_layouts_main_gridr {
    width: 30%;
  }
  .agileits_layouts_main_gridr input[type="time"] {
    padding: 9px 7.5px !important;
  }
}

@media (max-width: 640px) {
  .agileits_layouts_main_gridr {
    width: 30%;
  }
  .ui-datepicker {
    width: 28.4%;
  }
  .main h1 {
    font-size: 2em;
  }
}

@media (max-width: 600px) {
  .layouts_main_grid span label {
    float: none;
    width: 100%;
    margin: 0 0 1em;
    display: block;
  }
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 94.5%;
  }
  .layouts_main_grid span label i {
    right: 71%;
  }
  .agileits_layouts_main_gridl {
    width: 52%;
  }
  .agileits_layouts_main_gridr {
    width: 44%;
  }
  #category, #category1, #risk, #priority {
    width: 100% !important;
  }
}

@media (max-width:568px) {
  .main h1 {
    font-size: 1.8em;
  }
  .main {
    padding: 2em 0;
    /*-- layouts --*/
  }
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 94.3%;
  }
  .layouts_main_grid span label i {
    right: 67%;
  }
}

@media (max-width:480px) {
  .agileits_layouts_main_gridl {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .agileits_layouts_main_gridr {
    width: 100%;
    float: none;
  }
  .agileits_layouts_main_gridl input[type="text"], .agileits_layouts_main_gridr input[type="time"] {
    width: 92.9% !important;
  }
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 93.3%;
  }
  .agileits_layouts_main_gridr input[type="time"] {
    width: 95% !important;
  }
  .layouts_copy_right {
    padding: 1em 1em;
  }
  .layouts_main_grid span label i {
    right: 61%;
  }
  .main_grid_right input[type="submit"] {
    width: 30%;
  }
}

@media (max-width:414px) {
  .layouts_main_grid {
    padding: 1.5em;
  }
  .layouts_main_grid {
    width: 75%;
  }
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 92.3%;
  }
  .agileits_layouts_main_gridl input[type="text"], .agileits_layouts_main_gridr input[type="time"] {
    width: 92% !important;
  }
  .agileits_layouts_main_gridr input[type="time"] {
    width: 94% !important;
  }
  .main_grid_left {
    float: none;
    text-align: center;
    margin: 0 0 1em;
  }
  /*-- agileits --*/
  .layouts_main_grid span label i {
    right: 58%;
  }
  .main h1 {
    font-size: 1.7em;
  }
  .main_grid_right input[type="submit"] {
    width: 40%;
  }
}

@media (max-width:384px) {
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 92%;
  }
  .agileits_layouts_main_gridr input[type="time"] {
    width: 93.8% !important;
  }
}

@media (max-width: 375px) {
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 91.5% !important;
  }
  .agileits_layouts_main_gridr input[type="time"] {
    width: 93.5% !important;
  }
  #category, #category1, #risk, #priority {
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  .main h1 {
    font-size: 1.3em;
    margin-bottom: 1em;
  }
  .layouts_main_grid {
    padding: 1em;
  }
  .layouts_main_grid span label, .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    font-size: 13px;
  }
  .layouts_main_grid span label i {
    right: 50%;
  }
  .layouts_main_grid input[type="text"], #category, #category1, #risk, #priority, .agileits_layouts_main_gridr input[type="time"], .layouts_main_grid input[type="email"], .layouts_main_grid textarea {
    width: 90% !important;
  }
  .agileits_layouts_main_gridr input[type="time"] {
    width: 93.5% !important;
  }
  #category, #category1, #risk, #priority {
    width: 100% !important;
  }
  .agileits_layouts_main_gridr input[type="time"] {
    width: 92.5% !important;
  }
  .main_grid {
    margin: 1em 0 0;
    padding: 1em 0 0;
  }
  .main_grid_left a {
    font-size: 14px;
  }
  .main_grid_right {
    width: 100%;
  }
  .agileits_copyright p {
    font-size: 13px;
    margin: 2em 0 0;
  }
  .layouts_copy_right p {
    font-size: 14px;
  }
  .layouts_copy_right {
    padding: 1em 0em;
  }
  .main {
    padding: 2em 0 0em;
  }
}

/********************
10.ABOUT US

*********************/

/*-- about --*/

.about {
  padding: 5em 0;
}

.about-us {
  margin: 50px 0;
}

.agileits-top-heading {
  padding: 2em 0;
}

.agileits-top-heading h2 {
  color: #FFFFFF;
  text-align: center;
}

.wthree-about-left-info {
  background: #EAF7FD;
  padding: .5em;
}

.wthree-about-left-info img {
  width: 100%;
}

.agileits-about-right h5 {
  color: #f5587b;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
}

.agileits-about-right p {
  margin: 1em 0 0 0;
  font-size: 14px;
  color: #999999;
  line-height: 1.8em;
}

.agileits-about-right p span {
  display: block;
  margin: 1em 0 0 0;
}

/*-- offers --*/

.offers {
  background: url(../images/22.jpg)no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-about {
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  padding: 5em 0;
}

.white-ls {
  color: #fff!important;
}

.heading-agileinfo {
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 40px;
  margin-bottom: 1.9em;
  text-align: center;
  color: #009688;
  text-transform: capitalize;
  position: relative;
}

.heading-agileinfo span {
  display: block;
  font-size: 17px!important;
  margin-top: 1em;
  letter-spacing: 4px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
}

.custom-bottom-ab {
  margin-bottom: 1.9em
}

.black-ls {
  color: #fff!important;
}

.offers-heading h3 {
  color: #FFFFFF;
}

.offers-grids {
  margin: 4em 0 0 0;
}

.offers-left-heading h4 {
  font-size: 1.2em;
  margin: 0 0 1em 0;
  color: #f5587b;
  line-height: 1.5em;
  text-transform: uppercase;
}

.offers-number {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #e41749;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.offers-number p {
  font-size: 1.5em;
  color: #FFFFFF;
  margin: 0;
  line-height: 2.2em;
}

.offers-text {
  float: right;
  width: 85%;
}

.offers-text p {
  color: #FFFFFF;
  font-size: .9em;
  line-height: 1.8em;
  margin: 0;
}

.offers-left-middle {
  margin: 2em 0;
}

.wthree-offers-right h5 {
  color: #FFFFFF;
  font-size: 1em;
  margin: 0 0 1em 0;
  line-height: 1.5em;
}

.wthree-offers-right p {
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}

.wthree-offers-right ul {
  margin: 1em 0 0 0;
  padding: 0;
}

.wthree-offers-right ul li {
  display: block;
  margin-bottom: 1em;
}

.wthree-offers-right ul li a {
  font-size: .9em;
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
}

/*-- //offers --*/

/*-- about-team --*/

.team {
  margin: 50px 0 100px 0;
}

.team-row-agileinfo {
  margin: 4em 0;
}

.social-icon.social-lsicon a {
  margin: 0 0.5em;
}

.thumbnail.team-agileits {
  border: none;
  text-align: center;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

.team-agileits img {
  width: 100%;
}

.agile-caption {
  padding: 1.5em;
  position: absolute;
  bottom: -12%;
  background: #fff;
  width: 80%;
  left: 10%;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 3px #ccc;
  -moz-box-shadow: 0px 2px 3px #ccc;
  box-shadow: 0px 2px 3px #ccc;
  height: 34%;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
}

.agile-caption h4 {
  color: #f5587b;
  font-size: 18px;
}

.social-lsicon {
  padding: .8em;
  margin-top: 0.4em;
  background: #191d22;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

.social-lsicon a {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  -ms-transition-delay: .2s;
  transition-delay: .2s;
}

.thumbnail.team-agileits:hover .social-lsicon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.thumbnail.team-agileits:hover .agile-caption {
  height: 49%;
}

.social-icon a {
  font-size: 1em;
  color: #fff;
  margin: 0 1.5em;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 999;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
}

.social-icon a:hover {
  color: #e41749;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.social-icon a.twit:hover {
  color: #e41749;
}

.social-icon a.social-button.fb:hover {
  color: #e41749;
}

.social-icon a.social-button.ggl:hover {
  color: #e41749;
}

.social-icon a.social-button.drbl:hover {
  color: #e41749;
}

.social-icon a.social-button.be:hover {
  color: #e41749;
}

.social-icon a.social-button.in:hover {
  color: #e41749;
}

/*-- //about-team --*/

/********************
 11.CONTACT US

*********************/

/* contact page */

.wthree_footer_grid_left {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  background: #e41749;
  margin-bottom: 1em;
}

.ls_footer_grid_left p {
  color: #3f4044;
  line-height: 2em;
}

.ls_footer_grid_left p span {
  display: block;
}

.wthree_footer_grid_left i {
  color: #fff;
  font-size: 1.6em;
  line-height: 2.2em;
}

.ls_footer_grid_left p a {
  color: #3f4044;
  text-decoration: none;
}

.ls_footer_grid_left p a:hover {
  color: #000;
}

.ls_address_mail_footer_grids iframe {
  width: 100%;
  height: 25em;
  border: none;
  margin-bottom: 2em;
}

h4.white-ls {
  color: #fff;
  margin-bottom: 1em;
  font-size: 30px;
}

.multi-gd-img.multi-gd-text h4 {
  position: absolute;
  top: 50%;
  left: 30%;
  font-size: 2em;
  color: #fff;
  font-weight: 300;
  letter-spacing: 10px;
}

.multi-gd-img.multi-gd-text h4 span {
  font-weight: 700;
  color: #2fdab8;
}

.multi-gd-img.multi-gd-text {
  padding: 0;
}

.styled-input.agile-styled-input-top {
  margin-top: 0;
}

.address-grid {
  padding: 1em 0em 0 0em;
}

.contact-form {
  background: #181919;
  padding: 5em 3em;
}

.contact input[type="text"], .contact input[type="email"], .contact textarea {
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.5em 1em;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  background: none;
  -webkit-appearance: none;
  outline: none;
}

.contact textarea {
  min-height: 8em;
  resize: none;
}

.contactright {
  padding-left: 7em;
  padding-top: 4em;
}

.ls_footer_grid_left {
  margin-bottom: 2em;
}

.ls_footer_grid_left:nth-child(4) {
  margin-bottom: 0em;
}

/*-- input-effect --*/

.styled-input input:focus~label, .styled-input input:valid~label, .styled-input textarea:focus~label, .styled-input textarea:valid~label {
  font-size: .9em;
  color: #ff0a80;
  top: -1.3em;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}

.styled-input {
  width: 100%;
  margin: 2em 0 1em;
  position: relative;
}

.styled-input label {
  color: #555;
  padding: 0.5em 0em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  line-height: 1em;
}

.styled-input input~span, .styled-input textarea~span {
  display: block;
  width: 0;
  height: 2px;
  background: rgb(39, 39, 39);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  transition: all 0.125s;
}

.styled-input textarea~span {
  bottom: 5px;
}

.styled-input input:focus.styled-input textarea:focus {
  outline: 0;
}

.styled-input input:focus~span, .styled-input textarea:focus~span {
  width: 100%;
  -webkit-transition: all 0.075s;
  -moz-transition: all 0.075s;
  transition: all 0.075s;
}

.white-ls {
  color: #fff!important;
}

.contactright h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 1em;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.5em 1em 0.5em 0;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  background: none;
  -webkit-appearance: none;
  outline: none;
}

.contact-form textarea {
  height: 8em;
}

.contact-form input[type="submit"] {
  border: none;
  padding: 0.7em 2.5em;
  font-size: 15px;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ffffff;
  color: #191919;
}

.contact-form input[type="submit"]:hover {
  background: #e41749;
  color: #fff;
}

.ls_address_mail_footer_grids {
  padding: 5em 0;
}

/* //contact page */

/********************
 12.GALLERY

*********************/

.gallery-margin {
  margin: 70px 0;
}

.gallery-img {
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  border: 1px solid #dedddd;
  position: relative;
  padding: 4px;
}

.gallery-img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery-img img {
  width: 100%;
}

.inner_content-2 .button {
  width: 181px;
  height: 50px;
  border: 1px solid yellow;
  background: transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.inner_content-2 .button:hover {
  background: #fcdb54
}

/********************
 13.EVENT INNER PAGE

*********************/

/*--events-section--*/

.events-agileits-layouts {
  padding: 5em 0;
}

.popular-text {
  text-align: center;
  border: 1px double rgba(189, 187, 187, 0.61);
  border-top: none;
  background: #fff;
}

.popular-text h5 {
  font-size: 14px;
}

.popular-grid:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.popular-grid img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  border: 1px solid #fff;
  width: 100%;
}

.popular-grid h5 a {
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
  background: #e41749;
  padding: 0.5em;
  margin: 0px 0 25px;
  text-transform: capitalize;
}

.popular-grid h5 a:hover, .popular-grid h5 a:focus {
  text-decoration: none;
}

.detail-bottom ul li {
  list-style: none;
  display: inline;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.detail-bottom ul li i {
  color: #e41749;
  font-size: 20px;
  padding: 0 15px;
}

.popular-grid p {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 28px;
  padding: 1em 1em 1.5em;
  color: #757575;
}

.popular-grid {
  padding-top: 2em;
}

/*--//Events-section--*/

/*  END  INNER PAGES */

/********************
 14.FOOTER

*********************/

.newsletter_right {
  background: #101010;
}

.n-right .form-group .form-control {
  padding: 1em 1em;
  border: 1px solid #ced4da;
  letter-spacing: 1px;
  font-size: 0.9em;
}

ul.links-nav li {
  list-style: none;
  margin-left: 1em;
}

ul.links-nav li a {
  color: #929394;
  letter-spacing: 1px;
  font-size: 0.9em;
}

ul.links-nav li a.active, ul.links-nav li a:hover {
  color: #fff;
}

p.copy-right a {
  color: #009688;
}

.n-right .form-group button.form-control.submit {
  background: #e41749;
  border: 1px solid #e41749 !important;
  ;
  border: 1px solid #e41749 !important;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  padding: 0.8em 1em;
  width: 26%;
  margin-left: 1%;
}

.n-right .form-group button.form-control.submit:hover {
  opacity: 0.8;
}

h3.tittle1 {
  font-size: 1.7em;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.social-info p {
  color: #bbbbbb;
  line-height: 28px;
  font-size: 15px;
  letter-spacing: .7px;
}

.social-info a {
  color: #f5587b;
}

ul.social-icons li {
  list-style: none;
  display: inline-block;
}

ul.social-icons li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 34px;
  background: transparent;
  border: 2px solid #fff;
  text-align: center;
}

ul.social-icons li a:hover {
  color: #e41749;
}

.copyright a.navbar-brand {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.copyright {
  background: #383838;
}

p.copy-right {
  color: #fff;
  font-size: 12px;
}

ul.scial {
  text-align: right;
}

@media screen and (max-width: 736px) {
  p.copy-right {
    text-align: center;
    margin-bottom: 1em;
  }
  ul.scial {
    text-align: center;
  }
  h3.tittle1 {
    font-size: 1.5em !important;
  }
}

@media screen and (max-width: 440px) {
  a.navbar-brand i {
    font-size: 1.5em !important;
  }
  .n-right .form-group button.form-control.submit {
    width: 41%;
  }
}

/*--//footer--*/

.scroll-top-wrapper.show {
  bottom: 40px;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.scroll-top-wrapper {
  position: fixed !important;
  right: 30px;
  bottom: -50px;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9191919;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.scroll-top-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e41749;
  z-index: -1;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
}

.scroll-top-wrapper:after {
  content: "\f106";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
}

/********************
 15.RESPONSIVE

*********************/

@media screen and (max-width: 1024px) {
  .agile-caption {
    padding: 0.5em;
  }
}

@media screen and (max-width: 600px) {
  .contactright {
    padding-left: 3em;
  }
  .bg-img h1 {
    font-size: 50px;
  }
}