@charset "UTF-8";

/*
    CSS INDEX
    ===================

    1. Template default CSS
    2. Header style
	3. Slider style
    4. choose us area
    5. About us
    6. Course area
    7. Achievement style
    8. Register style
    9. Teacher style
    10. Event area
    11. Blog style 
    12. footer area
    13. Banner style
    14. Product style
    15. Discount area
    16. Brand logo
    17. Blog details
    18. Cart page
    19. Checkout page
    20. Contact page
    21. Course details
    22. Event details page
    23. Product details page
    24. Shop page
    25. Sidebar style
    26. Video style

-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  1. Template default CSS
/*----------------------------------------*/


/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

/*-- Common Style --*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Raleway", sans-serif;
    --nav-font: "Poppins", sans-serif;
}

.row {
    margin-right: calc(var(--bs-gutter-x) * -.6);
    margin-left: calc(var(--bs-gutter-x) * -.6);
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #333;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-top: 0;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type=submit] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


/*-- 
    - Common Classes
-----------------------------------------*/

.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.border-bottom-1 {
    border-bottom: 1px solid #d5d5d5;
}

a:hover {
    color: #0079bd;
}


/*************************
  Basic margin padding
*************************/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


/*************************
         Margin top
*************************/

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 60px;
    }
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}


/*************************
      Margin right
*************************/

.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}


/*************************
      Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 50px;
    }
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}


/*************************
        Margin left
*************************/

.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}


/*************************
        Padding top
*************************/

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

@media only screen and (max-width: 767px) {
    .pt-70 {
        padding-top: 60px;
    }
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-90 {
    padding-top: 90px;
}

@media only screen and (max-width: 767px) {
    .pt-90 {
        padding-top: 60px;
    }
}

.pt-100 {
    padding-top: 100px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

@media only screen and (max-width: 767px) {
    .pt-110 {
        padding-top: 40px;
    }
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 50px;
    }
}

.pt-125 {
    padding-top: 125px;
}

@media only screen and (max-width: 767px) {
    .pt-125 {
        padding-top: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-125 {
        padding-top: 75px;
    }
}

.pt-128 {
    padding-top: 128px;
}

.pt-130 {
    padding-top: 130px;
}

@media only screen and (max-width: 767px) {
    .pt-130 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-130 {
        padding-top: 80px;
    }
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-180 {
    padding-top: 180px;
}

@media only screen and (max-width: 767px) {
    .pt-180 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-180 {
        padding-top: 90px;
    }
}

.pt-205 {
    padding-top: 205px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-270 {
    padding-top: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-270 {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-270 {
        padding-top: 100px;
    }
}

.pt-240 {
    padding-top: 240px;
}

.pt-365 {
    padding-top: 365px;
}

.pt-370 {
    padding-top: 370px;
}

.pt-380 {
    padding-top: 380px;
}


/*************************
        Padding right
*************************/

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-270 {
    padding-right: 270px;
}


/*************************
        Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .pb-100 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

@media only screen and (max-width: 767px) {
    .pb-115 {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-115 {
        padding-bottom: 65px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 50px;
    }
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

@media only screen and (max-width: 767px) {
    .pb-130 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 80px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
    .pb-140 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-140 {
        padding-bottom: 50px;
    }
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-270 {
    padding-bottom: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-270 {
        padding-bottom: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-270 {
        padding-bottom: 100px;
    }
}

.pb-290 {
    padding-bottom: 290px;
}


/*************************
        Padding left
*************************/

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-190 {
    padding-left: 190px;
}


/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-35 {
    padding: 35px 0;
}

.ptb-32 {
    padding: 32px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-160 {
    padding: 160px 0;
}

.ptb-170 {
    padding: 170px 0;
}

.ptb-177 {
    padding: 177px 0;
}

.ptb-180 {
    padding: 180px 0;
}

.ptb-190 {
    padding: 190px 0;
}

.ptb-200 {
    padding: 200px 0;
}

.ptb-210 {
    padding: 210px 0;
}

.ptb-220 {
    padding: 220px 0;
}

.ptb-290 {
    padding: 290px 0;
}

.ptb-310 {
    padding: 310px 0;
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}


/*-- 
    - Input Placeholder
-----------------------------------------*/

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    width: 100%;
}

select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background: transparent;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}

.input-group.divcenter.input-group .form-control {
    padding-left: 0px;
}

.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -21px;
    margin-left: -21px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.custom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 21px;
    padding-left: 21px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/*-- 
    Scroll Up 
-----------------------------------------*/

#scrollUp {
    width: 50px;
    height: 50px;
    background-color: #0079bd;
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        width: 40px;
        height: 40px;
    }
}

#scrollUp i {
    display: block;
    line-height: 50px;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    #scrollUp i {
        line-height: 40px;
        font-size: 16px;
    }
}

#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*--
    - Background Color
------------------------------------------*/

.bg-gray {
    background-color: #f6f7f8;
}

.default-btn {
    background-color: #0079bd;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 21px 40px 21px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: 0.5px;
    border-radius: 50px;
}

.default-btn:hover {
    background-color: #333;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .default-btn {
        padding: 14px 30px 14px;
        font-size: 15px;
    }
}

.default-overlay {
    position: relative;
}

.default-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    bottom: 0;
}


/*--------- 2. Header style ---------*/

.header-top {
    padding: 10px 0;
    position: relative;
}

.header-top:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0079bd;
    opacity: 0.9;
}

.header-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .header-contact ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-contact ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 5px;
    }
}


/* College logo section header */

.college-branding-section {
    background: #fff;
    padding: 2px 0;
    /* border-bottom: 1px solid #e5e5e5; */
}

.branding-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.branding-left,
.branding-right {
    flex: 0 0 15%;
    text-align: center;
}

.branding-right img {
    max-height: 85px;
    width: auto;
}

.branding-left img {
    max-height: 100px;
    width: auto;
}

.branding-center {
    flex: 0 0 70%;
    text-align: center;
}

.branding-center h5 {
    font-size: 18px;
    color: #0079bd;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 5px;
}

.branding-center h1 {
    font-size: 28px;
    color: #002b4d;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.2;
}

.branding-center p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}

.branding-center b {
    color: #141414
}

.branding-center span {
    color: #222121;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:991px) {
    .branding-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .branding-left {
        order: 1;
        flex: 0 0 auto;
        margin-right: 20px;
    }

    .branding-right {
        order: 2;
        flex: 0 0 auto;
    }

    .branding-center {
        order: 3;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 10px;
    }

    .branding-logo-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
        width: 100%;
        margin-bottom: 10px;
    }

    .branding-left,
    .branding-right {
        flex: unset;
        display: none;
    }

    .branding-left img {
        max-height: 75px;
    }

    .branding-right img {
        max-height: 55px;
    }

    .branding-center {
        flex: 100%;
        text-align: center;
    }

    .branding-center h1 {
        font-size: 20px;
    }

    .branding-center h5 {
        font-size: 13px;
        font-weight: 600;
    }

    .branding-center p,
    .branding-center span {
        font-size: 11px;
        line-height: 15px;
    }
}


/* Marquee section of the header */

.admission-marquee {
    background: #0079bd;
    height: 35px;
    display: flex;
    align-items: center;
}

.admission-marquee marquee {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
}

.admission-marquee a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.separator {
    margin: 0 35px;
    color: #fff;
}


/* Mean menu in header section  */

.header-contact ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 48px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 480px) {
    .header-top {
        padding: 5px 0;
    }

    .header-contact ul {
        flex-direction: column;
        align-items: center;
    }

    .header-contact ul li {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 12px;
    }

    .header-contact ul li:last-child {
        margin-bottom: 0;
    }

    .header-contact ul li i {
        margin-right: 6px;
    }

    .header-contact ul li a {
        word-break: break-all;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .header-contact ul li {
        margin-right: 18px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-contact ul li {
        font-size: 14px;
    }
}

.header-contact ul li i {
    font-size: 15px;
    margin-right: 10px;
}

.header-contact ul li:last-child {
    margin-right: 0px;
}

.header-contact ul li a {
    color: #fff;
}

.header-contact ul li a:hover {
    color: #eaeaea;
}

.top-link-bar {
    float: right;
}

@media only screen and (max-width: 767px) {
    .top-link-bar {
        float: inherit;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-link-bar {
        float: right;
    }
}

.top-link-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .top-link-bar ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .top-link-bar {
        margin-top: 8px;
    }

    .top-link-bar ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-link-bar ul li {
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

.top-link-bar ul li {
    margin-right: 30px;
    line-height: 1;
    position: relative;
}

.top-link-bar ul li:last-child {
    margin-right: 0;
}

.top-link-bar ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.top-link-bar ul li a:hover {
    color: #ddd;
}

@media only screen and (max-width: 767px) {
    .top-link-bar ul li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-link-bar ul li a {
        font-size: 14px;
    }
}

.top-link-bar ul li:before {
    position: absolute;
    top: 3px;
    right: -16px;
    content: "";
    background-color: #fff;
    height: 10px;
    width: 1px;
}

.top-link-bar ul li:last-child:before {
    display: none;
}


/* ASM Logo Responsive */

.logo {
    display: flex;
    align-items: center;
}

.logo img.asm-logo {
    max-width: 100%;
    height: auto;
    width: 100px;
    transition: all 0.3s ease;
}


/* Large Desktop */

@media only screen and (min-width: 1400px) {
    .logo img.asm-logo {
        width: 90px;
    }
}


/* Desktop */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .logo img.asm-logo {
        width: 80px;
    }
}


/* Laptop */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .logo img.asm-logo {
        width: 70px;
    }
}


/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo img.asm-logo {
        width: 65px;
    }
}


/* Mobile */

@media only screen and (max-width: 767px) {
    .logo img.asm-logo {
        width: 60px;
    }
}


/* Mobile menu section */

.mobile-menu-toggle {
    display: none;
}

.mobile-close {
    display: none;
}

@media(max-width:991px) {
    .menu-cart-wrap {
        position: static;
    }

    .mobile-menu-toggle {
        display: block;
        position: absolute;
        right: -15px;
        top: 15px;
        z-index: 9999;
        background: none;
        border: none;
        font-size: 24px;
        color: #0079bd;
        padding: 0;
    }

    .main-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #fff;
        z-index: 99999;
        transition: .3s;
        display: block;
    }

    .main-menu nav {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 70px;
        padding-bottom: 100px;
        -webkit-overflow-scrolling: touch;
    }

    .main-menu.mobile-open {
        left: 0 !important;
        display: block !important;
        z-index: 999999 !important;
    }

    body.menu-open {
        overflow: hidden;
    }

    .main-menu nav {
        padding-top: 70px;
    }

    .main-menu nav ul {
        display: block;
        width: 100%;
    }

    .main-menu nav ul li {
        display: block;
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #eee;
    }

    .main-menu nav ul li:not(.open)>ul.submenu {
        display: none !important;
    }

    .main-menu nav ul li a {
        display: inline-block;
        width: 100%;
        padding: 10px 15px !important;
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .main-menu nav ul li ul.submenu {
        position: static;
        display: none;
        padding: 0px 0px 0px !important;
        visibility: visible;
        opacity: 1;
        transform: none;
        box-shadow: none;
        min-width: 100% !important;
        background: #f8f9fa;
        padding: 0;
    }

    .main-menu nav ul li ul.submenu li {
        display: block;
        padding: 0 0px !important;
        margin-left: 0px !important;
    }

    .main-menu nav ul li.open>ul.submenu {
        display: block;
    }

    .main-menu nav ul li ul.submenu li a {
        padding: 8px 15px 8px 35px;
    }

    .main-menu nav ul li ul.submenu li ul.submenu-level-2 {
        position: static;
        display: none;
        left: 0 !important;
        top: 100% !important;
        background: #fff;
        min-width: 310px;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        background: #eef4fa;
        padding: 0;
    }

    .main-menu nav ul li ul.submenu li.open>.submenu-level-2 {
        display: block;
    }

    .main-menu nav ul li ul.submenu li ul.submenu-level-2 li a {
        padding: 8px 0px 8px 0px;
        white-space: wrap !important;
    }

    .menu-link-wrapper {
        min-height: 42px;
    }

    .mobile-close {
        display: none;
    }

    .main-menu.mobile-open .mobile-close {
        display: block;
        position: fixed;
        top: 15px;
        right: 20px;
        z-index: 9999999;
        border: none;
        background: none;
        font-size: 25px;
        color: #0079bd;
        font-weight: 300 !important;
    }

    .menu-link-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .submenu-toggle i {
        right: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        font-size: 16px !important;
        border-radius: 50%;
        background-color: #c6cbcf;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .main-menu nav ul li.open>.menu-link-wrapper .submenu-toggle i {
        transform: rotate(180deg);
    }
}


/* Desktop Menu section */

.menu-cart-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-bottom {
    padding: 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-cart-wrap {
        margin-right: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-cart-wrap {
        margin-right: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-bottom {
        padding: 0px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-bottom {
        padding: 0px 0;
    }
}

@media (min-width:992px) {
    .header-bottom .logo {
        display: none;
    }

    .header-bottom .col-lg-2 {
        display: none;
    }

    .header-bottom .col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu-cart-wrap {
        justify-content: center;
    }
}

.main-menu nav ul li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-weight: 500;
}

.active-link {
    color: #0079bd !important;
    font-weight: 600;
}

.active-menu>a {
    color: #0079bd !important;
}

.main-menu nav ul li ul.submenu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    display: block;
    left: 0;
    padding: 10px 0px 10px;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    min-width: 310px;
    width: auto;
    z-index: 999;
}

.main-menu nav ul li ul.submenu li {
    position: relative;
    display: block;
    padding: 0 20px;
    margin-left: 0px;
}

.main-menu nav ul li ul.submenu li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-transform: capitalize;
    padding-top: 0px;
    position: relative;
    display: inline-block;
    padding-left: 0;
    transition: all 0.3s ease;
}

.main-menu nav ul li ul.submenu li a:hover {
    color: #0079bd;
}

.main-menu nav ul li ul.submenu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: #0079bd;
    transition: width 0.3s ease;
}

.main-menu nav ul li ul.submenu li a:hover::after {
    width: 100%;
}

.main-menu nav ul li:hover>ul.submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

.main-menu nav ul li:first-child {
    margin-left: 0px;
}

.main-menu nav ul li:hover a {
    color: #0079bd;
}

.main-menu nav ul li .submenu-toggle i {
    font-weight: 800 !important;
    cursor: pointer;
    font-size: 16px;
    margin-left: 2px;
}

.main-menu nav ul li:hover .submenu-toggle i {
    color: #0079bd;
    font-weight: 800 !important;
    cursor: pointer;
}


/* Active menu text */

.main-menu nav ul li.active-menu .menu-link-wrapper>a {
    color: #0079bd !important;
    font-weight: 600;
}


/* Active menu arrow */

.main-menu nav ul li.active-menu .submenu-toggle i {
    color: #0079bd !important;
    font-weight: 800;
    margin-left: 2px;
}

.main-menu nav ul li ul.submenu li.active-menu>a {
    color: #0079bd !important;
    font-weight: 600;
}

.main-menu nav ul li ul.submenu li.active-menu>.menu-link-wrapper>a {
    color: #0079bd !important;
    font-weight: 600;
}


/* .main-menu nav ul li.active-menu>a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 2px;
  background: #0079bd;
} */

.main-menu nav ul li ul.submenu li a.active-submenu {
    color: #0079bd !important;
    font-weight: 600;
}

.main-menu nav ul li ul.submenu li ul.submenu-level-2 li a.active-submenu {
    color: #0079bd !important;
    font-weight: 700;
}

.main-menu nav ul li ul.submenu li.active-menu>a {
    color: #0079bd !important;
    font-weight: 600;
}


/*  LEVEL 3 MENU */


/* third level menu */

.main-menu nav ul li ul.submenu li ul.submenu-level-2 {
    position: absolute;
    left: 60%;
    top: 100%;
    background: #fff;
    min-width: 310px;
    padding: 15px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    z-index: 9999;
}

.main-menu nav ul li ul.submenu li:hover>ul.submenu-level-2 {
    visibility: visible;
    opacity: 1;
}

.main-menu nav ul li ul.submenu li ul.submenu-level-2 li {
    display: block;
    padding: 0 20px;
}

.main-menu nav ul li ul.submenu li ul.submenu-level-2 li a {
    display: block;
    line-height: 32px;
    color: #333;
    white-space: nowrap;
}

.main-menu nav ul li ul.submenu li ul.submenu-level-2 li a:hover {
    color: #0079bd;
}

.has-submenu>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.has-submenu>a i {
    margin-left: 10px;
    font-size: 12px;
}

.main-menu nav ul li a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    line-height: 55px;
}

.main-menu nav ul li a i {
    font-weight: 600;
    color: #0079bd;
    font-size: 15px;
    margin-left: 4px;
}

.main-menu nav ul li.mega-menu-position {
    position: static;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu {
    background-color: #fff;
    display: block;
    left: 0;
    padding: 33px 30px 30px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li {
    display: inline-block;
    float: left;
    padding-left: 60px;
    margin-left: 0;
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu nav ul li.mega-menu-position ul.mega-menu>li {
        padding-left: 30px;
    }
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li.mega-menu-title {
    float: inherit;
    width: 100%;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li.mega-menu-title a {
    color: #242424;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li.mega-menu-title a::before {
    display: none;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li.mega-menu-title:hover a {
    padding-left: 0px;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li {
    display: block;
    float: inherit;
    padding: 0px;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-transform: capitalize;
    padding-top: 0px;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li a:hover {
    color: #0079bd;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li a::before {
    background: #0079bd none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 7px;
    z-index: 999;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li:hover a::before {
    opacity: 1;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu>li ul li:hover a {
    padding-left: 12px;
}

.main-menu nav ul li.mega-menu-position:hover>ul.mega-menu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

header-bottom {
    padding: 10px 0;
    /* White to transparent gradient */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0.35) 75%, rgba(255, 255, 255, 0) 100%);
}

.sticky-bar.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    border-bottom: 0 solid #4a90e2;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 18px 0;
}


/*--------- 3. Slider style ---------*/

.slider-area {
    position: relative;
}

@media (max-width: 767px) {
    .slider-area {
        display: none;
    }
}

.slider-height-1 {
    height: 650px;
}

@media (max-width: 1199px) {
    .slider-height-1 {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .slider-height-1 {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .slider-height-1 {
        height: 80vh;
    }
}

.slider-active {
    position: relative;
}

.slider-active .slider-single-img {
    width: 504px;
    position: absolute;
    right: 256px;
    bottom: 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-active .slider-single-img {
        width: 430px;
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-active .slider-single-img {
        width: 380px;
        right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active .slider-single-img {
        width: 350px;
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active .slider-single-img {
        width: 250px;
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-active .slider-single-img {
        display: none;
    }
}

.single-slider video,
.single-slider picture,
.single-slider picture img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-slider {
    position: relative;
    overflow: hidden;
}

.single-slider img {
    width: 100%;
    height: 100%;
    display: block;
}


/* Large Desktop & Desktop */

.slider-active .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    font-size: 24px !important;
    transition: all .3s ease;
}

.slider-active .owl-nav button:hover {
    background: #0079bd !important;
}

.slider-active .owl-nav .owl-prev {
    left: 25px;
}

.slider-active .owl-nav .owl-next {
    right: 25px;
}


/* Tablet */

@media (max-width: 991px) {
    .slider-active .owl-nav button {
        width: 45px;
        height: 45px;
        font-size: 20px !important;
    }

    .slider-active .owl-nav .owl-prev {
        left: 15px;
    }

    .slider-active .owl-nav .owl-next {
        right: 15px;
    }
}


/* Mobile */

@media (max-width: 767px) {
    .slider-active .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 16px !important;
    }

    .slider-active .owl-nav .owl-prev {
        left: 10px;
    }

    .slider-active .owl-nav .owl-next {
        right: 10px;
    }
}


/* Very Small Mobile */

@media (max-width: 480px) {
    .slider-active .owl-nav button {
        width: 30px;
        height: 30px;
        font-size: 14px !important;
    }

    .slider-active .owl-nav .owl-prev {
        left: 5px;
    }

    .slider-active .owl-nav .owl-next {
        right: 5px;
    }
}

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1.slider-single-img img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.owl-item.active .slider-animated-2.slider-single-img2 img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 p {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Nav section */

.nav-style-2.owl-carousel {
    position: relative;
}

.nav-style-2.owl-carousel .owl-nav button {
    background-color: #161616;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    left: 117px;
    opacity: 0;
    visibility: hidden;
}

.nav-style-2.owl-carousel .owl-nav button:hover {
    background-color: #0079bd;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-2.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-2.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-2.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-2.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-2.owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        line-height: 38px;
        left: 15px;
    }
}

.nav-style-2.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 117px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-2.owl-carousel .owl-nav button.owl-next {
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-2.owl-carousel .owl-nav button.owl-next {
        right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-2.owl-carousel .owl-nav button.owl-next {
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-2.owl-carousel .owl-nav button.owl-next {
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-2.owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }
}

.nav-style-2.owl-carousel:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.section-padding-1 .container-fluid {
    padding-right: 100px;
    padding-left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .section-padding-1 .container-fluid {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-1 .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-1 .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-1 .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding-1 .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.choose-bg-light-blue {
    background-color: #48a7d4;
}

.choose-bg-yellow {
    background-color: #fdc735;
}

.choose-bg-blue {
    background-color: #307ad5;
}

.choose-bg-green {
    background-color: #10c45c;
}

.choose-negative-mrg {
    margin-top: -102px;
    z-index: 9;
    position: relative;
}

.single-choose-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 48px 46px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-choose-us {
        padding: 50px 15px 46px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-choose-us {
        padding: 40px 15px 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-choose-us {
        padding: 30px 10px 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-choose-us {
        padding: 30px 20px 26px;
    }
}

@media only screen and (max-width: 767px) {
    .single-choose-us {
        padding: 30px 10px 26px;
    }
}

.single-choose-us .choose-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-choose-us .choose-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-choose-us .choose-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-choose-us .choose-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-choose-us .choose-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        margin-right: 10px;
    }
}

.single-choose-us .choose-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-choose-us .choose-content h3 {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin: 0 0 12px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-choose-us .choose-content h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-choose-us .choose-content h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-choose-us .choose-content h3 {
        font-size: 18px;
        margin: 0 0 5px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-choose-us .choose-content h3 {
        font-size: 18px;
        margin: 0 0 5px;
        line-height: 25px;
    }
}

.single-choose-us .choose-content p {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.single-choose-us:hover .choose-img img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.section-title {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title:before {
        left: -5px;
    }
}

.section-title h2 {
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 45px;
    color: #002b4d;
}

.section-title h2 span {
    color: #0079bd;
}

.section-title p {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 27px;
        margin: 0 0 10px;
        line-height: 30px;
        font-weight: bold;
    }

    .section-title p {
        font-size: 15px;
    }

    .section-title.mb-75 {
        margin-bottom: 35px;
    }

    .section-title.mb-75.mrg-bottom-small {
        margin-bottom: 95px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.mb-75 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-3.mb-100 {
        margin-bottom: 80px;
    }
}

.section-title.white-text h2 {
    color: #fff;
}

.section-title-green p {
    color: #0079bd;
}

@media only screen and (max-width: 767px) {
    .section-title.section-title-green.mb-30 {
        margin-bottom: 20px;
    }
}

.section-title-2 {
    position: relative;
    margin-left: 32px;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .section-title-2 {
        margin-left: 0px;
    }
}

.section-title-2:before {
    content: url(../img/icon-img/section-shape-2.png);
    position: absolute;
    left: -32px;
    top: 2px;
    bottom: auto;
}

@media only screen and (max-width: 767px) {
    .section-title-2:before {
        left: -5px;
    }
}

.section-title-2 h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 38px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .section-title-2 h2 {
        font-size: 35px;
    }
}

.section-title-2 h2 span {
    font-weight: 400;
}

.section-title-2 p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.section-title-3 {
    position: relative;
}

.section-title-3:before {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: -29px;
}

.section-title-3 h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 38px;
}

@media only screen and (max-width: 767px) {
    .section-title-3 h2 {
        font-size: 33px;
        margin: 0 0 10px;
    }
}

.section-title-3 h2 span {
    color: #0079bd;
    font-weight: 400;
}

.section-title-3 p {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .section-title-3 p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-3.ml-70 {
        margin-left: 0px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-3.ml-70 {
        margin-left: 0px;
        margin-top: 50px;
    }
}

.section-title-3.white-text h2,
.section-title-3.white-text span,
.section-title-3.white-text p {
    color: #fff;
}

.section-shape-hm2-1:before {
    content: url(../img/icon-img/section-shape-3.png);
}

.section-shape-hm2-2:before {
    content: url(../img/icon-img/section-shape-4.png);
}

.single-choose-us2 h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 37px 0 16px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-choose-us2 h4 {
        font-size: 16px;
    }
}

.single-choose-us2 p {
    line-height: 23px;
    margin: 0;
}

.single-choose-us2:hover img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.choose-padding {
    padding-right: 68px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose-padding {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-padding {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .choose-padding {
        padding-right: 0px;
    }
}






/* ==============================
 All internal page banner 
 =============================== */

.breadcrumb-area {
    display: none;
}

.breadcrumb-top {
    /*padding-bottom: 40vh;*/
    position: relative;
    z-index: 9;
}

.breadcrumb-top h2 {
    padding: 140px 0 60px 0;
    font-weight: bold;
    font-size: 48px;
    margin: 0 0 22px;
    color: #fff;
    z-index: 9;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-top h2 {
        font-size: 35px;
        margin: 0 0 10px;
    }
}

.breadcrumb-top p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    z-index: 9;
    position: relative;
    margin: 0;
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-top p {
        width: 73%;
    }

    /*.breadcrumb-top {*/
    /*    height: 40vh;*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    .breadcrumb-top p {
        width: 100%;
    }

    /*.breadcrumb-top {*/
    /*    height: 40vh;*/
    /*}*/
}

.breadcrumb-bottom {
    background-color: #0079bd;
    padding: 14px 0 12px;
}

.breadcrumb-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.breadcrumb-bottom ul li a {
    font-weight: 500;
    font-size: 18px;
    color: #f6f6f6;
    line-height: 1;
}

.breadcrumb-bottom ul li a:hover {
    color: #fff;
}

.breadcrumb-bottom ul li span {
    font-weight: 500;
    font-size: 18px;
    color: #f6f6f6;
    line-height: 1;
}

.breadcrumb-bottom ul li span i {
    color: #f6f6f6;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.breadcrumb-top.default-overlay:before {
    background-color: #000;
    opacity: 0.50;
}

.breadcrumb-top.breadcrumb-overly-2.default-overlay:before {
    background-color: #003218;
    opacity: 0.76;
}

.breadcrumb-top.breadcrumb-overly-3.default-overlay:before {
    background-color: #000;
    opacity: 0.3;
}

.breadcrumb-top.breadcrumb-overly-4.default-overlay:before {
    background-color: #000;
    opacity: 0.73;
}

.breadcrumb-top.breadcrumb-overly-5.default-overlay:before {
    background-color: #000;
    opacity: 0.65;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-top.pt-100 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-top.pb-95 {
        padding-bottom: 45px;
    }
}





/*==============================
 about us inner page css 
 ================================ */


/* ==========================================
   ABOUT PAGE
========================================== */

.about-main-area {
    background: #ffffff;
}

.about-main-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
}

.about-main-content p {
    margin-bottom: 18px;
    line-height: 30px;
    color: #555;
}


/* ==========================================
   VISION MISSION
========================================== */

.vm-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: all .3s ease;
}

.vm-card:hover {
    transform: translateY(-5px);
}

.vm-card i {
    font-size: 50px;
    color: #0079bd;
    margin-bottom: 20px;
}

.vm-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vm-card p {
    margin: 0;
    line-height: 28px;
}


/* ==========================================
   TIMELINE
========================================== */

.timeline-area {
    background: #faf8f8;
}

.story-details {
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.story-item.active .story-details {
    max-height: 300px;
    margin-top: 15px;
}

.timeline-btn {
    margin-top: 15px;
    border: 1px solid #0079bd;
    color: #0079bd;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    font-size: 12px;
}

.story-timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.story-timeline::before {
    content: "";
    position: absolute;
    left: 120px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #0079bd;
}

.story-item {
    position: relative;
    display: flex;
    margin-bottom: 40px;
}

.story-year {
    width: 120px;
    font-size: 28px;
    font-weight: 700;
    color: #0079bd;
    text-align: right;
    padding-right: 30px;
}

.story-content {
    background: #fff;
    margin-left: 50px;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    flex: 1;
    position: relative;
}

.story-content::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #0079bd;
    border-radius: 50%;
    position: absolute;
    left: -60px;
    top: 30px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px #0079bd;
    transition: all 1.0s ease;
}

.story-item.show .story-content::before {
    background: #0079bd;
    box-shadow: 0 0 0 4px #0079bd, 0 0 20px rgba(0, 121, 189, .5);
}

.timeline-progress {
    position: absolute;
    left: 120px;
    top: 0;
    width: 4px;
    height: 0;
    background: #00a3ff;
    z-index: 2;
}

.story-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.story-item {
    opacity: 0;
    transform: translateY(50px);
    transition: all .8s ease;
}

.story-item.show {
    opacity: 1;
    transform: translateY(0);
}


/* Mobile */

@media (max-width: 767px) {
    .story-timeline::before {
        left: 20px;
    }

    .story-item {
        flex-direction: column;
        padding-left: 50px;
    }

    .story-year {
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .story-content {
        margin-left: 0;
    }

    .story-content::before {
        left: -40px;
    }
}


/* Awards Section in about us page */
/*=================================
AWARDS & RECOGNITIONS
=================================*/

.recognitions-area {
    background: #fff;
    position: relative;
}

.recognition-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.recognition-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    border: 1px solid #eef3f7;
}

.recognition-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.award-number {
    position: absolute;
    top: 5px;
    right: 3px;
    font-size: 40px;
    font-weight: 700;
    color: rgba(0, 121, 189, .08);
}

.recognition-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 5px;
    background: linear-gradient(135deg, #3490c5, #2f71bb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recognition-icon i {
    color: #fff;
    font-size: 38px;
}

.recognition-card h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #2e435a;
    font-weight: 600;
}

.recognition-card span {
    display: block;
    font-size: 12px;
    color: #474747;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 18px;
}

.recognition-card p {
    color: #666;
    line-height: 26px;
    margin: 0;
}

@media(max-width:1199px) {
    .recognition-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:991px) {
    .recognition-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {
    .recognition-grid {
        grid-template-columns: 1fr;
    }

    .recognition-card {
        padding: 30px 20px;
    }
}


/* World records section page */

.world-record-section {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
    overflow: hidden;
}

.world-record-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .05);
    top: -180px;
    right: -150px;
}

.world-record-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .04);
    bottom: -180px;
    left: -150px;
}

.world-record-section .container {
    position: relative;
    z-index: 2;
}

.world-subtitle {
    display: inline-block;
    padding: 8px 22px;
    background: #e9f5fc;
    color: #0079bd;
    font-size: 13px;
    font-weight: 700;
    border-radius: 40px;
    margin-bottom: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.world-record-section .section-title {
    max-width: 980px;
    margin: auto;
}

.world-record-section .section-title h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 20px;
    color: #203a57;
}

.world-record-section .section-title h2 span {
    color: #0079bd;
}

.world-record-section .section-title p {
    font-size: 17px;
    line-height: 31px;
    color: #666;
    max-width: 900px;
    margin: auto;
}

.record-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin: 70px 0 60px;
    flex-wrap: wrap;
}

.record-tab {
    padding: 16px 42px;
    border: 2px solid #0079bd;
    background: #fff;
    color: #0079bd;
    font-size: 16px;
    font-weight: 700;
    border-radius: 60px;
    cursor: pointer;
    transition: .35s;
    outline: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.record-tab:hover {
    background: #0079bd;
    color: #fff;
    transform: translateY(-3px);
}

.record-tab.active {
    background: linear-gradient(135deg, #0079bd, #2f71bb);
    color: #fff;
    border-color: #0079bd;
    box-shadow: 0 15px 35px rgba(0, 121, 189, .25);
}

.record-tab-content {
    display: none;
    animation: recordFade .5s ease;
}

.record-tab-content.active {
    display: block;
}

@keyframes recordFade {

    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

@media(max-width:1199px) {

    .world-record-section .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .world-record-section .section-title p {
        font-size: 16px;
    }

}

@media(max-width:991px) {

    .record-tabs {
        margin: 50px 0;
        gap: 15px;
    }

    .record-tab {
        padding: 14px 32px;
        font-size: 15px;
    }

    .world-record-section .section-title h2 {
        font-size: 34px;
        line-height: 44px;
    }

}

@media(max-width:767px) {

    .record-tabs {
        flex-direction: column;
        gap: 15px;
        margin: 40px 0;
    }

    .record-tab {
        width: 100%;
        max-width: 340px;
    }

    .world-record-section .section-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .world-record-section .section-title p {
        font-size: 15px;
        line-height: 28px;
    }

}

@media(max-width:575px) {

    .world-subtitle {
        font-size: 11px;
        padding: 7px 16px;
    }

    .world-record-section .section-title h2 {
        font-size: 24px;
        line-height: 34px;
    }

}



.record-showcase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    margin-bottom: 90px;
}

.record-showcase:last-child {
    margin-bottom: 0;
}

.record-showcase.reverse {
    flex-direction: row-reverse;
}

.record-image {
    flex: 0 0 46%;
    position: relative;
}

.record-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    transition: .45s;
}

.record-image:hover img {
    transform: scale(1.03);
}

.record-content {
    flex: 0 0 46%;
}

.record-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    background: linear-gradient(135deg, #0079bd, #2f71bb);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 18px;
    letter-spacing: .5px;
}

.record-content h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 10px;
    color: #213955;
}

.record-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0079bd;
    margin-bottom: 20px;
}

.record-content p {
    font-size: 16px;
    line-height: 31px;
    color: #666;
    margin-bottom: 0;
}


.event-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 90px;
}

.event-block:last-child {
    margin-bottom: 0;
}

.event-block.reverse {
    flex-direction: row-reverse;
}

.event-content {
    flex: 0 0 42%;
}

.event-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #203a57;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 14px;
}

.event-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #0079bd;
    border-radius: 50px;
}

.event-content p {
    font-size: 16px;
    line-height: 31px;
    color: #666;
    margin: 0;
}

.event-gallery {
    flex: 0 0 52%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 190px 190px;
    gap: 18px;
}

.gallery-left {
    grid-template-columns: 3fr 2fr;
}

.event-gallery .gallery-large {
    grid-row: 1/span 2;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .10);
}

.event-gallery .gallery-right .gallery-large {
    grid-column: 1;
}

.event-gallery .gallery-left .gallery-large {
    grid-column: 2;
}

.event-gallery .gallery-small {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.event-gallery .gallery-large img,
.event-gallery .gallery-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .45s;
}

.event-gallery .gallery-large:hover img,
.event-gallery .gallery-small:hover img {
    transform: scale(1.08);
}

@media(max-width:1199px) {

    .record-showcase,
    .event-block {
        gap: 40px;
    }

    .record-image img {
        height: 330px;
    }

    .event-gallery {
        grid-template-rows: 170px 170px;
    }

    .record-content h3 {
        font-size: 30px;
    }

    .event-content h3 {
        font-size: 30px;
    }

}

@media(max-width:991px) {

    .record-showcase,
    .record-showcase.reverse,
    .event-block,
    .event-block.reverse {
        flex-direction: column;
        gap: 35px;
        margin-bottom: 70px;
    }

    .record-image,
    .record-content,
    .event-content,
    .event-gallery {
        width: 100%;
        flex: 100%;
    }

    .record-image img {
        height: 300px;
    }

    .event-gallery,
    .gallery-left {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: 170px 170px;
    }

    .event-gallery .gallery-large {
        grid-column: 1 !important;
        grid-row: 1/span 2;
    }

    .record-content,
    .event-content {
        text-align: center;
    }

    .event-content h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

}

@media(max-width:767px) {

    .record-image img {
        height: 260px;
    }

    .record-content h3,
    .event-content h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .record-content p,
    .event-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .event-gallery,
    .gallery-left {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .event-gallery .gallery-large,
    .event-gallery .gallery-small {
        grid-column: auto !important;
        grid-row: auto !important;
        height: 220px;
    }

}

@media(max-width:575px) {

    .record-showcase,
    .event-block {
        margin-bottom: 55px;
    }

    .record-image img {
        height: 220px;
        border-radius: 18px;
    }

    .event-gallery .gallery-large,
    .event-gallery .gallery-small {
        height: 190px;
        border-radius: 16px;
    }

    .record-content h3,
    .event-content h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .record-content h5 {
        font-size: 16px;
    }

    .record-content p,
    .event-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .record-year {
        font-size: 13px;
        padding: 8px 18px;
    }

}




/* ==========================================
   WHY ASM
========================================== */

.why-asm-area {
    background: #f8f9fa;
}

.why-card {
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-5px);
}

.why-card h3 {
    color: #0079bd;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-card p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}


/* ==========================================
   MOBILE
========================================== */

@media only screen and (max-width: 991px) {
    .about-main-image {
        margin-bottom: 30px;
    }

    .memory-img {
        margin-bottom: 30px;
    }

    .leader-card {
        margin-bottom: 30px;
    }

    .vm-card {
        margin-bottom: 30px;
    }

    .why-card {
        margin-bottom: 30px;
    }
}

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

    .about-main-content p,
    .memory-content p {
        line-height: 28px;
    }

    .vm-card {
        padding: 30px 20px;
    }

    .leader-card img {
        height: auto;
    }

    .why-card h3 {
        font-size: 34px;
    }

    .timeline-item h3 {
        font-size: 28px;
    }
}


/*--------- 6. Course area ---------*/

.single-course {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.single-course .course-img {
    position: relative;
    overflow: hidden;
    border-top: 5px solid #005f95;
}

.single-course .course-img a {
    display: block;
}

.single-course .course-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-course .course-img span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0079bd;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    padding: 6px 16px 8px;
}

.single-course .course-img span.new-course {
    background-color: #fff;
    color: #0079bd;
}

.single-course .course-content {
    flex-grow: 1;
    padding: 10px 10px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(225, 225, 225, 0.51);
}

.single-course .course-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    min-height: 70px;
    font-family: "Roboto", sans-serif;
}

.single-course .course-content h4 a {
    color: #333;
}

.single-course .course-content h4 a:hover {
    color: #0079bd;
}

.course-btn-wrap {
    display: flex;
    margin: 0 -17px -20px;
    overflow: hidden;
}

.course-btn-wrap .course-btn {
    flex: 1;
    text-align: center;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    white-space: nowrap;
}

.courses-learn-btn {
    background: #ffffff;
    color: #0079bd;
}

.courses-learn-btn:hover {
    background: #f5f9fc;
    color: #0079bd;
}

.courses-apply-btn {
    background: #0079bd;
    color: #fff;
}

.courses-apply-btn:hover {
    background: #005f95;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .single-course .course-content h4 {
        font-size: 20px;
        font-weight: 600 !important;
        margin: 0 0 10px;
    }
}

.single-course .course-content p {
    line-height: 23px;
}

.single-course .credit-duration-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-course .credit-duration-wrap .sin-credit-duration i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #dddddd;
    line-height: 25px;
    font-size: 12px;
    color: #0079bd;
    text-align: center;
    border-radius: 100%;
    margin-right: 2px;
}

