/* COMMON */

.link:focus {
	outline: none !important
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.form-control:focus {
	border-color: #ccc !important;
}
.no_space_right2 {
	padding-right: 0px;
}
.no_space2 {
	padding-left: 0px;
	padding-right: 0px;
}
.no_space_left2 {
	padding-left: 0px;
}
.shading:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.shading:hover:after {
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.form-control {
	border-radius: none !important
}
.no_space {
	padding-left: 0px;
	padding-right: 0px;
}
.no_space_right {
	padding-right: 0px !important
}
.no_space_left {
	padding-left: 0px !important
}
.full_image {
	width: 100%;
}
.link {
	text-decoration: none !important;
}
button:focus {
	outline: none !important;
}
.link:hover {
	text-decoration: none !important;
}
/* HEADER */

#header {
	font-family: 'Muli', sans-serif;
	color: black;
	background-color: white;
}
#web_title:hover {
	color: black;
}
#web_title {
	font-family: 'Courgette', cursive;
	font-size: 2em;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10%;
}
#web_title_a:hover {
	color: yellow;
}
.navbar-dark .navbar-nav .nav-link {
	text-shadow: none;
	margin-right: 12px;
	color: black;
	font-family: 'Open Sans', sans-serif;
}
.navbar-dark .navbar-nav .nav-link:hover {; 
	color: red;
}
#header_heart_icon {
	font-size: 1.5em !important;
}
/* FOOTER */

#footer {
	margin-top: 40px;
	background-color: #070052;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
#danula_link{
	color: yellow;	
}
#danula_link_row {
	text-align: right;
}
#watermark {
	margin-bottom: 0px; 
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
}
.footer_icons_a {
	color: white;
}
.footer_icons_a:hover {
	color: white;
}
.footer_icons {
	margin-right: 1.5%;
	font-size: 1.35em;
	font-weight: bold;
}
/* HOME */
#my_jobs {
	line-height: 2;
}
.job_name {
	line-height: 2;
}
.white {
	color: white;
} 
.part_time{
	  color: white;
    background-color: #002786;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 0.8em;
    font-weight: 100 !important;
    text-align: center;
    width: 100%;
}
.full_time{
	  color: white;
    background-color: #860077;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 0.8em;
    font-weight: 100 !important;
    text-align: center;
    width: 100%;
}
.direct_name {
	font-weight: 500;
}
.freelance{
	  color: white;
    background-color: #dc2c00;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 0.8em;
    font-weight: 100 !important;
    text-align: center;
    width: 100%;
}
.product_description {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.05em;
	padding-top: 5px;
	color: black;
	margin-left: 1%;
}
.products_page_product_row {
	margin-top: 50px;
}
.product_name {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	color: black;
	font-weight: 600;
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 0px;
}
.product_price {
	font-family: 'Open Sans', sans-serif;
	margin-top: 4px;
	font-weight: 700;
	font-size: 1.1em;
	color: #ea2e35;
}
.product_buttons button {
	background-color: transparent;
	font-family: 'Open Sans', sans-serif;
	border: solid 1px #757575;
	padding-left: 12px;
	margin-left: 1%;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 6px;
	cursor: pointer;
	margin-top: 8px;
}
.review_title {
	font-family: 'Muli', sans-serif;
	font-size: 1.3em;
	color: black;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 0px;
}
.review_position {
	margin-bottom: 8px;
	font-family: 'Muli', sans-serif;
	font-size: 1.05em;
}
.fa-quote-right {
	margin-left: 3%;
	font-size: 0.9em;
}
.fa-quote-left {
	margin-right: 3%;
	font-size: 0.9em;
}
.review_image {
	cursor: pointer;
	padding-right: 1%;
	transition: all 0.5s linear;
	margin-bottom: 2px;
}
.review_text {
	font-family: 'Muli', sans-serif;
	line-height: 1.7;
	color: black;
	margin-top: 20px;
}
.review_text2 {
	font-size: 0.96em;
}
.home_logo {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 30px;
	height: 30px;
	object-fit: cover;
}
.subtitle1 {
	font-family: 'Muli', sans-serif;
	color: black;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.2em;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.home_logo_rounded {
	border-radius: 4px;
}
.subtitle2 {
	font-family: 'Muli', sans-serif;
	color: black;
	text-transform: uppercase;
	padding-left: 2%;
	font-weight: 300;
	font-size: 2.2em;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
#clients_logo_row {
	margin-top: 80px;
}
.home_section {
	margin-top: 50px;
}
ul.timeline {
	list-style-type: none;
	position: relative;
}
ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}
ul.timeline > li {
	margin: 20px 0;
	padding-left: 20px;
	font-family: 'Muli', sans-serif;
}
.secondery_ul_timeline{
	margin: 20px 0; 
	font-family: 'Muli', sans-serif;
	font-size:1.1em;
}
ul.timeline > li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #22c0e8;
	left: 20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}
