.print-paper {
  padding: 50px;
  margin: auto;
  position: relative;
  width: 794px;
  height: 1123px;
}
.print-paper .print-line {
  display: flex;
  align-items: flex-start;
}
.print-paper .print-line .course {
  width: 60%;
}
.print-paper .print-line .side-content {
  width: 40%;
}
.print-paper h2 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-bottom: 30px;
}
.print-paper h2 span {
  text-transform: uppercase;
}
.print-paper table {
  width: 100%;
}
.print-paper table td {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 8px 0;
}
.print-paper table td span {
  text-transform: uppercase;
}
.print-paper .course-table {
  margin-bottom: 50px;
}
.print-paper .course-table td {
  width: 25%;
}
.print-paper .profile-table {
  max-width: 60%;
}
.print-paper .profile-table td {
  width: 50%;
}
.print-paper .remarks-table {
  max-width: 50%;
}
.print-paper .remarks-table td {
  width: 50%;
}
.print-paper .grade-table td {
  width: 50%;
}
.print-paper .side-content {
  text-align: center;
}
.print-paper .side-content .logo {
  width: 200px;
  display: block;
  margin: auto;
}
.print-paper .side-content .logo img {
  display: block;
  margin: auto;
}
.print-paper .side-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 10px 0;
}
.print-paper .side-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
.print-paper .grade-table {
  text-align: left;
  margin: 30px 0 50px;
}
.print-paper .sign p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.print-paper .bottom-area {
  margin-top: 30px;
}
.print-paper .bottom-area p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  border-top: 10px solid #000;
  padding: 15px 0 35px;
  text-align: center;
}
.print-paper .paper-bottom {
  text-align: center;
  margin-top: 50px;
}
.print-paper .paper-bottom .logo {
  width: 200px;
}
.print-paper .paper-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
}
/* New Css 25-3-2023 */
.merchandise-sec{
    padding: 100px 0 50px;
}
.merchandise-box{
    margin-bottom: 80px;
}
.merchandise-box .img-box{
    position: relative;
    overflow: hidden;
}
.merchandise-box .img-box img{
    width: 100%;
    transition: 0.3s ease-in-out;
}
.merchandise-box:hover .img-box img{
    transform: scale(1.05);
}
.merchandise-box .img-box a{
    display: block;
}
.merchandise-box .img-box .sale{
    font-size: 13px;
    font-weight: normal;
    color: #151515;
    text-transform: capitalize;
    padding: 5px 20px;
    background-color: #f6f6f6;
    border-radius: 2px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'Gilroy';
}
.merchandise-box h4{
    font-size: 13.4px;
    font-weight: bold;
    line-height: normal;
    color: #151515;
    font-family: 'Gilroy';
}
.merchandise-box h5{
    font-size: 14.4px;
    font-weight: bold;
    line-height: normal;
    color: #000;
    font-family: 'Gilroy';
}
.merchandise-box .top{
    padding:20px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.merchandise-box .colors li{
    display: inline-block;
    height: 22px;
    background-color: #e3d795;
}
.merchandise-box .colors li a{
    width: 22px;
    height: 22px;
}
.merchandise-box .colors li:nth-child(2){
    background-color: #e4e4e4;
}
/* Shop Detail */
.product_showcase_nav{
    flex: 0 0 auto;
    width: 23%;
    float: left;
}
.product_showcase_nav .slick-slide {
    background: #dcd9d9;
    border-radius: 10px;
    margin: 0;
}
.product_showcase_nav .slick-slide img{
    opacity: 0.5;
    transition: 0.5s;
    width: 100%;
}
.product_showcase_nav .slick-current img{
    opacity: 1;
    width: 100%;
}
.product_showcase_nav .slick-slide{
    margin-bottom: 12px;
} 
.product_showcase_slider {
    flex: 0 0 auto;
    width: 73%;
    border-radius: 10px;
    float: right;
}
.product_showcase_slider img{
    width: 100%;
    height: auto;
}

.related-prd h1{
  font-family: 'Gilroy';
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  padding-bottom: 35px;
}
.quantity-buttons input {
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: textfield;
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
   padding: 5px 5px;
   text-align: center;
   width: 35px;
   height: 73px;
   color: #8d8d8d;
}


.product-actions {
   margin-top: 20px;
   display: flex;
}

.input-number-decrement,
.input-number-increment {display: inline-block;width: 30px;height: 72px;line-height: 71px;color: #444;text-align: center;font-weight: bold;cursor: pointer;}

.input-number-decrement {
   border-left: 1px solid #dedede;
   border-top: 1px solid #dedede;
   border-bottom: 1px solid #dedede;
   margin-right: -5px;
}

.input-number-increment {
   border-right: 1px solid #dedede;
   border-top: 1px solid #dedede;
   border-bottom: 1px solid #dedede;
   margin-left: -5px;
}
.input-number-decrement i,.input-number-increment i{
  color: #dedede;
}
.shop_item_detail .rate{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_item_detail .rate .fas.fa-star{
  font-size: 11px;
  color: #f5a623;
  padding: 0 2px;
  margin: 0;
}
.shop_item_detail .rate p{
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
}
.shop_item_detail .rate i{
  margin: 0 5px;
  font-size: 15px;
}
.shop_item_detail h2{
  font-family: 'Gilroy';
  font-size: 35px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  padding: 20px 0;
}
.shop_item_detail .price{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_item_detail .price p{
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}
.shop_item_detail .price p span{
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8d8d8d;
  padding-right: 15px;
}
.shop_item_detail .desc{
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #8d8d8d;
  padding: 20px 0 25px;
}
.shop_item_detail .add{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0;
}
.shop_item_detail .add .add-btn a{
  margin: 0 10px;
  width: 350px;
  height: 71px;
  background-color: #0624c2;
  font-family: 'Gilroy';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 71px;
  letter-spacing: normal;
  color: #fff;
  border:1px solid transparent;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.shop_item_detail .add .add-btn a:hover{
  border:1px solid #0624c2;
  background: none;
  color: #0624c2;
}
.shop_item_detail .add .wish i{
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}
.shop_item_detail .find{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shop_item_detail .find a{
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #4a4141;
  margin-right: 22px;
}
.shop_item_detail .find a i{
  margin-right: 8px;
}
.shop_item_detail .in-stock{
    font-family: 'Gilroy';
    font-size:14px!important;
    font-weight: normal!important;
    color: #4a4141!important;
}
.description ul li{
  display: inline-block;
  margin-right: 15px;
}
.description ul li a{
  padding: 15px 20px;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #8d8d8d;
}
.description ul li.active a,.description ul li a:hover{
  background-color: #efefef;
  color: #262626;
}
.description ul{
  padding: 0;
  margin: 50px 0 40px;
}
.description p{
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #8d8d8d;
}
.description{
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.shop_item_detail .tags{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.shop_item_detail .tags .sku p{
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height:2.08;
  letter-spacing: normal;
  color: #262626;
  margin: 0;
}
.shop_item_detail .tags .share ul li{
  display: inline-block;
}
.shop_item_detail .tags .share ul{
  padding: 0;
  margin: 0;
}
.shop_item_detail .tags .share p{
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  padding-bottom: 10px;
}
.shop_item_detail .tags .share ul li a{
  font-size: 15px;
  color: #565656;
  margin-right: 8px;
}
.shop_item_detail .tags .share ul li a:hover{
  color: #a3bc60;
}
.description.dtl{
  padding: 50px 0 30px;
}
.color-opt label,.size-opt label{
    font-size: 15px;
    color: #565656;
    font-family: 'Gilroy';
}
.color-opt label input,.size-opt label input{
    margin-right: 2px;
}
.color-opt h6,.size-opt h6{
    font-size: 16px;
    color: #565656;
    font-weight: bold;
    font-family: 'Gilroy';
    margin-right: 15px;
}
.color-opt,.size-opt{
    display: flex;
    align-items: center;
}
.size-opt{
    padding-top: 30px;
}
.mer-dtl{
    padding: 120px 0;
}
.thought-sec{
    padding: 100px 0;
}
.thought-box{
    background-color: #ebf6ff;
    padding: 30px;
    border-radius: 5px;
    border-left: 2px solid #081f51;
    margin-bottom: 50px;
    min-height: 300px;
}
.thought-box .icon{
    font-size: 40px;
    color: rgba(248, 147, 39, 0.7);
}
.thought-box h4{
    font-family: 'Gilroy';
    font-size: 30px;
    font-style: italic;
    line-height: 1.37;
    color: #081f51;
    font-weight: bold;
    padding: 15px 0 30px;
}
.thought-box h6{
    font-family: 'Gilroy';
    font-size: 20px;
    line-height: 1.37;
    color: #081f51;
    font-weight: 400;
}
.thought-box{
    display: none;
}
/* New Css End 25-3-2023 */

/*Main Css */

::selection {
    background: #f99425;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #f99425;
}

html {
    overflow-x: hidden;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: "Roboto";
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #ff5e14;
}

span {
    display: inline-block;
}
input#test_submit {
    background-color: #0275d8;
    border-color: #0275d8;
}
textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Roboto";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}


.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 20px 0;
    background: #f7f7f7;
    position: relative;
    z-index: 5;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.stickyOpen {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;

}

.header-logo img {
    /*background: #0624c2;*/
    padding: 7px 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: auto;
    width: 95%;
}

.header-logo {
    position: absolute;
    top: -20px;
    left: 15px;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fa9c35;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
}

.menu li a {
    display: block;
    color: #081f51;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 1.79;
    text-align: left;
    color: #081f51;
    position: relative;
}

.menu li:hover a,
.menu li.active a {
    color: #f99425;
}

.btn-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .apply-btn a {
    width: 138px;
    background-color: #0624c2;
    border-color: #0624c2;
}

header .apply-btn a:hover {
    box-shadow: inset -138px 0 0 #f99425 !important;
    border-color: #f99425;
}

.apply-btn a {
    width: 201px;
    height: 60px;
    background-color: #f99425;
    /*font-family: Gilroy;*/
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: 1px solid #f99425;
}

.apply-btn a i {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 10px;
}

.apply-btn a:hover {
    /* background-color: #0624c2; */
    box-shadow: inset 201px 0 0 #0624c2;
    border-color: #0624c2;
}

/* .social-links {
    padding-top: 20px;
    padding-bottom: 68px;
} */

.social-links ul {
    display: flex;
}

.social-links ul li a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links ul li a:hover {
    background: #0624c2;
    border: 2px solid #f99425;
}

.social-links ul li a i {
    font-size: 15px;
    color: #f99425;
}

.social-links ul li {
    margin-right: 15px;
}

/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }

    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }

    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
}

.home-banner-img {
    position: absolute;
    right: 0;
    top: 0;
}

.stickyOpen .logo img {
    width: 31%;
}

.mainBanner .banner-content {
    padding-top: 270px;
    margin:0!important;
}

.mainBanner .banner-content p {
    font-size: 19px;
    width: 40%;
    text-align: left;
    font-weight: 500;
}

.banner-content {
    padding: 0 0 70px;
    position: relative;
    z-index: 2;
}

.home-banner-img  {
    width: 950px;
    height: 690px;
}
.home-banner-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.banner-content h1 {
    font-family: Gilroy-bold;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left !important;
    color: #041428;
    width: 723px;
    max-width: 100%;
}

.banner-content p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    line-height: 1.56;
    text-align: left !important;
    color: #041428;
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 100%;
}

.banner-slider span.arr-left.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    left: 200px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.banner-slider span.arr-left.slick-arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 15px;
    color: #003366;
    cursor: pointer;

}

.banner-slider span.arr-right.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    right: 200px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.banner-slider span.arr-right.slick-arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 15px;
    color: #003366;
    cursor: pointer;
}

/* Graduation */
section.graduation {
    /* margin-top: -100px; */
    background-color: #0624c2;
}

.grad-box-content h2 {
    font-family: Gilroy-bold;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #041428;
}

.grad-boxes {
    display: flex;
    align-items: center;
    background: #fff;
}

.grad-box-content {
    padding: 0 20px;
}

.gard-box-img {
    border-right: 8px solid #f99425;
    flex-shrink: 0;
}

.grad-box-content p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #041428;
    padding-top: 15px;
}