.single-course .credit-duration-wrap .sin-credit-duration span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course .credit-duration-wrap .sin-credit-duration span {
        color: #666;
        font-size: 12px;
        font-weight: 500;
    }
}

.single-course:hover {
    z-index: 999;
}

.single-course:hover img {
    -webkit-transform: scale(1.0);
    transform: scale(1.05);
}

.course-slider-active.owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}

.nav-style-1.owl-carousel>.owl-nav button {
    background-color: #0079bd;
    border-radius: 50px 0 0 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    left: -50px;
    line-height: 60px;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 180px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
}

.nav-style-1.owl-carousel>.owl-nav button:hover {
    background-color: #0079bd;
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1.owl-carousel>.owl-nav button {
        left: 0px;
        border-radius: 0px 50px 50px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1.owl-carousel>.owl-nav button {
        left: 0px;
        border-radius: 0px 50px 50px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1.owl-carousel>.owl-nav button {
        width: 30px;
        height: 35px;
        line-height: 30px;
        left: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1.owl-carousel>.owl-nav button {
        left: 0px;
        border-radius: 0px 50px 50px 0px;
        width: 30px;
        height: 35px;
        line-height: 30px;
    }
}

.nav-style-1.owl-carousel>.owl-nav button.owl-next {
    left: auto;
    right: -50px;
    border-radius: 0px 50px 50px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1.owl-carousel>.owl-nav button.owl-next {
        right: 0px;
        border-radius: 50px 0px 0px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1.owl-carousel>.owl-nav button.owl-next {
        right: 0px;
        border-radius: 50px 0px 0px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1.owl-carousel>.owl-nav button.owl-next {
        right: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1.owl-carousel>.owl-nav button.owl-next {
        right: 0px;
        border-radius: 50px 0px 0px 50px;
    }
}

.nav-style-1:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1:hover .owl-nav button {
        left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1:hover .owl-nav button {
        left: 0px;
    }
}

.admission-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.admission-tab-list a {
    margin: 0 16px;
    line-height: 1;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;
}

@media only screen and (max-width: 767px) {
    .admission-tab-list a {
        margin: 0 7px 10px;
    }
}

.admission-tab-list a h4 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    line-height: 1;
}

.admission-tab-list a.active {
    border-bottom: 2px solid #8cd8b1;
}

@media only screen and (max-width: 767px) {
    .admission-tab-list {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}







/*===========================
  Index Page Home Page 
 =========================== */

/* About us */

.about-us-area {
    background-color: #ffffff;
}

.about-content {
    margin-top: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content {
        margin-top: 0px;
    }
}

.about-content>p {
    line-height: 26px;
    width: 92%;
    margin: 0 0 0 0px;
}

@media only screen and (max-width: 767px) {
    .about-content>p {
        margin: 0 0 0 0px;
    }
}

.about-content .about-btn a.default-btn {
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    margin: 0 0 0 32px;
}

.about-content {
    margin-top: 0;
}

.about-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about-img img {
    max-width: 100%;
    height: auto;
}

.about-video {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
    background: #000;
    transition: .35s;
}

.about-video:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, .22);
}

.about-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media(max-width:991px) {

    .about-video {
        margin-top: 25px;
    }

}

@media(max-width:767px) {

    .about-video {
        border-radius: 15px;
    }

}

@media only screen and (max-width: 767px) {
    .about-content .about-btn a.default-btn {
        margin: 0 0 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content .about-btn.mt-45 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .about-img.default-overlay {
        margin-top: 30px;
    }
}

.about-img.default-overlay:before {
    background-color: #000;
    opacity: 0.5;
}

.about-img.default-overlay img {
    width: 100%;
}

.about-img.default-overlay .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .about-img.default-overlay.about-img-2 {
        margin-top: 0;
    }
}

.about-img.about-img-2.default-overlay::before {
    background-color: #000;
    opacity: 0.61;
}

.about-content-2 p {
    line-height: 26px;
    margin: 0 0 30px;
}

.about-content-2>img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-2>img {
        width: auto;
    }
}

.about-content-2 .about-btn a.default-btn {
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content-2.pr-70 {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-2.pr-70 {
        padding-right: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content-2.pr-70 {
        padding-right: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-img-2.mr-70 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-img-2.mr-70 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-img-2.mr-70 {
        margin-right: 0;
    }
}



/* Achievement style */

.achievement-area {
    background-color: #f1fcf4;
}

.single-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.single-count:before {
    position: absolute;
    top: 8px;
    background-color: #e1dddd;
    content: "";
    width: 3px;
    height: 50px;
}

.single-count .count-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    margin-right: 25px;
}

.single-count .count-img img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-count .count-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        margin-right: 15px;
    }
}

.single-count .count-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #0079bd;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-count .count-content h2 {
        font-size: 40px;
        margin: 0 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .single-count .count-content h2 {
        font-size: 35px;
        margin: 0 0 10px;
    }
}

.single-count .count-content span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    color: #666666;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-count .count-content span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .single-count .count-content span {
        font-size: 15px;
    }
}

.single-count .count-content .counter-value span {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #0079bd;
}

.counter-value {
    white-space: nowrap;
}