.timeline_title {
	margin-bottom: 2px;
	font-weight: 600 !important;
	color: black;
	font-size: 1.1em;
}
.timeline_title_text {
	font-size: 1.1em;
}
.about_me_images {
	margin-bottom: 2px;
	width: 99%;
}
#home_gallery_button {
	font-family: 'Muli', sans-serif;
	background-color: transparent;
	border-radius: 4px;
	border: solid 1px #b6b6b6;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	font-size: 1.1em;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 18px;
	padding-right: 18px;
}
#home_gallery_button:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
#home_gallery_button {
	cursor: pointer;
}
.subtitle_type1 {
	font-family: 'Poppins', sans-serif;
	font-size: 2.1em;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	margin-bottom: 10px;
}
.subtitle_type2 {
	color: black;
	font-size: 1.3em; 
	line-height: 1.2;
	font-weight: 600; 
    font-family: 'Poppins', sans-serif;
}
.home_banners {
	width: 99.5%;
	margin-bottom: 3px;
}
.home_banner_title {
	font-family: 'Poppins', sans-serif;
	position: absolute;
	z-index: 1000;
	top: 15px;
	line-height: 1;
	font-weight: 800;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	color: white;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-left: 3%;
	margin-bottom: 0px;
}
.subtitle_type1_word1 {
	color: black;
}
.subtitle_type1_word2 {
	color: #ff6600;
}
#reviews_container {
	margin-bottom: 60px;
}
#story_title {
	text-align: left;
	padding-left: 3%;
}
.home_icon {
	font-size: 0.7em;
	color: #3b3b3c;
}
.ul_type2 {
	list-style-type: none;
	/*padding-left: 10%;*/
	color: black;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	line-height: 2;
	font-size: 1.05em;
}
.ul_type2 a {
	color: black;
}
.ul_type2 a:hover {
	color: #0e8ddb;
}
.icon_type1 {
	color: #22c0e8;
	font-size: 2.2em;
}
.services_column {
	padding-left: 3%;
	padding-right: 3%;
}
.text_type1 {
	font-family: 'Muli', sans-serif;
	font-size: 1.05em;
	color: #212529;
	margin-top: 7px;
	margin-bottom: 45px;
	line-height: 1.4;
}
#home_web_design_image {
	margin-top: 50px;
	margin-bottom: 20px;
}
#home_web_design {
	padding-left: 5%;
	padding-right: 5%;
}
.text_type2 {
	font-family: 'Poppins', sans-serif;
	padding-left: 5%;
	font-size: 1.05em;
	color: black;
	line-height: 1.6;
}
.font_weight {
	font-weight: bold;
}
.home_web_design_icons {
	color: #22c0e8;
	margin-right: 1%;
}
#webdesign_text {
	margin-top: 45px;
}
/* NEWSFEED */

.activity_date {
	float: right;
	margin-bottom: 0px;
}
#activities_ul {
	font-family: 'Open Sans', sans-serif;
}
.activity_title {
	color: #007bff;
}
.activity_subtitle {
	font-family: 'Open Sans', sans-serif;
	padding-left: 2%;
	margin-top: 40px;
	font-size: 1.1em;
	margin-bottom: 0px;
	font-weight: bold;
}
.home_caption_text2 {
    text-align: center;
    font-size: 1.1em;
}
#statues_table {
	margin-top: 20px;
}
.activity_title:hover {
	color: #333;
}
 .thrimana_text { 
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    line-height: 2;
    line-height: 1.8;
    color: black;
    padding-right: 4%;
    text-align: center;
 }
