body,
html {
  margin: 0;
  font-size: 100%;
  height: 100%;
  background: #fff;
  font-family: Nunito, sans-serif;
  scroll-behavior: smooth;
}

body a {
  text-decoration: none;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

body img {
  max-width: 100%;
}

textarea {
  resize: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 18px;
  height: 15px;
  padding: 0;
  margin-right: .3rem;
  margin-left: .3rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 1rem;
  transition: opacity .6s ease;
}

.big {
  font-size: 1.4rem;
}

a:hover {
  text-decoration: none;
}

input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text] {
  transition: .5s all;
  -webkit-transition: .5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 1px;
}

.cctrl {
  filter: none;
}

.cctrl2 {
  filter: saturate(0.2) brightness(0.3);
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.btn-send {
  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 51%, #00c6ff 100%);
  margin: 0;
  padding: 8px 20px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 0.5rem;
  display: block;
}

.btn-send:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.carousel,
.carousel-inner,
.carousel-item,
.slide,
.carousel-item .container {
  height: 100%;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
  font-size: 1em;
  line-height: 1.9em;
  letter-spacing: 1px;
}

ul {
  margin: 0;
  padding: 0;
}

header {
  position: absolute;
  background-color: transparent;
  z-index: 9;
  width: 100%;
  transition: background-color 1s;
}

.bg-blur {
  backdrop-filter: blur(10px);
}

.header-custom {
  background-color: rgba(0, 0, 0, 0.5);
}

.toggle,
[id^=drop] {
  display: none;
}

.text-spec {
  color: #ff7800;
}

nav {
  margin: 0;
  padding: 0;
  float: right;
}

.clear {
  clear: both;
}

.col-client {
  width: 20%;
  padding: 3%;
  padding-top: 5%;
}

.client-item {
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.client-item img {
  opacity: 0.6;
}

.text-justify {
  text-align: justify;
}

div#logo {
  float: left;
}

#logo a {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0;
  display: inline-block;
}

.menu li a {
  color: #fff !important;
  text-transform: capitalize;
  font-size: 1rem;
  padding: 20px 10px;
  cursor: pointer;
}

nav ul li ul li:hover {
  background: #f8f9fa;
}

.menu li a:hover,
.menu li.active a {
  color: #333 !important;
}

nav ul.inner-ul li a:hover {
  color: #333;
}


/* nav ul ul {
  display: none;
  position: absolute;
  top: 30px;
  background: #fff;
  padding: 10px;
}

nav ul li:hover>ul {
  display: inherit;
}

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul li a {
  color: #333;
  padding: 5px 10px;
  display: block;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
} */

li>a:only-child:after {
  content: '';
}

.menu-or li a {
  color: #343434 !important;
}

.menu-or li a:hover,
.menu-or li.active a {
  color: #ff7800 !important;
}

.menu-or2 li a {
  color: #fff !important;
}

.menu-or2 li a:hover,
.menu-or2 li.active a {
  color: #ff7800 !important;
}

.menu-or .img-logo {
  background-image: url('/Images/thenlogodark.svg');
}

@media all and (max-width :800px) {
  nav {
    float: none;
  }

  div#logo {
    float: none;
  }

  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  nav {
    margin: 0;
  }

  nav a {
    color: #333;
  }

  .menu,
  .toggle+a {
    display: none;
  }

  .toggle {
    display: block;
    padding: 8px 15px;
    font-size: 20px;
    text-decoration: none;
    border: none;
    float: right;
    background-color: #ff7800;
    color: #fff;
  }

  .menu .toggle {
    float: none;
    text-align: center;
    margin: auto;
    width: 30%;
    padding: 5px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .toggle:hover {
    color: #333;
    background-color: #fff;
  }

  [id^=drop]:checked+ul {
    display: block;
    background: #fff;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }

  nav ul li {
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: transparent;
  }

  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #fff;
    font-size: 17px;
  }

  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #fff;
  }

  nav ul ul li a {
    font-size: 15px;
  }

  ul.inner-ul {
    padding: 0 !important;
  }

  nav ul ul {
    float: none;
    position: static;
    color: #fff;
  }

  nav ul li:hover>ul,
  nav ul ul li:hover>ul {
    display: none;
  }

  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
  }

  nav ul ul ul li {
    position: static;
  }
}

