@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 0;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 0;
}

body a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

body a:focus {
  text-decoration: none;
  list-style: none;
  outline: none;
  border: none;
}

body a:hover {
  text-decoration: none;
}

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

ul,
li {
  padding: 0;
  list-style: none;
  text-decoration: none;
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
}

button {
  text-decoration: none;
  border: none;
  list-style: none;
  outline: none;
}

button:focus {
  text-decoration: none;
  border: none;
  list-style: none;
  outline: none;
}

/*=============== Font-face Start ==================*/

@font-face {
  font-family: "Raleway-SemiBold";
  src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Thin";
  src: url(../fonts/Poppins-Thin.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Raleway-Regular";
  src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: "Raleway-Bold";
  src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
  font-family: "Raleway-ExtraLight";
  src: url(../fonts/Raleway-ExtraLight.ttf);
}

@font-face {
  font-family: "Raleway-Light";
  src: url(../fonts/Raleway-Light.ttf);
}

@font-face {
  font-family: "Raleway-Black";
  src: url(../fonts/Raleway-Black.ttf);
}

/*=============== Font-face End ==================*/

/*=============== Header Start ==================*/

/*=============== Header Enf ==================*/

/*=============== Banner Start ==================*/

.banner {
  background: url(../images/copyright-images/banner-img.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
}

.navbar-defaul {
  transition: all 500ms ease-in-out;
}

.navbar-default.navbar-shrink {
  -webkit-box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.75);
  background: #15171b;
  border-bottom: 4px solid #09c7bc;
  padding: 0px 0;
  transition: all 500ms ease-in-out;
}

.mainNav {
  position: relative;
  width: 100%;
  z-index: 99999;
}

.mainNav.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding-right: 25px;
  transition: all 0.2s ease-in-out;
}

.mainNav.navbar-light .navbar-nav .nav-link:hover {
  color: #f08410;
}

.mainNav.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #f08410;
}

.mainNav .navbar-toggler {
  border: none;
}

.mainNav .navbar-toggler:focus {
  outline: none;
}

.mainNav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mainNav .button {
  display: inline-block;
  text-decoration: none;
  line-height: 46px;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  color: #fff;
  background-color: #f08410;
  font-size: 15px;
  box-shadow: 4px 6px 17.82px 0.18px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}

.mainNav .dropdown-item {
  padding: 10px 20px 20px;
}

.dropdown-item {
  font-family: "Lato", sans-serif;
}

.banner .desc-block {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  padding: 0;
  margin: 0;
}

.banner .desc-block .text-block {
  width: 73%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.banner .desc-block .text-block h2 {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 46px;
  line-height: 50px;
  color: #fff;
  padding: 0 0 20px;
  margin: 0;
}

.banner .desc-block .text-block h3 {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 41px;
  line-height: 43px;
  color: #fff;
  padding: 0 0 30px;
  margin: 0 0 40px;
  position: relative;
}

.banner .desc-block .text-block h3:before {
  content: "";
  width: 74px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00fff0;
  padding: 0;
  margin: 0 auto;
}

.banner .desc-block .text-block p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 0;
  margin: 0 0 55px;
}

.banner .desc-block .text-block p span {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 2px;
  background: #00fff0;
  margin: 0 20px 0 0;
}

.banner .desc-block .text-block a {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #1b2829;
  box-shadow: 4px 6px 17.82px 0.18px rgba(0, 0, 0, 0.35);
  padding: 21px 44px;
  margin: 0;
  transition: all ease-in-out 0.3s;
}

.banner .desc-block .text-block a:hover {
  color: #fff;
  background-color: #f08410;
}

.sectionHeader {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/*=============== Banner End ==================*/

/*=============== Content Start ==================*/

.content {
  padding: 0;
  margin: 0;
}

.content h2 {
  position: relative;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  line-height: 42px;
  color: #02d5c9;
  text-align: center;
  padding: 0 0 35px;
  margin: -100px 0 55px;
}

.content h2 span {
  display: block;
  color: #2b2f2f;
}

.content h2:before {
  content: "";
  width: 51px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #02d5c9;
  padding: 0;
  margin: 0 auto;
}

.content .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px;
}

.content .block p.st1 {
  width: 50%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #717171;
  padding: 0;
  margin: 0 40px 0 0;
}

.content .block p.nd2 {
  width: 50%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #717171;
  padding: 0;
  margin: 0;
}

