/*

TemplateMo 582 Tale SEO Agency

https://templatemo.com/tm-582-tale-seo-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #afafaf;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Open Sans', sans-serif;
}

::selection {
  background: #fc6303;
  color: #fff;
}

::-moz-selection {
  background: #fc6303;
  color: #fff;
}

.templatemo-feature {
	max-width: 66px; border-radius: 50%;
}

.main-button a {
  font-size: 14px;
  color: #fff;
  background-color: #fc6303;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-button a:hover {
  background-color: #fc6303;
  color: #fff;
  opacity: 0.8;
}

.second-button a {
  font-size: 14px;
  color: #fff;
  background-color: #fc6303;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.second-button a:hover {
  background-color: #fc6303;
  color: #fff;
  opacity: 0.8;
}

.section {
  padding-top: 30px;
  margin-top: 90px;
}


.section-heading {
  margin-bottom: 30px;
}

.section-heading .line-dec {
  width: 60px;
  height: 2px;
  margin-bottom: 20px;
  background: rgb(245, 109, 5);
  background: linear-gradient(90deg, rgb(201, 86, 9) 0%, #da540c 100%);
}

.section-heading h2 {
  color: #2a2a2a;
  font-size: 30px;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 30px;
  line-height: 44px;
}

.section-heading h2 em {
  color: hsl(25, 97%, 45%);
  font-style: normal;
}

.section-heading h2 span {
  color: hsl(28, 94%, 41%);
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #fd9802;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #b14902;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: absolute;
  background: #472003;
  background: linear-gradient(90deg, #472003 0%, #b14709 100%);
  height: 110px;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex
}

.header-area .main-nav .logo {
  margin-top: 25px;
  flex-basis: 20%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  margin-top: 10px;
}

.header-area .main-nav .nav {
  flex-basis: 80%;
  height: 110px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.nav {
  justify-content: right;
}

.header-area .main-nav .nav li:first-child {
  padding-left: 60px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:nth-child(4) {
  padding-right: 45px !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 110px;
  line-height: 110px;
  border: transparent;
  letter-spacing: 1px;
}

.background-header .main-nav .nav li a {
  height: 80px;
  line-height: 80px;
}

.header-area .main-nav .border-button {
  flex-basis: 20%;
  margin-top: 13px;
  text-align: right;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fc6303;
  opacity: 0.8;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fc6303;
  opacity: 0.8;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}



.background-header .main-nav .nav li.has-sub:after {
  top: 32px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 500px;
  border-radius: 0px 0px 5px 5px;
  background-color: #eee;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 110px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.background-header .main-nav .nav li.has-sub ul.sub-menu {
  top: 80px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #eee;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
   text-transform: lowercase;
}






.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  text-transform: lowercase;
}

/* 🔥 Make only first letter uppercase */
.header-area .main-nav .nav li.has-sub ul.sub-menu li a::first-letter {
  text-transform: uppercase;
}




.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  border-bottom: none;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f86505 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #111111;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0c0c0c;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
 
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f86505!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fc6303!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

.pre-header {
  background-color: hsl(0, 0%, 0%);
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header .left-info ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.pre-header .left-info ul li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #dfb6ff;
}

.pre-header .left-info ul li a {
  font-size: 14px;
}

.pre-header .left-info ul li a i {
  font-size: 18px;
  margin-right: 10px;
}

.pre-header ul li a {
  color: hsl(30, 12%, 97%);
  transition: all .4s;
}

.pre-header .social-icons {
  text-align: right;
}


.pre-header .social-icons ul li {
  margin-left: 10px;
}

.pre-header .social-icons ul li a {
  font-size: 18px;
}

.pre-header ul li a:hover {
  color: #fc6303;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner1 {
  position: relative;
  padding: 295px 0px 0px 0px;
}

.main-banner1:after {
  content: url(../images/banner-right.png);
  top: -1px;
  right: 0;
  position: absolute;
  width: 861px;
  height: 746px;
  z-index: -1;
}

.main-banner1::before {
  content: url(../images/banner-left.png);
  top: -1px;
  left: 0;
  position: absolute;
  width: 194px;
  height: 655px;
  z-index: -1;
}

.main-banner1 h6 {
  font-size: 20px;
  color: #ffba03;
  text-transform: uppercase;
  font-weight: 700;
}

.main-banner1 .line-dec {
  margin: 30px 0px 20px 0px;
  width: 210px;
  height: 2px;
  background-color: #decdfa;
}

.main-banner1 h4 {
  font-size: 52px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
}

.main-banner1 h4 em {
  font-style: normal;
  color: #fc6303;
}

.main-banner1 h4 span {
  color: #b14902;
}

.main-banner1 p {
  padding-right: 25%;
  margin-bottom: 30px;
}

.main-banner1 .main-button {
  display: inline-block;
}

.main-banner1 span {
  display: inline-block;
  margin: 0px 10px 0px 10px;
  color: #7a7a7a;
}

.main-banner .second-button {
  display: inline-block;
}


















