@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body { margin: 0; padding: 0; overflow-x: hidden; font-family: "Raleway", sans-serif;}
p{ font-size: 16px; margin: 0 0 15px 0; color: #4b4b4b; line-height: 1.7; letter-spacing: .5px; font-weight: 500; font-family: "Raleway", sans-serif;}
.main-table ul li { font-size: 16px; margin: 0 0 10px 0; color: #4b4b4b; line-height: 1.5;}
h1, h2, h3, h4, h5, h6 { font-family: "PT Serif", serif;}
h6{ font-size: 17px; margin: 0 0 15px 0; color: #4b4b4b; line-height: 1.7; letter-spacing: .5px; font-weight: 500; font-family: "PT Serif", serif;}
.custom-btn { display: inline-block; background: #008bd3; color: #fff; font-family: "PT Serif", serif; padding: 15px 42px; border-radius: 5px; text-transform: uppercase; letter-spacing: 1.5px; font-size: 15px;}
.custom-btn:hover { background: #0081c2; color: #fff;}
.heading { font-size: 40px; margin: 0 0 30px 0; padding: 0 0 20px 0; color: #191919; position: relative;}
.heading::after { content: ''; position: absolute; width: 60px; height: 4px; background: #b40404; bottom: 0; left: 0; right: 0; margin: 0 auto;} 
h6 {font-size: 18px;color: #191919;text-align: left;}
.sub-heading {font-size: 35px;margin: 0 0 30px 0;padding: 0 0 20px 0;color: #191919;text-align: left;position: relative;}
.sub-heading::after { content: ''; position: absolute; width: 60px; height: 4px; background: #b40404; bottom: 0; left: 0;} 

.top-header { background: #f2f2f2; padding: 12px 0;}
.top-header p {margin: 0;}
.top-header a { color: #4b4b4b; font-size: 15px;}
.top-header p i { font-size: 14px; margin: 0 4px 0 0;}

header { background: #d4d3d4;}

.banner-section { padding: 6% 0;}
.banner-section h5 {font-size: 18px;margin: 0 0 10px 0;color: #191919;}
.banner-section h1 {font-size: 40px;margin: 0 0 20px 0;color: #191919;}
.banner-section p { margin: 30px 0;}

.section-1 { background: #d4d3d4; padding: 6% 0;}

.section-2 { padding: 6% 0;}
.section-2 .ser-card { margin: 30px 0 0 0;}
.section-2 .ser-card h4 { color: #191919; font-size: 22px; padding: 0 0 15px 0; margin: 0 0 15px 0; position: relative}
.section-2 .ser-card h4::after { content: ''; position: absolute; width: 0; height: 2px; background: #b40404; left: 0; bottom: 0px; transition: .2s ease-in-out;}
.section-2 .ser-card h4:hover { color: #b40404;}
.section-2 .ser-card h4:hover::after { width: 50px;}

.section-3 { padding: 4% 0;}
.section-3 .heading::after {margin: 0; }
.section-3 h4 { font-size: 24px; margin: 18px 0 20px 0;}
.section-3 h4 span { color: #b40404;}

.section-4 { padding: 6% 0;}
.section-4 .audit-card { padding: 20px;}
.section-4 .audit-card .icon { background: #ededed; display: inline-block; text-align: center; padding: 15px; width: 110px; height: 110px; border-radius: 50%; border: 12px solid #ededed; margin: 0 0 20px 0; transition: .2s ease-in-out;}
.section-4 .audit-card h4 { font-size: 21px; margin: 0 0 20px 0; line-height: 1.6; text-align: center; padding: 0 0 10px 0; position: relative;}
.section-4 .audit-card h4::after { content: ''; position: absolute; width: 0px; height: 2px; background: #b40404; left: 0; right: 0; bottom: 0px; margin: 0 auto; transition: .2s ease-in-out;}
.section-4 .audit-card:hover h4::after { width: 50px;}
.section-4 .audit-card:hover .icon { border-color: #b40404;}
.section-4 .audit-card h4 span { color: #b40404;} 
.section-4 p {text-align: center !important;!i;!;}
.section-4 .right-line { position: relative;}
.section-4 .right-line::after { content: ''; position: absolute; width: 0px; height: 2px; background: #b40404; left: 0; right: 0; bottom: 0px; margin: 0 auto; transition: .2s ease-in-out;}

.section-5 { padding: 6% 0; background: #d4d3d4;}
.section-5 .carousel-control-next, .carousel-control-prev { filter: brightness(0); width: 40px;}
.section-5 .carousel-item { padding: 20px 60px 0 60px;}
.section-5 .carousel-item p {color: #191919;font-size: 17px;margin: 0 0 20px 0;text-align: center !important;!i;!;}
.section-5 .carousel-item h5 { font-size: 21px; text-transform: uppercase; color: #111111; font-weight: 600; letter-spacing: .5px;}

.section-6 { background: #202020; padding: 6% 0;}
.section-6 h1 { font-family: "Raleway", sans-serif; color: #fff; font-size: 62px; font-weight: 800; letter-spacing: 1px; background-image: url('image/auditingblog4.jpg'); -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: zoom 20s infinite; height: 100px;}  
.section-6 p {color: #b6b6b6;margin: 0 0 30px 0;font-size: 18px;text-align: center !important;!im;!i;!;}

@keyframes zoom {
    0% { transform: scale(1.1,1.1);}
    50% { transform: scale(1.17, 1.17);}
    100% { transform: scale(1.1,1.1);}
}  


footer {background: #181818;padding: 5% 0 0 0;}
footer h6 { color: #fff; font-size: 17px; text-transform: uppercase; font-family: "Raleway", sans-serif; font-weight: 700; letter-spacing: 1.5px; margin: 0 0 35px 0; position: relative;}
footer h6::after { content: ''; position: absolute; width: 40px; height: 2px; background: #c7c7c7; left: 0; top: 40px;}  
footer p { color: #e6e6e6; font-size: 15px; display: flex; font-weight: 400;}
footer p i { color: #fff; margin: 5px 10px 0 0; color: #fff;}
footer ul, footer ul li { margin: 0; padding: 0; list-style-type: none;}  
footer ul li { border-bottom: 1px solid #646464; padding: 10px 2px;}
footer ul li a { color: #e6e6e6; font-size: 15px;}
footer .footer-bottom { background: #202020; margin: 5% 0 0 0; padding: 20px 0;}
footer .footer-bottom p {margin: 0;}
footer .footer-bottom .social-icon a{ background: #fff; display: inline-block; width: 30px; height: 30px; border-radius: 50%; text-align: center; color: #b40404; line-height: 2; font-size: 14px;}

.inner-banner { padding: 4% 0;}
.inner-banner h1 {color: #191919; font-size: 37px; text-align: center; font-weight: 600;}
.inner-banner p {position: relative;z-index: 2;font-size: 16px;text-align: center !important;!i;!;}
.inner-banner p a { color: #191919;}

.about-2 { padding: 6% 0; background: #d4d3d4;}
.about-2 h4 {font-size: 21px;margin: 20px 0 10px 0;text-align: left;}
.about-2 h4 span { color: #b40404;}

.about-4 { background: #172243; padding: 5% 0;}
.about-4 .contact-us { border: 2px solid #fff; padding: 40px;}
.about-4 .contact-us h5 {color: #fff;font-weight: 500;font-size: 24px;margin: 0 0 15px 0;font-weight: 500;text-align: left;}
.about-4 .contact-us p {color: #c9c9c9; margin: 0 0 30px 0;}

.about-5 { padding: 6% 0;}
.about-5 .key-result { padding: 20px 50px; border-left: 2px solid #b40404; border-bottom: 2px solid #b40404; margin: 30px 0 0 0;}
.about-5 .key-result h2 { text-align: left;}
.about-5 .key-result h4 { font-size: 32px;}

.service-page { padding: 0 0 7% 0;}
.service-page h4 { font-size: 19px; margin: 20px 0;}

.service-section .ser-card1 { background: #585858;}
.service-section .ser-card2 { background: #454545;}
.service-section .ser-card3 { background: #303030;}
.service-section .ser-card1, .service-section .ser-card2, .service-section .ser-card3 { padding: 50px; color: #fff;}
.service-section .ser-card1 h1, .service-section .ser-card2 h1, .service-section .ser-card3 h1 { font-size: 60px; font-weight: 600; margin: 0 0 25px 0;}
.service-section .ser-card1 h4, .service-section .ser-card2 h4, .service-section .ser-card3 h4 { font-size: 26px; margin: 0 0 20px 0;}
.service-section .ser-card1 p, .service-section .ser-card2 p, .service-section .ser-card3 p { color: #f5f5f5;}

.contact-page { padding: 0 0 5% 0;}
.contact-page .contact-card { margin: 40px 0 0 0;}
.contact-page .contact-card h6 { font-size: 18px; margin: 0 0 10px 0;}
.contact-page .contact-card p a { color: #4b4b4b;}
.contact-page .contact-card .icon{ background: #b40404; width: 35px; height: 35px; border-radius: 50%; text-align: center;}
.contact-page .contact-card .icon i { color: #fff; line-height: 2.5; font-size: 14px;}
.contact-page .contact-form .form-control {padding: 18px; margin: 0 0 20px 0;}
.contact-page .contact-form input[type='button'] { background: #008bd3; color: #fff; font-family: "PT Serif", serif; padding: 15px 42px; border-radius: 5px; text-transform: uppercase; letter-spacing: 1.5px; font-size: 15px; border: 0;}

@media (min-width: 320px) and (max-width: 768px) {
    p{ font-size: 15px;}
    .main-table ul li { font-size: 15px;}
    h6{ font-size: 15px;}
    .custom-btn { padding: 12px 24px; letter-spacing: .5px; font-size: 13px;}
    .heading { font-size: 29px; margin: 0 0 20px 0; padding: 0 0 15px 0;}
    .heading::after { height: 2px;} 
    .sub-heading { font-size: 25px; margin: 0 0 20px 0; padding: 0 0 13px 0;}

    .top-header { padding: 8px 0;}
    .top-header a { font-size: 14px;}
    .top-header p i { font-size: 13px;}

    .banner-section h5 { font-size: 16px;}
    .banner-section h1 { font-size: 27px; margin: 0 0 20px 0;}
    .banner-section p { margin: 30px 0;}

    .section-1 { background: #d4d3d4; padding: 8% 0;}

    .section-2 .ser-card h4 { font-size: 18px; padding: 0 0 10px 0; margin: 0 0 10px 0;}

    .section-3 h4 { font-size: 21px; margin: 12px 0 10px 0;}
    .section-3 h4 span { color: #b40404;}

    .section-4 .audit-card { padding: 15px;}
    .section-4 .audit-card .icon { padding: 10px; width: 70px; height: 70px; border: 8px solid #ededed; margin: 0 0 10px 0;}
    .section-4 .audit-card h4 { font-size: 18px; margin: 0 0 10px 0;}

    .section-5 { padding: 8% 0;}
    .section-5 .carousel-control-next, .carousel-control-prev { width: 30px;}
    .section-5 .carousel-item { padding: 10px 40px 0 40px;}
    .section-5 .carousel-item p { font-size: 15px; margin: 0 0 18px 0;}
    .section-5 .carousel-item h5 { font-size: 18px;}

    .section-6 { padding: 10% 0;}
    .section-6 h1 { font-size: 27px; height: 70px;}  
    .section-6 p { margin: 0 0 20px 0; font-size: 15px;}

    footer h6 { margin: 30px 0 20px 0;}
    footer h6::after { top: 30px;}  
    footer p { font-size: 14px;}
    footer ul li a { font-size: 14px;}
    
    .inner-banner h1 { font-size: 21px;}
    .inner-banner p { font-size: 14px;}

}