/*
Theme Name: SIMEC Entertainment Ltd (New)
Theme URI: #
Author: Mahadi Hasan Mahfuz
Author URI: mahadihasanmahfuz880@gmail.com
Description: Easy, Fast & Creative Blog
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/



/*==========Common Style Start===========*/



/* .footer_pc img{
    width: 100%;
    height: 100%;
}
.footer_mobile img{
    width: 100%;
    height: 100%;
    display: none;
} */

.slider_box{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.right_slider_box{
   width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0; 
}
.custome_inner .carousel-item img{
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.bg_img{
    width: 100%;
    height: 620px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tabslider{
    position: relative;
}

body{
  font-size: 16px;
	font-family: 'Kalpurush', sans-serif;
}

p{
    font-size: 16px;
}


h1{
    font-size: 40px;
}

h2{
    font-size: 35px;
}

h3{
    font-size: 30px;
}

h4{
    font-size: 25px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}

p{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: unset;
}

a{
    text-decoration: none;
}


ul{
    list-style-type: none;
    padding: 0;
}

.for_text_justify{
  text-align: justify;
}
 /* @font-face {
     font-family: 'KalindiMJ Bold';
     src: url('./include/custom_fonts/KalindiMJ-Bold.woff');
   
 } */
 @font-face {
    font-family: "FSOMUR";
    src: url(./include/custom_fonts/FN-Shorif-Opekkha-Matrahin-Unicode-Regular.woff);
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding: 0% 10%;
}

.custome-container {
    width: 100%;
    max-width: 100%;
    padding: 0% 14.1%;
}

/* 
----------------------------
Global end 
----------------------------
*/
.sec_head h2{
    color: #40423C;
    font-weight: 700;
    font-size: 37px;
    font-family: "Noto Sans Bengali", sans-serif;
}
.sec_head h2 span{
    color: #004A9B;
}
.sec_head p{
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    color: #565353;
    padding-bottom: 23px;
     font-family: 'Kalpurush';
}
#menu-item-11 .sub-menu{
	width: 180px;
}
#menu-item-10 .sub-menu{
	    width: 410px;
}
/*================ Mobile nav Start =====================*/

/* For submenu smooth expand */
.mobile-nav .menu-item-has-children>ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}

/* When submenu is active */
.mobile-nav .menu-item-has-children.active>ul {
    max-height: 500px;
    /* adjust as needed */
    padding: 10px 0;
}

/* Arrow icon (using ::after or SVG rotation) */
.mobile-nav .menu-item-has-children>a::after {
    content: '\f107';
    /* FontAwesome down arrow */
    font-family: FontAwesome;
    float: right;
    transition: transform 0.3s ease;
    margin-right: 0px;
}

.mobile-nav .menu-item-has-children.active>a::after {
    transform: rotate(180deg);
    /* rotate up when open */
}

.mobile_header_logo img {
    width: 125px;
}