/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  padding: 295px 0px 0px 0px;
}

.main-banner:after {
  content: url(../images/banner-right.png);
  top: -1px;
  right: 0;
  position: absolute;
  width: 861px;
  height: 746px;
  z-index: -1;
}

.main-banner::before {
  content: url(../images/banner-left.png);
  top: -1px;
  left: 0;
  position: absolute;
  width: 194px;
  height: 655px;
  z-index: -1;
}

.main-banner h6 {
  font-size: 20px;
  color: #ffba03;
  text-transform: uppercase;
  font-weight: 700;
}

.main-banner .line-dec {
  margin: 30px 0px 20px 0px;
  width: 210px;
  height: 2px;
  background-color: #decdfa;
}

.main-banner h4 {
  font-size: 52px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
}

.main-banner h4 em {
  font-style: normal;
  color: #fc6303;
}

.main-banner h4 span {
  color: #b14902;
}

.main-banner p {
  padding-right: 25%;
  margin-bottom: 30px;
}

.main-banner .main-button {
  display: inline-block;
}

.main-banner span {
  display: inline-block;
  margin: 0px 10px 0px 10px;
  color: #7a7a7a;
}

.main-banner .second-button {
  display: inline-block;
}







/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  position: relative;
  overflow: hidden;
}

.services .section-heading h2 {
  padding-right: 30px;
}

.services::before {
  content: url(../images/services-left.jpg);
  top: 120px;
  left: 0;
  position: absolute;
  width: 844px;
  height: 714px;
  z-index: -1;
}

