@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;1,400&display=swap');
@font-face {
    font-family: gilroy;
    src: url(../assets/fonts/Gilroy-SemiBold.ttf);
}

@font-face {
    font-family: gilroy-regular;
    src: url(../assets/fonts/Gilroy-Regular.ttf);
}

@font-face {
    font-family: gilroy-bold;
    src: url(../assets/fonts/Gilroy-Bold.ttf);
}

body {
    font-family: gilroy;
    background: #eceff1;
    padding: 0px !important;
    margin: 0px !important;
}

.tox-notifications-container {
    display: none;
}


/* Placeholder and inputs*/


/* label color */

.input-field label {
    color: #000;
}

.select2-selection__placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #0D0D0E !important
}

.select2-container--default .select2-selection--single {
    padding: 10px 10px !important;
    height: 6.5vh !important;
    width: 100%;
    font-size: 16px;
    color: #0D0D0E !important;
    margin-top: 1vh;
    line-height: 25px;
    border: solid 1px #ccc;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
}

.select2-container--default .select2-selection--multiple {
    padding: 8px 10px !important;
    min-height: 6.5vh !important;
    max-height: auto !important;
    width: 100%;
    font-size: 16px;
    color: #0D0D0E !important;
    margin-top: 1vh;
    line-height: 25px;
    border: solid 1px #ccc;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
}


/* label focus color */

.input-field input[type=text]:focus+label {
    color: #000;
    border-bottom: transparent !important;
}


/* label underline focus color */

.input-field input[type=text]:focus {
    border-bottom: transparent !important;
    box-shadow: none !important;
}


/* label underline focus color */

.input-field input[type=password]:focus {
    border-bottom: transparent !important;
    box-shadow: none !important;
}


/* valid color */

.input-field input[type=text].valid {
    border-bottom: transparent !important;
    box-shadow: none !important;
}


/* invalid color */

.input-field input[type=text].invalid {
    border-bottom: transparent !important;
    box-shadow: none !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0D0D0E;
    font-size: 15px;
    font-weight: 500;
    opacity: 100;
    line-height: 25px;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0D0D0E;
    font-weight: 500;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #0D0D0E;
    font-weight: 500;
}


/* Placeholder & input ends */


/* Login Box */

.loginbox {
    width: 100%;
    margin-top: 5vh;
    background: #fff;
    padding: 40px !important;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #EAEAEA;
}

.loginbox .logobase img {
    float: left;
    margin-left: -2vh;
    width: 50px !important;
}

.loginbox h1 {
    color: #0D0D0E;
    font-size: 20px;
    margin-top: 2vh;
    float: left;
    width: 100%;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}

.loginbox .text {
    color: #0D0D0E;
    font-size: 16px;
    margin-top: 0px;
    line-height: 25px;
    font-weight: 400;
}

.loginbase {
    margin-top: 5vh;
    padding: 0px !important;
}

.loginbox .fieldbox .fieldtitle {
    color: #0D0D0E;
    font-weight: 600;
    font-size: 14px;
}

.loginbox .fieldbox {
    margin-top: 0vh;
    padding: 0px !important;
}

.loginbox .input-field {
    margin-top: 1vh;
    border: solid 1px #bbbbbb;
    border-radius: 5px;
    height: 50px;
    font-weight: 700;
}

.backlink {
    color: #0D0D0E;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-top: 2vh;
}

.backlink:hover {
    text-decoration: underline;
}


/* Login box ends */


/* Admin Box */

.adminbox {
    width: 100%;
    margin-top: 5vh;
    padding: 0px 0px !important;
    box-shadow: none;
}

.adminbox .fieldbox .fieldtitle {
    color: #0D0D0E;
    font-weight: 700;
    font-size: 14px;
}

.adminbox .fieldbox {
    margin-top: 0vh;
    padding: 10px !important;
}

.adminbox .input-field {
    margin-top: 1vh;
    border: solid 1px #bbbbbb;
    border-radius: 5px;
    height: 50px;
    font-weight: 700;
}

.adminbox img {
    float: left;
    width: 60px !important;
}

.adminbox h1 {
    font-size: 28px !important;
    font-family: gilroy-bold;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}

.adminbox h2 {
    font-size: 18px !important;
    font-family: gilroy-bold;
    color: #000;
    line-height: 25px;
    width: Auto;
    float: left;
    margin-bottom: 10px;
}