@media all and (max-width :330px) {
  nav ul li {
    display: block;
    width: 94%;
  }
}

.logo {
  width: 200px;
  height: 60px;
}

.img-logo {
  background-image: url('/Images/thenlogo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.banner {
  /* background-image: linear-gradient(135deg, #ffc444 10%, #ff9860 100%); */
  /* background-image: url(/Images/banner.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  position: relative;
  z-index: 1;
}

.banner .f1 {
  /* background-image: linear-gradient(135deg, rgb(255 255 255 / 80%) 1%, rgb(255 219 143 / 60%) 60%); */
  /* background-color: rgba(255, 255, 255, 0.6); */
  background: linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 70%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  height: 160px;
}

.banner-info-grid h2,
.banner-info-grid h3 {
  color: #fff;
  display: inline-block;
  font-size: 3.8rem;
  text-transform: capitalize;
}

.banner-info-grid h3 {
  font-size: 2.3em;
}

.banner-info-grid p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  margin: 2em 0;
}

.contact {
  background-image: linear-gradient(135deg, #EE9AE5 10%, #5961F9 100%);
}

.slider-info a.btn {
  background: 0 0;
  padding: 10px 25px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
}

.slider-info a.btn:hover {
  opacity: .8;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
}

.gra-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}

.banner-text {
  padding: 8vw 0 0;
  z-index: 1;
  position: relative;
}

.banner-image h4 {
  font-size: 20px;
}

.banner-pro h3 {
  color: #ff7800 !important;
}

.banner-pro p {
  color: #323232 !important;
}

.service-item {
  height: 100%;
}

.popup-effect {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  transition: opacity 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.popup-effect:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  background: #fff;
  border-radius: 4px;
  max-width: 500px;
  position: relative;
  margin: 8em auto;
  padding: 3em 2em;
  z-index: 999;
}

