/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Viras Security       ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles 
* 2. miscelnious styles 
* 3. header styles 
* 4. blog styles 
* 5. call to action styles 
* 6. team styles 
* 7. services styles 
* 8. fun fact styles 
* 9. testimonials styles 
* 10. what we offer styles 
* 11. about styles 
* 12. banner styles 
* 13. footer styles 
* 14. social branding styles 
* 15. erro 404 styles 
* 16. brand section styles 
* 17. gallery styles 
* 18. why choose us styles 
* 19. video box styles 
* 20. qoute form styles 
* 21. inner banner styles 
* 22. faq styles 
* 23. contact styles 
* 24. sidebar styles 
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/************************** 
* 1. imported styles 
***************************/
@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
/*@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url('https://fonts.googleapis.com/css?family=Lato');

@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/bootstrap-select/dist/css/bootstrap-select.min.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../assets/fn-icon/style.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/owl.carousel-2/assets/owl.theme.default.min.css);
@import url(../assets/nouislider/nouislider.css);
@import url(../assets/nouislider/nouislider.pips.css);
@import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
@import url(../assets/Magnific-Popup-master/dist/magnific-popup.css);
@import url(../assets/animate.min.css);
@import url(../assets/hover-min.css);
@import url(../assets/Stroke-Gap-Icons-Webfont/style.css);
@import url(../assets/vegas/vegas.min.css);
/************************** 
* 2. miscelnious styles 
***************************/
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
body {
  font-family: 'Lato', sans-serif;;
  color: #888888;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .01em;
}

a:hover,
a:visited,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.sec-pad {
  padding: 50px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}
.pt50 {
  padding-top: 50px;
}
.pb0 {
  padding-bottom: 0 !important;
}

.sec-title {
  margin-bottom: 70px;
}
.sec-title h2 {
  margin: 0;
  color: #333333;
  font-family: 'Nunito';
  font-size: 40px;
}
.sec-title h2 span {
  font-weight: 800;
}
.sec-title .line {
  display: block;
  width: 70px;
  height: 4px;
  background: #2cb28e;
  margin-bottom: 23px;
}
.sec-title.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.thm-btn {
        height: 45px;
    width: 100%;
   border: none;
    outline: none;
    display: inline-block;
    background: #05576E;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 2px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 10px;
    box-shadow: 2px 2px #000;
    font-family: 'Quicksand', sans-serif;
    border-radius: 5px;
}
.thm-btn:hover {
  background: #1c8a6c;
  color: #fff;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #2cb28e;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.gif);
}

.search-form-modal.modal .modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-form-modal {
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
}
.search-form-modal .modal-content {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.search-form-modal .modal-body {
  background: #1c1c1c;
  padding: 0;
  border-radius: 10px;
}
.search-form-modal .modal-body form {
  position: relative;
  padding: 20px;
}
.search-form-modal .modal-body form button.close {
  opacity: 1;
  color: #333;
  position: absolute;
  top: -25px;
  right: -10px;
  font-size: 20px;
}
.search-form-modal .modal-body form input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 18px;
}
.search-form-modal .modal-body form button[type="submit"] {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  outline: none;
}

/************************** 
* 3. header styles 
***************************/
.header .header-navigation .navbar-collapse.collapse {

  text-align: right;
}

.header .header-navigation.navbar {
align-items: center;
    height: 92px;
    /* background-color: transparent; */
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0;
   
}

.header .header-navigation.navbar > .container .navbar-brand,
.header .header-navigation.navbar > .container-fluid .navbar-brand {
  margin: 0;
  float: left;
  height: auto;
  padding: 0;
  font-size: 18px;
  line-height: 47px;
}

.header .header-navigation.navbar > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.header .header-navigation.navbar > .container .navbar-brand img,
.header .header-navigation.navbar > .container-fluid .navbar-brand img {
  display: inline;
}

.header .header-navigation.navbar .nav.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
	margin-top: 10px;
    margin-bottom: 10px;
    width:78%;
     padding: 10px 0;
}

.header .header-navigation.navbar .nav > li {
  padding: 0px 0px;
  float: none;
  display: inline-block;
}

.header .header-navigation.navbar .nav > li + li {
  margin-left: 30px;
}


.header .header-navigation.navbar .nav > li > a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #Fe8A17;
  padding: 10px 0px;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}
@media(max-width:992px){
.header .header-navigation.navbar .nav > li > a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff !important;
  padding: 10px 0px;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}
}
.header .header-navigation.navbar .nav > li:hover > a {
  color: #03586B;
}

