.body-font {
    font-family:  "sans-serif", system-ui !important;
}

.f-s-14 {
    font-size:14px !important;
}
.f-s-15 {
    font-size:15px !important;
}

ul {
  list-style: none;
}

input {
  overflow: hidden;
}

.section-title {
    text-align:center;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 35px;
}

.sec-pad {
  padding: 50px 10px 50px 10px;
  margin: 25px 0;
}

.contact-sec {
    align-item: center;
    display: flex;
    /*background-color:#aed4e98c;*/
}


.contact-detail a {
    color: #000;
    text-decoration: none;
}

form.contFrm {
    max-width: 396px;
    margin: auto;
}

.inptFld {
    margin: 0 0 10px;
    border-radius: 8px;
}
.contFrm textarea {
    height: 75px;
    padding-top: 5px;
}
.inptBtn {
    height: 50px;
    border: 0;
    background: #00b055;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

/*-----Responsive css Start-----*/

@media (max-width: 991px) {
    .sec-pad {
        padding: 20px 0 0px;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
    .section-title {
        font-size: 26px;
        font-weight: 500;
    }
    .contact-sec {
        border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
    }
}

/*-----Responsive css Ends-----*/

/*-----Menu icon Starts-----*/
/*
 * Container - Button
 */
 .float-icon {
	background: #015A98;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width:45px;
    height:45px;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}



@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 80px;
	right: 30px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 6px solid #015A98;
	opacity: 1.25;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/*-----Submenu - Buttons start-----*/

.icon-list {
	position: fixed;
	right: 40px;
	padding-bottom: 10px;
	bottom: 80px;
	z-index: 100;
}
.icon-list li {
	list-style: none;
	margin-bottom: 10px;
}
.icon-list li a {
    width: 55px;
	height: 55px;
	background-color: #FFA01C;;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: block;
}

/*-----Submenu - Buttons ends-----*/

/*-----Hidden Buttons-----*/

a.float-icon + .icon-list {
  visibility: hidden;
}
/* Visible Buttons */
a.float-icon:hover + .icon-list {
  visibility: visible;
  animation: scale-in 0.5s;
}
.icon-list:hover {
	visibility: visible !important;
}

/*-----Center icons-----*/

a i.icon {
	font-size: 25px;
	margin-top: 15px;
    color:#fff;
}

/*-----Animation-----*/

a.float-icon i{
	animation: rotate-in 0.5s;
}
a.float-icon:hover > i{
	animation: rotate-out 0.5s;
}
@keyframes bot-to-top {
    0%   {bottom: -60px}
    50%  {bottom: 40px}
}
@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}
@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}
/*-----Menu icon Ends-----*/

/*-----index page starts-----*/

@media (max-width: 540px) {
    .my-class {
        display: none;
    }
}

@media (max-width: 575px) {
    .border-start {
        border-left: 0px !important;
    }
}

/*swiper starts*/
@media only screen and (max-width: 767px) {
    .mob_view {
        display: block;
    }
    .desk_view {
        display: none;
     }
}

@media only screen and (min-width: 767px) {
    .mob_view {
        display: none;
    }
    .desk_view {
        display: block;
    }
}

.swiper .prev,
.swiper .next {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.65;
    transition: 0.2s;
}
.swiper .prev:hover,
.swiper .next:hover {
    opacity: 1;
}

.swiper .prev {
    left: 7px;
}
.swiper .next {
    right: 7px;
}

.swiper .prev .left_ar,
.swiper .next .right_ar {
    width: 40px;
    height: 20px;
    font-size: 45px;
}
/*swiper ends*/

@media (max-width: 991px) {
    .mbl_header {
        margin-top: 18px;
    }
}

.float-icon1 {
    background: #015a98c9;
    color: white;
    position: fixed;
    bottom: 60%;
    right: 0%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation: mymove 10s infinite;
}

