input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type=file]::-moz-file-upload-button {
    cursor: pointer;
}
input[type=file]::-ms-file-upload-button {
    cursor: pointer;
}
input[type=file]::-o-file-upload-button {
    cursor: pointer;
}
.pointer, a[href], button, input[type=button], input[type=file], input[type=image], input[type=submit], label[for], select {
    cursor: pointer;
}
::-moz-focus-inner {
    border: 0 solid transparent;
}
::-webkit-focus-inner {
    border: 0 solid transparent;
}
::-moz-selection {
    color: #fff;
    background: #111;
}
::-webkit-selection {
    color: #fff;
    background: #111;
}
::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}
:-moz-placeholder {
    color: #333;
    opacity: 1;
}
::-moz-placeholder {
    color: #333;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}
html body {
    font-family: Lato, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #eee;
    overflow: hidden;
}
canvas {
    z-index: 0!important;
    position: absolute;
    top: 0;
}
a, button, div a:active, div a:focus, div a:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
a, button, div a i:active, div a:active, div a:hover, span {
    text-decoration: none;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.no-list li, .no-list ol, .no-list ul, footer li, footer ol, footer ul, header li, header ol, header ul {
    list-style: inside none none;
}
.no-list ol, .no-list ul, footer ol, footer ul, header ol, header ul {
    margin: 0;
    padding: 0;
}
a {
    outline: 0;
    color: #555;
}
a:hover {
    color: #111;
}
body .clear, body .clearfix {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: 0!important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after, .clr:after, .container:after, .grve-container:after, li:after, ul:after {
    clear: both;
    display: block;
    content: "";
}
div button, div input, div select, div textarea {
    font-family: Lato, sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: Lato, sans-serif;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
}
body h1:last-child, body h2:last-child, body h3:last-child, body h4:last-child, body h5:last-child, body h6:last-child {
    margin-bottom: 0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
body p {
    color: #888;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
    padding: 0;
}
body p:empty {
    margin: 0;
    line-height: 0;
}
p strong {
    font-weight: 700;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.a-center {
    text-align: center;
}
label em {
    color: red;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}
.hidden {
    display: none!important;
}
.container {
    max-width: 100%;
}
html.no-scroll {
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height: 100%;
}
/*======================
1.Preloader CSS
========================*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex;
}
#preloader:after, #preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#preloader:after {
    left: auto;
    right: 0;
}
#preloader .loader_line {
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.loader_line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
    -webkit-animation: lineheight 1s ease-in-out 0s forwards;
    -o-animation: lineheight 1s ease-in-out 0s forwards;
    animation: lineheight 1s ease-in-out 0s forwards;
}
.loader_line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #bbb;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1.2s linear 0s infinite;
    -o-animation: lineround 1.2s linear 0s infinite;
    animation: lineround 1.2s linear 0s infinite;
    animation-delay: 2s;
}
@keyframes lineheight {
    0% {
    height: 0%}
100% {
    height: 100%}
}@keyframes lineround {
    0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
}
}.preloaded .loader_line:after {
    opacity: 0;
}
.preloaded .loader_line {
    opacity: 0;
    height: 100%!important;
}
.preloaded:after, .preloaded:before {
    -webkit-animation: preloadedzero .3s ease-in-out .5s forwards;
    -o-animation: preloadedzero .3s ease-in-out .5s forwards;
    animation: preloadedzero .3s ease-in-out .5s forwards;
}
@keyframes preloadedzero {
    0% {
        width: 50%;
    }

    100% {
        width: 0%;
    }
}
/*======================
2.Social_Tooltip CSS
========================*/
.social__tooltip {
    opacity: 0;
    position: absolute;
    padding: .5rem 1rem;
    background-color: #ff651c;
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 700;
    border-radius: .5rem;
    pointer-events: none;
}
.social__tooltip::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ff651c;
    border-radius: 3px;
}
.social__tooltip-bottom {
    left: 0;
    transform: translateX(-100%);
}
.social__tooltip-bottom::after {
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    right: 1px;
}
.social__content:hover .social__tooltip-bottom {
    opacity: 1;
    bottom: -1rem;
}
.list:hover .social__tooltip {
    opacity: 1;
}
.list .active div {
    left: -10px;
}

/*======================
3.Common CSS
========================*/
.clearfix:after, .clr:after, .grve-container:after, li:after, ul:after {
    clear: both;
    display: block;
    content: ""
}
.common-desctiption {
    color: #888;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.common_bg {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding: 30px 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
h1.common-title {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    word-spacing: 5px;
    text-align: center;
}
h2.common-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    word-spacing: 5px;
    text-align: center;
}
h5.common-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    word-spacing: 5px;
    text-align: center;
}
.animated-bar {
    background-color: #ff651c;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto 0 auto;
    position: relative;
    right: 0;
    width: 100px;
    border-radius: 4px;
}
.animated-bar:before {
    background-color: #fff;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
    left: 8px;
    -webkit-animation: heading-move 10s infinite linear;
    animation: heading-move 10s infinite linear;
}
.animated-bar:after {
    background-color: #fff;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
    left: 0;
    -webkit-animation: heading-move 10s infinite linear;
    animation: heading-move 10s infinite linear;
}
.clickbtn {
    padding: 10px 10px;
    background-color: #ff651c;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 2px solid #ff651c;
    font-size: 15px;
    margin-right: 10px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.clickbtn:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    transform: rotate(10deg);
    background-color: transparent;
    color: #000;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

/*======================
4.Header CSS
========================*/
.header-holder {
    position: fixed;
    right: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 70px 0;
}
.navigation {
    width: 70px;
    height: 100%;
    position: relative;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    overflow-y: scroll;
    overflow: visible;
}
.navigation ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
}
.navigation ul li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation ul li a {
    width: 70px;
    height: 70px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation ul li a .icon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 26px;
    transition: .5s;
}
.navigation ul li.active a .icon {
    color: #ff651c;
}
li.active {
    position: absolute;
    width: 70px;
    height: 70px;
    left: -50%;
    border-radius: 50%;
    border: 6px solid #eee;
    transition: .5s;
    background-color: #fff;
}
li.active::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -37.5%;
    width: 20px;
    height: 20px;
    background-color: #f9f9f900;
    border-bottom-left-radius: 20px;
    box-shadow: -10px 1px 0 0 #eee;
}
li.active::after {
    content: '';
    position: absolute;
    bottom: -37.5%;
    right: 9px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-top-left-radius: 20px;
    box-shadow: -10px 1px 0 0 #eee;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    margin-left: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #888;
    position: relative;
}
section {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 0;
    opacity: 0;
    transition: all ease-in .5s;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 70px;
    left: 0;
    background-color: #eee;
    overflow: hidden;
}
section.active {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: calc(100% - 70px);
    z-index: 10;
    display: inline-block;
}
.section.back-section {
    z-index: 1;
}

/*======================
5.Home CSS
========================*/
.homecolor-box {
    background-color: #ff651c;
    position: fixed;
    height: 155%;
    width: 136%;
    transform: rotate(-57deg);
    left: -91%;
    top: -48%;
    z-index: -1;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}
.home-profile {
    border-radius: 10px;
}
.home-profile img {
    border-radius: 10px;
    display: block;
    border: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 60%);
}
.home-profile.particles-js {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 60%);
}
.home-profile.particles-js img {
    width: 100%;
}
.glitch-img-warp {
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.card {
    box-shadow: 0 0 25px rgb(0 0 0 / 85%);
}
.glitch-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/profile/glitch.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    z-index: 1!important;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 25px rgb(0 0 0 / 85%);
}
.water-js {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/profile/water.jpg);
}
.water-js canvas {
    border-radius: 10px;
}
.home-profile.water-js {
    width: 100%;
    height: 100%;
}
.home-profile.water-js img {
    user-select: none;
}
.home-btn {
    padding: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.home-content {
    padding: 25px 0;
    text-align: left;
}
.animated-text {
    position: relative;
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin: 25px 0;
}
.animated-text h3 {
    color: #ff651c;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.animated-text h3:nth-child(1) {
    animation: text-move 5s infinite;
}
.lorem-text {
    text-align: center;
}
.fixed-block .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-block .social-icons a {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 30px;
    color: #000;
}
.fixed-block .social-icons a:hover {
    color: #ff651c;
    transform: rotate(20deg);
}
.section-title {
    padding: 30px 0 30px 0;
}
.section-title .common-title span {
    color: #ff651c;
}
.personal-info {
    margin-top: 35px;
}
.single-info {
    margin-top: 10px;
}
.profile-photo img {
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 60%);
    display: flex;
}
/*======================
6.About CSS
========================*/
.about-content .personal-title {
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.personal-info .info {
    margin-bottom: 10px;
}
.about-content .personal-title span {
    color: #ff651c;
}
.about-content .personal-infotitle {
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-top: 16px;
}
.about-content .personal-infotitle span {
    color: #ff651c;
}
.about-you {
    list-style: none;
    color: #000;
    margin-bottom: 16px;
    padding: 0;
    display: grid;
}
.about-content .about-you li:not(:last-child) {
    padding-bottom: 20px;
}
.about-content .about-you .title {
    color: #888;
    text-transform: capitalize;
}
.about-content .about-you .value a {
    color: #ff651c;
}
.about-content .about-you .value a:hover {
    color: #888;
}
.about-content .About-btn {
    display: block;
}
.about-content .About-btn .clickbtn {
    align-items: center;
    font-size: 14px;
}
.single-section {
    padding: 0 0 30px 0;
}
.about-subtitle {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.about-subtitle span {
    color: #ff651c;
}

/*=======================
Services and Testimonials
========================*/
/* Make each services row use flexbox */
.services-section .row {
    display: flex;
    flex-wrap: wrap;
}

/* Make each service box stretch equally in height */
.services-box {
    display: flex;
}
.services-section .service-text {
    margin-bottom: 30px;
}
.services-box .service-item {
    padding: 20px 15px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    cursor: pointer;
    transition: .5s all ease-in-out;
}
.services-box .service-item:hover {
    background: linear-gradient(to right bottom, #eaeaea, #c6c6c6);
    transition: .4s all ease-in-out;
}
.services-box .service-item i {
    font-size: 32px;
    color: #000;
    width: 90px;
    height: 90px;
    line-height: 90px;
    animation: icon-rotate 10s ease-in-out infinite;
    transition: all .5s ease-in-out;
}
@keyframes icon-rotate {
    0% {
    transform: rotateY(0);
}
100% {
    transform: rotateY(360deg);
}
}
.service-line {
    color: #ff651c;
    margin-top: 10px;
    text-transform: capitalize;
    position: relative;
}
.service-line::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    bottom: -8px;
    left: 0;
    background-color: #ff651c;
    transition: all .5s ease-in-out;
}
.service-content .services-box .service-item:hover .service-line:after {
    right: auto;
    width: 100%;
}


#testimonial .item {
    padding: 45px 0;
}
.testimonial-item {
    flex-direction: column;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    border: 1px solid #ff651c;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.testimonial-item .testimonial-img {
    max-width: 110px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 60%);
}
.testimonial-item .quote {
    position: absolute;
    z-index: 1;
    color: #ff651c;
    font-size: 50px;
    top: -48px;
    left: 30px;
}
.testimonial-item p {
    flex-grow: 1;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.testimonial-item .testimonial-name {
    font-size: 14px;
    margin-top: 5px;
}
.testimonial-item .testimonial-position {
    font-size: 12px;
    margin-bottom: 10px;
}
.testimonial-item .testimonial-a-linkedin {
    font-size: 20px;
    margin-top: 10px;
}


.testimonial-item span {
    margin-top: 10px;
    margin-left: 10px;
}
/* Position the nav arrows nicely around the carousel */
#testimonial {
    position: relative;
    padding: 0 40px; /* space for arrows */
}

