* {
    margin: 0;
    padding: 0;
}

:root {
    --main_color: #0174e1;
    --drak_color: #1a1417;
}

body {
    font-family: "Poppins", sans-serif !important;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: white;
}


/* ==============================================Header_top_start============================================== */

.header {
    height: 90px;
}

.top_header {
    background-color: var(--main_color);
    padding: 25px;
}

.contact_header {
    float: left;
    margin-top: -10px;
}

.view_more a {
    color: white;
    font-size: 18px;
    font-weight: 600;
    background-color: #0174e1;
    padding: 6px 10px;
    transition: all 500ms ease;
    border-radius: 6px;
}

.view_more a:hover {
    background-color: unset;
    border: 0.5px solid white;
}

.contact_header ul {
    display: inline-flex;
    padding-left: 0.4rem !important;
}

.contact_header ul li a {
    color: white !important;
}

.header_social {
    float: right;
    margin-top: -10px;
}

.mr {
    margin-right: 10px;
    font-size: 14px;
}

.header_social ul {
    display: inline-flex;
}

.header_social ul li {
    padding-right: 21px;
}

.header_social ul li a i {
    font-size: 18px;
}

.header_social ul li a {
    color: white !important;
}


/*================================================nav_bar_section==============================================*/


/*================================================nav_bar_section==============================================*/

.carousel-item img {
    height: 520px;
    object-fit: cover;
}

.services {
    background-color: white;
    text-align: center;
    padding: 20px;
    margin-top: -94px;
    position: relative;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.icon img {
    width: 60px;
    margin-bottom: 20px;
}

.details_read_more h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.more_btn a {
    background-color: var(--main_color);
    color: white;
    padding: 8px 16px;
    border-radius: 110px;
    font-size: 14px;
}

.more_btn {
    margin-top: 40px;
    margin-bottom: 30px;
}

.details_read_more p {
    margin-bottom: 20px;
    font-size: 13px;
}

.sinclair_img_side img {
    width: 100%;
}

.sinclair_img_side {
    position: relative;
}

.img_1 {
    height: 520px;
    object-fit: cover;
}

.sinclair_img_side {
  position: relative;
}

.sinclair_img_side .img_2 {
  width: 100%;
  position: absolute;
  left: 112px;
  top: 14px;
  object-fit: scale-down;
}

/* Tablet */
@media (max-width: 991px) {
  .sinclair_img_side .img_2 {
    left: 40px;
    top: 10px;
    width: 90%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .sinclair_img_side .img_2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.paddy40 {
    padding: 70px 0px 40px;
}

.sinclair_details {
    padding: 168px 2px 2px 93px;
}

.sinclair_details h6 {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--main_color);
    margin-bottom: 20px;
}

.sinclair_details h2 {
    margin-bottom: 35px;
}

.right_mark li {
    position: relative;
    line-height: 45px;
    font-size: 18px;
}

.right_mark li::before {
    position: absolute;
    top: 5px;
    left: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: "✓";
    font-size: 23px;
}

.philoshopy_cl {
    margin-top: 80px;
}

.blue_back {
    background-color: var(--main_color);
}

.blue_back {
    height: 600px;
}

.expr_img {
    margin-top: 60px;
    margin-left: -40px;
}

.philod {
    margin-top: -153px;
}

.new_li li {
    position: relative;
    line-height: 30px;
    color: white;
}

.new_li li::before {
    position: absolute;
    top: 7px;
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    content: "✓";
    font-size: 14px;
    background-color: #f9f9f9;
}

.img_blue_section {
    position: relative;
}

.new_li {
    position: absolute;
    top: 230px;
    left: 225px;
}

#our_services {
    margin-top: 80px;
    margin-bottom: 60px;
}

.heading {
    text-align: center;
    margin-bottom: 60px;
}


/* .heading h2 {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    color: var(--main_color);
} */

.heading h2 {
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 42px;
}

.heading p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 14px;
}

