/*@import url('https://fonts.googleapis.com/css?family=Righteous');*/
@font-face{
	font-family: Poppins-Regular;
	src:url(../fonts/Poppins-Regular.otf);
}
@font-face{
    font-family: Questrial-Regular;
    src:url(../fonts/Questrial-Regular.otf);
}

html{
    overflow-x:hidden;

}
body{
	font-family: 'Poppins-Regular', serif;;
/*padding-top: 105px;*/
/*font-family: 'Righteous', cursive;*/
	color: #6c6e71;
       background :linear-gradient(rgba(249, 246, 246, 0.66), rgba(255, 247, 247, 0.6)), url(../images/back-bg.jpg);
    /*background-image: url(../images/back-bg.jpg);*/
    /*background-size: cover;*/

}
/*.menu_bar ul {*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*.menu a{*/
/*    color:#fff;*/
/*}*/
/*.menu a:hover{*/
/*    color:#fff;*/
/*    text-decoration:none;*/
/*}*/
/*.menu_bar ul li {*/
/*  cursor: pointer;*/
/*  padding: 6px 20px;*/
/*  font-size: 25px;*/
/*}*/

/*.arrow  button {*/
/*  background-color: transparent;*/
/*  position: fixed;*/
/*  z-index: 2;*/
/*  top: 6px;*/
/*  left: 24px;*/
/*  border: none;*/
/*  width: 36px;*/
/*  height: 26px;*/
/*  outline: none;*/
/*  transition: opacity 0.2s ease-out;*/
/*}*/
/*.arrow  button:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  margin: auto;*/
/*  right: auto;*/
/*  width: 100%;*/
 
/*  background: linear-gradient(to bottom, #98B296, #98B296 20%, transparent 20%, transparent 40%, #98B296 40%, #98B296 60%, transparent 60%, transparent 80%, #98B296 80%, #98B296 100%);*/
/*  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;*/
/*}*/
/*.arrow  button:after {*/
/*  opacity: 0;*/
/*  content: '×';*/
/*  color: white;*/
/*  position: absolute;*/
/*  top: 16px;*/
/*  left: -4px;*/
/*  font-family: Arial, sans-serif;*/
/*  font-size: 76px;*/
/*  line-height: 0;*/
/*  transition: opacity 0.4s ease-out;*/
/*}*/
/*.arrow  button:active {*/
/*  -webkit-transform: translateY(2px);*/
/*          transform: translateY(2px);*/
/*}*/
/*.arrow  button:hover {*/
/*  opacity: 1;*/
/*}*/
/*.open button {*/
/*  opacity: 1;*/
/*}*/
/*.open button:before {*/
/*  opacity: 0;*/
/*  width: 0;*/
/*}*/
/*.open button:after {*/
/*  opacity: 1;*/
/*  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);*/
/*          transform: translate3d(0, 0, 0) rotate(360deg);*/
/*  transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;*/
/*  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;*/
/*  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;*/
/*}*/

/*nav {*/
/*  z-index: 1;*/
/*  position: fixed;*/
/*  top: -100%;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -webkit-transform: translate3d(0, 0, 0);*/
/*          transform: translate3d(0, 0, 0);*/
/*  -webkit-backface-visibility: hidden;*/
/*          backface-visibility: hidden;*/
/*  overflow: hidden;*/
/*}*/
/*nav:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  margin: auto;*/
/*  background: #0064bc;*/
/*  width: 100%;*/
/*  height: 0;*/
/*  padding-bottom: 100%;*/
/*  border-radius: 100%;*/
/*  -webkit-transform: scale(0.04), translateY(9999px);*/
/*          transform: scale(0.04), translateY(9999px);*/
/*  overflow: hidden;*/
/*}*/
/*.open nav {*/
/*  top: 0;*/
/*}*/
/*.open nav:before {*/
/*  -webkit-animation: menu-animation 0.8s ease-out forwards;*/
/*          animation: menu-animation 0.8s ease-out forwards;*/
/*}*/