.thrimana_text2 {
    font-size: 1.1em;
    line-height: 1.8;
    padding-bottom: 0px;
    padding-top: 30px;
    color: black;
}
.route_icon {
	margin-right: 1%;
}
.fa-check-square {
    color: #d34746;
}
.no_padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.thrimana_title {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6em;
    line-height: 2;
    color: black;
    padding-right: 4%;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
/* GALLERY */
#img_box {
	margin-bottom: 30px;
	margin-top: 30px;
}
.gallery_image_box {
	margin-top: 2px;
	margin-bottom: 1px;
    padding-right: 1px;
	padding-left: 1px; 
}
.gallery_image_box img {
	width:100%;
}
.lb-caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em !important;
	font-weight: normal !important;
	color: white !important;
	line-height: 1.5 !important;
}
.lb-number {
	display: none !important;
}
.gallery_image_box:hover {
	filter: grayscale(100%);
}
/* PRODUCTS */

.products_and_services_list_ul {
	list-style-type: none;
	line-height: 3;
	padding-left: 0%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin-bottom: 35px;
	margin-top: 35px;
}
.products_and_services_list_ul li {
	border-bottom: 1px solid #DBDBDB;
}
.products_check_icon {
	background-color: #fa55aa;
	border-radius: 50%;
	color: white;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4.5px;
	font-size: 0.9em !important;
	margin-right: 2%;
}
.products_main_page_name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 4px;
	color: black;
}
.products_main_page_description {
	font-size: 1em;
	font-family: 'Muli', sans-serif;
	line-height: 1.8;
}
#products_list_view {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
}
.product_list_main_row {
	border-bottom: solid 1px #e0dcdc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.products_main_button {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	background-color: #31b0d5;
	border-color: #269abc;
}
.products_main_button2 {
	background-color: #ffffff;
	border-color: #000000;
	font-family: 'Open Sans', sans-serif;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0px;
	text-transform: uppercase;
	color: black;
	letter-spacing: 1px;
	font-size: 0.9em;
}
.products_main_button2:hover {
	color: white;
	background-color: black;
}
/*.project_image:hover {
	transform: scale(1.1);
}*/

.project_image {
	transition: all 0.5s linear;
}
.project_image_wrapper {
	overflow: hidden;
}
#c2_logo {
	border-radius: 4px;
	margin-top: 12px;
}
#c2_projects_number {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: red;
}
.projects_long_url {
	word-break: break-all;
}
.direct_project {
	color: black;
	font-weight: bold;
}
.projects_tables {
	margin-bottom: 0px;
}
.projects_ticks {
	color: green;
	font-weight: bold;
}
.projects_cross {
	color: red;
	font-weight: bold;
}
.projects_tables {
	font-family: 'Muli', sans-serif;
}
.projects_tables tr td {
	padding-left: 0px;
	padding-top: 6px;
	color: black;
	padding-bottom: 6px;
}
.creative2_description {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.97em;
	line-height: 2;
	padding-left: 7%;
}
.c2_clients_box {
	margin-top: 30px;
    font-family: 'Poppins', sans-serif; 
}
.direct_Name {
	font-weight: 600;
}
#creative2_row {
	border-top: dashed 1px lightgray;
	padding-top: 40px;
}
#c2_projects_introduction_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
}
/*--- BLOG ---*/

