
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

:root{

    --header-Font:'Lora', serif;
    --para-Font:'Source Sans Pro', sans-serif;
    --CardHead: 'Lobster', cursive;
    --header-Font-Career:'Bebas Neue', cursive;
    --para-Font-Career:'Inter', sans-serif;


    --a-darkblack-color:#898989;
    --dark-blue-color:#5D88C6;
    /* --a-darkblack-color:#454544; */
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html{
    
    font-size: 62.5%;
    scroll-behavior: smooth;

}

header .card{
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); */
    overflow: hidden;
    /* border-radius: 15px; */
    border: none;
}

header .card .backgroundImg img{
    /* border-top-right-radius: 15px;
    border-top-left-radius: 15px; */
    width: 100%;
    height: 200px;
    margin: 13px;
    background: url(/Images/Hero_Img.jpg);
    background-repeat: no-repeat;
    background-position: center;
   background-size: cover;
}

header .card .profileImg img{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid white;
    margin-top: -100px;
}

header .card .mainText{
    text-align: center;
    padding: 0px 0 30px 0;
}

header .card .mainText .username{

    font-family: var(--header-Font);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    
}

/* *******************************************************
                    NAVBAR SECTION
_______________________________________________________ */


#navBar .nav-justified{

    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 6;
    font-size: 14px;
    margin-bottom: 3rem;
    text-align: center;
    border-bottom: solid 1px #898989;
    padding-bottom: 5px;   
}

.nav-justified .nav-item, .nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 0.2;
    text-align: center;
}

.nav li a {
    color: var(--a-darkblack-color);
    text-decoration: none;
    background-color: transparent;
}

.nav li a:hover {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.nav li a:active {
    color: black;
    text-decoration: none;
    background-color: transparent;
}


/* *******************************************************
                    CONTENT SECTION
_______________________________________________________ */

#homeContainer{
    padding: 30px;
}

.container .home-Section{

    margin-bottom: 16px;
}

.container .home-Section h3{
    margin-bottom: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1;
    font-size: 16px;
    font-weight: bold;
}

.container .home-Section p{
    margin-bottom: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
    letter-spacing: 1;
    font-size: 15px;
    text-align: justify;
  text-justify: inter-word;
}



.introSection h3{
    margin-bottom: 16px;
    margin-top: 50px;
    margin-bottom: 16px;
    letter-spacing: 1;
    font-size: 30px;
    
    /* font-family: var(--CardHead); */
    

    /* text-align: justify;
    text-justify: inter-word; */
}

.introSection p{
    margin-bottom: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
    letter-spacing: 1;
    font-size: 15px;
    text-align: justify;
  text-justify: inter-word; 
}



.contactUsBtn{

    font-family: var(--para-Font);
    font-size: 1.6rem;
    color: white;
    background-color: #5D88C6;
    text-decoration: none;
    padding: 1rem 2rem 1rem 2rem !important;
    border: 0.1rem solid var(--dark-blue-color);
    border-radius: 0.5rem;
    text-align: center;
}


/* *******************************************************
                    FOOTER SECTION
_______________________________________________________ */
 .footer{
    background-color: #5D88C6;
    padding: 40px 72px 5px 52px ;
}