/*ul.menu {*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  -webkit-transform: translate3d(-50%, -50%, 0);*/
/*          transform: translate3d(-50%, -50%, 0);*/
/*  -webkit-backface-visibility: hidden;*/
/*          backface-visibility: hidden;*/
/*  -webkit-perspective: 1000;*/
/*          perspective: 1000;*/
/*  color: white;*/
/*}*/
/*ul.menu li {*/
/*  opacity: 0;*/
/*  text-align: center;*/
/*  -webkit-transform: translate3d(0, 36px, 0);*/
/*          transform: translate3d(0, 36px, 0);*/
/*}*/
/*ul.menu li:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  margin: auto;*/
/*  left: auto;*/
/*  height: 100%;*/
/*  width: 0;*/
/*  overflow: hidden;*/
/*  transition: width 0.14s ease-out;*/
/*}*/
/*ul.menu li:after {*/
/*  opacity: 0;*/
/*  content: attr(data-text);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  margin: auto;*/
/*  color: #98B296;*/
/*  overflow: hidden;*/
/*  -webkit-transform: translate(-24px, 6px);*/
/*          transform: translate(-24px, 6px);*/
/*  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;*/
/*  transition: transform 0.1s ease-out, opacity 0.1s ease-out;*/
/*  transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;*/
/*}*/
ul.menu li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
ul.menu li:hover:after {
  opacity: 1;
  padding: 0 20px;
  -webkit-transform: translate(0px, 6px);
          transform: translate(0px, 6px);
  transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}
.open ul.menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.open ul.menu li:nth-child(1) {
  transition-delay: 0.75s;
}
.open ul.menu li:nth-child(2) {
  transition-delay: 0.85s;
}
.open ul.menu li:nth-child(3) {
  transition-delay: 0.95s;
}
.open ul.menu li:nth-child(4) {
  transition-delay: 1.05s;
}
.open ul.menu li:nth-child(5) {
  transition-delay: 1.15s;
}
.open ul.menu li:nth-child(6) {
  transition-delay: 1.25s;
}
.open ul.menu li:nth-child(7) {
  transition-delay: 1.35s;
}
.open ul.menu li:nth-child(8) {
  transition-delay: 1.45s;
}
.open article {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  transition: -webkit-transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out, -webkit-transform 0.2s 0.41s ease-out;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

body::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #ccc;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #0064bc;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100, 100, 100, 0.4);
}
a:hover{
	text-decoration: none;
}
h1,h2 {
    font-weight: 700;
    /*font-family: 'Righteous', cursive;*/
}


#top_header {
    height: 38px;
    padding: 4px;
    background-color: #0064bc;
    color: #fff;
    width: 100%;
    top: 0;
    position: fixed;
    z-index:999;
}
.top-line {
    padding: 10px 0;
    background: #666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.log-lns span a{
	color: #fff;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 0; 
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
     transition: all 2s;
}
header{
    background: #fff;
    transition: all 2s;
}
.footer-part{
	padding: 20px 0 10px;
}
footer {
	/*background: linear-gradient(rgba(34, 34, 34, 0.97), rgba(34, 34, 34, 0.95)), url(../images/map.png);*/
	/*background-size: cover;*/

    color: #fff;
   background-color: #1b1815;
    position: relative;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/footer_map.png);
}
footer ul {
    /*padding-left: 20px;*/
}
footer ul li a {
    color: #fff;
    /*line-height:20px;*/
}
footer ul li a:hover{
	color: #ac2023;
}
.footer-line {
        margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
     border-top: 1px solid #eeeeee6e; 
}
.f-logo{
	height: 100px;
}
.design{
	text-align: right;
    padding:0;
}
.design a{
	color: #e87e24;
}
.copyright{
	padding:0;
	
}
.ul-li-block ul {
    margin: 0px;
    padding: 0px;
}
.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.usefullinks-wrapper ul li:hover a {
    padding-left: 25px;
    color: #f63102;
}
.usefullinks-wrapper ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
    padding-left: 22px;
    position: relative;
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.usefullinks-wrapper ul li:hover a:before {
    left: 15px;
    color: #f63102;
}
.usefullinks-wrapper ul li a:before {
    top: 50%;
    left: 0px;
    /*content: '\f0a9';*/
    content: '\f105';
    font-weight: 900;
    position: absolute;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'FontAwesome';
}
.free-ord{
	text-align: center;
}
.fl-l .fa-phone {
    height: 50px;
}
.fl-l .fa-map-marker {
    height: 90px;
}
.fl-l .fa {
    width: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
}
#social-icon-sec {
    border-bottom: 8px solid #252525;
    margin-top: 25px;
}
.social-links {
    text-align: center;
    background-image: url(../images/shape_bottom.png);
    /* background-color: #252525; */
    width: 303px;
    margin: 0 auto;
    height: 44px;
    padding-top: 10px;
    /* border-radius: 100px 100px 0 0; */
}
.carousel-fullscreen .carousel-inner .item {
    height: 60vh; 
    /*min-height: 600px; */
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}


