a,
a:hover {
    text-decoration: none;
    color: #000;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.features-section .container .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    /* margin: 0; */
}

.features-section .container .row.row2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    /* margin: 0; */
}

.features-section .container .row {
    padding: 30px 0;
}

.top-header .header-container .wrap-section-slider .sp-slides .slide-item .slide-content p {
    text-align: center;
}

.part-about.container h1 {
    text-align: center;
    font-size: 36px;
    color: #333333;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.achievements-section .section-title {
    color: #fff;
}

.achievements-section .text {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px;
}

#work {
    background-color: #ffffff;
}

#work .container .row {
    /* padding: 30px 0; */
}

.title h2 {
    font-size: 32px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}

h2 {
    font-weight: bold;
}

#work .title {
    padding: 100px 60px 60px 60px;
}

#work .title p {
    padding-top: 14px;
    padding-bottom: 30px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0 0 10px;
    text-align: left;
}

#work .bg-black {
    background-color: #303030;
    color: #ffffff;
}

#work .fa {
    color: #ffffff;
    cursor: pointer;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    margin-top: 40px;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

#work h3 {
    padding-bottom: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}


#work .bg-red {
    background-color: #eb5424;
    color: #ffffff;
}

#intro {
    padding-top: 180px;
    padding-bottom: 140px;
    background: linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
}

#intro p,
#price p {
    font-size: 14px;
}

#price .plan .btn:hover {
    background: #202020;
    color: #ffffff;
}

#price .plan .btn {
    background: #ffffff;
    border: none;
    border-radius: 0;
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

#price .plan .plan_sub_title {
    border-bottom: 1px solid #ffffff;
    padding: 30px;
}

#price .plan ul li {
    display: block;
    font-size: 16px;
    padding: 40px 0 10px 0;
    text-align: left;
}

.template_faq .section-title.text-center p {
    text-align: center;
}

.template_faq .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.faq_desc {
    margin-bottom: 30px;
    text-align: left;
}

.team-area {
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/img-1.jpg);
}

.team-area .section-heading2 {
    display: block;
    margin: 0 0 60px;
    text-align: center;
}

.team-area .section-heading2 h1 {
    color: #fff;
}

.media-area .row.news,
.media-area .row.awards {
    text-align: left;
}

.media-area .row.news .news-head {
    margin-bottom: 40px;
}

.media-area .awards-content p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.media-area .awards-content li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.media-area .awards-content li .fa {
    color: red;
    margin-right: 10px;
}

.footer-top {
    background: #24324a;
}

.footer-top.section-padding {
    padding: 60px 0;
}

.footer-top .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer_logo img {
    width: 150px;
}

.footer_logo p {
    color: #a9b4c7;
    margin-top: 10px;
    margin-bottom: 25px;
}

.social_profile {
    margin-top: 10px;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li {
    float: left;
}

.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin-right: 20px;
    font-size: 16px;
    color: #a9b4c7;
    display: block;
}

.social_profile ul li a i:hover {
    color: #fff;
}

.single_footer {
    text-align: left;
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: #a9b4c7;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.single_footer ul li a::before {
    display: none;
    content: "-";
    font-family: "LineAwesome";
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    margin-right: 6px;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer_address ul li {
    color: #fff;
}

.single_footer_address p {
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
}

.single_footer p {
    color: #a9b4c7;
}

.single_footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer {
    padding: 30px 0;
    background: #1d293e;
}

.footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.copyright {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #8a99b3;
    margin: 0;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}

.achievements-section h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.achievements-section h1,
.achievements-section h3 {
    color: #fff;
}

#intro {
    padding: 100px 0 200px;
    background: url(../img/sections/section-1.jpg) center no-repeat;
    background-size: cover;
}

.service-area .flat-section {
    perspective: 1000px;
    backface-visibility: hidden;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0 0;
}

.service-area .flat-section {
    width: 100%;
    position: relative;
}

.service-area .flat-section .section-content {
    padding-top: 0;
}

.service-area .flat-section .section-content {
    width: 100%;
    padding: 0 0 40px;
    position: relative;
    clear: both;
    background: #fff;
}

