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

Project Name 	:  
File 			:  CSS Base
Version 		:  1.0.0
Created     	:  22/11/2022
Author 			:  Pentagon Information Technology

======================== Table Content End ===================== */
/*-- 1. VARIABLES --*/
:root {
  --theme-font: "Manrope", sans-serif;
  --title-font: "Manrope", sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --theme-color: #0070E0;
  --green-color: #269900;
  --light-bg: #d9d9d9;
  --color-gray: #333436;
}

/*-- 2. MIXIN --*/
/*-- 3. MEDIA QUERIES --*/
/*-- 4. RESET --*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
  scroll-behavior: smooth;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
body::-webkit-scrollbar {
  width: 0px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--blue-color);
  outline: 1px solid var(--blue-color);
}

ul {
  margin: 0;
  padding: 0;
  display: block;
}

li {
  list-style: none;
  font-family: var(--theme-font);
}

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  font-family: var(--theme-font);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: inherit;
  font-weight: normal;
  margin-bottom: 15px;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.is_relative {
  position: relative;
}

section,
div,
footer {
  scroll-margin-top: 0px;
}

.o-hidden {
  overflow: hidden;
}

.mainContent {
  padding: 170px 0;
}
@media (max-width: 1799px) {
  .mainContent {
    padding: 80px 100px;
  }
}
@media (max-width: 1499px) {
  .mainContent {
    padding: 80px 50px;
  }
}
@media (max-width: 991px) {
  .mainContent {
    padding: 50px 50px;
  }
}
@media (max-width: 766px) {
  .mainContent {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .mainContent {
    padding: 50px 15px;
  }
}

.up-resume {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #191919;
  border-radius: 10px;
  overflow: hidden;
}
.up-resume .inner-field {
  width: 100%;
  position: relative;
  float: left;
  height: 80px;
}
.up-resume .inner-field #filename {
  padding: 15px 30px;
  float: left;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  color: #a0a7ab;
  font-size: 15px;
}
.up-resume .inner-field label[for=file-upload] {
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
}
.up-resume .inner-field label.custom-file-label {
  cursor: pointer;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0;
  background-color: transparent;
  bottom: 0;
  margin: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  border: none;
  padding: 15px 30px;
  height: 80px;
}
.up-resume .inner-field label.custom-file-label::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 19px;
  background-image: url(../images/upload-icon.svg);
  right: 30px;
}
.up-resume .inner-field label input.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  float: left;
}
.up-resume .inner-field label input#file-upload {
  position: absolute;
  left: -9999px;
}

.load-position {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
}
.load-position img {
  position: absolute;
  width: 7%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header {
  position: fixed;
  top: 20px;
  right: 20px;
  left: 20px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  z-index: 99;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .header {
    background-color: var(--color-white);
  }
}
.header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: -1;
}
.header .col {
  padding: 0;
}
.header .left {
  max-width: 260px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.header .left .logo a {
  display: block;
}
.header .left .logo a.affix {
  display: none;
}
@media (max-width: 1499px) {
  .header .left {
    max-width: 200px;
  }
}
.header .center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .center .menu_bar .menu_bar_nav {
  display: block;
  position: relative;
}
.header .center .menu_bar .menu_bar_nav_item {
  padding: 0px 15px;
  display: inline-block;
}
@media (max-width: 1499px) {
  .header .center .menu_bar .menu_bar_nav_item {
    padding: 0px 10px;
  }
}
.header .center .menu_bar .menu_bar_nav_item_link {
  color: var(--color-white);
  font-size: 14px;
  padding: 15px 0;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 1499px) {
  .header .center .menu_bar .menu_bar_nav_item_link {
    font-size: 13px;
  }
}
.header .center .menu_bar .menu_bar_nav_item_link:hover, .header .center .menu_bar .menu_bar_nav_item_link.active {
  color: var(--green-color);
}
@media (max-width: 991px) {
  .header .center .menu_bar .menu_bar_nav_item_link {
    color: #696969;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 30px;
  }
}
@media (max-width: 1024px) {
  .header .center .menu_bar .menu_bar_nav_item {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .header .center .menu_bar .menu_bar_nav_item {
    display: block;
    text-align: left;
    padding: 0;
  }
  .header .center .menu_bar .menu_bar_nav_item:last-child .menu_bar_nav_item_link {
    border: none;
  }
}
@media (max-width: 991px) {
  .header .center .menu_bar {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    display: block;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
    transform-origin: left top;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
  }
  .header .center .menu_bar.open-nav {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }
}
.header .center .close {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media (max-width: 1499px) {
  .header .center .close {
    top: 25px;
    width: 20px;
    height: 20px;
  }
}
.header .center .close svg {
  fill: #fff;
}
.header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 500px;
}
@media (max-width: 1499px) {
  .header .right {
    max-width: 420px;
  }
}
.header .right .call-mail {
  display: flex;
}
.header .right .call-mail .box {
  position: relative;
  padding-left: 75px;
  margin-left: 50px;
}
@media (max-width: 1499px) {
  .header .right .call-mail .box {
    margin-left: 30px;
    padding-left: 60px;
  }
}
.header .right .call-mail .box a {
  display: flex;
  flex-direction: column;
  height: 60px;
  justify-content: center;
}
@media (max-width: 1499px) {
  .header .right .call-mail .box a {
    height: 50px;
  }
}
.header .right .call-mail .box .call-icon {
  position: absolute;
  top: 0;
  left: 0;
  border: #d9d9d9 1px solid;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  z-index: 9;
}
@media (max-width: 1499px) {
  .header .right .call-mail .box .call-icon {
    width: 50px;
    height: 50px;
  }
}
.header .right .call-mail .box .call-icon svg, .header .right .call-mail .box .call-icon img {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  stroke: #fff;
  stroke-width: 1px;
  fill: #fff;
}
.header .right .call-mail .box .call-icon:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: -9;
  border-radius: 50px;
  transition: all 400ms;
  transform: scale(0.2);
  opacity: 0;
}
.header .right .call-mail .box span {
  letter-spacing: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}
@media (max-width: 1499px) {
  .header .right .call-mail .box span {
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .header .right .call-mail .box span {
    display: none;
  }
}
.header .right .call-mail .box h4 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  font-weight: 600;
}
@media (max-width: 991px) {
  .header .right .call-mail .box h4 {
    display: none;
  }
}
.header .right .call-mail .box:hover .call-icon:after {
  transition: all 400ms;
  transform: scale(1);
  opacity: 1;
}
.header .right .nav-icon-5 {
  width: 30px;
  height: 22px;
  margin: 0px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
.header .right .nav-icon-5 span {
  background-color: var(--color-dark);
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  transition-duration: 500ms;
}
.header .right .nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.header .right .nav-icon-5 span:nth-child(2) {
  top: 10px;
  left: 0px;
  opacity: 1;
}
.header .right .nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
@media (max-width: 991px) {
  .header .right .nav-icon-5 {
    display: inline-block;
  }
}
.header .right .nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
.header .right .nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}
.header .right .nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}
.header.follow {
  top: 0;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #eee;
  left: 0;
  right: 0;
}
.header.follow:after {
  height: 100%;
}
.header.follow .left .logo a {
  display: none;
}
.header.follow .left .logo a.affix {
  display: block;
}
.header.follow .center .menu_bar .menu_bar_nav_item_link {
  color: var(--color-black);
}
.header.follow .center .menu_bar .menu_bar_nav_item_link:hover, .header.follow .center .menu_bar .menu_bar_nav_item_link.active {
  color: var(--green-color);
}
.header.follow .right .call-mail .box .call-icon svg {
  fill: var(--green-color);
}
.header.follow .right .call-mail .box span {
  color: var(--color-black);
}
.header.follow .right .call-mail .box h4 {
  color: var(--color-black);
}
.header.follow .right .call-mail .box:hover .call-icon svg {
  fill: var(--color-white);
}

.open .header {
  top: 20px;
  right: 20px;
  left: 20px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 999;
}
.open .header:after {
  display: none;
}
.open .header .left .logo a {
  display: block;
}
.open .header .left .logo a.affix {
  display: none;
}
.open .header .center nav.menu_bar {
  opacity: 0;
  z-index: -99;
  transition: all 400ms;
}
.open .header .center .close {
  display: block;
}
.open .header .right .call-mail .box span {
  color: var(--color-white);
}
.open .header .right .call-mail .box h4 {
  color: var(--color-white);
}
.open .header .right .call-mail .box .call-icon svg {
  fill: var(--color-white);
}

footer {
  position: relative;
  z-index: 9;
  padding: 120px 0 50px;
  background: #1c201c;
}
footer .foot-left .content figure {
  margin: 0 0 40px;
}
footer .foot-left .content figure img {
  width: auto;
}
footer .foot-left .content h5 {
  font-size: 50px;
  line-height: 70px;
  color: #dfdddd;
  font-weight: 100;
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  footer .foot-left .content h5 {
    font-size: 35px;
    line-height: 50px;
  }
}
footer .foot-left .content h5 span {
  color: var(--color-white);
  font-weight: 500;
}
footer .foot-left .content p {
  color: #969696;
  font-size: 18px;
  line-height: 35px;
  width: 65%;
  letter-spacing: 0.5px;
}
@media (max-width: 1499px) {
  footer .foot-left .content p {
    font-size: 15px;
    line-height: 28px;
  }
}
footer .foot-left .content a {
  display: inline-block;
  color: var(--color-white);
  border: 1px solid rgba(217, 217, 217, 0.2509803922);
  padding: 25px 30px;
  margin: 5% 4% 5% 0;
  width: 45%;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: -1px 0 0 1px #5cb23f, -1px -1px 0 1px rgba(38, 153, 0, 0.2117647059), -1px 1px 0 1px rgba(130, 214, 106, 0.2509803922), 0 -1px 0 1px rgba(1, 113, 224, 0.1490196078), 0 1px 0 1px rgba(10, 116, 222, 0.4509803922), 1px -1px 0 1px rgba(1, 112, 223, 0.2509803922), 1px 1px 0 1px rgba(1, 113, 224, 0.3411764706), 1px 0 0 1px #0171e0;
  border-radius: 50px;
}
@media (max-width: 1499px) {
  footer .foot-left .content a {
    width: 35%;
    padding: 20px;
  }
}
footer .foot-left .content a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -110%;
  top: 0%;
  background: #0070E0;
  pointer-events: none;
  margin: auto;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
footer .foot-left .content a svg {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 30px;
  height: 50px;
  fill: #fff;
}
footer .foot-left .content a:hover {
  letter-spacing: 2px;
}
footer .foot-left .content a:hover:before {
  left: 110%;
}
footer .foot-right {
  display: flex;
  justify-content: flex-start;
  color: #fff;
  flex-direction: column;
  align-items: end;
  position: relative;
}
footer .foot-right figure {
  margin: 0;
}
footer .foot-right figure img {
  padding-top: 30px;
}
footer .foot-right a {
  border: 1px solid rgba(255, 255, 255, 0.2705882353);
  width: 200px;
  height: 200px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 30px;
  font-size: 20px;
  position: absolute;
  bottom: 50px;
}
@media (max-width: 1499px) {
  footer .foot-right a {
    width: 150px;
    height: 150px;
  }
}
footer .foot-right a span {
  display: block;
}
footer .divider {
  margin: 30px 0;
  background-color: rgba(217, 217, 217, 0.2509803922);
}
footer .copyright p {
  text-align: center;
  margin: 0;
  color: #dfdddd;
  font-size: 14px;
  letter-spacing: 1px;
}

.get-touch {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #1c201c;
  transform: translateY(40px);
  transition: all 400ms;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1499px) {
  .get-touch {
    padding-top: 130px;
  }
}
.get-touch .contact-form {
  text-align: left;
}
.get-touch .contact-form h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.get-touch .contact-form h2 {
  font-size: 35px;
  line-height: 50px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media (max-width: 1499px) {
  .get-touch .contact-form h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.get-touch .contact-form .form-outer {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1000px;
}
.get-touch .contact-form .form-outer form .form-inner {
  margin-bottom: 15px;
}
@media (max-width: 1499px) {
  .get-touch .contact-form .form-outer form .form-inner {
    margin-bottom: 10px;
  }
}
.get-touch .contact-form .form-outer form .form-field {
  position: relative;
}
.get-touch .contact-form .form-outer form .form-field label {
  color: #fff;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 10px;
}
.get-touch .contact-form .form-outer form .form-field input,
.get-touch .contact-form .form-outer form .form-field textarea {
  background: transparent;
  border: 1px solid rgba(217, 217, 217, 0.2509803922);
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 30px;
  outline: none;
  border-radius: 10px;
}
@media (max-width: 1499px) {
  .get-touch .contact-form .form-outer form .form-field input,
  .get-touch .contact-form .form-outer form .form-field textarea {
    height: 50px;
  }
}
.get-touch .contact-form .form-outer form .form-field input.phone-number,
.get-touch .contact-form .form-outer form .form-field textarea.phone-number {
  padding-left: 165px;
}
.get-touch .contact-form .form-outer form .form-field input.phone-number:focus,
.get-touch .contact-form .form-outer form .form-field textarea.phone-number:focus {
  box-shadow: none;
}
.get-touch .contact-form .form-outer form .form-field textarea {
  height: 110px;
  padding-top: 20px;
}
@media (max-width: 1499px) {
  .get-touch .contact-form .form-outer form .form-field textarea {
    height: 80px;
  }
}
.get-touch .contact-form .form-outer form .form-field.textarea {
  color: #fff;
}
.get-touch .contact-form .form-outer form .form-field button {
  background: transparent;
  display: inline-block;
  color: var(--color-white);
  border: 1px solid rgba(217, 217, 217, 0.2509803922);
  border-radius: 10px;
  padding: 20px 30px;
  width: 45%;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 15px;
  box-shadow: -1px 0 0 1px rgb(92, 178, 63), -1px -1px 0 1px rgba(38, 153, 0, 0.21), -1px 1px 0 1px rgba(130, 214, 106, 0.25), 0 -1px 0 1px rgba(1, 113, 224, 0.15), 0 1px 0 1px rgba(10, 116, 222, 0.45), 1px -1px 0 1px rgba(1, 112, 223, 0.25), 1px 1px 0 1px rgba(1, 113, 224, 0.34), 1px 0 0 1px rgb(1, 113, 224);
  border-radius: 50px;
}
@media (max-width: 1499px) {
  .get-touch .contact-form .form-outer form .form-field button {
    padding: 15px 20px;
  }
}
.get-touch .contact-form .form-outer form .form-field button svg {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 30px;
  height: 50px;
  fill: #fff;
}
@media (max-width: 1499px) {
  .get-touch .contact-form .form-outer form .form-field button svg {
    top: 0;
    right: 20px;
  }
}
.get-touch .contact-form .form-outer form .form-field select {
  position: absolute;
  left: 0px;
  top: 33px;
  width: 155px;
  background: transparent;
  padding: 16px 0 14px 10px;
  border-radius: 0;
  font-size: 13px;
  color: #fff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, rgba(28, 32, 28, 0), rgba(28, 32, 28, 0));
  background-position: calc(100% - 17px) calc(1em + 10px), calc(100% - 13px) calc(1em + 10px), 100% 0;
  background-size: 5px 5px, 5px 7px, 21px, 15px;
  background-repeat: no-repeat;
  border-right: 1px solid #4b4e4b;
}
.get-touch .contact-form .form-outer form .form-field select option {
  background: #1c201c;
}
.get-touch .contact-form .form-outer form .form-field select:focus-visible {
  box-shadow: none;
  outline: none;
}
.get-touch .form-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-touch .form-right .contact-details {
  padding-left: 150px;
}
.get-touch .form-right .contact-details .box {
  position: relative;
  padding-left: 85px;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(75, 78, 75, 0.1490196078);
  display: flex;
  min-height: 90px;
  align-items: center;
}
@media (max-width: 1499px) {
  .get-touch .form-right .contact-details .box {
    padding-left: 70px;
    margin: 10px 0;
    padding-bottom: 10px;
  }
}
.get-touch .form-right .contact-details .box a {
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
}
@media (max-width: 1499px) {
  .get-touch .form-right .contact-details .box a {
    height: auto;
  }
}
.get-touch .form-right .contact-details .box .call-icon {
  position: absolute;
  top: 0;
  left: 0;
  border: #d9d9d9 1px solid;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: 9;
}
@media (max-width: 1499px) {
  .get-touch .form-right .contact-details .box .call-icon {
    width: 50px;
    height: 50px;
    bottom: 0;
    margin: auto;
  }
}
.get-touch .form-right .contact-details .box .call-icon svg, .get-touch .form-right .contact-details .box .call-icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  stroke: #fff;
  stroke-width: 1px;
  fill: #fff;
}
.get-touch .form-right .contact-details .box .call-icon:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--green-color);
  z-index: -9;
  border-radius: 50px;
  transition: all 400ms;
  transform: scale(0.2);
  opacity: 0;
}
.get-touch .form-right .contact-details .box span {
  letter-spacing: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}
@media (max-width: 1499px) {
  .get-touch .form-right .contact-details .box span {
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .get-touch .form-right .contact-details .box span {
    display: none;
  }
}
.get-touch .form-right .contact-details .box h4 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  font-weight: 600;
}
@media (max-width: 991px) {
  .get-touch .form-right .contact-details .box h4 {
    display: none;
  }
}
.get-touch .form-right .contact-details .box p {
  color: var(--color-white);
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0;
}
.get-touch .form-right .contact-details .box:hover .call-icon:after {
  transition: all 400ms;
  transform: scale(1);
  opacity: 1;
}

.open .get-touch {
  opacity: 1;
  transform: translateY(0);
  transition: all 700ms;
  visibility: visible;
}

.banner {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 111vh;
  overflow: hidden;
}
.banner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.45);
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about {
  position: relative;
}
.about:after {
  position: absolute;
  content: "";
  right: 0;
  top: -100px;
  height: 100px;
  background-color: var(--color-white);
  width: 0%;
  z-index: 9;
  transition: all 400ms;
}
.about .about-left p {
  font-size: 20px;
}
@media (max-width: 1499px) {
  .about .about-left p {
    font-size: 18px;
  }
}
.about .about-right p {
  color: var(--color-gray);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.about .about-right p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .about .about-right p {
    font-size: 14px;
  }
}
.about.open:after {
  width: 50%;
  transition: all 1s;
}

.divider {
  height: 1px;
  background-color: var(--light-bg);
}

.products {
  padding-bottom: 0;
}
.products .container .row .products-title {
  margin-bottom: 25px;
}
.products .container .row .products-list {
  padding: 0px 30px;
}
.products .container .row .products-list .box {
  position: relative;
  z-index: 9;
  margin-bottom: 60px;
}
.products .container .row .products-list .box:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(360deg, #000 0.85%, rgba(217, 217, 217, 0) 100%);
  opacity: 0.7;
}
.products .container .row .products-list .box figure {
  margin: 0;
}
.products .container .row .products-list .box .content {
  position: absolute;
  left: 60px;
  bottom: 60px;
  color: var(--color-white);
}
.products .container .row .products-list .box .content h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.products .container .row .products-list .box .content p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 80%;
  line-height: 30px;
  margin: 0;
}
.products .container .row .products-list .box .content a {
  padding: 15px 30px;
  color: #fff;
  border: 1px solid #fff;
  margin: 30px 0 0;
  border-radius: 50px;
  float: left;
  width: auto;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.products .container .row .products-list .box .content a:hover {
  background: var(--theme-color);
  transition: all 400ms;
}
.products .container .row .products-list .box.last {
  margin-bottom: 0;
}
.products .container .row .products-list.right {
  margin-top: -95px;
}
.products .container .row.product-list-out {
  margin: 0 -30px;
}

.services .container .row .service-title {
  margin-bottom: 25px;
}
.services .container .row.service-box-out {
  margin: 0 -30px;
}
.services .container .row.service-box-out .box-list {
  padding: 0 30px;
}
.services .container .row.service-box-out .box-list .box-out figure {
  margin: 0;
}
.services .container .row.service-box-out .box-list .box-out .content {
  color: var(--color-white);
  background-color: var(--theme-color);
  padding: 25px;
  min-height: 167px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services .container .row.service-box-out .box-list .box-out .content h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.services .container .row.service-box-out .box-list .box-out .content p {
  font-size: 15px;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 30px;
}
@media (max-width: 1499px) {
  .services .container .row.service-box-out .box-list .box-out .content p {
    font-size: 14px;
    line-height: 27px;
  }
}
.services .container .row.service-box-out .box-list .box-out.service-2 {
  display: flex;
  flex-direction: column-reverse;
}
.services .container .row.service-box-out .box-list .box-out.service-2 .content {
  background-color: var(--green-color);
}

.brands {
  padding-top: 0;
  text-align: center;
}
.brands .container .row .service-title {
  margin-bottom: 25px;
}
.brands .container .row .brands-sl-out .item img {
  width: auto;
  margin: 0 auto;
}

.clients {
  text-align: center;
}
.clients .container .row .clients-title {
  margin-bottom: 25px;
}
.clients .container .row .clients-sl-out .item img {
  width: auto;
  margin: 0 auto;
}

.projects .container .row .project-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.projects .container .row .project-title .text-block {
  max-width: 400px;
  padding-top: 70px;
}
.projects .container .row .project-title .text-block p {
  color: var(--color-gray);
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.projects .container .row .project-left {
  padding-right: 0;
}
.projects .container .row .project-left .box {
  min-height: 700px;
  background-size: cover;
  position: relative;
  z-index: 9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projects .container .row .project-left .box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -9;
  opacity: 0.96;
}
.projects .container .row .project-left .box h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  color: var(--color-white);
  margin-bottom: 20px;
  width: 72%;
}
@media (max-width: 1499px) {
  .projects .container .row .project-left .box h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.projects .container .row .project-left .box p {
  font-size: 15px;
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 72%;
  line-height: 30px;
}
@media (max-width: 1499px) {
  .projects .container .row .project-left .box p {
    font-size: 14px;
  }
}
.projects .container .row .project-right {
  padding-left: 0;
}
.projects .container .row .project-right .top {
  min-height: 350px;
}
.projects .container .row .project-right .top .box {
  min-height: 350px;
  background-size: cover;
  position: relative;
  position: relative;
  z-index: 9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projects .container .row .project-right .top .box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--green-color);
  z-index: -9;
  opacity: 0.86;
}
.projects .container .row .project-right .top .box h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 65px;
  color: var(--color-white);
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 1499px) {
  .projects .container .row .project-right .top .box h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.projects .container .row .project-right .top .box p {
  font-size: 15px;
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 80%;
  line-height: 30px;
}
@media (max-width: 1499px) {
  .projects .container .row .project-right .top .box p {
    font-size: 14px;
  }
}
.projects .container .row .project-right .bottom {
  height: 350px;
  display: flex;
}
.projects .container .row .project-right .bottom .box {
  min-height: 350px;
  background-size: cover;
  position: relative;
  position: relative;
  z-index: 9;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projects .container .row .project-right .bottom .box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #90988D;
  z-index: -9;
  opacity: 0.96;
}
.projects .container .row .project-right .bottom .box h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  color: var(--color-white);
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 1499px) {
  .projects .container .row .project-right .bottom .box h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.projects .container .row .project-right .bottom .box p {
  font-size: 15px;
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 80%;
  line-height: 30px;
}
@media (max-width: 1499px) {
  .projects .container .row .project-right .bottom .box p {
    font-size: 14px;
  }
}
.projects .container .row .project-right .bottom .box.last:after {
  background: #0A4076;
}

.title-content .sub-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 20px;
}
.title-content .main-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.title-content .main-title span {
  display: block;
}
@media (max-width: 1499px) {
  .title-content .main-title {
    font-size: 35px;
  }
}/*# sourceMappingURL=theme_style.css.map */