/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #000;
    opacity: 0.3;*/
    transition: all 0.2s ease-out;
}


/* demo typography */



.super-heading {
    font-size: 70px; 
}


.super-paragraph {
    font-size: 30px; font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

/* carousel fade */
/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


 .navbar-default {
z-index: 9999;
    transition: all 2s;
  }
  .navbar-default.navbar-shrink {
    padding: 0px 0;
  }
  .navbar-default.navbar-shrink img{ 
height: 50px;
}
.log-lns{
    text-align: right;
    top: 6px;
}
/*-- Footer top --*/
.footer-top {
  /*position: absolute;*/
  /*top: -60px;*/
  margin-top: -80px;
  z-index: 1;
  
  width: 100%;
}

.footer-top-bg {
  background: #0f2765;
  margin: 0;
  color: #fff;
  margin-top: -60px
}

.footer-top .footer-box {
  padding: 30px 45px 20px;
  min-height: 120px;
}
.footer-top .footer-box i {
  float: left;
  font-size: 28px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
}
.footer-top .footer-box .footer-box-content {
  margin-left: 90px;
}
.footer-top .footer-box .footer-box-content h3 {
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 20px;
  color: #fff;
}
.footer-top .footer-box .footer-box-content p {
  margin: 0;
  font-size: 14px;
}
footer{
    margin-top: 150px;
}



/*** Meadia quries ***/
@media  (max-width: 1200px){
.nav-brand img {
    height: 51px;
}
.about-item-one {
    height:279px;
}
}
@media  (max-width: 1000px){
.why-box {
    margin-top: 0px;
}
}
@media  (max-width: 767px){
.copy-right{
	text-align: center;
}
.design{
	text-align: center;
}
.footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
    border-left: none;
}
.co-dt-h{
	/*display: none;*/
}
.log-lns{
	text-align: right;
}
.land-n{
    display: none;
}
.mb_e{
    display: none;
}
.blink_text{
    text-align:right;
}
.log-lns .mb-n{
    text-align:left !important;
    float:left;
}
}

@media only screen and (max-width: 500px){
    .social-nav a {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.text1{
	font-size: 20px;
}
.text2{
	font-size: 16px;
}
h1{
	    font-size: 26px;
}
h4{
	font-size: 18px;
}
.nav-brand img {
    height: 51px;
}
.h1-t {
    font-size: 26px;
}
.app-cont {
    padding-top: 10px;
}
}
@media only screen and (max-width: 425px){
    #ser-secn .serviceBox {
    height: auto;
}
}
@media only screen and (max-width: 380px){
.reg-btn{
    width:100%;
     
    }
    .footer-top .footer-box .footer-box-content p {
    margin: 0;
    font-size: 13px;
}
.footer-top .footer-box .footer-box-content {
    margin-left: 65px;
}
.footer-top .footer-box i {
    float: left;
    font-size: 26px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 54px;
    border-radius: 100%;
}
}
@media only screen and (max-width:320px){
    .footer-top .footer-box i {
    margin-left: -31px;
}
.footer-top .footer-box .footer-box-content {
    margin-left: 7px;
    /*float: left;*/
    font-size: 22px;
    margin-top: 0px;
    /*background: rgba(0, 0, 0, 0.3);*/
    text-align: center;
    /*width: 45px;*/
    /*height: 45px;*/
    /*line-height: 44px;*/
    border-radius: 100%;
}
#ser-secn .serviceBox {
    height: 267px;
}
}







