@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

h1,
h2,
h3 {
    font-weight: 700;
    font-family: Montserrat, serif
}

h4,
h5,
h6 {
    font-family: Montserrat, serif
}

.btn_1:hover::before,
.btn_2:hover::before,
.inner_sec2 .inner_sec2_content ul li,
.inner_sec2 .inner_sec2_content ul li .box .combo_btn a.btn span,
.inner_sec2 .inner_sec2_content ul li .box .content,
.sec3 .left .map-img,
.sec3 .left .map-img img,
.sec3 .right ul li .box .text,
.sec4 .content ul li a:hover::before,
.wrapper,
footer .bf_menu ul li {
    width: 100%
}

.btn_1::before,
.btn_2::before {
    height: 44px;
    position: absolute;
    transition: .4s linear
}

.btn_1::before,
.btn_2,
.btn_2::before {
    transition: .4s linear
}

.banner,
.btn_1,
.btn_2 {
    position: relative;
    z-index: 1
}

*,
ul {
    padding: 0
}

.btn_1::before,
.btn_2::before,
.sec4 .content ul li a::before {
    content: "";
    bottom: 0;
    z-index: -1
}

* {
    margin: 0;
    box-sizing: border-box;
    font-family: Poppins, serif;
    color: #353535
}

html {
    scroll-behavior: smooth
}

body {
    background: #f5f5f585
}

.wrapper {
    height: auto;
    overflow: hidden
}

::selection {
    color: #e35f01;
    background-color: transparent
}

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

::-webkit-scrollbar-track {
    background: #000
}

::-webkit-scrollbar-thumb {
    background: #e35f01
}

.btn,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
    outline: 0
}

ul {
    margin: 0
}

li {
    list-style-type: none
}

a {
    text-decoration: none !important
}

img {
    max-width: 100%;
    outline: 0
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 25px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 18px
}

p {
    font-size: 16px;
    margin: 0
}

.scroll_block {
    overflow: auto;
    padding-right: 10px
}

.scroll_block::-webkit-scrollbar {
    width: 1px
}

.scroll_block::-webkit-scrollbar-track {
    background: 0 0
}

.scroll_block::-webkit-scrollbar-thumb {
    background: 0 0
}

.combo_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.no_border {
    border: none !important
}

.bg,
.btn {
    border-radius: 0
}

.sec_padding {
    padding: 25px 0 0
}

.btn {
    margin: 0;
    padding: 10px 20px
}

.btn_1 {
    background: #e35f01;
    color: #fff
}

.bg,
header {
    background: #fff
}

.banner p strong,
.btn_1:hover,
.btn_2:hover {
    color: #fff
}

.btn_1::before {
    width: 0%;
    background: #000;
    right: 0
}

.btn_2::before,
.sec6 .bg .right .box:hover,
header .navbar-area .site-navbar ul li a:hover .icon,
header .navbar-area .site-navbar ul li a:hover .text {
    background: #e35f01
}

.btn_2 {
    color: #e35f01;
    padding: 10px
}

.btn_2::before {
    width: 1%;
    left: 0
}

.bg {
    padding: 20px;
    border: 1px solid #00000014
}

.btn,
.inner_sec2 .inner_sec2_top ul li .btn {
    position: relative;
    border: none;
    width: 180px;
    height: 40px;
    line-height: 40px
}

.btn span,
.inner_sec2 .inner_sec2_top ul li .btn span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, .5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    background: #e35f01;
    background: linear-gradient(0deg, #e35f01 0, #e35f01 100%);
    color: #fff
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.btn span:first-child,
.inner_sec2 .inner_sec2_top ul li .btn span:first-child {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px
}

.btn span:nth-child(2),
.inner_sec2 .inner_sec2_top ul li .btn span:nth-child(2) {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px
}

.btn:hover span:first-child,
.inner_sec2 .inner_sec2_top ul li .btn:hover span:first-child {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0)
}

.btn:hover span:nth-child(2),
.inner_sec2 .inner_sec2_top ul li .btn:hover span:nth-child(2) {
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

header {
    padding: 10px 0
}

header .navbar-area .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .navbar-area .site-navbar .site-logo {
    width: 100px
}

header .navbar-area .site-navbar ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px
}

