@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@font-face {
	font-family: 'Oswald';
}
@font-face {
	font-family: 'Univers-light-normal';
	src: url('../fonts/Univers-light-normal.ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Lato:wght@300;400;700;900&family=Libre+Baskerville:wght@400;700&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
p {
	font-size:14px;
	color:#505050;
}
 h2 {
    font-size: 30px;
    /* text-transform: uppercase; */
}
/*-- foter css --*/
.main {
    width: 50%;
    margin: 50px auto;
}
.nav__menu .dropdown ul{
        z-index: 1;
}
/* Bootstrap 4 text input with search icon */

.has-search {
	padding-left: 0;
	margin-top: 45px;
}
.has-search .form-control {
    display: block;
    width: 83%;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    border: none;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #a7a7a7;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: none;
	    font-family: system-ui;

    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 50px;
    right: 30px;
    background: url(../images/search.png) no-repeat 0 0;
    width: 26px;
    height: 25px;
    padding: 0;
    opacity: 0.6;
}
.view-all{
    margin: 33px auto;
    /* position: relative; */
    text-align: center;
    display: block;
    /* margin: 20px 0; */
    border: 2px solid #000;
    width: 12%;
    padding: 9px;
    font-size: 15px;
    font-family: system-ui;
    font-weight: 600;
    color: #000;
}
.footer_background p {
    text-align: center;
    font-family: system-ui;
    font-weight: 400;
	font-size: 13px;
    margin-bottom: 0;

}
.input-group-btn .btn {
    background: #000;
    color: #fff;
    font-family: system-ui;
    font-weight: 500;
}
.footer_background {
    background-color: #111111;
    padding-top: 50px;
}
.footer_body ul  {
  padding-inline-start: 0;
    margin-bottom: 0;
    padding: 5px 0;
    text-align: center;
}
.footer_body {
    width: 100%;
    float: left;
    margin: 0 0;
}
.footer_body h1 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
    font-family: system-ui;
    letter-spacing: 1px;
    /* border-bottom: 2px solid #000; */
    padding-bottom: 0;
}
.footer_body ul li {
    text-align: left;
    list-style-type: none;
    display: inline-block;
}
.footer_body li a {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    margin-right: 7px;
    font-weight: 400;
    font-family: system-ui;
    text-transform: uppercase;
    border-right: 2px solid #2699fa;
    padding-left: 0;
    padding-right: 11px;
}
.noborder {
    border-right: none !important;
}
.footer_body li a:hover {
    color: #8ac2ff;
	padding-left: 0;
    cursor: pointer;
	    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
}

.social_icon_links i {
    /* background: #8a3ab9; */
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding-top: 8px;
    /* background: linear-gradient(to bottom, #F58529 0%, #ff99cc 100%); */
}

.social_icon_links li {
	display: inline-block;
}

.newsletter {
padding: 80px 0;
background: #f2f2f2;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px; }
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #243c4f;
color: #fff;
font-weight:600;
}
.top{}
.section-2-righttext{
	margin-top: 25%;

}
.section-3 .col-md-12 {
	padding: 0;
}
.section-3 img {
	width: 100%;
}
.section-6 p {
    font-size: 18px;
    color: #454040;
    font-family: system-ui;
    font-weight: 500;
    margin-top: 11px;
}
.section-6 img {
	width: 100%;
	    margin-bottom: 25px;

}
.section-6 a:hover {
    text-decoration:none;
}
.section-6 h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3a3a3a;
    font-size: 29px;
}

.section-6 .a-readmore {
    text-transform: uppercase;
    line-height: 27px;
    text-decoration: underline;
    color: #000;
    font-family: system-ui;
    font-size: 17px;
}
.get-to-text h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: system-ui;
    margin: 60px 0;
    font-size: 27px;
}
.section-5 img {
    width: 95%;
    margin: 20px auto;
}
.section-7 img {
    margin-top: 30px;
}
.xo-xo-heading h3 {
    text-align: center;
    font-family: system-ui;
    margin: 30px auto;
    position: relative;
    top: 0;
    width: 30%;
    background: #fff;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 23px;
}
.xo-xo-heading span {
    display: block;
    content: '';
    position: relative;
    width: 45%;
    height: 1px;
    background: #000;
    margin: 0 auto;
    text-align: center;
    top: -7px;
}
.comfortable-h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6a6664;
    font-size: 38px;
}

.comfortable-h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-size: 45px;
}

.comfortable-h3 span {
    color: #dc6662;
}
.social {
    color: #fff;
    padding: 23px 0;
}
.social1{
    color: #fff;
    padding: 0 0;
    float: right;
}
.social a {
    /* FONT-WEIGHT: 700; */
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    font-family: system-ui;
    font-weight: 400;
}
/*.main_header_area {*/
/*    background: #fff;*/
/*    margin-top: 0;*/
/*    height: 51px;*/
/*}*/

/*.btn-offer {*/
/*    background: #fff;*/
/*    color: #000 !important;*/
/*    height: 30px;*/
/*    margin-top: 6px;*/
/*    padding: 5px 10px !important;*/
/*    border-radius: 0 !important;*/
/*    font-family: system-ui;*/
/*    font-weight: 500 !important;*/
/*    font-size: 13px !important;*/
/*}*/
/*#myCarousel .carousel-control.left {*/
/*    background-image: none;*/
/*}*/
/*#myCarousel .carousel-control.right {*/
/*    right: 0;*/
/*    left: auto;*/
/*    background-image: none;*/
/*}*/
/*.section-2 {*/
/*	margin:40px 0;*/
/*}*/
/*#myCarousel .carousel-control.left {*/
/*    background-image: none;*/
/*}*/
/*#myCarousel .carousel-control {*/
/*    position: absolute;*/
/*    top: 46%;*/
/*    bottom: 11%;*/
/*    left: 0;*/
/*    width: 15%;*/
/*    font-size: 20px;*/
/*    color: #383d3f;*/
/*    text-align: center;*/
/*    text-shadow: none;*/
/*    background-color: rgba(0,0,0,0);*/
/*    filter: alpha(opacity=50);*/
/*    opacity: .5;*/
/*    font-size: 57px;*/
/*}*/
.social1 a {
    text-decoration: none;
    color: #fff;
}
.social1 a:hover{
    text-decoration: none;
    color: #fff;
}
.icn {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-family: system-ui;
    text-transform: capitalize;
    border-radius: 0 0 10px 10px;
    padding-top: 1px;
    text-align: left;
    font-size: 15px;
}
.icn-right {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-family: system-ui;
    text-transform: capitalize;
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    text-align: right;
    font-size: 15px;
}
.top .col-md-4 {
	padding:0;
}

#preloader{overflow:hidden;background-color:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999999;}
.classy-load{-webkit-animation:2000ms linear 0s normal none infinite running classy-load;animation:2000ms linear 0s normal none infinite running classy-load;background:transparent none repeat scroll 0 0;border-color:#dddddd #dddddd #111111;border-radius:50%;border-style:solid;border-width:2px;height:40px;left:calc(50% - 20px);position:relative;top:calc(50% - 20px);width:40px;z-index:9;}
@-webkit-keyframes classy-load{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes classy-load{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}


    #custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 7px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    border: 1px solid #d5d1cf;
    padding: 12px 20px;
    width: 79%;
    float: right;
    margin-top: 9px;
	    font-family: sans-serif;

}
 
 #custom-search-form button {
    border: 0;
    background: none;
    padding: 8px 5px;
    margin-top: 12px;
    position: absolute;
    /* left: 0; */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    right: 89px;
    font-size: 18px;
}
 
    .search-query:focus + button {
        z-index: 3;   
    }


.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
}

