@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldIt.woff2') format('woff2'), url('../fonts/MyriadPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldCondIt.woff2') format('woff2'), url('../fonts/MyriadPro-BoldCondIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Cond.woff2') format('woff2'), url('../fonts/MyriadPro-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-CondIt.woff2') format('woff2'), url('../fonts/MyriadPro-CondIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'), url('../fonts/MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-SemiboldIt.woff2') format('woff2'), url('../fonts/MyriadPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldCond.woff2') format('woff2'), url('../fonts/MyriadPro-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Livvic', 'Myriad Pro';
}

.container {
    max-width: 1150px;
}

h2 {
    font-family: 'Livvic', 'Myriad Pro';
    font-size: 65px;
    line-height: 90px;
    color: #2e2e2e;
}

h3 {
    font-family: 'Livvic', 'Myriad Pro';
    font-size: 44px;
    line-height: 60px;
    color: #050505;
}

h4 {
    font-family: 'Livvic', 'Myriad Pro';
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
}

h5 {
    font-family: 'Livvic', 'Myriad Pro';
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
}

p {
    font-size: 22px;
    line-height: 43px;
}

.btn,
a:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important
}
/*------- header section ----------*/

header {
    background: #ffffff;
    font-size: 17px;
    padding: 8px 0;
}

header .navik-menu ul li>a {
    color: #3b3b3b;
}

header .navik-menu ul li.current-menu>a,
header .navik-menu ul li:hover>a {
    color: #0060aa;
}

.header_call a {
    text-decoration: none;
    color: #0060aa;
    font-weight: bold;
    font-family: 'Myriad Pro';
}

.header_call a i {
    font-size: 20px;
    border: 3px solid;
    padding: 5px;
    border-radius: 50px;
    margin-right: 9px;
}

header .navik-menu>ul>li>a {
    padding: 0 18px;
    font-weight: 500;
}

.header_call a:hover {
    color: #2e2e2e;
}

.navik-menu.submenu-top-border li>ul {
    border-top: 3px solid #0060aa;
}

.navik-menu ul ul li>a {
    font-style: normal;
}
/*---------- header section end-------- */
/* banner section start */

.page_banner img {
    display: block;
}

.page_banner_content_main {
    position: absolute;
    height: 100%;
    /* z-index: 9; */
    width: 100%;
    top: 0;
    left: 0;
}

