body {
    margin: 0px;
    font-family: "Onest", sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}

p {
    font-size: 17px;
    line-height: 30px;
    font-family: "DM Sans", sans-serif;
}


/* Logo Section */

main.logo-section {
    padding: 6px 0px;
    background: #fff;
}

main.logo-section i.fa.fa-search {
    color: #3f6b9d;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.hdt-btn a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff !important;
    background: #262626;
    border: none;
    border-radius: 8px;
    position: relative;
    line-height: 45px;
    justify-content: space-between;
    padding: 4px 25px;
    transition: all 0.5s ease-in-out;
}

.hdt-btn a:hover {
    background: linear-gradient(90deg, #ea1718 0%, #fea829 100%);
        background-clip: inherit !important;
}

/* Close Logo Section */

/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}

/* Close Menu Section */

.hdr-1 {
    padding: 10px 0;
    background: #fb420e;
}

.hdr-1 h6 {
    margin-bottom: 0;
    color: #fff;
}

/* Banner Section */
.banner-section .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

.banner-section .carousel-caption {
    z-index: 9;
    text-align: left;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    padding-bottom: 60px;
}

.bnr-txt {
    padding: 20px 25px;
    background: #fff;
    border-radius: 10px;
}

.bnr-txt h2 {
    font-size: 38px;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    position: relative;
    margin-bottom: 10px;
}

.bnr-txt p {
    color: #000;
    font-size: 23px;
    font-weight: 300;
    padding-right: 50px;
    margin-bottom: 30px;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 9;
        width: 7%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}

.bnr-btn a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #262626;
    padding: 12px 25px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: capitalize;
    text-decoration: none;
}

.bnr-btn a:hover {
    background: linear-gradient(90deg, #ea1718 0%, #fea829 100%);
}



/* Close Banner Section */

.sgma-btns-1 a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 12px 25px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: capitalize;
    text-decoration: none;
    border: 2px solid #262626;
}

a.blk-btn {
    background-color: #262626;
    color: #fff;
}

a.wht-btn {
    background-color: #ffffff;
    color: #262626;
}

a.wht-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

a.blk-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

h2 {
    font-size: 45px;
    line-height: 45px;
}

section.sgma-1 {
    padding: 65px 0;
}

.sgma-1-rght h5 {
    font-size: 23px;
}

.sgma-btns-1 a.wht-btn {
    margin-right: 10px;
}

.sgma-1-lft {
    border-radius: 10px;
    overflow: hidden;
}

.sgma-1-rght {
    padding-left: 30px;
}

.sgma-1-rght h2 {
    margin-bottom: 20px;
}

i.fa.fa-arrow-up {
    transform: rotate(45deg);
}


section.sgma-2 {
    padding: 0 0 65px;
}

.hm-srvc-mn {
    margin-top: 40px;
}

.hm-srvc-list ul {
    padding-left: 0;
}

.hm-srvc-list li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    transition: .6s all;
}