.services::after {
  content: url(../images/contact-left.jpg);
  bottom: -150px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.services .service-item {
  border: 1px solid #f3d7ff;
  border-radius: 23px;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  transition: all .4s;
}

.services .service-item h4 {
  font-size: 20px;
  color: #2a2a2a;
  margin-top: 20px;
  line-height: 30px;
  transition: all .4s;
}

.services .service-item:hover {
  border-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.services .service-item:hover h4 {
  color: #fc6303;
}






















/* 
---------------------------------------------
Services2 Style
--------------------------------------------- 
*/

.services2 {
  position: relative;
  overflow: hidden;
}

.services2 .section-heading h2 {
  padding-right: 60px;
}





.services2::before {
  content: url(../images/services-left1.jpg);
  top: 120px;
  left: 0;
  position: absolute;
  width: 844px;
  height: 714px;
  z-index: -1;
}

.services2::after {
  content: url(../images/.jpg);
  bottom: -150px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.services2 .service-item {
  border: 1px solid #f3d7ff;
  border-radius: 23px;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  transition: all .4s;
}

.services2 .service-item h4 {
  font-size: 20px;
  color: #2a2a2a;
  margin-top: 20px;
  line-height: 30px;
  transition: all .4s;
}

.services2 .service-item:hover {
  border-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.services2 .service-item:hover h4 {
  color: #fc6303;
}

/* 
---------------------------------------------
Projects Style
--------------------------------------------- 
*/

.projects .section-heading {
  margin-bottom: 80px;
}

.projects .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.projects .item {
  border-radius: 23px;
  overflow: hidden;
}

.projects .item .down-content {
  background-color: #fff;
  border: 1px solid #f3d7ff;
  border-radius: 0px 0px 23px 23px;
  padding: 30px;
  position: relative;
}

.projects .item .down-content h4 {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 30px;
  width: 75%;
}

.projects .item .down-content a {
  width: 46px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  color: #5b03e4;
  transform: translateY(-23px);
}

.projects .owl-nav {
  position: absolute;
  max-width: 1320px;
  top: -126px;
  right: 16%;
  text-align: right;
}

.projects .owl-nav .owl-prev span,
.projects .owl-nav .owl-next span {
  width: 46px;
  height: 46px;
  line-height: 42px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: #fc6303;
  border-radius: 50%;
  opacity: 0.5;
  transition: all .3s;
}

.projects .owl-nav .owl-next span {
  margin-left: 15px;
}

.projects .owl-nav .owl-prev span:hover,
.projects .owl-nav .owl-next span:hover {
  opacity: 1;
}

/* 
---------------------------------------------
Infos Style
--------------------------------------------- 
*/

.infos {
  background-image: url(../images/infos-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0px;
  margin-top: 120px;
}

.infos .main-content {
  overflow: hidden;
  background-color: #fff;
  border-radius: 23px;
}

.infos .main-content .left-image {
  background-image: url(../images/left-infos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.infos .main-content .left-image img {
  display: none;
}

.infos .main-content .section-heading {
  padding: 60px 60px 30px 60px;
}

.infos .main-content .skills {
  padding: 0px 60px;
}

.infos .main-content .skill-slide {
  position: relative;
  width: 100%;
  background-color: #f9ebff;
  height: 10px;
  border-radius: 5px;
  margin-bottom: 60px;
}

.infos .main-content .skill-slide .fill {
  height: 10px;
  background-color: #fc6303;
  border-radius: 5px;
}

.infos .main-content .skill-slide h6 {
  position: absolute;
  color: #fc6303;
  font-size: 15px;
  left: 0;
  top: -25px;
}

.infos .main-content .skill-slide span {
  position: absolute;
  color: #fc6303;
  font-size: 15px;
  font-weight: 700;
  top: -25px;
}

.infos .main-content .marketing .fill {
  width: 90%;
}

.infos .main-content .digital .fill {
  width: 80%;
}

.infos .main-content .media .fill {
  width: 95%;
}

.infos .main-content .marketing span {
  right: 10%;
}

.infos .main-content .digital span {
  right: 20%;
}

.infos .main-content .media span {
  right: 5%;
}

.infos .main-content p.more-info {
  margin-top: -15px;
  padding: 0px 60px 60px 60px;
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-us {
  position: relative;
}

.contact-us::before {
  content: url(../images/contact-left.jpg);
  top: -60px;
  left: 0;
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.contact-us::after {
  content: url(../images/contact-left.jpg);
  bottom: -90px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.contact-us .contact-us-content {
  border-radius: 23px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.contact-us .contact-us-content #contact-form {
  padding: 60px;
  border-radius: 23px 23px 0px 0px;
  border: 1px solid #f3d7ff;
}

#contact-form .section-heading {
  text-align: center;
}

#contact-form input {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background-color: #f9ebff;
  border: none;
  outline: none;
  padding: 0px 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-form input::placeholder {
  color: #2a2a2a;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 23px;
  background-color: #f9ebff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-form textarea::placeholder {
  color: #2a2a2a;
}

#contact-form button {
  border: none;
  height: 46px;
  background-color: #fc6303;
  width: 100%;
  border-radius: 23px;
  color: #fff;
  transition: all .4s;
}

#contact-form button:hover {
  opacity: 0.8;
    background-color: #b74700;
}

.contact-us-content .more-info {
  text-align: center;
  background: #fc7a08e1;
  background: linear-gradient(90deg, #b14806 0%, hwb(23 1% 1%) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
  text-align: center;
  padding: 30px 0px;
  color: #2a2a2a;
  font-weight: 500;
}

footer p a {
  color: #2a2a2a;
  transition: all .3s;
}

footer p a:hover {
  color: #5b03e4;
}

/* 
---------------------------------------------
Page Heading Style
--------------------------------------------- 
*/

.page-heading {
  padding: 120px 0px;
  margin-top: 0px;
}

.page-heading::before {
  content: url(../images/banner-left.png);
  top: -1px;  
  left: 0;
  position: absolute;
  width: 194px;
  height: 655px;
  z-index: -1;
}

.page-heading h6 {
  font-size: 20px;
  color: #fc6303;
  text-transform: uppercase;
  font-weight: 700;
}

.page-heading .line-dec {
  margin: 30px 0px 20px 0px;
  width: 210px;
  height: 2px;
  background-color: #decdfa;
}

.page-heading h4 {
  font-size: 52px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 0px;
}

.page-heading h4 em {
  font-style: normal;
  color: #fc6303;
}

.page-heading h4 span {
  color: #c03afe;
}

.page-heading p {
  padding-right: 25%;
  margin-bottom: 30px;
}

.page-heading .main-button {
  display: inline-block;
}

.page-heading span {
  display: inline-block;
  margin: 0px 10px 0px 10px;
  color: #7a7a7a;
}

.page-heading .second-button {
  display: inline-block;
}

/* 
---------------------------------------------
Infos Style
--------------------------------------------- 
*/

.video-info {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 60px;
}

.video-info .video-thumb {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
  margin-top: -60px;
}

.video-info .video-thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-23px, -23px);
  background-color: #fff;
  border-radius: 50%;
  color: #5b03e4;
  display: inline-block;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.video-info .section-heading {
  padding: 60px 15px 30px 15px;
}

.video-info .section-heading h2 {
  color: #fff;
  padding-right: 30px;
}

.video-info .section-heading .line-dec {
  background: #fff;
}

.video-info .section-heading p {
  color: #fff;
}

.video-info .skills {
  padding: 0px 15px;
}

.video-info .skill-slide {
  position: relative;
  width: 100%;
  background-color: rgba(249, 235, 255, 0.1);
  height: 10px;
  border-radius: 5px;
  margin-bottom: 60px;
}

.video-info .skill-slide .fill {
  height: 10px;
  background-color: #5b03e4;
  border-radius: 5px;
}

.video-info .skill-slide h6 {
  position: absolute;
  color: #fff;
  font-size: 15px;
  left: 0;
  top: -25px;
}

.video-info .skill-slide span {
  position: absolute;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  top: -25px;
}

.video-info .marketing .fill {
  width: 90%;
}

.video-info .digital .fill {
  width: 80%;
}

.video-info .media .fill {
  width: 95%;
}

.video-info .marketing span {
  right: 10%;
}

.video-info .digital span {
  right: 20%;
}

.video-info .media span {
  right: 5%;
}

/*
---------------------------------------------
Happy Clients Style
---------------------------------------------
*/

.happy-clients {
  position: relative;
}

.happy-clients::before {
  content: url(../images/contact-left.jpg);
  top: -60px;
  left: 0;
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.happy-clients::after {
  content: url(../images/contact-left.jpg);
  bottom: -90px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.happy-clients .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.happy-clients .section-heading .line-dec {
  margin: 0 auto 20px auto;
}

.happy-clients .naccs {
  position: relative;
  overflow: hidden;
}

.happy-clients .naccs .menu {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 25px 0px;
  border-radius: 23px;
  margin-bottom: 60px;
}

.happy-clients .naccs .menu div {
  border-right: 1px solid #e0e0e0;
  width: 24.6%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  cursor: pointer;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.happy-clients .naccs .menu div.last-item {
  border-right: none;
}

.happy-clients .naccs .menu div.active {
  color: #5b03e4;
}

.happy-clients ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.happy-clients ul.nacc li {
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.happy-clients ul.nacc li img {
  padding-left: 45px;
}

.happy-clients ul.nacc li h4 {
  font-size: 30px;
  color: #2a2a2a;
  margin-bottom: 25px;
}

.happy-clients ul.nacc li .line-dec {
  background-color: #5b03e4;
  width: 60px;
  height: 2px;
  margin-bottom: 25px;
}

.happy-clients ul.nacc li .info {
  margin-top: 30px;
}

.happy-clients ul.nacc li .info span {
  display: inline-block;
  background-color: #5b03e4;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0px 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.happy-clients ul.nacc li .info span.last-span {
  margin-right: 0px;
}

.happy-clients ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

/*
---------------------------------------------
CTA Style
---------------------------------------------
*/

.cta {
  background-image: url(../images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0px;
  position: relative;
  z-index: 15;
  margin-top: 120px;
}

.cta h4 {
  font-size: 30px;
  color: #fff;
  line-height: 44px;
}

.cta .main-button {
  text-align: right;
}

.cta .main-button a {
  background-color: #fff;
  color: #5b03e4;
  margin-top: 30px;
}

/*
---------------------------------------------
Happy Steps Style
---------------------------------------------
*/

.happy-steps {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80px 0px;
}

.happy-steps h2 {
  font-size: 30px;
  color: hsl(0, 0%, 5%);
  text-align: center;
  margin-bottom: 60px;
}

.happy-steps .steps {
  background-color: #fefefe;     
  padding: 30px;
  border-radius: 23px;
}

.happy-steps .steps .item {
  text-align: center;
  border-right: 1px solid rgba(250, 250, 250, 0.2);
  margin-right: -15px;
}

.happy-steps .steps .last-item {
  border-right: none;
  margin-right: 0px;
}

.happy-steps .steps .item h4 {
  font-size: 20px;
  color: #090909;
  margin-top: 15px;
}

/* 
---------------------------------------------
Most Asked Style
--------------------------------------------- 
*/

.most-asked {
  position: relative;
}

.most-asked::before {
  content: url(../images/contact-left.jpg);
  top: -60px;
  left: 0;
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.most-asked::after {
  content: url(../images/contact-left.jpg);
  bottom: -90px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.most-asked .section-heading {
  margin-bottom: 80px;
}

.most-asked .accordions .accordion {
  border-bottom: 1px solid #eee;
}

.most-asked .accordions .last-accordion {
  border-bottom: none;
}

.most-asked .accordion-head {
  padding: 35px 0px !important;  
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  
}

@media screen and (min-width: 768px) {
  .most-asked .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}

.most-asked .accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}

.most-asked .accordion-head.is-open {
  color: #472003;
  border-bottom: none;
}

.most-asked .accordion-head.is-open .icon {
  transform: rotate(45deg);
}

.most-asked .accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}

.most-asked .accordion-body > .content p {
  padding: 0px 0px 30px 0px;
  padding-top: 0;
}

.most-asked #free-quote {
  border-radius: 23px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
  padding: 60px;
  margin-left: 45px;
  background-color: #fff;
}

#free-quote .section-heading {
  margin-bottom: 40px;
}

#free-quote input {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background-color: #f9ebff;
  border: none;
  outline: none;
  padding: 0px 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#free-quote input::placeholder {
  color: #2a2a2a;
}

#free-quote button {
  border: none;
  height: 46px;
  background-color: #b14902;
  width: 100%;
  border-radius: 23px;
  color: #fff;
  transition: all .4s;
}

#free-quote button:hover {
  opacity: 0.8;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .pre-header {
    display: none;
  }
  .header-area {
    top: 0px;
  }
  .main-banner {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li:nth-child(4) {
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li {
    background: #f7f7f7;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .main-banner  {
    padding: 185px 0px;
  }
  .main-banner h4 {
    font-size: 36px;
    line-height: 44px;
  }
  .main-banner span {
    margin: 0px 3px 0px 3px;
  }
  .main-banner .main-button a,
  .main-banner .second-button a {
    padding: 12px 20px;
  }
  .projects .item .down-content {
    padding: 25px 15px 15px 15px;
  }
  .projects .item .down-content h4 {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
  .projects .item .down-content a {
    top: 0;
    right: auto;
    left: 50%;
    transform: translate(-23px, -23px);
  }
}

@media (max-width: 992px) {
  .pre-header .left-info ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
  .pre-header .left-info ul li a {
    font-size: 13px;
  }
  .main-banner .caption {
    padding: 30px !important;
    text-align: center;
  }
  .main-banner p {
    padding-right: 0%;
  }
  .main-banner .line-dec {
    margin: 30px auto 20px auto;
  }
  .projects .owl-nav {
    text-align: center;
    right: auto;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .projects .section-heading {
    text-align: center;
  }
  .projects .section-heading .line-dec {
    margin: 0px auto 20px auto;
  }
  .infos .main-content .left-image img {
    display: inline-block;
  }
  .contact-us .contact-us-content,
  .contact-us .contact-us-content #contact-form {
    padding: 30px;
  }
  .contact-us #map {
    margin-bottom: 30px;
  }
  .contact-us-content .more-info .info-item {
    margin-bottom: 45px;
  }
  .page-heading img {
    margin-top: 45px;
  }
  .video-info .section-heading {
    padding: 60px 0px 30px 0px;
  }
  .video-info .skills {
    padding: 0px;
  }
  .happy-clients .naccs .menu div {
    width: 100% !important;
    margin: 15px 0px;
  }
  .happy-clients .naccs .menu {
    padding: 15px;
  }
  .happy-clients ul.nacc li img {
    padding-left: 0px;
    margin-top: 45px;
  }
  .cta h4,
  .cta .main-button {
    text-align: center;
  }
  .happy-steps .steps .item {
    margin-right: 0px;
    border-right: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);;
  }
  .happy-steps .steps .last-item {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .most-asked #free-quote {
    margin-left: 0px;
    margin-top: 45px;
    padding: 30px;
  }
}

@media (max-width: 1000px) {
  .happy-clients .naccs .menu div {
    width: 24.5%;
    font-size: 15px;
    border-right: none;
  }
}

@media (max-width: 1200px) {
  .services::before {
    top: 60%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1400px) {
  .main-banner .caption {
    background-color: rgba(250, 250, 250, 0.95);
    padding: 60px;
    border-radius: 23px;
  }
}






/* HERO SECTION */
.avi-hero {
  position: relative;
}

.hero-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* DARK OVERLAY */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* CONTENT */
.hero-content {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 2;
  color: #fff;
  max-width: 700px;
}

/* BIG AVI STYLE TEXT */
.hero-content h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

/* SUBTEXT */
.hero-content p {
  font-size: 18px;
  color: #ddd;
}

/* SMOOTH TEXT ANIMATION */
.carousel-item.active .hero-content h1 {
  animation: slideUp 0.5s ease;
}

.carousel-item.active .hero-content p {
  animation: slideUp 0.7s ease;
}

/* ANIMATION */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CONTROLS CLEAN */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content {
    bottom: 15%;
  }
}




.border-button a {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 25px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

/* 🔥 HOVER EFFECT */
.border-button a:hover {
  background: #000;
  color: #fff;
}


















/* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial, sans-serif;
}

body{
  background:#f4f6f9;
  color:#0f172a;
}

/* GLOBAL */
section{
  padding:70px 8%;
}

h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
p{color:#555; font-size:14px;}

.btn{
  background:#0ea5e9;
  color:#fff;
  padding:10px 18px;
  border-radius:4px;
  display:inline-block;
  margin-top:10px;
}

/* ================= CONTACT ================= */

.contact{
  display:flex;
  min-height:600px;
}

/* LEFT */
.contact-left{
  width:55%;
  background:#fff;
  padding:50px;
}

.contact-left input,
.contact-left select,
.contact-left textarea{
  width:100%;
  padding:10px;
  margin:10px 0;
  border:1px solid #ddd;
}

/* RIGHT ANGLED PANEL */
.contact-right{
  width:45%;
  position:relative;
  background:linear-gradient(135deg,#0a3d91,#0ea5e9);
  color:#fff;
  padding:60px;
}

/* ANGLED CUT */
.contact-right::before{
  content:"";
  position:absolute;
  left:-80px;
  top:0;
  width:160px;
  height:100%;
  background:#f4f6f9;
  transform:skewX(-20deg);
}

/* ================= HELP ================= */

.help{
  background:#e9eef5;
}

.help-item{
  display:flex;
  justify-content:space-between;
  padding:15px 0;
  border-bottom:1px solid #ccc;
}

/* ================= CTA ================= */

.cta{
  background:#0a3d91;
  color:#fff;
  text-align:center;
}

.cta .btn{
  margin:10px;
}

/* ================= HERO ================= */

.hero{
  position:relative;
  height:420px;
  background:#999;
  display:flex;
  align-items:flex-end;
  padding:40px;
  color:#fff;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.4);
}

.hero h1{
  position:relative;
  z-index:2;
}

/* ================= SPLIT ================= */

.split{
  display:flex;
  gap:50px;
  align-items:center;
}

.img{
  background:#cbd5e1;
  height:260px;
  flex:1;
}

.text{
  flex:1;
}

/* ================= UCC GRID ================= */

.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.card{
  background:#fff;
  padding:15px;
}

.card .img{
  height:180px;
  margin-bottom:10px;
}

/* ================= DARK STRIP ================= */

.dark{
  background:#0a3d91;
  color:#fff;
}

.dark-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.dark .img{
  height:180px;
  background:#1e3a8a;
}

/* ================= CERT ================= */

.cert{
  text-align:center;
}

.cert-row{
  display:flex;
  justify-content:center;
  gap:40px;
  margin-top:20px;
}

.cert-row div{
  width:70px;
  height:70px;
  background:#ddd;
  border-radius:50%;
}

/* ================= RESPONSIVE ================= */

@media(max-width:900px){
  .contact{flex-direction:column;}
  .contact-left,.contact-right{width:100%;}
  .split{flex-direction:column;}
  .grid{grid-template-columns:1fr;}
  .dark-grid{grid-template-columns:1fr;}
}































































































/* PARTNERS SECTION */
.partners-section {
    background: #ffffff;
}

.partners-title {
    font-weight: 700;
    letter-spacing: 1px;
}

.partners-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.partners-track {
    display: flex;
    align-items: center;
    gap: 60px; /* clean spacing between logos */
    width: max-content;

    animation: scrollPartners 25s linear infinite;
}

.partners-track img {
    height: 70px;
    width: auto;
    flex-shrink: 0; /* VERY IMPORTANT (prevents breaking) */

    object-fit: contain;
}

/* SMOOTH CONTINUOUS SCROLL */
@keyframes scrollPartners {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}












/* SECTION BACKGROUND */
.services-slider-section {
    background: #472003; /* deep navy */
    padding: 80px 0;
    color: #fff;
}

/* HEADER */
.services-header {
    max-width: 1200px;
    margin: 0 auto 40px;
    position: relative;
}

.services-header .small-text {
    font-size: 14px;
    opacity: 0.7;
    color: #f6f2f2;
}

.services-header h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0;
    color: #f9f8f8;
}

.explore-btn {
    position: absolute;
    right: 0;
    top: 20px;
    border: 1px solid #fd0101;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.explore-btn:hover {
    background: #00cfff;
    color: #000;
}

/* SLIDER */
.services-slider {
    overflow: hidden;
    width: 100%;
}

.services-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: slideServices 25s linear infinite;
}

/* CARD */
.service-card {
    position: relative;
    width: 300px;
    height: 150px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY TEXT */
.service-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #070707;
    background: linear-gradient(transparent, #fffffffd);
    width: 100%;
}

.service-card h4 {
    margin: 0;
}

/* ANIMATION */
@keyframes slideServices {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* OPTIONAL HOVER PAUSE */
.services-slider:hover .services-track {
    animation-play-state: paused;
}





















/* HERO SECTION */
.airport-hero {
    background: #f5f5f5;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-left {
    padding: 40px 60px;
    position: relative;
    z-index: 2;
}

.hero-left h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-left p {
    color: #555;
    margin-bottom: 30px;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-custom {
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
}

.btn-outline-custom {
    border: 1px solid #000;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
}

/* RIGHT IMAGE */
.hero-right {
    position: relative;
}

.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

/* PARTNERS SECTION */
.trusted-section {
    background: #fafafa;
    padding: 40px 0;
}

.trusted-text {
    margin-bottom: 20px;
    color: #444;
}

/* LOGOS */
.trusted-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.trusted-logos img {
    height: 40px;
    object-fit: contain;
    opacity: 0.8;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f7fa;
}

.security-section {
  padding: 60px 20px;
  text-align: center;
}

.security-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.subtitle {
  color: #666;
  max-width: 600px;
  margin: 0 auto 40px;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.card h3 {
  margin: 10px 0;
  font-size: 20px;
}

.card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.card a {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.card a:hover {
  text-decoration: underline;
}








































/* AIRPORT SECTION */
.airport-section {
  background: #f8f9fc;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
}

.section-subtitle {
  color: #6c757d;
  max-width: 600px;
  margin: auto;
}

/* IMAGE */
.airport-image img {
  border-radius: 12px;
  box-shadow: 0 30px 30px rgba(0,0,0,0.1);
}





/* IMAGE */
.airport-image1 img {
  border-radius: 12px;
  box-shadow: 0 30px 30px rgba(0,0,0,0.1);
}


/* CONTENT */
.airport-content h4 {
  font-weight: 600;
}

.airport-feature {
  gap: 15px;
  margin-bottom: 25px;
}

.airport-feature i {
  font-size: 24px;
  color: #0d6efd;
  min-width: 40px;
}

.airport-feature h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

.airport-feature p {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
}

/* RESPONSIVE TUNING */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .airport-feature {
    flex-direction: row;
  }
}



























/* CONSTRUCTION SECTION */
.construction-section {
  background: #ffffff;
}

/* TABS */
.construction-tabs {
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
}

.tab-btn {
  border: 1px solid #ddd;
  padding: 10px 25px;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.tab-btn.active {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.tab-btn:hover {
  background: #0d6efd;
  color: #fff;
}

/* CONTENT */
.construction-content h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.construction-content p {
  color: #6c757d;
}

/* FEATURES */
.construction-feature {
  gap: 15px;
  margin-bottom: 25px;
}

.construction-feature i {
  font-size: 22px;
  color: #0d6efd;
  min-width: 40px;
}

.construction-feature h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

.construction-feature p {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}

/* IMAGE */
.construction-image img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .construction-tabs {
    justify-content: center;
  }

  .tab-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}




.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



























/* ================= TELECOM ================= */
.fn-telecom {
  padding: 80px 0;
  background: #f5f7fb;
}

.telecom-text small {
  color: #7a8bb5;
  font-weight: 600;
  letter-spacing: 1px;
}

.telecom-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0;
  color:    #b14902;
}

.telecom-text p {
  color: #555;
  line-height: 1.7;
}

.telecom-text ul {
  margin-top: 20px;
  padding-left: 20px;
}

.telecom-text ul li {
  margin-bottom: 10px;
  color: #444;
}

/* IMAGE */
.telecom-image img {
  width: 100%;
  border-radius: 10px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .hero-content {
    padding: 60px 30px;
  }

  .hero-text h1 {
    font-size: 30px;
  }

  .hero-content::before {
    transform: none;
    right: 0;
  }

  .fn-telecom {
    text-align: center;
  }
}


















/* ================= WIRELESS SECTION ================= */
.fn-wireless {
  background: #f5f7fb;
  padding: 80px 0;
}

/* LABEL */
.section-label {
  font-size: 12px;
  font-weight: 600;
  color: #8a94b8;
  letter-spacing: 1px;
}

/* HEADING */
.fn-wireless h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ad4a06;
  margin: 15px 0;
  line-height: 1.3;
}

/* TEXT */
.fn-wireless p {
  color: #6b7280;
  line-height: 1.7;
  max-width: 500px;
}

/* IMAGE */
.image-box {
  border-radius: 12px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  display: block;
}

/* CARDS */
.cards-row {
  margin-top: 50px;
}

.feature-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: 0.3s ease;
}

/* HOVER EFFECT (optional but nice) */
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* CARD TEXT */
.feature-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #f86505;
}

.feature-card p {
  font-size: 14px;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .fn-wireless {
    text-align: center;
  }

  .fn-wireless p {
    margin: auto;
  }

  .cards-row {
    gap: 20px;
  }
}







/* SECTION LAYOUT */
.quote-section {
  background: #f5f7fa;
  padding: 80px 0;
  font-family: Arial, sans-serif;
}

.quote-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT SIDE FORM */
.quote-wrapper form {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
}

.quote-wrapper p {
  margin-bottom: 20px;
  color: #555;
}

/* FORM GROUP */
.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1a2a4f;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  font-size: 14px;
  transition: 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #00a9b5;
  outline: none;
}

/* BUTTON */
.quote-btn {
  background: #00a9b5;
  color: #fff;
  padding: 12px 24px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #008d97;
}

/* RIGHT BLUE PANEL */
.quote-wrapper::after {
  content: "";
}

.quote-section .side-panel {
  background: #1f5fa8;
  color: #fff;
  padding: 40px;
  border-radius: 6px;
}

/* If you want to manually add the panel */
.side-panel {
  background: #1f5fa8;
  color: #fff;
  padding: 40px;
  border-radius: 6px;
  height: 100%;
}

.side-panel h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.side-panel p {
  margin-bottom: 15px;
  color: #e3ecff;
}

.side-panel .help-btn {
  display: inline-block;
  background: linear-gradient(90deg, #00a9b5, #00d2c3);
  color: #000;
  padding: 12px 20px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
}

/* BOTTOM CTA SECTION */
.cta-section {
  background: #0d2a5c;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.cta-section h2 {
  margin-bottom: 25px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.cta-buttons a {
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
}

.cta-primary {
  background: #00a9b5;
  color: #000;
}

.cta-secondary {
  border: 1px solid #00a9b5;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .quote-wrapper {
    grid-template-columns: 1fr;
  }
}









.team-section {
  font-family: Arial, sans-serif;
  padding: 60px 40px;
  background: #f7f7f7;
}





/* BOARD SECTION */
.board-section {
  text-align: center;
}

.board-section h2 {
  margin-bottom: 10px;
}

.board-desc {
  margin-bottom: 20px;
  color: #666;
}



.btn.green {
  background: #4caf50;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.card {
  background: #fff;
  padding: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.card h4 {
  margin: 10px 0 5px;
}

.card p {
  font-size: 14px;
  color: #666;
}

.card ul {
  padding-left: 15px;
  text-align: left;
  font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ceo-section {
    flex-direction: column;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}





/* ===============================
NETWORK INFRASTRUCTURE SECTIONS
================================ */

.network-sections {
  margin-top: 40px;
  margin-bottom: 60px;
}

.network-section {
  padding: 50px 20px;
}

.network-section h2,
.network-section h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.network-section p {
  color: #555;
  line-height: 1.7;
}

.light-bg {
  background: #f8f8f8;
}

.network-list {
  list-style: none;
  padding-left: 0;
}

.network-list li {
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}

.network-list li::before {
  content: "⦁";
  position: absolute;
  left: 0;
  color: #fc6303; /* matches Medigo red tone */
  font-weight: bolder;
}

.value-points {
  margin-top: 30px;
}

.value-box {
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.value-box h4 {
  margin-bottom: 10px;
  font-weight: 600;
}






/* SECTION */
.banking-banner {
  position: relative;
  height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 60px;
}

/* IMAGE */
.banking-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

/* OVERLAY */
.banking-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(10, 30, 60, 0.65);
  top: 0;
  left: 0;
  z-index: 2;
}

/* CONTENT */
.banking-banner-content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  color: #fff;
}

/* TAG */
.banking-banner-tag {
  color: #ffc107;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}

/* TITLE */
.banking-banner h1 {
  font-size: 44px;
  line-height: 1.2;
  margin: 15px 0;
  font-weight: 700;
}

/* TEXT */
.banking-banner p {
  font-size: 16px;
  line-height: 1.6;
  color: #d0d7e2;
  margin-bottom: 25px;
}

/* BUTTON */
.banking-banner-btn {
  display: inline-block;
  background: #ff7a00;
  color: #fff;
  padding: 12px 22px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.banking-banner-btn:hover {
  background: #e56700;
}






/* SECTION */
.fn-skills-section {
  padding: 80px 60px;
  background: #f5f7fb;
  text-align: center;
}

/* HEADER */
.fn-skills-header h2 {
  font-size: 32px;
  color:    #b14902;
  margin-bottom: 15px;
}

.fn-skills-header p {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #6b7a99;
  font-size: 15px;
  line-height: 1.6;
}

/* GRID */
.fn-skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.fn-skill-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

/* IMAGE */
.fn-skill-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* OVERLAY */
.fn-skill-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;

  background: linear-gradient(
    to top,
    #fdbc02,
    #b14902,
    transparent
  );
}

/* HOVER EFFECT */
.fn-skill-card:hover img {
  transform: scale(1.05);
  transition: 0.4s ease;
}



.nav .sub-menu a {
    text-transform: none !important;
}





/* =========================
   RESPONSIVE FIXES
========================= */

/* Tablets */
@media (max-width: 1024px) {

  .banking-banner {
    padding: 0 30px;
    height: auto;
    min-height: 70vh;
  }

  .banking-banner h1 {
    font-size: 34px;
  }

  .fn-skills-section {
    padding: 60px 30px;
  }

  .fn-skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* Mobile */
@media (max-width: 768px) {

  .banking-banner {
    padding: 40px 20px;
    height: auto;
    text-align: center;
    justify-content: center;
  }

  .banking-banner-content {
    max-width: 100%;
  }

  .banking-banner h1 {
    font-size: 26px;
  }

  .banking-banner p {
    font-size: 14px;
  }

  .banking-banner-btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  /* Skills Section */
  .fn-skills-section {
    padding: 50px 20px;
  }

  .fn-skills-header h2 {
    font-size: 24px;
  }

  .fn-skills-header p {
    font-size: 14px;
  }

  .fn-skills-grid {
    grid-template-columns: 1fr;
  }

  .fn-skill-card img {
    height: 200px;
  }

}

/* Small Phones */
@media (max-width: 480px) {

  .banking-banner h1 {
    font-size: 22px;
  }

  .banking-banner p {
    font-size: 13px;
  }

  .banking-banner-btn {
    width: 100%;
    text-align: center;
  }

  .fn-skill-overlay {
    font-size: 16px;
    padding: 10px;
  }

}



/* FIX: center and lower banner text safely */
.banking-banner {
  justify-content: center;
}

.banking-banner-content {
  margin-top: 60px; /* pushes text down */
  text-align: center;
}







@media (max-width: 768px) {

  /* make header behave properly */
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* hide desktop menu */
  .main-nav .nav {
    display: none;
  }

  /* keep logo left */
  .logo {
    flex: 0 0 auto;
  }

  /* push button to the right side */
  .border-button {
    margin-left: auto;
    margin-right: 10px;
  }

  /* keep button small so it fits */
  .border-button a {
    padding: 6px 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  /* keep menu trigger at far right */
  .menu-trigger {
    margin-left: 5px;
  }

}