@media(min-width:1920px){
    .container{
        max-width: 1440px;
    }
}
body{
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
body p{
	font-family: "Roboto", sans-serif;
	font-size: 18px !important;
	font-weight: 300;
}
/* var css */
.sub-head {
	font-size: 20px;
}
.form-control {
	font-size: 20px;
	
}
.form-control::placeholder{
   color: #226f99;
}
.form-control:focus {
	box-shadow: none;
	border-color: #226f99;
}
.form-select {
	font-size: 20px;
	color: #226f99;
}
.button a {
	text-decoration: none;
	background-color: #000;
	padding: 10px 30px;
	border-radius: 30px;
	position: relative;
	transition: .45s;
	z-index: 1;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
	display: inline-block;
}
.button{
    margin-top: 90px;
}
.button a::before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fe6a3a;
	width: 0;
	z-index: -1;
}
.button a:hover::before{
	transition: width 700ms;
	width: 100%;
}
.navbar-toggler[aria-expanded="false"] .fa-solid.fa-x{
	display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	display: none;
}
.navbar-toggler {
	width: 55px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-toggler:focus {
	box-shadow: none;
}
/* top-part css */
.top-part .navbar-expand-lg .navbar-collapse {
	justify-content: end;
}
.top-part .nav-item {
	margin-right: 20px;
	margin-left: 20px;
	display: flex;
}
.top-part .nav-item:last-child{
    margin-right: 0;
}
.top-part .nav-item:first-child{
    margin-left: 0;
}
.top-part .nav-link.active {
	color: #fff !important;
	text-decoration: underline;
}
.top-part .nav-link{
    color: #fff;
    transition: .45s;
	font-size: 22px;
}
.top-part .nav-link:hover{
    color: #368ab6;
	text-decoration: underline;
}
.top-part.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}
.top-part img {
	width: 80px;
}
.top-part {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.top-part.sticky .nav-link{
	color: #000;
}
.top-part.sticky .nav-link.active{
	color: #000 !important;
}
.top-part.sticky .nav-link:hover{
	color: #368ab6;
	text-decoration: underline;
}
.top-part .cse {
	background-color: #67b9d1;
	border: none;
	transition: .45s;
	font-size: 18px;
	text-transform: uppercase;

}
.top-part .btn.btn-primary:hover{
	background-color: #226f99;
}

/* banner-sec */
.banner-sec {
	overflow: hidden;
    position: relative;
}
.banner-sec .owl-nav {
	position: absolute;
	top: 50%;
	width: 100vw;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
    padding: 0px 30px;
}
.banner-sec .owl-carousel .owl-nav button.owl-next, .banner-sec .owl-carousel .owl-nav button.owl-prev{
	background: #fff;
	border: none;
    width: 60px;
    height: 60px;
    display: flex;
	border-radius: 50%;
    transition: .45s;
    justify-content: center;
    align-items: center;
}
.banner-sec .owl-carousel .owl-nav button.owl-next:hover, .banner-sec .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #226f99;
    color:#fff !important;
}
.banner-sec  .owl-dots {
	display: none ;
}
.banner-sec .banner-box {
	position: relative;
}
.banner-box::before{
	position: absolute;
	content: '';
	background-color: rgba(0,0,0,.3);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.banner-sec .banner-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
}
.banner-sec .heading h1 {
	font-size: 80px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.banner-sec .banner-cont p {
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.banner-sec .dre {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.banner-sec .dre .cnt {
	text-decoration: none;
	padding: 7px 20px;
	font-size: 24px;
	transition: .45s;
	border-radius: 5px;
}
.banner-sec .dre .Read {
	background-color: #226f99;
	color: #fff;
	transition: .45s;
	margin-right: 7px;
}
.banner-sec .dre .Read:hover{
	background-color: #fff;
	color: #000;
}
.banner-sec .dre .cont {
	background-color: #fff;
	color: #000;
	transition: .45s;
}
.banner-sec .dre .cont:hover{
	background-color: #226f99;
	color: #fff;
}
/* about-sec css start*/
.about-sec {
	padding: 100px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-sec .ableft img {
	width: 100%;
}
.about-sec .heading h2 {
	font-size: 50px;
}
.about-sec .heading .blr{
	color: #226f99;
}
.about-sec .heading {
	display: inline-block;
	position: relative;
}
.about-sec .heading::before {
	position: absolute;
	content: '';
	top: 50%;
	right: -50px;
	width: 40px;
	height: 2px;
	background-color: #226f99;
}
.about-sec .row {
	align-items: center;
}
/* category sec css */
.category-sec .heading h2 {
	font-size: 50px;
}
.category-sec .heading .blr {
	color: #226f99;
}
.category-sec .heading h2 {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.category-sec .heading h2::before {
	position: absolute;
	content: '';
	top: 58%;
	right: -50px;
	width: 40px;
	height: 2px;
	background-color: #226f99;
}
.category-sec{
	margin-top: 100px;
}
.category-sec #myTab {
	margin-bottom: 20px;
	border-bottom: 1px Solid #226f99;
}
.category-sec .nav-link.active {
	color: #fff;
	background-color: #226f99;
	border-color: none;
}
.category-sec .nav-link:hover {
	border-color: none;
	background-color: #226f99;
	color: #fff;
}
.category-sec .nav-link{
	transition: .45s;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.category-sec .text {
	margin-top: 20px;
	margin-bottom: 40px;
}
.category-sec .main-box {
	position: relative;
	transition: .45s;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.4);
	overflow: hidden;
	border-radius: 10px;
}
.category-sec .item {
	margin-top: 20px;
	margin-bottom: 20px;
}
.category-sec .main-box .heading {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	background-color: #fff;
	padding: 10px;
	color: #226f99;
	border-radius: 7px;
	opacity: 0;
	transition: .45s;
	border: 1px solid #226f99;
}
.category-sec .main-box:hover .heading{
	left: 30px;
	bottom: 30px;
	opacity: 1;
}
.category-sec .main-box:hover{
	transform: scale(1.03);
}
.category-sec .main-box .heading h3 {
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: 600;
}
.category-sec #myTab .fa-solid {
	font-size: 18px;
	margin-right: 5px;
}
/* process-sec css */
.process-sec .proc-pic {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 871px;
	background-attachment: fixed;
}
.process-sec {
	overflow: hidden;
	background-color: #226f99;
	margin-top: 140px;
}
.process-sec .heading h2 {
	font-size: 50px;
	color: #fff;
}
.process-sec .text p {
	color: #fff;
}
.process-sec .text{
	margin-bottom: 40px;
}
.process-sec .proc-right {
	padding: 20px;
}
.process-sec .icon-box img{
    width: 50px;
}
.process-sec .icon-box {
	width: 80px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.process-sec .top {
	display: flex;
	align-items: center;
}
.process-sec .top .name {
	color: #fff;
	margin-left: 20px;
}
.process-sec .data-text {
	margin-top: 20px;
	color: #fff;
}

/* faq-sec css start */
.faq-sec .accordion-button:focus {
	box-shadow: none;
}
.faq-sec .accordion-button[aria-expanded="false"]::after{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.faq-sec .accordion-button[aria-expanded="true"]::after{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.faq-sec .accordion-item {
	margin-bottom: 20px;
	border: none;
	background-color: #f4f4f4;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.faq-sec .accordion-button {
	background-color: #226f99;
	color: #fff;
	border-radius: 10px;
}
.faq-sec .accordion-button p{
	margin-bottom: 0;
}
.faq-sec .heading-top h2 {
	font-size: 50px;
	position: relative;
	display: inline-block;
}
.faq-sec .heading-top h2::before {
	position: absolute;
	content: '';
	top: 50%;
	right: -50px;
	width: 40px;
	height: 2px;
	background-color: #226f99;
}
.faq-sec .heading-top h2::after {
	position: absolute;
	content: '';
	top: 50%;
	left: -50px;
	width: 40px;
	height: 2px;
	background-color: #226f99;
}
.faq-sec .heading-top {
	text-align: center;
}
.faq-sec .textrr {
	text-align: center;
	margin-bottom: 30px;
}
.faq-sec {
	margin-top: 140px;
	padding: 80px 0px;
	background-color: #ddeff9;
}
.faq-sec .jrbox .main-box {
	padding: 60px;
	border-radius: 10px;
	background-color: #226f99;
}
.faq-sec .jrbox .heading h3 {
	text-align: center;
	color: #fff;
	font-size: 40px;
}
.faq-sec .jrbox .jrtext p {
	text-align: center;
	color: #fff;
}
.faq-sec .jrbox .jrbtn {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.faq-sec .jrbox .jrbtn .cse {
	background-color: #67b9d1;
	border: none;
	transition: .45s;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
}
.faq-sec .jrbox .jrbtn .cse:hover{
	background-color: #fff;
	color: #226f99;
}
.faq-sec .jrbox {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
/* map css */
.responsive-map{
overflow: hidden;
padding-bottom:36.25%;
position:relative;
height:0;
}
.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.my-map {
	margin-bottom: 100px;
	margin-top: 100px;
}
/* footer css start */
.footer-sec .footer-logo img {
	width: 100px;
}
.footer-sec {
	background-color: #f5f5f5;
	padding: 50px 0px;
}
.footer-sec .f-text {
	margin-top: 40px;
}
.footer-sec .f-box .des a {
	text-decoration: none;
	transition: .45s;
}
.footer-sec .f-box .des a:hover{
	color: #226f99;
}
.footer-sec .f-box .des {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-sec .f-box .des a {
	text-decoration: none;
	color: #000;
}
.footer-sec .f-box .des li {
	margin-bottom: 10px;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 16px;
}
.footer-sec .f-box .des li:last-child{
	margin-bottom: 0;
}
.footer-sec .f-box .des li .subs {
	display: flex;
}
.footer-sec .f-box .f-head {
	margin-bottom: 20px;
}
.footer-sec .f-box .subs .form-control {
	font-size: 16px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer-sec .f-box .subs .btn.btn-primary {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #67b9d1;
	border: none;
	transition: .45s;
}
.footer-sec .f-box .subs .btn.btn-primary:hover{
	background-color: #226f99;
}
.footer-sec .f-box .fa-solid {
	margin-right: 13px;
}
.footer-sec .f-box p {
	margin-bottom: 0;
	font-size: 17px !important;
}
.footer-sec .f-box .f-head h4 {
	font-family: "Roboto";
}
/* copyright-css start */
.copyright-sec .coptext p {
	margin-bottom: 0;
	font-size: 16px !important;
	text-align: center;
}
.copyright-sec .container {
	border-top: 1px solid #226f99;
	padding: 10px 12px;
}
.copyright-sec {
	background-color: #f5f5f5;
}
.copyright-sec a {
	text-decoration: none;
	color: #226f99;
}
/* Modal css Start*/
.modal-dialog {
	margin-right: 0;
	margin-left: 0;
	max-width: 750px;
	position: relative;
	left: 50%;
	transform: translateX(-50%) !important;
}
.modal-dialog .form-select-lg {
	padding-top: .375rem;
	padding-bottom: .375rem;
	padding-left: .75rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg);
	color: #226f99;
	transition: .45s;
}
.modal-dialog .form-select-lg:focus {
	box-shadow: none;
	border-color: #226f99;
}
.modal-dialog .modal-footer {
	display: flex;
	justify-content: center;
	border-top: none;
}
.modal-dialog .modal-header {
	border-bottom: 0;
}
.modal-dialog .modal-footer .btn.btn-primary {
	font-size: 20px;
	padding: 5px 30px;
	background-color: #67b9d1;
	border: none;
	text-transform: uppercase;
	transition: .45s;
}
.modal-dialog .modal-footer .btn.btn-primary:hover{
	background-color: #226f99;
}
.modal-dialog #exampleModalLabel {
	font-size: 30px !important;
}
/* popup css */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Popup box */
.popup-content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  max-width: 900px;
}

/* Close button */
#closeBtn {
	position: absolute;
	right: 20px;
	top: 12px;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	background-color: #ff0000;
	width: 40px;
	height: 40px;
	display: inline-flex;
	line-height: 0;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
}
.popup img {
  width: 100%;
  border-radius: 8px;
}
/* bfr-sec css start */
.bfr-sec .heading-top{
	text-align: center;
}
.bfr-sec .heading-top h2 {
	font-size: 50px;
	position: relative;
	display: inline-block;
}
.bfr-sec .textrr {
	text-align: center;
	margin-bottom: 30px;
}
.bfr-sec .heading-top h2::before {
	position: absolute;
	content: '';
	top: 50%;
	right: -50px;
	width: 40px;
	height: 2px;
	background-color: #226f99;
}
.bfr-sec .heading-top h2::after{
	position: absolute;
	content: '';
	top: 50%;
	left: -50px;
	width: 40px;
	height: 2px;
	background-color: #226f99;
}
.bfr-sec .bfbox .bfpic img {
	width: 100%;
}
.bfr-sec .bfbox {
	position: relative;
	transition: .45s;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
.bfr-sec .bfbox:hover {
	transform: scale(1.02);
	box-shadow: 7px 7px 10px 0px rgba(0,0,0,.4);
}
.bfr-sec .bfbox::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #2A7B9B;
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 40%, rgba(0, 0, 0, 0.79) 100%);
	z-index: 1;
	transition: .45s;
	opacity: 0;

}
.bfr-sec .bfcnt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	transition: .45s;
	opacity: 0;
}
.bfr-sec .bfbox:hover .bfcnt{
   left: 20px;
   bottom: 20px;
   opacity: 1;
}
.bfr-sec .bfbox:hover::before{
	opacity: 1;
}
.bfr-sec .text p{
	margin-bottom: 0px;
}
.bfr-sec {
	margin-top: 130px;
}
/* test css starts */
.test-sec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0px;
	background-attachment: fixed;
	position: relative;
	margin-top: 140px;
}
.test-sec::before{
	position: absolute;
	content: '';
	background-color: rgba(0,0,0,.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.test-sec .test-box {
	padding: 96px;
	background-color: rgba(0,0,0,.7);
	position: relative;
	border-radius: 10px;
	min-height: 410px;
}
.test-sec .test-box .cont p {
	color: #fff;
}
.test-sec .csnm {
	color: #fff;
	font-size: 20px;
}
.test-sec .heading h2 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	display: inline-block;
	position: relative;
}
.test-sec .heading {
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.test-sec .heading h2::before {
	position: absolute;
	content: '';
	top: 50%;
	right: -50px;
	width: 40px;
	height: 2px;
	background-color: #fff;
}
.test-sec .heading h2::after {
	position: absolute;
	content: '';
	top: 50%;
	left: -50px;
	width: 40px;
	height: 2px;
	background-color: #fff;
}
.test-sec .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background-color: #fff !important;
	margin-right: 3px;
	border-radius: 50%;
}
.test-sec .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.test-sec .test-icon img {
	width: 40px !important;
	filter: invert(1);
}
.test-sec .test-icon {
	display: inline-block;
	background-color: #226f99;
	padding: 6px;
	position: absolute;
	top: 96px;
	left: 0;
}
.hjty-box img {
	width: 60px;
}
.hjty-box .tp-iocn {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.hjty-box .degi {
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.hjty-box .nmtl {
	text-align: center;
	margin-top: 10px;
	color: #fff;
}
.hjty-box {
	padding: 10px;
	background-color: #226f99;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.6);
	border-radius: 8px;
}
.about-sec .ab-pic {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.6);
}
.misbox .icncr img {
	width: 70px;
}
.misbox .def {
	font-size: 30px;
	font-weight: 500;
	margin-left: 10px;
	color: #fff;
}
.misbox {
	padding: 30px 30px;
	background-color: #f9f9f9;
	min-height: 100%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	background-color: #226f99;
	border-radius: 12px;
}
.misbox .mistx {
	margin-top: 15px;
}
.misbox .mistx p{
	color: #fff;
}
.misbox .icncr {
	display: flex;
	align-items: center;
}
.mis-sec {
	margin-top: 80px;
}
/* contact-sec css */
.infobox .tcon img {
	width: 40px;
	filter: invert(1);
}
.infobox .tcon {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.infobox .inftex {
	text-align: center;
	font-size: 22px;
	margin-bottom: 60px;
	color: #fff;
}
.infobox {
	padding: 20px;
	background-color: #226f99;
	clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
	min-height: 100%;
}
.con-info {
	margin-top: 100px;
}
.modal-backdrop.show {
	opacity: .85 !important;
}
.form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0.5rem;
}
.form-overlay i {
    color: #0d6efd;
    font-size: 3rem;
    margin-bottom: 15px;
}
.modal-body {
    position: relative;
}
#formMessage {
    display: none;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
}
.msg-success { background-color: #d1e7dd; color: #0f5132; border: 1px solid #badbcc; }
.msg-error { background-color: #f8d7da; color: #842029; border: 1px solid #f5c2c7; }

.sllink {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.sllink .gtr {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	display: inline-block;
	transform: .45s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sllink .gtr:hover{
	background-color: #226f99;
}
.sllink li {
	margin-bottom: 9px;
}
.sllink .gtr .fa-brands {
	color: #000;
	font-size: 23px;
	transition: .45s;
}
.social {
	position: fixed;
	z-index: 700;
	bottom: 110px;
	right: 20px;
}
.sllink .gtr:hover .fa-brands{
	color: #fff;
}
.sllink .gtr a{
	margin-top: 5px;
}
.banner-box .btn.btn-primary.cse {
	font-size: 23px;
	background-color: #67b9d1;
	border: none;
	transition: .45s;
}
.banner-box .btn.btn-primary.cse:hover{
	background-color: #226f99;
}
.btn.btn-primary.bgr {
	font-size: 23px;
	background-color: #67b9d1;
	border: none;
	transition: .45s;
}
.btn.btn-primary.bgr:hover{
	background-color: #226f99;
}
#appForm {
	position: relative;
}
.app-frm .main-box {
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 300;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
}
.app-frm .frbox {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	border-radius: 20px;
	padding: 40px 50px;
}
.app-frm {
	position: relative;
}
.about-sec .container-wrapper {
	margin-top: 230px;
}
.fr-head {
	margin-bottom: 40px;
}

