* {
    margin:0;
    padding:0;
}
@font-face {
    font-family: 'sk-modernistbold';
    src: url('../fonts/sk-modernist-bold-webfont.woff2') format('woff2'),
         url('../fonts/sk-modernist-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sk-modernistmono';
    src: url('../fonts/sk-modernist-mono-webfont.woff2') format('woff2'),
         url('../fonts/sk-modernist-mono-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sk-modernistregular';
    src: url('../fonts/sk-modernist-regular-webfont.woff2') format('woff2'),
         url('../fonts/sk-modernist-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'sk-modernistregular';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
  }
body {
    margin: 0;
    font-family: 'sk-modernistregular' !important;
    font-size:16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    padding:0;   
  }
a {
    text-decoration:none !important;
    transition: 0.3s;
}
p {
    letter-spacing:0.6px;
}
.segap {
    padding-top:60px;
    padding-bottom:60px;
}
.sec-title {
    margin-bottom:30px;
}
.sec-title h2 {
    margin:0;
    font-weight:700;
    font-size:39px;
    font-family: 'sk-modernistbold';
    letter-spacing:0.6px;
    color: #002060;
}
.sec-title h2 span {
    color:#002060;
}
.sec-title p {
    color:#000;
    margin:10px 0 0 0;
    font-size:18px;
    letter-spacing:0.6px;
}
.main-btn {
    background: #1089c8;
    color: #fff;
    padding: 12px 20px;
    border-radius:7px;
    font-size: 16px;
    font-weight: 500;
    outline: 0;
    box-shadow: none;
    border:1px solid #1089c8;
    text-decoration:none;
    letter-spacing: 1px;
}
.main-btn i {
    margin-right:6px;
    font-size:19px;
}
.main-btn:hover {
    background: #fff;
    color: #1089c8;
}
.lt-btn {
    background: #ee630c;
    color: #fff;
    border:1px solid #ee630c;
}
.lt-btn:hover {
    background: #fff;
    color: #ee630c;
}

  
.site-header {
    padding:8px 20px;
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:9;
    background: linear-gradient(269deg, #7d4560, #372b53 47.92%, #1d2043);
}
.site-header .mob-view {
    display:none;
}
.site-header .navbar {
    padding:0;
}
.site-header .navbar-brand {
    padding:0;
}
.site-header .navbar-brand img {
    height:65px;
    object-fit:contain;
}
.site-header .navbar-nav li {
    margin:0 15px;
}
.site-header .navbar-nav li a {
    font-size:16px;
    color:#000;
    font-weight:500;
    letter-spacing:0.6px;
}

.banner-section {
    background:url(../img/h-bg.jpg) no-repeat top center;   
    /* background:url(../img/h-bh2.jpg) no-repeat top center;   */
    /* background:url(../img/h-bh2.jpg) no-repeat top center;  */
    background-size:100% 100%;
    padding:140px 0 60px 0;
    position: relative;
    overflow: hidden;
    margin-top:0;
}
.banner-section::before {
    content:'';
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    background:url(../img/flora.png) no-repeat bottom;
    width:100%;
    height:100%;
}
.banner-section::after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    background:url(../images/cta_bg_1.png) no-repeat right bottom;
    width:100%;
    height:100%;
    opacity:0.5;
    transform: rotate(-45deg);
}
.banner-section .container {
    position: relative;
    z-index:3;
}
.banner-section .ban-text {
    position: relative;
    padding-right:30px;
}
.banner-section .ban-img {
    margin-left: -100px;
    margin-bottom: -61px;
}
.banner-section .ban-text .b-shape {
    position: absolute;
    left: -96px;
    bottom: 30px;
    transform: rotate(-492deg);
    display:none;
}
.banner-section .ban-text .b-img {
    position: absolute;
}
.banner-section .ban-text h1 {
    color: #fff;
    font-size:42px;
    font-weight: 700;
    margin:0;
    font-family: 'sk-modernistbold';
    letter-spacing:2px;
    line-height: normal;
}
.banner-section .ban-text h1 span {
    color: #75d0ff;
    /* background:linear-gradient(269deg, #00229e, #6e1299 47.92%, #fe0094); */
    /* padding:0 10px; */
    font-size:50px;
    display: block;
    letter-spacing: 1px;
}
.banner-section .ban-text p {
    margin:15px 0;
    color:#fff;
    font-size:18px;
    padding-right: 12%;
}
.banner-section .ban-hide {
    /* position: absolute;
    right: -8%;
    top: 3%; */
    width:50%;
}
.banner-section .ban-text ul {
    margin:0 0 40px 0;
    padding:0;
}
.banner-section .ban-text ul li {
    padding: 7px 18px 7px 18px;
    margin: 9px 6px;
    color: #fff;
    position: relative;
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    background: #cccccc6b;
    border-radius: 60px;
}
.banner-section .ban-text ul li i {
    position: absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    font-size: 20px;
    color: #dcdd8e;
    display:none;
}
/* .banner-section .ban-text ul li:last-child {
    margin:0;
 } */
 .banner-section .btn-submit {
    width:100%;
    padding:15px 24px;
    font-size:16px;
    background-color:#ee630c;
    color:#fff;
    outline:0;
    box-shadow:none;
    border-bottom:4px solid #3a3311;
    text-transform:uppercase;
    font-weight:600;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing:2px;
    border-radius:9px;
    position: relative;
 }
 .banner-section .btn-submit:hover {
    background-color:#fff;
    color:#002060;
 }
 .banner-section .btn-submit span {
    margin-left:14px;
    font-size:22px;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
 }
 .banner-section .ban-form {
    width:90%;
    position: relative;
    z-index:3;
    padding: 25px 25px;
    background-color: #fff;
    border-bottom: 4px solid #002060;
    margin-top: 40px;
 }
 /* .shake {
	animation: shake 8s ease infinite;
    display:inline-block;    
}
@keyframes shake {
	0%,
	100% {
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
} */
 .h-form {
    margin-top:-60px;
    z-index:3;
    position: relative;    
 }
 .h-form .ban-form {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background:#fff url(../img/shape-27.png) no-repeat left;
    padding:30px 40px 15px 40px;
    border-bottom: 4px solid #005a89;
 }
 .h-form .ban-form .f-title h3 {
    letter-spacing: 1px;
    font-size: 30px;
}
.h-form .ban-form .f-title p {
    margin: 7px 0 0 0;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 19px;
}
 .h-form .row {
    margin-left:-5px;
    margin-right:-5px;
 }
.h-form [class*="col-"] {
    padding-left:5px;
    padding-right:5px;
}
.h-form .ban-form .form-control {
    font-size:15px;
    letter-spacing:1px;
}
.h-form .ban-form .btn-submit {
    padding:9px;
    font-size:15px;
}
 .ban-form {
    background-color:#fff;
    border-radius:10px;
    padding:25px 25px;
 }
 .ban-form .f-title {
    margin-bottom:20px;
 }
 .ban-form .form-control::placeholder {
    color: rgb(204, 204, 204);
    opacity: 1;
  }
  
  .ban-form .form-control::-ms-input-placeholder {
    color: rgb(204, 204, 204);
  }
  .ban-form .f-title h3 {
    color: #ee630c;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.7px;
    font-size: 18px;
    margin-bottom: 6px;
}
 .ban-form .f-title p {    
    letter-spacing: 0.4px;
    margin:0;
    font-size:13px;
    line-height: 15px;
 }
 .ban-form .form-control {
    border-radius: 6px;
    border: 1px solid #ababab9e;
    padding: 8px 16px;
    height: auto;
    font-size: 14px;
    color: #000;
    outline: 0;
    box-shadow: none;
    background-color: #ffffff70;
}
.ban-form .form-group {
    margin-bottom: 10px;
}
 .ban-form .btn-submit {
    width:100%;
    padding:10px;
    font-size:16px;
    background-color:#002060;
    color:#fff;
    outline:0;
    box-shadow:none;
    border:2px solid #002060;
    text-transform:uppercase;
    font-weight:600;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius:9px;
 }
 .ban-form .btn-submit:hover {
    background-color:#fff;
    color:#002060;
 }
.service-section .sec-title h3 {
    margin-bottom:20px;
    font-size:25px;
    letter-spacing:1.6px;
    font-weight:600;
    color: #002060;
}
.service-card {
    background-color:#fff;
    padding:30px 20px;
    border-radius:10px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    height:100%;
}
.service-card h4 {
    font-weight:700;
    font-size:18px;
    margin:15px 0 10px 0;
    color: #002060;
    letter-spacing: 1px;
}
.service-card p {
    margin:0;
    font-size:14px;
}
.service-card .ser-icon img {
    transition:filter 0.3s ease;
    height: 55px;
    object-fit: contain;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/card-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}
.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width:100%;
    height:0;
    background-color:#002060;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.service-card:hover::after {
    height: 100%;
    opacity: 1;
}
.service-card:hover p {
    color:#fff;
}
.service-card:hover h4 {
    color:#ee630c;
}
.service-card img  {
    filter: invert(48%) sepia(62%) saturate(4967%) hue-rotate(352deg) brightness(101%) contrast(101%);
}
.service-card:hover img {
    filter: brightness(0) invert(1);
}
.btt-area .main-btn {
    margin-top:10px;
    display:inline-block;
    padding-left:25px;
    padding-right:25px;
}
.btt-area .main-btn i {
    margin-left:6px;
    margin-right:0;
}
.why-section {
    background:#002060 url(../img/bg.png) no-repeat left top;
    position: relative;
    overflow: hidden;
    background-size:cover;
    padding-bottom:130px;
} 
.why-section .sec-title h2, .why-section .sec-title p {
    color:#fff;
}
.why-section .sec-title h2 span {
    color: #49cbae;
}
.why-section .why-left {
    padding-right:50px;
}
.ab-year {
    position: absolute;
    right:0;
    top:0;
    padding:20px 10px;
    width:145px;
    height:145px;
    border-radius:50%;
    background:#ee630c;
    text-align: center;
}
.ab-year span {
    font-size: 47px;
    font-weight: 700;
    line-height: 53px;
    color:#fff;
}
.ab-year p { 
    font-size: 17px;
    margin: 0;
    line-height: 19px;
    color:#fff;
}
.ab-list ul {
    display: flex;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}
.ab-list ul li {
    width:50%;
    margin-bottom:15px;
    list-style-type:none;
    font-size:16px;
    color:#fff;
    letter-spacing: 1px;
    position:relative;
    padding-left:30px;
}
.ab-list ul li i {
    background:linear-gradient(90deg, #00229e, #6e1299 47.92%, #fe0094);;
    margin-right:6px;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height:23px;
    text-align: center;
    font-size:13px;
    position: absolute;
    left:0;
    top:4px;  
}
.why-section .btt-area .main-btn {
    background: #ee630c;
    color: #fff;
}
.why-section .btt-area .main-btn:hover {
    background: #fff;
    color: #ee630c;
    border-color:#fff;
}
.about-section .sec-title {
    margin-bottom:10px;
}
.ab-count {
    padding:36px 35px;
    border-radius:10px;
    justify-content: center;
    background-color:#fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.ab-count h5 {
    font-size:17px;
    font-weight:500;
    margin:0 45px 0 0;
    color:#000;
    text-align: left;
    position: relative;
    padding-left:69px;    
}
.ab-count h5 img {
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    height:50px;
    object-fit:contain;
}
.ab-count h5:last-child {
    margin-right:0;
}
.ab-count h5 span {
    display: block;
    font-size:30px;
    font-weight:700;
    color:#000;
}
.contact-section {
    background:#002060;
    background-image: url(../img/ab-bg.png);
    position: relative;
    padding-bottom:0;
}
.contact-section .ban-form .f-title h3 {
    font-size: 20px;
}
.contact-section .ban-form .f-title p {
    line-height: 14px;
    margin-top: 6px;
}
.contact-section .cont-img {
    margin-right:38px;
}
.contact-section .cont-img img {
    width:;
    height:400px;
    object-fit: contain;
}
.contact-section .for-mar {
    margin-bottom:-141px;
}
.contact-section .sec-title h3 span {
    color: #49cbae;
}
.contact-section .ban-form {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    width:90%;
}
.contact-section .sec-title p, .contact-section .sec-title h3, .contact-section .sec-title h2 {
    color: #fff;
}
.contact-section ul {
    margin:0;
    padding:0;
}
.contact-section ul li {
    padding: 0 0 0 42px;
    margin-bottom: 12px;
    color: #fff;
    position: relative;
    list-style-type: none;
    font-size: 18px;
    font-weight:500;
    letter-spacing: 1px;
}
.contact-section ul li i {
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    background: linear-gradient(90deg, #00229e, #6e1299 47.92%, #fe0094);
    margin-right: 6px;
    border-radius: 20px;
    height: 24px;
    width: 24px;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
}
.contact-section ul li:last-child {
    margin:0;
 }
  .cta-section {
    margin-top: -60px;
    z-index: 3;
    position: relative;
  }
 footer {
    text-align: center;
    margin-top:40px;
 }
 footer ul {
    margin:0;
    padding:0;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
 }
 footer ul li {
    margin:0 10px;
    text-align: center;
    list-style-type:none;
 }
 footer ul li img {
    height:70px;
    object-fit: contain;
 }
 .bottom-footer {
    background: #0d0f16;
    padding:20px 0;
    margin-top:40px;
 }
 .bottom-footer p {
    color: #616161;
    margin:0;
 }
 .indus-wrap {   
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding:30px;
    border-radius:9px;
    border:1px solid #fff;
    transition: 0.3s;
    height:100%;
 }
 .indus-wrap h4 {
    margin:15px 0 9px 0;
    font-size:19px;
    font-weight:600;
    color: #002f8d;
    letter-spacing:0.9px;
 }
 .indus-wrap p {
    margin:0;
    line-height: 22px;
    font-size: 15px;
 }
 .indus-wrap img {
    height:60px;
    object-fit: contain;
    /* filter: invert(53%) sepia(65%) saturate(5886%) hue-rotate(176deg) brightness(92%) contrast(87%); */
    filter: invert(48%) sepia(62%) saturate(4967%) hue-rotate(352deg) brightness(101%) contrast(101%);
 }
 .indus-wrap:hover {
    border:1px solid #ee630c;
    border-left:4px solid #ee630c;
 }
.banner-section.thank-you {
    padding:120px 0;
    height:100vh;
 }
 .thank-you .ban-text h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 66px;
    letter-spacing: 3px;
    color: #49cb53;
    position: relative;
    padding-bottom: 20px;
    margin:0;
    text-transform:capitalize;
}
 .thank-you .ban-text h1::after {
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    width:150px;
    background-color:#fff;
    height:3px;
    border-radius:20px;
    margin:auto;
 }
 .thank-you .ban-text h1::before {
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:-6px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:4px solid #002060;
    background-color:#fff;    
    border-radius:10px;
    margin:auto;
    z-index:3;
 }
 .thank-you .ban-text p {
    display: inline-block;
    margin:40px 0 0 0;
 }
 .thank-you .main-btn {
    background: #ee630c;
    color: #fff;
    border:2px solid #ee630c;
 }
 .thank-you .main-btn:hover {
    background: #fff;
    color: #ee630c;
    border:2px solid #ee630c;
 }
 .thank-you .ban-text p span {
    color:#49cbae;
    font-weight: 500;
 }
 .e-img {
    position: absolute;
    bottom:-173px;
    right:0;
 }

 /* responsive */
 @media screen and (max-width:1199px) {
    .container {
        max-width:100%;
    }
    .contact-section .ban-form {
        width:100%;
    }
    .banner-section .ban-text {
        padding-right:0;
    }
    .banner-section .ban-text h1 span {
        font-size:32px;
    }
    .segap {
        padding-top:40px;
        padding-bottom:40px;
    }
    .why-section ul {
        margin: 0;
        padding: 0;
    }
    .ban-form {
        padding: 20px 20px;
    }
    .banner-section {
        padding:50px 0;
    }
    .ban-form .f-title h3 {
        font-size:17px;
    }
    .banner-section .ban-text h1 {
        font-size:18px;
    }
    .banner-section .ban-text p {
        margin: 7px 0;
        font-size: 13px;
        line-height: normal;
    }
    .contact-section ul {
        margin-top:15px;
    }
    .sec-title h3, .sec-title h2 {
        font-size: 22px;
        letter-spacing: normal;
    }
    .service-section .sec-title {
        margin-bottom:0 !important;
    }
    .service-section .sec-title h3 {
        margin:10px 0 20px 0;
        font-size:16px;
    }
    .service-section .s-img {
       margin-bottom:20px;
    }
    .ban-form .form-control {
        border: 1px solid #000;
        padding: 8px 16px;
        font-size: 14px;
    }
    .ban-form .btn-submit {
        padding: 8px;
        font-size: 15px;
    }
    .for-mar .ban-form .form-group:last-child {
        margin-bottom:0;
    }
    .ban-form .f-title {
        margin-bottom: 10px;
    }
    .banner-section .ban-text ul li {
        padding:6px 9px;
        margin-bottom:6px;
        font-size:13px;
    }
    .banner-section .ban-text .b-shape {
        right:0;
        bottom:0;
    }
    .bottom-footer, footer {
        margin-top:20px;
    }
    .industry-section .sec-title, .why-section .sec-title, .service-section .sec-title {
        margin-bottom: 10px;
    }
    .service-section .sec-title {
         margin-bottom:20px !important;
    }
    footer.thnaks-footer {
        position: fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:9;
        background-color:#fff;
        padding-top:30px;
    }
    .inner-wrap .row {
        justify-content: center;
    }
 }
 @media screen and (min-width:992px) and (max-width:1199px) {
    .contact-section .cont-img {
        margin-right:38px;
        margin-bottom: -41px;
    }
 }
 @media screen and (min-width:768px) and (max-width:1199px) {
    .site-header .navbar-brand img {
        height: 45px;
    }
    .banner-section {
        padding:80px 0 30px 0;
    }
    .banner-section .btn-submit {
        width: 100%;
        padding:8px 20px;
        font-size: 14px;
        letter-spacing:1px;
    }
    .h-form {
        margin-top: 20px;
    }
    .h-form .ban-form {
        padding: 20px 20px 10px 20px;
    }
    .indus-wrap {
        justify-content:inherit;
        padding:15px;
    }
    .indus-wrap h4 {
        font-size:16px;
    }
    .h-form .ban-form .f-title h3 {
        font-size:22px;
    }
    .banner-section .ban-text ul, .service-section .sec-title {
        margin: 0 0 25px 0 !important;
    }
    .contact-section .ban-form .f-title h3 {
        font-size:17px;
    }
    .indus-wrap img {
        height:40px;
    }
    .sec-title p br, .h-form .ban-form .f-title p br, .banner-section .ban-hide {
        display:none;
    }    
    .cta-section {
        margin: 30px 0 0 0;
    }
    .sec-title p, .contact-section ul li {
        font-size:14px;
    }
    .ab-count {
        padding: 26px 15px;
    }
    .ab-count h5 {
        font-size: 15px;
        margin: 0 35px 0 0;
        padding-left:56px;
    }
    .ab-count h5 span {
        font-size: 22px;
    }
    .ab-count h5 img {
        height:40px;
    }
    .why-section ul li p {
        font-size: 14px;
        line-height:19px;
    }
    .why-section ul li h5 {
        font-size: 18px;
    }
    .service-card h4 {
        font-size: 16px;
        margin: 10px 0 5px 0;
    }
    .service-card p {
        font-size: 13px;
        line-height: 19px;
    }
    .service-card {
        padding: 20px 15px;
    }
    .service-card .ser-icon img {
        height: 50px;
        object-fit: contain;
    }
    footer ul li img {
        height:40px;
    }
    .contact-section .form-group {
        margin-bottom: 10px;
    }
    .contact-section .ban-form .f-title p {
        line-height: 14px;
        margin-top: 0;
    }
    .ab-list ul li {
        font-size:13px;
    }
    .e-img {
        display:none;
    }
   
 }
 @media screen and (min-width:768px) and (max-width:991px) {
    .mob-hide, .ban-hide {
        display:none;
    } 
    .why-section ul {
        display:flex;
        justify-content:center;
        flex-wrap: wrap;
    }
    .why-section ul li {
        width:50%;
        margin-bottom:10px;
    }
    .why-section ul li:last-child {
        margin:0;
    }
    .contact-section {
        padding-bottom:70px;
    }
    .banner-section .ban-form {
        width:100%;
        padding:15px;
    }
    .banner-section .ban-form .f-title h3 {
        font-size: 14px;
    }
   
 }
 @media screen and (max-width:991px) {
    .navbar-toggler {
        background-color:#fff;
        outline:0 !important;
        box-shadow:none !important;
        border:1px solid #000;
    }
    .navbar-toggler i {
        color:#000;
    }
    .site-header .form-inline {
        display:none;
    }
    .site-header ul.navbar-nav {
        padding:20px 0;
    }
    .site-header .mob-view .main-btn {
        padding:6px 12px !important;
    }
    .site-header .mob-view .main-btn i {
        margin:0;
    }
    .site-header .mob-view {
        display: block;
    }
 }
@media screen and (max-width:767px) {
    .banner-section .ban-form {
        width:95%;
        margin: auto;
    }
    p {
        font-size:12px;
        line-height:19px;
    }
    .segap {
        padding-top:25px;
        padding-bottom:25px;
    }
    .site-header {
        padding:4px 0;
    }
    .site-header .navbar-brand img {
        height:35px;
    }
    .banner-section {
        margin-top:43px;
        padding:30px 0;
    }
    .banner-section .ban-text .b-shape {
        position: absolute;
        right: 0;
        bottom: 20px;
        transform: rotate(-45deg);
        width: 100px;
        opacity: 0.4;
    }
    .banner-section .ban-text {
        padding:0;
        text-align: center;
    }
    .banner-section .ban-text h1 {
        font-size:20px;
    }  
    .banner-section .ban-text h1 span {
        font-size:26px;
    }
    .banner-section .ban-text p {
        margin: 10px 0;
        font-size: 13px;
        line-height: normal;
        display:none;
    }
    .banner-section .ban-text ul {
        text-align:left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-section .ban-text ul li {
        padding:4px 10px;
        margin-bottom: 4px;
        font-size: 13px;
        font-weight:500;
    }
    .banner-section .ban-text ul li i {
        font-size:15px;
    }
    .banner-section .btn-submit {
        padding: 12px 20px;
        font-size: 14px;        
        letter-spacing: 1px;
        margin-left: 0;
    }
    .banner-section .ban-text ul {
        margin: 0 0 20px 0;
    }
    .ban-form, .h-form .ban-form {
        padding: 20px;
        margin-top:20px;
    }
    .ban-form .f-title h3, .h-form .ban-form .f-title h3, .contact-section .ban-form .f-title h3 {
        font-size: 19px;
    }
    .h-form .ban-form .f-title p br, .service-section .s-img, .ban-hide, .service-section .btt-area, .industry-section .sec-title br {
        display:none;
    }
    .ban-form .form-group {
        margin-bottom:10px !important;
    }
    .ban-form .form-control {
        padding: 6px 12px;
        font-size: 13px;
    }
    .ban-form .btn-submit {
        padding: 7px;
        font-size: 14px;
    }
    .industry-section .inner-wrap .row {
        margin-left:-5px;
        margin-left:-5px;
    }
    .industry-section .inner-wrap .row .col-6 {
        padding-left:5px;
        padding-left:5px;
    }
    .h-form {
        margin-top:0;
    }
    .sec-title {
        margin-bottom:20px;
    }
     .contact-section .sec-title, .contact-section .sec-title h2 {
       margin-bottom:0px; 
    }
    .sec-title h3 {
        font-size: 20px;
    }
    .sec-title h3 br, .sec-title p br, .sec-title h2 br {
        display:none;
    }
    .sec-title p {
        font-size:13px;
        line-height:normal;
        display:none;
    }
    .service-card h4, .why-section ul li h5 {
        font-size:15px;
    }
    .service-card {
        padding:10px;
    }
    .service-card h4 {
        margin:10px 0 5px 0;
    }
    .service-card .ser-icon img {
        height:40px;
        object-fit: contain;
    }
    .service-card p {
        margin: 0;
        font-size: 12px;
        line-height: normal;
    }
    .btt-area .main-btn {
        margin-top:0;
    }
    .why-section ul {
        margin-top:20px;
    }
    .why-section ul li {
        padding: 0 0 0 32px;
    }
    .ab-list ul li {
        width:100%;
    }
    .why-section ul li img {
        height:40px;
        padding:5px;
    }
    .why-section img, .about-section img {
        height:200px;
        object-fit:contain;
    }
    .about-section .ab-count {
        margin-top:15px;
        margin-bottom:30px;
    }
    .about-section .ab-count h5 {
        font-size: 13px;
        margin: 0 15px 0 0;
    }
    .about-section .ab-count h5 span {
        font-size: 17px;
    }
    .contact-section .ban-form {
        margin-bottom:0; 
    }
    .contact-section ul li {
        padding: 0 0 0 30px;
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: 500;
    }
    .contact-section ul li i {
        font-size:18px;
    }
    .cta-section {
        background-image: none;
        text-align: center;
        margin-bottom: 30px;
        margin-top:0;
    }
    .cta-section .sec-title h3 {
        font-size: 14px;
        font-weight:500;
        margin-bottom:20px;
    }
    .cta-section .sec-title h3 span {
        font-size:20px;
        font-weight:600;
    }
    .ab-count {
        padding:12px 10px;
        flex-wrap: wrap;
    }
    .ab-count h5 {
        font-size: 13px;
        margin:2px 25px 2px 0;
        padding-left:0px;
    }
    .ab-count h5 span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #3aa6dd;
    }
    .ab-count h5 img, .mob-hide, .e-img, .why-section .why-left {
        display:none;
    }
    .btt-area .main-btn,.main-btn {
        padding:8px 19px !important;
        font-size:14px !important;
    }
    .industry-section .btt-area {
        margin-top:30px !important;
    }
    .why-section .row.mt-5 {
        margin-top: 0 !important;
    } 
    .cta-section {
        margin:20px 0 0 0 ;
    }
    footer ul li {
        margin:0 5px;
    }
    footer ul li img {
        height:35px;
    }
    .faq-section #faq .card .card-body {
        line-height: 19px;
        font-size: 13px;
        padding: 12px;
    }
    .faq-section #faq .card .card-header .btn-header-link {
        padding:10px;
    }
    .indus-wrap {
        padding:10px;
        justify-content: inherit;
    }
    .indus-wrap img {
        height:30px;
    }
    .indus-wrap h4 {
        font-size: 14px;
        font-weight:500;
        padding-left: 0;
        margin-top: 4px;
        margin-bottom:5px;
    }
    .indus-wrap p {
        font-size:13px;
        line-height:normal;
    }
    .banner-section.thank-you h1 {
        margin-bottom:30px;
    }
    .contact-section .sec-title h3 {
        text-align: center;
    }
    .contact-section .for-mar {
        margin-bottom: 0;
    }
    footer ul {
        justify-content: center;
    }
}


