
/* CSS Document */
/*
Theme Name: Snowland Integrated Development Center (SIDC)
Theme URL:https://sidcnp.org/
Description: responsive website!
Tags:responsive, bootstrap, INGO/NGO CMSMS theme, template for NGO and Agency.
Copyright: SIDC  - 2023 : All Rights Reserved.
*/

 /*==========
NAVBAR
  ================*/

.navbar {
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  }
  
@media (max-width: 1023.99px) {
.navbar {
background: var(--mainbg) !important;	
padding:0px auto !important;	
}	
}

  
  
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    outline: none;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: var(--mainbg) !important;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--mainbg) !important;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

 /*==========
BOOTSTRAP RESPONSIVE CAROUSEL
  ================*/
  
.carousel-item {
width: 100%;
height: 100vh;	
}

.carousel-item img{
width: 100%;
min-height: 100vh;	
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;	
}

@media (max-width: 1023.99px) {
.carousel-item img{
height: 100vh;
width:auto;	
background-position: center center; 	
background-repeat:no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
}

}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	padding-right:38%;
	padding-left:10%;
    background: rgba(4,20,45,0.5);
    z-index: 1;
	outline:none !important;
}

.carousel-caption h1{
font-family: 'Poppins', sans-serif;
text-transform:uppercase;	
font-size:42px;	
letter-spacing:1px;
font-weight:900 !important;
text-align:left;
position:relative;
}


.carousel-caption h5{
font-family: 'Poppins', sans-serif;
font-size:14px;	
line-height:24px;
font-weight:300 !important;
text-align:left;
}

/*
.carousel-caption h5:after{
margin-top:30px;	
content: "";
position: absolute;
width: 150px;
height: 2px;
left:0;
background: rgba(3,86,254,1);	
}

.carousel-caption h5:before{
margin-top:30px;	
content: "";
position: absolute;
width: 150px;
height: 2px;
left:160px;
background: rgba(3,86,254,1);	
}
*/

@media (max-width: 1023.99px) {
    
.carousel-caption {
	padding-right:10%;
	padding-left:10%;
}
	
.carousel-caption h1{
text-align:left;
font-size:36px;
}	
	
.carousel-caption h5{
text-align:left;
}

.carousel-caption h5:after{
width: 0px;
height: 0px;
}

	
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 24px;
    }

    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 400 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*=================== 
LIST GROUP ITEM 
====================*/

		  
		  
a.list-group-item{

border-top:0px dotted rgba(0, 0, 0, 0.0) !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:1px dotted rgba(0, 0, 0, 0.3) !important;
	color:#494a4e;
	font-weight:400;
	letter-spacing:0.5px;
	font-size:15px; 
	background:none !important; 
	position: relative;
}

.list-group a{
padding-left:40px;
border:none;
margin-left:20px;	
}


a.list-group-item:hover{
color:#062145;
}


a.list-group-item:last-child {
	
border-bottom:0px dotted rgba(0, 0, 0, 0.0) !important;	
	
}


a.list-group-item:before  {
vertical-align:middle;
font-family: FontAwesome;
        margin-left:-30px;
        content: "\f178";	
		color:#062145;	
position:absolute;

transition: all 1s ease, padding 2.8s linear;
	-ms-transition: all 1s ease, padding 2.8s linear;
	-webkit-transition: all 1s ease, padding 2.8s linear;
	-moz-transition: all 1s ease, padding 2.8s linear;
	-o-transition: all 1s ease, padding 2.8s linear;
}

a.list-group-item:hover:before  {
margin-left:-20px;	
}

.list-group-item-header{	
font-size:16px; 
color:#494a4e;
font-weight:700; 
letter-spacing:1px;
text-transform:uppercase;
font-family: "Oswald", sans-serif; 
text-align:left;
background:transparent;
border:1px solid transparent;
}
.list-group-item-header em {
margin-right:15px;
color:#062145;
margin-left:10px;
}


.list-group-shadow {	
box-shadow: 0 0 50px 5px rgba(68, 88, 144, 0.22);
-webkit-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.22);
-moz-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.22);
}

.list-group-shadow:hover {	
 box-shadow:0 5px 15px rgba(0,0,0, .09);
-webkit-box-shadow:0 5px 15px rgba(0,0,0, .09); 
-moz-box-shadow:0 5px 15px rgba(0,0,0, .09);
}

