@charset "UTF-8";
/*Theme default CSS*/
:root {
  --ed-font:"Sora", sans-serif;
  --ed-title:"Sora", sans-serif;
  --ed-text:"Sora", sans-serif;
  --ed-primary:#004071;;
  --ed-secondary:#d6a77b;
  --ed-tertiary:#00afb0;	
  --ed-base:#61CE70;
  --ed-accent:#ff781f;
  --ed-black:#1E1E1E;
  --ed-white:#ffffff;
  --ed-text-body:#363636;
  --ed-text-dark:#1d1e20;
  --ed-text-light:#d27bfd;
  --ed-text-primary:#391e6c;
  --ed-bg-dark:#23013c;
  --ed-bg-primary:#f7f4ee;
  --ed-bg-secondary:#f2f2f2;
  --ed-bg-light:#f4f5ff;
  --ed-bg-light-2:#F3F7FA;
  --ed-bg-light-3:#f5f6fc;
  --ed-border-dark:#212529;
  --ed-border-light:#eeebf2;
  --ed-text-color:rgba(255,255,255,.8);	
 --bg-purple-gradiunt: linear-gradient(313deg, #673de6 0%, #3f169a 100%);
}
body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family:var(--ed-font);
  color:var(--ed-text-body);
}
h1, h2, h3, h4, h5, h6 {
  font-family:var(--ed-title);	
  color:var(--ed-primary);
  font-weight: bold;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
}
a, i, button, img, input, span,
*:before, *:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline: 0px solid;
}