.content a {
  display: block;
  width: 250px;
  background: #3e4444;
  text-align: center;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 8px;
  color: #fff;
  padding: 23px 0;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.content a:hover {
  background-color: #f08410;
  color: #fff;
}

.content img {
  display: block;
  margin: 0 auto;
}

/*=============== Content End ==================*/

/*=============== Process Start ==================*/

.process {
  background: #eef3f7;
  padding: 80px 0 0;
  margin: 0;
}

.process h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  line-height: 48px;
  color: #212224;
  padding: 0 0px 40px;
  margin: 0 0 60px;
  position: relative;
}

.process h2 span {
  display: block;
  color: #02d5c9;
}

.process h2:before {
  content: "";
  width: 53px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #212224;
  padding: 0;
  margin: 0 auto;
}

.process .block {
  margin: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.process .lt-site {
  width: 50%;
  padding: 0;
  margin: 0;
}

.process .lt-site h3 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #02d5c9;
  padding: 22px 0 40px;
  margin: 0;
}

.process .lt-site h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
  height: 1px;
  background: #b4b4b4;
  padding: 0;
  margin: 0;
}

.process .lt-site h4 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 49px;
  color: #323232;
  padding: 0 0 20px;
  margin: 0;
}

.process .lt-site p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #727272;
  padding: 0 0 15px;
  margin: 0;
}

.process .lt-site a {
  background: #f08410;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
  border-radius: 3px;
  padding: 22px;
  margin: 30px 0 0;
}

.expert__head {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}

.expert__ul li {
  line-height: 20px;
  padding-left: 15px;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.expert__ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}

.process .bottom-section {
  text-align: center;
  background: url(../images/copyright-images/process-bottom-section-bg.jpg)
    no-repeat center;
  background-size: cover;
  padding: 88px 0;
  margin: 90px 0 0;
}

.process .bottom-section p {
  font-family: "Lato", sans-serif;
  font-size: 49px;
  line-height: 60px;
  color: #fff;
  padding: 0;
  margin: 0 0 60px 0;
}

.process .bottom-section a {
  display: block;
  width: 235px;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #3e4143;
  padding: 22px 0;
  margin: 0 auto;
  box-shadow: 4px 6px 17.82px 0.18px rgba(0, 0, 0, 0.35);
}

.process .bottom-section a:hover {
  color: #fff;
  background-color: #f08410;
}

/*=============== Process End ==================*/

/*=============== Contact Start ==================*/

.contact {
  background: url(../images/copyright-images/contact-background-img.jpg)
    no-repeat center;
  background-size: cover;
  padding: 150px 0 130px;
  margin: 0;
}

.contact .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact .lt-site {
  width: 60%;
  margin: 0 40px 0 0;
}

.contact .lt-site h3 {
  font-family: "Lato", sans-serif;
  font-size: 39px;
  line-height: 50px;
  color: #fff;
  padding: 0 0 48px;
  margin: 0 0 110px;
  position: relative;
}

.contact .lt-site h3:before {
  content: "";
  width: 76px;
  height: 6px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #09c7bc;
  padding: 0;
  margin: 0;
}

.contact .lt-site h4 {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 27px;
  color: #fff;
  padding: 0 0 35px;
  margin: 0;
}

.contact .lt-site p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  padding: 0 0 17px;
  margin: 0;
}

.contact .lt-site p span {
  display: block;
}

.contact .lt-site h5 {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.contact .lt-site h5 a {
  font-family: "Lato", sans-serif;
  color: #09c7bc;
}

.contact .rt-site {
  display: flex;
  z-index: 1;
  min-height: 465px;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 30px 30px 50px 40px;
  margin: 0;
}

.contact .rt-site:before {
  content: "";
  width: 280px;
  height: 448px;
  position: absolute;
  top: -38px;
  left: 33px;
  background: url(../images/copyright-images/contact-form-img.png) no-repeat
    center;
  padding: 0;
  margin: 0;
  z-index: -1;
}

.contact .rt-site .left-text {
  width: 44%;
  margin: 0 25px 0 0;
}

.contact .rt-site .left-text h3 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  line-height: 50px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.contact .rt-site .left-text h3 span.brek1 {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  line-height: 37px;
  color: #fff;
  padding: 7px 0;
  margin: 0;
}

.contact .rt-site .left-text h3 span.brek2 {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 35px;
}

.contact .rt-site .left-text h4 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #fff000;
  font-size: 78px;
  line-height: 80px;
  padding: 20px 0;
  margin: 0;
}

.contact .rt-site .left-text h5 {
  width: 200px;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #005d7b;
  padding: 10px 16px;
  margin: 0 auto;
}

.contact .rt-site .left-text h5 span {
  font-family: "Lato", sans-serif;
  font-size: 37px;
  line-height: 40px;
  text-align: center;
}