header .navbar-area .site-navbar ul li a {
    width: 165px;
    height: 20px;
    overflow: hidden;
    color: #777;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

header .navbar-area .site-navbar ul li a .icon,
header .navbar-area .site-navbar ul li a .text {
    background: #f1f1f2;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    transition: .6s cubic-bezier(.615, 0, .07, 1)
}

header .navbar-area .site-navbar ul li a .icon {
    left: 0;
    width: 30px
}

header .navbar-area .site-navbar ul li a .icon i {
    transform: translateY(-50px);
    transition: .6s cubic-bezier(.615, 0, .07, 1)
}

header .navbar-area .site-navbar ul li a:hover i {
    transform: translateY(8px);
    color: #fff
}

header .navbar-area .site-navbar ul li a .icon i~i {
    transform: translateY(-8px)
}

header .navbar-area .site-navbar ul li a .text span~span,
header .navbar-area .site-navbar ul li a:hover i~i {
    transform: translateY(50px)
}

header .navbar-area .site-navbar ul li a .text {
    left: 35px;
    width: 130px
}

header .navbar-area .site-navbar ul li a .text span {
    display: block;
    transform: translateY(12px);
    transition: .6s cubic-bezier(.615, 0, .07, 1)
}

header .navbar-area .site-navbar ul li a:hover span {
    transform: translateY(-50px)
}

header .navbar-area .site-navbar ul li a:hover span~span {
    transform: translateY(-12px);
    color: #fff
}

header .navbar-area .site-navbar .nav-toggler {
    border: 3px solid #fff;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none
}

header .navbar-area .site-navbar .nav-toggler span,
header .navbar-area .site-navbar .nav-toggler span:after,
header .navbar-area .site-navbar .nav-toggler span:before {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s
}

header .navbar-area .site-navbar .nav-toggler span:before {
    content: '';
    transform: translateY(-9px)
}

header .navbar-area .site-navbar .nav-toggler span:after {
    content: '';
    transform: translateY(6px)
}

header .navbar-area .site-navbar .nav-toggler.toggler-open span {
    background-color: transparent
}

header .navbar-area .site-navbar .nav-toggler.toggler-open span:before {
    transform: translateY(0) rotate(45deg)
}

header .navbar-area .site-navbar .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg)
}

header .navbar-area .site-navbar ul li.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    padding: 0px 0;
    margin-top: 0px;
    border-radius: 5px;
    z-index: 1000;
}

/* Dropdown items */
header .navbar-area .site-navbar ul li.dropdown .dropdown-menu li {
    width: 180px;
    text-align: left;
    padding: 0;
    margin: 10px 0px;
}

header .navbar-area .site-navbar ul li.dropdown .dropdown-menu li a {
    display: block;
    width: 100%;
    height: unset;
    padding: 10px 0;
    text-align: center;
    
}

header .navbar-area .site-navbar ul li.dropdown .dropdown-menu li a:hover{
    background: #e7e7e7;
}

header .navbar-area .site-navbar ul li.dropdown:hover .dropdown-menu {
    display: block;
}

header .navbar-area .site-navbar ul li.dropdown {
    position: relative;
}

.header{
    display: none;
}