.graduation-slider .slick-dots li.slick-active button {
    width: 100px;
    border-radius: 0;
    height: 6px;
    background: #f99425;
}

.graduation-slider .slick-dots li button {
    width: 100px;
    border-radius: 0;
    height: 6px;
    background-color: #fff;
}

/* Study Legacy  */

.study-legacy {
    background-color: #0624c2;
    padding: 100px 0;
}

.study-content h2 {
    font-family: Gilroy-bold;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #fff;
}

.study-content p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    text-align: left;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 50px;
}

.icon-heading-p {
    display: flex;
    align-items: center;
    height: auto;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 100%);
    position: relative;
    margin-bottom: 60px;
}

/* .study-h {
    background: #fff;
} */

.study-i {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    background: #f99425;
    border-radius: 50%;
}

.study-i img {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.study-h {
    width: 100%;
    padding: 10px 0;
}

.study-h h3 {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: center;
    color: #003367;
}

.course-content h3 {
    font-family: Gilroy-bold;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    /* text-align: center; */
    color: #041428;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.course-overlay {
    position: relative;
    z-index: 1;
}

.course-overlay::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 105%;
    top: -15px;
    right: -15px;
    background-color: #f99425;
    z-index: -1;
}

.course-form {
    background: #fff;
    padding: 60px;
}