.contact .rt-site .right-text {
  width: 50%;
}

.contact .rt-site .right-text h4 {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  line-height: 27px;
  color: #000;
  padding: 0 0 30px;
  margin: 0;
}

.contact .rt-site .right-text h4 span {
  width: 36px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  background: #09c7bc;
  margin: 0 30px 0 0;
}

.contact .rt-site .right-text .form-control {
  min-height: 45px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #252525;
  margin-bottom: 5px;
}

.contact .rt-site .right-text .custom-select {
  min-height: 45px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #252525;
  margin-bottom: 6px;
}

.contact .rt-site .right-text textarea.form-control {
  min-height: 100px;
  resize: none;
  margin-bottom: 10px;
}

.contact .rt-site .right-text .sub-btn {
  font-family: "Lato", sans-serif;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #09c7bc;
  padding: 16px 23px;
  margin: 0;
}

/*=============== Contact End ==================*/

/* Footer */

footer {
  font: 400 14px/20px "Open Sans", sans-serif;
  color: #fff;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 30px;
}

footer.sample-footer-page {
  background: #fff;
  border-top: solid 2px #46bbe4;
  color: rgba(0, 0, 0, 0.6);
  clip-path: none;
  padding-top: 0;
}

.footer-logo {
  width: 180px;
  display: block;
}

.footer-logo img {
  max-width: 100%;
  width: auto;
}

.footer-icon-box {
  position: relative;
}

.footer-icon-box ul {
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
}

.footer-icon-box ul li {
  float: left;
  padding-right: 24px;
}

.footer-icon-box ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
}

footer.sample-footer-page .footer-icon-box ul li a {
  color: rgba(0, 0, 0, 0.6);
}

footer h2 {
  font: 700 18px/24px "Lato", sans-serif;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 0.5rem;
}

footer h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: "";
  background: #fff;
}

footer.sample-footer-page h2:before {
  background: #04a7e0;
}

.footer-menu {
  position: relative;
}

.footer-menu ul {
  padding: 6px 0 0;
  margin-bottom: 1rem;
}

.footer-menu ul li a {
  font: 400 14px/20px "Open Sans", sans-serif;
  color: #fff;
  padding-left: 28px;
  background: url(//klizos.com/wp-content/themes/klizos/public/css/../images/f-menu-bg.png)
    no-repeat 0 50%;
  display: inline-block;
  margin: 10px 0 0;
}

footer.sample-footer-page .footer-menu ul li a {
  background: 0 0;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0;
}

.ft-mail-box a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #fff;
  color: #fff;
}

footer.sample-footer-page .ft-mail-box a {
  color: #04a7e0;
  border-color: #46bbe4;
  font-weight: 400;
}

.copy-right-sac {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  padding: 15px;
  font: 400 12px/20px "Open Sans", sans-serif;
}

footer.sample-footer-page .copy-right-sac {
  border-color: rgba(0, 0, 0, 0.1);
}

/* End Footer */

/*=============== Responsive Start ==================*/

@media (max-width: 1600px) {
  .banner {
    min-height: 700px;
  }
  .content h2 {
    margin-top: -50px;
  }
}

@media (max-width: 1366px) {
}