#testimonial .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* container ignores clicks */
}

#testimonial .owl-nav button.owl-prev,
#testimonial .owl-nav button.owl-next {
    pointer-events: auto; /* buttons are clickable */
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    transition: background 0.2s ease, transform 0.2s ease;
}

#testimonial .owl-nav button.owl-prev:hover,
#testimonial .owl-nav button.owl-next:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.05);
}

#testimonial .owl-nav button span {
    display: none; /* hide default text if any */
}

/* Dots styling */
#testimonial .owl-dots {
    margin-top: 20px;
    text-align: center;
}

#testimonial .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

#testimonial .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: block;
    background: #ccc;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.7;
}

#testimonial .owl-dot.active span {
    background: #555;
    opacity: 1;
    transform: scale(1.2);
}

/* Equal-height testimonial cards */
#testimonial .owl-stage {
    display: flex;
}

#testimonial .owl-item {
    display: flex;
    height: auto;
}

#testimonial .item {
    display: flex;
    width: 100%;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

/* Keep text aligned and push footer down */
.testimonial-item p {
    flex-grow: 1;
}
/*======================
9.Blog CSS
========================*/

.blog-section .single-post {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: none;
    margin-bottom: 70px;
    padding: 20px;
    border-radius: 4px;
}
.single-post:hover .post-content .content-title h5>a {
    color: #ff651c;
}
.blog-section .single-post .post-content {
    padding: 10px;
}
.blog-section .single-post .post-content .content-date {
    color: #ff651c;
    margin-top: 8px;
}
.post-content .content-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.post-content .content-title h5>a {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000;
}
.ih-item {
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.ih-item img {
    width: 100%;
    height: 100%;
}
.ih-item.square {
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    border-radius: 10px;
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.square.effect {
    overflow: hidden;
}
.ih-item.square.effect .img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.square.effect a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/*======================
10.Contact CSS
========================*/

#contact .contact-section address, #contact .contact-section ul {
    margin: 0;
}
.contact-section .content-title {
    margin-bottom: 22px;
    text-transform: capitalize;
}
.contact-section .contact-form .form-group {
    margin-bottom: 25px;
}
.contact-section .contact-form .form-group .form-control {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 9px 14px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.contact-section .contact-form .form-submit .clickbtn {
    margin-left: 0;
}
.form-submit {
    display: flex;
    justify-content: center;
}
.contact-section .contact-form .form-group .form-control:-webkit-autofill, .contact-section .contact-form .form-group .form-control:-webkit-autofill:active, .contact-section .contact-form .form-group .form-control:-webkit-autofill:focus, .contact-section .contact-form .form-group .form-control:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    -webkit-text-fill-color: #777!important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
.contact-section .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #777;
}
.contact-section .contact-form .form-group .form-control::-moz-placeholder {
    color: #777;
}
.contact-section .contact-form .form-group .form-control:-ms-input-placeholder {
    color: #777;
}
.contact-section .contact-form .form-group .form-control::-ms-input-placeholder {
    color: #777;
}
.contact-section .contact-form .form-group .form-control, .contact-section .contact-form .form-group .form-control::placeholder {
    color: #777;
}
.contact-section .contact-form .form-group .form-control:focus {
    box-shadow: 0 0 10px rgb(137 137 137 / 85%);
}
.contact-section .contact-form .form-group.form-message -message {
    height: auto;
}
.contact-section .contact-form .form-submit -submit {
    padding: 10px 15px;
}
.contact-section .contact-form .form-submit #contact-submit.wait {
    background-color: #777;
    border-color: #777;
}
.contact-section .contact-form .form-submit #contact-submit.success {
    background-color: #28a745;
    border-color: #28a745;
}
.contact-section .contact-form .form-submit #contact-submit.error {
    background-color: #dc3545;
    border-color: #dc3545;
}
.contact-section .contact-info {
    padding-left: 15px;
}
.contact-section .contact-info .info-description {
    margin-bottom: 15px;
}
.contact-section .contact-info .list-info>li:first-child .info-icon {
    margin-bottom: 13px;
}
.contact-section .contact-info .list-info>li:first-child .info-details {
    padding-top: 0;
}
.contact-section .contact-info .list-info>li:last-child .info-icon {
    margin-top: 13px;
}
.contact-section .contact-info .list-info>li:last-child .info-details {
    padding-bottom: 0;
}
.contact-section .contact-info .list-info .info-icon {
    font-size: 30px;
    margin-right: 50px;
    position: relative;
}
.contact-section .contact-info .list-info .info-icon i {
    -webkit-transform: translate(0, -50%);
    left: 0;
    line-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #ff651c;
}
.contact-section .contact-info .list-info .info-details {
    border-left: rgba(255, 255, 255, .25);
    padding: 12px 0 12px 12px;
}
.contact-section .contact-info .list-info .info-details .info-type {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.contact-section .contact-info .list-info .info-details .info-value {
    color: #ff651c;
}
.contact-section .contact-info .list-info .info-details .info-value a {
    color: #ff651c;
}
.contact-section .contact-info .list-info .info-details .info-value a:focus, .contact-section .contact-info .list-info .info-details .info-value a:hover {
    color: #ff651c;
}
.contact-section .social-icons::before {
    background-color: rgba(0, 0, 0, .25);
    content: '';
    height: 2px;
    margin-right: 23px;
    width: 60px;
}
.map iframe {
    width: 100%;
    height: 450px;
}
.map {
    margin-bottom: -35px;
}

/*======================
11.Footer CSS
========================*/

.footer {
    text-align: center;
    align-items: center;
    font-size: 14px;
    padding: 4px;
    color: #888;
    border: none;
    margin-bottom: 40px!important;
    margin-top: 65px;
}
.footer i {
    color: #000;
    position: relative;
}

.experience-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    max-width: 900px;          /* keeps the text column comfortable */
}

.experience-list li {
    position: relative;
    padding-left: 34px;        /* space for the icon */
    margin-bottom: 10px;
    color: #666;
    line-height: 1.6;
}

/* Orange circular check icon using Font Awesome */
.experience-list li::before {
    content: "\f00c";          /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff651c;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
