@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --blue: #06b3e5;
}

body {
    /*font-family: 'Lora';*/
    overflow-x: hidden;
    /*font-family: 'Lora', serif;*/
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    transition: all 1s;
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

section {
    background: #fff;
}
.btn_appointment
{
        background-color: #003a52;
    padding-left: 1rem;
    padding-right: 1rem;
}
.btn_appointment:hover
{
    color:#fff;
}
.triangle-area {
    height: 700px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.profile_img
{
        position: absolute;
    bottom: 0rem;
    right: 6rem;
    width: 28rem;
    z-index:99;
}
.home-area {
    height: 100vh;
    min-height: 600px;
    background: url(../img/banner-1.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    /* box-shadow: 0 2px 10px #d56128; */
}

a {
    text-decoration: none;
    color: initial;
}

a:hover, a:active {
    text-decoration: none;
    color: initial;
}

.form-control, .btn {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.space {
    padding: 5rem 0;
}

.space-top {
    padding-top: 5rem;
    padding-bottom: 0;
}
#particle-canvas
{
    /*position: relative;*/
    /*height: 650px;*/
    /*width: 100%;*/
    /*background-color: #003a52;*/
    /*color: #fff;*/
    /*top: -25px;*/
        position: relative;
    height: 650px;
    width: 100%;
    background-image: url(../../assets/images/blur-hospital_optimized.jpg);
    color: #fff;
    top: -25px;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}
#particle-canvas div
{
    background-image:none !important;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.navbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem;
    background-color: #00adf4;
    color: #fff;
    overflow: hidden;
}

/*brand could be name or image*/

.brand img {
    width: 60px;
    height: 60px;
}

a.brand h1 {
  color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
}

.navbar .nav-list {
    padding: 2rem 0;
    list-style-type: none;
    text-align: center;
    overflow: hidden;
}

.nav-list li {
    margin-left: 1.5rem !important;
 
}
.bcontent
{
    position: absolute;
    top: 28%;
    left: 5rem;
}
.btn_explore
{    position: relative;
    top: 8rem;
    border: 2px solid #003a52;
    color: #fff;
    padding: 0.6rem 2.5rem;
    font-size: 18px;
    font-weight: 400;
    z-index: 99;
    background-color: #003a52;
}
.btn_explore:hover
{
    color:#fff;
}
.sentence
{
    width:42rem;
}
.slidingVertical{
    text-indent: 0;
    font-size: 4.5rem;
    font-weight: 800;
}
.slidingVertical span{
	    animation: topToBottom 7.5s linear infinite 0s;
    -ms-animation: topToBottom 7.5s linear infinite 0s;
    -webkit-animation: topToBottom 7.5s linear infinite 0s;
    color: #003a52;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.lower_content
{
        position: relative;
    display: block;
    top: 6.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: #003a52;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.bcontent h3 span {
    -webkit-text-stroke: 1px #fff;
}
.bcontent h3 span {
      color: transparent;
    -webkit-text-stroke: 2px #003a52;
    padding-left: 2px;
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-list li a {
  letter-spacing: 0px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.8rem 0rem;
    color: inherit;
    font-size: 15px;
}

/*toggler button*/

.navbar .toggler {
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 3;
    outline: none;
}

/*hamburger*/

.toggler .line {
       display: block;
    width: 20px;
    height: 4.5px;
    background-color: #fff;
    margin-bottom: 0.3rem;
    transition: 0.4s;
}

/*close icon*/

.cross .line:nth-child(1) {
    transform: rotate(-45deg) translate(-9px, 6px);
}

.cross .line:nth-child(2) {
    opacity: 0;
}

.cross .line:nth-child(3) {
    transform: rotate(45deg) translate(-7px, -5px);
}

/*only for mobile and tablets devices*/

@media (max-width: 767px) {
    /*hide nav by transform*/
    .nav-list-container {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: inherit;
        z-index: 2;
        transform: translateX(-100%);
        /*nav sidebar speed*/
        transition: all 0.5s linear;
        opacity: 0.5;
    }
    .btn_appointment
    {
        width:fit-content;
    }
}

/*make nav visible by transform*/

.nav-active {
    transform: translateX(0%);
    opacity: 1;
}

/*navigation for tablet and desktops*/

@media (min-width: 768px) {
    .navbar {
            padding: 1rem 5rem;
    }
    /*make nav-list horizontal on big screens*/
    .navbar .nav-list {
        display: flex;
        flex-direction: row;
        padding: 0;
            margin: 0px;
    }
    .nav-list li {
        margin: 0 0.4rem;
    }
    /*hide toggler button on big screens*/
    .navbar .toggler {
        display: none;
    }
}

#home .carousel-item {
    width: 100%;
    height: 600px;
    position: relative;
    animation: animzoom 3s ease-in-out 1;
    overflow: hidden;
}

.carouselitem1 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/banner-1.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.carouselitem2 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/banner-2.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.carouselitem3 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/banner-3.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    background: #eeecec;
    z-index: 10;
    transition: all 3s;
    opacity: 0;
}

.ovelay_top {
    top: 0;
    left: 0;
    animation: anim 3s ease-in-out 1;
}

.ovelay_bottom {
    bottom: 0;
    left: 0;
    animation: animdown 3s ease-in-out 1;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 999;
}

@keyframes anim {
    0% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 1;
    }
}

@keyframes animdown {
    0% {
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 1;
    }
}

@keyframes animzoom {
    0% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}
figure
{
        margin: 0 0 1rem;
    height: 300px;
    width: 100%;
}
figure img
{
    height:100% !important;
    width:100%;
    object-fit:cover;
}
.carousel_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    width: fit-content;
    height: fit-content;
    text-align: center;
    padding: 1rem;
    background-image: linear-gradient(to bottom, rgba(0255, 255, 255, 0.4), rgba(255, 255, 255, 0.5));
    background-size: cover;
    animation: word 5s ease-in-out 1;
    opacity: 1;
}

.carousel_text h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #123638;
    text-shadow: 0 0 10px #123638;
}

.carousel_text p {
    color: #242424;
    text-shadow: 0 0 10px #242424;
    font-size: 18px;
}

@keyframes word {
    0% {
        transform: translate(-50%, -50%) translateX(-50%);
        opacity: 0;
    }
    80% {
        transform: translate(-50%, -50%) translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.carousel_text h1 i {
    color: #fff;
    font-size: 3rem;
    opacity: 01;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    /* background: no-repeat 50%/100% 100%; */
    border: 1px solid #fff;
    background-size: 22px;
    background-color: #003a52;
}

.title {
           color: #00adf4;
    font-family: 'Courgette', sans-serif;
    font-size: 18px;
    position: relative;
    width: fit-content;
    border-left: 4px solid #00adf4;
    padding-left: 7px;
    font-weight: 500;
    margin-bottom: 0px;
}
.text__column {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.text__img {
    width: 100%;
    min-height: 100%;
    height: 100%;
}
.info-tabs
{
        border-bottom: 1px solid #dee2e6;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y:hidden;
}
.info-tabs::-webkit-scrollbar {
  width: 4px;
  height:5px;
}
.poly_call
{
    clip-path: polygon(80% 100%,100% 0,0 0,0% 100%);
    background-color: #00adf4;
        padding: 1.6rem 0rem 1.6rem 3rem;
}
.poly_img_top
{
         width: 3.5rem;
    height: 3.5rem;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0.7rem;
    display:inline-block;
    float:left;
}
.poly_call a
{
        color: #fff;
    margin-left: 1rem;
    font-size: 22px;
    float:left;
    line-height: 3.5rem;
    
}
.poly_img_top img
{
    width:100%;
    height:100%;
    object-fit:contain;
}
.call_social_icon li a
{
        border: 2px solid #fff;
    
    padding: 0.6rem 0.8rem;
    margin: 0.2rem;
}
.call_social_icon li a i
{
    color:#fff;
}
.main_call
{
    background-color: #003a52;
    padding: 0rem 1rem;
}
.main_call_row
{
    padding:0rem 1rem;
}
.call_social_icon 
{
    margin:0rem;
        margin-top: 2.8rem;
}
.call_social_icon li
{
    display:inline;
    list-style-type:none;
}
/* Track */
.info-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.info-tabs::-webkit-scrollbar-thumb {
  background: #003a52;
}

/* Handle on hover */
.info-tabs::-webkit-scrollbar-thumb:hover {
  background: #00adf4;
}
.info-tabs li
{
        margin-bottom: -1px;
    margin-right: 1rem;
}
.list_item_image
{
        width: 1.4rem;
    margin-right: 0.4rem;
}
.info-tabs li a
{
        border: 1px solid transparent;
    width: 13rem;
    text-align: center;
    padding: 30px 15px;
    height: 125px;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
   
    box-shadow: 0px 3px 8px 0px #fbfbfb;
    background: rgba(22, 101, 216, 0.1);
    margin-bottom: 0.5rem;
}
.dr_content_ul
{
        text-align: left;
    margin-top: 1.5rem;
    list-style-type:none;

    padding-inline-start:12px;
}
.drconh2
{
        font-size: 30px;
    text-align: left;
    padding-left: 0.5rem;
    border-left: 4px solid #00adf4;
    margin-left: 1rem;
    color: #003a52;
}
.dr_content_ul li
{
           padding-left: 1.7rem;
    position: relative;
    font-size: 16px;
    margin-bottom: 0.5rem;
    line-height: 25px;
    color: #797979;
}
.dr_content_ul li img
{
       position: absolute;
    left: 0px;
    width: 1rem;
    top: 5px;
}
.info-tabs li a.active
{
    color: #fff !important;
    background-color: #003a52 !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}
.info-tabs li a img
{
        width: 3.5rem;
    margin-bottom: 0.5rem;
}
.text__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text__column h1 {
 font-size: 2.5rem;
    color: #003a52;
    font-weight: 700;
}

.text__column p {
           font-size: 16px;
    margin-bottom: 0rem;
    text-align: justify;
    color: #797979;
    line-height: 34px;
    margin-top: 1.2rem;
    padding-right:1.8rem;
}

.view_services {
   padding: 0.6rem 2rem;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
}
.view_services1 {
    padding: 0.6rem 2rem;
    border: 2px solid #003a52;
    color: #003a52;
    border-radius: 30px;
    margin-top: 40px;
}
.view_services1:hover
{
    color:#003a52;
}

.view_services:hover {
    color: #003a52;
    background-color:#fff;
}

.spl_background {
    width: 100%;
    height: 100%;
    background-color: #efefef;
    color: #fff;
}

.title_dark {
    color: #123638;
    font-family: 'Courgette', sans-serif;
    font-size: 18px;
    position: relative;
    width: fit-content;
}

.title_dark::after {
    content: '';
    position: absolute;
    bottom: 0%;
    right: -100px;
    /* transform: translateX(-50%); */
    width: 100px;
    height: 1px;
    background-color: #123638;
}

.test_img {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.test__text {
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 2rem 1rem;
}

.test_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub__title {
    font-size: 3rem;
    color: #003a52;
    font-weight: 700;
}

.test__text h1 {
      font-size: 3rem;
    color: #003a52;
    font-weight: 700;
}

.test__text p {
       line-height: 36px;
    font-size: 17px;
    text-align: justify;
    margin-top: 2rem;
    color: #000;
}

.update_box {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    padding: 1rem 1.2rem;
    position: relative;
}

.update__p {
    font-size: 16px;
    text-align: justify;
    color: gray;
}

.update__date {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 80px;
    height: fit-content;
    border: 1px solid #003a52;
    padding: 0.1rem;
    background: #003a52;
    color: #123638;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    transform: skewX(-10deg);
    /* box-shadow: 0px 0px 1px #003a52; */
}

.update__date p {
    transform: skewX(10deg);
    margin-bottom: 0;
    font-weight: 700;
}

.update__date::before {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 29px solid #242424;
    border-right: 12px solid transparent;
}

.update__img {
    width: 100%;
    height: 75%;
    max-height: 100%;
    box-sizing: border-box;
}

.update__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.read_more {
    color: #003a52;
    font-weight: 800;
}

#update .col-md-4 {
    margin-bottom: 40px;
}

.call_to_action {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 4rem 0;
}

.call__text {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: justify;
    padding: 2rem 0
}

.call__text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.place_query {
        width: 80%;
    height: 100%;
    position: relative;
    right: 0;
    float: right;
}

.place_query form .input-group {
    margin-bottom: 10px;
}

.place_query form .input-group .form-control {
    border: 1px solid gray;
}

.place_query form .input-group textarea {
    resize: none;
    height: 70px;
}

.submit {
   background-color: #003a52;
    color: #fff !important;
    font-weight: 600;
}

#gallery .col-md-4 {
    margin-bottom: 30px;
}

.gallery__box {
    width: 100%;
    min-height: 100%;
    height: 300px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.gallery__box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.gallery__box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 98%, rgba(0, 0, 0, 0.3) 2%);
    transition: all 1s;
    transform: scale(0.4);
    z-index: 12;
    opacity: 0;
}

.gallery__box:hover::before {
    animation: zoom 1s linear 1;
}

@keyframes zoom {
    0% {
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        transform: scale(0.2);
        opacity: 0;
    }
}

#testimonial {
    /* background: #fff; */
    padding: 5rem 0 0 0;
}

.testimonial {
    background: #003a52;
    padding: 1rem 1.2rem;
    margin: 0 10px 60px;
    position: relative;
    color: #fff;
    height: 260px;
    min-height: 100%;
}

.testimonial:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #0c5e80;
    border-left:50px solid #efefef;
    box-shadow: 7px 7px 7px rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial .testimonial-title {
    /* font-size: 15px; */
    font-weight: 500;
    color: #006fb8;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

.testimonial .description {
        font-size: 13px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    text-align: justify;
}

.testimonial .post {
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    color: Efff;
    margin-top: 10px;
}

.testimonial .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -35px;
    right: 23px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.owl-theme .owl-controls {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #3646b5;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}

.owl-prev:before, .owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.owl-next:before {
    content: "\f054";
}

@media only screen and (max-width: 767px) {
    .owl-theme .owl-controls {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial {
        margin: 0 10px 60px;
        text-align: center;
        padding: 20px 30px 20px 40px;
    }
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 20px 25px 20px 25px;
    }
}

.stars {
    display: inline-flex;
    width: 100%;
    height: fit-content;
    color: yellow;
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 10px;
}

.copyright_bg {
    background: #000;
    text-align: center;
    color: #fff;
    font-style: italic;
}

.copyright_bg span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer {
    position: relative;
    background-color: #003a52;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url(../img/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.footer_box {
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    color: #fff;
}

.footer_title {
    background: linear-gradient( 
-580deg
, #fff 71%, transparent 88%);
    width: 100%;
    height: fit-content;
    padding: 0.7rem 1rem;
    /* background: red; */
    text-align: left;
    color: #002a3b;
    font-size: 17px;
    margin-bottom: 30px;
}

.footer_box p {
      color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.footer_box p i {
      margin-right: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem;
}

.footer_box p a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.float-whatsapp {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
}

.float-whatsapp img {
    width: 2.5rem;
}
.callbox {
    background-color: #003a52;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding: 0.5rem;
}
.callbox img {
    width: 2rem;
}
@media(max-width: 600px) {
    .bcontent {
    position: absolute;
    top: 15%;
    left: 1rem;
    width: 90%;
   
}
.drconh2 {
    font-size: 20px;
  
    margin-left: 0;
}
.bcontent h3 span {
 
    padding-left: 0px;
    font-size: 30px;
}
.sentence {
    width: 100%;
}
.slidingVertical {
    text-indent: 0;
    font-size: 30px;
    font-weight: 600;
}
.btn_explore {
    position: relative;
    top: 4.5rem;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 15px;
    font-weight: 400;
    z-index: 99;
}
.profile_img {
    bottom: 0rem;
    width: 100%;
    position: absolute;
    display: block;
    margin: 0 auto;
    right: unset;
    height: 280px;
    object-fit: contain;
}
.lower_content {
    position: relative;
    display: block;
    top: 3.5rem;
    font-size: 23px;
    font-weight: 400;
}
    .navbar
    {
        padding:1rem 0.8rem;
    }
    a.brand h1 {
        font-size: 18px;
    }
    .carousel_text {
        max-width: 80%;
        background: transparent;
    }
    .carousel_text h1 {
        font-size: 20px;
    }
    .carousel_text h1 i {
        font-size: 18px;
    }
    .carousel_text p {
        font-size: 14px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
    #home .carousel-item {
        height: 300px;
    }
    .sub__title, .text__column h1, .test__text h1 {
        font-size: 20px;
    }
    .text__column p {
            font-size: 14px;
    margin-bottom: 1rem;
    padding-right: 0rem;
    line-height: 28px;
    }
    .poly_call {
    clip-path: polygon(100% 100%,100% 0,0 0,0% 100%);
    background-color: #00adf4;
    padding: 1rem;
}
.poly_img_top {
    width: 2.5rem;
    height: 2.5rem;
  
    padding: 0.2rem 0.4rem;
    margin:0.5rem 0rem;
  
}

.info-tabs li {
    margin-bottom: -1px;
    margin-right: 0.4rem;
}
.info-tabs li a img {
    width: 2.5rem;
    margin-bottom: 0.4rem;
}
.dr_content_ul li {
    padding-left: 1.7rem;
    position: relative;
    font-size: 14px;
    margin-bottom: 0.5rem;
    line-height: 23px;
    color: #797979;
}
.dr_content_ul {
    text-align: left;
    margin-top: 1rem;
    list-style-type: none;
    padding-inline-start: 0;
}
.info-tabs li a {
    border: 1px solid transparent;
    width: 8rem;
    text-align: center;
    padding: 14px 10px;
    height: 110px;
    min-width: 90px;
    display: flex;
    font-size:13px;
    line-height:18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 3px 8px 0px #fbfbfb;
    background: rgba(22, 101, 216, 0.1);
    margin-bottom: 0.5rem;
}
.call_social_icon {
    margin: 0rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-inline-start: 0px;
}
.call_social_icon li a {
   
    padding: 0.4rem 0.6rem;
}
.poly_call a {
    color: #fff;
    margin-left: 1rem;
    font-size: 17px;
    float: left;
    line-height: 2.5rem;
}
    #about .col-md-8 {
        margin-bottom: 30px;
    }
    .view_services {
        padding: 0.3rem 2rem;
    }
    .test__text {
        padding: 2rem 0rem;
    }
    .test__text p {
        line-height: 24px;
        font-size: 14px;
    }
    .space {
        padding: 2rem 0;
    }
    .update__p {
        line-height: 24px;
        font-size: 14px;
    }
    .update__img {
        width: 100%;
        height: 56%;
        object-fit: fill;
    }
    .call_to_action {
        padding: 1rem;
    }
    .call__text p {
           font-size: 14px;
    line-height: 30px;
    margin-bottom: 1.5rem;
    }
    .testimonial .description {
        font-size: 12px;
    }
    .testimonial .testimonial-title {
        margin-bottom: 0;
    }
    .footer_box p a {
        font-size: 14px;
    }
    .footer_title {
        font-size: 15px;
    padding: 0.5rem 0.5rem;
    margin-bottom: 18px;
    margin-top: 1rem;
    }
    .footer_box p i {
        font-size: 16px;
        padding: 0.3rem;
    }
    .footer_box p {
        color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    }
    .footer_box {
        text-align: center;
    }
    .copyright_bg span a, .copyright_bg span {
        font-size: 9px;
    }
    .place_query {
    width: 100%;
    }
    .view_services1 {
    padding: 0.5rem 1rem;
    border: 2px solid #003a52;
    color: #003a52;
    border-radius: 30px;
    margin-top: 49px;
    font-size: 15px;
}
.nav-list li a {
    letter-spacing: 0px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.7rem 1rem;
    color: inherit;
    font-size: 15px;
    text-align: left;
}
#particle-canvas {
     height: 580px;
    top: 10px;
    background-size: cover;
}

}