.popup p {
  font-size: 15px;
  color: #777;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 15px;
  transition: all .2s;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.popup iframe {
  width: 100%;
  height: 250px;
  border: none;
}

.login .btn {
  border: 2px solid #6a67ce;
  background: #6a67ce;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  padding: 8px 25px;
}

.login .btn:hover {
  opacity: .9;
}

.login p a {
  font-size: 14px;
  color: #999;
}

.login label {
  font-size: 15px;
  color: #666;
  letter-spacing: .5px;
}

.about-text h3 {
  font-size: 27px;
  font-weight: 600;
  color: #333;
  line-height: 38px;
}

.about-text p {
  font-size: 16px;
  color: #777;
}

.about-img img {
  border-radius: 3px;
}

.about-left h4 {
  font-size: 40px;
  font-weight: 600;
  color: #ff6c5f;
}

.about-left h4 span {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

h2.heading,
h3.heading {
  font-size: 45px;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 0;
}

.choose,
.video {
  background: #f8f9fa;
}

.process {
  background: url(../images/teamback.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.f1 h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}

.f1 p {
  font-size: 16px;
  color: #777;
}

.f1 span.fa {
  text-align: center;
  background: #f3f3f3;
  width: 65px;
  height: 65px;
  line-height: 65px;
}

.icon {
  height: 80px;
  width: 100%;
  text-align: center;
}

.icon img {
  height: 100%;
}

.icon1 {
  min-height: 17rem;
}

.icon1:hover img {
  filter: invert(20%) sepia(80%) saturate(2000%) hue-rotate(340deg) brightness(100%) contrast(120%);
}

.icon1 span.fa {
  color: #ff4f81;
  font-size: 30px;
  line-height: 65px;
}

.feature-grids {
  margin-bottom: 5vw;
}

.f1 {
  box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
  background: #fff;
}

ul.partners-icon li span.fa {
  font-size: 3em;
  color: #eee;
}

.partners {
  background: #b84592;
}

.partners h3.heading {
  color: #fff;
}

h4.w3layouts_pvt-head {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 2em;
  color: #0068b7;
}

span.title-icon-wthree {
  color: #ffc107;
  font-size: 1em;
}

.title-sec-w3layouts_pvt p {
  color: #333;
}

.title-sec-w3layouts_pvt {
  border-left: 5px #bdbdbd solid;
  padding-left: 1em;
}

h4.feed-title {
  font-size: 25px;
  color: #333;
  letter-spacing: 1px;
}

a.btn-w3layouts_pvt span {
  margin-left: 5px;
  color: #ffc107;
  font-size: 1em;
}

a.btn-w3layouts_pvt:hover {
  color: #0068b7;
  letter-spacing: .5px;
}

.ab-pvtw3 p {
  width: 478px;
}

a.btn-w3layouts_pvt {
  display: inline-block;
  margin-top: 1em;
  color: #000;
  font-weight: 600;
}

.process p {
  font-size: 16px;
  color: #777;
}

.process img {
  border: solid 1px #aaa;
}

.process .heading {
  color: #fff;
}

.serv-grids h3 {
  font-size: 20px;
  color: #333;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
}

.serv-grids span.fa {
  text-align: center;
  font-size: 30px;
  background: #ffff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
}

.gal-img {
  margin-bottom: 1em;
  padding-right: 0;
}

.pop-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .7);
  transition: opacity 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.pop-overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  background: #fff;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 500px;
  position: relative;
  margin: 8em auto;
  padding: 3em 2em 2em;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all .2s;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.testi {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.testimonials blockquote {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #666;
  display: block;
  font-size: 14px;
  padding: 30px 30px;
  position: relative;
}

blockquote span.fa {
  color: #009688;
}

h3.tittle-w3 {
  font-size: 3.3em;
  font-weight: 600;
  color: #333;
}

.video-right p {
  font-size: 16px;
  color: #666;
}

footer {
  background: #f8d353;
  background: -webkit-linear-gradient(bottom right, #f8d353, #ff5c5a);
  background: -moz-linear-gradient(bottom right, #f8d353, #ff5c5a);
  background: linear-gradient(to top left, #f8d353, #ff5c5a);
}

.footer-title {
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
}

.contact-info p,
.contact-info p a,
ul.links li a {
  color: #fff;
  font-size: 15px;
}

.contact-info .footer-style-w3ls p.date {
  font-size: 13px;
  font-style: italic;
}

.contact-info p span {
  display: block;
}

.footer-style-w3lsp a {
  color: #999;
}

.contact-info h4 {
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
}

ul.links li a {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

.footer-style-w3lsp a:hover,
ul.links li a:hover {
  color: #ffdba3;
}

.copy-right-top {
  background: #fff;
}

.copy-right {
  letter-spacing: 1px;
  font-size: 15px;
  color: #666;
}

.copy-right a {
  color: #eee;
}

.copy-right a:hover {
  color: #fff;
}

.copy-right-top {
  border-color: rgba(255, 255, 255, .2) !important;
}

.inner-banner {
  height: 250px;
}

.contact_right input[type=email],
.contact_right input[type=text],
.contact_right textarea {
  outline: 0;
  padding: 12px 0;
  background: 0 0;
  color: #212121;
  font-size: 15px;
  width: 100%;
  letter-spacing: 1px;
  border: none;
  border-bottom: 1px solid #494949;
}

.contact_right input[type=email] {
  margin: 1em 0;
}

.contact_right textarea {
  min-height: 145px;
  resize: none;
  margin-top: 1em;
}

.contact_right button {
  outline: 0;
  padding: 15px 0;
  background: #6a67ce;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 10px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all;
}

.contact_left iframe {
  width: 100%;
  outline: 0;
  border: none;
  min-height: 495px;
}

.information h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
  position: relative;
}

.information p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #666;
  line-height: 28px;
}

.information p a,
.information p span {
  color: #b84592;
}

.information p a:hover {
  color: #333;
}

.information span.fa {
  font-size: 30px;
  color: #b84592;
}

.contact_border,
.contact_right {
  border: 2px dotted #b84592;
}

.teamy_name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}

.teamy_post {
  margin-top: .5em;
  font-size: 14px;
  text-transform: capitalize;
  color: #6f6f6f;
  letter-spacing: .5px;
}

.teamy_back,
.teamy_content {
  text-align: center;
}

.teamy_back-inner span.fa {
  color: #999;
  font-size: 14px;
  margin: 10px 5px;
  width: 15px;
  line-height: 35px;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all;
}

.teamy_back-inner span.fa.fa-facebook {
  color: #3b5998;
}

.teamy_back-inner span.fa.fa-facebook:hover {
  opacity: .8;
}

.teamy_back-inner span.fa.fa-twitter {
  color: #1da1f2;
}

.teamy_back-inner span.fa.fa-twitter:hover {
  opacity: .8;
}

.teamy_back-inner span.fa.fa-envelope-open {
  color: #dd4b39;
}

.teamy_back-inner span.fa.fa-envelope-open:hover {
  opacity: .8;
}

.manage-head {
  color: #ff7800;
  font-size: 1.6rem;
}

.manage-title {
  color: #aaa;
  font-size: .8rem;
}

.move-top {
  position: relative;
}

a.move-top {
  text-align: center;
  position: absolute;
  right: 1%;
  bottom: 0;
}

a.move-top span {
  color: #fff;
  width: 36px;
  height: 36px;
  border: transparent;
  line-height: 2em;
  background: #333;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
}

.input-group-text {
  color: #000;
  background-color: rgba(255, 255, 255, .5) !important;
  margin-left: 5px;
}

.thangnguyen {
  background-image: url(/Images/ThangNguyen.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thanhla {
  background-image: url(/Images/ThanhLa.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width:1366px) {
  .banner-info-grid h2 {
    font-size: 3em;
    line-height: 60px;
  }

  h3.tittle-w3 {
    font-size: 2.6em;
    line-height: 50px;
  }
}

@media all and (max-width:1080px) {
  .f1 {
    min-height: 13vw;
  }

  .banner-info-grid h2 {
    font-size: 2.8em;
    line-height: 55px;
  }

  .banner-info-grid p {
    font-size: 15px;
    margin: 1em 0;
  }

  .about-left h4 {
    font-size: 30px;
  }

  .about-text p {
    font-size: 14.5px;
  }

  h3.tittle-w3 {
    font-size: 2.2em;
    line-height: 45px;
  }

  .contact-info h4 {
    font-size: 14.5px;
    letter-spacing: 0;
  }

  .serv-grids h3 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .information span.fa {
    font-size: 23px;
  }

  .banner-text {
    padding: 18vw 0 0;
  }
}

@media all and (max-width:1024px) {

  h2.heading,
  h3.heading {
    font-size: 40px;
  }

  .contact-info p,
  .contact-info p a,
  ul.links li a {
    font-size: 14px;
  }

  ul.partners-icon li i {
    font-size: 2.5em;
  }

  .inner-banner {
    height: 200px;
  }

  .f1 p {
    font-size: 15px;
  }

  h4.feed-title {
    font-size: 20px;
  }

  ul.partners-icon li span.fa {
    font-size: 2.5em;
  }
}

@media all and (max-width:991px) {
  .login-icon {
    position: absolute;
    right: 10%;
  }

  .information p {
    font-size: 15px;
  }

  nav ul {
    margin-right: 3.5em;
  }

  #logo a {
    font-size: .7em;
  }

  nav a {
    font-size: 15px;
    padding: 10px 8px;
  }

  .information h4 {
    font-size: 19px;
    letter-spacing: 1px;
  }

  .process-grids img {
    width: 200px;
  }

  .contact_left iframe {
    min-height: 445px;
  }
}

@media all and (max-width:900px) {
  nav ul {
    margin-right: 5.5em;
  }
}

@media all and (max-width:800px) {
  nav ul {
    margin-right: 0;
  }

  .login-icon {
    right: 12%;
  }
}

@media all and (max-width:768px) {
  nav {
    float: none;
  }

  div#logo {
    float: none;
  }

  .banner-info-grid h2 {
    font-size: 2.5em;
    line-height: 50px;
  }

  .video-right p {
    font-size: 14px;
  }

  .inner-banner {
    height: 170px;
  }

  .information h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .contact_right h3 {
    font-size: 26px;
  }

  .login-icon {
    right: 11%;
  }
}

@media all and (max-width:736px) {
  .login-icon {
    right: 21%;
  }

  .about-text h3 {
    font-size: 24px;
  }

  h2.heading,
  h3.heading {
    font-size: 35px;
  }

  .contact_left iframe {
    min-height: 250px;
  }

  .f1 p {
    font-size: 14.5px;
  }

  .col-md-4 {
    width: 32%;
  }
}

@media all and (max-width:684px) {
  .login-icon {
    right: 19%;
  }

  .col-md-4 {
    width: 50%;
  }
}

@media all and (max-width:668px) {
  h3.tittle-w3 {
    font-size: 2em;
    line-height: 40px;
  }

  .contact_right h3 {
    font-size: 25px;
  }

  .banner-text {
    padding: 18vw 0 0;
  }

  .login-icon {
    right: 18%;
  }

  .information h4 {
    font-size: 18px;
  }

  .col-md-4 {
    width: 50%;
  }
}

@media all and (max-width:640px) {
  .login-icon {
    right: 17%;
  }
}

@media all and (max-width:600px) {
  .banner-info-grid h2 {
    font-size: 2em;
    line-height: 45px;
  }

  #logo a {
    font-size: .6em;
  }

  .login-icon {
    right: 14.5%;
  }

  .col-md-4 {
    width: 50%;
  }
}

@media all and (max-width:568px) {
  .login-icon {
    right: 11.5%;
  }

  .banner-text {
    padding: 22vw 0 0;
  }

  .col-md-4 {
    width: 50%;
  }
}

@media all and (max-width:480px) {
  ul.partners-icon li i {
    font-size: 2em;
  }

  .popup {
    margin: 8em 2em;
  }

  .popup iframe {
    height: 190px;
  }

  .inner-banner {
    height: 150px;
  }

  .banner-text {
    padding: 25vw 0 0;
  }

  .login-icon {
    right: 13.5%;
  }

  .information p {
    font-size: 14px;
  }

  .information span.fa {
    font-size: 20px;
  }

  .col-md-4 {
    width: 50%;
  }
}

@media all and (max-width:414px) {
  .banner-info-grid h2 {
    font-size: 1.8em;
    line-height: 40px;
  }

  .banner-info-grid p {
    font-size: 14px;
  }

  .slider-info a.btn {
    font-size: 14px;
  }

  .popup {
    margin: 5em 1em;
    padding: 2em 1em;
  }

  .popup .close {
    top: 0;
  }

  .login .btn {
    font-size: 14px;
    padding: 6px 20px;
  }

  .popup p {
    font-size: 14px;
  }

  .contact_right h3 {
    font-size: 22px;
  }

  .contact_right button {
    font-size: 14px;
    padding: 13px 0;
    letter-spacing: 1px;
  }

  .login-icon {
    right: 16%;
  }

  .banner-text {
    padding: 30vw 0 0;
  }

  .process-grids img {
    width: 160px;
  }

  ul.partners-icon li span.fa {
    font-size: 2em;
  }

  ul.links li a {
    font-size: 15px !important;
    margin-bottom: 5px;
  }

  .col-md-4 {
    width: 50%;
  }
}

@media all and (max-width:384px) {
  .toggle {
    font-size: 15px;
  }

  .menu .toggle {
    width: 40%;
    font-size: 15px;
  }

  .banner-info-grid h2 {
    font-size: 2.6em;
    line-height: 32px;
  }

  .banner-info-grid h3 {
    font-size: 1.8em;
  }

  .slider-info a.btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .about-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h2.heading,
  h3.heading {
    font-size: 30px;
  }

  h3.tittle-w3 {
    font-size: 1.6em;
    line-height: 35px;
  }

  .footer-title {
    font-size: 18px;
  }

  .copy-right {
    font-size: 14px;
  }

  .login p a {
    font-size: 13px;
  }

  .popup iframe {
    height: 150px;
  }

  .inner-banner {
    height: 120px;
  }

  .testimonials span.testimonials-name {
    font-size: 18px;
  }

  .contact_right h3 {
    font-size: 20px;
  }

  .login-icon a,
  .login-icon a:hover {
    font-size: .95em;
  }

  .login-icon {
    right: 17%;
  }

  .login label {
    font-size: 14px;
  }

  .col-md-4 {
    width: 50%;
  }
}

@media all and (max-width:320px) {
  .slider-info a.btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .toggle {
    font-size: 14px;
    padding: 7px 10px;
    margin-right: 2.5em;
  }

  .detail h4.title a {
    font-size: 19px;
  }

  .col-md-4 {
    width: 50%;
  }
}

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}