.services_icon {
    position: relative;
    background: #efefef;
    height: 44px;
    width: 16%;
    border-bottom-right-radius: 32px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.icon_active {
    position: relative;
    background: black;
    height: 44px;
    width: 16%;
    border-bottom-right-radius: 32px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.servies_card a {
    color: black;
}

.servies_card {
    width: 100%;
    padding: 40px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #f2f2f2;
    border-bottom-right-radius: 53px;
    transition: all 500ms ease;
    height: 370px;
    background-color: #fdfdfd;
    /* cursor: pointer; */
}

.servies_card p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 87px;
    color: #000000;
}

.servies_card h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: -14px;
    margin-bottom: 20px;
    color: black;
}

.icon_active img {
    position: absolute;
    width: 60px;
    top: 11px;
    left: 14px;
    filter: invert(1);
}

.servies_card img {
    position: absolute;
    width: 60px;
    top: 11px;
    left: 14px;
}

.services_card_active {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    margin: 0 auto;
    border-bottom-right-radius: 53px;
    height: 370px;
}

.services_card_active {
    background-color: var(--main_color);
    width: 100%;
    padding: 40px;
}

.services_card_active h6 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-top: -14px;
    margin-bottom: 20px;
}

.services_card_active p {
    color: white;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 87px;
}

.learn_more_active a {
    color: white !important;
    font-size: 14px;
}

.learn_more a {
    color: var(--drak_color);
}

.learn_more a i {
    color: var(--drak_color);
    position: unset;
    font-size: 14px;
}

.up_bottm {
    margin-top: 40px;
    margin-bottom: 40px;
}

.servies_card:hover .services_icon {
    filter: invert(1);
}

.servies_card:hover {
    background-color: var(--main_color);
    color: white !important;
}

.servies_card:hover .learn_more a {
    color: #fff !important;
}

.servies_card:hover .learn_more a i {
    color: #fff;
}

.servies_card:hover h6 {
    color: white;
}

.servies_card:hover p {
    color: white;
}

.viwe_more {
    text-align: center;
}

.viwe_more a {
    font-size: 18px;
    color: var(--drak_color);
}

.back_color {
    background-color: unset;
    width: 100% !important;
    text-align: center;
}

.Our_philoshopy_details h2 {
    margin-top: 55px;
    font-weight: 600;
    font-size: 34px;
}

.right_mark {
    margin-top: 60px;
}

.expri_btn {
    position: absolute;
    z-index: 9;
    bottom: 26px;
    left: 186px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 22px;
}


.over_banner {
    height: 280px !important;
}

.expri_btn a {
    color: white;
    background-color: #122f28;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 20px 3px;
}

.award_icon {
  font-size: 27px;
  margin-bottom: 13px;
  
}

.expri_btn a:hover {
    color: white;
}

.header_information {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
}

.header_information h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.header_information p {
    max-width: 907px;
    margin: 0 auto;
    font-size: 14px;
}

.bg_information {
    background: url("/images/bg_information.jpg");
    height: 440px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.auto_count {
    background-color: var(--main_color);
    text-align: center;
    margin-top: -49px;
    margin-bottom: 50px;
    border-bottom-right-radius: 40px;
}

.our_client {
    margin-top: -45px;
    margin-bottom: 40px;
}

.count_icon {
    position: relative;
    background-color: #122f28;
    color: white;
    width: 22%;
    height: 58px;
    margin: 0 auto;
    border-bottom-right-radius: 22px;
    margin-bottom: 20px;
}

.count_icon i {
    font-size: 32px;
    margin-top: 11px;
}

.counter_main {
    color: white;
}

.counter_main h2 {
    position: relative;
}

.counter_main h2 span {
    font-size: 18px;
    position: absolute;
}

.slide_new a img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.slide_new {
    margin: 20px;
}

.icome {
    background-color: white;
    color: #000000 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 20px;
    border-bottom-right-radius: 32px;
}

.heading_our_client {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 60px;
}

.heading_our_client h2 {
    font-size: 42px;
}

#client_1 {
    background-color: #f9f9f9;
    padding-top: 1px;
    height: 550px;
}

#ftr {
    margin-top: 70px;
}

.ft h6 {
    font-size: 22px;
    font-weight: 600;
}

.content_footer {
    margin-top: 20px;
}

.content_footer p {
    width: 100%;
    max-width: 400px;
    line-height: 29px;
    color: grey;
}

