
html {
    font-family: poppins;
    width: 100%;
    margin: auto;
    background-color: #fff;
    scroll-behavior: smooth;
    color: #0A2540;
    font-size: 14px;
    position: relative;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
   
}

a {
    text-decoration: none;
    color: #000;
}

body {
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 1360px;
    font-family: 'Poppins', sans-serif;

}

.getinpage {
    max-width: 1360px;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(252, 89, 16, 0.1);
    backdrop-filter: blur(3px);
    z-index: 9999999999999;
    display: none ;
    animation: getinpage 0.5s ease;
    
}

@keyframes getinpage {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    80% {
        opacity: 1;
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.getin {
    width: 80%;
    margin: auto;
    background-color: #fff;
    
    border-radius: 20px;
    border: rgba(91, 91, 91, 0.233) 1px solid;
    gap: 20px;
    display: grid;
    position: relative;
}

.getin .arrow {
    width:fit-content;
    padding: 3px 15px;
    background-color: #fff;
    box-shadow:  0px 0px 1.5px rgba(252, 89, 16, 0.5);
    display: flex;
    align-items: center;
    justify-content:center;  
    border-radius: 10px;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}

.getin .arrow svg {
   stroke: #fc5910;
   width: 24px;
}

.getin .arrow:active {
     box-shadow: none;
}

.fandc {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}


.fandc form {
    display: grid;
    gap: 10px;
    width: 50%;
padding:0px 20px;
    margin-bottom: 50px;

}

.fandc form h1 {
    color: #fc5910;
    
}

.fandc form .nameandemail {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.fandc form input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 10px;
    border: rgba(91, 91, 91, 0.233) 1px solid;
}

.fandc form textarea {
    width: 100%;
    border-radius: 10px;
    border: rgba(91, 91, 91, 0.233) 1px solid;
     padding: 10px;
     height: 150px;
}

 .fandc form button {
    width: 100%;
    height: 50px;
    background-color: #fc5910;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.fandc .contact {
    background-color: #0A2540;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #f7f7f7;
    padding:50px 20px;

    
}

.contact h1 {
    margin-bottom: 10px;
}

.fandc .contact svg {
    
    display: flex;
    align-items: center;
}

.fandc .contact .emailandno {
    display: grid;
    gap: 10px;
}

.fandc .contact .emailandno a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.fandc .contact .emailandno svg {
    padding: 10px;
    fill: #fc5910;
    background-color: #f7f7f7;
    border-radius: 50px;
    width: 40px;
}

.links {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 10px;
    background-color: #fc5910;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
}

.links svg {
    width: 30px;
    fill: #ffffff;
    
}

/**.skeleton {
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.5),
    transparent
  );
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  100% {
    left: 150%;
  }
}**/

.arrowup {
   max-width: 1360px; 
   width: 90%;
   margin: auto;
   position: relative;
    z-index: 999999999;
     justify-items: end;
    display: flex;
    justify-content: end;
}


.arrowup a {    
        position: fixed;
    margin: 20px 0px;
    bottom: 0px;
    padding:  10px;
    text-align: center;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fc5910;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;

   z-index: 999999999;

    
    
    

  




   
    
   
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: #ffffff;
}

.arrowup a:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: #fc5910;
  align-items: center;
}

.arrowup a:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
  fill: #fff;
}

.arrowup a::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.arrowup a:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}










.scroll {
	animation: text-appear both;
	animation-timeline: view();
	animation-range: entry 1% cover 55vh;
}

@keyframes text-appear {
	from {
		opacity: 0;
		transform: translateY(100px);
		scale: 0.5;
		transition: ease;
	}

	to {
		opacity: 1;
		scale: 1;
		transform: translateY(0px);
		transition: ease;
	}
}

.top-head {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: #fc5910;
    padding: 10px 0;
    position: fixed;
    top: 0;
    max-width: 1360px;
    z-index: 999999999;
    
}

.top-head section {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    align-items: center;
}

.top-head section svg {
    width: 22px;
}


.top-head section .sectionOne {
 display: flex;
 gap: 20px;
 align-items: center;
 fill: #fff;
 stroke: #00000036;
}

.top-head section .sectionOne span {
    background-color: rgb(255, 255, 255);
    width: 0px;
    height: 20px;
    border-left: 1px #5b5b5b solid;
    left: 170px;
}