.header .header-navigation.navbar .nav > li.current > a {
  color: #03586B;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000000;
  float: left;
  min-width: 200px;
  padding: 0px 0;
  text-align: left;
  list-style: none;
  background-color: #222;
  background-clip: padding-box;
  border-top: 4px solid #2cb28e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}

.header .header-navigation.navbar .navbar-nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li {
  display: block;
  position: relative;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li a {
  font-size: 15px;
  color: #FFFFFF;
  padding: 8px 0;
  display: block;
  padding-left: 20px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li + li {
  border-top: 1px dashed #282828;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li:hover > a {
  background: #2cb28e;
  border-color: #2cb28e;
  position: relative;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  float: left;
  min-width: 200px;
  padding: 0px 0;
  text-align: left;
  list-style: none;
  background-color: #161616;
  background-clip: padding-box;
  border-top: 4px solid #2cb28e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  top: 0;
  left: 100%;
  margin-top: 0px;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1025px) {
  .nav li a span.phone-only {
    display: none;
  }

  .nav li a .sub-nav-toggler {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav li a .sub-nav-toggler {
    display: inline-block;
  }
}
.header.stricky-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  margin: 0;
  background: #333;
  padding: 0px 0;
}

.header.stricky-fixed .header-navigation.navbar .nav > li:hover > a {
  color: #2cb28e;
}

.header.stricky-fixed .header-navigation {
  padding-top: 0;
}

.header.stricky-fixed .header-navigation {
  padding-top: 0;
}

.header.stricky-fixed .header-navigation .navbar-header {
      padding-top: 2px;
    padding-bottom: 2px;
}

.header.stricky-fixed .header-navigation.navbar .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header .header-navigation {
  padding-top: 0px;
	    padding-bottom: 0px;
}
.header .header-navigation .container {
  position: relative;
  padding-right: 55px;
}
.header .header-navigation .container .right-button-box {
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 1em;
}
.header .header-navigation .container .right-button-box a.search-btn {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
}

.header.stricky-fixed .header-navigation .container .right-button-box {
  top: 30px;
}

.header.header-2 {
  position: static;
  background: #fff;
}
.header.header-2 .header-navigation .navbar-header {
  padding-top: 31px;
  padding-bottom: 31px;
}
.header.header-2 .header-navigation {
  padding-top: 0;
}
.header.header-2 .header-navigation.navbar .nav > li > a {
  padding: 55px 0;
}
.header.header-2 .header-navigation.navbar .nav > li:not(.current) > a {
  color: #333333;
}
.header.header-2 .header-navigation .container .right-button-box {
  top: 55px;
}
.header.header-2.stricky-fixed .header-navigation .container .right-button-box {
  top: 30px;
}
.header.header-2 .header-navigation .container .right-button-box a.search-btn {
  color: #333;
}
.header.header-2.stricky-fixed {
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.header.header-2.stricky-fixed .header-navigation .navbar-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
.header.header-2.stricky-fixed .header-navigation.navbar .nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

/************************** 
* 4. blog styles 
***************************/
.blog-style-one .single-blog-one h3, .blog-style-one .single-blog-one p {
  margin: 0;
}
.blog-style-one .single-blog-one a.date {
  color: #2cb28e;
  font-size: 12px;
  display: block;
}
.blog-style-one .single-blog-one h3 {
  color: #333333;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-one h3:hover {
  color: #2cb28e;
}
.blog-style-one .single-blog-one p {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 20px;
}
.blog-style-one .single-blog-one a.read-more {
  color: #333333;
  display: block;
  margin-top: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-one a.read-more i {
  margin-left: 6px;
}
.blog-style-one .single-blog-one a.read-more:hover {
  color: #2cb28e;
}

.blog-style-two .row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.blog-style-two [class*=col-] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.blog-style-two .single-blog-two:hover .img-box .date {
  color: #fff;
}
.blog-style-two .single-blog-two:hover .img-box .overlay {
  opacity: 1;
}
.blog-style-two .single-blog-two:hover .text-box h3 {
  color: #2cb28e;
}
.blog-style-two .single-blog-two .img-box {
  position: relative;
}
.blog-style-two .single-blog-two .img-box > img {
  width: 100%;
}
.blog-style-two .single-blog-two .img-box .date {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #2cb28e;
  font-size: 12px;
  z-index: 9;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.blog-style-two .single-blog-two .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(237, 73, 46, 0.8);
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.blog-style-two .single-blog-two .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.blog-style-two .single-blog-two .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.blog-style-two .single-blog-two .text-box {
  background: #fff;
  -webkit-box-shadow: -2px 21px 34px rgba(239, 239, 239, 0.75);
          box-shadow: -2px 21px 34px rgba(239, 239, 239, 0.75);
  padding: 25px 0;
  padding-left: 20px;
}
.blog-style-two .single-blog-two .text-box h3 {
  color: #333333;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 25px;
}

.blog-grid-page .single-blog-two {
  margin-bottom: 30px;
}

.post-pagination {
  margin-top: 30px;
}
.post-pagination ul.pagination li a {
  color: #333;
  font-size: 15px;
  padding: 12px 18px;
  border: none;
  font-weight: 600;
  font-family: 'Nunito';
}
.post-pagination ul.pagination li.active a {
  color: #EE7667;
  background: #F3F2F2;
}

.blog-list-page .single-blog-two +
.single-blog-two {
  margin-top: 50px;
}
.blog-list-page .single-blog-two .text-box {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog-list-page .single-blog-two .text-box .inner {
  position: relative;
}
.blog-list-page .single-blog-two .text-box h3 {
  font-size: 22px;
}
.blog-list-page .single-blog-two .text-box a.love {
  color: #888888;
  line-height: 27px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-list-page .single-blog-two .text-box a.love i {
  color: #F33562;
  font-size: 27px;
  margin-right: 0px;
  display: inline-block;
  vertical-align: bottom;
}

.blog-details-page .single-blog-two .text-box {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-details-page .single-blog-two p {
  margin: 0;
}
.blog-details-page .single-blog-two blockquote {
  margin-bottom: 0;
  border: none;
  background: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.blog-details-page .single-blog-two blockquote p {
  font-size: 20px;
  font-weight: 300;
  color: #888888;
  line-height: 35px;
  margin-top: 20px;
}
.blog-details-page .comment-box, .blog-details-page .leave-comment-area {
  margin-top: 70px;
}
.blog-details-page .comment-box .title, .blog-details-page .leave-comment-area .title {
  margin-bottom: 30px;
}
.blog-details-page .comment-box .title h3, .blog-details-page .leave-comment-area .title h3 {
  color: #333;
  font-size: 20px;
  line-height: 1em;
  margin: 0;
  font-weight: 600;
}
.blog-details-page .comment-box .single-comment + .single-comment {
  margin-top: 37px;
}
.blog-details-page .comment-box .single-comment .img-box, .blog-details-page .comment-box .single-comment .text-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .comment-box .single-comment .img-box {
  width: 113px;
}
.blog-details-page .comment-box .single-comment .img-box > img {
  width: 100%;
}
.blog-details-page .comment-box .single-comment .text-box {
  padding-left: 25px;
}
.blog-details-page .comment-box .single-comment .text-box h3, .blog-details-page .comment-box .single-comment .text-box p {
  margin: 0;
}
.blog-details-page .comment-box .single-comment .text-box h3 {
  color: #333;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog-details-page .comment-box .single-comment .text-box span {
  font-size: 13px;
  line-height: 1em;
}
.blog-details-page .comment-box .single-comment .text-box span i {
  margin-right: 6px;
}
.blog-details-page .comment-box .single-comment .text-box p {
  font-size: 15px;
  line-height: 26px;
  margin-top: 5px;
}
.blog-details-page .comment-box .single-comment .text-box a.reply {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0b0b0b;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 15px;
}
.blog-details-page .comment-box .single-comment .text-box a.reply:hover {
  background: #2cb28e;
  color: #fff;
  border-color: #2cb28e;
}
.blog-details-page .leave-comment-area form .form-box {
  position: relative;
  margin-bottom: 20px;
}
.blog-details-page .leave-comment-area form .form-box i.fa {
  position: absolute;
  top: 22px;
  left: 30px;
  color: #2cb28e;
  font-size: 15px;
}
.blog-details-page .leave-comment-area form input, .blog-details-page .leave-comment-area form textarea {
  width: 100%;
  height: 60px;
  background: #F7F7F7;
  color: #888888;
  border: none;
  outline: none;
  display: block;
  padding-left: 50px;
}
.blog-details-page .leave-comment-area form textarea {
  height: 105px;
  padding-top: 17px;
}
.blog-details-page .leave-comment-area form .thm-btn {
  width: 180px;
  height: 60px;
  padding: 0;
  text-align: center;
}

/************************** 
* 5. call to action styles 
***************************/
.cta-style-one {
  background: #1c1c1c url(../img/cta-bg-1.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 125px;
}
.cta-style-one .sec-title {
  margin-bottom: 0;
}
.cta-style-one .sec-title h2 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}
.cta-style-one .sec-title span.highlight {
  color: #2cb28e;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
.cta-style-one .sec-title p {
  color: #888888;
  margin-bottom: 15px;
  margin-top: 16px;
}
.cta-style-one .sec-title .phone {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}
.cta-style-one .sec-title .phone span {
  color: #2cb28e;
  font-weight: 700;
}
.cta-style-one .sec-title a.thm-btn {
  margin-top: 50px;
}

.cta-style-two {
  position: relative;
  padding: 130px 0;
  background: #1c1c1c url(../img/cta-bg-2.jpg) center center no-repeat fixed;
  background-size: cover;
}
.cta-style-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 28, 28, 0.93);
}
.cta-style-two .container {
  position: relative;
}
.cta-style-two h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
.cta-style-two h2 span {
  color: #2cb28e;
  font-weight: 800;
}
.cta-style-two .button-box {
  padding: 20px 0;
}

/************************** 
* 6. team styles 
***************************/
.team-style-one .single-team-one {
  display: block;
  background: #fff;
  border: 1px solid #F5F5F5;
  -webkit-box-shadow: 1px 29px 62px rgba(243, 243, 243, 0.75);
          box-shadow: 1px 29px 62px rgba(243, 243, 243, 0.75);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 55px;
}
.team-style-one .single-team-one h3 {
  margin: 0;
  color: #333333;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.team-style-one .single-team-one span.position {
  color: #2cb28e;
  font-size: 18px;
}
.team-style-one .single-team-one .social {
  margin-top: 10px;
}
.team-style-one .single-team-one .social a {
  color: #B4B4B4;
  font-size: 14px;
}
.team-style-one .single-team-one .social a + a {
  margin-left: 15px;
}

.team-style-two {
  background: #fff url(../img/team-2-bg.png) center center repeat;
}
.team-style-two .single-team-style-two {
  padding-left: 20px;
  padding-right: 20px;
}
.team-style-two .single-team-style-two > img {
  width: 100%;
}
.team-style-two .single-team-style-two .text-box {
  -webkit-box-shadow: 1px 29px 62px rgba(243, 243, 243, 0.75);
          box-shadow: 1px 29px 62px rgba(243, 243, 243, 0.75);
  text-align: center;
  padding-bottom: 20px;
}
.team-style-two .single-team-style-two .text-box h3 {
  margin: 0;
  color: #333333;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 7px;
}
.team-style-two .single-team-style-two .text-box span.position {
  color: #2cb28e;
  font-size: 15px;
}
.team-style-two .single-team-style-two .text-box .social {
  margin-top: 0px;
}
.team-style-two .single-team-style-two .text-box .social a {
  color: #B4B4B4;
  font-size: 14px;
}
.team-style-two .single-team-style-two .text-box .social a + a {
  margin-left: 15px;
}

/************************** 
* 7. services styles 
***************************/
.service-style-one .row {
  margin: 0;
}
.service-style-one .col-md-6 {
  padding: 0;
}
.service-style-one .single-service-one.img-on-left .img-box {
  float: left;
}
.service-style-one .single-service-one.img-on-left .text-box {
  float: right;
}
.service-style-one .single-service-one.img-on-right .img-box {
  float: right;
}
.service-style-one .single-service-one.img-on-right .text-box {
  float: left;
}
.service-style-one .single-service-one .img-box {
  width: 50%;
}
.service-style-one .single-service-one .img-box img {
  width: 100%;
}
.service-style-one .single-service-one .text-box {
  width: 50%;
  background: #F9F9F9;
  padding: 40px 35px;
}
.service-style-one .single-service-one .text-box i[class*=secure-pro-icon] {
  color: #333;
  font-size: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-one .text-box h3 {
  margin: 0;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-top: 21px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-one .text-box p {
  margin-top: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-one .text-box a.read-more {
  color: #2cb28e;
  display: inline-block;
  margin-top: 9px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-one .text-box a.read-more i {
  margin-left: 6px;
}
.service-style-one .single-service-one .text-box:before {
  background: #2cb28e;
}
.service-style-one .single-service-one .text-box:hover i[class*=secure-pro-icon] {
  color: #fff;
}
.service-style-one .single-service-one .text-box:hover h3 {
  color: #fff;
}
.service-style-one .single-service-one .text-box:hover p {
  color: #fff;
}
.service-style-one .single-service-one .text-box:hover a.read-more {
  color: #fff;
}

.service-style-two .signle-service-two .icon-box, .service-style-two .signle-service-two .text-box {
  display: table-cell;
  vertical-align: middle;
}
.service-style-two .signle-service-two .icon-box {
  width: 75px;
  border-right: 1px solid #2cb28e;
  text-align: center;
}
.service-style-two .signle-service-two .icon-box i {
  color: #888;
  font-size: 35px;
}
.service-style-two .signle-service-two .text-box {
  padding-left: 20px;
}
.service-style-two .signle-service-two .text-box h3, .service-style-two .signle-service-two .text-box p {
  margin: 0;
}
.service-style-two .signle-service-two .text-box h3 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 15px;
}
.service-style-two .signle-service-two .text-box p {
  color: #888888;
}

.service-style-three.dark-bg {
  background: #272727 url(../img/service-bg-2.jpg) center center no-repeat;
  background-size: cover;
}
.service-style-three.dark-bg .sec-title h2 {
  color: #fff;
}
.service-style-three.gray-bg {
  background: #fff url(../img/service-bg-1.jpg) center center no-repeat;
  background-size: cover;
}
.service-style-three.gray-bg .single-service-style-three {
  background: #F8F8F8;
  border-color: #F8F8F8;
}
.service-style-three.gray-bg .single-service-style-three .icon-box i {
  color: #333333;
}
.service-style-three.gray-bg .single-service-style-three > h3 {
  color: #333333;
}
.service-style-three.gray-bg .single-service-style-three .overlay .box .content i {
  color: #fff;
}
.service-style-three .row {
  margin: 0;
}
.service-style-three .row [class*=col-] {
  padding: 0;
}
.service-style-three .single-service-style-three {
  text-align: center;
  background: #202020;
  overflow: hidden;
  position: relative;
  padding: 102px 0;
  border: 1px solid #272727;
}
.service-style-three .single-service-style-three:hover .overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.service-style-three .single-service-style-three h3, .service-style-three .single-service-style-three p {
  margin: 0;
}
.service-style-three .single-service-style-three .icon-box i {
  font-size: 49px;
  color: #555555;
}
.service-style-three .single-service-style-three > h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
}
.service-style-three .single-service-style-three .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2cb28e;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.service-style-three .single-service-style-three .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.service-style-three .single-service-style-three .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.service-style-three .single-service-style-three .overlay .box .content i {
  color: #FF8D7A;
  font-size: 65px;
}
.service-style-three .single-service-style-three .overlay .box .content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}
.service-style-three .single-service-style-three .overlay .box .content p {
  color: #fff;
}

.service-single-page .service-single-content h3, .service-single-page .service-single-content p {
  margin: 0;
}
.service-single-page .service-single-content h3 {
  font-size: 30px;
  color: #4A4A4A;
  font-weight: 600;
}
.service-single-page .service-single-content .service-features {
  margin-left: -5px;
  margin-right: -5px;
}
.service-single-page .service-single-content .service-features [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.service-single-page .service-single-content .service-features .single-service-features {
  background: #F8F8F8;
  padding: 50px 30px;
  padding-bottom: 40px;
}
.service-single-page .service-single-content .service-features .single-service-features i {
  font-size: 30px;
}
.service-single-page .service-single-content .service-features .single-service-features h3 {
  text-transform: uppercase;
  color: #333333;
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.service-single-page .related-services {
  padding-top: 130px;
}
.service-single-page .related-services .title {
  font-size: 25px;
  color: #333;
  font-weight: 600;
}
.service-single-page .related-services-carousel .owl-nav {
  position: absolute;
  bottom: 100%;
  right: -10px;
  margin: 0;
  margin-bottom: 30px;
}
.service-single-page .related-services-carousel .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  padding: 0;
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  border-radius: 0;
}
.service-single-page .related-services-carousel .owl-nav [class*=owl-]:hover {
  background: #2cb28e;
}

/************************** 
* 8. fun fact styles 
***************************/
.fun-fact-testimonial-section {
  overflow: hidden;
  background: #181818;
}
.fun-fact-testimonial-section .fun-fact-style-one {
  position: relative;
  padding: 150px 0;
  padding-top: 145px;
  padding-right: 75px;
}
.fun-fact-testimonial-section .fun-fact-style-one:before {
  content: '';
  background: #2cb28e;
  position: absolute;
  top: 0;
  right: 0;
  width: 1000000px;
  height: 100000px;
}
.fun-fact-testimonial-section .fun-fact-style-one .single-fun-fact {
  width: 33.33333%;
  float: left;
  padding: 5px;
}
.fun-fact-testimonial-section .fun-fact-style-one .single-fun-fact .inner {
  background: #000000;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.fun-fact-testimonial-section .fun-fact-style-one .single-fun-fact h3 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1em;
}
.fun-fact-testimonial-section .fun-fact-style-one .single-fun-fact p {
  color: #fff;
  font-weight: 600;
  margin: 0;
  margin-top: 5px;
}
.fun-fact-testimonial-section .testimonial-content {
  padding-top: 150px;
  padding-left: 35px;
}
.fun-fact-testimonial-section .testimonial-content .sec-title {
  margin-bottom: 30px;
}
.fun-fact-testimonial-section .testimonial-content .sec-title h2 {
  color: #fff;
}
.fun-fact-testimonial-section .testimonial-content .owl-nav {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
}
.fun-fact-testimonial-section .testimonial-content .owl-nav [class*=owl-] {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #424242;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.fun-fact-testimonial-section .testimonial-content .owl-nav [class*=owl-]:hover {
  color: #2cb28e;
}
.fun-fact-testimonial-section .testimonial-content .owl-nav [class*=owl-next] {
  margin-left: 20px;
}

.single-fun-fact {
  position: relative;
}

.fun-fact-style-two {
  padding-top: 145px;
  padding-bottom: 145px;
}
.fun-fact-style-two .row {
  margin-left: -5px;
  margin-right: -5px;
}
.fun-fact-style-two .row .span-5 {
  width: 20%;
  padding: 0 5px;
  float: left;
}
.fun-fact-style-two .single-fun-fact-style-two {
  border: 1px solid #ECECEC;
  background: #FCFCFC;
  text-align: center;
  padding: 62px 0;
}
.fun-fact-style-two .single-fun-fact-style-two h3, .fun-fact-style-two .single-fun-fact-style-two p {
  margin: 0;
}
.fun-fact-style-two .single-fun-fact-style-two h3 {
  font-size: 50px;
  color: #333333;
  font-weight: 800;
  line-height: 50px;
}
.fun-fact-style-two .single-fun-fact-style-two p {
  color: #333333;
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
  margin-top: 20px;
}

/************************** 
* 9. testimonials styles 
***************************/
.single-testimonial-one p {
  font-size: 20px;
  margin: 0;
  color: #888888;
  line-height: 35px;
}
.single-testimonial-one h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 10px;
}
.single-testimonial-one span.position {
  display: block;
  color: #2cb28e;
  font-weight: 600;
}

.testimonial-style-two {
  background: #181818;
  padding: 150px 0;
}
.testimonial-style-two .testimonial-carousel-two {
  padding-left: 30px;
  padding-right: 30px;
}
.testimonial-style-two .testimonial-carousel-two .owl-nav {
  margin: 0;
}
.testimonial-style-two .testimonial-carousel-two .owl-nav [class*=owl-] {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #424242;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  margin: 0;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonial-style-two .testimonial-carousel-two .owl-nav [class*=owl-]:hover {
  color: #2cb28e;
}
.testimonial-style-two .testimonial-carousel-two .owl-nav [class*=owl-next] {
  right: auto;
  left: 100%;
}
.testimonial-style-two .single-testimonial-style-two .img-box, .testimonial-style-two .single-testimonial-style-two .text-box {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-style-two .single-testimonial-style-two .img-box {
  width: 86px;
}
.testimonial-style-two .single-testimonial-style-two .img-box .inner {
  padding-bottom: 10px;
  border-bottom: 2px solid #2cb28e;
}
.testimonial-style-two .single-testimonial-style-two .img-box .inner > img {
  width: 100%;
}
.testimonial-style-two .single-testimonial-style-two .text-box {
  padding-left: 30px;
}
.testimonial-style-two .single-testimonial-style-two .text-box h3, .testimonial-style-two .single-testimonial-style-two .text-box p {
  margin: 0;
}
.testimonial-style-two .single-testimonial-style-two .text-box h3 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 5px;
}
.testimonial-style-two .single-testimonial-style-two .text-box h3 span {
  color: #2cb28e;
  font-weight: 600;
  font-size: 15px;
  padding-left: 16px;
}
.testimonial-style-two .single-testimonial-style-two .text-box p {
  color: #888888;
  font-weight: 300;
}

/************************** 
* 10. what we offer styles 
***************************/
.what-we-offer .single-what-we-offer {
  display: block;
  border: 1px solid #F5F5F5;
  -webkit-box-shadow: 1px 29px 62px rgba(243, 243, 243, 0.75);
          box-shadow: 1px 29px 62px rgba(243, 243, 243, 0.75);
  text-align: center;
     padding-top: 20px;
    padding-bottom: 20px;
        background-color: #fff;
}
/*.what-we-offer .single-what-we-offer:before {
  background: #2cb28e;
}
.what-we-offer .single-what-we-offer:hover i {
  color: #fff;
}
.what-we-offer .single-what-we-offer:hover h3 {
  color: #fff;
}
.what-we-offer .single-what-we-offer:hover p {
  color: #fff;
}*/
.what-we-offer .single-what-we-offer:hover a.read-more {
  background: #fff;
  border-color: #fff;
  color: #2cb28e;
}
.what-we-offer .single-what-we-offer i {
  color: #2cb28e;
  font-size: 46px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-offer .single-what-we-offer h3 {
      color: #333333;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-offer .single-what-we-offer p {
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-offer .single-what-we-offer a.read-more {
  border: 1px solid #A1A0A0;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  line-height: 39px;
  color: #2cb28e;
  font-size: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/************************** 
* 11. about styles 
***************************/


.about-style-one .container {
  position: relative;
}

.about-style-one-content {
  background: #fff;
  padding: 20px 20px;
}
.about-style-one-content .sec-title {
  margin-bottom: 20px;
}
.about-style-one-content p {
  margin: 0;
}
.about-style-one-content p + p {
  margin-top: 25px;
}
.about-style-one-content p.special {
  font-size: 16px;
}
.about-style-one-content p.special span {
  color: #2cb28e;
}
.about-style-one-content a.thm-btn {
  margin-top: 40px;
}

.about-style-two {
  padding-bottom: 100px;
  padding-top: 50px;
}
.about-style-two .about-style-one-content {
  padding: 0;
  padding-left: 0px;
  margin-top: 50px;
}

/************************** 
* 12. banner styles 
***************************/
.static-banner {
  background-size: cover;

  padding: 140px 0px 10px 0px !important;

}
.static-banner .banner-content {
  padding-top: 75px;
}
.static-banner .banner-content h2 {
  margin: 0;
  color: #fff;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 60px;
  line-height: 76px;
  margin-bottom: 10px;
}
.static-banner .banner-content h2 span {
  color: #51d0ae;
}
.static-banner .banner-content p {
  color: #fff;
  margin: 0;
}
.static-banner .banner-content .thm-btn {
  margin-top: 40px;
}
.static-banner .banner-contact-form-wrapper {
  padding-left: 95px;
}
.static-banner .banner-contact-form-wrapper .top-box {
  position: relative;
}
.static-banner .banner-contact-form-wrapper .top-box .inner {
  background: #2cb28e;
  padding: 39px 0;
  padding-left: 55px;
  position: relative;
  z-index: 9;
}
.static-banner .banner-contact-form-wrapper .top-box:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: -9px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #6de0c1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.static-banner .banner-contact-form-wrapper .top-box:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -9px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #6de0c1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.static-banner .banner-contact-form-wrapper .top-box .icon-box,
.static-banner .banner-contact-form-wrapper .top-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.static-banner .banner-contact-form-wrapper .top-box .icon-box i {
  color: #fff;
  font-size: 35px;
}
.static-banner .banner-contact-form-wrapper .top-box .text-box {
  padding-left: 15px;
}
.static-banner .banner-contact-form-wrapper .top-box .text-box h3 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
}
.static-banner .banner-contact-form-wrapper .bottom-box {
  padding: 0 17px;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form {
  padding: 55px 45px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form input {
  border: none;
  outline: none;
  width: 100%;
  height: 47px;
  background: #383838;
  color: #A3A2A2;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form button.thm-btn {
  padding: 11px 50px;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 47px;
  margin-bottom: 15px;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select > .dropdown-toggle {
  padding: 0;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select > .btn {
  padding: 0;
  height: 100%;
  padding: 0 15px;
  color: #A3A2A2;
  border: 0px solid #ececec;
  background-color: #383838 !important;
  font-size: 14px;
  outline: none !important;
  padding-right: 15px;
  border-radius: 0px;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: static;
  width: auto;
  height: auto;
  vertical-align: top;
  border: none;
  margin-left: -20px;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #C6C6C6;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #182345;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select.btn-group .dropdown-menu.inner {
  width: 200px;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0px solid #ececec;
  border-radius: 0;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select .dropdown-menu > li {
  padding: 0;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select .dropdown-menu > li > a {
  padding: 8px 15px;
  font-size: 15px;
  font-weight: normal;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select .dropdown-menu > li > a span {
  color: #9FA2A6;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select .dropdown-menu > li > a:hover {
  background: #2cb28e;
}
.static-banner .banner-contact-form-wrapper .bottom-box .banner-contact-form .bootstrap-select .dropdown-menu > li > a:hover span {
  color: #fff;
}

.rev_slider .banner-caption-h2 {
  color: #333333;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 60px;
  line-height: 76px;
  margin-bottom: 10px;
}
.rev_slider .banner-caption-h2 span {
  color: #2cb28e;
}
.rev_slider .banner-caption-h2.white {
  color: #fff;
}
.rev_slider .banner-caption-p {
  color: #333333;
}
.rev_slider .banner-caption-p.white {
  color: #fff;
}
.rev_slider .thm-btn {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
}

/************************** 
* 13. footer styles 
***************************/
.footer {
  background: #eee;
}
.footer .footer-widget {
  padding-top: 50px;
}
.footer .footer-widget p, .footer .footer-widget ul, .footer .footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-widget .title .line {
  display: block;
  width: 45px;
  height: 3px;
  background: #2cb28e;
  margin-bottom: 17px;
}
.footer .footer-widget .title h3 {
  margin: 0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.footer .footer-widget.about-widget a.footer-logo {
  margin-bottom: 20px;
  display: block;
}
.footer .footer-widget.about-widget p {
  margin: 0;
	color: #000;
}
.footer .footer-widget.about-widget p + p {
  margin-top: 30px;
}
.footer .footer-widget.twitter-widget {
  margin-left: -40px;
  padding-right: 91px;
}
.footer .footer-widget.twitter-widget .title {
  margin-bottom: 40px;
}
.footer .footer-widget.twitter-widget .single-twitter + .single-twitter {
  border-top: 1px solid #2C2C2C;
  padding-top: 15px;
  margin-top: 10px;
}
.footer .footer-widget.twitter-widget .single-twitter p {
  margin: 0;
  position: relative;
  padding-left: 25px;
}
.footer .footer-widget.twitter-widget .single-twitter p:before {
  content: '\f099';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footer-widget.twitter-widget .single-twitter p span {
  color: #2cb28e;
}
.footer .footer-widget.links-widget {
  margin-left: -20px;
}
.footer .footer-widget.links-widget .title {
  /*margin-bottom: 40px;*/
  margin-bottom: 20px;
}
.footer .footer-widget.links-widget ul.links-list li {
  position: relative;
  padding-left: 15px;
	color: #fff;
}
.footer .footer-widget.links-widget ul.links-list li + li {
  /*margin-top: 15px;*/
      margin-top: 10px;
}
.footer .footer-widget.links-widget ul.links-list li i.fa {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #2cb28e;
}
.footer .footer-widget.contact-widget {
  background: #33180a;
  padding: 0 40px;
  padding-top: 50px;
  padding-bottom: 160px;
  margin-left: -75px;
	    color: #fff;
}
.footer .footer-widget.contact-widget form.footer-contact-form {
  margin-top: 30px;
}
.footer .footer-widget.contact-widget form.footer-contact-form input {
  border: none;
  outline: none;
  background: #2D2D2D;
  color: #A3A2A2;
  font-size: 14px;
  width: 100%;
  height: 47px;
  margin-bottom: 15px;
  padding-left: 20px;
}
.footer .footer-widget.contact-widget form.footer-contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A3A2A2;
}
.footer .footer-widget.contact-widget form.footer-contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #A3A2A2;
}
.footer .footer-widget.contact-widget form.footer-contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #A3A2A2;
}
.footer .footer-widget.contact-widget form.footer-contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #A3A2A2;
}
.footer .footer-widget.contact-widget form.footer-contact-form button.thm-btn {
  width: 135px;
  height: 47px;
  padding: 0;
  text-align: center;
}

.footer-bottom {
  background: #2cb28e;
  padding: 26px 0;
}
.footer-bottom p {
  color: #FFFEFE;
  font-size: 15px;
  margin: 0;
}

/************************** 
* 14. social branding styles 
***************************/
.social-branding {
  text-align: center;
  padding: 139px 0;
}
.social-branding .social {
  margin: 0;
  margin-left: -30px;
  margin-right: -30px;
}
.social-branding .social li {
  padding: 0 30px;
}
.social-branding .social li a {
  color: #1C1C1C;
  font-size: 25px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.social-branding .social li a:hover {
  color: #2cb28e;
}

/************************** 
* 15. erro 404 styles 
***************************/
.error-404 {
  background: #1c1c1c url(../img/404-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding-top: 250px;
  padding-bottom: 245px;
}
.error-404:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.error-404 .container {
  position: relative;
}
.error-404 h1, .error-404 h2, .error-404 p {
  margin: 0;
}
.error-404 h1 {
  color: #fff;
  font-weight: bold;
  font-size: 250px;
  line-height: 191px;
}
.error-404 h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 24px;
  margin-bottom: 15px;
}
.error-404 p {
  color: #888888;
  font-size: 20px;
}
.error-404 a.go-home {
  color: #2cb28e;
  display: inline-block;
  font-size: 16px;
}
.error-404 a.go-home i {
  color: #fff;
  margin-right: 6px;
}
.error-404 a.go-home span {
  text-decoration: underline;
}
.error-404 form.error-404-form {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.error-404 form.error-404-form input {
  width: 100%;
  height: 66px;
  padding-left: 20px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 14px;
  color: #888888;
  font-weight: 300;
}
.error-404 form.error-404-form button {
  background-color: transparent;
  border: none;
  outline: none;
  background: #2cb28e;
  color: #fff;
  font-size: 17px;
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 100%;
}

/************************** 
* 16. brand section styles 
***************************/
.brand-carousel .owl-controls {
  display: none;
}

/************************** 
* 17. gallery styles 
***************************/
.gallery-style-one.dark-bg {
  background: #F7F7F7;
}
.gallery-style-one .container-fluid {
  padding: 0px 6px;
}
.gallery-style-one .container-fluid .row {
  margin-left: -3px;
  margin-right: -3px;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 6px;
}
.gallery-style-one .container-fluid .row [class*=col-] {
  padding-left: 3px;
  padding-right: 3px;
}
.gallery-style-one .gallery-filter {
  text-align: center;
}
.gallery-style-one .gallery-filter ul, .gallery-style-one .gallery-filter li {
  margin: 0;
  padding: 0;
}
.gallery-style-one .gallery-filter ul {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #EAEAEA;
  margin-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.gallery-style-one .gallery-filter ul li {
  vertical-align: middle;
}
.gallery-style-one .gallery-filter ul li.active span {
  color: #2cb28e;
}
.gallery-style-one .gallery-filter ul li.active span:before {
  width: 100%;
}
.gallery-style-one .gallery-filter ul li span {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding: 26px 0;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.gallery-style-one .gallery-filter ul li span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background: #2cb28e;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.gallery-style-one .single-gallery {
  position: relative;
  margin-top: 6px;
  overflow: hidden;
}
.gallery-style-one .single-gallery:hover .overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gallery-style-one .single-gallery > img {
  width: 100%;
}
.gallery-style-one .single-gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.gallery-style-one .single-gallery .overlay .content {
  display: table;
  width: 100%;
  height: 100%;
}
.gallery-style-one .single-gallery .overlay .content .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gallery-style-one .single-gallery .overlay .content .box .icon-box a {
  display: inline-block;
  width: 55px;
  height: 55px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  line-height: 53px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.gallery-style-one .single-gallery .overlay .content .box .icon-box a:hover {
  background: #2cb28e;
  border-color: #2cb28e;
}
.gallery-style-one .single-gallery .overlay .content .box .icon-box a + a {
  margin-left: 30px;
}
.gallery-style-one .single-gallery .overlay .content .box h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  margin-top: 35px;
}
.gallery-style-one .single-gallery .overlay .content .box p {
  margin: 0;
  color: #2cb28e;
  font-size: 18px;
  margin-top: 5px;
}

.gallery-details-page .img-box {
  margin: 0;
}
.gallery-details-page .img-box [class*=col-] {
  padding: 0;
}
.gallery-details-page .img-box [class*=col-] + [class*=col-] {
  margin-top: 10px;
}
.gallery-details-page .gallery-content {
  margin-left: -30px;
}
.gallery-details-page .gallery-content h3, .gallery-details-page .gallery-content h4, .gallery-details-page .gallery-content p {
  margin: 0;
}
.gallery-details-page .gallery-content h3 {
  font-size: 25px;
  color: #333;
  font-weight: 600;
}
.gallery-details-page .gallery-content h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.gallery-details-page .gallery-content .project-details-box .single-project-details {
  padding: 10px 20px;
}
.gallery-details-page .gallery-content .project-details-box .single-project-details:nth-child(odd) {
  background: #F7F7F7;
}
.gallery-details-page .gallery-content .project-details-box .single-project-details .title, .gallery-details-page .gallery-content .project-details-box .single-project-details .name {
  float: left;
  width: 50%;
  text-align: left;
  color: #333333;
}
.gallery-details-page .gallery-content .project-details-box .single-project-details .title i, .gallery-details-page .gallery-content .project-details-box .single-project-details .name i {
  color: #2cb28e;
  font-size: 17px;
  margin-right: 5px;
}
.gallery-details-page .gallery-content .project-details-box .single-project-details .name {
  text-align: right;
  position: relative;
}
.gallery-details-page .gallery-content .project-details-box .single-project-details .name:before {
  content: ';';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery-details-page .gallery-pagination {
  margin-top: 50px;
}
.gallery-details-page .gallery-pagination .fa {
  font-size: 40px;
  color: #333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.gallery-details-page .gallery-pagination .fa:hover {
  color: #2cb28e;
}

/************************** 
* 18. why choose us styles 
***************************/
.why-choose-us .single-why-choose {
  margin-right: -15px;
}
.why-choose-us .single-why-choose + .single-why-choose {
  margin-top: 45px;
}
.why-choose-us .single-why-choose .icon-box, .why-choose-us .single-why-choose .text-box {
  display: table-cell;
  vertical-align: top;
}
.why-choose-us .single-why-choose .icon-box {
  width: 85px;
}
.why-choose-us .single-why-choose .icon-box .inner {
  width: 85px;
  height: 85px;
  border: 1px solid #F3F2F2;
  text-align: center;
  border-radius: 50%;
}
.why-choose-us .single-why-choose .icon-box .inner i {
  font-size: 33px;
  line-height: 83px;
  color: #2cb28e;
}
.why-choose-us .single-why-choose .text-box {
  padding-left: 15px;
}
.why-choose-us .single-why-choose .text-box h3, .why-choose-us .single-why-choose .text-box p {
  margin: 0;
}
.why-choose-us .single-why-choose .text-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}

/************************** 
* 19. video box styles 
***************************/
.video-box {
  padding-left: 50px;
}
.video-box .inner {
  position: relative;
}
.video-box > img {
  width: 100%;
}
.video-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.video-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-box .overlay .box .content a.video-popup {
  width: 90px;
  height: 90px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.video-box .overlay .box .content a.video-popup:hover {
  background: #000;
}

/************************** 
* 20. qoute form styles 
***************************/
.qoute-form-two {
  margin-top: -100px;
  position: relative;
  z-index: 99;
}
.qoute-form-two .container {
  background: #fff;
  -webkit-box-shadow: -16px 3px 64px rgba(243, 243, 243, 0.75);
          box-shadow: -16px 3px 64px rgba(243, 243, 243, 0.75);
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 55px;
}
.qoute-form-two h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.qoute-form-two form {
  margin-top: 25px;
}
.qoute-form-two form input {
  border: none;
  outline: none;
  background: #F6F5F5;
  width: 100%;
  max-width: 265px;
  height: 47px;
  display: inline-block;
  margin-right: 10px;
  color: #333333;
  font-size: 14px;
  padding-left: 15px;
}
.qoute-form-two form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
.qoute-form-two form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
.qoute-form-two form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
.qoute-form-two form input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
.qoute-form-two form button {
  background: #333333;
  width: 135px;
  height: 47px;
  padding: 0;
}
.qoute-form-two form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  max-width: 265px;
  height: 47px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.qoute-form-two form .bootstrap-select > .dropdown-toggle {
  padding: 0;
}
.qoute-form-two form .bootstrap-select > .btn {
  padding: 0;
  height: 100%;
  padding: 0 15px;
  color: #333333;
  border: 0px solid #ececec;
  background-color: #F6F5F5 !important;
  font-size: 14px;
  outline: none !important;
  padding-right: 15px;
  border-radius: 0px;
}
.qoute-form-two form .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: static;
  width: auto;
  height: auto;
  vertical-align: top;
  border: none;
  margin-left: -20px;
}
.qoute-form-two form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #182345;
}
.qoute-form-two form .bootstrap-select.btn-group .dropdown-menu.inner {
  width: 200px;
}
.qoute-form-two form .bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0px solid #ececec;
  border-radius: 0;
}
.qoute-form-two form .bootstrap-select .dropdown-menu > li {
  padding: 0;
}
.qoute-form-two form .bootstrap-select .dropdown-menu > li > a {
  padding: 8px 15px;
  font-size: 15px;
  font-weight: normal;
}
.qoute-form-two form .bootstrap-select .dropdown-menu > li > a span {
  color: #9FA2A6;
}
.qoute-form-two form .bootstrap-select .dropdown-menu > li > a:hover {
  background: #2cb28e;
}
.qoute-form-two form .bootstrap-select .dropdown-menu > li > a:hover span {
  color: #fff;
}

/************************** 
* 21. inner banner styles 
***************************/
.inner-banners{
     padding: 20px;
    background-color: #d9d9d9;
    margin-top: 92px;
 }
canvas#CaptchaCanvas {
    width: 100px;
}
.inner-banner .title h2 {
      margin: 0;
    color: #000;
    font-size: 31px;
    font-family: 'Roboto';
    /* font-weight: bold; */
    line-height: 1em;
}
@media(max-width:767px){
	.inner-banner .title h2 {
  font-size: 30px;
		top: 35px;
    position: relative;
}
}
.inner-banner .breadcumb a, .inner-banner .breadcumb span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 45px;
  display: inline-block;
}
.inner-banner .breadcumb span.sep {
  margin-left: 8px;
  margin-right: 8px;
}
.inner-banner .breadcumb span.page-name {
  color: #2cb28e;
}

/************************** 
* 22. faq styles 
***************************/
.about-faq-section {
  background: #F8F8F8;
  padding: 150px 0;
}
.about-faq-section .accrodion-grp .accrodion {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.about-faq-section .accrodion-grp .accrodion .accrodion-title {
  padding: 23px 0;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.about-faq-section .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  position: relative;
}
.about-faq-section .accrodion-grp .accrodion .accrodion-title h4:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-faq-section .accrodion-grp .accrodion .accrodion-content {
  padding: 20px 0 23px;
  padding-left: 30px;
  padding-right: 30px;
}
.about-faq-section .accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
}
.about-faq-section .accrodion-grp .accrodion .accrodion-content p + p {
  margin-top: 20px;
}
.about-faq-section .accrodion-grp .accrodion.active {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 61px -15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 61px -15px rgba(0, 0, 0, 0.1);
}
.about-faq-section .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: "\f107";
}
.about-faq-section .accrodion-grp .accrodion.active .accrodion-content {
  border-top: 1px solid #DDE2E7;
}

/************************** 
* 23. contact styles 
***************************/
#contact-google-map {
  width: 100%;
  height: 750px;
}

.contact-info-style-one .single-contact-info-style-one .icon-box {
  display: block;
  width: 97px;
  height: 97px;
  background: #333333;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.contact-info-style-one .single-contact-info-style-one .icon-box i {
  color: #fff;
  font-size: 35px;
  line-height: 97px;
}
.contact-info-style-one .single-contact-info-style-one h3, .contact-info-style-one .single-contact-info-style-one p {
  margin: 0;
}
.contact-info-style-one .single-contact-info-style-one h3 {
  color: #333333;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
.contact-info-style-one .single-contact-info-style-one p {
  color: #888888;
  font-size: 15px;
  line-height: 25px;
}

.contact-info-style-two .container-fluid {
  padding: 0;
}
.contact-info-style-two .sec-title {
  margin-bottom: 50px;
}
.contact-info-style-two .sec-title p {
  color: #888888;
  margin-top: 20px;
}
.contact-info-style-two .map-box, .contact-info-style-two .contact-info-box {
  float: left;
}
.contact-info-style-two .map-box {
  width: 60%;
}
.contact-info-style-two .map-box #contact-google-map {
  width: 100%;
  height: 700px;
}
.contact-info-style-two .contact-info-box {
  width: 40%;
}
.contact-info-style-two .contact-info-box .row {
  margin: 0;
}
.contact-info-style-two .contact-info-box .row [class*=col-] {
  padding: 0;
}
.contact-info-style-two .contact-info-box .single-contact-info-style-two {
  text-align: center;
  background: #000000;
  padding: 103.5px 0;
}
.contact-info-style-two .contact-info-box .single-contact-info-style-two.light-dark {
  background: #131313;
}
.contact-info-style-two .contact-info-box .single-contact-info-style-two i {
  color: #2cb28e;
  font-size: 34px;
}
.contact-info-style-two .contact-info-box .single-contact-info-style-two h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}
.contact-info-style-two .contact-info-box .single-contact-info-style-two p {
  margin: 0;
}

.contact-form-style-one {
  background: #fff;
}
.contact-form-style-one .contact-form-style-one-content {
  padding-left: 45px;
  padding-top: 5px;
}
.contact-form-style-one .contact-form-style-one-content .row {
  margin-left: -5px;
  margin-right: -5px;
}
.contact-form-style-one .contact-form-style-one-content [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form-style-one .contact-form-style-one-content form .form-box {
  position: relative;
  margin-bottom: 10px;
}
.contact-form-style-one .contact-form-style-one-content form .form-box i.fa {
 position: absolute;
    top: 22px;
    left: 25px;
    color: #2cb28e;
    font-size: 20px;
}
.contact-form-style-one .contact-form-style-one-content form input, .contact-form-style-one .contact-form-style-one-content form textarea {
width: 100%;
    height: 60px;
    background: #fdfdfd;
    color: #4a4a4a;
    border: none;
    outline: none;
    display: block;
    padding-left: 50px;
    border: solid 1px #ccc;
}
.contact-form-style-one .contact-form-style-one-content form textarea {
  height: 105px;
  padding-top: 17px;
}
.contact-form-style-one .contact-form-style-one-content form .thm-btn {
  width: 180px;
  height: 60px;
  padding: 0;
  text-align: center;
}
.contact-form-style-one .sec-title {
  margin-bottom: 15px;
}
.contact-form-style-one .sec-title h2 {
  color: #000;
}
.contact-form-style-one .sec-title p {
  color: #888888;
  margin-top: 10px;
}

.contact-form-style-two.gray-bg {
  background: #F8F8F8;
}
.contact-form-style-two .container {
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.contact-form-style-two .contact-form-style-two-content {
  padding-left: 0px;
}
.contact-form-style-two .contact-form-style-two-content .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-form-style-two .contact-form-style-two-content [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-form-style-two .contact-form-style-two-content form .form-box {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-style-two .contact-form-style-two-content form .form-box i.fa {
  position: absolute;
  top: 22px;
  left: 30px;
  color: #2cb28e;
  font-size: 15px;
}
.contact-form-style-two .contact-form-style-two-content form input, .contact-form-style-two .contact-form-style-two-content form textarea {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  color: #888888;
  border: none;
  outline: none;
  display: block;
  padding-left: 50px;
}
.contact-form-style-two .contact-form-style-two-content form textarea {
  height: 105px;
  padding-top: 17px;
}
.contact-form-style-two .contact-form-style-two-content form .thm-btn {
  width: 180px;
  height: 60px;
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.contact-form-style-two .sec-title {
  margin-bottom: 50px;
}
.contact-form-style-two .sec-title p {
  color: #888888;
  margin-top: 20px;
}

/************************** 
* 24. sidebar styles 
***************************/
.has-sidebar-right-side {
  padding-right: 45px;
}

.sidebar {
  background: #1C1C1C;
  padding: 40px 45px;
}
.sidebar .single-sidebar + .single-sidebar {
  border-top: 1px solid #383838;
  padding-top: 40px;
  margin-top: 40px;
}
.sidebar .single-sidebar h3, .sidebar .single-sidebar h4, .sidebar .single-sidebar ul, .sidebar .single-sidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #FEFEFE;
  font-size: 20px;
  font-weight: 600;
}
.sidebar .single-sidebar.search-widget + .single-sidebar {
  padding-top: 0;
  border-top: 0;
}
.sidebar .single-sidebar.search-widget form {
  position: relative;
  width: 100%;
}
.sidebar .single-sidebar.search-widget form input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #3D3D3D;
}
.sidebar .single-sidebar.search-widget form button {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
}
.sidebar .single-sidebar.category-widget ul.category-list li + li {
  margin-top: 5px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a i {
  color: #2cb28e;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar .single-sidebar.meta-widget ul.meta-list li + li {
  margin-top: 5px;
}
.sidebar .single-sidebar.meta-widget ul.meta-list li a {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.sidebar .single-sidebar.meta-widget ul.meta-list li a i {
  color: #2cb28e;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar .single-sidebar.recent-post-widget .single-recent-post {
  position: relative;
  padding-left: 30px;
}
.sidebar .single-sidebar.recent-post-widget .single-recent-post + .single-recent-post {
  margin-top: 25px;
}
.sidebar .single-sidebar.recent-post-widget .single-recent-post:before {
  content: "\f138";
  font-family: 'FontAwesome';
  color: #2cb28e;
  font-size: 15px;
  position: absolute;
  top: 28px;
  left: 0;
}
.sidebar .single-sidebar.recent-post-widget .single-recent-post span {
  color: #888888;
  font-weight: 300;
  font-size: 13px;
}
.sidebar .single-sidebar.recent-post-widget .single-recent-post h4 {
  color: #FEFEFE;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}
.sidebar .single-sidebar.recent-post-widget .single-recent-post h4 span {
  color: #2cb28e;
}
.sidebar .single-sidebar.tags-widget ul.tags-list {
  margin-left: -.5px;
  margin-right: -.5px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li {
  display: inline-block;
  padding: 1px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a {
  display: block;
  background: #353535;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 6px 23px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
  background: #2cb28e;
}
.mt-50{
	margin-top: 50px
}
.mt-40{
	margin-top: 40px
}
.mt-30{
	margin-top: 30px
}
.mt-20{
	margin-top: 20px !important
}
.mt-15{
	margin-top: 15px !important
}
.mt-0{
	margin-top: 0px !important
}
.mb-10{
	margin-bottom: 15px !important
}
.mb-5{
	margin-bottom: 5px !important
}
.mb-20{
	margin-bottom: 25px !important
}
.login-box{
	padding:0px 0px 150px 15px;
   /* background: rgba(256,256, 256, 0.2);*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media(max-width:767px){
	.login-box{
	padding:20px 0px 20px 0px;
   /* background: rgba(256,256, 256, 0.2);*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
}
.agileits-top {
    padding: 5px;
	 width:100%;
  /*  margin: 0px auto;*/
}
.login-form input[type="text"], .login-form input[type="password"] {
    font-size: 1em;
    color: #e4b93f;
    padding:5px 1em;
    border: 0;
    width: 90%;
    border-bottom: 1px solid #f7f6f4;
	height: 36px;
	border-radius: 0px;
    -webkit-appearance: none;
	
}
/*   styled-input2   */
.styled-input2{
        margin: 10px 0 0;
    position: relative;
}
.styled-input2 input:focus { outline: 0; }
.styled-input2 label{
    color: #f7f7f7;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label {
    font-size: 1.1em;
    color: #e6e5e5;
    top: -2em;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
}
.styled-input {
  width:100%;
  margin: 30px 0 0;
  position: relative;
}

.styled-input label {
    color: #f7f7f7;
    padding: 0.8em 1em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span {
  display: block;
  width: 0;
  height:2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease; 
}

.styled-input input:focus { outline: 0; }

.styled-input input:focus ~ span {
     width: 100%;
    -webkit-transition: all 0.075s ease;
      transition: all 0.075s ease;
      font-family: 'OpenSans-Regular';
} 
/*-- //input-effect --*/
.login-form p {
    font-size: 12px;
    margin: 1em 0 .5em;
}
/*-- checkbox --*/
.wthree-text input[type="checkbox"] {
    display: none;
}
.wthree-text input[type="checkbox"]+label {
    position: relative;
    padding-left: 1.8em;
    border: none;
    outline: none;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    display: block; 
}
.wthree-text input[type="checkbox"]+label span:first-child {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
	top: 2px; 
}
.wthree-text input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
/*-- //checkbox --*/
.wthree-text {
    margin-top: 3em;
}
.wthree-text ul li{
	float: none;
    display: block;
}
.wthree-text ul li:nth-child(2) {
    float: right;
}
.wthree-text ul li a{
	font-size:1em;
}
.wthree-text ul li a:hover{
    color: #E91E63;
}
.agileits-bottom{
	position:relative;
}
.agileits-bottom:before {
    content: '';
    position: absolute;
    top: -17px;
    left: -17px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 18px solid #fff;
	transition:.5s all ease;
}
.agileits-bottom:after {
    content: '';
    position: absolute;
    top: -17px;
    right: -17px;
    width: 0;
    height: 0;
    border-left: 17px solid #fff;
    border-top: 17px solid transparent;
	transition:.5s all ease;
}
.agileits-bottom input[type="submit"] {
    font-size: 1.5em;
    color: #c30e2e;
    background: #fff;
    outline: none;
    cursor: pointer;
    padding: 1em 0;
    -webkit-appearance: none;
    border: none;
    width: 106%; 
    margin-left: -0.7em;
    text-transform: uppercase; 
}
.agileits-bottom input[type="submit"]:hover {
    color: #FFF;
    background: #c30e2e;
	transition:.5s all ease;
}
.agileits-bottom:hover:before {
    border-right-color:#c30e2e;
}
.agileits-bottom:hover:after {
	border-left-color:#c30e2e;
}
/*-- //main --*/
/*-- copyright --*/
.copyright {
    margin: 2em 0;
    text-align: center;
}
.copyright p {
    font-size: 1em;
    color: #fff;
	line-height:1.8em;
}
.copyright p a{
    color: #fff; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.copyright p a:hover{
    color: #000;	
}
/*-- //copyright --*/
/*-- responsive-design --*/

@media(min-width:1025px){
.main {
    padding: 2em 0 0;
}
.login-form {
    width: 100%;
}
h1 {
    font-size: 2.8em; 
}
	.login-form input[type="text"], .login-form input[type="password"] {
    font-size: 0.9em; 
   padding: 5px 6px;
    width: 100%;
    color:black;
            border-radius: 4px;
        height: 45px;
        margin-top:5px;
}
}



@media(max-width:1024px){

	
.wthree-text {
    margin-top: 1.5em;
}
	.login-form { 
        margin: 0px auto;
	    padding-top: 0px;
		width: 100%;
}
.wthree-text ul li { 
    float: none;
    display: block;
}
.wthree-text ul li:nth-child(2) {
    float: none;
    margin-top: 1em;
}
.wthree-text {
    margin-top: 1.5em;
}
	.login-form input[type="text"], .login-form input[type="password"] {
    font-size: 0.9em; 
   padding: 5px 0px;
   width: 100%;
}
}
.agileits-top {
    padding: 0px;
}

.styled-input label { 
    padding: 10px 14px 13px 0px; 
    font-size: 20px; 
}
.styled-input input:focus ~ label, .styled-input input:valid ~ label {
      font-size: 16px;

}

.wthree-text {
    margin-top: 2em;
}
.wthree-text input[type="checkbox"]+label { 
    font-size: 0.9em; 
	padding-left: 1.5em;
}
.wthree-text input[type="checkbox"]+label span:first-child {
    width: 12px;
    height: 12px; 
}
.wthree-text ul li { 
    float: none;
    display: block;
}
.wthree-text ul li:nth-child(2) {
    float: none;
    margin-top: 1em;
}
.wthree-text ul li a {
    font-size: 0.9em; 
}
.agileits-bottom input[type="submit"] {
    font-size: 1em;
    margin-left: -0.6em;
    width: 105.3%;
    padding: 9px 0;
}
.login-form { 
    padding-bottom: 10px;
}

.copyright p {
    font-size: 0.9em; 
}
.agileits-bottom:before { 
    top: -11px;
    left: -11px; 
    border-top: 11px solid transparent;
    border-right: 11px solid #fff; 
}
.agileits-bottom:after { 
    top: -11px;
    right: -11px; 
    border-left: 11px solid #fff;
    border-top: 11px solid transparent; 
}
.wthree-text input[type="checkbox"]:checked+label span:first-child:before { 
    left: 1px;
    top: 1px; 
}
.login-icon{
	position: absolute;
    left: -1px;
    top: -16px;
	    color: #d4fff4;
}
.text-white{
	color:#ffff !important;
}
.loginicon{
	font-size: 40px;
	color: #fff;
	    font-weight: bold;
}
.login-right-brdr{
	border-right:solid 1px #8a745c
}
.login-left-brdr{
	border-left:solid 1px #8a745c
}
.info-contct{
	width:50%;
	background-color: #ccc;
	padding: 10px;
	font-size: 15px;
	color: #000000;
	border-radius: 0px;
	text-align: center;
    box-shadow: 2px 2px 2px #000;
}
.info-contct:hover {
  background: #666;
  color: #fff;
}
.info-contct-1{
	width:100%;	
	font-size: 13px;
	color: #fff;
	margin-bottom: 10px;
}
.clear-padding{
	padding: 0px;
}
.icon-color{
	    color: #ffffff;
    font-size: 13px;
    /* padding-left: 20%; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /* background-color: #b0ffea; */
    line-height: 25px;
    text-align: center;
    /* margin-left: 20%; */
    border: solid 1px #fff;
}
.parallax{ background-position:50% 50%; background-attachment:fixed; background-repeat: repeat; position:relative;  -webkit-transform: translate3d(0,0,0);
    -webkit-background-size: cover !important; /* For WebKit*/
    -moz-background-size: cover !important;    /* Mozilla*/
    -o-background-size: cover !important;      /* Opera*/
    background-size: cover !important;         /* Generic*/  }
.parallax-background9{ background-image:url(../img/about-bg-1.jpg);}
.parallax-background9:before{position: absolute;width: 100%;background-color: #000}

.bg-black {
	background-color: #d9d9d9
}
.pb-50{
	padding-bottom: 50px;
}
.pt-50{
	padding-top: 50px;
}
.text-black{
	color: #000
}
.contact-detail{
	width: 100%;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 20px;
}
.listoff {
    width: 100%;
    height: auto;
}
.listoff ul {
    margin: 0px;
    padding: 0px;
	list-style-image:url(../img/bullet.png);
    margin-left: 15px;
}
.listoff ul li {
    margin: 0px;
    padding: 0px;	
    font-size: 16px;
    margin-bottom: 8px;
	font-weight: lighter;
	
}
.icon-color-1 {
    color: #24a683;
}
.banner-height{
	/*min-height: 600px;*/
}

.styled-input label span {
    display: none;
}

.invalid {
    color: red;
    font-size: 11px;
}
.star {
    color: #e74c3c;
    font-weight: normal;
    font-size: 8px;
    top: 0px;
    position: absolute;
}
.sucess-msg{
    color: #eeff46;
    font-size: 16px;
    margin-top: 10px;
}
.sucess-msg-1{
    color: #06b30d;
    font-size: 16px;
    margin-top: 10px;
}
  .regi-msg {
            color: #fdfeff;
            font-size: 24px;
            padding-top: 150px;
            align-content: center;
            text-align: center;
            padding-bottom: 150px;
        }
/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: none !important;
    background: transparent!important;
}*/


@-webkit-keyframes autofill {
      to {
        color: #e4b93f;
        background: transparent;
      }
    }
    
    input:-webkit-autofill {
      -webkit-animation-name: autofill;
      -webkit-animation-fill-mode: both;
    }
    @media(max-width:1024px){
.mobile-login{
        padding: 100px 0px 81px 0px !important;
        min-height:500px;
    }
    }
    .clear-padding{
        padding:0px !important;
    }
    .top-menu {
    list-style: none;
    padding-left: 0;
    float: right;
    padding-top: 10px;
}
    .top-menu li {
    border-right: 1px solid #ececec;
    display: inline-block;
}
    .last-child  {
    border-right: none !important;
}
    .top-menu li a {
    color: #1faf88;
    padding: 5px 12px;
    display: block;
}
    .footer-address{
        width:100%;
        float:left;
    }
    .footer-icon{
      width:19px;
      float:left;
      padding-top: 4px;
    }
    .footer-contct-dtl{
       width:90%;
      float:left
    }
    .newsletter{
        background-color:#333;
            padding: 30px 0px 10px 0px;
    }
    .mt-5{
        margin-top:5px !important;
    }
    .header-position{
        position:absolute;
    }
    @media(max-width:1024px){
.header-position{
        position:inherit;
    }
    }
    .contact-small-txt{
        font-size:12px;
    }

.slider-bg{
background: linear-gradient(to right, rgba(44,178,142,1)  0%, rgba(44,178,142,1) 21%, transparent 21%, transparent 26%, transparent 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfa', endColorstr='#2cb28e', GradientType=1 );*/
padding: 140px 0px 10px 0px !important;
    min-height: 579px;
    position:relative;
}
@media(min-width:1025px) and (max-width:1399px){
	.slider-bg{
background: linear-gradient(to right,rgba(44,178,142,1) 0%, rgba(44,178,142,1) 21%, transparent 21%, transparent 26%, transparent 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfa', endColorstr='#2cb28e', GradientType=1 );
padding: 140px 0px 10px 0px !important;
    min-height: 579px;
	}
}
@media(max-width:1024px){
	.slider-bg{
		    background: rgba(0,0,0,0.1);
    width: 100%;
    padding: 140px 0px 10px 0px !important;
	}
}
@media(min-width:1024px){
	.slider-bg-menu{
/*background: rgba(255,251,250,1);
background: linear-gradient(to right,  transparent 0%,  transparent 21%, rgb(59, 30, 14) 21%, rgb(59, 30, 14) 26%, rgb(59, 30, 14) 100%);*/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfa', endColorstr='#3b1e0e', GradientType=1 );
	position: absolute !important;
    top: 0px;
    width: 100%;	
}
}

@media(min-width:1024px){
	.logo-hidden{
		display:none !important	 
	}
}
.bg-section-dark{
	background-color: #FE8E17;
	padding:10px 0px;
}
@media(max-width:1024px){
	.text-left-mobile{
		text-align: left!important	 
	}
}
.bg-grey{
	background-color: #eee;
	color: #000
}
.dvlogin {
padding: 26px;
}
.dvloginout{
    margin-left:160px;
    width: 60%;
    height:500px;
    padding: 40px;
    background: rgb(39 145 17 / 8%); /* light transparent background */
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); /* soft shadow */
    backdrop-filter: blur(200px); /* glassy effect */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}
.slidr-bckground{
background-image: url(../img/room-img.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	z-index: 0;
    padding: 0px;
    height:750px;
    opacity:1.0;
}
.travel-text {
        text-align: justify;
    color: white;
    width: 75%;
    float: right;
    padding-top:90px;
}

.travel-text .logo {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.travel-text .airplane {
  position: relative;
}

.travel-text h2 {
  font-size: 57px;

  font-weight: 600;
  margin: 10px 0;
}

.travel-text p {
  font-size: 16px;
  margin: 8px 0;
  line-height: 1.4;
}

.text-green{
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	font-family: 'Quicksand', sans-serif;
}
@media(min-width:1025px) and (max-width:1399px){
	.text-green{
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	font-family: 'Quicksand', sans-serif;
}
}
.btn-grad {
    padding: 5px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
    border-radius: 5px;
    display: block;
	color: #fff
	
}
.btn-grad {background-image: linear-gradient(to right, #e9d362 0%, #333333 51%, #e9d362 100%)}
.btn-grad:hover { background-position: right center; }

.register-lable{
	font-size: 14px !important
}
.color-yellow{
	color:#ffef33
}
.right-info{
	position: absolute;
    right: 0px;
    top: 230px;
    background-color: rgba(0,0,0,0.5);
    min-height: 350px;
    z-index: 2;
    width: 10%;
}
@media(min-width:1025px) and (max-width:1399px){
	.right-info{
position: absolute;
    right: 0px;
    top: 230px;
    background-color: rgba(0,0,0,0.5);
    min-height: 350px;
    z-index: 2;
    width: 14%;
}
	}
.border-info-bottom{
	    width: 70%;
    border-bottom: solid 1px #fff;
    margin-left: 16%;
}
.pb-10{
	padding-bottom: 10px;
}
.copyright-text{
    font-size:11px !important;
}
.pln{
    padding-left:0px;
}
.whatsapp-bottom{
    position: fixed; bottom:20px; left: 20px; z-index: 999999
}
#mydivheader{
          cursor:move;z-index:10;
          /* background-color:gray; */
          text-align: right;
          display:inline-block;
          position:absolute;
          top:-14px;
          right:0;
          border-radius:4px;
          overflow:hidden;
      }
      #mydivheader i{
          background-color: #fff;
    padding: 3px;
    font-size: 18px;
      }


/*Blink Effect*/
.blinking{
	animation:blinkingText 0.9s infinite;
}

@keyframes blinkingText{
	0%{		color: #fff;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: #fff;	}
}

.newBtnGreen{
        background-color: #03586B;
    border-color: #03586B;
    border-radius: 15px;
    padding: 10px 15px !important;
}
    
.newBgng h4{
        font-weight: 600;
            margin-top: 30px;
    font-size: 15px;
}
.newBgng p{
    margin-top:0 !important;
    margin-bottom:10px;
}
.newBgng p span{
    color: #737373 !important;
    font-weight: 600;
}
.CaptchaList{
    margin:0;
    padding:0;
}
.CaptchaList li{
        list-style: none;
    display: inline-block;
    float:left;
        height: 80px;
}
.CaptchaList li:nth-child(1){
    width: 175px;
}
.CaptchaList li:nth-child(2){
        width: 70px;
    text-align: center;
}
.CaptchaList li:nth-child(3){

}
.HideStar>span{
    display:none;
}
@media (max-width: 480px){
    .whatsapp-bottom img{
            max-width: 80px;
    }
    #mydivheader{
            top: -16px;
    }
    #mydivheader i{
            font-size: 14px;
    }
    .rgstrNowPop {
        bottom: 90px !important;
    }
}
@media (max-width: 400px) {
    .rgstrNowPop {
            bottom: 60px !important;
    right: 23px !important;
    }
}
@media(max-width:767px){

}
.footLogo{
    text-align:right;
        position: absolute;
    bottom: 5px;
    left: 8%;
         }
                .footLogo h6{
                        color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
                }
                .footLogo a{

                }
                .footLogo a img{
                    max-width:200px;
                }
.FirstFootLogo{
    display:none;
}
@media(max-width:1581px){
    .footLogo{
        left: 7%;
    }
}
@media(max-width:1486px){
    .footLogo{
        left: 6%;
    }
}
@media(max-width:1386px){
    .footLogo{
        left: 5%;
    }
}
@media(max-width:1286px){
    .footLogo{
        left: 4%;
    }
}
@media(max-width:1200px){
    .footLogo{
        left: 2.5%;
    }
}
@media(max-width:1100px){
    .footLogo{
        left: 1%;
    }
}
@media(max-width:1024px){
    .footLogo{
        display:none;
    }
    .FirstFootLogo{
        display:block;
    }
}

 /*Announcement*/
            .Annncmnt-modal {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #a1a1a15c;
                z-index: 999;
                display: none;
            }

            .Annncmnt-Box {
                max-width: 470px;
                margin: 30px auto;
                position: relative;
                /*background-color: #fff;*/
                z-index: 9999;
                border-radius: 10px;
                /*overflow: hidden;*/
                    padding: 10px;
            }

            a.AnnncCloseBtn {
                position: absolute;
                top: 9px;
    right: 9px;
                display: inline-block;
                background-color: #000000;
                color: #fff;
                font-size: 13px;
                    padding: 1px 10px;
                border-bottom-left-radius: 5px;
            }
                a.AnnncCloseBtn:hover, a.AnnncCloseBtn:focus {
                    background-color: #000000;
                }
                .rgstrNowPop {
                    display: inline-block;
                    position: absolute;
                    bottom: 114px;
                    background-color: #ecececfa;
                    color: #073da8;
                    border-radius: 50%;
                    padding-top: 22px;
                    right: 82px;
                    width: 110px;
                    height: 110px;
                    text-align: center;
                    border: 5px solid #119075;
                    font-size: 20px;
                    text-decoration: none;
                }
                .rgstrNowPop:hover{
                    background-color: #ececec;
                }
                .rgstrNowPop a{
                        color: #4e4e4e;
                        font-weight: 700;
                        font-size: 18px;
                }
                .rgstrNowtitle{
                        display: block;
    font-size: 12px;
    line-height: 15px;
                }
                /*End of Announcment*/
                #OfferTag{

                }
                #OfferTag img{
                    max-width: 160px;
                }
                .FrntPymntFtr{
                        margin: 0 0 10px 0;
                    padding:0;
                    list-style:none;
                }
                .FrntPymntFtr li{
                    display:inline-block;
                    text-align:right;
                        vertical-align: top;
                        color: #fff;
                        line-height: 18px;
                            /*font-weight: 600;*/
                            font-size: 12px;
                }
                .FrntPymntFtr li:first-child{
                        padding-top: 2px;
                }
                .FrntPymntFtr li img{
                    margin-top: 4px;
                }
 

.img-fluid.logo {
    margin-left: 40px;
    max-width: 190px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
       h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 0px 0;
           /* min-height: 100vh;*/
        }

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}



.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-title .title {
  display: inline-block;
  font-size: 36px;
  font-weight: 800;
  color: #1e1e1e;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}


.sec-title .title::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #FF8F18; /* You can change to your theme color */
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

    .about-section .image-column .video-link .link:hover {
        background-color: #191e34;
        color: #fff;
    }
    .list-style-one {
  list-style: none;
  padding-left: 0;
}

.list-style-one li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.list-style-one li::before {
  content: "\2713"; /* Unicode for checkmark */
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #025B6D;
  color: white;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
}
.pg-footer {
  font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #004658;
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fffff2;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}



.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.facebook {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 45px;
}

.footer-social-link.instagram {
    height: 24px;
    left: 123px;
    top: 12px;
    width:42px;
}
img.img-fluidlogo {
    height: 88px;
    width: 200px;
}
.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 44px;
}

.footer-copyright {
    background-color: #027b9a;
    color: #fff;
    padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
      .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 650px;
        position: relative;
    }
}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
      .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 650px;
        position: relative;
    }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
      .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 650px;
        position: relative;
    }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}
@media (min-width:1281px) { /* hi-res laptops and desktops */

}
.feature-box {
    display: flex
;
}
.align-items-center {
    align-items: center !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.align-items-center {
    align-items: center !important;
    margin-top:5px;
}

.svg-fill-color-light {
    fill: #FFF !important;
}

a.text-uppercase.text-color-light.text-color-hover-secondary.text-decoration-none.text-5.font-weight-bold.pb-0 {
    color: #FF8F18;
}
a.contact-link {
      color: #FF8F18;
}

@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 300px;
      position: relative;font-size: 15px;
  }

  .footer-wave-svg {
      height: 50px;
  }

  .footer-content-column {
      width: 24.99%;
  }
}
@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
}
#features {
            background: #fff
        }
        
        #features .icon {
            display: inline-block;
            width: 60px;
            height: 60px;
            border-radius: 4px;
            text-align: center;
            position: relative;
            z-index: 1
        }
        
        #features .content-left span {
            float: right
        }
        
        #features .content-left .text {
            text-align: right
        }
        
        #features .content-right span {
            float: left
        }
        
        #features .box-item {
            box-shadow: 0 0 12px #f4f4f4;
            padding: 15px;
            line-height: 22px;
            margin-top: 30px;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: all .3s ease-in-out;
            -mox-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            position: relative;
            top: 0
        }
        
        #features .box-item .icon {
            text-align: center;
            margin: 12px;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }
        
        #features .box-item .icon i {
            color: #008de2;
            font-size: 30px;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }
        
        #features .box-item .text h4 {
            cursor: pointer;
            font-size: 18px;
            font-weight: 500;
            line-height: 22px;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }
        
        #features .box-item .text p {
            font-size: 14px;
            line-height: 26px
        }
        
        #features .box-item:hover {
            box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1)
        }
        
        #features .box-item:hover h4 {
            color: #008de2
        }
        
        #features .show-box {
            margin-top: 50px
        }
        
        #features .show-box img {
            width: 100%
        }
        .travel-banner-orange {
  background-color: #FF8F18;
  padding: 100px 20px;
  color: #ffffff;
  text-align: center;
}