.social {
    color: #fff;
    padding: 2px 0 0;
}
.pre-header {
    background: #041831;
    padding: 8px;
    position: relative;
    z-index: 9999;
    transition: background-color 0.9s ease;
    border-bottom: none;
}
.social-right {
	float: right;
	padding: 5px 0;
}
.social-right a {
    /* FONT-WEIGHT: 700; */
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    font-family: system-ui;
    font-weight: 400;
}
.logo img {
    width: 44%;
    margin: 0 auto;
    display: block;
    margin-top: 0;
    position: relative;
    top: 19px;
}
.icn-yellow {
    text-align: center;
    color: white;
    font-size: 15px;
    margin-bottom: 0;
    font-family: system-ui;
}
.custom-search-form {
    margin-top: 5px;
    width: 85%;
    margin: 23px auto;
    z-index: 9999;
    position: absolute !important;
}
.custom-search-form .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 44px;
    border-radius: 0;
    border: 1px solid #c3c3c3;
    background: #f2f2f2;
    font-family: system-ui;
}
.custom-search-form .form-control::placeholder {
   color:#000;
}
.input-group-btn {
    position: absolute !important;
    top: 0;
    /* left: 0; */
    right: 0;
}
.input-group-btn .btn-default {
    color: #fff;
    background: #000;
    border-color: #ccc;
    padding: 11px 15px;
}
.right_pannel ul {
    float: right;
    margin-top: 29px;
}
.right_pannel ul li {
    display: inline-block;
    padding-right: 15px;
    font-family: system-ui;
    font-weight: 500;
	    margin-right: 11px;
    float: left;
}
.right_pannel li a {
    color: #000;
	    font-size: 21px;

}
.riview-button {
    position: fixed;
    padding:10px 20px 15px 20px;
    right: -65px;
    top: 40%;
    transform: rotate(90deg) translate(50%, 50%);
    opacity: 1;
    z-index: 999;
	    background:#008080;
	border-radius: 0 0 12px 12px;	
}
.riview-button a {
	color:#fff;
	font-size:18px;
}
.riview-button a:hover {
	color:#fff;
	text-decoration:none;
}
.right_pannel {
    margin-top: 23px;
}
.numeric_value {
    float: right;
    position: relative;
    top: -10px;
    left: -2px;
    font-size: 17px;
    color: red;
}
.cart-header {
    background: url(../images/cart.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    /* position: absolute; */
}
.col-4 {
    width: 34%;
    float: left;
    text-align: center;
    box-shadow: 0 0 5px #909090;
    text-align: center;
    margin: 49px 10px;
    padding: 0 22px;
}
.packs-text {
    font-weight: 600;
    font-family: system-ui;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    padding-top: 10px;
}
.packs_section .col-4 .col-md-6 {
    padding: 0 0;
    height: 180px;
}
.packs_section .col-4 .col-md-6 img{
    width: 80%;
}
.packs_column h6 {
    color: #000;
    font-size: 13px;
    font-family: system-ui;
    font-weight: 600;
}
.col-2 {
    width: 28%;
    float: left;
    margin-top: 47px;
}
.col-2 img {
    margin: 0 auto;
    display: block;
}
.dreams-category h4 {
	text-align: center;
    color: #000;
    font-family: system-ui;
    font-size: 17px;
} 
.section-3 {
	    padding: 0 0 50px 0;
}
.brand_section .col-md-2 {
	width:20%;
}
.taxfree_section {
    margin-bottom: 50px;
}
.border_grey {
    border: 1px solid #ececec;
}
.right-border {
    border: 1px solid #ececec;
}
.right-border img {
    float: left;
    padding: 10px 0;
}
.right-border h6 {
    margin-top: 28px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    font-family: system-ui;
}
.dreams-category {
    margin-bottom: 30px;
}
.dutyfree_banner {
    background: url(../images/aboutus-banner.jpg) no-repeat 0 0;
    height: 230px;
    padding: 0 0;
    margin-top: 0;
}
.dutyfree_breadcrumb {
    margin-top: 20px;
    margin-bottom: 0;
}
.dutyfree_breadcrumb .breadcrumb {
    padding: 8px 8%;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li a {
    font-weight: 500;
    color: #000;
    font-family: system-ui;
}
.left_panel_filter {
    border: 1px solid #d9d9d9;
}
.productlist_section h5 {
    font-size: 19px;
    padding-left: 15px;
    font-family: system-ui;
    padding-top: 0;
    color: #6b6b6b;
    padding-bottom: 15px;
    margin: 0 0;
}
.wrapper  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}
.wrapper .panel-default {
    border-color: #fff;
}
.wrapper .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.wrapper .panel-title {
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 600;
    font-family: system-ui;
}
.wrapper .panel-body {
    padding: 5px 15px;
}
.wrapper .checkbox label {
    min-height: 27px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-family: system-ui;
    font-size: 14px;
}
.sorting_column .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 47px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    font-family: system-ui;
    font-size: 16px;
	    margin-bottom: 10px;

}

.product-list img {
    width: 90%;
    height: 261px;
}
.product-list h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: system-ui;
}
.product-list p {
    color: #535766;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block;
    font-family: system-ui;
    line-height: 24px;
}
.product-list-span {
    font-size: 15px;
    color: #282c3f;
    font-weight: 600;
    font-family: system-ui;
}
.product-strike {
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
}
.product-list:hover {
    transition: all 0.5s ease;
}
.product-list a:hover {
    text-decoration: none;
}
.product-list {
    margin-bottom: 30px;
}


.quantity-h5 {
    font-family: system-ui;
    /* margin-right: 30px; */
    font-size: 16px;
    font-weight: 500;
}
.quantity-h5 b {
    font-size: 15px;
}
.pdp-title {
    color: #009999;
    padding: 0 20px 0 0;
    font-size: 24px;
    font-weight: 500;
    font-family: system-ui;
    line-height: 1;
}
.pdp-name {
    color: #535665;
    padding: 5px 20px 14px 0;
    font-size: 16px;
    opacity: .8;
    font-family: system-ui;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
    text-align: justify;
    letter-spacing: -0.5px;
}
.stylish h1 {
    color: #282c3f;
    font-weight: 500;
    font-size: 26px;
    font-family: system-ui;
    margin-top: 14px;
    margin-bottom: 20px;
}
.stylish .form-control {
    display: block;
    width: 34%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    font-family: system-ui;
    font-weight: 700;
}
.stylish label {
    font-size: 16px;
    font-weight: 600;
    font-family: system-ui;
    margin-bottom: 10px;
}
.product-heading {
    font-size: 16px;
    font-family: system-ui;
    text-transform: uppercase;
    font-weight: 600;
}
.product-para {
    margin: 8px 0;
    display: inline-block;
    width: 90%;
    vertical-align: top;
    line-height: 27px;
    font-size: 15px;
    font-family: system-ui;
}
.btn-buy-now {
    color: #fff;
    background-color: #008080;
    border-color: #008080;
    width: 37%;
    border-radius: 0;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    margin-right: 15px;
    display: block;
    text-align: center;
    float: left;
	text-transform:uppercase;
}
.btn-buy-now:hover {
    color: #fff;
    background-color: #000;
}
.btn-buy-cart {
    color: #fff;
    background-color: #000;
    border-color: #42a2a2;
    width: 37%;
    border-radius: 0;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    margin-right: 15px;
    display: block;
    text-align: center;
    float: left;
	text-transform:uppercase;
}
.btn-buy-cart:hover {
    color: #fff;
    background-color: #42a2a2;
}
.similar_heading h4 {
    font-family: system-ui;
    padding: 20px 0 0;
    font-size: 20px;
}

.product-details-column {
    margin-bottom: 30px;
}
.product-details-column img {
    width: 90%;
    height: 350px;
}
.product-details-column h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: system-ui;
}
.product-details-column p {
    color: #535766;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    display: block;
    font-family: system-ui;
    line-height: 24px;
}
.product-details-column-span {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: system-ui;
}
.product-details-strike {
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
}
.login-banner h3 {
    text-align: left;
    font-family: system-ui;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 81px;
}
.login-banner p {
    font-family: system-ui;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}
.forgot {
    float: right;
    font-family: system-ui;
    color: #0037ff;
    font-weight: 500;
    font-size: 14px;
}
.login-banner .btn-warning {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
    display: block;
    margin: 0 auto;
    border-radius: 7%;
    font-family: system-ui;
    padding: 8px 18px;
    margin-top: 15px;
}
.login-banner .container-fluid {
    padding-left: 0;
}
.menu {
    background:#345;
    color:#FFF;
    height:2em;
    padding:.5em;
    position:absolute;
    top:50px;
    width:100%;
}
.offer-section {
    margin: 152px 0 25px;
}
.header_bumblebee h3 {
    text-align: center;
    text-transform: uppercase;
    /* font-family: system-ui; */
    /* width: 23%; */
    text-align: left;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    z-index: 99;
    position: relative;
    /* margin-bottom: 30px; */
    /* color: teal; */
    /* font-weight: 700; */
    font-size: 23px;
}
.header_bumblebee span {
    /* content: ""; */
    /* position: absolute; */
    /* width: 38%; */
    /* height: 2px; */
    /* background: #008080; */
    /* margin: 0 auto; */
    left: 0;
    /* right: 0; */
    top: 35px;
    color: #0075df;
}
.safari-section img {
    width: 100%;
}