.footerHead{
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.footerTxt{
    font-size: 12px;
    font-weight: normal;
    color: white;
}

.footerTxt a{
    font-size: 12px;
    font-weight: normal;
    color: white;
    text-decoration: none;
}

.end-Footer{
    
    min-height: 22px;
    
}

.end-Footer p{
    background-color: #454544;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 100px;
    color: white;
    text-align: center;
    padding: 5px;
}

.end-Footer a{
    text-decoration: none; 
    color: white;
}

.back-to-top {
    background-color: #454544;
    opacity: 70%;
    position: fixed;
    bottom: 37px;
    right: 30px;
    display: none;
    border-radius: 50%;
}


/* ########################################
                Research Page CSS
   ######################################## */



   /* ########################################
                Services Page CSS
   ######################################## */
   .button, .card-texts, .card-titles{
    font-family: 'Open Sans', sans-serif;
  }
 
  .cards{
    width: auto;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 50px 50px;
    box-shadow: 2px 2px 15px 2px #ccc;
    margin: 0 30px 30px;
    align-content: center;
  }
  
  .img{
     border-top-right-radius: 5px 5px;
    border-top-left-radius: 50px 50px;
    height: 200px;
  }
  
  .button{
    transition: 0.8s ease;
    background-color: #0082FE;
    color: #fff;
    font-size: 14px;
    border-radius: 2rem;
    margin: 25px 0 5px;
  }
  
  .button:hover{
    transition: 0.8s ease;
    border-color: #0082FE;
    background-color: #fff;
    color: #0082FE;
    font-size: 14px;
  }

  .card-titles{
    font-family:'Bebas Neue', cursive;
    text-transform: uppercase;
    color: var(--dark-blue-color);
    font-size: 15px;
  }

  .card-texts{
   
    font-size: 14px;
  }

    /* ########################################
                Careers Page CSS
   ######################################## */

   #hero {
    margin-left: 0;
    width: 100%;
    /* background-image: url(../Images/banner_Facebook\ Cover\ copy\ 2.png); */
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 12rem; */
  }
  
  #hero #div1 #div2 .itm1 {
    /* padding: 96px 40px 54px; */
    padding-bottom: 30px;
  }
  
  #hero #div1 #div2 .itm1 h2 {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 90%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--dark-blue-color);
    font-family: var(--header-Font-Careert);
  }
  
  #hero #div1 #div2 .itm1 p {
    font-family: var(--para-Font);
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 120%;
    text-align: center;
    color: #000000;
  }
  
  #hero #div1 #div2 .itm1 .item2 {
    margin: 6rem 0 0 0;
  }
  
  #hero #div1 #div2 .itm1 .item2 .anch a {
    text-decoration: none;
    color: var(--a-dark-black-color);
    font-weight: 600;
    font-style: normal;
    font-family: var(--para-Font-Careernt);
    font-size: 1.2rem;
    line-height: 150%;
  }
  
  #hero #div1 #div2 .itm1 .item2 .anch span {
    text-decoration: none;
    color: var(--dark-blue-color);
    font-weight: 600;
    font-style: normal;
    font-family: var(--para-Font);
    font-size: 1.2rem;
    line-height: 150%;
  }

   /* ########################################
                CV & Pay Us Page CSS
   ######################################## */

   table th{
    font-size: 16px;
    text-align: center;
   }

   table td{
    font-size: 16px;
    text-align: center;
   }

   #ePaisa{
    font-size: 16px;
    text-align: center;
   }

   .payUsImg{
      
    display: grid;
    justify-items: center;
    align-items: center; 
   }

   

   /* ########################################
                Book Appointment Page CSS
   ######################################## */


   .register h2 {
    font-weight: 200;
    font-size: 2rem;
    line-height: 90%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--dark-blue-color);
    font-family: var(--header-Font-Careert);
    padding-bottom: 20px;
  }

      .text-align {
        margin-top: -3%;
        margin-bottom: -9%;
        padding-bottom: 10%;
        margin-left: 30%;
      }
      .form-new {
        margin-right: 22%;
        margin-left: 20%;
      }

      #float{
        padding: 0 20rem;
      }
      
      .register {
        /* background: -webkit-linear-gradient(left, #055a4f, #00c6ff); */
        padding: 3%;
        border-radius: 2.5rem;
      }
      .btnSubmit {
        width: 50%;
        border-radius: 1rem;
        padding: 1.5%;
        color: #fff;
        background-color: #03612e;
        border: none;
        cursor: pointer;
        margin-right: 6%;
        color: rgb(246, 246, 252);
        margin-top: 4%;
      }
   

      /* ########################################
                Contact Page CSS
   ######################################## */

   .container .home-Section  img{
    width: 17px;
    height: 13px;
    margin-right: 10px;
}

.container .home-Section span{
    margin-bottom: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
    letter-spacing: 1;
    font-size: 14px;
}

form label{
  color: #232323;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.form-controli {
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 2.375rem 0.;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form input{
 
    font-size: 18px;
    font-weight: 400;   
}

.btn
{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  padding: 8px 16px;
}

button [title="Submit Request"]
{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 50px;
  padding: 8px 16px;
}

.whatsapp_float{
  position: fixed;
  bottom: 145px;
  right: 30px;
}


/* ########################################
    **************************************
                Media Query
    **************************************
   ######################################## */

/* For Multimedia Devices    */
@media (min-width:1500px) {
    .introSection .tumbImg{
        float: right; 
    }

    #float{
        padding: 0 25rem;
      }
  }
  
  /* For Desktop Devices    */
  @media (min-width:1073px) and (max-width:1500px) {
    .introSection .tumbImg{
        float: right; 
    }
  }
  
  /* For Tablet Devices    */
  @media (min-width:993px) and (max-width:1073px) {
    .introSection .tumbImg{
        float: right; 
    }  
  }
  
  /* For Smart Mobile Devices    */
  @media (min-width:768px) and (max-width:992px) {
    .introSection .tumbImg{
        float: right; 
    }

    #float{
        padding: 0 10rem;
      }
  }

  /* For Smart Mobile Devices    */
  @media (min-width:501px) and (max-width:769px) {
   
    #float{
        padding: 0 7rem;
      }
  }
  
  /* For Small Mobile and Below Devices    */
  @media (min-width:200px) and (max-width:500px) {

    #navBar .nav-justified{
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 6;
        font-size: 11px;
        margin-bottom: 3rem;
        text-align: center;
        border-bottom: solid 1px #898989;
        padding-bottom: 5px;   
    }

    .form-control {
        font-family: 'Source Sans Pro', sans-serif;
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 1.375rem 0.rem;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    header .card .mainText .username {
        font-family: var(--header-Font);
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .introSection .tumbImg{
        display: grid;
        justify-items: center;
        align-items: center;
        
    }

    #float{
        padding: 0 2rem;
      }

}


 @media (min-width:768px) and (max-width:1200px){ 
        #Iframe{ 
            width :200px;
            height :72px;
            } 
        }


        
        @media (min-width: 360px) 
        {

            .introSection .tumbImg{
                display: grid;
                justify-items: center;
                align-items: center;
                PADDING-LEFT: 20PX;
                padding-top: 15PX;
            }
    }


