@import url(https://fonts.googleapis.com/css2?family=Della+Respira&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap);
* {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

body {
    font-family: Poppins, sans-serif
}

ul {
    list-style: none;
    margin: 0
}

ul li {
    text-transform: capitalize
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.top-sec {
    background: #e90014
}

.top-sec .top-style {
    position: relative;
    z-index: 1
}

.top-sec .top-style:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: -1;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-box-shadow: -2px 7px 3px #00000040;
    box-shadow: -2px 7px 3px #00000040
}

.top-sec .top-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0
}

.top-sec .top-col1 .top-p1 {
    font-size: 17px;
    font-weight: 600;
    color: #e90014;
    margin: 0;
    text-transform: capitalize
}

.top-sec .mrq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    font-size: 20px
}

@-webkit-keyframes blink {
    from {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes blink {
    from {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.logo-sec {
    text-align: center;
    position: relative;
    z-index: 1;
    
}

.logo-sec .logo-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px
}

.logo-sec .logo-col2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: right
}

.logo-sec .logo-col2 .log-inr {
    padding: 0
}

.logo-sec .logo-col2 .logo-p1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 10px
}

.logo-sec .logo-col2 .logo-p1 span {
    font-size: 20px;
    color: #e90014;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Della Respira', serif;
    font-weight: 700;
    margin: 0
}

.logo-sec .logo-col2 .logo-p2 {
    font-size: 25px;
    color: #000;
    margin: 0
}

.logo-sec .logo-col2 .logo-p2 strong {
    color: #e90014
}

.logo-sec .logo-col3 {
    padding: 10px 15px;
    background: #ffc107;
    border-radius: 70px 70px 0 0
}

.logo-sec .logo-col3 .l-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logo-sec .logo-col3 .l-col1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logo-sec .logo-col3 .l-col1 ul li {
    padding: 0 3px
}

.logo-sec .logo-col3 .l-col1 ul li .fa,
.logo-sec .logo-col3 .l-col1 ul li .fab,
.logo-sec .logo-col3 .l-col1 ul li .fas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background: #e90014;
    color: #ffc107;
    font-size: 20px
}

.logo-sec .logo-col3 .l-col1 a {
    color: #e90014;
    font-size: 23px;
    font-weight: 600
}

.logo-sec .logo-col3 .l-col1 a .fa {
    color: #000
}

.logo-sec .logo-col3 .top-col3 {
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.logo-sec .logo-col3 .top-col3 .top-p2 {
    font-size: 25px;
    margin: 0;
    color: #000;
    -webkit-animation: blink .5s alternate infinite;
    animation: blink .5s alternate infinite
}

.logo-sec .logo-col3 .top-col3 .top-p2 i {
    font-size: 30px;
    color: #e90014
}

.ban-sec {
    border-bottom: 15px solid #e90014
}

.ban-sec .ban-col {
    padding: 0
}

.top-srv-sec {
    text-align: center;
    padding: 50px 0;
    background: #fff1f1
}

.top-srv-sec .srv-hd {
    padding: 0px 15px
}

.top-srv-sec .srv-hd p {
    font-size: 50px;
    color: #e90014;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    font-family: 'Della Respira', serif;
    padding-bottom: 0;
    font-weight: 800
}

.top-srv-sec .srv-hd p:after {
    content: "";
    position: absolute;
    width: 290px;
    height: 50px;
    top: 106%;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: url(line-divider.html);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.top-srv-sec .srv-hd span {
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 20px 0 0;
    font-weight: 500
}

.top-srv-sec .srv-mn {
    padding: 30px 15px
}

.top-srv-sec .srv-mn .srv-inr {
    padding: 0
}

.top-srv-sec .srv-mn .srv-inr:hover .srv-im img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.top-srv-sec .srv-mn .srv-inr:hover p {
    color: #000
}

.top-srv-sec .srv-mn .srv-im {
    padding: 17px;
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    background: #e90014
}

.top-srv-sec .srv-mn .srv-im img {
    border-radius: 50%;
    border: 10px solid #ffcaca;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.top-srv-sec .srv-mn p {
    font-size: 25px;
    color: #e90014;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Della Respira', serif;
    font-weight: 700;
    margin: 0;
    padding: 20px 0
}

.about-sec {
    padding: 30px 0;
    position: relative;
    z-index: 1
}

.about-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    opacity: .1;
    z-index: -1
}

.about-sec .about-hd {
    text-align: left;
    padding: 0 0 70px
}

.about-sec .about-hd .about-p1 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-transform: uppercase
}