/********************* shopping Demo-1 **********************/
.product-grid {
    font-family: Raleway,sans-serif;
    text-align: center;
    padding: 0 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
	    margin-right: 10px;
}
.product-grid .product-image{position:relative;transition:all .3s ease 0s}
.product-grid .product-image a{display:block}
.product-grid .product-image img{width:100%;height:auto}
.product-grid .pic-1{opacity:1;transition:all .3s ease-out 0s}
.product-grid:hover .pic-1{opacity:1}
.product-grid .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .3s ease-out 0s}
.product-grid:hover .pic-2{opacity:1}
.product-grid .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%;left:50%;z-index:1;transition:all .3s ease 0s}
.product-grid:hover .social{opacity:1;top:50%}
.product-grid .social li{display:inline-block}
.product-grid .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid .social li a:hover{color:#fff;background-color:#ef5777}
.product-grid .social li a:after,.product-grid .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{opacity:1}
.product-grid .product-discount-label,.product-grid .product-new-label{color:#fff;background-color:#ef5777;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:0}
.product-grid .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid .rating{color:#FFD200;font-size:12px;padding:12px 0 0;margin:0;list-style:none;position:relative;z-index:-1}
.product-grid .rating li.disable{color:rgba(0,0,0,.2)}
.product-grid .product-content{background-color:#fff;text-align:left;padding:12px 0;margin:0 auto;}
.product-grid:hover .product-content{bottom:0}
.product-grid .title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s;
    color: #36454f;
}
.money {
    font-size: 14px;
    color: #dd4309;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: system-ui;
}
.product-content em {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
    font-style: normal;
    margin-right: 3px;
}
.product-grid strike {
    display: block;
    font-family: system-ui;
    color: #969696;
}
.product-grid .title a {
    color: #000;
    font-family: sans-serif;
}
.product-grid .title a:hover, .product-grid:hover .title a {
    color: #2e8b57;
	text-decoration: none;
}
.product-grid .price {
    color: #333;
    font-size: 12px;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s;
    text-decoration: underline;
    text-transform: uppercase;
	    float: left;

}
.product-grid .price span{color:#999;font-size:13px;font-weight:400;text-decoration:line-through;margin-left:3px;display:inline-block}
.product-grid .add-to-cart{color:#000;font-size:13px;font-weight:600}
@media only screen and (max-width:990px){.product-grid{margin-bottom:30px}
}

.bumblebee_products .product-grid {
    width: 19%;
    float: left;
    /* padding: 0 10px; */
    margin: 0 6px;
}

/*------------------ image effect css ------------------*/
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
    position: relative;
    float: left;
    width: 329px;
    height: 199px;
    margin: 0 0 0 0;
    padding: 10px 4px;
    margin-bottom: 65px;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
.university-section figure {
	width:100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: 266px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 5px;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.2);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.arrivals-left  {
	width:50%;
	    float: left;

}
.arrivals-right {
    width: 43%;
    float: left;
}
.carousel {
    position: relative;
    top: 0;
}
.carousel-inner img {
    width: 100%;
}
.offer-section-2 {
    margin: 0 0 0;
}
.p-about {
    font-size: 16px;
    text-align: justify;
    font-family: system-ui;
    color: #191919;
    padding: 0 17%;
}
.offer-section-2 {
    margin: 16px 0 0;
}
.shop-now {
    display: block;
    margin: 32px auto;
    width: 12%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #000;
    padding: 12px 22px;
}
.shop-now:hover {
    background:#008080;
	color:#fff;
}

body {
  background: #000;
      font-family: 'Montserrat';

}
.section-padding{
  padding:60px 0;
}
.brand-carousel {
  background: #eee;
  margin-top: 10%;
}
.owl-dots{
  text-align: center;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #222222 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: #FF170F !important;
}



/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}
#demo {
    margin-top: 0;
}
.big-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #1caf86;
    font-family: system-ui;
    line-height: 38px;
	padding:40px 0;
}
.big-heading span {
    font-family: 'system-ui';
    font-style: italic;
    font-size: 34px;
}
.big-heading b {
    font-size: 42px;
    font-family: system-ui;
}
.strong-bum {
    display: block;
    text-align: center;
    position: relative;
    top: -24px;
    font-size: 28px;
    font-family: revert;
}
.insta-section img {
	margin-bottom:25px;
}

.video-heading h3 {
    font-size: 28px;
    font-family: system-ui;
    margin-bottom: 24px;
	    font-weight: 700;
}

/*.fa-instagram{
	 background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}*/
.fa-youtube-play {
	background:#f00;
}
.whasapp-a {
    font-size: 14px;
    color: #fff;
    font-family: system-ui;
    line-height: 24px;
    
    position: relative;
        display: block;

}
.fa-whatsapp {
    color: #0bd30b;
    font-size: 16px !important;
    position: relative;
    top: 1px;
}
.list-li {
	display:block !important;
}
.healthy-heading {
    margin: 12px 0;
    font-family: system-ui;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}
.mail {
    color: #fff;
    font-size: 14px;
    font-family: system-ui;
    line-height: 41px;
}


.newsletter {
padding: 80px 0;
background: #f2f2f2;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px; }
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #243c4f;
color: #fff;
font-weight:600;
}
.footer_body .form-control {
    border-radius: 50px;
	    height: 42px;
	border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
	width:300px !important;
	padding: 10px 12px;
}
.footer_body .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -88px;
    border-radius: 50px;
	margin-top: 5px;
    margin-right: 3px;
	    background: #008080;

}

.healthy_heart h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: system-ui;
    width: 27%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    z-index: 99;
    position: relative;
    margin-bottom: 30px;
    color: teal;
    font-weight: 700;
}
.healthy_heart span {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background: #22c194;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35px;
}
.whats_app {
    position: fixed;
    left: 24px;
    bottom: 74px;
    z-index: 9999;
    font-size: 38px;
    width: 4%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    float: right;
    left: 96%;
}
.whats_app .fa-whatsapp {
    color: #18c10d;
    font-size: 51px !important;
    position: relative;
    top: 1px;
}
.read-more-middle {
    display: block;
    margin: 1px auto;
    width: 10%;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #000;
    padding: 12px 4px;
    margin-bottom: 24px;
}
.healthy-section {
    margin-top: 60px;
}
.read-more-middle:hover {
    background: #008080;
    color: #fff;
}
.social_icon_links {
    margin-top: 20px;
}
.l-p {
    text-align: left !important;
}
#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #008080;
    border: 1px solid #008080;
    border-radius: 10px;
}
.product_details {
    margin: 100px 0 100px;
}
.shipping-b {
    font-size: 16px;
    font-family: system-ui;
}
.shipping-ul {
    margin-top: 8px;
    padding-inline-start: 10px;
}