.thumbnail .caption {
	padding: 9px;
	color: #333;
}
.seo_tag_clouds {
	border: solid 1px gray;
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1%;
	font-size: 0.9em;
	padding-right: 1%;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-right: 2%;
}
#tag_clouds_row {
	margin-top: 20px;
}
#blog_articles_row {
	margin-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.blog_form {
	width: 90% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
.blog_caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	text-align: center;
}
.thanks {
	font-family: 'Dancing Script', cursive;
	font-size: 1.8em;
	margin-bottom: 10px;
	color: black;
}
.thumbnail:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-color: transparent !important;
}
.thank_image:hover {
	transform: scaleX(-1);
}
.thank_image {
	cursor: pointer;
	margin-bottom: 10px;
	transition: all 1s linear

} 
.thumbnail {
	border-radius: 0px !important;
	transition: all 0.5s linear
}
figcaption {
	text-align: center;
	font-style: italic;
}
#blog_title {
	color: white !important;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none !important;
	font-size: 1.2em;
	border-radius: 4px;
	padding-top: 8px;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-bottom: 8px;
	padding-left: 1.5%;
	background-image: url(../images/blog/orange_bg.jpg);
}
#blog_subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	color: black;
	margin-bottom: 0px;
	padding-left: 0px;
}
.blog_text {
	text-align: justify
}
.blog_go_btn {
	text-transform: uppercase;
	background-color: #f2a82d;
	color: white !important;
	margin-right: 2%;
	font-family: 'Open Sans', sans-serif;
	float: right;
	font-weight: bold;
	font-size: 1em !important;
	border-radius: 0px !important;
}
.blog_go_btn:hover {
	background-color: #f19600;
	color: white !important;
	text-shadow: 1px 1px 2px rgba(36, 36, 36, 0.5);
	transition: all linear 0.3s;
}
#blog_text {
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size: 1em;
	padding-left: 0px;
	line-height: 2;
}
.blog_hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0;
	width: 100%;
	border-top: 1px solid #c1b9b9 !important;
}
#blog_img {
	border-color: #9a9393;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thanks_a:focus {
	outline: none
}
.no_table_border {
	border: none !important;
}
.client_or_us {
	color: black !important
}
.no_table_border {
	line-height: 1.8 !important
}
#think {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin-bottom: 9px;
	margin-top: 25px;
	font-weight: bold;
}
.blog_form {
	width: 90% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}
.form-control {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0.95em !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-radius: 0px !important;
	height: 40px !important;
	border: solid thin #999 !important;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	transition: border .2s ease-in-out;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.blog_caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: 600;
	padding: 9px;
}
/*--- Quotations ---*/

