    /*1. Index Page*/ 
    body {
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden;
        }
        
        h1,h2,h3,h4,h5,h6, span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
            font-family: 'Roboto', 'Poppins';
            font-weight: bold;
        }
        .main-nav{
            min-height: 80px;
        }
        .usa_logo {
            width: 430px;
        }
        .main-nav .navbar-brand.order-first{
            z-index: 2;
           position: absolute;
              top: 95%;
              left: 50%;
              transform: translate(-50%, -50%);
        }
        .navbar-nav .main_nav_item .nav-link{
            color: #0E2849;
        }
        .main_carousel .carousel-indicators{
            display: none;
        }
        .usa_caption{
            position: absolute;
            top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 100%;
        }
        .campuses {
            position: absolute;
            width: 100%;
            bottom: -80px;
        }
        .campuses .campus img{
            width: 100px;
        }
        .campuses .campus h6{

            font-size: 14px;
            font-weight: 600;
            margin-bottom: 5px;
       }
        .campuses .campus{
            background-color: white;
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
            padding: 10px;
            border-radius: 5px;
        }
        .campuses .campus .btn{
            padding: 5 10px;
            font-size: 12px;
        }
        .choose{
            padding:70px 0 ;
        }
        .head {
            background: #0B2947;
            color: white;
        }
        
        .head_ul {
            padding: 0.5%;
            margin-bottom: 0;
        }
        
        .list-inline-item:not(:last-child) {
            margin-right: 3.5rem;
            font-size: 13px;
        }

        .nav_dropdown{
            color: #0B2947;
            font-size: 13px;
            line-height: 1.95;
            display: table;

        }

        .dropdown_heading{
            color: #0B2947;
            font-weight: bold;   
        }

        .academics_menu{
            left: -577%;
            min-width: 75rem;
            /*padding: 0.5rem 3rem;*/
        }
        
        .campus_section {
            border: solid 1px transparent;
            border-radius: 7px;
            margin-top: 2%;
        }
        
       
        
        .main_caption {
            font-size: 65px;
            font-weight: 600;
            word-spacing: 5px;
            letter-spacing: 2px;
        }
        


        .media_paragraph{
            font-size: 12px;
            margin-bottom: 5px;
        }

        
      
        
        .about_section {
          margin-top: 170px;
        }

        .about_paragraph{
            font-size: 13.5px;
            line-height: 1.77;
            }
        
        .about_images {
            height: 188px;
        }
        
        .about_wide_image {
            width: 538px;
        }
        
        .earn_section {
            margin-top: 7%;
        }
        .earn_heading{
            font-weight: bold;
            margin-top: 6%;
        }
        .earn_image{
                max-height: 374px;
        }
        
        .box-part {
            background: white;
            padding: 40px 22px;
            margin: 15px 13px;
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
            margin-bottom: 0px;
        }
        .box-part:hover{
           box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
           -ms-transform: scale(1.02); /* IE 9 */
           -webkit-transform: scale(1.02); /* Safari 3-8 */
           transform: scale(1.02); 

        }
        

        .academics_card{
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
        }
        .academics_card img{
            width: 100%;
            height: 200px;
            object-fit: fill;

        }
        .academics_card .card-text{
            font-size: 14px;
        }
        .academics_section .row.mt-3{
            margin: 0 70px !important;
        }
        .text {
            margin: 10px 0 20px 0;
                    }
        
     
        
        .learn_text {
            font-weight: bold;
        }
        
        .stats_section {
            background-image: url(../images/stats_img.jpg);
            background-repeat: no-repeat;
            background-position: center -160px;
         }

         .bg-blue{
            background-color: rgba(11,41,71,.89);
            padding: 100px 0;
            color: #fff;
         }
          .bg-blue span{
            display: block;
          }
        }
        
        .stats_row {
            padding: 3%;
            background-color: rgba(17, 5, 80, 0.79);
        }
        
        .stats_padding {
            padding: 2%;
        }
        
        .stats_container {
            margin-top: 7%;
        }
        
      
        
        .academics_section {
            margin-top: 7%;
        }
          span.programs{
            color: #9F9F9F;
            font-size: 16px;
        }
        .life_section {
            margin-top: 7%;
        }
        
        .news_section {
            margin-top: 7%;
        }
        .for-mb{
            display: none;
        }
        .location_iframe {
            border: 1px solid transparent;
            border-radius: 7px;
            width: 100%;
        }
        
        .life_img {
            height: auto;
        }
        /*Apply Now Section*/
       
        .apply_container {
            margin-top: 7%;
        }
        
        .apply_section {
            background-image: url(../images/apply_img.png);
            background-repeat: no-repeat;
            background-position: bottom;
        }
        
        .apply_row {
            padding: 5%;
            background-color: rgba(17, 5, 80, 0.79);
        }
        /*End Apply Now Section*/
        
        .alumni_section {
            margin-top: 7%;
        }
        
        .testimonial_img {
            border-radius: 50%;
            margin: 0 auto;
            display: block;
        }
        
        .alumni_caption {
            position: initial;
            color: black;
        }
        
        .alumni_indicators {
            bottom: -10%;
        }
        
        .alumni_indicators .active {
            background-color: black;
        }
        
        .btn {
            background-color: #0B2947;
            border-color: #0B2947;
        }
        
        .btn:hover {
            background-color: #0B2947;
            border-color: #0B2947;
        }

        .news_card{
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
        .updates_card{
            position: relative;
        }

        .news_badge{
            border-radius: 0;
            font-weight: lighter;
            position: absolute;
            top: 4.5%;
            width: 28%;
        }

        .academics_row{
            padding: 61px;
            padding-bottom: 0;
            padding-top: 0;
        }
        @media screen and (max-width: 998px) {
            .navbar-expand-md>.container{
                margin: 0;
                max-width: 1200px;
            }
           img.usa_logo{
            width: 300px;
           }
            .navbar-nav .main_nav_item .nav-link{
                font-size: 16px;
            }
            .first-order img.usa_logo{
                width: 300px;
            }
          
            .campuses{
                position: inherit;
            }
           
        }
         @media screen and (max-width: 872px) {
            .main-nav .navbar-brand.order-first{
                display: none;
            }
            .campus .media{
                margin-bottom: 20px;
            }
            .usa_caption{
                bottom: auto;
            }
            .navbar-light.main-nav{
                padding: 10px 15px;
            }
            .main-nav{
                max-height: 60px !important;
            }
             .main-nav .for-mb img{
                width: 60px;
             }
             .campuses {
                bottom: 0;
                margin-top: 40px;
             }
             .about_section{
                margin: 40px 0;
             }

         }
        @media screen and (max-width: 767px) {
            .navbar-collapse{
                z-index: 99;
                background-color: white;
                    margin: 0 -20px;
                padding: 0 20px;
            }
            .about_images,
            .about_wide_image {
                width: 100%;
                margin-top: 2%;
            }
            .about_images{
                height: auto;
            }
            .head {
                display: none;
            }
             .earn_heading {
                margin-top: 8%;
            }
          
            .about_images,
        .about_wide_image {
            width: 100%;
            margin-top: 2%;
        }
         .life_img {
            width: 100%;
        }
          .main_caption {
                font-size: 23px;
                white-space: nowrap;
                letter-spacing: 0px;
                word-spacing: 2px;
            }
           
            .mobile_btn {
                font-size: 0.90rem;
            }
            .uni-stats{
                    background-position: center;
            }
              .uni-stats span.h4{
                margin-bottom: 30px;
                font-weight: 400;
                font-size: 14px;
            }
            .container.news_section .px-5{
                padding: 0 !important;
            }
            .for-mb{
                display: block;
            }
            .bg-blue{
                padding: 50px 0;
            }
            .academics_section .row.mt-3{
            margin: 0 !important;
        }
           .form_card{
            margin-top: 8%;
            } 

        }
        
   
 

    .location_section{
        margin-top: 5%;
    }

    /*FOOTER*/
    footer {
        background: #0B2947;
        color: white;
    }
    footer a {
        color: #fff;
        font-size: 12px;
        transition-duration: 0.2s;
    }
    footer a:hover {
        color: #FA944B;
        text-decoration: none;
    }
    .copy {
        font-size: 12px;
        padding: 10px;
        border-top: 1px solid #FFFFFF;
    }
    .footer-middle {
        padding-top: 4em;
        color: white;
    }
    /*SOCİAL İCONS*/
    /* footer social icons */
    ul.social-network {
        list-style: none;
        display: inline;
        margin-left: 0 !important;
        padding: 0;
    }
    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }
    /* footer social icons */
    .social-network a.icoFacebook:hover {
        background-color: #3B5998;
    }
    .social-network a.icoLinkedin:hover {
        background-color: #007bb7;
    }
    .social-network a.icoTwitter:hover {
        background-color: #007bb7;
    }
    .social-network a.icoFacebook:hover i,
    .social-network a.icoLinkedin:hover i,
    .social-network a.icoTwitter:hover i {
        color: #fff;
    }
    .social-network a.socialIcon:hover,
    .socialHoverClass {
        color: #44BCDD;
    }
    .social-circle li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .social-circle li i {
        margin: 0;
        line-height: 30px;
        text-align: center;
    }
    .social-circle li a:hover i,
    .triggeredHover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms--transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }
    .social-circle i {
        color: #595959;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
    }
    .social-network a {
        background-color: #F9F9F9;
    }
    .main_nav_item {
        margin-right: 1rem;
    }
    .footer_paragraph {
        font-size: 13px;
    }
    /*End Footer Section*/
    /*Media queries 320px, 415px, 767*/

    
