*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #676a81;
	background: #ffffff;
    max-width:1900px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #6a708e;
	font-size:16px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color:#4e3c6c;
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
p {
	margin: 0;
	line-height:1;
	color:#6a708e;
	font-size:14px;
	font-family: 'Poppins', sans-serif;

}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;

}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}
@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #248388;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px;
    text-transform: uppercase;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 35px 20px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color: #248388;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {color:#6a708e;}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active>a{color: #248388;}
/*.nav li*/



/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #248388;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #248388;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #248388;}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    background: url(../images/about/home.JPG) no-repeat center top;
    background-size: cover;
    height: 845px;
    width: 100%;
    max-width: 100%;
}

.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    background:rgba(0,0,0,0);
    width:100%;
    height:100%;
}

/*.header-text-area*/
.header-text h2 {
    margin-top: 150px;
    text-align: center;
    color: #384e93;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.0;
}
.header-text h2 span {color: #248388;}

.header-text p {
    color: #248388;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin: 30px 0 60px;
    letter-spacing: 1px;
}

.header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    text-transform: capitalize;
    color: #fff;
    background: #248388;
    border:1px solid #daeee0;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.header-text a:hover{ box-shadow: 0 5px 20px rgba(0,0,0,.4);background:#41a59c;border: 1px solid #248388;}
/*.header-text-area*/

/*-------------------------------------
        4.  About
--------------------------------------*/
.about {padding: 30px 0 50px;
background-color: #f9fbfd;}

.about-content {padding-top: 10px;}
/*.single-about-txt*/
.single-about-txt h3 {
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
}
.single-about-txt p {
    font-size: 16px;
    color: #999fb3;
    padding: 35px 0 43px;
    border-bottom: 1px solid #999fb3;
}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {font-weight:  300;border:  0;padding: 0;margin-top: 3px;}

.single-about-img{position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.single-about-img:before {
    position:  absolute;
    content: " ";
    top: 0;
    left:  0;
    width: 100%;
    height:  150%;
}
.single-about-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;

}
.about-list-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #1f2c6c;
}
/*.ab-list-icon */
.about-list-icon ul {
    display: flex;
}
.about-list-icon  ul li a {
    padding-right: 22px;
    cursor:pointer;
    color: #fff;
}
.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.about-list-icon ul li a i {
    margin-left: 6px;
}
/*.ab-list-icon */

/*.single-about-img */

.mission-quote {
    font-size: 1.5rem;
    line-height: 2;
    color: #444444;
    border-left: 5px solid #248388; /* A left border for a quote effect */
    padding: 15px 20px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.mission-quote p {
    margin: 0;
}

.mission-quote p b {
    color: #248388;

}
/*-------------------------------------
        5.  Education
--------------------------------------*/
/* Section padding */
.education {
    padding: 60px 0;
    background-color: #f9fbfd;
}

/* Styling the timeline */
.single-horizontal-timeline {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* University Title Spacing */
.timeline-content .title {
    font-size: 22px;
    font-weight: bold;
    color: #3c4258;
    margin-top: 20px;  /* Adds space between university and text */
    margin-bottom: 10px;
}

/* Subtitle (location) styling */
.timeline-content h5 {
    font-size: 16px;
    color: #6a708e;
    margin-bottom: 15px; /* Space after location */
}
.timeline-horizontal-border i {
    font-size:  10px;
    color: #258b85;
    margin-right:  5px;
}

/* Description text */
.timeline-content .description {
    font-size: 16px;
    color: #6a708e;
    line-height: 1.8;
    margin-bottom: 20px; /* Space before coursework */
}

/* Coursework Section */
.key-coursework {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    color: #258b85;
}

.key-coursework ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

.key-coursework ul li {
    font-size: 16px;
    color: #3c4258;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .col-md-6 {
        margin-bottom: 30px;
    }
}

/*-------------------------------------
        6.  Skills
--------------------------------------*/
.skills {

}
.skill-content{padding: 50px 0 80px;}
.single-skill-content{padding-top: 100px;}
.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5ebf2;
}
.single-progress-txt {
    display: flex;
}
.single-progress-txt h3 {
    width: 10%;
    color: #258b85;
    position: relative;
    top: 6px;
    left: 20px;
}
.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.progress {
    border-radius:3px;
    overflow: visible;
    background: #e6ecf3;
    height:8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}
.progress-bar {
   background: #258b85;
    border-radius: 3px;
   -webkit-transition: width 1.5s ease-in-out;
   -ms-transition: width 1.5s ease-in-out;
   -moz-transition: width 1.5s ease-in-out;
   -o-transition: width 1.5s ease-in-out;
   transition: width 1.5s ease-in-out;
}
.tooltip{
   position:relative;
   float:right;
}
.tooltip > .tooltip-inner {
   background-color: transparent;
   padding: 1px 5px;
   color: #258b85;
   font-weight: 500;
   font-size: 12px;
   border-radius: 0;
}
.popOver + .tooltip > .tooltip-arrow {
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid #fff;
   bottom: -1px;
   transform: translateX(-50%);
   margin-left: 0;
}
/* ------------------------------------------- */
.skills-section {
    background-color: #f9f9f9;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.section-heading {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.skills-category h3 {
    font-size: 1.6rem;
    color: #777777;
    margin-bottom: 15px;
    text-align: center;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    justify-items: center;
    margin-bottom: 40px;
}

.skill-item {
    text-align: center;
}

.skill-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.skill-item p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

.skills-section {
    font-family: 'Poppins', sans-serif;
    padding: 50px 20px;
    background: #fff;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.skills-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.skills-category {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.skills-category h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #258b85;
    margin-bottom: 20px;
}

.skills-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.skill-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    color: #333;
}