a:focus {
  color: inherit;
  outline: medium none;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.opacity-60 {
  opacity: 0.6 !important;
}
/*Common Class*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.section {
  width: 100%;
  overflow:hidden;	
}
.bg-gray {background-color:var(--ed-bg-light-2);}
.section.bg-white {background-color: #fff;}
.bg-primary-ed {background: var(--ed-primary);}
.bg-secondary-ed {background: var(--ed-secondary);}
.section-primary-bg {background:var(--ed-bg-primary);}
/*-- Section Title --*/
.section-title .title {
  font-size: 42px;
  color:var(--ed-primary);
  line-height: 28px;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
  font-weight: 600;
}
.section-title .title span {color:var(--ed-secondary);}
.section-title p {
  color: var(--ed-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
.section-title .title {font-size: 36px;}
}
@media only screen and (max-width: 479px) {
  .section-title .title {
    font-size:27px;
    line-height:32px;
    padding-bottom: 15px;
  }
}
.section-title.title-white h1 {
  color: #fff;
}
.section-title.title-white h1::before {
  border-color: #fff;
}


.section-title {z-index: 1; }
.section-title .title-water-print {
    left: 0;
    right: 0;
    z-index: -1;
    top: -140px;
    line-height: 1;
    font-weight: 700;
    font-size: 300px;
    text-align: center;
    position: absolute;
    color: rgba(248, 248, 248, 0.6); 
}
.section-title .title-tag {
    font-size: 18px;
    font-weight: 700;
    color: #a3cc01;
    position: relative; 
}
.section-title .title-tag:before, .section-title .title-tag:after {
      top: 10px;
      content: '';
      width: 70px;
      height: 2px;
      position: absolute;
      background-color: #a3cc01; 
}
.section-title .title-tag:before {
      left: -90px; 
}
.section-title .title-tag:after {
      right: -90px; 
}
.section-title h2 {
    font-size: 60px;
    font-weight: 700;
    padding-top: 16px;
    line-height: 1.167; 
}
.section-title.title-left .title-tag:before {
    display: none; 
}
.section-title.title-two .title-tag {
    color:var(--ed-secondary); 
}
.section-title.title-two .title-tag:before, .section-title.title-two .title-tag:after {
      background-color:var(--ed-secondary); 
}
.section-title.title-two .title-water-print {
    top: -75px;
    font-size: 200px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px; 
}
.section-title.title-three .title-tag {
    font-size: 16px;
    color: #323232;
    letter-spacing: 3px;
    text-transform: uppercase; 
}
.section-title.title-three .title-tag:before, .section-title.title-three .title-tag:after {
	display: none; 
}
.title-text-details {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 50px;
}

.background-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute; }





form {
  margin-left: -10px;
  margin-right: -10px;
}

.input-box {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
  display: block;
}
.input-box input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box input[type=email] {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 150px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box input[type=submit] {
  display: block;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 7px 45px;
  text-transform: uppercase;
}
.input-box input[type=submit]:hover {
  background-color: #26547c;
  color: #fff;
}

.submit-box {
  width: auto;
  margin-bottom: 0;
}

.input-box-2 {
  width: 100%;
  float: left;
  display: block;
}
.input-box-2 .input-box {
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .input-box-2 .input-box {
    width: 100%;
  }
}

.primary-btn {
  background:var(--ed-primary);
  color:var(--ed-white);
  display: inline-block;
  padding:18px 30px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius:3px;
  font-weight: 600;
  font-size:18px;
  line-height:18px;
}
.primary-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:3px;
  background:var(--ed-secondary);
  opacity: 0;
  z-index: -1;
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active  {
  background:var(--ed-secondary);
  color: var(--ed-white);
}
.primary-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .primary-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .primary-btn {
    padding:18px 32px;
    font-size: 14px;
  }
}
.secondary-btn {
  background: var(--ed-accent);
  color: var(--ed-black);
  display: inline-block;
  padding:18px 45px;
  border-radius:3px;
  font-weight: 600;	
  text-transform:uppercase;
  font-size: 18px;	
  line-height:18px;	
}
@media (max-width: 991px) {
  .secondary-btn {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
  background: #d2b808;
  color: var(--ed-black);
}

@media (max-width: 767px) {
  .secondary-btn {
    padding:18px 32px;
    font-size: 13px;
  }
}
.tertiary-btn {
  background:var(--ed-primary);
  color:var(--ed-white);
  display: inline-block;
  padding: 18px 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius:3px;
  font-weight: 600;
  font-size:18px;
  line-height:18px;
}
.tertiary-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:18px;
  background:var(--ed-accent);
  opacity: 0;
  z-index: -1;
}
.tertiary-btn:hover, .tertiary-btn:focus, .tertiary-btn:active  {
  background:var(--ed-accent);
  color:var(--ed-white);
}
.tertiary-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .tertiary-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tertiary-btn {
    padding:18px 36px;
    font-size: 14px;
  }
}
.row {
  --bs-gutter-x: 30px;
}
/*Header Area Start Here*/
/*-- Header Area --*/
.header-area {
  float: left;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  background-color: #fff;
  z-index: 99999;
  padding-right: 60px;
  padding-left: 60px;	
}
.header-area.stick {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-area.stick .header-search {
  padding: 26px 0;
}
@media only screen and (max-width: 767px) {
  .header-area.stick .header-search {
    padding: 16px 0;
  }
}
.header-area.stick .main-menu {
  margin: 26px 0;
}
@media only screen and (max-width: 767px) {
  .header-area.stick .main-menu {
    margin: 0;
  }
}
.header-area .logo {
  display: inline-block;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .logo {
    width: 140px;
  }
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.header-area {padding-right: 0px;padding-left: 0px;}
}
@media only screen and (max-width: 767px) {
  .header-area .logo {
    width:270px;
  }
  .header-area {
  padding-right:10px;
  padding-left:10px;	
}
.header-contact-info {display:none !important;}	
}
.header-area .logo img {
  width: 100%;
}
@media only screen and (max-device-width: 480px) {
	.header-contact-info {display:none !important;}	
}
/*-- Animation For Stick Menu --*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
}
/*-- Menu Toggle --*/
.header-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-buttons .mobile-login-btn {
  border: 1px solid var(--ed-primary);
  border-radius: 3px;
  padding:5px 7px;
  color: var(--ed-primary);
  font-weight: 600;
}
.header-buttons .mobile-call {
  color: var(--ed-primary);
  margin-top:4px;
  margin-right:12px;	
  font-size:24px;	
}

.menu-toggle {
  margin-left: 20px;
  width:45px;
  height:40px;
  border:none;
  background-color:var(--ed-primary);
  border-radius:3px;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.menu-toggle:hover {
  background-color:var(--ed-primary);
}
@media only screen and (max-width: 767px) {
  .menu-toggle {
    margin-left: 15px;
  }
}
.menu-toggle i {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
/*-- Call Us --*/
.header-contact-info {
  padding:24px 0;
  position: relative;
  display: flex;
  align-items: center;	
}
.header-contact-info .info__item--call {
  display:flex;
  align-items:center;
  margin-right: 20px;	
  gap: 18px;
  transition: all 0.7s ease-in-out;
  z-index: 1;
}
.header-contact-info .info__item__icon {
  font-size: 20px;
  color: var(--ed-primary);
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ed-secondary);
  box-shadow: 0 0 40px rgba(0,0,0,.15);
  position: relative;
  transition: all 0.4s ease-in-out;
}
.header-contact-info .info__item__icon .fa-phone {
  transform: scaleX(-1);
}

.header-contact-info .info__item__content__text {
  color:var(--ed-secondary);
  font-family: var(--ed-font);
  font-size:14px;
  font-style:normal;
  font-weight:700;
  line-height:30px;
  margin-bottom: -3px;
}
.header-contact-info .info__item__content__call {
  margin-top: -9px;
  color:var(--ed-primary);
  font-family: var(--ed-font);
  font-size:21px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all 500ms ease;
}

.header-contact-info .info__item:last-child i {

  margin-right: 0;
}

.header-contact-info .call-btn {
	font-weight:700;
	padding: 6px 12px;
	font-size:18px;
	color: var(--ed-black);
}
.header-contact-info .call-btn i {font-size:24px;}
.header-contact-info .call-btn:hover {
	color: var(--ed-primary)
}
.header-contact-info .call-btn .fa-phone {
  transform: scaleX(-1);
}
.header-contact-info .login-btn {
  background: var(--ed-accent);
  color: var(--ed-white);
  padding: 6px 24px;
  border-radius: 16px;
}
.header-contact-info .login-btn:hover {
	background:var(--ed-secondary);
}
@media only screen and (max-width: 767px) {
	.header-call {
    padding: 26px 0;
    position: static;
  }
}
/*-- Menu --*/
.main-menu {
  margin: 36px 0;
}

@media only screen and (max-width: 767px) {
  .main-menu {
    margin: 0;
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu nav {
    padding-bottom: 10px;
  }
}
.main-menu nav ul li {
  display: block;
  float: left;
  margin-left:25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu nav ul li {
    margin-left: 18px;
  }
  .header-contact-info .info__item__content__call {font-size: 16px}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu nav ul li {margin-left:10px;}
  .login-btn {display:none;}
  .header-contact-info .info__item__icon{line-height:42px;width:42px;height:42px;font-size:16px;}
  .header-contact-info .info__item--call{margin-right:5px;gap:6px;}
  .header-contact-info .info__item__content__call {font-size:16px;margin-right:5px !important;}	
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.main-menu nav ul li:first-child {
  margin-left: 0;
}
.main-menu nav ul li a {
  border-top: 1px solid transparent;
  display: block;
  font-size: 18px;
  color: var(--ed-black);
  line-height: 22px;
  font-weight: 500;
  margin: 3px 0 2px;
  text-transform: uppercase;
  padding: 6px 12px;	
}
/*.main-menu nav ul li a span {
  position: absolute;
  right: 10px;
  top: 3px;
  width: 42px;
  height: 16px;
  font-weight: 600;
  line-height: 1.6em;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--ed-base);
  background-color: var(--ed-primary);
  text-align: center;
}*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu nav ul li a {
    font-size: 13px;
  }
}
.main-menu nav ul li a:hover {
  color: var(--ed-white);
  background: var(--ed-secondary);
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li a:hover {
    border-color: transparent;
  }
}
.main-menu nav ul li.active a {
  color: var(--ed-white);
  background: var(--ed-secondary);
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li.active a {
    border-color: transparent;
  }
}





/* Slider CSS */
.cs-slider{margin-top:100px;}
.single-slide-item {
  background-image: url("../img/slider02.jpg");
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height:700px;
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
}
@media (max-width: 767px) {
  .single-slide-item {
    height:560px;
  }
  .cs-slider{margin-top:0px;}	
}
.single-slide-item h1 {
  color: #fff;
  font-size:52px;
  font-weight:500;
  line-height:60px;
  letter-spacing: 2px;
  margin:20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide-item h1 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .single-slide-item h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-slide-item h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.single-slide-item p {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .single-slide-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .single-slide-item p br {
    display: none;
  }
}

.hero-area-bg-2 {
  background-image: url(../img/slider01.jpg);
}
.hero-area-bg-3 {
  background-image: url(../img/slider03.jpg);
}
.hero-area-bg-4 {
  background-image: url(../img/hero-slider04.jpg);
}


/*.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}*/
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 45px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background:var(--ed-secondary);
  border: 2px solid var(--ed-secondary);
  color: #fff;
  font-size: 18px;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slick-arrow {
    top: 0;
    bottom: 0;
    transform: translateY(230px);
  }
}
.slick-arrow:hover {
  background:var(--ed-primary);
  border-color:var(--ed-primary);
  color:var(--ed-white);
}

.slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.homepage-slides.slick-slider button:before {
  display: none;
}

.slick-active .single-slide-item h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slick-active .single-slide-item p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slick-active .main-btn {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.slick-active .single-slide-item h1,
.slick-active .single-slide-item p,
.slick-active .main-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-active .single-slide-item h1 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.homepage-slides:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.homepage-slides .section-title h6 {
  font-size: 24px;
  color:var(--ed-white);
}


/*========================================*/
/*---------- [_Section_About] ------------*/
/*========================================*/
.about-section {
	position:relative;
	padding:100px 0 180px;
	background-size:cover;
}

.about-text-block {
  background:#eae4e4;
  padding: 18px 30px;
  border-bottom: 2px solid var(--ed-primary);
  color:#2d3941;
  font-size: 20px;
}

.about-image-box-style1 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-image-box-style1 {
    margin-bottom: 195px;
  }
}
@media screen and (max-width: 425px) {
  .about-image-box-style1 {
    margin-bottom: 40px;
  }
}
.about-image-box-style1 .about-image1 {
  position: absolute;
  left: 0;
  width: 420px;
  bottom: -155px;
  border: 15px solid #ffffff;
  z-index: 3;
}
.about-image-box-style1 .about-image2 {
  width: 480px;
  margin-left: 70px;
  position: relative;
  overflow: hidden;
}
.about-image-box-style1 .about-image2:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-image-box-style1 .about-image2 {
    margin-left: 45px;
  }
}
@media screen and (max-width: 425px) {
  .about-image-box-style1 .about-image2 {
    width: 100%;
    margin-left: 0px;
  }
}
.about-image-box-style1 .about-image2:hover:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}
.about-image-box-style1 .video-popup-left {
  top: 30px;
  right: 60px;
  left: auto;
  z-index: 1;
}
.about-image-box-style1 .video-popup-left a {
  border-radius: 0;
  background: var(--ed-primary);
}
.about-image-box-style1 .video-popup-left a:before {
  border-radius: 0;
}
.about-image-box-style1 .video-popup-left a:after {
  border-radius: 0;
  border: 2px solid var(--ed-primary);
}
.about-image-box-style1.about-side-line:after {
  content: "";
  position: absolute;
  background:var(--ed-secondary);
  width: 20px;
  height: 300px;
  left: 15px;
  top: 0;
}
@media screen and (max-width: 425px) {
  .about-image-box-style1.about-side-line:after {
    display: none;
  }
}

.experience {
  background-color:transparent;
  padding: 40px;
  text-align: center;
  position: relative;
  background-size: cover;
}
.experience:after {
  content: "";
  background:rgb(214, 167, 123);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.experience .experience-year {
  z-index: 1;
  position: relative;
  color: var(--ed-white);
  font-size: 84px;
  line-height: 75px;
  -webkit-text-fill-color: #bc917600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ed-white);
}
.experience .experience-text {
  z-index: 1;
  position: relative;
  color: var(--ed-white);
  margin-bottom: 5px;
}

.about-person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-person .about-person-img {
  position: relative;
}
.about-person .about-person-img:before {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 30px;
  right: -10px;
  border: 2px solid var(--ed-primary);
  content: "";
  z-index: -1;
}
.about-person .about-person-content {
  margin-left: 40px;
  position: relative;
}
.about-person .about-person-content .about-person-name {
  font-size: 46px;
  line-height: 46px;
  color: var(--ed-primary);
  font-weight: normal;
  letter-spacing: -1px;
}
.about-person .about-person-content .about-person-designation {
  margin-bottom: 0;
}

.about-person2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-person2 .about-person-img {
  position: relative;
}
.about-person2 .about-person-img:before {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 30px;
  right: -10px;
  border: 2px solid var(--ed-primary);
  content: "";
  z-index: -1;
}
.about-person2 .about-person-content {
  margin-right: 40px;
  position: relative;
}
.about-person2 .about-person-content .about-person-name {
  font-size: 46px;
  line-height: 46px;
  color: var(--primary-color);
  font-weight: normal;
  letter-spacing: -1px;
}
.about-person2 .about-person-content .about-person-designation {
  margin-bottom: 0;
}
.about-us-content-body ul{
	background-color:#E9F7FE;
    border-radius: 20px;
    padding: 30px;
    margin: 0;
    list-style: none;
}
.about-us-content-body ul.note{
	background-color:#FBF2D7;
}
.about-us-content-body ul li{
	position: relative;
  font-size: 14px;
  color: var(--ed-primary);
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
}

.about-us-content-body ul li:last-child{
	margin-bottom: 0;
}

.about-us-content-body ul li:before{
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight:400;
    font-size:18px;
    color:var(--ed-accent);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 4px;
    left: 0;
}
.about-section h3 {
  font-size: 20px;
  color: var(--ed-black);
}
.about-section h4 {
  font-size: 18px;
  color: var(--ed-accent);
  margin-bottom: 15px;
}
.about-section ul li{
	position: relative;
  font-size: 14px;
  
  padding-left: 30px;
  margin-bottom:5px;
}
.about-section ul li.no-icon { padding-left:10px;}
.about-section ul li:before{
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight:400;
    font-size:18px;
    color:var(--ed-accent);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 4px;
    left: 0;
}
.about-section ul li.no-icon:before {
  content: '';
}
/*========================================*/
/*------------- [_Title_Lines] -----------*/
/*========================================*/
.side-line-left {
  position: relative;
  padding-left: 70px;
  font-weight: 500;
  margin-bottom:25px;
  color:var(--ed-primary);	
}
.side-line-left:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background:var(--ed-secondary);
  left: 10px;
  bottom: 12px;
}
.side-line-left:before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: var(--ed-secondary);
}
.side-line-left.white:after {
  background: var(--ed-white);
  box-shadow: 0 0 0px 8px rgba(255, 255, 255, 0.2);
}

.sub-title-line-bottom {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
  color: var(--ed-primary);
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 10px;
}
.sub-title-line-bottom:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -5px;
  right: -5px;
  height: 6px;
  background-color: #efe8de;
  z-index: -1;
}