.hm-srvc-list li h3 {
    font-size: 22px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.hm-srvc-list li a {
    text-decoration: none;
    transition: .6s all;
}

.pl-0 {
    padding-left: 0;
}

.hm-srvc-list li:hover h3 {
    background: linear-gradient(90deg, #fd9927 0%, #ee3319 100%);
    background-clip: text;
    color: transparent;
}

.hm-srvc-list li:hover {
    border-bottom: 1px solid #fd9927;
}

.sr-lst-img img {
    filter: brightness(0) invert(0);
}


.hm-srvc-list li:hover .sr-lst-img img {
    filter: brightness(1) invert(0);
}


.sr-lst-arw {
    display: none;
    color: #5d5d5d;
}

.hm-srvc-list li:hover .sr-lst-arw {
    display: flex;
    align-items: end;
    justify-content: end;
}



.cntr-ln-hdg {
    text-align: center;
}

.cntr-ln-hdg .ln {
    height: 1px;

}

.cntr-ln-hdg .ln {
    height: 1px;
    background: #ccc;
    transform: translate(0px, -25px);
    z-index: 9;
}

.cntr-ln-hdg h2 {
    z-index: 99;
    background-color: #ffff;
    width: fit-content;
    margin: auto;
}

.img-hover img {
    transform: scale(1);
    transition: .7s all;
}

.img-hover:hover img {
    transform: scale(1.1);
}

section.sgma-3 {
    background: url(../img/bg-1.jpg), no-repeat;
    padding: 65px 0;
    background-attachment: fixed;
    background-position: center;
}

.sgma-why-lft h2 {
    color: #fff;
    margin-bottom: 30px;
}

.why-bx p {
    color: #fff;
    font-size: 19px;
    padding-right: 50px;
    line-height: 28px;
    margin: 0;
}

.sgma-3-rght {
    border-radius: 10px;
    overflow: hidden;
}

.sgma-3-rght.img-hover img {
    width: 100%;
}



section.sgma-4 {
    background-color: #ededed;
    padding: 65px 0;
}

.sgma-4 .cntr-ln-hdg h2 {
    background-color: #ededed;
}

.star-qt ul li {
    display: inline-flex;
    list-style: none;
    font-size: 13px;
    color: #ffaa2b;
}

.star-qt {
    margin: 10px 0 10px;
}

.star-qt ul {
    padding: 0;
    margin: 0;
}

.tsti-qt {
    margin-top: -34px;
    margin-left: -17px;
}

.testi-bx {
    background: #f4f4f4;
    border-radius: 20px 20px 0 20px;
    height: 100%;
    padding: 25px;
    position: relative;
    box-shadow: 1px 4px 6px #ccc;
}

.testi-bx p {
    font-size: 19px;
    font-style: italic;
}

.tsti-lst {
    margin-top: 30px;
}

.testi-bx h5 {
    font-size: 18px;
}

.testi-bx h5 span {
    font-size: 16px;
}

.testi-bx::after {
    content: '';
    height: 20px;
    width: 30px;
    display: block;
    border-top: 15px solid #f4f4f4;
    border-left: 30px solid #cccccc00;
    position: absolute;
    right: 0;
    bottom: -20px;
}

section.sgma-5 {
    background-color: #ffffff;
    padding: 65px 0;
}

.brands-sldr {
    margin-top: 40px;
}


.brnds img {
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 4px;
}

.slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
    content: ' ' !important;
    background: #7f7f7f !important;
    border-radius: 50px;
}

.slick-dots li {
    width: 15px !important;
    height: 15px !important;
    margin: 0 2px !important;
}

.slick-dots {
    bottom: -40px !important;
}

footer {
    background: #000;
}

.ftr-sc-1 {
    padding: 40px 0;
}

.ftr-spl {
    display: inline-flex;
    align-items: center;
}

.ftr-spl h3 {
    margin: 0;
    font-size: 22px;
    color: #c0c0c0;
    font-weight: 400;
    margin-left: 10px;
}

.ftr-spl-mn {
    border-right: 1px solid #696969;
    height: 100%;
}

.ftr-spl-mn:nth-last-child(1) {
    border-right: 0px solid #696969;
}

.ftr-adrs {
    text-align: right;
}

.ftr-adrs p {
    margin: 10px 0;
    line-height: 20px;
    font-size: 14px;
    color: #c0c0c0;
    font-family: "Onest", sans-serif;
}

.ftr-sc-2-lnks-sc {
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    padding: 30px 0;
}

.ftr-sc-3-cpy-sc h6 {
    font-size: 14px;
    margin: 0;
    color: #919497;
    text-align: center;
    padding: 15px 0;
}

.ftr-sc-3-cpy-sc h6 a {
    color: #919497;
    text-decoration: none;
}

.ftr-sc-3-cpy-sc h6 a:hover {
    color: #fda92a;
}

.ftr-mnu-lnks ul li a:hover {
    color: #fda92a;
}

.ftr-mnu-lnks h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.ftr-mnu-lnks ul {
    margin: 0;
    padding: 0;
}

.ftr-mnu-lnks ul li {
    list-style: none;
    line-height: 26px;
    color: #c0c0c0;
    font-size: 15px;
}

.ftr-mnu-lnks ul li a {
    text-decoration: none;
    color: #c0c0c0;
}

.ftr-scl li {
    display: inline-block;
    margin-right: 5px;
}

.ftr-scl i {
    font-size: 15px;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: .6s all;
}

.ftr-scl i:hover {
    border: 1px solid #fea827;
    background: #fea827;
    color: #ffffff;
    background: linear-gradient(90deg, #ea1718 0%, #fea829 100%);
}





.ser-bx h4 {
    font-size: 20px;
}

.ser-bx {
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px;
    height: 100%;
}

.ser-bx img {
    margin-bottom: 20px;
}
 
.sr-sc-mn{
    justify-content: center;
}




.inr-hdg-1 {
    margin-bottom: 50px;
    text-align: center;
}


 
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f1f1f1;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
}
button.accordion-button {
        padding: 10px 20px;
    font-size: 20px;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}


.info-icon img {
    width: auto;
}
.info-box {
    display: flex;
}
.info-icon {
    width: 7%;
}
.info-icon-right {
    width: 93%;
    margin-bottom: 10px;
}
.info-icon-right h5 {
    font-size: 18px;
    font-weight: 600;
}
.info-icon-right h6 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
.info-box1 {
    margin-bottom: 20px;
}
.info-icon-right h6 a {
    color: #000;
    text-decoration: none;
}


.cntct-mn .inr-hdg-1{
    text-align: left;
}

section.sgma-2-core {
    padding: 50px 0;
    background: #f5f5f5;
}
.bt-glry {
    border-radius: 15px;
    overflow: hidden;
}
.core-sc {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
}
.core-sc h4 {
    font-size: 18px;
    margin: 0;
}

.core-sc img {
    max-width: 70px;
    margin-right: 10px;
}


section.sgma-2-core .inr-hdg-1 {
    margin-bottom: 30px;
}

.cntct-sc-bx .wtsp i {
    background: transparent;
    color:#f0441d;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-right: 10px;
}

.cntct-sc-bx .wtsp {
    display: flex;
    justify-content: center;
}

.cntct-sc-bx .wtsp p {
    margin: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.wpcf7-textarea{
    height: 100px;
    
}

.wpcf7-submit{
    display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #262626  !important;
  padding: 12px 25px  !important;
  border-radius: 6px  !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
  text-transform: capitalize;
  text-decoration: none;
  border: 0  !important;
    
}
.cntct-sc-bx {
    text-align: center;
    padding: 20px;
    background: #f3f3f3a6;  
    height: 100%;
}

.cntct-sc-bx p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    font-family: "Onest", sans-serif;
}

.hd-sc-1-hd h2 {
    color: #000;
    font-size: 40px;
}
.cntct-sc-bx i {
    font-size: 25px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ea1718 0%, #fea829 100%);
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}
.cntct-frm {
    margin-top: 50px;
}
.cntct-frm  .form-control {
    border: 0px solid #ccc;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 0;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.cn-frm {
    margin-top: 50px;
}
.contact-form input,
textarea {
    padding-left: 0;
    background: transparent;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.contact-form input::placeholder,
textarea::placeholder {
    color: #535353;

}
 
.contact-form button {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #262626;
    padding: 12px 25px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: capitalize;
    text-decoration: none;
    border: 0;
}

.contact-form button:hover {
     background: linear-gradient(90deg,#fea829 0%,  #ea1718 100%);
}
.cn-frm .inr-hdg-1{
    text-align: left;
    margin-bottom: 30px;
}
.gt-tch iframe {
    border-radius: 10px;
}

.ser-bx1 h1 {
    display: flex;
    align-items: center;
    font-size: 28px;
}
.ser-bx1-lft {

    overflow: hidden;
    padding-right: 50px;
}

.ser-bx1-lft img {
        border-radius: 10px;
    width: 100%;
}


.ser-bx1 img {
    border-radius: 20px;
    margin-bottom: 30px;
}

.ser-bx1 h1 img {
    border-radius: 0px;
    margin: 0;
}




.ser-list-rght ul {
    padding-left: 0;
}

.ser-list-rght li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    transition: .6s all;
}

.ser-list-rght li h3 {
    font-size: 17px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.ser-list-rght li a {
    text-decoration: none;
    transition: .6s all;
}

.pl-0 {
    padding-left: 0;
}

.ser-list-rght li:hover h3 {
    background: linear-gradient(90deg, #fd9927 0%, #ee3319 100%);
    background-clip: text;
    color: transparent;
}

.ser-list-rght li:hover {
    border-bottom: 1px solid #fd9927;
}

.ser-list-rght .sr-lst-img img {
    filter: brightness(1) invert(0);
}
 

.sr-lst-arw {
    display: none;
    color: #5d5d5d;
}

.ser-list-rght li:hover .sr-lst-arw {
    display: flex;
    align-items: end;
    justify-content: end;
}


.ser-list-rght {
    padding-left: 40px;
    padding-top: 18px;
}

.ser-list-rght h2 {
    font-size: 28px;
}







/* Media Screens */

@media (max-width: 576px) {
    .toggle-button {
        display: block;
    }

    .container {
        max-width: 90%;
    }
}
 
@media (max-width: 767.9px) {
.ser-list-rght {
    padding-left: 0px;
}
.ser-bx1 h1 img {
    width: 60px;
}
.ser-bx1 img {
    border-radius: 10px;
    margin-bottom: 10px;

}
.ser-list-rght li h3 {
    font-size: 16px;
}
.ser-list-rght h2 {
    font-size: 22px;
}
.ser-bx1-lft {
    overflow: hidden;
    padding-right: 0px;
    margin-bottom: 20px;
}
.ser-bx1 h1 {
    display: flex;
    align-items: center;
    font-size: 18px;
}






.cn-frm .inr-hdg-1 {
    text-align: left;
    margin-bottom: 0px;
}
.gt-tch {
    margin-top: 30px;
}
.inr-hdg-1 {
    margin-bottom: 10px;
}
.cntct-sc-bx h4 {
    font-size: 15px;
    line-height: 25px;
}

button.accordion-button {
    padding: 10px 10px;
    font-size: 18px;
}




  .core-sc {
    padding: 10px;
}
  .ser-bx h4 {
    font-size: 17px;
    }
  section.sgma-2-core .inr-hdg-1 {
    margin-bottom: 10px;
}
  .ser-bx {
    padding: 18px;
    }
  .core-sc h4 {
    font-size: 15px;
    margin: 0;
}
  section.sgma-2-core {
    padding: 30px 0;
}
  .core-sc img {
    max-width: 60px;
    margin-right: 10px;
}
  
  
  
  
  
  
  
    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }

    .ftr-adrs p {
        margin: 10px 0 0;
        line-height: 19px;
        font-size: 13px;
    }

    .bnr-txt p {
        font-size: 16px;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .hdt-btn {
        display: none;
    }

    .why-bx {
        text-align: center;
    }

    .sgma-why-lft h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .sgma-1-rght p {
        text-align: justify;
    }

    .sgma-1-rght h2 {
        margin-bottom: 10px;
    }

    h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .bnr-btn a {
        font-size: 15px;
        padding: 8px 15px;
    }

    .sgma-1-rght {
        padding-left: 0px;
        padding-top: 20px;
    }

    .sgma-1-rght h5 {
        font-size: 18px;
    }

    .bnr-txt h2 {
        font-size: 20px;
        line-height: 25px;
        position: relative;
        margin-bottom: 8px;
    }

    .bnr-txt {
        padding: 14px 15px;
        border-radius: 10px;
    }

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

    .sgma-btns-1 a {
        padding: 7px 14px;
    }

    .hm-srvc-list li h3 {
        font-size: 15px;
    }

    .banner-section .carousel-caption {
        padding-bottom: 20px;
        position: relative;
        background: #eeeeee;
    }

    .testi-bx h5 {
        font-size: 14px;
    }

    .why-bx p {
        font-size: 15px;
        padding-right: 2px;
        line-height: 18px;
    }

    .sgma-3-rght.img-hover {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    section.sgma-3 {
        padding: 35px 0;
    }

    .testi-bx p {
        font-size: 15px;
    }

    section.sgma-5 {
        padding: 25px 0;
    }

    .brands-sldr {
        margin-top: 10px;
    }

    section.sgma-4 {
        padding: 35px 0;
    }

    .tsti-lst {
        margin-top: 10px;
    }

    .ftr-spl h3 {
        margin-left: 4px;
        font-size: 14px;
    }

    .ftr-spl img {
        max-width: 40px;
    }

    .ftr-spl-mn {
        border-right: 0px solid #696969;
        height: 100%;
    }

    .ftr-mnu-lnks {
        margin-bottom: 20px;
    }

    .ftr-adrs {
        text-align: center;
    }

    .ftr-mnu-lnks h4 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .ftr-scl {
        margin-top: 14px;
    }

    .ftr-sc-2-lnks-sc {
        padding: 20px 0;
    }

    .ftr-sc-1 {
        padding: 20px 0;
    }

    .brnds {
        width: 98% !important;
        margin: auto !important;
    }

    .hdt-btn a {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 5px;
    }

    .header .item-right a {
        font-size: 12px !important;
    }

    section.sgma-1 {
        padding: 35px 0;
    }

    .cntr-ln-hdg .ln {
        transform: translate(0px, -15px);
    }

    .hm-srvc-mn {
        margin-top: 10px;
    }

    .hm-srvc-mn {
        margin-top: 10px;
        --bs-gutter-x: 0;
    }

    .hm-srvc-list ul {
        margin-bottom: 0;
    }

    .hm-srvc-list li {
        list-style: none;
        padding: 10px 20px;
        border: 1px solid #ccc;
        transition: .6s all;
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 3px 0px;
    }

    section.sgma-2 {
        padding: 0 0 25px;
    }

    .sgma-1-lft img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
   .ser-bx1 h1 {
    font-size: 20px;
}
   .core-sc h4 {
    font-size: 15px;
    margin: 0;
}
   .core-sc img {
    max-width: 54px;
    margin-right: 5px;
}
   
   
   
    .ftr-spl h3 {
        font-size: 15px;
        margin-left: 5px;
    }

    .ftr-scl i {
        font-size: 13px;
        width: 25px;
        height: 25px;
        border-radius: 3px;
    }

    .ftr-mnu-lnks ul li {
        line-height: 24px;
        font-size: 13px;
    }

    .ftr-sc-1 {
        padding: 20px 0;
    }

    h2 {
        font-size: 34px;
        line-height: 36px;
    }

    .testi-bx {
        padding: 15px;
    }

    .testi-bx p {
        font-size: 17px;
        line-height: 23px;
    }

    .why-bx p {
        font-size: 16px;
        padding-right: 0;
        line-height: 22px;
        margin: 0;
    }

    .hm-srvc-list li h3 {
        font-size: 15px;
    }

    .sgma-1-rght {
        padding-left: 10px;
    }

    .bnr-txt {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .banner-section .carousel-caption {
        padding-bottom: 20px;
    }

    .bnr-txt h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }


    .bnr-txt p {
        color: #000;
        font-size: 20px;
        font-weight: 300;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }



    .sgma-btns-1 a {
        padding: 8px 18px;
    }



}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .bnr-txt h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .hdt-btn a {
        font-size: 14px;
        line-height: 34px;
        padding: 4px 12px;
    }

    .banner-section .carousel-caption {
        padding-bottom: 20px;
    }

    .header .menu>ul>li {
        line-height: 45px !important;
        margin-left: 12px !important;
    }

    .hm-srvc-list li h3 {
        font-size: 17px;
    }

    h2 {
        font-size: 35px;
        line-height: 36px;
    }

    .why-bx p {
        font-size: 18px;
        padding-right: 6px;
        line-height: 22px;
        margin: 0;
    }

    .testi-bx p {
        font-size: 17px;
        font-style: italic;
        line-height: 24px;
    }

    .ftr-spl h3 {
        margin: 0;
        font-size: 15px;
        margin-left: 3px;
    }

    .ftr-mnu-lnks ul li {
        line-height: 23px;
        font-size: 13px;
    }

}

@media (min-width: 1201px) and (max-width: 1400px) {
    .hm-srvc-list li h3 {
        font-size: 20px;
    }

    .testi-bx p {
        font-size: 17px;
        line-height: 25px;
    }

    .ftr-spl h3 {
        font-size: 19px;
    }

}



/* Close Media Screens */