.nav-close {
    padding: 10px 25px 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

.nav-close svg {
    border: 1px solid #ffffff;
    color: #585555;
    box-shadow: 0px 0px 30px 0px #0000001A;
    width: 30px;
    height: 30px;
}

.mobile-nav {
    width: 325px;
    height: 100%;
    left: -400px;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    /* overflow-x: auto;
    overflow-y: scroll; */
    z-index: 9999;
    box-shadow: 0 10px 40px 0 rgba(255, 255, 255, .1);
    background-color: #ECF8FF;
}

.mobile-nav ul{
    padding: 0px 10px;
}

.mobile-nav ul li {
    display: block;
    border-bottom: 1px solid #2C2C2C1A
}

.mobile-nav .mbl_menu_social ul li a {
    padding: 3px 5px
}

.mobile-nav ul li a {
    display: block;
    color: #2C2C2C;
    padding: 12px 0px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.nav-arrow {
    position: absolute;
    right: 32px;
}

.mobile-nav ul li ul li a {
    padding: 10px 35px 10px 50px;
    display: block;
}

.nav-open {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 35px;
    top: 35%;
}

.mobile-nav-wrapper {
    display: none;
}

.mobile-nav-wrapper.navActive .mobile-nav {
    left: 0;
}

.nav-hide {
    display: none;
}

.nav-hide.show {
    display: block;
}

.dark-shadow.navActive {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    background-color: black;
    content: '';
    opacity: .8;
    transition: .3s
}

/*================ Mobile nav end =====================*/
/*==========Common Style End===========================*/
/*==========Header Style Start=========================*/
/* 
.logoBox img{
        display: block;
    } */

   .header_logo a{
     display: inline-block;
   } 

   .logoBox img{
        margin-left: -15px;
        margin-top: 15px;
        width: 200px;
   }

.full_header_section {
    /* background: #D8EEFA; */
    
    background-image: url('./include/img/header-v2.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 145px;
    top: 50px;
    z-index: 999;
}

.full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
    color: #413E3E;
    font-weight: 600;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    padding: 30px 22px 30px 15px;
}

.full_header_section .primary_menu>ul>li>a.nav-link:hover {
    color: #105caa !important;
}

.full_header_section .primary_menu>ul>li>a.nav-link {
    color: #413E3E;
    font-weight: 600;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    padding: 30px 22px 30px 15px;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>a {
    padding: 30px 22px 30px 15px;
}

.full_header_section .primary_menu>ul>li>a:hover:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0056A7;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
}

.full_header_section .primary_menu>ul>li {
    position: relative;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>a::after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translate(-0px, -45%);
    color: #B6ADAD;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children:hover>ul {
    display: block;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>ul {
    display: none;
    position: absolute;
    top: 85px;
    left: 0%;
    transform: translate(-0%, -0%);
    width: 500px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px #00000026;
    border-radius: 10px;
    padding: 12px 12px;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>ul>li>a {
    padding: 10px 10px 10px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #605858;
    letter-spacing: 0px;
    transition: 0.3s;
    position: relative;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>ul>li>a:hover {
    color: #0659a8;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>ul>li>a::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #105caad6;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-0px, -50%);
    color: #B6ADAD;
    opacity: .5;
}

.top_gap {
    margin-top: 8rem;
}

.custome_slider_caption {
    position: absolute;
    left: 20%;
    top: 60%;
    right: unset;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
    transform: translate(-20%, -60%);
}

.custome_slider_caption h5 {
        font-family: "Noto Sans Bengali", sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
}

.custome_slider_caption h4 {
    font-family: "DM Sans", sans-serif;
    color: #9CC644;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}

.cusotme_carousel_indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
    border: 2px solid #9CC644;
    background-clip: content-box;
    border-top: -3px solid transparent;
    border-bottom: -3px solid transparent;
}

.sliderHome{
    position: relative;
}

.cusotme_carousel_indicators {
    margin-right: 0%;
    margin-left: 0%;
    width: 150px;
    rotate: 90deg;
    bottom: 40%;
    left: 0%;
    transform: translate(-0%, -40%);
    display: inline-block;
}

/*==========Header Style End===========*/
.page_top {
    margin-top: 8rem;
}

.main_banner {
    position: relative;
}

.main_banner img {
    width: 100%;
}

.main_banner h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #FFFFFF26;
    padding: 8px 18px 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    background: #105CAAB2;
    border-radius: 10px;
    text-align: center;
}

.Research_Consultancy_bg {
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.08) 0%, rgba(156, 198, 68, 0.07) 100%);
    padding: 60px 0;
}

.Research_text h2 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    color: #40444F;
    margin-bottom: 25px;
}

.Research_text p {
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    width: 95%;
    color: #585555;
    margin-bottom: 25px;
}

.Research_image img {
    border: 5px solid #9CC6444D;
    border-radius: 15px 0 15px 15px;
    height: 345px;
    width: 100%;
    object-fit: cover;
}

.Research_Consultancy {
    padding: 60px 0;
}

.Research_Consultancy h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 35px;
    color: #40444F;
}