.counter-value .count,
.counter-value .counter-suffix {
    display: inline !important;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.count-one:before {
    right: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-one:before {
        right: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-one:before {
        right: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .count-one:before {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .count-one {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-one {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-one {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .count-one {
        margin-left: 0px;
    }
}

.count-two {
    margin-left: 55px;
}

.count-two:before {
    right: -47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-two:before {
        right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-two:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .count-two:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-two {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-two {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .count-two {
        margin-left: 0px;
    }
}

.count-three {
    margin-left: 80px;
}

.count-three:before {
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-three:before {
        right: -34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-three:before {
        right: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .count-three:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-three {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-three {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .count-three {
        margin-left: 0px;
    }
}

.count-four {
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-four {
        float: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .count-four {
        float: inherit;
    }
}

.count-four:before {
    display: block;
    content: none;
}






/* ASM AI FEST */
.aifest-area {
    background: #f7fbfe;
    position: relative;
    overflow: hidden;
}

.aifest-area::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -220px;
    top: -220px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .05);
}

.aifest-area::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    left: -170px;
    bottom: -170px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .04);
}

.aifest-area .container {
    position: relative;
    z-index: 2;
}

.aifest-subtitle {
    display: inline-block;
    padding: 8px 22px;
    background: #e9f6fc;
    border-radius: 30px;
    color: #0079bd;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.aifest-intro {
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    gap: 20px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.aifest-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    min-height: 190px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    transition: .4s;
}

.aifest-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .14);
}

.aifest-logo img {
    max-width: 140px;
    transition: .4s;
}

.aifest-logo:hover img {
    transform: scale(1.08);
}

.aifest-content {
    text-align: center;
}

.aifest-tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0079bd;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.aifest-content h3 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 5px;
}

.aifest-content h3 span {
    color: #0079bd;
    position: relative;
}

.aifest-divider {
    width: 90px;
    height: 4px;
    background: #0079bd;
    margin: 0 auto 5px;
    border-radius: 30px;
}

.aifest-content p {
    font-size: 16px;
    line-height: 31px;
    color: #666;
    margin-bottom: 5px;
}

.aifest-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    list-style: none;
    padding: 10px 0 28px;
    margin: 0;
}

.aifest-points li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.aifest-points li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0079bd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.aifest-content blockquote {
    margin: 0;
    padding: 25px 30px;
    background: #fff;
    border-left: 5px solid #0079bd;
    font-size: 20px;
    line-height: 34px;
    font-style: italic;
    color: #222;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .07);
}

.aifest-hero {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .16);
}

.aifest-hero img {
    width: 100%;
    display: block;
}

.aifest-hero:hover img {
    transform: scale(1.0);
}

.aifest-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(0, 0, 0, .72), transparent);
}

.aifest-hero-overlay {
    position: absolute;
    left: 50px;
    bottom: 45px;
    z-index: 2;
    color: #fff;
    max-width: 600px;
}

.aifest-hero-overlay span {
    display: inline-block;
    padding: 7px 18px;
    background: #0079bd;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.aifest-hero-overlay h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 14px;
    color: #fff;
}

.aifest-hero-overlay p {
    font-size: 17px;
    margin: 0;
    opacity: .95;
    line-height: 30px;
}

@media(max-width:1199px) {

    .aifest-intro {
        grid-template-columns: 150px 1fr 150px;
        gap: 10px;
    }

    .aifest-content h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .aifest-hero-overlay h3 {
        font-size: 34px;
        line-height: 42px;
    }

}

@media(max-width:991px) {

    .aifest-intro {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .aifest-logo {
        max-width: 230px;
        margin: auto;
        min-height: 150px;
    }

    .aifest-content {
        order: 2;
    }

    .aifest-content h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .aifest-hero-overlay {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    .aifest-hero-overlay h3 {
        font-size: 30px;
        line-height: 38px;
    }

}

@media(max-width:767px) {

    .aifest-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .aifest-content h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .aifest-content p {
        font-size: 15px;
        line-height: 28px;
    }

    .aifest-content blockquote {
        padding: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .aifest-logo {
        padding: 22px;
    }

    .aifest-logo img {
        max-width: 120px;
    }

    .aifest-hero {
        border-radius: 18px;
    }

    .aifest-hero-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .aifest-hero-overlay h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .aifest-hero-overlay p {
        font-size: 15px;
        line-height: 25px;
    }

}

@media(max-width:575px) {

    .aifest-subtitle {
        font-size: 12px;
    }

    .aifest-content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .aifest-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .aifest-points {
        display: block;
        text-align: left;
    }

    .aifest-points li {
        margin-bottom: 10px;
    }

    .aifest-content blockquote {
        font-size: 16px;
        line-height: 28px;
        padding: 18px;
    }

    .aifest-logo {
        max-width: 180px;
        min-height: 120px;
        padding: 18px;
    }

    .aifest-logo img {
        max-width: 95px;
    }

    .aifest-hero-overlay span {
        font-size: 11px;
    }

    .aifest-hero-overlay h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .aifest-hero-overlay p {
        display: none;
    }

}


.aifest-gallery {
    margin-top: 70px;
}

.aifest-gallery h3 {
    font-size: 30px;
    font-weight: 600;
}

.aifest-gallery-wrapper {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 2px;
}


@media(max-width:991px) {

    .aifest-gallery-wrapper {
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {

    .aifest-gallery {
        margin-top: 50px;
    }

    .gallery-stack {
        gap: 18px;
    }
}

@media(max-width:575px) {

    .gallery-stack {
        gap: 15px;
    }

}




/* Why choose us section */

.why-choose-area {
    background: #f1fcf4;
}

.why-image {
    text-align: center;
}

.why-image img {
    max-width: 100%;
    width: 500px;
    transition: all .3s ease;
}

.why-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    height: calc(100% - 25px);
}

.why-box:hover {
    transform: translateY(-5px);
}

.why-box i {
    font-size: 40px;
    color: #0079bd;
    margin-bottom: 15px;
}

.why-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-box p {
    margin: 0;
    line-height: 24px;
}

.horizontal-box {
    display: flex;
    align-items: center;
    text-align: left;
}

.horizontal-box i {
    margin-right: 20px;
    margin-bottom: 0;
}

.mt-50 {
    margin-top: 50px;
}

.why-middle-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.why-image {
    text-align: center;
}

.why-image img {
    max-width: 100%;
    width: 450px;
}


/* Desktop */

@media (min-width: 992px) {
    .why-middle-row .col-lg-3:first-child {
        margin-top: 0px;
    }

    .why-middle-row .col-lg-3:last-child {
        margin-top: 0px;
    }
}


/* Tablet */

@media (max-width: 991px) {
    .why-image {
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .why-choose-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .why-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .why-image {
        margin: 20px 0 30px;
    }

    .why-image img {
        width: 320px;
        max-width: 100%;
    }
}


/* Industry Tie-Ups */

.industry-area {
    background: #f7fbfe;
    position: relative;
    overflow: hidden;
}

.industry-area::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(0, 121, 189, .04);
    border-radius: 50%;
    top: -180px;
    right: -180px;
}

.industry-area::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(0, 121, 189, .03);
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
}

.industry-list {
    position: relative;
    z-index: 2;
}

.industry-subtitle {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    background: #eaf6fc;
    color: #0079bd;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.industry-card {
    display: flex;
    align-items: center;
    gap: 35px;
    background: #fff;
    border-radius: 18px;
    padding: 22px 30px;
    margin-bottom: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.industry-card:last-child {
    margin-bottom: 0;
}

.industry-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #0079bd, #00b3ff);
}

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.industry-card.reverse {
    flex-direction: row-reverse;
}

.industry-card:hover .industry-logo img {
    transform: scale(1.08);
    filter: none;
}

.industry-logo {
    width: 150px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-logo img {
    width: 100%;
    max-width: 120px;
    max-height: 90px;
    object-fit: contain;
    transition: .35s;
    filter: grayscale(100%);
}


.industry-content {
    flex: 1;
}

.industry-content h3 {
    font-size: 23px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.industry-content p {
    margin: 0;
    color: #666;
    line-height: 27px;
    font-size: 15px;
}

/* .industry-card::after {
    content: "➜";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #0079bd;
    opacity: .25;
    transition: .35s;
} */

.industry-card:hover::after {
    right: 18px;
    opacity: 1;
}


/*==================================
Desktop
==================================*/

@media(max-width:1199px) {

    .industry-card {
        gap: 25px;
        padding: 20px 25px;
    }

    .industry-logo {
        width: 130px;
        min-width: 130px;
    }

    .industry-logo img {
        max-width: 110px;
    }

    .industry-content h3 {
        font-size: 22px;
    }

}


/*==================================
Tablet
==================================*/

@media(max-width:991px) {

    .industry-card,
    .industry-card.reverse {
        flex-direction: column;
        text-align: center;
        gap: 2px;
        padding: 25px;
    }

    .industry-logo {
        width: 100%;
        min-width: 100%;
    }

    .industry-logo img {
        max-width: 120px;
        margin: auto;
    }

    .industry-card::after {
        display: none;
    }

}


/*==================================
Mobile
==================================*/

@media(max-width:767px) {
    .industry-card {
        padding: 20px;
        border-radius: 15px;
    }

    .industry-logo img {
        max-width: 100px;
    }

    .industry-content h3 {
        font-size: 20px;
    }

    .industry-content p {
        font-size: 14px;
        line-height: 25px;
    }
}


/*==================================
Small Mobile
==================================*/

@media(max-width:575px) {
    .industry-area {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .industry-subtitle {
        font-size: 12px;
        padding: 7px 16px;
    }

    .industry-card {
        padding: 18px 16px;
        border-radius: 12px;
    }

    .industry-logo img {
        max-width: 90px;
    }

    .industry-content h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .industry-content p {
        font-size: 13px;
        line-height: 23px;
    }
}


/* Testimonials Section */
/* Testimonials on home page  */
.testimonial-showcase {
    display: flex;
    align-items: center;
    gap: 45px;
}

.testimonial-thumbnails-wrapper {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-shrink: 0;
}

.testimonial-thumbnails {
    width: 100%;
    overflow: hidden;
}

#testimonialThumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.thumb-item {
    cursor: pointer;
    opacity: .35;
    transition: .35s;
}

.thumb-item:hover {
    opacity: .75;
}

.thumb-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    border: 3px solid transparent;
    transition: .35s;
}

.thumb-item.active {
    opacity: 1;
}

.thumb-item.active img {
    width: 82px;
    height: 82px;
    border-color: #0079bd;
    box-shadow: 0 12px 28px rgba(0, 121, 189, .22);
}

.testimonial-nav {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #0079bd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.testimonial-nav:hover {
    background: #0079bd;
    color: #fff;
    transform: scale(1.08);
}

.testimonial-nav:focus {
    outline: none;
}

.testimonial-content-area {
    flex: 1;
}

.testimonial-content-area p {
    position: relative;
    padding: 10px 35px;
    font-size: 17px;
    line-height: 1.9;
    color: #4d4d4d;
    margin-bottom: 30px;
}

.testimonial-content-area p:before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 65px;
    color: #0079bd;
    opacity: .22;
    font-family: Georgia;
}

.testimonial-content-area p:after {
    content: "\201D";
    position: absolute;
    right: 0;
    bottom: -35px;
    font-size: 65px;
    color: #0079bd;
    opacity: .22;
    font-family: Georgia;
}

.testimonial-content-area h4 {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 6px;
}

.testimonial-content-area h4:before {
    content: "— ";
    color: #0079bd;
}

.testimonial-content-area span {
    display: block;
    text-align: right;
    color: #0079bd;
    font-size: 15px;
    font-weight: 600;
}

.testimonial-large-image {
    width: 330px;
    flex-shrink: 0;
}

.testimonial-large-image img {
    width: 100%;
    border-radius: 22px;
    display: block;
}

.testimonial-content-area,
.testimonial-large-image {
    transition: .35s;
}

.testimonial-changing .testimonial-content-area,
.testimonial-changing .testimonial-large-image {
    opacity: 0;
    transform: translateY(15px);
}

@media(max-width:991px) {
    .testimonial-showcase {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-thumbnails-wrapper {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
    }

    #testimonialThumbs {
        flex-direction: row;
        gap: 0px;
    }

    .testimonial-nav i {
        transform: rotate(-90deg);
    }

    .testimonial-content-area {
        order: 2;
    }

    .testimonial-large-image {
        width: 260px;
        order: 3;
    }

    .testimonial-content-area h4,
    .testimonial-content-area span {
        text-align: center;
    }
}

@media(max-width:767px) {
    .testimonial-showcase {
        gap: 25px;
    }

    .testimonial-large-image {
        width: 230px;
    }

    .thumb-item img {
        width: 58px;
        height: 58px;
    }

    .thumb-item.active img {
        width: 70px;
        height: 70px;
    }

    .testimonial-content-area p {
        font-size: 15px;
        line-height: 30px;
        padding: 5px 25px;
    }

    .testimonial-content-area h4 {
        font-size: 17px;
    }
}

@media(max-width:575px) {
    .testimonial-large-image {
        width: 200px;
    }

    .testimonial-nav {
        width: 38px;
        height: 38px;
    }

    .thumb-item img {
        width: 52px;
        height: 52px;
    }

    .thumb-item.active img {
        width: 64px;
        height: 64px;
    }
}




/* ==============================
   Testinominals on inner page of testimonials 
   ============================== */
.featured-testimonial-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    position: relative;
}

.quote-icon {
    font-size: 55px;
    color: #0079bd;
    opacity: .15;
}

.test-card {
    margin: 2px 0px 2px 0px;
    border-bottom: 1px #2272bd solid;
}

.featured-content .test-para p {
    font-size: 16px !important;
    line-height: 10px !important;
    font-weight: 500 !important;
}

.featured-content .test-para-head {
    font-size: 18px !important;
    line-height: 15px !important;
    font-weight: 700 !important;
}

.featured-content .test-para-span {
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: 600 !important;
    color: #0077b5;
}

.featured-student-image {
    text-align: center;
}

.featured-student-image img {
    width: 220px;
    height: 320px;
    object-fit: contain;
    border-radius: 15px;
}

.testimonial-cta {
    padding-bottom: 100px;
}

.cta-box {
    background: #32769e;
    color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
}

.cta-box h2 {
    color: #fff;
    margin-bottom: 20px;
}

.cta-box p {
    color: #fff;
    max-width: 700px;
    margin: 0 auto 30px;
}

.testimonial-btn:hover {
    background-color: #008b45;
}

@media (max-width: 991px) {
    .featured-testimonial-box {
        background: #fff;
        border-radius: 20px;
        padding: 2px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
        position: relative;
    }

    .test-card {
        padding: 25px 0;
        text-align: center;
    }

    .featured-student-image {
        margin-bottom: 20px;
    }

    .featured-student-image img {
        width: 180px;
        height: auto;
    }

    .quote-icon {
        display: block;
        margin-bottom: 10px;
    }

    .testimonial-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}




/* admission form home page */
.captcha-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.admission-area {
    background: #f1fcf4;
}

.admission-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0;
}

.admission-content h2 span {
    color: #0079bd;
}

.admission-tag {
    background: #0079bd;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-block;
}

.admission-features {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.admission-features li {
    margin-bottom: 15px;
    font-size: 16px;
}

.admission-features i {
    color: #0079bd;
    margin-right: 10px;
}

.admission-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.admission-form-card h3 {
    margin-bottom: 25px;
    font-weight: 600;
}

.admission-form-card input,
.admission-form-card select {
    width: 100%;
    height: 55px;
    margin-bottom: 0px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.apply-btn {
    width: 100%;
    background: #0079bd;
    color: #fff;
    border: none;
    height: 55px;
    border-radius: 8px;
    font-weight: 600;
}

.apply-btn:hover {
    background: #008542;
}


/* Error Messages */

.error-message {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 15px;
    padding-left: 5px;
    min-height: 18px;
}


/* Invalid Field */

.input-error {
    border: 1px solid #dc3545 !important;
    background: #fff8f8;
}


/* Help Section */

.admission-help {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 166, 81, .2);
}

.admission-help h4 {
    color: #0079bd;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.admission-help p {
    margin-bottom: 10px;
}

.admission-help i {
    color: #0079bd;
    margin-right: 10px;
    width: 20px;
}

.admission-help a {
    color: #333;
}

.admission-help a:hover {
    color: #0079bd;
}


/*------------------- home 2 ---------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-count.count-white {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.single-count.count-white:before {
    background-color: #0079bd;
    width: 1px;
    top: 0;
}

.single-count.count-white .count-content h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px;
}

.single-count.count-white .count-content span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.count-one.count-white {
    margin-left: 0px;
}

.count-one.count-white:before {
    right: -3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-one.count-white:before {
        right: 6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-one.count-white:before {
        right: -25px;
    }
}

.count-two.count-white::before {
    right: -16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-two.count-white::before {
        right: 27px;
    }
}

.count-three.count-white {
    margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-three.count-white {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-three.count-white {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .count-three.count-white {
        margin-left: 0px;
    }
}

.count-three.count-white:before {
    right: 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-three.count-white:before {
        right: -30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-three.count-white:before {
        right: -25px;
    }
}


/*--------- 8. Register style ---------*/

.register-form {
    position: relative;
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .register-form {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .register-form {
        margin-left: 0px;
    }
}

.register-form h4 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 32px;
    color: #fff;
}

.register-form form .contact-form-style input,
.register-form form .contact-form-style textarea {
    background: #fff;
    border: none;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 20px 2px 30px;
    color: #333;
    font-size: 14px;
}

.register-form form .contact-form-style textarea {
    height: 153px;
    padding: 20px 20px 20px 30px;
}

.register-form form .contact-form-style button {
    border: none;
    background-color: #fff;
    color: #0079bd;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    padding: 23px 40px 21px;
    margin: 40px 0 0;
}

.register-form form .contact-form-style button:hover {
    color: #fff;
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .register-form form .contact-form-style button {
        padding: 17px 27px 15px;
        margin: 20px 0 0;
        font-size: 14px;
    }
}

.winter-banner img {
    -webkit-box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
    box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
    border-radius: 100%;
    z-index: 999;
}

.winter-banner .winter-content {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.winter-banner .winter-content span {
    color: #f6f6f6;
    font-weight: bold;
    font-size: 18px;
    display: block;
    line-height: 1;
    letter-spacing: 0.5px;
}

.winter-banner .winter-content h3 {
    font-size: 48px;
    font-weight: bold;
    color: #f6f6f6;
    letter-spacing: 0.5px;
    margin: 14px 0 20px;
}


/* Register form section home */

.register-area {
    position: relative;
    overflow: hidden;
}

.register-area #register-1 {
    background-image: url("../img/icon-img/register-shape-1.png");
    background-size: contain;
    height: 138px;
    -webkit-transform: translateX(0px) translateY(566px);
    transform: translateX(0px) translateY(566px);
    width: 261;
    z-index: 1;
}

.register-area #register-2 {
    background-image: url("../img/icon-img/register-shape-2.png");
    background-size: contain;
    height: 110px;
    -webkit-transform: translateX(0px) translateY(330px);
    transform: translateX(0px) translateY(330px);
    width: 65px;
}

.register-wrap {
    position: relative;
    z-index: 99;
}

.register-wrap #register-3 {
    height: 222px;
    -webkit-transform: translateX(930px) translateY(-147px);
    transform: translateX(930px) translateY(-147px);
    width: 222px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .register-wrap #register-3 {
        -webkit-transform: translateX(724px) translateY(-135px);
        transform: translateX(724px) translateY(-135px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .register-wrap #register-3 {
        -webkit-transform: translateX(470px) translateY(12px);
        transform: translateX(470px) translateY(12px);
    }
}

@media only screen and (max-width: 767px) {
    .register-wrap #register-3 {
        -webkit-transform: translateX(20px) translateY(0px);
        transform: translateX(20px) translateY(0px);
        position: static;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .register-wrap #register-3 {
        -webkit-transform: translateX(150px) translateY(0px);
        transform: translateX(150px) translateY(0px);
    }
}

.mouse-bg {
    background-repeat: no-repeat;
    background-size: auto auto;
    position: absolute;
    left: 0;
    top: 0;
}


/*--------- 9. Teacher style ---------*/

.single-teacher {
    position: relative;
}

.single-teacher .teacher-img img {
    width: 100%;
}

.single-teacher .teacher-content-visible {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: right;
    padding: 20px 31px 20px 37px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-teacher .teacher-content-visible h4 {
    color: #0079bd;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 6px;
}

.single-teacher .teacher-content-visible h5 {
    color: #0079bd;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0px;
}

.single-teacher .teacher-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
}

.single-teacher .teacher-content-wrap .teacher-content {
    padding: 42px 33px;
}

.single-teacher .teacher-content-wrap .teacher-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 6px;
}

.single-teacher .teacher-content-wrap .teacher-content h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.single-teacher .teacher-content-wrap .teacher-content p {
    color: #fff;
    line-height: 25px;
    margin: 0;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social {
    margin: 43px 0 0;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li {
    margin: 0 6px 0 0;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li:last-child {
    margin: 0;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    background-color: #fff;
    display: inline-block;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.facebook {
    color: #0054a6;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.facebook:hover {
    background-color: #0054a6;
    color: #fff;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.youtube-play {
    color: #c4302b;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.youtube-play:hover {
    background-color: #c4302b;
    color: #fff;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.twitter {
    color: #38a1f3;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.twitter:hover {
    background-color: #38a1f3;
    color: #fff;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.google-plus {
    color: #cc3333;
}

.single-teacher .teacher-content-wrap .teacher-content .teacher-social ul li a.google-plus:hover {
    background-color: #cc3333;
    color: #fff;
}

.single-teacher:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0079bd;
    opacity: 0.9;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-teacher:after {
    border: 1px solid #0ac766;
    left: 12px;
    top: 15px;
    right: 12px;
    bottom: 15px;
    position: absolute;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-teacher:hover .teacher-content-wrap,
.single-teacher:hover:before,
.single-teacher:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-teacher:hover .teacher-content-visible {
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*--------- 10. Event area ---------*/

.event-area.default-overlay:before {
    background-color: #fefefe;
    opacity: 0.5;
}

.single-event .event-img {
    position: relative;
    overflow: hidden;
}

.single-event .event-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-event .event-img .event-date-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-color: #0079bd;
    padding: 12px 20px 12px;
}

.single-event .event-img .event-date-wrap span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.single-event .event-img .event-date-wrap span.event-date {
    margin: 0 0 5px;
}

.single-event .event-content {
    padding: 24px 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-event .event-content {
        padding: 24px 15px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-event .event-content {
        padding: 24px 22px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-event .event-content {
        padding: 20px 12px 26px;
    }
}

.single-event .event-content h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444;
    font-weight: bold;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-event .event-content h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .single-event .event-content h3 {
        font-size: 17px;
    }
}

.single-event .event-content p {
    line-height: 23px;
    margin: 12px 0 24px;
}

.single-event .event-content .event-meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-event .event-content .event-meta-wrap .event-meta i {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    background-color: #0079bd;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    margin: 0 8px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-event .event-content .event-meta-wrap .event-meta i {
        margin: 0 3px 0 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-event .event-content .event-meta-wrap .event-meta i {
        margin: 0 3px 0 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

.single-event .event-content .event-meta-wrap .event-meta span {
    color: #0079bd;
}

.single-event:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-event.event-gray-bg {
    background-color: #f6f6f6;
}

.single-event.event-white-bg {
    background-color: #fff;
}


/*--------- home 2 ------------*/

.event-active-2 {
    position: relative;
}

.event-active-2 .e-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    color: #0079bd;
    left: 0;
    z-index: 99;
    cursor: pointer;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    opacity: 0;
    visibility: hidden;
}

.event-active-2 .e-navigation:hover {
    background-color: #0079bd;
    color: #fff;
}

.event-active-2:hover .e-navigation {
    opacity: 1;
    visibility: visible;
}

.e-navigation.e-navigation-next {
    left: auto;
    right: 0;
    border-radius: 50px 0 0 50px;
}

.e-navigation.e-navigation-prev {
    border-radius: 0px 50px 50px 0px;
}

.event-active-2 .single-event-2 .event-img .event-date-wrap {
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.event-active-2 .single-event-2 .event-content {
    -webkit-box-shadow: 0px 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    box-shadow: 0px 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    padding: 24px 40px 30px 30px;
}

@media only screen and (max-width: 767px) {
    .event-active-2 .single-event-2 .event-content {
        padding: 24px 15px 30px 15px;
    }
}

.event-active-2 .slick-list {
    margin: 0 -15px;
}

.event-active-2 .slick-list .single-event-2 {
    margin: 0 15px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-active-2.ml-70 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .event-active-2.ml-70 {
        margin-left: 0px;
    }

    .single-event.mb-55 {
        margin-bottom: 30px;
    }
}


/*--------- pagination style ------------*/

.pro-pagination-style ul li {
    display: inline-block;
    margin: 0 4px;
}

.pro-pagination-style ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    border-radius: 100%;
    color: #0079bd;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
    box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
}

.pro-pagination-style ul li a:hover {
    background-color: #0079bd;
    color: #fff;
}

.pro-pagination-style ul li a.active {
    background-color: #0079bd;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pro-pagination-style ul li a.active:hover {
    background-color: #333;
}

.pro-pagination-style ul li a.prev,
.pro-pagination-style ul li a.next {
    background-color: #f6f6f6;
    color: #0079bd;
    font-size: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pro-pagination-style ul li a.prev:hover,
.pro-pagination-style ul li a.next:hover {
    background-color: #0079bd;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .pro-pagination-style.mt-25 {
        margin-top: 0;
    }
}


/*--------- 11. Blog style ---------*/

.single-blog {
    position: relative;
}

.single-blog .blog-img {
    position: relative;
    overflow: hidden;
}

.single-blog .blog-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-blog .blog-content-wrap {
    -webkit-box-shadow: 0px 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    box-shadow: 0px 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    position: relative;
}

.single-blog .blog-content-wrap span {
    position: absolute;
    top: -13px;
    left: 20px;
    background-color: #0079bd;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 6px 10px;
}

.single-blog .blog-content-wrap .blog-content {
    padding: 35px 20px 24px;
}

@media only screen and (max-width: 767px) {
    .single-blog .blog-content-wrap .blog-content {
        padding: 35px 15px 24px;
    }
}

.single-blog .blog-content-wrap .blog-content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    line-height: 26px;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content-wrap .blog-content h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog .blog-content-wrap .blog-content h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-content-wrap .blog-content h4 {
        font-size: 17px;
    }
}

.single-blog .blog-content-wrap .blog-content p {
    margin: 12px 0 5px;
    line-height: 23px;
}

.single-blog .blog-content-wrap .blog-content .blog-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-blog .blog-content-wrap .blog-content .blog-meta ul li {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content-wrap .blog-content .blog-meta ul li {
        margin-right: 15px;
    }
}

.single-blog .blog-content-wrap .blog-content .blog-meta ul li a {
    color: #333;
}

.single-blog .blog-content-wrap .blog-content .blog-meta ul li a i {
    font-size: 12px;
    color: #0079bd;
    margin-right: 5px;
}

.single-blog .blog-content-wrap .blog-content .blog-meta ul li a:hover {
    color: #0079bd;
}

.single-blog .blog-content-wrap .blog-date {
    background-color: #0079bd;
    padding: 6px 20px 8px;
}

.single-blog .blog-content-wrap .blog-date a {
    line-height: 1;
    display: block;
    color: #fff;
}

.single-blog .blog-content-wrap .blog-date a i {
    font-size: 12px;
    margin-right: 5px;
}

.single-blog:hover .blog-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*-------- home 2 -------*/

.blog-active {
    position: relative;
}

.blog-active .slick-list {
    margin: 0 -15px;
}

.blog-active .slick-list .single-blog {
    margin: 0 15px;
}

.b-navigation,
.b-navigation2,
.b-navigation3 {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -70px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    cursor: pointer;
    color: #0079bd;
    z-index: 9;
}

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

    .b-navigation,
    .b-navigation2,
    .b-navigation3 {
        left: 0;
    }
}

.b-navigation.b-navigation-prev,
.b-navigation2.b-navigation-prev2,
.b-navigation3.b-navigation-prev3 {
    margin-right: 44px;
    border-radius: 50px 0 0 50px;
}

.b-navigation.active {
    background-color: #0079bd;
    color: #fff;
}

.b-navigation2.active2 {
    background-color: #0079bd;
    color: #fff;
}

.b-navigation3.active3 {
    background-color: #0079bd;
    color: #fff;
}

.b-navigation.b-navigation-next,
.b-navigation2.b-navigation-next2,
.b-navigation3.b-navigation-next3 {
    border-radius: 50px 0 0 50px;
    border-radius: 0px 50px 50px 0px;
}

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

    .b-navigation.b-navigation-next,
    .b-navigation2.b-navigation-next2,
    .b-navigation3.b-navigation-next3 {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mrg-bottom-small {
        margin-bottom: 95px;
    }
}


/*----------------- blog page -------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-all-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-all-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-all-wrap.mr-40 {
        margin-right: 0;
    }
}


/*--------- 12. footer area ---------*/

.footer-top {
    /* background:
    linear-gradient(135deg,
      #5c91af,
      #5c91af,
      #032235); */
    background-color: #032235;
}

@media only screen and (max-width: 767px) {
    .footer-top.pb-80 {
        padding-bottom: 20px;
    }
}

.footer-widget .footer-title h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 36px;
    padding: 0 0 14px;
}

.footer-widget .footer-title h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #0079bd;
}

@media (max-width:991px) {
    .footer-widget .footer-title h4 {
        display: inline-block;
        margin: 0 0 20px;
    }

    .footer-widget .footer-title h4:before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.footer-widget .footer-about p {
    color: #fff;
    line-height: 23px;
    margin: -10px 0 0;
    text-align: center;
}

.footer-widget .f-contact-info {
    margin-top: 10px;
}

.footer-widget .f-contact-info a {
    color: #fff;
    word-break: break-word;
    overflow-wrap: break-word;
}

.footer-widget .f-contact-info span {
    max-width: 100%;
}

.footer-widget .f-contact-info .single-f-contact-info {
    margin-bottom: 9px;
}

.footer-widget .f-contact-info .single-f-contact-info:last-child {
    margin-bottom: 0;
}

.footer-widget .f-contact-info .single-f-contact-info i {
    color: #ebebeb;
    font-size: 15px;
    margin-right: 6px;
}

.footer-widget .f-contact-info .single-f-contact-info span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 576px) {
    .footer-widget .f-contact-info a {
        word-break: break-all;
    }
}

.single-f-contact-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.single-f-contact-info i {
    margin-top: 5px;
}

.footer-widget .footer-list {
    margin-top: 10px;
}

.footer-widget .footer-list ul li {
    margin-bottom: 8px;
}

.footer-widget .footer-list ul li:last-child {
    margin-bottom: 0;
}

.footer-widget .footer-list ul li a {
    color: #fff;
    display: block;
}

.footer-widget .footer-list ul li a:hover {
    color: #0079bd;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    max-width: 150px;
    margin: 0 auto 20px;
    display: block;
}

.footer-map iframe {
    height: 220px;
    width: 100%;
    border-radius: 10px;
}

.footer-accreditation {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
}

.footer-accreditation .footer-title h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 14px;
}

.footer-accreditation .footer-title h4:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #0079bd;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.accreditation-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.accreditation-logos img {
    max-height: 90px;
    width: auto;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
}

.footer-about,
.footer-list,
.subscribe-style,
.footer-gallery {
    position: relative;
    z-index: 1;
}

.footer-useful-links {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
}

.footer-useful-links .footer-title h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 14px;
}

.footer-useful-links .footer-title h4:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #0079bd;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.useful-links-list {
    margin-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.useful-links-list a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

.useful-links-list a:hover {
    color: #0079bd;
}

.useful-links-list span {
    color: rgba(255, 255, 255, .5);
}

@media(max-width:767px) {
    .useful-links-list {
        gap: 8px;
        line-height: 32px;
    }

    .useful-links-list a {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .footer-widget {
        text-align: center;
    }

    .single-f-contact-info {
        justify-content: center;
    }

    .footer-map {
        margin-top: 5px;
    }
}


/* Mobile */

@media (max-width:767px) {
    .footer-logo img {
        max-width: 120px;
    }

    .footer-map iframe {
        height: 180px;
    }

    .accreditation-logos {
        gap: 20px;
    }

    .accreditation-logos img {
        max-height: 55px;
    }
}

.footer-bottom {
    background-color: #004e7a;
}

.copyright p {
    color: #fff;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright p {
        text-align: center;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .copyright p {
        text-align: center;
        margin: 0 0 5px;
    }
}

.copyright p a {
    text-transform: uppercase;
}

.copyright p a:hover {
    color: #ddd;
}

.footer-menu-social {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu-social {
        float: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu-social {
        float: inherit;
        display: block;
        text-align: center;
    }
}

.footer-menu-social .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .footer-menu-social .footer-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-menu-social .footer-menu ul li {
    margin-right: 15px;
}

.footer-menu-social .footer-menu ul li:last-child {
    margin-right: 0px;
}

.footer-menu-social .footer-menu ul li a {
    color: #fff;
}

.footer-menu-social .footer-menu ul li a:hover {
    color: #ddd;
}

.footer-menu-social .footer-social {
    margin-left: 34px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .footer-menu-social .footer-social {
        margin-left: 0px;
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer-menu-social .footer-social:before {
    position: absolute;
    left: -16px;
    content: "";
    height: 13px;
    background-color: #ffffff;
    width: 2px;
    top: 7px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-menu-social .footer-social:before {
        display: none;
    }
}

.footer-menu-social .footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-menu-social .footer-social ul li {
    margin-left: 6px;
}

.footer-menu-social .footer-social ul li:first-child {
    margin-right: 0;
}

.footer-menu-social .footer-social ul li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}

.footer-menu-social .footer-social ul li a.facebook {
    color: #0054a6;
}

.footer-menu-social .footer-social ul li a.facebook:hover {
    background-color: #0054a6;
    color: #fff;
}

.footer-menu-social .footer-social ul li a.youtube {
    color: #c4302b;
}

.footer-menu-social .footer-social ul li a.youtube:hover {
    background-color: #c4302b;
    color: #fff;
}

.footer-menu-social .footer-social ul li a.twitter {
    color: #38a1f3;
}

.footer-menu-social .footer-social ul li a.twitter:hover {
    background-color: #38a1f3;
    color: #fff;
}

.footer-menu-social .footer-social ul li a.instagram {
    color: #d6249f;
}

.footer-menu-social .footer-social ul li a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff;
}

.footer-menu-social .footer-social ul li a.google-plus {
    color: #cc3333;
}

.footer-menu-social .footer-social ul li a.google-plus:hover {
    background-color: #cc3333;
    color: #fff;
}

.footer-menu-social .footer-social ul li a.linkedin {
    color: #338cdf;
}

.footer-menu-social .footer-social ul li a.linkedin:hover {
    background-color: #338cdf;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top.pt-130 {
        padding-top: 120px;
    }
}


/*--------- 16. Brand logo ---------*/

.brand-logo-active.owl-carousel .owl-item .single-brand-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 84px;
}

.brand-logo-active.owl-carousel .owl-item .single-brand-logo img {
    width: auto;
}


/*--------- 13. Banner style ---------*/

.single-banner {
    position: relative;
    overflow: hidden;
}

.single-banner .banner-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-banner .banner-content {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content {
        left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content {
        left: 20px;
    }
}

.single-banner .banner-content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #033333;
    margin: 0 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content h5 {
        margin: 0 0 10px;
    }
}

.single-banner .banner-content h2 {
    font-size: 30px;
    color: #033333;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content h2 {
        font-size: 22px;
    }
}

.single-banner .banner-content .banner-shape {
    position: relative;
    margin: 4px 0 48px;
}

.single-banner .banner-content .banner-shape:before {
    position: absolute;
    content: "";
    background-color: #e4e4e4;
    width: 148px;
    height: 1px;
    left: 0;
    bottom: 2px;
}

.single-banner .banner-content .banner-shape img {
    width: 148px;
}

.single-banner .banner-content .banner-btn a.default-btn {
    padding: 17px 30px 17px;
    font-size: 14px;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.38);
}

.single-banner .banner-content .banner-btn a.default-btn:hover {
    color: #161616;
    background-color: #fff;
}

.single-banner:hover .banner-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-banner.second-banner .banner-content {
    left: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner.second-banner .banner-content {
        left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner.second-banner .banner-content {
        left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner.second-banner .banner-content {
        left: 102px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner.second-banner .banner-content {
        left: 280px;
    }
}


/*--------- 14. Product style ---------*/

.product-wrap {
    position: relative;
}

.product-wrap .product-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-wrap .product-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fafafa;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    pointer-events: none;
}

.product-wrap .product-img a img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-wrap .product-img span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0079bd;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 15px 11px 37px;
    z-index: 99;
}

.product-wrap .product-img span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    height: 0px;
    border-bottom: 17px solid #fafafa;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-wrap .product-img .product-action {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
}

.product-wrap .product-img .product-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-wrap .product-img .product-action ul li {
    margin-left: 0px;
    width: calc(25% - 1px);
}

.product-wrap .product-img .product-action ul li a {
    display: inline-block;
    background-color: #333333;
    color: #fff;
    height: 42px;
    width: 100%;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-wrap .product-img .product-action ul li a:hover {
    background-color: #0079bd;
    color: #fff;
}

.product-wrap .product-img .product-action ul li:last-child {
    width: 25%;
}

.product-wrap .product-content {
    padding: 11px 0 0;
}

.product-wrap .product-content .pro-title-rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-wrap .product-content .pro-title-rating-wrap .product-title h3 {
    font-size: 18px;
    color: #033333;
    font-weight: 500;
    margin: 0;
}

.product-wrap .product-content .pro-title-rating-wrap .product-title h3 a {
    color: #033333;
}

.product-wrap .product-content .pro-title-rating-wrap .product-title h3 a:hover {
    color: #0079bd;
}

.product-wrap .product-content .pro-title-rating-wrap .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-wrap .product-content .pro-title-rating-wrap .product-rating i {
    font-size: 14px;
    margin-left: 4px;
    color: #0079bd;
}

.product-wrap .product-content .pro-category-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0 0;
}

.product-wrap .product-content .pro-category-price span {
    font-weight: 500;
    color: #033333;
    line-height: 1;
    font-size: 15px;
}

.product-wrap:hover .product-action {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.product-wrap:hover .product-img img {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
}

.product-wrap:hover .product-img:before {
    opacity: 0.3;
}

.producta-active .slick-list .product-wrap {
    margin: 0 15px;
}

.producta-active .slick-list {
    margin: 0 -15px;
}

.producta-active .b-navigation {
    top: -120px;
}

@media only screen and (max-width: 767px) {
    .producta-active .b-navigation {
        top: -75px;
    }
}

.admission-tab-list.tab-list-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .admission-tab-list.tab-list-2 {
        padding-top: 0;
    }
}

.admission-tab-list.tab-list-2 a {
    margin: 0 32px 0 0;
}

@media only screen and (max-width: 767px) {
    .admission-tab-list.tab-list-2 a {
        margin: 0 18px 15px 0;
    }
}

.admission-tab-list.tab-list-2 a h4 {
    color: #333333;
}

.admission-tab-list.tab-list-2 a.active {
    border-bottom: 2px solid #adadad;
}

.modal-dialog {
    margin: 8% auto;
    max-width: 960px;
    width: 960px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        width: 720px;
        max-width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 100%;
        max-width: 100%;
    }
}

.modal-dialog .modal-header .close {
    color: #333;
    cursor: pointer;
    opacity: 1;
}

.modal-dialog .modal-header .close:hover {
    color: #0079bd;
}

.quickview-big-img img {
    width: 100%;
}

.product-thumbnail {
    margin: 30px 0 0;
}

