/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2021 | 11:11:02 */
/* OVERWRITING CSS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

#internalContent {
    margin-top: 0 !important;
    padding-top: 130px;
}

body {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: .1px;
}



/*  header */
.header__new {
	border-bottom:none !important;
	box-shadow: 0px 1px 1px rgba(0,0,0, .05);
    padding: 0 16px;
    height: 80px;
    max-width: 100vw;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

/* logo */
.logo__link {
    display: flex;
    align-items: center;
}

.logo__img {
    height: 50px;
}

.logo__text {
    color: var(--color-main);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-align: unset;
    line-height: 1.4;
    text-transform: none;
}

.logo__text span:first-child {
    position: relative;
    top: 3px;
}

.logo__text span:nth-child(2) {
    position: relative;
    bottom: 3px;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    height: 100%;
}

.nav-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
}

/* nav login btns */

.btn--blue,
.btn--orange {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
    background: #fc9d24;
    letter-spacing: .75px;
	font-size: 14px !important;
    border: 2px solid transparent;
    padding: 8px 15px;
    border-radius: 50px !important;
    font-weight: 500 !important;
	transition: all .3s ease-in;
	box-shadow: 0 3px 8px  rgba(0,0,0,.2);
	width: 140px;
}

.btn--blue {
	background-color: var(--color-main);
    margin-right: 16px;
}

.btn--blue:hover {
	background: #fff;
	color: var(--color-main) !important;
	border: 2px solid var(--color-main);
}

.btn--blue:hover i {
	color: var(--color-main) !important;
}

.btn--orange:hover i {
	color: #fc9d24 !important;
}

.btn--orange:hover {
	background: #fff;
	color: #fc9d24 !important;
	border: 2px solid #fc9d24;
}

.btn--blue i,
.btn--orange i {
	color: #fff !important;
	top: 0 !important;
	font-size: 18px !important;
	margin-right: 8px !important;
	transition: all .3s ease-in;
}

/*  dropdown menu */

.menu__drop {
	display: flex; 
	align-items: center;
    height: 100%;
	font-weight: 500;
    position: relative;
    margin-right: auto;
    margin-left: 30px;
}

.menu__drop .menu__drop__title {
    font-size: 16px;
    letter-spacing: .3px;
    position: relative;
    cursor: pointer;
}

.menu__drop .menu__drop__title::after {
    content: "";
    left: 0;
    border-bottom: 2px solid black;
    height: 100%;
    width: 0%;
    position: absolute;
    transition: width .3s ease-in;
}

.menu__drop .menu__drop__title:hover::after {
    width: 100%;
}

.menu__drop i.fa-sort-up,
.menu__drop i.fa-sort-down {
    position: relative;
	top: -2px !important;
	font-size: 18px !important;
	margin-left: 4px;
	color: #000 !important;
    display: none;
}

.menu__drop i.fa-sort-up {
    top: 7px !important;
}

.menu__drop i.active {
    display: inline-block;
}

.menu__drop__menu {
    position: absolute;
    top: calc(100% - 4px);
    width: 330px;
    max-height: 80vh;
    box-shadow: 0 6px 20px -15px rgba(0, 0, 0, .2);
    transition: height .2s;
    border: 1px solid #e6e7ec;
    border-radius: 5px;
    background-color: #fff;
    display: none;
    opacity: 0;
    height: auto;
    transition: all .3s ease-in;
}

.menu__drop__menu.active {
    display: block;
    opacity: 1;
    overflow-y: auto;
}

.menu__drop__menu__container {
    height: 100%;
    display: flex;
    overflow: hidden;
/*   	overflow-y: scroll; */
}

.menu__drop__menu__first-section {
    width: 100%;
    padding: 24px;
    margin-left: -100%;
    transition: all .3s ease-in;
    height: 0;
}

.menu__drop__menu__first-section.active {
    margin-left: 0;
    height: auto;
}
.menu__drop__menu__second-section.active {
    margin-right: 0;
    height: auto;
}

.menu__drop__menu__second-section {
    width: 100%;
    padding: 24px;
    margin-right: -100%;
    height: 0;
    transition: all .3s ease-in;
}

