body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

a:hover{text-decoration: none;}
*{transition: .5s ease all;}

.login-wrapper {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.login-wrapper .form-inner {
	max-width: 410px;
	width: 100%;
	text-align: center;
	padding: 0 15px;
}

.login-wrapper .form-logo {
	padding: 0 0 80px;
}


.login-wrapper .form-group {
	width: 100%;
	margin: 0 0 30px;
}

.login-wrapper .form-control {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #C4C4C4;
	border-radius: 0;
	padding: 0;
}

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	background: #187CB7;
	border-color: #187CB7;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 13px 80px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.8px;
}

.login-wrapper .custom-control {
	text-align: left;
	padding-bottom: 20px;
}

/*--- Header CSS ---*/
.site-header {
	background: #187CB7;
	padding: 17px 0;
}

.site-header .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header .nav-profile-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.site-header .nav-profile-img img {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.site-header .nav-profile-img .user-name {
	padding-left: 15px;
	letter-spacing: 0.7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
.select-technology {
	padding-top: 50px;
}
.bock-title{
	  letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 24px;
}
.technology-list ul{
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.technology-list ul li{
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.technology-list ul li:last-child {
	margin-right: 0;
}

.technology-list ul li a img{
    max-height: 45px;
    width: 45px;
    background: #F2F2F2;
    border-radius: 50px;
    object-fit: scale-down;
}
.technology-list ul li a{
	color: #787878;
	padding: 5px 10px;
	display: inline-block;
}

.technology-list ul li:hover{background: #E7F4FC; }

.technology-list ul li a span {
	padding-left: 12px;
}


.project-types{padding-top: 50px;}

.project-list ul {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	flex-wrap: wrap;
}
.project-list ul li {
    width: 16.6%;
	margin-top: -1px;
}

.project-list ul li a {
    color: #000;
    text-align: center;
    border: 1px solid #707070;
    margin-right: -1px;
    padding: 10px;
min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.project-list li a img {
	    max-height: 50px;
    object-fit: contain;
    height: 50px;
    max-width: 70px;
}

.project-list li a h5 {
    padding: 15px 0 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}
.project-list ul li a:hover{background: #E7F4FC;border-color: #187CB7; }



.Modules-section{padding-top: 50px;}

.Modules-section .Module-select button.dropdown-toggle{
	border: 1px solid #0000001A;
    background: transparent;
	font-size: 16px;
	line-height: 24px;
}

.Modules-section .Module-select button.dropdown-toggle:focus{outline: 0!important;box-shadow: none;}
.Modules-section .Module-select .bootstrap-select{
	    width: 100%!important;
}
.Modules-section .Module-select .dropdown-item{color: #787878;padding: 10px;}
.Modules-section .Module-select .dropdown-item.active{
	    color: #000;
    background-color: #E7F4FC;
}

.Module-select .dropdown-menu {padding: 0;}
.Module-select .filter-option-inner-inner{}

.keyword-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
	    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.keyword-main ul li{display: inline-block;padding: 10px 0;}
.keyword-main ul li a {
    background: #E6E6E6;
    border-radius: 5px;
    padding: 5px 10px 5px 25px;
	position: relative;
	font-size: 13px;
	line-height: 24px;
	color: #000;
}

.keyword-main .close_x{
	    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
	float: left;
	position: relative;
	left: 20px;
}

.keyword-main .close_x:hover{opacity: 1;}

.feature-index{padding-top: 50px;}

.feature-select .bootstrap-select{width: 100%!important;}

.feature-select .dropdown-item{font-size: 16px;line-height: 24px;padding: 10px;}

.feature-select button.dropdown-toggle{
	border: 1px solid #0000001A;
    background: transparent;
	font-size: 16px;
	line-height: 24px;
}
.feature-select button.dropdown-toggle:focus{outline: 0!important;box-shadow: none;}

.feature-select .bootstrap-select .bs-ok-default:after{        width: 5px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 4px;
    border-color: #fff;
    left: 6px;
}
.feature-select  .bootstrap-select .dropdown-menu li.selected{background: #E7F4FC;}
.feature-select .bootstrap-select .bs-ok-default{
	    position: absolute;
    display: inline-block;
    right: 15px;
    top: 50%!important;
	transform: translateY(-50%);
    background: #177CB7;
    padding: 5px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.tabination-section{padding-top: 50px;padding-bottom: 50px;}

.tabination-section .tabination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.tabination-section .tabination ul li{ width:33.33%; display: inherit;
    padding-right: 20px;}
.tabination-section .tabination ul li:last-child{padding-right : 0;}
.tabination-section .tabination ul li a{
	color: #000;
	text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border: 1px solid #707070;}

.tabination-section .tabination ul li.active a,.tabination-section .tabination ul li a:hover{border-color: #187CB7;background: #E7F4FC;}


.tab--panel .tab-content .custom-checkbox{padding:10px 0 10px 25px;}

.tab-header h4{
	    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.tab-header time{font-size: 16px; line-height: 25px; font-weight: 400;}
.tab--panel .tab-header{
	    background: #187CB7;
    color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
  padding: 10px 40px 10px 30px;
}
.tabs-index{padding-top: 30px;}

.tab--panel .tab-header .close {
	position: absolute;top: 50%;
	transform: translateY(-50%);
	right: 15px;
	    cursor: pointer;
    color: #fff;
    opacity: .7;
    font-weight: 400;
}
.tab--panel .tab-header .close:hover{opacity: 1;}
.tab--panel .tab-content{padding: 15px 25px;max-height: 170px;overflow: auto;}
.tabs-index .tab--panel{display: none;}
.tab-active{display: block!important;}

.tabs-index .tab-btn{padding: 45px 0;}


.bootstrap-tagsinput {
  width: 100%!important;
}
.bootstrap-tagsinput .tag {
  color: #000000;
  background: #187CB7;
  padding: 0 10px;
}