.adminbase {
    margin-top: 5vh;
    padding: 0px !important;
}

.adminbase .optionbox {
    padding: 40px !important;
    width: 100%;
    border-radius: 5px;
    margin-top: 2vh;
    background: #fff;
    border: solid 1px rgba(0, 121, 107, 0.5);
}

.adminbase .optionbox h2 {
    color: #0D0D0E;
    font-size: 20px;
    margin-top: 2vh;
    float: left;
    width: 100%;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.adminbase .optionbox h3 {
    color: #0D0D0E;
    font-size: 16px;
    margin-top: 0px;
    line-height: 25px;
    font-weight: 500;
}

.breadcrumb {
    padding: 0px !important;
    width: 100%;
}

.breadcrumb .backlink .active {
    color: #00b8e6 !important;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-top: 2vh;
    margin-left: 1vh;
}

.breadcrumb .first {
    margin-lefT: 0px !important;
}

.breadcrumb .backlink {
    color: #0D0D0E;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-top: 2vh;
    margin-left: 1vh;
}

.breadcrumb .backlink:hover {
    text-decoration: underline;
}


/* Collapsible */

.collapsible {
    border: none;
    box-shadow: none;
    padding: 0px 0px !important;
    margin-top: 0vh !important
}

.collapsible li {
    padding: 20px 10px !important;
    list-style-type: none !important;
    margin-top: 0vh !important;
    border-bottom: dashed 1px #eee;
    font-family: gilroy;
}

.collapsible li .collapsible-header {
    font-weight: 600;
    position: relative;
    border: none;
    font-size: 17px !important;
    padding: 0px !important;
    background: transparent;
    color: #263238;
    position: relative;
}

.collapsible li .collapsible-header .icon {
    vertical-align: middle;
    position: absolute;
    right: -5px;
    top: 5px;
    font-size: 24px;
}

.collapsible li .collapsible-header .deleteicon {
    vertical-align: middle;
    position: absolute;
    right: 5vh;
    top: 5px;
    font-size: 24px;
    color: red;
}

.collapsible li .collapsible-header .deletefaqicon {
    vertical-align: middle;
    position: absolute;
    right: 5vh;
    top: 5px;
    font-size: 24px;
    color: red;
}

.collapsible li .collapsible-body {
    font-size: 16px;
    border: none;
    padding: 10px 0px !important;
    background: transparent;
    color: #00796b !important;
}

.collapsible li .collapsible-body ul {
    margin-top: 0vh;
    padding: 0px 20px !important;
}

.collapsible li .collapsible-body ul li {
    list-style-type: disc;
    color: #00796b !important;
    margin-top: 1vh;
    font-weight: 500;
}


/* Admin box ends */


/* Table */

.tablelist {
    margin-top: 2vh;
    padding: 0px !important;
}

.tablelist .tabletitle {
    background: #000 !important;
    font-weight: 400 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.tablelist .tabletitle th {
    background: #000 !important;
    font-weight: 500 !important;
    padding: 15px 10px !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.tabletd td {
    font-weight: 600;
    padding: 15px 10px !important;
    background: #fff;
    border-bottom: solid 1px rgba(0, 121, 107, 0.4);
}

.tabletd a {
    color: #0D0D0E
}

.tabletd a:hover {
    text-decoration: underline;
}

.seditaction {
    background: transparent;
    color: #00b8e6;
    padding: 15px 40px !important;
    border-radius: 3px;
    line-height: 25px;
    width: auto;
    float: left;
    margin-top: 0vh;
    text-transform: capitalize;
    font-size: 16px;
    font-family: gilroy;
    box-shadow: none;
    border: solid 1px #00b8e6;
}

.seditaction:hover {
    background: #00b8e6;
    color: #fff;
    box-shadow: none;
    text-decoration: none !important;
}

.editaction {
    background: #00b8e6;
    color: #fff !important;
    padding: 5px 40px !important;
    border-radius: 3px;
    line-height: 25px;
    width: auto;
    float: left;
    margin-top: 0vh;
    text-transform: capitalize;
    font-size: 16px;
    font-family: gilroy;
    box-shadow: none;
    border: solid 1px #00b8e6;
}

.editaction:hover {
    background: #00b8e6;
    color: #fff;
    box-shadow: none;
    text-decoration: none !important;
}

.editaction .icon {
    font-size: 24px !important;
    vertical-align: middle;
    margin-top: -0.1vh;
}

.seditaction .icon {
    font-size: 30px !important;
    vertical-align: middle;
    margin-top: -0.1vh;
}

.deletebtn {
    background: transparent;
    color: red;
    padding: 5px 40px !important;
    border-radius: 3px;
    line-height: 25px;
    width: auto;
    float: left;
    margin-top: 0vh;
    margin-left: 2vh;
    text-transform: capitalize;
    font-size: 16px;
    font-family: gilroy;
    box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border: solid 1px #ef9a9a;
}

.deletebtn:hover {
    background: #ef9a9a;
    box-shadow: none;
    color: #000;
    text-decoration: none;
}

.viewbtn {
    background: #00b8e6;
    color: #fff !important;
    padding: 5px 40px !important;
    border-radius: 3px;
    line-height: 25px;
    width: auto;
    float: left;
    margin-top: 0vh;
    margin-left: 2vh;
    text-transform: capitalize;
    font-size: 16px;
    font-family: gilroy;
    box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border: solid 1px #00b8e6;
}

.viewbtn:hover {
    text-decoration: none !important;
}


/* Table ends */


/* Site Panel */

.sitepanelbase {
    padding: 0px !important;
    margin-top: 5vh;
}

.sitepanelbase .bannerchoose {
    background: #f5f5f5;
    padding: 10px 10px !important;
    width: 100% !important;
}

.sitepanelbase .boxbase {
    padding: 0px !important;
    margin-top: 5vh;
}

.sitepanelbase .boxbase h2 {
    color: #0D0D0E;
    font-size: 20px;
    margin-top: 0vh;
    float: left;
    width: 100%;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.submitbtn {
    background: #00b8e6;
    color: #fff;
    padding: 2px 40px !important;
    border-radius: 3px;
    line-height: 25px;
    width: auto;
    float: left;
    margin-top: 0vh;
    text-transform: capitalize;
    font-size: 16px;
    font-family: gilroy;
    box-shadow: none;
    box-shadow: none;
    border: solid 1px transparent;
}

.submitbtn:hover {
    box-shadow: none;
}

.addbtn {
    background: #00b8e6;
    color: #fff;
    padding: 2px 40px !important;
    border-radius: 50px;
    line-height: 25px;
    width: auto;
    float: left;
    margin-top: 0vh;
    text-transform: capitalize;
    font-size: 16px;
    font-family: gilroy;
    box-shadow: none;
    box-shadow: none;
    border: solid 1px transparent;
}

.addbtn:hover {
    box-shadow: none;
}

.addbtn .icon {
    vertical-align: middle;
    font-size: 24px;
    margin-top: -0.5vh;
}


/* Preview Base */

.previewbase {
    margin-top: 0vh;
    position: relative;
}

.previewbase .imgbox {
    margin-top: 2vh;
    padding: 5px !important;
    position: relative;
    width: 100% !important;
}

.previewbase .imgbox .icon {
    position: absolute;
    top: 5px !important;
    right: 5px !important;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    padding: 5px !important;
    color: #b71c1c;
    background: #ffcdd2;
}

.previewbase .imgbox img {
    width: 100% !important;
}


/* Add photo */

.addphoto {
    margin-top: 1vh;
    padding: 20px !important;
    background-color: #f5f5f5;
}

.previewbase .textbox {
    padding: 20px !important;
    background: #f5f5f5;
    position: relative;
    margin-top: 2vh;
    position: relative;
}

.previewbase .textbox .icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    padding: 5px !important;
    color: #b71c1c;
    background: #ffcdd2;
}


/* Preview Base ends */


/* Tabs */

.ultabs {
    margin-top: 3vh;
    padding: 0px !important;
    border-bottom: solid 1px #eee;
    width: 100%;
}

.ultabs .tabs li {
    font-weight: 700;
    color: #0D0D0E;
}

.ultabs .tabs li a {
    color: #0D0D0E;
    border-bottom: transparent !important;
    text-transform: capitalize;
}

.ultabs .tabs li .active {
    color: #0D0D0E;
    border-bottom: solid 3px #00b8e6 !important;
}

.ultabs .tabs .indicator {
    padding: 0px !important;
    background-color: #ffffff;
    border-bottom: solid 3px #0D0D0E !important;
}

.worktabs {
    margin-top: 0vh;
    padding: 0px !important;
    width: 100%;
    background: #F3F3F3 !important;
}

.worktabs .tabs li {
    font-weight: 600;
    color: #0D0D0E;
    background: transparent;
}

.worktabs .tabs li a {
    color: #0D0D0E;
    border-bottom: transparent !important;
    text-transform: capitalize;
}

.worktabs .tabs li .active {
    color: #0D0D0E;
    border-bottom: solid 2px #00b8e6 !important;
}

.ultabs .tabs .indicator {
    padding: 0px !important;
    background-color: #ffffff;
    border-bottom: solid 2px #00b8e6 !important;
}


/* Tabs ends */


/* Site panel ends */


/* Header Top */

.container-fluid .headerbase {
    width: 100% !important;
}

.headerbase img {
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
}

.nextbase {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0px;
    padding: 20px 60px !important;
}

.nextbase a {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px !important;
}

.titlebase {
    width: 100%;
    position: absolute;
    bottom: 42%;
    left: 0px;
    padding: 20px 60px !important;
}

.titlebase h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 44px !important;
}

.titlebase h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 44px !important;
}

.topbase .projecttitlebase {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 0px;
    padding: 20px 60px !important;
}

.projecttitlebase h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 44px !important;
    margin-bottom: 0px;
}