body.mobile-open {
  overflow-y: hidden;
}
.mobile-nav {
  background: #333;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  transform: translateY(100%);
  z-index: 999;
  transition: transform .3s ease-in .7s;
  /*display: none;*/
}
.mobile-open .mobile-nav {
  transform: translateY(0);
  transition: transform .3s ease-out;
}
.mobile-nav .links {
  width: 100%;
  height: 100%;
  text-align: center;
}
.mobile-nav .links a {
  position: absolute;
  left: 50%;
  color: #FFF;
  font-size: 1.1rem;
}
.mobile-nav .links a:nth-child(1) {
  transform: translate(-50%, 30vh);
}
.mobile-nav .links a:nth-child(2) {
  transform: translate(-50%, 38vh);
}
.mobile-nav .links a:nth-child(3) {
  transform: translate(-50%, 46vh);
}
.mobile-nav .links a:nth-child(4) {
  transform: translate(-50%, 54vh);
}
.mobile-nav .links a:nth-child(5) {
  transform: translate(-50%, 62vh);
}
.mobile-nav .links a:nth-child(6) {
  transform: translate(-50%, 70vh);
}
.mobile-nav .links a:nth-child(7) {
  transform: translate(-50%, 78vh);
}
nav {
  position: fixed;
  width: 100%;
  background: #F1F5F8;
  padding: 1rem;
  border-bottom: solid 1px #CCC;
  z-index: 9999;
      top: 38px;

}
nav .container {
  display: flex;
  position: relative;
}
nav .logo {
  width: 100px;
  font-size: 3rem;
  text-transform: lowercase;
}
nav .logo span:nth-child(1) {
  color: var(--teal-1);
}
nav .logo span:nth-child(2) {
  color: var(--blue-1);
}
nav .logo span:nth-child(3) {
  color: var(--indigo-1);
}
nav .logo span:nth-child(4) {
  color: var(--pink-1);
}
nav .burger {
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  height: 30px;
  width: 35px;
  cursor: pointer;
  display: none;
}
nav .burger .menu, nav .burger .close {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
nav .burger .menu {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
nav .burger .close {
  z-index: 1;
}
nav .burger .line {
  height: 3px;
  transform-origin: right;
  background: #222;
}
nav .burger .close .line {
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .4s ease-in;
}
.mobile-open nav .burger .close .line:first-child {
  transform: rotate(225deg);
  opacity: 1;
  transition: all .6s ease-in 1s;
}
.mobile-open nav .burger .close .line:last-child {
  transform: rotate(-225deg);
  opacity: 1;
  transition: all .6s ease-in 1s;
}
nav .burger .menu .line:nth-child(1) {
  background: #000;
  animation: 1s ease-out backwards returnLine1;
}
.mobile-open .burger .menu .line:nth-child(1) {
  animation: .8s ease-in forwards moveLine1;
}
nav .burger .menu .line:nth-child(2) {
  background: #000;
  animation: 1s ease-out .2s backwards returnLine2;
}
.mobile-open .burger .menu .line:nth-child(2) {
  animation: .8s ease-in .15s forwards moveLine2;
}
nav .burger .menu .line:nth-child(3) {
  background: #000;
  animation: 1s ease-out .4s backwards returnLine3;
}
.mobile-open .burger .menu .line:nth-child(3) {
  animation: .8s ease-in .3s forwards moveLine3;
}
nav .burger .menu .line:nth-child(4) {
  background: #000;
  animation: 1s ease-out .6s backwards returnLine4;
}
.mobile-open .burger .menu .line:nth-child(4) {
  animation: .8s ease-in .45s forwards moveLine4;
}
nav .burger .menu .line:nth-child(5) {
  background: #000;
  animation: 1s ease-out .6s backwards returnLine5;
}
.mobile-open .burger .menu .line:nth-child(5) {
  animation: .8s ease-in .45s forwards moveLine5;
}
nav .burger .menu .line:nth-child(6) {
  background: #000;
  animation: 1s ease-out .6s backwards returnLine6;
}
.mobile-open .burger .menu .line:nth-child(6) {
  animation: .8s ease-in .45s forwards moveLine6;
}
nav .burger .menu .line:nth-child(7) {
  background: #000;
  animation: 1s ease-out .6s backwards returnLine7;
}
.mobile-open .burger .menu .line:nth-child(7) {
  animation: .8s ease-in .45s forwards moveLine7;
}
.no-animation nav .burger .line {
  animation: none !important;
}
nav .links {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.link {
  margin-left: 25px;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.link a {
  display: block;
  font-size: 1.2rem;
  transition: color .25s ease-out;
      color: #012169;

}
@media(max-width:1200px){
    .link{
        margin-left:13px;
    }
    .link a{
        font-size:1.0rem;
    }
}
.link .underline {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 5px;
}
.link .underline .part {
  height: 4px;
  flex: 0 0 25%;
  transform: translateY(20px);
  opacity: 0;
  transition: all .2s ease-out;
}
.underline .part:nth-child(1) {
  transition-delay: 0s;
}
.underline .part:nth-child(2) {
  transition-delay: .075s;
}
.underline .part:nth-child(3) {
  transition-delay: .15s;
}
.underline .part:nth-child(4) {
  transition-delay: .225s;
}

.link.teal .part:nth-child(1) {
  background: var(--teal-1);
}
.link.teal .part:nth-child(2) {
  background: linear-gradient(90deg, var(--teal-1), var(--teal-2));
}
.link.teal .part:nth-child(3) {
  background: linear-gradient(90deg, var(--teal-2), var(--teal-3));
}
.link.teal .part:nth-child(4) {
  background: linear-gradient(90deg, var(--teal-3), var(--teal-4));
}
.link.blue .part:nth-child(1) {
  background: var(--blue-1);
}
.link.blue .part:nth-child(2) {
  background: linear-gradient(90deg, var(--blue-1), var(--blue-2));
}
.link.blue .part:nth-child(3) {
  background: linear-gradient(90deg, var(--blue-2), var(--blue-3));
}
.link.blue .part:nth-child(4) {
  background: linear-gradient(90deg, var(--blue-3), var(--blue-4));
}
.link.indigo .part:nth-child(1) {
  background: var(--indigo-1);
}
.link.indigo .part:nth-child(2) {
  background: linear-gradient(90deg, var(--indigo-1), var(--indigo-2));
}
.link.indigo .part:nth-child(3) {
  background: linear-gradient(90deg, var(--indigo-2), var(--indigo-3));
}
.link.indigo .part:nth-child(4) {
  background: linear-gradient(90deg, var(--indigo-3), var(--indigo-4));
}
.link.pink .part:nth-child(1) {
  background: var(--pink-1);
}
.link.pink .part:nth-child(2) {
  background: linear-gradient(90deg, var(--pink-1), var(--pink-2));
}
.link.pink .part:nth-child(3) {
  background: linear-gradient(90deg, var(--pink-2), var(--pink-3));
}
.link.pink .part:nth-child(4) {
  background: linear-gradient(90deg, var(--pink-3), var(--pink-4));
}

.link.teal a:hover {
  color: var(--teal-1);
}
.link.blue a:hover {
  color: var(--blue-1);
}
.link.indigo a:hover {
  color: var(--indigo-1);
}
.link.pink a:hover {
  color: var(--pink-1);
}
.link a:hover + .underline .part {
  opacity: 1;
  transform: translateY(0);
}

section {
  padding: 50px 1rem;
}
section.main-content {
  padding-top: 140px;
  background: #FFF;
  min-height: 200vh;
}

@media(max-width:991px){
    .future-goal {
    margin-top: 185px;
}
}

@media (max-width: 768px) {
  .mobile-nav {
    display: initial;
  }
  nav {
    padding: 1rem 2rem;
  }
  nav .burger {
    display: flex;
  }
  nav .links {
    display: none;
  }
}

@keyframes moveLine1 {
  5% {
    transform: translate(0, -3px) rotate(0deg);
  }
  60% {
    transform: translate(-4vw, 27vh) rotate(180deg);
  }
  100% {
    transform: translate(calc(1rem - 50vw), calc(30vh + 4px)) rotate(180deg);
    background: var(--teal-3);
  }
}

@keyframes moveLine2 {
  5% {
    transform: translate(0, -3px) rotate(0deg);
  }
  60% {
    transform: translate(-4vw, 37vh) rotate(180deg);
  }
  100% {
    transform: translate(calc(1rem - 50vw), calc(40vh - 4px)) rotate(180deg);
    background: var(--blue-3);
  }
}

@keyframes moveLine3 {
  5% {
    transform: translate(0, -3px) rotate(0deg);
  }
  60% {
    transform: translate(-4vw, 47vh) rotate(180deg);
  }
  100% {
    transform: translate(calc(1rem - 50vw), calc(50vh - 12px)) rotate(180deg);
    background: var(--indigo-3);
  }
}

@keyframes moveLine4 {
  5% {
    transform: translate(0, -3px) rotate(0deg);
  }
  60% {
    transform: translate(-4vw, 57vh) rotate(180deg);
  }
  100% {
    transform: translate(calc(1rem - 50vw), calc(60vh - 20px)) rotate(180deg);
    background: var(--pink-3);
  }
}

@keyframes returnLine1 {
  0% {
    transform: translate(calc(3.2rem - 50vw), calc(30vh + 4px));
    background: var(--teal-3);
  }
  5% {
    transform: translate(calc(3rem - 50vw), calc(30vh + 4px));
  }
  40% {
    transform: translate(20vw, calc(30vh + 4px));
  }
  60% {
    transform: translate(20vw, 0);
    background: var(--teal-1);
  }
}

@keyframes returnLine2 {
  0% {
    transform: translate(calc(3.2rem - 50vw), calc(40vh - 4px));
    background: var(--blue-3);
  }
  5% {
    transform: translate(calc(3rem - 50vw), calc(40vh - 4px));
  }
  40% {
    transform: translate(20vw, calc(40vh - 4px));
  }
  60% {
    transform: translate(20vw, 0);
    background: var(--blue-1);
  }
}

@keyframes returnLine3 {
  0% {
    transform: translate(calc(3.2rem - 50vw), calc(50vh - 12px));
    background: var(--indigo-3);
  }
  5% {
    transform: translate(calc(3rem - 50vw), calc(50vh - 12px));
  }
  40% {
    transform: translate(20vw, calc(50vh - 12px));
  }
  60% {
    transform: translate(20vw, 0);
    background: var(--indigo-1);
  }
}

@keyframes returnLine4 {
  0% {
    transform: translate(calc(3.2rem - 50vw), calc(60vh - 20px));
    background: var(--pink-3);
  }
  5% {
    transform: translate(calc(3rem - 50vw), calc(60vh - 20px));
  }
  40% {
    transform: translate(20vw, calc(60vh - 20px));
  }
  60% {
    transform: translate(20vw, 0);
    background: var(--pink-1);
  }
}


.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #0064bc;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}
.about-header{
        color: #01573c !important;

}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #0064bc;
}

.btn-style-one:hover{
  background-color: #012169;
  color: #ffffff;
}
.about-section1{
  position: relative;
  padding: 60px 0 70px;
}

.about-section1 .sec-title{
  margin-bottom: 45px;
}

.about-section1 .content-column{
  position: relative;
  margin-bottom: 165px;
}

.about-section1 .content-column .inner-column{
  position: relative;
  /*padding-left: 30px;*/
}

.about-section1 .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section1 .list-style-one{
  margin-bottom: 45px;
}

.about-section1 .btn-box{
  position: relative;
}

.about-section1 .btn-box a{
  padding: 15px 50px;
      color: #fff;

}

.about-section1 .image-column{
  position: relative;
}

.about-section1 .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section1 .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
      top: 70px;
}
.about-section1 .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section1 .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section1 .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section1 .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #0064bc;
}

.about-section1 .image-column .image-1{
  position: relative;
}
.about-section1 .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section1 .image-column .image-2 img,
.about-section1 .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section1 .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section1 .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section1 .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff
}