.thumb-menu.owl-carousel .owl-nav button {
    color: #0079bd;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    left: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    -webkit-box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
    box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
}

.thumb-menu.owl-carousel .owl-nav button:hover {
    background-color: #0079bd;
    color: #fff;
}

.thumb-menu.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}

.quickview-content span {
    font-size: 16px;
    font-weight: 500;
}

.quickview-content span i {
    color: #0079bd;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .quickview-content {
        margin-top: 30px;
    }
}


/*--------- 15. Discount area ---------*/

.discount-img-wrap {
    position: relative;
}

.discount-img-wrap img {
    width: 100%;
}

.discount-img-wrap .discount-img-content-wrap {
    position: absolute;
    top: 42px;
    right: 25px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce-img;
    animation-name: bounce-img;
    -webkit-animation-duration: 2.9s;
    animation-duration: 2.9s;
}

.discount-img-wrap .discount-img-content-wrap .discount-img-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.discount-img-wrap .discount-img-content-wrap .discount-img-content h5 {
    font-size: 48px;
    font-weight: bold;
    color: #0079bd;
    margin: 0 0 13px;
    line-height: 35px;
}

.discount-img-wrap .discount-img-content-wrap .discount-img-content span {
    font-size: 14px;
    font-weight: bold;
    color: #0079bd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .discount-img-wrap.mr-60 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-img-wrap.mr-60 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .discount-img-wrap.mr-60 {
        margin-right: 0;
    }
}

.discount-content h4 {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

.discount-content h2 {
    font-weight: 500;
    font-size: 72px;
    margin: 30px 0 39px;
    line-height: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-content h2 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .discount-content h2 {
        font-size: 40px;
        margin: 10px 0 20px;
    }
}

.discount-content h2 span {
    position: relative;
    z-index: 99;
}

.discount-content h2 span:before {
    content: url(../img/icon-img/discount.png);
    position: absolute;
    left: 6px;
    top: 16px;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .discount-content h2 span:before {
        display: none;
    }
}

.discount-content .discount-btn a {
    color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .discount-content {
        margin-top: 30px;
    }
}

.discount-area.pb-90 {
    padding-bottom: 60px;
}

.discount-area.pt-110 {
    padding-top: 60px;
}


/* slider img bounce */

@-webkit-keyframes bounce-img {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes bounce-img {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/*--------- 26. Video style ---------*/

.video-area {
    position: relative;
}

.video-area:before {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    content: "";
    opacity: 0.5;
    width: 100%;
    height: 100%;
    border: 10px solid #383838;
}

.video-area .video-btn-2 {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 99;
}

.video-area .video-btn-2 a {
    text-align: center;
    display: block;
}


/*--------- 21. Course details ---------*/

.apply-area {
    position: relative;
}

.apply-area img {
    width: 100%;
}

.apply-area:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.46;
}

.apply-area:after {
    border: 5px solid #534741;
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    content: "";
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.apply-area .course-apply-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
}

.apply-area .course-apply-btn a.default-btn {
    padding: 15px 40px 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
    .apply-area .course-apply-btn a.default-btn {
        padding: 12px 25px 12px;
        font-size: 12px;
    }
}

.apply-area:hover:after {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}

.course-tab-list {
    border-bottom: 1px solid #e0e1eb;
}

.course-tab-list a {
    margin-right: 40px;
    position: relative;
}

.course-tab-list a:last-child {
    margin-right: 0px;
}

.course-tab-list a:before {
    position: absolute;
    content: "";
    background-color: #0079bd;
    left: -6px;
    top: 12px;
    width: 117%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
}

.course-tab-list a h4 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 0;
}

.course-tab-list a:hover:before {
    opacity: 1;
    visibility: visible;
}

.course-tab-list a.active h4 {
    color: #0079bd;
}

.course-tab-list a.active:before {
    opacity: 1;
    visibility: visible;
}

.over-view-content>h4 {
    color: #0079bd;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 11px;
}

.over-view-content h5 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 33px;
}

.over-view-content p {
    margin: 0;
    line-height: 23px;
}

.over-view-list {
    margin: 20px 0 25px;
}

.over-view-list .sin-over-view-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.over-view-list .sin-over-view-list:last-child {
    margin-bottom: 0px;
}

.over-view-list .sin-over-view-list .course-list-icon {
    font-size: 12px;
    margin-right: 16px;
}

.over-view-list .sin-over-view-list .course-list-icon i {
    color: #0079bd;
}

.over-view-list .sin-over-view-list .course-list-content p {
    color: #333;
    margin: 0;
}

.course-details-img {
    margin: 17px 0 23px;
}

.course-details-img img {
    width: 100%;
}

.course-summary-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .course-summary-wrap {
        display: block;
    }
}

.course-summary-wrap .single-course-summary {
    text-align: center;
    margin-right: 40px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course-summary-wrap .single-course-summary {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .course-summary-wrap .single-course-summary {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.course-summary-wrap .single-course-summary:before {
    background-color: #c2ead5;
    height: 45px;
    width: 1px;
    right: -21px;
    top: 4px;
    content: "";
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course-summary-wrap .single-course-summary:before {
        right: -17px;
    }
}

@media only screen and (max-width: 767px) {
    .course-summary-wrap .single-course-summary:before {
        display: none;
    }
}

.course-summary-wrap .single-course-summary h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
}

.course-summary-wrap .single-course-summary span {
    font-size: 16px;
    color: #0079bd;
}

.course-summary-wrap .single-course-summary span i {
    font-size: 12px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.related-title h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}

.related-title p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .blog-details-wrap .related-title.mb-45 {
        margin-bottom: 100px;
    }
}

.related-slider-active .slick-list {
    padding-bottom: 130px;
    margin: 0 -12.5px;
}

@media only screen and (max-width: 767px) {
    .related-slider-active .slick-list {
        padding-bottom: 105px;
    }
}

.single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
    .single-review {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 767px) {
    .single-review .review-img {
        margin: 0 0px 20px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-review .review-img {
        margin: 0 15px 0px 0;
    }
}

.single-review .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}

.single-review .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-review .review-top-wrap .review-left .review-name {
    margin-right: 25px;
}

.single-review .review-top-wrap .review-left .review-name h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
}

.single-review .review-top-wrap .review-left .review-rating {
    line-height: 1;
}

.single-review .review-top-wrap .review-left .review-rating i {
    font-size: 12px;
    margin-right: 1px;
    color: #0079bd;
}

.single-review .review-top-wrap .review-btn a {
    font-weight: 500;
    line-height: 1;
}

.single-review .review-bottom p {
    margin: 0;
    width: 93%;
}

.single-review.child-review {
    margin-left: 70px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .single-review.child-review {
        margin-left: 0px;
    }
}

.ratting-form-wrapper {
    margin-top: 50px;
}

.ratting-form-wrapper h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.ratting-form-wrapper .ratting-form form .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 0 20px;
}

.ratting-form-wrapper .ratting-form form .star-box span {
    margin: 0 15px 0 0;
}

.ratting-form-wrapper .ratting-form form .star-box .ratting-star {
    font-size: 12px;
    color: #0079bd;
    margin: 2px 0 0;
}

.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    padding: 2px 10px 2px 20px;
    background: transparent;
    border: 1px solid #e6e6e6;
}

.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
}

.ratting-form-wrapper .ratting-form form .form-submit input {
    width: auto;
    padding: 10px 50px;
    font-weight: 500;
    text-transform: uppercase;
    height: 55px;
    background-color: #0079bd;
    color: #fff;
    border: 1px solid #0079bd;
}

.ratting-form-wrapper .ratting-form form .form-submit input:hover {
    background-color: #333;
    border: 1px solid #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course-left-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-left-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .course-left-wrap.mr-40 {
        margin-right: 0;
    }
}


/*--------- 25. Sidebar style ---------*/

.sidebar-title {
    position: relative;
}

.sidebar-title h4 {
    color: #0079bd;
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #0079bd;
    padding-bottom: 17px;
    line-height: 1;
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form input {
    background: transparent;
    border: none;
    height: 45px;
    font-size: 14px;
    color: #333;
    width: 100%;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(136, 136, 136, 0.1);
    box-shadow: 0 0px 12px 0.8px rgba(136, 136, 136, 0.1);
    padding: 2px 40px 2px 20px;
}

.sidebar-search form button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #0079bd;
    font-size: 14px;
    padding: 0 10px;
}

.sidebar-search form button:hover {
    color: #333;
}

.sidebar-about p {
    margin: 0;
    line-height: 23px;
}

.sidebar-about img {
    margin: 26px 0 29px;
}

.sidebar-about .sidebar-social ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.sidebar-about .sidebar-social ul li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
    background-color: #f6f6f6;
    font-size: 12px;
    text-align: center;
}

.sidebar-about .sidebar-social ul li a.facebook {
    color: #0054a6;
}

.sidebar-about .sidebar-social ul li a.facebook:hover {
    background-color: #0054a6;
    color: #fff;
}

.sidebar-about .sidebar-social ul li a.youtube {
    color: #c4302b;
}

.sidebar-about .sidebar-social ul li a.youtube:hover {
    background-color: #c4302b;
    color: #fff;
}

.sidebar-about .sidebar-social ul li a.twitter {
    color: #38a1f3;
}

.sidebar-about .sidebar-social ul li a.twitter:hover {
    background-color: #38a1f3;
    color: #fff;
}

.sidebar-about .sidebar-social ul li a.google {
    color: #cc3333;
}

.sidebar-about .sidebar-social ul li a.google:hover {
    background-color: #cc3333;
    color: #fff;
}

.single-recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
}

.single-recent-post:last-child {
    margin-bottom: 0px;
}

.single-recent-post .recent-post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}

.single-recent-post .recent-post-img img {
    width: 100%;
}

.single-recent-post .recent-post-content h5 {
    font-size: 14px;
    color: #333333;
    margin: 0;
}

.single-recent-post .recent-post-content h5 a {
    color: #333333;
}

.single-recent-post .recent-post-content h5 a:hover {
    color: #0079bd;
}

.single-recent-post .recent-post-content span {
    color: #0079bd;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin: 9px 0 10px;
}

.single-recent-post .recent-post-content p {
    margin: 0;
    line-height: 23px;
}

.category-list ul li {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.category-list ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.category-list ul li a {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-list ul li a span {
    float: right;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background-color: #f6f6f6;
    color: #333;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.category-list ul li:hover a {
    color: #0079bd;
}

.category-list ul li:hover a span {
    color: #fff;
    background-color: #0079bd;
}

.sidebar-recent-course .sin-sidebar-recent-course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.sidebar-recent-course .sin-sidebar-recent-course:last-child {
    margin-bottom: 0px;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 15px;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-img img {
    width: 100%;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content h4 {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content h4 a {
    color: #333;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content h4 a:hover {
    color: #0079bd;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 4px 0 5px;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li {
    margin: 0 20px 0 0;
    font-size: 12px;
    position: relative;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li:before {
    position: absolute;
    right: -10px;
    top: 6px;
    width: 1px;
    height: 10px;
    background-color: #0079bd;
    content: "";
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li:last-child:before {
    display: none;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li:last-child {
    margin-right: 0;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content ul li.duration-color {
    color: #0079bd;
}

.sidebar-recent-course .sin-sidebar-recent-course .sidebar-recent-course-content p {
    margin: 0;
    line-height: 23px;
}

.sidebar-tag ul li {
    display: inline-block;
    margin: 0 0px 20px 0;
}

.sidebar-tag ul li a {
    display: inline-block;
    line-height: 1;
    border: 1px solid #bbbbbb;
    padding: 11px 15px 10px;
}

.sidebar-tag ul li a:hover {
    background-color: #0079bd;
    color: #fff;
    border: 1px solid #0079bd;
}


/*--------- 22. Event details page ---------*/

.description-date-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .description-date-social {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .description-date-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.description-date-social .description-date-time {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .description-date-social .description-date-time {
        margin: 0 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .description-date-social .description-date-time {
        margin: 0 0 0px;
    }
}

.description-date-social .description-date-time .description-date {
    display: inline-block;
    float: left;
    padding: 13px 20px;
    background-color: #0079bd;
    margin-right: 20px;
}

.description-date-social .description-date-time .description-date span {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.description-date-social .description-date-time .description-date span:last-child {
    margin-bottom: 0;
}

.description-date-social .description-date-time .description-meta-wrap {
    overflow: hidden;
}

.description-date-social .description-date-time .description-meta-wrap .description-meta {
    margin-bottom: 20px;
}

.description-date-social .description-date-time .description-meta-wrap .description-meta:last-child {
    margin-bottom: 0px;
}

.description-date-social .description-date-time .description-meta-wrap .description-meta i {
    color: #f7f7f7;
    font-size: 12px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    background-color: #0079bd;
    margin-right: 5px;
}

.description-date-social .description-date-time .description-meta-wrap .description-meta span {
    color: #0079bd;
}

.description-date-social .description-social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.description-date-social .description-social-wrap .description-social ul li {
    display: inline-block;
    margin-left: 12px;
}

.description-date-social .description-social-wrap .description-social ul li:first-child {
    margin-left: 0;
}

.description-date-social .description-social-wrap .description-social ul li a {
    color: #333333;
    font-size: 14px;
}

.description-date-social .description-social-wrap .description-social ul li a.facebook {
    color: #333;
}

.description-date-social .description-social-wrap .description-social ul li a.facebook:hover {
    color: #0054a6;
}

.description-date-social .description-social-wrap .description-social ul li a.instagram {
    color: #333;
}

.description-date-social .description-social-wrap .description-social ul li a.instagram:hover {
    color: #e4405f;
}

.description-date-social .description-social-wrap .description-social ul li a.twitter {
    color: #333;
}

.description-date-social .description-social-wrap .description-social ul li a.twitter:hover {
    color: #38a1f3;
}

.description-date-social .description-social-wrap .description-social ul li a.google {
    color: #333;
}

.description-date-social .description-social-wrap .description-social ul li a.google:hover {
    color: #cc3333;
}

.description-date-social .description-social-wrap .description-btn a {
    font-size: 18px;
    background-color: #f6f6f6;
    color: #0079bd;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-left: 14px;
}

.description-date-social .description-social-wrap .description-btn a:hover {
    background-color: #0079bd;
    color: #fff;
}

.event-description img {
    width: 100%;
}

.event-description h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0 19px;
    color: #0079bd;
    line-height: 38px;
}

@media only screen and (max-width: 767px) {
    .event-description h3 {
        font-size: 20px;
        line-height: 33px;
    }
}

.event-description p {
    margin: 0;
    line-height: 26px;
}

.event-gallery h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #0079bd;
    background-color: #f6f6f6;
    padding: 13px 0 15px;
}

.nav-style-3.owl-carousel .owl-nav button {
    background-color: #fff;
    color: #0079bd;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px 50px 50px 0px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.nav-style-3.owl-carousel .owl-nav button:hover {
    background-color: #0079bd;
    color: #fff;
}

.nav-style-3.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0px;
    border-radius: 50px 0 0 50px;
}

.seat-book-wrap {
    padding: 42px 55px 50px;
}

@media only screen and (max-width: 767px) {
    .seat-book-wrap {
        padding: 42px 20px 50px;
    }
}

.seat-book-wrap .seat-book-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 21px;
    line-height: 1;
}

.seat-book-wrap .seat-book-title p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .seat-book-wrap .seat-book-title p {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .seat-book-wrap .seat-book-title p {
        width: 100%;
    }
}

.seat-book-wrap .seat-book-form {
    margin: 42px 0 0;
}

.seat-book-wrap .seat-book-form form input {
    background: transparent;
    border: 1px solid #21ca74;
    height: 45px;
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
    margin: 0 0 30px;
}

.seat-book-wrap .seat-book-form form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.seat-book-wrap .seat-book-form form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.seat-book-wrap .seat-book-form form textarea {
    background: transparent;
    border: 1px solid #21ca74;
    height: 155px;
    padding: 17px 20px;
    font-size: 14px;
    color: #fff;
    margin: 0 0 30px;
}

.seat-book-wrap .seat-book-form form textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.seat-book-wrap .seat-book-form form textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.seat-book-wrap .seat-book-form form button {
    padding: 0;
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0079bd;
    background-color: #fff;
    line-height: 1;
    padding: 21px 40px 21px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    margin-top: 15px;
}

.seat-book-wrap .seat-book-form form button:hover {
    color: #fff;
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .seat-book-wrap .seat-book-form form button {
        margin-top: 0px;
        padding: 18px 30px 18px;
    }
}

#location {
    height: 307px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .event-left-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-left-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .event-left-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-style {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-style {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-style.sidebar-res-mrg-none {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-style.sidebar-res-mrg-none {
        margin-top: 0px;
    }
}


/*--------- 24. Shop page ---------*/

.shop-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar {
        display: block;
    }
}

.shop-top-bar .shop-tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar .shop-tab-wrap {
        margin-bottom: 15px;
    }
}

.shop-top-bar .shop-tab-wrap .shop-tab {
    margin-right: 30px;
}

.shop-top-bar .shop-tab-wrap .shop-tab a {
    font-size: 14px;
    color: #666666;
    margin-right: 17px;
}

.shop-top-bar .shop-tab-wrap .shop-tab a:last-child {
    margin-right: 0px;
}

.shop-top-bar .shop-tab-wrap .shop-tab a.active {
    color: #0079bd;
}

.shop-top-bar .shop-tab-wrap p {
    font-size: 16px;
}

.shop-top-bar .shop-select select {
    border: 1px solid #dddddd;
    color: #666666;
    -moz-appearance: none;
    -webkit-appearance: none;
    min-width: 270px;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0) url("../img/icon-img/angle-down.png") no-repeat scroll right 20px center;
    cursor: pointer;
}

.shop-list-wrap {
    position: relative;
    overflow: hidden;
}

.shop-list-wrap .shop-list-img {
    display: inline-block;
    float: left;
    width: 270px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-img {
        display: block;
        margin-right: 0;
        float: inherit;
        width: 100%;
    }
}

.shop-list-wrap .shop-list-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.shop-list-wrap .shop-list-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fafafa;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    pointer-events: none;
}

.shop-list-wrap .shop-list-content {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content {
        margin-top: 20px;
    }
}

.shop-list-wrap .shop-list-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1;
}

.shop-list-wrap .shop-list-content h4 a {
    color: #033333;
}

.shop-list-wrap .shop-list-content span {
    font-weight: 500;
    color: #033333;
    line-height: 1;
    display: block;
}

.shop-list-wrap .shop-list-content p {
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content p {
        margin: 0 0 20px;
    }
}

.shop-list-wrap .shop-list-content .review-rating {
    margin: 15px 0 15px;
}

.shop-list-wrap .shop-list-content .review-rating i {
    font-size: 12px;
    color: #0079bd;
    margin-right: 2px;
}

.shop-list-wrap .shop-list-content .product-action-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-list-wrap .shop-list-content .product-action-list ul li {
    margin-right: 2px;
}

.shop-list-wrap .shop-list-content .product-action-list ul li:last-child {
    margin-right: 0px;
}

.shop-list-wrap .shop-list-content .product-action-list ul li a {
    display: inline-block;
    background-color: #333333;
    color: #fff;
    height: 42px;
    width: 67px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-list-wrap .shop-list-content .product-action-list ul li a:hover {
    background-color: #0079bd;
    color: #fff;
}

.shop-list-wrap:hover .shop-list-img:before {
    opacity: 0.3;
}

.shop-list-wrap:hover .shop-list-img img {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
}


/*--------- 17. Blog details ---------*/

.blog-details-top {
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}

.blog-details-top>img {
    width: 100%;
}

.blog-details-top .blog-details-content-wrap {
    padding: 34px 30px 50px;
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content-wrap {
        padding: 34px 15px 50px;
    }
}

.blog-details-top .blog-details-content-wrap .b-details-meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content-wrap .b-details-meta-wrap {
        display: block;
    }
}

.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li {
    color: #0079bd;
    font-size: 14px;
    margin-right: 40px;
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li {
        margin-right: 10px;
    }
}

.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li i {
    font-size: 12px;
    margin-right: 4px;
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li i {
        margin-right: 2px;
    }
}

.blog-details-top .blog-details-content-wrap .b-details-meta-wrap span {
    background-color: #0079bd;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px 8px;
    margin: 3px 0 0;
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content-wrap .b-details-meta-wrap span {
        margin: 5px 0 0;
    }
}

.blog-details-top .blog-details-content-wrap h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0 23px;
    color: #0079bd;
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content-wrap h3 {
        font-size: 18px;
    }
}

.blog-details-top .blog-details-content-wrap p {
    margin: 0;
    line-height: 25px;
}

.blog-details-top .blog-details-content-wrap blockquote {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    background-color: #f5f5f5;
    padding: 44px 37px 27px 50px;
    margin: 27px 0 24px;
}

.blog-details-top .blog-details-content-wrap blockquote:before {
    background-color: #0079bd;
    width: 4px;
    height: 63px;
    left: 24px;
    content: "";
    top: 51px;
    position: absolute;
    z-index: 9;
}

.blog-details-top .blog-details-content-wrap blockquote i {
    color: #0079bd;
    position: absolute;
    font-size: 18px;
}

.blog-details-top .blog-details-content-wrap blockquote i.quote-top {
    top: 20px;
    left: 20px;
}

.blog-details-top .blog-details-content-wrap blockquote i.quote-bottom {
    bottom: 20px;
    right: 20px;
}

.blog-share-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .blog-share-tags {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-share-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.blog-share-tags .blog-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .blog-share-tags .blog-share {
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-share-tags .blog-share {
        margin: 0 0 0px;
    }
}

.blog-share-tags .blog-share .blog-btn a {
    font-size: 18px;
    background-color: #f6f6f6;
    color: #0079bd;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-right: 14px;
}

.blog-share-tags .blog-share .blog-btn a:hover {
    background-color: #0079bd;
    color: #fff;
}

.blog-share-tags .blog-share .blog-social ul li {
    display: inline-block;
    margin-right: 9px;
}

.blog-share-tags .blog-share .blog-social ul li:last-child {
    margin-right: 0px;
}

.blog-share-tags .blog-share .blog-social ul li a {
    font-size: 14px;
    display: inline-block;
}

.blog-share-tags .blog-share .blog-social ul li a.facebook {
    color: #0054a6;
}

.blog-share-tags .blog-share .blog-social ul li a.facebook:hover {
    color: #0079bd;
}

.blog-share-tags .blog-share .blog-social ul li a.instagram {
    color: #662d91;
}

.blog-share-tags .blog-share .blog-social ul li a.instagram:hover {
    color: #0079bd;
}

.blog-share-tags .blog-share .blog-social ul li a.twitter {
    color: #38a1f3;
}

.blog-share-tags .blog-share .blog-social ul li a.twitter:hover {
    color: #0079bd;
}

.blog-share-tags .blog-share .blog-social ul li a.google {
    color: #cc3333;
}

.blog-share-tags .blog-share .blog-social ul li a.google:hover {
    color: #0079bd;
}

.blog-share-tags .blog-tag ul li {
    margin: 0 0 0px 2px;
    display: inline-block;
}

.blog-share-tags .blog-tag ul li a {
    line-height: 1;
    color: #666666;
    border: 1px solid #bbbbbb;
    padding: 8px 18px 8px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .blog-share-tags .blog-tag ul li a {
        padding: 8px 12px 8px;
    }
}

.blog-share-tags .blog-tag ul li a:hover {
    border: 1px solid #0079bd;
    color: #fff;
    background-color: #0079bd;
}

.blog-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}

@media only screen and (max-width: 767px) {
    .blog-author {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.blog-author .author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 178px;
    flex: 0 0 178px;
}

.blog-author .author-img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .blog-author .author-img {
        width: 100%;
    }
}

.blog-author .author-content {
    padding: 0 22px 0 30px;
}

@media only screen and (max-width: 767px) {
    .blog-author .author-content {
        padding: 20px 20px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-author .author-content {
        padding: 10px 22px 10px 15px;
    }
}

.blog-author .author-content .author-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 7px;
}

.blog-author .author-content .author-content-top .blog-designation h5 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin: 0 0 2px;
}

.blog-author .author-content .author-content-top .blog-designation span {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
}

.blog-author .author-content .author-content-top .author-social ul li {
    display: inline-block;
    margin-left: 5px;
}

.blog-author .author-content .author-content-top .author-social ul li a {
    font-size: 14px;
    display: inline-block;
}

.blog-author .author-content .author-content-top .author-social ul li a.facebook {
    color: #0054a6;
}

.blog-author .author-content .author-content-top .author-social ul li a.facebook:hover {
    color: #0079bd;
}

.blog-author .author-content .author-content-top .author-social ul li a.instagram {
    color: #662d91;
}

.blog-author .author-content .author-content-top .author-social ul li a.instagram:hover {
    color: #0079bd;
}

.blog-author .author-content .author-content-top .author-social ul li a.twitter {
    color: #38a1f3;
}

.blog-author .author-content .author-content-top .author-social ul li a.twitter:hover {
    color: #0079bd;
}

.blog-author .author-content .author-content-top .author-social ul li a.google {
    color: #cc3333;
}

.blog-author .author-content .author-content-top .author-social ul li a.google:hover {
    color: #0079bd;
}

.blog-author .author-content p {
    line-height: 25px;
    margin: 0;
}

.related-slider-active .slick-list .single-blog {
    margin: 0 12.5px;
}

.related-slider-active.related-blog-slide .slick-list {
    padding-bottom: 0px;
}

.blog-comment .blog-comment-btn a {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    color: #0079bd;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.22);
    box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.22);
    border-radius: 50px;
    padding: 22px 40px;
}

.blog-comment .blog-comment-btn a:hover {
    color: #fff;
    background-color: #0079bd;
}

.blog-comment .blog-comment-content-wrap {
    display: none;
    padding: 50px 30px;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}

@media only screen and (max-width: 767px) {
    .blog-comment .blog-comment-content-wrap {
        padding: 30px 15px;
    }
}

.blog-comment .blog-comment-content-wrap h4 {
    margin: 0 0 27px;
    font-size: 24px;
    font-weight: bold;
}

.blog-comment .blog-comment-content-wrap .single-blog-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .blog-comment .blog-comment-content-wrap .single-blog-comment {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-comment .blog-comment-content-wrap .single-blog-comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
    margin-right: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-img {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-img {
        margin-right: 30px;
    }
}

.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-img img {
    width: 100%;
}

.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content h5 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content p {
    line-height: 25px;
    margin: 10px 0 7px;
}

.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content a {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content a:hover {
    color: #0079bd;
}

@media only screen and (max-width: 767px) {
    .blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content {
        padding: 20px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-comment .blog-comment-content-wrap .single-blog-comment .blog-comment-content {
        padding: 0px 0 0;
    }
}

.blog-comment .blog-comment-content-wrap .single-blog-comment.child-comment {
    margin: 45px 0 50px 125px;
}

@media only screen and (max-width: 767px) {
    .blog-comment .blog-comment-content-wrap .single-blog-comment.child-comment {
        margin: 45px 0 50px 0px;
    }
}

.leave-comment-area {
    padding: 42px 30px 20px;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}

@media only screen and (max-width: 767px) {
    .leave-comment-area {
        padding: 42px 15px 20px;
    }
}

.leave-comment-area h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 23px;
}

.leave-comment-area form .leave-form {
    margin-bottom: 30px;
}

.leave-comment-area form .leave-form input {
    background-color: #f6f6f6;
    height: 40px;
    font-size: 13px;
    border: none;
    padding: 2px 20px;
    color: #333;
}

.leave-comment-area form .leave-form textarea {
    background-color: #f6f6f6;
    height: 220px;
    font-size: 13px;
    border: none;
    padding: 15px 20px;
    color: #333;
}

.leave-comment-area form .leave-form.leave-btn input {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0079bd;
    letter-spacing: 0.5px;
    width: auto;
    padding: 18px 40px 17px;
    height: auto;
    border-radius: 50px;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.22);
    box-shadow: 0px 6px 12px 0.8px rgba(42, 42, 42, 0.22);
    margin-top: 35px;
}

.leave-comment-area form .leave-form.leave-btn input:hover {
    color: #0079bd;
    background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-wrap.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-wrap.mr-40 {
        margin-right: 0;
    }
}


/* ==========================================
   CONTACT PAGE
========================================== */

.contact-info-section {
    background: #f8f9fa;
}

.contact-info-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    height: 100%;
    transition: all .3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
}

.contact-info-card i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #0079bd;
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

.contact-info-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-info-card p {
    margin: 0;
    line-height: 28px;
    font-weight: 500;
    color: #666;
}

.contact-map-section {
    background: #f8f9fa;
}

.contact-map-wrapper {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.contact-map-wrapper iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .contact-map #map {
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-map #map {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        margin-top: 40px;
    }
}

.contact-form-section {
    background: #fff;
}

.contact-form-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.contact-form-wrapper h2 {
    margin-bottom: 15px;
}

.contact-form-wrapper p {
    margin-bottom: 35px;
    color: #666;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

.contact-form-wrapper textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    min-height: 150px;
}

.contact-form-wrapper .default-btn {
    margin-top: 20px;
}

.contact-form form input {
    border: 1px solid #eeeeee;
    font-size: 13px;
    color: #333;
    background: transparent;
    padding: 2px 20px;
    margin-bottom: 25px;
}

.contact-form form textarea {
    border: 1px solid #eeeeee;
    font-size: 13px;
    color: #333;
    background: transparent;
    height: 135px;
    padding: 17px 20px;
}

.contact-form form button {
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #0079bd;
    background-color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    padding: 23px 40px 20px;
    border-radius: 50px;
    margin-top: 47px;
}

@media only screen and (max-width: 767px) {
    .contact-form form button {
        margin-top: 30px;
    }
}

.contact-form form button:hover {
    color: #fff;
    background-color: #0079bd;
}

.contact-form p.form-messege {
    margin-top: 10px;
}

.contact-cta {
    background: #0079bd;
    color: #fff;
}

.contact-cta h2 {
    color: #fff;
    margin-bottom: 15px;
}

.contact-cta p {
    color: rgba(255, 255, 255, .9);
}

.contact-cta .default-btn {
    background: #fff;
    color: #0079bd;
    margin: 10px;
}


/*--------- 23. Product details page ---------*/

.product-details-img img {
    width: 100%;
}

.product-details-img .dec-slider-overlay a.slick-active {
    position: relative;
}

.product-details-img .dec-slider-overlay a.slick-active:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #1e2127;
    opacity: 0.6;
    pointer-events: none;
}