.about-sec .about-hd span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: 8px;
    text-transform: uppercase
}

.about-sec .about-hd .about-p2 {
    font-size: 50px;
    color: #e90014;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    font-family: 'Della Respira', serif;
    padding-bottom: 0;
    font-weight: 800
}

.about-sec .about-hd .about-p2:after {
    content: "";
    position: absolute;
    width: 290px;
    height: 50px;
    top: 106%;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: url(line-divider.html);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.about-sec .about-hd .about-p2:after {
    right: inherit
}

.about-sec .about-content .para {
    line-height: 27px;
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.about-sec .about-content ul {
    list-style: inherit;
    margin-bottom: 10px;
    padding-left: 20px
}

.about-sec .about-content ul li {
    line-height: 30px
}

.serv2-sec {
    padding: 50px 0
}

.serv2-sec .srv-hd {
    text-align: center;
    padding: 0 15px;
}

.serv2-sec .srv-hd p {
    font-size: 50px;
    color: #e90014;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    font-family: 'Della Respira', serif;
    padding-bottom: 0;
    font-weight: 800;
}

.serv2-sec .srv-hd p:after {
    content: "";
    position: absolute;
    width: 290px;
    height: 50px;
    top: 106%;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: url(line-divider.html);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.serv2-sec .srv-hd span {
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 20px 0 0;
    font-weight: 500
}

.serv2-sec .srv-mn {
    padding: 30px 15px;
    text-align: center
}

.serv2-sec .srv-mn .srv-box {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px #0000002e;
    box-shadow: 0 0 20px #0000002e;
    border-radius: 10px
}

.serv2-sec .srv-mn .srv-box:hover .srv-im {
    background: #9e9e9e
}

.serv2-sec .srv-mn .srv-box:hover .srv-im img {
    -webkit-filter: grayscale(1.5);
    filter: grayscale(1.5)
}

.serv2-sec .srv-mn .srv-im {
    padding: 10px;
    background: #e90014;
    border-radius: 50%
}

.serv2-sec .srv-mn .srv-im img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 70% 30% 20% 80%/80% 20% 80% 20%;
    border: 10px solid #fff
}

.serv2-sec .srv-mn .srv-im2 {
    background: #ffc107
}

.serv2-sec .srv-mn .srv-content {
    padding: 0
}

.serv2-sec .srv-mn .srv-name {
    font-size: 20px;
    color: #e90014;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Della Respira', serif;
    font-weight: 700;
    margin: 0;
    padding: 10px 0
}

.serv2-sec .srv-mn .srv-para {
    line-height: 27px;
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.choose-sec {
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.choose-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: #ffc107bf;
    z-index: -1
}

.choose-sec .choose-hd {
    padding: 0 15px 50px;
    text-align: left
}

.choose-sec .choose-hd p {
    font-size: 50px;
    color: #e90014;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    font-family: 'Della Respira', serif;
    padding-bottom: 0;
    font-weight: 800
}

.choose-sec .choose-hd p:after {
    content: "";
    position: absolute;
    width: 290px;
    height: 50px;
    top: 106%;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: url(line-divider.html);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.choose-sec .choose-hd p:after {
    display: none
}

.choose-sec .choose-hd span {
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 50px 0 0;
    font-weight: 500;
    padding: 0
}

.choose-sec .chose-mn {
    padding: 20px 15px
}

.choose-sec .chose-mn .chose-inr {
    padding: 15px
}

.choose-sec .chose-mn .chose-inr span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto
}

.choose-sec .chose-mn .chose-inr p {
    font-size: 25px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Della Respira', serif;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 0
}

.test-sec {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background: url(test-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.test-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: url(test-bg-2.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .8
}

.test-sec .test-hd {
    padding: 0 15px 30px;
    text-align: center;
}

.test-sec .test-hd p {
    font-size: 50px;
    color: #ffc107;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    font-family: 'Della Respira', serif;
    padding-bottom: 0;
    font-weight: 800
}

.test-sec .test-hd p:after {
    content: "";
    position: absolute;
    width: 290px;
    height: 50px;
    top: 106%;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: url(line-divider.html);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.test-sec .test-hd p:after {
    display: none
}

.test-sec .test-hd span {
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 50px 0 0;
    font-weight: 500;
    padding: 0
}

.test-sec .test-slide {
    padding: 30px 0 0
}

.test-sec .testimonial {
    background: #dcdcdcb5;
    padding: 20px 40px 20px;
    margin: 0 10px 60px;
    border-radius: 15px;
    position: relative
}

.test-sec .testimonial:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 7px;
    left: 7px;
    background: url(comment.html);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3
}

.test-sec .testimonial .testimonial-title {
    font-size: 15px;
    font-weight: 700;
    color: #e90014;
    margin-bottom: 15px;
    padding-left: 20px
}

.test-sec .testimonial .description {
    font-size: 14px;
    line-height: 24px;
    color: #000
}

.test-sec .testimonial .post {
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    color: #e90014;
    margin-top: 10px
}

.test-sec .testimonial .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -35px;
    right: 23px
}

.test-sec .testimonial .pic img {
    width: 100%;
    height: auto
}

.test-sec .owl-theme .owl-controls {
    margin-top: 40px
}

.test-sec .owl-theme .owl-controls .owl-buttons div {
    background: #9c0000;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px
}

.test-sec .owl-theme .owl-controls .owl-buttons .owl-next:before,
.test-sec .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff
}

.test-sec .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054"
}

.serv3-sec {
    text-align: center;
    padding: 40px 0 0
}

.serv3-sec .srv-hd {
    padding: 0 15px;
}

.serv3-sec .srv-hd p {
    font-size: 50px;
    color: #e90014;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    font-family: 'Della Respira', serif;
    padding-bottom: 0;
    font-weight: 800
}

.serv3-sec .srv-hd p:after {
    content: "";
    position: absolute;
    width: 290px;
    height: 50px;
    top: 106%;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: url(line-divider.html);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1
}

.serv3-sec .srv-hd span {
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 0px 0 0;
    font-weight: 500
}

.serv3-sec .srv-mn {
    padding: 0px 15px
}

.serv3-sec .srv-mn .srv-box {
    padding: 15px;
    position: relative;
    z-index: 1
}

.serv3-sec .srv-mn .srv-box:hover .srv-im img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.serv3-sec .srv-mn .srv-box:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 50%;
    top: 25%;
    right: 0;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: -1
}

.serv3-sec .srv-mn .srv-im {
    width: 250px;
    height: 250px;
    padding: 20px;
    background: #e90014;
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    margin: 0 auto 30px
}

.serv3-sec .srv-mn .srv-im img {
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 15px solid #efefefab
}

.serv3-sec .srv-mn .srv-content {
    padding: 0px;
    background: #fff;
    border-top: 15px solid #fff
}

.serv3-sec .srv-mn .srv-name {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Della Respira', serif;
    font-weight: 700;
    margin: 0;
    background: #ffc107;
    padding: 10px
}

.serv3-sec .srv-mn .srv-para {
    padding-top: 10px;
    line-height: 27px;
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.svg-sec {
    z-index: -1;
    margin-bottom: -125px
}

.svg-sec .svg-col {
    padding: 0
}

.svg-sec .svg-col path {
    fill: #e90014
}

.ftr-sec {
    background: #e90014;
    padding: 30px 0 50px;
    text-align: center;
    display: block
}

.ftr-sec .footer-col1 {
    text-align: center
}

.ftr-sec .footer-col2 {
    padding: 20px 15px;
    margin: 0 auto
}

.ftr-sec .footer-col2 .footer-box {
    padding: 20px;
    text-align: left
}

.ftr-sec .footer-col2 .footer-head {
    font-size: 20px;
    color: #ffc107;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Della Respira', serif;
    font-weight: 700;
    margin: 0;
    text-align: left;
    padding: 10px 0
}

.ftr-sec .footer-col2 .ftr-para {
    line-height: 27px;
    font-size: 15px;
    color: #fff;
    font-weight: 400
}

.ftr-sec .footer-col2 ul li {
    line-height: 33px;
    color: #fff
}

.ftr-sec .footer-col2 ul li:hover {
    color: #c5c5c5
}

.ftr-sec .footer-col2 ul li i {
    color: #ffc107
}

.ftr-sec .footer-col3 .footer-box {
    border: 5px solid #fff
}

.ftr-sec .dsclmr {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    border-top: 1px solid #ffc107
}

.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    color: #ffc107
}

#callbook {
    display: none;
    background: green;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100
}