.travel-highlight {
  background-color: #FF8F18;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
}

.travel-container {
  max-width: 900px;
  margin: 0 auto;
}

.highlight-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Segoe UI', sans-serif;
  letter-spacing: 1px;
}

.underline-accent {
  width: 60px;
  height: 4px;
  background-color: #fff;
  margin: 0 auto 25px auto;
  border-radius: 2px;
}

.highlight-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  color: #fefefe;
}

/* Responsive */
@media (max-width: 768px) {
  .highlight-title {
    font-size: 2rem;
  }

  .highlight-subtitle {
    font-size: 1rem;
    padding: 0 10px;
  }
}
.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #C7E5FF;
}

.center-text p {
  margin-bottom: 30px;
}

.services-small-item {
    height:390px;
  display: block;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 20px 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.services-small-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #03586E 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.services-small-item.active:before, .services-small-item:hover:before {
  opacity: 1;
}

.services-small-item.active .icon:before, .services-small-item:hover .icon:before {
  opacity: .26;
}

.services-small-item.active .icon i, .services-small-item:hover .icon i {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-small-item.active .services-title, .services-small-item:hover .services-title {
  color: #ffffff;
}

.services-small-item.active p, .services-small-item:hover p {
  color: #ffffff;
}

.services-small-item.active .button i, .services-small-item:hover .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #2b708b !important;
}

.services-small-item:hover {
  margin-top: -15px;
}

.services-small-item .icon {
  width: 139px;
  height: 113px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.services-small-item .icon i {
  display: block;
  height: 67px;
  line-height: 67px;
  position: absolute;
  width: 100%;
  top: 22px;
  z-index: 2;
  font-size: 28px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}



.item-bg {
  content: '';
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