.service-area .section-title {
    margin-bottom: 20px;
    padding: 0 15px;
}

.service-area .section-title span {
    display: block;
    font-size: 14px;
    text-align: left;
}

.service-area .section-title span+h2 {
    margin-top: 12px;
}

.service-area .section-title h2 {
    display: inline-block;
    margin: 0 0 10px;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}

.service-area .section-title h4 {
    text-align: left;
    line-height: 1;
    margin: 0;
}

.service-area .section-title .description,
.section-title p {
    text-transform: none;
    display: inline-block;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400;
}

.service-area .box-info-1 {
    transition: all 0.2s;
}

.service-area .box-info {
    position: relative;
}

.service-area .box-info-1 .box-icon {
    background-color: #5d16d8;
    background-image: -webkit-linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
    background-image: -moz-linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
    background-image: -o-linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
    background-image: linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
}

.service-area .box-info-1 .box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0 0 33px 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.service-area .box-info-1 .box-icon i {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
}

.service-area .box-info .box-icon i {
    margin-top: 1px;
}

.service-area .icon i,
.service-area .icon img {
    display: block;
}

.service-area .box-info .box-content {
    overflow: hidden;
}

.service-area .box-info-1 .box-content h4 {
    margin-bottom: 14px;
}

.service-area img {
    max-width: 100%;
    width: 100%;
}

.service-area img {
    vertical-align: middle;
}

#service-fs-area.service-area p {
    margin-bottom: 10px;
    position: relative;
}

hr {
    border-top-color: #e4eefe;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    display: block;
    margin-left: 0;
    font-size: inherit;
}

#service-fs-area.service-area .box-content p {
    max-width: max-content;
}

#service-fs-area.service-area .box-content p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #1691d8;
}

#service-hr-area h4 {
    margin: 10px 0;
}

#service-hr-area .box-content p {
    margin: 8px 0;
    position: relative;
    padding-left: 12px;
}

#service-hr-area .box-content p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1691d8;
}

.parallax-section {
    padding-top: 120px;
    padding-bottom: 100px;
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/img-1.jpg');
}

.parallax-section .container {
    padding: 60px 0;
}

.parallax-section .head-title p {
    text-align: center;
    padding: 0 100px;
    color: #fff;
}

.parallax-section .team1-container {
    display: flex;
}

.parallax-section .team-item {
    width: 360px;
    margin-right: 30px;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    top: 0;
    text-align: center;
    border-radius: 4px;
    transition: all 0.2s;
    background-color: #fff;
}

.parallax-section .team-item:last-child {
    margin-right: 0;
}

.parallax-section .team-item .item-head {
    overflow: hidden;
    position: relative;
    padding: 40px 30px 40px;
    background-color: #f2f7ff;
}

.parallax-section .team-item .item-head p {
    margin: 0;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.parallax-section .team-item .item-content {
    padding: 30px 20px;
    color: rgb(153, 153, 153);
    text-align: left;
}

.parallax-section .team-item .item-content li {
    margin-bottom: 10px;
    line-height: 1.2;
}

.parallax-section .team2-container {
    flex-wrap: wrap;
    justify-content: center;
}

.parallax-section .team2-container .team-item {
    margin-right: 60px;
    margin-bottom: 60px;
}

.parallax-section .team2-container .team-item:nth-of-type(3),
.parallax-section .team2-container .team-item:nth-of-type(4) {
    margin-bottom: 0;
}

.media-section .section-head {
    padding-top: 120px;
    padding-bottom: 100px;
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/img-1.jpg');
}

.media-section .awards {
    margin-bottom: 60px;
}

#contact-area {
    padding: 120px 0 100px;
}

#contact-area .flat-section {
    width: 100%;
    position: relative;
}

#contact-area .flat-section .section-content {
    width: 100%;
    padding: 60px 0 0;
    position: relative;
    clear: both;
    background: #fff;
}

#contact-area .section-title span {
    display: block;
    font-size: 14px;
}

#contact-area .section-title.text-center h2 {
    width: 70%;
}