.mainevents_section {
            background-color: cadetblue;
            padding: 4%;
            background-color: rgba(17, 5, 80, 0.79);
        }
        
        .mainevents_container {
            background-color:
        }
        
        .events_media {
            background-color: white;
            padding: 1%;
            border-radius: 1.5%;
            position: relative;
        }
        
        .events_badge {
            position: absolute;
            top: 79%;
            left: 19%;
            background-color: #0B2947;
        }
        
        .main_events_img {
            height: 150px;
            width: 179px;
            border-radius: 3%;
        }
        
        .event_media_paragraph {
            font-size: 13px;
            padding-right: 6%;
        }
        
        .event_paragraph {
            padding-right: 98px;
            padding-left: 98px;
            font-size: 14px;
        }
        
        .events_learn_text {
            display: block;
        }

        /*End Index Page*/


        /*2. Program Page*/

        .avaiation_paragraph{       
            font-size: 14px;
        }

        .aviation_img{
            filter: brightness(0.5);
        }

        .aviation_caption{
            position: absolute;
            top: 57.5%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }        

        .aviation_caption_text{
            font-size: 65px;
            font-weight: 600;
            word-spacing: 5px;
            letter-spacing: 2px;        
        }

        .introduction{
            margin-top: 9%;
            margin-bottom: 9%;
        }        

        .career_outlook_section {
            margin-top: 7%;
        }
        .career_outlook_heading{
            font-weight: bold;
            margin-top: 6%;
        }
        .career_outlook_image{
                max-height: 374px;
        }

        .degree_value_section {
            margin-top: 7%;
        }
        .degree_value_heading{
            font-weight: bold;
            margin-top: 6%;
        }
        .degree_value_image{
            max-height: 374px;
        }

        .objective{
            background-color: #F9F9FA;
            padding-top: 5%;
            padding-bottom: 5%;
            margin-top: 9%;
            margin-bottom: 9%;
        }
        .objective_paragraph{
            font-size: 13.5px;
        }

        .objective_box{
            background: white;
            padding: 40px 23px;
            margin: 15px -7px;
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
            margin-bottom: 0px;
        }

        .objective_box:hover{
           box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
           -ms-transform: scale(1.02); /* IE 9 */
           -webkit-transform: scale(1.02); /* Safari 3-8 */
           transform: scale(1.02); 

        }
        .criteria_badge{
           border-radius: 0 35px 35px 0px;
           padding: 0.65em 1.45em;            
        }
        .criteria_indices{
            opacity: 0.1;
            font-size: 43px;
            padding-right: 8%;
            margin-top: -7px;
            font-weight: 900;
        }


        .fee_blank_div{
            background-color: rgba(11,41,71,.89);
            padding: 100px 0;
            color: #fff;
        }

        .fee{
            background-position: center;
        }

        @media screen and (max-width: 872px){

          .aviation_caption{
                bottom: auto;            
            }
           .semester_text{
            width: 100%;
           } 
        }   

        @media screen and (max-width: 872px){

            .aviation_caption_text {
                font-size: 23px;
                white-space: nowrap;
                letter-spacing: 0px;
                word-spacing: 2px;
            }
            .academics_menu {
                min-width: 0;
            }  
        }


        .objective_box {
            background: white;
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
            margin-bottom: 0px;
            padding-top: 11%;
            border-radius: 1%;
        }

        .text {
            margin: 10px 0 20px 0;
            padding: 10%;
        } 

        .eligibility_criteria{
            margin-bottom: 9%;
        }

         .criteria_box {
            background: white;
            padding: ;
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
            margin-bottom: 0px;
            padding-top: 11%;
            border-radius: 1%;
        }

         .criteria_text {
            margin: 10px 0 20px 0;
            padding: 10%;
        }

        .criteria_box:hover{
           box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
           -ms-transform: scale(1.02); /* IE 9 */
           -webkit-transform: scale(1.02); /* Safari 3-8 */
           transform: scale(1.02); 
        }                

        .roadmap_section{
            margin-bottom: 9%;
        }
        .roadmap_th{
            font-size: 12.7px;
        }

        .semester_table tr{
            color: #7a7a7a;
            box-shadow:  0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 7px 0 rgba(0, 0, 0, 0.07);            
        }
        .semester_table td{
            font-size: 14px;
        }
        .td_id{
            color: black;
        }
        .semester_text{
            display: block;
            width: 95%;
            background-color: #0e2849;
            color: #ffffff;
            padding: 1%;
            margin-bottom: 0px;
            border-radius: 5px 5px 0px 0px;
        }
       .semester_table{
        /*background-color: #f8f8f8;*/
        }

        .fee_structure{
            margin-bottom: -145px;
        }

        .fee_table{
            width: 78%;
            margin-left: auto;
            margin-right: auto;
        }

        .fee_table tr{
            font-size: 14px;
            border-bottom: 0.5px inset;
        }
        .fee_card{
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
        }

        @media screen and (max-width: 320px) {
            .fee_table tr {
                font-size: 10px;
            }
            .aviation_caption_text {
                font-size: 19px;
            }
            .semester_text{
                width: 100%;
            }    
            .semester_table {
                white-space: nowrap;
            }
            .fee_card{
                width: 100% !important; 
            }
            .aviation_caption{
                top: 50%;
                left: 50%;
            }
            .nav_dropdown {
                font-size: 11px;
            }
            .academics_menu {
                min-width: 0;
            }
            .aviation_caption{
                top: 50%; 
            }            
        }

        @media screen and (max-width: 767px) {
            .semester_text{
                width: 100%;
            }    
            .fee_card{
                width: 100% !important; 
            }
            .aviation_caption{
                top: 50%;
            }
            .academics_menu {
                min-width: 0;
            }
            .aviation_caption{
                top: 50%; 
            }            
        }
        /*End Program Page*/


        /*===================*/


        /*Contact Us Page*/
        @media screen and (max-width: 767px) {

            .contact_caption{
                top: 50%; 
            }

            .contact_tufail, .contact_barki{
                display: none;
            }

        }

        @media screen and (max-width: 320px) {
                    
                    .contact_caption_text {
                        font-size: 19px;
                    }
                    .contact_caption{
                        top: 50%;
                        left: 50%;
                    }            
                }

        @media screen and (max-width: 872px){

                .contact_caption_text {
                font-size: 23px;
                white-space: nowrap;
                letter-spacing: 0px;
                word-spacing: 2px;
            }
        }
        .contact_us_location .top-left{
                border-right: 1px solid;
                border-bottom: 1px solid;
        }
        .contact_us_location .bottom-right{
            border-left: 1px solid;
            border-top: 1px solid;
        }
        .contact_us_location .row1{
            position: relative;
        }

        .contact_us_location .round{
            position: absolute;
            background-color: #0e2849; 
            padding: 2%;
            border-radius: 50%;
            left: 47.9%;
            top: 51%;}        
        .contact_location_iframe{
            border: 1px solid transparent;
            border-radius: 2px;
            width: 100%;
        }

        .contact_img{
            filter: brightness(0.5);
        }

        .contact_caption{
            position: absolute;
            top: 57.5%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;

        }    

        .contact_caption_text{
            font-size: 65px;
            font-weight: 600;
            word-spacing: 5px;
            letter-spacing: 2px;        
        }

        .contact_us_location{
            margin-top: 10%;
            margin-bottom: 10%;
        }

        .contact_tufail{

            width: 280px;
            height: 405px;
            border: 1px solid #707070;
            background-color: #0e2849;
            color: #fff;
            position: absolute;
            bottom: -13%;
            left: 6%;
        }

        .contact_barki{

            width: 280px;
            height: 405px;
            border: 1px solid #707070;
            background-color: #0e2849;
            color: #fff;
            position: absolute;
            bottom: -13%;
            right: 6%;
        }

        .contact_us_location .container{
            margin-bottom: 9%;
        }        
        
        .tufail_location{
            position: relative;
        }

        .contact_us_location p{
            font-size: 12px;
        }

        /*End Contact Us Page*/

        /*=====================*/

        /*CIE Page*/

        .introduction .card p{
            font-size: 13px;
        }

        .introduction .card{
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            border-color: transparent;
        }

        /*.introduction .card:hover{
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }*/
        .introduction_paragraph{       
            font-size: 14px;
        }

        .education_career{
            background-color: #f8f8f8;
        }
        .education_career .container{
            padding-top: 5%;
            padding-bottom: 5%;

        }

        .education_career li{
            font-size: 14px;
            margin-top: 1%;
        }

        .students_section .students_section_img{
            width: 630px;
        }
        .students_section p,.students_section ul{
            font-size: 14px;
        }
        .students_section .container{
            position: relative;
        }
        .students_section .card{
            width: 50%;
            position: absolute;
            bottom: 11%;
            left: 50%;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);

        }
        .students_section{
            margin-bottom: 5%;
        }

        .faq_section{
            background-color: #f8f8f8;
        }

        .faq_section .container{
            padding-top: 5%;
            padding-bottom: 5%;
        }

       .faq_section .info .nav-pills {
            font-size: 11px;
            letter-spacing: 1px;
            font-weight: 600;
        }
        
        .faq_section .info .nav-pills .active {
            color: darkcyan;
            background-color: transparent;
            border-bottom-color: black;
            border-bottom-style: solid;
            border-radius: 0;
            font-size: 12px;
        }
        
        .faq_section .info {
            padding-bottom: 50px;
        }
        
        .faq_section .info .card {
            background-color: white;
        }
                
        .faq_section .accordion .card-header:after {
            font-family: 'FontAwesome';
            content: "\f068";
            float: right;
        }
        
        .faq_section .accordion .card-header.collapsed:after {
            content: "\f067";
        }
        .faq_section .info .card .card-header{
            margin-bottom: 1%;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(85, 86, 254, 0.1);
            cursor: pointer;
        }
        .faq_section .info .card{
            background-color: #f8f8f8;
            border: 0;
        }
        .cie_admission_section input{
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
        }
        .cie_admission_section textarea{
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
        }        
        .cie_admission_section{
            margin-bottom: 8%;
            margin-top: 8%;
        }
        .distinctive_section{
            color: white;
        }
        .distinctive_section .distinctive_paragraph{
            font-size: 13px;
        }
        .distinctive_section .c1{
            padding-top: 7%;
            padding-bottom: 7%;
            padding-left: 8%;
            padding-right: 8%;
        }
        .distinctive_section .c2{
            margin-top: -6%;
        }
        .distinctive_section .right{
            float:right;
            font-size: 13px;
        }

        .distinctive_section .left{
            float:left;
            font-size: 13px;
        }
        @media screen and (max-width: 767px) {
 
        
        .students_section .card {
            width: 100%;
            position: static;   
        }
        .introduction .card {
            margin-bottom: 3%;
        }        
       }  
        .distinctive_section .distinctive_img{
            margin-bottom: 2%;
        }   
        /*End CIE Page*/

        /*===============*/

        /*Admissions Page*/

        .degree_section{
            margin-top: 8%;
            margin-bottom: 8%;
        }
        .degree_section .text {
            padding: 3%;
        }
        .degree_section .container .degree_box {
            padding-bottom: 5px;
        }
        .degree_section .container .degree_box .learn_text {
            font-size: 13.5px;
        }
        .scholarships_section{
            background-color: #f8f8f8;
            margin-bottom: 8%;
        }
        .scholarships_section .container{
            padding-top: 5%;
            padding-bottom: 5%;
        }
            .scholarships_section .program h5 {
                font-size: 22px;
                padding: 7px 0;
                color: #0b2947;
                font-weight: 900;
            }
            
            .scholarships_section .program h6 {
                margin-top: 22px;
                background: #0b2947;
                color: white;
                font-size: 15px;
                font-weight: 100;
                padding: 8px;
                display: inline-table;
                width: 100%;
                border-radius: 2px;
            }
            
            .scholarships_section .tbl {
                border-radius: 2px;
            }
            
            .scholarships_section .tbl table {
                border-collapse: separate;
                border-spacing: 0 15px;
                margin: 0;
                padding: 0;
                background: transparent;
                width: 100%;
                text-align: left;
            }
            
            .scholarships_section .tbl td,
            th {
                padding: 7px 7px 7px 30px;
            }
            
            .scholarships_section .tbl tbody tr {
                padding-left: 5px;
                font-size: 11px;
                font-weight: 600;
                background: #fff;
                transform: scale(1, 1);
                -webkit-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }
            
            .scholarships_section .tbl tbody tr td input.btn {
                font-size: 10px;
            }
            
            .scholarships_section .tbl thead tr {
                background-color: transparent;
                color: #008b8b7a;
                font-size: 10px;
            }
            
            .scholarships_section .add-options h6 {
                margin-top: 20px;
                margin-bottom: 20px;
                background: #0b2947;
                color: white;
                font-size: 15px;
                font-weight: 100;
                padding: 8px;
                display: inline-table;
                width: 100%;
                border-radius: 2px;
            }
            
            .scholarships_section .tble {
                border-radius: 2px;
            }
            
            .scholarships_section .tble table {
                border-collapse: separate;
                border-spacing: 0 15px;
                margin: 0;
                padding: 0;
                background: transparent;
                width: 100%;
                text-align: left;
            }
            
            .scholarships_section .tble td,
            th {
                padding: 13px 13px 13px 30px;
            }
            
            .scholarships_section .tble tbody tr {
                padding-left: 5px;
                font-size: 11px;
                font-weight: 600;
                background: #fff;
                transform: scale(1, 1);
                -webkit-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }
            
            .scholarships_section .program table td input:hover {
                color: black;
            }
            
            .scholarships_section .program table td input:focus {
                box-shadow: none;
            }
            
            .scholarships_section .tble tbody tr:hover {
                background-color: #e4e4e438;
                cursor: pointer;
            }
            
            .scholarships_section .add-options tbody tr:hover {
                background-color: #e4e4e438;
                cursor: pointer;
            }
            
            .scholarships_section .tbl tbody tr:hover {
                background-color: #e4e4e438;
                cursor: pointer;
            }
            
            .scholarships_section .info .nav-pills {
                font-size: 12px;
                letter-spacing: 1px;
                font-weight: 600;
            }
            
            .scholarships_section .info .nav-pills .active {
                color: darkcyan;
                background-color: transparent;
                border-bottom-color: black;
                border-bottom-style: solid;
                border-radius: 0;
                font-size: 13px;
            }
            
            .scholarships_section .info .card {
                background-color: white;
            }
            
            .scholarships_section.info .card .card-header {
                box-shadow: inset 0 0 3px #653e3e;
            }

            .scholarships_section h6 {
                margin-top: 22px;
                background: #0b2947;
                color: white;
                font-size: 15px;
                font-weight: 100;
                padding: 8px;
                display: inline-table;
                width: 100%;
                border-radius: 2px;
                text-align: center;
            }
            .transfer_section, .overseas_section, .attestation_section{
                margin-bottom: 6%;
            }

        .apply_online_section{
            color: white;
        }
        .apply_online_section .apply_online_paragraph{
            font-size: 13px;
        }
        .apply_online_section .c1{
            padding-top: 7%;
            padding-bottom: 10%;
            padding-left: 8%;
            padding-right: 8%;
        }
        .apply_online_section .c2{
            margin-top: -6%;
        }
        .apply_online_section .btn{
            background-color: transparent;
            border-color: white;
        }            
        .apply_online_section .btn:hover{
            background-color: #0B2947;
            border-color: #0B2947;
        }

        .card_accordion .accordion .card-header:after {
            font-family: 'FontAwesome';
            content: "\f068";
            float: right;
        }
        
        .card_accordion .accordion .card-header.collapsed:after {
            content: "\f067";
        }
        .card_accordion .card .card-header{
            margin-bottom: 1%;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(85, 86, 254, 0.1);
            cursor: pointer;
        }
        .card_accordion .card{
            background-color: white;
            border: 0;
        }
        .card_accordion{
            margin-left: auto;
            margin-right: auto;
            width: 75%;
            margin-top: -100px;
            padding-bottom: 3%;
            border: 1px solid transparent;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            margin-bottom: 3%;

        }
        .card_accordion h4{
            padding-top: 3%;
        }
        .card_accordion .cb1{
            padding-top: 0;
        }
       @media screen and (max-width: 767px) {

            .card_accordion {
                margin-left: auto;
                margin-right: auto;
                margin-top: 5%;
                padding-bottom: 0%;
                width: 100%;
            }
            .card_accordion a{
               font-size: 12px;
               font-weight: bold;
            }
            .faq_section .card-title{
                font-size: 11px;
                font-weight: bold;
            }

        }
        /*End Admissions Page*/

        /*=====================*/

            /*Feedback Page*/

        .general_misconduct_section{
            margin-top: 8%;
        }
        .general_misconduct_section span, .academic_misconduct_section span, .feedback_section span{
            cursor: pointer;
            padding: 1%;
            margin: 1%;
            font-weight: lighter;
        }
        .feedback_section{
            margin-bottom: 8%;
        }
        .general_misconduct_div, .academic_misconduct_div, .feedback_div{
            text-align: center;
        }
         .general_misconduct_section .badge-light, .academic_misconduct_section .badge-light, .feedback_section .badge-light{
            background-color: #f8f8f8;        
        }
        span.badge.badge-pill.badge-light:hover{
            color: white;
            background-color: #0B2947;
        }
    
            /*End Feedback Page*/

        /*About-USA Page*/

        .back-img {
            position: relative;
            text-align: center;
            color: white;
        }
        
        .about-usa-img {
            position: absolute;
            top: 49%;
            left: 40%;
            font-size: 5vw;
            font-weight: 900;
            text-align: center;
        }
        
        .about-usa .into-usa h5 {
            font-size: 24px;
            font-weight: 900;
            padding-bottom: 10px;
            padding-top: 80px;
        }
        
        .about-usa .into-usa p {
            font-size: 14px;
            line-height: 25px;
        }
        
        .intro-about {
            text-align: center;
        }
        
        .intro-about h5 {
            font-size: 24px;
            font-weight: 900;
            padding-bottom: 10px;
            padding-top: 80px;
        }
        
        .intro-about p {
            font-size: 14px;
            line-height: 25px;
        }
        
        .founder-msg p h5 {
            padding: 40px;
        }
        
        .v-and-m .info .nav-pills {
            font-size: 10px;
            letter-spacing: 1px;
            font-weight: 600;
        }
        
        .v-and-m .info .nav-pills .active {
            color: darkcyan;
            background-color: transparent;
            border-bottom-color: black;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            font-size: 10px;
            border-radius: 3px;
        }
        
        .v-and-m .info {
            padding-bottom: 50px;
        }
        
        .our-his {
            position: relative;
        }
        
        .our-his .his-img img {
            width: 100%;
            height: auto;
            max-height: 500px;
            opacity: 0.5;
        }
        
        .our-his .text {
            text-align: center;
            position: absolute;
            z-index: 1;
            bottom: 0;
            color: #0b2947;
            padding-top: 0;
            padding-bottom: 0;
        }
        
        .our-his .text h5 {
            font-size: 2vw;
        }
        
        .our-his .text p {
            font-size: 1.2vw;
        }
        .bg-img-dbl{
            position: relative;
    background: bisque;
    width: 300px;
    height: 320px;
        }
        .bg-img-dbl .dbl-text{
            bottom: 0;
    position: absolute;
    text-align:center;
    left: 80px;
        }
        .bg-img-dbl .dbl-text p{
            margin: 0;
        }
        .bg-img-dbl .vc-img{
            position: absolute;
        }
        .bg-img-dbl .vc-img img{
            width: 100%;
    height: auto;
    max-width: 270px;
    max-height: 270px;
}
    .leadership img {
            width: 100%;
            max-width: 250px;
            max-height: 250px;
            height: auto;
        }
        
        .leadership .hovereffect {
            width: 100%;
            height: 100%;
            float: left;
            overflow: hidden;
            position: relative;
            text-align: center;
            cursor: default;
        }
        
        .leadership .hovereffect .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
            transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        }
        
        .leadership .hovereffect img {
            display: block;
            position: relative;
            -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
            transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        }
        
        .leadership .hovereffect h2 {
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            position: relative;
            font-size: 17px;
            background: rgba(0, 0, 0, 0.6);
            -webkit-transform: translatey(-100px);
            -ms-transform: translatey(-100px);
            transform: translatey(-100px);
            -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
            transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
            padding: 10px;
        }
        
        .leadership .hovereffect a.info {
            text-decoration: none;
            display: inline-block;
            text-transform: uppercase;
            color: #fff;
            border: 1px solid #fff;
            background-color: transparent;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin: 50px 0 0;
            padding: 7px 14px;
        }
        
        .leadership .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }
        
       .leadership  .hovereffect:hover img {
            -ms-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
        
       .leadership  .hovereffect:hover .overlay {
            opacity: 1;
            filter: alpha(opacity=100);
            max-width: 275px;
        }
        
        .leadership .hovereffect:hover h2,
        .leadership .hovereffect:hover a.info {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-transform: translatey(0);
            -webkit-transform: translatey(0);
            transform: translatey(0);
        }
        
        .leadership .hovereffect:hover a.info {
            -webkit-transition-delay: .2s;
            transition-delay: .2s;
        }

        /*End About-USA Page*/


        /*Faculty Page*/

        .fac .nav-tabs {
            border: none;
            color: #0b2947;
            font-size: 19px;
        }
        
        .fac #tabs .nav-tabs .nav-item.show .nav-link,
        .fac .nav-tabs .nav-link.active {
            color: #0b2947;
            background-color: #00000014;
            font-weight: 600;
            border: none;
            padding: 24px;
        }
        
        .fac .nav-tabs .nav-link:focus,
        .fac .nav-tabs .nav-link:hover {
            border-color: transparent;
            color: #0b2947;
        }
        
        .fac .nav-fill a {
            color: #0b2947;
            font-size: 19px;
            font-weight: 600;
            padding: 24px;
        }
        
        .fac #nav-home {
            text-align: center;
            padding: 20px 32px;
        }
        
        .fac #nav-home h6 {
            font-size: 18px;
            padding: 10px 0;
        }
        
        .fac #nav-about {
            text-align: center;
            padding: 20px 32px;
        }
        
        .fac #nav-about h6 {
            font-size: 18px;
            padding: 10px 0;
        }
        
        .fac .back-img {
            position: relative;
            text-align: center;
            color: white;
        }
        
        .centered {
            position: absolute;
            top: 49%;
            left: 15%;
            font-size: 5vw;
            font-weight: 900;
        }