/*:root{*/
/*      --accent:#2b2e83;*/
/*      --muted:#7b7b7b;*/
/*      --card-bg:#fff;*/
/*      --page-bg:#f5f7f9;*/
/*      --gap:24px;*/
/*      font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial;*/
/*    }*/

/*    body{margin:0;background:var(--page-bg);color:#222}*/
/*    .page{*/
/*      max-width:1200px;margin:40px auto;padding:20px;*/
/*    }*/

/*    .heading{ text-align:center;margin-bottom:18px }*/
/*    .heading h1{font-size:34px; letter-spacing:1px; margin:0 0 6px}*/
/*    .heading p{color:var(--muted); margin:0 0 28px;    font-size: 20px;*/
/*}*/

    /* Scroll container */
/*    .scroll-wrap{ position:relative; }*/
/*    .controls{ position:absolute; right:0; top:-20px; display:flex; gap:8px }*/
/*    .btn{ background:var(--card-bg); border:1px solid #e0e0e0; padding:6px 10px; border-radius:6px; cursor:pointer; box-shadow:0 2px 6px rgba(20,20,20,0.04)}*/

/*    .services{*/
/*      display:flex; gap:var(--gap); overflow-x:auto; scroll-behavior:smooth; padding:18px 12px; scroll-snap-type:x mandatory;*/
/*      -webkit-overflow-scrolling:touch;*/
/*    }*/
/*    .services::-webkit-scrollbar{height:10px}*/
/*    .services::-webkit-scrollbar-thumb{background:#0064bc;border-radius:6px}*/