.product-details-img .dec-slider-overlay a.slick-active.active:before {
    display: none;
}

.product-details-img .product-dec-slider .slick-list {
    margin: 0 -5px;
}

.product-details-img .product-dec-slider .slick-slide {
    margin: 0 5px;
}

.product-details-img .product-dec-slider .product-dec-icon {
    color: #0079bd;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    left: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    -webkit-box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
    box-shadow: 0px 0px 12px 0.8px rgba(85, 220, 149, 0.3);
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.product-details-img .product-dec-slider .product-dec-icon:hover {
    background-color: #0079bd;
    color: #fff;
}

.product-details-img .product-dec-slider .product-dec-icon.product-dec-next {
    left: auto;
    right: 0px;
}

.product-details-img .product-dec-slider:hover .product-dec-icon {
    opacity: 1;
    visibility: visible;
}

.product-details-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #033333;
    line-height: 1;
}

.product-details-content .pro-details-rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 26px 0 18px;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-rating-wrap {
        margin: 10px 0 12px;
    }
}

.product-details-content .pro-details-rating-wrap .pro-details-rating {
    margin-right: 5px;
}

.product-details-content .pro-details-rating-wrap .pro-details-rating i {
    color: #0079bd;
    font-size: 14px;
    margin-right: 2px;
}

.product-details-content h3 {
    color: #033333;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px;
}

.product-details-content p {
    margin: 0;
}

.product-details-content .pro-details-size-color2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-size-color2 {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-size-color2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-size-color2 .pro-details-color2-wrap {
        padding: 0 0 20px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-size-color2 .pro-details-color2-wrap {
        padding: 0 0 0px;
    }
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap span {
    display: block;
    font-weight: 500;
    margin: 0 0 15px;
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 14px;
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.blue {
    background-color: #4798f3;
    border: 1px solid #4798f3;
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.maroon {
    background-color: #736751;
    border: 1px solid #736751;
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.gray {
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.green {
    background-color: #139c57;
    border: 1px solid #139c57;
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.yellow {
    background-color: #e28b37;
    border: 1px solid #e28b37;
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.white {
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.product-details-content .pro-details-size-color2 .pro-details-color2-wrap .pro-details-color2-content ul li.active:before {
    border: 2px solid #0079bd;
    border-radius: 50px;
    content: "";
    height: 24px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 24px;
}

.product-details-content .pro-details-size-color2 .pro-details-size2 span {
    display: block;
    font-weight: 500;
    margin: 0 0 10px;
}

.product-details-content .pro-details-size-color2 .pro-details-size2 .pro-details-size2-content ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 2px 0 0;
}

.product-details-content .pro-details-size-color2 .pro-details-size2 .pro-details-size2-content ul li a {
    background-color: #f1f2f6;
    color: #15273e;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 6px 9px 7px;
    text-transform: uppercase;
}

.product-details-content .pro-details-size-color2 .pro-details-size2 .pro-details-size2-content ul li a:hover {
    background-color: #0079bd;
    color: #fff;
}

.pro-details-quality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .pro-details-quality {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pro-details-quality {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.pro-details-quality .cart-plus-minus {
    border: 1px solid #dee0e4;
    display: inline-block;
    height: 47px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 102px;
}

.pro-details-quality .cart-plus-minus .qtybutton {
    color: #15273e;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}

.pro-details-quality .cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #dee0e4;
    height: 47px;
    left: 0;
    padding-top: 12px;
    top: 0;
}

.pro-details-quality .cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #dee0e4;
    height: 47px;
    padding-top: 12px;
    right: 0;
    top: 0;
}

.pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #454545;
    float: left;
    font-size: 14px;
    height: 47px;
    margin: 0;
    padding: 0 9px 0 0;
    text-align: center;
    width: 110px;
}

.pro-details-quality .pro-details-cart {
    margin: 0 15px;
}

@media only screen and (max-width: 767px) {
    .pro-details-quality .pro-details-cart {
        margin: 10px 0px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pro-details-quality .pro-details-cart {
        margin: 0 15px;
    }
}

.pro-details-quality .pro-details-cart a.default-btn {
    padding: 17px 30px 17px;
    font-size: 12px;
}

.pro-details-quality .pro-details-wishlist a {
    border: 1px solid #dfe1e5;
    color: #15273e;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 15px 16px;
}

.pro-details-quality .pro-details-wishlist a:hover {
    background-color: #0079bd;
    border: 1px solid #0079bd;
    color: #fff;
}

.pro-details-info-wrap {
    margin: 0 0 48px;
}

.pro-details-info-wrap .pro-details-info-list {
    margin: 0 0 10px;
}

.pro-details-info-wrap .pro-details-info-list li.pro-details-info-title {
    font-weight: 500;
    color: #15273e;
    min-width: 94px;
}

.pro-details-info-wrap .pro-details-info-list li {
    color: #333;
    display: inline-block;
    list-style: outside none none;
}

.pro-details-social ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.pro-details-social ul li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
    background-color: #ebeaea;
    font-size: 12px;
    text-align: center;
}

.pro-details-social ul li a.facebook {
    color: #0054a6;
}

.pro-details-social ul li a.facebook:hover {
    background-color: #0054a6;
    color: #fff;
}

.pro-details-social ul li a.youtube {
    color: #c4302b;
}

.pro-details-social ul li a.youtube:hover {
    background-color: #c4302b;
    color: #fff;
}

.pro-details-social ul li a.twitter {
    color: #38a1f3;
}

.pro-details-social ul li a.twitter:hover {
    background-color: #38a1f3;
    color: #fff;
}

.pro-details-social ul li a.google {
    color: #cc3333;
}

.pro-details-social ul li a.google:hover {
    background-color: #cc3333;
    color: #fff;
}

.description-review-topbar a {
    background-color: #f6f6f6;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 18px 35px;
}

@media only screen and (max-width: 767px) {
    .description-review-topbar a {
        margin: 0 5px 10px 0;
        padding: 18px 15px;
        font-size: 14px;
    }
}

.description-review-topbar a.active {
    border-bottom: 3px solid #0079bd;
    background-color: transparent;
}

.description-review-bottom {
    padding: 33px 0 0;
}

.description-review-bottom .product-description-wrapper p {
    margin: 0 0 25px;
}

.description-review-bottom .product-description-wrapper p:last-child {
    margin: 0 0 0px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li {
    color: #333;
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 13px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li span {
    color: #15273e;
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 85px;
}

.ratting-nagative-mrg {
    margin-top: -70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ratting-nagative-mrg {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ratting-nagative-mrg {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content.pl-30 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content.pl-30 {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content.pl-30 {
        padding-left: 0;
        margin-top: 30px;
    }
}

.pro-details-quality.mt-50.mb-45 {
    margin-top: 30px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .related-mrg-small {
        margin-bottom: 95px;
    }
}


/*--------- 19. Checkout page ---------*/

.billing-info-wrap h3 {
    font-size: 20px;
    color: #033333;
    margin: 0 0 20px;
    font-weight: 500;
}

.billing-info-wrap .billing-info label,
.billing-info-wrap .billing-select label {
    color: #333;
    margin: 0 0 7px;
}

.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 10px;
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
    margin-bottom: 10px;
}

.billing-info-wrap .billing-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 13px;
    height: 45px;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0) url("../img/icon-img/select-2.png") no-repeat scroll right 18px center;
    cursor: pointer;
}

.billing-info-wrap .checkout-account {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.billing-info-wrap .checkout-account input {
    border: 1px solid #9fa0a2;
    display: inline-block;
    float: left;
    height: 10px;
    width: 10px;
}

.billing-info-wrap .checkout-account span {
    color: #333;
    font-weight: 400;
    margin: 0 0 0 12px;
}

.billing-info-wrap .checkout-account-toggle input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 10px;
    margin: 0 0 20px;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn {
    background-color: #0079bd;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
    background-color: #333;
}

.billing-info-wrap .additional-info-wrap h4 {
    font-size: 16px;
    font-weight: 500;
}

.billing-info-wrap .additional-info-wrap .additional-info label {
    color: #333;
    font-size: 14px;
    margin: 0 0 7px;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 13px;
    height: 138px;
    padding: 17px 20px;
}

.billing-info-wrap .different-address {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area {
        margin-top: 30px;
    }
}

.your-order-area h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #033333;
}

.your-order-area .your-order-wrap {
    padding: 38px 45px 44px;
    background: #f6f6f6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px 36px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px 36px;
    }
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
    font-size: 16px;
    font-weight: 500;
    list-style: outside none none;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 29px 0;
    padding: 19px 0 18px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
    font-size: 16px;
    color: #212121;
    font-weight: 400;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 18px 0 33px;
    padding: 17px 0 19px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
    font-weight: 500;
    color: #212121;
    font-size: 18px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
    font-weight: 500;
    color: #0079bd;
    font-size: 16px;
    list-style: outside none none;
}

.your-order-area .payment-accordion {
    margin: 0 0 16px;
}

.your-order-area .payment-accordion:last-child {
    margin: 0 0 0px;
}

.your-order-area .payment-accordion h4 {
    color: #212121;
    font-size: 16px;
    margin: 0;
}

.your-order-area .payment-accordion h4 a {
    color: #212121;
    position: relative;
    display: block;
}

.your-order-area .payment-accordion .panel-body {
    padding: 5px 0 0 0px;
}

.your-order-area .payment-accordion .panel-body p {
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #333;
}

.your-order-area .Place-order>a {
    background-color: #0079bd;
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}

.your-order-area .Place-order>a:hover {
    background-color: #333;
}


/*--------- 18. Cart page ---------*/

h3.cart-page-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.cart-table-content table {
    border: 1px solid #ebebeb;
}

.cart-table-content table thead>tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}

.cart-table-content table thead>tr th {
    border-top: medium none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 45px 22px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content table thead>tr th {
        padding: 21px 35px 22px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table thead>tr th {
        padding: 21px 20px 22px;
    }
}

.cart-table-content table tbody>tr {
    border-bottom: 1px solid #ebebeb;
}

.cart-table-content table tbody>tr td.product-thumbnail {
    width: 150px;
}

.cart-table-content table tbody>tr td.product-name {
    width: 435px;
}

.cart-table-content table tbody>tr td.product-name a {
    color: #033333;
    font-size: 15px;
    font-weight: 500;
}

.cart-table-content table tbody>tr td.product-price-cart {
    width: 435px;
}

.cart-table-content table tbody>tr td.product-price-cart span {
    font-weight: 500;
    color: #033333;
}

.cart-table-content table tbody>tr td.product-subtotal {
    font-weight: 500;
    color: #033333;
}

.cart-table-content table tbody>tr td.product-quantity {
    width: 435px;
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus {
    display: inline-block;
    float: left;
    height: 40px;
    padding: 0;
    position: relative;
    width: 110px;
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .qtybutton {
    color: #333;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 20px;
    text-align: center;
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 40px;
    left: 0;
    padding-top: 8px;
    top: 0;
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #e5e5e5;
    height: 40px;
    padding-top: 9px;
    right: 0;
    top: 0;
}

.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
    color: #333;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 0;
    text-align: center;
}

.cart-table-content table tbody>tr td.product-remove {
    width: 100px;
}

.cart-table-content table tbody>tr td.product-remove a {
    color: #666;
    font-size: 17px;
    margin: 0 13px;
}

.cart-table-content table tbody>tr td.product-remove a:hover {
    color: #0079bd;
}

.cart-table-content table tbody>tr td.product-wishlist-cart>a {
    background-color: #0079bd;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 12px;
    text-transform: uppercase;
}

.cart-table-content table tbody>tr td.product-wishlist-cart>a:hover {
    background-color: #333;
}

.cart-table-content table tbody>tr td {
    color: #333;
    font-size: 15px;
    padding: 30px 0;
    text-align: center;
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px 55px;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: block;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update>a,
.cart-shiping-update-wrapper .cart-clear>button,
.cart-shiping-update-wrapper .cart-clear>a {
    background-color: #f2f2f2;
    border-radius: 50px;
    color: #363f4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 63px 17px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .cart-shiping-update-wrapper .cart-shiping-update>a,
    .cart-shiping-update-wrapper .cart-clear>button,
    .cart-shiping-update-wrapper .cart-clear>a {
        padding: 18px 25px 17px;
        font-size: 13px;
    }
}

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

    .cart-shiping-update-wrapper .cart-shiping-update>a,
    .cart-shiping-update-wrapper .cart-clear>button,
    .cart-shiping-update-wrapper .cart-clear>a {
        padding: 18px 40px 17px;
        margin: 0 0 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update>a:hover,
.cart-shiping-update-wrapper .cart-clear>button:hover,
.cart-shiping-update-wrapper .cart-clear>a:hover {
    background-color: #0079bd;
    color: #fff;
}

.cart-shiping-update-wrapper .cart-clear>button {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-clear>button {
        margin-right: 15px;
    }
}

.cart-tax,
.discount-code-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .cart-tax,
    .discount-code-wrapper {
        padding: 45px 18px 50px;
    }
}

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

    .cart-tax,
    .discount-code-wrapper {
        padding: 45px 18px 50px;
    }
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
    position: relative;
}

.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-right: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .cart-tax .title-wrap h4.cart-bottom-title,
    .discount-code-wrapper .title-wrap h4.cart-bottom-title {
        font-size: 16px;
    }
}

.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
    background-color: #f8f9f9;
    position: relative;
    z-index: 99;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
    margin-top: 22px;
}

.cart-tax .tax-wrapper p,
.discount-code-wrapper .tax-wrapper p {
    margin: 0;
}

.cart-tax .tax-wrapper .tax-select-wrapper,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper {
    margin: 5px 0 0;
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
    margin: 0 0 26px;
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
    color: #242424;
    font-size: 14px;
    margin: 0 0 5px;
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../img/icon-img/cart.png") no-repeat scroll right 18px center;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #242424;
    font-size: 12px;
    height: 40px;
    padding: 0 50px 0 15px;
    width: 100%;
    cursor: pointer;
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 40px;
}

.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
    background-color: #0079bd;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 42px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover {
    background-color: #333;
}

.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
    margin: 21px 0 0;
}

.cart-tax .discount-code p,
.discount-code-wrapper .discount-code p {
    margin: 0 0 15px;
}

.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
    background: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.cart-tax .discount-code form button.cart-btn-2,
.discount-code-wrapper .discount-code form button.cart-btn-2 {
    background-color: #0079bd;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 42px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
    background-color: #333;
}

.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grand-totall {
        padding: 45px 18px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-totall {
        margin-top: 30px;
    }
}

.grand-totall .title-wrap {
    position: relative;
}

.grand-totall .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.grand-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-right: 18px;
}

.grand-totall .title-wrap .section-bg-gary-cart {
    background-color: #f9f9f9;
    position: relative;
    z-index: 9;
}

.grand-totall h5 {
    font-size: 14px;
    margin: 36px 0 27px;
}

.grand-totall h5 span {
    float: right;
    font-size: 18px;
    font-weight: 500;
}

.grand-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0;
}

.grand-totall .total-shipping h5 {
    font-size: 14px;
    margin: 0;
}

.grand-totall .total-shipping ul {
    padding: 19px 0 0 0px;
}

.grand-totall .total-shipping ul li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 6px;
}

.grand-totall .total-shipping ul li:last-child {
    margin: 0 0 0px;
}

.grand-totall .total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #626262;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px;
}

.grand-totall .total-shipping ul li span {
    float: right;
}

.grand-totall h4.grand-totall-title {
    color: #0079bd;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
}

.grand-totall h4.grand-totall-title span {
    float: right;
}

.grand-totall a {
    background-color: #0079bd;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
}

.grand-totall a:hover {
    background-color: #333;
}

.discount-code-wrapper {
    margin: 30px 0;
}

.top-link-bar-wrapper .top-link-bar-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.top-link-bar-wrapper .top-link-bar-tab-list a {
    position: relative;
}

.top-link-bar-wrapper .top-link-bar-tab-list a::before {
    background-color: #454545;
    bottom: 5px;
    content: "";
    height: 18px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 1px;
}

.top-link-bar-wrapper .top-link-bar-tab-list a h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-link-bar-wrapper .top-link-bar-tab-list a:last-child::before {
    display: none;
}

.top-link-bar-wrapper .top-link-bar-tab-list a.active h4 {
    color: #0079bd;
}

.top-link-bar-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 80px;
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-link-bar-wrapper .login-form-container {
        padding: 80px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .top-link-bar-wrapper .login-form-container {
        padding: 40px 15px;
    }
}

.top-link-bar-wrapper .login-form-container .top-link-bar-form form input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.top-link-bar-wrapper .login-form-container .top-link-bar-form form input[type=checkbox] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}

.top-link-bar-wrapper .login-form-container .top-link-bar-form form .button-box .login-toggle-btn {
    padding: 10px 0 19px;
}

.top-link-bar-wrapper .login-form-container .top-link-bar-form form .button-box .login-toggle-btn label {
    color: #242424;
    font-size: 15px;
    font-weight: 400;
}

.top-link-bar-wrapper .login-form-container .top-link-bar-form form .button-box .login-toggle-btn a {
    color: #242424;
    float: right;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-link-bar-wrapper .login-form-container .top-link-bar-form form .button-box .login-toggle-btn a:hover {
    color: #0079bd;
}

.top-link-bar-wrapper .login-form-container .top-link-bar-form form .button-box button {
    border: medium none;
    cursor: pointer;
    padding: 15px 40px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    color: #fff;
}

.top-link-bar-wrapper .login-form-container .top-link-bar-form form .button-box button:hover {
    background-color: #333;
    color: #fff;
}


/* ==================================
   THANK YOU PAGE
================================== */

.thank-you-area {
    background: #f7faf8;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.thank-you-card {
    background: #fff;
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.thank-icon i {
    font-size: 80px;
    color: #0079bd;
    margin-bottom: 20px;
}

.thank-logo {
    max-width: 160px;
    margin-bottom: 25px;
}

.thank-you-card h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.thank-message {
    font-size: 22px;
    color: #0079bd;
    font-weight: 600;
    margin-bottom: 15px;
}

.thank-you-card p {
    font-size: 17px;
    line-height: 28px;
    color: #555;
}

.thank-buttons {
    margin-top: 35px;
}

.thank-buttons a {
    margin: 0 10px;
}

@media(max-width:767px) {
    .thank-you-card {
        padding: 40px 20px;
    }

    .thank-you-card h1 {
        font-size: 28px;
    }

    .thank-message {
        font-size: 18px;
    }

    .thank-buttons a {
        display: block;
        margin: 10px 0;
    }

    .thank-icon i {
        font-size: 60px;
    }
}


/* Help Section */

.help-immediately {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}

.help-immediately h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0079bd;
    margin-bottom: 15px;
}

.help-contact p {
    margin-bottom: 10px;
    font-size: 16px;
}

.help-contact i {
    color: #0079bd;
    margin-right: 10px;
    width: 20px;
}

.help-contact a {
    color: #333;
    font-weight: 500;
}

.help-contact a:hover {
    color: #0079bd;
}

@media(max-width:767px) {
    .help-immediately h4 {
        font-size: 20px;
    }

    .help-contact p {
        font-size: 15px;
        word-break: break-word;
    }
}


/* Desk pages css */

.desk-card {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.desk-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.desk-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.desk-designation {
    color: #0079bd;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.desk-qualification {
    background: #f8f9fa;
    padding: 25px;
    border-left: 5px solid #0079bd;
    border-radius: 8px;
}

.desk-qualification h4 {
    margin-bottom: 15px;
}

.desk-qualification ul {
    margin: 0;
    padding-left: 20px;
}

.desk-qualification li {
    margin-bottom: 10px;
}

.desk-message {
    margin-top: 5px;
}

.desk-message p {
    line-height: 25px;
    text-align: left;
    margin-bottom: 20px;
}

.desk-footer {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    line-height: 28px;
}

.breadcrumb-content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.desk-intro {
    margin-top: 20px;
}

.desk-intro h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.desk-intro p {
    margin-bottom: 15px;
    line-height: 28px;
    text-align: justify;
}



@media(max-width:991px) {
    .desk-card {
        padding: 5px;
    }

    .desk-image {
        margin-bottom: 30px;
    }

    .desk-name {
        font-size: 28px;
    }

    .breadcrumb-content h2 {
        font-size: 32px;
    }

    .desk-message p {
        line-height: 28px;
    }
}





/* ==========================================
   PROGRAM PAGE - DETAILS PAGE
========================================== */

/* PROGRAM INNER PAGE */

.program-inner-page {
    background: #f8fafc;
}

.program-sidebar {
    position: sticky;
    top: 120px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    margin-bottom: 30px;
}

.program-sidebar-title {
    background: #002b4d;
    padding: 15px 20px;
}

.program-sidebar-title h4 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.program-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.program-sidebar ul li {
    border-bottom: 1px solid #edf2f7;
}

.program-sidebar ul li:last-child {
    border-bottom: none;
}

.program-sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    color: #2f3a45;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
    position: relative;
}

.program-sidebar ul li a i {
    font-size: 13px;
    color: #8b98a7;
    transition: .3s;
}

.program-sidebar ul li a:hover {
    background: #f5fbff;
    color: #0079bd;
    padding-left: 28px;
}

.program-sidebar ul li a:hover i {
    color: #0079bd;
}

.program-sidebar ul li a.active {
    background: #0079bd;
    color: #fff;
}

.program-sidebar ul li a.active i {
    color: #fff;
}

.program-sidebar ul li a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #a8ff07;
}

.program-contact-card {
    background: #083b6e;
    padding: 25px;
    text-align: center;
}

.program-contact-card h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
}

.program-contact-card p {
    color: rgba(255, 255, 255, .85);
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 14px;
}

.program-contact-card .default-btn {
    width: 100%;
    margin-bottom: 12px;
}

.program-phone {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.program-phone:hover {
    color: #ffc107;
}

@media(max-width:991px) {

    .program-sidebar {
        position: relative;
        top: auto;
        margin-bottom: 40px;
    }

}


/* HERO SECTION */

.program-hero-area {
    background: #f1fcf4;
}

.program-tag {
    display: inline-block;
    background: #0079bd;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.program-hero-content h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.program-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}

.meta-item {
    background: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    font-size: 15px;
}

.meta-item i {
    color: #0079bd;
    margin-right: 8px;
}

.program-hero-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}


/* OVERVIEW */

.program-overview-area {
    background: #fff;
    padding: 50px 10px;
}

.overview-content {
    max-width: 1100px;
}

.overview-content p {
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
    font-size: 16px;
}


/* HIGHLIGHTS */

.program-highlights {
    background: #f8f9fa;
    padding: 50px 10px;
}

.highlight-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
    margin-bottom: 30px;
}

.highlight-card:hover {
    transform: translateY(-5px);
}

.highlight-card i {
    font-size: 42px;
    color: #0079bd;
    margin-bottom: 20px;
}

.highlight-card h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.highlight-card p {
    margin: 0;
}


/* COURSE STRUCTURE */

.course-structure-area {
    background: #fff;
    padding: 50px 10px;
}

.course-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.course-tabs button {
    border: none;
    background: #e9ecef;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.course-tabs button.active,
.course-tabs button:hover {
    background: #0079bd;
    color: #fff;
}

.semester-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.semester-card h4 {
    color: #0079bd;
    font-weight: 700;
    margin-bottom: 20px;
}

.semester-card ul {
    margin: 0;
    padding-left: 20px;
}

.semester-card li {
    margin-bottom: 12px;
    line-height: 26px;
}


/* ELIGIBILITY */

.eligibility-area {
    background: #fff;
    padding: 50px 10px;
}

.eligibility-card {
    padding: 10px;
    border-radius: 15px;
}

.eligibility-card h4 {
    color: #0079bd;
    margin-bottom: 15px;
    font-size: 22px;
    margin-top: 25px;
    font-weight: 700;
}

.eligibility-card ul {
    padding-left: 20px;
}

.eligibility-card li {
    margin-bottom: 12px;
    line-height: 28px;
}



/* ADMISSION PROCESS COURSES PAGE */
.admission-process-area {
    background: #f8f9fa;
    padding: 50px 10px;
}

.admission-process-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.process-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    position: relative;
    transition: all .3s ease;
}

.process-card:hover {
    transform: translateY(-8px);
}

.process-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.process-card p {
    color: #555;
    line-height: 26px;
    margin-bottom: 15px;
}

.process-card ul {
    padding-left: 18px;
    margin: 0;
}

.process-card ul li {
    margin-bottom: 8px;
    color: #666;
}


/* Desktop Arrow */

.process-card::after {
    content: "➜";
    position: absolute;
    right: -18px;
    top: 45%;
    font-size: 28px;
    color: #0079bd;
    font-weight: bold;
}

.process-card:last-child::after {
    display: none;
}

@media (max-width: 1199px) {
    .admission-process-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-card::after {
        border-top: 0px solid #0079bd;
    }
}

@media (max-width: 767px) {
    .admission-process-wrapper {
        grid-template-columns: 1fr;
    }

    .process-card {
        padding: 25px 20px;
    }
}


/* CAREERS */

.career-area {
    background: #f8f9fa;
    padding: 50px 10px;
}

.career-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    font-weight: 600;
    transition: .3s;
    margin-bottom: 30px;
}

.career-card:hover {
    background: #0079bd;
    color: #fff;
    transform: translateY(-5px);
}


/*CTA*/

.program-cta {
    background: #0079bd;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.program-cta h2 {
    color: #fff;
    margin-bottom: 20px;
}

.program-cta p {
    color: #fff;
    margin-bottom: 30px;
}

.program-cta .default-btn {
    background: #fff;
    color: #0079bd;
}


/* MOBILE */

