::selection
{
    background: #1c1b1b;
    color: #fff;
    text-shadow: none;
}
::-webkit-scrollbar
{
    width: 8px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment
{
    display: none;
}
::-webkit-scrollbar-track-piece
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fe2829;
}
html
{
    overflow-x: hidden;
}
body
{
    font-family: 'Poppins',sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000;
}
a[href^="tel:"]:hover, a[href^="tel:"]
{
    text-decoration: underline!important;
}
h1, h2, h3, h4, h5, h6
{
    display: block;
    font-weight: normal;
}
*:hover, *:focus, *
{
    outline: none!important;
}
img
{
    max-width: 100%;
    height: auto;
}
a, input[type="submit"]
{
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}
a:hover
{
    color: #fe2829;
    text-decoration: none;
}
p, a
{
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
p
{
    line-height: 26px;
    display: block;
}
span
{
    display: inline-block;
}
textarea, select, input[type], textarea, select, button
{
    background: transparent;
    border: none;
    border-radius: 0;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
::-webkit-input-placeholder
{
    color: #000;
    font-weight: 400;
}
::-moz-placeholder
{
    color: #000;
    font-weight: 400;
}
:-ms-input-placeholder
{
    color: #000;
    font-weight: 400;
}
:-moz-placeholder
{
    color: #000;
    font-weight: 400;
}
[class^="box-"]
{
    display: none;
}
[class^="box-"].showfirst
{
    display: block;
}
.myaccordion li .faq-opt
{
    display: none;
}
.myaccordion li.active .faq-opt
{
    display: block;
}
.myaccordion li.active .faq-ang h4:before
{
    content: '';
}
.slick-list
{
    margin: 0 -15px;
}
.slick-slide
{
    margin: 0 15px;
}
ul.slick-dots
{
    padding: 50px 0 0;
    text-align: center;
}
ul.slick-dots li
{
    margin: 0 10px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    border: none;
}
.slick-dots li button:before, .slick-dots li button:before
{
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.slick-dots li button
{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    box-sizing: border-box;
}
.slick-dots li.slick-active button
{
    background: #fe2829;
}
span.arrows
{
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #f7f7f7;
    color: #696969;
}
span.arrows.next
{
    right: 1%;
}
.sprite-icn:before
{
    content: "";
    background-image: url(/assets/images/sprite);
    background-repeat: no-repeat;
    display: inline-block;
}
.ovr-hiddn
{
    overflow: hidden!important;
}
.overlay:after
{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 1;
}
.overlay
{
    display: none;
}
.overlay.active
{
    display: block;
}
.mn-btn
{
    color: #fff;
    font-size: 18px;
    background: #000;
    border: 1px solid #000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0;
}
.mn-btn:hover
{
    background: transparent;
    color: #000;
}
.pad-sec
{
    padding: 100px 0;
}
.pad-zero
{
    padding: 0;
}
.pad-l-zero
{
    padding-left: 0;
}
.pad-r-zero
{
    padding-right: 0;
}
.mn-hd h2
{
    font-size: 45px;
    font-weight: 400;
    color: #fe2829;
    line-height: 55px;
    font-family: 'Titillium Web';
}
.mn-hd h3
{
    font-size: 45px;
    font-weight: 700;
    color: #fe2829;
    line-height: 55px;
    font-family: 'Titillium Web';
}
.mn-hd h4
{
    font-size: 45px;
    font-weight: 700;
    color: #1c1b1b;
    line-height: 55px;
    font-family: 'Titillium Web';
}
.mn-hd p
{
    font-size: 15px;
    font-weight: 500;
    color: #545454;
    line-height: 25px;
}
header
{
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 2;
}
header nav
{
    display: flex;
}
header .navbar-nav .dropdown-menu
{
    border-radius: 15px;
    background: #fffffff0;
    border: 2px solid #fe28293d;
}
header .navbar-nav .dropdown-menu a
{
    line-height: 1.6;
    font-size: 16px;
}
header .navbar-brand img
{
    width: 167px;
}
header ul
{
    margin-top: 1rem;
}
header ul li
{
    margin: 0 6px;
}
header ul li a
{
    font-size: 18px;
    color: #000;
}
header .header-top ul
{
    display: flex;
    justify-content: end;
}
header .header-top ul li
{
    margin: 0 20px;
}
header .header-top ul li i
{
    padding: 0 10px;
    color: #fe2829;
}
.homebanner
{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 13rem 0 5rem;
    background-position: 100% 8%;
}
.homebanner h1
{
    font-size: 62px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    padding-bottom: 20px;
}
.homebanner p
{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    padding-bottom: 30px;
}
.reatare
{
    border-radius: 10px;
    background: linear-gradient(45deg,#f24647,#1c1b1b);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 30px;
    animation-iteration-count: infinite;
    animation-name: tada;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 2s;
}
.homebanner a:hover
{
    background-color: #fe2829;
}
.contact-form-wrap h4
{
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 25px;
}
.contact-form-wrap h4 span
{
    color: #fe2829;
}
section.contact-form-wrap
{
    padding: 3rem 0;
    position: relative;
    z-index: 1;
    /* background: #1c1a1b; */
}
.contact-form-wrap .contact-form-flex
{
    box-shadow: -1px 1px 4px grey;
    border-radius: 9px;
    background: #fff;
    padding: 0 15px;
}
.contact-form-flex form
{
    padding: 18px 0;
}
.contact-form-flex .form-group
{
    margin: 0;
    display: flex;
}
.contact-form-flex .form-group input
{
    background: #42424214;
    color: #0a2840;
    border: 1px solid #fff;
    font-size: 16px;
    width: 379px;
    height: 60px;
    line-height: 30px;
    padding: 20px;
    border-radius: 6px;
    border-right: 1px solid #e5e5e5;
    margin: 10px 4px!important;
}
.contact-form-flex .form-group input::placeholder
{
    color: #acacac;
    font-size: 16px;
}
.contact-form-flex .form-group button.submit-btn
{
    background: #18134b;
    color: #fff;
    border: 2px solid #1a1433;
    font-size: 18px;
    width: 200px;
    height: 60px;
    border-radius: 9px;
    padding: 10px 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}
.contact-form-flex .form-group button.submit-btn:hover
{
    background: #142751;
    border-color: #142751;
}
.contact-form-wrap .popbtn.cxm-btn-header, .pop_btn
{
    border-radius: 10px;
    background: linear-gradient(45deg,#f24647,#1c1b1b);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 30px;
    animation-name: tada;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-delay: 2s;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
}
button#bannerFormSubmit
{
    width: 100%;
    margin: 0 auto;
}
.itemfle
{
    display: flex;
}
.hmbefore
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.hmafter
{
    position: absolute;
    right: -150px;
    top: 0;
    z-index: -1;
}
.hmbanerlst
{
    padding-top: 30px;
    text-align: center;
    display: none;
}
.hmbanerlst li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 23.5%;
}
.hmbanerlst li.last
{
    margin-right: 0;
}
.concrete
{
    text-align: center;
}
.concrete h6
{
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}
.concrete h4
{
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    color: #fe2829;
    padding-bottom: 10px;
}
.concrete p
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    padding-bottom: 50px;
}
.concrelst
{
    padding-bottom: 30px;
}
.concrelst li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 10px;
}
.concrelst li.last
{
    margin-right: 0;
}
.concrelst li a
{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: normal;
}
.concrelst li a:before
{
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #fe2829;
    left: 0;
    bottom: -5px;
    transition: all .4s ease-In-out;
}
.concrelst li a:hover:before, .concrelst li.current a:before
{
    width: 100%;
    transition: all .4s ease-In-out;
}
.concrelst li a:hover, .concrelst li.current a
{
    color: #fe2829;
}
.concrebox
{
    overflow: hidden;
    border: 1px solid #b6b6b6;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 14px;
}
.concreweb
{
    overflow: hidden;
    display: block;
    height: 300px;
}
.concreweb a img
{
    transition: all 4s ease;
    transform: translateY(0%);
    width: 100%;
    height: auto;
}
.concreweb a:hover img
{
    transform: translateY(-50%);
    transition: all 4s ease;
}
.endorse
{
    padding: 30px 0;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.endorse h6
{
    font-size: 23px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    padding-bottom: 10px;
}
.endorse h4
{
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #fe2829;
    padding-bottom: 10px;
}
.endorse p
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    padding-bottom: 50px;
}
.endorse ul li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    position: relative;
}
.endorse ul li.last
{
    margin-right: 0;
}
.endorse ul li:before
{
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #636363;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
}
.endorse ul li.last:before
{
    display: none;
}
.endorse ul li.last
{
    margin-right: 0;
}
.endorse ul li a
{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: normal;
}
.endorse ul li a:hover
{
    color: #fe2829;
}
.endorse ul li a span
{
    display: block;
    font-size: 12px;
    color: #000;
    line-height: normal;
}
.endorse ul li a.getbtn
{
    width: 201px;
    height: 38px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-weight: 700;
    background-color: #fe2829;
    border-radius: 50px;
}
.endorse ul li a.getbtn:hover
{
    background-color: #fe2829;
}
.endorsenumb
{
    display: flex;
    align-items: center;
}
.endorsenumb span
{
    display: block;
    font-size: 30px;
    color: #fe2829;
    padding-right: 5px;
    transform: rotate(30deg);
}
.endorsenumb h6
{
    font-size: 12px;
    color: #000;
    line-height: normal;
    padding-bottom: 0;
    font-weight: 700;
}
.endorsenumb a
{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: normal;
}
.endorsenumb a:hover
{
    color: #fe2829;
}
.companysec
{
    padding: 50px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.companysec h6
{
    font-size: 26px;
    color: #000;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 10px;
}
.companysec h4
{
    font-size: 51px;
    font-weight: 700;
    color: #1c1b1b;
    line-height: normal;
    padding-bottom: 10px;
    width: 84%;
    margin: 0 auto;
}
.companysec p
{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 38px;
    width: 100%;
    margin: 0 auto;
}
.countlst
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg,#000,#3e3838);
    box-shadow: 0 8px 32px 0 rgb(254 40 41/4%);
    backdrop-filter: blur(4px);
    border-radius: 98px;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto 2rem;
    border: 2px solid #fe28292b;
}
.countlst li
{
    margin: 0 3rem;
    text-align: center;
}
.countlst li h5
{
    color: #fff;
    font-size: 14px;
}
.countlst li p
{
    color: #fff;
}
.countlst li.last
{
    margin-right: 0;
}
.countlst li span
{
    font-size: 31px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    vertical-align: middle;
}
.countlst p.counter-plus
{
    font-size: 32px;
    color: #fe2829;
    font-weight: 700;
    padding-bottom: 0;
    vertical-align: middle;
    margin: -1px 0 6px;
    padding: 0;
}
.countlst li h6
{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}
.sprite
{
    background-image: url(/assets/images/industrie-icons.webp);
    background-repeat: no-repeat;
    display: block;
    mix-blend-mode: multiply;
}
.sprite-01
{
    width: 33px;
    height: 41px;
    background-position: -5px -5px;
}
.sprite-02
{
    width: 37px;
    height: 23px;
    background-position: -48px -5px;
}
.sprite-03
{
    width: 35px;
    height: 32px;
    background-position: -95px -5px;
}
.sprite-04
{
    width: 32px;
    height: 39px;
    background-position: -140px -5px;
}
.sprite-05
{
    width: 33px;
    height: 42px;
    background-position: -182px -5px;
}
.sprite-06
{
    width: 44px;
    height: 47px;
    background-position: -5px -57px;
}
.sprite-07
{
    width: 45px;
    height: 41px;
    background-position: -59px -57px;
}
.sprite-08
{
    width: 41px;
    height: 38px;
    background-position: -114px -57px;
}
.sprite-09
{
    width: 44px;
    height: 44px;
    background-position: -165px -57px;
}
.sprite-10
{
    width: 43px;
    height: 43px;
    background-position: -59px -111px;
}
.sprite-11
{
    width: 41px;
    height: 45px;
    background-position: -112px -111px;
}
.sprite-12
{
    width: 39px;
    height: 39px;
    background-position: -163px -111px;
}
.sprite-13
{
    width: 38px;
    height: 36px;
    background-position: -212px -111px;
}
.sprite-14
{
    width: 39px;
    height: 43px;
    background-position: -5px -157px;
}
.sprite-15
{
    width: 39px;
    height: 40px;
    background-position: -212px -157px;
}
.sprite-16
{
    width: 33px;
    height: 40px;
    background-position: -219px -57px;
}
.sprite-17
{
    width: 36px;
    height: 37px;
    background-position: -54px -207px;
}
.sprite-18
{
    width: 31px;
    height: 36px;
    background-position: -225px -5px;
}
.sprite-19
{
    width: 34px;
    height: 38px;
    background-position: -100px -207px;
}
.sprite-20
{
    width: 30px;
    height: 35px;
    background-position: -144px -207px;
}
.sprite-21
{
    width: 32px;
    height: 38px;
    background-position: -184px -207px;
}
.sprite-22
{
    width: 36px;
    height: 41px;
    background-position: -266px -5px;
}
.sprite-23
{
    width: 41px;
    height: 45px;
    background-position: -261px -107px;
}
.sprite-24
{
    width: 34px;
    height: 45px;
    background-position: -261px -162px;
}
.sprite-25
{
    width: 37px;
    height: 37px;
    background-position: -262px -56px;
}
.sprite-26
{
    width: 31px;
    height: 41px;
    background-position: -5px -217px;
}
.sprite-27
{
    width: 32px;
    height: 34px;
    background-position: -163px -162px;
}
.sprite-28
{
    width: 33px;
    height: 32px;
    background-position: -226px -217px;
}
.sprite-29
{
    width: 30px;
    height: 38px;
    background-position: -269px -217px;
}
.sprite-30
{
    width: 36px;
    height: 32px;
    background-position: -46px -259px;
}
.industrie-point ul li
{
    display: flex;
    align-items: center;
    line-height: 70px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.industrie-point ul li i
{
    margin-right: 15px;
}
.mainBanner
{
    position: relative;
    padding: 190px 0 60px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainBanner h1
{
    font-size: 45px;
    font-weight: 700;
    color: #fe2829;
    line-height: 55px;
    padding-bottom: 20px;
    font-family: 'Titillium Web';
}
.mainBanner ul
{
    padding-bottom: 30px;
}
.mainBanner ul li
{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #0b0000;
    line-height: normal;
    padding-left: 20px;
}
.mainBanner ul li:before
{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mainBanner a
{
    border-radius: 10px;
    background-color: #fe2829;
    width: 139px;
    height: 48px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 48px;
}
.mainBanner a:hover
{
    background-color: #0b0000;
}
.e1
{
    position: absolute;
    left: 0;
    bottom: 100px;
}
.e2
{
    position: absolute;
    left: 250px;
}
.e3
{
    position: absolute;
    left: 50px;
    bottom: 250px;
}
.e4
{
    position: absolute;
    left: 0;
}
.e5
{
    position: absolute;
    top: 0;
    left: 200px;
}
#zoomanim
{
    -webkit-animation: linear infinite;
    -webkit-animation-name: zooms;
    -webkit-animation-duration: 1s;
}
@-webkit-keyframes zooms
{
    0%
    {
        transform: scale(1,1);
    }
    50%
    {
        transform: scale(1.1,1.1);
    }
    100%
    {
        transform: scale(1,1);
    }
}
@-webkit-keyframes spinnerRotate
{
    from
    {
        -webkit-transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinnerRotate
{
    from
    {
        -moz-transform: rotate(0deg);
    }
    to
    {
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes spinnerRotate
{
    from
    {
        -ms-transform: rotate(0deg);
    }
    to
    {
        -ms-transform: rotate(360deg);
    }
}
#spin
{
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
#pot
{
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s;
}
@-webkit-keyframes run
{
    0%
    {
        left: 0;
        opacity: 0;
    }
    100%
    {
        left: 50px;
        opacity: 1;
    }
}
.e6
{
    position: absolute;
    top: 170px;
    right: 85px;
    height: 20px;
    width: 100px;
    border-radius: 20px;
    background-color: #fe2829;
}
.e7
{
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 170px;
    margin: auto;
    height: 20px;
    width: 100px;
    border-radius: 20px;
    background-color: #fe2829;
}
.e8
{
    position: absolute;
    bottom: 100px;
    right: 85px;
    height: 20px;
    width: 100px;
    border-radius: 20px;
    background-color: #fe2829;
}
#pot2
{
    -webkit-animation: linear infinite;
    -webkit-animation-name: run2;
    -webkit-animation-duration: .5s;
}
@-webkit-keyframes run2
{
    0%
    {
        right: 100px;
        opacity: 0;
    }
    100%
    {
        right: -100px;
        opacity: 1;
    }
}
#pot3
{
    -webkit-animation: linear infinite;
    -webkit-animation-name: run3;
    -webkit-animation-duration: 1s;
}
@-webkit-keyframes run3
{
    0%
    {
        right: 170px;
        opacity: 0;
    }
    100%
    {
        right: -100px;
        opacity: 1;
    }
}
#pot4
{
    -webkit-animation: linear infinite;
    -webkit-animation-name: run4;
    -webkit-animation-duration: .5s;
}
@-webkit-keyframes run4
{
    0%
    {
        right: 170px;
        opacity: 0;
    }
    100%
    {
        right: -100px;
        opacity: 1;
    }
}
.brandlogo
{
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.52);
    padding: 20px 0;
}
.brandlogo ul
{
    display: flex;
    align-items: center;
}
.brandlogo ul li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.brandlogo ul li.last
{
    margin-right: 0;
}
.beneficial
{
    position: relative;
}
.beneficial h2
{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.beneficial h2 strong
{
    font-weight: 700;
}
.beneficial h2:before
{
    content: '';
    position: absolute;
    height: 6px;
    width: 125px;
    background-color: #fe2829;
    bottom: 0;
    left: 0;
}
.expertsec
{
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.expertsec.pad-sec
{
    padding: 50px 0;
}
.expertsec h4
{
    color: #fff;
    padding-bottom: 20px;
}
.expertsec p
{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    padding-bottom: 100px;
}
.expbox
{
    padding: 20px;
    padding-top: 70px;
    transition: all .4s ease-In-out;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 45px 0 rgba(0,0,0,.4);
    position: relative;
}
.expbox:hover
{
    transform: scale(1.1);
    transition: all .4s ease-In-out;
}
.expbox span
{
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 35px 0 rgba(0,0,0,.3);
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s ease-In-out;
}
.expbox img
{
    transition: all .4s ease-In-out;
}
.expbox h6
{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'Titillium Web';
    padding-bottom: 20px;
}
.expbox p
{
    font-size: 14px;
    font-weight: 500;
    color: #545454;
    line-height: 24px;
    padding-bottom: 0;
}
.expbox:hover img
{
    transition: all .4s ease-In-out;
}
.expbox:hover span
{
    background-color: #fe2829;
    transition: all .4s ease-In-out;
}
.awardsec
{
    text-align: center;
    position: relative;
}
.awardsec h4
{
    padding-bottom: 20px;
}
.awardsec p
{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
}
.awrdbox
{
    background-color: #fff;
    width: 100%;
    height: 244px;
    border-radius: 10px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.3);
    margin-bottom: 30px;
}
.awrdbox img
{
    height: 100%;
    width: 100%;
    transition: all .4s ease-In-out;
}
.awrdbox:hover img
{
    transform: scale(1.1);
    transition: all .4s ease-In-out;
}
.awrdbox a
{
    margin: 0!important;
}
.awardsec a
{
    font-size: 28px;
    font-weight: 700;
    color: #1c1b1b;
    margin-top: 20px;
}
.awardsec a:hover
{
    color: #fe2829;
}
.awardsec a span
{
    font-weight: 600;
    color: #fe2829;
}
.awrdimg
{
    position: absolute;
    bottom: 200px;
    right: -200px;
    margin: auto;
    z-index: -1;
}
#rocktanim
{
    -webkit-animation: linear infinite;
    -webkit-animation-name: rockt;
    -webkit-animation-duration: 2s;
}
@-webkit-keyframes rockt
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(20px);
    }
    100%
    {
        transform: translateY(0);
    }
}
.ctasec
{
    padding: 60px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.ctasec h6
{
    font-size: 20px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
}
.ctasec h4
{
    color: #fff;
    padding-bottom: 10px;
}
.ctasec p
{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    padding-bottom: 20px;
}
.ctabtns
{
    padding-bottom: 20px;
}
.ctabtns li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.ctabtns li.last
{
    margin-right: 0;
}
.ctabtns li a
{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #fe2829;
}
.ctabtns li a span
{
    margin-right: 10px;
}
.ctabtns li.last a
{
    background-color: #78c036;
}
.ctabtns li a:hover
{
    background-color: #b96e00;
}
.ctabtns li.last a:hover
{
    background-color: #619f29;
}
.ctalnk
{
    text-align: center;
}
.ctalnk li
{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-right: 50px;
}
.ctalnk li.last
{
    margin-right: 0;
}
.ctalnk li a
{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.ctalnk li a span
{
    margin-right: 5px;
}
.ctalnk li a:hover
{
    color: #fe2829;
}
.hmprice
{
    text-align: center;
    position: relative;
}
.hmprcbef
{
    position: absolute;
    left: -80px;
    top: 300px;
    z-index: -1;
}
.hmprcaft
{
    position: absolute;
    right: 0;
    bottom: 250px;
    z-index: -1;
}
.hmprice h4
{
    padding-bottom: 15px;
    font-size: 43px;
}
.hmprice p
{
    font-size: 20px;
    font-weight: 500;
    color: #545454;
    line-height: normal;
    padding-bottom: 50px;
}
.hmprctbs
{
    padding-bottom: 50px;
}
.hmprctbs li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.hmprctbs li.last
{
    margin-right: 0;
}
.hmprctbs li a
{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: normal;
}
.hmprctbs li a:hover, .hmprctbs li.current a
{
    color: #fe2829;
}
.hmprctbs li a:before
{
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #fe2829;
    left: 0;
    bottom: -5px;
    opacity: 0;
    transition: all .4s ease-In-out;
}
.hmprctbs li a:hover:before, .hmprctbs li.current a:before
{
    width: 100%;
    opacity: 1;
    transition: all .4s ease-In-out;
}
.hmpricebox
{
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    box-shadow: 0 14px 62px 0 rgba(0,0,0,.28);
    background-color: #ececec;
    border: 2px solid #1c1b1b;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: left;
}
.hmpricehd h5
{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: normal;
}
.hmpricehd h6
{
    font-size: 18px;
    font-weight: 500;
    color: #999;
    line-height: normal;
    position: relative;
    display: inline-block;
}
.hmpricehd h6:before
{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fe2829;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hmpricehd h3
{
    font-size: 43px;
    color: #fe2829;
    font-family: 'Poppins';
}
.hmpricehd h3 span
{
    color: #acacac;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}
.hmpricehd p
{
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
}
.hmpricehd ul
{
    padding-bottom: 15px;
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
}
.hmpricehd ul li
{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: normal;
    padding-left: 25px;
}
.hmpricehd ul li:before
{
    content: '';
    position: absolute;
    font-family: 'Font Awesome 5';
    font-size: 16px;
    color: #000;
    left: 0;
    top: 0;
    bottom: 0;
}
.hmpricebot h6
{
    font-size: 18px;
    font-weight: 500;
    color: #fe2829;
    line-height: normal;
}
.hmpricebot p
{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: normal;
    padding-bottom: 10px;
}
.hmpricebot p span
{
    color: #fe2829;
    font-weight: 700;
}
.hmpricebtn
{
    width: 245px;
    height: 52px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    border-radius: 50px;
    background-color: #fe2829;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 52px;
    text-align: center;
}
.hmpricebtn:hover
{
    background-color: #000;
    color: #fff;
    transform: scale(.9);
    transition: all .4s ease-In-out;
}
.hmpricebot ul
{
    column-count: 2;
    text-align: center;
}
.hmpricebot li span
{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #0e0e0e;
    line-height: normal;
}
.hmpricebot li a
{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0e0e0e;
    line-height: normal;
}
.hmpricebot li a:hover
{
    color: #fe2829;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
    width: 8px!important;
    background: #fe2829!important;
}
.mCSB_scrollTools .mCSB_draggerRail
{
    background: #a5a5a5!important;
    width: 2px!important;
}
.hmquality
{
    text-align: center;
    padding-top: 80px;
    display: flex;
}
.hmquality li
{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    width: 18.3%;
    transition: all .4s ease-In-out;
}
.hmquality li.last
{
    margin-right: 0;
}
.hmquality li h6
{
    font-size: 17px;
    font-weight: 500;
    color: #545454;
    line-height: normal;
    min-height: 50px;
    padding-top: 20px;
}
.hmquality li:hover
{
    transform: translateY(-10px);
    transition: all .4s ease-In-out;
}
.hmexclusiv
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hmexclusiv h4
{
    color: #fe2829;
    padding-bottom: 15px;
}
.hmexclusiv h4 span
{
    display: block;
    font-size: 31px;
    font-weight: 400;
}
.hmexclusiv p
{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    padding-bottom: 30px;
}
.hmexclst
{
    padding-bottom: 30px;
}
.hmexclst li
{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    padding-left: 30px;
    position: relative;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.hmexclst li:before
{
    content: '';
    position: absolute;
    font-family: 'Font Awesome 5';
    font-size: 19px;
    color: #fe2829;
    left: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
}
.hmexcprc li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.hmexcprc li.last
{
    margin-right: 0;
}
.hmexcprc li h3
{
    font-size: 60px;
    font-family: 'Titillium Web';
    font-weight: 700;
    color: #fe2829;
}
.hmexcprc li h3 span
{
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins';
}
.hmexcprc li a
{
    width: 177px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
}
.hmexcprc li a:hover
{
    transform: scale(.9);
    transition: all .4s ease-In-out;
}
.testimonsec h5
{
    font-size: 43px;
    font-weight: 700;
    color: #1c1b1b;
    line-height: 45px;
    padding-bottom: 30px;
    text-align: center;
}
.testimonsec h4
{
    font-size: 30px;
    line-height: 40px;
}
.testibox
{
    width: 399px;
    height: 230px;
    background-color: #dde1e1;
    padding: 50px 40px;
    padding-right: 90px;
    position: relative;
    margin: auto;
}
.testibox p
{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}
.testibox p:before
{
    content: '';
    position: absolute;
    font-size: 30px;
    color: #fe2829;
    font-family: 'Font Awesome 5';
    top: -30px;
    left: 0;
    font-weight: 700;
}
.testibox p:after
{
    content: '';
    position: absolute;
    font-size: 30px;
    color: #fe2829;
    font-family: 'Font Awesome 5';
    bottom: -30px;
    right: 0;
    font-weight: 700;
}
.testimg
{
    position: absolute;
    right: -150px;
    top: -30px;
    text-align: right;
}
.testimg img
{
    height: 182px;
    width: 194px;
}
.testimg h6
{
    font-size: 16px;
    font-weight: 500;
    color: #fe2829;
    line-height: normal;
}
.testimg h6 strong
{
    display: block;
    color: #646464;
}
.testislider .slick-list
{
    padding: 30px 0;
}
.formsec
{
    text-align: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.formsec h4
{
    color: #fff;
    padding-bottom: 20px;
}
.formsec p
{
    font-size: 20px;
    color: #fff;
    line-height: normal;
    padding-bottom: 50px;
}
.field
{
    margin-bottom: 20px;
}
.field input, .field select, .field textarea
{
    border-radius: 15px;
    width: 100%;
    height: 62px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 16px;
}
.field textarea
{
    width: 100%;
    height: 104px;
    resize: none;
    padding: 20px;
    margin-bottom: 20px;
}
.formsec button
{
    border-radius: 10px;
    background-color: #fe2829;
    width: 262px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: all .4s ease-In-out;
}
.formsec button:hover
{
    background-color: #fe2829;
    transition: all .4s ease-In-out;
}
footer
{
    background: #0b0f12;
}
footer p
{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}
.ftr-logo
{
    margin-left: -20px;
    max-width: 45%;
}
.ftrinfo
{
    padding: 20px 0;
}
.ftrinfo li
{
    margin-bottom: 10px;
}
.ftrinfo li.last
{
    margin-bottom: 0;
}
.ftrinfo li a, .ftrinfo li p
{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    display: flex;
    align-items: center;
}
.ftrinfo li a:hover
{
    color: #fe2829;
}
.ftrinfo li a span, .ftrinfo li p span
{
    padding-right: 10px;
    color: #fe2829;
}
.ftr-social li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.ftr-social li.last
{
    margin-right: 0;
}
.ftr-social li a
{
    font-size: 20px;
    color: #fff;
}
.ftr-social li a:hover
{
    color: #fe2829;
}
.widget h6
{
    display: inline-block;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    padding-bottom: 10px;
    position: relative;
}
.widget h6:before
{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.ftrlinks li
{
    margin-bottom: 10px;
}
.ftrlinks li.last
{
    margin-bottom: 0;
}
.ftrlinks li a
{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
}
.ftrlinks li a:hover
{
    color: #fe2829;
}
.ftr-recon ul li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 30px;
}
.ftr-recon ul li:nth-child(2)
{
    margin-right: 0;
}
.ftr-recon p
{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.ftr-recon p span
{
    color: #fe2829;
}
.copyright
{
    background-color: #06090b;
    padding: 15px 0;
}
.copyright p, .copyright p a
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
}
.copyright p a
{
    color: #fe2829;
}
.copyright p a:hover
{
    color: #fe2829;
}
.disclaimer-sec
{
    padding: 15px 0;
    text-align: center;
    background-color: #0b0f12;
}
.disclaimer-sec p
{
    color: #676572;
    font-size: 12px;
    margin: 0;
    line-height: 1.4em;
}
.disclaimer-sec p:last-child
{
    display: none;
}
.disclaimer-sec p strong
{
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}
.disclaimer-sec p strong:after
{
    content: "";
    font-family: 'Font Awesome 5';
    margin: 0 0 0 10px;
}
.disclaimer-sec p.active strong:after
{
    content: "";
}
.aboutbanner p
{
    padding-bottom: 20px;
}
.aboutbanner ul
{
    padding-bottom: 0;
}
.aboutbanner h6
{
    font-weight: 600;
    padding-bottom: 10px;
}
.expectsec h4
{
    padding-bottom: 10px;
}
.expectsec p strong
{
    font-weight: 600;
}
.expectsec p
{
    color: #000;
    padding-bottom: 10px;
}
.abtvision
{
    padding-bottom: 100px;
}
.abtvision h4
{
    font-size: 45px;
    font-weight: 700;
    color: #fe2829;
    line-height: 45px;
    padding-bottom: 50px;
}
.abtvision ul
{
    padding-bottom: 30px;
}
.abtvision ul li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.abtvision ul li.last
{
    margin-right: 0;
}
.abtvision ul li a
{
    display: block;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: normal;
    padding: 15px 30px;
    border-radius: 5px;
}
.abtvision ul li a:hover, .abtvision ul li.current a
{
    color: #fff;
}
.abtvision ul li a:before
{
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    border-radius: 5px;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fe2829;
    z-index: -1;
    transition: all .4s ease-In-out;
}
.abtvision ul li a:hover:before, .abtvision ul li.current a:before
{
    height: 100%;
    transition: all .4s ease-In-out;
}
.visipara p
{
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.abtright p
{
    font-size: 14px;
    color: #000;
    line-height: 24px;
    padding-bottom: 30px;
}
.abtright ul li
{
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.abtright ul li:before
{
    content: '';
    position: absolute;
    font-family: 'Font Awesome 5';
    font-size: 18px;
    color: #fe2829;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.abtright ul li.last
{
    margin-bottom: 0;
}
.brandssec h4
{
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.brandssec h4 strong
{
    font-weight: 700;
}
.brandssec h4:before
{
    content: '';
    position: absolute;
    height: 6px;
    width: 125px;
    background-color: #fe2829;
    left: 0;
    bottom: 0;
}
.brandssec p
{
    font-size: 16px;
    font-weight: 400;
    color: #888686;
    line-height: normal;
}
.brandportfol .awrdbox img
{
    object-fit: cover;
}
.awrdbox
{
    overflow: hidden;
}
.formsecbox
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 97.01px 11.99px rgba(0,0,0,.27);
}
.cntform
{
    padding: 50px 30px;
    text-align: left;
}
.cntform h5
{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    padding-bottom: 30px;
}
.field
{
    margin-bottom: 20px;
    position: relative;
}
.field input, .field select, .field textarea
{
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #929090;
    border-radius: 10px;
    width: 100%;
    height: 57px;
    padding: 0 15px;
}
.field textarea
{
    padding: 15px;
    height: 210px;
    width: 100%;
    resize: none;
    margin-bottom: 0;
}
.cntform button
{
    width: 195px;
    height: 45px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #fe2829;
    transition: all .4s ease-In-out;
    margin: auto;
    margin-right: 0;
    display: block;
}
.cntform button:hover
{
    background-color: #000;
    transform: scale(.9);
    transition: all .4s ease-In-out;
}
.cntinfo
{
    background-color: #1c1b1b;
    width: 100%;
    height: 100%;
    padding: 50px;
    text-align: left;
}
.cntinfo h5
{
    font-size: 31px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    padding-bottom: 30px;
}
.cntinfo h6
{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    padding-bottom: 10px;
}
.cntinfo a
{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.cntinfo a:hover
{
    color: #000;
}
.cntinfo ul li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.cntinfo ul li.last
{
    margin-right: 0;
}
.cntinfo ul li a
{
    display: block;
    font-size: 25px;
    color: #fff;
}
.cntinfo ul li a:hover
{
    color: #000;
}
.ecomabt h4
{
    line-height: 45px;
    padding-bottom: 20px;
}
.ecomabt h4 span
{
    color: #000;
}
.ecomabt p
{
    padding-bottom: 20px;
}
.ecomabt h6
{
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 20px;
}
.ecomabt ul li
{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: normal;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 20px;
}
.ecomabt ul li:before
{
    content: '';
    position: absolute;
    color: #fe2829;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Font Awesome 5';
    font-size: 20px;
    font-weight: 700;
}
.ecomabt a
{
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    border-radius: 10px;
    background-color: #fe2829;
}
.ecomabt a:hover
{
    background-color: #000;
    color: #fff;
}
.premiumecom
{
    padding-top: 60px;
    text-align: center;
    position: relative;
}
.premiumecom:before
{
    content: '';
    position: absolute;
    height: 450px;
    width: 100%;
    background-color: #111;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.premiumecom h4
{
    padding-bottom: 15px;
}
.premiumecom h4 span
{
    color: #fff;
}
.premiumecom p
{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 30px;
}
.primecomlst
{
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 1px solid #ccc;
}
.primecomlst li
{
    display: inline-block;
    vertical-align: middle;
    width: 16.6%;
}
.primecomlst li a
{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    padding: 20px 15px;
    display: block;
}
.primecomlst li a:hover, .primecomlst li.current a
{
    background-color: #dcdbdb;
}
.primecomlst li.first a
{
    border-top-left-radius: 15px;
}
.primecomlst li.last a
{
    border-top-right-radius: 15px;
}
.primecomcon
{
    padding: 30px 50px;
    background-color: #fff;
    text-align: left;
}
.primecomcon h5
{
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    color: #fe2829;
    padding-bottom: 15px;
}
.primecomcon p
{
    color: #000;
    padding-bottom: 50px;
}
.animcomlst li
{
    width: 25%;
}
.illustfic
{
    padding-bottom: 0;
}
.seosec
{
    text-align: center;
}
.seosec h5
{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}
.seosec h4
{
    padding-bottom: 30px;
}
.seobox
{
    width: auto;
    min-height: 220px;
    background-color: #ededed;
    padding: 30px 20px;
    transition: all .4s ease-In-out;
}
.seobox h6
{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    padding-bottom: 10px;
}
.seobox p
{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.seoslider li .seobox:hover
{
    background-color: #fe2829;
    transition: all .4s ease-In-out;
}
.seoslider li .seobox:hover h6, .seoslider li .seobox:hover p
{
    color: #fff;
}
.wricomlst li
{
    width: 20%;
}
.webbaner p
{
    padding-bottom: 20px;
}
.webbaner ul
{
    padding-bottom: 20px;
}
.socialsec
{
    padding-bottom: 100px;
}
.socialsec h4
{
    padding-bottom: 15px;
}
.socialsec p
{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding-bottom: 50px;
}
.smmbox
{
    width: auto;
    min-height: 420px;
    background-color: #ededed;
    padding: 50px 30px;
    transition: all .4s ease-In-out;
}
.smmbox h6
{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    padding: 10px 0;
}
.smmbox p
{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.smmbox:hover
{
    background-color: #fe2829;
    transition: all .4s ease-In-out;
}
.smmbox:hover h6, .smmbox:hover p
{
    color: #fff;
}
.smmbox p
{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 0;
}
.logodesbx
{
    min-height: 320px;
}
.reviewsec
{
    text-align: center;
}
.reviewsec h4
{
    padding-bottom: 30px;
}
.reviewsec p
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-bottom: 50px;
}
.revbox
{
    border: 2px solid #7b7b7b;
    border-radius: 10px;
    width: 100%;
    height: 460px;
    padding: 20px 15px;
    text-align: left;
    margin-bottom: 30px;
    transition: all .4s ease-In-out;
}
.revuser
{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.revuser img
{
    height: 97px;
    width: 97px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.revuser h6
{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    transition: all .4s ease-In-out;
}
.revbox p
{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    min-height: 140px;
}
.revdesinfo
{
    padding-top: 20px;
}
.revdesinfo h6
{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    transition: all .4s ease-In-out;
}
.revdesinfo p
{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 25px;
    font-weight: 400;
    border: none;
    padding-bottom: 0;
    min-height: auto;
}
.revdesinfo p span
{
    vertical-align: middle;
}
.revbox:hover
{
    border-color: #fe2829;
}
.revbox:hover .revuser h6, .revbox:hover .revdesinfo h6
{
    color: #fe2829;
    transition: all .4s ease-In-out;
}
.portfoliosec
{
    text-align: center;
}
.portfoliosec h4
{
    padding-bottom: 20px;
}
.portfoliosec p
{
    padding-bottom: 50px;
}
.privacysec, .refundsec
{
    padding: 200px 0 100px;
}
.privacysec h4
{
    font-size: 45px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    padding-bottom: 10px;
}
.privacysec h5
{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    padding-bottom: 10px;
}
.privacysec p
{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    padding-bottom: 20px;
}
.privacysec ul
{
    padding-bottom: 20px;
}
.privacysec ul li
{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
}
.privacysec ul li:before
{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.refundsec p
{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    padding-bottom: 20px;
}
.refundsec a
{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    margin-bottom: 10px;
}
.refundsec a:hover
{
    color: #fe2829;
}
.popupform
{
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 936px;
    height: 576px;
    padding: 60px 30px;
    border-radius: 32px;
    background-color: #fe2829;
    display: none;
    font-size: 0;
}
.closePop
{
    height: 37px;
    width: 37px;
    border: 2px solid #fff;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
}
.closePop:hover
{
    background-color: #fff;
    color: #000;
}
.popupform h6
{
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}
.popupform h4
{
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    padding-bottom: 30px;
}
.popimg
{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
}
.popupform form
{
    position: relative;
}
.popupform form:before
{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #06312d;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.popfield
{
    position: relative;
    margin-bottom: 15px;
}
.popfield span
{
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 0;
    margin: auto;
}
.popfield input
{
    width: 100%;
    height: 50px;
    box-shadow: 0 10px 18px 0 rgba(0,0,0,.19);
    background-color: #fff;
    border-radius: 50px;
    padding: 0 30px;
    padding-left: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.popupform button
{
    width: 100%;
    height: 49px;
    background-color: #ce0b0b;
    font-size: 16px;
    color: #fff;
    line-height: 49px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all .4s ease-In-out;
}
.popupform button:hover
{
    background-color: #9b0404;
    transform: scale(.9);
    transition: all .4s ease-In-out;
}
.popemail, .popphone
{
    padding-left: 10px;
    margin-bottom: 15px;
}
.popemail h6, .popphone h6
{
    font-size: 21px;
    color: #000;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 5px;
}
.popemail a, .popphone a
{
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-weight: 400;
    padding-bottom: 15px;
}
.popemail a:before
{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #06312d;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.popemail a:hover, .popphone a:hover
{
    color: #000;
}
.popphone
{
    margin-bottom: 0;
}
.sideform
{
    position: fixed;
    height: 461px;
    width: 430px;
    right: -376px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    background-color: #f9f9f9;
    padding: 16px 20px 16px 80px;
    transition: all .4s ease-In-out;
}
.sidehead
{
    box-shadow: 0 0 17.01px 1.99px rgb(0 0 0/35%);
    background: #000;
    padding: 16px 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    position: absolute;
    left: -211px;
    top: 196px;
    margin: auto;
    transform: rotate(-90deg);
    text-align: center;
    width: 478px;
    cursor: pointer;
    height: 57px;
    padding-right: 50px;
    background-color: #fe2829;
}
.sidehead span
{
    display: inline-block;
    padding: 16px 15px;
    background: #322b2b;
    position: absolute;
    top: 0;
    right: 0;
}
.sidehead span i
{
    transition: all .4s ease-In-out;
}
.sidebody h5
{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    padding-bottom: 10px;
    letter-spacing: -.5px;
}
.sidefield
{
    margin-bottom: 15px;
    position: relative;
}
.sidefield input, .sidefield select
{
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}
.sidefield input::placeholder
{
    color: #000;
}
.sidebody button
{
    height: 40px;
    width: 150px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #fe2829;
    transition: all .4s ease-In-out;
}
.sidebody button:hover
{
    background-color: #000;
    transition: all .4s ease-In-out;
}
.sideform.active
{
    right: 0;
    transition: all .4s ease-In-out;
}
.sideform.active .sidehead span i
{
    transform: rotate(180deg);
    transition: all .4s ease-In-out;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]
{
    -moz-appearance: textfield;
}
.cxm-err
{
    position: absolute;
    top: -15px;
    right: 1px;
    z-index: 1;
    padding: 3px;
    font-size: 12px;
    color: #be0404;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.cxm-err::before
{
    content: '';
    font-family: "Font Awesome 5";
    font-weight: 900;
    content: "";
    margin-right: 3px;
}
.cxm-err::after
{
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    border-left: 0 solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fdb6dc;
}
a.whtsapp-ic
{
    color: #fff;
    background: #8ac346;
    background: -moz-linear-gradient(top,#a3d179 0,#88ba46 100%);
    border-radius: 40px;
    bottom: 40px;
    display: table;
    height: 63px;
    animation: .5s infinite alternate scrollDownAnimation;
    left: 25px;
    min-width: 63px;
    text-align: center;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    width: max-content;
    position: fixed;
}
@keyframes scrollDownAnimation
{
    0%
    {
        transform: translateY(0);
    }
    100%
    {
        transform: translateY(-10px);
    }
}
.icns .callusnow, .icns .mail
{
    width: 59px;
    height: 58px;
    color: #11191c;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 26px;
    position: fixed;
    bottom: 119px;
    left: 25px;
    z-index: 9999;
    padding: 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgb(9 11 42/54%);
    padding: 9px 0 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #fff;
    color: #090b2a;
    line-height: 40px;
}
.icns .mail
{
    bottom: 191px;
}
section.Moneyb
{
    padding-bottom: 66px;
}

.title_aglin {
    text-align: left;
}

.title_aglin img {
    max-width:100%
}

.title_aglin h1,
.title_aglin h2,
.title_aglin h3,
.title_aglin h4,
.title_aglin h5,
.title_aglin h6 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