.ecommerce_feature_title {
	font-weight: 600;
	margin-bottom: 0px;
	color: black;
	font-family: 'Open Sans', sans-serif;
}
.ecommerce_feature_sectors {
	margin-bottom: 30px;
}
.ecommerce_page_icon {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.ecommerce_feature_text {
	padding-top: 2px;
	font-family: 'Open Sans', sans-serif;
}
.link:hover {
	text-decoration: none;
}
.link {
	text-decoration: none;
}
.webdesign_category {
	margin-top: 30px !important;
	margin-bottom: 50px !important;
}
.web_container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.webdesign_check1 {
	color: green;
}
.modal-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
}
.clients_name2 {
	min-height: auto !important;
}
.modal-dialog {
	width: 98% !important;
	margin-top: 20px !important;
	margin-left: 2% !important;
}
.close {
	color: white !important;
	background-color: red !important;
	opacity: 1 !important;
	width: 35px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.card_button {
	color: #fff !important;
	background-color: #ec971f !important;
	border-color: #d58512 !important;
	position: absolute;
	left: 29%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
}
.card-title {
	padding-top: 85px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 20px !important;
}
.sup2 {
	margin-left: 1% !important;
}
#call_us_banner {
	margin-top: 45px !important;
}
.attraction_pagination_button {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin-right: 1.5% !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.price_table_title {
	font-weight: bold;
	font-size: 1em !important;
}
.no_space2 {
	padding-left: 0px;
	padding-right: 0px;
}
.card-text {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8;
	font-size: 1.1em;
	padding-left: 5%;
	margin-bottom: 20px !important;
}
.card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
	border: solid 1px #c9c9c9;
	border-radius: 4px;
}
.card-img-top {
	width: 150px;
	height: 150px;
	position: absolute;
	top: -65px;
	left: 29%;
}
#web_introduction {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: 2.2;
	padding-top: 55px;
}
#web_introduction::first-letter {
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	background-color: #bf0f11;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 1%;
}
#bottom_buttons_row {
	margin-bottom: 40px !important;
}
.pagination_default_style {
	background-color: #f3f3f3;
	border: solid 1px #c9c9c9;
}
.modal-header .close {
	margin-top: -2px;
	z-index: 1000;
	position: absolute;
	right: 1%;
}
.pagination_highlight {
	color: white;
	background-color: #d60a0b;
	border: solid 1px #c9c9c9;
}
#web_samples_title {
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 55px;
	color: #1373b0;
	font-size: 2.2em;
	text-align: center;
	margin-top: 70px !important;
}
.web_table_title {
	padding-bottom: 15px !important;
	text-align: left !important;
	padding-left: 2.5%;
}
.free {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #4CAF50;
	color: white;
}
#price_table tr:hover {
	background-color: #f3f3f3;
}
#price_table tr td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.price_table_advance {
	color: white;
	background-color: #d60a0b;
}
.webdesign_check2 {
	color: #4CAF50;
	font-size: 1.4em !important;
	font-weight: bold;
}
.website_close {
	font-size: 1.4em !important;
	color: #d60a0b;
	font-weight: bold;
}
.price_table_td {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
}
.purchase {
	font-size: 1.4em !important;
	color: #ec971f;
}
#portfolio_button {
	color: white;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0px !important;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	font-size: 1.1em;
	background-color: #3498db;
	border-bottom: 2px solid #175c88;
	cursor: pointer;
}
#portfolio_button:hover {
	background-color: #2b81ba;
}
.table_td_long_content {
	line-height: 2 !important;
}
.table_td_medium_content {
	line-height: 1.7 !important;
}
.quotation_top_icons {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.feature_icon_box {
	font-size: 1em;
	padding-bottom: 10px;
	padding-top: 5px;
	font-family: 'Open Sans', sans-serif;
}
.fa-info-circle {
	font-size: 1.5em;
	color: #1373b0;
}
.web_title {
	font-size: 1.3em;
	margin-top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: black;
	margin-bottom: 5px;
}
.package_name {
	text-align: center;
}
.row_number {
	text-align: center;
}
.special_row:hover {
	background-color: #3f7baf;
	color: white;
}
.special_row {
	background-color: #3f7baf;
	color: white;
	font-weight: 600;
}
.notes {
	color: red;
	font-size: 0.8em !important;
	font-weight: normal;
}
.text1 {
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.05em;
	line-height: 1.8;
}
.special_row:hover {
	background-color: #3f7baf !important;
}
#price_table_row {
	padding-left: 0px;
}
.pricing-tables {
	padding: 20px;
}
.pricing-tables h1 {
	font-size: 48px;
}
.pricing-tables .plan.first {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px !important;
}
.pricing-tables .plan.last {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pricing-tables .plan.recommended {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pricing-tables .plan.recommended .head {
	/*margin-bottom: 20px;*/
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}
.pricing-tables.attached .plan {
	border-radius: 0;
}
.pricing-tables.attached .plan .head {
	border-radius: 0;
}
/*.pricing-tables.attached .plan.recommended {
  border-radius: 4px;
}*/

/*.pricing-tables.attached .plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}*/

.pricing-tables.attached .plan.last {
	border-bottom-right-radius: 4px;
}
.pricing-tables.attached .plan.last .head {
	border-top-right-radius: 4px;
}
.pricing-tables.attached .plan.first {
	border-bottom-left-radius: 4px;
}
.pricing-tables.attached .plan.first .head {
	border-top-left-radius: 4px;
}
.plan {
	box-shadow: 0 2px 2px rgba(10, 10, 10, 0.30) !important;
	min-height: 100px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	border-radius: 4px;
	margin-top: 5px;
	padding-bottom: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.plan .head {
	padding: 12px 16px;
	background: #595959;
	color: #fff;
}
.plan .head h1,
.plan .head h2,
.plan .head h3 {
	padding: 0;
	margin: 0;
	font-weight: 100;
}
.plan .price {
	border-top: 1px solid #eee;
	margin: 0 auto 30px auto;
	margin-bottom: 0px;
	padding-top: 18px;
}
.plan .price h3 {
	font-size: 45px;
	vertical-align: top;
	line-height: 1;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	color: black;
	margin-bottom: 0px;
}
.plan .price h3 span {
	font-size: 18px;
	vertical-align: top;
	position: relative;
	margin: 6px 0 0 -7px;
	display: inline-block;
}
.plan .price .period {
	color: #6b6b6b;
}
.plan .btn {
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 500;
}
.plan ul {
	list-style-type: none;
	padding: 20px;
	margin-top: 2px;
	padding-bottom: 0px;
}
.plan ul li {
	line-height: 22px;
	margin-bottom: 15px;
	font-size: 0.98em;
	font-weight: 400;
}
.plan ul li a {
	text-decoration: underline;
	color: #e6e9ed;
}
.plan ul li:last-child {
	border-bottom: none;
}
.plan ul strong {
	font-weight: 700;
}
.plan.recommended {
	margin-top: 6px;
	box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
	position: relative;
	z-index: 99;
	border-radius: 4px;
}
.plan.recommended .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #4e9a06;
}
.head.value {
	background-color: #fdaf17;
	/*margin-bottom: 48px;*/
}
.plan.recommended .btn {
	margin-bottom: 10px;
}
.bronze {
	background-color: #c37323 !important;
}
.silver {
	background-color: #9c9c9c !important;
}
.gold {
	background-color: #FFD700 !important;
}
.platinum {
	background-color: #ad44bf !important;
}
.diamond {
	background-color: #0097b9 !important;
}
.diamond2 {
	background-color: #dc4718 !important;
}
/* OTHER */

.other_buttons {
	font-family: 'Muli', sans-serif;
	font-size: 0.9em;
	background-color: #0fa249;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 8px;
	color: white;
	text-shadow: none;
	margin-top: 5px;
	border-bottom: solid 2px #067933;
	cursor: pointer;
	float: right;
	transition: all 0.5s linear;
}
.other_projects_album {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 1.2em;
}
.tool_logo {
	margin-right: 0.5%;
	/* border-radius: 4px; */
}
.other_projects_2nd_td {
	padding-left: 5% !important;
}
.other_projects_row {
	margin-bottom: 15px;
}
.other_buttons:hover {
	background-color: #109846;
}
.other_project_image {
	cursor: pointer;
}
.other_project_image:hover {
	cursor: pointer;
}
.modal-dialog {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
.btn-secondary {
	background-color: transparent;
	color: black;
}
/*--- CLIENTS PORTAL ---*/

.login_button:hover {
	background-color: #ef9809;
}
table.dataTable tbody th,
table.dataTable tbody td {
	background-color: white !important;
}
#keats_green_logo1 {
	width: 60%;
}
#login_failed {
	font-size: 1.2em;
	margin-top: 40px;
	font-family: 'Open Sans', sans-serif;
	color: black;
	margin-left: 4%;
}
#login_go_back_button {
	background-color: #f19600;
	border: none;
	color: white;
	border-bottom: solid 2px #b96e00;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 0px;
	cursor: pointer;
	margin-left: 4%;
	margin-top: 4px;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.login_button:hover {
	background-color: #ef9809;
}
#keats_green_logo1 {
	width: 60%;
}
.login_button {
	background-color: #f19600;
	border: none;
	color: white;
	border-bottom: solid 2px #b96e00;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 0px;
	cursor: pointer;
}
#invoice_title {
	margin-bottom: 30px;
}
.payment_orange {
	color: orange;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.payment_red {
	color: #F44336;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.payment_green {
	color: green;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.invoice_inner_titles {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	background-color: #4CAF50;
	padding-top: 5px;
	padding-bottom: 5px;
}
#client_invoice_logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
}
#invoice_table {
	font-family: 'Open Sans', sans-serif;
}
/* Skills & Technologies */