@media only screen and (max-width: 991px) {
    .program-hero-content {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .program-hero-content h1 {
        font-size: 30px;
    }

    .program-meta {
        flex-direction: column;
    }

    .meta-item {
        width: 100%;
    }

    .semester-card {
        padding: 20px;
    }

    .eligibility-card {
        padding: 5px;
    }

    .course-tabs button {
        width: 100%;
    }

    .highlight-card,
    .career-card {
        margin-bottom: 20px;
    }
}



/* ==========================================
   PROGRAM PAGE - FACULTY PAGE
========================================== */
/* Inner FACULTY PAGE */

.ngfp-section {
    padding: 0 0 40px;
}

/* PAGE HEADER */

.ngfp-page-header {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.ngfp-page-header::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(0, 121, 189, .05);
    border-radius: 50%;
    top: -120px;
    right: -100px;
}

.ngfp-page-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(0, 121, 189, .03);
    border-radius: 50%;
    bottom: -90px;
    left: -70px;
}

.ngfp-subtitle {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #eef8fd;
    color: #0079bd;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.ngfp-page-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    line-height: 1.25;
}

.ngfp-page-header h2 span {
    color: #0079bd;
}

.ngfp-page-header p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    max-width: 850px;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* STATISTICS */

.ngfp-stats-row {
    margin-bottom: 35px;
}

.ngfp-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    transition: .35s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ngfp-stat-card::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(0, 121, 189, .04);
    border-radius: 50%;
    top: -70px;
    right: -70px;
    transition: .4s;
}

.ngfp-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.ngfp-stat-card:hover::before {
    transform: scale(1.25);
}

.ngfp-stat-icon {
    width: 78px;
    height: 78px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef8fd;
    color: #0079bd;
    font-size: 32px;
    margin-bottom: 20px;
    transition: .35s;
    position: relative;
    z-index: 2;
}

.ngfp-stat-card:hover .ngfp-stat-icon {
    background: #0079bd;
    color: #fff;
}

.ngfp-stat-card h3 {
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.ngfp-stat-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

/* SEARCH AREA */

.ngfp-search-area {
    background: #fff;
    padding: 28px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    margin-bottom: 40px;
}

.ngfp-search-box {
    position: relative;
}

.ngfp-search-box i {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #0079bd;
    font-size: 18px;
}

.ngfp-search-box input {
    width: 100%;
    height: 60px;
    border: 1px solid #e6edf5;
    border-radius: 50px;
    padding: 0 25px 0 58px;
    background: #f8fafc;
    color: #555;
    font-size: 15px;
    transition: .3s;
}

.ngfp-search-box input:focus {
    outline: none;
    border-color: #0079bd;
    background: #fff;
}

.ngfp-search-note {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #eef8fd;
    color: #0079bd;
    font-size: 14px;
    font-weight: 600;
}

/* COMMON ANIMATION */

.ngfp-card,
.ngfp-stat-card,
.ngfp-page-header,
.ngfp-search-area {
    transition: .35s ease;
}


/* FACULTY GRID */

.ngfp-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .35s ease;
    height: 100%;
    position: relative;
}

.ngfp-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #0079bd, #00a8e8);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.ngfp-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}

.ngfp-card:hover::before {
    transform: scaleX(1);
}

/* CARD HEADER */

.ngfp-card-top {
    padding: 30px 30px 20px;
    text-align: center;
    background: #f8fbfd;
    position: relative;
}

.ngfp-image {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    transition: .35s;
}

.ngfp-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}

.ngfp-card:hover .ngfp-image {
    transform: translateY(-6px);
}

.ngfp-card:hover .ngfp-image img {
    transform: scale(1.08);
}

/* BASIC INFO */

.ngfp-basic-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
    line-height: 1.4;
}

.ngfp-basic-info span {
    display: inline-block;
    background: #0079bd;
    line-height: 16px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

/* CARD BODY */

.ngfp-card-body {
    padding: 20px;
}

.ngfp-info {
    margin-bottom: 18px;
}

.ngfp-info:last-child {
    margin-bottom: 0;
}

.ngfp-info label {
    display: block;
    color: #0079bd;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 2px;
}

.ngfp-info p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #555;
}

.ngfp-info p a {
    color: #444;
    transition: .3s;
    word-break: break-word;
}

.ngfp-info p a:hover {
    color: #0079bd;
}

/* PROFILE LINKS */

.ngfp-profile-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 20px 20px;
    flex-wrap: wrap;
}

.ngfp-profile-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef8fd;
    border: 1px solid transparent;
    transition: .35s;
    text-decoration: none;
    overflow: hidden;
}

.ngfp-profile-links a:hover {
    background: #0079bd;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 121, 189, .35);
}

.ngfp-profile-links img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: .35s;
}

.ngfp-profile-links i {
    font-size: 22px;
    color: #0079bd;
    transition: .35s;
}

.ngfp-profile-links a:hover {
    background: #0079bd;
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 121, 189, .30);
}

.ngfp-profile-links a:hover i {
    color: #fff;
}

.ngfp-profile-links a:hover img {
    transform: scale(1.1);
}

/* TO hide the first child of the logo to avoid the personal website */
.ngfp-profile-links a:first-child {
    display: none;
}

/* VIEW PROFILE BUTTON */

.ngfp-footer {
    padding: 0 28px 30px;
}

.ngfp-footer .default-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    transition: .35s;
}

.ngfp-footer .default-btn::after {
    font-family: "FontAwesome";
    content: "\f061";
    font-size: 13px;
    transition: .35s;
}

.ngfp-footer .default-btn:hover::after {
    transform: translateX(5px);
}



/* RESPONSIVE DESIGN */

/* Large Desktop */

@media only screen and (min-width:1400px) {

    .ngfp-page-header {
        padding: 55px;
    }

    .ngfp-page-header h2 {
        font-size: 46px;
    }

}


/* Laptop */

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

    .ngfp-page-header {
        padding: 35px;
    }

    .ngfp-page-header h2 {
        font-size: 36px;
    }

    .ngfp-card-top {
        padding: 25px;
    }

    .ngfp-card-body {
        padding: 20px;
    }

    .ngfp-footer {
        padding: 0 25px 25px;
    }

}


/* Tablet */

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

    .ngfp-section {
        padding-bottom: 30px;
    }

    .ngfp-page-header {
        padding: 30px;
        margin-bottom: 30px;
    }

    .ngfp-page-header h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .ngfp-page-header p {
        font-size: 15px;
        line-height: 28px;
    }

    .ngfp-search-area {
        padding: 25px;
    }

    .ngfp-search-note {
        margin-top: 20px;
    }

    .ngfp-image {
        width: 130px;
        height: 130px;
    }

    .ngfp-basic-info h3 {
        font-size: 20px;
    }

    .ngfp-card-body {
        padding: 20px;
    }

    .ngfp-profile-links {
        padding: 0 24px 24px;
    }

    .ngfp-footer {
        padding: 0 24px 24px;
    }

}


/* Mobile */

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

    .ngfp-page-header {
        padding: 25px 22px;
        border-radius: 15px;
    }

    .ngfp-subtitle {
        font-size: 12px;
        padding: 7px 15px;
    }

    .ngfp-page-header h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ngfp-page-header p {
        font-size: 15px;
        line-height: 27px;
    }

    .ngfp-stat-card {
        padding: 25px 20px;
    }

    .ngfp-stat-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .ngfp-stat-card h3 {
        font-size: 30px;
    }

    .ngfp-search-area {
        padding: 20px;
    }

    .ngfp-search-box input {
        height: 54px;
        font-size: 14px;
        padding-left: 52px;
    }

    .ngfp-search-box i {
        left: 18px;
    }

    .ngfp-search-note {
        height: 54px;
        font-size: 13px;
    }

    .ngfp-card-top {
        padding: 25px 20px 18px;
    }

    .ngfp-image {
        width: 120px;
        height: 120px;
        border-width: 5px;
    }

    .ngfp-basic-info h3 {
        font-size: 20px;
    }

    .ngfp-basic-info span {
        font-size: 12px;
    }

    .ngfp-card-body {
        padding: 20px 20px;
    }

    .ngfp-info {
        margin-bottom: 16px;
    }

    .ngfp-info label {
        font-size: 12px;
    }

    .ngfp-info p {
        font-size: 14px;
        line-height: 24px;
    }

    .ngfp-profile-links {
        padding: 0 20px 22px;
        gap: 10px;
    }

    .ngfp-profile-links a {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .ngfp-footer {
        padding: 0 20px 22px;
    }

    .ngfp-footer .default-btn {
        height: 50px;
        font-size: 14px;
    }

}


/* Small Mobile */

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

    .ngfp-page-header {
        text-align: center;
    }

    .ngfp-page-header h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .ngfp-page-header p {
        font-size: 14px;
        line-height: 25px;
    }

    .ngfp-card {
        border-radius: 15px;
    }

    .ngfp-image {
        width: 110px;
        height: 110px;
    }

    .ngfp-basic-info h3 {
        font-size: 20px;
    }

    .ngfp-card-body {
        padding: 18px 18px;
    }

    .ngfp-profile-links {
        justify-content: center;
    }

}


/* SMOOTH TRANSITIONS */

.ngfp-card,
.ngfp-image,
.ngfp-image img,
.ngfp-profile-links a,
.ngfp-stat-card,
.ngfp-stat-icon,
.ngfp-footer .default-btn,
.ngfp-page-header,
.ngfp-search-area {
    transition: all .35s ease;
}


/* ACCESSIBILITY */

.ngfp-profile-links a:focus,
.ngfp-footer .default-btn:focus,
.ngfp-search-box input:focus {
    outline: none;
}


/*=========================================================
END FACULTY PAGE
=========================================================*/




/*=========================================================
NEXTGEN HOD DESK PAGE
=========================================================*/

.nghod-section {
    padding: 0 0 40px;
}


/*PAGE HEADER*/

.nghod-header {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.nghod-header::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background: rgba(0, 121, 189, .05);
    border-radius: 50%;
    right: -120px;
    top: -120px;
}

.nghod-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(0, 121, 189, .03);
    border-radius: 50%;
    left: -90px;
    bottom: -90px;
}

.nghod-subtitle {
    display: inline-block;
    padding: 8px 20px;
    background: #eef8fd;
    color: #0079bd;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.nghod-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.nghod-header h2 span {
    color: #0079bd;
}

.nghod-header p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    max-width: 850px;
    margin: 0;
    position: relative;
    z-index: 2;
}


/*MESSAGE CARD*/

.nghod-message-card {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    margin-bottom: 35px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    position: relative;
}

.nghod-quote {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #eef8fd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0079bd;
    font-size: 34px;
    margin-bottom: 25px;
}

.nghod-message-card h3 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
}

.nghod-message-card p {
    color: #555;
    line-height: 30px;
    margin-bottom: 18px;
    font-size: 16px;
}

.nghod-signature {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e8eef5;
}

.nghod-signature h4 {
    font-size: 24px;
    color: #0079bd;
    font-weight: 700;
    margin-bottom: 6px;
}

.nghod-signature span {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}


/*
PROFILE CARD*/

.nghod-profile-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    margin-bottom: 35px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.headofdepa h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.headofdepa h2 span {
    color: #0079bd;
}

.nghod-image {
    text-align: center;
}

.nghod-image img {
    width: 280px;
    height: 280px;
    object-fit: contain;
    border-radius: 20px;
    border: 8px solid #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
    transition: .35s;
}

.nghod-profile-card:hover .nghod-image img {
    transform: translateY(-8px);
}

.nghod-content {
    padding-left: 20px;
}

.nghod-designation {
    display: inline-block;
    background: #0079bd;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.nghod-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.nghod-content h5 {
    font-size: 18px;
    color: #666;
    font-weight: 500;
    margin-bottom: 30px;
}


/*INFO BOXES*/

.nghod-info-box {
    background: #f8fbfd;
    padding: 15px;
    border-radius: 14px;
    margin-bottom: 15px;
    transition: .35s;
    border: 1px solid transparent;
}

.nghod-info-box:hover {
    background: #fff;
    border-color: #0079bd;
    box-shadow: 0 10px 25px rgba(0, 121, 189, .08);
}

.nghod-info-box label {
    display: block;
    color: #0079bd;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.nghod-info-box p {
    margin: 0;
    color: #444;
    line-height: 28px;
    font-size: 15px;
}

.nghod-info-box a {
    color: #444;
    transition: .3s;
    word-break: break-word;
}

.nghod-info-box a:hover {
    color: #0079bd;
}


/*COMMON TRANSITION*/

.nghod-header,
.nghod-message-card,
.nghod-profile-card,
.nghod-info-box,
.nghod-image img {
    transition: all .35s ease;
}


/*RESEARCH INTEREST*/

.nghod-card {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 35px;
}

.nghod-card h3 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    position: relative;
    padding-left: 18px;
}

.nghod-card h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 34px;
    background: #0079bd;
    border-radius: 10px;
}

/*RESEARCH LINKS*/

.nghod-social-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.nghod-social-links a {
    background: #f8fbfd;
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: .35s;
    border: 1px solid transparent;
}

.nghod-social-links a i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0079bd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.nghod-social-links a:hover {
    border-color: #0079bd;
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 121, 189, .12);
}

.nghod-social-links a:first-child {
    display: none;
}


.nghod-social-links img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

.nghod-social-links i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #0079bd;
    transition: .35s;
}

.nghod-social-links a:hover i {
    color: #fff;
}

.nghod-social-links span {
    line-height: 22px;
}

@media(max-width:767px) {

    .nghod-social-links {
        grid-template-columns: 1fr;
    }

}

@media(max-width:575px) {

    .nghod-social-links a {
        padding: 14px 16px;
    }

    .nghod-social-links img {
        width: 30px;
        height: 30px;
    }

}

/*RESEARCH TAGS*/

.nghod-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.nghod-tags span {
    padding: 12px 24px;
    background: #eef8fd;
    color: #0079bd;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: .35s;
    cursor: default;
    border: 1px solid transparent;
}

.nghod-tags span:hover {
    background: #0079bd;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 121, 189, .25);
}



/*ACADEMIC PROFILE*/

.nghod-profile-box {
    background: #f8fbfd;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    transition: .35s;
    border: 1px solid transparent;
    height: 100%;
}

.nghod-profile-box:hover {
    background: #fff;
    border-color: #0079bd;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 121, 189, .12);
}

.nghod-profile-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 50%;
    background: #0079bd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}

.nghod-profile-content h4 {
    font-size: 21px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.nghod-profile-content p {
    margin: 0;
    color: #555;
    line-height: 28px;
    font-size: 15px;
}

/*ACHIEVEMENT SECTION*/

.nghod-achievement-box {
    background: linear-gradient(135deg, #0079bd, #005f96);
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: .35s;
    height: 100%;
}

.nghod-achievement-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    right: -80px;
    top: -80px;
}

.nghod-achievement-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 95, 150, .25);
}

.nghod-achievement-box h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.nghod-achievement-box span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    z-index: 2;
}

/*COMMON EFFECTS*/

.nghod-card,
.nghod-tags span,
.nghod-profile-box,
.nghod-achievement-box,
.nghod-social-links a {
    transition: all .35s ease;
}


/*PROFESSIONAL MEMBERSHIP*/

.nghod-membership {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.nghod-membership span {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    background: #f8fbfd;
    color: #333;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e6edf3;
    transition: .35s;
}

.nghod-membership span::before {
    content: "✓";
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 50%;
    background: #0079bd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.nghod-membership span:hover {
    background: #0079bd;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 121, 189, .18);
}

.nghod-membership span:hover::before {
    background: #fff;
    color: #0079bd;
}


/*CONTACT CARD*/

.nghod-contact-card {
    background: linear-gradient(135deg, #0079bd, #005f96);
    padding: 45px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.nghod-contact-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, .06);
    border-radius: 50%;
    right: -120px;
    top: -120px;
}

.nghod-contact-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, .04);
    border-radius: 50%;
    left: -110px;
    bottom: -110px;
}

.nghod-contact-card h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.nghod-contact-card p {
    color: #fff;
    opacity: .95;
    line-height: 30px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.nghod-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    z-index: 2;
}

.nghod-contact-buttons .default-btn {
    text-align: center;
    border-radius: 10px;
}

.nghod-contact-buttons .btn-two {
    background: #fff;
    color: #0079bd;
}

.nghod-contact-buttons .btn-two:hover {
    background: #222;
    color: #fff;
}


/*RESPONSIVE*/

@media(max-width:1199px) {

    .nghod-header,
    .nghod-message-card,
    .nghod-profile-card,
    .nghod-card,
    .nghod-contact-card {
        padding: 35px;
    }

    .nghod-content h2 {
        font-size: 32px;
    }

    .nghod-image img {
        width: 240px;
        height: 240px;
    }

}


@media(max-width:991px) {

    .nghod-section {
        padding-bottom: 30px;
    }

    .nghod-profile-card {
        text-align: center;
    }

    .nghod-content {
        padding-left: 0;
        margin-top: 35px;
    }

    .nghod-header h2 {
        font-size: 34px;
    }

    .nghod-message-card h3 {
        font-size: 28px;
    }

    .nghod-social-links {
        grid-template-columns: 1fr;
    }

    .nghod-contact-buttons {
        margin-top: 30px;
    }

}


@media(max-width:767px) {

    .nghod-header,
    .nghod-message-card,
    .nghod-profile-card,
    .nghod-card,
    .nghod-contact-card {
        padding: 25px;
    }

    .nghod-header h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .nghod-message-card h3 {
        font-size: 24px;
    }

    .nghod-content h2 {
        font-size: 28px;
    }

    .nghod-content h5 {
        font-size: 16px;
    }

    .nghod-image img {
        width: 200px;
        height: 200px;
    }

    .nghod-profile-box {
        flex-direction: column;
        text-align: center;
    }

    .nghod-profile-icon {
        margin: auto;
    }

    .nghod-achievement-box {
        margin-bottom: 25px;
    }

    .nghod-achievement-box h2 {
        font-size: 38px;
    }

    .nghod-contact-card h3 {
        font-size: 25px;
    }

}


@media(max-width:575px) {

    .nghod-header,
    .nghod-message-card,
    .nghod-profile-card,
    .nghod-card,
    .nghod-contact-card {
        padding: 20px;
    }

    .nghod-subtitle {
        font-size: 12px;
    }

    .nghod-header h2 {
        font-size: 24px;
    }

    .nghod-header p,
    .nghod-message-card p {
        font-size: 14px;
        line-height: 26px;
    }

    .nghod-content h2 {
        font-size: 24px;
    }

    .nghod-designation {
        font-size: 12px;
    }

    .nghod-image img {
        width: 170px;
        height: 170px;
    }

    .nghod-tags {
        gap: 10px;
    }

    .nghod-tags span {
        font-size: 13px;
        padding: 10px 18px;
    }

    .nghod-membership {
        gap: 12px;
    }

    .nghod-membership span {
        width: 100%;
        justify-content: flex-start;
        font-size: 14px;
    }

    .nghod-contact-buttons .default-btn {
        width: 100%;
    }

}


/*COMMON TRANSITIONS*/

.nghod-header,
.nghod-message-card,
.nghod-profile-card,
.nghod-card,
.nghod-contact-card,
.nghod-tags span,
.nghod-membership span,
.nghod-achievement-box,
.nghod-profile-box,
.nghod-social-links a,
.nghod-info-box,
.nghod-image img {
    transition: all .35s ease;
}


/*=========================================================
END OF HOD PAGE
=========================================================*/




/*=========================================================
DOWNLOADS PAGE
=========================================================*/

.ngdl-section {
    padding: 0 0 40px;
}

/* PAGE HEADER */

.ngdl-header {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.ngdl-header::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background: rgba(0, 121, 189, .05);
    border-radius: 50%;
    right: -120px;
    top: -120px;
}

.ngdl-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(0, 121, 189, .03);
    border-radius: 50%;
    left: -90px;
    bottom: -90px;
}

.ngdl-subtitle {
    display: inline-block;
    padding: 8px 20px;
    background: #eef8fd;
    color: #0079bd;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngdl-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngdl-header h2 span {
    color: #0079bd;
}

.ngdl-header p {
    max-width: 850px;
    color: #666;
    line-height: 30px;
    font-size: 16px;
    margin: 0;
    position: relative;
    z-index: 2;
}


/* PAGE HEADER RESPONSIVE */

@media(max-width:1199px) {

    .ngdl-header {
        padding: 35px;
    }

    .ngdl-header h2 {
        font-size: 36px;
    }

}

@media(max-width:991px) {

    .ngdl-header {
        padding: 30px;
    }

    .ngdl-header h2 {
        font-size: 32px;
    }

}

@media(max-width:767px) {

    .ngdl-header {
        padding: 25px;
    }

    .ngdl-header h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ngdl-header p {
        font-size: 15px;
        line-height: 28px;
    }

}

@media(max-width:575px) {

    .ngdl-header {
        padding: 20px;
    }

    .ngdl-subtitle {
        font-size: 12px;
    }

    .ngdl-header h2 {
        font-size: 24px;
    }

    .ngdl-header p {
        font-size: 14px;
        line-height: 26px;
    }

}


/* CATEGORY SECTION */

.ngdl-category {
    margin-bottom: 50px;
}

.ngdl-category:last-child {
    margin-bottom: 0;
}

.ngdl-category h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    position: relative;
    padding-left: 18px;
}

.ngdl-category h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 34px;
    background: #0079bd;
    border-radius: 20px;
}


/* CATEGORY RESPONSIVE */

@media(max-width:991px) {

    .ngdl-category {
        margin-bottom: 40px;
    }

    .ngdl-category h3 {
        font-size: 25px;
    }

}

@media(max-width:767px) {

    .ngdl-category {
        margin-bottom: 35px;
    }

    .ngdl-category h3 {
        font-size: 22px;
        margin-bottom: 22px;
    }

}

@media(max-width:575px) {

    .ngdl-category h3 {
        font-size: 20px;
    }

}


/* DOWNLOAD CARD */

.ngdl-card {
    background: #fff;
    border-radius: 18px;
    padding: 15px 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.ngdl-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .04);
    top: -90px;
    right: -90px;
    transition: .35s;
}

.ngdl-card:hover {
    transform: translateY(-8px);
    border-color: #0079bd;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.ngdl-card:hover::before {
    transform: scale(1.2);
}

/* PDF ICON */

.ngdl-icon {
    width: 60px;
    height: 80px;
    margin: 0 auto 15px;
    background: #dc3545;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 12px 25px rgba(220, 53, 69, .25);
    transition: .35s;
}

.ngdl-icon::before {
    content: "PDF";
    letter-spacing: 1px;
}

.ngdl-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ngdl-card:hover .ngdl-icon {
    transform: translateY(-6px) rotate(-3deg);
}

/* TITLE */

.ngdl-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    line-height: 25px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* DOWNLOAD BUTTON */

.ngdl-card .default-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    transition: .35s;
    padding: 10px 10px;
}

.ngdl-card .default-btn::before {
    font-family: "FontAwesome";
    content: "\f019";
    font-size: 14px;
}

.ngdl-card:hover .default-btn {
    letter-spacing: .4px;
}

/* CARD RESPONSIVE */

@media(max-width:1199px) {

    .ngdl-card {
        padding: 30px 25px;
    }

    .ngdl-card h4 {
        font-size: 20px;
    }

}

@media(max-width:991px) {

    .ngdl-card {
        padding: 28px 22px;
    }

    .ngdl-icon {
        width: 82px;
        height: 96px;
    }

    .ngdl-card h4 {
        font-size: 19px;
        min-height: 58px;
    }

}

@media(max-width:767px) {

    .ngdl-card {
        padding: 25px 20px;
    }

    .ngdl-icon {
        width: 78px;
        height: 92px;
        margin-bottom: 20px;
    }

    .ngdl-card h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 22px;
    }

}

@media(max-width:575px) {

    .ngdl-card {
        padding: 22px 18px;
    }

    .ngdl-icon {
        width: 72px;
        height: 84px;
    }

    .ngdl-card h4 {
        font-size: 17px;
        min-height: auto;
    }

    .ngdl-card .default-btn {
        width: 100%;
    }

}

/* COMMON TRANSITIONS */

.ngdl-card,
.ngdl-icon,
.ngdl-card .default-btn {
    transition: all .35s ease;
}





/*=========================================================
PROGRAM INNER PAGE STUDENT ACTIVITIES
=========================================================*/

.ngact-section {
    padding: 0 0 40px;
}

/*PAGE HEADER*/

.ngact-header {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.ngact-header::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background: rgba(0, 121, 189, .05);
    border-radius: 50%;
    right: -120px;
    top: -120px;
}

.ngact-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(0, 121, 189, .03);
    border-radius: 50%;
    left: -90px;
    bottom: -90px;
}

.ngact-subtitle {
    display: inline-block;
    background: #eef8fd;
    color: #0079bd;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngact-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngact-header h2 span {
    color: #0079bd;
}

.ngact-header p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    max-width: 900px;
    margin: 0;
    position: relative;
    z-index: 2;
}


/* Header Responsive */

@media(max-width:1199px) {

    .ngact-header {
        padding: 35px;
    }

    .ngact-header h2 {
        font-size: 36px;
    }

}

@media(max-width:991px) {

    .ngact-header {
        padding: 30px;
    }

    .ngact-header h2 {
        font-size: 32px;
    }

}

@media(max-width:767px) {

    .ngact-header {
        padding: 25px;
    }

    .ngact-header h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ngact-header p {
        font-size: 15px;
        line-height: 28px;
    }

}

@media(max-width:575px) {

    .ngact-header {
        padding: 20px;
    }

    .ngact-subtitle {
        font-size: 12px;
    }

    .ngact-header h2 {
        font-size: 24px;
    }

    .ngact-header p {
        font-size: 14px;
        line-height: 26px;
    }

}


/*ACTIVITY CARD*/

.ngact-card {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 45px;
    overflow: hidden;
    position: relative;
}

.ngact-card:last-child {
    margin-bottom: 0;
}

.ngact-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #0079bd, #00a2ff);
}


/* Card Responsive */

@media(max-width:991px) {

    .ngact-card {
        padding: 30px;
    }

}

@media(max-width:767px) {

    .ngact-card {
        padding: 25px;
        margin-bottom: 35px;
    }

}

@media(max-width:575px) {

    .ngact-card {
        padding: 20px;
    }

}


/*ACTIVITY CONTENT*/

.ngact-top {
    margin-bottom: 30px;
}

.ngact-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #0079bd;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.ngact-top h3 {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    margin-bottom: 18px;
}

.ngact-top p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin: 0;
}


/* ACTIVITY GALLERY */

.ngact-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 160px 200px;
    gap: 5px;
}

.ngact-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.ngact-gallery a:first-child {
    grid-row: 1 / span 2;
}

.ngact-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .4s;
}


/* Content Responsive */

@media(max-width:991px) {

    .ngact-top h3 {
        font-size: 28px;
    }

}

@media(max-width:767px) {

    .ngact-top {
        margin-bottom: 25px;
    }

    .ngact-top h3 {
        font-size: 24px;
    }

    .ngact-top p {
        font-size: 15px;
        line-height: 28px;
    }

}

@media(max-width:575px) {

    .ngact-badge {
        font-size: 12px;
        padding: 7px 16px;
    }

    .ngact-top h3 {
        font-size: 22px;
    }

    .ngact-top p {
        font-size: 14px;
        line-height: 26px;
    }

}


/* GALLERY RESPONSIVE */

@media(max-width:1199px) {

    .ngact-gallery {
        grid-auto-rows: 190px;
    }

}

@media(max-width:991px) {

    .ngact-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }

    .ngact-gallery a:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

}

@media(max-width:767px) {

    .ngact-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }

    .ngact-gallery a:first-child {
        grid-column: span 1;
    }

}

@media(max-width:575px) {

    .ngact-gallery {
        gap: 12px;
        grid-auto-rows: 180px;
    }

    .ngact-gallery a::after {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

}





/*=========================================================
PROGRAM INNER PAGE RESULTS
=========================================================*/

.ngres-section {
    padding: 0 0 40px;
}


/* RESULT PAGE HEADER */

.ngres-header {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.ngres-header::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .05);
    right: -120px;
    top: -120px;
}

.ngres-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .03);
    left: -90px;
    bottom: -90px;
}

.ngres-subtitle {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 40px;
    background: #eef8fd;
    color: #0079bd;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngres-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngres-header h2 span {
    color: #0079bd;
}