.banner {
    padding: 100px 0;
    background: url("../images/banner-bg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000075;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.banner .banner_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.banner .banner_bg .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.banner .banner_bg .box .mobile_img{
    display: none;   
}

.banner h1,
.cta .content h2 {
    color: #fff;
    margin: 0
}

.banner p {
    color: #fff;
    margin: 20px 0 10px
}

.banner form .form_group {
    width: 1000px;
    height: 50px;
    /*background: #ffffff59;*/
    /*backdrop-filter: blur(5px);*/
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.banner form .form_group input{
    background: #ffffff59;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding: 0 20px;
    background: 0 0;
    color: #fff;
    outline: 0;
}

.banner form .form_group input[type=submit] {
    width: 200px;
    height: 50px;
    padding: 0;
    background: #e35f01;
    color: #fff;
    transition: .25s
}

.service_cta form .form_group input {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding: 0 20px;
    background: 0 0;
    color: #fff;
    outline: 0;
}

.service_cta form .form_group input[type=submit],
footer .bf_left form .form_group input[type=submit] {
    width: 100px;
    height: 50px;
    padding: 0;
    background: #e35f01;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    transition: .25s
}

.banner form .form_group input[type=submit]:hover,
footer .bf_left form .form_group input[type=submit]:hover {
    box-shadow: inset 13em 0 0 0 #00000080
}

.banner form .form_group input::placeholder {
    color: #fff
}

.cta,
.sec2 .sec_top,
.service_cta {
    text-align: center
}

.inner_sec3 ul li:first-child,
.sec2 .sec_top h2,
.sec7 .right .sec7_slider .slick-slide .box .body_content h6 {
    margin: 0
}

.sec2 .sec_content .slick-list.draggable {
    padding: 10px 0 0 !important
}

.sec2 .sec_content ul li,
.sec7 .right .sec7_slider .slick-slide {
    margin: 0 10px
}

.sec2 .sec_content ul li{
    height: unset;
}

.sec2 .sec_content .box {
    background: 0 0;
    box-shadow: 0 0 10px 1px transparent;
    /*border: 1px solid #e35f01;*/
    transform: translateY(0);
    padding: 25px 0px 25px 15px;
    transition: .2s linear;
    cursor: pointer
}

.sec2 .sec_content .box:hover {
    /*background: #e35f01;*/
    /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, .045);*/
    transform: translateY(-5px)
}

.sec2 .sec_content .box .img {
    margin: 0 auto;
    text-align: center
}

.sec2 .sec_content .box .img svg {
    fill: #e35f01;
    transition: .2s linear
}

.sec2 .sec_content .box:hover svg {
    fill: #fff
}

.sec2 .sec_content .box p {
    color: #e35f01;
    text-align: center;
    margin-top: 10px;
    transition: .2s linear
}

.cta .content p,
.sec2 .sec_content .box:hover p,
.sec6 .bg .right .box:hover h6,
.service_cta h1 {
    color: #fff
}

.inner_sec2_content p,
.sec3 .left p {
    font-weight: 300
}

.sec3 .left p a {
    color: #e35f01;
    font-weight: 500
}

.inner_sec2 .form_group,
.sec3 .right .form_group {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.inner_sec2 .form_group input,
.sec3 .right .form_group input {
    width: 80%;
    height: 45px;
    background: #f1f1f2;
    color: #777;
    border: 1px solid #e35f01;
    padding-left: 10px;
    outline: 0
}

.inner_sec2 .form_group input[type=submit],
.sec3 .right .form_group input[type=submit] {
    width: 20%;
    background: #e35f01;
    color: #fff;
    border-left: unset;
    padding: 0
}

.inner_sec2 h5,
.sec3 .right h5 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700
}

.sec3 .right ul {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.sec3 .right ul li .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: #f1f1f2;
    padding: 0 0 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .045);
    overflow: hidden
}

.sec3 .right ul li .box .img {
    width: 100%;
    border: 1px solid #f1f1f2;
    overflow: hidden
}

.sec3 .right ul li .box .img img {
    width: 100%;
    object-fit: cover;
    object-position: center
}

.sec3 .right ul li .box .text p {
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.sec_padding .ads .ads_img a,
.sec_padding .ads .ads_img a img {
    display: block;
    width: 100%
}

.cta .bg {
    background: url("../images/cta-bg.jpg") center center/cover;
    padding: 60px 20px;
    position: relative;
    z-index: 1
}

.cta .bg::before,
.service_cta .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000ad;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.cta .content .combo_btn {
    margin: 10px auto;
    justify-content: center
}

.cta .content small {
    display: block;
    color: #fff;
    font-weight: 200;
    font-size: 12px
}

.sec4 .content h5 {
    margin: 0 0 10px
}

.inner_sec2 .inner_sec2_top ul,
.sec4 .content ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px
}

.sec4 .content ul li {
    width: 24.7%
}

.sec4 .content ul li a {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    color: #777;
    padding: 5px 10px;
    border: 1px solid #0000001f;
    transform: scale(1);
    transition: .2s linear;
    position: relative;
    z-index: 1
}

.sec4 .content ul li a:hover {
    border: 1px solid transparent;
    color: #fff;
    transform: scale(1.02)
}

.sec4 .content ul li a::before {
    width: 1%;
    height: 36px;
    background: #e35f01;
    position: absolute;
    left: 0;
    transition: .4s linear
}