.projecttitlebase .projecttext {
    margin-top: 1vh;
    width: 100%;
}

.projecttitlebase .projecttext p {
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    margin-top: 0px;
}

.bottombase {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0px;
    padding: 20px 100px !important;
}

.bottombase .categoryborder {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.bottombase .left {
    color: #fff;
    font-weight: 500;
}


/* Main base */

.mainbase {
    width: 100%;
    z-index: 2;
    background: #F3F3F3;
    padding: 40px 100px !important;
}

.toptextbase {
    margin-top: 2vh;
    display: flex;
    flex-wrap: wrap;
}

.toptextbase .col {
    margin-top: 3vh !important;
    height: 100% !important;
}

.toptextbase .title {
    float: left;
    font-weight: 400;
    font-size: 14px;
    margin-top: 2vh !important;
}

.toptextbase .text {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 15px;
    margin-top: 0.5vh !important;
}

.toptextbase .text a {
    width: 100%;
    float: left;
    font-weight: 500;
    color: #0D0D0E;
    font-size: 15px;
    margin-top: 0.5vh !important;
}

.toptextbase .text a:hover {
    text-decoration: underline;
}

.textbasetop {
    margin-top: 5vh;
}

.textbasestop p {
    font-weight: 500;
}


/* Footer */

.footer {
    background: #1D1D1D;
    padding: 50px 100px 10px 100px !important;
    margin-top: -1vh;
}

.footerbox ul li {
    display: inline;
    padding: 0px 15px !important;
    border-left: solid 1px #ffffff;
}

.footerbox ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.footerbox h2 {
    margin-top: 5vh;
    color: #ffffff;
    line-height: 25px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}

.footerbox p {
    color: #ffffff;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}

.submit {
    font-size: 16px;
    font-weight: 500;
}

.form {
    margin-top: 5vh;
}


/* Form input */


/* label color */

.input-field {
    border-bottom: solid 1px #fff;
}

.input-field label {
    color: #ffffff;
}


/* label focus color */

.input-field input[type=text]:focus+label {
    color: #ffffff;
}


/* label underline focus color */

.input-field input[type=text]:focus {
    border-bottom: 1px solid #fff;
    box-shadow: none;
}


/* valid color */

.input-field input[type=text].valid {
    border-bottom: 1px solid #fff;
    box-shadow: none;
}


/* invalid color */

.input-field input[type=text].invalid {
    border-bottom: 1px solid #fff;
    box-shadow: none;
}


/* icon prefix focus color */

.input-field .prefix.active {
    color: #fff;
}


/* Form input ends */


/* Services */

.footerservices {
    margin-top: 10vh;
    padding: 50px 10px !important;
    border-bottom: solid 1px#fff;
}

.footerservices h2 {
    letter-spacing: 55px;
    font-weight: 400;
}

.footerservices ul {
    margin-top: 10vh;
}

.footerservices ul li {
    display: inline;
    padding: 0px 15px !important;
    border-left: solid 1px #ffffff;
}

.footerservices ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
}

.footerservices ul li a:hover {
    text-decoration: underline;
}


/* Social Media base */

.socialmediabase {
    margin-top: 6vh;
    padding: 0px 10px !important;
}

.socialmediabase .text {
    color: #ffffff;
    margin-top: 2vh;
}

.socialmediabase ul {
    margin-top: 5vh;
}

.socialmediabase ul li {
    display: inline;
    padding: 0px 10px !important;
    border: none;
}

.socialmediabase ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
}