#contact-area .section-title span+h2 {
    margin-top: 12px;
}

#contact-area .section-title h2 {
    display: inline-block;
    margin: 0 0 10px;
    width: 85%;
    font-size: 30px;
}

#contact-area .section-title p {
    width: 75%;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
}

#contact-area .cta-subscribe-2 {
    width: 100%;
    margin: auto;
}

#contact-area .cta-subscribe {
    position: relative;
    border-radius: 5px;
}

#contact-area .box-form {
    background-color: #fff;
}

#contact-area .cta-subscribe-2 .box-content {
    padding: 0;
}

#contact-area .cta-subscribe .box-content {
    position: relative;
    display: block;
    padding: 50px 40px 0px;
}

#contact-area #contact-area cta-subscribe .cs-notifications {
    margin-bottom: 30px;
}

#contact-area #contact-area .cs-notifications {
    display: none;
    margin-bottom: 20px;
    text-align: left;
}

#contact-area .cta-subscribe form .form-group {
    display: block;
}

#contact-area form .form-group {
    position: relative;
    margin-bottom: 0;
}

#contact-area .box-form .form-group label:first-child {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #777;
}

#contact-area .cta-subscribe form label:not(.error) {
    margin-top: -8px;
}

#contact-area .cta-subscribe form input {
    padding: 0 15px;
    width: 100%;
    height: 48px;
    line-height: 49px;
    font-size: 12px;
    outline: none;
    border: 1px solid #e4eefe;
    border-radius: 3px;
    box-shadow: none;
    transition: all 0.2s;
    color: #222;
    background-color: #f2f7ff;
}

#contact-area .cta-subscribe form .form-group {
    display: block;
}

#contact-area form .form-group+.form-group {
    margin-top: 18px;
}

#contact-area .cta-subscribe form .form-group+.form-group {
    margin-top: 25px;
}

#contact-area form .form-group {
    position: relative;
    margin-bottom: 0;
}

#contact-area .box-form .form-group label:first-child {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #777;
}

#contact-area .box-form .form-group input[type="submit"] {
    width: 100%;
}

#contact-area .color-border-gradient,
#contact-area input[type="submit"],
#contact-area input[type="submit"].form-control,
#contact-area .btn.gradient {
    border-image: linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
    border-image-slice: 1;
}

#contact-area .color-bg-gradient,
#contact-area input[type="submit"],
#contact-area input[type="submit"].form-control,
#contact-area .icon.spaced.gradient-bg,
#contact-area .btn.gradient,
#contact-area .testimonial-single-1 .ts-img,
#contact-area .box-info-1 .box-icon {
    background-color: #5d16d8;
    background-image: -webkit-linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
    background-image: -moz-linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
    background-image: -o-linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
    background-image: linear-gradient(45deg, #5d16d8 0%, #30ebf2 100%);
}

#contact-area input[type="submit"],
#contact-area input[type="submit"].form-control,
#contact-area input[type="submit"],
#contact-area input[type="submit"].form-control {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 27px;
    font-size: 14px;
    position: relative;
    border: none;
    color: #fff;
    border-radius: 3px;
    transition: all 0.2s;
    width: auto;
}

#contact-area .cta-subscribe-2 input[type="submit"] {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
}

#contact-area .section-head {
    padding: 60px 0;
}

#contact-area .section-head {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/img-1.jpg);
}

#contact-area .section-head h1 {
    margin: 0;
}

#careers-area .section-head {
    padding-top: 120px;
    padding-bottom: 100px;
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/img-1.jpg);
}

#careers-area .section-head h1 {
    padding-top: 100px;
}

.mission-section {
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/img-1.jpg);
}

.mission-section h2,
.mission-section p {
    color: #fff;
}

#contact-area .social-section {
    margin: 50px;
    padding: 30px 0;
    border-left: 1px solid #ccc;
}

#about-top {
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/img-1.jpg);
}

#service-top {
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/img-1.jpg);
}

#do-area h2 {
    margin-bottom: 30px;
}

#do-area .text-left p {
    margin-bottom: 30px;
}

#vision-area.vision-section {
    padding-bottom: 80px;
}