.quick_link li a {
    color: grey;
    font-size: 18px;
}

.quick_link {
    padding-left: unset !important;
}

.quick_link li {
    line-height: 42px;
}

.contact_details ul {
    padding-left: unset !important;
}

.copy_right_details {
    text-align: center;
    color: white;
}

.copy_right_details a {
    color: white !important;
}

.contact_details li {
    line-height: 43px;
    font-size: 18px;
    color: grey;
}

.contact_details li a {
    color: grey;
}

.copyright_section {
    background-color: #606060;
    padding: 20px;
}

.go-top {
    position: fixed;
    bottom: 20%;
    right: 3%;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.go-top:after {
    font-family: FontAwesome;
    content: "\f106";
    background-color: #e5e8f0;
    padding: 1px 8px;
    color: #6a6e7c;
    position: absolute;
    bottom: 10px;
    font-size: 25px;
}

.go-top-text {
    position: absolute;
    width: 60px;
    text-align: center;
    font-family: "Questrial";
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 10px 0 0 -13px;
}

.go-top:hover {
    transition: all 0.4s linear;
    transform: scale(1.1);
}

.search-bar input,
.search-btn,
.search-btn:before,
.search-btn:after {
    transition: all 0.25s ease-out;
}

.search-bar input,
.search-btn {
    width: 3em;
    height: 3em;
}

.search-bar input:invalid:not(:focus),
.search-btn {
    cursor: pointer;
}

.search-bar,
.search-bar input:focus,
.search-bar input:valid {
    width: 100%;
}

.search-bar input:focus,
.search-bar input:not(:focus)+.search-btn:focus {
    outline: transparent;
}

.search-bar {
    margin: auto;
    justify-content: center;
    max-width: 30em;
    display: flex;
}

.search-bar input {
    background: transparent;
    border-radius: 1.5em;
    box-shadow: 0 0 0 0.4em #171717 inset;
    padding: 0.75em;
    transform: translate(0.5em, 0.5em) scale(0.5);
    transform-origin: 100% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-bar input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search-bar input:focus,
.search-bar input:valid {
    background: #fff;
    border-radius: 0.375em 0 0 0.375em;
    box-shadow: 0 0 0 0.1em #d9d9d9 inset;
    transform: scale(1);
}

.search-btn {
    background: #171717;
    border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
    padding: 0.75em;
    position: relative;
    transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125);
    transform-origin: 0 50%;
}

.search-btn:before,
.search-btn:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
}

.search-btn:before {
    border-radius: 50%;
    box-shadow: 0 0 0 0.2em #f1f1f1 inset;
    top: 0.75em;
    left: 0.75em;
    width: 1.2em;
    height: 1.2em;
}

.search-btn:after {
    background: #f1f1f1;
    border-radius: 0 0.25em 0.25em 0;
    top: 51%;
    left: 51%;
    width: 0.75em;
    height: 0.25em;
    transform: translate(0.2em, 0) rotate(45deg);
    transform-origin: 0 50%;
}

.search-btn span {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
}


/* Active state */

.search-bar input:focus+.search-btn,
.search-bar input:valid+.search-btn {
    background: #2762f3;
    border-radius: 0 0.375em 0.375em 0;
    transform: scale(1);
}

.search-bar input:focus+.search-btn:before,
.search-bar input:focus+.search-btn:after,
.search-bar input:valid+.search-btn:before,
.search-bar input:valid+.search-btn:after {
    opacity: 1;
}

.search-bar input:focus+.search-btn:hover,
.search-bar input:valid+.search-btn:hover,
.search-bar input:valid:not(:focus)+.search-btn:focus {
    background: #0c48db;
}

.search-bar input:focus+.search-btn:active,
.search-bar input:valid+.search-btn:active {
    transform: translateY(1px);
}


/* @media screen and (prefers-color-scheme: dark) {
body, input {
color: #f1f1f1;
}
body {
background: #171717;
}
.search-bar input {
box-shadow: 0 0 0 0.4em #f1f1f1 inset;
}
.search-bar input:focus,
.search-bar input:valid {
background: #3d3d3d;
box-shadow: 0 0 0 0.1em #3d3d3d inset;
}
.search-btn {
background: #f1f1f1;
}
} */

