/*
Author       : INFIA GMBH
Template Name: INFIA Website
Version      : 1.0
*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 800;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body{
    margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}
a{
	outline: none;
	text-decoration: none;
}
ol,
ul {
    padding: 0;
    margin: 0;
}
img{max-width: 100%;}

.legal-page {
    background: #f7fbfd;
}

.legal-header {
    background: #fff;
    border-bottom: 1px solid #e6eef2;
    padding: 22px 0;
}

.legal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.legal-nav img {
    width: 140px;
}

.legal-nav a {
    color: #0E2230;
    font-weight: 700;
}

.legal-nav a:hover {
    color: #00B8FF;
}

.legal-content {
    padding: 90px 0;
}

.legal-content h1 {
    color: #0E2230;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 28px;
}

.legal-content h2 {
    color: #0E2230;
    font-size: 24px;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 14px;
}

.legal-content p,
.legal-content li {
    color: #4d5c66;
    font-size: 16px;
    line-height: 30px;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content li {
    list-style-type: disc;
}

.legal-content a {
    color: #007faf;
    font-weight: 700;
}

.legal-updated {
    color: #6b7b85;
    font-size: 14px;
    margin-bottom: 40px;
}

.cookie-consent {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
    padding: 18px 20px;
    background: #0E2230;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(14, 34, 48, 0.28);
}

.cookie-consent strong {
    display: block;
    margin-bottom: 4px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.cookie-consent p {
    margin: 0;
    color: #e7f1f5;
    font-size: 14px;
    line-height: 22px;
}

.cookie-consent__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.cookie-consent__actions a {
    color: #7DD3FC;
    font-size: 14px;
    font-weight: 700;
}

.cookie-consent__actions button {
    border: 0;
    border-radius: 6px;
    padding: 10px 22px;
    color: #0E2230;
    background: #FFFFFF;
    font-weight: 800;
    cursor: pointer;
}

.cookie-consent__actions button:hover {
    background: #7DD3FC;
}

@media (max-width: 575px) {
    .cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-consent__actions {
        width: 100%;
        justify-content: space-between;
    }
}


/* Theme Default Spacing */

.section_padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mt_30 {
    margin-top: 30px;
}


/* Section Title */
.section-title{
	padding: 100px 0;
}
.section-title p {
    font-size: 14px;
    font-weight: 500;
    color: #00B8FF;
}

.section-title h2{
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    color: #000000;
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid #00B8FF;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* start navbar */

.navbar-section {
    position: absolute;
    width: 100%;
    z-index: 999;
	padding-top: 10px;
}

.icon li {
    display: inline-block;

}

.top-bar {
    display: flex;
    justify-content: space-between;
}
header {
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
header .navbar-toggler{
	border: 1px solid #00B8FF;
}
header .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 184, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}
button.navbar-toggler:focus:not(:focus-visible) {
    outline: 0;
    border-color: #00B8FF;
    box-shadow: none;
}
.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    animation: fadeInDown 1s both 0.2s;
}
.header.sticky .nav-bg{
    box-shadow: 0px 4px 30px rgb(0 184 255 / 20%);
}
.header.sticky .navbar{
	padding-top: 0;
}
.nav-bg {
    background: #fff;
    padding: 15px 20px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    position: relative;
}

.first-part {
    display: flex;
}

.first-part p {
    margin-right: 40px;
    color: #fff;
    margin-bottom: 0;
}

.second-part a li{
    color: #fff;
}

.second-part p {
    margin-right: 40px;
    color: #fff;
}

.second-part i {
    margin-right: 10px;
}

ul.icon {
    float: right;
}
.icon li a {
    color: #fff;
}
.main_menu {
    margin-right: 55px;
}
.main_menu li a {
    margin-right: 20px;
    color: #000;
    font-size: 15px;
}
.main_menu li a:hover,
.main_menu li a:focus,
.main_menu li.current a{
	color: #00B8FF;
}
.main_menu li a:hover,
.main_menu li.active a {
    color: #00B8FF;
}
.humber_menu {
    background: #00B8FF;
    width: 75px;
    height: 73px;
    line-height: 75px;
    position: absolute;
    right: 0;
    text-align: center;
}