.program h5 {
                font-size: 22px;
                padding: 7px 0;
                color: #0b2947;
                font-weight: 900;
            }
            
            .program h6 {
                margin-top: 22px;
                background: #0b2947;
                color: white;
                font-size: 15px;
                font-weight: 100;
                padding: 8px;
                display: inline-table;
                width: 100%;
                border-radius: 2px;
            }
            
            .tbl {
                border-radius: 2px;
            }
            
            .tbl table {
                border-collapse: separate;
                border-spacing: 0 15px;
                margin: 0;
                padding: 0;
                background: transparent;
                width: 100%;
                text-align: left;
            }
            
            .tbl td,
            th {
                padding: 7px 7px 7px 30px;
            }
            
            .tbl tbody tr {
                padding-left: 5px;
                font-size: 11px;
                font-weight: 600;
                background: #fff;
                transform: scale(1, 1);
                -webkit-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }
            
            .tbl tbody tr td input.btn {
                font-size: 10px;
            }
            
            .tbl thead tr {
                background-color: transparent;
                color: #008b8b7a;
                font-size: 10px;
            }
            
            .add-options h6 {
                margin-top: 20px;
                margin-bottom: 20px;
                background: #0b2947;
                color: white;
                font-size: 15px;
                font-weight: 100;
                padding: 8px;
                display: inline-table;
                width: 100%;
                border-radius: 2px;
            }
            
            .tble {
                border-radius: 2px;
            }
            
            .tble table {
                border-collapse: separate;
                border-spacing: 0 15px;
                margin: 0;
                padding: 0;
                background: transparent;
                width: 100%;
                text-align: left;
            }
            
            .tble td, .tble th {
                padding: 13px 13px 13px 30px;
            }
            
            .tble tbody tr {
                padding-left: 5px;
                font-size: 11px;
                font-weight: 600;
                background: #fff;
                transform: scale(1, 1);
                -webkit-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }
            
            .tbl-h {
                margin-bottom: 85px;
            }
            
            .program table td input:hover {
                color: black;
            }
            
            .program table td input:focus {
                box-shadow: none;
            }
            
            .tble tbody tr:hover {
                background-color: #e4e4e438;
                cursor: pointer;
            }
            
            .add-options tbody tr:hover {
                background-color: #e4e4e438;
                cursor: pointer;
            }
            
            .tbl tbody tr:hover {
                background-color: #e4e4e438;
                cursor: pointer;
            }
