@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/Montserrat-Black.ttf')
}

@font-face {
    font-family: Montserrat-BlackItalic;
    src: url('../fonts/Montserrat-BlackItalic.ttf')
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.ttf')
}

@font-face {
    font-family: Montserrat-BoldItalic;
    src: url('../fonts/Montserrat-BoldItalic.ttf')
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url('../fonts/Montserrat-ExtraBold.ttf')
}

@font-face {
    font-family: Montserrat-ExtraBoldItalic;
    src: url('../fonts/Montserrat-ExtraBoldItalic.ttf')
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url('../fonts/Montserrat-ExtraLight.ttf')
}

@font-face {
    font-family: Montserrat-ExtraLightItalic;
    src: url('../fonts/Montserrat-ExtraLightItalic.ttf')
}

@font-face {
    font-family: Montserrat-Italic;
    src: url('../fonts/Montserrat-Italic.ttf')
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf')
}

@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.ttf')
}

@font-face {
    font-family: Montserrat-LightItalic;
    src: url('../fonts/Montserrat-LightItalic.ttf')
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/Montserrat-Medium.ttf')
}

@font-face {
    font-family: Montserrat-MediumItalic;
    src: url('../fonts/Montserrat-MediumItalic.ttf')
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf')
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/Montserrat-SemiBold.ttf')
}

@font-face {
    font-family: Montserrat-SemiBoldItalic;
    src: url('../fonts/Montserrat-SemiBoldItalic.ttf')
}

@font-face {
    font-family: Montserrat-Thin;
    src: url('../fonts/Montserrat-Thin.ttf')
}

@font-face {
    font-family: Montserrat-ThinItalic;
    src: url('../fonts/Montserrat-ThinItalic.ttf')
}

.required {
    color: red;
    font-size: 13px;
    display: none;
}

.grecaptcha-badge{
    display: none;
opacity: 0;
visibility: hidden;
}
.contacterr, .emailerr {
    color: red;
    font-size: 14px;
    display: none;
}
.emailerr {
    margin: -12px 0 10px;
}


#contact-form .contacterr {
    margin: -31px 0 10px;
}
#contact-form
.emailerr {
    margin: 5px 0 -10px;
}

#recaptcha_callback,#recaptcha_callback2,#recaptcha_callback3{
    display: none;
}
form .error {
    border: 1px solid red !important;
    /* background: rgba(255, 0, 0, 0.26) !important; */
}

