@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

html{
  scroll-behavior: smooth;
}
body {
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: 'Lato', sans-serif;
  color: #848484;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #2B323A;
}

body {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
}
section {
    padding: 10px 0;
}
.page-wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

input, button, select, textarea {
  font-family: 'Montserrat', sans-serif;
}

p {
  position: relative;
  line-height: 1.8em;
}
.section-title.text-center {
    padding-bottom: 60px;
}
.section-title h3{
    position: relative;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #2B323A;
    text-transform: uppercase;
}
.section-title h3:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 0px;
    background: #94BF4B;
    height: 3px;
    width: 84px;
}

.section-title span {
  color: #222222;
  font-weight: 400;
}

.section-title p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  font-family: 'Montserrat', sans-serif;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.anim-3, .anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.anim-5, .anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.anim-7, .anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-style-one {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  padding: 8px 36px;
  background: #1672A1;
  border: 1px solid #1672A1;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover {
  color: #1672A1;
  border: 1px solid #1672A1;
  background: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.after-submit-text {
    padding-left: 20px;
}

.btn-style-two {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 27px;
  padding: 8px 36px;
  background: #f4f4f4;
  border: 1px solid #ececec;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two:hover {
  color: #ffffff;
  border: 1px solid #48bdc5;
  background: #48bdc5;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.section {
  padding: 40px 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.bg-gray {
  background: #fafafa;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
h6.top-header-left i {
    color: #94BF4B;
}
ul.address-phone-call {
    padding: 0px;
}
ul.address-phone-call li {
    display: inline-block;
}
ul.address-phone-call li a {
    color: #E4E4E4;
}
.header-top {
  /*background: #ffffff;
  border-bottom: 1px solid #ececec;*/
}
.header-top-container{
  background: #434F55;
}
.ht-address{

}
.header-top .top-left h6 {
  font-size: 13px;
  line-height: 26px;
  color: #E4E4E4;
  font-weight: 400;
  padding: 8px 0px;
  font-family: 'Lato', sans-serif;
}

.header-top .top-left .contact-links li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #b2b2b7;
  margin-right: 40px;
  font-family: 'Lato', sans-serif;
}

.header-top .top-right .social-links {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .header-top .top-right .social-links {
    padding-left: 0;
  }
}

.header-top .top-right .social-links li {
  display: inline-block;
   color: #E4E4E4;
}
ul.social-links li h6 {
    font-size: 13px;
    color: #E4E4E4;
}
.header-top .top-right .social-links li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -1px;
  font-size: 16px;
  color: #E4E4E4;
  text-align: center;
  /*border: 1px solid #ececec;*/
  transition: .3s;
}

.header-top .top-right .social-links li:hover i {
  color: #00ABC9;
  border-color: #00ABC9;
}

.header-uper {
  padding: 0px 0px;
}
.header-uper-container{
    background-color: #fefeff;
}
.header-uper .contact-info {
  float: left;
}
/*.navbar{
      background: #fefeff !important;
}*/
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link{
  color: #2B323A !important;
  text-decoration: none;
}
.navbar .navbar-nav li > .nav-link{
  color: #777777 !important;
}
.navbar .navbar-nav li > .nav-link:hover{
  color: #777777 !important;
}
@media (max-width: 991px) {
  .header-uper .contact-info {
    text-align: center;
  }
  .header-uper .contact-info .item {
    margin: 0 20px;
  }
}

.header-uper .contact-info .item {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  margin-right: 40px;
}

.header-uper .contact-info .item .icon-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  border: 1px solid #5ec5cc;
}

.header-uper .contact-info .item .icon-box i:before {
  color: #5ec5cc;
  font-size: 22px;
}

/*.header-uper .contact-info .item strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
*/
/*.header-uper .contact-info .item span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  font-family: "Roboto", sans-serif;
}*/

.header-uper .right-side .link-btn {
  margin-left: 20px;
  margin-top: 5px;
}

.navbar {
  margin-bottom: 0;
  background: #fefeff !important;
  border: none;
  border-radius: 0;
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding: 15px 0;
  }
}

.navbar .navbar-nav li > .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  transition: .3s;
}