.fyp {
                position: relative;
                text-align: center;
                color: white;
            }
            
            .fyp img {
                width: 100%;
                height: auto;
            }
            
            .center {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            
            .center h4 {
                font-size: 2vw;
                font-weight: 600;
            }
            
            .center p {
                font-size: 1vw;
            }
 .info .nav-pills {
                font-size: 10px;
                letter-spacing: 1px;
                font-weight: 600;
            }
            
            .info .nav-pills .active {
                color: darkcyan;
                background-color: transparent;
                border-bottom-color: black;
                border-bottom-style: solid;
                border-radius: 0;
                font-size: 10px;
            }
            
            .info {
                padding-bottom: 50px;
            }
            
            .info .card {
                background-color: white;
            }
            
            .info .card .card-header {
                box-shadow: inset 0 0 3px #653e3e;
            }
            
            .info .accordion .card-header:after {
                font-family: 'FontAwesome';
                content: "\f068";
                float: right;
            }
            
            .info .accordion .card-header.collapsed:after {
                /* symbol for "collapsed" panels */
                content: "\f067";
            }
.members {
                background-color: #f8f9fa;
            }
            
            .members h5 {
                font-size: 22px;
                padding: 7px 0;
                color: #0b2947;
                font-weight: 900;
                text-align: center;
                padding-top: 70px;
            }
            
            .members p {
                text-align: center;
                padding: 20px 32px;
            }
            /*********************** Demo - 16 *******************/
            
            .members .card {
                text-align: center;
                background-color: #d6dce2;
                border: none;
                /*width: 280px*/
            }
            
             .members .text {
                background-color: white;
                margin: 0;
                color: #545b62;
                padding: 6px;
                -webkit-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.75);
                -moz-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.75);
                box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.75);
                position: absolute;
                width: 100%;
                bottom: 0;
            }
            
             .members .card .text p {
                font-size: 10px;
                padding: 0;
                margin: 0;
            }
            
             .members .card .text h6 {
                font-size: 14px;
                padding: 0;
            }
            
             .members .text2 {
                background-color: purple;
                margin: 0;
                color: white;
                padding: 6px;
                position: absolute;
                width: 100%;
                bottom: 0;
            }
            
             .members .card .text2 p {
                font-size: 10px;
                padding: 0;
                margin: 0;
            }
            
             .members .card .text2 h6 {
                font-size: 14px;
                padding: 0;
            }
            
             .members .text2 {
                display: none;
            }
            
             .members .card:hover .text2 {
                display: block;
            }
            
             .members .card:hover .text {
                display: none;
            }
            
            .strategy img {
                width: 100%;
                height: 400px;
                min-height: 400px;
                object-fit: scale-down;
            }
            /*End Faculty Page*/

            /*Festive-Asia Page*/