form .error:focus {
    border: 2px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

p {
    font-family: Montserrat-light
}


/* .modal-backdrop {
    display: none !important;
} */

.modal-dialog {
    width: max-content;
}

body {
    background-color: #fff
}

textarea {
    resize: none;
}

.inner-slide-3 .carousel-caption {
    position: absolute;
    /* right: 15%; */
    top: 50%;
    left: 10%;
    z-index: 10;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    transform: translateY(-50%) !important;
    color: #fff;
    text-align: left;
}

.footer-social-icons {
    margin-top: 30px;
}

.footer-social-icons a {
    color: #fff;
    width: 30px;
    height: 30px;
    /* display: inline-block; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

header {
    color: #000;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 99999;
    margin: 0;
    background-color: transparent
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem
}

.pt-20 {
    padding-top: 20px
}

.pt-50 {
    padding-top: 50px
}

.mt-10 {
    margin-top: 10px
}

.bg-light {
    background-color: #fff !important
}

.colorwhite {
    color: #fff
}

.lr-space {
    padding-left: 8%;
    padding-right: 8%
}

.top-header {
    padding-top: 5px;
    padding-bottom: 5px
}

.top-header a {
    padding-left: 25px;
    font-size: 14px;
    color: #fff !important;
    font-family: Montserrat-Regular
}

.nav-link {
    font-size: 16px;
    color: #161342 !important;
    font-weight: 700
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.slide-btn {
    padding: 10px 25px 10px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: 14px
}

.slide-btn:hover {
    padding: 10px 25px 10px;
    background-color: #fff;
    color: #000 !important;
    font-size: 14px
}

.btn-avail {
    font-family: Montserrat-Regular;
    font-size: 16px;
    background-color: #a4050c;
    border: 2px solid #a4050c;
    padding: 10px 25px 10px;
    width: 100%;
    cursor: pointer;
    color: #fff
}

.btn-avail:hover {
    background-color: #171717;
    border: 2px solid #fefefe;
    padding: 10px 25px 10px;
    color: #fff
}

.inner-slide-2 .carousel-caption {
    position: unset;
}

.inner-slide-2 .row {
    align-items: center;
}

.ser-pad {
    padding-top: 50px;
    padding-bottom: 50px
}

.service-icon {
    margin-bottom: 35px;
    cursor: pointer
}

.service-icon:hover {
    margin-bottom: 35px;
    cursor: pointer;
    background-color: white
}

.servicesimg img {
    float: left
}

.service-icon h6 {
    font-size: 18px;
    padding-top: 0px;
    font-family: Montserrat-Regular
}

.second-icon {
    position: relative;
    top: 45%;
    padding: 15px;
    text-align: center;
    color: #fff
}

.second-icon1 {
    position: relative;
    padding: 26px 15px;
    text-align: center;
    color: #fff
}

.second-icon1 h5 {
    font-size: 16px
}

.second-icon1 p {
    font-size: 14px
}

.slide-bor {
    border-left: 2px solid #981818;
    border-right: 2px solid #981818
}

.slide-bg-bot {}

.slide-bot {
    padding: 15px 10px;
    text-align: center
}

.slide-bot-serv {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    padding: 15px 10px
}

.slide-icon {
    float: left;
    padding: 10px
}

.slide-txt {
    color: #fff
}

.slide-txt h6 {
    font-size: 18px;
    font-family: Montserrat-Regular;
    text-transform: uppercase;
    font-weight: 800
}

.slide-txt p {
    margin-bottom: 0px
}

.slide-icon-serv {
    float: left;
    padding: 5px
}

.slide-icon-serv img {
    width: 60px
}

.slide-txt-serv {
    color: #000;
    padding-left: 66px;
    font-family: Montserrat-Regular
}

.slide-txt-serv h6 {
    font-size: 20px;
    font-family: Montserrat-Regular;
    text-transform: uppercase
}

.slide-txt-serv p {
    margin-bottom: 0px
}

.slide-bot1 {
    padding-top: 35px;
    padding-bottom: 35px
}

.section-client {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgb(0, 0, 0);
    background: -moz-background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgb(164, 23, 11) 50%, rgb(164, 23, 11) 50%, rgb(0, 0, 0) 51%, rgb(25, 20, 68) 100%);
    background: -webkit-background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgb(164, 23, 11) 50%, rgb(164, 23, 11) 50%, rgb(0, 0, 0) 51%, rgb(25, 20, 68) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgb(164, 23, 11) 50%, rgb(164, 23, 11) 50%, rgb(0, 0, 0) 51%, rgb(25, 20, 68) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#2b2b2b', GradientType=0)
}

.section-text {
    background-image: url(../img/test-coma.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px
}

.text-bg {
    background-color: #fff;
    padding: 28px;
    min-height: 380px
}

.text-img {
    width: 80px;
    height: 80px;
    padding-top: 10px;
    text-align: center !important;
    position: relative;
    left: 35%
}

.text-img img {
    border-radius: 50px
}

.text-txt {
    padding-top: 25px
}

.text-txt p {
    font-size: 16px;
    font-family: Montserrat-Regular
}

.text-txt h6 {
    font-size: 16px;
    font-family: Montserrat-Bold
}

.section-top {
    padding-top: 50px
}

.section-bot {
    padding-bottom: 50px
}

.testi-title h2 {
    color: #fff
}

.social span a i {
    color: #fff;
    font-size: 14px
}

.social span a i:hover {
    color: #ba1b1b;
    font-size: 14px
}

footer h5 {
    font-size: 18px;
    font-family: Montserrat-Light;
    color: #c00;
    font-weight: 800
}

footer p {
    font-size: 14px;
    font-family: Montserrat-Light;
    margin-bottom: 0px;
    color: #fff
}

footer p a {
    color: #fff
}

footer p a:hover {
    color: #c10003
}

footer span a {
    color: #fff
}

footer span a:hover {
    color: #ba1b1b
}

.cta-bg {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    text-align: center
}

.cta-bg h2 {
    font-size: 34px;
    font-family: Montserrat-Light;
    color: #fff
}

.cta-bg h2 span {
    font-family: Montserrat-ExtraBold;
    color: #fff
}

.loyal-footer {
    padding-top: 25px
}

.ser-txt {
    text-align: center
}

.ser-txt h5 {
    padding-top: 10px;
    margin-right: 35px;
    margin-bottom: 4px;
    font-family: Montserrat-Bold
}

.ser-txt p {
    margin-right: 35px;
    padding-top: 4px;
    padding: 10px 25px 0px;
    border-top: 4px solid #ba1b1b;
    text-align: center;
    margin-bottom: 0px
}

.ser-txt span i {
    float: right;
    margin-right: 35px;
    color: #7f7f7f;
    font-size: 32px
}

.top-service h3 {
    font-family: Montserrat-Regular;
    color: #fff;
    font-size: 45px
}

.counter h4 {
    font-family: Montserrat-Bold;
    color: #fff;
    font-size: 38px
}

.counter p {
    font-family: Montserrat-Regular;
    color: #fff;
    font-size: 20px
}

.chosse h6::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid #ba1b1b;
    width: 6rem;
    margin: 0 0rem 5px 7px
}

.home-icon {
    text-align: center
}

.home-icon img {
    width: 118px;
    margin: auto
}

.home-icon h6 {
    font-family: Montserrat-Regular;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
    text-align: center
}

.btn-order {
    padding: 8px 50px 6px;
    background-color: #ba1b1b;
    color: #fff;
    border-radius: 22px;
    font-size: 14px;
    width: 190px;
    border: 4px solid #ba1b1b;
    font-family: Montserrat-Regular;
    font-size: 18px;
    height: 45px;
    line-height: 25px;
    margin: 20px 0 20px 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s
}

.btn-order:hover {
    border: 4px solid #ba1b1b;
    color: #ba1b1b;
    background-color: #fff
}

.testi-title h2 {
    font-family: Montserrat-Regular;
    color: #fff;
    font-size: 45px
}

.testi-title p {
    font-size: 16px;
    font-family: Montserrat-Regular
}

.icon-top i {
    padding: 18px;
    border: 1px solid #8148ff;
    color: #8148ff;
    border-radius: 12px;
    font-size: 20px;
    font-size: 30px;
    float: left;
    margin-right: 20px
}

.icon-title {}

.services-bg {
    background-image: url(../img/cta-bg.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.top-service {
    padding: 20px
}

.services1-bg {
    background-image: url(../img/services_bg.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.services1-bg p {
    color: #fff;
    text-align: center
}

.services1-box {
    color: #fff;
    margin: 10px 0px;
    padding: 15px;
    text-align: center;
    border: 2px solid;
    border-image-source: linear-gradient(45deg, rgb(72, 149, 235), rgb(106, 81, 232));
    border-image-slice: 5
}

.services1-box:hover {
    background-image: linear-gradient(to right, #6952e8, #5567ee, #4578f0, #4088ef, #4895eb)
}

.services-box {
    color: #fff;
    margin: 10px 0px;
    padding: 12px;
    height: 200px;
    border: 2px solid;
    border-image-source: linear-gradient(45deg, rgb(72, 149, 235), rgb(106, 81, 232));
    border-image-slice: 5
}

.services-box:hover {
    background-image: linear-gradient(to right, #6952e8, #5567ee, #4578f0, #4088ef, #4895eb)
}

.services-num h3 {
    float: left;
    font-size: 58px
}

.services-txt {
    padding-left: 25%
}

.services-txt h3 {
    padding-top: 10px;
    font-size: 24px;
    font-family: Montserrat-Bold
}

.services-txt p {
    font-size: 14px
}

.cta {
    width: 50%;
    margin: auto
}

.cta1 {
    width: 80%;
    margin: auto
}

.cta-icon {
    float: left;
    font-size: 30px;
    color: #fff
}

.cta-icon i {
    padding-top: 15px;
    font-size: 40px;
    color: #fff
}

.cta-txt {
    padding-left: 44px;
    font-size: 24px;
    color: #fff
}

.cta-txt span {
    font-size: 16px;
    font-family: Montserrat-Regular
}

.cta-txt p {
    font-size: 24px;
    color: #fff
}

.cta-order {
    font-size: 24px;
    color: #fff
}

.order-btn {
    background-color: #fff;
    width: 250px;
    text-align: center;
    font-size: 12px;
    color: #4895eb;
    padding: 10px 26px;
    border-radius: 20px
}

.view-btn {
    background-color: transparent;
    width: 250px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 10px 26px;
    border-radius: 20px
}

.view-btn:hover {
    background-color: #fff;
    width: 250px;
    text-align: center;
    font-size: 12px;
    color: #4895eb;
    padding: 10px 26px;
    border-radius: 20px
}

.order-btn:hover {
    background-color: transparent;
    width: 250px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 10px 26px;
    border-radius: 20px
}

.guarantee-top {
    padding-top: 50px;
    padding-bottom: 50px
}

.guarantee-box {
    padding-top: 15px
}

.guarantee-img {
    float: left
}

.guarantee-text {
    padding-left: 90px
}

.guarantee-text h5 {
    font-size: 18px;
    font-family: Montserrat-Bold
}

.guarantee-text p {
    font-size: 14px;
    font-family: Montserrat-Regular
}

.footer-info {
    padding-left: 25px
}

.footer-info p {
    font-size: 14px
}

footer span {
    font-size: 16px
}

.head-number {
    background-image: linear-gradient(to right, #6952e8, #5567ee, #4578f0, #4088ef, #4895eb);
    padding: 7px 15px;
    color: #fff;
    border-bottom-left-radius: 15px;
    position: absolute;
    top: 0;
    right: -5%;
    float: right
}

.head-number a {
    color: #fff;
    font-size: 13px
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.carousel-caption {
    left: 0%;
    text-align: left
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 12px
}


/* .carousel-caption h1 {
    margin-bottom: 0px;
    font-size    : 60px;
    font-family  : Montserrat-Regular
} */

.carousel-caption h2 {
    font-size: 30px;
    font-family: Montserrat-Regular
}

.heading-h2 {
    font-size: 30px;
    font-family: Montserrat-Regular
}

.banner-heading {
    font-size: 30px;
    font-family: Montserrat-Regular
}

.slide-txt-bot {
    margin-bottom: 30px
}

.assign h2 {
    font-size: 31px;
    text-transform: uppercase;
    color: #171717;
    font-weight: 700;
    padding-bottom: 27px
}

.assign h2 span {
    color: #fff;
    font-weight: 700;
    background: #171717
}

.assign h6 {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: Montserrat-Regular
}

.choose h2 {
    font-size: 46px;
    font-family: Montserrat-Regular
}

.choose h6 {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: Montserrat-Regular
}

.choose h6::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid #ba1b1b;
    width: 16rem;
    margin: 0 0rem 5px 7px
}

.section-space {
    padding-top: 50px;
    padding-bottom: 50px
}

.choose-txt h4 {
    font-size: 24px;
    font-family: Montserrat-Bold
}

.choose-txt h4:after {
    content: "";
    position: absolute;
    top: 38px;
    left: 6%;
    display: inline-block;
    width: 100px;
    margin-left: -20px;
    border-bottom: 3px solid #5142b9
}

.assignicon {
    margin-top: 50px
}

.icon-text h5 {
    font-size: 20px;
    font-family: Montserrat-Bold
}

.icon-text p {
    font-size: 14px;
    font-family: Montserrat-Regular
}

.icon-text {
    padding-left: 86px
}

.assignicon i:hover {
    border: 1px solid #fff;
    background-image: linear-gradient(to right, #6952e8, #5567ee, #4578f0, #4088ef, #4895eb);
    color: #fff
}

.services h2 {
    color: #fff;
    font-size: 40px;
    font-family: Montserrat-Regular
}

.bor-left {
    border-left: 1px solid #c6c6c6
}

.fact img {
    width: 75px
}

.fact p {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0px
}

.fact-bg {
    padding-top: 50px;
    padding-bottom: 50px
}

.fact span {
    font-size: 36px;
    font-family: Montserrat-Regular
}

.test-h5 {
    color: #5142b9;
    font-size: 20px;
    font-family: Montserrat-Bold
}

.test-p {
    font-size: 16px;
    font-family: Montserrat-Regular
}

.get-dis {
    background-image: linear-gradient(to right, #4088ef, #4895eb, #5567ee, #6952e8, #6952e8);
    padding-top: 25px;
    padding-bottom: 25px
}

.get-dis h4 {
    color: #fff;
    font-size: 24px;
    font-family: Montserrat-Regular
}

.get-dis h2 {
    color: #fff;
    font-size: 40px;
    font-family: Montserrat-Bold
}

.footer-icon a {
    color: #fff
}

.footer-icon a:hover {
    color: #4895eb
}

.footerinfo i {
    color: #5142b9
}

.footer-info p {
    color: #fff
}

.footer-info a {
    color: #fff
}

.comparison {
    max-width: 940px;
    margin: 0 auto;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #CCC
}

.comparison td,
.comparison th {
    border-right: 1px solid #CCC;
    empty-cells: show;
    padding: 10px
}

.compare-heading {
    font-size: 14px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important
}

.comparison tbody tr:nth-child(odd) {
    display: none
}

.comparison .compare-row {
    background: #F5F5F5
}

.comparison .tickblue {
    color: #0078C1
}

.comparison .tickgreen {
    color: #009E2C
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #CCC
}

.comparison tr td:first-child {
    text-align: left
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0
}

.comparison .tl2 {
    border-right: 0
}

.comparison .qbse {
    background: #0078C1;
    border-top-left-radius: 3px;
    border-left: 0px
}

.comparison .qbo {
    background: #009E2C;
    border-top-right-radius: 3px;
    border-right: 0px
}

.comparison .price-info {
    padding: 5px 15px 15px 15px
}

.comparison .price-was {
    color: #999;
    text-decoration: line-through
}

.comparison .price-now,
.comparison .price-now span {
    color: #ff5406
}

.comparison .price-now span {
    font-size: 32px
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px
}

.comparison .price-buy {
    background: #ff5406;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0
}

.comparison .price-try {
    font-size: 12px
}

.comparison .price-try a {
    color: #202020
}

@media (max-width: 767px) {
    .comparison td:first-child,
    .comparison th:first-child {
        display: none
    }
    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7
    }
    .comparison .row {
        background: #FFF
    }
    .comparison td,
    .comparison th {
        border: 1px solid #CCC
    }
    .price-info {
        border-top: 0 !important
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding: 5px 10px
    }
    .comparison td,
    .comparison th {
        padding: 10px 5px
    }
    .comparison .hide-mobile {
        display: none
    }
    .comparison .price-now span {
        font-size: 16px
    }
    .comparison .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0
    }
    .comparison .qbse,
    .comparison .qbo {
        font-size: 12px;
        padding: 10px 5px
    }
    .comparison .price-buy {
        margin-top: 10px
    }
    .compare-heading {
        font-size: 13px
    }
}

.price h2 {
    font-size: 40px;
    font-family: PlayfairDisplay-Bold;
    font-weight: 600
}

.price h2::before {
    display: inline-block;
    content: "";
    border-top: .3rem solid #5142b9;
    width: 4rem;
    margin: 0 1rem 0 0;
    transform: translateY(-1rem)
}

.contact-icon {
    width: 50px;
    padding: 10px
}

.cont-icon-size {
    font-size: 30px !important
}

.contact-p-info {
    color: #5f6166;
    font-size: 18px
}

.testi-bg {
    -webkit-box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.17);
    background-color: #fff;
    padding: 10px;
    margin: 5px
}