.course-input select {
    width: 100%;
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #041428;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}


.course-input input {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #041428;
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 10px;
}

.course-input input::placeholder {
    color: #041428;
}

.courses-link {
    padding-top: 50px;
    padding-left: 20px;
}

.keyword {
    position: relative;
}

.keyword button {
    position: absolute;
    top: -10px;
    right: -15px;
    cursor: pointer;
}

.courses-link ul li {
    list-style: disc;
}

.courses-link ul li a {
    font-family: 'Gilroy';
    font-size: 16px;
    /*font-weight: 500;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #041428;
    text-decoration: underline;
}

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

/* Memebership */

.member-ship-new {
    background-image: url('/LMS/public/storage/uploads/membership-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 132px 0 67px;
    margin-top: -56px;
}

.membership-new-content h3 {
    /*font-family: Gilroy;*/
    font-size: 30px;
    /*font-weight: 500;*/
    line-height: 1.37;
    text-align: center;
    color: #081f51;
    width: 809px;
    max-width: 100%;
    margin: auto;
}

.membership-new-content h2 {
    font-family: Gilroy-bold;
    font-size: 58px;
    font-weight: bold;
    line-height: 1.03;
    text-align: center;
    color: #081f51;
    padding: 15px 0 29px;
    width: 810px;
    max-width: 100%;
    margin: auto;
}


/* About */
section.about {
    padding: 80px 0 0;
    background: #f5f5f5;
}

.about-img {
    font-size: 0;
    transition: 0.7s;
}

.course-lesson h1{
    font-size: 30px;
}

section.about .banner-content h1 {
    font-size: 40px;

}

/* Admission  */
.admission-criteria {
    background-color: #0624c2;
    padding: 70px 0;
}

.admission-images h3 {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 2.19;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.admission-criteria .study-content h2 {
    text-align: center;
    text-transform: uppercase;
}

.admission-criteria .study-content p {
    text-align: center;

}

.admission-images img {
    height: 340px;
    width: 100%;
    overflow: hidden;
    transition: 0.7s;
}

.admission-images {
    border-top: 8px solid #f99425;
    overflow: hidden;
}

.admission-images img:hover {
    transform: scale(1.1);
}

/* Video */
.video-new-sec {
    padding: 82px 0 110px;
}

.video-new-img {
    position: relative;
}

.video-new-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-new-play-btn a {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-new-play-btn a i {
    font-size: 37px;
    color: #fff;
}

/* Month Membership  */
.month-member-sec {
    background-image: url('/LMS/public/storage/uploads/month-member-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 82px 0 73px;
}

.month-membership-content h4 {
    /*font-family: Gilroy;*/
    font-size: 50.5px;
    /*font-weight: 500;*/
    line-height: 1.03;
    text-align: center;
    color: #fff;
    width: 864.1px;
    max-width: 100%;
    margin: auto;
}

.month-membership-content h3 {
    font-family: Gilroy-bold;
    font-size: 41.8px;
    font-weight: bold;
    line-height: 1.24;
    text-align: center;
    color: #081f51;
    width: 705.6px;
    max-width: 100%;
    margin: auto;
    padding: 17px 0 34px;
}

.month-member-sec .apply-btn a {
    background-color: #0624c2;
}

.month-member-sec .apply-btn a:hover {
    background-color: transparent;
    border-color: #fff;
    box-shadow: inset 201px 0 0 transparent;
}

/* Distance Learning */
section.distance-learning-sec {
    padding: 0 0 156px;
}

.distance-learn-content h3 {
    font-family: Gilroy-bold;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
    color: #081f51;
    padding-bottom: 30px;
}

.distance-learn-app-content p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    /*font-weight: 500;*/
    line-height: 1.63;
    text-align: left;
    color: #354c68;
    width: 489px;
    max-width: 100%;
}

.distance-app-content-main {
    display: flex;
    margin-top: 30px;
}

.distance-app-i-content {
    margin-left: 30px;
}

.distance-app-i-content h4 {
    font-family: Gilroy-bold;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #081f51;
    padding-bottom: 13px;
}

.distance-app-i-content p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    /*font-weight: 500;*/
    line-height: 1.63;
    text-align: left;
    color: #354c68;
}

.distance-btn-phone-main {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.distance-btn a {
    width: 213px;
    height: 60px;
    background-color: #0071dc;
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.distance-btn a:hover {
    box-shadow: inset -213px 0 0 #f99425, inset 213px 0 0 #f99425;
}

.distance-btn a i {
    font-size: 16px;
    color: #fff;
}

.distance-phone-icon-flex {
    display: flex;
    align-items: center;
    margin-left: 52px
}

.distance-p-num {
    margin-left: 20px;
}

.distance-p-num a {
    font-family: Gilroy-bold;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    text-align: left;
    color: #081f51;
}

.distance-p-num a:hover {
    color: #f99425;
}

.distance-phone-icon h5 {
    font-family: Gilroy-bold;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    text-align: left;
    color: #354c68;
}

.distance-p-icon a img:hover {
    transform: scale(1.05);
}

.distance-p-icon a img {
    transition: 0.5s ease-in-out;
}

.course-about-img img {
    width: 100%;
}

.course-about-content {
    padding: 57px 0 69px;
}

.course-about-content p {
    /*font-family: Gilroy;*/
    font-size: 18px;
    line-height: 1.78;
    text-align: justify;
    color: #354c68;
    width: 1157px;
    max-width: 100%;
}

/* How */
.how-sec {
    background-color: #f5f5f5;
    padding: 0px 0 31px;
    overflow: visible;
}

.how-img {
    margin-top: -25px;
}

.how-content h4 {
    font-family: Gilroy-bold;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.12;
    text-align: justify;
    text-transform: uppercase;
    color: #081f51;
    width: 613px;
    max-width: 100%;
    padding-bottom: 24px;
}

.how-content p {
    /*font-family: Gilroy;*/
    font-size: 18px;
    /*font-weight: 500;*/
    line-height: 1.78;
    text-align: justify;
    color: #354c68;
    width: 587px;
    max-width: 100%;
}

.how-img img {
    height: 655px;
    object-fit: cover;
    object-position: center;
}

.how-content {
    padding-top: 50px;
}

/* FAQ */
.faq-sec {
    padding: 85px 0 69px;
}

.faq-h h2 {
    font-family: Gilroy-bold;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    color: #0d3235;
}

.faq-row {
    margin-top: 48px;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 20px;
    margin: 0 auto 0px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 12px;
    border: solid 1px #dedede;
    padding: 24px;
    margin-bottom: 24px;
}

ul.accordion-list li.active {
    border-color: #0625c2;

}

ul.accordion-list li.active h3:after {
    content: '\f068';
}

ul.accordion-list li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #0d3235;
}

ul.accordion-list li.active h3 {
    color: #0625c2;
}

ul.accordion-list li h3:after {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    color: #0d3235;
    transition: all .3s ease-in-out;
    font-size: 20px;
    font-weight: 200;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    padding: 16px 0px 0;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    cursor: pointer;
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    /*font-weight: 500;*/
    color: #849090;
    width: 744px;
    max-width: 100%;
}

ul.accordion-list li.active .answer {
    display: block !important;
}



/* Get Membership  */
.get-membership-sec {
    background-image: url('/LMS/public/storage/uploads/get-member-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 41px 0 89px;
    position: relative;
}

.get-membership-content h5 {
    /*font-family: Gilroy;*/
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.37;
    text-align: center;
    color: #081f51;
    width: 809px;
    max-width: 100%;
    margin: auto;
}

.get-membership-content h4 {
    font-family: 'Gilroy-bold';
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.37;
    text-align: center;
    color: #081f51;
    padding: 20px 0 34px;
    width: 809px;
    max-width: 100%;
    margin: auto;
}

.get-membership-content h3 {
    font-family: Gilroy-bold;
    font-size: 58px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.03;
    text-align: center;
    color: #081f51;
    padding-bottom: 29px;
    width: 810px;
    max-width: 100%;
    margin: auto;
}

.get-membership-sec .apply-btn a {
    background-color: #0624c2;
    border-color: #0624c2;
}

.get-membership-sec .apply-btn a:hover {
    box-shadow: inset 201px 0 0 #f99425;
}

.get-member-ship-img img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0%;
    width: 120px;
}

.get-member-ship-img img:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 40px;
}

.get-member-ship-img img:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
}

.get-membership-content {
    position: relative;
    padding-top: 56px;
}

.get-member-ship-content-img img {
    position: absolute;
    bottom: 0;
    left: 120px;
    width: 40px;
}

.get-member-ship-img-2 img {}

.get-member-ship-img-2 img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

.get-member-ship-img-2 img:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -120px;
    width: 120px;
}

.get-member-ship-img-2 img:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
}






/* Board Boxes  */
.board-selection {
    padding: 90px 0;
}
.board-img {
    overflow: hidden;
    position: relative;
    
}

.bords-boxes:hover .board-img img {
    transform: scale(1.1);
}

.board-img img {
    width: 100%;
    transition: 0.5s ease-in-out;
    height: 240px;
}

.bords-boxes {
    box-shadow: 0 4px 64px 0 rgb(0 0 0 / 15%);
    transition: 0.7s;
    margin-bottom: 60px;
}

.second-row {
    padding-top: 60px;
}

/*.bords-boxes:hover {*/
/*    transform: scale(0.9);*/
/*    transition: 0.7s;*/
/*}*/


.board-selection .study-content h2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.board-selection .study-content p {
    color: #000;
    text-align: center;
}

.board-content a {
    font-family: Gilroy-bold;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #041428;
    padding-top: 25px;
    padding-bottom: 20px;
}

.board-content p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #041428;
    padding-bottom: 25px;
}