#callbook ul {
    padding: 0
}

#callbook ul li {
    position: relative;
    padding: 20px 0;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center
}

#callbook ul li a {
    color: #fff;
    font-size: 18px
}

#callbook ul li a .fa,
#callbook ul li a .fab {
    color: #fff;
    position: relative;
    top: 0;
    font-weight: 600;
    font-size: 20px;
    -webkit-animation: pulsate .5s ease-out;
    animation: pulsate .5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        opacity: 1
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        opacity: 1
    }
}

@media screen and (max-width:1199px) {
    .logo-sec .logo-col2 .logo-p1 {
        font-size: 16px
    }
    .logo-sec .logo-col2 .logo-p2 {
        font-size: 23px
    }
    .about-sec:before {
        background-position-x: center
    }
}

@media screen and (max-width:991px) {
    .top-sec .top-style:before {
        display: none
    }
    .top-sec .top-style .top-p1 {
        color: #ffc107
    }
    .top-sec .top-col3:before {
        width: 90%;
        border-radius: 30px;
        -webkit-transform: skewY(0);
        transform: skewY(0)
    }
    .logo-sec .logo-col2 {
        padding-bottom: 50px;
        text-align: center
    }
    .serv3-sec .srv-mn {
        max-width: 50%
    }
    .svg-sec {
        margin-bottom: -13px
    }
    .ftr-sec .footer-col2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .ftr-sec .footer-col4 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width:767px) {
    .logo-sec:after,
    .logo-sec:before {
        width: 120px;
        height: 120px;
        bottom: -18px
    }
    .logo-sec .logo-col3 {
        border-radius: 38px 38px 0 0
    }
    .logo-sec .logo-col3 .l-col1 ul {
        margin-top: -27px
    }
    .logo-sec .logo-col3 .top-col3 .top-p2 {
        font-size: 20px;
        padding: 10px 0
    }
    .test-sec:before {
        background-position-x: -150px
    }
    .test-sec .owl-theme .owl-controls {
        margin-top: 20px
    }
    .serv3-sec .srv-mn {
        max-width: 100%
    }
    #callbook {
        display: block
    }
}