.socialmediabase ul li a img {
    width: 40px !important;
}


/* Tiles page */


/* Top head */

.tophead h1 {
    color: #0D0D0E;
    font-size: 28px !important;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

.tophead h2 {
    color: #0D0D0E;
    font-size: 28px !important;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

.line {
    display: block;
    margin: 25px
}

.ptophead h2 {
    font-size: 28px !important;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #fff;
    position: relative;
    color: #fff;
}

.ptophead h2 .categoryborder {
    background-color: #000;
    position: relative;
    top: 10px;
    padding: 0 10px;
}

.contentboxinner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.contentbox {
    margin-top: 5vh;
    transition: transform .2s;
    padding: 5px !important;
}

.contentbox .col {
    height: 100% !important;
}

.contentbox:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.contentbox a:hover {
    text-decoration: underline;
}

.contentbox .text {
    color: #0D0D0E;
    font-size: 16px !important;
    line-height: 25px;
    float: left;
    margin-top: 1vh;
    font-weight: 500;
}

.contentbox .text:hover {
    text-decoration: underline;
}

.contentbox p {
    font-size: 14px !important;
    line-height: 25px;
}


/* Profile Base */

.profilebase {
    margin-top: 10vh;
    padding: 30px 100px !important;
}

.profilebase h1 {
    color: #ffffff;
    font-size: 32px !important;
    line-height: 45px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 0px;
}

.profilebase .text {
    color: #999;
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
}

.profilebase p {
    color: #ffffff;
    line-height: 25px;
    font-size: 15px;
    margin-top: 2vh;
    float: left;
}

.optionbox .imgbox {
    margin-top: 5vh;
}

.optionbox .text {
    width: 100%;
    float: left;
    margin-top: 1vh;
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
    border-right: solid 1px #fff;
}


/* Category box*/

.categorybase {
    position: relative;
    width: 100% !important;
    padding: 0px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    height: 100% !important;
    border: none;
    cursor: pointer;
    transition: 0.1s ease-out;
    margin-top: 5vh;
}

.categorybase:hover {
    padding: 20px !important;
}

.categoryborder {
    display: block;
}

.categorybase::before,
.categorybase::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.categoryborder::before,
.categoryborder::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.categorybase:hover::before,
.categorybase:hover::after {
    width: 100%;
}

.categorybase:hover .categoryborder::before,
.categorybase:hover .categoryborder::after {
    height: 100%;
}


/*----- button 1 -----*/

.categorybase::before,
.categorybase::after {
    transition-delay: 0.2s;
}

.categorybase .categoryborder::before,
.categorybase .categoryborder::after {
    transition-delay: 0s;
}

.categorybase::before {
    right: 0;
    top: 0;
}

.categorybase::after {
    left: 0;
    bottom: 0;
}

.categorybase .categoryborder::before {
    left: 0;
    top: 0;
}

.categorybase .categoryborder::after {
    right: 0;
    bottom: 0;
}

.categorybase:hover::before,
.categorybase:hover::after {
    transition-delay: 0s;
}

.categorybase:hover .categoryborder::before,
.categorybase:hover .categoryborder::after {
    transition-delay: 0.2s;
}

.hprojecttitlebase {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0px;
    padding: 0px 60px !important;
    text-align: center;
}

.hprojecttitlebase h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 40px !important;
    margin-bottom: 25px;
    letter-spacing: 0px !important;
}

.hprojecttitlebase p {
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    margin-top: 0px;
}

.projecttag {
    margin-top: 5vh;
}


/* Hover */


/* Login title */

.headingsubtitle {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
}

.headingsubtitle:before,
.headingsubtitle:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #ccc;
    margin: auto;
}

.lbtn {
    height: 7vh;
    width: 40%;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0px 0px;
    margin-left: 2vh;
    padding: 0px 20px 0px 20px !important;
}

.lbtn img {
    vertical-align: middle;
    margin-top: -1vh;
}

.lbtn:hover {
    box-shadow: 0px 0px;
    background: #fff;
}