.sec6 .bg .left p {
    margin: 30px 0
}

.sec6 .bg .right {
    padding: 0 50px
}

.sec6 .bg .right .box {
    background: #f9f9f9;
    padding: 30px;
    text-align: center;
    margin: 13px 0;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .045);
    transition: .4s linear;
    cursor: pointer
}

.sec6 .bg .right .box .img {
    width: 100px;
    margin: 0 auto;
    filter: invert(0);
    transition: .4s linear
}

.sec6 .bg .right .box:hover img,
.section8 .sec_content .accordion-item .accordion-button::after,
footer .bf_left .ft_logo img {
    filter: invert(1) brightness(111)
}

.sec6 .bg .right .box h6 {
    margin-top: 20px;
    transition: .4s linear
}

.sec7 .left p {
    margin: 20px 0
}

.service_cta form .form_group,
footer .bf_left form .form_group {
    height: 60px;
    background: #ffffff59;
    backdrop-filter: blur(5px);
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.sec7 .right .sec7_slider .slick-slide .box {
    height: 370px;
    padding: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .045)
}

.sec7 .right .sec7_slider .slick-slide .box .img {
    width: 100%;
    height: 145px;
    overflow: hidden
}

.sec7 .right .sec7_slider .slick-slide .box .img img {
    width: 100%;
    transform: scale(1);
    transition: .2s linear
}

.sec7 .right .sec7_slider .slick-slide .box:hover .img img {
    transform: scale(1.05)
}

.sec7 .right .sec7_slider .slick-slide .box .body_content {
    padding: 20px 20px 10px
}

.sec7 .right .sec7_slider .slick-slide .box .body_content p {
    font-size: 14px;
    margin: 10px 0
}

.section8 .sec_content {
    margin-top: 20px
}

.section8 .sec_content .accordion-item {
    border-radius: 0;
    background: #fff;
    margin-top: 5px;
    border: 1px solid rgb(227 95 1)
}

.section8 .sec_content .accordion-item .accordion-button {
    border-radius: 0;
    background: #e35f01;
    color: #fff;
    outline: unset;
    box-shadow: unset
}

footer {
    background: url("../images/footer-bg.jpg") center/cover;
    margin-top: 25px;
    border: 1px solid #00000014
}

footer .bf_left .ft_logo {
    display: block;
    width: 200px
}

footer .bf_left p {
    color: #fff;
    font-size: 14px;
    margin: 20px 0
}

footer .bf_left form .form_group {
    width: 100%
}

footer .bf_left form .form_group input {
    width: 100%;
    height: 100%;
    border: 1px solid #e35f01;
    padding-left: 10px;
    background: 0 0;
    color: #e35f01;
    outline: 0
}

footer .bf_left form .form_group input::placeholder {
    color: #e35f01
}

footer .bf_icon h6,
footer .bf_menu h6 {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1
}

footer .bf_icon ul,
footer .bf_menu ul {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 5px
}

footer .bf_menu ul a {
    width: 100%;
    display: block;
    color: #fff
}

footer .bf_icon ul {
    flex-direction: row;
    gap: 10px
}

footer .bf_icon ul li a {
    display: block;
    width: 35px
}

footer .main_ft {
    margin-top: 25px;
    padding: 15px 0;
    border-top: 1px solid #e35f014d
}

footer .main_ft p {
    color: #fff;
    font-size: 14px
}

.inner_sec2 .inner_sec2_top ul li a {
    display: block;
    color: #fff
}

.inner_sec2 h2 {
    margin: 25px 0 15px
}

.inner_sec2 .inner_sec2_content ul {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px
}

.inner_sec2 .inner_sec2_content ul li .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.inner_sec2 .inner_sec2_content ul li .box .img {
    width: 180px
}

.inner_sec2 .inner_sec2_content ul li .box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.inner_sec2 .inner_sec2_content ul li .box .content h4 {
    font-size: 25px;
    font-weight: 700
}

.inner_sec2 .inner_sec2_content ul li .box .combo_btn {
    width: 300px;
    gap: 10px;
    justify-content: end
}

.inner_sec2 .inner_sec2_content ul li .box .combo_btn a.btn {
    display: block
}