@keyframes mymove {
    0% {background: #015a98c9; right: -200px; }
    25% {background: #015a98c9; right: 0px; }
    50% {background: #015a98c9; right: 0px; }
    75% {background: #015a98c9; right: 0px;}
    100% {background: #015a98c9; right: -200px;}
}

.hoverImage {
    position: relative;
    align-self: stretch;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    max-width:100%;
    padding:4% !important;
    text-align: center !important;
}

.hoverImg:hover .hoverImage {
    transform: scale(1.1);
}

.img-shad {
    box-shadow: rgba(99, 99, 99, 0.07) 0px 2px 8px 0px;
}

.btn-xs
{
    padding: 0px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

/*-----index page ends-----*/  

/*-----our team starts-----*/

.team_card_1 {
    box-shadow: 0px 1px 9px 5px rgb(46 46 46 / 10%);
    /*background-color:#e1e4e9;*/
}

.team_img {
  margin: auto;
  padding: 0.4em;
  border-radius: 0.7em;
}

@media (max-width: 767px) {
    .border-end {
        border-right: 0px !important;
    }
}
        
/*-----our team ends-----*/

/*-----blog starts-----*/

/*blog main page starts*/

.thumbnail {
        position: relative;
    }

    .caption {
        position: absolute;
        bottom: 2%;
        left: 15%;
        transform: translate( -10%, -10% );
        color: white;
    }
    
    .thumbnail2 {
        position: relative;
    }
    
    .caption2 {
        position: absolute;
        bottom: 4%;
        left: 8%;
        transform: translate( -10%, -10% );
        color: white;
    }
    
    @media (max-width: 991px) {
        .caption p {
          font-size:10px;  
        }
        .caption small {
          font-size:8px;  
        }
        .caption2 p {
          font-size:10px;  
        }
        .caption2 small {
          font-size:8px;  
        }
    }
    
    @media (max-width: 768px) {
        .caption p {
          font-size:12px;  
        }
        .caption small {
          font-size:10px;  
        }
        .caption2 p {
          font-size:12px;  
        }
        .caption2 small {
          font-size:10px;  
        }
    }
    
    @media (max-width: 565px) {
        .caption p {
          font-size:17px;  
        }
        .caption small {
          font-size:13px;  
        }
        .caption2 p {
          font-size:17px;  
        }
        .caption2 small {
          font-size:13px;  
        }
    }
    
    @media (max-width: 350px) {
        .caption p {
          font-size:10px;  
        }
        .caption small {
          font-size:9px;  
        }
        .caption2 p {
          font-size:10px;  
        }
        .caption2 small {
          font-size:9px;  
        }
    }
    
    .card {
        background-color: #fff;
        border: none !important;
    }
    
    .card-header img {
        width: 100%;
        border-radius: 10px;
    }
    
    .card-head {
        background-color:#fff;
        border-bottom:none;
    }
    
    .card-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
    
    .card-content span {
        background-color: #51adc4;
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        padding: 5px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    
    .card-content .title {
        margin: 15px 0 0 0;
        text-decoration: none;
        color: black;
        font-size: 17px;
        font-weight: 600;
    }
    
    .card-content p {
        font-size: 14px;
    }
    
    .profile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .profile img {
        width: 2.3rem;
        height: 2.3rem;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .profile .author {
        flex: 1;
        margin-left: 1rem;
    }
    
    .author p {
        font-size: 14px;
    }
    
    .author small {
        font-size: 14px;
    }
    
    .card-content_para {
        font-size: 15px !important;
        font-weight: 300 !important;
        color:#343434;
        letter-spacing: 0.2px;
        text-align: justify;
    }
    
    .menu {
        z-index: 1;
        position: absolute;
        padding: 0;
        margin: 0;
        list-style-type: none;
        color: #fff;
        font-size: 23px;
    }
    
    .menu .share i.bx {
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        font-size: 25px;
        border-radius:50px;
    }
    
    .menu .share:hover.bottom .submenu li:nth-child(1) {
        opacity: 1;
        top: 37px;
        transform: rotate(0deg);
        transition-delay: 0.08s;
    }
    
    .menu .submenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .menu .submenu li {
        transition: all ease-in-out 0.5s;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
    }
    
    .menu .submenu li a {
        color: #212121;
    }
    
    .menu .submenu li a:hover i.bx {
        color: #fff;
    }
    
    .menu .submenu li a:hover.whatsapp i.bx {
        background-color: #15960c;
    }
    
    .menu .submenu li:nth-child(1) {
        transform: rotateX(45deg);
    }
    
    .menu.topLeft {
      top: 10px;
      right: 10px;
    }
    
    .menu-place {
      top: 22px !important;
      right: 20px !important;
    }

   
    @media only screen and (min-width: 1400px) {
        .center-img1 {
            height:400px !important;
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
        }
    }


    @media only screen and (min-width: 1201px) {
        .center-img1 {
            height:400px;
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
        }
        
        .side-img1 {
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
            height: 185px;
        }
        
    }
    
    @media only screen and (max-width: 1200px) {
        .center-img1 {
            height:521px;
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
        }
        .side-img1 {
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
            height: 190px;
        }
        
    }
    
    @media only screen and (max-width: 1199px) {
        .center-img1 {
            height: 415px;
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
        }
        .side-img1 {
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
            height: 195px;
        }
        
    }
    
    @media only screen and (max-width: 991px) {
        .center-img1 {
            height:329px;
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
        }
        .side-img1 {
            width: 100%;
            object-fit: none;
            object-position: 50% 50%;
            height: 148px;
        }
        
    }
    
     @media only screen and (max-width: 767px) {
        .center-img1 {
            height:248px;
            object-fit: none;
            object-position: 50% 50%;
        }
        .side-img1 {
            height:108px;
            object-fit: none;
            object-position: 50% 50%;
        }
        
    }
    
    @media only screen and (max-width: 575px) {
        .center-img1 {
           height:400px;
            object-fit: fill;
            object-position: 50% 50%;
            width:520px;
        }
        .side-img1 {
            height:400px;
            object-fit: fill;
            object-position: 50% 50%;
            width:520px;
        }
    }
    
     @media only screen and (max-width: 767px) {
        .recent-img {
            max-width:515px !important;
        }
    }
    
    @media (min-width:768px) {
        .recent-img {
            height: 250px;
        }
    }    
    
    @media (min-width:991px) {
        .recent-img {
            max-width: 400px !important;
        }
    }
    
    .box img {
        border-radius: 10px;
    }
    
    .overlay1 {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 0;
        left: 0;
        border-radius:10px;
    }
    
    .overlay2 {
        width: 94%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 0;
        left: 13px;
        border-radius:10px;
    }
    
    @media only screen and (max-width: 575px) {
        .col-pd {
            padding-left: 10%;
            padding-right: 10%;
        }
    }
    
    .bg-blue1 {
        background: #006bc3 !important;
    }
    
    .read-more-btn {
        background-image: url("../../assets/img/aa2.png");
        background-repeat: no-repeat;
        background-position: 121px 6px;
        transition: background-position 0.5s ease, padding-left 0.5s ease;
        width: 121px;
        height: 30px;
        font-size: 16px;
        padding: 1px 1px 1px 7px;
        text-align: left;
        color: #006bc3;
    }
    
    .read-more-btn:hover {
        transition: background-position 0.5s ease, padding-left 0.5s ease;
        background-position: 85px 6px;
        padding-left: 0;
        color: #006bc3;
    }
    
    
/*blog main page ends*/


/*info page blog start*/

.hero {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        height: 100vh;
        max-height: 700px;
        margin: 0 auto;
        color: #fff;
        text-align: center;
    }
    
    .hero:after {
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        content: "";
    }
    
    .hero__image-wrapper {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .hero__image {
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        object-fit: cover;
    }
    
    .hero__text {
        z-index: 1;
        max-width: 100%;
        padding: 20px 5%;
    }
    
    .hero__text h1 {
        margin: 0 0 24px;
        font-family: "Merriweather", serif;
        font-size: 50px;
        line-height: 1.3;
    }
    
    .hero__text p {
        margin: 0px 0px 40px;
        font-family: "Lato", sans-serif;
        font-size: 26px;
        line-height: 1.3;
    }
    
    .span_content {
        background-color: #51adc4;
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        padding: 5px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    
    @media only screen and (max-width: 768px) {
        .hero__text h1 {
            margin: 0 0 16px;
            font-size: 40px;
        }
        
        .hero__text p {
            margin: 0px 0px 48px;
            font-size: 22px;
        }
    }
    
    .profile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .profile img {
        width: 2.3rem;
        height: 2.3rem;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .profile .author {
        flex: 1;
        margin-left: 1rem;
    }
    
    .author p {
        font-size: 14px;
    }
    
    .author small {
        font-size: 14px;
    }
    
    .bottom-line {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    a {
        color: #ccc;
    }
    a:hover {
        color: #000;
    }
    
    .bdg {
        color: gray !important;
        background: #efefef;
        margin-bottom:5px !important;
        font-size:14px !important;
    }   
    .bdg:hover {
        background: #2f89fc;
        color: #fff !important;
    }
    
    .info-img {
        border-radius: 8px;
        border: 3px solid #fff;
    }
    
    
    /*.thumbnail2 {*/
    /*    position: relative;*/
    /*}*/
    /*.caption2 {*/
    /*    position: absolute;*/
    /*    bottom: 4%;*/
    /*    left: 8%;*/
    /*    transform: translate( -10%, -10% );*/
    /*    color: white;*/
    /*}*/
    
    /*@media (max-width: 991px) {*/
    /*    .caption2 p {*/
    /*      font-size:10px;  */
    /*    }*/
    /*    .caption2 small {*/
    /*      font-size:8px;  */
    /*    }*/
    /*}*/
    
    /*@media (max-width: 768px) {*/
    /*    .caption2 p {*/
    /*      font-size:12px;  */
    /*    }*/
    /*    .caption2 small {*/
    /*      font-size:10px;  */
    /*    }*/
    /*}*/
    
    /*@media (max-width: 565px) {*/
    /*    .caption2 p {*/
    /*      font-size:17px;  */
    /*    }*/
    /*    .caption2 small {*/
    /*      font-size:13px;  */
    /*    }*/
    /*}*/
    
    /*@media (max-width: 350px) {*/
    /*    .caption2 p {*/
    /*      font-size:10px;  */
    /*    }*/
    /*    .caption2 small {*/
    /*      font-size:9px;  */
    /*    }*/
    /*}*/
    
/*info page blog start*/

/*category page starts*/

    .bottom-line1 {
        border-bottom: 1px solid #e6e6e6;
    }
    
    .bg:hover{
        background : #f3f4f6b5;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px, rgba(0, 0, 0, 0.12) 0px 3px 6px;
    }
    
    /*.bg-blue1 {*/
    /*    background: #006bc3 !important;*/
    /*}*/
    
    @media only screen and (max-width: 575px) {
        /*.col-pd {*/
        /*    padding-left: 10%;*/
        /*    padding-right: 10%;*/
        /*}*/
        
        .col-pd-p {
            padding-left: 14%;
            padding-right: 14%;
        }
    }

/*category page ends*/


/*footer start*/

/*#footer {*/
/*    background: #004e75 !important;*/
/*    color:#fff !important;*/
/*    font-family: Poppins, sans-serif !important;    */
/*}*/

.network-p p {
    font-size: 12px;
    margin-bottom: 10px !important;
    font-weight:100 !important;
    letter-spacing: 1px !important;
}

.br-left {
    border-left:1px solid #3c689a;
}

.contact-info {
    font-size: 12px;
    font-weight:100 !important;
    letter-spacing: 1px !important;
}

.add-tit {
    font-size: 16px !important;
    font-weight: 400;
}

.footer-br {
    border-right: 1px solid #1a6083 !important;
}

@media only screen and (max-width: 767px) {
    .footer-br {
        border-right: none !important;
    }
}

        
/*footer ends*/

/*career starts*/
.career-label {
    font-weight: 400;
    color: #000;
    font-size:14px;
    padding:3px;
    
}
.form-bg {
    background: #eaf3fa;
}

.font-s {
    font-size: 12px;
    color: #000;
}

.font-s::placeholder{
    color:#ccc;
}
/*career ends*/

/*contact starts*/

.pop-txt::placeholder{
    color:#ccc;
}
/*contact ends*/

/*certificates and awards start*/
    .cr-card-list {
    	width: 100%;
    	max-width: 400px;
    }
    
    .cr-card {
    	background-color: #004e7526;
    	box-shadow: rgba(0, 0, 0, 12%) 0px 3px 8px;
    	border-radius: 0px;
    	overflow: hidden;
    	padding: 5px;
    	position: relative;
    }
    
    .cr-card-image {
    	border-radius: 0px;
    	overflow: hidden;
    	margin-bottom: 0px;
    }
    
    .cr-card-header {
    	margin-top: 1rem;
    	display: flex;
    	text-align: center;
    	align-items: center;
    	justify-content: space-between;
    	small {
    		font-weight: 600;
    		line-height: 1.25;
    		padding-right: 1rem;
    		text-decoration: none;
    	text-align: center;
    		color: inherit;
    		will-change: transform;
    		&:after {
    			content: "";
    			position: absolute;
    			left: 0;
    			top: 0;
    			right: 0;
    			bottom: 0;
    		}
    	}
    }
    
/*certifiates and awards end*/
        