@media screen and (max-width:575px) {
    .logo-sec .logo-col1 {
        padding: 10px 0
    }
    .logo-sec .logo-col2 {
        padding-bottom: 50px
    }
    .logo-sec .mrq {
        font-size: 17px
    }
    .about-sec .about-hd {
        padding: 0 15px 30px
    }
    .about-sec .about-hd .about-p2 {
        font-size: 37px
    }
    .serv2-sec .srv-hd p {
        font-size: 40px
    }
    .serv2-sec .srv-mn {
        padding: 30px
    }
    .choose-sec .choose-hd p {
        font-size: 36px
    }
    .test-sec:before {
        background-position-x: -315px
    }
}
.visible-xs{display: none;}
@media screen and (max-width:410px) {
.visible-xs{display: inherit!important;}
    .top-srv-sec .srv-hd p {
        font-size: 40px
    }
    .top-srv-sec .srv-hd p:after {
        width: 200px
    }
    .about-sec .about-hd .about-p2 {
        font-size: 33px
    }
    .about-sec .about-hd .about-p2:after {
        width: 200px
    }
    .serv2-sec .srv-hd p:after {
        width: 200px
    }
    .test-sec:before {
        background-position-x: -400px
    }
    .test-sec .test-hd {
        text-align: center
    }
    .test-sec .test-hd p {
        font-size: 40px
    }
    .test-sec .test-hd span {
        font-size: 16px
    }
    .serv3-sec .srv-hd p {
        font-size: 40px
    }
}