@media (max-width: 991px) {
  .navbar .navbar-nav li > .nav-link {
    padding: 10px 18px !important;
    text-align: center;
  }
}

.navbar .navbar-nav li > .nav-link:hover {
  color: #fff;
  opacity: .7;
}

.navbar .navbar-nav li.active > a {
  background: transparent;
  font-weight: 600;
  text-decoration: underline;
}

.navbar .navbar-nav li.active > a:hover {
  background: transparent;
}

.dropdown-toggle::after {
  border: 0;
  margin-left: 6px;
  vertical-align: 1px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 11px;
  width: auto;
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu {
    display: block;
    transition: 0.2s;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    background-color: white;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 8px;
  }
}

.dropdown-menu {
  padding: 0 20px 0 5px;
  min-width: auto;
}

@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0;
  }
}

.dropdown-menu li:first-child {
  margin-top: 10px;
}

.dropdown-menu li:last-child {
  margin-bottom: 10px;
}

.dropdown-menu .dropdown-item {
  color: #333;
  font-size: 16px;
  transition: .3s;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #333;
}

.dropdown-menu .dropdown-item.active {
  text-decoration: underline;
  font-weight: 500;
}

.dropdown-menu .dropdown-item:hover {
  opacity: .7;
}

.dropdown-submenu a.dropdown-toggle {
  color: #333;
}

.dropdown-submenu a.dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: .255em !important;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.dropdown-submenu .dropdown-menu {
  -webkit-transform: initial;
          transform: initial;
  top: -15px;
}

@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    margin: 0 10px !important;
  }
}

.dropdown-submenu.dropright .dropdown-menu {
  left: calc(100% + 10px);
  margin-left: 0;
}

.dropdown-submenu.dropleft .dropdown-menu {
  left: auto;
  right: 100%;
  margin-right: 0;
}

@media (max-width: 991px) {
  .dropdown-item {
    text-align: center;
  }
}
/*search icon*/
/*.search-bar-container {
    display: inline-block;
    position: relative;
    border: 1px solid #D2D2D2;
    border-radius: 28px;
    width: 210px;
    padding-left: 15px;
}
.icon.search-icon {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #777777;
}*/
.search-bar {
    padding: 5px 0px 5px 5px;
    border: none;
    width: 155px;
    outline: none;
}
input.search-bar:focus {
    border-bottom: 1px solid #94BF4B;
}
/*search icon-end*/
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  filter: invert(1);
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin: 6px auto;
}

button:focus {
  outline: 0;
}

.accordion-section .accordion-holder {
  margin-top: 60px;
}