.frm_section {
    float: right;
    display: flex;
}

.menu_icon a {
    font-size: 33px;
    color: var(--main_color) !important;
}


/************ Clients Wrap Start*********/

.clients_wrap {
    position: relative;
    background-color: #fff;
    padding: 80px 0;
}

.clients_wrap .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.clients_wrap .cl_shape {
    display: block;
    background: rgb(221, 129, 60);
    background: linear-gradient(150deg, rgb(1 116 225 / 58%) 0%, rgba(64, 81, 153, 1) 100%);
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.clients_wrap .cl_inner {
    position: relative;
    margin-left: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
    max-width: 735px;
}

.clients_wrap .cl_inner .cl_left {
    width: 100%;
    max-width: 250px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: auto;
    right: 100%;
    transform: translate(0px, -50%);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.clients_wrap .cl_inner .cl_left h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.clients_wrap .cl_inner img {
    display: inline-block;
    width: 250px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    filter: saturate(0.5);
}

.clients_wrap .cl_inner .cl_con {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 700;
}
.sk-ww-google-reviews{
    height: 390px !important;
    overflow-y: scroll !important;
    scrollbar-width: thin;
}
/* .sk-ww-google-reviews::-webkit-scrollbar{
    width: 1px !important;
} */
#testim-dots{
    display: none;
}
body .sk-reviewer-pic img{
    width: 50px !important;
}
.sk-google-reviews-text-content{
    margin-bottom: 15px;
}
.sk_branding{
    visibility: hidden;
}
.tutorial_link {
    display: none;
    visibility: hidden;
}
@media (max-width:1024px){
    body .sk-ww-google-reviews .sk_reviews_badge{
        width: unset !important;
    }
    #testim .wrap .sk-ww-google-reviews{
        height: 400px !important;
        max-width: 400px !important;
    }
}

@media (max-width: 1100px) {
    .clients_wrap .cl_inner {
        gap: 40px;
        width: auto;
        max-width: 100%;
        padding-right: 15px;
    }
    .clients_wrap .cl_inner .cl_con {
        font-size: 18px;
    }

}

@media (max-width: 992px) {
    .clients_wrap {
        padding: 80px 0;
    }
    .clients_wrap .cl_inner img {
        width: 200px;
    }
    .clients_wrap .cl_inner .cl_left {
        max-width: 200px;
        padding: 30px;
    }
    .clients_wrap .cl_inner .cl_left h3 {
        font-size: 30px;
    }
    .clients_wrap .cl_inner {
        gap: 30px;
    }
    .clients_wrap .cl_inner .cl_con {
        font-size: 16px;
    }
    body .sk-ww-google-reviews .sk_reviews_badge{
        width: unset !important;
    }
    #testim .wrap .sk-ww-google-reviews{
        height: 320px !important;
        max-width: 310px !important;
    }
}

@media (max-width: 700px) {
    .clients_wrap {
        padding: 60px 0;
    }
    .clients_wrap .cl_inner .cl_left {
        max-width: 165px;
        padding: 25px;
    }
    .clients_wrap .cl_inner img {
        width: 165px;
    }
}