/*    .card{*/
/*      flex:0 0 330px; background:var(--card-bg); border-radius:6px; padding:26px; box-shadow:0 2px 0 rgba(30,30,30,0.03); border:1px solid #eee; scroll-snap-align:start; */
/*    }*/

/*    .card h3{margin:6px 0 8px; font-size:20px; color:#111}*/
/*    .rule{width:40px;height:4px;background:var(--accent);margin:8px 0 12px;border-radius:3px}*/
/*    .stars{color:var(--accent); margin-bottom:12px}*/
/*    .card p{color:var(--muted); line-height:1.6; font-size:15px}*/

    /* responsive */
/*    @media (max-width:900px){ .card{flex:0 0 280px} }*/
/*    @media (max-width:560px){ .page{margin:18px 14px} .card{flex:0 0 85%} .controls{display:none} }*/

    /* optional decoration: float whatsapp bubble */
/*    .whatsapp{ position:fixed; right:18px; bottom:18px; background: #25d366; width:56px;height:56px;border-radius:999px; display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,0.12); color:#fff; font-weight:700 }*/

    /* drag cursor hint */
/*    .services.dragging{ cursor:grabbing }*/
    
    
    
    .testimonial{
    border: 10px solid #0064bc;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    position: relative;
        height: 300px !important;

}
.testimonial:before{
     content: "\201C";
    font-family: "Font Awesome 5 Free";
    width: 100px;
    height: 121px;
    line-height: 100px;
    /*px; */
    background: #fff;
    margin: 0 auto;
    font-size: 160px;
    font-weight: 900;
    color: #f1971f;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    /*background: #fff;*/
}
.testimonial .title{
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #0064bc;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.testimonial .title:before{
    content: "";
    border-top: 15px solid #012169;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.testimonial .title:after{
    content: "";
    border-top: 15px solid #012169;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.owl-prev:before,
.owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\f061"; }
@media only screen and (max-width: 990px){
    .testimonial{ margin: 30px; }


.body {
  background-color: #c8ebe3;
  font-family: 'Poppins', sans-serif;
padding:10px 0;
}
.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #2e7d67;
  margin-top: 40px;
  margin-bottom: 30px;
}
.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  text-align: center;
  padding: 20px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.card img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 15px;
}
.card h4 {
  color: #157a6e;
  font-weight: 600;
  margin-bottom: 10px;
}
.card p {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}
.card button {
  background-color: #157a6e;
  color: #fff;
  border: none;
  padding: 8px 25px;
  border-radius: 25px;
  transition: background 0.3s ease;
}
.card button:hover {
  background-color: #0e5c52;
}