.shipping-ul li {
    line-height: 30px;
    font-family: system-ui;
    font-size: 14px;
}
/* --------- prod box ---------- */
.prod-box{height:250px; background-color:#fff;  border-radius:4px; position:relative; margin-top:10px; margin-bottom:10px; font-family:'Open sans', Arial;}
	.prod-box .img-holder{margin-top:3px; text-align:center; height:250px; overflow:hidden; position:relative;}
	.prod-box .item-img-2{display:none;}
	.prod-box .img-holder:hover .item-img-2{display:block;}
	.prod-box .img-holder:hover .item-img-1{display:none;}
	
	.prod-box .img-holder img{max-height:100%}
	
	.prod-box .anons{padding:5px; border-top:1px solid #ddd;}
		.prod-box p{margin:0; padding:3px;}
		.prod-box .title{ font-size:16px; max-height:45px; overflow:hidden; font-family:'Open sans', Arial;}
		.prod-box .price{ float:left; color:#D90000;}
		.prod-box .sold{ float:right; color:#999}
		.prod-box .info{width:60%; font-size:12px; color:#666; float:left}
		
		.prod-box .action{width:39%; float:right; position:relative;}
		.prod-box:hover .blok-hover{bottom:0px; opacity:1;}
		
		.blok-hover{ position:absolute;  bottom:-36px; left:0; width:100%; height:36px; color:#fff; background-color:rgba(0,90,100,.4); z-index:99; transition: all 200ms ease-in-out 0s;}

		.blok-hover a{color:inherit; display:inline-block; padding:10px; font-size:14px;}
		.blok-hover a:hover{color:yellow}
	
	.prod-box  .btn{background-color:#FF4000; border-radius:0; font-size:12px; padding:3px;
	-webkit-border-radius:0; -moz-border-radius:0; color:#fff; border:0}

	.prod-box .action .btn {width:100%;}
	.prod-box .action .btn-add{display:none; position:absolute;}
	.prod-box .action:hover .btn-add{display:block}
	
	.prod-box  .btn-order:hover{background-color:#d90000; color:#fff; }
	.prod-box  .btn-add:hover{background-color:#d90000; color:#fff; }
.copyright {
    text-align: center;
    /* background: teal; */
    margin-bottom: 0;
    color: #8d8d8d;
    font-size: 13px;
    padding: 0 0;
}
.product-list .title a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s;
    color: #36454f;
}
.product-list strike {
    display: block;
    font-family: system-ui;
    color: #969696;
}
.product-list em {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
    font-style: normal;
    margin-right: 3px;
}
.money {
    font-size: 14px;
    color: #dd4309;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: system-ui;
}
.productlisting-title {
    text-align: center;
    font-weight: 600;
    font-family: system-ui;
    font-size: 27px;
}
.wishlist-span {
    font-family: system-ui;
    /* margin-left: 15px; */
    font-size: 14px;
}
.wishlist-span i {
    margin-right: 6px;
}

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.pre-header p {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 0;
	color:#fff;
	margin-top: -4px;
	    font-weight: 600;
}

.pre-header-right i {
    color: #fff;
    margin-right: 10px;
    width: 24px;
    border-radius: 50px;
    text-align: center;
    font-size: 13px;
}
.pre-header-right i:hover {
    color: #fff;
    background: #093b82;
    transition: all 0.5s ease 0s;
}
.pre-header-right a:hover {
    color: #0056b3;
    text-decoration: none;
}
.pre-header .btn-primary {
    padding: 6px 22px;
    border-radius: 50px;
    margin: 3px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.pre-header .fa-user-o {
    color: #fff !important;
    margin-right: 5px;
}
.pre-header .btn-register {
    padding: 6px 22px;
    border-radius: 50px;
    margin: 3px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0050a6;
    color: #9d9d9d;
}
.pre-header .fa-pencil {
    color: #fff !important;
    margin-right: 5px;
}
.pre-header .btn-register:hover {
    color: #fff;
}
.slider {
    background: url(../images/banner1.jpg) no-repeat 0 0;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pre-header .p-2 i {
    color: #fff;
}
.slider-content h1 {
    color: #072F60;
    font-size: 44px;
    margin-top: 9px;
    margin-bottom: 22px;
    line-height: 52px;
    /* font-family: 'Montserrat'; */
}
	
}
.slider-content h1 span {
    color: #00c3fb;
}
.slider-content h5 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.enquiry-form {
    width: 30%;
    background: #fff;
    padding: 18px;
}
.transform-bg {
    background: url(../images/form-img.png) no-repeat 0 0;
    height: 143px;
    background-position: inherit;
    background-size: contain;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.slider .btn-primary {
    color: #fff;
    background-color: #013d6e;
    border-color: #013d6e;
    border-radius: 50px;
    width: 100%;
    font-family: system-ui;
    font-size: 15px;
    font-weight: 600;
}
p.heading-p {
	font-size:16px !important
}
.feature-img-90 {
    width: 100%;
}
.feature-section-right {
    padding: 0 0;
}
.feature-section-right h2 {
    color: #072f60;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Questrial', sans-serif;
}
.feature-section-right h2 span {
    color: #0075df;
}
.feature-section-right p {
   font-size: 14px;
    color: #101010;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-weight: 500;
}
.easylearn-ul li {
    background: url(../images/check.jpg) no-repeat 0 3px;
    /* width: 202px; */
    padding-left: 31px;
    /* line-height: 38px; */
    font-size: 14px;
    font-family: system-ui;
    /* margin-bottom: 7px; */
    padding-bottom: 22px;
}
.easylearn-ul {
    list-style-type: none;
    width: 50%;
    float: left;
}
.app-portion h4 {
    text-transform: uppercase;
    font-family: system-ui;
    letter-spacing: 1px;
    width: 52%;
    float: left;
    line-height: 71px;
}
.item-holder{
  text-align:center;
    float: left;
}
.item {
    height: 218px;
    width: 214px;
    background: transparent;
    margin: 35px auto;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%); */
    transition: all 0.5s;
    margin: 30px 7px;
}
.item .image{
  height:150px;
  width:100%;
  background-image:url(https://www.pirabu.com/wp-content/uploads/2018/01/Audi-FAQ-pages.jpg);
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  transition: all 0.5s;
}
.item .text {
    padding: 34px 1rem 0;
}

.image img {
    border: 2px dashed #dcdcff;
    width: 171px;
    height: 171px;
    padding: 9px;
    border-radius: 88px;
}
.item a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    color: #00db38;
    background-color: rgba(0,0,0,0);
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    transition: all 0.5s;
    float: left;
    font-weight: 600;
}
/* Hover effect */
.item:hover{
  transform:translateY(-15px);
}
.item:hover .image{
  background-position:center bottom;
}
.text p {
    font-weight: 600;
    min-height: 0;
    font-size: 16px;
    color: #5c5c5c;
}

.view-all {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #2f2f2f;
    width: 8%;
    border-radius: 50px;
    padding: 8px;
    color: #fff;
    border: 2px solid #2f2f2f;
}
.view-all:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
}
.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 50px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-family: system-ui;
}
.count-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.number-section {
    background: url(../images/safari.jpg) no-repeat 0 3px;
    height: 300px;
    padding: 53px 0;
    margin-top: 41px;
}
.header-bumblebee-center h3 {
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    z-index: 99;
    position: relative;
    font-size: 23px;
    margin-bottom: 30px;
}
.header-bumblebee-center h3 span {
    color: #0075df;
}
.university-column-left {
    width: 100%;
    float: left;
}
.university-column-left img {
    width: 99px;
    margin: 11px auto;
    display: block;
    height: 99px;
}
.university-column-right {
    width: 100%;
    float: none;
}
.university-column-right h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 36px 0px 20px;
    text-align: center;
}
.university-column {
    border: 1px solid #c3c3c3;
    float: left;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
}
.university-column:hover {
    box-shadow: -2px 4px 15px -2px #868686;
    transition: all 0.3s ease;
}
.read-more-blog {
    float: right;
    color: #0061b9;
    font-weight: 600;
    font-size: 14px;
    line-height: 37px;
}
.healthy-section p {
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 14px;
    font-family: system-ui;
    color: #545454;
    position: relative;
    left: 20px;
    padding-right: 22px;
	    text-align: justify;

}
.healthy-section i {
    color: #2d97ff;
}
.testimonial{
    margin: 0 70px 20px 0;
    text-align: center;
    position: relative;
}

.testimonial .description {
    padding: 25px;
    margin-bottom: 0;
    /* border: 1px solid #553e4e; */
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    position: relative;
}
.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    font-family: system-ui;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #736d6d;
    text-transform: capitalize;
}
.owl-theme .owl-controls{ margin-top: 0; }


@media only screen and (max-width: 479px){
    .testimonial .description{ padding: 10px; }
}
.testimonial-section {
    padding: 51px 0 0;
    background: url(../images/testimonial-bg.jpg) no-repeat 0 3px;
    height: 401px;
    margin: 50px 0 0;
}
.testimonial-section .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}
.testimonial-section .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    margin-right: 71px;
}
.mail:hover {
	color: #8ac2ff;
    text-decoration: none;
}
.whasapp-a:hover {
	color: #8ac2ff;
    text-decoration: none;
}
.dutyfree_banner h3 {
    color: #fff;
    text-align: center;
    padding: 86px 0;
	    font-size: 36px;

}
.university-section {
    margin: 22px 0;
}
.university-section ul {
    border: 1px solid #ddd;
    padding: 0 0;
        background: rgb(221 221 221 / 26%);

}
.university-section ul li {
    padding: 0 0 0;
	    line-height: 40px;

}
.university-section ul li:nth-last-child(3) {
    padding: 0 0 0;
}
.university-section .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 600;
    border-radius: 0 !important;
    border-bottom: 1px solid rgb(179 179 179 / 50%);
}
.no-padding {
    padding: 15px 0 !important;
}
.table-column-10 {
}
.table-column-10 .table th {
    padding: 18px 15px 15px 10px;
    vertical-align: top;
    font-weight: 600;
    color: #0072c0;
    text-transform: uppercase;
    font-size: 15px;
    font-family: system-ui;
    border-bottom: 1px solid #e1e1e1 !important;
    border-bottom-width: 1px !important;
}
.table-column-10 .table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: 500;
}
/*.table-column-10 .table th:nth-last-child(3) {
    width:37%
}
.table-column-10 .table th:nth-last-child(4) {
    width:13%;
}*/
.university-section .container-fluid {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.blog-details h4 {
    font-size: 21px;
}
.blog-details i {
    color: #077bd0;
}
.our-app-ul {
    list-style-type: none;
    padding-left: 15px;
}
.our-app-ul li {
    line-height: 42px;
}
.app-ul-left {
    list-style-type: none;
    float: left;
    width: 100%;
}
.app-ul-right {
    list-style-type: none;
    float: left;
    width: 100%;
}
.app-ul-left li {
    line-height: 40px;
}
.app-ul-right {
   line-height: 40px;
}
.coaching-column {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 10px 30px;
    float: left;
    height: 456px;
}
.coaching-heading  {
    margin: 12px 0;
    font-family: system-ui;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.coaching-column p {
    text-align: justify;
    font-size: 15px;
    font-family: system-ui;
}
.coaching-column:hover {
    box-shadow: 0 0 24px 0 #ddd;
    border: 1px solid transparent;
    transition: width 4s ease-out;
}
.coaching-column strong {
    font-weight: 600;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
}
.coaching-column ul {
    text-align: left;
}

.coaching-column b {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
}
#more {display: none;}
.coaching-column .fa-circle {
    font-size: 9px;
    color: #077bce;
    position: relative;
    top: -2px;
}
#myBtn {
    text-align: left;
    float: left;
    border: none;
    background: transparent;
    font-weight: 500;
    color: #2c67b3;
    font-size: 16px;
}
.hybrid {
	height:auto !important;
}
.inner_contact_us_page_text {
    margin: 30px 0;
}
.inner_contact_us_page_text i {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    color: #0c57b5;
}
.inner_contact_us_page_text p {
    font-family: lato;
    font-size: 15px;
    color: #505050;
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
    text-align: center;
}
.contact_details .form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}
textarea.form-control {
    height: 110px !important;
}
.contact_details .btn {
    background: #003481;
    color: #fff;
    width: 25%;
    padding: 8px;
    margin: 0 0;
    display: block;
}
.app-page {
    text-align: center;
}
.add-mobile { }
.pre-header-right  {}
.pre-header .d-flex {}
.app-portion {
}
.university-section .col-md-3 {
	
}
header {
  padding: 3px 0;
  margin: 0;
}
.slider .button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 7px 22px;
    margin: 15px 0;
    font-size: 18px;
	    transition: all 0.5s ease 0s;
    font-weight: 600;
}
.slider .button:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #0058bd;
}
.feature-section {
    margin: 30px 0 0 0;
}
.course-section {
    margin-top: 50px;
	    margin-bottom: 50px;

}
.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.course-section .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    float: right;
    position: relative;
    top: -76px;
}
.course-section .nav-tabs .nav-link {
    margin-bottom: -1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #010101;
	    border-bottom: 1px solid #fff;

}