/*Service area*/
.service-section {
  padding: 115px 0px 115px;
  z-index: 1; 
}
/*.service-section:after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(#f9f9f9));
    background-image: -webkit-linear-gradient(left, white 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(left, white 0%, #f9f9f9 100%);
    background-image: linear-gradient(90deg, white 0%, #f9f9f9 100%);
}*/
.service-section .section-title .title-water-print {
    -webkit-text-stroke-color:#eae1d0; 
}
.service-section .service-content {
    padding-top: 60px; 
}
/*.service-section .service-content .col-lg-3:nth-child(2) .service-inner-box {background-color: #323232; }
.service-section .service-content .col-lg-3:nth-child(2) .service-inner-box .service-text h3, .service-section .service-content .col-lg-3:nth-child(2) .service-inner-box .service-text p {color: #fff; }
.service-section .service-content .col-lg-3:nth-child(3) .service-inner-box {background-color: #cbbc9d; }
.service-section .service-content .col-lg-3:nth-child(3) .service-inner-box .service-serial-number {-webkit-text-stroke-color: #fff; }
.service-section .service-content .col-lg-3:nth-child(3) .service-inner-box .service-text h3, .service-section .service-content .col-lg-3:nth-child(3) .service-inner-box p,
.service-section .service-content .col-lg-3:nth-child(3) .service-inner-box .service-icon i {color: #fff; }.service-section .service-content .col-lg-3:nth-child(3) .service-inner-box:after {background-color: #323232; }*/