.texti-img img {
    height: 100px;
    float: left;
    width: 100px;
    border-radius: 85px
}

.text-title {
    padding-left: 110px
}

.text-title h6 {
    font-size: 20px;
    font-family: Montserrat-Bold
}

.colorblue {
    color: #4fa6e7
}

.texti-p {
    padding-top: 5px
}

.owl-thumbs {
    padding-top: 10px
}

.active .test-dot {
    background-color: #4fa7e7;
    width: 8px;
    height: 8px;
    border-radius: 50px
}

.test-dot {
    background-color: #e0e5e8;
    width: 8px;
    height: 8px;
    border-radius: 50px
}

.tab-content .card-header h5 button {
    content: "f107";
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: FontAwesome;
    padding: 0;
    border: 0;
    color: #525252;
    text-align: left;
    text-decoration: none;
    white-space: normal
}

.card-header h5>button:before {
    float: right !important;
    font-family: FontAwesome;
    content: "f056";
    padding-right: 5px
}

.card-header h5>button.collapsed:before {
    float: right !important;
    font-family: FontAwesome;
    content: "f055";
    padding-right: 5px;
    color: #525252 !important
}

.card {
    border: none;
    margin-top: 10px
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    border-right: none
}

.card-header h5 {
    margin-bottom: 0px
}