.skill-item i {
    font-size: 24px;
    color: #026e5c;
}

.skill-item strong {
    font-weight: bold;
    color: #000;
}

/*-------------------------------------
        7. Experience
-------------------------------------*/
.experience {
    padding: 50px 0 100px;
    border-top: 1px solid #e5ebf2;
}
.experience-content {padding-top: 100px;}
.single-timeline-box {margin-bottom: 75px;}

/*experience-time*/
.experience-time {
    position: relative;
}
.experience-time h2 {
    font-weight: 400;
}
.experience-time h3 {
    font-size: 16px;
    font-weight: 300;
    color: #636a82;
    margin-top: 14px;
    text-transform: uppercase;
}

.experience-points {
    list-style: none;
    padding: 0;
}

.experience-points li {
    font-size: 16px;
    line-height: 1.8;
    color: #3c4258;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.experience-points li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
    color: #026e5c;  /* Choose a color that fits your theme */
}

/* Responsive Design */
@media (max-width: 768px) {
    .experience-points li {
        font-size: 14px;
    }
}

.main-timeline{
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 2px;
    height: 84%;
    background: #b2c1ce;
    position: absolute;
    top: 1.5%;
    left: 45.8%;
    z-index: -1;
}
.main-timeline .timeline{
    position: relative;
}