.accordion-section .accordion-holder .card {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-section .accordion-holder .card .card-header {
  background: #fff;
  padding: 0;
  border-radius: 0;
}

.accordion-section .accordion-holder .card .card-header .card-title {
  margin-bottom: 0;
}

.accordion-section .accordion-holder .card .card-header h4 {
  position: relative;
}

.accordion-section .accordion-holder .card .card-header h4 a {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  display: block;
  background: #48bdc5;
  color: #fff;
  padding: 20px 30px;
  transition: all .3s ease;
}

.accordion-section .accordion-holder .card .card-header h4 a:before {
  content: '\f077';
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.accordion-section .accordion-holder .card .card-header h4 a.collapsed {
  background: #fff;
  color: #000;
}

.accordion-section .accordion-holder .card .card-header h4 a.collapsed:before {
  content: '\f078';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.accordion-section .accordion-holder .card .card-header h4 a.collapsed:hover {
  color: #48bdc5;
}

.accordion-section .accordion-holder .card .card-body {
  padding: 20px 30px;
}

/*.hero-slider {
  height: 80vh;
}*/

.hero-slider .slider-item {
  min-height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
}

.hero-slider .slider-item:focus {
  outline: 0;
}

.hero-slider .slider-item:before {
  position: absolute;
  background: rgb(0 0 0 / 40%);
  content: '';
  top: 0;
  height: 100%;
  width: 100%;
}

.hero-slider .content {
  position: relative;
  z-index: 2;
}

.hero-slider .content.style h2 {
  font-size: 52px;
}
.play-button img,.learn-more-button img {
    display: inline-block;
    padding-right: 15px;
}
@media (max-width: 767px) {
  .hero-slider .content.style h2 {
    font-size: 30px;
  }
}

.hero-slider .content.style .offer-text {
  letter-spacing: 7px;
  font-size: 15px;
  margin-bottom: 5px;
}

.hero-slider .content.style .tag-text {
  font-size: 20px;
}

.hero-slider .content.style .btn-main {
  border-radius: 3px;
  padding: 16px 28px;
  font-weight: 700;
}

.hero-slider .content h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.hero-slider .content p {
  font-size: 26px;
  color: #fff;
}

.hero-slider .content .btn-colored {
  /*background: transparent;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  /*border: 1px solid #fff;*/
  transition: all .3s ease;
}
.hero-slider .content .btn-blue{
  background-color: #1CACD1;
}
.hero-slider .content .btn-gray{
  background-color: #515F6F;
}
.hero-slider .slick-dots {
  bottom: 20px;
}

.hero-slider .slick-dots li {
  margin: 0 3px;
}

.hero-slider .slick-dots li button:before {
  font-size: 40px;
}

.hero-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.services .card{
  background-clip: revert;
  border: none;

}
.services .card-body{
  padding: 1.1rem 3px;
}
.services .card-title {
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}
section#features {
    padding: 30px 0px;
}
.founded{
  color: #ffffff;
  font-size: 32px;
}
p.counter-intro {
    line-height: 1.6;
    color: #fff;
    font-size: 18px;
}
.statistic-counter{
    font-size: 50px;
    color: #fff;
}
#features .values {
  text-align: center;
}
.plus-icon {
    color: #94BF4B;
    font-size: 50px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

.counter-title {
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
}
.welcome-title{
  position: relative;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #2B323A;
    text-transform: uppercase;
}
h3.welcome-title:before{
    position: absolute;
    left: 0px;
    content: '';
    bottom: 0px;
    background: #94BF4B;
    height: 3px;
    width: 84px;
}
a.btn.btn-main.btn-blue {
    background: #008080;
    color: #fff;
    font-size: 13px;
    padding: 10px 25px;
}
.video-gallery .video-gallery-item .image-holder {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.video-gallery .video-gallery-item .image-holder img {
  width: 100%;
}

.video-gallery .video-gallery-item .image-holder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;/*
  background: rgba(19, 38, 70, 0.7);*/
  top: 0;
}
.video-gallery .video-gallery-item .image-holder a {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  z-index: 5;
  transition: all .3s ease-in-out;
}
.video-gallery .video-gallery-item .image-holder a img {
  font-size: 25px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 991px) {
  .video-gallery .video-gallery-item .image-holder a {
    width: 50px;
    height: 50px;
  }
  .video-gallery .video-gallery-item .image-holder a i {
    font-size: 16px;
    line-height: 48px;
  }
  .counter-discription{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }
}
.business-body {
    background: #008080;
    height: 115px;
}
.business-text {
    color: #fff;
    font-size: 18px;
    padding-right: 30px;
}
.btn-primary {
    color: #777777;
    background-color: #fff;
    border-color: #fff;
    font-size: 13px;
    padding: 12px 30px;
    width: 220px;
    border-radius: 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1672A1;
    border-color: #1672A1;
}
.form-section-title h3{
  font-size: 28px;
}

.contact-area {
  padding-left: 70px;
  max-width: 570px;
}

.contact-area form {
  margin-top: 30px;
}

.contact-area .form-group {
  position: relative;
  margin-bottom: 15px;
}

.contact-area input,
.contact-area textarea {
  position: relative;
  width: 100%;
  height: 50px;
  color: #AAAAAA;
  padding: 10px 25px;
  background: #ffffff;
  display: block;
  border: 1px solid #ececec;
}

.contact-area .form-group select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ececec;
  background: #ffffff url(../images/icon-select.png) right center no-repeat;
  cursor: pointer;
}

.contact-area .form-group option {
  font-weight: normal;
  display: block;
  white-space: pre;
  height: 50px;
  padding: 20px;
}

.contact-area .form-group option:hover {
  background: #7b64cb;
}

.contact-area textarea {
  height: 110px;
  resize: none;
  padding-top: 15px;
}

.contact-area button {
  height: 50px;
}

.contact-area .form-group i {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 15px;
}
/*---------------------------------------------------------------*/

.form-control {
  box-shadow: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #48bdc5;
}

.form-control.main {
  padding: 20px;
}

.feature-section {
  position: relative;
}

.feature-section .image-content .section-title {
  margin-bottom: 20px;
}

.feature-section .image-content .section-title h3 {
  position: relative;
  padding-bottom: 15px;
}

.feature-section .image-content .section-title p {
  margin-bottom: 40px;
}

.feature-section .image-content .item {
  position: relative;
  margin-top: 10px;
}

.feature-section .image-content .icon-box {
  height: 50px;
  margin-bottom: 20px;
}

.feature-section .image-content .item h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
}

