@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 4;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    font-family: "Roboto", sans-serif;

}
body {
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    top: 0;
}
html{
    scroll-behavior: smooth;
}
ul {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
p {
    margin: 0;
    padding: 0;
    color: #000;
    
}


/* Top Navbar */

.top-header {
    background-color: #29539d;
    position: relative;
    /* padding: 5px 0; */
    border-bottom: 1px solid #F2F2F2;
}
.wel {
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.top-header::before {
    position: absolute;
    content: "";
    background-color: #29539d;
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.top-social>ul {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.top-social>ul>li {
    padding: 8px 7px;
}
.top-social>ul>li>a {
    color: #ffffff;
    width: 25px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    line-height: 34px;
    /* background: #ffffff; */
    font-size: 17px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    /* border-radius: 27px; */
}

.top-social>ul>li>a>i {
    font-size: 16px;
    transition: 0.3s ease;
}
.top-social {
    /* display: flex; */
    align-items: center;
}
.top-social>ul>li>a:hover {
    color: #e3e3e3;
}
.email {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* padding: 0px 25px; */
    /* justify-content: start; */
    align-items: center;
    gap: 25px;
    position: relative;
    padding-top: 11px;
}
.phone {
    display: flex;
    /* padding: 0px 17px; */
}
.phone p {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
    /* margin-top: -5px; */
    padding-right: 8px;
}
.enve{
    display: flex;
}
.enve p {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
    margin-top: -5px;
}
.email a {
    color:#fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: .5px;
    z-index: 99;
}
.icon {
    /* display: flex
; */
    align-items: center;
}
.email i{
   padding-right: 10px;
   font-size: 19px;
   color: #fff;
}
/* .email:after {
    background: #ffffff;
    content: "";
    position: absolute;
    height: 73%;
    width: 1px;
    right: 0;
    top: 11px;
    left: 213px;
} */
.social {
    margin-left: 50px;
    display: inline-block;
}
.social ul li {
    display: inline-block;
    margin-left: 6px;
}
.social ul li a {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    color: #272727;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}
.top-social ul h5 {
    display: flex;
    align-items: center;
}







/* -----------------------------navbar-start---------------------------- */
  
 .main-header .logo {
    position: relative;
}


.main-header .main-box {
	position:relative;
	left:0px;
	top:0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .nav-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 70%;
}

.main-menu {
	position:relative;
	float:left;
}

.main-menu .navbar-header {
	display: none;
}

.main-menu .navbar-collapse {
	padding:0px;	
}

/* .navigation.clearfix {
    display: flex;
    align-items: center;
} */
.menu-bar {
    display: flex;
    align-items: center;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 30px 12px;
    /* margin-right: 31px; */
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
	margin-right: 0;
}

.main-menu .navigation > li > a {
	position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-weight: 400;
    color: #c40404;
    font-size: 17px;
    /* letter-spacing: 1px; */
    line-height: 20px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > a:before {
	position: absolute;
	left: 50%;
	bottom: -4px;
	height: 2px;
	width: 0%;
	background: #29539d; 
	content: "";
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
	left: 0;
	width: 75%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{

}

.main-menu .navigation > li > ul {
    position: absolute;
    left: -19px;
    top: 98% !important;
    width: 250px;
    z-index: 100;
    /* padding: 10px 0 0; */
    background-color: #ffffff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li {
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child {
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a {
	position:relative;
	display:block;
	padding: 10px 15px;
	line-height:32px;
	font-weight: 500;
	font-size:17px;
	color: #00022a;
	text-align:left;
	border-bottom: 1px solid #e5e5e5;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
	color:#fff;
    background-color:#0abcc7;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:9px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul {
	position:absolute;
	left:100%;
	top:0px;
	width:275px;
	z-index:100;
	display:none;
	background-color:#ffffff;
	opacity:0;
	/* padding: 10px 0 0; */
	margin-top: 10px;
	-webkit-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	transform:translateY(-30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}


.main-menu .navigation > li > ul > li > ul > li {
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a {
	position:relative;
	display:block;
	padding:14px 9px;
	line-height:24px;
	font-weight:500;
	font-size:17px;
	color:#333333;
	text-align:left;
	text-transform:capitalize;
	border-bottom: 1px solid #e5e5e5;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover {  
	color:#fff;
    background-color:#a86e37;
}


.main-menu .navigation > li.dropdown:hover > ul {
	visibility:visible;
	opacity:1;
	top:85%;
	margin-top: 0;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility:visible;
	opacity:1;
	top:0px;
	margin-top: 30px;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 40px;
}

.main-header .outer-box .theme-btn {
	display: block;
	min-width: 160px;
}




/*** 

====================================================================
Mobile Menu
====================================================================

***/

.mobile-nav-toggler {
	position: relative;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	color: #ffffff;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 15px;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.mobile-menu .nav-logo {
	position:relative;
	padding:20px 20px;
	text-align:left;	
	width: 100px;
}

.mobile-menu .nav-logo img {
    max-width: 205px;
    height: auto;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ebebeb;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300msease;
    -o-transition: all 300ms ease;
    transition: all 300msease;
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform:  translateX(0%);
	-ms-transform:  translateX(0%);
	transform:  translateX(0%);
}
.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 25px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #a1a1a1;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .close-btn:hover {
	opacity: 0.50;
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	padding: 0 20px;
}
.mobile-menu .navigation > li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.mobile-menu .navigation > li > a {
	font-weight: 500;
	border: 1px solid #c5c5c5;
}
.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 20px;
	font-size: 17px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#29539d;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	border-left: 1px solid #c5c5c5;
	color:#222222;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
	margin-left: 10px;
}


/*** 

====================================================================
Header Style Two
====================================================================

***/

.header-style-two {
    /* background: linear-gradient(45deg, #c78a3a, #daa94e); */
    padding: 10px 0;
    background-color: #fff;
    position: relative;
    z-index: 999;
    width: 100%;
}
.header-style-two .main-menu .navigation > li > a {
	color: #000000;
	font-weight: 500;
}

.header-style-two .main-menu .navigation > li > a:before {
	bottom: -4px;
}

.header-style-two .main-menu .navigation > li > a:hover:before,
.header-style-two .main-menu .navigation > li.current > a:before {
	width: 100%;
}

.header-style-two .menu-outer {
    position: relative;
    width: 100%;
    /* margin: 0 auto; */
    padding: 0px 0px;
}
.header-style-two .outer-box .theme-btn {
	min-width: 160px;
}
.header-style-two .logo {
	padding: 0px 0;
    width: 220px;
}
.logo img {
    width: 100%;
}
/* .main-header .container {
    max-width: 1337px;
} */
.enquiry-btn {
    background-color: #ffffff00;
    /* clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%); */
    height: 100%;
    padding-left: 12px;
}
.enquiry-btn a {
    padding: 15px 10px 15px 10px !important;
    display: inline-block;
    /* clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%); */
    /* background-color: #189afe; */
    background: linear-gradient(#daa94e, #914b25);
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 34px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 19%) !important;
}
.enquiry-btn a i {
    font-size: 14px;
}


label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 17px;
}

select {
    width: 100%;    
    padding: 10px 12px;
    border: 1.5px solid #ccc;
    border-radius: 10px;
    background-color: #fdfdfd;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}

select:focus {
    border-color: #ff7b00;
    box-shadow: 0 0 0 3px rgba(255, 123, 0, 0.15);
}
option {
    padding: 8px;
}


/* sticky Header */

.sticky header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 40px #000;
    animation: sticky-header 1s;
    width: 100%;
}

@keyframes sticky-header{

    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }

}



/* banner */

#banner {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  
  .banner-slides {
    position: relative;
    overflow: hidden;
  }
  
  .banner-slides .banner-slide-img {
    width: 100%;
  }
  
  .banner-slides::before {
    position: absolute;
    content: "";
    /* background: linear-gradient(90deg, #5a0101d9 0%, rgb(137 1 3 / 91%) 117.71%); */
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    opacity: 0.9;
  }
  
  .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
  }
  
  .banner-content-main {
    position: relative;
    z-index: 9;
    width: 100%;
  }
  
  .banner-text {
    color: #fff;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  .banner-text h5 {
    opacity: 0;
    transform: translateX(50px);
    transition: 1s;
    font-size: 44px;
    color: #fff;
    z-index: 999;
    position: relative;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
  }
  
  /* .banner-text h1 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    color: #fff;
    position: relative;
    z-index: 999;
    font-size: 80px;
    font-weight: 500;
    text-align: center;
  } */
  
  .banner-text p {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    color: #fff;
    position: relative;
    z-index: 999;
    /* width: 1055px; */
    font-size: 17px;
    text-align: left;
     padding-right: 60%;
     margin-bottom: 5px;
}

.banner-text-1 h5 {
    opacity: 0;
    transform: translateX(50px);
    transition: 1s;
    font-size: 44px;
    color: #000;
    z-index: 999;
    position: relative;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
  }
  .banner-text-1 p {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    color: #444444;
    position: relative;
    z-index: 999;
    /* width: 1055px; */
    font-size: 17px;
    text-align: left;
    padding-right: 60%;
    margin-bottom: 5px;
}
.banner-text-1 {
    color: #fff;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  /* Animation */
  
  .banner-main .slick-active .banner-text h5 {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.5s;
  }
  .banner-main .slick-active .banner-text-1 h5 {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.5s;
  }
  
  /* .banner-main .slick-active .banner-text h1 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.9s;
  } */
  
  .banner-main .slick-active .banner-text p {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1.2s;
  }
  .banner-main .slick-active .banner-text-1 p {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1.2s;
  }
   .banner-main .slick-active .banner-text-1 a{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1.2s;
  }
  
  
  .banner-main .slick-active .banner-content-main::before {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.8;
    transition-delay: 0.8s;
  }
  
  .banner-main .slick-initialized .slick-slide {
    overflow: hidden;
  }
  
  .slick-active .banner-slide-img {
    animation: zoom-in-out 12s linear infinite alternate;
  }
  
  @keyframes zoom-in-out {
  
    0% {
      transform: scale(1);
      transform-origin: center;
    }
  
    100% {
      transform: scale(1.2);
      transform-origin: center;
    }
  }
  
  .banner-main .slick-active .banner-home-logo img {
    /* transform: rotateY(360deg); */
    transition-delay: 0.3s;
  }
  
  /* .banner-home-logo {
    width: 184px;
    padding-bottom: 20px;
    margin-left: 25px;
    position: relative;
    top: 89px;
    left: 629px;
}
  
  .banner-home-logo img {
    width: 100%;
    transition: 1s;
  } */



  .read a {
    position: relative;
    font-size: 17px;
    /* line-height: 1.4; */
    padding: 15px 40px;
    background-color: #29539d;
    color: #f8f5f0;
    font-weight: 500;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
  }
  
.read a::before {
    position: absolute;
    content: "";
    background-color: #29539d;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}  
/* .read a:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}    
.read a:hover {
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */


/* about us */

.about-wrap {
    padding: 60px 0;
    background: #f9f9f9;
}
.main-title {
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #111;
    margin-bottom: 5px;
}
.sub-heading {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.sub-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 500;
    text-align: justify;
}
.item-content p {
    margin-bottom: 10px;
    line-height: 1.7;
    text-align: justify;
    color: #444444;
}
.about-box ul {
    list-style: none;
    padding: 0;
}
.about-box ul li a {
    border-radius: 4px;
    background: -o-linear-gradient(left, #29539d, #0abcc7);
    background: linear-gradient(to right, #29539d, #0abcc7);
    padding: 30px 30px 30px 75px;
    display: block;
    color: #ffffff;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease-out;
}
.about-box ul li {
    margin-bottom: 15px;
    font-size: 20px;
}
.about-box ul li a i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.about-box ul li a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    right: 0;
    background-color: #29539d;
    z-index: -1;
    transition: all 0.5s ease-out;
}
.about-box ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 1;
    color: #ffffff;
}
.about-box ul li a:hover:after {
    width: 100%;
    left: 0;
}
.about-box img {
    width: 100%;
    height: auto;
}


/* Speciality Imaging */


.departments-wrap{
    padding: 85px 0 90px;
    background-color: #f3f3f3;
}
.section-heading-1 {
    margin-bottom: 85px;
}
.single-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.single-box:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    background-color: #29539d;
}


.single-box .icon img {
    width: 60px;
}

.single-box .content a {
    font-size: 18px;
    font-weight: 600;
   text-decoration: none;
    transition: 0.3s;
    color: #000000;
    line-height: 24px;
}
.single-box:hover .content a {
    color: #fff;
}
.sub-title-1 {
    font-size: 38px;
    font-weight: 600;
     font-family: 'Poppins', sans-serif;
     position: relative;
}
.sub-title-1:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 8%;
    background-color: #29539d;
    left: 0;
    bottom: -16px;
    right: 0;
    margin: 0 auto;
}
/* .single-box .content a:hover {
    color: #0056b3;
} */


/* enquiry form */


.banner-wrap {
    background-image: url('../images/bg-lab.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 160px 0;
    position: relative;
}

/* Dark Overlay */
/* .banner-wrap .overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 60px 0;
} */
.banner-box .item-title {
    color: #ffffff;
    font-size: 37px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.banner-box .phone-number {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
.banner-box .phone-number a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.banner-box .phone-number i {
    margin-right: 10px;
}
.banner-box {
    background-color: rgba(41, 83, 157, 0.8);
    padding: 40px 50px 20px;
}



/* number-box */


.progress-wrap {
    padding: 80px 0 75px;
    background: #f9f9f9;
}
.progress-box {
    text-align: center;
    border-right: 1px solid #cccccc;
    position: relative;
    /* min-height: 20rem; */
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
/* .progress-box:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
} */
.progress-box .icon i {
    font-size: 45px;
    color: #007bff;
}
.progress-box .content h3 {
    font-size: 60px;
    margin: 0;
    color: #29539d;
    text-transform: capitalize;
    font-weight: 500;
}
.progress-box .content p {
    margin: 5px 0 0;
    color: #111111;
    font-size: 24px;
    font-weight: 500;
}
.progress-box .inner-item .icon {
    line-height: 0.9;
}
.progress-box .inner-item .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}
.progress-box .inner-item .icon i:before {
    font-size: 220px;
    margin-left: 0;
    color: #efefef;
}


/* footer */

/* .main-footer {
    background: #111;
    color: #ccc;
} */

.footer-top {
   background-color: #1f1f1f;
    padding: 90px 0px 50px;
    border-bottom: 1px solid #333333;
}
.footer-box {
    position: relative;
}
.footer-box h3 {
   color: #ffffff;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    position: relative;
}
.footer-box h3 :after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #29539d;
    bottom: 0;
    left: 0;
    position: absolute;
}

.footer-box small {
    font-size: 23px;
    color: #ffffff;
    font-weight: 400;
}

.footer-box p {
    line-height: 1.7;
    margin-bottom: 20px;
    color: #e3e3e3;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 12px;
    line-height: 1.6;
    display: flex;
    color: #e3e3e3;
}

.footer-contact i {
   margin-right: 20px;
    color: #ffffff;
    font-size: 22px;
    padding-top: 4px;
}
.footer-box {
    margin-bottom: 30px;
}
.footer-contact a {
    color: #ccc;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-bottom {
   padding: 40px 0;
    background-color: #2a2a2a;
}

.copyright {
    margin: 0;
    color: #ffffff;
}
.copyright a {
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
}
.copyright a:hover {
    color: #0abcc7;
}
.footer-social a {
    color: #ffffff;
    margin-left: 11px;
    font-size: 17px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #007bff;
}



/*breadcrum */

.breadcrum {
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 17px;
}
/* .breadcrum::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #740401e6 0%, rgb(10 10 10 / 88%) 117.71%) !important;
    opacity: .75;
} */
.bread-cont {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    gap: 12px;
    top: 0px;
}
.bread-cont h1 {
    position: relative;
    color: #111111;
    font-size: 36px;
    font-weight: 500;
    padding: 0 10px;
     font-family: 'Poppins', sans-serif;
}
.bread-last {
    position: relative;
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
}
.bread-last a {
    color: #000000;
    transition: 0.3s ease;
}
.bread-last a:hover {
    color: #1a62ac;
}


/* inner-page-about-us */


.about-section {
    padding: 75px 0;
}

.about-title {
    font-size: 39px;
    font-weight: 300;
    margin-bottom: 20px;
     font-family: 'Poppins', sans-serif;
}
.about-title span {
    color: #000000;
    font-weight: 600;
}

.about-content p {
    margin-bottom: 15px;
    line-height: 1.7;
    text-align: justify;
}

.about-image img {
    border-radius: 12px;
    width: 100%;
}

.about-bottom-text {
    margin-top: 10px;
}

.about-bottom-text p {
    line-height: 1.7;
    text-align: justify;
}


/* why us */


.features-section {
    padding: 50px 0 80px;
    background: #f9fbfd;
}

.feature-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.feature-box:hover {
    background-color: #29539d;
    color: #ffffff;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.feature-box:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.feature-title {
    margin-bottom: 15px;
    font-weight: 500;
     text-align: center;
    font-size: 28px;
     
}

.feature-title a {
    text-decoration: none;
    color: #111111;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}
.feature-box:hover a {
    color: #ffffff;
}

/* .feature-title a:hover {
    color: #0056b3;
} */

.feature-box p {
    line-height: 1.8;
    margin: 0;
    color: #444444;
    text-align: justify;
}
.feature-box:hover p {
    color: #ffffff;
}


/* accordion */

.radiologist-section {
    padding: 70px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.accordion-button {
    font-weight: 600;
    font-size: 21px;
    background-color: #0ebdc8;
    color: #163976;
}

.accordion-body p {
    margin-bottom: 10px;
    line-height: 1.7;
}
.accordion-item {
    margin-bottom: 14px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* background-color: #000; */
    /* padding: 0px 0 9px; */
}
.accordion-button:not(.collapsed) {
    font-size: 21px;
    font-weight: 600;
    background-color: #0abcc7;
}
.panel-body {
    background: #f1f7fa;   /* Light grey */
    padding: 25px 30px;
    border-radius: 6px;
}
.accordion-body {
    padding: 0;
}

/* Paragraph Styling */
.panel-body p {
    margin-bottom: 14px;
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}

/* Strong Label Styling */
.panel-body strong {
    color: #1f3c88;   /* Dark blue label */
    font-weight: 600;
}

/* Special Interest List */
.about-info {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* List Item Design */
.about-info li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

/* Circle Bullet Icon */
.about-info li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #355c9d;   /* Blue circle */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}
.accordion-part {
    margin: 80px 0;
}
.item-heading {
    margin-bottom: 70px;
}
.item-heading .item-title {
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    position: relative;
}
.title-bar-primary4:before {
    content: "";
    height: 4px;
    width: 93px;
    background: #29539d;
    position: absolute;
    left: 8px;
    bottom: -11px;
    z-index: 1;
    border-radius: 4px;
}



/* contact us */


.contact-wrap-layout {
    padding: 70px 0;
    background: #f7f9fc;
}

.contact-box-layout1 {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1f3c88;
}

.form-control {
    height: 48px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    transition: 0.3s;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-control:focus {
    border-color: #355c9d;
    box-shadow: 0 0 0 0.15rem rgba(53,92,157,0.15);
}

.item-btn {
    background: #355c9d;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.item-btn:hover {
    background: #1f3c88;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 15px;
    display: flex;
}
.contact-info li i {
    font-size: 25px;
    color: #29539d;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.contact-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover {
    color: #355c9d;
}

iframe {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.page-part {
    padding-top: 80px;
    padding-bottom: 70px;
}

.form-control-feedback {
    display: none;
}

.has-feedback label~.form-control-feedback {
    top: 0 !important;
}

.error {
    text-align: left !important;
    display: table !important;
}

.thnak4 {
    margin-top: 50px;
}

.has-feedback .form-control {
    font-size: 17px !important;
    /* padding: 18px 10px; */
}

.form-group {
    margin: 15px 0 !important;
}

.form-group input {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #224c97;
}

.form-group textarea {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #224c97;
}

.form-group select {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #224c97;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    width: 100% !important;
    border-bottom: 2px solid #224c97;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100% !important;
}

.Submit-box {
    background-color: #224c97;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #224c97;
    font-size: 17px;
    border-radius: 2px;
    transition: 0.3s ease;
}

.Submit-box:hover {
    background-color: #000;
    border: 1px solid #000;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #273a4b;
    border-bottom: 2px solid #273a4b;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.get {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 15px;
    text-align: center;
    color: #224c97;
}

.fill {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.Submit-box {
    font-weight: 600;
}  





/* service page */

.item-img img {
  width: 100%;
}
    .slider-nav {
    margin-top: 20px;
    margin-bottom: 30px;
}
.slider-nav .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #29539d;   /* ← Border Add */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 10;
}
.slider-nav .slick-prev:before {
    content: '←';
    font-size: 24px;
    color: #29539d;
    opacity: 1;
}

/* .slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
    font-size: 20px;
    color: #29539d;
    opacity: 1;
} */

.slider-nav .slick-prev:hover,
.slider-nav .slick-next:hover {
    background: #29539d;
}

.slider-nav .slick-prev:hover:before,
.slider-nav .slick-next:hover:before {
    color: #ffffff;
}

.slider-nav .slick-next:before {
    content: '→';
    font-size: 24px;
    color: #29539d;
     font-size: 20px;
     opacity: 1;
}
.slider-nav .nav-item {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 4px;
    margin-bottom: 4px;
    text-align: center;
    color: #111111;
    padding: 30px 5px;
    background: #ffffff;
    position: relative;
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.75);
    transition: all 0.3s ease-out;
    text-align: center;
}
.slider-nav .nav-item:hover {
    background: #29539d;
    color: #ffffff;
}
.slider-nav .nav-item:hover p {
    color: #ffffff;
}
.nav-item img {
    display: block;       /* image block */
    margin: 0 auto;       /* image center */
    max-width: 80px;      /* optional size control */
}
.nav-item p {
    margin-top: 25px;
    font-weight: 500;
    font-size: 17px;
}
/* .slider-nav .nav-item img {
  height: 60px;
  margin-bottom: 10px;
} */

.slider-nav .slick-current {
  background: #f1f1f1;
  border-radius: 10px;
}
.service-slide {
    position: relative;
    align-items: center;
    background-color: #29539d;
    z-index: 1;
    display: flex !important;
}

.item-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    margin-bottom: 4px;
    position: relative;
    display: flex;
}
.service-list li i {
  padding-right: 6px;
    display: flex;
    align-items: center;
}

/* .service-list li:before {
    content: "›";
    position: absolute;
    left: 0;
    color: #29539d;
    font-weight: bold;
} */

/* .item-btn {
    background: #29539d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    margin-top: 15px;
} */

/* .item-btn:hover {
    background: #1d3f7a;
    color: #fff;
} */



.item-img {
  overflow: hidden;
    clip-path: ellipse(75% 75% at 25% 50%);
    /* width: 50%; */
}

.service-box {
   position: relative;
    align-items: center;
    background-color: #29539d !important;
    z-index: 1;
}

.item-title {
    font-size: 33px;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px !important;
    font-weight: 600;
    text-align: left !important;
}
.item-title:before {
    position: absolute;
    height: 5px;
    width: 50px;
    background-color: #ffffff;
    content: "";
    z-index: 1;
    bottom: -12px;
    left: 0;
    border-radius: 4px;
}
.service-content p {
  color: #fff;
  line-height: 30px;
  padding: 10px;
}
.service-list {
    list-style: none;
    padding-left: 0;
    color: #fff;
}
.services-part h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 70px;
   font-family: 'Poppins', sans-serif;
   text-align: center;
   position: relative;
}
.services-part h2:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 55px;
    background-color: #29539d;
    left: 0;
    bottom: -12px;
    right: 0;
    margin: 0 auto;
}
section.services-part {
    margin: 80px 0;
}

/* .service-list li {
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
} */

/* .service-list li:before {
    content: "›";
    position: absolute;
    left: 0;
    color: #29539d;
    font-weight: bold;
} */

.item-btn-1 {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease-out;
}

.item-btn-1:hover {
    background-color: #ffffff;
    color: #29539d;
}
.service-content {
    padding: 20px 6px 0;
}








/* Media Query Start */


@media only screen and (max-width: 1199px) {

  .departments-wrap {
    padding: 70px 0 75px;
}
.about-wrap {
    padding: 60px 0 50px;
}
.single-box .content a {
    font-size: 19px;
}
.banner-box {
    padding: 40px 45px 20px;
}
.banner-wrap {
    padding: 100px 0;
}
.progress-wrap {
    padding: 80px 0 55px;
}
.footer-top {
    padding: 80px 0px 45px;
}
.header-style-two .logo {
    width: 230px;
}
 .banner-text {
  gap: 15px;
}
.banner-text-1 {
  gap: 15px;
}
.main-title {
    font-size: 40px;
    margin-bottom: 7px;
}
.about-title {
    margin-bottom: 15px;
}
.about-section {
    padding: 70px 0 60px;
}
.features-section {
    padding: 20px 0 75px;
}
.accordion-part {
    margin: 70px 0;
}
    .contact-box-layout1 {
        padding: 33px 18px;
    }
.contact-link {
    font-size: 16px;
}
.contact-wrap-layout {
    padding: 60px 0;
}
.contact-info li i {
    font-size: 24px;
    color: #29539d;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.item-img {
        clip-path: none;
    }
    .service-content {
    padding: 45px 30px;
}
section.services-part {
    margin: 80px 0 0;
}

}

@media only screen and (max-width: 991px) {

  .top-header {
    display: none;
}
 .banner-text-1 p {
    font-size: 16px;
    padding-right: 48%;
}
.banner-text p {
    font-size: 16px;
    padding-right: 48%;
}
.banner-text {
  gap: 10px;
}
.banner-text-1 {
  gap: 10px;
}
 .banner-text h5 {
    font-size: 40px;
  }
  .banner-text-1 h5 {
    font-size: 40px;
  }
.read a {
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 5px;
}
.header-style-two .logo {
        width: 240px;
    }
        .about-wrap {
        padding: 50px 0 50px;
    }
    .progress-box .inner-item .icon i:before {
    font-size: 185px;
}
.progress-box .content p {
    font-size: 21px;
}
.progress-box .content h3 {
    font-size: 56px;
}
    .progress-wrap {
        padding: 70px 0 40px;
    }
        .footer-top {
        padding: 70px 0px 30px;
    }
    .footer-bottom {
    padding: 30px 0;
}
.footer-box p {
    text-align: justify;
}
    .contact-link {
        font-size: 20px;
    }
    .title {
    font-size: 27px;
    margin-bottom: 15px;
    line-height: 28px;
}
   .contact-wrap-layout {
        padding: 40px 0 30px;
    }
        .about-section {
        padding: 55px 0 46px;
    }
        .features-section {
        padding: 20px 0 70px;
    }
        .accordion-part {
        margin: 60px 0;
    }
    iframe {
    margin-bottom: 20px;
}
section.services-part {
    margin: 60px 0 0;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 4px;
}
}



@media only screen and (max-width: 767px) {

      .about-wrap {
        padding: 45px 0 50px;
    }
        .departments-wrap {
        padding: 70px 0 65px;
    }
    .sub-title-1:after {
    width: 20%;
}
.single-box {
    gap: 12px;
    padding: 25px 15px;
}
    .single-box .content a {
        font-size: 18px;
    }
    .progress-box {
    border-right: 0px solid #cccccc;
}
    .progress-box .content p {
        font-size: 23px;
    }
    .copyright {
    margin-bottom: 15px;
}
.footer-social {
    text-align: center;
}
    .footer-top {
        padding: 65px 0px 25px;
    }
        .footer-bottom {
        padding: 20px 0;
    }
     .banner-text h5 {
    margin-bottom: 0px;
}
    .banner-text {
        gap: 3px;
    }
    .banner-text p {
    width: 561px;
}
.contact-wrap-layout {
        padding: 25px 0 25px;
    }
    .about-section {
        padding: 50px 0 45px;
    }
        .features-section {
        padding: 10px 0 60px;
    }
    .item-heading {
    margin-bottom: 65px;
}
}


@media only screen and (max-width: 576px) {

   .banner-text-1 p {
   display: none;
}
.banner-text p {
   display: none;
}
.read {
    display: none;
  }
  .banner-text h5 {
    font-size: 35px;
    text-align: center;
  }
  .banner-text-1 h5 {
    font-size: 35px;
    text-align: center;
  }
      .about-wrap {
        padding: 40px 0 45px;
    }
    .sub-title-1 {
    font-size: 34px;
}
    .departments-wrap {
        padding: 60px 0 55px;
    }
        .main-header .main-box .nav-outer {
        width: 4% !important;
    }
    .accordion-part {
        margin: 50px 0;
    }

 
}


@media only screen and (max-width: 450px) {

      .banner-text h5 {
        font-size: 30px;
    }
        .main-header .main-box .nav-outer {
        width: 6% !important;
    }
    .main-title {
        font-size: 35px;
        margin-bottom: 7px;
    }
     .banner-text-1 h5 {
    font-size: 30px;
    text-align: center;
  }
      .about-wrap {
        padding: 35px 0 40px;
    }
        .single-box .content a {
        font-size: 20px;
    }
        .progress-wrap {
        padding: 65px 0 35px;
    }
    .footer-top {
        padding: 60px 0px 10px;
    }
    .header-style-two .logo {
        width: 243px;
    }
        .title {
        font-size: 25px;
        text-align: center;
    }
    .contact-box-layout1 {
        padding: 30px 20px;
    }
    .about-title {
    font-size: 37px;
}
.slick-prev {
        left: 6px;
    }
.feature-box {
        padding: 30px 20px;
        margin-bottom: 20px;
        height: auto;
    }
    .features-section {
        padding: 0px 0 40px;
    }
    .service-content {
        padding: 40px 20px;
    }

}

@media only screen and (max-width: 400px) {

      .header-style-two .logo {
        width: 223px;
    }
    .main-title {
        font-size: 30px;
        margin-bottom: 7px;
    }
    .departments-wrap {
        padding: 55px 0 50px;
    }
        .banner-box {
        padding: 40px 35px 20px;
    }
        .banner-wrap {
        padding: 95px 0;
    }
        .about-title {
        font-size: 31px;
    }
    .bread-cont h1 {
    font-size: 31px;
}
    .about-section {
        padding: 45px 0 45px;
    }
        .title {
        font-size: 21px;
        margin-bottom: 7px;
        line-height: 27px;
    }
    .fill {
    font-size: 18px;
}
    .contact-link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 350px) {

      .single-box .content a {
        font-size: 19px;
    }
        .sub-title-1 {
        font-size: 28px;
    }
    .banner-box .item-title {
    font-size: 34px;
}
.banner-box .phone-number {
    font-size: 22px;
}
    .banner-box {
        padding: 40px 25px 20px;
    }
        .main-title {
        font-size: 27px;
        margin-bottom: 7px;
    }
        .header-style-two .logo {
        width: 208px;
    }
    .banner-text-1 h5 {
        font-size: 28px;
        text-align: center;
    }
    .banner-text h5 {
        font-size: 28px;
        text-align: center;
    }
    .sub-title {
    font-size: 19px;
}
.mobile-menu .nav-logo img {
    max-width: 195px;
    height: auto;
}
    .about-title {
        font-size: 29px;
    }
    .feature-title a {
    font-size: 26px;
}
    .fill {
        font-size: 16px;
    }
    .contact-box-layout1 {
        padding: 30px 15px;
    }
    .contact-info li i {
        font-size: 22px;
        padding-right: 6px;

    }
}