#vision-area p {
    text-align: right;
    margin-bottom: 30px;
}

#vision-area h2 {
    margin-bottom: 0;
}

#vision-area .text-right>div {
    margin-bottom: 30px;
}

#value-area.features-section .section-heading {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 40px;
}

#value-area.features-section {
    padding-bottom: 80px;
}

#value-area .title {
    text-align: left;
    padding: 0;
    text-transform: none;
}

#value-area .feature-item {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

#value-area .feature-item .text {
    text-align: left;
}

#value-area.features-section .container .row {
    padding: 0;
}

#mission-area.areas-section {
    padding: 80px 0;
    margin-bottom: 80px;
}

#mission-area.areas-section p {
    margin-bottom: 10px;
    line-height: 1;
}

#why-area.latest-news-section.with-top-effect {
    padding-top: 0;
}

#why-area .section-heading {
    padding-top: 10px;
}

#why-area.latest-news-section {
    padding-bottom: 80px;
}

#services-area {
    padding-bottom: 80px;
}

#services-area h1 {
    margin-top: 10px;
    margin-bottom: 40px;
}

#team-area.team-area {
    padding: 100px 0;
    margin-bottom: 80px;
}

#team-area .team1-container {
    display: flex;
}

#team-area .team-item {
    width: 360px;
    margin-right: 30px;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    top: 0;
    text-align: center;
    border-radius: 4px;
    transition: all 0.2s;
    background-color: #fff;
}

#team-area .team-item .item-head {
    overflow: hidden;
    position: relative;
    padding: 40px 30px 40px;
    background-color: #f2f7ff;
}

#team-area .team-item .item-head p {
    margin: 0;
    font-size: 14px;
    color: #999;
    text-align: center;
}

#team-area .team-item .item-content {
    padding: 30px 20px;
    color: rgb(153, 153, 153);
    text-align: left;
}

#team-area .team-item .item-content li {
    margin-bottom: 10px;
    line-height: 1.2;
    color: #000;
}

#media-area {
    padding-bottom: 80px;
}

#media-area h1 {
    margin-top: 10px;
    margin-bottom: 40px;
}

#media-area .row.news {
    margin-bottom: 80px;
}

#media .section-content {
    padding: 80px 0 160px;
}

#media .container {
    position: relative;
}

#team-area .team-item:last-child {
    margin-right: 0;
}

#clients-testimonials h1 {
    margin-bottom: 40px;
}

#clients-testimonials.parallax-section .head-title p {
    margin-bottom: 60px;
}

#foot-nav>.container>.row {
    margin-bottom: 30px;
}

#foot-nav>.container>.row:last-child {
    margin-bottom: 0px;
}

#news-content .news-item,
#news-content .news-item img {
    padding: 0;
    margin: 0;
}

#news-content .news-item:nth-child(1),
#news-content .news-item:nth-child(2) {
    margin-bottom: 60px;
}

#news-content .news-item img {
    height: 200px;
    width: 220px;
    object-fit: cover;
}

#news-content .text-container {
    overflow: hidden;
}

#news-content .text-container a {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

#news-content .text-container p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    color: rgb(144, 144, 144);
    margin-top: 20px;
}

#article-area h1 {
    margin-bottom: 20px;
}

#article-area .article-date {
    text-align: center;
    margin: 0 auto;
}

#article-area .article-content {
    padding: 15px 0 80px;
}

#article-area p {
    font-family: 'Montserrat', sans-serif;
}

#news-container li,
#news-container li img {
    margin: 0;
    padding: 0;
}

#news-container li img {
    width: 220px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#news-container .text-container a {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

#news-container .text-container a:hover {
    text-decoration: underline;
}

#news-container .text-container .news-date {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    color: rgb(144, 144, 144);
    margin-top: 20px;
}

#news-container li,
#news-container li:nth-of-type(1),
#news-container li:nth-of-type(2) {
    margin-bottom: 60px;
}

#why-area .news-item a {
    display: inline-block;
    width: 100%;
}

#why-area .news-item a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.contact-left-area {
    padding: 0 50px;
}