.feature-section .image-content .item p {
  font-size: 15px;
  line-height: 28px;
}

.feature-section .contact-info .item {
  position: relative;
  display: inline-block;
  margin: -2px;
  padding: 22px 67px 20px 105px;
}

@media (max-width: 767px) {
  .feature-section .image-content .item {
    padding: 0;
  }
}


.footer-main {
  position: relative;
  background-size: cover;
  z-index: 1;
  background: #252B32;
}

.footer-main .footer-top {
  padding-top: 85px;
  padding-bottom: 60px;
}

.footer-main .footer-top .footer-logo {
/*  padding-bottom: 20px;*/
  width:220px;
}

.footer-main .footer-top p {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #ababab;
}
.footer-main .footer-top p.f-detail{
  line-height: 30px;
}
.footer-main ul.location-link li.item {
    border-bottom: 1px solid #707070;
}
.footer-main .footer-top h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 35px;
  text-transform: uppercase;
}

.footer-main .footer-top .location-link {
  padding-top: 10px;
  padding-left: 0;
}

.footer-main .footer-top .location-link .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.footer-main .footer-top .location-link .item i {
  position: absolute;
  top: 3px;
  left: 0px;
}

.footer-main .footer-top .location-link .item i:before {
  font-size: 18px;
  color: #00ABC9;
}

.footer-main .footer-top .media-left img {
  height: 80px;
  width: 80px;
}

.footer-main .footer-top .social-links ul {
  padding-left: 0;
}

.footer-main .footer-top .social-links ul li {
  position: relative;
  margin-bottom: 30px;
}

.footer-main .footer-top .social-links ul li h5 {
  margin-bottom: 5px;
}

.footer-main .footer-top .social-links ul li p {
  line-height: 24px;
  margin-bottom: 0;
}

.footer-main .footer-top .social-links ul li a {
  color: #ffffff;
}

.footer-main .footer-top .social-links ul li i {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 47px;
  height: 47px;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
  background: #48bdc5;
  margin-right: 10px;
}

.footer-main .footer-top .social-links span {
  color: #ababab;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.footer-main .footer-top .gallery-widget {
  position: relative;
  margin-left: 15px;
}

.footer-main .footer-top .gallery-widget .image {
  position: relative;
  float: left;
  width: 30%;
  margin: 2.5px;
  overflow: hidden;
}

.footer-main .footer-top .gallery-widget .image img {
  position: relative;
  width: 100%;
}