.ngres-header p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    max-width: 900px;
    margin: 0;
    position: relative;
    z-index: 2;
}


/* HEADER RESPONSIVE */

@media(max-width:1199px) {

    .ngres-header {
        padding: 35px;
    }

    .ngres-header h2 {
        font-size: 36px;
    }

}

@media(max-width:991px) {

    .ngres-header {
        padding: 30px;
    }

    .ngres-header h2 {
        font-size: 32px;
    }

}

@media(max-width:767px) {

    .ngres-header {
        padding: 25px;
    }

    .ngres-header h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ngres-header p {
        font-size: 15px;
        line-height: 28px;
    }

}

@media(max-width:575px) {

    .ngres-header {
        padding: 20px;
    }

    .ngres-subtitle {
        font-size: 12px;
    }

    .ngres-header h2 {
        font-size: 24px;
    }

    .ngres-header p {
        font-size: 14px;
        line-height: 26px;
    }

}


/* CATEGORY */

.ngres-category {
    margin-bottom: 50px;
}

.ngres-category:last-child {
    margin-bottom: 0;
}

.ngres-category h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    padding-left: 18px;
    position: relative;
}

.ngres-category h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 34px;
    background: #0079bd;
    border-radius: 10px;
}


/* CATEGORY RESPONSIVE */

@media(max-width:991px) {

    .ngres-category {
        margin-bottom: 40px;
    }

    .ngres-category h3 {
        font-size: 25px;
    }

}

@media(max-width:767px) {

    .ngres-category {
        margin-bottom: 35px;
    }

    .ngres-category h3 {
        font-size: 22px;
    }

}

@media(max-width:575px) {

    .ngres-category h3 {
        font-size: 20px;
    }

}


/* RESULT CARD */

.ngres-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid #edf2f7;
    transition: all .35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.ngres-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0079bd, #00a2ff);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.ngres-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.ngres-card:hover::before {
    transform: scaleX(1);
}


/* PDF ICON */

.ngres-icon {
    width: 85px;
    height: 80px;
    background: #dc3545;
    border-radius: 10px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 12px 25px rgba(220, 53, 69, .25);
    transition: .35s;
}

.ngres-icon::before {
    content: "PDF";
    letter-spacing: 1px;
}

.ngres-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ngres-card:hover .ngres-icon {
    transform: rotate(-4deg) translateY(-5px);
}


/* CONTENT */

.ngres-content {
    flex: 1;
}

.ngres-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 34px;
    margin-bottom: 5px;
}

.ngres-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ngres-content ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #e6edf3;
    font-size: 15px;
    color: #555;
}

.ngres-content ul li:last-child {
    border-bottom: none;
}

.ngres-content strong {
    color: #222;
}


/* BUTTONS */

.ngres-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.ngres-buttons .default-btn {
    flex: 1;
    text-align: center;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
}

.ngres-buttons .btn-two {
    background: #f4f8fb;
    color: #0079bd;
    border: 1px solid #d8e8f5;
}

.ngres-buttons .btn-two:hover {
    background: #0079bd;
    color: #fff;
}


/* CARD RESPONSIVE */

@media(max-width:1199px) {

    .ngres-card {
        padding: 30px;
    }

    .ngres-content h4 {
        font-size: 22px;
    }

}

@media(max-width:991px) {

    .ngres-card {
        padding: 28px;
    }

    .ngres-content h4 {
        font-size: 21px;
    }

    .ngres-buttons {
        flex-direction: column;
    }

}

@media(max-width:767px) {

    .ngres-card {
        padding: 24px;
    }

    .ngres-icon {
        width: 75px;
        height: 88px;
        margin-bottom: 22px;
    }

    .ngres-content h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .ngres-content ul li {
        font-size: 14px;
    }

}

@media(max-width:575px) {

    .ngres-card {
        padding: 20px;
    }

    .ngres-icon {
        width: 68px;
        height: 80px;
    }

    .ngres-content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .ngres-buttons {
        gap: 12px;
    }

    .ngres-buttons .default-btn {
        width: 100%;
    }

}








/* ===========================
CTA Side button Enquire Now in footer page 
=============================== */

.floating-admission-btn {
    position: fixed;
    right: -50px;
    top: 35%;
    transform: rotate(-90deg);
    z-index: 99;
}

.floating-admission-btn a {
    display: block;
    background: #0079bd;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    transition: all .3s ease;
}

.floating-admission-btn a:hover {
    background: #008c44;
    color: #fff;
}

@media (max-width:767px) {
    .floating-admission-btn {
        right: -35px;
        top: 35%;
    }

    .floating-admission-btn a {
        padding: 8px 15px;
        font-size: 14px;
    }
}





/* ==================================
Floating Social Media 
=================================== */

.floating-social {
    position: fixed;
    right: 5px;
    top: 65%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.floating-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    transition: all .3s ease;
}

.floating-social a:hover {
    transform: translateX(-5px);
}


/* Individual Colors */

.floating-social .facebook {
    background: #1877f2;
}

.floating-social .instagram {
    background: #e4405f;
}

.floating-social .youtube {
    background: #ff0000;
}

.floating-social .linkedin {
    background: #0077b5;
}


/* Mobile */

@media (max-width:767px) {
    .floating-social {
        right: 5px;
        top: 65%;
    }

    .floating-social a {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}





/* ================================
   engineering-courses page 
   ============================== */

/* ENGINEERING HERO */
.engineering-hero-area {
    background: #f8f9fa;
}

.engineering-tag {
    display: inline-block;
    background: #0079bd;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.engineering-hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 25px;
}

.engineering-hero-content p {
    color: #555;
    line-height: 30px;
    margin-bottom: 30px;
}

.hero-features {
    margin-bottom: 30px;
}

.hero-features span {
    display: inline-block;
    background: #fff;
    padding: 10px 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    font-size: 14px;
    font-weight: 600;
}

.engineering-hero-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}


/* OVERVIEW */

.engineering-overview-area {
    background: #fff;
}

.engineering-overview-area p {
    color: #555;
    line-height: 32px;
    font-size: 17px;
    margin-bottom: 20px;
}


/* PROGRAM CARDS */

.engineering-programs-area {
    background: #f8f9fa;
}

.engineering-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: all .3s ease;
}

.engineering-card:hover {
    transform: translateY(-8px);
}

.engineering-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 70px;
}

.engineering-card span {
    display: inline-block;
    color: #0079bd;
    font-weight: 600;
    margin-bottom: 20px;
}

.engineering-card p {
    color: #555;
    line-height: 28px;
    margin-bottom: 25px;
}

.engineering-card .default-btn {
    margin-top: auto;
}





/* CAREERS */

.career-area {
    background: #f8f9fa;
}

.career-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.career-card {
    background: #fff;
    text-align: center;
    padding: 25px 15px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: all .3s ease;
}

.career-card:hover {
    background: #0079bd;
    color: #fff;
    transform: translateY(-5px);
}


/* CTA SECTION */

.engineering-cta-area {
    background: #0079bd;
    text-align: center;
    padding: 90px 20px;
}

.engineering-cta-area h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.engineering-cta-area p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.engineering-cta-area .default-btn {
    background: #fff;
    color: #0079bd;
}

.engineering-cta-area .default-btn:hover {
    background: #222;
    color: #fff;
}


/* RESPONSIVE */

@media (max-width: 1199px) {
    .career-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .engineering-hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .engineering-hero-image {
        margin-top: 40px;
    }

    .career-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eligibility-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .engineering-hero-content h1 {
        font-size: 34px;
    }

    .engineering-card {
        padding: 25px;
    }

    .engineering-card h3 {
        font-size: 22px;
        min-height: auto;
    }

    .career-grid {
        grid-template-columns: 1fr;
    }

    .engineering-cta-area h2 {
        font-size: 30px;
    }

    .hero-features span {
        display: block;
        margin-right: 0;
    }
}







/* ================================
Infrastructure page 
================================= */

.infra-img {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.infra-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.infrastructure-content h3 {
    font-weight: 600;
}

@media (max-width: 768px) {
    .infra-img img {
        height: 250px;
    }

    .infra-img {
        margin: 10px 0 10px 0;
    }
}

.infra-list {
    margin-top: 20px;
    padding-left: 20px;
}

.infra-list li {
    margin-bottom: 10px;
}

.infra-list {
    margin-top: 20px;
    padding-left: 20px;
}

.gallery-area {
    background-color: #f1fcf4;
}

.gallery-item {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.08);
}



/* ======================
   placement inner page 
   ====================== */
/* placement side bar */
.placement-sidebar {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.placement-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.placement-sidebar ul li {
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-weight: 600;
    transition: .3s;
}

.placement-sidebar ul li:hover {
    background: #f5faff;
    color: #0079bd;
}

.placement-sidebar ul li.active {
    background: #0079bd;
    color: #fff;
}

.placement-content-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.placement-tab-content {
    display: none;
}

.placement-tab-content.active {
    display: block;
}


/* Placement overview */

.placement-overview-section {
    position: relative;
}

.overview-header {
    margin-bottom: 40px;
}

.overview-subtitle {
    display: inline-block;
    padding: 8px 18px;
    background: #eef8ff;
    color: #0079bd;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.overview-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #002b4d;
}

.overview-header h2 span {
    color: #0079bd;
}

.overview-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.overview-stat-card {
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .3s;
    overflow: hidden;
}

.overview-stat-card:hover {
    transform: translateY(-8px);
}

.stat-line {
    width: 60px;
    height: 4px;
    background: #0079bd;
    display: block;
    margin: 0 auto 20px;
    border-radius: 20px;
}

.overview-stat-card h3 {
    font-size: 35px;
    font-weight: 700;
    color: #0079bd;
    margin-bottom: 12px;
}

.overview-stat-card p {
    color: #555;
    line-height: 24px;
    margin: 0;
}

.placement-story-card {
    background: #f9fbfd;
    border-radius: 25px;
    padding: 15px;
    position: relative;
    border-left: 6px solid #0079bd;
}

.story-label {
    display: inline-block;
    background: #0079bd;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 25px;
    font-weight: 600;
}

.placement-story-card p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
}

.placement-highlight-strip {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.placement-highlight-strip div {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
}

.placement-highlight-strip strong {
    display: block;
    color: #0079bd;
    font-size: 24px;
    margin-bottom: 8px;
}

.recruiter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.recruiter-tags span {
    padding: 10px 18px;
    background: #eaf6ff;
    color: #0079bd;
    border-radius: 50px;
    font-weight: 600;
}

@media(max-width:991px) {
    .overview-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .placement-highlight-strip {
        flex-direction: column;
    }

    .story-label {
        padding: 5px 10px;
    }
}

@media(max-width:767px) {
    .overview-header h2 {
        font-size: 30px;
    }

    .overview-stats-grid {
        grid-template-columns: 1fr;
    }

    .placement-story-card {
        padding: 10px;
    }
}


/* Placement Highlights */

.placement-highlights-area {
    background: #f8f9fa;
}

.placement-highlight-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    border: 1px solid #edf2f7;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .04);
    transition: .3s;
    position: relative;
}

.placement-highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.highlight-icon {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    background: #eef7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.highlight-icon i {
    font-size: 28px;
    color: #0079bd;
}

.placement-highlight-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #002b4d;
    margin-bottom: 15px;
    padding: 0;
    min-height: auto;
}

.placement-highlight-card p {
    padding: 0;
    margin: 0;
    color: #666;
    line-height: 28px;
    min-height: auto;
}

.placement-highlight-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #0079bd;
    border-radius: 20px 0 0 20px;
}

@media(max-width:991px) {
    .placement-highlight-card h3 {
        min-height: auto;
    }

    .placement-highlight-card p {
        min-height: auto;
    }
}

@media(max-width:767px) {
    .placement-highlight-card h3 {
        font-size: 20px;
    }

    .placement-highlight-card img {
        height: 220px;
    }
}






/* INDUSTRY EXPERTS */

.industry-experts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 40px;
}

.industry-expert-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e9eef5;
    transition: .35s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.industry-expert-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.industry-expert-image {
    overflow: hidden;
    background: #f7f9fc;
}

.industry-expert-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: .5s;
}

.industry-expert-card:hover .industry-expert-image img {
    transform: scale(1.0);
}

.industry-expert-content {
    padding: 10px 10px 10px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.industry-expert-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 0px;
    line-height: 28px;
}

.industry-expert-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #0079bd;
    margin-bottom: 0px;
    line-height: 24px;
    min-height: 48px;
}

.industry-expert-content p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    flex: 1;
}

@media(max-width:1199px) {

    .industry-experts-grid {
        gap: 15px;
    }

    .industry-expert-image img {
        height: 210px;
    }

    .industry-expert-content {
        padding: 20px;
    }

    .industry-expert-content h4 {
        font-size: 18px;
        line-height: 26px;
    }

}

@media(max-width:991px) {

    .industry-experts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .industry-experts-grid {
        gap: 15px;
    }

    .industry-expert-image img {
        height: 200px;
    }

    .industry-expert-content {
        padding: 18px;
    }

    .industry-expert-content h4 {
        font-size: 18px;
    }

    .industry-expert-content h6 {
        font-size: 14px;
        min-height: auto;
    }

}

@media(max-width:575px) {

    .industry-experts-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .industry-expert-image img {
        height: 240px;
    }

    .industry-expert-content {
        padding: 18px 16px 20px;
    }

    .industry-expert-content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .industry-expert-content h6 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .industry-expert-content p {
        font-size: 14px;
        line-height: 22px;
    }

}





/* jobfair section */

.jobfair-section {
    padding: 10px 0;
}

.jobfair-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.jobfair-stat-box {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.jobfair-stat-box h3 {
    font-size: 34px;
    color: #0079bd;
    margin-bottom: 10px;
}

.jobfair-overview {
    background: #f8fbfd;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
}

.jobfair-overview h3 {
    margin-bottom: 20px;
    color: #003366;
    font-weight: 600;
}

.jobfair-overview p {
    line-height: 30px;
    color: #555;
}

.jobfair-subtitle {
    margin-bottom: 25px;
    color: #003366;
    font-weight: 700;
}

.process-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.process-step {
    background: #eef7fd;
    color: #0079bd;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.jobfair-format {
    margin-bottom: 50px;
}

.jobfair-list {
    list-style: none;
    padding: 0;
}

.jobfair-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.domain-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 50px;
}

.domain-tags span {
    background: #fff;
    border: 1px solid #d9e8f4;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 50px;
}

.roles-grid div {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #d9e8f4;
}

.jobfair-impact {
    background: linear-gradient(135deg, #0079bd, #004f7c);
    color: #fff;
    padding: 50px;
    border-radius: 20px;
}

.jobfair-impact h3 {
    color: #fff;
    margin-bottom: 30px;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.impact-grid div {
    text-align: center;
}

.impact-grid strong {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.impact-grid span {
    display: block;
    opacity: .9;
}


/* Responsive */

@media(max-width:991px) {

    .jobfair-stats,
    .roles-grid,
    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {

    .jobfair-stats,
    .roles-grid,
    .impact-grid {
        grid-template-columns: 1fr;
    }

    .jobfair-overview,
    .jobfair-impact {
        padding: 25px;
    }

    .process-flow {
        flex-direction: column;
    }

    .process-step {
        text-align: center;
    }
}


/* Collabration section */


/* Collaboration Hero */

.collaboration-hero {
    margin-bottom: 80px;
}

.collaboration-image img {
    width: 100%;
    border-radius: 10px;
}

.collab-label {
    display: inline-block;
    padding: 8px 20px;
    background: #eef7fd;
    color: #0079bd;
    border-radius: 50px;
    margin-bottom: 15px;
    font-weight: 600;
}

.collaboration-hero h2 {
    font-size: 42px;
    font-weight: 700;
    color: #002b4d;
}

.collaboration-hero h2 span {
    color: #0079bd;
}

.collaboration-hero p {
    line-height: 20px;
    margin-bottom: 10px;
}


/* Logo Cloud */

.collaboration-network {
    margin-bottom: 80px;
}

.collaboration-network h3 {
    margin-bottom: 25px;
    color: #003366;
    font-weight: 700;
}

.logo-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.cloud-logo {
    width: 180px;
    height: 100px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .06);
    transition: .3s;
}

.cloud-logo.large {
    width: 180px;
    height: 100px;
}

.cloud-logo:hover {
    transform: translateY(-8px);
}

.cloud-logo img {
    max-width: 110%;
    max-height: 150%;
    object-fit: contain;
}


/* Journey */

.collaboration-journey {
    margin-bottom: 80px;
}

.collaboration-journey h3 {
    margin-bottom: 25px;
    color: #003366;
    font-weight: 700;
}

.journey-line {
    position: relative;
}

.journey-line::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #0079bd;
}

.journey-step {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}

.journey-step span {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #0079bd;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-weight: 700;
}

.journey-step h4 {
    margin-bottom: 10px;
}


/* Impact */

.collaboration-impact {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 80px;
}

.impact-word {
    font-size: 42px;
    font-weight: 700;
    color: #3386cf;
    transition: .3s;
}

.impact-word:hover {
    color: #012438;
}


/* Gallery */

.collaboration-gallery h3 {
    margin-bottom: 25px;
    color: #003366;
    font-weight: 700;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-grid img {
    width: 100%;
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
}


/* Responsive */

@media(max-width:991px) {
    .collaboration-hero h2 {
        font-size: 34px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {
    .collaboration-hero h2 {
        font-size: 28px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .journey-step {
        padding-left: 90px;
    }

    .impact-word {
        font-size: 26px;
    }

    .cloud-logo {
        width: 140px;
    }
}



/* Placed Students */
.placed-students-area {
    background: #ffffff;
}

.placed-student-card {
    position: relative;
    background: #fff;
    border-top: 3px solid #0079bd;
    border-bottom: 3px solid #0079bd;
    border-right: 1px solid #8bc3e4;
    border-left: 1px solid #8bc3e4;
    border-radius: 10px;
    padding: 10px;
    min-height: 145px;
    transition: .3s ease;
}

.placed-student-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.placed-students-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.placed-students-slider .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #0079bd !important;
    color: #fff !important;
    margin: 0 5px;
}

.placed-students-slider .owl-nav button span {
    font-size: 30px;
    font-weight: 500;
}

.student-info-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 5px;
}

.student-photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
    /* border: 2px solid #103975; */
}

.student-details {
    flex: 1;
}

.student-details h4 {
    font-size: 16px;
    line-height: 1.4;
    min-height: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.placement-status {
    display: inline-block;
    margin-top: 5px;
    color: #666;
    font-size: 15px;
}

.students-slide {
    padding: 10px;
}

.student-company {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    overflow: hidden;
}

.student-company img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.course {
    display: block;
    color: #666;
    margin-bottom: 0px;
}

.company-name {
    display: none;
    color: #0079bd;
    font-weight: 600;
    margin-top: 0px;
}

.placed-badge {
    background: #e8fff0;
    color: #008b45;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
}

@keyframes marqueeMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeReverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.logo-marquee:hover .logo-track {
    animation-play-state: paused;
}

@media(max-width:767px) {
    .logo-item {
        width: 160px;
        height: 90px;
        padding: 15px;
    }

    .logo-item img {
        max-height: 80px;
    }
}



/* recruiters section */

.recruiters-area {
    background: #f8f9fa;
    overflow: hidden;
}

.logo-marquee {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: marqueeMove 35s linear infinite;
}

.logo-marquee.reverse .logo-track {
    animation: marqueeReverse 35s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    width: 230px;
    height: 130px;
    background: #fff;
    margin: 0 5px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.logo-item img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}





/* ==================================
Admission page admission step section  
==================================== */
/* side bar admission page  */
.admission-sidebar {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);

    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 10;
}

.admission-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.admission-sidebar ul li {
    border-bottom: 1px solid #eee;
}

.admission-sidebar ul li:last-child {
    border-bottom: none;
}

.admission-sidebar ul li a {
    display: block;
    padding: 18px 20px;
    color: #333;
    font-weight: 600;
    transition: .3s;
}

.admission-sidebar ul li a:hover,
.admission-sidebar ul li a.active {
    background: #0079bd;
    color: #fff;
}



/* Admision page content css */
.admission-page-content-wrapper {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.admission-page-content {
    display: none;
}

.admission-page-content.active {
    display: block;
}

.admission-page-content h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
}

.admission-info-box {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #0079bd;
}

.flow-step {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

.flow-arrow {
    text-align: center;
    font-size: 30px;
    margin: 10px 0;
    color: #0079bd;
}

.admission-list li {
    margin-bottom: 12px;
}

.admission-table {
    margin-bottom: 0;
}

.admission-table thead {
    background: #0079bd;
    color: #fff;
}

.admission-table th,
.admission-table td {
    padding: 12px;
    vertical-align: middle;
}

@media(max-width:991px) {
    .admission-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .admission-page-content-wrapper {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    }
}


.admission-inner-process {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(298px, 1fr));
    gap: 25px;
}

.admission-inner-process .process-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s;
    position: relative;
    height: 100%;
}

.admission-inner-process .process-card:hover {
    transform: translateY(-5px);
}

.admission-inner-process .process-card::after {
    content: "➜";
    position: absolute;
    right: -18px;
    top: 45%;
    font-size: 28px;
    color: #0079bd;
    font-weight: 700;
    z-index: 10;
}

.admission-inner-process .process-card:last-child::after {
    display: none;
}

.admission-inner-process .step-number {
    width: 70px;
    height: 70px;
    background: #0079bd;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.admission-inner-process .process-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.admission-inner-process .process-card p {
    line-height: 26px;
    color: #555;
    margin-bottom: 15px;
}

.admission-inner-process .process-card ul {
    padding-left: 18px;
    margin: 0;
}

.admission-inner-process .process-card ul li {
    margin-bottom: 8px;
}

.admission-inner-process .process-card h4 {
    min-height: 30px;
}

.admission-inner-process .process-card p {
    min-height: 30px;
}

@media(max-width:767px) {
    .admission-inner-process .process-card::after {
        content: "↓";
        left: 50%;
        right: auto;
        top: auto;
        bottom: -25px;
        transform: translateX(-50%);
        font-size: 30px;
        z-index: 10;
        font-weight: 700 !important;
    }

    .admission-inner-process .process-card {
        margin-bottom: 35px;
    }

    .admission-inner-process .process-card:last-child {
        margin-bottom: 0;
    }

    .admission-inner-process .process-card:last-child::after {
        display: none;
    }
}


/* document required on admission inner page  */
.uqic-panel {
    display: none;
}

.uqic-panel.active {
    display: block;
}

.uqic-sub-title {
    margin: 22px 0 10px 0;
}

.uqic-sub-title h4 {
    font-weight: 700;
    font-size: 15px;
    color: #0079bd;
    text-transform: uppercase;
    margin: 0;
}

.uqic-table-wrapper {
    background: #fff;
    border: 1px solid #e6ecf3;
    border-radius: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
}

.uqic-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 820px;
}

.uqic-table th {
    background: #0079bd;
    color: #fff;
    text-align: left;
    padding: 12px 14px;
    font-weight: 600;
    font-size: 13px;
}

.uqic-table td {
    border: 1px solid #e6ecf3;
    padding: 12px 14px;
    vertical-align: top;
    font-size: 13px;
    color: #333;
}

.uqic-table tr:nth-child(even) td {
    background: #f8fbfe;
}

.uqic-table ul {
    margin: 0;
    padding-left: 16px;
}

.uqic-table ul li {
    margin-bottom: 5px;
}


/* ===== TABLET ===== */
@media screen and (max-width: 900px) {
    .uqic-table {
        min-width: 700px;
    }

    .uqic-table th,
    .uqic-table td {
        font-size: 13px;
        padding: 10px 12px;
    }
}

/* ===== MOBILE: switch to stacked card view ===== */
@media screen and (max-width: 600px) {
    .uqic-table-wrapper {
        overflow-x: visible;
        border: none;
        background: transparent;
    }

    .uqic-table {
        min-width: 0;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 12px;
    }

    .uqic-table thead {
        display: none;
        /* hide header row on mobile */
    }

    .uqic-table tr {
        display: block;
        background: #fff;
        border: 1px solid #e6ecf3;
        border-radius: 10px;
        padding: 8px 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .uqic-table tr:nth-child(even) td {
        background: transparent;
    }

    .uqic-table td {
        display: block;
        width: 100%;
        border: none;
        padding: 8px 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    /* Label each cell using the column header text */
    .uqic-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        color: #0079bd;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 3px;
    }
}

@media(max-width:767px) {
    .uqic-title h3 {
        font-size: 17px;
    }

    .uqic-tab {
        padding: 9px 18px;
        font-size: 13px;
    }

    .uqic-table {
        min-width: 600px;
    }

    .uqic-table th,
    .uqic-table td {
        padding: 9px 10px;
        font-size: 14px;
    }
}

@media(max-width:600px) {

    /* keep tablet min-width rule from applying once we're in card mode */
    .uqic-table {
        min-width: 0 !important;
    }
}

@media(max-width:575px) {
    .uqic-tab {
        flex: 0 0 auto;
    }
}


/* Fee Accordion */
.fee-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.fee-header {
    background: #f8f9fa;
    padding: 18px 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
}

.fee-header:hover {
    background: #0079bd;
    color: #fff;
}

.fee-body {
    display: none;
    padding: 2px 0px 2px 0px;
    background: #fff;
}

.fee-item.active .fee-body {
    display: block;
}

.fee-item.active .fee-header {
    background: #0079bd;
    color: #fff;
}

.fee-header span {
    font-size: 24px;
    font-weight: 700;
}






/* ==========================
library inner page css code  
============================== */
/* Library Page */

.library-img img {
    width: 100%;
    border-radius: 15px;
    max-height: 300px;
}

.library-content p {
    margin-bottom: 15px;
}

.library-content h3 {
    margin-bottom: 20px;
}

.library-list {
    margin-top: 15px;
}

.library-list li {
    padding: 8px 0;
    color: #444;
}

.library-card {
    background: #fff;
    padding: 35px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: .3s;
    margin-bottom: 30px;
}

.library-card:hover {
    transform: translateY(-8px);
}

.library-card i {
    font-size: 40px;
    color: #32769e;
    margin-bottom: 15px;
}

.library-card h4 {
    font-size: 18px;
    font-weight: 600;
}

.library-facilities {
    background: #f8f9fa;
}


/* Student club internal page */

.club-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.club-tab {
    border: none;
    background: #f2f6fb;
    color: #003366;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.club-tab.active,
.club-tab:hover {
    background: #0079bd;
    color: #fff;
}

.club-content {
    display: none;
}

.club-content.active {
    display: block;
}

.club-info {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.club-logo img {
    width: 180px;
    height: 180px;
}

.club-details h2 {
    color: #003366;
    margin-bottom: 20px;
    font-weight: 700;
}

.club-mid-title {
    margin: 50px 0 5px 0;
}

.club-middle-detail h3 {
    font-weight: 700;
    font-size: 16px;
    color: #0077b5;
}

.club-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.team-card:hover {
    transform: translateY(-8px);
}

.team-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: fill;
    margin-bottom: 15px;
}

.club-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.club-gallery-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

@media(max-width:991px) {
    .club-info {
        flex-direction: column;
        text-align: center;
    }

    .club-team {
        grid-template-columns: 1fr;
    }

    .club-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}





/* Alumni Internal Page */
/* Alumni Intro */
.alumni-image img {
    border-radius: 20px;
}


/* Statistics */
.stat-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-8px);
}

.stat-card h3 {
    color: #0079bd;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-card p {
    margin: 0;
    color: #555;
    font-weight: 600;
}


/* Alumni Cards */
.alumni-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.alumni-card:hover {
    transform: translateY(-10px);
}

.alumni-photo img {
    width: 100%;
    height: 230px;
    object-fit: contain;
}

.alumni-content {
    padding: 10px 5px 5px 5px;
    text-align: center;
}

.alumni-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.alumni-location {
    display: block;
    margin-top: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.alumni-location i {
    color: #0079bd;
    margin-right: 5px;
}

.branch {
    display: block;
    color: #0079bd;
    font-weight: 600;
    margin-bottom: 5px;
}

.batch {
    display: block;
    color: #666;
    margin-bottom: 15px;
}

.designation {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.alumni-company-logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alumni-company-logo img {
    max-height: 60px;
    max-width: 120px;
    object-fit: contain;
}

.alumni-company-name {
    display: block;
    margin-top: 5px;
    color: #0079bd;
    font-weight: 600;
}


/* Registration */

.registration-box {
    background: #f8fbff;
    padding: 60px;
    border-radius: 20px;
    text-align: center;
}

.registration-box h2 {
    margin-bottom: 20px;
}

.disabled-btn {
    opacity: .6;
    pointer-events: none;
}


/* Contact */
.contact-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

.contact-box p {
    margin-bottom: 15px;
}


/* Mobile */
@media(max-width:991px) {
    .alumni-image {
        margin-top: 40px;
    }

    .registration-box {
        padding: 30px;
    }
}

@media(max-width:767px) {
    .alumni-content h4 {
        font-size: 20px;
    }

    .stat-card h3 {
        font-size: 34px;
    }

    .alumni-photo img {
        height: 200px;
    }
}


/* Anti Ragging Internal Page code */

.anti-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    height: 100%;
}

.anti-card i {
    font-size: 40px;
    color: #0079bd;
    margin-bottom: 15px;
}

.anti-card h4 {
    font-weight: 600;
}

.anti-table {
    width: 100%;
    border-collapse: collapse;
}

.anti-table th {
    background: #0079bd;
    color: #fff;
    padding: 15px;
}

.anti-table td {
    padding: 15px;
    border: 1px solid #ddd;
}

.anti-table tr:nth-child(even) {
    background: #f9f9f9;
}

.ragging-list {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
}

.ragging-list ul {
    margin: 0;
    padding-left: 20px;
}

.ragging-list li {
    margin-bottom: 10px;
    line-height: 20px;
}

.anti-help-box {
    background: #0079bd;
    text-align: center;
    padding: 50px;
    border-radius: 20px;
}

.anti-help-box h3 {
    color: #fff;
    font-weight: 600;
}

.anti-help-box p {
    color: #fff;
}

.anti-links {
    margin-top: 25px;
}

.anti-links a {
    display: inline-block;
    margin: 10px;
    padding: 12px 25px;
    background: #fff;
    color: #0079bd;
    border-radius: 30px;
    font-weight: 600;
}

.anti-links a:hover {
    background: #008c44;
    color: #fff;
}



/* =================================
    Scholarship 
   ================================= */

.scholarship-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.scholarship-tab {
    border: none;
    background: #f2f6fb;
    color: #003366;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
}

.scholarship-tab.active,
.scholarship-tab:hover {
    background: #0079bd;
    color: #fff;
}

.scholarship-content {
    display: none;
}

.scholarship-content.active {
    display: block;
}

.scholarship-info {
    margin-bottom: 30px;
}

.scholarship-info h2 {
    color: #003366;
    margin-bottom: 15px;
    font-weight: 700;
}

.scholarship-download {
    margin: 20px 0 40px 0;
}

.scholarship-download a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #0079bd;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.scholarship-download a:hover {
    background: #003366;
    color: #fff;
}

.scholarship-sub-title {
    margin: 40px 0 15px 0;
}

.scholarship-sub-title h3 {
    font-weight: 600;
    font-size: 20px;
    color: #003366;
    text-transform: uppercase;
}

.scholarship-table-wrapper {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
}

.scholarship-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.scholarship-table th {
    background: #0079bd;
    color: #fff;
    text-align: left;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 14px;
}

.scholarship-table td {
    border: 1px solid #e6ecf3;
    padding: 14px 16px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
}

.scholarship-table tr:nth-child(even) td {
    background: #f8fbfe;
}

.scholarship-table ul {
    margin: 0;
    padding-left: 18px;
}

.scholarship-table ul li {
    margin-bottom: 6px;
}

.scholarship-placeholder {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    text-align: center;
    color: #666;
}

/* ===================== RESPONSIVE ===================== */

/* Tablets */
@media(max-width:991px) {
    .scholarship-area.pt-100 {
        padding-top: 60px;
    }

    .scholarship-area.pb-100 {
        padding-bottom: 60px;
    }

    .scholarship-tabs {
        gap: 10px;
        margin-bottom: 35px;
    }

    .scholarship-tab {
        padding: 10px 20px;
        font-size: 14px;
    }

    .scholarship-table {
        min-width: 700px;
    }
}

/* Small tablets / large phones */
@media(max-width:767px) {
    .scholarship-info h2 {
        font-size: 20px;
    }

    .scholarship-sub-title h3 {
        font-size: 16px;
    }

    .scholarship-download {
        margin: 15px 0 30px 0;
    }

    .scholarship-download a {
        width: 100%;
        padding: 12px 18px;
        font-size: 14px;
    }

    .scholarship-table-wrapper {
        padding: 8px;
        border-radius: 14px;
    }

    .scholarship-table {
        min-width: 600px;
    }

    .scholarship-table th,
    .scholarship-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* Phones */
@media(max-width:575px) {
    .scholarship-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 8px;
        padding-bottom: 8px;
        margin-bottom: 25px;
        -webkit-overflow-scrolling: touch;
    }

    .scholarship-tabs::-webkit-scrollbar {
        height: 4px;
    }

    .scholarship-tabs::-webkit-scrollbar-thumb {
        background: #cfe0ef;
        border-radius: 10px;
    }

    .scholarship-tab {
        flex: 0 0 auto;
        padding: 9px 18px;
        font-size: 13px;
    }

    .scholarship-info h2 {
        font-size: 18px;
        line-height: 1.4;
    }

    .scholarship-info p {
        font-size: 14px;
    }

    .scholarship-table {
        min-width: 520px;
    }

    .scholarship-table th,
    .scholarship-table td {
        padding: 8px 10px;
        font-size: 12px;
    }

    .scholarship-table ul li {
        margin-bottom: 4px;
    }
}






/* ====================================
Administration Page
==================================== */

.admin-sidebar {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);

    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 10;
}