.course-section .nav-tabs .nav-link.active {
    margin-bottom: -1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #010101;
    border: none;
    border-bottom: 2px solid #00387f;
    font-weight: 500;
}
.our-team{
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 20px;
}
.our-team .pic:before {
    content: "";
    background: #093b82;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /* right: -50%; */
    opacity: 0.78;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    /* padding: 0 20px; */
}
.our-team:hover .pic:before{
    transform: scale(1);
}
.pic-gallery {
	 width: 100%;
    height: 255px;
}
.pic1{
    width: 100%;
    height: 376px;
}
.pic2{
    width: 100%;
    height: 244px;
}
.pic3{
    width: 100%;
    height: 478px;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .social{
    opacity: 1;
}
.our-team .social li{
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li:nth-child(1){
    transform: translate3d(22px, -19px, 0px);
}
.our-team:hover .social li:nth-child(1){
    transform: translate3d(62px, -19px, 0px);
}
.our-team .social li:nth-child(2){
    transform: translate3d(36px, 38px, 0px);
}
.our-team:hover .social li:nth-child(2){
    transform: translate3d(36px, 8px, 0px);
}
.our-team .social li:nth-child(3){
    transform: translate3d(-18px, -75px, 0px);
}
.our-team:hover .social li:nth-child(3){
    transform: translate3d(-18px, -46px, 0px);
}
.our-team .social li:nth-child(4){
    transform: translate3d(-5px, -19px, 0px);
}
.our-team:hover .social li:nth-child(4){
    transform: translate3d(-43px, -19px, 0px);
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    font-size: 16px;
    color: #fff;
    margin: 0 15px 0 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li a:hover{
    line-height: 35px;
    background: #fff;
    color: #333;
    transform: rotate(-45deg);
}
.our-team .social li a i{
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li a:hover i{
    transform: rotate(45deg);
}
.our-team .team-content{
    padding: 15px 10px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .title{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
.our-team small{
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}
.our-team .team-layer {
    width: 100%;
    padding: 34px 10px;
    background: transparent;
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
}
.our-team:hover .team-layer{
    bottom: 36%;
    opacity: 1;
}
.our-team .team-layer a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .team-layer a:hover{
    color: #fff;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 35px; }
}
.tab-content .col-sm-3 {
    float: left;
    padding: 0 10px;
}
.tab-content .col-sm-3 {
	float:left;
}
.greyservice-section {
	background:#f9f9f9;
	    padding: 33px 0 10px;

}
.article {
    width: 80%;
    margin: 57px auto 0;
    padding: 0 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 10px 0 #e7e7e7;
    border-right: 4px solid #2b429f;
}
.article .image1 {
    height: 414px;
    border-radius: 0;
    padding: 0;
    color: #efefef;
    font-size: 8rem;
}
.article .right {
    float: left;
    margin-left: 0;
}
.content {
    padding: 18px 20px 0;
    color: #444;
}
.headline {
    font-size: 24px;
    position: relative;
    left: 20px;
    font-weight: 400;
}
.headline span {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}
.article h5 {
    text-align: right;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 16px;
}


.bhattoo-team .our-team{
    text-align: center;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}
.bhattoo-team .our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.bhattoo-team .our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.bhattoo-team .our-team:hover .pic:after{ opacity: 1; }
.bhattoo-team .our-team .pic img{
    width: 100%;
    height: auto;
}
.bhattoo-team .our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.bhattoo-team .our-team:hover .social{ opacity: 1; }
.bhattoo-team .our-team .social li{ display: inline-block; }
.bhattoo-team .our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}
.bhattoo-team .our-team .social li a:hover{
    background: #fff;
    color: #000;
}
.bhattoo-team .our-team .team-content{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dotted #ddd;
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.bhattoo-team .our-team:hover .team-content{ border: 2px dotted #00adae; }
.bhattoo-team .our-team .team-info{
    width: 100%;
    color: #464646;
    position: absolute;
    bottom: 12px;
    left: 0;
}
.bhattoo-team .our-team .title{
    font-size: 20px;
    font-weight: 600;
    color: #464646;
    margin: 0 0 5px 0;
    transition: all 0.5s ease 0s;
}
.bhattoo-team .our-team:hover .title{ color: #00adae; }
.bhattoo-team .our-team .post{
    display: block;
    font-size: 14px;
    color: #464646;
}
a.hover-a:hover {
	text-decoration:none;
}
.section2 {
    margin: 25px auto;
}
.sec2contactform span {
    /* content: ""; */
    /* position: absolute; */
    /* width: 38%; */
    /* height: 2px; */
    /* background: #008080; */
    /* margin: 0 auto; */
    left: 0;
    right: 0;
    top: 0;
    color: #6c6c6c;
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
}
.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 0 0;
    margin-top: 0;
    padding-bottom: 19px;
    color: #101010;
    font-weight: 600;
}
.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
    padding: 11px;
    border: 0;
    background: #fff;
    margin: 7px 0;
    border: 1px solid #EDEDED;
}
.section2 .col2.first {
    float: right;
}
.section2 .col2.last {
    float: left;
}
.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize: none;
}
.section2 .sec2contactform input[type="submit"] {
    padding: 14px 17px;
    color: #fff;
    border: 0;
    background: #02367d;
    font-size: 14px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
}
.section2 .col2 {
    width: 48.71%;
}
.contact-banner {
    padding: 30px 0 0;
    background: url(../images/contactbg.jpg) no-repeat 0 3px;
    height: 562px;
    margin: 50px 0 0;
}
.slider a.button {
    box-shadow: inset 0 0 0 0 #072f60;
    color: #fff;
    padding: 11px 22px;
    margin: 13px -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    background: #b82639;
    line-height: 56px;
    border-radius: 5px;
}
.slider a.button:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #072f60;
	    text-decoration: none;

}
.read-more {
    /* float: right !important; */
    color: #fff;
    background: #00397f;
    padding: 11px 25px;
    margin: 23px 0;
    transition: all 0.5s ease 0s;
    line-height: 52px;
	border: 2px solid #00397f;
	font-weight:600;
}
.read-more:hover {
    background: #fff;
    border: 2px solid #002876;
    color: #002876;
	text-decoration:none;
	font-weight:600;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.left-ul {
    float: left;
    padding-left: 22px;
    /* margin-right: 50px; */
    width: 33%;
}
.right-ul {
    float: left;
    padding-left: 22px;
    /* margin-right: 50px; */
    width: 50%;
}
.left-ul li {
    margin-bottom: 12px;
    /* line-height: 25px; */
    font-size: 15px;
}
.left-ul li::marker {
    
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid var(--borderColor);
    border-right: var(--borderWidth) solid var(--borderColor);
    display: none;
    color: transparent;
}
.right-ul li {
    /* margin-bottom: 9px; */
    margin-bottom: 9px;
    font-size: 15px;
}
.left-ul .fa-check {
    color: #087ccf;
}

#aboutus .article {
    width: 100%;
    margin: 57px auto 0;
    padding: 0 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 10px 0 #e7e7e7;
    border-right: 4px solid #2b429f;
}
#aboutus .article .right {
    float: left;
    margin-left: 0;
}
#aboutus .article .image1 {
    height: 414px;
    border-radius: 0;
    padding: 0;
    color: #efefef;
    font-size: 8rem;
}
#aboutus .content {
    padding: 18px 20px;
    color: #444;
}
#aboutus .headline {
    font-size: 24px;
    position: relative;
    left: 20px;
    font-weight: 400;
}
#aboutus .headline span {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}
#aboutus .healthy-section p {
    margin-bottom: 0;
    padding-top: 8px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: system-ui;
    color: #545454;
    position: relative;
    left: 20px;
    padding-right: 22px;
    text-align: justify;
}

.contact_details {
    padding: 0 0 50px 0;
}

.certiimg {
    width: 90%;
    margin: 20px auto;
    display: block;
    border: 2px solid #002876;
    padding: 12px;
	
}
.heading img {
}
 .contact_details .w-100 {
		
}
.team-img {
    border-radius: 50%;
    display: block;
    margin: 23px auto;
    padding: 20px;
    border: 2px dashed #ddd;
    width: 55%;
}
.team-box:hover {
    transform: translateY(-15px);
}
.team-box {
	overflow: hidden;
    transition: all 0.5s;
	cursor:pointer;
}
.team-p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
}
.slider-content span {
    font-weight: 500;
}
.slider-content p {
    font-size: 16px;
}
.icon-section {
	background: #072f60;
	padding:30px 0;
}
.icon-box img {
    width: 60px;
}
.icon-box h4 {
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    padding-top: 15px;
}
.icon-box p {
    color: #fff;
    font-size: 15px;
    font-family: 'Questrial', sans-serif;
}
.greyright-border {
    border-left: 1px solid #e9e9e9;
}
.courses-ul ul {
    text-align: center;
    list-style-type: none;
}
.courses-ul ul  li {
    font-size: 38px;
    font-weight: 900;
    margin-top: 25px;
}
.courses-ul ul  li span {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 400;
    position: relative;
    color: #9f9f9f;
}
.feature-text {
    font-size: 36px;
    color: #072F60;
    margin-bottom: 30px;
}
.category-box {
    text-align: center;
}