@media (max-width: 575px) {
    .clients_wrap {
        padding: 50px 0;
        margin-bottom: 590px;
    }
    .clients_wrap .cl_shape {
        width: 100%;
        height: 165px;
    }
    .clients_wrap .cl_inner {
        margin: 0;
        display: block;
        margin-top: 115px;
        padding: 0px 15px;
    }
    .clients_wrap .cl_inner .cl_left {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, 0px);
        height: 110px;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    .clients_wrap .cl_inner .cl_left h3 {
        font-size: 24px;
    }
    .clients_wrap .cl_inner img {
        width: 100%;
        max-width: 300px;
        height: 175px;
        margin: 0 auto;
        margin-bottom: 25px;
        display: block;
    }
    .clients_wrap .cl_inner .cl_con {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }
    .clients_wrap .bg_img {
        height: 842px;
    }
}
@media (max-width: 560px){
    #testim .wrap .sk-ww-google-reviews{
        height: 400px !important;
    }
    body .sk-ww-google-reviews .sk-reviewer-pic img{
        width: 50px !important;
        height: 50px !important;
    }
    .sk-google-review-button-more img{
        display: unset !important;
        margin-bottom: unset !important;
    }
    #testim{
        left: 17% !important;
    }
}
@media (max-width: 450px){
    #testim{
        left: 9% !important;
    }
    #testim .wrap .sk-ww-google-reviews{
        height: 400px !important;
    }
    body .sk-ww-google-reviews .sk-reviewer-pic img{
        width: 50px !important;
        height: 50px !important;
    }
    .sk-google-review-button-more img{
        display: unset !important;
        margin-bottom: unset !important;
    }
}
@media (max-width: 400px){
    body .sk-ww-google-reviews .sk-reviewer-pic img{
        width: 50px !important;
        height: 50px !important;
    }
    .sk-google-review-button-more img{
        display: unset !important;
        margin-bottom: unset !important;
    }
}
@media (max-width: 350px){
    body .sk-ww-google-reviews .sk-reviewer-pic img{
        width: 50px !important;
        height: 50px !important;
    }
    #testim{
        right: 13% !important;
        left: unset !important;
    }
    #testim .wrap .sk-ww-google-reviews{
        height: 400px !important;
        width: 400px !important;
    }
}
.testim {
    width: 88%;
    position: absolute;
    top: 51%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    right: -26%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #0a0000;
    cursor: pointer;
    font-size: 2em;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #326ca2;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #0174e1;
    border-color: #0174e1;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale 0.5s ease-in-out forwards;
    -moz-animation: testim-scale 0.5s ease-in-out forwards;
    -ms-animation: testim-scale 0.5s ease-in-out forwards;
    -o-animation: testim-scale 0.5s ease-in-out forwards;
    animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}


/* .testim .cont > div.inactive {
   
} */

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #0174e1;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 14px;
    color: #000000;
    width: 90%;
    margin: auto;
}

.location {
    height: 350px !important;
}

.form_social li {
    /* display: contents;
        letter-spacing: 19px; */
    line-height: 10px;
}

.submit_btn {
    text-align: center;
}

.contact_pay a {
    border-radius: 3px;
    color: #0d6efd;
}

.submit_btn button {
    padding: 7px 30px;
    background: unset;
    color: white;
    border: 1px solid;
    border-radius: 5px;
}

.text-white-50 {
    width: 400px;
    display: none;
}

.fottr_logo {
    width: 370px;
    margin-bottom: 30px;
    height: 80px;
    margin-top: 8px;
    object-fit: fill;
}

.form_social {
    padding-left: unset !important;
    margin-top: -13px;
}

html {
    overflow-x: hidden;
}

.footer {
    background: #152f4f;
    color: white;
}

.footer .links ul {
    list-style-type: none;
}

.footer .links li a {
    color: white;
    transition: color 0.2s;
}

.footer .links li a:hover {
    text-decoration: none;
    color: #4180cb;
}

.footer .about-company i {
    font-size: 25px;
}

.footer .about-company a {
    color: white;
    transition: color 0.2s;
}

.footer .about-company a:hover {
    color: #4180cb;
}

.footer .location i {
    font-size: 18px;
}

.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.location {
    background-color: #3674b17a;
    height: auto;
    border-radius: 25px;
    padding: 20px;
    margin-top: 20px !important;
    z-index: 9;
}

.form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #f9fcfa;
    margin-bottom: 20px;
    outline: none !important;
    background-color: unset !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    color: white !important;
    font-size: 14px !important;
}

.location ::placeholder {
    color: white !important;
    font-size: 12px !important;
}

.location h4 {
    color: #000000 !important;
    text-align: center;
    text-transform: uppercase;
}

.sr_top {
    height: 300px;
}

.banner_imges img {
    width: 100%;
    height: 400px !important;
    object-fit: contain;
}

#slider_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}

.slide_banner {
    width: 100%;
    display: none;
    animation-name: fade;
    animation-duration: 1s;
}

.slide_banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@keyframes fade {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    padding: 15px 10px;
    border-radius: 5px;
}

.controls:hover {
    background: white;
    transition: 0.3s;
}

.controls:active {
    color: grey;
}