.timeline-content span>i, .experience-time span>i {
    color: #258b85;
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}
.timeline-content h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.timeline-content h5 {
    color: #636a82;
    font-size: 14px;
    font-weight: 300;
    margin: 18px 0 20px;
}
.main-timeline .description {
    font-size: 14px;
    color: #5c6276;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
.timeline-single-before:before {
    content: '';
    top: 57px;
    left: -3px;
    position: absolute;
    width: 100%;
    height:400px;
    border-left:15px solid #fff;
}

.experience-time-responsive{display: none;}
/*-------------------------------------
        8. Profiles
--------------------------------------*/
.profiles {
    padding:  50px 0 100px;
    border:  1px solid #e5ebf2;
}

.profiles-content {padding-top: 100px;}
.profiles-content .col-sm-3{padding:0;}
.profile-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.single-profile {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b2c1ce;
    overflow:hidden;
    -webkit-transition:background 0.5s linear;
    -moz-transition:background 0.5s linear;
    -ms-transition:background 0.5s linear;
    -o-transition:background 0.5s linear;
    transition:background 0.5s linear;
}
.profile-icon-name {
    text-transform: capitalize;
    color: #636a82;
    font-size: 16px;
}
.single-profile.profile-no-border{border-right:transparent;}
.profile-border {
    border-bottom: 1px solid #b2c1ce;
}
.single-profile-overlay{
    display:flex;
    align-items:center;
    text-transform: capitalize;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width:100%;
    height: 100%;
    background: #248388;
    background: -moz-linear-gradient(left, #248388 0%, #248388 100%);
    background: -webkit-linear-gradient(left, #248388 0%,#248388 100%);
    background: linear-gradient(to right, #248388 0%,#248388 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92cf9', endColorstr='#b636ff',GradientType=1 );
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-profile:hover .single-profile-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}
.single-profile:hover .profile-icon-name,.single-profile:hover .profile-txt a>i{color: #fff;}
.single-profile:hover .profile-border {border:transparent;}
/*-------------------------------------
        9. Portfolio
--------------------------------------*/
.portfolio {
    padding:  50px 0 100px;
    border:  1px solid #e5ebf2;
}

.portfolio-content {padding-top: 100px;}

/* ---- .item ---- */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
.isotope .item {
    position:relative;
    overflow:hidden;
    margin-bottom: 30px;
}
/*.item img*/
.isotope .item img{
    width:100%;
    height:100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.isotope .item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/

/*.isotope-overlay*/
.isotope-overlay{
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(31,44,108,.5);
    display:flex;
    align-items:center;
    text-transform: uppercase;
    justify-content:center;
    flex-direction:row;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.isotope-overlay a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.isotope .item:hover .isotope-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}/*.isotope-overlay*/

/*-------------------------------------
        10. Clients
--------------------------------------*/
.clients {padding-top: 50px;}

.clients-area {
    display: flex;
    align-items: center;
    height: 450px;
}
.clients-area .item {padding: 0 25px;}

.clients .clients-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius:0;
}

/*-------------------------------------
        11. Contact
--------------------------------------*/
/* Container for the services */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}
.contact {
    background: #f9fbfd;
    padding: 50px 0 100px;
}
.single-contact-box {padding-top: 15px;}
.contact-form  .form-group {
    margin-bottom: 20px;

}
.contact-content .row {
    display: flex;
    justify-content: space-between; /* Ensures equal spacing */
    gap: 50px;  /* Adjust the spacing as needed */
}

.contact-form .form-control {
    border: 2px solid #b5d8d6; /* Add a solid border with a color */
    border-radius: 5px;  /* Optional: Rounded corners */
    padding: 12px;
    padding-right: 40px;
    font-size: 16px;
    background-color: #fff;  /* Ensure a contrasting background */
    color: #333;
    transition: all 0.3s ease-in-out;
}

/*--contct button--*/
.contact-form .single-contact-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    text-transform:capitalize;
    margin-top: 3px;
    background: #258b85;
    border: 1px solid #258b85;
    cursor:pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
     -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn .contact-btn ,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top:10px;
    outline: none;
    border:0;
    border-color: #258b85;
    color: #fff;
    border-radius: 0px;
    font-size:14px;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}
.single-contact-btn:hover{
    background: #1cb7ae;
    border: 1px solid #1cb7ae;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

/* contact-adress */
.contact-add-head h3 {
    font-size:  24px;
    color:  #3c4258;
}
.contact-add-head p {
    font-size:  16px;
    text-transform: capitalize;
    color:  #636a82;
    font-weight:  300;
    margin-top:  6px;
}
/* contact-adress */

/*.contact-add-info */
.contact-add-info { margin: 42px 0 52px;}
.single-contact-add-info h3 {
    color:  #636a82;
    font-weight:  500;
}
.single-contact-add-info p {
    color:  #999fb3;
    font-size:  16px;
    margin-top:  18px;
}

.single-contact-add-info p:hover{
    color:  cadetblue;
}

.single-contact-add-info {
    margin-bottom:  26px;
}

.contact-icons p {
    font-size: 16px;
    color: #3c4258;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icons i {
    font-size: 24px;
    color: #1D6EC0; /* Blue color to match the theme */
}

.contact-icons a {
    text-decoration: none;
    color: #3c4258;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.contact-icons a:hover {
    color: #258b85;
}
/* Contact section styling */
.contact-content {
    text-align: left;
    padding: 30px;
    background: #f9fbfd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Title styles */
.contact-title {
    font-size: 22px;
    font-weight: bold;
    color: #3c4258;
    margin-bottom: 10px;
}

.contact-subtitle {
    font-size: 16px;
    color: #6a708e;
    margin-bottom: 20px;
}

/* Contact list styles */
.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #3c4258;
    margin-bottom: 15px; /* Space between each option */
}

/* Icon colors */
.contact-list li i {
    font-size: 28px;
    color: #026e5c; /* Set desired color */
    transition: all 0.3s ease-in-out;
}

.contact-list li i:hover {
    color: #258b85;
}

/* Link styling */
.contact-list li a {
    text-decoration: none;
    color: #404242;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.contact-list li a:hover {
    color: #258b85;
}

/*hm-foot-icon*/
.hm-foot-icon {

}
.hm-foot-icon ul li{float:left;}
.hm-foot-icon ul li>a {
    color: #636a82;
    margin-right:18px;
    -webkit-transition: .3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-icon ul li>a:hover{
    color: #248388;
}/*hm-foot-icon*/

.hm-footer-copyright p{
    color: #888ea5;
    text-transform: capitalize;
    padding: 38px 0;
}
.hm-footer-copyright p a {color: #888ea5;}
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#248388;
	border:1px solid #248388;
	border-radius:50%;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #248388;
	border:1px solid #248388;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

#word-cloud {
    width: 100%;
    height: 500px;
    background-color: #248388;
}

.typing-effect {
    font-size: 24px;
    color: #4b0082; /* Indigo */
    font-weight: bold;
}

.custom-button {
    display: inline-block;
    background-color: #248388; /* Purple background */
    width: 30%;
    padding: 8px;
    font-weight: bold; /* Bold text */
}
.custom-button:hover {
    display: inline-block;
    background-color: #248388; /* Purple background */
    width: 30%;
    padding: 8px;
    font-weight: bold; /* Bold text */
}
.custom-button p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about-list-icon ul {
    display: flex;
    justify-content: center;
    gap: 20px; /* Adjust spacing between icons */
}

.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

/*========================Thank you=================