#skills_table {
	margin-top: 50px;
}

/* Courses */
.course_price {
	font-weight: 900;
    color: red;
    font-size: 1.1em;
}
.courses_table {
	/* table-layout: fixed !important; */
}
.course_button{
    /* float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block; */
    height: 50px;
    font-weight: bold;
    font-size: 1em; 
}
.original_price {
	color:black !important;
	text-decoration: line-through !important;
}
.testimonial_name {
	font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 1.2em;
}
.review {
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    line-height: 1.7;
    margin-bottom: 50px;
}
#featured4 {
	margin-bottom: 40px;
}
#about_contact_row_text {
    font-family: 'Muli', sans-serif;
    color: white;
    font-size: 1.3em;
    color: #edff00;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    text-align: center;
}
#about_contact_row_button:focus {
	outline: none;
}
#about_contact_row_button {
	width: 100%;
	font-family: 'Muli', sans-serif;
	background-color: white;
	border-radius: 4px;
	border: none;
	margin-top: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	color: #333333;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.5s linear;
	cursor: pointer;
	margin-bottom: 15px;
}
#about_contact_row_button:hover {
	transform: scale(1.1);
} 
#about_contact_row {
   background-color: #181818;
}
#about_contact_row2 {
	background-color: #ff5722; 
}
#about_contact_row_text {
	font-family: 'Muli', sans-serif;
	color: white;
	font-size: 1.3em;
	color: #edff00;
	padding-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 0px;
	text-align: center;
}
#about_contact_row_button {
	width: 100%;
	font-family: 'Muli', sans-serif;
	background-color: white;
	border-radius: 4px;
	border: none;
	margin-top: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	color: #333333;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.5s linear;
	cursor: pointer;
	margin-bottom: 15px;
}
#about_contact_row_button:hover {
	transform: scale(1.1);
} 
#gallery_row {
    background-color: #070052;
    color: white;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    padding-top: 25px;
    padding-bottom: 25px;
} 
#home_caption_title {
    margin-bottom: 20px;
    font-family: 'Dancing Script', cursive;
    font-size: 3em;
    color: black;
    text-align: center;
}
#home_caption_text {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif; 
    font-size: 1.1em;
    line-height: 2;
    color: black;
    padding-right: 4%;
    text-align: center;
}
#donate_table1 {
	color: black;
} 
.service_title2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    color: #ff4600;
} 
 .service_text{
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5;
    text-align: center;
    margin-top: 5px;
}
.service_icon {
    text-align: center;
    font-size: 3em;
}
.product {
	padding: 10px;
    border: solid 1px gray;
    border-radius: 4px;
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.project_button3 {
	width: 100% !important;
}
.motivation_video_link {
	text-decoration: none !important;
	color:black;
	font-family: 'Open Sans', sans-serif;
}
.motivation_video_link:hover {
	color:black;
	filter: grayscale(100%);
}
.motivation_title {
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: dashed 2px black; 
}
.motivation_title_sub {
	margin-bottom: 10px
}
.media_title1{
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 2.2em;
    line-height: 1.3;
    padding-left: 2%;
}
.media_button:hover {
	background-color: #e29302;
}
#home_text {
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    background-color: #950000;
    color: white;
    border-radius: 4px;
    padding: 20px;
}
.home_youtube {
	margin-top: 30px;
}
.media_button {
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    background-color: orange;
    border: none;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
}
.media_title2 {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 500;
    font-size: 1.5em;
    padding-left: 2%;
    margin-top: 25px;
    margin-bottom: 30px;
}
#home_media_slider {
	padding-right: 0px;
	padding-left: 0px;
	background-color: black;
    padding-top: 45px;
    padding-bottom: 45px; 
    margin-bottom: 45px; 
}
/*Journalism*/
.rating {
    font-size: 0.8em !important;
    color: #ff7900 !important;
}
.read_button {
    background-color: #3f51b5;
    color: white;
    font-family: 'Open Sans', sans-serif;
    border: solid 2px;
    border-bottom: solid 3px #24348c;
    width: 100%;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
}
.read_button:hover {
    background-color: #2c3fa8;
}
/*Gameplays*/
.game_box{
    margin-top: 25px;
}
.game_box img { 
    border-radius: 5px;
    border: solid 1px gray;
}
.game_box img:hover {
    filter: grayscale(100%);
    cursor: pointer;
}
#yt {
    font-family: 'Courgette', cursive;
    font-size: 1.5em;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10%;
}
.c2_clients_box img {
	border-radius: 4px;
}
.experiments_images {
    width: 100%;
    height: 195px;
    object-fit: cover;
    object-position: top;
}
#statues {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    line-height: 2;
    padding-right: 4%;
    text-align: center;
    background-color: #c40000;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: yellow;
}
.img1 {
    width: 100%;
    height: 200px;
    padding-right: 1%;
    object-fit: cover;
}
.director_name {
    font-family: 'Poppins', sans-serif; 
    font-size: 1.5em;
    color: black; 
    line-height: 1.3;
    padding-top: 20px; 
}
.director_contact {
    background-color: red;
    padding-top: 5px;
    border-radius: 4px;
    padding-bottom: 5px;
    font-size: 1.3em;
    font-weight: 600;
    color: white;
    width: 100%;
    text-align: center;
}
 