.board-date h3 {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 2.19;
    text-align: left;
    color: #041428;
}

.board-date h4 {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 2.19;
    text-align: left;
    color: #f99425;
}

.board-arrow {
    /* width: 40px; */
    /* height: 40px; */
    /* background: #f99425; */
    /* border-radius: 50%; */
    position: relative;
}

.board-arrow i {
    color: #fff;
    font-size: 13px;
    width: 40px;
    height: 40px;
    background: #f99425;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-date-p {
    display: flex;
    align-items: center;
    padding: 13px 30px;
    background: #ebf5ff;
}

.board-content {
    background-color: #fff;
    padding: 13px 30px;
}

.board-date {
    width: 100%;
}

.load-btn-row {
    padding-top: 0px;
    padding-bottom: 20px;
}


/* Testimonails */

.testimonials {
    background-color: #0624c2;
    padding: 80px 0;
}

.testimonials .study-content h2 {
    text-align: center;
    text-transform: uppercase;
}

.testimonials .study-content p {
    text-align: center;
}

.testimonail-name-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonail-name-quote h3 {
    font-family: Gilroy-bold;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.testimonial-msg p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #102948;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testi-slides {
    position: relative;
}

.testimonial-box {
    background: #fff;
    padding: 57px 30px 65px 58px;
}

.testimonial-slider .slick-list {
    padding: 70px 20% 0 20%;
}

.testimonial-slider-reverse .slick-list {
    padding: 70px 20% 0 20%;
}

.testi-repeated-rows {
    margin-top: 10px;
}

.testimonail-img {
    position: absolute;
    top: -40px;
    left: 58px;
    z-index: 0;
}

.testi-img-border::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #f99425;
    left: 46px;
    top: -55px;
    border-radius: 50%;
    z-index: -1;
}

.our-testimonial .testimonial-msg p {
    display: block;
}

/* .testimonail-img::before {
    position: absolute;
    content: "";
    width: 110%;
    height: 110%;
    border-radius: 50%;
    background-color: #f99425;
    z-index: -1;
    top: -4px;
    left: -3px;
} */

.testimonail-img img {
    width: 75px;
    border-radius: 110px;
}

.testimonail-name-quote img {
    width: 30px;
}

.testimonial-slider .slick-dots li.slick-active button {
    width: 100px;
    border-radius: 0;
    height: 6px;
    background: #f99425;
}

.testimonial-slider .slick-dots li button {
    width: 100px;
    border-radius: 0;
    height: 6px;
    background-color: #fff;
}

.study-last {
    padding-top: 10px;
}

.study-last .banner-content h1 {
    font-size: 40px;

}

.study-last .apply-btn a {
    width: 260px;
    height: 50px;
    line-height: 50px;
}

.study-last .apply-btn a:hover {
    box-shadow: inset 260px 0 0 #0624c2;
}

footer {
    background-color: #0624c2;
    padding-top: 15px;
}

.footer-heading h3 {
    /*font-family: Gilroy;*/
    font-size: 18px;
    font-weight: 600;
    line-height: 1.94;
    text-align: left;
    color: #fff;
    padding-bottom: 20px;
}

.footer-links ul li a {
    /*font-family: Gilroy;*/
    font-size: 16px;
    line-height: 2.19;
    text-align: left;
    color: #fff;
}

.footer-details h4 {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 2.19;
    text-align: left;
    color: #fff;
}