.card-header h5 button {
    font-family: Montserrat-Regular
}

.services-list {
    width: 50%;
    float: left;
    list-style: none
}

.services-list p {
    margin-bottom: 1px
}

.sample-txt {
    background-color: #393939;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: uppercase
}

.service-img img {
    width: 100%
}

.navbar-light .navbar-toggler {
    position: relative;
    color: rgba(255, 255, 255, 0.89);
    border-color: rgba(255, 255, 255, 0.53);
    background-color: #ba1b1b;
    right: 0%;
    margin-top: 3%
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/download2.svg)
}

.navbar-toggler {
    padding: .25rem .40rem;
    font-size: 1.50rem
}

.col-sm-6,
.col-xs-6 {
    width: 50%
}

.col-sm-4,
.col-xs-4 {
    width: 33.3333%
}

.head-title h2 {
    font-family: Montserrat-Regular;
    color: #fff;
    font-size: 46px;
    text-align: center
}

.head-title p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 100 !important;
    padding: 21px 0px
}

.cont-info {
    text-align: center
}

.cont-info h4 {
    text-align: center;
    font-family: Montserrat-Regular;
    color: #110e0c;
    font-size: 20px
}

.cont-info span i {
    text-align: center;
    color: #8b8b8b;
    font-size: 56px
}