.menu__header {
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color:rgba(0, 0, 0, .85);
}

.menu__links__item {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    color: #767a91 !important;
}

.menu__links__item:hover {
    color:rgba(0, 0, 0, .85);
}

.menu__links__item.mobile__show {
    display: none;
}

.menu__links__text {
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 14px;
}

.menu__links__text i {
    margin-right: 14px;
    width: 16px;
    transition: all .3s ease-in;
}

.menu__links__text span {
    position: relative;
}

.menu__links__text span::after {
    content: "";
    left: 0;
    border-bottom: 1px solid black;
    height: 100%;
    width: 0%;
    position: absolute;
    transition: width .3s ease-in;
}

.menu__links__item:hover span::after {
    width: 100%;
}

.menu__links__icon {
    font-size: 12px;
}

.menu__other {
    margin-top: 16px;
}

.menu__other .menu__links__text  {
    font-size: 16px;
}

.menu__links__item.digital:hover .menu__links__text i,
.digital__header i {
    color: rgb(230, 93, 93);
}

.menu__links__item.marketing:hover .menu__links__text i,
.marketing__header i  {
    color: rgb(231, 155, 84);
}

.menu__links__item.design:hover .menu__links__text i,
.design__header i  {
    color: rgb(70, 187, 115);
}

.menu__links__item.web:hover .menu__links__text i,
.web__header i  {
    color: rgb(77, 165, 216);
}

.menu__links__item.event:hover .menu__links__text i,
.event__header i  {
    color: rgb(190, 77, 212);
}

.menu__sub .back {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.menu__sub .back span {
   position: relative;
}

.menu__sub .back span::after {
    content: "";
    left: 0;
    border-bottom: 2px solid black;
    height: 100%;
    width: 0%;
    position: absolute;
    transition: width .3s ease-in;
}

.menu__sub .back:hover span::after {
    width: 100%;
}

.menu__sub .back i {
    font-size: 14px;
    margin-right: 16px;
}

.menu__links__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.menu__links__header .link__header {
    font-size: 16px;
    color:rgba(0, 0, 0, .85);
}

.digital__links,
.marketing__links,
.design__links,
.web__links,
.event__links {
    display: none;
}

.digital__links.active,
.marketing__links.active,
.design__links.active,
.web__links.active,
.event__links.active {
    display: block;
}

.marketing__header i,
.digital__header i,
.design__header i,
.web__header i,
.event__header i {
    font-size: 20px;
}

.menu__mobile__header {
    padding: 24px;
    font-size: 28px;
    max-height: 80px;
    display: none;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 1px;
}

.menu__mobile__close  {
    font-weight: 300;
    color: rgba(0,0,0, .3);
}

/*  media queries */ 

@media (max-width: 780px) {
    .btn--blue,
    .btn--orange {
        width: 120px;
        padding: 5px;
    }
}

@media (max-width: 500px) {
  
    .menu__links__item {
        padding: 5px 0;
    }
    .menu__drop__menu__container {
        height: 100%;
/*       	overflow-y: scroll; */
    }

    .menu__links__item.mobile__show {
        display: flex;
    }

    .logo__img {
        height: 40px;
    }
    
    .logo__text {
        font-size: 16px;
    }

    .menu__mobile__header {
        display: flex;
    }

    .menu__drop {
        position: unset;
        margin-left: auto;
        margin-right: 0;
    }

    .menu__drop__menu {
        top: 0;
        left:0;
        width: 100vw;
        min-height: 100vh;
        height: 100%;
      	z-index: 9999;
      	position: fixed;
      	overflow-y: auto;
    }

    .digital .menu__links__text i {
        color: rgb(230, 93, 93);
    }

    .marketing .menu__links__text i {
        color: rgb(231, 155, 84);
    }

    .design .menu__links__text i {
        color: rgb(70, 187, 115);
    }

    .web .menu__links__text i {
        color: rgb(77, 165, 216);
    }

    .event .menu__links__text i {
        color: rgb(190, 77, 212);
    }

    .btn--blue,
    .btn--orange {
        display: none;
    }
    
}