.contact-left-area form {
    position: relative;

}

.contact-middle-area {
    width: 1px;
    height: 486px;
    border-right: 1px solid #ccc;
    margin-top: 50px;
}

.contact-right-area {
    height: 535px;
    overflow: hidden;
    padding: 0 60px;
}

.contact-right-area>div,
.contact-right-area>div,
.contact-right-area .dark-strong,
.contact-right-are .list-socials {
    height: 100%;
}

img.normal-logo,
img.scroll-logo {
    width: 180px;
    height: auto;
}

.media-area .row.news .news-head a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    #team-area .team1-container {
        flex-direction: column;
    }

    #team-area .team1-container .team-item {
        margin-bottom: 20px;
    }

    #team-area .team-item {
        width: auto;
        margin-right: auto;
        padding: 0;
    }

    #team-area .team-item .item-content,
    #team-area .team-item .item-head {
        padding: 20px;
    }

    .media-area .row.news .news-head {
        margin-bottom: 0;
    }

    #news-content .text-container {
        padding: 10px;
        background-color: #f2f7ff;
    }

    #news-content .news-item img {
        width: 100%;
    }

    #news-content .text-container p {
        margin-top: 0px;
    }

    #news-content .news-item,
    #news-content .news-item:nth-child(1),
    #news-content .news-item:nth-child(2) {
        margin-bottom: 20px;
    }

    #media-area .awards-content {
        padding: 0 15px;
    }

    .media-area .awards-content li {
        line-height: 1.5;
        font-size: 14px;
    }

    #foot-nav .single_footer li {
        text-align: center;
    }

    #foot-nav .footer-nav {
        margin-top: 60px;
    }

    .header .navbar .relative-nav-container {
        background-color: #2b2e33 !important;
    }

    #service-top {
        margin-top: 0 !important;
    }

    .service-area .es-icons {
        display: flex;
    }

    .service-area .es-icons .icon {
        flex-shrink: 0;
        margin-right: 10px;
    }

    .parallax-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .parallax-section .head-title p {
        padding: 0 15px;
    }

    .parallax-section .team1-container {
        display: inherit;
    }

    .parallax-section .team-item {
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 0;
    }

    .parallax-section .container {
        padding: 30px 30px;
    }

    .parallax-section .team-item .item-head {
        padding: 20px;
    }

    .parallax-section .team-item .item-content {
        padding: 20px;
    }

    #clients-testimonials h1 {
        line-height: 1.2;
    }

    .parallax-section .team2-container .team-item {
        margin-right: 0;
    }

    .parallax-section .team2-container .team-item:nth-of-type(3),
    .parallax-section .team2-container .team-item:nth-of-type(4),
    .parallax-section .team2-container .team-item {
        margin-bottom: 30px;
    }

    #media .section-head {
        padding-top: 0;
    }

    .media-area .awards-content p {
        padding: 0 15px;
    }

    .media-area .awards-content ul {
        padding: 0 15px;
    }

    #news-container li img {
        width: 100%;
        background-color: #f2f7ff;
    }

    #news-container .text-container .news-date {
        margin-top: 0;
    }

    #news-container .text-container a {
        margin-bottom: 0;
    }

    #news-container .text-container {
        background-color: #f2f7ff;
        padding: 15px;
    }

    #news-container li {
        background-color: #f2f7ff;
        border-top-left-radius: 30px;
        margin-bottom: 30px;
    }

    #news-container li:nth-of-type(1),
    #news-container li:nth-of-type(2) {
        margin-bottom: 30px;
    }

    #contact-area {
        padding: 0 0 60px;
    }

    #contact-area .section-title.text-center h2 {
        width: 100%;
    }

    #contact-area .cta-subscribe .box-content {
        padding: 20px;
    }

    #contact-area .contact-right-area {
        height: auto !important;
    }

    #contact-area .contact-right-area>div {
        border: none !important;
    }

    #contact-area .social-section {
        margin: auto;
    }

    #careers-area .section-head {
        padding-top: 0;
    }

    .header .navbar .navbar-brand{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-middle-area{
        display: none;
    }

}