.page_banner_content {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.page_banner_content {
    top: 50%;
}

.page_banner h1 {
    font-size: 65px;
    line-height: 70px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page_banner h1::before {
    position: absolute;
}

.page_banner_content input::placeholder {
    color: #878787;
}
/* banner section end */
/*------- featured  section start----------- */

.page_featured {
    background: url(../images/featured-bg.png) no-repeat;
    padding: 80px 0;
    background-size: cover;
}

.page_featured_heading {
    max-width: 340px;
    width: 100%;
}

.page_featured h2 {
    position: relative;
    line-height: 60px;
}

.page_featured h2::before {
    position: absolute;
    width: 68px;
    height: 5px;
    background: #0060aa;
    content: "";
    display: block;
    left: 5px;
    top: -25px;
}

.page_about .page_featured h2::before {
    background: #ffffff;
}

.page_featured span {
    display: block;
    font-size: 28px;
    line-height: 34px;
    color: #163d90;
}

.page_about .page_featured span {
    line-height: 25px;
    color: #2cbdee;
}

.page_featured .page_featured_heading a {
    text-decoration: none;
    color: #000000;
    border: 2px solid #000000;
    text-transform: uppercase;
    padding: 10px 28px;
    border-radius: 0;
    position: relative;
    font-size: 17px;
    font-family: 'Myriad Pro';
}

.page_featured .page_featured_heading a:hover {
    background: #0060aa;
}

.page_featured .page_featured_heading a::before {
    position: absolute;
    width: 54px;
    height: 1.5px;
    background: #000000;
    position: relative;
    content: "";
    display: block;
    left: -72px;
    top: 13px;
}

.featured_img a {
    /* border: 4px solid #0060aa; */
    display: block;
}

.featured_img a img {
    width: 100%;
}

.featured_img {
    overflow: hidden;
    border: 4px solid #638aa9;
    /* transition-duration: 1s; */
    transform-origin: center;
    /* transition: all 3s ease-in; */
}

.featured_img img {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.featured_img:hover img {
    /* transition: all 3s ease-in-out; */
    /* -webkit-transition: transform 2s ease-in-out; */
    transform: scale(1.3, 1.3);
}

.featured_img p {
    font-size: 25px;
    position: absolute;
    color: #ffffff;
    right: 15px;
    top: 7px;
}

.featured_img span {
    font-size: 17px;
    position: absolute;
    color: #ffffff;
    right: 13px;
    bottom: 7px;
}
/*------- about  section start----------- */

.page_about {
    background: url('../images/about-bg.jpg') no-repeat;
    color: #ffffff;
    padding: 100px 0;
}

.page_about_content {
    padding-left: 20px;
}

.page_about p {
    line-height: 27px;
}

.page_about .page_featured {
    background: unset;
    padding: unset;
    max-width: 245px;
    width: 100%;
}

.page_about .page_featured h2 {
    color: #ffffff;
}

.page_about_content p {
    line-height: 43px;
    padding-bottom: 12px;
}

.page_about a.btn {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    position: relative;
    padding: 12px 42px;
    border-radius: 0;
    position: relative;
}

.page_about a.btn::before {
    position: absolute;
    width: 54px;
    height: 1px;
    background: #ffffff;
    position: relative;
    content: "";
    display: block;
    left: -72px;
    top: 13px;
}

.page_about a.btn:hover {
    background: #ffffff;
    color: #0060aa;
    border: 1px solid #ffffff;
}

.page_about a.btn:hover::before {
    background: #ffffff;
}
/*------- testimonial  section start----------- */

.home_page_testimonial {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 100px 0 90px 0;
}

.home_page_testimonial h3 {
    position: relative;
}

.home_page_testimonial h3::before {
    position: absolute;
    width: 150px;
    height: 5px;
    background: #0060aa;
    content: "";
    display: block;
    left: 5px;
    top: -25px;
    right: 0;
    margin: auto;
}

.home_page_testimonial i {
    font-size: 30px;
    color: #0060aa;
    padding: 40px 0;
}

.home_page_testimonial p span {
    color: #163d90;
    font-size: 26px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.home_page_testimonial p:last-child {
    line-height: 26px;
}
/*---------- footer section start-------- */

footer {
    background: #ffffff;
    padding: 70px 0;
    color: #1a1a1a;
}

footer a,
.footer_link span {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
}

footer div>i {
    color: #0060aa;
    font-size: 48px;
    margin-right: 35px;
}

footer div>span {
    font-size: 22px;
    line-height: 30px;
}

footer .header_call a {
    display: flex;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Livvic'
}

footer a:hover,
footer .header_call a:hover span {
    text-decoration: none;
    color: #0060aa;
}

footer .header_call a i {
    font-size: 40px;
    padding: 7px;
}

footer h5 {
    font-size: 34px;
    line-height: 55px;
    color: #1a1a1a;
    border-bottom: 5px solid #0060aa;
    width: 30%;
}

footer ul {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

footer ul li a {
    font-size: 20px;
    line-height: 37px;
}

.social_media {
    display: flex;
    align-items: center;
    background: #0060aa;
    color: #1a1a1a;
    padding: 10px 10px;
    justify-content: space-between;
}

.social_media span {
    font-size: 29px;
    line-height: 34px;
    margin-right: 10px;
    color: #ffffff;
}

.social_media_icon {
    background: #ffffff;
    padding: 25px 20px;
}

.social_media div:first-child {
    margin-left: 30px;
}

footer .social_media a i {
    font-size: 30px;
    color: #0060aa;
    margin: 2px 7px;
}

footer .social_media a:last-child i {
    margin-right: 0;
}

footer .social_media a:hover i {
    color: #1a1a1a;
}
/*-------------- inner about page style ------------*/

.about_content {
    padding: 80px 0;
}

.page_banner_content_main p {
    font-size: 24px;
    line-height: 25px;
    color: #ffffff;
}

.about_content h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about_content p {
    padding: 6px 0;
}

.about_content_img {
    margin-bottom: 24px;
}

.contact_content a,
.contact_content span {
    font-size: 24px;
    line-height: 30px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
}

.contact_content a i,
.contact_content i {
    color: #0060aa;
    text-decoration: none;
    width: 32px;
    height: 32px;
    font-size: 50px;
    margin-right: 10px;
}

.contact_content a i {
    border: 2px solid #0060aa;
    font-size: 25px;
    line-height: 25px;
    padding: 10px;
    border-radius: 50%;
    width: 47px;
    height: 47px;
}

.contact_content a p {
    font-size: 22px;
    line-height: 30px;
    color: #0060aa;
    margin-top: 12px;
    font-weight: 600;
}

.contact_content a:hover span,
.contact_content a p span {
    color: #0060aa;
}

.contact_content a:hover p,
.contact_content a:hover p span {
    color: #000000;
}

form .form-control {
    border-radius: 0;
    border: 2px solid #e5e5e5;
    padding: 12px;
}

form .form-control::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #2e2e2e;
}

form button.btn {
    height: 55px;
    min-width: 180px;
    background: #0e2a8b;
    color: #ffffff;
    border-radius: 0;
    margin-top: 22px;
    font-size: 22px;
    letter-spacing: 2px;
}

form button.btn:hover {
    background: #050505;
    color: #ffffff;
}

.contact_content {
    padding: 85px 0 95px 0;
}

textarea {
    resize: none;
}
/*-------------- inner about page style ------------*/
/*-------------- Service page style ------------*/

.services_content .img_wrap {
    border:2px solid #bfbfbf;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px 0;
}
.services_content .img_wrap img{
}
.services_content h3 {
    font-size: 36px;
    font-weight: 600;
    line-height:normal;
    margin:20px 0 10px;
    display: inline-block;
}
.services_content h5 {
    font-size:20px;
    font-weight: 400;
    line-height:normal;
    margin-bottom:30px;
}
input[type=submit]{   
    border-radius: 0 !important;
    padding: 10px 60px !important;    
    text-transform: uppercase;   
    background: #0e2a8b;
     border: 1px solid #0e2a8b !important;
    color: #ffffff !important;    
    letter-spacing: 1px;
}
input[type=submit]:hover{
    border: 1px solid #000000 !important;
    color: #000000 !important;    
    background: transparent;
    }
.contact_content span.wpcf7-not-valid-tip {
    font-size: 16px;
    line-height: 22px;
        color: red;
    }
    .wpcf7 form .wpcf7-response-output {
    margin: 20px 0;
    }
    footer .header_call a.btn {
   color:#000000;   
    padding: 0 0 0 15px;
}
footer span p {
    font-size: 22px;
    line-height: 30px;
}
.contact_content a.btn{
padding-left:0;
}
/*-------------- Service page style ------------*/

@media (min-width: 1200px) and (max-width: 1400px) {
    header .navik-menu>ul>li>a {
        padding: 0 16px;
    }
    .header_call a i {
        margin-right: 10px;
    }
    header p {
        font-size: 17px;
        line-height: 27px;
    }
    .social_media {
        margin-left: 0px;
    }
    .featured_img_content {
        bottom: -103px;
    }
    .featured_img span {
        bottom: 4px;
    }
    .featured_img .featured_img_content_left span {
        padding: 10px 5px;
    }
    .home_testimonial_contant {
        max-width: 650px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    header .navik-menu>ul>li>a {
        padding: 0 8px;
        font-size: 16px;
    }
    .header_call a i {
        font-size: 17px;
        margin-right: 10px;
    }
    header p {
        font-size: 14px;
        line-height: 25px;
    }
    .page_about p {
        font-size: 20px;
    }
    .page_featured h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .page_featured_heading {
        max-width: 230px;
        width: 100%;
    }
    .page_featured a {
        padding: 12px 22px;
    }
    .page_featured a::before {
        width: 38px;
        left: -45px;
    }
    .page_featured h2::before {
        top: -10px;
    }
    .featured_img span {
        font-size: 14px;
    }
    .featured_img_content_right a {
        padding: 24px 0px;
    }
    h3 {
        font-size: 33px;
        line-height: 48px;
    }
    h4 {
        font-size: 33px;
        line-height: 36px;
    }
    .page_about .page_featured {
        max-width: 166px;
    }
    .page_about .page_featured span {
        display: block;
        font-size: 18px;
        line-height: 27px;
    }
    .page_banner h1 {
        font-size: 48px;
        line-height: 51px;
    }
    footer div>i {
        font-size: 44px;
        margin-right: 10px;
    }
    footer div>span a,
    footer div>span {
        font-size: 16px;
    }
    .social_media {
        margin-left: 0;
    }
    .social_media span {
        font-size: 18px;
    }
    footer h5 {
        font-size: 28px;
        line-height: 52px;
    }
    footer ul li a {
        font-size: 18px;
        line-height: 35px;
    }
    .featured_img .featured_img_content_left span {
        padding: 10px 2px;
        font-size: 14px;
    }
    .inner_page_banner {
        max-width: 250px;
    }
    .page_featured span {
        display: block;
        font-size: 20px;
        line-height: 24px;
    }
    .page_gallery .inner_page_banner h2 {
        font-size: 50px;
        line-height: 65px;
    }
    .page_gallery .inner_page_banner {
        background: unset;
        max-width: 345px;
    }
    .page_gallery .page_featured span {
        display: block;
        font-size: 18px;
        line-height: 20px;
    }
    .join-ourteam-banner .page_featured span {
        display: block;
        font-size: 15px;
        line-height: 21px;
    }
    .inner_about a.btn::before {
        top: 33px;
    }
    .testimonials_banner .inner_page_banner {
        background: unset;
        max-width: 270px;
    }
    .featured_img a {
        padding: 0;
    }
    .featured_img p {
        font-size: 20px;
    }
    .page_featured span {
        font-size: 17px;
        line-height: 24px;
    }
    .featured_img_content_right span {
        font-size: 14px;
        line-height: 14px;
    }
    .page_banner_content_main span {
        font-size: 14px;
    }
    footer .header_call a {
        font-size: 17px;
    }
    footer .header_call a i {
        font-size: 28px;
        padding: 7px;
    }
    .social_media_icon {
        padding: 20px 20px;
    }
    .navik-header {
        display: flex;
        justify-content: end;
    }
    .services_content h3 {
    font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navik-menu ul li>a {
        font-size: 14px;
    }
    header .navik-menu>ul>li>a {
        padding: 0 5px;
    }
    .header_call a i {
        font-size: 15px;
        margin-right: 7px;
    }
    header p {
        font-size: 10px;
        line-height: 11px;
    }
    .page_banner h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .page_featured h2 {
        line-height: 48px;
        font-size: 44px;
    }
    .page_featured_heading {
        max-width: 195px;
        width: 100%;
    }
    .page_featured span {
        font-size: 21px;
        line-height: 27px;
    }
    h4 {
        font-size: 25px;
        line-height: 33px;
    }
    .social_media {
        margin-left: 0;
        flex-direction: column;
        padding: 10px;
    }
    .social_media span {
        font-size: 16px;
        line-height: 28px;
        margin-right: 0;
    }
    footer .social_media a i {
        font-size: 24px;
        margin: 2px 4px;
    }
    footer div>span {
        font-size: 16px;
    }
    footer h5 {
        font-size: 25px;
        line-height: 46px;
    }
    footer ul li a {
        font-size: 16px;
        line-height: 34px;
    }
    .page_header_call {
        display: none;
    }
    .page_featured .page_featured_heading a {
        padding: 10px 23px;
        font-size: 15px;
    }
    footer .header_call a {
        font-size: 16px;
    }
    footer .header_call a i {
        font-size: 26px;
    }
    .social_media_icon {
        padding: 13px 20px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .social_media br {
        display: none;
    }
    .navik-header {
        display: flex;
        justify-content: center;
    }
    .page_about .page_featured {
        max-width: 150px;
    }
    h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .contact_content a,
    .contact_content span {
        font-size: 18px;
        line-height: 28px;
    }
    .contact_content a p {
        font-size: 19px;
        line-height: 28px;
    }
    .contact_content a i,
    .contact_content i {
        font-size: 44px;
    }
    .contact_content a i {
        font-size: 20px;
        line-height: 20px;
        padding: 8px;
        width: 40px;
        height: 40px;
    }
    form button.btn {
        height: 45px;
        margin-top: 20px;
        font-size: 19px;
        letter-spacing: 2px;
    }
    .contact_content {
        padding: 50px 0 50px 0;
    }
    .page_about_content p {
        line-height: 35px;
        font-size: 19px;
    }
    .page_about {
        padding: 50px 0;
        background-size: cover;
    }
    p {
        font-size: 20px;
        line-height: 38px;
    }
    .services_content h3 {
    font-size: 30px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {}

@media (max-width: 767.98px) {
    p {
        font-size: 18px;
        line-height: 37px;
    }
    .page_about p,
    ul.page_list li,
    .testimonials_content p span {
        font-size: 18px;
    }
    .burger-menu {
        position: absolute;
        top: -65px;
        right: 5%;
    }
    .header_call a {
        position: absolute;
        right: 10%;
    }
    .header_call a i {
        /*margin-right: -30px;*/
    }
    .line-menu {
        background-color: #ffffff;
    }
    .navik-header {
        background: #0060aa;
    }
    .navik-menu ul li {
        padding: 13px 0;
        border-bottom: 1px solid #ffffff;
    }
    header .navik-menu ul li>a {
        color: #ffffff;
    }
    .navik-menu ul li:last-child {
        border-bottom: none;
    }
    .page_banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .page_banner img {
        display: block;
        min-height: 200px;
    }
    header p {
        font-size: 15px;
        line-height: 37px;
    }
    h2,
    .page_featured h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .page_featured_heading {
        max-width: 205px;
        width: 100%;
        margin: auto;
    }
    .page_featured a {
        padding: 12px 7px;
    }
    .featured_img a {
        padding: 0;
    }
    .page_featured a::before {
        width: 29px;
        left: -37px;
    }
    .page_about .page_featured {
        max-width: 172px;
        margin: auto;
    }
    .page_featured span {
        font-size: 19px;
        line-height: 28px;
    }
    .page_featured h2::before {
        top: -12px;
        left: 8px;
    }
    ul.page_list li {
        font-size: 18px;
        line-height: 28px;
        padding: 12px;
        padding-left: 30px;
    }
    ul.page_list li::before {
        top: 20px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    /*-------------*/
    footer div>span {
        font-size: 17px;
        line-height: 24px;
    }
    footer h5 {
        font-size: 26px;
        line-height: 50px;
    }
    footer ul li a {
        font-size: 16px;
        line-height: 32px;
    }
    .social_media {
        margin-left: 0;
        margin-top: 20px;
        flex-direction: column;
        padding: 10px 7px;
    }
    .social_media span {
        font-size: 20px;
        line-height: 24px;
        margin-right: 5px;
        padding-bottom: 10px;
        display: block;
    }
    footer .social_media a i {
        font-size: 22px;
        margin: 2px 1px;
    }
    .page_featured {
        padding: 40px 0;
    }
    .burger-menu span {
        position: relative;
    }
    .burger-menu span:after {
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f0c9";
        font-size: 32px;
        color: #0060aa
    }
    .burger-menu span:hover:after {
        color: #000000;
    }
    .menu-open span:after {
        /* color: #ffffff; */
        content: "\f00d";
    }
    .burger-menu.menu-open {
        -webkit-transform: rotate( 0deg);
        transform: rotate( 0deg);
    }
    .inner_page_banner h2 {
        font-size: 46px;
        line-height: 50px;
    }
    .inner_page_banner {
        background: unset;
        max-width: 230px;
    }
    .inner_page_banner h2::before {
        top: -10px;
    }
    .inner_page_banner .page_featured span {
        font-size: 17px;
        line-height: 28px;
    }
    .header_call a i {
        font-size: 18px;
    }
    .inner_about p {
        font-size: 18px;
        line-height: 24px;
    }
    .inner_about {
        padding: 40px 0;
    }
    .page_gallery .inner_page_banner h2 {
        font-size: 38px;
        line-height: 50px;
    }
    .page_gallery .inner_page_banner {
        background: unset;
        max-width: 265px;
    }
    .page_gallery .page_featured span {
        font-size: 15px;
        line-height: 25px;
    }
    .join-ourteam-banner .page_featured span {
        font-size: 14px;
        line-height: 26px;
    }
    header img {
        width: 80px;
    }
    .header_call p {
        display: none;
    }
    .page_banner_content_main span {
        font-size: 16px;
    }
    .featured_img_content_left span,
    .featured_img_content_right span {
        font-size: 16px;
    }
    .footer_link {
        max-width: 350px;
        text-align: left;
        margin: auto;
    }
    .featured_img .featured_img_content_left span {
        padding: 10px 5px;
    }
    .page_about_content {
        padding-left: 10px;
    }
    footer {
        text-align: center;
    }
    footer ul {
        text-align: left;
    }
    footer img {
        width: 150px;
    }
    footer .header_call a {
        position: relative;
        right: 0;
    }
    .navik-header {
        position: absolute;
        left: 0;
    }
    .social_media_icon {
        padding: 13px 20px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .social_media br {
        display: none;
    }
    footer .header_call a {
        font-size: 17px;
    }
    footer .header_call a i {
        font-size: 25px;
        padding: 7px;
        margin-right: 25px;
    }
    .page_about {
        background-size: cover;
        text-align: center;
        padding: 60px 0;
    }
    .page_machine img {
        min-height: 150px;
        object-fit: cover;
    }
    .home_page_testimonial {
        padding: 70px 0 50px 0;
    }
    footer img {
        margin-bottom: 20px;
    }
    .page_featured .page_featured_heading a {
        padding: 6px 23px;
        font-size: 15px;
    }
    .page_featured .page_featured_heading a::before {
        width: 44px;
        left: -54px;
    }
    h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .contact_content a,
    .contact_content span {
        font-size: 18px;
        line-height: 28px;
    }
    .contact_content a p {
        font-size: 19px;
        line-height: 28px;
    }
    .contact_content a i,
    .contact_content i {
        font-size: 44px;
    }
    .contact_content a i {
        font-size: 20px;
        line-height: 20px;
        padding: 8px;
        width: 40px;
        height: 40px;
    }
    form button.btn {
        height: 45px;
        margin-top: 20px;
        font-size: 19px;
        letter-spacing: 2px;
    }
    .contact_content {
        padding: 50px 0 50px 0;
    }
    .about_content {
        padding: 40px 0 60px 0;
    }
    .page_about .page_featured h2::before {
        top: -12px;
        left: 26px;
    }
	
  	.services_content .img_wrap img{
	}
	.services_content h3 {
    font-size: 25px;
	}
	.contact_content .ps-md-3 a.btn{
    padding-left: 0;
    }
footer .header_call a.btn {
    color: #000000;
    padding: 0 0 0 0px;
}
footer span p {
    font-size: 17px;
    line-height: 27px;
}
header .navik-menu ul li.current-menu>a,
header .navik-menu ul li:hover>a,
header .navik-menu ul li.current_page_item>a  {
    color: #000000;
}

}

@media (min-width: 697px) and (max-width: 767px) {
    .about_content_img {
        margin-bottom: 0px;
        margin: 0 10px;
    }
}