@media (max-width: 1200px) {
  .mainNav.navbar-light .navbar-nav .nav-link {
    padding: 0 12px 0 0;
    font-size: 13px;
  }
  .banner .desc-block .text-block h2 {
    font-size: 50px;
    line-height: 62px;
    padding-bottom: 10px;
  }
  .banner .desc-block .text-block p {
    margin-bottom: 20px;
  }
  .contact {
    padding-bottom: 95px;
  }
  .contact .lt-site {
    width: 50%;
  }
  .copy-right {
    padding: 20px 0;
  }
  .process .bottom-section a {
    width: 35%;
  }
  .showdown h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .process h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width: 1024px) {
  .banner .desc-block .text-block {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .banner .desc-block {
    top: 50%;
    transform: translateY(-50%);
  }
  .mainNav .navbar-nav {
    /* background-color: #074248; */
    padding: 20px;
    position: relative;
    z-index: 999;
  }
  .mainNav.navbar-light .navbar-nav .nav-link {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .solution h2 {
    padding: 0 0px 40px;
  }
  .process .bottom-section .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .process .bottom-section p {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .solution .block .lt-site {
    width: 100%;
    margin: 0 20px 0 0;
  }
  .solution .block .rt-site .box img {
    margin: 0 10px 0 0;
  }
  .solution {
    padding: 50px 0;
  }
  .process {
    padding: 30px 0 0;
  }
  .process h2 {
    padding: 0 0px 40px;
  }
  .process .lt-site h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .process .lt-site h3 {
    padding-bottom: 5px;
  }
  .process .lt-site a {
    padding: 14px;
    margin-top: 10px;
  }
  .process .block {
    margin-bottom: 50px;
  }
  .process .rt-site {
    width: 45%;
  }
  .showdown {
    padding: 40px 0;
  }
  .showdown h2 {
    padding-bottom: 10px;
  }
  .showdown p {
    padding: 0;
    margin-bottom: 40px;
  }
  .showdown .rt-site {
    width: 100%;
  }
  .showdown .rt-site a {
    width: 140px;
    padding: 12px 0;
  }
  .showdown .rt-site h4 {
    margin-bottom: 20px;
  }
  .contact .container {
    flex-wrap: wrap;
  }
  .contact .lt-site {
    width: 100%;
    margin-bottom: 100px;
  }
  .contact .lt-site h3 {
    margin-bottom: 40px;
  }
  .contact .rt-site {
    width: 100%;
  }
  .contact {
    padding: 40px 0;
  }
  .banner .desc-block {
    z-index: 99;
    background-color: #00000073;
    top: 0;
    height: 90%;
    transform: translateY(0%);
    padding-top: 100px;
  }
}

@media (max-width: 801px) {
  .banner .project-block .icon-add img.new-icon {
    left: -8%;
    max-width: 50%;
  }
  .copy-right {
    text-align: center;
  }
  .copy-right ul {
    text-align: center;
  }
  .copy-right h2 {
    margin-bottom: 20px;
  }
  .ft-mail-box {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .navbar-default .nav-block .sidenav.w-22 {
    padding-top: 100px;
  }
  .banner .desc-block {
    height: 100%;
  }
  .banner .desc-block .text-block {
    width: 100%;
  }
  .solution h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .solution .block {
    flex-wrap: wrap;
  }
  .solution .block .lt-site {
    text-align: center;
    margin: 0 0 40px 0;
  }
  .process h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .process .block {
    flex-wrap: wrap;
    margin: 0;
  }
  .process .lt-site {
    width: 100%;
  }
  .process .rt-site {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
  }
  .showdown h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .showdown p {
    font-size: 16px;
    line-height: 25px;
  }
  .showdown .block {
    flex-wrap: wrap;
  }
  .showdown .rt-site {
    margin-top: 30px;
  }
  .contact .rt-site {
    flex-wrap: wrap;
  }
  .contact .rt-site .right-text {
    width: 100%;
  }
  .contact .rt-site .left-text {
    width: 58%;
  }
  .contact .rt-site .right-text h4 {
    padding: 50px 0 20px;
  }
  .contact .rt-site .right-text .sub-btn {
    display: block;
    margin: 0 auto;
  }
  .content h2 {
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .banner a.mouse-move {
    display: none;
  }
}

@media (max-width: 575px) {
  .banner .desc-block .text-block h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .banner .desc-block .text-block h3 {
    font-size: 26px;
    line-height: 33px;
  }
  .content h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .content .block {
    flex-wrap: wrap;
  }
  .content .block p.st1 {
    width: 100%;
    margin: 0 0 30px;
  }
  .content .block p.nd2 {
    width: 100%;
    margin: 0 0 00px;
  }
  .process .bottom-section p {
    font-size: 30px;
    line-height: 36px;
  }
  .process .bottom-section a {
    width: 50%;
  }
}

@media (max-width: 480px) {
  /*.banner .desc-block{ top:1%; }*/
  .contact .rt-site .left-text {
    margin: 0 0px 0 27px;
  }
  .copy-right {
    text-align: center;
  }
  .copy-right ul {
    padding-top: 10px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .banner .project-block {
    display: none;
  }
  .banner .desc-block .text-block p {
    padding-right: 0;
  }
  .banner .desc-block .text-block h2 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 22px;
  }
  .banner .desc-block .text-block a {
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .process .bottom-section a {
    width: 70%;
  }
}

@media (max-width: 375px) {
  .navbar-default .logo-block img {
    max-width: 74%;
  }
  .navbar-default .logo-block {
    width: 48%;
  }
  .solution .block .rt-site .box .text-block {
    padding: 0;
    width: 100%;
  }
  .contact .rt-site {
    padding: 20px 0;
  }
  .contact .rt-site::before {
    top: -32px;
    left: -5px;
  }
  .contact .rt-site .left-text {
    margin: 0 0px 0 45px;
  }
  .contact .rt-site .right-text {
    padding: 0 25px;
  }
}

/*=============== Responsive End ==================*/