.online-form-xl{
background: linear-gradient(0deg, rgba(229,241,255,1) 0%, rgba(255,255,255,1) 50%, rgba(229,241,255,1) 100%);
}

/*==============
.LIST GROUP ITEM 
================*/		
/* DOWNLOAD BROCHURE */

.download-outer{
  margin-top:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.outer__button { 
  padding: .5em 1.5em;
  margin-top: -1em;
  border-radius:7px;
  color:#494a4e; 
  box-shadow: 0 0 80px 5px rgba(68, 88, 144, 0.22);
-webkit-box-shadow:0 0 80px 5px rgba(68, 88, 144, 0.22);
-moz-box-shadow:0 0 80px 5px rgba(68, 88, 144, 0.22);
  
} 

.button__left-right {
  border: 2px solid #062145;
  background: linear-gradient(to right, #062145 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: bottom right;
  transition: all .7s ease-out;
}

.button__left-right:hover {
  border: 2px solid #062145;
  background-position: bottom left;
  color: #fff !important;
}


.outer__button h2 a { 
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing:1px;
  text-transform: uppercase;
  color:#494a4e;
}


.outer__button h2 span{ 
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing:12px;
  text-transform:capitalize;
}


.outer__button em,
.outer__button i {	
float:right;
display:block;
margin-left:20px;
position:relative;
}

.outer__button:hover h2 a { 
color: #fff !important;
}


.outer__button:hover h2 span{ 
color: #fff !important;
}


 /*==========
SECTION TITLE
  ================*/

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--secondary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}

 /*==========
SERVICE
  ================*/

.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

 /*==========
TESTIMONIAL
  ================*/

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

 /*==========
TEAM
  ================*/

.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


 /*==========
MISCELLANEOUS
  ================*/


@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}



/*-------
 Strategic Goal
---------------*/
.strategic {
padding:0;
margin-bottom:20px;
}

.strategic .strategic-item {
  padding:0px;
  height: 100%;
  border-radius: 10px;
}

.strategic .strategic-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 30px;
}

.strategic .strategic-item .icon i {
  color: #062145;
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}



.strategic .strategic-item .icon img {
  width: 55px;
  height: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}




.strategic .strategic-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.strategic .strategic-item h3 {
  font-family: 'Poppins', sans-serif;
  color:#062145;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.strategic .strategic-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
font-family: 'Poppins', sans-serif;
color:#494a4e;
}

.strategic .strategic-item .readmore {
font-family: 'Poppins', sans-serif;
color:#494a4e;
font-weight:700;
font-size:14px;
letter-spacing:1px;
margin-top: 10px;
display: inline-block;

}

.strategic .strategic-item:hover .icon:before {
  background: #0356fe;
}

.strategic .strategic-item:hover h3 {
  border-color: #0356fe;
}





/*===========================
Program Areas and Activities
=============================*/
#program-area .case-item img {
    transition: .5s;
}
  
 #program-area .case-item:hover img {
    transform: scale(1.2);
}
  
#program-area .case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(6, 3, 45, 0), var(--dark));
    z-index: 1;
}
#program-area .case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(6, 3, 45, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}



#program-area .case-overlay h5 {
font-family: 'Poppins', sans-serif;
color:#ffffff;
font-size:16px;
font-weight:500;
line-height:20px;
}


#program-area .case-overlay .btn {
    width: 40px;
    height: 40px;
	font-weight: 400;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

#program-area .case-overlay:hover .btn {
    width: 140px;
	font-weight: 400;	
}




/*=================
Reports and Publication
======================*/
#why-choose-us{
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}
.why-choose-us-left{
    padding: 50px;
    background-color: #062145;
}
.why-choose-us-right{
    background: linear-gradient(rgba(3, 86, 254, .9), rgba(0, 0, 0, .4)), url(../img/Humla.jpg) center right no-repeat;
    background-size: cover;
    padding: 50px;
}

.why-choose-us-right h3,
.why-choose-us-left h3{
	font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    line-height: 3.2rem;
}
.why-choose-box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    grid-gap: 10px;
}
.why-choose-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background-color: #203e67;
}
.why-choose-box i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #0356fe;
    margin-right: 10px;
}
.why-choose-box-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-choose-box-text strong{
	margin-top:15px;
    color: #ffffff;
    font-weight: 600;
}
.why-choose-box-text p,
.why-choose-box-text a {
    color: #ffffff;
    font-size: 0.9rem;
    opacity: 0.9;
}