.footer-number {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.footer-number a {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 2.19;
    text-align: left;
    color: #fff;
    text-decoration: underline;
    padding-left: 15px;
}

.footer-number i {
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 15px;
    color: #f99425;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright {
    background: #0624c2;
    padding: 20px 0;
}

.copyright p {
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.footer-social-links {
    padding-top: 25px;
    padding-bottom: 40px;
}

.footer-social-links ul {
    display: flex;
}

.footer-social-links ul li {
    margin-right: 15px;
}

.footer-social-links ul li a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-links ul li a:hover {
    background: #0624c2;
    border: 1px solid #f99425;
}

.footer-social-links ul li a i {
    font-size: 15px;
    color: #f99425;
}

.study-pad {
    padding-right: 50px;
}

/*  */
.arr-left-t {
    position: absolute;
    left: -65px;
    top: 45%;
    font-size: 20px;
    font-weight: 400;
    color: #f99425;
    cursor: pointer;
}

.arr-right-t {
    position: absolute;
    right: -65px;
    top: 45%;
    font-size: 20px;
    font-weight: 400;
    color: #f99425;
    cursor: pointer;
}

footer .apply-btn a {
    border: 1px solid #f99425;
}

.footer-links a:hover {
    color: #f99425;
}



/* INNNER PAGES */

/* About Us  */

.mainBanner-inner .banner-content {
    padding: 0;
    text-align: left !important;
}

.mainBanner-inner {
    display: flex;
    align-items: center;
    height: 268px;
    background-color: #ebf5ff;
    background-image: url('/LMS/public/storage/uploads/inner-banner.jpg');
    background-size: cover;
    background-position: center bottom;
}

.about-us-inner {
    padding: 72px 0 98px 0;
}

.text-center-content {
    text-align: center !important;
}

.color-black {
    color: #000 !important;
}

.about-inner-content .study-content p {
    padding-bottom: 23px;
}

.contract-loc-pg a {
    /*font-family: Gilroy;*/
    font-size: 18px;
    font-weight: 600;
    line-height: 1.94;
    text-align: center;
    color: #041428;
    padding-right: 61px;
}

.pages-about {
    display: flex;
    padding-bottom: 71px;
}

.location-i i {
    color: #0624c2;
    font-size: 19px;
    vertical-align: text-top;
}

.about-inner-content {
    /*padding-left: 100px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-i a {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #041428;
}

.about-inner-content .apply-btn a {
    width: 241px;
    height: 50px;
    line-height: 50px;

}

.about-inner-content .apply-btn a:hover {
    box-shadow: inset 241px 0 0 #0624c2;
}

/* About Instructor  */
.heading-star {
    display: flex;
    align-items: center;
    padding-top: 34px;
}

.heading-star h2 {
    /* /*font-family: Gilroy;*/ */
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
    color: #041428;
    padding-right: 10px;
}

.add-to-card p {
    /* /*font-family: Gilroy;*/ */
    font-size: 16px;
    line-height: 1.3em;
    text-align: left;
    color: #041428;
    padding-top: 5px;
    font-weight: 300;
}

.star-icon {
    display: flex;
}

.star-icon i {
    font-size: 19px;
    color: #ffd233;
    padding-right: 5px;
}

.add-to-card .social-links ul li a {
    background: #f99425;
}

.socail-a-btn {
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.add-to-card .social-links ul li a i {
    color: #fff;
}

.add-to-card .apply-btn a {
    width: 227px;
    height: 50px;
    line-height: 50px;
}

.add-to-card .apply-btn a:hover {
    box-shadow: inset 227px 0 0 #0624c2;
}

.about-instructor .apply-btn a {
    width: 162px;
    height: 50px;
}

.about-instructor .apply-btn a:hover {
    box-shadow: inset 162px 0 0 #0624c2;
}

.add-to-card .apply-btn a i {
    font-size: 17px;
    vertical-align: text-top;
    padding-right: 10px;
}

/* Book Experience  */
.book-experince {
    padding: 20px 0 90px 0;
}

.book-experince .study-content {
    margin-bottom: 13%;
}

.book-exp-box {
    box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 80px 64px 54px 64px;
}

.book-exp-icon {
    position: absolute;
    left: 50%;
    top: -20px;
    background: #0624c2;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}

.book-exp-icon img {
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.book-exp-content h3 {
    /*font-family: Gilroy;*/
    font-size: 18px;
    font-weight: 600;
    line-height: 1.94;
    text-align: center;
    color: #041428;
}

.book-exp-content p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    color: #041428;
    padding: 5px 0 27px 0;
}

.book-exp-btn a {
    width: 202px;
    height: 50px;
    background-color: #f99425;
    /*font-family: Gilroy;*/
    font-size: 17px;
    font-weight: 800;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.book-exp-btn a:hover {
    box-shadow: inset 202px 0 0 #0624c2;
}

.testimonial-slider1 {
    position: relative;
}

.our-testimonial {
    background-color: #fff !important;
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 0;
}

.our-testimonial .testimonial-box {
    box-shadow: 0 24px 64px 0 rgba(0, 0, 0, 0.08);
    /* height: 550px; */
}

.our-testimonial .testi-slides {
    margin-bottom: 90px;
}

.repeated-testimonails-rows {
    margin-top: 125px;
}

.banner-content span {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    text-align: left;
    color: #f99425;
    padding: 16px 0;
}

/* Article  */
.article-s {
    padding-bottom: 96px;
}

.article-img img {
    border-top: 8px solid #f99425;
}

.article-slider-main {
    display: flex;
    align-items: center;
}

.article-content h2 {
    font-family: Gilroy-bold;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    color: #041428;
    text-transform: uppercase;
}

.article-content {background: #99999912;padding: 9px;}
.article-content-text {
    padding: 30px;
}

.article-content span {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    text-align: left;
    color: #f99425;
    padding: 15px 0 20px 0;
}

.article-content p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #041428;
}

.article-slider .slick-dots li button {
    width: 100px;
    border-radius: 0;
    height: 6px;
    background-color: #0624c2;
}

.article-slider .slick-dots li.slick-active button {
    width: 100px;
    border-radius: 0;
    height: 6px;
    background: #f99425;
}

/* Online Course  */

.banner-content h5 {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #041428;
    padding: 0px 0 25px 0;
}

.article-rows {
    margin-top: 75px
}

/* Consultant  */
.consultant {
    padding: 56px 0 180px 0;
}

.consultant-icon {
    width: 40px;
    height: 40px;
    background: #f99425;
    position: absolute;
    top: 20px;
    right: 25px;
}

.consultant-icon-2 {
    width: 40px;
    height: 40px;
    background: #f99425;
    position: absolute;
    top: 20px;
    right: 60px;
}

.consultant-icon-2 i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 18px;
}

.consultant-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 18px;
}


.consultant-main {
    position: relative;
}
.consultant-img img {
    width: 100%;
}
.view-profile-btn a {
    /*width: 162px; */
    /* height: 50px; */
    background-color: #f99425;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #fff;
    padding: 13px;
    text-transform: capitalize;
}

.view-profile-btn a:hover {
    box-shadow: inset 162px 0 0 #0624c2;
}

.view-profile-btn {
    padding-top: 34px;
}


.instructor-name {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 2.19;
    text-align: center;
    color: #041428;
    padding: 10px 0;
}

/* About Us  */

.about-list ul li a {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #041428;
    vertical-align: top;
}

.about-list ul li {
    list-style: disc;
    color: #f99425;
    font-size: 19px;
}

.about-list {
    padding-left: 20px;
}

.about-us-content {
    padding: 56px 0;
}

.about-us-para p {
    /*font-family: Gilroy;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #041428;
}

.about-artical {
    padding: 10px 0 100px 0;
}

.about-artical .article-content p {
    padding-top: 8px;
    padding-bottom: 25px;
}

.article-content p a {
    color: #f99425;
}

.video-icon-about {
    display: flex;
    align-items: center;
}


.video-heading a {
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #f99425;
}

.video-icon {
    width: 45px;
    height: 45px;
    background: #f99425;
    border-radius: 50%;
    margin-left: 15px;
}

.video-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video-icon a i {
    color: #fff;
    font-size: 12px;
}

/*  */
.author-videos {
    padding: 0 0 100px;
    text-align: center;
}

.author-videos p {
    /*font-size: 24px;*/
    /*font-weight: 600;*/
    /*text-align: center;*/
    /*color: #f99425;*/
    /*text-transform: capitalize;*/
    /*padding: 25px 0;*/
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #041428;
    padding-bottom: 25px;
}

.auth-vid-pad {
    /*margin: 0 15%;*/
    text-align:left;
}

.auth-dtl {
    background-color: #f99425;
    padding: 10px;
    position: relative;
    padding-bottom: 50px;
}

.auth-dtl p {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #000;
    padding: 0;
    line-height: 1.2;
    color: #fff;
}

.auth-dtl .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

/*popup*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 500px;
    z-index: 1;
}

.pop-inner {
    background-color: #ffff;
    width: 100%;
    height: 350px;
    padding: 35px;
    border-radius: 10px;
}

.closePop {
    position: absolute;
    top: -12px;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pop-inner h4 {
    font-size: 30px;
    /*font-weight: 500;*/
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 20px 0 30px;
    text-transform: uppercase;
    font-family: 'Gilroy-bold';
}

.pop-inner p {
    font-size: 15px;
    /*font-weight: 500;*/
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 0 0 60px;
    text-transform: capitalize;
}

.pop-inner input,
.pop-inner textarea {
    width: 100%;
    background-color: #ecebeb;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    font-family: 'Nunito Sans';
    resize: unset;
    font-family: 'Gilroy';
}

.pop-inner .sbt {
    text-align: center;
}

.pop-inner button {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    font-family: 'Gilroy';
    background: #f99425;
}

.pop-inner button:hover {
    border: 1px solid #f99425;
    background: none;
    color: #f99425;
}

.pop-overlay {
    display: none;
}

.pop-overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.signup-page {
    padding: 100px 0;
}

.signup-form h2 {
    font-size: 34px;
    font-weight: bold;
    /* font-family: 'Gilroy'; */
    text-align: center;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.signup-form label {
    font-size: 14px;
    font-weight: normal;
    color: black;
}

.signup-form .col-md-12 {margin-bottom: 20px;}

.signup-form input,
.signup-form textarea {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 20px;
    /* font-family: 'Nunito Sans'; */
    resize: unset;
    margin-top: 4px;
}

.signup-form .sbt {
    text-align: right;
}

.signup-form button {
    /* width: 150px; */
    /* height: 50px; */
    border-radius: 25px;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    /* font-family: 'Gilroy'; */
    background: #f99425;
    font-weight: bold;
}

.signup-form button:hover {
    border: 1px solid #f99425;
    background: none;
    color: #f99425;
}

/* Video Inner Page  */
.video-inner-page {
    padding: 77px 0 67px;
}

.video-inner-page-content h4 {
    /*font-family: Gilroy;*/
    font-size: 27px;
    font-weight: bold;
    line-height: 1.37;
    text-align: center;
    text-transform: capitalize;
    color: #081f51;
    width: 727.2px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 13px;
}

.video-inner-page-content h3 {
    font-family: Gilroy-bold;
    font-size: 52.1px;
    font-weight: bold;
    line-height: 1.03;
    text-align: center;
    text-transform: capitalize;
    color: #081f51;
    width: 728.1px;
    max-width: 100%;
    margin: auto;
}

.video-inner-page-sec{
    position: relative;
    z-index: 2;
}

.video-inner-page-sec::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #f5f5f5;
    z-index: -1;
}

.about-video-inner h4 {
    /*font-family: Gilroy;*/
    font-size: 25.1px;
    font-weight: bold;
    line-height: 1.37;
    text-align: center;
    text-transform: capitalize;
    color: #081f51;
    width: 754.5px;
    max-width: 100%;
    margin: auto;
    padding: 54px 0;
}

.video-inner-page-stripe {
    background-color: #f99425;
    padding: 59px 0;
}

.video-page-stripe h4 {
    /*font-family: Gilroy;*/
    font-size: 26.6px;
    font-weight: bold;
    line-height: 1.37;
    text-transform: capitalize;
    text-align: center;
    color: #081f51;
    width: 798.4px;
    max-width: 100%;
    margin: auto;
}

.people-video-sec {
    padding: 51px 0 86px;
}

.people-video-slider .slick-dots li.slick-active button {
    background: #0624c2;
    width: 15px;
    height: 15px;
}

.people-video-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    background: #f99425;
}

.people-sec-h h4 {
    font-family: Gilroy-bold;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.29;
    text-transform: capitalize;
    text-align: center;
    color: #081f51;
    padding-bottom: 37px;
    width: 994px;
    max-width: 100%;
    margin: auto;
}

.people-video-img {
    position: relative;
}

.people-video-img img {
    width: 100%;
}

.people-video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.people-video-icon a {
    width: 71px;
    height: 71px;
    border: 5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.people-video-icon a i {
    font-size: 20px;
    color: #fff;
}

.video-people-content p {
    /*font-family: Gilroy;*/
    font-size: 15px;
    /*font-weight: 500;*/
    font-style: italic;
    line-height: 1.4;
    text-align: center;
    color: #5b5b5b;
    width: 307px;
    max-width: 100%;
    margin: auto;
    padding: 23px 0 0;
}

.video-director-sec {
    background-color: #f5f5f5;
}

.director-img-content {
    padding-left: 40px;
}

.director-img-content h5 {
    /*font-family: Gilroy;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 1.47;
    text-align: left;
    color: #081f51;
    padding-bottom: 23px;
}

.director-img-content p {
    /*font-family: Gilroy;*/
    font-size: 15px;
    /*font-weight: 500;*/
    line-height: 1.63;
    text-align: justify;
    color: #354c68;
    width: 542px;
    max-width: 100%;
}

.video-director-img {
    font-size: 0;
}

.video-director-img img {
    width: 100%;
}

.alon-thompson-sec {
    padding: 68px 0;
    position: relative;
    z-index: 2;
}

.alon-thompson-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    background-color: #0625c2;
    z-index: -1;
}

.alon-thompson-content {
    padding-top: 34px;
}

.alon-thompson-content h3 {
    font-family: Gilroy-bold;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.16;
    text-align: left;
    color: #fff;
    padding-bottom: 17px;
}

.alon-thompson-content p {
    /*font-family: Gilroy;*/
    font-size: 18px;
    /*font-weight: 500;*/
    line-height: 1.78;
    text-align: justify;
    color: #fff;
}

.imagin-people-h h4 {
    /*font-family: Gilroy;*/
    font-size: 31.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #081f51;
    width: 945.9px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 68px;
}

.menu>li.dropdown {
    position: relative;
}



ul.menu li.dropdown:hover ul.inner-dropdown {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

ul.inner-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 11px;
    width: 150px;
    text-align: left;
    padding: 0;
    right: 0;
    margin: auto;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    background: #f99425;
    border-radius: 0;
    max-height: 500px;
    /* overflow-y: scroll; */
    z-index: 5;
}

ul.inner-dropdown li {
    margin-left: 0;
    width: 100%;
    position: relative;
    padding: 10px 10px 10px;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid #fff;
}

ul.inner-dropdown li:last-child {
    border-bottom: none !important;
}

ul.inner-dropdown li:hover {
    background: #0624c2;
}

ul.inner-dropdown>li>a {
    color: #fff !important;
    border: none;
    line-height: 20px;
}

ul.inner-dropdown>li:hover>a{
    color: #fff !important;
}

.mainBanner-inner .banner-content h1 {
    width: 100%;
    font-size: 44px;
}

.mainBanner-inner .banner-content p {
    width: 100%;
    padding-right: 32% !important;
    padding-top: 7px;
}

/*Membership page*/
.membership-sec {
    padding: 100px 0;
}

.membership-h h3 {
    font-family: Gilroy-bold;
    font-size: 75px;
    font-weight: 600;
    color: #000;
    padding-bottom: 92px;
}

.membership-card {
    background-color: #0624c2;
    border-radius: 15px;
}

.membership-card-content {
    padding: 64px 0 49px;
    border-bottom: 1px solid #fff;
}

.membership-card-content h3 {
    font-family: Gilroy-bold;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #f59526;
}

.membership-month-content {
    padding: 50px 46px 64px;
}

.membership-month-content h4 {
    /*font-family: Gilroy;*/
    font-size: 35px;
    font-weight: 600;
    line-height: 1.63;
    text-align: center;
    color: #fff;
    padding-bottom: 32px;
}

.membership-month-content p {
    /*font-family: Gilroy;*/
    font-size: 22px;
    line-height: 2.59;
    text-align: center;
    color: #fff;
}

.membership-month-content ul li {
    position: relative;
    width: auto;
    margin: auto;
    padding-left: 0;
}

.membership-month-content ul li::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.membership-month-content ul li {
    /*font-family: Gilroy;*/
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.membership-btn a {
    width: 252px;
    height: 64px;
    border-radius: 5px;
    background-color: #f59526;
    /*font-family: Gilroy;*/
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 54px;
    border: 1px solid #f59526;
}

.membership-btn a:hover {
    background: transparent;
    border-color: #fff;
}

.student-row{
    /*padding-top: 138px;*/
}








.course-details-category li.active {
    background: #0624c2;
}
.course-details-content {
    line-height: 1.5em;
}

.course-details-category ul li {
    line-height: 1.3em;
    padding: 10px 31px 10px 10px;
    text-transform: capitalize;
    /*font-weight: 500;*/
    position: relative;
}

.course-details-category ul li i {
    position: absolute;
    top: 13px;
    right: 11px;
}

.course-details-category ul li:hover {
    background: #0624c2;
    color: #fff;
}

.course-details-category ul li:hover a {
    color: #fff;
}

ul.course-timeline-list {padding-right: 6px;}

.course-details-category ul li a {
    color: black;
}

.course-details-category li.active a {
    color: #fff;
}

.course-details-category span {
    padding-bottom: 25px;
}

a.btn.btn-block.gradient-bg.font-weight-bold.text-white {
    margin-bottom: 23px;
    background: #525252;
    color: #fff;
}



.radio label {
    margin: 5px;
}

.test-form h4 {
    font-weight: bold;
    margin-top: 14px;
}

.banner-content h5 {
    font-size: 60px;
    text-align: center;
    /*background: #fff;*/
    display: inline-block;
    /*padding: 20px;*/
    color: #f99425;
    width: 240px;
    letter-spacing: 4px;
    line-height: 1em;
}


.teacher-profile {
    margin-bottom: 30px;
}


.latest-news-area .date-meta {
    font-size: 15px;
}

.position-absolute {}

span.gradient-bg.p-1.text-white.font-weight-bold.completed {
    background: #f99425;
    color: #fff!important;
}

a.btn.btn-warning.mt-3 {
    background: #0624c2;
    border-color: #0624c2;
}

.nws-button.text-center.gradient-bg.text-uppercase {
    background: #0624c2;
}

.couse-pagination.text-center.ul-li {
    margin: 50px 0;
}

small.text-danger {
    font-size: 11px;
}

h5#exampleModalLabel {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

button.btn.btn-primary {
    background: #0624c2;
}

.best-course-v2 {
    background-color: #fff;
    padding-bottom: 0;
}
.course-single-text .course-title h3 {
    line-height: 1.2em;
}



/**/
.signup-form {
  width: 700px;
  display: block;
  margin: auto;
}

.signup-page a {
  font-size: 16px;
  color: #f99425;
}

.billingFormWrp {
  width: 1000px;
margin: 70px auto;
padding: 40px 25px;
border-radius: 10px;
}
.billingFormWrp .mb-3 {
  font-size: 20px;
  font-weight: 700;
  
}
.billingFormWrp input {
  width: 100%;
  background: #fff;
  font-size: 12px;
 
}
.billingFormWrp label {
  background: transparent;
  margin-bottom: 5px;
  font-size: 12px;
}
.billingFormWrp .text-muted {
}


.billingFormWrp .list-group {
}
.billingFormWrp .list-group li div h6 {
  font-size: 18px;
  margin-bottom: 5px !important;
}
.billingFormWrp .list-group li div small {
  font-size: 14px;
}

.flDis {
  font-size: 12px;
  color: #0624c2 !important;
  text-transform: capitalize;
  position: relative;
  bottom: 14px;
  font-style: italic;
  padding-left: 4px;
}


.billingFormWrp button {
  width: auto;
  /*line-height: normal;*/
  font-size: 13px;
  letter-spacing: 0.7px;
  padding: 0 30px;
}
.article-img-blog {
  width: 204px;
}
a {
  color: #3c3c3c;
}
.contact_third_form .nws-button {
    line-height: 30px;
}
.chat-area button {
    flex-shrink: 0;
}
.teacher-faq-form .nws-button {
    line-height: 30px;
}
.distance-app-img {
    flex-shrink: 0;
}
html{
    overflow-x:hidden;
}
ul.slider-nav-list li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}



@media (max-width: 1850px){
    .home-banner-img {
    width: 800px;
    }
}
@media (max-width: 1650px){
    .home-banner-img {
    width: 700px;
    }
}
@media (max-width: 1440px){
    .home-banner-img {
    width: 630px;
    }
    .banner-content h1 {
    font-size: 55px;
    }
}


@media only screen and (max-width: 1600px) and (min-width: 1200px) {
    .home-banner-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 1550px) and (min-width: 1024px) {
    .banner-slider span.arr-left.slick-arrow {
        left: 20px;
    }

}



@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .grad-box-content h2 {
        font-size: 16px;
    }

    .grad-box-content p {
        font-size: 12px;
    }

    .study-h h3 {
        font-size: 12px;
        padding-left: 50px;
    }

    .study-content h2 {
        font-size: 30px;
    }

    section.about .banner-content h1 {
        font-size: 24px;
    }

    section.about .banner-content p {
        font-size: 14px;
    }

    section.about .banner-content h1 {
        font-size: 24px;
    }

    .board-content h3 {
        font-size: 22px;
    }

    .study-last .banner-content h1 {
        font-size: 30px;
    }

    .admission-images img {
        height: 275px;
    }

    .footer-number a {
        font-size: 14px;
        padding-left: 10px;
    }

}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #0624c2;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }

    ul.menu li {
        display: block;
    }

    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }

    .logo img {
        max-width: 100%;
    }

    .container {
        position: relative;
    }

    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }

    header .main-header ul.menu>li a {
        color: #fff;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }

    .btn-social {
        display: none;
    }
    .mainBanner .banner-content {
    padding-right: 50%;
    }
    .banner-content h1 {
    font-size: 30px;
    }
    .mainBanner .banner-content p {
    width: 100%;
    }
    .home-banner-img {
    width: 500px;
    }

}