.cont-info p a {
    text-align: center;
    font-family: Montserrat-Regular;
    color: #110e0c;
    font-size: 20px
}

.btn-sub {
    padding: 8px 18px 8px;
    background-color: #ba1b1b;
    color: #fff;
    font-size: 14px;
    width: 190px;
    border: 4px solid #ba1b1b;
    font-family: Montserrat-Regular;
    font-size: 18px;
    height: 45px;
    line-height: 25px;
    margin: 20px 0 20px 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s
}

.btn-sub:hover {
    border: 4px solid #ba1b1b;
    color: #ba1b1b;
    background-color: #fff
}

.editor {
    margin-top: 10px;
    margin-bottom: 10px
}

.editor-icon {
    float: left
}

.editor-txt {
    padding-left: 55px
}

.editor-txt h4 {
    font-family: Montserrat-Regular;
    color: #110e0c;
    font-size: 24px
}

.editor-txt p {
    font-family: Montserrat-Regular;
    color: #3d3c3c;
    font-size: 18px
}

.editor-team {
    margin-top: 10px;
    margin-bottom: 10px
}

.editor-img {
    float: left
}

.editor-text {
    padding-left: 230px
}

.editor-text h3 {
    font-family: Montserrat-Regular;
    color: #110e0c;
    font-size: 26px
}