/*.why-choose-us-left a{
    background-color: #1a1a1b;
    color: #ffffff;
    padding: 0px 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    max-width: 200px;
    margin-top: 30px;
    font-size: 0.9rem;
}*/
.why-choose-us-right p{
    color: #dfdfdf;
    font-size: 0.8rem;
    line-height: 1.4rem;
    letter-spacing: 0.5px;
    margin: 10px 0px;
}
.w-right-contact-container{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.w-right-contact-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.w-right-contact-box i{
    width: 50px;
    height: 50px;
    background-color:#0356fe;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.2rem;
    margin-right: 10px;
}
.w-right-contact-box-text{
    display: flex;
    flex-direction: column;
}
.w-right-contact-box-text span{
    color: #e4e4e4;
    font-size: 0.7rem;
}
.w-right-contact-box-text strong{
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
}



/*=========================
Reports and Publication 
making-responsive
===================*/

@media(max-width:950px){
    
    #why-choose-us{
    grid-template-columns: 1fr;
    }
 }


@media(max-width:620px){
    .why-choose-us-left h3,
    .why-choose-us-right h3{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
	
    .why-choose-us-right,
    .why-choose-us-left{
        padding: 30px 20px;
    }
    .why-choose-box-container{
        grid-template-columns: 1fr;}

}

/*=================
Executive Committee
======================*/

@media (min-width: 992px) {
    .container-committee.facts {
        max-width: 100% !important;
    }

    .container-committee.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container-committee.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container-committee.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container-committee.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container-committee.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container-committee.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}



.container-committee.facts .facts-text {
	background: linear-gradient(rgba(3, 86, 254, .9), rgba(0, 0, 0, .4)), url(../img/Humla.jpg) center right no-repeat;
    background-size: cover;
}

.container-committee.facts .facts-counter {
    background: linear-gradient(rgba(6, 33, 69, 1), rgba(6, 33, 69, 1));
    background-size: cover;
}

.container-committee.facts .facts-text .h-100,
.container-committee.facts .facts-counter .h-100 {
    padding: 4rem 0 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.container-committee.facts .facts-text h1 {
font-family: 'Poppins', sans-serif;
color:#ffffff;
}



/*=================
Executive Committee
======================*/

#executive-committee {
font-family: 'Poppins', sans-serif;
color:#494a4e;
	
 -webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;		
}

#executive-committee .owl-item.center .item {
    background: var(--secondary);
    color:#ffffff;	
}

#executive-committee .team-item:hover{
box-shadow: none !important;		
}

#executive-committee .team-item .team-text {
    position: relative;
    height: 50px;
    overflow: hidden;
}

#executive-committee .team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#executive-committee .team-item .team-title h5{	
font-family: 'Montserrat', sans-serif;
font-size:14px;
font-weight:500;
letter-spacing:1px;
line-height:0px;
text-transform:uppercase;	
}

#executive-committee .team-item .team-title span{	
font-size:13px;
font-weight:400;
letter-spacing:1px;
}


/*=================
CASE STUDY SECTION
======================*/



.case-study,
.case-study-view1-wrap {
    float: left;
    width: 100%;
}
.case-study ul li { 
list-style: none; }


.case-study > ul > li   {
    float: none;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    vertical-align: top;
}

.case-study-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
    padding: 30px 50px 30px 95px;
    border-radius: 10px;
    position: relative;
    background-color: var(--light);
}

.case-study-view1 i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: var(--secondary);
    width: 70px;
    height: 70px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 18px;
    margin-top: -36px;
    background-color: var(--primary);
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}


.case-study-view1 li:hover i {
    color: #ffffff;
    background-color: var(--secondary);
}


.case-study-view1 a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
	color:var(--secondary);
}


.case-study-view1 div.small {
    font-size: 13px;
    color: #000222;
	font-weight: 400 !important;
}

.case-study-view1 p,
.case-study-view1 span {
	font-family: 'Montserrat', serif;
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 90px;
    font-weight: 700;
    color: #999999;
    opacity: 0.07;
    line-height: 1;
}



/*=================
BTNS
======================*/

.hero-text-btns{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hero-text-btns a{
    height: 45px;
    padding: 0px 15px;
    background-color: #122853;
    color: #ffffff;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.hero-text-btns a i{
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #014dd5;
    margin-right: 8px;
    color: #ffffff;
    font-size: 0.5rem;
    padding-bottom: 1px;
}