.service-inner-box {
  padding:28px 20px;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);
  box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);
}
  .service-inner-box .service-serial-number {
    font-size: 80px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "space-grotesk";
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:var(--ed-secondary);
}
  .service-inner-box .service-text {
    margin-bottom: 35px; 
}
.service-inner-box .service-text h3 {
      font-size:21px;
      font-weight: 700;
      padding-bottom: 20px; 
}
.service-inner-box .service-text h3 a:hover{color:var(--ed-secondary);}
  .service-inner-box .service-icon {
    line-height: 1; 
}
.service-inner-box .service-icon i {
      font-size: 70px;
      color:var(--ed-secondary); 
}
 .service-inner-box:after {
    bottom: 0;
    width: 0%;
    left: 0;
    height: 4px;
    content: '';
    position: absolute;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background-color:var(--ed-secondary); 
}
.service-inner-box:hover {margin-top: -20px; }
.service-inner-box:hover:after {width: 100%; }
/*Our gallery Section Start Here*/
.our-gallery-section {
  position: relative;
}
.gallery-block .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}
.gallery-block .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.gallery-block .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}
.gallery-block .inner-box:hover .image-box img{
  opacity: 0.7;
}
.gallery-block .inner-box .image-box:before{
  position: absolute;
  content: '';
  background:rgb(255, 255, 255);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.gallery-block .inner-box:hover .image-box:before{
  opacity: 1;
}
.gallery-block .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gallery-block .inner-box .content-box .view-btn a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 86px;
  font-size: 30px;
  color: #fff;
  background:var(--ed-secondary);
  border-radius: 50%;
  text-align: center;
  margin-bottom: 35px;
  top: -15px;
  opacity: 0;
}
.gallery-block .inner-box .content-box .view-btn a:hover{
  background: var(--vln-secondary) !important;
  color:var(--ed-white);
}
.gallery-block .inner-box:hover .content-box .view-btn a{
  top: 0px;
  opacity: 1;
}
.gallery-block .inner-box .content-box .text-box{
  position: relative;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}