:root {
            --primary: #6C63FF;
            --primary-dark: #4D44DB;
            --primary-light: #A5A1FF;
            --secondary: #FF6584;
            --dark: #1A1A2E;
            --darker: #0F0F1B;
            --light: #F8F9FA;
            --lighter: #FFFFFF;
            --gray: #ADB5BD;
            --dark-gray: #495057;
            --success: #28A745;
            --warning: #FFC107;
            --danger: #DC3545;
            --info: #17A2B8;

            --font-main: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
            --font-heading: 'Playfair Display', Georgia, serif;

            --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
            --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);
            --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.2);
            --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        /* Reset moderne */
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-main);
            line-height: 1.6;
            color: var(--dark);
            background-color: var(--light);
            overflow-x: hidden;
        }

        /* Layout */
        .container {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* Footer */
        footer {
            background: linear-gradient(135deg, var(--darker), var(--dark));
            color: var(--lighter);
            padding: 5rem 0 2rem;
            position: relative;
            overflow: hidden;
        }

        footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .footer-column {
            position: relative;
            z-index: 1;
        }

        .footer-column h3 {
            font-family: var(--font-heading);
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }

        .footer-column h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 50px;
            height: 3px;
            background: var(--primary);
            border-radius: 3px;
        }

        .footer-column p {
            color: var(--gray);
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 0.75rem;
        }

        .footer-links a {
            color: var(--gray);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            display: inline-block;
            transition: var(--transition);
            position: relative;
            padding-left: 1rem;
        }

        .footer-links a::before {
            content: '→';
            position: absolute;
            left: -5px;
            opacity: 0;
            transition: var(--transition);
            color: var(--primary);
        }

        .footer-links a:hover {
            color: var(--lighter);
            padding-left: 1.5rem;
        }

        .footer-links a:hover::before {
            left: 0;
            opacity: 1;
        }

        /* Contact Info */
        .contact-info {
            margin-top: 1rem;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            color: var(--gray);
        }

        .contact-item i {
            margin-right: 0.75rem;
            color: var(--primary);
            font-size: 1.1rem;
            margin-top: 3px;
        }

        .contact-item span {
            font-size: 0.95rem;
            line-height: 1.5;
        }

        /* Social Links */
        .social-links {
            display: flex;
            gap: 0.8rem;
            margin-top: 1.5rem;
            flex-wrap: wrap;
        }

        .social-link {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--lighter);
            transition: var(--transition);
            font-size: 1.1rem;
            position: relative;
            overflow: hidden;
            text-decoration: none;
        }

        .social-link::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, var(--primary), var(--primary-dark));
            opacity: 0;
            transition: var(--transition);
        }

        .social-link:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-md);
        }

        .social-link:hover::after {
            opacity: 1;
        }

        .social-link i {
            position: relative;
            z-index: 1;
        }

        /* Newsletter */
        .newsletter {
            margin-top: 1.5rem;
        }

        .newsletter p {
            margin-bottom: 1rem;
        }

        .newsletter-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
        }

        .newsletter-input {
            flex: 1;
            min-width: 200px;
            padding: 0.85rem 1.25rem;
            border-radius: 50px;
            border: none;
            background: rgba(255, 255, 255, 0.1);
            color: var(--lighter);
            font-size: 0.95rem;
            transition: var(--transition);
        }

        .newsletter-input::placeholder {
            color: var(--gray);
        }

        .newsletter-input:focus {
            outline: none;
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 0 2px var(--primary-light);
        }

        .newsletter-btn {
            padding: 0.85rem 1.75rem;
            border-radius: 50px;
            border: none;
            background: var(--primary);
            color: var(--lighter);
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            font-size: 0.95rem;
            flex-shrink: 0;
        }

        .newsletter-btn:hover {
            background: var(--primary-dark);
            transform: translateY(-2px);
            box-shadow: var(--shadow-sm);
        }

        /* Copyright */
        .copyright {
            text-align: center;
            padding-top: 2rem;
            margin-top: 3rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--gray);
            font-size: 0.85rem;
        }

        .copyright a {
            color: var(--primary-light);
            text-decoration: none;
            transition: var(--transition);
        }

        .copyright a:hover {
            color: var(--primary);
            text-decoration: underline;
        }

        /* Back to top button */
        .back-to-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            width: 50px;
            height: 50px;
            background: var(--primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            z-index: 999;
            box-shadow: var(--shadow-md);
        }

        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .back-to-top:hover {
            background: var(--primary-dark);
            transform: translateY(-5px);
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .footer-column {
            animation: fadeIn 0.6s ease forwards;
        }

        .footer-column:nth-child(1) {
            animation-delay: 0.1s;
        }

        .footer-column:nth-child(2) {
            animation-delay: 0.2s;
        }

        .footer-column:nth-child(3) {
            animation-delay: 0.3s;
        }

        .footer-column:nth-child(4) {
            animation-delay: 0.4s;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .container {
                padding: 0 1.5rem;
            }

            .footer-grid {
                gap: 2rem;
            }
        }

        @media (max-width: 768px) {
            footer {
                padding: 3rem 0 2rem;
            }

            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }

            .newsletter-form {
                flex-direction: column;
            }

            .newsletter-input,
            .newsletter-btn {
                width: 100%;
            }
        }

        @media (max-width: 576px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }

            .footer-column h3::after {
                width: 40px;
            }
        }
        
.left{
    text-align: left;
    font-size: 18px;
}   
.right{
    text-align: right;
    font-size: 18px;
}