/*********** Start Side-bar area  **********/
.appointment-wrapper{
	position: fixed;
    right: -420px;
    top: 0px;
    width: 400px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.visible-appointment .appointment-wrapper{
	right:0px;
	opacity:1;
	visibility:visible;
}
.appointment-wrapper .appoint-box {
    position: relative;
    background-color: #f5f8fb;
    padding: 50px 30px;
}
.appointment-wrapper .appoint-box .cross-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #3a3a3a;
    font-size: 30px;
}
.appointment-wrapper .appoint-box h2{
	position:relative;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	color:#3a3a3a;
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
}
.layer-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(10,24,40,0.80);
    visibility: hidden;
    z-index: 999999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.visible-appointment .layer-drop{
    opacity: 1;
    visibility: visible;
}
.appointment-wrapper .single-contact h5 {
    color: #3a3a3a;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 20px;
}
.appoint-box .single-contact li {
    margin-bottom: 10px;
}
.appointment-wrapper .single-contact span {
    color: #3a3a3a;
    font-size: 16px;
    margin: 0 10px;
}
.quote-icons {
    margin-top: 30px;
}
.quote-icons h5 {
    color: #3a3a3a;
    margin-bottom: 20px;
    font-size: 18px;
}
.quote-icons ul li {
    display: inline-block;
}
.quote-icons ul li a {
    color: #3a3a3a;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: 0.4s;
}
.quote-icons ul li a:hover{
	background: #00B8FF;
    border: 1px solid #00B8FF;
    color: #fff;
    transition: 0.4s;
}
.appointment-wrapper .single-contact {
    width: 100%;
    float: none;
}
.appointment-wrapper .quote-btn {
    background: #FDA12B;
    border: 1px solid #FDA12B;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 140px;
    transition: 0.4s;
	border-radius: 2px;
}
.appointment-wrapper .quote-btn:hover {
    background: #3a3a3a;
    border: 1px solid #fff;
}
.appointment-wrapper .contact-icon {
    padding: 30px 0px;
    background: transparent;
}
.appointment-wrapper .single-contact a i{
    color:#3a3a3a;
}
/* end navbar */

/* start hero section */
.hero-section {
    background: url(../img/bg.png) no-repeat;
    width: 100%;
    height: 700px;
    background-size: cover;
}

.hero-section-text {
    text-align: center;
    margin: 0 auto;
    padding-top: 18%;
}

.hero-section-text {
    color: #fff;
}

.hero-section-text .big-title h3 {
    font-size: 24px;
    color: transparent;
    font-weight: lighter;
    -webkit-text-stroke: 1px #ffffff;
}

.hero-section-text .big-title h1 {
    font-size: 80px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 40px;
}
a.slider_btn {
    background-color: rgba(255,255,255, 0.10);
    text-decoration: none;
    border: 2px solid #fff;
    color: #ffffff;
    font-size: 18px;
    width: 230px;
    display: block;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0px 8px 35px rgba(0, 184, 255, 0.50);
    transition: all 0.4s ease-in-out;
}
a.slider_btn:hover{
	border-color: #00B8FF;
    background-color: #00B8FF;
}


@media screen and (max-width: 985px) {
    .top-bar {
        display: none;
    }

}

@media screen and (max-width: 700) {
    .hero-section {
        margin-top: -100px !important;
    }

    .hero-section-text {
        position: absolute;
        top: 100px !important;
    }

}

@media screen and (max-width: 696px) {
    .big-titile h3 {
        font-size: 5px !important;
    }

    .big-titile h1 {
        font-size: 5px !important;
    }
}

/* end hero section */


/* start feature section */
.feature-title {
    padding-top: 70px;
    padding-bottom: 0;
}