.footer-main .footer-top .gallery-widget .image .lightbox-image {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0px;
  left: 0px;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(122, 102, 203, 0.8) 0%, rgba(72, 189, 197, 0.74) 100%);
  transition: all 500ms ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.footer-main .footer-top .gallery-widget .image .lightbox-image i {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.footer-main .footer-top .gallery-widget .image:hover .lightbox-image {
  transition: all 500ms ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer-bottom {
  padding: 24px 0px;
  background: #0d1a2f;
}

.footer-bottom .copyright-text {
  float: left;
}

.footer-bottom .copyright-text p {
  font-size: 15px;
  font-weight: 400;
  color: #ababab;
  line-height: 26px;
  margin-bottom: 0px;
  letter-spacing: .5px;
  text-transform: capitalize;
}

.footer-bottom .copyright-text a {
  color: #ffffff;
}

.footer-bottom .footer-bottom-link {
  /*float: right;*/
  margin-bottom: 0px;
  padding-left: 0;
}

.footer-bottom .footer-bottom-link li {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .footer-bottom .footer-bottom-link li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.footer-bottom .footer-bottom-link li a {
  font-size: 15px;
  line-height: 26px;
  color: #1CACD1;
  font-weight: 400;
}

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #ffffff;
  font-size: 24px;
  line-height: 45px;
  width: 50px;
  height: 50px;
  border: 1px solid #7b64cb;
  background: #7b64cb;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  border-radius: 25px;
  transition: all 500ms ease;
}

.scroll-to-top:hover {
  background: #ffffff;
  color: #7b64cb;
  border-color: #7b64cb;
  transition: all 500ms ease;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #252B32;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

@media (max-width: 575px) {
  .back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

.back-to-top:hover {
  background-color: #333;
}

/*  Theme HTML Template */
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (min-width: 1920px) {
  .service-tab-section .tab-list-column .tab-list {
    margin-left: 30% !important;
    margin-right: -30% !important;
  }
}
/*custome -container*/
@media only screen and (max-width: 1920px) {  
  .cust-container{
    max-width: 1372px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1440px){
  .cust-container {
        max-width: 1180px;
  }
}
@media (max-width: 1200px){
  .cust-container{
    max-width: 1150px;
  }
}
@media (max-width: 992px){
  .cust-container{
    max-width: 970px;
  }
}
@media (max-width: 768px){
  .cust-container {
      max-width: 730px;
  }
}
@media (max-width: 576px){
  .cust-container{
    max-width: 550px;
  }
  .hero-slider .content.style h2 {
    font-size: 25px !important;
  }
  .hero-slider .content.style .tag-text {
    font-size: 15px !important;
  }
  .hero-slider .content.style .btn-main {
    padding: 10px 10px !important;
    font-weight: 500 !important;
  }
  .play-button img, .learn-more-button img {
    display: inline-block;
    padding-right: 6px !important;
  }
  .hero-slider .slider-item {
    min-height: 75vh;
  }
  .form-section-title h3 {
    font-size: 20px;
  }
  .after-submit-text {
    padding: 15px 0 0 0;
    display: block;
  }
  .signup-bg{
    min-height: 280px !important;
  }
}

/*custome -container End*/

@media only screen and (max-width: 1200px) {
  .service-section .filter {
    margin-bottom: 20px !important;
  }
  .footer-bottom .copyright-text {
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom .footer-bottom-link {
    float: none !important;
    text-align: center;
  }
  .feature-section.style-two {
    margin-bottom: 0px !important;
  }
  .feature-section .contact-info .item {
    display: block !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1199px){
    .header-left {
        width: 400px;
    }
}
@media only screen and (max-width: 991px) {
  .main-header .search-box {
    display: none;
  }
  .header-uper .logo {
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .main-header.style-two .logo {
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .main-header.style-two .search-box-btn {
    top: 95px !important;
  }
  .main-header.style-two .main-menu {
    float: none !important;
  }
  .service-tab-section .tab-content .inner-box {
    padding-left: 0px;
  }
  .feature-section .contact-info .item {
    width: 100%;
    margin-right: 30px !important;
    margin-bottom: 20px !important;
  }
  .service-tab-section .tab-list-column {
    width: 100% !important;
  }
  .service-tab-section .tab-list-column .tab-list,
  .service-tab-section .tab-content .inner-box {
    float: none !important;
    padding-left: 115px !important;
    max-width: 700px !important;
  }
  .service-tab-section .tab-content {
    width: 100% !important;
  }
  .service-tab-section .tab-content .content-list {
    margin-top: 40px !important;
  }
  .fact-counter .column .item {
    margin-bottom: 40px !important;
  }
  .contact-area {
    margin: 0 auto;
    padding: 0 20px;
    /*margin-top: 70px !important;
    padding-left: 0px !important;*/
  }
  .contact-area.style-two {
    margin-top: 0 !important;
  }
  .footer-main .footer-top .social-links {
    margin-left: 0px !important;
  }
  .blog-section.style-four .content-text {
    padding-left: 0px !important;
  }
  .blog-section.style-four .right-side {
    margin-left: 0px !important;
    margin-top: 40px !important;
  }
  .blog-section.style-four .left-side {
    margin-right: 0px !important;
  }
  .blog-section.style-four .image-box img {
    width: 100%;
  }
  .blog-section.style-five .text-image {
    margin-left: 0px !important;
    margin-top: 40px !important;
  }
  .service-details .right-side {
    margin-left: 0px !important;
  }
  .gallery-section .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 90px !important;
  }
  .gallery-section .owl-theme .owl-controls .owl-nav .owl-next {
    right: 90px !important;
  }
  .feature-section.style-two {
    margin-bottom: 40px !important;
  }
  .hero-slider .content.style h2 {
    font-size: 40px;
  }
  .hero-slider .content.style .tag-text {
    font-size: 18px;
  }
  .hero-slider .content.style .btn-main {
    padding: 15px 20px;
    font-weight: 600;
  }

}

@media only screen and (max-width: 767px) {
    .header-left {
          width: 390px;
    }
    .header-left .header-left,
    .header-left .header-left img{
        width: 100%;
    }
  .main-header .main-menu {
    top: 0px;
    width: 100%;
  }
  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 0px;
    right: 0px;
    z-index: 12;
  }
  .main-menu .navbar-header .navbar-toggle {
    display: block;
    border: 1px solid #ffffff;
    float: left;
    height: 50px;
    width: 50px;
    padding-left: 12px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    background: #7b64cb;
  }
  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
  }
  .main-menu .navbar-collapse > .navigation {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
    background: #48bdc5;
    border: 1px solid #ffffff;
    border-top: none;
  }
  .main-menu .navbar-collapse > .navigation > li {
    margin: 0px !important;
    float: none !important;
    width: 100%;
  }
  .main-menu .navigation > li > a,
  .main-menu .navigation > li > ul:before {
    border: none;
  }
  .main-menu .navbar-collapse > .navigation > li > a {
    padding: 10px 10px !important;
    border: none !important;
  }
  .main-menu .navigation li.dropdown > a:after,
  .main-menu .navigation > li.dropdown > a:before,
  .main-menu .navigation > li > ul > li > a::before,
  .main-menu .navigation > li > ul > li > ul > li > a::before {
    color: #ffffff !important;
    right: 15px;
    font-size: 16px;
    display: none !important;
  }
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    background: #e4b700;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
  }
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    border-top: 1px solid white !important;
  }
  .main-menu .navbar-collapse > .navigation > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
    border-top: 1px solid white !important;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
  }
  .main-menu .navbar-collapse > .navigation > li:first-child {
    border: none;
  }
  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding: 15px 10px !important;
    line-height: 22px;
    color: #ffffff;
    background: #7b64cb;
    text-align: left;
  }
  .main-header.style-two .main-menu .navigation > li > a {
    color: #ffffff !important;
  }
  .main-menu .navbar-collapse > .navigation > li > a:hover,
  .main-menu .navbar-collapse > .navigation > li > a:active,
  .main-menu .navbar-collapse > .navigation > li > a:focus {
    background: #1cc9ce;
  }
  .main-menu .navbar-collapse > .navigation > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li.current > a,
  .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
    background: #48bdc5;
    color: #fff !important;
  }
  .main-menu .navbar-collapse > .navigation li.dropdown:after,
  .main-menu .navigation > li > ul:before {
    display: none !important;
  }
  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #ffffff;
  }
  .main-menu .navbar-collapse > .navigation li.current .dropdown-btn,
  .main-menu .navbar-collapse > .navigation li:hover .dropdown-btn {
    color: #ffffff;
  }
  .main-header {
    margin-bottom: 0px !important;
  }
  .main-header .logo {
    position: absolute !important;
    top: -5px;
    left: 30%;
  }
  .search_option {
    position: absolute !important;
    top: 2px;
    right: 5px;
  }
  .footer-main .footer-top .menu-link {
    margin-left: 0px !important;
  }
  .main-header.style-two .search-box-btn {
    top: 15px !important;
  }
  .footer-main .footer-top .gallery-widget {
    margin-left: 0px !important;
  }
  .service-tab-section .tab-list-column .tab-list,
  .service-tab-section .tab-content .inner-box {
    margin-left: 0px !important;
  }
  .rev_slider_wrapper .tp-caption img {
    display: none;
  }
  .header-uper .right-side {
    float: none !important;
    text-align: center !important;
  }
  .header-uper .contact-info {
    float: none !important;
    margin-bottom: 30px !important;
  }
  .header-uper .logo {
    margin-bottom: 40px !important;
  }
  .header-uper .contact-info .item {
    text-align: left !important;
    margin-left: 40px !important;
    margin-right: 0px !important;
  }
  .header-uper .link-btn {
    float: none !important;
    margin-left: 0px !important;
  }
  .gallery-section .owl-theme .owl-controls {
    display: none !important;
  }
  .work-skill .knob {
    display: inline-block !important;
  }
  .work-skill .skills h6 {
    margin-bottom: 40px;
  }
  .service-two .social-links li .border-shep {
    display: none !important;
  }
  .service-two .social-links li {
    margin-bottom: 20px;
  }
  .service-two .link-buttons li {
    margin-bottom: 20px;
  }
  .service-two .left-side {
    padding: 50px 0px !important;
  }
  .fixed-header {
    background: #000000 !important;
  }
  .google-map-area {
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 567px) {
    .header-left {
          width: 260px !important;
    }
    .header-left .header-left,
    .header-left .header-left img{
        width: 100% !important;
    }
  .blog-section .content-text {
    display: block !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
  }
  .header-uper .contact-info {
    margin-bottom: 0px !important;
  }
  .header-uper .contact-info .item {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 30px !important;
  }
  .service-tab-section .tab-list-column .tab-list,
  .service-tab-section .tab-content .inner-box {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 467px) {
  .rev_slider_wrapper .tp-caption {
    display: none !important;
  }
  .main-header .logo {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }
  .main-header.style-two .search-box-btn {
    top: 95px !important;
  }
}

@media only screen and (max-width: 350px) {
  .feature-section .contact-info .item {
    padding-left: 50px !important;
    padding-right: 0px !important;
  }
  .feature-section .contact-info .icon-box {
    left: 10px !important;
  }
}
@media only screen and (max-width: 374px){
    .header-left {
        width: 214px !important;
    }
}

.header-uper .navbar{
  position: relative;
}
.header-uper .container-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-left {
/*  width: 220px;*/
}
.header-left .header-left,
.header-left .header-left img{
  width: 75%;
}
.header-center {
  padding: 0 16px; 
}
.header-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-center .navbar li{
  margin-right: 1.5rem;
  padding: 0;
}
.header-center .navbar li:last-child{
  margin-right: 0;
}
.header-center .navbar li a{
  padding: 24px 0px 20px !important;
  border-bottom: 4px solid transparent;
}
.header-center .navbar li.active a{
  border-bottom-color: #94BF4B;
}
.header-right .icon.search-icon{
  position: static;
}

@media only screen and (max-width: 991px){
  .header-center {
    order: 3;
    padding: 0;
  }
  .header-uper .container-inner{
/*    justify-content: flex-start;*/
  }
  .header-right{
    margin-left: auto;
  }
  div#navbarLinks {
    position: absolute;
    top: 100%;
    background-color: #fff;
    right: 0;
    width: 200px;
  }
  .header-center .navbar li{
    margin-right: 0;
    padding: 0;
  }
  .header-center .navbar li a,
  .header-center .navbar li.active a{
    border-bottom: 1px solid #94BF4B;
  }
  div#navbarLinks .navbar-nav{
    padding: 0;
  }
}


/* about section target */
.feature-section section,
.services,
.features,
.signup-section {
  position: relative;
}
.section-target{
  position: absolute;
  top: -117px;
  left: 0;
}
.signup-bg{
    z-index: 1;
    background-image: url(../images/req-callback.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-sizing: border-box;
    height: 100%;
    min-height: 644px;
    width: 100%;
  }