.gallery-block .inner-box:hover .content-box .text-box{
  top: 0px;
  opacity: 1;
}
.gallery-block .inner-box .content-box .text-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 6px;
}
.gallery-block .inner-box .content-box .text-box h3 a{
  display: inline-block;
  color:var(--ed-white);
}
.gallery-block .inner-box .content-box .text-box h3 a:hover{
  text-decoration: underline;
}
.gallery-block .inner-box .content-box .text-box p{
  color:var(--ed-white);
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}
/*Our Gallery Section End Here*/
.left-img-block {
  position:absolute;
  top:-25px;
  bottom:-1px;
  left:0;
  max-width:384px;
  width:100%
}
.left-img-block:before {
  position:absolute;
  top:0;
  right:-16px;
  content:"";
  border-left:9px solid transparent;
  border-right:16px solid transparent;
  border-bottom:25px solid #232323;
  z-index:2;
  transform:rotate(-1deg)
}
.left-img {
  clip-path:polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  position:absolute;
  top:0;
  left:0;
  bottom:0
}
@media screen and (max-width: 1399px) {
  .left-img-block {
    display:none
  }
}
/*Breadcumb Section Start Here*/
.breadcumb-area {background:url("../img/sub-banner.jpg");background-position:right center;height:320px;position:relative;margin-top:140px;}
.breadcumb-area:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--ed-primary);
  opacity: 60%;
  z-index: 1;
}
.breadcumb-content h1 {margin-bottom:10px;font-size:56px;color:var(--ed-white);font-weight:700;position:relative;z-index:1;}
.breadcumb-content ul li {text-transform:uppercase;display:inline-block;font-size:16px;color:var(--ed-white);font-weight:400;margin-right:6px;position:relative;z-index:1;}
.breadcumb-content ul li a i {color:var(--ed-white);font-size:15px;margin-right:10px;transition:.5s;}
.breadcumb-content ul li a {text-transform:uppercase;padding-right:30px;position:relative;z-index:1;font-size:16px;color:var(--ed-white);font-weight:500;}
.breadcumb-content ul li a:hover {color:var(--ed-primary);}
.breadcumb-content ul li a:hover i {color:var(--ed-primary);}
.breadcumb-content ul li a:before {position:absolute;content:"";right:8px;top:3px;background:var(--ed-white);width: 2px;height:12px;transition:.5s;transform:rotate(17deg);}
@media (max-width: 767px) {
	.breadcumb-area {margin-top: 90px;
    height: 220px;}
}
/*Breadcumb Section End Here*/
.works-inner-section-area {
  padding:90px 0;	
  position: relative;
  z-index: 1;
}
.works-inner-section-area .works-header-area.specing2 {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .works-inner-section-area .works-header-area.specing2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-inner-section-area .works-header-area.specing2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.works-inner-section-area .works-header-area {
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .works-inner-section-area .works-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-inner-section-area .works-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.works-inner-section-area .works-header-area .works-content-box {
  position: relative;
  z-index: 1;
  background:#fff;
  border: 1px solid #E1E3E8;
  border-radius: 8px;
  transition: all 0.4s;
  padding: 16px;
}
.works-inner-section-area .works-header-area .works-content-box:hover {
  background:var(--ed-primary);
  transition: all 0.4s;
  border: 1px solid var(--ed-primary);
  transform: translateY(-5px);
}
.works-inner-section-area .works-header-area .works-content-box:hover .icons {
  background:var(--ed-white);
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box:hover .content a {
  color:var(--ed-white);
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box:hover .content p {
  color:var(--ed-white);
  transition: all 0.4s;
  opacity: 80%;
}
.works-inner-section-area .works-header-area .works-content-box .icons {
  height:60px;
  width:60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background:var(--ed-secondary);
  position: absolute;
}
.works-inner-section-area .works-header-area .works-content-box .content {
  padding-left: 80px;
}
.works-inner-section-area .works-header-area .works-content-box .content a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
  margin-bottom: 10px;
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box .content p {
  transition: all 0.4s;
}
.works-inner-section-area .about-all-images-area {
  position: relative;
}
.works-inner-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}
.works-inner-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}
.works-inner-section-area .about-all-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.works-inner-section-area .about-all-images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}


.our-team{
	padding: 100px 0 70px;
}

.team-member-item{
	border: 1px solid var(--ed-primary);
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
	text-align:center
}

.team-member-item .team-image img{
	border-radius: 40px 40px 0 0;
	transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img{
	transform: scale(1.1);
}

.team-body{
	padding: 30px;
}

.team-content{
	margin-bottom: 20px;
}

.team-content h3{
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-content p{
	text-transform: capitalize;
	margin: 0;
}

.team-social-icon ul{
	padding: 0;
	margin: 0;
}

.team-social-icon ul li{
	display: inline-block;
	margin-right: 5px;
}

.team-social-icon ul li:last-child{
	margin-right: 0;
}

.team-social-icon ul li a{
	color: var(--primary-color);
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--primary-color);
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a:hover{
	color: var(--accent-color);
	border-color: var(--accent-color);
}

.team-social-icon ul li a i{
    font-size: 18px;
}




.xs-table {
 -webkit-box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.08);
 box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.08);
 background-color:#FFFFFF;
 margin-bottom:0px
}
.xs-table .domain-pricing-header th {
 width:25%;
 background-color:transparent;
 border:0px;
 color:#FFFFFF;
 padding:16px 10px;
 font-size:16px;
}
.xs-table .domain-pricing-header th:nth-child(1) {
   width:2%
}
.xs-table .domain-pricing-header th:nth-child(3) {
   width:30%;
}
.xs-table .domain-pricing-header th:nth-child(4) {
   width:7%;
}
.xs-table .domain-pricing-header th:nth-child(5) {
   width:12%;
}
.xs-table td:nth-child(2) {
   
   text-align:left;
}

.xs-table td:nth-child(4) {
   width:13%;
   text-align:left;
}
.xs-table td:nth-child(5) {
   width:15%;
   text-align:left;
}
.xs-table td:nth-child(6) {
   width:9%;
   text-align:left;
}
.xs-table .domain-pricing-header tr {
 background:var(--ed-primary);
}
.xs-table td, .xs-table th {
 padding:15px 10px;
 font-family: 'Verdana', sans-serif;	
}
.xs-table td, .xs-table th span i {
	font-weight: 400;
}
.xs-table tbody tr td,
.xs-table tbody tr th {
 border-right:1px solid #eaeaea;
 border-top:1px solid #eaeaea
}
.xs-table tbody tr td:last-child {
 border-right:0px
}
.xs-table tbody tr:first-child td,
.xs-table tbody tr:first-child th {
 border-top:0px
}
.xs-table tbody tr td {
 letter-spacing:-.4px
}
.xs-table tbody tr td>del {
 color:#a4afdf;
 font-size:0.82353rem;
 padding-left:3px
}
.xs-table.fixed-column {
 position:absolute;
 left:15px;
 width:83px;
 display:inline-block;
 z-index:1;
 -webkit-box-shadow:none;
 box-shadow:none
}
@media (min-width:576px) {
 .xs-table.fixed-column {
  display:none
 }
}
@media (max-width:576px) {
 .xs-table:not(.fixed-column) tr th:first-child {
  display:none
 }
 .xs-table:not(.fixed-column) {
  position:relative;
  left:83px
 }
}


.contact-page {
  position:relative;
  display:block;
  padding:120px 0;
  z-index:1
}
.contact-page__left {
  margin-right:52px
}
.contact-page__img,
.contact-page__left {
  position:relative;
  display:block
}
.contact-page__img img {
  width:100%
}
.contact-page__right {
  position:relative;
  display:block
}
.contact-page__title {
 font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1.2px;
  margin-bottom: 30px;
}
.contact-page__contact-list {
  position:relative;
  display:block
}
.contact-page__contact-list li {
  position:relative;
  display:flex
}
.contact-page__contact-list li+li {
  margin-top:40px
}
.contact-page__contact-list li .icon {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  background-color:var(--ed-secondary);
  border-radius:10px
}
.contact-page__contact-list li .icon>span {
  position:relative;
  display:inline-block;
  font-size:23px;
  color:var(--ed-white)
}
.contact-page__contact-list li .content {
  position:relative;
  display:block;
  margin-left:20px
}
.contact-page__contact-list li .content>h3 {
  font-size:20px;
  font-weight:700;
  line-height:24px;
  margin-bottom:10px
}
.contact-page__contact-list li .content>p,
.contact-page__contact-list li .content>p>a {
  color:var(--ed-black)
}
.contact-page__contact-list li .content>p>a:hover {
  color:var(--ed-primary)
}
.contact-page__social {
  display:flex;
  align-items:center;
  margin-top:52px
}
.google-map-one,
.google-map__one {
  position:relative;
  display:block
}
.google-map__one {
  border:none;
  height:480px;
  width:100%
}
.contact-three {
  padding:120px 0 237px
}
.contact-three,
.contact-three__form,
.contact-three__input-box {
  position:relative;
  display:block
}
.contact-three__input-box {
  margin-bottom:30px
}
.contact-three__input-box input[type=email],
.contact-three__input-box input[type=text] {
  height:60px;
  width:100%;
  border:none;
  background-color:#f3f3f3;
  padding-left:20px;
  padding-right:20px;
  outline:none;
  color:var(--ed-black);
  display:block
}
.contact-three__input-box textarea {
  color:var(--ed-black);
  height:250px;
  width:100%;
  background-color:#f3f3f3;
  padding:20px 20px 30px;
  border:none;
  outline:none
}
.contact-three__btn-box {
  position:relative;
  display:block;
  text-align:center
}
.contact-three__btn {
  border:none;
  padding:16px 77px 14px
}
.contact-three__input-box.text-message-box {
  height:250px
}




/* what we do section */
.ongoing-projects-area {
	position:relative;
	padding:50px 0;
}
.ongoing-projects img {
  width: 100%;
}
.ongoing-projects h3 {
  margin-top: 25px;
}

.ongoing-projects p {
  color: #565969;
	padding-bottom: 40px;
}
.ongoing-projects {
  margin-bottom: 40px;
  background-color: var(--ed-white);
  box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);	
}