#left-arrow {
    left: 10px;
}

#right-arrow {
    right: 10px;
}

#dots-con {
    text-align: center;
}

.dot {
    display: inline-block;
    background: grey;
    padding: 8px;
    border-radius: 50%;
    margin: 10px 5px;
}

@media (max-width: 576px) {
    #slider_banner {
        width: 100%;
    }
    .controls {
        font-size: 1em;
    }
    #dots-con {
        display: none;
    }
}

.modal_head {
    padding: 1rem 1rem;
}

.cross {
    position: absolute;
    right: 2%;
    top: 3%;
}

.icon_img {
    text-align: center;
    margin-bottom: 15px;
}

.icon_img img {
    width: 50px;
}

.popup_main {
    width: 80% !important;
    margin: 0 auto !important;
    height: 350px !important;
    overflow-y: scroll !important;
}

.popup_all {
    margin-top: 80px !important;
}

.back_color img {
    background: #455295;
    padding: 8px;
    filter: invert(1);
}


/* width */

.popup_main::-webkit-scrollbar {
    width: 5px;
}


/* Handle */

.popup_main::-webkit-scrollbar-thumb {
    background: #455295;
    border-radius: 10px;
}

.details_body p {
    text-align: center;
}

.ul_link li {
    line-height: 40px;
}

.cs-post-title {
    margin-bottom: 50px;
}

.cs-author {
    float: left;
}

.post-option {
    float: right;
}

.ani {
    color: #455295;
    font-size: 17px;
    font-weight: 600;
}

.cs-text .ani p {
    font-size: 15px;
}

.post-option .ani p {
    font-size: 15px;
}

.blog-details_heading h2 {
    font-weight: 600;
    font-size: 38px;
    text-transform: capitalize;
    text-align: left;
}


/*-----------------about---------------*/

/* .about {
    background-image: url(https://www.sinclairmckinsley.co.uk/asset/img/about_banner.jpg);
    height: 450px;
    background-size: cover;
    margin-bottom: 30px;
} */

.about_text {
    text-align: center;
}

.about_text h1 {
    color: #fff;
    padding-top: 250px;
    font-size: 50px;
}

.about_text p {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

.our {
    text-align: center;
}

.our h3 {
    color: var(--main_color);
}

.sec-title .title {
    color: var(--main_color);
    font-weight: 500;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #00aeef;
}

.btn-style-one:hover {
    background-color: #0794c9;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 70px 0 10px;
}

.about-section .sec-title {
    margin-bottom: 20px;
}

.about_us_box {
    margin-top: 50px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: var(--drak_color);
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 155px;
    padding-bottom: 0px;
    margin-top: 80px;
}

.about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
}

.about-section .image-column .inner-column:before {
    content: "";
    position: absolute;
    width: calc(65% + 35px);
    height: calc(100% + 160px);
    top: -80px;
    left: 55px;
    background: transparent;
    z-index: 0;
    border: 44px solid var(--main_color);
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
    border-radius: 46px;
    width: 90%;
    height: 230px;
    object-fit: cover;
}

.about_join {
    background-color: var(--main_color);
    height: 80px;
}

.join_text h4 {
    color: white;
    float: left;
    padding-top: 20px;
    font-size: 30px;
}

.join_text a {
    float: right;
    background-color: white;
    padding: 10px 60px;
    border-radius: 50px;
    margin-right: 60px;
    margin-top: 18px;
}

.new_li2 {
    color: #000;
    position: unset;
}

.new_li2 ul li {
    color: #000;
    position: unset;
}

.btnfos-4 {
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.btnfos-4 span {
    z-index: 20;
}

.btnfos-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -10;
}

.btnfos-4:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btnfos-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
}

.footer_contact {
    padding-left: unset !important;
}

.footer_contact li {
    line-height: 26px;
}

.footer_contact li a i {
    font-size: 16px !important;
    margin-right: 11px;
}

.footer_contact li i {
    font-size: 16px !important;
    margin-right: 18px;
}

.phone_box {
    padding-left: 2px;
}

.view_blog {
    text-decoration: underline !important;
    text-transform: capitalize;
    font-size: 14px;
}

.footer_icon_box {
    margin-top: 30px;
}