.editor-text p {
    font-family: Montserrat-Regular;
    color: #3d3c3c;
    font-size: 16px
}

.sample-bg {
    text-align: center;
    padding: 25px 12px;
    height: 430px;
    background-color: #fff;
    -webkit-box-shadow: -1px 0px 15px -2px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: -1px 0px 15px -2px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 0px 15px -2px rgba(0, 0, 0, 0.62)
}

.sample-btn-top {
    height: 230px;
    padding-top: 15px
}

.sample-bg h3 {
    font-family: Montserrat-Regular;
    color: #110e0c;
    font-size: 24px;
    text-transform: uppercase
}

.sample-bg h3 span {
    font-family: Montserrat-Regular;
    color: #ba1b1b;
    font-size: 24px
}

.sample-txt-left {
    float: left;
    width: 50%;
    text-align: left
}

.sample-txt-right p {
    margin-bottom: 0px
}

.sample-txt-left p {
    margin-bottom: 0px
}

.sample-txt-right {
    float: left;
    width: 50%;
    text-align: left
}

.sample-txt-left1 {
    float: left;
    width: 30%
}

.sample-txt-right1 {
    float: left;
    width: 70%
}

.btn-sample {
    padding: 8px 15px 6px;
    background-color: #ba1b1b;
    color: #fff;
    border-radius: 22px;
    font-size: 14px;
    width: 190px;
    border: 4px solid #ba1b1b;
    font-family: Montserrat-Regular;
    font-size: 14px;
    height: 45px;
    line-height: 25px;
    margin: 20px 0 20px 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s
}