.top-head section .sectionOne div a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.top-head section .sectionOne div a:hover {
    color: #010127;
    font-weight: 500;
    fill: #010127;
    transition: 0.3s ease;
}

.top-head section .sectionTwo {
 display: flex;
 gap: 20px;
 align-items: center;
 
 fill: #fff;
 
}

.top-head section .sectionTwo a {
    transition: 0.3s ease;
}

.top-head section .sectionTwo a:hover {
    color: #0A2540;
    font-weight: 500;
    fill: #0A2540;
}

.main-header {
    position: sticky;
    max-width: 1360px;
    margin: auto;
    width: 100%;
    background-color: #fff;
    top: 41px;
    z-index: 99999999;
    background-image: url(top-bar-bg-pattern.svg);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.main-header section {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    
    display: flex;
    align-items: center;
}

.main-header section img {
    width: 120px;
    display: flex;
    align-items: center;
}

.main-header section div {
   display: flex;
   align-items: center;
   gap: 5px;
   font-size: 14px;
}

.main-header section div a {
    padding: 18px 35px;
    border-top: 2px solid transparent;
    transition: 0.3s ease;
}

.main-header section div a:hover {
    border-top: 2px solid #0A2540;
    color: #010127;
    background-color: rgba(128, 128, 128, 0.089);
}

/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {
  background: #000;
  color: white;
  font-family: inherit;
  padding: 0.35em 0.6em;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #fc5910;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #000;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}


.main-header section .openNav {
    display: none;
}

nav {
    position: fixed;
    max-width: 1360px;
    background-color: white;
    margin: auto;
    width: 100%;
    top: 0;
    padding: 0 40px;
    z-index: 99999999999;
    display: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background-color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

nav.open {
    display: block;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

nav .sectionOne{
    display: flex;
    width: 100%;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;

}

nav .sectionOne img {
    width: 100px;
}

nav .sectionOne svg {
    width:35px;
    stroke: #fc5910;
    fill: none;
    background-color: #f7f7f7;
    border-radius: 10px;
}

nav .sectionTwo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

nav .sectionTwo a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: #5b5b5b1e solid 1px;
    border-bottom: #5b5b5b1e solid 1px;
    padding: 17px 0;
}

nav .sectionTwo a SPAN {
    color: #fc5910;
}

.svgandbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

nav .sectionThree {
 display: flex;
 gap: 20px;
 align-items: center;
 justify-content: end;
}

nav .sectionThree svg {
    width: 22px;
}









.hero {
    
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center; 
    align-items: center;      
    background-color: #fff;
    margin: 0px 0;
        background-image: url("banner-image.webp");
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-sub {
    width: 90%;

    
    margin: auto;
    margin-top: 100px;
   gap: 10px;
    padding: 0px 0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    place-items: center;
    
    justify-content: center;
    text-align: center;
    position: relative;
    
}


.hero-sub .p1 {
    animation: hero 0.3s ease;
    margin-bottom: 10px;
    color: #000;
    border-radius: 10px;
    border: 1px solid #f2591c;
    padding:5px;
}

.hero-sub h1 {
    font-size: 3rem;
    text-align: center;
    width: 100%;
    color: #000;
    animation: hero 0.5s ease;
    place-items: center;
    
}

.hero-sub h1 span {
    color: #fc5910;
  
}
.hero-sub .p2 {
    width: 60%;
    animation: hero 0.7s ease;
}

.herobtn {
    display: flex;
    width: fit-content;
    gap:10px;
    margin-top: 10px;
}

.herobtn1 {
    background-color: #000000;
    border: none;
    color: #fff;
     font-size: 14px;
     width:fit-content;
     cursor: pointer;
    padding: 10px;
    animation: hero 0.9s ease;
    border-radius: 15px;
}

.herobtn2 {
    background-color: #fff;
    border: none;
    color: #0A2540;
     font-size: 14px;
     width:fit-content;
     cursor: pointer;
    padding: 10px;
    animation: hero 0.9s ease;
    border-radius: 15px;
}

.hero-sub button svg {
    background-color: #fFF;
    color: #fff;
    stroke: #fc5910;
    width: 30px;
    border-radius: 15px;
}

@keyframes hero {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.hero .hero-sub img {
    width: 100%;
    margin: auto;
   
}

.mainherotwo{
    width: 100%;
    margin: auto;
    background-image: url(top-bar-bg-pattern.svg);
    border-bottom: #5b5b5b 1px solid;
    padding: 20px;
}

.herotwo {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    position: relative;
    align-items: center;

}
.herotwo .achieve {
    display: flex;
    width: 50%;
    justify-content: space-between;
    padding: 0px 0;
    align-items: center;
	
}





.herotwo .achieve div {
    margin: 0;
    padding: 0px;
   
    color: #fc5910;
    border-radius: 10px;

}

.herotwo .achieve .line {
    background-color: #00000062;
    padding: 0 0.5px;
    height: 60px;
}
.herotwo .achieve h1 {
    font-size: 50px;
        margin: 0;
    padding: 0;
}
.herotwo .achieve p {
    color: #5b5b5b;
    font-size: 14px;
        margin: 0;
    padding: 0;
}





.herotwo .ht-exten {
    display: flex;
    flex-direction: column;
    position: relative;
  
    padding: 20px ;
    width: 30%;
    backdrop-filter: blur(10px) ;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
    
    border: 1px solid #0000002a;
    border-radius: 10px;
    
	
}





.herotwo  .ht-exten>:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #5b5b5b;
    font-weight: bold;
    border: #5b5b5b 1px solid;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.herotwo  .ht-exten>:nth-child(2) {
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    color: #fc5910;
}

.herotwo  .ht-exten>:nth-child(3) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 17px;
    align-items: center;
    margin-top: 20px;
}

.herotwo  .ht-exten>:nth-child(3) span {
    padding: 5px 13px;
    background-color: #fc5910;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    
}

.core {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0px;
}

.core img {
    width: 40%;
    border-radius: 20px;
}

.core .text {
    width: 50%;
    display: grid;
    gap: 30px;
}
.core .text h1 {
    border: 1px solid #0000002a;
        padding: 0px 15px;
    border-radius: 10px;
}
.core .text>:nth-child(1) {
    text-decoration: underline;

}

.core .text>:nth-child(2) {
    color: #0A2540;
}

.core .text button {
    display: flex;
    align-items: center;
    background-color: #0A2540;
    height: 50px;
    width: 30%;
    align-items: center;
    gap: 10px;
    border: none;
     justify-content: space-between;
     color: #fff;
     font-weight: bold;
     font-size: 15px;
     border-radius: 0px;
     padding: 0 20px;
    cursor: pointer;
}



.core .text button svg {
    background-color: #fc5910;
    color: #fff;
    stroke: #fff;
    width: 30px;
}

.mandv {
    width: 90%;
    margin: auto;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    margin-bottom: 40px;
    justify-content: center;
    position: relative;
}

.mandv div {
    width: 40%;
    background-color: #f7f7f7;
    padding: 15px 30px;
    text-align:justify ;
}

.mandv span {
    background-color: #5b5b5b;
    width: 1px;
    height: 170px;
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
}

.mandv div svg {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    width: 40px;
}

.mandv div p {
    font-size: 14px;
}
.clientandvendor {
    width: 100%;
    margin: auto;
    background-color: #fff;
    background-image: url(line.webp);
    background-size: contain;
    padding: 10px 0;
    padding-bottom: 40px;
}

.clientandvendor h2 {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    color: #0A2540;
    font-size: 30px;
    font-weight: bold;
}

.clientmain {
    width: 90%;
    margin: auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 40px 0;
    border-radius: 7px;
}

.track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.client {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-right: 50px;
}

.client img {
    width: 150px;
    flex-shrink: 0;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.footer {
    width: 90%;
    margin: auto;
    display: FLEX;
    justify-content: space-between;
    align-items: start;
    font-size: 14px;
    padding: 40px 2%;
    background-color: #0A2540;
    color: #fff;
    border-radius: 10px;
    margin-top: 40px;
     margin-bottom: 40px;

}

.footer a {
    color: #fff;
}

.footer>:nth-child(1) {
    width: 40%;
    display: grid;
    gap: 10px;
}

.footer>:nth-child(2) {
    width: 10%;
    display: grid;
    gap: 30px;
}

.footer>:nth-child(3) {
    width: 30%;
    display: grid;
    gap: 45px;
}

.footer>:nth-child(3) a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.footer div img {
    width: 100px;
}

.footer>:nth-child(3) a svg {
    width: 22px;
    stroke: none;
    fill: #fff ;
}



footer {
    background-color: rgba(252, 89, 16 , 0.1);
    color: #000;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: auto;
    font-size: 12px;

    background-size: cover;
}

footer section {
    display: flex;
}
footer section {
    display: flex;
    align-items: start;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}

footer p {
    width: 40%;
    text-align: left;

}

footer span {
    width: 40%;
    text-align: left;
        display: flex;
    justify-content: end;
}

footer a {
    font-weight: bold;
   
}






/***********ABOUT-US*************/
.whatmain {
        width: 100%;
   
    display: flex;
    justify-content: center; 
    align-items: center;      
    background-color: #fff;
    padding-top: 100px ;
   

}
.what-we-do{
    display: grid;
    width: 70%;
    margin: auto;
    align-items: center;
    gap: 20px;
}

.what-we-do-text {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}

.what-we-do-text div {
    width: 40%;
    display: grid;
    gap: 10px;
}

.what-we-do-text>:nth-child(1) p {
   color: #fc5910;
}

.what-we-do img {
    width: 100%;
    margin: auto;
    border-radius: 10px;
}

.achieve-two {
    width: 100%;
}

.corevalues {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    padding: 50px 0;
    position: relative;
}

.corevalues .coretext {
    width: 60%;
    display: grid;
    gap: 20px;
}

.corevalues .coretext>:nth-child(1) {
    color: #fc5910;
}

.corevalues .coretext h1 {
    width: 70%;
}

.corevalues .coretext>:nth-child(3) {
    width: 70%;
}

.corevalues .coretext button {
    display: flex;
    align-items: center;
    background-color: #0A2540;
    height: 50px;
    width: fit-content;
    align-items: center;
    gap: 10px;
    border: none;
     justify-content: space-between;
     color: #fff;
     font-weight: bold;
     font-size: 15px;
     border-radius: 0px;
     padding: 0 20px;
    cursor: pointer;
}



.corevalues .coretext button svg {
    background-color: #fc5910;
    color: #fff;
    stroke: #fff;
    width: 30px;
}

.corevalues img {
    width: 40%;
}



.coremandv {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    gap: 30px;
}

.coremandv div {
    width: 50%;
    background-color: #f7f7f7;
    padding: 10px;
    text-align:left ;
}

.coremandv span {
    background-color: #5b5b5b;
    width: 1px;
    height: 100px;
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
}

.coremandv div svg {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    width: 40px;
}

.coremandv div p {
    font-size: 14px;
}



/***********SERVICES PAGE***********/


.services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    padding: 50px 0;
    position: relative;
}

.services .servtext {
    width: 50%;
    display: grid;
    gap: 20px;
}

.services .servtext>:nth-child(1) {
    color: #fc5910;
}

.services .servtext h1 {
    width: 100%;
    
}

.services .servtext>:nth-child(3) {
    width: 100%;
}

.services .servtext button {
    display: flex;
    align-items: center;
    background-color: #0A2540;
    height: 50px;
    width: fit-content;
    align-items: center;
    gap: 10px;
    border: none;
     justify-content: space-between;
     color: #fff;
     font-weight: bold;
     font-size: 15px;
     border-radius: 0px;
     padding: 0 20px;
    cursor: pointer;
}



.services .servtext button svg {
    background-color: #fc5910;
    color: #fff;
    stroke: #fff;
    width: 30px;
}

.services img {
    width: 40%;
}

.why {
    display: flex;
    width: 100%;
    gap: 20px;
   position: relative;

}

.why p {
    font-size: 15px;
    width: 80%;
}

.mainlastser {
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.mainlastchild {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: #b9b9b9 1px solid;
    border-bottom: #b9b9b9 1px solid;
    padding: 20px 0;
    align-items: center;
}

button {
    cursor: pointer;
}

.mainlastchild button {
    display: flex;
    align-items: center;
    background-color: #0A2540;
    height: 50px;
    width: fit-content;
    align-items: center;
    gap: 10px;
    border: none;
     justify-content: space-between;
     color: #fff;
     font-weight: bold;
     font-size: 15px;
     border-radius: 0px;
     padding: 0 20px;
    cursor: pointer;
}



.mainlastchild button svg {
    background-color: #fc5910;
    color: #fff;
    stroke: #fff;
    width: 30px;
}


.lastser {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
    align-items: stretch;
}

.lastchild {
    width: 35%;
    padding: 0px 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #5b5b5b50;
}

.lastchild p {
    font-size: 15px;
}

.lastchild .button {
    background-color: #f2591c;
    border: none;
    color: #fff;
    font-family: poppins;
    font-size: 14px;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
}