.back-img {
            position: relative;
            text-align: center;
            color: white;
        }
        
        .festvais-img {
            position: absolute;
            top: 49%;
            left: 43%;
            font-size: 5vw;
            font-weight: 900;
            text-align: center;
        }
        
        .usa-events .event-heading h5 {
            font-size: 24px;
            font-weight: 900;
            padding-bottom: 10px;
            padding-top: 50px;
        }
        
        .usa-events .event-heading p {
            font-size: 14px;
            line-height: 25px;
            padding-bottom: 20px;
        }
        
        .gallery-fastvasia {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-width: 33%;
            -moz-column-width: 33%;
            column-width: 33%;
        }
        
        .gallery-fastvasia .pics {
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease;
        }
        
        .gallery-fastvasia .animation {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        
        @media (max-width: 450px) {
            .gallery-fastvasia {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1;
                -webkit-column-width: 100%;
                -moz-column-width: 100%;
                column-width: 100%;
            }
        }
            /*End Festive-Asia Page*/

            /*Life at USA*/
            .back-img {
            position: relative;
            text-align: center;
            color: white;
        }
        
        .life-of-usa {
            position: absolute;
            top: 49%;
            left: 36%;
            font-size: 5vw;
            font-weight: 900;
            text-align: center;
        }
        
        .usa-life .lof h5 {
            font-size: 24px;
            font-weight: 900;
            padding-bottom: 10px;
            padding-top: 50px;
        }
        
        .usa-life .lof p {
            font-size: 14px;
            line-height: 25px;
            padding-bottom: 20px;
        }
        
        .usa-life .card p {
            font-size: 12px;
            line-height: 1.5;
            margin-bottom: 0;
        }
        
        .usa-life .card h5 {
            font-size: 15px;
            line-height: 1.5;
        }
        
        .usa-life .card .card-image {
            position: relative;
        }
        
        #pointer {
            transform: rotate(180deg);
            margin-top: 25px;
            width: 80px;
            height: 19px;
            position: absolute;
            background: #0b2947;
        }
        
        #pointer:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 12px solid #ffffffcf;
            border-top: 8px solid transparent;
            border-bottom: 10px solid transparent;
        }
        
        #pointer:before {
            content: "";
            position: absolute;
            right: -20px;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }
        
        #pointer p {
            transform: rotate(180deg);
            color: white;
            text-align: center;
        }
 .cons {
                        position: relative;
                        width: 100%;
                    }
                    
        .cons .image {
            height: 400px;
            min-height: 400px;
            /*object-fit: scale-down;*/
            width: 100%;
            opacity: 1;
            transition: .5s ease;
            backface-visibility: hidden;
        }
        
        .cons .middle h4 {
            font-size: 18px;
        }
        
        .cons .middle p {
            font-size: 12px;
        }
        
        .cons .middle {
            width: 100%;
            transition: .5s ease;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
        }
        
        .cons:hover .image {
            opacity: 0.3;
        }
        
        .cons:hover .middle {
            opacity: 1;
        }
        
        .text {
            color: #0b2947;
            font-size: 16px;
            padding: 16px 32px;
        }
        
        .r-and-h {
            padding: 80px 0;
        }
        
        .r-and-h img {
            width: 100%;
            height: auto;
        }
        
        .r-and-h .lof p {
            font-size: 14px;
            padding: 0;
            line-height: 20px;
        }
        
        .r-and-h .lof .btn {
            font-size: 13px;
        }
        
        .r-and-h .gallery-fastvasia {
            padding-bottom: 30px;
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-width: 33%;
            -moz-column-width: 33%;
            column-width: 33%;
        }
        
        .r-and-h .gallery-fastvasia .pics {
            -webkit-transition: all 350ms ease;
            transition: all 350ms ease;
        }
        
        .r-and-h .gallery-fastvasia .animation {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        
        @media (max-width: 450px) {
            .r-and-h .gallery-fastvasia {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1;
                -webkit-column-width: 100%;
                -moz-column-width: 100%;
                column-width: 100%;
            }
        }
        
        .research-h {
            position: relative;
        }
        
        .research-h img {
            width: 100%;
            height: auto;
            max-height: 500px;
            max-width: 780px;
        }
        
        .research-h .card {
            border-radius: 0;
            padding: 10px;
            position: absolute;
            width: 30rem;
            top: 100px;
            right: -25%;
        }
        
        .research-h .card .btn {
            font-size: 11px;
            margin-top: 5px;
            padding: 10px;
        }
        
        .research-h .card .card-title {
            font-size: 21px;
            font-weight: 900;
        }
        
        .research-h .card p {
            line-height: 1.9;
        }
        
        @media screen and (max-width: 992px) {
            .research-h .card {
                border-radius: 0;
                padding: 10px;
                position: inherit;
                max-width: 30rem;
                width: 100%;
                margin-top: 20px;
                top: 0;
                right: 0;
            }
        }
        
        .lbms {
            margin-top: 90px;
            width: 100%;
            height: auto;
            background-repeat: no-repeat;
            background: url('fyp.png');
        }
        
        .c-and-s .clubs {
            position: relative;
            font-family: Arial;
        }
        
        .c-and-s .text-block {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 90%;
            background-color: white;
            color: #12385f;
            padding: 10px 20px 10px 20px;
        }
        
        .c-and-s .text-block h4 {
            font-size: 20px;
        }
        
        .c-and-s .text-block p {
            font-size: 13px;
        }
        
        .c-and-s .text-block .btn {
            padding: 4px;
            font-size: 12px;
        }
        /*End Life at USA*/

        /*Jobs at USA*/
        .back-img {
            position: relative;
            text-align: center;
            color: white;
        }
        
        .centered-img {
            position: absolute;
            top: 49%;
            left: 39%;
            font-size: 5vw;
            font-weight: 900;
            text-align: center;
        }
        
        .jobs-text-head .heading h5 {
            font-size: 24px;
            font-weight: 900;
            padding-bottom: 10px;
            padding-top: 80px;
        }
        
        .jobs-text-head .heading p {
            font-size: 14px;
            line-height: 25px;
        }
        
        .jobs-text-head .card {
            border: 2px solid purple;
        }
        
        .jobs-text-head .card .card-header {
            border: none;
            background-color: white;
        }
        
        .jobs-text-head .card .card-header h6 {
            font-size: 21px;
            font-weight: 900;
        }
        
        .jobs-text-head .card .card-header .btn {
            font-size: 12px;
        }
        
        .jobs-text-head .card .map {
            display: -webkit-inline-box;
            font-size: 11px;
            font-weight: 900;
        }
        
        .jobs-text-head .card .card-body p {
            margin-bottom: 0;
        }
        
        .jobs-text-head .card .card-body {
            padding-top: 0;
        }
        
        .jobs-text-head .card .card-header .map p {
            margin: 0
        }
        
        .jobs-text-head .card .card-text {
            font-size: 12px;
        }
            /*End Jobs at USA*/