.btn-sample:hover {
    border: 4px solid #ba1b1b;
    color: #ba1b1b;
    background-color: #fff
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #a4170b !important
}

.form-top {
    margin-top: 24%
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white !important;
    text-decoration: none;
    background-color: #a4170b !important
}

.pdsser-icon-02,
.pdsser-icon-03,
.pdsser-icon-04,
.pdsser-icon-05,
.pdsser-icon-06,
.pdsser-icon-07,
.pdsser-icon-08,
.pdsser-icon-09,
.pdsser-icon-10,
.pdsser-icon-11,
.pdsser-icon-12,
.pdsser-icon-13,
.pdsser-icon-14,
.pdsser-icon-15,
.pdsser-icon-16,
.pdsser-icon-17,
.pdsser-icon-18,
.pdsser-icon-19,
.pdsser-icon-20,
.pdsser-icon-21,
.pdsser-icon-22,
.pdsser-icon-23,
.pdsser-icon-24 {
    display: inline-block;
    background: url('../img/download.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: center
}

.pdsser-icon-02 {
    width: 38px;
    height: 38px
}

.pdsser-icon-03 {
    background-position: -48px -0px;
    width: 38px;
    height: 38px
}

.pdsser-icon-04 {
    background-position: -91px -0px;
    width: 38px;
    height: 38px
}

.pdsser-icon-05 {
    background-position: -134px -0px;
    width: 38px;
    height: 38px
}

.pdsser-icon-06 {
    background-position: -5px -43px;
    width: 38px;
    height: 38px
}

.pdsser-icon-07 {
    background-position: -48px -43px;
    width: 38px;
    height: 38px
}

.pdsser-icon-08 {
    background-position: -91px -43px;
    width: 38px;
    height: 38px
}

.pdsser-icon-09 {
    background-position: -134px -43px;
    width: 38px;
    height: 38px
}

.pdsser-icon-10 {
    background-position: -5px -86px;
    width: 38px;
    height: 38px
}

.pdsser-icon-11 {
    background-position: -48px -86px;
    width: 38px;
    height: 38px
}

.pdsser-icon-12 {
    background-position: -91px -86px;
    width: 38px;
    height: 38px
}

.pdsser-icon-13 {
    background-position: -134px -86px;
    width: 38px;
    height: 38px
}

.pdsser-icon-14 {
    background-position: -5px -129px;
    width: 38px;
    height: 38px
}

.pdsser-icon-15 {
    background-position: -48px -129px;
    width: 38px;
    height: 38px
}

.pdsser-icon-16 {
    background-position: -91px -129px;
    width: 38px;
    height: 38px
}

.pdsser-icon-17 {
    background-position: -134px -129px;
    width: 38px;
    height: 38px
}

.pdsser-icon-18 {
    background-position: -5px -172px;
    width: 38px;
    height: 38px
}

.pdsser-icon-19 {
    background-position: -48px -172px;
    width: 38px;
    height: 38px
}

.pdsser-icon-20 {
    background-position: -91px -172px;
    width: 38px;
    height: 38px
}

.pdsser-icon-21 {
    background-position: -134px -172px;
    width: 38px;
    height: 38px
}

.pdsser-icon-22 {
    background-position: -5px -215px;
    width: 38px;
    height: 38px
}

.pdsser-icon-23 {
    background-position: -48px -215px;
    width: 38px;
    height: 38px
}

.pdsser-icon-24 {
    background-position: -91px -215px;
    width: 38px;
    height: 38px
}

.second_fold {
    margin-top: 30px;
    margin-bottom: 30px
}

.second_fold .content1 {
    height: 270px;
    background: #171717;
    background-size: cover;
    padding: 15px
}

.second_fold .content2 {
    height: 270px;
    background: #ae2424;
    background-size: cover;
    padding: 15px
}

.second_fold .content3 {
    height: 270px;
    background: #171717;
    background-size: cover;
    padding: 15px
}

.second_fold .content .sub_content {
    border: 2px solid white;
    padding: 2%;
    color: white;
    text-align: center;
    height: 241px;
    padding-top: 12px
}

.second_fold .content1:hover {
    background-color: #ae2424
}

.second_fold .content2:hover {
    background-color: #171717
}

.second_fold .content3:hover {
    background-color: #ae2424
}

.second_fold .content .sub_content h3 {
    font-size: 22px;
    padding-top: 16px;
    font-size: 19px;
    padding-bottom: 7px;
    font-weight: 500
}

.second_fold .content .sub_content img {
    width: 42px;
    padding-bottom: 5%;
    padding-top: 5%
}

.second_fold .content .sub_content p {
    font-size: 13px
}

.loyal-footer ul {
    list-style: none;
    padding: 0px
}

.loyal-footer ul li {
    padding-bottom: 5px;
    list-style: none
}

.loyal-footer ul li a {
    color: white
}

.header_content {
    margin-top: 129px;
    padding-left: 46px
}

.header_content .content {
    margin-top: 29px
}

.header_content .content .col-md-12 {
    padding-left: 0px
}

.header_content .content h3 span {
    background: #ae2424;
    color: white;
    font-size: 27px;
    font-weight: 700
}

.header_content .content h4 {
    font-size: 27px
}

.header_content .content h4 span {
    border-bottom: 2px solid #ae2424
}

.header_content .content h5 {
    font-size: 25px;
    margin-bottom: 0px
}


/* .heading-h1 {
    font-size: 25px;
    margin-bottom: 10px
} */

.heading-h1 {
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid #ae2424;
}

.heading-h1 .span-c {
    background: #ae2424;
    color: white;
    font-size: 27px;
    font-weight: 700;
    padding: 2px 9px;
    line-height: 1;
    margin: 0 6px 0 0;
}

.header_content .content p {
    font-weight: 600
}

.header_content .content p span {
    font-weight: 900
}
