:root {
  --primary: #f18f16;
  --secondary: #5F656F;
  --light: #F5F5F5;
  --dark: #047787;
}
* {
  font-family: poppins;
  }
.Efficient-content p {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow: hidden;}
span.carousel-control-next-icon {
    filter: none !important;
}

.Culture {
    margin-top: 12%;
}

button.carousel-control-next {
    margin-right: -70px;
}

#FooterrControl1_tr_hitCounter {
    display: none;
}

.blog-card h5 {
    color: #0C4A8D;
    font-weight: bold !important;
    text-align: left;
    padding-top: 5px;
    line-height: 40px;
    font-size: 24px;
}

.blog-card {
    background: #eef4f6;
    padding: 25px 25px 25px;
    border-radius: 20px;
    margin-bottom: 15px;
    min-height: 510px;
}

.blog-card p{text-align:justify;}

.logo-web {
    margin-top: 18px;
}
#divmainenquiry11 .form-control {
    color: #127386 !important;
}

#divmainenquiry11 ::placeholder {
  color: #127386;
  opacity: 1;}

#divmainenquiry11 span {
    color: #0c7487;
}

#divmainenquiry11 .form-control {
    border: solid 2px #0c7487;
}

.team-left-inner {
    border: solid 5px #0C4A8D;
    border-radius: 20px;
    text-align: justify;
    padding: 20px;
}
.team-left-inner p{
    text-align: justify;
    font-size:20px;
    line-height:29px;
}
.team-top {
  height: 100vh;
  display: flex;
  background: linear-gradient(90deg, #f2d6c5 25%, #d8d1c7 25% 50%, #abd3d2 50% 75%, #c0dedb 75%);
}

.Our-Team-head{
  /* height: 110px; */
  padding: 63px;
  /* margin-left: -10px; */
  /* margin-right: -10px; */
  font-size: 43px;
  font-weight: bold !important;
  color: #fff;
  text-align: center;
  /* display: flex; */
  background-color: #0C4A8D;
  }

.Our-Team-head span{color: #ffd310;}

.team-left {
  height: 505px;
  /* display: flex; */
  background: linear-gradient(180deg, #0c4a8d66 33%, #ffd31066 33% 66%, #0c4a8d66 66%);
}

.team-left h2{
    font-size: 22px;
    font-weight: 600 !important;
    padding:20px 0px 0 20px;
    color: #000;
    }

.team-left h3{
	font-size: 18px;
	padding: 0px 0px 0 20px;
	color: #434343;
	}

.team-Founders{
  /* height: 100vh; */
  margin-bottom: 15px;
  /* display: flex; */
  background: linear-gradient(180deg, #f2d6c5 25%, #d8d1c7 25% 50%, #abd3d2 50% 75%, #c0dedb 75%);
}

footer{
    background-color: #0C4A8D;
    background-repeat: no-repeat, repeat;
    min-height: 208px;
    padding-top: 25px;
    background-size: 100% 100%;
    margin-top: 40px;
}
.col-three {
    color: #ffffff;
}
.col-three h2{
    font-size:20px;
}
.col-three p{
    margin-bottom:6px !important;
	font-size: 14px;
    color: #ffffff;
}
.col-three p a{
    color: #ffffff;
}

.ft-cont {
}

.us-lk ul {
    list-style-type:none;
    margin-bottom: 0;
    color: #fff;
    padding-left: 24px;
    padding-left:0;
}

.us-lk ul li {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 7px;
}

.us-lk ul li:hover {
    padding-left:0;
}

.us-lk ul li a {
    color: #ffffff;
}
.col-three p a:hover{
     color: #ffd310 !important;
}
.us-lk ul li:hover a {
    color: #ffd310 !important;
}

.social-icon1 a {
    position: relative;
    color: #fff;
    background: #0C4A8D;
    font-size: 19px;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8;
    transition: all .2s ease-in-out;
}

.social-icon1 a i {
    position: relative;
    z-index: 3;
}

.social-icon1 a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* border: 1px solid #ffd310; */
    background: #ffd310;
    left: 0;
    transform: scale(0);
    transition: all .4s ease-in-out;
}

.social-icon1 a:hover {
    color: #fff;
}

.social-icon1 a:hover::before {
    transform: scale(1);
}

.social-icon a {
    position: relative;
    color: #0C4A8D;
    background: #fff;
    font-size: 19px;
    width: 37px;
    height: 37px;
    /* margin: 0 5px; */
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    transition: all .2s ease-in-out;
}

.social-icon a i {
    position: relative;
    z-index: 3;
}

.social-icon a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffd310;
    left: 0;
    transform: scale(0);
    transition: all .4s ease-in-out;
}

.social-icon a:hover {
    color: #fff;
}

.social-icon a:hover::before {
    transform: scale(1);
}

.strength{text-align:center;}
.strength h2 {
    font-size: 50px;
    color: #ffd310;
}
.strength h3 {
    font-size: 20px;
    line-height:28px;
    color: #0C4A8D;
}

.left-borfer {
    border-right: solid 2px #0C4A8D;
}

.carousel-inner {
    min-height: 287px;
}

.testimonial-home {
    background: url(../images/TESTIMONIALS.jpg);
    background-repeat: no-repeat, repeat;
    min-height: 287px;
    background-size: 100% 100%;
}
.Vision-in::after{
	background: url(../images/vision_b.png);
	content:'';
	left: 80%;
	top: -82px;
	position:absolute;
	z-index: 999;
	width: 84%;
	height: 89%;
	background-repeat: no-repeat;
}
.Vision-in {
    position: relative;
    background: #eef4f6;
    padding: 45px 25px 25px;
    border-radius: 20px;
    /* background-size: 100% 100%; */
    z-index: 9;
}
.Vision-in1 {
    position: relative;
    background: #eef4f6;
    padding: 45px 25px 25px;
    border-radius: 20px;
    /* background-size: 100% 100%; */
    z-index: 9;
}

.Choose-1 {position: relative;background: #fff;padding: 35px 25px 25px;border-radius: 20px;text-align:left;color:#0c7487;z-index: 9;}
.Choose-1 h2{ font-size:30px;}
.Choose-1 h3{ font-size:20px;}
.Choose-1::after{
	background: url(../images/Choose-1.png);
	content:'';
	left: 70%;
	top: 60px;
	position:absolute;
	z-index: 999;
	width: 84%;
	height: 89%;
	background-repeat: no-repeat;
}

.Choose-2 {position: relative; background: #f8c99c; padding: 45px 25px 25px; border-radius: 20px; text-align:left; color:#f17f42; z-index: 9;}
.Choose-2 h2{ font-size:30px;}
.Choose-2 h3{ font-size:20px;}
.Choose-2::after{
	background: url(../images/Choose-2.png);
	content:'';
	left: 70%;
	top: 60px;
	position:absolute;
	z-index: 999;
	width: 84%;
	height: 89%;
	background-repeat: no-repeat;
}

.Choose-3 {position: relative; background: #0c7487; padding: 45px 25px 25px; border-radius: 20px; text-align:left; color:#fff; z-index: 9;}
.Choose-3 h2{ font-size:30px;}
.Choose-3 h3{ font-size:20px;}
.Choose-3::after{
	background: url(../images/Choose-3.png);
	content:'';
	left: 70%;
	top: 60px;
	position:absolute;
	z-index: 999;
	width: 84%;
	height: 89%;
	background-repeat: no-repeat;
}

.Choose-4 {position: relative; background: #0c7487; padding: 45px 25px 25px; border-radius: 20px; text-align:left; color:#fff; z-index: 9;}
.Choose-4 h2{ font-size:30px;}
.Choose-4 h3{ font-size:20px;}
.Choose-4::after{
	background: url(../images/Choose-4.png);
	content:'';
	left: 70%;
	top: 40px;
	position:absolute;
	z-index: 999;
	width: 84%;
	height: 89%;
	background-repeat: no-repeat;
}

.Choose-5 {position: relative; background: #fff; padding: 45px 25px 25px; border-radius: 20px; text-align:left; color:#0c7487; z-index: 9;}
.Choose-5 h2{ font-size:30px;}
.Choose-5 h3{ font-size:20px;}
.Choose-5::after{
	background: url(../images/Choose-5.png);
	content:'';
	left: 70%;
	top: 40px;
	position:absolute;
	z-index: 999;
	width: 84%;
	height: 89%;
	background-repeat: no-repeat;
}

.Vision-in p{font-size: 18px !important;}
.Vision-in p span{color:#f17f42;}


.carousel-caption {
    background: transparent;
}
.carousel-caption p {
    font-size: 18px !important;
    padding: 40px 30px 20px 150px;
    line-height: 26px;
    text-align:left;
    color:#000;
}
.carousel-caption h5 {
    font-size: 18px !important;
    line-height: 26px;
    text-align:left;
    padding: 0px 0px 0px 150px;
    color: #0c7487;
}

.left-c-home span {
    color: #ffd310;
}

.Efficient::after {
    /* background: url(../images/ser-bg.png); */
    content: '';
    /* left:40%; */
    opacity: 0.6;
    top: 0px;
    position: absolute;
    z-index:0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.Efficient {
    background: #0c4a8d47;
    min-height: 328px;
    border-radius: 15px;
    position: relative;
    border: 5px solid #fff;
    padding: 15px;
    color: #000;
    }
.Efficient-top{
    padding: 12px;
    background: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
    border-radius: 16px;
    margin-bottom: 15px;
}
.Efficient-top p{
    font-family: 'Poppins';
    font-size: 25px;
    font-weight:bold;
    color: #0C4A8D;
    text-align: center;
    }

.btn-ser-home .btn {
    /* position: absolute; */
    width: 213px;
    margin-top: -25px;
    height: 50px;
    /* left: 50%; */
    bottom: 16px;
    transform: translateX(50%);
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0C4A8D;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}
.Efficient .btn:hover {
    color: #fff;
    background: var(--primary);
}


.back-to-top {
  position:fixed;
  display:none;
  right:30px;
  bottom:30px;
  z-index:99;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
  font-weight:700!important;
}
h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight:600 !important;
}
h5,
h6,
.h5,
.h6,
.fw-semi-bold {
  font-weight:500 !important;
}
p, .main-table ul li{font-size: 16px;text-align: left;line-height: 1.6;letter-spacing: .3px;}

a{color: #0C4A8D;text-decoration:none;}
.text-primary{color: #f18f16 !important;}

/*
#spinner {
  opacity:0;
  visibility:hidden;
  transition:opacity .5s ease-out,visibility 0s linear .5s;
  z-index:99999;
}
#spinner.show {
  transition:opacity .5s ease-out,visibility 0s linear 0s;
  visibility:visible;
  opacity:1;
}
*/
.carousel-caption .rd-mr {
    bottom: 10px;
    right: 0;
    position: absolute;
}
.btn-primary{background-color: #0C4A8D!important;color: #fff !important;border: 0;}
.bg-primary{background-color: #f18f16 !important;color: #fff !important;}
.bg-dark{background-color: #f18f16 !important;color: #fff !important;}

.btn {
  transition:.5s;
  border-radius: 18px;
  font-size: 18px;
  width: 232px;
  font-weight:500;
  padding: 15px 25px;
  text-decoration:none;
}
.btn-primary,
.btn-outline-primary:hover {
  color:#fff;
}
.btn-square {
  width:38px;
  height:38px;
}
.btn-sm-square {
  width:32px;
  height:32px;
}
.btn-lg-square {
  width:48px;
  height:48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:400;  
}

.testimonial-item{ box-shadow: 0 0 45px rgba(0,0,0,.08); width: 60%; margin: 50px auto;}
.quote-square{ margin:0 auto; position:relative; top:-20px; z-index:999;}

.bnnr_sec .carousel-caption {
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  background: #0c4a8d9e;
  z-index:1;
}
h1.heading-title {
    font-family: 'Poppins';
    font-size: 45px;
    margin-left: 133px;
    text-align: left;
    font-weight: 600 !important;
}
.carousel-caption h1 {color: #fff;font-size: 65px;}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width:3.5rem;
  height:3.5rem;
  background-color:var(--primary);
  border:15px solid var(--primary);
  border-radius:3.5rem;
}


.page-header {
  background:linear-gradient(to right,rgba(2,36,91,1) 0%,rgba(2,36,91,0) 100%),url(image/carousel-2.jpg) center center no-repeat;
  background-size:cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color:var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size:18px;
  color:var(--light);
}


.radius1{ border-radius: 100% 50% 100% 50% !important; position:relative; bottom:-30px; border:10px #fff solid;}
.radius2{ border-radius: 5% !important;}
.radius3{ border-radius: 100% 50% 100% 50% !important;}

.why-radius{ border-radius: 5% 100% 100% 5% !important;}


.facts {
  position:relative;
  margin:6rem 0;
  background:var(--dark);
}

.facts .border {
  border-color:rgba(255,255,255,.1) !important;
}

.btn-play {
  position:absolute;
  top:50%;
  right:-30px;
  transform:translateY(-50%);
  display:block;
  box-sizing:content-box;
  width:16px;
  height:26px;
  border-radius:100%;
  border:none;
  outline:none!important;
  padding:18px 20px 20px 28px;
  background:var(--primary);
}


.btn-play:before {
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  display:block;
  width:60px;
  height:60px;
  background:var(--primary);
  border-radius:100%;
  animation:pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
  content:"";
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  display:block;
  width:60px;
  height:60px;
  background:var(--primary);
  border-radius:100%;
  transition:all 200ms;
}
.btn-play span {
  display:block;
  position:relative;
  z-index:3;
  width:0;
  height:0;
  left:-1px;
  border-left:16px solid #fff;
  border-top:11px solid transparent;
  border-bottom:11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity:1;
  }
  100% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity:0;
  }
}

.modal-video .modal-dialog {
  position:relative;
  max-width:800px;
  margin:60px auto 0;
}
.modal-video .modal-body {
  position:relative;
  padding:0;
}
.modal-video .close {
  position:absolute;
  width:30px;
  height:30px;
  right:0;
  top:-30px;
  z-index:999;
  font-size:30px;
  font-weight:400;
  color:#fff;
  background:#000;
  opacity:1;
}
.service-item {
  position:relative;
  margin: -26px 0 3px;
  box-shadow:0 0 45px rgba(0,0,0,.07);
}

.service-item .service-img {
  position:absolute;
  padding:12px;
  width:130px;
  height:130px;
  top:-65px;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  box-shadow:0 0 45px rgba(0,0,0,.09);
  z-index:2;
  border-radius:16px;
}
.service-item .service-img img{ border-radius:10px;}

.service-item .service-detail {
  position:absolute;
  /* border-radius: 48px; */
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:1;
}
.service-item .service-detail hr{ color: var(--primary); border-top: 2px solid; opacity:1; width:70% !important;}

.service-item .service-title {
  position:absolute;
  padding:65px 30px 25px;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background: rgb(4 119 135 / 86%);
  transition:.5s;
}
.service-item:hover .service-title {
  top:-100%;
}
.service-item .service-text {
  position:absolute;
  overflow:hidden;
  padding:65px 30px 25px;
  width:100%;
  height:100%;
  top:100%;
  left:0;
  display:flex;
  align-items:center;
  text-align:center;
  background: rgb(4 119 135 / 68%);
  transition:.5s;
}

.service-item:hover .service-text{ top:0;}

.service-item .service-text::before {
  position:absolute;
  content:"";
  width:100%;
  height:100px;
  top:-100%;
  left:0;
  transform:skewY(-12deg);
  background:#fff;
  transition:.5s;
}

.service-item:hover .service-text::before {
  top:-55px;
}
.service-item .btn {
  position:absolute;
  width:130px;
  height:50px;
  left:50%;
  bottom:-25px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  color: #FF5A0E;
  background:#fff;
  border:none;
  box-shadow:0 0 45px rgba(0,0,0,.09);
  z-index:2;
}
.service-item .btn:hover {
  color:#fff;
  background:var(--primary);
}
.project-carousel {
  position:relative;
  background:var(--dark);
}
.project-item {
  position:relative;
  display:block;
}
.project-item img {
  transition:.5s;
  border-radius: 10px 10px 0 0;
}
.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top:-60px;
}
.project-item .project-title {
  position:absolute;
  padding:0 15px;
  width:100%;
  height:80px;
  bottom:-110px;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--dark);
  transition:.5s;
}
.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
  bottom:-60px;
}

.project-item .project-title::before {
  position:absolute;
  content:"";
  width:100%;
  height:30px;
  top:-15px;
  left:0;
  transform:skewY(-5deg);
  background:var(--dark);
  transition:.5s;
}

 /* # Counts */
.counter-hm{ background: #02245b; /*background:url(image/count-bg.jpg) no-repeat fixed; background-size:cover;*/ position:relative;}

.counter-hm::before {
  position:absolute;
  content:"";
  width:130px;
  height:100%;
  top:0;
  left:-100px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}

/*
.counter-hm::after {
  position:absolute;
  content:"";
  width:50px;
  height:100%;
  top:0;
  right:-50px;
  transform:skewX(-30deg);
  background-color:var(--primary);
}
*/

.counter-box {
    padding: 40px 20px 37px;
    text-align: center;
	border:1px solid var(--primary);
	border-radius:100%;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff;
}

.counter {
    font-size: 50px;
    font-weight: 700;
    color: #ffd310;
    line-height: 28px;
}



.counter-box:hover{ background: var(--primary);}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}

.count-box h4 { font-size: 40px; display: block; font-weight: 600; padding-top: 10px; color: #fff;}
.count-box p { font-size: 20px; }



.team-item .team-social {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:-100%;
  display:flex;
  align-items:center;
  background:var(--primary);
  transition:.5s;
}
.team-item:hover .team-social {
  left:0;
}

.team-item img{ border-radius: 20px 20px 0 0;}


.testimonial-carousel::before {
  position:absolute;
  content:"";
  top:0;
  left:0;
  height:100%;
  width:0;
  background:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index:1;
}
.testimonial-carousel::after {
  position:absolute;
  content:"";
  top:0;
  right:0;
  height:100%;
  width:0;
  background:linear-gradient(to left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index:1;
}

.testimonial-carousel .owl-nav {
  position:absolute;
  width:350px;
  top:20px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  justify-content:space-between;
  opacity:0;
  transition:.5s;
  z-index:1;
}
.testimonial-carousel:hover .owl-nav {
  width:300px;
  opacity:1;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position:relative;
  color:var(--primary);
  font-size:45px;
  transition:.5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color:var(--dark);
}
.testimonial-carousel .testimonial-img img {
  width:100px;
  height:100px;
}
.testimonial-carousel .testimonial-img .btn-square {
  position:absolute;
  bottom:-19px;
  left:50%;
  transform:translateX(-50%);
}
.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom:30px;
  box-shadow:0 0 45px rgba(0,0,0,.08);
  transform:scale(.8);
  transition:.5s;
}
.testimonial-carousel .owl-item.center .testimonial-text {
  transform:scale(1);
}

/* Footer styles */
.footer {
  display: flex; /* Make the footer a flex container */
  justify-content: space-between; /* Align items horizontally with space between */
  align-items: center; /* Align items vertically in the center */
  background-color: #d0e5e8; /* Set the background color */
  padding: 20px 30px; /* Set padding for content */
  width: 100%; /* Ensure the footer takes up the full screen width */
}

.logo {
  align-items: center; /* Center logo content vertically */
  text-align: center; /* Center logo content horizontally */
  margin-left: auto; /* Align logo to the left of the container */
  margin-right: 26px; /* Align logo to the right of the container */
  margin-top: 3%; /* Add some top margin */
}

.partitions {
  align-items: flex-start; /* Align content within each partition to the top */
  text-align: left; /* Align text within each partition to the left */
  /* No margin needed for partitions */
}

.lst-elem {
  padding: 0%;
  text-wrap: balance;
}

.links {
  cursor: pointer;
  margin-bottom: 3%;
  text-align: left;
  color: #047787;
  font-weight: 300;
  list-style: none;
  transition: all 300ms ease-in-out;
}

.main-title {
  color: #0579a2;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
}

.section-2 {
  display: flex; /* Make the section-2 a flex container */
  flex-wrap: wrap; /* Allow items to wrap if they don't fit on one line */
  width: 100%; /* Ensure the section-2 takes up the full screen width */
  margin-left: 0;
  gap: 4%; /* Maintain a gap between partitions */
}

.links:hover {
  color: #f18f16;
}
@media(max-width:767px) {

.carousel-caption h1 {
    font-size: 28px;
}
h1.heading-title {
    margin-left: 19px;
    text-align: left;
}
}
@media(max-width:767px) {
	 .logo {
               margin-bottom: 29px;
	        }
      .footer {
			    display: flow;
			    justify-content: space-between;
			    align-items: center;
			    /* background-color: #d0e5e8; */
			    padding: 20px 30px;
			    width: 100%;
			}
		  }

@media(max-width:991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right:0;
    padding:10px 0;
  }
  .navbar .navbar-nav {
    border-top:1px solid #eee;
  }
}

@media(min-width:992px) {

  
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width:300px;
  }
  
  .btn-play {
    left:auto;
    right:-12%;
    transform:translate(-50%,-50%);
  }
  
}


@media(max-width:767px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width:200px;
  }
  
  #header-carousel .carousel-item {
    position:relative;
    min-height:450px
  }
  
  #header-carousel .carousel-item img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
  }
    
  .counter-hm::before{ width: 15px; left: 0; transform: skewX(0deg);}
  .counter-box{ margin-top: 10px; margin-bottom: 20px; border-radius: 30px;}
  
  .footer::before{ width: 100%; height: 10px; left: 0; transform: skewX(0deg);}
    
}

@media(max-width:480px) {

.navbar-toggler{ margin: 10px;}	
.navbar .navbar-nav .nav-link{ border-bottom: 1px #ccc solid;}
	
}


.contact-form {background: #047787;padding: 40px;}
.contact-form .form-control { padding: 12px; margin: 10px 0;}

.inner-banner { background-image: url('image/inner-banner.jpg'); background-size: cover; padding: 5% 0;}
.inner-banner .content {background: rgb(4 119 135 / 68%);padding: 45px;}
.inner-banner .content h2 { color: #fff; text-transform: uppercase; font-size: 36px; margin: 0 0 25px 0;}
.inner-banner .content p { color: #fff; font-size: 17px; margin: 0 0 30px 0;}

.main-heading {color: #131313;font-size: 26px;text-transform: uppercase;letter-spacing: .5px;margin: 0 0 30px 0;/* border-bottom: 1px solid #308089; */padding: 0 0 8px 0;}
.sub-heading {color: #0C4A8D;font-size: 21px;margin: 0 0 15px 0;}

.contact-details h4 {font-size: 32px;color: #047787;margin: 0 0 27px 0;}
.contact-details p { display: flex; font-size: 18px; color: #121212; letter-spacing: .5px; line-height: 1.4; margin: 0 0 20px 0;}
.contact-details p a { font-size: 18px; color: #121212; letter-spacing: .5px; line-height: 1.4;}
.contact-details p i {font-size: 21px;color: #047787;margin: 3px 14px 0 0;}

.service-page .nav-link:focus, .service-page .nav-link:hover {background-color: #FF5A0E;}
.service-page .nav-link { font-size: 16px;}
.service-page .nav-link:focus, .service-page .nav-link:hover {color: #fff;}
.service-page .nav-pills .nav-link{border-radius: 0;text-align: left;color: #fff;background: url(Image/arrow-white.png) no-repeat center right #047787;border-bottom: 2px solid #fff;padding: 15px;}
.service-page .nav-pills .nav-link.active, .service-page .nav-pills .show>.nav-link {text-align: left;color: #fff;background: url(Image/arrow-white.png) no-repeat center right #f18f16;}

#widgetsControl, #widgetsControl_C { height: auto !important;}

.About-sec {
    display: flex;
    flex-direction: row;
    background: url('./image/about_1.jpg') no-repeat center center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 2%;
    padding-top: 6%;
    padding-bottom: 6%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 50px;
}

.left-section,
.right-section {
    margin-bottom: 10px;
}

.left-section {

    align-content: center;
    position: relative;
    margin-right: 10px;
    max-width: 100%;
    flex: 1;
}

.right-section {
    align-items: center;
    /* max-width: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 10px; */
    /* flex: 2; */
}

.about-number h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    text-align: left;
}
.about-number h2:hover {
    color: #f1804a;
}

.about-number h3:hover{
    color: #fff;
}

.about-number h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #f17f42;
    text-align: left;
    margin-bottom:20px;
}

.main-heading {
    font-size: 4rem;
    font-weight: 700;
    color: #ffd310;
    margin-bottom: 20px;
    align-items: center;
    padding: 8%;
}

.main-text {
    align-self: right;
    font-size: 1.8rem;
    /* max-width: 90%; */
    margin-bottom: 4%;
}
.main-text p{font-size:18px;text-align: justify;}

.main-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Creates two equal-width columns */
    gap: 40px;
}

.block {
    width: 425px;
    height: 150px;

}

.block .first {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    align-items: center;
    transition: all 500ms ease-in;
}

.block .first:hover {
    color: #f18f16;
}

.block h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #f18f16;
    align-items: center;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}



.counts .count-box {
  padding: 43px 30px 82px 30px;
  width: 100%;
  position: relative;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  background: #f18f16f2;
}

.counts .count-box i {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  background: #1977cc;
  padding: 12px;
  color: #fff;
  border-radius: 37px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
  padding-top: 10px;
}
/* Testimonials begin here */
.testimon{
    /* background:url("testimonials.png"); */
    display: flex;
    flex-direction: column;
    gap: 2%;
    align-items: center;
    padding: 5%;
}
.test-main{
    display: flex;
    flex-direction: column;
    gap: 2%;
    align-items: center;
    padding: 2%;
}
.test-main-text{
    color: #0C4A8D;
    font-size: 4.4rem;
    font-weight: 600;
}
.test-sub{
    font-size: 1.1rem;
    font-weight: 400;
    color: #0C4A8D;
}
.test-grid{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10%;
    padding: 2%;
    /* margin-right: 30%; */
    justify-content: center;
    align-items: center;
}
.long-test{
    background-color: #d0e5e8;
    /* color: white; */
    color: #0C4A8D;
    padding:2%;
    width: 100%;
    /* margin-left: 61px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height:240px;
    border-radius: 20px;
    column-span: all;
}
.short-test{
    background-color: rgba(216, 122, 60, 0.8);
    padding:2%;
    width: 100%;
    /* margin-left: -69px; */
    color: white;
    height:240px;
    border-radius: 20px;
    transition: all 400ms ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.short-test:hover{
   
    background-color: rgba(216, 122, 60,1);
}
.test-rw{
    display: flex;
    width: 80%;
    flex-direction: row;
    padding: 1%;
    gap: 1%;
}
.data{
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}
.clust{
    margin-top: 8%;
    width: 100%;
}
.clust-main{
    font-size: 2.2rem;
    text-overflow: clip;
    font-style: italic;
    font-weight: 300;
}
.cust-img{
    height: 130px;
    width:100%;
    border-radius: 20px;
    background-color: white;
    margin-top: 7%;
}
.counts .count-box p {
  /* margin-top: 75px !important; */
  padding-bottom: -23px;
  /* padding-top: 62px; */
  font-size: 24px !important;
  text-align: left;
  margin: 0;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.data-text span {
    font-size: 60px !important;
}
span.timer.count-title.count-number {
    font-size: 60px;
}
.clust span {
    font-size: 60px;
}
.main-page {
    background-image: url("../images/banner-cloud.png");
    width: 100%;
    height: auto;
    padding-top: 39%;
    margin-top: -37%;
    align-items: center;
}
.main-head{
    align-items: center;
    font-size: 4.4rem;
    margin-left: 6%;
    color: #0C4A8D;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1%;
}
.sub-head{
    font-size: 1.5rem;
    font-weight: 400;
    color: #0C4A8D;
    text-align: center;
}
.buttons{
    text-align: center;
    margin-top: 4%;
    text-decoration: none;
}
.but{
    background-color: #0C4A8D;
    color: white;
    width: 10%;
    font-weight: 600;
    text-align: center;
    padding: 20px 35px;
    border-radius: 5px;
    font-size: 1.1rem;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
    transition: all 500ms ease-in-out;
}

.but2:hover{
    background-color: #cbe6eb;
    color: #0C4A8D;
}
.but1:hover{
    background-color: #0C4A8D;
    color: white;
}

.img{
    display: flex;
    justify-content: center;
    margin-top: 3%;
    gap: 8%;
    padding-bottom: 3%;

}

.im img{
    width: 300px;
    height: 300px;
    /* background: url('C:/Users/parth/OneDrive/Desktop/IDSPL/Website/gallery/IMG_6596.jpg') no-repeat center center/cover; */
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    display: flex;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 1.5rem;
}
/* About founder styling begins */
.about-founder p{ color:#000;
				font-size:20px;
				text-align:right}
.about-founder{
    display: flex;
    gap:10%;
    justify-content: center;
    align-items: center;
    /* margin-top: -26px; */
    background-color: white;
    color: #0C4A8D;
    padding: 2%;
    background:url("../images/founder.png") cover;
    width: 100%;
}
.fnd{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2%;
}
.imag img{
    width: 300px;
    height: 300px;
    margin-right: 3%;
    margin-top: 59px;
    object-fit: cover;
    background-color: #e8f1f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.found-main{
    font-family: 'Poppins';
    font-size: 47px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 5%;
}
.found-main1{
    font-family: 'Poppins';
    font-size: 35px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 5%;
    line-height: normal;
}
.found-sub{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    text-align: right;
    color: #eba856;
}

/* Services begin here */
.services{
    background-color: #0c4a8d08;
    color: white;
    padding: 2%;
}
.give{
    display: flex;
    flex-direction: column;
    gap: 2%;
    align-items: center;
    padding: 2%;
}
.give-sub{
    font-family: 'Poppins';
    font-size: 0.9rem;
    font-weight: 400;
    color: #0C4A8D;
}
.give-sub-left{
    font-family: 'Poppins';
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    color: #0C4A8D;
}
.found-main-left{
    font-family: 'Poppins';
	color: #0C4A8D;
    font-size: 30px;
    font-weight: 700;
    text-align:left;
    margin-bottom: 5%;
}
.left-c-home p{font-family: 'Poppins';
	color: #000;
    font-size: 18px;}
.give-main{
    font-family: 'Poppins';
    color: #0C4A8D;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}
.give-main-text{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    color: rgb(5 117 136);
    margin-bottom: 35%;
}
.give-bottom{
    display: flex;
    gap: 10%;
    justify-content: center;
    align-items: center;
    padding: 2%;
}
.give-left{
    padding: 27px;
    display: flex;
    flex-direction: column;
}
.give-link{
    color: #f1a649;
    font-size: 1.1rem;
    font-weight: 600;
}
.give-grid-links img{
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     object-fit: cover;
     width: 451px;
     height: 250px;
     border-radius: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.give-grid{
    display: grid;
    /* grid-template-columns: repeat(2,1fr); */
    gap: 6%;
    padding: 5%;
    /* margin-right: 30%; */
    justify-content: center;
    align-items: center;
}
/* Why us begins here */
.why_us{
    background:url("/Images/why--us.png");
}
.why-main{
    display: flex;
    flex-direction: column;
    gap: 2%;
    align-items: center;
    padding-top: 4%;
}
.why-sub{
    margin-top: 2%;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
}
.why-main-text{
    color: #0C4A8D;
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
}
.why-bottom{
    display: flex;
    gap: 3%;
    align-items: center;
    /* padding: 5%; */
    padding: 2%;
}
.why-text{
    margin-top: 71px;
    /* padding: 19px; */
    /* margin-left: 10%; */
    color:#0C4A8D;
}
.why-head{
    font-size: 2.4rem;
    margin-bottom: 7%;
    font-weight: 600;
}
.why-text-text{
    font-size: 1.3rem;
    text-align: justify;
}
.why-img img{
    gap: 74%;
    width: 98%;
    height: 550px;
    margin-top:5%;
    border-radius: 40px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
}
/* Who we help begins here*/
.design{
    background:url("/Image/Design.png");
}
.desg-main{
    display: flex;
    flex-direction: column;
    gap: 2%;
    align-items: center;
    padding: 4%;
}
.des-sub{
    font-size: 1.1rem;
    font-weight: 400;
    color: rgb(5 117 136);
}
.des-main{
    font-size: 4rem;
    font-weight: 700;
    width: 90%;
    color: #0C4A8D;
    text-align: center;
}
.what{
    background:url("/Image/what.png");
    display: flex;
    gap: 10%;
    flex-direction: column;
    
}
.sec{
    display: flex;
    gap: 5%;
    padding: 5%;
    align-items: center;
    justify-content: center;
}
.sec-img img{
    width: 100%;
    height: 560px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 40px;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}
/* .sec-img img{
    width: 900px;
    height: 560px;
    border-radius: 40px;

} */
.sec-text{
    margin-top: 154px;
    font-size: 30px;
    font-weight: 400;
    color: #0C4A8D;
    width: 100%;
}
@media(max-width:767px) {

.found-main {
    font-size: 21px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 5%;
}
.fnd {
    width: 100%;
    margin-top: 16%;
    display: flex
;
    flex-direction: column;
    gap: 2%;
}
}
@media(max-width:767px) {
	button.carousel-control-next {
    margin-right:0px;
}

	.Our-Team-head {
    font-size: 30px;}
	
	.main-heading {
    font-size: 3rem;
	margin-top: 4%;}
	.main-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
.testimonial-home {
    background:#eef3f6;
	border-radius:15px;
}
	
	.carousel-caption .rd-mr a{margin-bottom: 10px;}
	.btn-ser-home { margin-bottom: 15px;}
	.carousel-caption p {font-size: 18px !important; padding: 45px 10px 0px 10px;}
	.left-borfer {border-right:0px;}
	.social-icon { margin-top: 20px;}
.give-main {
    font-size: 19px;
    font-weight: 700;
}
.give-main-text {
    font-size: 19px;
    /* padding: 26px; */
    margin-right: 27px;
    text-align: justify;
    margin-left: 27px;
    font-weight: 400;
    /* color: rgba(255, 255, 255, 0.7); */
    margin-bottom: 3%;
}
.give-link {
    font-size: 19px;
    margin-left: 28px;
    font-weight: 600;
}
}
@media(max-width:767px) {
	.long-test {
    background-color: #d0e5e8;
    /* color: white; */
    color: #0C4A8D;
    padding: 2%;
    width: 100%;
    /* margin-left: 61px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 173px;
    border-radius: 20px;
    column-span: all;
}
.short-test {
    background-color: rgba(216, 122, 60, 0.8);
    padding: 2%;
    width: 100%;
    /* margin-left: -69px; */
    color: white;
    height: 173px;
    border-radius: 20px;
    transition: all 400msease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.test-main-text {
    color: #0C4A8D;
    font-size: 1.4rem;
    font-weight: 600;
}
.give-main {
    font-size: 19px;
    font-weight: 700;
}
.give-main-text {
    font-size: 19px;
    /* padding: 26px; */
    margin-right: 27px;
    text-align: justify;
    margin-left: 27px;
    font-weight: 400;
    /* color: rgba(255, 255, 255, 0.7); */
    margin-bottom: 3%;
}
.give-link {
    font-size: 19px;
    margin-left: 28px;
    font-weight: 600;
}
	.clust-main {
    font-size: 19px;
    text-overflow: clip;
    font-style: italic;
    font-weight: 300;
}
}
@media(max-width:767px) {
.team-left {
    height:auto;
    /* display: flex
; */
    background: linear-gradient(180deg, #dbecef 33%, #9acac8 33% 66%, #b2d6d3 66%);
}
.why-text-text {
    font-size: 19px;
   
    margin-right: 27px;
    text-align: justify;
    margin-left: 27px;
    font-weight: 400;
   
    margin-bottom: 3%;
    font-size: 1.3rem;
    text-align: justify;
}
.why-head {
    text-align: center;
    font-size: 1.4rem;
    margin-top: -51px;
    margin-bottom: 7%;
    font-weight: 600;
}
}
@media(max-width:767px) {
footer {
    background:#0b7487}
.logo-web {
    margin-top: 0px;
}
.des-main {
    font-size: 19px;
    font-weight: 700;
    /* margin-top: 16px; */
    width: 90%;
    color: white;
    text-align: center;
}
.sec-text {
    font-size: 20px;
    font-weight: 400;
    margin-top: 43px;
    padding: 15px;
    margin-bottom: 5px;
    /* color: #0C4A8D; */
    width: 100%;
}
}


/*---------------------------- Services Page CSS ----------------------------*/
.title { font-size: 19px;}
.sub-heading1 { color: #0C4A8D; font-size: 27px; font-weight: 700 !important; margin:30px 0 10px 0;}
.sub-heading1 { color: #0C4A8D; font-size: 27px; font-weight: 700 !important; margin:30px 0 10px 0;}
.sub-heading2, .sub-heading3 { font-size: 27px; font-weight: 700 !important; margin:30px 0 20px 30px; position: relative;}
.sub-heading2 span, .sub-heading3 span { position: relative; z-index: 2;}
.sub-heading2::after, .sub-heading3::after {content: '';position: absolute;width: 50px;height: 50px;background: #ffd310;left: -30px;border-radius: 50%;top: -10px;}
.sub-heading3::after {background: #ffd310;}
.blue-color {color: #0C4A8D;}
.orange-color {color: #ffd310;}
.custom-btn { display: inline-block; background: #0C4A8D; color: #fff; padding: 14px 34px; border-radius: 5px; font-size: 19px; font-weight: 600; border-radius: 10px;}
.custom-btn:hover { color: #fff;}
.custom-btn1 { background: #f17f42;}

.services-page { padding: 6% 0;}
.services-page .ser-img { position: relative; text-align: center;}
.services-page .ser-img img { border-radius: 30px;}
.services-page .ser-img .icon { position: absolute; top: -50px; width: 100%;}
.services-page .ser-img .icon img { width: 120px;}
.services-page .ser-name { text-align: center; position: relative; }
.services-page .ser-name h3 {font-size: 37px;margin: 0;line-height: 1.4;color: #0C4A8D;background: #eef4f6;border-radius: 0 20px 20px 0;padding: 35px;position: relative;z-index: 1;}

.services-page .ser-name1 { text-align: center; position: relative; }
.services-page .ser-name1 h3 { font-size: 30px; margin: 0; line-height: 1.4; color: #f17f42; background: #ffdfc1; border-radius: 20px 0 0 20px; padding: 30px; position: relative; z-index: 1;}
.services-page .ser-link { position: relative;}
.services-page .ser-link::before {content: '';position: absolute;width: 52%;height: 80%;border: 3px solid #000;border-right: 0;border-radius: 25px 0 0 25px;left: -130px;top: 0;bottom: 0;margin: auto 0;}
.services-page .ser-link h5 {color: #0579a2;position: relative;margin-left: 140px;font-size: 21px;text-align: left;margin-bottom: 0;}
.services-page .ser-link h5::after { content: ''; position: absolute; width: 110px; height: 3px; background: #000; left: -140px; top: 49%;}
.services-page .ser-link h5::before { content: ''; position: absolute; width: 50px; height: 50px; background: #eef4f6; border-radius: 50%; left: -34px; top: 0; bottom: 0; margin: auto 0; z-index: 1;}
.services-page .ser-link h5:first-child::after, .services-page .ser-link h5:last-child::after { width: 0;}
.services-page .ser-link h5 a {font-weight: 600;margin: 20px 0;display: inline-block;position: relative;z-index: 2;/* text-align: left !important; */}
.services-page .ser-link h5 a:hover {font-size:22px;color: #ffd310;}
.services-page .ser-link1 p { font-size: 21px;}
.services-page .ser-link1 { position: relative;}
.services-page .ser-link1::after { content: ''; position: absolute; border-radius: 25px; border: 3px solid #000; left: 0; top: 0; width: 120%; height: 100%;} 
.services-page .ser-link1 .text { position: relative; z-index: 2;}
.services-head {padding: 50px 0;background-color: #0C4A8D;}
.services-head p {color: #fff;text-transform: uppercase;text-align: center;font-size: 17px;margin: 0 0 6px 0;}
.services-head h2 {text-align: center;color: #fff;font-size: 38px;margin: 0;font-weight: 700;}
.services-head h2 span {color: #ffd310;}

.accounting-ser-page { padding: 2% 0;}
.accounting-ser-page p { font-size: 17px;}
.accounting-ser-page .ser-card { padding: 20px; text-align: center;}
.accounting-ser-page .ser-card img { width: 124px;}
.accounting-ser-page .ser-card h5 { color: #0C4A8D; font-size: 19px; text-align: center; margin: 10px 0;}

@media (min-width: 320px) and ( max-width: 768px) {
  .title { font-size: 17px;}
  .sub-heading1 { font-size: 21px; margin:30px 0 10px 0;}
  .custom-btn { padding: 12px 21px; font-size: 15px; font-weight: 500;}

  .services-page { padding: 12% 0;}
  .services-page .ser-img img { border-radius: 30px;}
  .services-page .ser-img .icon { top: -40px;}
  .services-page .ser-img .icon img { width: 100px;}
  .services-page .ser-name h3 { font-size: 21px; margin:10px 0; padding: 20px; border-radius: 15px;}
  .services-page .ser-name1 h3 {  font-size: 21px; margin:10px 0; padding: 20px; border-radius: 15px;}
  
  .services-page .ser-link::before { width: 0;}
  .services-page .ser-link h5 { margin-left: 40px; font-size: 20px; margin-bottom: 0; font-weight: 400;}
  .services-page .ser-link h5::after { width: 30px; height: 2px; background: #000; left: -50px; top: 49%;}
  .services-page .ser-link h5::before { width: 40px; height: 40px;}
  .services-page .ser-link h5:first-child::after, .services-page .ser-link h5:last-child::after { width: 20px;}
  .services-page .ser-link h5 a { font-weight: 500;}
  .services-page .ser-link1 p { font-size: 17px;}
  .services-page .ser-link1::after { border-radius: 25px; border: 3px solid #000; left: 0; top: 0; width: 100%; height: 100%;}

  .services-head { padding: 40px 0;}
  .services-head p {font-size: 15px;}
  .services-head h2 { font-size: 27px;}

  .accounting-ser-page p { font-size: 15px;}
  .accounting-ser-page .ser-card { padding: 10px;}
  .accounting-ser-page .ser-card img { width: 100px;}
}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.bg-1{ background-color: #0C4A8D;}
.otherpagecss #RadDockZone1.container{max-width: 100%;}

.container{color: #000;}