@media (max-width: 1024px) {
    header {
        padding: 20px 0;
    }

    .header-logo img {
        top: -20px;
    }

    br.break {
        display: none;
    }

    /*.mainBanner {*/
    /*    height: 650px;*/
    /*}*/
    .mainBanner {
    display: block;
    }

    .banner-slider span.arr-left.slick-arrow {
        display: none !important;
    }

    .banner-slider span.arr-right.slick-arrow {
        display: none !important;
    }

    .study-pad {
        padding-right: 0;
    }

    .mainBanner {
        z-index: 2;
    }

    .mainBanner::after {
        content: '';
        width: 100%;
        position: absolute;
        height: 100%;
        background: #000;
        opacity: 0.6;
        z-index: -1;
        display:none;
    }
    .home-banner-img {
    position: unset;
    }
    

    /*.mainBanner .banner-content h1 {*/
    /*    color: #fff;*/
    /*}*/

    .mainBanner .banner-content p {
        /*color: #fff;*/
        width: 100%;
        text-align: center;
    }
    .stickyOpen .logo img {
        width: 100px;
    }

    .footer-logo img {
        width: 150px;
        padding-bottom: 20px;
    }

    .arr-left-t {
        display: none !important;
    }

    .arr-right-t {
        display: none !important;
    }

    .board-content h3 {
        font-size: 22px;
    }
    .mainBanner .banner-content {
    padding-right: 0;
    }
    .banner-content h1 {
    font-size: 45px;
    }
    .home-banner-img {
    width: 100%;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .icon-heading-p {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 100%);
    }

    .course-form {
        padding: 40px;
    }

    section.about .banner-content h1 {
        font-size: 40px;
        text-align: center;
        padding-top: 40px;
    }

    section.about .banner-content p {
        text-align: center;
    }

    .banner-content {
        padding-left: 0px;
    }

    .about-img img {
        display: block;
        margin: auto;
    }

    section.about .banner-content {
        text-align: center;

    }

    .admission-criteria {
        padding: 40px 0;
    }

    .admission-images img {
        height: 220px;
    }

    .board-selection {
        padding: 40px 0;
    }

    .study-last .banner-content h1 {
        font-size: 24px;
    }

    .load-btn-row {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .bords-boxes {
        margin-bottom: 40px;
    }

    .study-last .banner-content p {
        font-size: 14px;
    }

    .footer-heading h3 {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .footer-links ul li a {
        font-size: 12px;
    }

    .footer-details h4 {
        font-size: 12px;
    }

    .footer-number a {
        font-size: 12px;
        padding-left: 10px;
    }

    .study-h h3 {
        font-size: 14px;
        padding-left: 40px;
    }
    .mainBanner .banner-content {
    /*padding-top: 150px;*/
    margin: 0!important;
    }
    .home-banner-img img {
    height: 100%;
    filter: brightness(0.8);
    }
    .banner-content h1 {
    width: 100%;
    }
    .home-banner-img {
    height: 100%;
    width: 100%;
    }
    .home-banner-img img{
    width: 100%;
    }
    .article-img {
    display: none;
    }

}

@media (max-width: 824px){
    .banner-content h1 {
    font-size: 45px;
    }
    .mainBanner {
        height: auto;
    }
    .mainBanner .banner-content {
    padding-top: 150px;
    margin: 0!important;
    }
    .home-banner-img {
    height: auto;
    }
    .home-banner-img img {
    height: 100%;
    filter: brightness(0.8);
    }
    .member-ship-new {
    padding: 30px 0;
    margin-top: 0;
    }
    .membership-new-content h3 {
    font-size: 20px;
    width: 100%;
    margin: auto;
    }
    .membership-new-content h2 {
    font-size: 24px;
    width: 100%;
    }
    .study-content p {
    /* font-family: Gilroy; */
    padding-bottom: 10px;
    }
    .admission-images h3 {
    padding: 5px 0 5px;
    font-size: 20px;
    }
    .month-member-sec {
    padding: 30px 0;
    }
    .month-membership-content h4 {
    font-size: 24px;
    width: 100%;
    }
    .month-membership-content h3 {
    font-size: 24px;
    width: 100%;
    padding: 15px 0 15px;
    }
    .video-new-sec {
    padding: 30px 0;
    }
    .video-new-play-btn a {
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    }
    .distance-learn-content h3 {
    font-size: 24px;
    padding-bottom: 10px;
    }
    section.distance-learning-sec {
    padding: 0 0 30px;
    }
    .course-about-content {
    padding: 30px 0;
    }
    .course-about-content p {
    font-size: 16px;
    text-align: left;
    width: 100%;
    }
    .how-content h4 {
    font-size: 24px;
    width: 100%;
    padding-bottom: 15px;
    }
    .how-content {
    padding-top: 30px;
    }
    .how-content p {
    font-size: 16px;
    text-align: left;
    width: 100%;
    }
    .testimonial-box {
    padding: 40px 15px 30px;
    }
    .slick-dots li {
    margin: 0 2px 0 0px;
    }
    .faq-sec {
    padding: 30px 0;
    }
    .faq-h h2 {
    font-size: 24px;
    line-height: 1.2;
    }
    ul.accordion-list li {
    padding: 20px 25px;
    margin-bottom: 10px;
    }
    .faq-row {
    margin-top: 20px;
    }
    ul.accordion-list li h3:after {
    right: -15px;
    }
    .get-membership-content h4 {
    font-size: 18px;
    width: 100%;
    }   
    .get-membership-content h3 {
    font-size: 30px;
    width: 100%;
    }
    .get-member-ship-content-img img {
    left: 2%;
    z-index: -1;
    }
    .get-member-ship-img-2 img:nth-child(1) {
    top: 20px;
    right: 15%;
    }
    .get-member-ship-img-2 img:nth-child(3) {
    right: 15px;
    z-index: -1;
    }
    .get-member-ship-img img:nth-child(3) {
    bottom: -45px;
    left: 5%;
    }
    .get-member-ship-img img:nth-child(1) {
    left: 30%;
    }
    .get-member-ship-img img:nth-child(2) {
    left: 65%;
    }
    div#cookieWrapper span {
    padding: 15px 0;
    line-height: 1.2;
    }
    .footer-social-links ul li {
    margin-right: 5px;
    }
    .footer-social-links ul {
    justify-content: center;
    }
    .footer-links ul li a {
    font-size: 14px;
    }
    .footer-social-links {
    padding-top: 15px;
    padding-bottom: 10px;
    }
    .copyright {
    padding: 10px 0 20px;
    }
    .mainBanner-inner .banner-content p {
    padding-right: 0 !important;
    }
    .mainBanner-inner {
    height: auto;
    padding: 150px 0 50px;
    }
    .mainBanner-inner .banner-content h1 {
    font-size: 26px;
    }
    .banner-content {
    padding: 0 0 10px;
    }
    .article-content h2 {
    font-size: 22px;
    }
    .article-content-text {
    padding: 20px 10px;
    }
    .about-artical .article-img {
    display: none;
    }
    .about-artical {
    padding: 10px 0 30px 0;
    }
    .consultant {
    padding: 30px 0;
    }
    .consultant .banner-content h1 {
    font-size: 24px!important;
    }
    .heading-star {
    padding-top: 10px;
    }
    .view-profile-btn {
    padding-top: 0px;
    }
    .signup-page {
    padding: 30px 0;
    }
    .signup-form {
    width: 100%;
    }
    .signup-form h2 {
    font-size: 24px;
    padding-bottom: 10px;
    }
    section#course-page {
    padding-top: 0;
    }
    .section-title h2 {
    font-size: 20px!important;
    }
    .board-img img {
    height: auto;
    }
    .best-course-pic-text {
    max-width: 100%;
    }
    .board-content a {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .banner-inner .col-4 {
    flex: 100%;
    max-width: 100%;
    justify-content: center!important;
    }
    .blog-item-post {
    padding: 30px 0;
    }
    .article-slider-main {
    display: block;
    }
    .article-slider-main a {
    display: block;
    }
    .article-img-blog {
    width: 100%;
    }
    .article-img img {
    width: 100%;
    }
    .couse-pagination.text-center.ul-li {
    margin: 30px 0 10px;
    }
    .page-link {
    padding: 5px!important;
    }
    .membership-h h3 {
    font-size: 30px;
    padding-bottom: 30px;
    }
    .contact-form-area_3 {
    padding: 30px 0;
    }
    .membership-month-content {
    padding: 25px 15px;
    }
    .membership-card {
    margin-bottom: 15px;
    }
    ul.inner-dropdown {
    left: -30px;
    }
    .breadcrumb-section .breadcrumb-head span {
    font-size: 26px;
    }
    .mb30 {
    margin-bottom: 0px;
    }
    .podcast-sec {
    padding: 30px 0!important;
    }
    .podcast-main .img-box iframe {
    height: auto!important;
    }
    .top-chat {
    height: 300px!important;
    }
     .distance-btn-phone-main {
    display: block;
    }
    .distance-phone-icon-flex {
    margin: 15px 0 0 0;
    }
    .pad-zero {
    padding: 15px;
    }
    .chat-area textarea {
    padding: 10px!important;
    }
    .membership-btn a {
    width: auto;
    }
    .add-to-card .apply-btn a {
    width: auto;
    font-size: 14px;
    padding: 0 5px;
    }
    video {
    width: 100%!important;
    }
    ul.slider-nav-list li {
    width: 49%;
    margin-bottom:10px;
    }
}


@media (max-width: 767px) {
    .distance-btn-phone-main {
        display: block;
        text-align: center;
    }
    
    .distance-phone-icon-flex {
        margin: 25px auto;
        width: 250px;
    }
    
    .logo img {
        width: 200px;
    }

    

    .mainBanner .banner-content {
        padding-bottom: 50px;
    }

    .banner-content {
            padding-left: 0px;
    /*text-align: center;*/
    width: 100%;

    }

    .banner-content h1 {
        font-size: 22px;
        text-align: center;
    }

    .banner-content p {
        font-size: 16px;
        text-align: center;
    }

    .grad-boxes {
        display: block;
        background: #f99425;
    }

    .gard-box-img {
        border: none;
        padding-bottom: 25px;
    }

    .gard-box-img img {
        margin: auto;
    }

    .study-h h3 {
        font-size: 12px;
        padding-left: 50px;
    }

    .graduation-slider .slick-dots li button {
        width: 10px;
    }

    .testimonial-slider .slick-dots li button {
        width: 10px;
    }

    .graduation-slider .slick-dots {
        padding: 30px 0 0;
    }

    .testimonial-slider .slick-dots {
        padding: 30px 0 0;
    }

    .icon-heading-p {
        margin-bottom: 40px;
    }

    .grad-box-content h2 {
        font-size: 20px;
        text-align: center;
        color: #fff;
    }

    .grad-box-content p {
        font-size: 14px;
        text-align: center;
        color: #fff;
        padding-bottom: 30px;
    }

    .study-content h2 {
        font-size: 24px;
        text-align: center;
    }

    .study-i {
        width: 60px;
        height: 60px;
    }

    .study-i img {
        width: 50px;
    }

    .study-content p {
        font-size: 16px;
        text-align: center;
    }



    .study-legacy {
        padding: 50px 0;
    }

    .course-form {
        padding: 25px;
    }

    .course-overlay::before {
        top: -10px;
        right: -10px;

    }

    .course-content h3 {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .course-input input {
        font-size: 14px
    }

    .course-input select {
        font-size: 14px;
    }

    .courses-link {

        padding-top: 20px;
    }

    section.about {
        padding: 40px 0;
    }

    .about-img {
        padding-bottom: 30px;
    }

    section.about .banner-content h1 {
        font-size: 20px !important;
    }

    .admission-criteria {
        padding: 40px 0;
    }

    .admission-images img {
        height: auto;
    }

    .board-selection {
        padding: 40px 0;
    }

    .second-row {
        padding-top: 0px;
    }

    .bords-boxes {
        margin-bottom: 20px;
    }

    .load-btn-row {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .testimonials {
        padding: 40px 0;
    }

    .study-last .banner-content h1 {
        font-size: 24px;
    }

    .study-last {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .footer-heading h3 {
        font-size: 16px;
        padding-bottom: 0px;
    }

    .footer-links {
        margin-bottom: 20px;
    }

    .copyright p {
        line-height: 25px;
    }

    .footer-number a {
        font-size: 14px;
    }
    .footer-heading h3 {
    padding: 15px 0;
    line-height: 1.2;
    }
   


}