@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');    
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css);
@import url(css/ma5-menu.min.css);
/* Global */
:root{--PrimaryColor: #009bd6; --SecondaryColor: #00415a;  --it-common-white: #fff; --DosisFamily: "Roboto", serif; --ExoFamily: "Roboto", sans-serif;}
::selection{background-color: var(--SecondaryColor); color: #fff;}
html{scroll-behavior: smooth; transition: 0.5s;}
h1,h2,h3,h4,h5,h6{font-size: 30px; margin: 0px; padding: 0px; font-weight: 600; font-family: var(--ExoFamily)}
ul{padding: 0px; margin: 0px; list-style-type: none;}
li{padding: 0px; margin: 0px; font-size: 15px; font-family: var(--DosisFamily)}
a{font-size: 16px; font-family: var(--DosisFamily); text-decoration: none;}
a:hover{text-decoration: none;}
p{font-size: 16px; padding: 0px; margin: 0px; font-family: var(--DosisFamily)}
body{padding: 0px; margin: 0px; box-sizing: content-box;}
span{padding: 0px; margin: 0px; font-family: var(--DosisFamily)}
input,textarea,button,select{font-family: var(--DosisFamily);}
/* Start CSS */
.floating-whatsapp-container {  position: fixed;  bottom: 50px;  left: 15px;  z-index: 99;}
.floating-whatsapp-button {  display: flex;  align-items: center;  justify-content: center;  width: 60px;  height: 60px;  background: linear-gradient(135deg, #25D366, #128C7E);  border-radius: 50%;  color: white;  text-decoration: none;  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);  transition: all 0.3s ease;  position: relative;  animation: glow 3s infinite;}
.floating-whatsapp-button:hover {  transform: scale(1.1);  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);  background: linear-gradient(135deg, #128C7E, #25D366);}
.floating-whatsapp-button svg {  width: 28px;  height: 28px;  z-index: 2;}
/* Reduced Pulse Animation Rings */
.pulse-ring, .pulse-ring-2 {  position: absolute;  border: 2px solid #25D366;  border-radius: 50%;  animation: pulse-animation-small 2s infinite;  opacity: 0;}
.pulse-ring {  width: 60px;  height: 60px;}
.pulse-ring-2 {  width: 60px;  height: 60px;  animation-delay: 1s;}
.pulse-ring-2:hover{color: #fff;}
@keyframes pulse-animation-small {
0% { transform: scale(1);    opacity: 1;  }
50% { opacity: 0.6;  } 
100% {  transform: scale(1.3);   opacity: 0;  }
}
.phone_lefts-side a {    position: fixed;    bottom: 150px;    color: white;    animation: topBottom 4s infinite;    z-index: 999;    left: 20px;    background: var(--SecondaryColor);    color: white;    padding: 10px 16px;    border-radius: 50%;    font-size: 20px;    animation: bounce 4s infinite alternate;}
/* Send Enquire */
.enquiry {    position: fixed;    z-index: 1000;    bottom: 230px;    left: 20px;    height: 50px;   color: #fff;    font-size: 18px;    text-align: center;    text-decoration: none;    cursor: pointer;}
.enquiry i {    float: left;    z-index: 999;    position: absolute;    left: 0;    width: 50px;    height: 50px;    border-radius: 50%;    color: #fff;    font-size: 24px;    line-height: 50px;    text-align: center;    text-decoration: none;    cursor: pointer;    background: var(--PrimaryColor);    transition: 0.5s;}
.enquiry strong {    background-color: #171b1e;    line-height: 28px;    color: #000;    padding: 10px 20px;    border-radius: 0 30px 30px 0;    height: 45px;    float: left;    font-size: 15px;    margin-top: 3px;    margin-left: 35px;    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);}
.modal-header {    background: #fff;    border-bottom: 1px solid #e1e1e1;}
.modal-body {    background: #fff;}
.modal-body input {    height: 45px;    background-color: transparent;    border: none;    color: #000;    border-bottom: 1px solid #e1e1e1;    margin-bottom: 10px;    font-size: 14px;}
.modal-body select {    height: 45px;    background-color: transparent;    border: none;    color: #000;    border-bottom: 1px solid #e1e1e1;    margin-bottom: 10px;    font-size: 14px;}
.modal-body select option {    color: #000;    font-size: 14px;}
.modal-body select:focus {    outline: none;}
.modal-body textarea {    height: 100px;    background-color: transparent;    border: none;    color: #000;    border-bottom: 1px solid #e1e1e1;    font-size: 14px;}
.modal-body input::placeholder {    color: #000;}
.modal-body textarea::placeholder {    color: #000;}
.modal-body input:focus {    outline: none;}
.modal-body textarea:focus {    outline: none;}
.modal-body button {    width: 100%;    border: none;   background: var(--PrimaryColor);    border-radius: 5px; transition: 0.5s;}
.modal-body button:hover {background-color: var(--SecondaryColor); color: #fff;}
.modal-header span {    font-size: 25px; }
.modal-session {  position: fixed;  inset: 0;  background: rgba(0,0,0,0.6);  z-index: 9999;  opacity: 0;  visibility: hidden;  pointer-events: none;  transition: opacity 0.5s ease, visibility 0.5s ease;}
.modal.show {  opacity: 1;  visibility: visible;  pointer-events: auto;}
.close {  position: absolute;  right: 10px;  top: 10px;  background: none;  border: none;  font-size: 26px;  cursor: pointer;  z-index: 2;}
.floating-whatsapp-container a:hover {    color: #fff;}
/* Mobile Buttons */
.mobile-three-item {    text-align: center;    display: none;    position: fixed;    z-index: 999;    bottom: 0;    width: 100%;}
.mobile-three-item li {    display: inline-block;    margin-right: 0;    width: 32%;}
.mobile-three-item li:nth-child(1) {    background-color: var(--PrimaryColor);}
.mobile-three-item li:nth-child(2) {    background-color: #64b161;}
.mobile-three-item li:last-child {background-color: var(--SecondaryColor);}
.mobile-three-item li a {    padding: 5px 0;    color: #fff;}
.mobile-btn-animation {    position: fixed;    left: 0;    bottom: 0;    width: 30%;    color: white;    text-align: center;    font-weight: bold;    padding-top: 10px;    padding-bottom: 10px;    margin-left: 2.5%;    z-index: 1000;    background-color: #000;}
.mobile-btn-animation a {    color: white;}
#mobile-call-container a {    width: 100%;    min-width: 100%;}

.it-header-transparent {  position: absolute;  top: 0;  left: 0;  width: 100%;}
.it-header-pl {  padding-left: 440px;}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.it-header-pl {    padding-left: 350px;  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-pl {    padding-left: 340px;  }}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.it-header-pl {    padding-left: 250px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.it-header-pl {    padding-left: 230px;  }
}
@media (max-width: 767px) {
.it-header-pl {    padding-left: 200px;  }
}
.it-header-space-lr {  padding-left: 185px;  padding-right: 185px;}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-header-space-lr {    padding-left: 130px;    padding-right: 130px;  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.it-header-space-lr {    padding-left: 80px;    padding-right: 50px;  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-space-lr {    padding-left: 70px;    padding-right: 0px;  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.it-header-space-lr {    padding-left: 60px;    padding-right: 0px;  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-header-space-lr {    padding-left: 50px;    padding-right: 0px;  }
}
@media (max-width: 767px) {
  .it-header-space-lr {    padding-left: 20px;    padding-right: 0px;  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-mob-space {    padding: 10px 0;  }
}
.it-header-bar {  height: 56px;  width: 56px;  line-height: 56px;  text-align: center;  background-color: var(--PrimaryColor); border: none;  color: var(--it-common-white);  margin-left: 20px;  border-radius: 5px;}
.it-header-top {  padding-top: 13px;  padding-bottom: 13px;}
.it-header-top-info {  line-height: 0;}
.it-header-top-info ul li {  position: relative;  display: inline-block;  list-style: none;  margin-right: 30px;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-top-info ul li {
    margin-right: 18px;
  }
}
.it-header-top-info ul li:last-child {
  padding-left: 0;
}
.it-header-top-info ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--it-common-white);
  transition: 0.3s;
}
.it-header-top-info ul li a i {
  font-size: 20px;
  color: var(--it-theme-2);
  margin-right: 8px;
  transform: translateY(3px);
  display: inline-block;
}
.it-header-top-info ul li a:hover {
  color: var(--it-theme-2);
}
.it-header-top-social {
  padding-left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-header-top-social {
    padding-left: 15px;
  }
}
.it-header-top-social a i {
  color: var(--it-common-white);
  font-size: 15px;
  padding-left: 10px;
  transition: 0.3s;
}
.it-header-top-social a i:hover {
  color: var(--it-theme-2);
}

.it-header-lang {
  position: relative;
  cursor: pointer;
}
.it-header-lang-selected-lang {
  font-size: 15px;
  color: var(--it-common-white);
  margin-left: 5px;
  position: relative;
  transition: 0.3s;
}
.it-header-lang-selected-lang i {
  font-size: 12px;
}
.it-header-lang-selected-lang:hover {
  color: var(--it-theme-2);
}
.it-header-lang img {
  line-height: 1;
}
.it-header-lang-list {
  position: absolute;
  top: 120%;
  left: 0;
  background: #000;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.it-header-lang-list li {
  color: var(--it-common-white);
  text-align: left;
  list-style: none;
}
.it-header-lang-list.it-lang-list-open {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.it-main-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: inline-block;
  height: 100%;
  width: 535px;
  padding: 30px 95px;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-main-logo {
    width: 420px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-main-logo {
    width: 400px;
    padding: 30px 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-main-logo {
    width: 300px;
    padding: 30px 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-main-logo {
    width: 300px;
    padding: 20px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-main-logo {
    width: 300px;
    padding: 20px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .it-main-logo {
    width: 260px;
    padding: 10px;
    justify-content: center;
  }
}
.it-main-logo::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--SecondaryColor);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .it-main-logo::before {
    clip-path: none;
  }
}

.it-header-right-search button {
  color: var(--it-common-black);
  font-size: 28px;
}
.it-header-right-user a i {
  color: var(--it-common-black);
  font-size: 28px;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  background-color: var(--it-common-white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .it-header-top {
  display: none;
}

.it-header-bottom-2.header-sticky {
  background-color: var(--it-common-black);
}
.it-header-bottom-2 .it-header-bar {
  background-color: var(--it-common-white);
  color: var(--it-common-black);
}

.it-header-2-top {
  padding: 12px 35px;
}
.it-header-2-top-marque {
  animation: scrollText-2 20s infinite linear;
}
.it-header-2-top-content {
  padding-right: 47px;
}
.it-header-2-top-content:last-child {
  margin-right: 0;
}
.it-header-2-top-content p {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: var(--it-common-black);
  margin: 0;
  padding-right: 47px;
  white-space: nowrap;
}
.it-header-2-top-content span {
  color: var(--it-common-white);
}
.it-header-2-top.text-slider-4 {
  padding: 28px 35px;
}
.it-header-2-top.text-slider-4 .it-header-2-top-content p {
  font-size: 24px;
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
}
.it-header-2-right-shop a {
  position: relative;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(225, 225, 225, 0.3);
  transition: 0.3s;
}
.it-header-2-right-shop a::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--it-common-white);
}
.it-header-2-right-shop a span {
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
}
.it-header-2-right-shop a:hover {
  border: 1px solid var(--it-theme-2);
}
.it-header-2-right-shop a:hover span {
  color: var(--it-theme-2);
}

.it-header-3-top {
  padding-top: 12px;
  padding-bottom: 12px;
}
.it-header-3-top-opening-time ul li {
  list-style: none;
}
.it-header-3-top-opening-time ul li span {
  font-size: 16px;
  display: inline-block;
  color: var(--it-common-white);
}
.it-header-3-top-opening-time ul li i {
  font-size: 20px;
  color: var(--it-theme-1);
  margin-right: 12px;
}

.it-header-3-style .it-main-logo {
  width: 400px;
  padding: 42px 95px;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-header-3-style .it-main-logo {
    width: 330px;
    padding: 35px 35px;
  }
}
@media (max-width: 767px) {
  .it-header-3-style .it-main-logo {
    width: 260px;
    padding: 35px 25px;
  }
}
.it-header-3-style .it-main-logo img {
  height: 60px;
}
@media (max-width: 767px) {
  .it-header-3-style .it-header-top-social {
    padding-left: 0;
  }
}
.it-header-3-style .it-main-logo::before {
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
.it-header-3-style .it-header-space-lr {
  padding-left: 90px;
  padding-right: 0px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-3-style .it-header-space-lr {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-3-style .it-header-space-lr {
    padding-left: 20px;
  }
}
.it-header-3-style .it-about-info__text a {
  font-size: 18px;
}
.it-header-3-style .it-header-right-search {
  position: relative;
}
.it-header-3-style .it-header-right-search::after {
  position: absolute;
  top: -8px;
  left: 0;
  width: 1px;
  height: 50px;
  content: "";
  background-color: var(--it-theme-1);
}
.it-header-3-style .it-header-top-right {
  background-color: var(--it-theme-1);
  padding: 13px 20px;
}
.it-header-3-style .it-header-top {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .it-header-3-style .it-header-top {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-3-style .it-header-top {
    display: block;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-3-style .it-about-info-content {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-3-style .it-header-right-box {
    padding-right: 0;
  }
}


/*----------------------------------------*/
/*  14. menu area start
/*----------------------------------------*/
.it-main-menu nav ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-main-menu nav ul li {
    margin-right: 20px;
  }
}
.it-main-menu nav ul li:hover > a {
  color: var(--it-theme-1);
}
.it-main-menu nav ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0;
  transition: 0.3s;
  text-transform: capitalize;
  color: var(--it-common-black);
}

.it-main-menu nav ul li > .submenu {
  position: absolute;
  top: 75%;
  left: 0;
  width: 400px;
  text-align: left;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  color: #fff;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
  /* border-top: 4px solid var(--it-theme-1); */
  background-color: var(--PrimaryColor);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9999;
}
.it-main-menu nav ul li > .submenu > li {
  margin: 0;
  display: block;
  margin-bottom: 5px;
}
.it-main-menu nav ul li > .submenu > li:last-child {
  margin-bottom: 0;
}
.it-main-menu nav ul li > .submenu > li > a {
  display: inline-block;
  padding: 0;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
.it-main-menu nav ul li > .submenu > li > a::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  height: 1px;
  width: 0px;
  background-color: var(--SecondaryColor);
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.it-main-menu nav ul li > .submenu > li > a:hover {
  padding-left: 10px;
}
.it-main-menu nav ul li > .submenu > li > a:hover::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.it-main-menu nav ul li:hover.has-dropdown::after {
  transform: rotate(-180deg);
  color: var(--it-theme-1);
}
.it-main-menu nav ul li:hover > a {
  color: var(--it-theme-1);
}
.it-main-menu nav ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.it-main-menu-2 nav ul li.has-dropdown::after {
  color: var(--it-common-white);
}
.it-main-menu-2 nav ul li a {
  color: var(--it-common-white);
}
.it-main-menu-2 nav ul li:hover.has-dropdown::after {
  color: var(--it-theme-2);
}
.it-main-menu-2 nav ul li:hover a {
  color: var(--it-theme-2);
}
.it-main-menu-2 nav ul li .submenu {
  border-color: var(--it-theme-2);
}
.it-main-menu-2 nav ul li .submenu li > a::before {
  background-color: var(--it-theme-2);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-header-3-style .it-main-menu nav ul li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-3-style .it-main-menu nav ul li {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-3-style .it-main-menu nav ul li {
    margin-right: 18px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-3-style .it-main-menu nav ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-3-style .it-main-menu nav ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-3-style .it-header-right-box {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-3-style .it-header-right-box {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-3-style .it-header-right-btn {
    margin-right: 0;
  }
}

.it-header-style-4 .it-main-menu-2 nav ul li {
  margin-right: 0;
  margin: 0 19px;
}
.it-header-style-4 .it-main-menu-2 nav ul li.has-dropdown::after {
  color: var(--it-common-black);
}
.it-header-style-4 .it-main-menu-2 nav ul li a {
  font-weight: 700;
  color: var(--it-common-black);
}

.it-menu-mobile .it-submenu {
  display: none;
}
.it-menu-mobile .it-menu-content {
  margin-bottom: 70px;
}
.it-menu-mobile .home-img {
  margin-bottom: 40px;
}
.it-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.it-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.it-menu-mobile ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
    transition: all 0.3s ease-in-out;
    margin-left: 0;
    font-size: 13px;
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--PrimaryColor);
}
.it-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--it-theme-green);
}
.it-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.it-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--it-common-white);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}
.it-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.it-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.it-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.it-menu-mobile ul li img {
  width: 100%;
}
.it-menu-mobile ul li ul {
  padding: 0;
}
.it-menu-mobile ul li ul li {
  padding: 0;
}
.it-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.it-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.it-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.it-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.it-menu-mobile ul li:hover > a {
  color: var(--PrimaryColor);
}
.it-menu-mobile ul li:hover > a::after {
  color:var(--PrimaryColor);
}
.it-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--PrimaryColor);
}
.it-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.it-menu-mobile ul li .mega-menu, .it-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
  margin-top: 15px;
  margin-bottom: 25px;
}
.it-menu-mobile ul li .mega-menu li, .it-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.it-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .it-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--it-theme-1);
}
.it-menu-mobile .it-menu-content ul li:not(:last-child) .home-img-title a {
  border-bottom: none;
}
.it-menu-mobile * ul, .it-menu-mobile * li {
  transition: none !important;
}

.black-bg {
    background: var(--PrimaryColor);
}
.z-index-5 {
    position: relative;
    z-index: 5;
}

.enquiry_btn a {
    background: var(--PrimaryColor);
    padding: 12px 30px;
    border-radius: 5px;
}


/*----------------------------------------*/
/*  03. About area start
/*----------------------------------------*/
.it-about-shape-1 {
  position: absolute;
  top: 6%;
  left: -5%;
  right: 0;
  text-align: center;
  animation: rotate2 15s linear infinite;
  z-index: -1;
}
.it-about-shape-2 {
  position: absolute;
  bottom: 160px;
  right: 30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb-box {
    margin-bottom: 50px;
  }
}
.it-about-thumb-text {
  position: absolute;
  left: -180px;
  rotate: 270deg;
  top: 250px;
  z-index: 5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-thumb-text {
    left: -200px;
  }
}
.it-about-thumb-text h3 {
  position: relative;
  font-size: 45px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--it-theme-2);
}
.it-about-thumb-text h3::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--it-theme-2);
  overflow: hidden;
  width: 100%;
  transition: all 2s ease-out 0s;
  animation: about-text 2s ease-in-out 1s forwards infinite alternate-reverse;
}
.it-about-thumb-1 img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-about-thumb-1 img {
    width: 100%;
  }
}
.it-about-thumb-2 img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-about-thumb-2 img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.it-about-thumb-3 img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-about-thumb-3 img {
    width: 100%;
  }
}
.it-about-thumb-4 img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .it-about-thumb-4 img {
    width: 100%;
  }
}
.it-about-item-icon {
  margin-right: 30px;
}
.it-about-item-icon i {
  font-size: 35px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 70px;
  border-radius: 10px;
  display: inline-block;
  color: var(--it-common-white);
  background: var(--it-theme-1);
}
.it-about-item-title {
  font-size: 24px;
  font-weight: 700;
}
.it-about-item-text p {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-about-item-text p {
    margin-right: 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .it-about-info {
    flex-wrap: wrap;
  }
  .it-about-info .it-about-btn {
    margin-bottom: 20px;
  }
}
.it-about-info__title {
  display: block;
  font-size: 14px;
  color: var(--it-theme-1);
  margin-bottom: 5px;
}
.it-about-info__icon {
  line-height: 0;
}
.it-about-info__icon i {
  color: var(--it-theme-1);
  font-size: 60px;
  line-height: 0;
}
.it-about-info__text a {
  font-size: 20px;
  font-weight: 500;
  color: var(--it-theme-2);
}
.it-about-content-shape {
  position: absolute;
  bottom: -15px;
  left: 273px;
  z-index: -1;
}

.it-about-style-2 .it-about-item-text p {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .it-about-style-2 .it-about-item-text p {
    margin-right: 0;
  }
}
.it-about-style-2 .it-about-content-wrapp {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-style-2 .it-about-dsc p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-style-2 .it-about-info {
    margin-bottom: 50px;
  }
}
.it-about-2-banner img {
  border-radius: 10px;
}
.it-about-2-shape-1 {
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 25px;
}
.it-about-2-shape-2 {
  position: absolute;
  right: 3%;
  bottom: 10%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-about-2-shape-2 {
    bottom: 5%;
  }
}
.it-about-2-thumb-box {
  top: -14px;
}
@media (max-width: 767px) {
  .it-about-2-thumb-item {
    margin-bottom: 20px;
  }
}
.it-about-2-thumb-item img {
  max-width: inherit;
  border-radius: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-2-thumb-item img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .it-about-2-thumb-item img {
    max-width: 100%;
    width: 100%;
  }
}
.it-about-2-thumb-shape {
  margin-bottom: 25px;
  animation: itswing 1s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-thumb-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-2-thumb-shape {
    left: 0;
  }
}
@media (max-width: 767px) {
  .it-about-2-thumb-shape {
    display: none;
  }
}
.it-about-2-exp {
    padding: 21px 23px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.it-about-2-exp-number {
  font-size: 54px;
  font-weight: 700;
  display: block;
  color: var(--it-common-white);
  line-height: 50px;
}
.it-about-2-exp-icon i {
  top: 25px;
  right: 31px;
  position: absolute;
  color: var(--it-common-white);
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-exp-icon i {
    top: 15px;
    right: 15px;
  }
}
.it-about-2-exp-title i {
  font-size: 12px;
  font-weight: 500;
  color: var(--it-common-white);
  text-transform: capitalize;
  text-decoration: underline;
}
.it-about-style-3 .it-about-2-thumb-box {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-style-3 .it-about-2-thumb-box {
    margin-right: 0;
    margin-bottom: 60px;
    padding-right: 0;
  }
}
.it-about-style-3 .it-about-2-thumb-item img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-style-4 .it-about-thumb {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-style-4 .it-about-thumb-box {
    margin-bottom: 80px;
  }
}
.it-about-style-4 .it-about-shape-1 {
  position: absolute;
  left: auto;
  right: 24px;
  top: 90px;
  animation: ittranslateY2 2s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-style-4 .it-about-shape-1 {
    right: 0;
  }
}
.it-about-style-4 .it-about-shape-2 {
  position: absolute;
  bottom: -17px;
  left: -86px;
  animation: ittranslateY2 2s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-style-4 .it-about-shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-style-4 .it-about-shape-2 {
    left: 0;
  }
}
.it-about-style-4 .it-about-shape-3 {
  position: absolute;
  top: 109px;
  left: -148px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-about-style-4 .it-about-shape-3 {
    top: 70px;
    left: -35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-style-4 .it-about-shape-3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-style-4 .it-about-shape-3 {
    left: 0;
  }
}
.it-about-style-4 .it-about-shape-4 {
  position: absolute;
  bottom: 70px;
  right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-style-4 .it-about-shape-4 {
    right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-style-4 .it-about-shape-4 {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .it-about-style-4 .it-about-shape-4 {
    bottom: 30px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-style-4 .it-about-shape-4 {
    right: 0;
    left: 0;
    text-align: center;
  }
}
.it-about-style-4 .it-about-experience-item {
  width: 279px;
  height: 180px;
  display: inline-block;
  padding: 25px 8px;
  z-index: 5;
}
.it-about-style-4 .it-about-experience-item::before {
  position: absolute;
  width: 148px;
  height: 68px;
  content: "";
  bottom: -67px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: var(--it-theme-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-style-4 .it-about-experience-item::before {
    display: none;
  }
}
.it-about-style-4 .it-about-experience-item::after {
  position: absolute;
  width: 121px;
  height: 121px;
  content: "";
  top: 5px;
  left: 0;
  right: 0;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  margin: auto;
  z-index: -1;
}
.it-about-style-4 .it-about-experience-item span {
  font-size: 24px;
  font-weight: 700;
  color: var(--it-common-white);
}
.it-about-style-4 .it-about-experience-title {
  font-size: 80px;
  font-weight: 700;
  color: var(--it-common-white);
}
.it-about-style-4 .it-about-video-thumb img {
  border-radius: 5px;
}
.it-about-style-4 .it-about-video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.it-about-style-4 .it-about-video-icon a {
  width: 43px;
  height: 43px;
  font-size: 8px;
  line-height: 43px;
  display: inline-block;
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  border-radius: 50%;
  animation: it-pulse-3 1.5s infinite;
}
.it-about-style-4 .it-about-top-shape {
  position: absolute;
  right: 3%;
  top: 10%;
}
.it-about-style-4 .it-about-top-shape span {
  color: var(--it-theme-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-style-4 .it-about-top-shape {
    display: none;
  }
}
.it-about-style-4 .it-about-item-text p {
  margin-right: 10px;
}
.it-about-style-4 .it-about-content-wrapp {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .it-about-style-4 .it-about-content-wrapp {
    margin-left: 0;
  }
}
.it-about-style-4 .it-about-list ul li {
  position: relative;
  font-size: 24px;
  color: var(--it-common-black);
  font-weight: 700;
  list-style: none;
  text-transform: capitalize;
  padding-left: 50px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-style-4 .it-about-list ul li {
    font-size: 19px;
    padding-left: 35px;
  }
}
.it-about-style-4 .it-about-list ul li i {
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 0;
  color: var(--SecondaryColor);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-style-4 .it-about-list ul li i {
    font-size: 20px;
  }
}
.it-about-style-4 .it-about-2-thumb-shape {
  position: absolute;
  top: 15%;
  left: -50px;
  animation: rotate2 15s linear infinite;
}

.theme-bg {
    background: var(--PrimaryColor);
}

.it-about-dsc p {
    margin-bottom: 20px;
    text-align: justify;
}
.btn-more a {
    background: var(--PrimaryColor);
    padding: 12px 30px;
    transition: 0.5s;
}

.btn-more a:hover{
  background-color: var(--SecondaryColor);
}
.about-img-oil img {
    width: 80%;
}

.extarion img{width: 60%;}


.consultation-area {
    position: relative;
    display: block;
    background: url(./img/consultation-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
}
.consultation-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(243, 247, 250, 0.9);
    z-index: -1;
}
.consultation-box{
    position: relative;
    display: block;
    padding-top: 25px;
    padding-bottom: 45px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: var(--SecondaryColor);
}
.consultation-box .title-box{
    position: relative;
    display: block;
    max-width: 100%;
    color: #555;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.consultation-box .title-box h2{
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 5px;
}
.consultation-box .title-box span{
    font-size: 25px;
    font-weight: 500;
    line-height: 45px;
}


.consultation{
    position: relative;
    display: block;
    padding: 0 50px 0;
}
.consultation-form .single-box{
    position: relative;
    display: block;
    margin-top: 30px;
}
.consultation-form input[type="text"], 
.consultation-form input[type="email"], 
.consultation-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #edf2f7;
    background: #ffffff;
    color: #83888d;
    font-size: 16px;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    font-weight: 400;
    border-radius: 5px;
    transition: all 500ms ease; 
}
.consultation-form select{
      position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #edf2f7;
    background: #ffffff;
    color: #83888d;
    font-size: 16px;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    font-weight: 400;
    border-radius: 5px;
    transition: all 500ms ease;
}
.consultation-form select:focus{outline: none;}
.consultation-form textarea:focus{outline: none;}
.consultation-form input[type="text"]:focus{
    border-color: var(--PrimaryColor);    
    outline: none;
}
.consultation-form input[type="email"]:focus{
    border-color: var(--PrimaryColor);     
    outline: none;
}
.consultation-form .single-box button{
    display: block;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    background: var(--PrimaryColor);
    color: #ffffff;
}
.consultation-form input::-webkit-input-placeholder {
    color: #83888d;
}
.consultation-form input:-moz-placeholder {
    color: #83888d;
}
.consultation-form input::-moz-placeholder {
    color: #83888d;
}
.consultation-form input:-ms-input-placeholder {
    color: #83888d;
}

.consultation-form .single-box .bootstrap-select {
    position: relative;
    display: block;
}
.consultation-form .single-box .bootstrap-select>.dropdown-toggle {
    outline: none !important;
    border-radius: 5px;
    border: 1px solid #edf2f7;
    height: 60px;
    background-color: transparent;
    padding: 0;
    padding-left: 20px;
    color: #83888d;
    line-height: 60px;
    margin: 0;
    box-shadow: none !important;
}
.consultation-form .single-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #83888d;
    font-size: 18px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
}
.consultation-form .single-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.consultation-form .single-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
}
.consultation-form .single-box .dropdown-item.active,
.consultation-form .single-box .dropdown-item:active {
    background: var(--PrimaryColor);
    color: #fff;
}
.consultation-form .single-box .dropdown-item:hover {
    background: var(--SecondaryColor);
    color: #fff;
}


.consultation-bottom-text {
    position: relative;
    display: block;
    padding-top: 45px;
}
.consultation-bottom-text .top{
    position: relative;
    display: block;
    line-height: 20px;
    z-index: 1;
}
.consultation-bottom-text .top:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #edf2f7;
    margin: 9px 0;
    z-index: -1;
}
.consultation-bottom-text .top span{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background: #ffffff;
    color: #83888d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}
.consultation-bottom-text .inner {
    position: relative;
    display: block;
    padding: 28px 120px 0;
}
.consultation-bottom-text .inner .text{
    padding-bottom: 22px;
}
.consultation-bottom-text .inner .text p{
    margin: 0;
}
.consultation-bottom-text .inner a{
    display: inline-block;
    padding: 0 50px 0;
    background: var(--SecondaryColor);
    color: #ffffff;    
}


.btn-three {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #203260;
    font-size: 14px;
    line-height: 62px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0 30px 0;
    border-radius: 5px;
    transition: all 500ms ease;
}
.textarea textarea {
    height: 100px;
    padding-top: 15px;

}
.it-about-dsc p {
    color: #555;
}



.footer-area {
    position: relative;
    display: block;
    background: var(--SecondaryColor);
    padding-top:50px;
    /* padding-bottom: 40px; */
}
.footer-area.pdtop100{
    padding-top: 100px;    
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
}
.single-footer-widget .title span {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-footer-widget .contact-info-box{
    position: relative;
    display: block;
}
.single-footer-widget .contact-info-box .footer-logo {
    position: relative;
    display: block;
    /* padding-bottom: 18px; */
}
.single-footer-widget .contact-info-box .footer-logo a{
    display: inline-block;
}
.single-footer-widget .contact-info-box .text{
    position: relative;
    display: block;    
}
.single-footer-widget .contact-info-box .text p{
    color: #ffffff;
    margin: 0;
}
.single-footer-widget .contact-info-box .text ul {
    position: relative;
    display: block;
    padding: 5px 0 19px;
}
.single-footer-widget .contact-info-box .text ul li {
    color: #ffffff;
    line-height: 37px;
}
.single-footer-widget .contact-info-box .text ul li span{
    color: #3398fd;
}
.single-footer-widget .contact-info-box .text a{
    color: #ffffff;    
}
.single-footer-widget .contact-info-box .text a:hover{
    color: var(--PrimaryColor);
}


.single-footer-widget .usefull-links{
    position: relative;
    display: block;
}
.single-footer-widget .usefull-links ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .usefull-links ul li {
    line-height: 28px;
    margin-bottom: 12px;
}
.single-footer-widget .usefull-links ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .usefull-links ul li a{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    transition: all 500ms ease;
}
.single-footer-widget .usefull-links ul li a:hover{
    color: var(--PrimaryColor);
    padding-left: 30px;
}
.single-footer-widget .usefull-links ul li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f101";
    font-family: FontAwesome;
    color: var(--PrimaryColor);
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget .usefull-links ul li a:hover:before{
    left: 5px;
    color: #3398fd; 
}

.single-footer-widget .case-studies {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 7px;
    margin-left: -10px;
    margin-right: -10px;
}
.single-footer-widget .case-studies li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 10px 20px;
}
.single-footer-widget .case-studies li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .case-studies li .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.0, 1.0); 
}
.single-footer-widget .case-studies li:hover .img-holder img{
    transform: scale(1.2, 1.2);
} 
.single-footer-widget .case-studies li:hover .img-holder .overlay-style-one{
    opacity: 1;    
}
.single-footer-widget .case-studies li .img-holder .overlay-style-one .content a span:before{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #3398fe;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(5);
    transition: all 0.5s ease-in-out 0.3s;
}
.single-footer-widget .case-studies li:hover .img-holder .overlay-style-one .content a span:before{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;   
}



/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/
.footer-bottom-area {
    position: relative;
    display: block;
    background: var(--SecondaryColor);
}
.footer-bottom-area .inner-content {
    position: relative;
    display: block;
    border-top: 1px solid #31426c;
    padding: 23px 0 23px;
}
.footer-bottom-area .copyright-text {
    margin: 6px 0;
}
.footer-bottom-area .copyright-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-area .copyright-text p a {
    color: #3398fd;
    font-weight: 500;
    transition: all 500ms ease;
}
.footer-bottom-area .copyright-text p a:hover{
    color: #ffffff;
}

.call-us-now{
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}
.call-us-now .icon{
    width: 60px;
}
.call-us-now .icon span:before{
    position: relative;
    top: 2px;
    color: #3398fd;
    font-size: 60px;
    line-height: 60px;
}
.call-us-now .icon,
.call-us-now .title{
    display: table-cell;
    vertical-align: middle;
}

.call-us-now .title{
    padding-left: 20px;
}
.call-us-now .title span{
    color: #ffffff;
}
.call-us-now .title h3{
    color: #ffffff;
    margin: 3px 0 0;
}
.footer-social-links {
    position: relative;
    display: block;
    margin: 7px 0;
}

.site-footer.footer-two {
    background: #021f3d;
    padding: 100px 0;
    position: relative;
}

.site-footer.footer-two .footer-widget .title-line {
    margin-bottom: 40px;
}

.site-footer.footer-two .footer-widget .title-line h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.site-footer.footer-two .footer-widget ul.links-list li a {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    padding-left: 26px;
    line-height: 1em;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget ul.links-list li a:hover {
    color: #31557a;
}

.site-footer.footer-two .footer-widget ul.links-list li a i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer.footer-two .footer-widget ul.links-list li+li a {
    margin-top: 20px;
}

.site-footer.footer-two .footer-widget.links-widget .row .col-sm-6:last-child ul.links-list {
    margin-left: 23px;
}

.site-footer.footer-two .footer-widget.links-widget ul.links-list.has-sep {
    position: relative;
}

.site-footer.footer-two .footer-widget.links-widget ul.links-list.has-sep:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #213A54;
    position: absolute;
    top: 0;
    right: -20px;
}

.site-footer.footer-two .footer-widget .single-post-content+.single-post-content {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #213A54;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box,
.site-footer.footer-two .footer-widget .single-post-content .text-block {
    display: table-cell;
    vertical-align: middle;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box {
    width: 80px;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box>img {
    width: 100%;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block {
    padding-left: 20px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block .date-line {
    color: #FFBA00;
    font-size: 16px;
    display: block;
    line-height: 1em;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block .date-line i {
    margin-right: 4px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 a {
    color: #fff;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 a:hover {
    color: #31557a;
}

.site-footer.footer-two .footer-widget .single-post-content:hover .image-box>img {
    opacity: .5;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #213A54;
    background: #0b2847;
    border-radius: 5px;
    color: #556677;
    padding-left: 20px;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper .thm-btn {
    margin-top: 20px;
}

.site-footer.footer-two .back-to-top {
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .4s ease;
}

.site-footer.footer-two .back-to-top i {
    font-size: 25px;
    display: inline-block;
    vertical-align: -2px;
}

.site-footer.footer-two .back-to-top:hover {
    color: #01B9E6;
}

.footer-bottom-home-two {
    background: #fff;
    padding: 22px 0;
}

.footer-bottom-home-two p {
    margin: 0;
    color: #83888D;
    font-size: 16px;
}

.footer-bottom-home-two p a {
    color: #01B9E6;
}

.footer-bottom-home-two .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom-home-two .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-two .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-two .footer-menu li a {
    color: #83888D;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-two .footer-menu li a:hover {
    color: #01B9E6;
}

.site-footer.footer-three,
.footer-bottom-home-three {
    background: #192521;
}

.site-footer.footer-three {
    padding: 100px 0;
}

.site-footer.footer-three .footer-widget .title-line {
    margin-bottom: 25px;
}

.site-footer.footer-three .footer-widget .title-line h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}

.site-footer.footer-three .footer-widget .footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 30px;
}

.site-footer.footer-three .footer-widget.about-widget p {
    color: #BFC7C5;
    margin: 0;
}

.site-footer.footer-three .footer-widget.about-widget .copy-text {
    color: #FFFFFF;
    font-size: 16px;
}

.site-footer.footer-three .footer-widget.about-widget .copy-text span {
    color: #F9A03B;
}

.site-footer.footer-three .footer-widget ul.links-list li {
    display: block;
}

.site-footer.footer-three .footer-widget ul.links-list li+li {
    margin-top: 10px;
}

.site-footer.footer-three .footer-widget ul.links-list li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper p {
    color: #BFC7C5;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #2A3934;
    background: #1C2925;
    border-radius: 5px;
    color: #556677;
    padding-left: 20px;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper .thm-btn {
    margin-top: 20px;
    width: 170px;
    padding-left: 0;
    padding-right: 0;
}

.site-footer.footer-three .footer-widget .contact-lists li {
    position: relative;
    padding-left: 30px;
    color: #FFFFFF;
    font-size: 16px;
}

.site-footer.footer-three .footer-widget .contact-lists li i {
    font-size: 19px;
    color: #28B381;
    position: absolute;
    top: 4px;
    left: 0;
}

.site-footer.footer-three .footer-widget .contact-lists li+li {
    margin-top: 15px;
}

.site-footer.footer-three .footer-widget .view-on-map {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .view-on-map i {
    font-size: 20px;
    display: inline-block;
    vertical-align: -3px;
    margin-left: 6px;
}

.site-footer.footer-three .footer-widget .view-on-map:hover {
    padding-left: 5px;
    color: #F9A03B;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-nav {
    margin: 0;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots {
    position: absolute;
    top: -56px;
    right: 0;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #32423D;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot span {
    display: none;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: #f9a03b;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot.active {
    border: 0px solid #CAD0CD;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot.active:before {
    opacity: 1;
}
.footer-contact-carousel-one.owl-carousel.owl-theme.owl-loaded.owl-drag{
    max-width: 269px;    
}




.footer-bottom-home-three {
    padding: 24.5px 0;
    border-top: 1px solid #2a3934;
}

.footer-bottom-home-three .social a {
    width: 50px;
    height: 50px;
    border: 1px dashed #3E4E49;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    border-radius: 50%;
    transition: all .4s ease;
}

.footer-bottom-home-three .social a+a {
    margin-left: 11px;
}

.footer-bottom-home-three .social a:hover {
    color: #28B381;
    border-color: #28B381;
}

.footer-bottom-home-three .footer-menu {
    padding: 11.5px 0;
}

.footer-bottom-home-three .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-three .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-three .footer-menu li a {
    color: #BFC7C5;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-three .footer-menu li a:hover {
    color: #28B381;
}

.site-footer.footer-four,
.footer-bottom-home-two.home-four {
    background: #061F2E;
}

.site-footer.footer-four .footer-widget .single-post-content+.single-post-content {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer.footer-four .footer-widget .single-post-content .text-block .date-line {
    color: #91C942;
}

.site-footer.footer-four .footer-widget.about-widget p {
    color: #8B9397;
    font-size: 16px;
    line-height: 26px;
    margin: 23px 0 30px;
}

.site-footer.footer-four .footer-widget ul.links-list li a {
    color: #8B9397;
}

.site-footer.footer-four .footer-widget ul.links-list li a:hover {
    color: #fff;
}

.site-footer.footer-four .footer-widget.links-widget ul.links-list.has-sep:before {
    background: rgba(255, 255, 255, 0.1);
}

.site-footer.footer-four .footer-widget .contact-lists li {
    position: relative;
    padding-left: 30px;
    color: #8B9397;
    font-size: 16px;
}

.site-footer.footer-four .footer-widget .contact-lists li i {
    font-size: 19px;
    color: #91C942;
    position: absolute;
    top: 4px;
    left: 0;
}

.site-footer.footer-four .footer-widget .contact-lists li+li {
    margin-top: 13px;
}

.site-footer.footer-four .back-to-top:hover {
    color: #91C942;
}

.footer-bottom-home-two.home-four {
    padding: 0px 0;
}

.footer-bottom-home-two.home-four .container-outer {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-home-two.home-four p {
    color: #FFFFFF;
}

.footer-bottom-home-two.home-four p a {
    color: #91C942;
}

.footer-bottom-home-two.home-four .footer-menu li a {
    color: #8B9397;
}

.footer-bottom-home-two.home-four .footer-menu li a:hover {
    color: #fff;
}

.site-footer.footer-five {
    background-color: #0A0A0A;
    padding: 100px 0;
}

.site-footer.footer-five .footer-widget .title-line {
    margin-bottom: 33px;
}

.site-footer.footer-five .footer-widget .title-line h2 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.site-footer.footer-five .footer-widget .title-line h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #F9C807;
    margin-top: 25px;
}

.site-footer.footer-five .footer-widget ul.links-list li a {
    color: #7A7A7A;
    font-size: 16px;
    display: inline-block;
    transition: all .4s ease;
    position: relative;
}

.site-footer.footer-five .footer-widget ul.links-list li a::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.site-footer.footer-five .footer-widget ul.links-list li a:hover {
    color: #FFFFFF;
}

.site-footer.footer-five .footer-widget ul.links-list li a:hover::before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.site-footer.footer-five .footer-widget ul.links-list li+li {
    margin-top: 15px;
}

.site-footer.footer-five .footer-widget .single-contact-info+.single-contact-info {
    margin-top: 25px;
}

.site-footer.footer-five .footer-widget .single-contact-info span,
.site-footer.footer-five .footer-widget .single-contact-info p {
    display: block;
    margin: 0;
    font-size: 16px;
}

.site-footer.footer-five .footer-widget .single-contact-info span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
}

.site-footer.footer-five .footer-widget .single-contact-info p {
    color: #fff;
    margin-top: 10px;
}

.site-footer.footer-five .footer-widget.map-widget .top-block {
    margin-bottom: 40px;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select {
    float: right;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select>.dropdown-toggle {
    border: none;
    outline: none !important;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 0px;
    padding-left: 20px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #2F2F2F;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select>.dropdown-toggle:after {
    border: none;
    width: auto;
    height: auto;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    background: #131313;
    border-radius: 0;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item {
    border-radius: 0 !important;
    padding: 4px 12px;
    transition: all .4s ease;
    color: #fff;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item.active,
.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item:hover,
.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item:active {
    background: #F9C807;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item img {
    display: inline-block;
    vertical-align: -2px;
}

.footer-bottom-home-five {
    padding: 24.5px 0;
    background-color: #131313;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-home-five .social a {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    border-radius: 50%;
    transition: all .4s ease;
}

.footer-bottom-home-five .social a+a {
    margin-left: 11px;
}

.footer-bottom-home-five .social a:hover {
    color: #F9C807;
    border-color: #F9C807;
}

.footer-bottom-home-five .footer-menu {
    padding: 11.5px 0;
}

.footer-bottom-home-five .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-five .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-five .footer-menu li a {
    color: #BFC7C5;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-five .footer-menu li a:hover {
    color: #fff;
}


.contact-info-box ul li {
    line-height: 28px !important;
    margin-bottom: 15px;
}

.sociallinks-style-one li{
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.sociallinks-style-one li:last-child{
    margin-right: 0px;
}
.sociallinks-style-one li a i{
    color: #9491a2;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}
.sociallinks-style-one li a:hover i{
    color: #39345a;
}

.sociallinks-style-two{
    overflow: hidden;
}
.sociallinks-style-two li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    color: var(--PrimaryColor);
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #3398fd;
    transform: rotate(360deg);
}


.call-us-now p a{font-size: 20px;}
span.icon-call i {    color: #fff;    font-size: 40px;}

#toTop {    position: fixed;    bottom: 40px;    right: 25px;    cursor: pointer;    z-index: 9999;    transition: 0.5s;}

.footer-btn a {    background: var(--PrimaryColor);    padding: 12px 30px;}
/* .single-footer-widget p {    text-align: justify;} */

.text-justify{text-align: justify;}


/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.services-style1-area {
    position: relative;
    display: block;
    padding: 50px 0 40px;
}
.single-service-style1 {
    position: relative;
    display: block;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img {
    transform: scale(1.2);    
}
.single-service-style1:hover .overlay-style-two{
	opacity: 1;
}
.single-service-style1:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.single-service-style1:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}

.single-service-style1 .overlay-content-box{
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 5;
}
.single-service-style1 .overlay-content-box .icon{
    width: 50px;
    height: 50px;
    background: #3aa40c;
    text-align: center;
    border-top-left-radius: 5px;
}
.single-service-style1 .overlay-content-box .icon span:before{
    display: block;
    color: #ffffff;
    font-size: 25px;
}
.single-service-style1 .overlay-content-box .icon,
.single-service-style1 .overlay-content-box .title{
    display: table-cell;
    vertical-align: middle;
}
.single-service-style1 .overlay-content-box .title{
    background: #f3f7fa;
      width: 100%;
    border-top-right-radius: 5px;
}
.single-service-style1 .text-holder{
    position: relative;
    display: block; 
    padding: 34px 15px 0;
    box-shadow: 0px 4px 8px 2px #F0F0F0;
    transition: all 900ms ease 500ms;
    min-height: 280px;
}
.single-service-style1:hover .text-holder{
    -webkit-box-shadow: 0px 3px 5px 1px rgba(246,246,246,0.9); 
    box-shadow: 0px 3px 5px 1px rgba(246,246,246,0.9);
}
.single-service-style1 .text-holder:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    content: "";
    background: rgb(51,152,253);
    background: linear-gradient(90deg, rgba(51,152,253,1) 0%, rgba(81,167,253,1) 40%, rgba(209,232,255,1) 100%);
}
.single-service-style1:hover .text-holder:before{
    width: 100%;
    transition: all 900ms ease 500ms;
}
.single-service-style1 .text-holder p{
    margin: 0 0 22px;    
    text-align: justify;
}

.single-service-style1 .text-holder .button{
    position: relative;
    display: block;
    border-top: 1px solid #edf2f7;
    padding-top: 17px;
    padding-bottom: 32px;
}
.single-service-style1:hover .text-holder .button a{
    color: var(--SecondaryColor);    
}
.emergency-call{
    position: relative;
    display: block;
    margin-top: 5px;
    text-align: center;
}
.emergency-call h6{
    color: #83888d;
    font-size: 16px;
    line-height: 24px;
}
.emergency-call h6 span{
    color: var(--PrimaryColor);
    font-weight: 800;
}



.single-service-style-one {
    margin-bottom: 70px;
    position: relative;
}

.single-service-style-one .image-block {
    position: relative;
}

.single-service-style-one .image-block .overlay-block {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.single-service-style-one .image-block .overlay-block:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(2, 31, 61, 0.9);
}

.single-service-style-one .image-block .overlay-block:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(2, 31, 61, 0.9);
}

.single-service-style-one .main-content {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: calc(100% - 60px);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
    transition: all .4s ease;
}

.single-service-style-one .main-content .icon-block,
.single-service-style-one .main-content .text-block {
    display: table-cell;
    vertical-align: middle;
}

.single-service-style-one .main-content .icon-block .inner-box {
    width: 65px;
    height: 65px;
    background: #01B9E6;
    text-align: center;
}

.single-service-style-one .main-content .icon-block .inner-box i {
    font-size: 28px;
    color: #fff;
    line-height: 65px;
}

.single-service-style-one .main-content .text-block {
    padding-left: 35px;
}

.single-service-style-one .main-content .text-block h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.single-service-style-one .main-content .text-block h3 a {
    color: #2E2E2E;
    transition: all .4s ease .2s;
}

.single-service-style-one .hover-content {
    position: absolute;
    background: #fff;
    position: absolute;
    bottom: -32.5px;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
    width: calc(100% - 60px);
    text-align: center;
    z-index: 10;
    padding: 33px 25px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
    transition: all .4s ease;
}

.single-service-style-one .hover-content p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #83888D;
    margin-bottom: 15px;
}

.single-service-style-one .hover-content a.read-more {
    text-transform: uppercase;
    color: #FFBA00;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    line-height: 21px;
    position: relative;
    z-index: 11;
    transition: all .4s ease;
}

.single-service-style-one .hover-content a.read-more i {
    font-size: 21px;
    line-height: 26px;
    vertical-align: -4px;
    margin-left: 6px;
}

.single-service-style-one .hover-content a.read-more:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    color: #2E2E2E;
}

.single-service-style-one .hover-content .box-icon {
    color: #000000;
    opacity: .04;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 160px;
    z-index: 1;
}

.single-service-style-one:hover .main-content {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.single-service-style-one:hover .hover-content {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.single-service-style-one:hover .overlay-block {
    opacity: 1;
}

.single-service-style-one:hover .image-block .overlay-block:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

.single-service-style-one:hover .image-block .overlay-block:after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

.services-style-two {
    position: relative;
}

.services-style-two:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45%;
    width: 100%;
    background: #fff;
}

.services-style-two .block-text {
    color: #83888D;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-top: 60px;
    position: relative;
}

.single-service-style-two {
    border-radius: 5px;
    background: #fff;
    padding: 52px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.06);
}

.single-service-style-two .bubbled {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 80px;
    text-align: center;
    z-index: 10;
}

.single-service-style-two .bubbled:before {
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    background: #F2F7F5;
    -webkit-transform: translate(33%, -33%);
    transform: translate(33%, -33%);
    border-radius: 50%;
    z-index: 10;
    transition: all .4s ease;
}

.single-service-style-two .bubbled .count-text {
    position: relative;
    z-index: 11;
    line-height: 77px;
    display: inline-block;
    color: #83888D;
    font-size: 20px;
    font-weight: bold;
    transition: all .4s ease;
}

.single-service-style-two .main-content {
    text-align: center;
    transition: all .4s ease;
}

.single-service-style-two .main-content .icon-box {
    position: relative;
    display: inline-block;
}
/* 
.single-service-style-two .main-content .icon-box:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #F2F7F5;
} */

.single-service-style-two .main-content .icon-box i {
    color: var(--PrimaryColor);
    font-size: 60px;
    position: relative;
}

.single-service-style-two .main-content span {
    margin: 0;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
    display: block;
}

.single-service-style-two .main-content span a {
    color: #3A3A3A;
    transition: all .4s ease;
}

.single-service-style-two .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--SecondaryColor);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    transition: all .4s ease;
}

.single-service-style-two .hover-content .inner-box {
    padding: 0 37px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.single-service-style-two .hover-content .inner-box p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 20px;
}

.single-service-style-two .hover-content .inner-box a.more-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;
}

.single-service-style-two .hover-content .inner-box a.more-link:hover {
    color: var(--PrimaryColor);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.single-service-style-two .hover-content .inner-box a.more-link i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.single-service-style-two:hover .bubbled:before {
    background: var(--PrimaryColor);
}

.single-service-style-two:hover .bubbled .count-text {
    color: #fff;
}

.single-service-style-two:hover .main-content {
    opacity: 1;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.single-service-style-two:hover .hover-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.single-service-style-three {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 50px 40px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.single-service-style-three:before,
.single-service-style-three:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    top: 0;
    left: 0;
    transition: all .4s ease;
    border-radius: 5px;
}

.single-service-style-three:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border-top: 4px solid #91C942;
    border-bottom: 4px solid #91C942;
}

.single-service-style-three:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-left: 4px solid #91C942;
    border-right: 4px solid #91C942;
}

.single-service-style-three .top-box {
    position: relative;
    z-index: 9;
    margin-bottom: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.single-service-style-three .top-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #F2F2F2;
    text-align: center;
    border-radius: 5px;
}

.single-service-style-three .top-box .icon-box i {
    color: #91C942;
    font-size: 45px;
    line-height: 78px;
    position: relative;
    transition: all .4s ease;
}

.single-service-style-three .top-box .icon-box:before {
    content: '';
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(48deg, #185F8B 0%, #34964D 42%, #91C942 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185F8B', endColorstr='#91C942', GradientType=1);
    /* ie6-9 */
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all .4s ease;
}

.single-service-style-three .top-box .num-box {
    color: #F5F4F4;
    font-size: 72px;
    font-weight: bold;
}

.single-service-style-three .text-box {
    position: relative;
    z-index: 9;
}

.single-service-style-three .text-box h3,
.single-service-style-three .text-box p {
    margin: 0;
}

.single-service-style-three .text-box h3 {
    font-size: 20px;
    font-weight: bold;
}

.single-service-style-three .text-box h3 a {
    color: #3A3A3A;
    transition: all .4s ease;
}

.single-service-style-three .text-box h3 a:hover {
    color: #34964D;
}

.single-service-style-three .text-box span,
.single-service-style-three .text-box p {
    color: #83888D;
    font-size: 16px;
    line-height: 26px;
    display: block;
}

.single-service-style-three .text-box .main-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all .4s ease;
}

.single-service-style-three .text-box .hover-content {    position: absolute;    top: 0;    left: 0;    opacity: 0;    -webkit-transform: translateY(-100%);    transform: translateY(-100%);    transition: all .4s ease;}
.single-service-style-three .more-box {    position: relative;    z-index: 9;    margin-top: 19px;}
.single-service-style-three .more-box a.more-link {    text-transform: uppercase;    color: #2E2E2E;    font-size: 14px;    font-weight: bold;    display: inline-block;    vertical-align: middle;    transition: all .4s ease;}
.single-service-style-three .more-box a.more-link i {    font-size: 20px;    display: inline-block;    vertical-align: -3px;    margin-left: 10px;}
.single-service-style-three .more-box a.more-link:hover {    color: #34964D;    -webkit-transform: translateX(5px);    transform: translateX(5px);}
.single-service-style-three:hover:before {    -webkit-transform: scale(1, 1);    transform: scale(1, 1);}
.single-service-style-three:hover:after {    -webkit-transform: scale(1, 1);    transform: scale(1, 1);}
.single-service-style-three:hover .top-box .icon-box:before {    -webkit-transform: scale(1, 1);    transform: scale(1, 1);}
.single-service-style-three:hover .top-box .icon-box i {    color: #fff;}
.single-service-style-three:hover .text-box .main-content {    opacity: 0;    -webkit-transform: translateY(-40%);    transform: translateY(-40%);}
.single-service-style-three:hover .text-box .hover-content {    opacity: 1;    -webkit-transform: translateY(0);    transform: translateY(0);}
.services-style-three .single-service-style-three {    padding-top: 47px;    padding-bottom: 47px;    border-radius: 0;}
.services-style-three .single-service-style-three:after,
.services-style-three .single-service-style-three:before {    border-color: #F9C807;    border-radius: 0;}
.services-style-three .single-service-style-three .top-box .icon-box {    border: 0;    border-radius: 0;}
.services-style-three .single-service-style-three .top-box .icon-box:before {    background: none;    border-radius: 0;}
.services-style-three .single-service-style-three .top-box .icon-box::before,
.services-style-three .single-service-style-three .top-box .icon-box::after {    content: '';    position: absolute;    top: 50%;    width: 30px;    height: 100%;    border: 2px solid #F9C807;    transition: all .4s ease;    -webkit-transform: scale(1, 1) translateY(-50%);    transform: scale(1, 1) translateY(-50%);}
.services-style-three .single-service-style-three .top-box .icon-box::before {    -webkit-transform-origin: left center;    transform-origin: left center;    left: 0;    border-right: 0;}
.services-style-three .single-service-style-three .top-box .icon-box::after {    -webkit-transform-origin: right center;    transform-origin: right center;    right: 0;    border-left: 0;}
.services-style-three .single-service-style-three .top-box .icon-box i {    color: #2E2E2E;    position: relative;    z-index: 9;}
.services-style-three .single-service-style-three:hover .top-box .icon-box:after,
.services-style-three .single-service-style-three:hover .top-box .icon-box:before {    width: 100%;    background-color: #F9C807;}
.services-style-three .single-service-style-three:hover .top-box .icon-box i {    color: #fff;}
.services-style-three .single-service-style-three .more-box a.more-link:hover {    color: #F9C807;}
.sec-title p {    color: #a0a7ae;    font-size: 14px;    line-height: 20px;    font-weight: 700;    text-transform: uppercase;   margin: 0 0 11px;}
.sec-title .title {    position: relative;    display: block;    color: var(--SecondaryColor);    font-size: 30px;    line-height: 50px;   font-weight: 700;    margin: 0 0 0px;    text-transform: capitalize;    font-family: 'Roboto', sans-serif;    z-index: 1;}
.sec-title span {    display: block;    color: #83888d;    font-size: 18px;    line-height: 28px;    margin: 10px 0 0;}
.sec-title .border-box.center {    margin: 0 auto;}
.sec-title .border-box {    position: relative;    display: block;    width: 80px;    height: 7px;}
.sec-title .border-box:after {    position: absolute;    top: 0;    left: 0;    width: 60px;    height: 3px;    content: "";    background: var(--PrimaryColor);}
.sec-title .border-box:before {    position: absolute;    left: -10px;    bottom: 0;    width: 100%;    height: 1px;    content: "";    background: var(--SecondaryColor);}
.overlay-style-two:before {    position: absolute;    content: '';    top: 0px;    left: 0px;    width: 100%;    height: 50%;    display: block;    opacity: 0;    text-align: center;    transform: perspective(400px) rotateX(-90deg);    transform-origin: top;    transition: all 0.5s;    background-color: rgba(0, 155, 214, 0.90);}
.overlay-style-two:after {    position: absolute;    content: '';    left: 0px;    bottom: 0px;    width: 100%;    height: 50%;    display: block;    opacity: 0;    text-align: center;    transform: perspective(400px) rotateX(90deg);    transform-origin: bottom;    transition: all 0.5s;    background-color: rgba(0, 155, 214, 0.90);}
.overlay-content-box .title h3 {    font-size: 22px;    padding: 10px 15px;}
a.btn-two {    color: #000;}
.box-margin {    margin-bottom: 30px;}
.services-style-two:before {    content: '';    position: absolute;    bottom: 0;    left: 0;    height: 45%;    width: 100%;    background: #fff;}
.gray-bg-two {    background-color: var(--PrimaryColor);}
.icon-box img{width: 20%;}
header.header-height {    position: sticky;    top: 0;    z-index: 99;    background: #fff;}
.it-about-area{background: url(img/bg-section-01_02.jpg) repeat; background-position: 50% 50%;}
.counter-side{background-color: var(--PrimaryColor); position: relative;}
.counter-side:after{position: absolute; height: 100%; background-color: var(--SecondaryColor); width: 52%; right: 0px; content: ''; top: 0px;}

.counter{    font-size:36px;    font-weight:bold;    color:#fff;}
.counter-box p{    font-size:16px;    letter-spacing:1px;    color: #fff;}
.counter-box {    position: relative;    z-index: 9;}

.counter-box img {    width: 18%;    float: left;    margin-right: 15px;}
.cta-style-one .thm-btn+.thm-btn {    margin-left: 16px;}
.cta-style-one.home-five {    background: #f5f5f5 url(img/map.svg);    background-position: 50% 50%;}
.cta-style-one.home-five .sec-title-two span.tag-line {    color: var(--SecondaryColor);    margin-bottom: 15px;}
.cta-style-two {    padding: 42.5px 0;    background-color: #F9C807;}
.cta-style-two h2 {    margin: 0;    color: #2E2E2E;    font-size: 30px;    font-weight: bold;    line-height: 57px;}
.sec-pad {    padding: 50px 0;}
a.thm-btn.home-five {    background: var(--PrimaryColor);    padding: 10px 30px;    border-radius: 5px;}
a.style-two {background: var(--SecondaryColor);    padding: 10px 30px;    border-radius: 5px;}


video::-webkit-media-controls {  display: none;}
video::-webkit-media-controls-play-button { display: none;}
video::-webkit-media-controls-volume-slider {display: none;}
video::-webkit-media-controls-mute-button {display: none;}
video::-webkit-media-controls-timeline {display: none;}
video::-webkit-media-controls-current-time-display {display: none;}
/* video::-webkit-media-controls-panel {display: none !important; opacity: 1 !important;} */
.video-box video {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;    border-radius: 10px;    height: 400px;    object-fit: cover;}


.sub-title {    display: block;    font-size: 18px;    font-weight: 500;   letter-spacing: 0.08em;   font-family: var(--DosisFamily);    margin-bottom: 24px;    text-transform: capitalize;    line-height: 24px;}
.choose-feature-area {    background-color:var(--SecondaryColor);    border-radius: 30px;    padding: 30px;    position: relative;}
.choose-feature-wrap {    display: inline-grid;    grid-template-columns: repeat(2, 1fr);    gap: 24px;}
.choose-feature {    background-color:var(--PrimaryColor);    padding: 20px 20px 20px 70px;    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);    border-radius: 10px;    overflow: hidden;    position: relative;    max-width: 320px;    text-align: left;}
.choose-feature .box-icon {    width: 80px;    height: 80px;    line-height: 60px;    text-align: center;    background-color: var(--SecondaryColor);    border-radius: 999px;    border: 2px solid #fff;    position: absolute;    top: -20px;    left: -20px;    padding-left: 8px;    padding-top: 3px;}
.choose-feature .box-title {    margin-bottom: 5px;    font-size: 20px;    color: #fff; font-weight: 500;}
.img-box2 .img2 {    position: absolute;    top: -70px;    right: 10%;    z-index: -1;    animation: spin 25s linear infinite;}
.img-box2 {    position: relative;    z-index: 2;}
.img-box2-wrap {    position: absolute;    bottom: 0;    right: -30px;    margin-left: -40px;}
p.box-text {    text-align: justify;    color: #fff;}
.img1 img {    border-radius: 30px;}
.testimonial-area{background-color: var(--SecondaryColor);}
.testimonial-area {    position: relative;    display: block;    padding: 100px 0 100px;    background: var(--SecondaryColor);}
.testimonial-area .sec-title p{    color: #5b6c9a;    }
.single-testimonial-item{    position: relative;    display: block;    background: transparent;    padding-top: 50px;    z-index: 1;}
.single-testimonial-item::after {    position: absolute;    left: 20px;    right: 20px;    bottom: 0;    height: 10px;    background: rgb(61 61 61 / 20%);    content: "";   z-index: 3;}
.single-testimonial-item .img-box{    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100px;    height: 100px;    margin: 0 auto;    border-radius: 50%;    z-index: 2;}
.single-testimonial-item .img-box img{    border-radius: 50%;}
.single-testimonial-item .inner-content{    position: relative;    display: block;    padding: 73px 25px 45px;    background: #ffffff;}
.single-testimonial-item .inner-content:after {    position: absolute;    right: 40px;    bottom: 43px;    font-family: "Font Awesome 6 Free";    font-weight: 900;    content: "\f10e";    font-size: 56px;    line-height: 56px;    color: #f3f7fa;}
.single-testimonial-item .inner-content .text-box{    position: relative;    display: block;    padding-bottom: 17px;}
.single-testimonial-item .inner-content .text-box p{    color: #83888d;    font-size: 20px;    line-height: 30px;    margin: 0;}
.single-testimonial-item .inner-content .client-info{    position: relative;    display: block;    }
.single-testimonial-item .inner-content .client-info h3{    margin: 0 0 6px;}
.single-testimonial-item .inner-content .client-info p{    color: #3398fd;    font-size: 16px;    line-height: 20px;    margin: 0;}
.single-testimonial-item .inner-content .client-info p span:before {    position: relative;    top: 0px;    display: inline-block;    padding-right: 3px;    font-size: 13px;    line-height: 13px;}
.testimonial-area .owl-carousel .owl-stage-outer{	padding: 0px 0px 10px;}
.testimonial-area .owl-dots {    position: relative;    display: block !important;    margin-top: 50px !important;    line-height: 14px;}
.testimonial-area .owl-dots .owl-dot{    position: relative;	display: inline-block;	width: 14px;	height: 14px;    background: #203260;    border: 2px solid #d4e1e7;	margin: 0px 5px;	padding: 0px;	border-radius: 50%;	transition: all 500ms ease;}
.testimonial-area .owl-dots .owl-dot span{	display:none;	}
.testimonial-area .owl-dots .owl-dot:before{    position: absolute;    top: 1px;    left: 1px;    bottom: 1px;    right: 1px;    content: "";    background: #3398fd;     border-radius: 50%;    opacity: 0;    transition: all 500ms ease;}
.testimonial-area .owl-dots .owl-dot.active{    border: 2px solid #203260;}
.testimonial-area .owl-dots .owl-dot.active:before{    opacity: 1;    }
.testimonial-area .button{    position: relative;    display: block;    padding-top: 48px;}
.testimonial-area .button a {    color: #ffffff;    background: #203260;    border: 1px solid #31426c;    width: 270px;    line-height: 20px;    height: auto;    padding: 13px 0 16px;}
.testimonial-area .button a:hover{    background: #3aa40c;    border-color: #3aa40c;}
.testimonial-area.home-two .container {    position: relative;}
.testimonial-area.home-two .owl-dots .owl-dot:before {    background: #FFBA00;}
.single-testimonial-style-one {    border: 1px solid #EAF0EE;    border-radius: 5px;    padding: 50px 30px;    position: relative;}
.single-testimonial-style-one:before,.single-testimonial-style-one:after {    content: '';    width: 100%;    height: 100%;    position: absolute;    -webkit-transform: scale(0);    transform: scale(0);    -webkit-transform-origin: left top;    transform-origin: left top;    top: 0;    left: 0;    transition: all .4s ease;    border-radius: 5px;}
.single-testimonial-style-one:before {    -webkit-transform: scale(0, 1);    transform: scale(0, 1);    -webkit-transform-origin: bottom center;   transform-origin: bottom center;    border-top: 4px solid #28B381;    border-bottom: 4px solid #28B381;}

.single-testimonial-style-one:after {    -webkit-transform: scale(1, 0);    transform: scale(1, 0);    -webkit-transform-origin: left center;    transform-origin: left center;    border-left: 4px solid #28B381;    border-right: 4px solid #28B381;}
.single-testimonial-style-one .top-block {    margin-bottom: 20px;}
.single-testimonial-style-one .top-block .image-block,
.single-testimonial-style-one .top-block .text-block {    display: table-cell;    vertical-align: middle;}
.single-testimonial-style-one .top-block .image-block .inner-block {    width: 85px;    position: relative;}
.single-testimonial-style-one .top-block .image-block .inner-block i[class*=energy-icon-] {    position: absolute;    right: -20px;    top: -10px;    display: block;    width: 38px;    height: 38px;    background: #28B381;    color: #fff;    line-height: 38px;    font-size: 22px;    text-align: center;    border-radius: 50%;}
.single-testimonial-style-one .top-block .image-block .inner-block>img {    width: 100%;    border-radius: 50%;    position: relative;}
.single-testimonial-style-one .top-block .text-block {    padding-left: 38px;}
.single-testimonial-style-one .top-block .text-block h3 {    color: #3A3A3A;    font-size: 20px;    font-weight: bold;    margin: 0;}
.single-testimonial-style-one .top-block .text-block span {    color: #F9A03B;    font-size: 16px;}

.single-testimonial-style-one .content-block p {    margin: 0;    color: #83888D;    font-size: 18px;   line-height: 28px;}

.single-testimonial-style-one:hover:before {    -webkit-transform: scale(1, 1);    transform: scale(1, 1);}
.single-testimonial-style-one:hover:after {    -webkit-transform: scale(1, 1);    transform: scale(1, 1);}
.testimonials-carousel-two .owl-dots {    position: relative;    display: block !important;    margin-top: 50px !important;    line-height: 14px;}
.testimonials-carousel-two .owl-dots .owl-dot {    position: relative;    display: inline-block;    width: 14px;    height: 14px;    background: transparent;    border: 2px solid #CAD0CD;    margin: 0px 5px;    padding: 0px;    border-radius: 50%;    transition: all .3s ease;}

.testimonials-carousel-two .owl-dots .owl-dot span {    display: none;}
.testimonials-carousel-two .owl-dots .owl-dot:before {    position: absolute;    top: 50%;    left: 50%;    width: 7px;    height: 7px;    -webkit-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);    content: "";    background: #f9a03b;    border-radius: 50%;    opacity: 0;    transition: all .3s ease;}
.testimonials-carousel-two .owl-dots .owl-dot.active {    border: 0px solid #CAD0CD;}
.testimonials-carousel-two .owl-dots .owl-dot.active:before {    opacity: 1;}
.single-testimonial-style-two .top-box {    position: relative;}
.single-testimonial-style-two .top-box i.energy-icon-quote {    position: absolute;    top: 50%;    -webkit-transform: translateY(-50%);    transform: translateY(-50%);    right: 0;    font-size: 106px;    color: #132A39;}
.single-testimonial-style-two .top-box p {    margin: 0;    font-size: 24px;    line-height: 38px;    color: #FFFFFF;    position: relative;    z-index: 9;}
.single-testimonial-style-two .name-box {    margin-top: 30px;}
.single-testimonial-style-two .name-box .image-block,.single-testimonial-style-two .name-box .text-block {    display: table-cell;    vertical-align: middle;}
.single-testimonial-style-two .name-box .image-block {    width: 80px;}
.single-testimonial-style-two .name-box .image-block>img {    width: 100%;    border-radius: 50%;}
.single-testimonial-style-two .name-box .text-block {    padding-left: 15px;}
.single-testimonial-style-two .name-box .text-block h3 {    margin: 0;    line-height: 1em;    font-size: 20px;    color: #fff;    font-weight: bold;    margin-bottom: 10px;}
.single-testimonial-style-two .name-box .text-block span {    display: block;    line-height: 1em;    color: #34964D;    font-size: 16px;}
.testimonials-carousel-three {    margin-top: 27px;}
.testimonials-carousel-three .owl-dots {    position: absolute;    bottom: 0;    right: 0;}
.testimonials-carousel-three .owl-dots .owl-dot {    position: relative;    display: inline-block;    width: 14px;    height: 14px;    background: transparent;    border: 2px solid #1D3E53;    margin: 0px 5px;    padding: 0px;    border-radius: 50%;    transition: all .3s ease;}
.testimonials-carousel-three .owl-dots .owl-dot span {    display: none;}
.testimonials-carousel-three .owl-dots .owl-dot:before {    position: absolute;    top: 50%;    left: 50%;    width: 7px;    height: 7px;    -webkit-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);    content: "";    background: #34964D;    border-radius: 50%;    opacity: 0;    transition: all .3s ease;}
.testimonials-carousel-three .owl-dots .owl-dot.active {    border: 0px solid #CAD0CD;}
.testimonials-carousel-three .owl-dots .owl-dot.active:before {    opacity: 1;}
.testimonials-carousel-three .owl-nav {    position: absolute;    bottom: 0;    right: 0;}
.testimonials-carousel-three .owl-nav [class*='owl-'] {    width: 60px;    height: 60px;    background-color: transparent;    border: 2px solid #2F2F2F;    font-size: 20px;    color: #83888D;    border-radius: 50%;    line-height: 46px;    transition: all .4s ease;}
.testimonials-carousel-three .owl-nav [class*='owl-']:hover {    color: #fff;    background: #F9C807;    border-color: #F9C807;}
.home-five .single-testimonial-style-two .top-box i.energy-icon-quote {    color: #232323;}
.home-five .single-testimonial-style-two .name-box .text-block span {    color: #F9C807;}
.client-info span {    font-weight: 700;}


/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33px 0 0px;
    z-index: 1;
}
.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 65, 90, 0.6) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 109px 0;
}
.breadcrumb-area .title {
    display: block;
}
.breadcrumb-area .title h1{
    color: #203260;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 0px;
}

.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: inline-block;
    line-height: 10px;
}
.breadcrumb-area .breadcrumb-menu ul {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin: 11px 0 9px;
}
.breadcrumb-area .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: #203260;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    margin-right: 10px;
    
}
.breadcrumb-area .breadcrumb-menu ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    width: 9px;
    height: 3px;
    background: url(../images/icon/arrow.png);
    content: "";
    margin: 14px 0;
}
.breadcrumb-area .breadcrumb-menu ul li:last-child:before{
    display: none;
} 
.breadcrumb-area .breadcrumb-menu ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.breadcrumb-area .breadcrumb-menu ul li a{
    color: #203260;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.breadcrumb-area .breadcrumb-menu ul li.active{
    font-weight: 700;
}
.breadcrumb-area .breadcrumb-menu ul li a:hover{
    color: #3aa40c;     
}


.color-site {
    background: var(--PrimaryColor);
}
.skin-color {
    background: var(--SecondaryColor);
}

.sitema-links-item h2 {font-size: 22px;}
.sitema-links-item h3 {font-size: 22px;}
.sitema-links-item h4 {font-size: 22px;}
.sitema-links-item h5 {font-size: 22px;}
.sitema-links-item h6 {font-size: 22px;}



.full-width-type h3 {
    color: #fff;
    margin: 0px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}
.full-width-type {
    background-color: var(--PrimaryColor);
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: var(--SecondaryColor);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.icon_box {
    padding: 30px;
    z-index: 9;
    background-color: var(--SecondaryColor);
    margin-top: 30px;
    transition: all 0.5s ease-in-out;
    min-height: 248px;
}

.img-side-details {
    width: 30%;
    float: left;
    margin-right: 25px;
}

p.related-heading {
    background-color: var(--PrimaryColor);
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 10px;
}

.read-btn a {
    background: var(--SecondaryColor);
    padding: 7px 15px;
    color: #fff;
    transition: 0.5s;
}

.related_img img {
    width: 100%;
    object-fit: cover;
    height: auto;
    margin: 10px 0px;
    border: 1px solid #f1f1f1;
    padding: 2px;
}
.datails-content p {
    text-align: justify;
}

/*Navbar*/
.navbar {  display: flex;  justify-content: space-between;  align-items: center;  background: #111;  padding: 15px 30px;  color: #fff;}
.nav-menu {  display: flex;  list-style: none;  margin: 0;  padding: 0;}
.nav-menu li {  position: relative;}
.nav-menu a {  display: flex;  align-items: center;  gap: 8px;  color: #fff;  text-decoration: none;  padding: 12px 18px;  transition: 0.3s;}
.nav-menu a:hover {  background: #222;}
/* SUBMENU WITH FLIP */
.submenu {  position: absolute;  top: 100%;  left: 0;  background: var(--PrimaryColor);  list-style: none;  min-width: 200px;  opacity: 0;  visibility: hidden;    /* Flip animation */  transform: perspective(400px) rotateX(-90deg);  transform-origin: top;  transition: transform 0.3s ease, opacity 0.2s ease, visibility 0.3s;  backface-visibility: hidden;}
.dropdown:hover > .submenu {  opacity: 1;  visibility: visible;  transform: perspective(400px) rotateX(0);}
/* 3rd level */
.submenu .submenu {  top: 0;  left: 100%;  transform-origin: left;  transform: perspective(400px) rotateY(90deg);}
.dropdown:hover > .submenu .submenu {  transform: perspective(400px) rotateY(0);}
/* MOBILE */
.menu-toggle {  display: none;  font-size: 24px;  cursor: pointer;}
@media (max-width: 768px) {
.menu-toggle {    display: block;}
.nav-menu {    position: fixed;    right: -100%;    top: 0;    width: 100%;    height: 100vh;    background: #111;    flex-direction: column;    padding-top: 70px;    transition: 0.4s;    transform: none; /* Reset flip on mobile */  }
.nav-menu.active {    right: 0;  }
.submenu {    position: static;    opacity: 1;    visibility: visible;    display: none;   transform: none; /* Reset flip on mobile */    transition: none;  }
.dropdown.active > .submenu {display: block;}
}
.menu-toggle {z-index: 99;}




.itoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--SecondaryColor);
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.itoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .itoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .itoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.itoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.itoffcanvas__logo {
  margin-bottom: 60px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__logo {
    padding-top: 0;
  }
}
.itoffcanvas__logo img {
  width: 157px;
  height: 100%;
}
.itoffcanvas__close-btn button {
    font-size: 35px;
    color: white;
    position: absolute;
    right: 50px;
    top: 0px;
    transition: 1s;
    font-weight: 300;
    opacity: 0.2;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
    border: none;
    background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}
@media (max-width: 767px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 39px;
    top: 38px;
  }
}
.itoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}
.itoffcanvas__content {
  margin-bottom: 30px;
}
.itoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.itoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.itoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--PrimaryColor);
  display: inline-block;
}
@media (max-width: 767px) {
  .itoffcanvas__content a {
    font-size: 27px;
  }
}
.itoffcanvas__social {
  margin-top: 50px;
}
.itoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .itoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.itoffcanvas__social .social-icon a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.itoffcanvas__text {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .itoffcanvas__text {
    display: none;
  }
}
.itoffcanvas__text p {
  color: #ddd;
  font-size: 18px;
}
.itoffcanvas__info {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.itoffcanvas__info .offcanva-title {
  color: var(--it-common-white);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}
.itoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 21px;
  margin-right: 20px;
}
.itoffcanvas__info-address span {
  display: block;
  color: rgba(255, 255, 255, 0.6392156863);
  font-size: 16px;
  font-weight: 400;
}
.itoffcanvas__info-address a {
  display: block;
  color: var(--it-common-white);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .itoffcanvas__info-address a {
    font-size: 16px;
  }
}
.itoffcanvas__info-address a:hover {
  color: var(--it-theme-1);
}

.it-header-bar-wrap {
    display: none;
}

.single-box input {
    width: 100%;
}

.it-about-title-box h1 {    font-size: 25px;}
.it-about-dsc h2 {    font-size: 24px; margin-bottom: 10px;}
.it-about-dsc h3 {    font-size: 24px; margin-bottom: 10px;}
.it-about-dsc h4 {    font-size: 24px; margin-bottom: 10px;}
.it-about-dsc h5 {    font-size: 24px; margin-bottom: 10px;}
.it-about-dsc h6 {    font-size: 24px; margin-bottom: 10px;}
.title-area span {    font-size: 25px;    font-weight: 700;    display: block;}
.single-box input {    height: 55px;    border: none;    border-radius: 5px;    padding-left: 15px;}
.cta-style-one p {  font-size: 30px;    font-weight: 800;}
.g-recaptcha {    overflow: scroll;}