.inner_sec2 .inner_sec2_content ul li .box .content .contnet_info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px
}

.inner_sec2 .inner_sec2_content ul li .box .content small {
    color: #e35f01;
    font-weight: 400
}

.inner_sec2 .inner_sec2_content ul#myList {
    list-style-type: none;
    padding: 0
}

.inner_sec2 .inner_sec2_content ul#myListli {
    margin: 5px 0
}

.inner_sec2 .inner_sec2_content ul#myList li.hidden,
.inner_sec2 .inner_sec2_content ul#myList2 li.hidden {
    display: none
}

.inner_sec2 .inner_sec2_content .read-more {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer
}

.inner_sec2 .inner_sec2_content .read-more:hover {
    background-color: #0056b3
}

.inner_sec_btn ul {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 20px
}

.inner_sec_btn ul li {
    width: unset !important
}

.inner_sec_btn ul li a,
.inner_sec_btn ul li button {
    background: 0 0;
    border: none;
    outline: 0;
    color: #e35f01;
    font-size: 18px;
    font-weight: 400
}

.inner_sec2 .inner_sec2_content ul#myList3 {
    gap: 10px
}

.inner_sec2 .inner_sec2_content ul#myList3 li {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    display: flex;
    justify-content: start;
    align-items: center
}

.inner_sec2 .inner_sec2_content ul#myList3 li:nth-child(2n) {
    width: 100%;
    height: 40px;
    background: #efefef
}

.inner_sec2 .inner_sec2_content ul#myList3 li .box {
    width: 50%
}

.inner_sec2 .inner_sec2_content ul#myList3 li .box h4 {
    margin: 0;
    font-size: 16px
}

.inner_sec3 ul {
    margin-top: 30px;
    column-count: 4
}

.inner_sec3 ul li {
    margin: 10px 0 0
}

.service_cta .bg {
    background: url(../images/cta-bg.jpg) center center/cover;
    padding: 60px 20px;
    position: relative;
    z-index: 1
}

.service_cta p strong {
    font-weight: 300;
    color: #fff
}

.service_cta form .form_group {
    width: 50%
}

.service_cta form {
    margin: 10px 0
}

.service-right {
    padding: 20px 0
}

ul.static-li li {
    list-style-type: disclosure-closed;
    padding: 6px 5px;
    margin: 0px 40px;
    font-size: 15px;
}

ul.static-li-count li {
    list-style-type: decimal;
    padding: 6px 5px;
    margin: 0px 40px;
    font-size: 16px;
}

ul.static-li-count li a {
    color: #000000;
    font-weight: 500;
}

p.static-p {
    font-weight: 400 !important;
    line-height: 1.6em;
    margin: 0px 0px 5px 0px;
}

a.static-a {
    color: #e25501;
    font-weight: 500;
}

.sec3.sec_padding h1 {
    text-align: center;
    padding: 20px 0px;
}

ul.home-security-ul {
    gap: 5px !important;
    padding: 0px 8px;
}
ul.home-security-ul
 {
    font-size: 13px !important;
}
li.cable-tv {
    font-size: 18px;
}
li.cable-tv strong {
    color: #47b475;
}
@media (max-width: 992px) {

    ul.static-li li,
    ul.static-li-count li {
        margin: 0px 20px;
        padding: 5px 4px;
        font-size: 14px;
    }

    ul.static-li-count li a {
        font-size: 14px;
    }

    p.static-p {
        font-size: 14px;
        line-height: 1.5em;
    }

    a.static-a {
        font-size: 14px;
    }

    .sec3.sec_padding h1 {
        font-size: 22px;
        padding: 15px 0px;
    }
}

/* ========== Mobile Responsive (≤ 576px) ========== */
@media (max-width: 576px) {

    ul.static-li li,
    ul.static-li-count li {
        margin: 0px 10px;
        padding: 4px 3px;
        font-size: 13px;
    }

    ul.static-li-count li a {
        font-size: 13px;
    }

    p.static-p {
        font-size: 13px;
        line-height: 1.4em;
    }

    a.static-a {
        font-size: 13px;
    }

    .sec3.sec_padding h1 {
        font-size: 23px;
        padding: 10px 0px;
    }

    .sec3 .left h2 {
        font-size: 21px;
    }
}