/*Footer Area Start Here*/
.footer__area-common {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;	
}
.footer__area-common:before{
	opacity: 0.98;
	background:var(--ed-primary);
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:-999;	
}
.footer-section-obj1 {
  position: absolute;
  bottom: 0;
  width: 550px;
  left: 0;
  opacity: 0.06;
}
@media screen and (max-width: 425px) {
  .footer-section-obj1 {
    width: 320px;
  }
}

.footer-section-obj2 {
  position: absolute;
  top: 30px;
  width: 320px;
  right: 0;
  animation: float-obj-x infinite 3s;
}
.footer__area-common.background {
  background: #FFF5F1;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__area-common {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px), (max-width: 575px) {
  .footer__area-common {
    padding-top: 30px;
  }
}


/*Footer-copyright*/
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  gap: 10px 30px;
}
.footer__bottom-wrapper {
  border-top:1px solid rgba(255,255,255,.1);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 768px), only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer-bottom-border {
  border: 1px solid #e5e8e6;
}


.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  gap: 10px 30px;
  border-top: var(--ed-white);
}
@media (max-width: 660px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__bottom-1 {
  padding-top: 80px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 768px) {
  .footer__bottom-1 {
    padding-top: 60px;
  }
}

.footer__copyright p {
  color: var(--ed-white);
  font-weight: 400;
  line-height:30px;
  font-size: 16px;
  font-style: normal;
  opacity: 0.8;
  margin-bottom: 0;
}
.footer__copyright p a:hover {
  color: var(--ed-secondary);
}
.ed-copyright-wrap {
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .cs-copyright-wrap {
    margin: 0;
  }
}
.ed-copyright-text p {
  margin-bottom: 0;
  font-size:16px;
  font-weight: 400;
  color: rgba(245, 247, 245, 0.8);
}
.ed-copyright-text p a:hover{color: var(--ed-secondary);}
@media (max-width: 767px) {
  .ed-copyright-text p {
    font-size: 14px;
  }
}

.footer-wrap {
  padding:40px 0 35px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap {
    --bs-gutter-x: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 768px), (max-width: 575px) {
  .footer-wrap {
    padding: 40px 0 70px 0;
  }
}


.footer__main {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .footer__main {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .footer__main {
    padding-bottom: 40px;
  }
}
.footer__widget {
  margin-bottom: 0;
}
.footer__widget.footer__widget-item-1 {
  max-width: 323px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 768px), (max-width: 575px) {
  .footer__widget.footer__widget-item-1 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.footer__widget-item-2 {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 768px), (max-width: 575px) {
  .footer__widget.footer__widget-item-2 {
    padding-left: 0;
  }
}
.footer__widget.footer__widget-item-3 {
  padding-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 768px), (max-width: 575px) {
  .footer__widget.footer__widget-item-3 {
    padding-left: 0;
  }
}
.footer__widget-title h4 {
  margin-bottom: 35px;
  font-size: 22px;
  line-height:28px;
  position: relative;
  z-index: 10;
  text-transform: capitalize;
  color: var(--ed-white);
  font-family: var(--ed-title);
  margin-top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .footer__widget-title-2 {
    margin-top: 35px;
  }
}
.footer__logo img {
  max-width:316px;
}
.footer__content p {
  color: var(--ed-white);
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
}
.footer__link ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.footer__link ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.footer__link ul li a {
  display: flex;
  color: var(--ed-white);
  font-size: 16px;
  position: relative;
  gap: 10px;
}
.footer__link ul li a i {
  margin-top: 5px;
  color: var(--ed-secondary);
}
.footer__link ul li a:hover {
  color: var(--ed-secondary);
}
.footer__link ul li a:hover::before {
  width: 12px;
}
.contact-box {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
}
.contact-box .icon {
  height: 30px;
  min-width: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.199);
  border-radius: 50%;
  transition: all 0.4s;
 color:var(--ed-secondary);	
}
.contact-box .pera {margin-left: 16px; color: var(--ed-white);
  font-size: 16px;
  line-height:28px;
  font-weight:400;}
.contact-box .pera a {
  display: inline-block;
  color: var(--ed-white);
  font-size: 16px;
  line-height:28px;
  font-weight:400;
  transition: all 0.4s;
}
.contact-box:hover .pera a {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.contact-box:hover .icon {
  background-color:var(--ed-white);
  transition: all 0.4s;
}
.footer__social {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
}
.footer__social a {
  overflow: hidden;
  position: relative;
  color:var(--ed-white);
  font-weight:400;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 15px;
  line-height: 15;
}
.footer__social a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s;
  z-index: -1;
  content: "";
}
.footer__social a:hover {
  color: var(--ed-secondary);
}
.footer__social a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.footer__background-shpae {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.footer__widget-item-1 .footer__widget-item-1-location {
  position: absolute;
  z-index: -1;
  right: 59%;
  top: 53%;
  transform: translate(-50%, -50%);
}
.footer__widget-item-1 .footer__widget-item-1-location img {
  width: 45px;
  height: 65px;
}