.admin-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.admin-sidebar ul li {
    border-bottom: 1px solid #eee;
}

.admin-sidebar ul li:last-child {
    border-bottom: none;
}

.admin-sidebar ul li a {
    display: block;
    padding: 18px 20px;
    color: #333;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
}

.admin-sidebar ul li a:hover,
.admin-sidebar ul li a.active {
    background: #0079bd;
    color: #fff;
}


.admin-content-wrapper {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.admin-content {
    display: none;
}

.admin-content.active {
    display: block;
}

.admin-content h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: 600;
}


@media(max-width:991px) {

    .admin-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .admin-content-wrapper {
        padding: 20px;
    }

}

@media(max-width:767px) {

    .admin-sidebar ul li a {
        padding: 16px 18px;
        font-size: 15px;
    }

    .admin-content-wrapper {
        padding: 18px;
    }

    .admin-content h2 {
        font-size: 26px;
        line-height: 34px;
    }

}

@media(max-width:575px) {

    .admin-sidebar ul li a {
        padding: 15px;
        font-size: 14px;
    }

    .admin-content-wrapper {
        padding: 15px;
    }

    .admin-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

}


/* organisation chart */
.organization-chart {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.organization-chart h2 {
    margin-bottom: 25px;
}

.organization-chart-image {
    width: 100%;
    text-align: center;
    overflow-x: auto;
}

.organization-chart-image img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
}



/* Admin office staff  */
.ngadmin-section {
    padding: 0 0 40px;
}

.ngadmin-header {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.ngadmin-header::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .05);
    right: -120px;
    top: -120px;
}

.ngadmin-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .03);
    left: -90px;
    bottom: -90px;
}

.ngadmin-subtitle {
    display: inline-block;
    background: #eef8fd;
    color: #0079bd;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngadmin-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngadmin-header h2 span {
    color: #0079bd;
}

.ngadmin-header p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    max-width: 900px;
    margin: 0;
    position: relative;
    z-index: 2;
}

@media(max-width:1199px) {

    .ngadmin-header {
        padding: 35px;
    }

    .ngadmin-header h2 {
        font-size: 36px;
    }

}

@media(max-width:991px) {

    .ngadmin-header {
        padding: 30px;
    }

    .ngadmin-header h2 {
        font-size: 32px;
    }

}

@media(max-width:767px) {

    .ngadmin-header {
        padding: 25px;
    }

    .ngadmin-header h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ngadmin-header p {
        font-size: 15px;
        line-height: 28px;
    }

}

@media(max-width:575px) {

    .ngadmin-header {
        padding: 20px;
    }

    .ngadmin-subtitle {
        font-size: 12px;
    }

    .ngadmin-header h2 {
        font-size: 24px;
    }

    .ngadmin-header p {
        font-size: 14px;
        line-height: 26px;
    }

}

.ngadmin-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


@media(max-width:1199px) {

    .ngadmin-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

}

@media(max-width:991px) {

    .ngadmin-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .ngadmin-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

}

.ngadmin-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #edf2f7;
}

.ngadmin-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0079bd, #00a2ff);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.ngadmin-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.ngadmin-card:hover::before {
    transform: scaleX(1);
}

@media(max-width:767px) {
    .ngadmin-card {
        padding: 30px 20px;
    }
}

@media(max-width:575px) {
    .ngadmin-card {
        padding: 25px 18px;
    }
}

.ngadmin-photo {
    width: 130px;
    height: 130px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eef6fb;
    background: #f8f9fa;
    position: relative;
    transition: all .35s ease;
}

.ngadmin-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .45s ease;
}

.ngadmin-card:hover .ngadmin-photo {
    border-color: #0079bd;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 121, 189, .20);
}

.ngadmin-card:hover .ngadmin-photo img {
    transform: scale(1.08);
}


@media(max-width:991px) {

    .ngadmin-photo {
        width: 120px;
        height: 120px;
    }

}

@media(max-width:767px) {

    .ngadmin-photo {
        width: 110px;
        height: 110px;
    }

}

@media(max-width:575px) {

    .ngadmin-photo {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

}


.ngadmin-name {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 25px;
    margin-bottom: 15px;
    transition: all .35s ease;
    min-height: 64px;
}

.ngadmin-card:hover .ngadmin-name {
    color: #0079bd;
}


@media(max-width:991px) {
    .ngadmin-name {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:767px) {
    .ngadmin-name {
        font-size: 18px;
        line-height: 28px;
        min-height: auto;
    }
}

@media(max-width:575px) {
    .ngadmin-name {
        font-size: 18px;
        line-height: 28px;
    }
}


.ngadmin-designation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef8fd;
    color: #0079bd;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    min-height: 46px;
    transition: all .35s ease;
}

.ngadmin-card:hover .ngadmin-designation {
    background: #0079bd;
    color: #fff;
}


@media(max-width:767px) {

    .ngadmin-designation {
        font-size: 13px;
        padding: 9px 18px;
    }

}

@media(max-width:575px) {

    .ngadmin-designation {
        width: 100%;
        border-radius: 10px;
        padding: 10px 15px;
    }

}

.ngadmin-card,
.ngadmin-photo,
.ngadmin-photo img,
.ngadmin-name,
.ngadmin-designation {
    transition: all .35s ease;
}





/* PDF section */
.aicte-pdf-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.aicte-pdf-col {
    flex: 1 1 45%;
    min-width: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.aicte-pdf-col h4 {
    margin-bottom: 15px;
    color: #333;
}

/* NEW: puts image + button side by side, centered */
.aicte-pdf-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.pdf-icon {
    display: block;
}

.pdf-download-link {
    display: inline-block;
    padding: 10px 18px;
    background: #0077c8;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.pdf-download-link:hover {
    background: #005fa3;
}

@media (max-width: 768px) {
    .aicte-pdf-col {
        flex: 1 1 100%;
    }
}




/*=========================================================
ACADEMIC CALENDAR
=========================================================*/

.ngcal-section {
    background: #f8fbfd;
}

.ngcal-header {
    background: #fff;
    padding: 45px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.ngcal-header::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .05);
    right: -120px;
    top: -120px;
}

.ngcal-header::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .04);
    left: -80px;
    bottom: -80px;
}

.ngcal-subtitle {
    display: inline-block;
    padding: 8px 20px;
    background: #eef8fd;
    color: #0079bd;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.ngcal-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
    position: relative;
    z-index: 2;
}

.ngcal-header h2 span {
    color: #0079bd;
}

.ngcal-header p {
    max-width: 900px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin: 0;
    position: relative;
    z-index: 2;
}

.ngcal-view-btn {
    background-color: #0079bd;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: 0.5px;
    border-radius: 50px;
}

@media(max-width:1199px) {

    .ngcal-header {
        padding: 35px;
    }

    .ngcal-header h2 {
        font-size: 36px;
    }

}

@media(max-width:991px) {

    .ngcal-header {
        padding: 30px;
    }

    .ngcal-header h2 {
        font-size: 32px;
    }

}

@media(max-width:767px) {

    .ngcal-header {
        padding: 25px;
    }

    .ngcal-header h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ngcal-header p {
        font-size: 15px;
        line-height: 28px;
    }

}

@media(max-width:575px) {

    .ngcal-header {
        padding: 20px;
    }

    .ngcal-header h2 {
        font-size: 24px;
    }

    .ngcal-subtitle {
        font-size: 12px;
    }

    .ngcal-header p {
        font-size: 14px;
        line-height: 26px;
    }

}

.ngcal-category {
    margin-bottom: 55px;
}

.ngcal-category:last-child {
    margin-bottom: 0;
}

.ngcal-category h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    position: relative;
    padding-left: 18px;
}

.ngcal-category h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 35px;
    background: #0079bd;
    border-radius: 20px;
}

@media(max-width:991px) {

    .ngcal-category {
        margin-bottom: 45px;
    }

    .ngcal-category h3 {
        font-size: 25px;
    }

}

@media(max-width:767px) {

    .ngcal-category {
        margin-bottom: 35px;
    }

    .ngcal-category h3 {
        font-size: 22px;
    }

}

@media(max-width:575px) {

    .ngcal-category h3 {
        font-size: 20px;
    }

}

.ngcal-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid #edf2f7;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.ngcal-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0079bd, #00a2ff);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.ngcal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.ngcal-card:hover::before {
    transform: scaleX(1);
}


@media(max-width:991px) {

    .ngcal-card {
        padding: 30px 22px;
    }

}

@media(max-width:767px) {

    .ngcal-card {
        padding: 25px 20px;
    }

}

@media(max-width:575px) {

    .ngcal-card {
        padding: 22px 18px;
    }

}


.ngcal-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #eef8fd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0079bd;
    font-size: 38px;
    transition: all .35s ease;
}

.ngcal-card:hover .ngcal-icon {
    background: #0079bd;
    color: #fff;
    transform: rotate(-10deg) scale(1.08);
}


@media(max-width:767px) {

    .ngcal-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }

}

@media(max-width:575px) {

    .ngcal-icon {
        width: 72px;
        height: 72px;
        font-size: 28px;
    }

}

.ngcal-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    transition: .35s;
}

.ngcal-card:hover h4 {
    color: #0079bd;
}

.ngcal-card span {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #f4f8fb;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 28px;
}

@media(max-width:767px) {

    .ngcal-card h4 {
        font-size: 21px;
    }

    .ngcal-card span {
        font-size: 13px;
    }

}

@media(max-width:575px) {

    .ngcal-card h4 {
        font-size: 19px;
    }

    .ngcal-card span {
        font-size: 12px;
        padding: 7px 15px;
    }

}

.ngcal-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ngcal-buttons .default-btn {
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

.ngcal-buttons .btn-two {
    background: #eef8fd;
    color: #0079bd;
    border: 1px solid #dcebf5;
}

.ngcal-buttons .btn-two:hover {
    background: #0079bd;
    color: #fff;
}


@media(max-width:575px) {

    .ngcal-buttons {
        gap: 10px;
    }

}

.ngcal-card,
.ngcal-icon,
.ngcal-buttons .default-btn,
.ngcal-card h4,
.ngcal-card span {
    transition: all .35s ease;
}





/* ============================
 Popup image css code
================================ */

body.popup-open {
    overflow: hidden;
    height: 100vh;
}

.popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, .82);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    z-index: 999999;
    overflow-y: auto;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
    transition: .3s;
    z-index: 999;
}

.popup-close:hover {
    background: #0079bd;
    color: #fff;
    transform: rotate(90deg);
}

@keyframes popupScale {

    0% {
        opacity: 0;
        transform: scale(.85);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }

}

/*=========================
Transport Popup
=========================*/

.popup-box {
    position: relative;
    width: fit-content;
    max-width: 520px;
    margin: auto;
    animation: popupScale .35s ease;
}

.popup-box img {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 80px);
    object-fit: contain;
    border-radius: 18px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, .35); */
}

/*=========================
Admission Popup
=========================*/

.admission-popup-box {
    position: relative;
    width: fit-content;
    max-width: 540px;
    margin: auto;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    animation: popupScale .35s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.admission-popup-image {
    max-height: calc(100vh - 180px);
    overflow: auto;
}

.admission-popup-image img {
    display: block;
    width: 100%;
    height: auto;
}

.admission-popup-footer {
    padding: 18px;
    background: #fff;
}

.admission-popup-btn {
    display: block;
    max-width: 40% !important;
    padding: 16px;
    background: #0079bd;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: .3s;
    margin: 0px auto;
}

.admission-popup-btn:hover {
    background: #005f97;
    color: #fff;
}

#admissionPopup .popup-close {
    top: 0px;
    right: 0px;
}


@media(max-width:991px) {

    .popup-overlay {
        padding: 20px;
    }

    .popup-box {
        max-width: 420px;
    }

    .admission-popup-box {
        max-width: 430px;
    }

    .admission-popup-image {
        max-height: calc(100vh - 170px);
    }

}


@media(max-width:767px) {

    .popup-overlay {
        padding: 15px;
        align-items: center;
    }

    .popup-close {
        width: 38px;
        height: 38px;
        font-size: 15px;
        top: -12px;
        right: -12px;
    }

    .popup-box {
        max-width: 360px;
    }

    .popup-box img {
        max-height: calc(100vh - 60px);
    }

    .admission-popup-box {
        max-width: 360px;
    }

    .admission-popup-image {
        max-height: calc(100vh - 140px);
    }

    .admission-popup-footer {
        padding: 15px;
    }

    .admission-popup-btn {
        padding: 9px;
        font-size: 16px;
    }

}


@media(max-width:575px) {

    .popup-overlay {
        padding: 12px;
    }

    .popup-close {
        width: 34px;
        height: 34px;
        font-size: 14px;
        top: -10px;
        right: -10px;
    }

    .popup-box,
    .admission-popup-box {
        max-width: 100%;
    }

    .popup-box img {
        max-height: calc(100vh - 40px);
    }

    .admission-popup-image {
        max-height: calc(100vh - 120px);
    }

    .admission-popup-footer {
        padding: 12px;
    }

    .admission-popup-btn {
        padding: 8px;
        font-size: 16px;
        max-width: 100%;
    }

}



/* =============================
 Life at NextGen 
================================= */

/* CIRCLE IMAGE */
.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo-img {
    width: 250px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
}

/* Activities Section */
.activities-section {
    padding: 20px 20px;
    background: #f8fafc;
}

.activities-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.activities-title {
    text-align: center;
    color: #003366;
    font-weight: 700;
    margin-bottom: 40px;
}

.activities-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.activity-item {
    text-align: center;
}

.activity-item a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.activity-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.activity-item a:hover img {
    transform: scale(1.06);
}

.activity-caption {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #0077b5;
}

/* Tablet: 2 columns */
@media (max-width: 991px) {
    .activities-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 575px) {
    .activities-gallery {
        grid-template-columns: 1fr;
    }

    .activity-item img {
        height: 200px;
    }
}

/* Event Mosaic Gallery */
.event-mosaic-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 12px;
}

.mosaic-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.mosaic-item:hover img {
    transform: scale(1.06);
}

.item-narrow {
    grid-column: span 1;
}

.item-wide {
    grid-column: span 2;
}

/* Tablet: drop to 2 columns, all tiles equal width */
@media (max-width: 991px) {
    .event-mosaic-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
    }

    .item-narrow, .item-wide {
        grid-column: span 1;
    }
}

/* Mobile: single column */
@media (max-width: 575px) {
    .event-mosaic-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }
}





/* =====================================
Privacy Policy
======================================== */
.privacy-policy-area {
    background: #f7fbff;
    position: relative;
    overflow: hidden;
}

.privacy-policy-area::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    right: -180px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .05);
}

.privacy-policy-area::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    bottom: -140px;
    left: -140px;
    border-radius: 50%;
    background: rgba(0, 121, 189, .04);
}

.privacy-policy-area .container {
    position: relative;
    z-index: 2;
}

.privacy-subtitle {
    display: inline-block;
    padding: 8px 22px;
    background: #eaf6fc;
    color: #0079bd;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 18px;
}

.privacy-last-updated {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 12px 24px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    color: #555;
    font-size: 15px;
}

.privacy-last-updated i {
    color: #0079bd;
    font-size: 18px;
}

.privacy-last-updated strong {
    color: #222;
    font-weight: 700;
}

.privacy-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.privacy-sidebar {
    width: 300px;
    flex-shrink: 0;
}

.privacy-content {
    flex: 1;
}


.privacy-sidebar-inner {
    position: sticky;
    top: 110px;
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.privacy-sidebar-inner h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf2f7;
}

.privacy-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.privacy-sidebar li {
    margin-bottom: 8px;
}

.privacy-sidebar li:last-child {
    margin-bottom: 0;
}

.privacy-sidebar a {
    display: flex;
    align-items: center;
    padding: 13px 16px;
    border-radius: 12px;
    color: #555;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
}

.privacy-sidebar a:hover {
    background: #edf7fd;
    color: #0079bd;
    padding-left: 22px;
}

.privacy-sidebar a.active {
    background: #0079bd;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 121, 189, .25);
}


@media(max-width:1199px) {
    .privacy-sidebar {
        width: 260px;
    }
}

@media(max-width:991px) {
    .privacy-wrapper {
        flex-direction: column;
    }

    .privacy-sidebar {
        width: 100%;
    }

    .privacy-sidebar-inner {
        position: relative;
        top: 0;
    }
}

@media(max-width:767px) {
    .privacy-sidebar-inner {
        padding: 22px;
    }

    .privacy-last-updated {
        font-size: 14px;
        padding: 10px 18px;
    }

}

@media(max-width:575px) {
    .privacy-sidebar-inner h4 {
        font-size: 20px;
    }

    .privacy-sidebar a {
        font-size: 14px;
        padding: 11px 14px;
    }
}



.privacy-card {
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    margin-bottom: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    border: 1px solid #eef4f8;
    transition: .35s;
}

.privacy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .12);
}

.privacy-card:last-child {
    margin-bottom: 0;
}

.privacy-card-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.privacy-card-title i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0079bd, #4ca6dd);
    color: #fff;
    font-size: 26px;
    flex-shrink: 0;
}

.privacy-card-title h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #1f2f46;
    line-height: 40px;
}

.privacy-card p {
    font-size: 16px;
    line-height: 31px;
    color: #666;
    margin-bottom: 18px;
}

.privacy-card p:last-child {
    margin-bottom: 0;
}

.privacy-highlight {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-top: 35px;
    padding: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f5fbff, #eef8fd);
    border-left: 5px solid #0079bd;
}

.privacy-highlight i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0079bd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.privacy-highlight h5 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #213955;
    font-weight: 700;
}

.privacy-highlight p {
    margin: 0;
}

.privacy-definition-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 30px;
}

.privacy-definition-item {
    background: #f8fbfe;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #e8f2f8;
    transition: .35s;
}

.privacy-definition-item:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.privacy-definition-item h5 {
    color: #0079bd;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.privacy-definition-item p {
    margin: 0;
    line-height: 29px;
}

.privacy-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 30px;
}

.privacy-list-box {
    background: #fff;
    border: 1px solid #edf3f8;
    border-radius: 18px;
    padding: 30px;
    transition: .35s;
}

.privacy-list-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.privacy-list-box h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #213955;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
}

.privacy-list-box h4 i {
    color: #0079bd;
    font-size: 24px;
}

.privacy-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.privacy-list-box li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    color: #555;
    line-height: 28px;
}

.privacy-list-box li:last-child {
    margin-bottom: 0;
}

.privacy-list-box li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0079bd;
    position: absolute;
    left: 0;
    top: 11px;
}

.privacy-note {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 20px 24px;
    background: #fff7e8;
    border-left: 5px solid #ffb300;
    border-radius: 15px;
}

.privacy-note i {
    color: #ff9800;
    font-size: 22px;
}

.privacy-note span {
    color: #555;
    font-weight: 500;
    line-height: 28px;
}


/*=================================
Contact Information
=================================*/

.privacy-contact-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 35px;
}

.privacy-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 25px;
    background: #fff;
    border: 1px solid #edf3f8;
    border-radius: 18px;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.privacy-contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
}

.privacy-contact-item i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0079bd, #4ca6dd);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.privacy-contact-item h5 {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 700;
    color: #213955;
}

.privacy-contact-item p {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

html {
    scroll-behavior: smooth;
}

.privacy-card {
    scroll-margin-top: 120px;
}

.privacy-sidebar ul::-webkit-scrollbar {
    width: 5px;
}

.privacy-sidebar ul::-webkit-scrollbar-thumb {
    background: #0079bd;
    border-radius: 30px;
}

@media(max-width:1399px) {

    .privacy-card {
        padding: 35px;
    }

    .privacy-card-title h3 {
        font-size: 30px;
    }

}

@media(max-width:1199px) {

    .privacy-card {
        padding: 30px;
    }

    .privacy-card-title h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .privacy-definition-grid {
        gap: 20px;
    }

    .privacy-list-grid {
        gap: 20px;
    }

}

@media(max-width:991px) {

    .privacy-card {
        padding: 28px;
        margin-bottom: 30px;
    }

    .privacy-card-title {
        margin-bottom: 22px;
    }

    .privacy-card-title i {
        width: 54px;
        height: 54px;
        font-size: 22px;
    }

    .privacy-card-title h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .privacy-definition-grid {
        grid-template-columns: 1fr;
    }

    .privacy-list-grid {
        grid-template-columns: 1fr;
    }

    .privacy-contact-box {
        grid-template-columns: 1fr;
    }

    .privacy-highlight {
        padding: 24px;
    }

}

@media(max-width:767px) {

    .privacy-policy-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .privacy-card {
        padding: 22px;
        border-radius: 18px;
    }

    .privacy-card-title {
        align-items: flex-start;
        gap: 15px;
    }

    .privacy-card-title i {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .privacy-card-title h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .privacy-card p {
        font-size: 15px;
        line-height: 29px;
    }

    .privacy-highlight {
        flex-direction: column;
        gap: 18px;
        padding: 20px;
    }

    .privacy-highlight i {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .privacy-highlight h5 {
        font-size: 20px;
    }

    .privacy-definition-item {
        padding: 22px;
    }

    .privacy-definition-item h5 {
        font-size: 18px;
    }

    .privacy-list-box {
        padding: 22px;
    }

    .privacy-list-box h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .privacy-contact-item {
        padding: 20px;
    }

    .privacy-contact-item i {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .privacy-contact-item h5 {
        font-size: 18px;
    }

}

@media(max-width:575px) {

    .privacy-subtitle {
        font-size: 12px;
        padding: 7px 18px;
    }

    .privacy-last-updated {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 15px;
        border-radius: 15px;
        font-size: 13px;
    }

    .privacy-card {
        padding: 18px;
    }

    .privacy-card-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .privacy-card-title h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .privacy-card p {
        font-size: 14px;
        line-height: 27px;
    }

    .privacy-highlight {
        padding: 18px;
    }

    .privacy-highlight h5 {
        font-size: 18px;
    }

    .privacy-definition-item {
        padding: 18px;
    }

    .privacy-list-box {
        padding: 18px;
    }

    .privacy-list-box h4 {
        font-size: 18px;
    }

    .privacy-list-box li {
        font-size: 14px;
        line-height: 26px;
    }

    .privacy-contact-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }

    .privacy-contact-item h5 {
        font-size: 17px;
    }

    .privacy-contact-item p {
        font-size: 14px;
        line-height: 26px;
    }

}