.feature-card {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 5px;
	margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

.active-feature-card .feature-card-text {
    color: #fff;
}
.feature_text h5 {
    font-size: 22px;
    font-weight: 600;
}
.feature_text p {
    margin-top: 20px;
}

.feature_icon.active {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.feature_icon {
    background: rgba(0, 184, 254, 0.15);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.feature-card-title {
    font-size: 18px;
    font-weight: 500;
    color: #00B8FF;
}

.feature-card{
	position: relative;
	overflow: hidden;
}
.feature-card:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #00B8FF;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.feature-card:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00B8FF;
    z-index: -1;
}
.feature-card:hover .feature_text {
    color: #fff;
}
.feature-card:hover .feature-card-text {
    color: #fff;
}

.feature-card:hover .feature_icon {
    background: #fff;
}


.active-feature-card {
    background-color: #00B8FF;
    color: #fff;
    border: none;
}

.active-feature-card-title {
    color: #ffffff;
}

.feature-card:hover .feature-card-title {
    color: #fff;
}

.feature-card-text {
    margin: 0;
}

.feature-card-button {
    margin-bottom: 0;
    font-size: 13px;
    cursor: pointer;
    color: #00B8FF;
}

.active-feature-card-button {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 13px;
    cursor: pointer;
}

/* end feature section */

/*popup area*/

.modal {
    display: none;
    position: fixed;
    transition: 5s;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {

    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*popup area*/

/* end about section */

/* start service section  */
.service-section-title {
    padding-top: 70px;
}
.service-section-title .section-text {
    margin-top: 20px;
    color: #888888;
}
.service-card {
    background-color: #ffffff;
    box-shadow: 0px 4px 30px rgb(0 184 255 / 20%);
    border-radius: 5px;
    padding: 50px 30px;
}
.feature_text {
    padding-top: 30px;
}


/*circle-bg*/
.circle_bg_1 {
    position: relative;
    z-index: 1;
}

.circle_bg_1::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 168, 0, 0.25);
    z-index: -1;
}

.circle_bg_2 {
    position: relative;
    z-index: 1;
}

.circle_bg_2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 184, 255, 0.25);
    z-index: -1;
}

.circle_bg_3 {
    position: relative;
    z-index: 1;
}

.circle_bg_3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 255, 26, 0.25);
    z-index: -1;
}

.circle_bg_4 {
    position: relative;
    z-index: 1;
}

.circle_bg_4::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(112, 0, 255, 0.25);
    z-index: -1;
}

.circle_bg_5 {
    position: relative;
    z-index: 1;
}

.circle_bg_5::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(235, 2, 255, 0.25);
    z-index: -1;
}


/*circle-bg*/
.service-card-title h5 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.service-card-text {
    font-size: 14px;
    color: #777777;
    font-weight: 100;
}

/* end service section  */

/* solution section start */

.solution-section-title {
    padding-bottom: 15px;
    padding-top: 0;
}

.solution-bg-border img {
}
.solution-section-text {
    margin-top: 30px;
}

.quality-service-chart li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    margin-bottom: 30px;
}

.quality-service-chart .number {
    font-weight: bold;
    margin-right: 10px;
    background-color: #00B8FF;
    color: #ffffff;
    padding: 8px 11px;
    border-radius: 5px;
}

.quality-service-chart .service-name {
    line-height: 1.4;
    margin-left: 20px;
}

.quality-service-chart .service-name h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

/* solution section end */

/* portfolio section start  */
#portfolio {
    background: url(../img/portfolio-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.portfolio-section-title{
	padding-top: 0;
}
.portfolio-section-title h2{
    color: #ffffff;
}

.portfolio-card {
    position: relative;
}

.portfolio-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	overflow: hidden;
    border-radius: 13px;
}
.portfolio-card-overlay:hover{
	opacity: 1;
	
}
.portfolio-card-overlay i {
    color: #fff;
    font-size: 20px;
    background-color: #00B8FF;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 30px;
    transition: 0.3s ease;
	transform: scale(0);
}
.portfolio-card-overlay:hover i {
	transform: scale(1);
}
.overlay-text {
    color: #fff;
    text-align: start;
    margin-top: 50px;
    padding: 15px 30px;
    font-weight: lighter;
    background-color: rgba(9, 48, 126, 0.70);
    border-radius: 13px;
    padding-top: 10px;
    text-align: center;
    bottom: -100px;
    position: relative;
    transition: all 0.3s ease;
}
.portfolio-card-overlay:hover .overlay-text {
	bottom: 0;
}
.overlay-text p:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.overlay-text p:nth-child(2) {
    font-size: 18px;
    line-height: 0;
    color: #fff;
}

/* portfolio section end */