.category-box img {
    width: 60px;
    margin-right: 19px;
    margin: 0 auto;
}
.category-box h4 {
    font-size: 18px;
    color: #094287;
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
    margin: 10px 0;
}
.category-box p{
font-size: 14px;
    color: #101010;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-weight: 500;
}
.hungaria-heading {
	    position: relative;
    z-index: 1;
	font-size:36px;
    line-height: 0;
}
.heading-para p{
    text-align: center !important;
}

.hungaria-heading .shape__bg {
    position: absolute;
    content: '';
    width: 169px;
    height: 22px;
    border-radius: 50px;
    z-index: -1;
    top: 12px;
    left: 0;
    right: 250px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.course-box:hover {
    transform: translateY(-15px);
}
.hungaria-heading h2 {
color: #072f60;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.learningtutorial-section {
    margin: 55px 0 0;
}
.course-box {
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    transition: all 0.5s;
    margin: 20px 0;
    text-align: center;
    height: 285px;
}
.plan-sec .course-box {
    padding: 10px 10px 30px;
    height:  338px !important;
}
.yellow{
    background-color: #ff9700;
    padding: 20px 0;
}
.yellow img {
    width: 25% !important;
}
.violet  img {
    width: 25% !important;
}
.red  img {
    width: 25% !important;
}
.blue  img {
    width: 25% !important;
}
.yellow .course-info h2{
    color: #fff !important;
}
.violet .course-info h2{
    color: #fff !important;
}
.red .course-info h2{
    color: #fff !important;
}
.blue .course-info h2{
    color: #fff !important;
}
.yellow .course-info p{
    color: #fff !important;
}
.violet .course-info p{
    color: #fff !important;
}
.red .course-info p{
    color: #fff !important;
}
.blue .course-info p{
    color: #fff !important;
}
.violet{
    background-color: #8d0394;
    padding: 20px 0;
}
.red{
    background-color: #b73537;
    padding: 20px 0;
}
.blue{
    background-color: #001477;
    padding: 20px 0;
}
.course-info {
	padding:30px 15px ;
}
.course-box img {
    width: 100%;
}
.course-categories p  {
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    padding: 0 11px;
    line-height: 29px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #00a78b;
    white-space: nowrap;
    background: #3bbca712;
}
.price {
    text-align: right;
    float: right;
    font-weight: 700;
    color: #072f60;
}
.course-info h2 {
    font-size: 15px;
    color: #094287;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
    height: 45px;
    font-weight: 600;
}
.course-info-p {
    font-size: 14px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
.apply-btn {
    text-align: center;
}
.apply-btn .btn{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 0;
    background-color: #094287;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.apply-btn .btn:focus,
.apply-btn .btn:hover{
    color: #fff;
}
.apply-btn .btn:before{
    content: "";
    background: #9e0c21;
    width: 100%;
    height: 100%;
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.apply-btn .btn:focus:before,
.apply-btn .btn:hover:before{
    transform: scale(1);
}
@media only screen and (max-width: 767px){
    .apply-btn .btn{ margin-bottom: 30px; }
}



.post-slide8{
    margin:0 15px;
    position:relative;
    background:#fff;
    margin-bottom:2em;
}
.icon-box{
    text-align: center;
}

.post-slide8 .post-img{
    position:relative;
    overflow:hidden;
}

.post-slide8 .post-img img {
  width: 35%;
    height:auto;
}
.post-slide8 .over-layer{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background:rgba(0,0,0,.6);
    transition:all .3s ease;
}

.hungaria-heading p{
    font-size: 14px;
    color: #101010;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-weight: 500;
    line-height: normal;
}
.post-slide8:hover .over-layer{
    opacity:1;
}
.post-slide8 .post-link{
    margin:0;
    padding:0;
    position:relative;
    top:45%;
    text-align:center;
}


.post-slide8 .post-link li{
    display:inline-block;
    list-style:none;
    margin-right:20px;
}


.post-slide8 .post-link li a{
    color:#fff;
    font-size:20px;
}


.post-slide8 .post-link li a:hover{
    color:#ff8b3d;
    text-decoration:none;
}


.post-slide8 .post-date{
    position:absolute;
    top:10%;
    left:4%;
}


.post-slide8 .date{
    display:inline-block;
    border-radius:3px 0 0 3px;
    padding:5px 10px;
    color:#fff;
    font-size:20px;
    font-weight:700;
    text-align:center;
    background:#333;
    float:left;
}


.post-slide8 .month{
    display:inline-block;
    border-radius:0 3px 3px 0;
    padding:5px 13px;
    color:#111;
    font-size:20px;
    font-weight:700;
    background:#ff8b3d;
}


.post-slide8 .post-title{
    margin:0 0 15px 0;
}

.post-slide8 .post-title a{
    font-size:18px;
    font-weight:700;
    color:#333;
    display:inline-block;
    text-transform:capitalize;
    transition:all .3s ease 0s;
}


.post-slide8 .post-title a:hover{
    text-decoration:none;
    color:#ff8b3d;
}


.post-slide8 .post-description{
    color: #073062;
font-size: 22px;
line-height: 34px;
margin: 0;
padding-bottom: 50px;
}

.post-slide8 .read-more{
    color:#333;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    transition:color .2s linear;
}
.post-slide8 .read-more:hover{
    text-decoration:none;
    color:#ff8b3d;
}

.post-slide8 .read-more:after{
    content:"";
    position:absolute;
    width:30%;
    display:block;
    border:1px solid #ff8b3d;
    transition:all .3s ease;
}


.post-slide8 .read-more:hover:after{
    width:100%;
    }

@media only screen and (max-width:479px){
    .post-slide8 .month{
        font-size:14px;
    }
.post-slide8 .date{
    font-size:14px;
}

}
.aim-img{
    width: 100%
}
.aim-img img{
width: 100%
}
.expert-banner {
    padding: 75px 0;
    background: url(../images/expert.jpg) no-repeat 0 3px;
    margin-top: 50px;
}
.expert-text h2 {
    color: #072F60;
    font-weight: 600;
}
.expert-text p{
    font-size: 14px;
    color: #101010;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-weight: 500;
    width: 93%;
}
.expert-text ul {
    color: #666666;
    list-style-type: none;
    font-size: 17px;
}
.expert-text ul li {
    color: #0e0e0e;
    list-style-type: none;
    font-size: 17px;
    line-height: 32px;
}
.expert-text ul li i {
    color: #b82639;
    margin-right: 10px;
}
.expert-text a.button {
    box-shadow: inset 0 0 0 0 #072f60;
    color: #fff;
    padding: 11px 22px;
    margin: 13px -0.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    background: #b82639;
    line-height: 56px;
    border-radius: 5px;
}
.expert-text a.button:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #072f60;
    text-decoration: none;
}




/*=======================================================================*/


.quote-icon{
    display: flex;
}
.quotes-icon-wrap{
    display: inline-block;
background: #3ab9a4;
height: 75px;
width: 75px;
border-radius: 100px;
text-align: center;
margin-right: 22px;
padding-top: 7px;
line-height: 86px;
}

.quotes-icon-wrap i{
    font-size: 48px;
    color: #fff;
}

.quote-flex h5{
color: #062f60;
font-size: 18px;
font-weight: 600;
margin: 0;
margin-top: 15px;
margin-bottom: 15px;
}
.quote-flex p{
    font-size: 15px;
margin: 0;
margin-top: -5px;
color: #6a6a6a;
}

.owl-theme .owl-controls .owl-page span{
    background: #3bbba6 !important;
}






/*=================================================footer=========================================*/


.links-heading h4{
color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Questrial', sans-serif;
}

.links-ul li a{
    color: #dddfe3;
margin-bottom: 10px;
font-size: 15px;
font-family: 'Questrial', sans-serif;
}
.links-ul li a:hover{
    text-decoration: none;
}
.links-ul li {
    list-style: none;
    line-height: 30px;
}
.ul-add li{
    list-style: none;
    color: #dddfe3;
    line-height: 32px;
    font-family: 'Questrial', sans-serif;
    font-size: 15px;
}

.ul-add li i{
    color: #fff;
    margin-right: 10px;
}


.social-icons li a{
color: #fff;
font-size: 20px;
}


.social-icons li {
    list-style: none;
    float: left;
    margin-right: 22px;
}


.social-icons {
height: 70px;
}

.footer-bottom{
    border-top: 1px solid #ddd;
}

.footer-bottom p{
    color: #ddd;
    font-family: 'Questrial', sans-serif;
    font-size: 15px;
}

.footer-last{
    justify-content: space-between;
    display: flex;
    padding: 10px 0;
}

.footer-right-ul li{
    float: left;
    list-style: none;
    margin-left: 20px;
}

.footer-right-ul li a{
    color: #fff;
    font-family: 'Questrial', sans-serif;
    font-size: 15px;
}

.footer-right-ul li a:hover{
    text-decoration: none;
}

.testi{
    padding: 50px 0;
}

.testi h3{
    color: #072f60;
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 50px;
    text-align: center;
}








/*========================================courses banner====================================================*/

.course-banner{
    background-image: url(../images/about-ban.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}
.course-heading h2{
    color: #fff;
font-size: 36px;
font-weight: 600;
text-align: center;
}
.course-heading h6{
 color: #fff;
 font-size: 14px;
text-align: center;
}

.course-heading-span{
color: #ffbc00;
}











/*========================================faq=====================================================*/

    
.faq-section {
    background: #fdfdfd;
    padding: 50px 0;
}
.faq-title h2 {
color: #072f60;
text-align: center;
margin-bottom: 30px;
font-size: 36px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
background: #FFFFFF;
box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.27);
border-radius: 15px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #8FBCF2;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(12, 108, 210, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
font-size: 18px;
  letter-spacing: 1px;
  color: #072f60;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
 width: 25px;
height: 25px;
line-height: 18px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #3ab9a4;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 15px;
  border-top: 1px dashed #8FBCF2;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


.faq-size{
    width: 70%;
    margin: 0 auto;
}





/*============================================info===================================================*/


.info-details{
    background-color: #f0f0f0;
    padding: 50px 0;
}


.info-heading h3{
font-size: 16px;
}

.info-content{
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    margin: 30px 0;

}


.info-content h3{
    font-size: 24px;
    font-weight: 600;
    color: #072f60;
    padding-bottom: 18px;
}

.info-para p{
    font-size: 15px;
    color: #2d2b2b;
    margin-top: 85px;
    text-align: justify;
}

.cold{
    font-weight: 800;
    color: #000;
}


.info-content img {
 width: 300px;
  margin-right: 50px;
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
}


.info-shape{
    width: 110px !important;
}

.info-para{
    display: flex;
    padding: 5px 0;
}


.middle-class img{
margin-left: 50px;
margin-right: 0;
}


.middle-class p{

}


/*====================================course details=================================*/

.resons-content{
    display: flex;
}


.resons-content h6{
    width: 60%;
}

.resons-content p{
    width: 40%;
}

.course-img{
    width: 100%;
}

.course-img img{
    width: 100%;
}
.course-details{
    padding: 50px 0;
}

.course-details-content{
    padding: 20px 0;
}

.reasons-details{
    display: flex;
    padding: 8px 0;
}

.course-details-content h3{
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #041831;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.course-details-content h4{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #041831;
    font-family: 'Poppins', sans-serif;
}
.reasons-details img{
width: 18px;
height: 18px;
margin-right: 12px;
margin-top: 3px;
}

.resons-table{
    margin: 20px 0;
}

.resons-content{
    padding: 10px;
    border: 1px solid #ddd;
}


.reasons-details h5{
    font-size: 15px;
    color: #505050;
    font-family: 'Poppins', sans-serif;
}


.resons-content h6{
    font-size: 14px;
    color: #041831;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;

}
.resons-content p{
    color: #505050;
    font-size: 13px;
}

.courses-calculation{
    padding: 18px;
    border: 1px solid #ddd; 
    background-color: #fff;
}


.course-details-content p{
    font-size: 12px;
    text-align: justify;
}

.enquery-heading{
    background-color: #041831;
}
.enquery-form{
    padding: 20px;
}

.enquery-heading h3{
    text-align: center;
    font-size: 21px;
    font-weight: 600;
color: #fff;
padding: 15px 0;
font-family: 'Poppins', sans-serif;
}

.enquery-details{
    border: 1px solid #ddd;
    background-color: #fff;
}


.enquery-form .form-group input{
    border: 1px solid #aaaaaa;
    border-radius: 12px;
padding: 20px;
    color: #4f4f4f;
    font-size: 13px;
}
.enquery-form .form-group textarea{
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    padding: 10px;
    color: #4f4f4f;
    width: 100%;
    font-size: 13px;
}
.enquery-form-submit{
    text-align: center;
}
.enquery-form-submit .btn-primary{
    background-color: #cc2a3e !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 9px 28px;
}


.courses-list{
    margin-top: 20px;
    padding: 15px;
border: 1px solid #ddd;
background-color: #fff;
}


.course-heading{

}

.courses-ul{
    padding-left: 15px;
}
.courses-ul li a{
    color: #041831;
text-transform: uppercase;
font-size: 11px;
}
.courses-ul li{
    line-height: 30px;
}
.courses-ul li a:hover{
    text-decoration: none;

}


.course-heading h4{
    color: #041831;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
}

.course-heading h4::after{
    content: "";
    width: 3px;
    height: 28px;
top: 0;
left: -10px;
position: absolute;
background-color: #cc2a3e;
}
.course-details{
    background-color: #f8f8f8;
}

.feature-img{
    width: 100%;
}


.feature-img img{
    width: 100%;
    margin: 16px 0;
}

.feature-project{
        padding: 18px;
    border: 1px solid #ddd; 
    background-color: #fff;
}

.feature-img{
           padding: 18px;
    border: 1px solid #ddd; 
    background-color: #fff;
}
.feature-table thead{
    background-color: #072346;
}

.feature-table th{
    color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
.feature-table {
    width: 100%;
         padding: 18px;
    border: 1px solid #ddd; 
    background-color: #fff;
    margin: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.feature-table table{
    width: 100%;
}

.feature-table td{
    padding: 15px;
    border: 1px solid #ddd;
    font-family: 'Poppins', sans-serif;
}


.course-details-content h5{
    font-size: 16px;
color: #888;
}

.footer-logo{
    width: 50%;
}

.footer-logo img{
    width: 100%;
}

/*===================plan section==========================*/

.plan-sec .course-info h2 {
    font-size: 16px;
    color: #094287;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
        height: auto;
}
.course-box .course-info p{
    text-align: center;
}
.plan-sec .course-info p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.digital-content p{
font-size: 13px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: justify;
}
.digital-content h3{
    font-size: 22px;
    color: #094287;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.digital-content h2{
    color: #072f60;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.digital-content ul li{
    list-style: disc;
    font-size: 14px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 600;
}
.digital-content ul {
    padding-left: 20px;
}
.digital-content img{
    margin: 20px 0;
    border: 2px solid #b82639;
    transition: .3s all;
    width: 60%;
}

.digital-content img:hover{
    filter: grayscale(100%);
    transition: .3s all;
    opacity: .8;
}
.digi-images{
    text-align: center;
    display: block;
    width: 80% !important;
    margin: 0 auto;
}
.digi-images img{
    width: 100% !important;
}
.green{
    background-color: #668120;
}
.hold{
    background-color: #9e650c;
}
.sky{
    background-color: #0d548c;
}

.key-details{
    padding: 30px;
    height: 250px;
    margin: 40px 0; 
}
.key-details h3{
    color: #fff;
    font-size: 45px;
}
.key-details p{
    text-align: left;
    color: #fff;
}
.digital-content .course-box img{
    width: 100%;
    border: none;
    margin: 0;
}




/*==================accordion====================*/

fieldset {
    padding: 0;
    overflow: hidden;
    width: 70%;
    margin: 0 auto !important;
}

fieldset > label input[type=radio] {
    display: none;
}

fieldset > label > span {
    padding: 15px 20px;
    display: block;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    background: #072f60;
    border-radius: 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

fieldset > label > div {
    display: grid;
    grid-template-rows: 0fr;
    transition: all ease-in-out 300ms;
    overflow: hidden;
    padding: 10px;
}

fieldset > label input[type=radio]:checked + div {
    grid-template-rows: 1fr;
    padding: 30px;
    background: #fdfdf3;
    border: 1px solid #ddd;
    border-top: none;
}

fieldset > label > div > p {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

/*=========================ict======================*/


.ict-primary{
    width: 100%;
}
.ict-primary img{
    width: 100%;
}


/* ========================partner with us======================= */


.works-content h3{
    font-size: 20px;
    color: #094287;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
}

.works-content{
    text-align: center;
}

.works-content p{
    font-size: 12px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 600;
    text-align: justify;
}

.works-img{
    width: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 18%);
    border-radius: 100%;
    padding: 28px;
    transition: 0.3s all;
}

.works-img img{
    width: 100%;
    margin: 0 auto;
}
.works-img:hover{
    transform: translateY(-15px);
    transition: 0.3s all;

}
.partne{
    margin: 30px 0; 
}
.com-img{
    width: 100%;
}
.com-img img{
    width: 100%;
    border: none;
}
.works-img img{
    border: none;
}
































/*======================contact us============================*/

.contact-wrapper {
  margin: auto 0;
}

.submit-btn {
  float: left;
}
.reset-btn {
  float: right;
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #ec1c24;
}

.highlight-text {
  color: #ec1c24;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.highlight-text-grey {
  font-weight: 500;
}

.email-info {
    margin-top: 20px;
}

::-webkit-input-placeholder { /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: black;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

.contact-details h3,
.contact-details ul {
  margin: 0;
}
.contact-details h3 {
  margin-bottom: 1rem;
}

.form-input:focus,
.contact-details textarea:focus{
  outline: 1.5px solid #000;
}

.form-input,
.contact-details textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
    font-size: 14px;
    padding: 0;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #000;
}

.contact-details ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
}

.contacts {
  color: #212d31;
    margin: 0;
}

.form-headline{
    font-family: 'Questrial', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.contact-details form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.contact-details form label {
  display: block;
}
.contact-details form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

.contact-details button,
.submit-btn,
.form-input,
.contact-details textarea {
  padding: 10px;
}

.contact-details button, .submit-btn {
  background: transparent;
  border: 1px solid #b82639;
  color: #b82639;
  padding: 5px 20px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Questrial', sans-serif;
}
.contact-details button:hover, .submit-btn:hover,
.contact-details button:focus , .submit-btn:focus{
  background: #b82639;
  outline: 0;
  color: #eee;
}
.error {
  color: #ec1c24;
}

.contacts h2{
    font-size: 26px;
    letter-spacing: 3px;
    color: #094287;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.contacts p{
    font-size: 15px;
    padding: 0;
    font-family: 'Questrial', sans-serif;
    text-align: justify;
    color: #000;
    padding-top: 20px;
}
.contacts ul li{
    list-style: disc;
    font-size: 16px;
    padding: 0;
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
    color: #094287;
    line-height: 32px;
}

.contact-details{
    padding: 50px 0;
    background-color: #f3f0f0;
}



/*==========================accreditation=========================*/

.accreditations-img{
width: 100%;
}

.accreditations-img img{
width: 100%;
}

.upcome-content {
    padding: 28px;
    border: 1px solid #ddd;
    background-color: #f7f4f4;
    height: 250px;
    margin-bottom: 50px;
}


.upcome-content h3{
    font-size: 24px;
    color: #094287;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.upcome-content h4{
    font-size: 13px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-align: justify;
    margin: 18px 0;
    text-transform: uppercase;
}
.upcome-content .apply-btn {
    text-align: left;
}

/*============================awards=======================*/
.awards-head {
    display: flex;
    justify-content: space-between;
}
.awards-head h2{
    font-size: 20px;
    color: #930303;
    font-family: 'Questrial', sans-serif;
    font-weight: 900;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.awards-head h3{
    font-size: 14px;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.awards-contents p{
    font-size: 14px;
    padding: 0;
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.award-img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
    border: 2px solid #000;
}
.award-img img{
    width: 100%;
}
.awards{
    padding: 20px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
    border-bottom: 4px solid #700000;
    margin-bottom: 40px;
    border-radius: 10px;
    transition: .5s all;
    margin-top: 40px;
}


.awards:hover {
    transform: translateY(-15px);
    transition: .5s all;
}

/*=====================colaboration======================*/

.colaboration{
    padding: 28px;
    border: 1px solid #ddd;
    background-color: #f7f4f4;
    margin-bottom: 50px;
}
.colaboration h3{
    font-size: 24px;
    color: #094287;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.colaboration p{
    font-size: 13px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-align: justify;
    margin: 18px 0;
    text-transform: uppercase;
}

/*=============technology==================*/

.technology{
    display: flex;
    justify-content: space-between;
    background-color: #aaca7d;
    padding: 20px;
    margin: 20px 0;
}
.technology-top{
    width: 100%;
    margin-top: 110px;
}
.technology-top img{
    width: 100%;
}
.technology-img{
    width: 80%;
    margin-top: 20px;
}
.technology-img img{
    width: 80%;
}
.technology-content h2{
    font-size: 20px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.technology-content p{
    font-size: 13px;
    padding: 0;
    font-family: 'Questrial', sans-serif;
    color: #000;
    text-align: justify;
    margin-top: 0;
}


.move{
    text-align: center;
     font-size: 20px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-top: 50px;
}

.scope{
    background-color: #fff;
    border: 1px solid #ddd;
}

.feature-section-right ul{
    padding-left: 20px;
}

.feature-section-right ul li{
    font-size: 16px;
    padding: 0;
    font-family: 'Questrial', sans-serif;
    color: #000;
    margin-top: 0;
    font-weight: bold;
    text-decoration: underline;
}

.tree-img{
    width: 100%;
}
.tree-img img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.course-info h4{
    font-size: 18px;
    color: #094287;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 22px;
}

.form img{
    width: 70%;
    margin: 0 auto;
    display: block;
}
.blank-blue-sec{
    background: #072f60;
    height: 180px;
}
.who-img img{
    width: 40%;
    margin: 0 auto;
    display: block;
}

.gradient-footer{
    background: linear-gradient(to bottom, #1b3287 0%,#7b98e5 100%); 
    padding: 10px;
}
.gradient-content img{
    width: 45%;
    margin: 0 auto;
    display: block;
}
.gradient-content p{
        font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 500;
    margin-top: 65px !important;
}

.gradient-footer p{
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 500;
    margin-top: 22px;
}

.content-delay h3{
    font-size: 50px;
}

.content-delay .apply-btn{
    text-align: left !important;
}

.gradient-paragraph{
    margin: 50px 0;
    padding: 30px;
    background-color: #b4c3cb;
}

.digital-content h6{
    font-size: 24px;
    color: #ff0e00;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.content-back{
    background: #ffd24d;
    padding: 20px 50px;
    margin: 50px 0;
}
.content-back h6{
    font-size: 25px;
    color: #0a3678;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.course-syllabus{
    display: flex;
    margin-bottom: 20px;
}
.module{
    width: 15%;
    background-color: #072f60;
    text-align: center;
    padding: 17px 5px;
}
.module-content {
    width: 85%;
    background-color: #ddd;
    padding: 10px 15px;
    border: 1px solid #888;
}
.module h6{
    font-size: 14px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0rem;
}
.module-content h6{
    font-size: 18px;
    color: #094287;
    font-family: 'Oswald', sans-serif;
}
.module-content p{
    margin-bottom: 0rem;
}
.number-img{
    width: 45%;
    margin: 0 auto;
}
.number-img img{
    width: 100%;
    border: none;
}
.number-content p{
    text-align: center;
    font-size: 12px;
color: #101010;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}
.number-details{
    background-color: #ddd;
    padding: 50px 20px;
    margin: 50px 0;
}

.free {
    margin: 30px 0;
    text-align: center !important;
}

.session{
    background-color: #fbe0e0;
    padding: 30px;
    margin: 12px 0;
    margin-bottom: 35px;
}
.session-details p{
    text-align: left;
}


.flex-content{
    display: flex;
    justify-content: space-between;
        border: 1px solid #dddd;
    padding: 7px;
}
.flex-content p{
    margin: 0;
    padding: 0;
}

.underline{
    font-weight: 700;
    text-decoration: underline;
}
.apply-details h2{
    color: #700000;
font-size: 25px;
font-weight: 800;
margin-bottom: 30px;
font-family: 'Questrial', sans-serif;
text-decoration: underline;
text-align: center;
}

.apply-details{
padding: 20px;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
border-bottom: 4px solid #700000;
margin-bottom: 40px;
border-radius: 10px;
transition: .5s all;
margin-top: 40px;
}

.apply-details:hover{
transform: translateY(-15px);
transition: .5s all;
}

.apply-details .apply-btn {
  text-align: center;
}
.img-center{
    text-align: center;
}
.sec-img{
    margin-top: 20px;
}
.sec-img img{
    width: 100%;
}
.gov p{
    font-size: 13px !important;
}

.digital-content h6 a{
    font-size: 34px;
    color: #ff0000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    display: block;
    text-decoration: underline;
}

.apply-details img{
    width: 100%;
    margin-bottom: 30px;
}

.back-white{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
}
.digital-teacher-details{
    background: #ffd24d;
    padding: 30px;
}
.teachers-part{
    display: flex;
    padding: 20px;
}

.teachers-part .technology-img {
    width: 10%;
    margin: 0px 0 !important;
}

.teachers-part .technology-img img{
    border: none;
}
.digit .digital-content img {
    margin: 0px 0;

}

.teachers-part .technology-content p{
    padding-top:  10px;
}
.new-see{
    background: #ccecff;
    padding: 50px 0;
}

.few-img{
    width: 100%;
    margin-top: 50px;
}
.few-img img{
    width: 100%;
}

.cell {
  display: table-cell;
  padding: 8px;
  width: 30.33%;
  border: 1px solid #ccc;
}
.new-table{
    font-size: 13px;
    color: #101010;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-weight: 500;
}


.new-too{
    padding-top: 50px;
}
.card-on{
    display: flex;
    padding-top: 4px;
}
.date {
  color: #353333;
  font-size: 1.6rem;
}
.card-on h1{
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
    margin-bottom: 0;
}


/* Styles for website counter container */
.website-counter {
  color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-top: -3px;
}

.notice{
    width: 50%;
    margin: 0 auto;
}
.links-ul{
    padding-left: 0 !important;
}
.ul-add{
    padding-left: 0;
}
.social-icons{
    padding-left: 0;
}
.module-content p{
font-size: 13px;
color: #101010;
font-family: 'Montserrat', sans-serif;
text-align: left;
font-weight: 500;
}
.title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}

.aboutus-section h4{
    font-size: 16px;
    font-weight: 600;
}