.Research_Consultancy_bg_second {
    background: linear-gradient(270deg, rgba(16, 92, 170, 0.12) 0%, rgba(156, 198, 68, 0.14) 100%);
    padding: 60px 0;
}
/* About Section 
-------------------------*/
.about_section{
    padding: 30px 0px;
    background: url('./include/img/about_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.abt_para{
    margin-bottom: 35px;
}
.about_wrapper{
    display: grid;
    grid-template-columns: 60% 35%;
    gap: 5%;
}
.about_content p{
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    text-align: justify;
    color: #3F3C3C;
    font-family: 'Kalpurush';
}
.about_content .primary_btn_white{
    margin-top: 30px;
}


/* Course */

.course_wrapper{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 24px;
}
.course_box {
    border: 1px solid transparent;
    border-color: rgb(255, 255, 255);
    padding: 35px;
    box-shadow: 0px 0px 30px 0px rgba(64, 66, 60, 0.1);
    background-color: #fff;
    border-radius: 10px;
    transition: .3s;
    height: 205px;
}
.course_box h4{
    font-weight: 600;
    font-size: 18px;
    color: #656262;
    line-height: 27px;
    margin-top: 24px;
    transition: .3s;
}
.course_box:hover {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(156, 198, 68);
    border-radius: 10px;
    transition: .3s;
}
.course_box:hover h4 {
   color: #9CC644;
   transition: .3s;
}
.course_section {
     background-image: url('./include/img/Our-Product.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	width:100%;
	height: 100%;
    padding: 50px 0px;
    
}
.sec_head p{
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    color: #565353;
    padding-bottom: 23px;
}


/* Trade Section
-------------------------*/
.trade_section .sec_head p{
    color: #3F3C3C;
}
.trade_box h4 {
    font-weight: 600;
    size: 25px;
    line-height: 34px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 25px;
    font-family: "Noto Sans Bengali", sans-serif;
}
.trade_section{
    padding: 60px 0px;
}
.trade_box{
    position: relative;
}

.trade_box img{
  width: 100%;
}

.trade_box:before{
    /* background: linear-gradient(to top, rgba(156, 198, 68, 0.05) 10%, rgba(147, 191, 55, 0.95) 25%); */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-radius: 20px;
    opacity: 1;
    transition: .5s;
    z-index: 9;
}
.trade_box:hover:before {
    background: linear-gradient(to top, rgba(0, 74, 155, 0.9) 10%, rgba(11, 102, 183, 0.2) 90%);
    transition: .3s;
    opacity: 1;
}
.trade_wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Library Section
---------------------------*/

.library_section{
    padding: 60px 0px;
    background: url('./include/img/library_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.library_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.library_box{
    position: relative;
}

.library_box img{
    width: 100%;
	border-radius: 30px;
}

.library_box:before{
    background: linear-gradient(to bottom, rgba(0, 74, 155, .5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 74, 155, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-radius: 30px;
    opacity: 0;
    transition: .3s;
}

.library_box:after{
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-radius: 30px;
    opacity: 0;
    transition: .3s;
    content: '';
}
.library_box p {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Kalpurush';
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    padding: 30px;
    margin-bottom: 0px;
    transition: .3s;
}

.library_wrapper2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.library_wrapper2 .library_box{
    margin-top: 24px;
}
.library_box h4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    transition: .3s;
    padding: 15px;
    font-size: 24px;
    font-family: "Noto Sans Bengali", sans-serif;
}
.library_wrapper2 .library_box h4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    transition: .3s;
    padding: 15px;
}
.primary_btn_green {
    font-family: "Noto Sans Bengali", sans-serif;
    padding: 7px 15px;
    background: rgba(156, 198, 68, 0.8);
    color: #fff;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s;
}
.primary_btn_white {
    font-family: "Noto Sans Bengali", sans-serif;
    padding: 7px 15px;
    background: #fff;
    color: #9CC644;
    border: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: .3s;
    border-radius: 15px;
    box-shadow: 10px 10px 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.library_box:hover:before{
    opacity: 1;
    transition: .3s;
}
.library_box:hover p{
    opacity: 1;
    transition: .3s;
}
.library_box:hover h4{
    bottom: 155px;
    transition: .3s;
}
.library_box:hover .primary_btn_green{
    opacity: 1;
    transition: .3s;
}


/* Benefits 
-------------------------------------*/
.benefits_section{
	background-color: #EEF4F4;
}
.benefits_content {
    padding-top: 67px;
}
 
.benifits_wrapper {
    display: grid;
    grid-template-columns: 50% 45%;
    gap: 20px;
}
 
.benefits_content h4 {
    font-weight: 600;
    font-size: 37px;
    line-height: 34px;
    color: rgba(64, 66, 60, 1);
    padding-bottom: 17px;
}
 
.benefits_content h4 span {
    color: rgba(0, 74, 155, 1);
 
}
 
.benefits_content ul li {
 
    position: relative;
}
 
.benefits_content ul li:before {
    position: absolute;
    left: 0;
    content: '';
    background: url('./include/img/arrow1.png');
    width: 24px;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
}
 
.benefits_content ul i {
    color: rgba(170, 163, 163, 1);
}
 
.benefits_content ul li {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Kalpurush';
    line-height: 40px;
    color: rgba(63, 60, 60, 1);
    padding-left: 33px;
}

/* Notice 
-------------------------------------*/
.notice_section {
    padding: 63px 0px;
    background: url('./include/img/Notice.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
.notice_section h2 {
    font-size: 38px;
    font-weight: 600;
    color: rgba(156, 198, 68, 1);
    text-align: center;
    margin-bottom: 30px;
}
 
.notice_content {
    padding: 30px 22px;
    background: #fff;
    border-radius: 8px;
}
 
.notice_content p {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    padding: 10px 0px;
}





/* Message*/

.message_bg{
    background-image: url('./include/img/massageContantBg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

.message_subtitle h5{
    color: #0056A7;
    font-size: 18px;
    font-weight: 800;
}
.message_subtitle h6{
    color: #585555;
    font-size: 18px;
    font-weight: 500;
}
/* Gallery-page */
.galary_section_home {
background: linear-gradient(90deg, rgba(16, 92, 170, 0.08) 0%, rgba(156, 198, 68, 0.07) 100%);
 padding: 50px 0px 40px;
}

/* common cart  */

.custom-card {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
    transition: filter 0.4s ease, transform 0.4s ease;
    transform: scale(1);
}

.image-wrapper:hover .main-image {
    filter: brightness(60%);
    transform: scale(1.05);

}

.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.image-wrapper:hover .overlay-icon {
    opacity: 1;
}

.overlay-icon img {
    width: 38px;
    height: 38px;
}

.card-body {
    padding: 15px;
}



/*=============Gallery Page End===============*/

/* Footer Start*/
.footer_sec {
    padding: 2rem;
    background: linear-gradient(165deg, #ffffff 20%, #E7EFF7 100%);
}

.footer_logo img {
    width: 70%;
}

.footer_simec_group_btn {
font-family: 'Open Sans';
    padding: 10px 30px;
    letter-spacing: 1px;
    height: 50px;
    background: linear-gradient(229.91deg, #5693E0 12.57%, #1260AA 60.58%);
    box-shadow: 0px 10px 20px rgba(82, 155, 240, 0.5);
    border-radius: 5px;
    color: #ffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    margin: 2rem 0rem;
    border: none;
    width: 77%;
}

.footer_menu_address {
    font-family: 'Open Sans';
    justify-content: space-evenly;
    line-height: 25px;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}

.footer_menu_address ul li {
    display: flex;
    padding: 10px 0px;
    align-items: center;
}

.footer_menu_address ul li:nth-child(1) .footer_icon {
    width: 22px;
    height: 28px;
}

.footer_icon {
    margin: 0px 15px 0px 0px;
}

.footer_menu_address ul li p {
    margin: 0px;
}

.footer_menu_address ul li:nth-child(2) .footer_icon {
    width: 22px;
    height: 28px;
}

.footer_quick_heading {
    padding: 2rem 4rem 0rem 0rem;
}

.footer_heading h5 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #666666;
}

.footer_menu_list {
    font-family: 'Open Sans';
    display: flex;
    line-height: 40px;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}

.footer_menu_list ul {
    column-count: 1;
    list-style-type: none;
    padding: 0px 0px 0px 0px;
}
.footer_menu_list ul li a {
    padding: 0;
    color: unset;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}
.Policies_sec p a
 {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 14px;
    color: #585555;
}
.footer_menu_address {
    font-family: 'Open Sans';
    justify-content: space-evenly;
    line-height: 25px;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}
.footer_menu_address ul li {
    display: flex;
    padding: 10px 0px;
    align-items: center;
}
.footer_menu_address ul li:nth-child(1) .footer_icon {
    width: 22px;
    height: 28px;
}

.footer_menu_address ul li p {
    margin: 0px;
}
.footer_menu_address ul li:nth-child(3) .footer_icon, .footer_menu_address ul li:nth-child(4) .footer_icon {
    width: 22px;
    height: 28px;
}
.footer_contact_heading {
    padding: 2rem 0rem 0rem 0rem;
}
.copyright {
    padding: 1rem 0rem;
    border-top: 1px solid #66666630;
}
.copyright h5 {
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 127.5%;
    text-align: center;
    color: #999999;
}
/* Footer End*/

/* Media Query Start*/
@media (max-width: 1536px) {
    .benefits_content {
        padding-top: 40px;
    }
    .benefits_content ul li{
        font-size: 16px;
        line-height: 32px;
    }
    
}
@media screen and (max-width: 1366px) {
       .logoBox img{
            margin-left: 15px;
            margin-top: 15px;
            width: 180px;
        }
    .page_top {
        margin-top: 4rem;
    }
    .course_wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
    .benefits_content {
        padding-top: 20px;
    }
    .footer_sec .container{
            padding: 0% 1%;
    }
    .footer_menu_address ul li p {
        margin: 0px;
        font-size: 14px;
    }
        .footer_menu_address ul li:nth-child(1) .footer_icon {
        width: 20px;
        height: 20px;
    }
    .footer_menu_address ul li:nth-child(2) .footer_icon {
        width: 20px;
        height: 20px;
    }
    .footer_menu_address ul li:nth-child(3) .footer_icon, .footer_menu_address ul li:nth-child(4) .footer_icon {
    width: 22px;
    height: 22px;
}
}
@media screen and (max-width: 1199px) {
    .course_wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1280px) {
    .trade_box h4{
        font-size: 20px;
    }
    .library_box h4{
        font-size: 20px;
    }
    .notice_section h2{
        font-size: 28px;
    }
    .benefits_content h4{
        font-size: 28px;
    }
    .sec_head h2 {
        font-size: 28px;
    }
    .benefits_content h4 {
        padding-bottom: 0px;
}
}
@media (max-width: 1024px) {
    .logoBox img{
        margin-left: 0px;
        margin-top: 0px;
        width: 163px;
        }
        .full_header_section{
            background-position: bottom;
            background-position-x: -35px;
            height: 125px;
        }
    .about_content p{
        line-height: 26px;
    }
    .sec_head p {
        font-size: 18px;
        line-height: 26px;
    }
        .library_box h4 {
        font-size: 18px;
    }
        .trade_box h4{
            padding: 15px;
            line-height: 26px;
            font-size: 18px;
        }
    .notice_section h2,
    .sec_head h2,
    .benefits_content h4 {
        font-size: 22px;
    }
    .benefits_content ul li:before{
        top: 0;
    }
    .benefits_content ul li {
        line-height: 20px;
    }
    .benefits_content {
        padding-top: 10px;
    }
       .library_box img {
        height: 330px;
        object-fit: cover;
        border-radius: 15px;
    }
    .library_box p {
        padding: 15px 10px;
    }
     .library_box h4 {
        padding: 10px;
    }
    .library_box:hover h4 {
        bottom: 165px;
        padding: 10px;
    }
   .library_wrapper2 .library_box:hover h4 {
        bottom: 185px;
        padding: 10px;
    }
}
@media screen and (max-width: 991px) {

    .nav-open{
        top: 17%;
    }
    .footer_logo img {
        width: 180px;
    }
    .top_gap {
        margin-top: 4rem;
    }
    .benifits_wrapper{
        grid-template-columns: 100%;
    }
    .benefits_content ul li {
        line-height: 32px;
    }
        .benefits_content ul li:before {
        top: 5px;
    }
    .benefits_content {
     
        padding-bottom: 25px;
        padding-left: 20px;
    }
    .course_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .trade_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .about_wrapper {
        grid-template-columns: 100%;
        gap: 0%;
    }
     .library_box img{
        width: 100%;
        object-fit: cover;
    }
    .library_box p {
        padding: 15px 20px;
        bottom: 30px;
    }
    .primary_btn_green{
        top: 30px;
    }
    .library_wrapper2,
     .library_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .full_header_section{
       display: none;
    }
    .mobile-nav-wrapper {
        display: block;
        z-index: 999;
        position: fixed;
        width: 100%;
            height: 110px;
        top: 0%;
        padding: 10px 10px;
        /* background-color: #ffffff; */
            background-image: url(./include/img/header-v2.png);
    background-position: bottom ;
    background-position-x: -70px;
    background-size: cover;
    background-repeat: no-repeat;
    }
    .logoBox img {
        display: none;
    }

    #menu-header-menu-1,
    .menu_bottom {
        padding: 10px 25px 15px 20px;
    }

    .header_logo img {
        margin-left: 50px;
        width: 140px;
    }

    .collab-container {
        flex-direction: column;
        align-items: center;
    }

    .Study_Abroad_text_section_2 {
        margin-top: 20px;
    }

    .resarch_container {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }

    .Research_image img {
        height: auto;
    }

    .mobile-nav ul li a {
        font-size: 14px;
    }

    .custome_slider_caption h5,
    .custome_slider_caption h4 {
        font-size: 24px;
        line-height: 19px;
    }

    .custome_slider_caption {
        left: 18%;
        top: 50%;
        transform: translate(-18%, -50%);
    }

    .background_home_nection2 {
        padding: 40px 0px;
    }

    .common_description {
        margin-bottom: 30px;
    }

    .collab-text {
        max-width: unset;
    }

    .footer_head p,
    .footer_quick_link li a,
    .footer_bottom_text h6 {
        font-size: 15px;
        line-height: 22px;
    }
    .logo-column {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
    }
    .footer_head{
        margin-top: 15px;
    }
    .main_banner img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .main_banner h4 {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        font-size: 22px;
    }
    .card_section_galary_single h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .card_section_galary_single p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 28px;
    }
    .resarch_container li {
        font-size: 16px;
    }
    .Research_Consultancy {
        padding: 30px 0px 55px;
    }
    .Research_Consultancy h2 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 24px;
    }
    .back_btn {
        top: 75%;
        left: 50%;
        transform: translate(-50%, -75%);
        font-size: 15px;
    }
      .course_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .trade_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .about_wrapper {
    grid-template-columns: 100%;
    gap: 0%;}
}
@media screen and (max-width: 768px) {
    .course_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .trade_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .about_wrapper {
        grid-template-columns: 100%;
        gap: 0%;
    }
    .cusotme_carousel_indicators{
        width: 105px;
    }
    .cusotme_carousel_indicators [data-bs-target]{
        width: 5px;
        height: 5px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .course_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .trade_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .about_wrapper {
    grid-template-columns: 100%;
    gap: 0%;}
}
@media screen and (max-width: 500px) {
        .header_logo img {
        margin-left: 20px;
        width: 120px;
    }
    .mobile-nav-wrapper{
        height: 100px;
        background-position-x: -100px;
    }
        .top_gap {
        margin-top: 3.5rem;
    }
    .footer_mobile img{
        display: block;
    }
    .footer_pc img{
        display: none;
    }
    .sec_head p,
     .about_content p{
        font-size: 16px;
        line-height: 24px;
    }
    .notice_content p {
        font-size: 16px;
    }
    .trade_box img{
        width: 100%;
    }
    .course_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .trade_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .about_wrapper {
    grid-template-columns: 100%;
    gap: 0%;
    }
    .library_box img {
        height: 380px;
    }
    .library_wrapper2 .library_box:hover h4 {
        bottom: 225px;
    }
    .cusotme_carousel_indicators [data-bs-target] {
        width: 5px;
        height: 5px;
        margin-right: 0px;
        margin-left: 0px;
        padding: 2px;
        
    }
     .cusotme_carousel_indicators{
        width: 56px;
    }
    .course_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .trade_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .about_wrapper {
    grid-template-columns: 100%;
    gap: 0%;}
}