/* price table start  */
#pricing{
	padding-bottom: 100px;
}
.price-table-title{
	padding-top: 0;
}
.price-card {
    border: none;
    border-radius: 10px;
    background: #F3F3F3;
    padding: 0 30px;
    padding-bottom: 20px;
}

.price-card-header {
    padding: 50px 20px 0;
}

.price-card-body {
    padding: 15px 20px 50px;
}

.price {
    font-size: 32px;
    font-weight: bold;
    color: #00B8FF;
    padding-top: 20px;
}

.price small {
    color: #000000;
    font-size: small;
}
.list-unstyled.basic_list {
    height: 200px;
}
.list-unstyled li {
    margin-bottom: 20px;
    font-size: 14px;
}

.list-unstyled li i {
    color: #00B8FF !important;
    margin-right: 5px;
    color: #666666;
}

.price-btn {
    margin-top: 30px;
    width: 100%;
    background-color: #00B8FF;
    border: none;
    font-size: 16px;
    padding: 15px;
    transition: all 0.5s;
}

.price-btn:hover {
    background-color: #ffffff;
    color: #666666;
    box-shadow: 0px 10px 40px rgba(0, 184, 255, 0.5);
}

.active-price-card {
    color: #ffffff;
    background-color: #00B8FF;
    position: relative;
    overflow: hidden;
}
.active-price-card .featured {
    float: right;
    transform: rotate(45deg);
    right: -67px;
    top: 17px;
    position: absolute;
    text-align: center;
    width: 200px;
    font-size: 14px;
    margin: 0;
    background-color: #fff !important;
    padding: 7px 10px;
    font-weight: 500;
    color: #00B8FF;
}
.active-price-card .price-card-header p small {
    color: #fff;
    font-weight: 400;
}

.active-price-card .price-card-header p {
    color: #ffffff;
}

.active-list-unstyled li i {
    color: #ffffff !important;
}

.active-price-btn {
    background-color: #ffffff;
    color: #00B8FF;
}

.active-price-btn:hover {
    color: #00B8FF;
    background-color: #fff;
    box-shadow: 0px 10px 40px rgba(255, 255, 255, 0.651);
}
/* price table end */

/* start appontment */
#appontment {
    background: url(../img/appontment-bg.png) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.appontment-title {
    margin-top: 90px;
    padding: 0;
}

.appontment-title h1,
.appontment-title h2,
.appontment-title p{
    color: #fff;
}
.appontment-title {
    padding: 0;
    margin: 0;
}
.appontment-button {
    margin-top: 70px;
}
.appontment-button a {
    color: #fff;
    text-decoration: none;
    background-color: #00B8FF;
    font-size: 14px;
    padding: 15px 50px;
    border-radius: 50px;
    box-shadow: 0px 10px 40px rgba(0, 184, 255, 0.5);
	transition: all 0.4s ease-in-out;
}
.appontment-button a:hover{
    color: #00B8FF;
    background-color: #fff;
}

/* end appontment */


/* shared centered section title */
.blog-title {
    text-align: center;
    padding-top: 0;
}

/* start footer section */
.footer {
    background: url(../img/footer-bg.png) no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 50px;
	z-index: 1;
	position: relative;
}
.footer:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 60, 255, 0.85);
	mix-blend-mode: darken;
	z-index: -1;
}
.footer-logo img {
    width: 158.15px;
    text-decoration: none;
}
.footer-para p {
    margin: 20px 0 30px;
    font-size: 16px;
    color: #ffffff;
}
.social-media-links li {
    display: inline-block;
    margin-right: 30px;
}
.social-media-links li a {
    color: #fff;
    font-size: 20px;
}
.contact-info {
    display: flex;
}
.footer-contact p {
    color: #fff;
}
.list-unstyled li a {
    font-size: 15px;
    color: #fff;
    transition: all 0.3s;
}
.list-unstyled li a:hover {
    transform: translateY(5px);
    display: block;
}
.list-unstyled li {
    margin-top: 20px;
}
.footer-titile {
    font-size: 22px;
    padding-bottom: 30px;
}
.row.copy_area {
    padding-top: 100px;
}
.copy_text {
	margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.copyright_content li {
    display: inline-block;
    margin-left: 50px;
    float: right;
    text-decoration: none;
}
.copyright_content li a {
    font-size: 16px;
    color: #fff;
}
/* end footer section */
