* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #141414;
	font-size: 16px;
	line-height: initial;
	letter-spacing: 0px;
	cursor: context-menu;
	font-family: Roboto, sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-color: #fff;
	font-family: sans-serif;
	font-family: system-ui;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: context-menu;
	font-family: Roboto, sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: sans-serif;
	line-height: initial;
	letter-spacing: 0px;
}

p {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1.8;
	display: block;
	font-family: sans-serif;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #048eb6;
	line-height: initial;
	letter-spacing: 0px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-family: Roboto, sans-serif;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: sans-serif;
}

a:hover {
	color: #048eb6;
}

a:focus {
	color: #048eb6;
}

a:visited {
	color: #048eb6;
}

ul li {
	letter-spacing: 0px;
	line-height: 1.8;
	font-family: sans-serif;
}

button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
}

button a {
	margin: 0px 0px 8px;
	padding: 15px 40px;
	background-color: #048eb6;
	color: rgb(255, 255, 255);
	font-size: 18px;
	display: inline-block;
	border: 2px solid #048eb6;
	font-weight: 500;
	letter-spacing: 0px;
	border-radius: 50px;
}

button a:hover {
	background-color: transparent;
	color: #048eb6;
	border: 2px solid #048eb6;
}

button a:focus {
	background-color: transparent;
	color: #048eb6;
	border: 2px solid #048eb6;
}

xmp {
	color: #141414;
	background-color: #f2f2f4;
	padding: 20px 20px 20px 20px;
	border: 1px solid #ddd;
	margin: 20px 0px;
	display: flex;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.clearfix {
	clear: both;
}

main {
	width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.main-fluid {
	width: 100%;
	margin: 0 auto;
	padding: 0%;
}

/* ==================================
Header Static Menu
===================================== */
header {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: relative;
    z-index: 99999;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #ddd;
    display: block;
    border-top: 0px solid #048eb6;
}

.fixed-menu {
	display: block
}

header .header-logo {
	width: 30%;
	float: left;
	font-size: 18px;
	background-color: transparent;
	height: 60px;
}

header .header-logo h4 {
	font-size: 24px;
	padding: 0px;
	margin: 5px 0px;
	font-weight: normal;
	color: #141414;
}

header .header-logo h4 a {
	color: #141414;
	font-weight: normal;
	cursor: pointer;
}

header .header-logo h4 a span {
	color: #048eb6;
	font-weight: bold;
}

header .header-logo h1 a:hover {
	color: #048eb6;
}

header .header-logo h1 a:focus {
	color: #048eb6;
}

header .header-logo img {
	width: auto;
	background: transparent;
	margin: 0px 0px;
	height: 48px;
	padding: 0px;
}

header .header-nav {
	margin: 0px;
	padding: 0px;
	width: 70%;
	float: left;
	text-align: right;
	background-color: transparent;
	height: 60px;
}

header .header-nav ul {
	margin: 0px;
	padding: 0px;
}

header .header-nav ul li {
	display: inline-flex;
	list-style-type: none;
}

header .header-nav ul li a {
	background-color: transparent;
	color: #141414;
	padding: 0px 15px;
	font-size: 18px;
	border: none;
	line-height: 61px;
	font-weight: normal;
	height: 60px;
	cursor: pointer;
}

header .header-nav ul li a:hover {
	background-color: transparent;
	color: #048eb6;
}

header .header-nav ul li a:focus {
	background-color: transparent;
	color: #048eb6;
}

header .header-nav ul li img {
	width: 15px;
	height: 15px;
	margin: -2px 5px;
}

/* ==================================
Dropdown Menu
===================================== */
header .dropdown {
	position: relative;
	display: inline-block;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: auto;
}

header .dropdown img {
	width: 18px;
	height: 18px;
	float: left;
	margin: 0px 10px 0px 0px;
}

header .dropdown span a {
    color: #141414;
    padding: 18px 16px;
    display: block;
    margin: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    font-family: system-ui;
}

header .dropdown span a:hover {
	color: #048eb6;
	background-color: #fff;
	background-image: url();
	background-repeat: repeat;
}

header .dropdown:hover {
	color: #048eb6;
	background-color: #048eb6;
	background-image: url();
	background-repeat: repeat;
}

header .dropdown:focus {
	color: #048eb6;
	background-color: #ddd;
	background-image: url();
	background-repeat: repeat;
}

header .dropdown ul {
	display: none;
	position: absolute;
	color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
	background-color: #fff;
	background-image: url();
	background-repeat: repeat;
}

header .dropdown:hover ul {
	display: block;
	padding: 0px;
	margin: 0px;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 60px;
}

header .dropdown ul li {
	display: inline-flex;
	list-style-type: none;
	width: 33%;
	float: left;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

header .dropdown ul li a {
	background-color: transparent;
	padding: 8px 15px 8px 0px;
	margin: 0px 15px 0px 0px;
	font-size: 16px;
	border: none;
	line-height: 24px;
	font-weight: normal;
	height: auto;
	width: 100%;
	color: #262626;
	border-bottom: 1px dotted #262626;
	text-align: left;
}

header .dropdown ul li a:before {
	content: ' \00BB';
	padding: 0px 5px 0px 0px;
}

header .dropdown ul li a:hover {
	background-color: transparent;
	color: #048eb6;
}

.dropdown-list {
	width: 1170px;
	margin: 0 auto;
	padding: 30px 0px 50px 0px;
}

.dropdown-list p {

	text-align: center;
	display: inline-block;
	background-color: transparent;
	color: #141414;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: 400;
	width: 80%;
	line-height: 36px;
	margin: 1% 10%;
}

.dropdown-list p a {
	display: inline-block;
	background-color: #048eb6;
	padding: 10px 0px 10px 10px;
	margin: 30px 2px 0px 0px;
	border-radius: 5px;
	border: 2px solid #048eb6;
}

.dropdown-list p a:hover {
	border: 2px solid #fff;
	background-color: #141414;
}

.dropdown-list h4 {
	color: #141414;
	font-weight: 700;
	margin: 15px 0px 8px 0px;
	padding: 5px;
	font-size: 32px;
	font-family: system-ui;
	text-align: center;
}

.dropdown-list h4 span {
	color: #048eb6;
	font-weight: 700;
	letter-spacing: 0px;
}

/* ==================================
Header Responsive Menu
===================================== */

.responsive-menu {
	display: none;
}

.header-responsive {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	background-color: #048eb6;
	position: relative;
	height: 60px !important;
	overflow: hidden;
	z-index: 10;
	top: 0px;
}

.header-responsive h2 {
	width: 200px;
}

.header-responsive h2 a {
	padding: 0px;
	margin: 13px 0px 0px 10px;
	font-size: 25px;
	font-weight: normal;
	color: #141414;
	text-decoration: none;
	position: absolute;
	cursor: pointer;
}

.header-responsive h2 a img {
	width: 215px;
}

.header-responsive h2 a span {
	font-weight: bold;
	color: #048eb6;
}

.main-responsive {
	margin: 0 auto;
	display: block;
	height: 100%;
	margin-top: 60px;
}

.mainInner-responsive {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}

.mainInner-responsive div {
	display: table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1.25px;
}

#sidebarMenu-responsive {
	height: 100%;
	position: fixed;
	left: 0;
	width: 280px;
	margin-top: 0px;
	transform: translateX(-330px);
	transition: transform 250ms ease-in-out;
	overflow: scroll;
	background-color: #048eb6;
	z-index: 99999;
	padding: 0px 20px;
	top: 0px;
	background-image: url();
	background-repeat: repeat;
}

#sidebarMenu-responsive img {
	width: 78%;
	margin: 20px 0px 0px 0px;
}

.sidebarMenuInner-responsive {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.sidebarMenuInner-responsive li {
	list-style: none;
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	padding: 0px;
	cursor: pointer;
	border-top: 1px solid #fff;
}

.sidebarMenuInner-responsive li:first-child {
	border-top: none;
}

.sidebarMenuInner-responsive li img {
	width: 25px;
	height: auto;
	float: left;
	margin: 7px 10px 10px 0px;
}

.sidebarMenuInner-responsive li span {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 8px 15px 15px 8px;
	letter-spacing: 2px;
	opacity: 0.5;
}

.sidebarMenuInner-responsive li a {
	color: #fff;
	display: block;
	padding: 10px 0px;
	letter-spacing: 0px;
	font-size: 18px;
	cursor: pointer;
}

.sidebarMenuInner-responsive li a:before {
	content: ' \00BB';
	padding: 0px 5px 0px 0px;
}

input[type="checkbox"]:checked~#sidebarMenu-responsive {
	transform: translateX(0);
}

input[type=checkbox] {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}

.sidebarIconToggle-responsive {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 999999;
	top: 22px;
	left: 250px;
	height: 22px;
	width: 22px;
}

.spinner-responsive {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #fff;
}

.horizontal-responsive {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}

.diagonal.part-1-responsive {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
}

.diagonal.part-2-responsive {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}

input[type=checkbox]:checked~.sidebarIconToggle-responsive>.horizontal-responsive {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
}

input[type=checkbox]:checked~.sidebarIconToggle-responsive>.diagonal.part-1-responsive {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
}

input[type=checkbox]:checked~.sidebarIconToggle-responsive>.diagonal.part-2-responsive {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
}

ul.responsive-menu-social-icon {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	width: 100%;
	display: inline-block;
	border-bottom: 4px solid #fff;
}

ul.responsive-menu-social-icon li {
	margin: 0px 4px;
	padding: 0px;
	width: 29px;
	float: left;
	list-style-type: none;
	text-align: center;
}

ul.responsive-menu-social-icon li a {
	margin: 0px;
	padding: 0px;
}

ul.responsive-menu-social-icon li a img {
	margin: 0px !important;
	padding: 0px !important;
	width: 20px !important;
	height: 20px !important;
}

.responsive-menu input {
	padding: 12px;
	width: 235px;
	margin: 20px 0px 0px 0px;
}

/* ==================================
Footer Custome
===================================== */

footer {
	margin: 0px;
	padding: 60px 0px;
	background-color: #001a21;
	background-image: url();
	background-repeat: repeat;
}

footer h3 {
	font-size: 18px;
	color: #fff;
}

footer h3 a {
	color: #fff;
}

footer h3 a:hover {
	color: #048eb6;
}

footer h3 a:focus {
	color: #048eb6;
}

footer h3 a:visited {
	color: #fff;
}

.footer-container {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 0%;
	padding: 0%;
}

.footer-container>div {
	width: 33%;
	float: left;
}

.footer-container>div ul {
	margin: 0px 12% 12% 0px;
	padding: 0px;
	color: #fff;
}

.footer-container>div ul h3 {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-family: sans-serif;
	letter-spacing: 1px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: sans-serif;
}

.footer-container>div ul h3 a {

	color: #fff;
	cursor: pointer;
	font-family: sans-serif;
}

.footer-container>div ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer-container>div ul li a {
	color: #ccc;
	background-color: transparent;
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	display: block;
	font-size: 16px;
}

.footer-container>div ul li a:before {
	content: ' \00BB';
	padding: 0px 5px 0px 0px;
}

.footer-container>div ul li a:hover {
	color: #ddd;
}

.footer-container>div ul li a:focus {
	color: #ddd;
}

/* ==================================
Footer Dynamic
===================================== */

footer.dynamic {
	margin: 0px;
	padding: 60px 0px 90px 0px;
	background-color: #141414;
	background-image: url();
	background-repeat: repeat;
	position: absolute;
	width: 100%;
}

footer.dynamic h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}

footer.dynamic h3 a {
	color: #fff !important;
}

footer.dynamic ul.footer-auto {
	margin: 0% 0% 3% 0%;
	padding: 0%;
	color: #fff;
	display: flow-root;
}

footer.dynamic ul.footer-auto h3 {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-family: sans-serif;
	letter-spacing: 1px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: sans-serif;
}

footer.dynamic ul.footer-auto h3 a {

	color: #fff;
	cursor: pointer;
	font-family: sans-serif;
}

footer.dynamic ul.footer-auto li {
	margin: 0% 2% 0% 0%;
	padding: 0px;
	list-style: none;
	width: 31.333%;
	float: left;
}

footer.dynamic ul.footer-auto li a {
	color: #ccc;
	background-color: transparent;
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	display: block;
	font-size: 16px;
}

footer.dynamic ul.footer-auto li a:before {
	content: ' \00BB';
	padding: 0px 5px 0px 0px;
}

footer.dynamic ul.footer-auto li a:hover {
	color: #ddd;
}

footer.dynamic ul.footer-auto li a:focus {
	color: #ddd;
}

/* ==================================
Email Newsletter and Copy Right Footer
===================================== */

footer .email-newsletter {
	margin: 0px;
	background-color: transparent;
	text-align: center;
	display: inline-block;
	width: 60%;
	padding: 3% 20%;
}

footer form.email-newsletter h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2.4px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

footer form.email-newsletter input.email-newsletter-field {
	width: 75%;
	float: left;
	padding: 11px;
	border: 1px solid #ddd;
	border-radius: 20px 0px 0px 20px;
	height: 20px;
}

footer form.email-newsletter input.email-newsletter-button {
	width: 20%;
	float: left;
	padding: 10px;
	border: 2px solid #f2f2f2;
	border-radius: 0px 20px 20px 0px;
	height: 44px;
	color: #141414;
	background-color: #f2f2f2;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	font-family: sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

footer form.email-newsletter input.email-newsletter-button:hover {
	color: #fff;
	background-color: #048eb6;
}

footer h4.copyright {
	color: #fff;
	font-size: 12px;
	background-color: transparent;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2.4px;
}

footer h4.copyright a {
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border: none;
	background-color: transparent;
}

footer h4.copyright a:hover {
	color: #ddd;
	border: none;
	background-color: transparent;
}

footer h4.copyright a:focus {
	color: #ddd;
	border: none;
	background-color: transparent;
}

/* ==================================
Search
===================================== */

section {
	margin: 0px;
	padding: 0px;
}

section.search-background-image {
	background-image: url();
	background-repeat: repeat;
	/* background-color: #048eb6; */
	display: block;
	/* margin: 60px 0px 0px 0px; */
	/* padding: 60px 0px; */
	background: transparent;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}

section.search-background-image h1 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	padding: 0px;
	margin: 0px 15%;
	height: auto;
	letter-spacing: 2.4px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: context-menu;
	line-height: 50px;
	font-weight: 800;
	text-transform: uppercase;
}

section.search-background-image h1 a {
	color: #fff;
	cursor: pointer;
}

section.search-background-image p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2.4px;
	padding: 20px 0px 0px 0px;
	margin: 0px 10%;
	display: block;
}

/*=====================================
Social Icon Footer
======================================*/
.social-icons-custom {
	background-color: transparent;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
}

.social-icons-custom h2 {
	margin: 0%;
	padding: 0%;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}

.social-icons-custom h2 span {
	font-weight: bold;
	text-transform: uppercase;
}

.social-icons-custom ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.white-background-home div.social-icons-custom ul {
	text-align: center !important;
}

footer div.social-icons-custom ul {
	text-align: center !important;
	background-color: transparent;
}

.social-icons-custom ul li {
	;
	display: inline-block !important;
	list-style-type: none !important;
	border-radius: 50px;
	width: auto !important;
	margin: 2px !important;
}

.social-icons-custom ul li img {
	padding: 10px;
	margin: 0%;
	width: 18px;
	height: 18px;
	border: none;
	display: block;
}

.social-icons-custom ul li a {
	background-color: #048eb6;
	display: inline-flex;
	border-radius: 8px;
	padding: 0%;
	margin: 0%;
	border: 2px solid #048eb6;
}

.social-icons-custom ul li a img {
	padding: 10px;
	margin: 0%;
	width: 18px;
	height: 18px;
	border: none;
}

.social-icons-custom ul li a:hover {
	background-color: #141414;
	border: 2px solid #fff;
}

.social-icons-custom ul li a:focus {
	background-color: #141414;
}

.page-text-left {
	text-align: left !important;
}

.total-shares {
	padding: 0px 15px 0px 15px !important;
	color: #333;
	font-size: 15px;
	margin: 0px 0px 0px 0px !important;
}

.total-shares span {
	font-size: 22px;
	display: block;
	font-weight: 700;
	line-height: 18px;
}

.facebook {
	background-color: #4267B2 !important;
	border: 2px solid #4267B2 !important;
}

.facebook:hover {
	border: 2px solid #fff !important;
}

.twitter {
	background-color: #000000 !important;
	border: 2px solid #000000 !important;
}

.twitter:hover {
	border: 2px solid #fff !important;
}

.linkedin {
	background-color: #0077b5 !important;
	border: 2px solid #0077b5 !important;
}

.linkedin:hover {
	border: 2px solid #fff !important;
}

.pinterest {
	background-color: #CB2027 !important;
	border: 2px solid #CB2027 !important;
}

.pinterest:hover {
	border: 2px solid #fff !important;
}

.reddit {
	background-color: #ff4500 !important;
	border: 2px solid #ff4500 !important;
}

.reddit:hover {
	border: 2px solid #fff !important;
}

.tumblr {
	background-color: #32506d !important;
	border: 2px solid #32506d !important;
}

.tumblr:hover {
	border: 2px solid #fff !important;
}

.blogger {
	background-color: #ff8000 !important;
	border: 2px solid #ff8000 !important;
}

.blogger:hover {
	border: 2px solid #fff !important;
}

.flipboard {
	background-color: #e12828 !important;
	border: 2px solid #e12828 !important;
}

.flipboard:hover {
	border: 2px solid #fff !important;
}

.instapaper {
	background-color: #000000 !important;
	border: 2px solid #000000 !important;
}

.instapaper:hover {
	border: 2px solid #fff !important;
}

.instagram {
	background-color: #cd486b !important;
	border: 2px solid #cd486b !important;
}

.instagram:hover {
	border: 2px solid #fff !important;
}

.youTube {
	background-color: #FF0000 !important;
	border: 2px solid #FF0000 !important;
}

.youTube:hover {
	border: 2px solid #fff !important;
}

/*========================================
Form Design
=========================================*/

.form-design {
	border: 0px solid #ddd;
}

.form-design h1 {
	font-size: 34px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.form-design span {
	color: #048eb6;
	font-size: 14px;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.form-design label {
	margin: 20px 0px 8px 0px;
	padding: 0px;
	color: #141414;
	font-weight: bold;
	display: block;
}

.form-design input {
	margin: 0px 0px 15px 0px;
	padding: 18px 2%;
	width: 96%;
	height: auto;
	border-radius: 0px;
	border: 1px solid #ddd;
}

.form-design textarea {
	margin: 0px;
	padding: 2%;
	width: 96%;
	border-radius: 0px;
	border: 1px solid #ddd;
}

.form-design select {
	margin: 0% 0% 2%;
	padding: 18px 2%;
	width: 100%;
	height: auto;
	border-radius: 0px;
	border: 1px solid rgb(221, 221, 221);
	display: block;
}

.form-design .page-active-inactive-status {
	display: none;
}

.form-design .submit-button {
	background-color: #048eb6;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 60px;
	margin: 15px 0px 30px 0px;
	width: auto;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #048eb6;
}

.form-design .submit-button:hover {
	background-color: transparent;
	color: #048eb6;
	border: 2px solid #048eb6;
}

.g-recaptcha {
	margin: 15px 0px 0px 0px;
	display: block;
}

.unsuccess-message-form {
	font-size: 24px;
	color: #bf0000;
	display: block;
	margin: 0px 0px 30px 0px;
}

.success-message-form {
    width: 100%;
    margin: 0px auto;
    padding: 1% 0%;
    color: #048eb6;
    text-align: left;
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 1.4px;
    font-weight: 600;
}

/*========================================
Subscibe Our Newsletter
=========================================*/
.subscribe-our-newsletter {
	margin: 0px auto;
	padding: 0% 8% 2% 8%;
	text-align: center;
	width: 84%;
}

.subscribe-our-newsletter h3 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: 100;
	font-size: 20px;
}

.subscribe-our-newsletter p {
	margin: 0px;
	padding: 15px;
	color: rgb(255, 255, 255);
	font-weight: 100;
	font-size: 12px;
	display: inline-block;
}

.subscribe-our-newsletter p a {
	color: #fff;
}

.subscribe-our-newsletter p a:hover {
	color: #ddd;
	background-color: transparent;
	border: none;
}

.subscribe-our-newsletter a {
	margin: 0px 0px 0px 0px;
	color: #fff;
}

.subscribe-our-newsletter a:hover {
	background-color: #048eb6;
	color: #fff !important;
	border-radius: 50px;
}

/* ==================================
Mobile View Content Code
===================================== */
.mobile-display-content {
	display: none;
}

/* ==================================
Ad Horizontal Fixed Bottom
=====================================*/
.ad-horizontal-fixed-bottom {
	width: 100%;
	height: 90px;
	background-color: transparent;
	position: relative;
	bottom: 0px;
	z-index: 100004;
	right: 0px;
	border: none;
	text-align: center;
	display: none;
	margin: 0px;
	padding: 0px;
}

/* ==================================
Sticky Advertisment
=====================================*/
.sticky-advertisment {
	width: 300px;
	height: auto;
	float: right;
	background-color: transparent;
	margin: 0px !important;
	position: -webkit-sticky;
	position: sticky;
	top: 5px;
	padding: 0px;
}

/*=================================
Advertisments Bottom Fixed Mobile
===================================*/

.ad-horizontal-responsive-mobile {
	width: 100%;
	height: 60px;
	background-color: transparent;
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	padding: 0px;
	display: none;
}

.ad-header-top-margin {
	margin: 0px 0px 0px 0px;
}

/*=================================
Ad Horizontal Responsvie 
===================================*/

.ad-horizontal-responsive {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 1170px;
	height: auto;
	background-color: transparent;
	text-align: center;
}

/*=================================
Ad Vertical Responsive
===================================*/
.ad-vertical-responsive {
	background-color: transparent;
	margin: 0px 0px 15px 0px;
	width: 300px;
	height: auto;
}

/*=================================
ad-size-300x250
===================================*/
.ad-size-300x250 {
	background-color: transparent;
	padding: 8px 0px;
	margin: 0px 0px 15px 0px;
	border-radius: 8px;
	width: 300px;
	height: 250px;
}

/*=================================
Auto Ad Google
===================================*/
.google-auto-placed .ap_container {
	margin: 30px;
}

/*=================================
Ad within Page
===================================*/
.ad-into-page {
	margin: 15px 0px;
	display: inline-block;
}

/*=================================
AD Navbar 728x90
===================================*/
.ad-navbar-728x90 {
	text-align: center;
}

/*=================================
AD Fixed Left 
===================================*/
.ad-fixed-left {
	padding: 0px;
	margin: 6% 0px;
	background-color: red;
	width: 90px;
	display: block;
	height: 728px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
}

.ad-navbar-728x90 {
	text-align: center;
}


/*================
 PayUmoney Button
==================*/

.payumoney-button {
	margin: 0%;
	padding: 60px 0%;
	background-color: #141414;
	text-align: center;
	background-image: url();
	background-repeat: repeat;
}

.payumoney-button h2 {
	margin: 0% 0% 3% 0%;
	padding: 0%;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}

.payumoney-button h2 span {
	font-weight: bold;
	text-transform: uppercase;
}


.payumoney-button {
	margin: 0%;
	padding: 60px 0%;
	width: 100%;
}

.payumoney-button a {
	margin: 0%;
	padding: 8px 24px;
	background-color: transparent;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	border-radius: 50px;
	border: 2px solid #fff;
	width: auto;
	text-transform: uppercase;
	cursor: pointer;
}

.payumoney-button a:after {
	content: ' \00BB';
}

.payumoney-button a:hover {
	background-color: #048eb6;
}

/*===================================
Google Search CSS
====================================*/
.gsc-control-cse {
	border-color: #FFFFFF !important;
	background-color: transparent !important;
	width: 68% !important;
	margin: 20px 16% 0px 16% !important;
	border: 0px !important;
	padding: 0px !important;
}

form.gsc-search-box {
	font-size: 13px;
	margin-top: 0 !important;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 100%;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
	border-color: #F2F2F4;
	background-color: #f2f2f4;
	background-image: none;
	filter: none;
	padding: 12px 40px !important;
	height: 41px !important;
	margin: 0px !important;
	border-radius: 0px 0px 0px 0px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0px !important;
	padding: 6px !important;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
	border-radius: 50px 0px 0px 50px !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
	padding: 20px !important;
	margin: 0px !important;
	height: 53px !important;
	width: 104px !important;
	border-radius: 0px 50px 50px 0px !important;
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
	margin: 20px !important;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
	font-size: 18px !important;
	letter-spacing: 0px !important;
}

.gs-webResult div.gs-visibleUrl {
	letter-spacing: 0px !important;
}

.gsc-resultsbox-visible {
	text-align: left !important;
}

.gsc-adBlock {
	display: none !important;
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
	border-color: #FFFFFF;
	margin: 0px 0px 10px 0px !important;
	padding: 10px 0px !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #ddd !important;
}

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,
.gs-fileFormatType {
	letter-spacing: 1px !important;
}

.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a {
	color: #141414 !important;
}

.gs-promotion .gs-visibleUrl,
.gs-webResult .gs-visibleUrl {
	color: #0076de !important;
}

.gs-web-image-box,
.gs-promotion-image-box {
	width: 110px !important;
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
	max-width: 100px !important;
}

.gsc-search-button-v2 {
	border-color: #f2f2f4 !important;
	background-color: #f2f2f4 !important;
}

.gsc-search-button-v2 svg {
	fill: #048eb6 !important;
}

/*====================================
All Pages above footer default content
====================================*/

.all-page-display-content {
	background-color: #f2f2f4;
	display: flex;
	padding: 60px 0%;
	margin: 0%;
}

.heading-and-sub-heading-black {
	margin: 0%;
	padding: 0%;
	text-align: center;
}

.heading-and-sub-heading-black h3 {
	font-size: 40px;
	padding: 0%;
	margin: 0% 0% 8px 0px;
	color: #141414;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
}

.heading-and-sub-heading-black span {
	color: #048eb6;
}

.heading-and-sub-heading-black p {
	font-size: 20px;
	padding: 0%;
	margin: 1% 10% 2% 10%;
	text-transform: inherit;
	font-weight: normal;
	color: #141414;
	width: 80%;
	display: inline-block;
	line-height: 26px;
}

.blog-grids-home-page {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 0px;
}

.blog-grids-home-page>div {
	width: 31%;
	float: left;
	background-color: transparent;
	margin: 1%;
	text-align: left;
	padding: 0%;
	box-shadow: 0px 0px 30px #ddd;
	border: 1px solid #dddd;
	border-radius: 1px;
}

.blog-grids-home-page>div a img {
	margin: 0%;
	padding: 0%;
	display: grid;
	width: 100%;
}

.blog-grids-home-page>div figcaption {
	font-size: 12px;
	color: #444;
	font-weight: normal;
	padding: 10px 15px 10px 15px;
	margin: 0%;
	display: block;
	display: -webkit-box;
	height: 18px;
	line-height: 1.4;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #f2f2f4;
}

.blog-grids-home-page>div figcaption a {
	color: #141414;
	cursor: pointer;
}

.blog-grids-home-page>div h4 {
	font-size: 24px;
	margin: 0%;
	padding: 4%;
	color: #048eb6;
	text-transform: uppercase;
}

.blog-grids-home-page>div h4 a {
	color: #262626;
	padding: 0%;
	display: flex;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	max-height: 63px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 800;
	margin: 0%;
	cursor: pointer;
}

.blog-grids-home-page>div h5 {
	font-size: 12px;
	padding: 0%;
	margin: 0% 4% 4% 4%;
	font-weight: normal;
}

.blog-grids-home-page>div p {
	font-size: 18px;
	padding: 0%;
	margin: 0% 4% 10% 4%;
	font-weight: normal;
	display: block;
	display: -webkit-box;
	height: 95px;
	line-height: 1.8;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}

.discussed-your-project-black {
	margin: 2% 0% 0% 0%;
	padding: 0%;
	border-radius: 50px;
	width: 100%;
	text-align: center;
}

.discussed-your-project-black p {
	text-align: center;
	display: block;
	padding: 0px;
	margin: 20px;
}

.discussed-your-project-black a {
	border: 2px solid #048eb6;
	color: #fff;
}

.discussed-your-project-black a:hover {
	background-color: transparent;
	color: #048eb6;
}

.discussed-your-project-black a:after {
	content: ' \00BB';
}

.white-background {
	background-color: transparent;
	display: flex;
	padding: 60px 0%;
	margin: 0%;
}

.margin-top-bottom {
	margin: 30px 0px;
	display: block;
}

/* ==================================
Custom Sidebar Slider
===================================== */
.search-custom-sidebar {
	background-color: #fff;
	display: flex;
	margin: 0px 0px 15px 0px;
	padding: 5%;
	border: 1px solid #ddd;
	width: 90%;
	border-radius: 8px;
}

.search-custom-sidebar .form-group-search {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
}

.search-custom-sidebar input.search-field {
	width: 55%;
	float: left;
	padding: 11px 3%;
	border: 1px solid #ddd;
	border-radius: 0px;
	height: 28px;
}

.search-custom-sidebar input.search-button {
	width: 37%;
	float: left;
	padding: 1%;
	border: 2px solid #048eb6;
	border-radius: 0px;
	height: 52px;
	color: #fff;
	background-color: #048eb6;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.search-custom-sidebar input.search-button:hover {
	color: #fff;
	background-color: #048eb6;
	border: 2px solid #048eb6;
	border: 2px solid #fff;
}

.search-custom-sidebar input.search-button:focus {
	color: #fff;
	background-color: #048eb6;
	border: 2px solid #048eb6;
}


/* ==================================
Category Home Page
===================================== */

.category-home-page-flex-container {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 850px;
}


.category-home-page-flex-container>div {
	width: 30.333%;
	margin: 1%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ddd;
	/*background-image: url(../images/common-image/home-slider-background.png);
    background-repeat: repeat;*/
}

.category-home-page-flex-container>div:nth-child(odd) {
	background: #f2f2f4;
}

.category-home-page-flex-container>div:nth-child(even) {
	background: #f2f2f4;
}

.category-home-page-flex-container>div:hover {
	background-color: #9c1c1c;
}

.category-home-page-flex-container>div img {
	width: 100%;
}

.category-home-page-flex-container>div h1 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.category-home-page-flex-container>div h1 a {
	padding: 0px 15px;
	margin: auto;
	height: 130px;
	vertical-align: middle;
	display: table-cell;
	width: 246px;
	color: #141414;
	font-weight: 900;
	letter-spacing: 2.8px;
	font-size: 24px;
	text-transform: uppercase;
}

.category-home-page-flex-container>div h2 {
	font-size: 18px;
	background-color: transparent;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.category-home-page-flex-container>div h2 a {
	padding: 10px;
	color: #444;
	font-weight: bold;
	margin: 0px;
	vertical-align: middle;
	display: table-cell;
	height: 42px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 262px;
	background-color: transparent;
}

.category-home-page-flex-container>div p {
	font-size: 18px;
	background-color: transparent;
	color: #444;
	font-weight: normal;
	padding: 0px;
	margin: 0px 8px;
	display: block;
	display: -webkit-box;
	height: 65px;
	line-height: 1.4;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-home-page-flex-container>div button {
	margin: 20px;
	padding: 0px;
	background-color: transparent;
	border: none;
	text-align: center;
}

.category-home-page-flex-container>div button a {
	margin: 0px;
	padding: 12px 20px;
	background-color: transparent;
	display: block;
	color: #048eb6;
	border-radius: 50px;
	letter-spacing: 2.4px;
	font-weight: normal;
	border: 1px solid #048eb6;
	font-size: 14px;
}

.category-home-page-flex-container>div button a:after {
	content: ' \00BB';
}

.category-home-page-flex-container>div:hover {
	background-color: #9c1c1c;
	background-image: url();
	background-repeat: repeat;
}

.category-home-page-flex-container>div:hover h1 a {
	background-color: #9c1c1c;
	color: #fff;
	background-image: url();
	background-repeat: repeat;
}

.category-home-page-flex-container>div:hover h2 a {
	color: #fff;
}

.category-home-page-flex-container>div:hover p {
	color: #fff;
}

.category-home-page-flex-container>div:hover button a {
	color: #048eb6;
	background-color: #fff;
}

/* ==================================
Category List Page
===================================== */

.category-flex-container-list {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 850px;
}

.category-flex-container-list>div {
	width: 100%;
	margin: 10px;
	text-align: left;
	padding: 0px;
	background-color: transparent;
	height: auto;
	display: block;
}

.category-flex-container-list>div ul {
	margin: 0px;
	padding: 0px;
}

.category-flex-container-list>div ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 50%;
	float: left;
}

.category-flex-container-list>div ul li a {
	margin: 8px 8px 0px 0px;
	padding: 8px 15px;
	background-color: #f2f2f4;
	display: block;
	color: #141414;
}

.category-flex-container-list>div ul li a:hover {
	color: #fff;
	background-color: #048eb6;
}

.category-flex-container-list>div ul li a:focus {
	color: #fff;
	background-color: #048eb6;
}

/* ==================================
breadcrumbs
===================================== */
section.breadcrumbs {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	display: block;

}

section.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
}

section.breadcrumbs ol li {
	margin: 20px 8px;
	padding: 0px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
}

section.breadcrumbs ol li a span {
	font-weight: 400;
}

section.breadcrumbs ol li a {
	margin: 0px;
	padding: 0px;
	color: #048eb6;
	font-size: 16px;
	font-family: sans-serif;
}

section.breadcrumbs ol li a:after {
	content: ' \00BB';
	color: #141414;
}

section.breadcrumbs ol li a:hover {
	color: #6b0000;
}

section.breadcrumbs ol li a:focus {
	color: #6b0000;
}

/* ==================================
Sidebare Left Page Bottom View
=====================================*/

.page-content aside.sidebar-left {
	margin: 0%;
	padding: 0px;
	width: 100%;
	float: left;
	background-color: transparent;
}

.page-content aside.sidebar-left div {
	width: 46%;
	float: left;
	margin: 3% 3% 0% 0%;
	padding: 0%;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ddd;
}

.page-content aside.sidebar-left h2 {
	margin: 30px 0px 30px 0px;
	padding: 0px;
	color: #141414;
	font-size: 32px;
	letter-spacing: 2.4px;
	font-weight: 700;
}

.page-content aside.sidebar-left h2 span {
	color: #048eb6;
	font-weight: bold;
}

.page-content aside.sidebar-left h3 {
	font-size: 18px;
	margin: 0px;
	color: #141414;
	border-radius: 0px;
	text-transform: inherit;
	font-weight: bold;
	letter-spacing: 2.6px;
	overflow: hidden;
	padding: 0px;
	height: 150px;
}

.page-content aside.sidebar-left h3 a {
	color: #141414;
	display: block;
	padding: 60px 10px;
	background-image: url();
	background-repeat: repeat;
	background-color: #f2f2f4;
}

.page-content aside.sidebar-left p {
	font-size: 18px;
	padding: 4px 15px;
	margin: 0px 0px 0px 0px;
	color: #141414;
	font-weight: normal;
	display: block;
	display: -webkit-box;
	max-height: 90px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-content aside.sidebar-left button {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: transparent;
}

.page-content aside.sidebar-left button a {
	margin: 15px 0px 30px 0px;
	padding: 10px 25px;
	background-color: #f2f2f4;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50px;
	font-size: 14px;
	letter-spacing: 2.4px;
	color: #222;
}

.page-content aside.sidebar-left div:hover {
	background-color: #f2f2f4;
}

.page-content aside.sidebar-left div:hover h3 a {
	background-color: #048eb6;
	color: #fff;
}

.page-content aside.sidebar-left div:hover button a {
	background-color: #048eb6;
	color: #fff;
	border: 1px solid #048eb6;
}

.page-content aside.sidebar-left ul {
	margin: 0px;
	padding: 0px;
}

.page-content aside.sidebar-left ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}

.page-content aside.sidebar-left ul li:before {
	content: '\2713';
	display: inline-block;
	color: #048eb6;
	padding: 0 15px 0 0;
	font-weight: 600;
	font-size: 20px;
}

.page-content aside.sidebar-left ul li a {
	margin: 5px 0px 5px 0px;
	padding: 15px 0px;
	display: inline-block;
	font-size: 20px;
	color: #141414;
	font-weight: 400;
	border: 0px solid #fff;
	font-family: sans-serif;
	letter-spacing: 0px;
	line-height: 26px;
}

.page-content aside.sidebar-left ul li a:hover {
	color: #048eb6;
	background-color: transparent;
	border-radius: 8px;
	border: 0px solid #ddd;
}

.page-content aside.sidebar-left ul li a:focus {
	color: #048eb6;
}

.page-content aside.sidebar-left ul li a:visited {
	color: #141414;
}

/* ==================================
Footer Page Quick Links
===================================== */
.footer-page-quick-link-parent {
	margin: 0px;
	padding: 0px;
}

.footer-page-quick-link-parent h2 {
	font-size: 30px !important;
	background-color: transparent !important;
	font-weight: 700 !important;
	padding: 0px !important;
	margin: 0px 0px 20px 0px !important;
	text-transform: uppercase !important;
	color: #141414 !important;
	line-height: 42px !important;
}

.footer-page-quick-link-parent h2 span {
	color: #048eb6;
	text-transform: uppercase !important;
}

.footer-page-quick-link-parent h2 a {
	color: #262626;
}

.footer-page-quick-link-parent .footer-page-quick-links {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}

.footer-page-quick-link-parent .footer-page-quick-links>div {
	width: 100%;
	margin: 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image: url();
	background-repeat: repeat;
}

.footer-page-quick-link-parent .footer-page-quick-links>div:nth-child(odd) {
	margin-bottom: 0px;
	border-radius: 50px;
}

.footer-page-quick-link-parent .footer-page-quick-links>div:nth-child(even) {
	margin-bottom: 0px;
	border-radius: 50px;
}

.footer-page-quick-link-parent .footer-page-quick-links>div h3 {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-radius: 8px;
}

.footer-page-quick-link-parent .footer-page-quick-links>div h3 a {
	padding: 15px;
	margin: auto;
	vertical-align: middle;
	display: block;
	color: #141414;
	font-weight: 600;
	letter-spacing: 2.8px;
	font-size: 18px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	margin: 5px 0px;
}

.footer-page-quick-link-parent .footer-page-quick-links>div h3 a:hover {
	color: #048eb6 !important;
	background-color: #f2f2f4;
	border: 1px solid #ddd;
}

.footer-page-quick-link-parent .footer-page-quick-links>div h3 a:after {
	content: ' \00BB';
}

.footer-page-quick-link-parent .footer-page-quick-links>div h3 a:before {
	content: '\274F';
	display: inline-block;
	color: #141414;
	padding: 0 6px 0 0;
}


/* ==================================
Sidebare left
=====================================*/

.sidebar-left aside {
	margin: 15px 20px 10px 0px;
	padding: 0px;
	width: 300px;
	float: left;
	background-color: transparent;
}

.sidebar-left aside h2 {
	font-size: 18px;
	padding: 6px 10px;
	margin: 0px;
	background-color: transparent;
	color: #048eb6;
	border-radius: 30px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2.6px;
}

.sidebar-left aside h5 {
	background-color: yellow;
	color: #048eb6;
	padding: 5px;
	width: 94%;
	display: inline-block;
	text-align: center;
	font-weight: 900;
	border: 1px solid #eee;
}

.sidebar-left aside ul {
	margin: 0px;
	padding: 0px;
}

.sidebar-left aside ul li {
	margin: 6px 0px;
	padding: 0px;
	list-style-type: none;
}

.sidebar-left aside ul li a {
	color: #141414;
	display: block;
	background-color: #f2f2f4;
	padding: 5px 5px;
	margin: 2px 0px;
	font-size: 14px;
	border-radius: 30px;
	border: 1px solid #ddd;
	height: 35px;
	overflow: hidden;
}

.sidebar-left aside ul li a:hover {
	color: #048eb6;
}

.sidebar-left aside ul li a:focus {
	color: #048eb6;
}

.sidebar-left aside ul li a:before {
	content: ' \26AC';
	padding: 0px;
	margin: 8px;
	color: #048eb6;
	font-size: 20px;
}

.sidebar-left aside ul li.sidebar-left-active a {
	color: #fff;
	background-color: #048eb6;
}

/* ==================================
Sidebare Right
=====================================*/

.sidebar-right aside {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	width: 300px;
	float: right;
	background-color: transparent;
}

.sidebar-right aside h2 {
	font-size: 18px;
	padding: 5% 5% 0% 5%;
	margin: 0px;
	background-color: #fff;
	color: #048eb6;
	border-radius: 8px 8px 0px 0px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2.6px;
	width: 90%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.sidebar-right aside h5 {
	background-color: yellow;
	color: #048eb6;
	padding: 5px;
	width: 94%;
	display: inline-block;
	text-align: center;
	font-weight: 900;
	border: 1px solid #eee;
}

.sidebar-right aside ul {
	margin: 0px 0px 15px 0px;
	padding: 5%;
	background-color: #fff;
	width: 90%;
	border-radius: 0px 0px 8px 8px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.sidebar-right aside ul li {
	margin: 6px 0px;
	padding: 0px;
	list-style-type: none;
}

.sidebar-right aside ul li a {
	color: #141414;
	display: block;
	background-color: #fff;
	padding: 5px 5px;
	margin: 2px 0px;
	font-size: 14px;
	border-radius: 30px;
	border: 1px solid #ddd;
}

.sidebar-right aside ul li a:hover {
	color: #048eb6;
}

.sidebar-right aside ul li a:focus {
	color: #048eb6;
}

.sidebar-right aside ul li a:before {
	content: ' \26AC';
	padding: 0px;
	margin: 8px;
	color: #048eb6;
	font-size: 20px;
}

.sidebar-right aside ul li.sidebar-left-active a {
	color: #fff;
	background-color: #048eb6;
}

/* ==================================
page content
=====================================*/

.page-content {
	margin: 0px 0px 30px 0px;
	padding: 0px 48px;
	width: 746px;
	float: left;
	background-color: transparent;
	border: 0px solid #ddd;
	border-radius: 8px;
}

.page-content h1 {
	font-size: 34px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	display: block;
	line-height: 40px;
	font-weight: 700;
	text-transform: inherit;
}

.page-content h1 a {
	color: #141414;
}

.page-content h2 {
	font-size: 36px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	display: block;
	line-height: 40px;
	font-weight: 700;
	text-transform: inherit;
	font-family: system-ui;
}

.page-content h2 a {
	color: #141414;
}

.page-content h3 {
	font-size: 26px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	display: block;
	line-height: 42px;
	font-weight: 700;
	font-family: system-ui;
}

.page-content h4 {
	font-size: 20px;
	margin: 30px 0px 8px 0px;
	padding: 0px;
	display: block;
	font-weight: 700;
	font-family: system-ui;
}

.page-content h6 {
	font-size: 20px;
	margin: 20px 0px 30px 0px;
	padding: 0px;
	display: block;
	color: #141414;
	font-weight: 400;
	letter-spacing: 1px;
}

.page-content p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	display: inline-block;
}

.page-content img {
	width: 100%;
	padding: 0px;
	margin: 0% 0% 3% 0%;
	display: block;
	border-top: 1px solid #ddd;
	border-radius: 2.5rem;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.page-content a img {
	width: 748px;
	padding: 0px;
	margin: 0% 0% 3% 0%;
	display: block;
	border-top: 1px solid #ddd;
	border-radius: 2.5rem;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

p.image-caption {
	padding: 1%;
	margin: 0px 0px 30px 0px;
	display: block;
	background-color: #f2f2f4;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2.6px;
	font-size: 12px;
	border-left: 1px solid #ddd;
	border-radius: 0px 0px 4px 4px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 98%;
}

.page-content ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background-color: transparent;
	font-size: 18px;
}

.page-content ul li {
	margin: 5px 5px 5px 30px;
	padding: 4px 0px;
	background-color: #fff;
	list-style-type: none;
	font-size: 18px;
}

.page-content ul li a:hover {
	color: #048eb6;
}

.page-content ul li a:focus {
	color: #141414;
}

.page-content ul li:before {
	content: '\2713';
	display: inline-block;
	color: #048eb6;
	padding: 0 15px 0 0;
	font-weight: 600;
	font-size: 20px;
}

.page-content table {
	margin: 0px 0px 30px 0px;
	width: 100%;
	text-align: left;
}

.page-content table tr {
	margin: 0px;
	padding: 0px;
}

.page-content table tr th {
	margin: 0px;
	padding: 15px;
	background-color: transparent;
	font-size: 20px;
	border-radius: 0px;
	border-bottom: 1px solid #bbb;
}

.page-content table td {
	margin: 0px;
	padding: 2%;
	background-color: #fff;
	border: 1px solid #ddd;
}

/* ==================================
Page Tag
=====================================*/
.page-content ul.page-tag {
	margin: 15px 0px;
	padding: 0px;
	text-align: center;
	display: none;

}

.page-content ul.page-tag li {
	margin: 5px;
	padding: 0px;
	font-size: 11px;
	display: inline-block;
	background: transparent;
}

.page-content ul.page-tag li:before {
	content: '';
	margin: 0px;
}

.page-content ul.page-tag li a {
	color: #777;
	font-weight: normal;
	border: 1px solid #777;
	padding: 0px 15px;
	border-radius: 30px;
	display: block;
	font-size: 14px;
	margin: 0px;
}

.page-content ul.page-tag li a:hover {
	color: #fff;
	background-color: #048eb6;
}

.page-content ul.page-tag li img {
	margin: -4px 4px 0px 0px;
	padding: 0px;
	width: 18px;
}

/* ==================================
Category Page List
=====================================*/

section.category-page-list {
	margin: 0px 0px 30px 0px;
	padding: 30px;
	width: 780px;
	float: left;
	background-color: #fff;
	border-radius: 8px;
	border: 0px solid #ddd;
}

section.category-page-list h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 34px;
	font-weight: 700;
}

section.category-page-list h1 a {
	color: #141414;
}

section.category-page-list h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 34px;
	color: #141414;
	display: block;
	font-weight: 700;
}
.h2-sidebare-lef
{
    margin: 0px 0px 30px 0px !important;
}
section.category-page-list h2 a {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #141414;
	font-weight: 600;
	text-transform: inherit;
	font-size: 24px;
	display: block;
	font-family: sans-serif;
}

section.category-page-list h2 a:hover {
	color: #048eb6;
}

section.category-page-list h2 a:focus {
	color: #048eb6;
}

section.category-page-list h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 26px;
	display: block;
	font-weight: 700;
}

section.category-page-list h3 a {
	color: #141414;
}

section.category-page-list h3 a:hover {
	color: #048eb6;
}

section.category-page-list h3 a:focus {
	color: #048eb6;
}

section.category-page-list h5 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	letter-spacing: 2px;
	color: #141414;
	font-weight: 700;
}

section.category-page-list h5 a {
	padding: 0px;
	margin: 30px 0px 5px 0px;
	color: #048eb6;
}

section.category-page-list h6 {
	padding: 0px;
	margin: 15px 0px 30px 0px;
	font-size: 18px;
	font-weight: 400;
	font-family: sans-serif;
}

section.category-page-list p {
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

section.category-page-list ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
    display: inline-block;
}

section.category-page-list button {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
}

section.category-page-list button a {
	background-color: transparent;
	color: #141414;
	border: 2px solid #141414;
	margin: 15px 0px 15px 0px;
}

section.category-page-list button a:hover {
	background-color: #048eb6;
	color: #fff;
	box-shadow: 0px 0px 0px #048eb6;
	border: 2px solid #048eb6;
}

section.category-page-list button a:focus {
	background-color: #048eb6;
	color: #fff;
	box-shadow: 0px 0px 0px #048eb6;
	border: 2px solid #048eb6;
}

section.category-page-list button a:after {
	content: ' \00BB';
	padding: 0px;
	margin: 0px;
}

section.category-page-list ul li {
    margin: 20px 0px 0px 0px !important;
    padding: 0px;
    list-style-type: none;
    width: 410px;
    float: left;
    display: inline-flex;
}

section.category-page-list ul li a {
	color: #141414;
	display: block;
	background-color: #f2f2f4;
	padding: 5px 10px;
	margin: 2px 0px;
	font-size: 14px;
}

section.category-page-list ul li a:hover {
	color: #048eb6;
}

section.category-page-list ul li a:focus {
	color: #048eb6;
}

/* ==================================
category-lists
=====================================*/

section.category-lists {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	background-color: transparent;
}

section.category-lists h2 {
	font-size: 18px;
	padding: 6px 10px;
	margin: 0px;
	background-color: transparent;
	color: #048eb6;
	border-radius: 30px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2.6px;
}

section.category-lists ul {
	margin: 0px;
	padding: 0px;
}

section.category-lists ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

section.category-lists ul li a {
	color: #141414;
	display: block;
	background-color: #f2f2f4;
	padding: 5px 10px;
	margin: 6px 0px;
	font-size: 18px;
	border-radius: 30px;
	border: 1px solid #ddd;
}

section.category-lists ul li a:hover {
	color: #048eb6;
}

section.category-lists ul li a:focus {
	color: #048eb6;
}

.category-page-sidebar-right {
	width: 300px;
	float: right;
}

section.category-lists ul li a:before {
	content: ' \26AC';
	padding: 0px;
	margin: 8px;
	color: #048eb6;
}

/* ==================================
How to submit links
=====================================*/

.how-to-sumbit-links {
	padding: 30px 0px;
	margin: 30px 0px 30px 0px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	display: block;
	background-color: #fff;
}

.how-to-sumbit-links h2 {
	margin: 0px 0px 20px 0px;
}

.how-to-sumbit-links h3 {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

.how-to-sumbit-links p {
	margin: 0px 30px 20px 30px;
	padding: 0px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #000;
	text-transform: inherit;
	text-align: center;
	font-family: sans-serif;
}

.how-to-sumbit-links button a {
	margin: 15px 0px 0px 0px;
	border: 2px solid #048eb6;
	color: #fff;
}

.how-to-sumbit-links button a:hover {
	background-color: transparent;
	color: #048eb6;
	border: 2px solid #048eb6;
}

.how-to-sumbit-links button a:focus {
	background-color: #048eb6;
	color: #fff;
	border: 2px solid #048eb6;
}

.how-to-sumbit-links button a:after {
	content: ' \00BB';
}

/* ==================================
Search Result Page
=====================================*/

.search-result-page {
	margin: 0px 0px 30px 0px;
	padding: 30px;
	width: 780px;
	float: left;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.search-result-page h1 {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-size: 30px;
	color: #141414;
	display: block;
	text-transform: inherit;
	font-weight: 700;
}

.search-result-page h1 span {
	color: #048eb6;
	font-weight: bold;
	text-transform: uppercase;
}

.search-result-page h2 {
	margin: 0px;
	padding: 0px;
}

.search-result-page h2 a {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #141414;
	font-weight: 600;
	text-transform: inherit;
	font-size: 26px;
	display: block;
}

.search-result-page h2 a:hover {
	color: #048eb6;
}

.search-result-page h2 a:focus {
	color: #048eb6;
}

.search-result-page img {
	width: 97%;
	padding: 1%;
	margin: 15px 0px 0px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
}

.search-result-page p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #141414;
	color: #444;
	font-weight: normal;
	display: block;
	display: -webkit-box;
	max-height: 95px;
	line-height: 1.8;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-result-page button a.read-more {
	margin: 15px 0px 30px;
	color: #048eb6;
	background-color: transparent;
	border: 2px solid #048eb6;
}

.search-result-page a.read-more:after {
	content: ' \00BB';
}

.search-result-page a.read-more:hover {
	color: #fff;
	background-color: #048eb6;
	box-shadow: 0px 0px 0px #048eb6;
}

.search-result-page a.read-more:focus {
	color: #fff;
	background-color: #048eb6;
	box-shadow: 0px 0px 0px #048eb6;
}

/* ========================
Table Format
==========================*/
.table-format {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	width: 100%;
	overflow: auto;
	display: block;
}

.table-format tr {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

.table-format tr:nth-child(even) {
	background-color: #fff;
}

.table-format tr:hover {

	background-color: #f2f2f4;
}

.table-format tr th {
	margin: 0px;
	padding: 0px;
	padding: 4px;
	background-color: transparent;
	text-align: center;
}

.table-format tr td {
	margin: 0px;
	background-color: transparent;
	font-size: 18px;
	padding: 2%;
	border-radius: 0px;
	border-bottom: 1px solid #ddd;
	font-family: sans-serif;
}

.table-format tr td a {
	color: #141414;
}

.table-format tr td a:hover {
	color: #048eb6;
}

.table-format tr td a:focus {
	color: #141414;
}

.table-format tr td:nth-child(1) {
	text-align: center;
}

.table-format tr td:nth-child(2) {
	width: 100%;
	cursor: pointer;
}

.table-format tr td:nth-child(3) {
	text-align: center;
}

/*==========================
Form Submiton
============================*/
.form-submition {
	margin: 5% 20%;
	padding: 5%;
	background-color: #048eb6;
	width: 50%;
	color: #fff;
	border-radius: 10px;
	background-image: url();
	background-repeat: repeat;
	text-align: left;
}

.form-submition h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}

.form-submition p {
	margin: 0px;
	padding: 5px 0px 15px 0px;
	text-align: center;
	color: #fff;
}

.form-submition label {
	margin: 0px;
	padding: 0px;
}

.form-submition h5 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 3px;
}

.form-submition h5 a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.form-submition h5 a:hover {
	color: #ddd;
}

.form-submition input {
	margin: 0px 0px 30px 0px;
	padding: 18px 5%;
	width: 90%;
	border: 1px solid #ddd;
	border-radius: 50px;
}

.form-submition input.submit-button {
	margin: 0px;
	padding: 18px 0px;
	width: 100%;
	text-align: center;
	border-radius: 50px;
	background-color: #048eb6;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	font-weight: bold;
	border: 2px solid #fff;
	cursor: pointer;
}

.form-submition input.submit-button:hover {
	background-color: transparent;
}

/*=======================
Recent Post Home Page
========================*/

.recent-posts-home {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 0%;
	padding: 0%;
}

.recent-posts-home>div {
	width: 29%;
	float: left;
	background-color: #f2f2f4;
	margin: 2% 2% 0% 0%;
	text-align: center;
	padding: 3% 1% 1% 1%;
	transition: all .3s linear;
	background-image: url();
	background-repeat: repeat;
	border: 1px solid #ddd;
}

.recent-posts-home>div:hover {

	background-color: #fff;
	border: 1px solid #f2f2f4;
}

.heading-category-home-page {
	margin: 60px 0px 30px 0px;
}

.heading-category-home-page h2 {
	color: #222 !important;
}

/*====================================
Services offered home
=====================================*/
.page-content-home {
	margin: 0px 0px 30px 0px;
	padding: 30px;
	width: 780px;
	float: left;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.page-content-home h1 {
	margin: 0px 0px 30px 0px;
	font-size: 34px;
}

.page-content-home h2 {
	margin: 0px 0px 30px 0px;
	background-color: transparent;
	display: inline-block;
	color: #048eb6;
	padding: 0px;
	font-size: 34px;
	border-radius: 15px 15px 0px 0px;
}

.page-content-home h2 span {
	font-weight: normal;
	text-transform: capitalize;
}

.page-content-home h6 {
	padding: 0px;
	margin: 15px 0px 30px 0px;
	font-size: 18px;
	font-weight: 400;
}

.page-content-home ul.page-list {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background-color: transparent;
	font-size: 18px;
}

.page-content-home ul.page-list li {
	margin: 5px 5px 5px 30px;
	padding: 4px 0px;
	background-color: #fff;
	list-style-type: none;
	font-size: 18px;
}

.page-content-home ul.page-list li:before {
	content: '\2713';
	display: inline-block;
	color: #048eb6;
	padding: 0 15px 0 0;
	font-weight: 600;
	font-size: 20px;
}

.services-offered-home {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	background-color: transparent;
}

.services-offered-home>div {
	width: 100%;
	float: left;
	background-color: #fff;
	margin: 0px;
	text-align: left;
	padding: 5px 0px;
	transition: all .3s linear;
	background-image: url();
	background-repeat: repeat;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
}

.services-offered-home>div h3 {
	margin: 0px;
	padding: 0px;
}

.services-offered-home>div h3 a {
	font-size: 24px;
	padding: 15px;
	margin: 0px 0px 0px 0px;
	color: #141414;
	font-weight: 400;
	display: block;
	cursor: pointer;
	border: 1px solid #fff;
}

.services-offered-home>div h3 a:hover {
	color: #048eb6;
	background-color: #f2f2f4;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.services-offered-home>div h3 a:focus {
	color: #141414;
}

.services-offered-home>div h3 a:visited {
	color: #141414;
}

.services-offered-home>div h3 a:before {
	content: '\2713';
	display: inline-block;
	color: #048eb6;
	padding: 0 6px 0 0;
}

.services-offered-home>div h2.category-heading {
	margin: 0px;
}

.services-offered-home>div h2.category-heading a {
	font-size: 24px;
	padding: 15px;
	margin: 0px 0px 0px 0px;
	color: #141414;
	font-weight: 400;
	display: block;
	cursor: pointer;
	border: 1px solid #fff;
}

.services-offered-home>div h2.category-heading a:before {
	content: '\2713';
	display: inline-block;
	color: #048eb6;
	padding: 0 6px 0 0;
}

.services-offered-home>div p {
	font-size: 16px;
	padding: 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #555;
	font-weight: normal;
	display: block;
	display: -webkit-box;
	max-height: 90px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	display: none;
}

.services-offered-home>div button {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	display: none;
}

.services-offered-home>div button a {
	background-color: transparent;
	color: #048eb6;
	border: 2px solid #048eb6;
	margin: 15px 0px 15px 0px;
}

.services-offered-home>div button a:hover {
	background-color: #048eb6;
	color: #fff;
}

.services-offered-home>div button a:focus {
	background-color: #048eb6;
	color: #fff;
}

.services-offered-home>div button a:after {
	content: ' \00BB';
}

.services-offered-home>div img {
	width: 100%;
	border-radius: 4px 4px 0px 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*===============================
Hosting Blog
=================================*/
.blog-left-right {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 3% 0px 0% 0px;
	padding: 0px;
	border: 1px solid #ddd;
}

.blog-left-right:hover {
	box-shadow: 0px 0px 10px #999;
	background-color: transparent;
}

.blog-left-right div:nth-child(1) {
	width: 30%;
	float: left;
	background-color: #fff;
	margin: 0px;
	text-align: left;
	padding: 0px;
	transition: all .3s linear;
	background-image: url();
	background-repeat: repeat;
}

.blog-left-right div:nth-child(1) h5 {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 20px 15px;
	background-color: transparent;
	color: #048eb6;
	border-radius: 0px 0px 20px 0px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.blog-left-right div:nth-child(1) img {
	margin: 0px;
	padding: 10% 5% 0% 5%;
	width: 90%;
	border: none !important;
	border-radius: 5px;
}

.blog-left-right div:nth-child(2) {
	width: 63%;
	float: left;
	background-color: transparent;
	margin: 0px;
	text-align: left;
	padding: 3%;
	transition: all .3s linear;
	background-image: url();
	background-repeat: repeat;
	border-left: 1px solid #ddd;
}

.blog-left-right div:nth-child(2) ul {
	margin: 0px 0px 3% 0px;
	padding: 0px;
}

.blog-left-right div:nth-child(2) ul li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: circle;
	text-align: left;
}

.blog-left-right div:nth-child(2) ul h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	display: inline-block;
	width: 100%;
}

.blog-left-right div:nth-child(2) ul h3 a {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #048eb6;
	text-transform: inherit;
	font-weight: 700;
	font-size: 22px;
}

.blog-left-right div:nth-child(2) ul h3 a:hover {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

.blog-left-right div:nth-child(2) a {
	margin: 0px 5px 0px 0px;
	padding: 10px 25px;
	width: 10px;
	background-color: #048eb6;
	color: #fff;
	display: inline;
	border-radius: 50px;
}

.blog-left-right div:nth-child(2) a:hover {
	background-color: #048eb6;
}

/*=================
Divider for Content
===================*/
.divider {
	margin: 0px;
	display: inline-block;
}

.divider:after {
	display: inline-block;
	margin: 30px 0px 60px 0px;
	height: 6px;
	width: 100%;
	content: '';
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 65%);
	padding: 1px;
}

.divider a img {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: 40%;
	float: left;
	border: 1px solid #ddd;
	border-radius: 1.25rem;
}

.divider div {
	margin: 0px;
	padding: 0px;
	width: 54%;
	float: left;
}

/*========================================
List Style Design
==========================================*/
.list-style-design-heading {
	margin: 0px;
	padding: 0px;
}

.list-style-design-content {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 0px;
}

.list-style-design-content>div {
	width: 47%;
	float: left;
	background-color: transparent;
	margin: 1%;
	text-align: left;
	padding: 0%;
	box-shadow: 0px 0px 30px #ddd;
	border: 1px solid #dddd;
	border-radius: 1px;
}

.list-style-design-content>div:hover {
	background-color: #fff;
}

.list-style-design-content>div img {
	width: 100%;
	height: auto;
}

.list-style-design-content>div a img {
	margin: 0%;
	padding: 0%;
	display: grid;
	opacity: 0.5;
}

.list-style-design-content>div a img:hover {
	opacity: 1.0
}

.list-style-design-content>div figcaption {
	font-size: 12px;
	color: #444;
	font-weight: normal;
	padding: 10px 15px 10px 15px;
	margin: 0%;
	display: block;
	display: -webkit-box;
	height: 18px;
	line-height: 1.4;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #f2f2f4;
}

.list-style-design-content>div figcaption a {
	color: #141414;
}

.list-style-design-content>div figcaption a:hover {
	color: #048eb6;
}

.list-style-design-content>div figcaption a:focus {
	color: #048eb6;
}

.list-style-design-content>div h4 {
	font-size: 20px;
	margin: 0%;
	padding: 4% 4% 1% 4%;
	;
	color: #048eb6;
	text-transform: inherit;
}

.list-style-design-content>div h4 a {
	color: #262626;
	padding: 0%;
	display: flex;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	max-height: 63px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 800;
	margin: 0%;
}

.list-style-design-content>div h4 a:hover {
	color: #048eb6
}

.list-style-design-content>div h4 a:focus {
	color: #048eb6
}

.list-style-design-content>div h5 {
	font-size: 12px;
	padding: 0%;
	margin: 0% 4% 4% 4%;
	font-weight: normal;
}

.list-style-design-content>div h5 a {
	color: #048eb6;
}

.list-style-design-content>div h5 a:hover {
	color: #141414;
}

.list-style-design-contente>div h5 a:focus {
	color: #141414;
}

.list-style-design-content>div p {
	font-size: 18px;
	padding: 0%;
	margin: 0% 4% 10% 4%;
	font-weight: normal;
	display: block;
	display: -webkit-box;
	height: 95px;
	line-height: 1.8;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}

.list-style-design-content>div h6 {
	font-size: 18px;
	padding: 0%;
	margin: 0% 4% 10% 4%;
	display: block;
	text-align: center;
}

.list-style-design-left {
	width: 10%;
	float: left;
	background-color: #048eb6;
	color: #fff;
	padding: 50px 0px;
	margin: 0px;
	font-size: 50px;
	height: 30px;
	width: 140px;
	text-align: center;
	display: inline-block;
}

.list-style-design-right {
	width: 408px;
	float: left;
	height: 50px;
}

/*=========================
Highlight Packages
===========================*/
.highlighted-packages {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 0%;
	padding: 0%;
	text-align: center;
}

.highlighted-packages>div {
	background-color: #f2f2f4;
	margin: 0.5%;
	padding: 2% 2%;
	width: 27.5%;
	float: left;
	border: 1px solid #ddd;
	border-radius: 2.5rem;
}

.highlighted-packages-internship>div {
	width: 44.5% !important;
}

.highlighted-packages-internship h4 {
	font-size: 60px !important;
}

.highlighted-packages h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.highlighted-packages h4 {
	margin: 15px 0px;
	padding: 0px;
	font-size: 70px;
	font-weight: 900;
	display: block;
	font-family: fantasy;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.highlighted-packages h4 span {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	top: -35px;
	position: relative;
	font-family: cursive;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.highlighted-packages h3 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
}

.highlighted-packages div p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	display: inline-block;
	border-bottom: 1px solid #048eb6;
}

.highlighted-packages div:hover p {
	color: #fff;
}

.highlighted-packages button {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	width: 100%;
}

.highlighted-packages button a {
	margin: 0px 0px 8px 0px;
	padding: 6% 15%;
	background-color: #048eb6;
	color: #fff !important;
	font-size: 18px;
	display: inline-block;
	border: 2px solid #fff;
	font-weight: 500;
	letter-spacing: 2px;
	width: auto;
}

.highlighted-packages button a:hover {
	background-color: #fff;
	color: #048eb6 !important;
}

.highlighted-packages button a:after {
	content: ' \00BB';
}

.highlighted-packages>div:hover {
	background-color: #000e06;
	color: #fff;
}

.package-heading {
	margin: 30px 0px 0px 0px;
	padding: 30px;
	text-align: center;
	text-transform: uppercase;
}

.package-heading h1 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	font-weight: 800;
}

.package-heading h1 span {
	margin: 0px;
	padding: 0px;
	color: #048eb6;
}

.package-heading p {
	color: rgb(20, 20, 20);
	font-size: 20px;
	font-weight: normal;
	margin: 15px 15px 0px 15px;
	display: inline-block;
}

.internship-page div {
	width: 28% !important;
}

.internship-page h3 {
	font-size: 18px !important;
	font-weight: 800 !important;
}

.internship-page p {
	font-size: 18px !important;
}

/*============================
Job Application Section Footer
=============================*/
.job-application-footer {
	margin: 0px 0px 0px 0px;
	padding: 60px 0px;
	background-color: #333;
	text-align: center;
	color: #fff;
}

.job-application-footer h3 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	line-height: 50px;
	width: inherit;
}

.job-application-footer h5 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: 100;
	letter-spacing: 3px;
	width: inherit;
}

.job-application-footer button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
}

.job-application-footer button a {
	margin: 20px 20px 0px 0px;
	padding: 15px 40px;
	background-color: #048eb6;
	color: #fff !important;
	font-size: 20px;
	letter-spacing: 3px;
	display: inline-block;
	border: 2px solid #048eb6;
}

.job-application-footer button a:hover {
	background-color: #048eb6;
	border: 2px solid #ffffff;
}

.job-application-footer button a:focus {
	background-color: #048eb6;
	border: 2px solid #ffffff;
}

.job-application-footer a:after {
	content: ' \00BB';
}

/*=================================
Share Button on Pages
=================================*/

.at4-jumboshare .at4-share-container {
	padding: 0px !important;
	margin: 0px !important;
	background-color: transparent !important;
	border: none !important;
}

.at4-jumboshare .at4-count-container {
	min-width: 70px !important;
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

.addthis-animated {
	border-bottom: 1px solid #ddd;
}

.at4-jumboshare .at4-count {
	line-height: 0px !important;
}

.at-style-responsive .at-share-btn {
	margin: 0px 15px 0px 0px !important;
	border-radius: 4px !important;
}

/*==========================
Profile in Page Bottom
===========================*/
.profile-rgb-webtech {
	margin: 0px;
	padding: 2%;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 8px;
}

.profile-rgb-webtech .logo {
	margin: 0px 3% 0px 0px;
	padding: 0px;
	width: 15%;
	float: left;
	display: flex;
}

.profile-rgb-webtech .logo img {
	margin: 0px;
	padding: 4%;
	width: 100%;
	height: auto;
	border-radius: 25%;
	border: 1px solid #ddd;
}

.profile-rgb-webtech .profile-discription {
	margin: 0px;
	padding: 0px;
	width: 80%;
	float: left;
}

.profile-rgb-webtech .profile-discription h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 300;
}

.profile-rgb-webtech .profile-discription h5 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 300;
}

.profile-rgb-webtech .profile-discription h3 {
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-size: 32px;
	font-weight: 700;
	text-transform: inherit;
	text-align: left;
	letter-spacing: initial;
	line-height: inherit;
	border: none;
}

.profile-rgb-webtech .profile-discription h3 a {
	color: #141414;
}

.profile-rgb-webtech .profile-discription h5 a {
	color: #141414;
}

.profile-rgb-webtech .profile-discription p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
}

.profile-rgb-webtech .profile-discription p a {
	color: #141414;
}

.profile-rgb-webtech .profile-discription p a:hover {
	color: #048eb6;
}

.profile-rgb-webtech .profile-discription ul {
	margin: 10px 0px;
	padding: 0px;
	display: inline-block;
}

.profile-rgb-webtech .profile-discription ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
}

.profile-rgb-webtech .profile-discription ul li:before {
	display: none;
}

.profile-rgb-webtech .profile-discription ul li a {
	margin: 0px;
	padding: 8px;
	background-color: #048eb6;
	display: inline-block;
	border-radius: 50px;
	width: 20px;
}

.profile-rgb-webtech .profile-discription ul li a:hover {
	background-color: #141414;
}

.profile-rgb-webtech .profile-discription ul li a img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
}

/*=========================================
Bottom Advertisment - On Scrall
==========================================*/
.bottom-advertisment {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 90px;
	border-top: 0px solid #000;
	background-color: transparent;
	z-index: 1;
	transition: all 1s;
}

.hide-advertisment {
	opacity: 0;
	bottom: -100px;
}

.show-advertisment {
	opacity: 1;
	bottom: 0;
}

.tag-result-heading a {
	font-size: 34px;
	text-transform: capitalize;
}

/*=========================================
YOutube Videos
==========================================*/
.embedded-video-16-9 {
	width: 100%;
	height: 420px;
	/* 90*9/16 */
	border-radius: 8px;
	border: 1px solid #ddd;
	/*margin-left: 5vw;
  margin-right: 5vw;*/
}

#st-2.st-animated {
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	text-align: left !important;
}

#st-3.st-animated {
	text-align: center !important;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

/*===============================
Search Full Screen Start 
===============================*/
.openBtn-search {
	background: transparent;
	border: none;
	padding: 10px 15px;
	font-size: 20px;
	cursor: pointer;
}

.openBtn-search:hover {
	background: #fff;
	padding: 20px 15px;
}

.overlay-search {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color: #048eb670;
	backdrop-filter: blur(10px);
}

.overlay-content-search h3 {
	padding: 0px;
	margin: 0px;
}

.overlay-content-search h3 a {
	padding: 0px;
	margin: 0px;
}

.overlay-content-search h3 a img {
	padding: 15px 2%;
	margin: 0px;
	width: 24%;
}

.overlay-content-search h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	text-transform: inherit;
	font-style: normal;
	padding: 15px;
}

.overlay-content-search {
	position: relative;
	top: 28%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay-search .closebtn-search {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay-search .closebtn-search:hover {
	color: #ccc;
}

.overlay-search input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}

.overlay-search input[type=text]:hover {
	background: #f1f1f1;
}

.overlay-search button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.overlay-search button:hover {
	background: #bbb;
}

/*===============================
Qoute Styling
===============================*/
.qoutes {
	margin: 15px 0%;
	padding: 30px 300px 40px 30px;
	background-color: transparent;
	border-left: 0px solid #141414;
}

.qoutes-seo-checklist {
	background-image: url(https://www.rgbwebtech.com/images/static-image-page/seo-check-list-seo.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-size: contain;
}

.qoutes-mcqs {
	background-image: url(https://www.rgbwebtech.com/images/static-image-page/choose-multiple-option-vector.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-size: contain;
}

.qoutes-service {
	background-image: url(https://www.rgbwebtech.com/images/static-image-page/web-design-service.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-size: contain;
}

.qoutes-career {
	background-image: url(https://www.rgbwebtech.com/images/static-image-page/career-with-us.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-size: contain;
}

.qoutes-internship {
	background-image: url(https://www.rgbwebtech.com/images/static-image-page/online-internship.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-size: contain;
}

.qoutes-blog {
	background-image: url(https://www.rgbwebtech.com/images/static-image-page/tech-blog.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-size: contain;
}

.qoutes-form {
	background-image: url(https://www.rgbwebtech.com/images/static-image-page/online-registration-from.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-size: contain;
}

.qoutes h2 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 32px !important;
	line-height: 28px !important;
}

.qoutes p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 26px !important;
	line-height: 28px !important;
}

.qoutes p span {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	display: block;
	font-family: cursive;
}

.qoutes p a {
	color: #141414;
	font-size: 24px;
	margin: 15px 0px;
	display: inline-block;
}

.qoutes button {
	margin: 0px;
	padding: 0px;
}

.qoutes button a {
	color: #fff;
	font-size: 18px;
	background-color: #048eb6;
	display: inline-block;
	padding: 14px 20px;
	/* Increased padding for a larger clickable area */
	font-family: sans-serif;
	letter-spacing: 1.4px;
	min-width: 48px;
	/* Ensure minimum width */
	min-height: 48px;
	/* Ensure minimum height */
	text-align: center;
	/* Center text inside the button */
	border-radius: 4px;
	/* Optional: rounded corners for better aesthetics */
	box-sizing: border-box;
	/* Ensures padding does not exceed button dimensions */
	margin: 8px;
	/* Space between adjacent buttons */
}

/*=============================================
Horizontal 1 - Image Render - Center with bg color
===============================================*/
.html-image-render {
	padding: 60px !important;
	margin: 30px 0px !important;
	background-color: #048eb6 !important;
	position: relative !important;
	width: 710px !important;
	height: 346px !important;
	/*background-image: url(../image-render/images-template-1/blog.png) !important;*/
	background-image: url(../image-render/images-template-1/career.png) !important;
	/*background-image: url(../image-render/images-template-1/internship.png) !important;*/
	/*background-image: url(../image-render/images-template-1/seochecklist.png) !important;*/
	/*background-image: url(../image-render/images-template-1/webdesign.png) !important;*/
	background-repeat: no-repeat;
	background-size: 0%;
	background-position-y: center;
	background-position-x: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.html-image-render h2 {
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    font-size: 60px !important;
    font-weight: 900 !important;
    display: block !important;
    display: inline-block !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0px;
    color: #fff !important;
    text-shadow: #141414 0px 0px 0px !important;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    line-height: 60px;
}

.html-image-render h2 span {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: cursive;
}

.html-image-render h2 strong {
    padding: 0px 20px;
    margin: 0px;
    font-size: 20px;
    display: block;
    text-shadow: none;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 40px;
    font-family: cursive;
    display: inline-block;
    background-color: #fff;
    color: #048eb6;
    border-radius: 50px;
}
.html-image-render h2 strong u
{
    text-transform: lowercase;
    background-color: #fff;
    color: #048eb6;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    margin: 15px 0px 0px 0px;
}
.html-image-render ul {
	padding: 0px;
	margin: 0px;
}

.html-image-render ul li {
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

.html-image-render ul li img {
	width: 25px;
	padding: 7px;
	border-radius: 0px;
	border: 1px solid #ddd;
	margin: 5px;
}

/*=============================================
Vertical (1) Image Render - Center with bg color
===============================================*/
.html-image-render-vertical-1 {
	padding: 60px !important;
	margin: 30px 0px !important;
	background-color: #048eb6 !important;
	position: relative !important;
	width: 800px !important;
	height: 800px !important;
	/*background-image: url(../image-render/images-template-1/blog.png) !important;*/
	background-image: url(../image-render/images-template-1/career.png) !important;
	/*background-image: url(../image-render/images-template-1/internship.png) !important;*/
	/*background-image: url(../image-render/images-template-1/seochecklist.png) !important;*/
	/*background-image: url(../image-render/images-template-1/webdesign.png) !important;*/
	background-repeat: no-repeat;
	background-size: 0%;
	background-position-y: center;
	background-position-x: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.html-image-render-vertical-1 h2 {
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    font-size: 96px !important;
    font-weight: 900 !important;
    display: block !important;
    display: inline-block !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0px;
    color: #fff !important;
    text-shadow: #141414 0px 0px 0px !important;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    line-height: 100px;
}

.html-image-render-vertical-1 h2 span {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-size: 40px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: cursive;
}

.html-image-render-vertical-1 h2 strong {
    padding: 0px 40px;
    margin: 0px;
    font-size: 40px;
    display: block;
    text-shadow: none;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 80px;
    font-family: cursive;
    display: inline-block;
    background-color: #fff;
    color: #048eb6;
    border-radius: 50px;
}
.html-image-render-vertical-1 h2 strong u
{
    text-transform: lowercase;
    background-color: #fff;
    color: #048eb6;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    margin: 15px 0px 0px 0px;
}
.html-image-render-vertical-1 ul {
	padding: 0px;
	margin: 0px;
}

.html-image-render-vertical-1 ul li {
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

.html-image-render-vertical-1 ul li img {
	width: 60px;
	padding: 7px;
	border-radius: 0px;
	border: 1px solid #ddd;
	margin: 5px;
}

/*=============================================
Horizontal 2 - Image Render with BG Image 
===============================================*/
.html-image-render-center {
	padding: 60px !important;
	margin: 30px 0px !important;
	/*background-color: #048eb6 !important;*/
	position: relative !important;
	width: 710px !important;
	height: 346px !important;
	/*background-image: url(../images/image-render/blog.png) !important;*/
	/*background-image: url(../images/image-render/career.png) !important;*/
	/*background-image: url(../images/image-render/internship.png) !important;*/
	/*background-image: url(../images/image-render/webdesign.png) !important;*/
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: center;
	background-position-x: right;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    border:2px solid #ccc;
    cursor:pointer;
}
.html-image-render-center-result
{
    margin-top:10px;
    display:none
    
}
.html-image-render-center-result canvas
{
    border:2px solid blue;
    width: 834px;
    height: 470px;
    position: absolute;
    top: -500px;
    border: none;
}
.html-image-render-center:nth-of-type(1) {
	background-image: url(../images/bg-1.png) !important;
}

.html-image-render-center:nth-of-type(2) {
	background-image: url(../images/bg-2.png) !important;
}

.html-image-render-cente:nth-of-type(3) {
	background-image: url('images/image3.jpg') !important;
}

.html-image-render-center h2 {
	padding: 0px 0px 0px 0px !important;
	margin: 0px !important;
	font-size: 60px !important;
	font-weight: 900 !important;
	display: block !important;
	display: inline-block !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0px;
	color: #fff !important;
	text-shadow: #141414 2px 2px !important;
	text-transform: capitalize;
	position: relative;
	line-height: 62px;
}

.html-image-render-center h2 span {
	padding: 0px;
    margin: 0px 0px 20px 0px;
	font-size: 26px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: cursive;
}

.html-image-render-center h2 strong {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-size: 24px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: lowercase;
	line-height: 40px;
	font-family: cursive;
}

.html-image-render-center ul {
	padding: 0px;
	margin: 0px;
}

.html-image-render-center ul li {
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

.html-image-render-center ul li img {
	width: 25px;
	padding: 7px;
	border-radius: 50px;
	border: 3px solid #ddd;
	margin: 5px;
}

.html-image-render-center ul {
	display: inline-block !important;
}
.html-image-render-center-download-image
{
    background-color: #048eb6 !important;
    color: #fff;
    padding: 15px 30px !important;
    position: relative;
    z-index: 9;
    top: 0px;
    left: 200px;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 50px;
}
.html-image-render-center-generator-image
{
    background-color: #048eb6 !important;
    color: #fff;
    padding: 15px 30px !important;
    position: relative;
    z-index: 9;
    top: 0px;
    left: 184px;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 50px;
}
/*=============================================
Vertical 2 - Image Render with BG Image 
===============================================*/
.html-image-render-center-vertical {
	padding: 60px !important;
	margin: 30px 0px !important;
	/*background-color: #048eb6 !important;*/
	position: relative !important;
	width: 800px !important;
	height: 800px !important;
	/*background-image: url(../images/image-render/blog.png) !important;*/
	/*background-image: url(../images/image-render/career.png) !important;*/
	/*background-image: url(../images/image-render/internship.png) !important;*/
	/*background-image: url(../images/image-render/webdesign.png) !important;*/
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: center;
	background-position-x: right;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    border:2px solid #ccc;
    cursor:pointer;
}
.html-image-render-center-result-vertical
{
    margin-top:10px;
    display:none
    
}
.html-image-render-center-result-vertical canvas
{
    border:2px solid blue;
    width: 834px;
    height: 470px;
    position: absolute;
    top: -500px;
    border: none;
}
.html-image-render-center-vertical:nth-of-type(1) {
	background-image: url(../images/bg-1.png) !important;
}

.html-image-render-center-vertical:nth-of-type(2) {
	background-image: url(../images/bg-2.png) !important;
}

.html-image-render-cente-vertical:nth-of-type(3) {
	background-image: url('images/image3.jpg') !important;
}

.html-image-render-center-vertical h2 {
	padding: 0px 0px 0px 0px !important;
	margin: 0px !important;
	font-size: 90px !important;
	font-weight: 900 !important;
	display: block !important;
	display: inline-block !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0px;
	color: #fff !important;
	text-shadow: #141414 0px 0px 0px !important;
	text-transform: capitalize;
	position: relative;
	line-height: 100px;
}

.html-image-render-center-vertical h2 span {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: cursive;
}

.html-image-render-center-vertical h2 strong {
	padding: 0px;
	margin: 30px 0px 0px 0px;
	font-size: 30px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: lowercase;
	line-height: 40px;
	font-family: cursive;
}

.html-image-render-center-vertical ul {
	padding: 0px;
	margin: 0px;
}

.html-image-render-center-vertical ul li {
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

.html-image-render-center-vertical ul li img {
	width: 50px;
	padding: 7px;
	border-radius: 50px;
	border: 1px solid #ddd;
	margin: 5px;
}

.html-image-render-center-vertical ul {
	display: inline-block !important;
}
.html-image-render-center-download-image
{
    background-color: #048eb6 !important;
    color: #fff;
    padding: 15px 30px !important;
    position: relative;
    z-index: 9;
    top: 0px;
    left: 200px;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 50px;
}
.html-image-render-center-generator-image
{
    background-color: #048eb6 !important;
    color: #fff;
    padding: 15px 30px !important;
    position: relative;
    z-index: 9;
    top: 0px;
    left: 184px;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 50px;
}
/*=============================================
Horizontal 3 - Image Render - Center with bg color
===============================================*/
.html-image-render-horizontal-3 {
	padding: 60px !important;
	margin: 30px 0px !important;
	background-color: #048eb6 !important;
	position: relative !important;
	width: 710px !important;
	height: 346px !important;
	/*background-image: url(../image-render/images-template-1/blog.png) !important;*/
	background-image: url(../image-render/images-template-1/career.png) !important;
	/*background-image: url(../image-render/images-template-1/internship.png) !important;*/
	/*background-image: url(../image-render/images-template-1/seochecklist.png) !important;*/
	/*background-image: url(../image-render/images-template-1/webdesign.png) !important;*/
	background-repeat: no-repeat;
	background-size: 38%;
	background-position-y: center;
	background-position-x: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.html-image-render-horizontal-3 h2 {
    padding: 0px 230px 0px 0px !important;
    margin: 0px !important;
    font-size: 60px !important;
    font-weight: 900 !important;
    display: block !important;
    display: inline-block !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0px;
    color: #fff !important;
    text-shadow: #141414 0px 0px 0px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    line-height: 60px;
}

.html-image-render-horizontal-3 h2 span {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: cursive;
}

.html-image-render-horizontal-3 h2 strong {
    padding: 0px 20px;
    margin: 0px;
    font-size: 20px;
    display: block;
    text-shadow: none;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 40px;
    font-family: cursive;
    display: inline-block;
    background-color: #fff;
    color: #048eb6;
    border-radius: 50px;
}
.html-image-render-horizontal-3 h2 strong u
{
    text-transform: lowercase;
    background-color: #fff;
    color: #048eb6;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    margin: 15px 0px 0px 0px;
}
.html-image-render-horizontal-3 ul {
	padding: 0px;
	margin: 0px;
}

.html-image-render-horizontal-3 ul li {
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

.html-image-render-horizontal-3 ul li img {
	width: 25px;
	padding: 7px;
	border-radius: 0px;
	border: 1px solid #ddd;
	margin: 5px;
}

/*=============================================
Vertical (3) Image Render - Center with bg color
===============================================*/
.html-image-render-vertical-3 {
	padding: 0px 60px 60px 60px !important;
	margin: 30px 0px !important;
	background-color: #048eb6 !important;
	position: relative !important;
	width: 800px !important;
	height: 1000px !important;
	/*background-image: url(../image-render/images-template-1/blog.png) !important;*/
	background-image: url(../image-render/images-template-1/career.png) !important;
	/*background-image: url(../image-render/images-template-1/internship.png) !important;*/
	/*background-image: url(../image-render/images-template-1/seochecklist.png) !important;*/
	/*background-image: url(../image-render/images-template-1/webdesign.png) !important;*/
	background-repeat: no-repeat;
	background-size: 0%;
	background-position-y: top;
	background-position-x: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.html-image-render-vertical-3 h2 {
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    font-size: 90px !important;
    font-weight: 900 !important;
    display: block !important;
    display: inline-block !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0px;
    color: #fff !important;
    text-shadow: #141414 0px 0px 0px !important;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    line-height: 100px;
}

.html-image-render-vertical-3 h2 span {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-size: 40px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: cursive;
}

.html-image-render-vertical-3 h2 strong {
    padding: 0px 40px;
    margin: 0px;
    font-size: 40px;
    display: block;
    text-shadow: none;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 80px;
    font-family: cursive;
    display: inline-block;
    background-color: #fff;
    color: #048eb6;
    border-radius: 50px;
}
.html-image-render-vertical-3 h2 strong u
{
    text-transform: lowercase;
    background-color: #fff;
    color: #048eb6;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    margin: 15px 0px 0px 0px;
}
.html-image-render-vertical-3 ul {
	padding: 0px;
	margin: 0px;
}

.html-image-render-vertical-3 ul li {
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

.html-image-render-vertical-3 ul li img {
	width: 60px;
	padding: 7px;
	border-radius: 0px;
	border: 1px solid #ddd;
	margin: 5px;
}
/*=============================================
End HTML Image Render CSS
===============================================*/
/*=============================================
Horizontal 5 Black Text - Image Render with BG Image 
===============================================*/
.html-image-render-center-black-text {
	padding: 60px !important;
	margin: 30px 0px !important;
	/*background-color: #048eb6 !important;*/
	position: relative !important;
	width: 710px !important;
	height: 346px !important;
	/*background-image: url(../images/image-render/blog.png) !important;*/
	/*background-image: url(../images/image-render/career.png) !important;*/
	/*background-image: url(../images/image-render/internship.png) !important;*/
	/*background-image: url(../images/image-render/webdesign.png) !important;*/
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: center;
	background-position-x: right;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:left;
    border:0px solid #ccc;
    cursor:pointer;
}
.html-image-render-center-result-black-text
{
    margin-top:10px;
    display:none
    
}
.html-image-render-center-result-black-text canvas
{
    border:2px solid blue;
    width: 834px;
    height: 470px;
    position: absolute;
    top: -500px;
    border: none;
}
.html-image-render-center-black-text:nth-of-type(1) {
	background-image: url(../images/bg-1.png) !important;
}

.html-image-render-center-black-text:nth-of-type(2) {
	background-image: url(../images/bg-2.png) !important;
}

.html-image-render-cente:nth-of-type(3) {
	background-image: url('images/image3.jpg') !important;
}

.html-image-render-center-black-text h2 {
	padding: 0px 180px 0px 0px !important;
	margin: 0px !important;
	font-size: 56px !important;
	font-weight: 900 !important;
	display: block !important;
	display: inline-block !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0px;
	color: #048eb6 !important;
	text-transform: capitalize;
	position: relative;
	line-height: 62px;
}

.html-image-render-center-black-text h2 span {
	padding: 0px;
    margin: 0px 0px 20px 0px;
	font-size: 26px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: cursive;
	color: #424d50;
}

.html-image-render-center-black-text h2 strong {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-size: 24px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: lowercase;
	line-height: 40px;
	font-family: cursive;
	color: #424d50;
}

.html-image-render-center-black-text ul {
	padding: 0px;
	margin: 0px;
}

.html-image-render-center-black-text ul li {
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

.html-image-render-center-black-text ul li img {
	width: 25px;
	padding: 7px;
	border-radius: 50px;
	margin: 5px;
	background-color: #008bb4;
}

.html-image-render-center-black-text ul {
	display: inline-block !important;
}
.html-image-render-center-download-image
{
    background-color: #048eb6 !important;
    color: #fff;
    padding: 15px 30px !important;
    position: relative;
    z-index: 9;
    top: 0px;
    left: 200px;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 50px;
}
.html-image-render-center-generator-image
{
    background-color: #048eb6 !important;
    color: #fff;
    padding: 15px 30px !important;
    position: relative;
    z-index: 9;
    top: 0px;
    left: 184px;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 50px;
}
/*=============================================
Vertical Image 5 - Image Render with BG Image 
===============================================*/
.html-image-render-center-vertical-black-text {
	padding: 60px !important;
	margin: 30px 0px !important;
	/*background-color: #048eb6 !important;*/
	position: relative !important;
	width: 800px !important;
	height: 800px !important;
	/*background-image: url(../images/image-render/blog.png) !important;*/
	/*background-image: url(../images/image-render/career.png) !important;*/
	/*background-image: url(../images/image-render/internship.png) !important;*/
	/*background-image: url(../images/image-render/webdesign.png) !important;*/
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: center;
	background-position-x: right;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    border:0px solid #ccc;
    cursor:pointer;
}
.html-image-render-center-result-vertical-black-text
{
    margin-top:10px;
    display:none
    
}
.html-image-render-center-result-vertical-black-text canvas
{
    border:2px solid blue;
    width: 834px;
    height: 470px;
    position: absolute;
    top: -500px;
    border: none;
}
.html-image-render-center-vertical-black-text:nth-of-type(1) {
	background-image: url(../images/bg-1.png) !important;
}

.html-image-render-center-vertical-black-text:nth-of-type(2) {
	background-image: url(../images/bg-2.png) !important;
}

.html-image-render-cente-vertical-black-text:nth-of-type(3) {
	background-image: url('images/image3.jpg') !important;
}

.html-image-render-center-vertical-black-text h2 {
	padding: 0px 80px 0px 0px !important;
	margin: 0px !important;
	font-size: 80px !important;
	font-weight: 900 !important;
	display: block !important;
	display: inline-block !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 0px;
	color: #008bb4 !important;
	text-shadow: #141414 0px 0px 0px !important;
	text-transform: capitalize;
	position: relative;
	line-height: 100px;
}

.html-image-render-center-vertical-black-text h2 span {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: cursive;
	color: #424d50;
}

.html-image-render-center-vertical-black-text h2 strong {
	padding: 0px;
	margin: 30px 0px 0px 0px;
	font-size: 30px;
	display: block;
	text-shadow: none;
	font-weight: 400;
	text-transform: lowercase;
	line-height: 40px;
	font-family: cursive;
	color: #424d50;
}

.html-image-render-center-vertical-black-text ul {
	padding: 0px;
	margin: 0px;
}

.html-image-render-center-vertical-black-text ul li {
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

.html-image-render-center-vertical-black-text ul li img {
	width: 50px;
	padding: 7px;
	border-radius: 50px;
	margin: 5px;
	background-color: #008bb4;
}

.html-image-render-center-vertical-black-text ul {
	display: inline-block !important;
}
.html-image-render-center-download-image
{
    background-color: #048eb6 !important;
    color: #fff;
    padding: 15px 30px !important;
    position: relative;
    z-index: 9;
    top: 0px;
    left: 200px;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 50px;
}
.html-image-render-center-generator-image
{
    background-color: #048eb6 !important;
    color: #fff;
    padding: 15px 30px !important;
    position: relative;
    z-index: 9;
    top: 0px;
    left: 184px;
    font-size: 18px;
    border: 1px solid #fff !important;
    border-radius: 50px;
}

#st-1 .st-btn>img {
	border: none;
}

#st-2 .st-btn>img {
	border: none;
}

#st-3 .st-btn>img {
	border: none;
}

#st-1 {
	text-align: left !important;
	margin: 0px 0px 30px 0px;
	border-bottom: 0px solid #ddd;
	padding: 0px 0px 0px 0px;
}

#st-2 {
	text-align: left !important;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 30px 0px;
}

#st-3 {
	text-align: left !important;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 30px 0px;
}

.mcqs {
	border-radius: 8px;
}

.mcqs button {
	margin: 0px 0px 8px;
	padding: 15px 40px;
	background-color: transparent;
	color: #141414;
	font-size: 18px;
	display: inline-block;
	border: 2px solid #141414;
	font-weight: 500;
	letter-spacing: 0px;
	border-radius: 50px;
}

.mcqs button:hover {
	color: #fff;
	background-color: #048eb6;
	border: 2px solid #048eb6;
}

.mcqs button.anchor {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px solid #141414;
}

.mcqs button.anchor a {
	margin: 0px 0px 8px;
	padding: 15px 40px;
	background-color: transparent;
	color: #141414;
	font-size: 18px;
	display: inline-block;
	border: 2px solid #141414;
	font-weight: 500;
	letter-spacing: 0px;
	border-radius: 50px;
}

.mcqs button.anchor a:hover {
	color: #fff;
	background-color: #048eb6;
	border: 2px solid #048eb6;
}

.mcqs h2 a {
	font-size: 26px;
	color: #141414;
}

.mcqs h3 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	border: none;
	font-weight: 600;
	color: #048eb6;
}

.mcqs h4 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	border: none;
	font-weight: 400;
	background-color: transparent;
	line-height: 32px;
}

.mcqs h4 span {
	font-weight: bold;
	text-transform: uppercase;
}

.mcqs xmp {
	padding: 0px 0px 20px 0px;
	font-family: sans-serif;
	letter-spacing: 1.8px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
}


/*=========================
Flex container Our services
===========================*/
.flex-container-our-services {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 0%;
	padding: 0%;
}

.flex-container-our-services>div {

	width: 31%;
	float: left;
	background-color: #fff;
	margin: 1%;
	text-align: center;
	padding: 0%;
	transition: all .3s linear;
	background-image: url();
	background-repeat: repeat;
	border-radius: 4px;
	border: 0px solid #ddd;
}

.flex-container-our-services>div:hover {
	background-color: transparent;
	background-image: url();
}

.flex-container-our-services>div:hover img {
	background-color: #fff;
}

.flex-container-our-services>div:hover h3 a {
	color: #048eb6;
}

.flex-container-our-services>div:hover p {
	color: #141414;
}

.flex-container-our-services>div button a:after {
	content: ' \00BB';
}

.flex-container-our-services>div img {
	width: 100%;
	height: auto;
	padding: 0%;
	background-color: #f2f2f4;
	border-radius: 20px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ddd;
}

.flex-container-our-services>div h3 {
	margin: 15px;
	padding: 0%;
	line-height: 32px;
	font-size: 20px;
	color: #048eb6;
}

.flex-container-our-services>div h3 a {
	background-color: transparent;
	display: block;
	color: #141414;
	font-size: 24px;
	text-transform: inherit;
	font-weight: 700;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.flex-container-our-services>div h3 a:hover {
	color: #048eb6;
}

.flex-container-our-services>div h5 {
	margin: -4px 0px 0px 0px;
	padding: 0%;
	line-height: 32px;
	background-color: transparent;
	display: block;
}

.flex-container-our-services>div h5 a {
	background-color: #f2f2f4;
	display: block;
	color: #141414;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px;
	margin: 0px 0px 20px 0px;
	border-radius: 0px 0px 20px 20px;
}

.flex-container-our-services>div h5 a:hover {
	color: #048eb6;
}

.flex-container-our-services>div p {
	margin: 0%;
	padding: 0% 4% 8% 4%;
	display: block;
	font-size: 18px;
	color: #141414;
	font-weight: normal;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.flex-container-our-services>div button {
	margin: 6%;
	padding: 0%;
	border-radius: 50px;
	border: 0px solid #048eb6;
	background-color: transparent;
}

.flex-container-our-services>div button a {
	background-color: transparent;
	border: 2px solid #141414;
	color: #141414;
}

.flex-container-our-services>div:hover button a {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.flex-container-our-services>div ul {
	margin: 0px;
	padding: 0px;
}

.flex-container-our-services>div ul h3 {
	margin: 0px;
	padding: 0px;
}

.flex-container-our-services>div ul h3 a {
	margin: 0px;
	padding: 15px 0px;
	background-color: #048eb6;
	width: 100%;
	display: block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
}

.flex-container-our-services>div ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.flex-container-our-services>div ul li a {
	margin: 0px;
	padding: 10px;
	display: block;
	background-color: #f2f2f4;
	border-bottom: 1px solid #ddd;
	color: #141414;
}

.flex-container-our-services>div ul li a:hover {
	color: #048eb6;
	background-color: #fff;
}

.flex-container-our-services>div h6 a {
	color: #141414;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	display: block;
}

.flex-container-our-services>div h6 a:hover {
	color: #fff;
}

.heading-and-sub-heading-black {
	margin: 0%;
	padding: 0%;
	text-align: center;
}

.heading-and-sub-heading-black h1 {
	font-size: 40px;
	padding: 0%;
	margin: 0%;
	color: #141414;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 45px;
}

.heading-and-sub-heading-black h1 a {
	color: #141414;
}

.heading-and-sub-heading-black h2 {
	font-size: 40px;
	padding: 0%;
	margin: 0px;
	color: #141414;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 45px;
}

.heading-and-sub-heading-black h2 a {
	color: #141414;
}

.heading-and-sub-heading-black h3 {
	font-size: 40px;
	padding: 0%;
	margin: 0% 0% 8px 0px;
	color: #141414;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	line-height: initial;
}

.heading-and-sub-heading-black p {
	font-size: 24px;
	padding: 0%;
	margin: 1% 10% 2% 10%;
	text-transform: inherit;
	font-weight: 400;
	color: #141414;
	width: 80%;
	display: inline-block;
	line-height: 36px;
}

.heading-and-sub-heading-black span {
	color: #048eb6;
	font-weight: 700;
}

.white-background-home {
	background-color: transparent;
	display: block;
	padding: 0px 0%;
	margin: 60px 0px;
}

/*=======================================
Tab Design SEO Checklist
=======================================*/
.tab-all-page-display-content {
	background-color: transparent;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.tab-all-page-display-content h1 {
	font-size: 50px;
	padding: 0%;
	margin: 60px 10% 0px 10%;
	color: #141414;
	text-transform: inherit;
	font-weight: 700;
	line-height: 52px;
}

.tab-all-page-display-content h1 a {
	color: #141414;
}

.tab-all-page-display-content h2 {
	font-size: 40px;
	padding: 0%;
	margin: 30px;
	color: #141414;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 45px;
}

.tab-all-page-display-content h2 a {
	color: #141414;
}

.tab-all-page-display-content h3 {
	font-size: 50px;
	padding: 0%;
	margin: 18px 0px 18px 0px;
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	line-height: initial;
}

.tab-all-page-display-content p {
	font-size: 24px;
	padding: 0%;
	margin: 15px 0px 30px 0px;
	text-transform: inherit;
	font-weight: 400;
	color: #141414;
	width: 80%;
	display: inline-block;
	line-height: 36px;
}

.tab-all-page-display-content span {
	color: #048eb6;
	font-weight: 700;
}

.tab-all-page {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: inline-block;
}

.tab-all-page ul {
	margin: 0px;
	padding: 0px;
}

.tab-all-page ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}

.tab-all-page ul li a {
	margin: 5px;
	padding: 16px;
	background-color: #333;
	display: block;
	border: 1px solid #333;
	font-size: 18px;
	color: #fff;
	border-radius: 1rem;
}

.tab-all-page ul li a:hover {
	background-color: #048eb6;
	border: 1px solid #048eb6;
}

.tab-list-style-design-content {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 0px;
}

.tab-list-style-design-content>div {
	width: 47%;
	float: left;
	background-color: #fff;
	margin: 1%;
	text-align: left;
	padding: 0%;
	box-shadow: 0px 0px 30px #ddd;
	border: 1px solid #dddd;
	border-radius: 1rem;
}

.tab-list-style-design-content>div:hover {
	background-color: #fff;
}

.tab-list-style-design-content>div img {
	width: 100%;
	height: auto;
}

.tab-list-style-design-content>div a img {
	margin: 0%;
	padding: 0%;
	display: grid;
	border-radius: 1rem 0rem 0rem 1rem;
	box-shadow: 4px 0px 11px #333;
}

.tab-list-style-design-content>div a img:hover {
	opacity: 0.8;
	box-shadow: 0px 0px 0px #333;
}

.tab-list-style-design-content>div figcaption {
	font-size: 12px;
	color: #444;
	font-weight: normal;
	padding: 10px 15px 10px 15px;
	margin: 0%;
	display: block;
	display: -webkit-box;
	height: 18px;
	line-height: 1.4;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #f2f2f4;
}

.tab-list-style-design-content>div figcaption a {
	color: #141414;
}

.tab-list-style-design-content>div figcaption a:hover {
	color: #048eb6;
}

.tab-list-style-design-content>div figcaption a:focus {
	color: #048eb6;
}

.tab-list-style-design-content>div h4 {
	font-size: 20px;
	margin: 0%;
	padding: 4% 4% 1% 4%;
	;
	color: #048eb6;
	text-transform: inherit;
}

.tab-list-style-design-content>div h4 a {
	color: #262626;
	padding: 0%;
	display: flex;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	max-height: 56px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	margin: 0%;
}

.tab-list-style-design-content>div h4 a:hover {
	color: #048eb6
}

.tab-list-style-design-content>div h4 a:focus {
	color: #048eb6
}

.tab-list-style-design-content>div h5 {
	font-size: 12px;
	padding: 0%;
	margin: 0% 4% 4% 4%;
	font-weight: normal;
}

.tab-list-style-design-content>div h5 a {
	color: #048eb6;
}

.tab-list-style-design-content>div h5 a:hover {
	color: #141414;
}

.tab-list-style-design-contente>div h5 a:focus {
	color: #141414;
}

.tab-list-style-design-content>div p {
	font-size: 18px;
	padding: 0%;
	margin: 0% 4% 10% 4%;
	font-weight: normal;
	display: block;
	display: -webkit-box;
	height: 95px;
	line-height: 1.8;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}

.tab-list-style-design-content>div h6 {
	font-size: 18px;
	padding: 0%;
	margin: 0% 4% 10% 4%;
	display: block;
	text-align: center;
}

.tab-list-style-design-left {
	width: 10%;
	float: left;
	background-color: #048eb6;
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 50px;
	height: 106px;
	width: 190px;
	text-align: center;
	display: inline-block;
	border-radius: 1rem 0rem 0rem 1rem;
}

.tab-list-style-design-right {
	width: 358px;
	float: left;
	height: 50px;
}

.tab-all-page-display-content .social-icons-custom ul {
	text-align: center !important;
	background-color: transparent;
}

.button-design {
	background-color: #048eb6;
	color: #fff !important;
	padding: 15px 30px;
	display: inline-block;
	border: 1px solid #048eb6;
    border-radius: 50px;
}

.button-design:hover {
	background-color: transparent;
	color: #048eb6 !important;
}

/* ==================================
Image Hide and show
===================================== */
.show-image-in-page {
	display: block;
}

.hide-image-in-page {
	display: none;
}
/* ==================================
Consent for Cookies
===================================== */
#cookie-consent-banner
{
    position: fixed;
    bottom: 0;
    background: #048eb6;
    color: #fff;
    padding: 15px;
    z-index: 9999;
    justify-content: space-between;
    align-items: center;
    width: 15%;
    float: right;
    right: 0px;
    border-radius: 0px;
    margin: 15px;
    border: 1px solid #ddd;
    text-align: center;
}
#cookie-consent-banner p
{
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
}
#cookie-consent-banner p a
{
    color: #ddd;
    border-bottom: 1px solid #ddd;
}
#cookie-consent-banner button
{
    padding: 10px 15px;
    margin: 15px 2px 0px 2px;
    min-width: 0px;
    min-height: 0px;
    color: #fff;
    border: 0px solid #fff;
    display: inline-block;
    border-radius: 0px;
}
.consent-buttons {
    padding: 0px;
    margin: 0px;
}

.consent-buttons button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

#accept-cookies {
  background-color: #28a745;
  color: white;
}

#decline-cookies {
  background-color: #dc3545;
  color: white;
}

#customize-cookies {
  background-color: #6c757d;
  color: white;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 100px auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation: animatetop 0.4s;
  border-radius: 5px;
  overflow: hidden;
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.modal-header {
  padding: 15px;
  background-color: #048eb6;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.close {
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.modal-body {
  padding: 20px;
  max-height: 50vh;
  overflow-y: auto;
}

.modal-body p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.modal-footer {
    padding: 15px;
    background-color: #ffff;
    text-align: center;
}
.modal-footer button
{
    background-color: #048eb6;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    margin: 5px;
}
.modal-footer button#modal-accept
{
    background-color: #28a745;
}
.modal-footer button#modal-decline
{
    background-color: #dc3545;
}
.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.cookie-category h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #048eb6;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Disabled state for necessary cookies */
#necessary-toggle {
  opacity: 0.6;
  pointer-events: none;
}
/*================================
Compress Images 
==================================*/
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.image-compressor {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.upload-area {
    margin: 30px 0;
}

.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.drop-zone.highlight {
    border-color: #4CAF50;
    background-color: #f8f9fa;
}

.drop-zone__prompt {
    font-size: 18px;
    color: #666;
}

.progress-container {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    display: none;
}

.progress-label {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.progress-wrapper {
    width: 100%;
    background: #e9ecef;
    border-radius: 5px;
    height: 20px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #4CAF50;
    width: 0%;
    transition: width 0.3s ease;
}

.progress-text {
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.results-container {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.results-container h3 {
    margin-bottom: 20px;
    color: #333;
}

.table-responsive {
    overflow-x: auto;
    margin-bottom: 20px;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
}

.results-table th, .results-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.results-table th {
    background: #f8f9fa;
    font-weight: 600;
}

.thumbnail {
    max-width: 80px;
    height: auto;
    border-radius: 3px;
}

.download-btn {
    display: inline-block;
    padding: 6px 12px;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
    font-size: 14px;
}

.download-btn:hover {
    background: #45a049;
}

.download-all {
    text-align: center;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.btn:hover {
    background: #45a049;
}

.btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.alert {
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
}

.alert-warning {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media only screen and (min-width: 1201px) and (max-width: 5000px) {
	.main {
		width: 1170px;
	}

	.fixed-menu {
		display: block
	}

	.responsive-menu {
		display: none;
	}

	.mobile-display-content {
		display: none;
	}

	.ad-horizontal-fixed-bottom {
		display: block;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
	main {
		width: 870px;
	}

	.fixed-menu {
		display: block
	}

	.category-home-page-flex-container {
		width: 100%;
	}

	.dropdown-list {
		width: 880px;
	}

	.responsive-menu {
		display: none;
	}

	header .dropdown span a {
		padding: 18px 9px;
	}

	header .dropdown ul li a {
		font-size: 14px;
	}

	footer .email-newsletter {
		width: 86%;
		padding: 3% 7%;
	}

	.mobile-display-content {
		display: none;
	}

	section.category-page-list {
		width: 461px;
	}

	.at-resp-share-element .at-share-btn .at-label {
		display: none;
	}

	.sidebar-right section ul li {
		width: 49%;
		margin: 8px 8px 0px 0px;
		padding: 0px;
	}

	.sidebar-right section ul li {
		width: 49%;
		float: left;
		margin: 8px 8px 0px 0px;
		padding: 0px;
	}

	.search-result-page {
		width: 485px;
		float: left;
	}

	.search-result-page h1 {
		font-size: 24px;
	}

	.search-result-page h2 a {
		font-size: 24px;
	}

	.footer-container>div {
		width: 100%;
		float: left;
	}

	.footer-container>div ul {
		margin: 0px 0px 30px 0px;
		padding: 0px;
		color: #fff;
	}

	.footer-container>div ul h3 {
		margin: 30px 0px 0px 0px;
	}

	.social-icons-custom {
		padding: 0px 0px 15px 0px;
	}

	.page-content ul.page-tag li {
		margin: 5px;
		padding: 0px;
		font-size: 11px;
		display: -webkit-inline-box;
		background: transparent;
	}

	.page-content {
		width: 445px;
		float: left;
	}

	.page-content-home {
		width: 550px;
		float: left;
	}

	.list-style-design-right {
		width: 260px;
	}

	section.category-page-list h3 a {
		font-size: 26px;
	}

	.footer-page-quick-link-parent h2 {
		font-size: 26px !important;
	}

	section.category-page-list h2 {
		font-size: 26px;
		margin: 0px 0px 15px 0px;
	}

	.profile-rgb-webtech {
		text-align: center;
	}

	.profile-rgb-webtech .logo {
		margin: 0px 0px 8px 0px;
		padding: 0% 40%;
		width: 20%;
	}

	.profile-rgb-webtech .profile-discription {
		width: 100%;
	}

	.profile-rgb-webtech .profile-discription h3 {
		text-align: center;
	}

	.profile-rgb-webtech .profile-discription p {
		text-align: center;
		margin: 15px 0px;
	}

	.divider a img {
		width: 100%;
		margin: 0px;
	}

	.divider div {
		margin: 15px 0px 0px 0px;
		width: 100%;
	}

	.page-content-home {
		width: 480px;
		float: left;
	}

	.ad-horizontal-fixed-bottom {
		display: block;
	}

	.overlay-content-search h4 {
		font-size: 24px;
	}

	.highlighted-packages>div {
		width: 44.5%;
	}

	.highlighted-packages-internship h4 {
		font-size: 38px !important;
	}

	.page-content a img {
		width: 440px;
	}

	.ad-horizontal-responsive {
		width: 870px;
	}

	.qoutes {
		padding: 30px 30px 40px 30px;
		background-image: none;
	}

	.tab-list-style-design-right {
		width: 215px;
	}

	.embedded-video-16-9 {
		height: 250px;
	}
	#cookie-consent-banner
	{
	    width: 96%;
	    padding: 2%;
	    margin: 0%;
        border: none;
        border-radius: 0px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
	main {
		width: 96%;
		padding: 0%;
		margin: 0% 2%;
	}

	.fixed-menu {
		display: none
	}

	.category-home-page-flex-container {
		width: 100%;
	}

	.category-home-page-flex-container>div h2 a {
		display: block;
		width: 100%;
	}

	.responsive-menu {
		display: block;
	}

	section.search-background-image h1 {
		font-size: 24px;
		line-height: 35px;
		width: 80%;
		margin: 0px 10%;
		padding: 0px;
	}

	section.search-background-image h2 {
		font-size: 20px;
		padding: 15px 0px 0px 0px;
		line-height: 30px;
		width: 100%;
		margin: 0px;
		min-height: 88px;

	}

	.flex-container-our-services>div {
		width: 46%;
		float: left;
	}

	.flex-container-work-and-delivery-process>div {
		width: 26%;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 20px;
	}

	.heading-and-sub-heading-white h2 {
		font-size: 22px;
	}

	.heading-and-sub-heading-white h3 {
		font-size: 18px;
	}

	.discussed-your-project-white h2 {
		font-size: 22px;
	}

	.discussed-your-project-white a {
		font-size: 18px;
	}

	.heading-and-sub-heading-black h2 {
		font-size: 34px;
	}

	.heading-and-sub-heading-black h3 {
		font-size: 18px;
	}

	.flex-container-our-work-portfolio>div {
		width: 47%;
	}

	.discussed-your-project-black h2 {
		font-size: 22px;
	}

	.discussed-your-project-black a {
		font-size: 18px;
	}

	.flex-container-quality-management-process>div {
		width: 29%;
		float: left;
		margin: 2%;
	}

	.blog-grids-home-page>div {
		width: 47%;
		float: left;
	}

	.heading-and-sub-heading-black h4 {
		font-size: 22px;
	}

	.advertisment-300x250-fixed-bottom {
		display: none;
	}

	footer .email-newsletter {
		width: 74%;
		padding: 3% 13%;
	}

	footer form.email-newsletter input.email-newsletter-field {
		width: 60%;
		float: left;
	}

	footer form.email-newsletter input.email-newsletter-button {
		width: 32%;
		float: left;
	}

	.mobile-display-content {
		display: block;
	}

	.footer-container>div {
		width: 50%;
		float: left;
	}

	section .form-group-search {
		width: 70%;
		margin: 5% 15% 0% 15%;
		padding: 0px;
	}

	section.category-page-list {
		width: 90%;
		padding: 5%;
	}

	.category-page-sidebar-right {
		width: 100%;
		float: right;
		margin: 40px 0px 0px 0px;
	}

	.sidebar-right section ul li {
		width: 100%;
		float: left;
		margin: 8px 0px 0px 0px;
		padding: 0px;
	}

	section.sidebar-left {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	.page-content {
		width: 90%;
		padding: 5%;
	}

	section.search-background-image {
		margin: 82px 0px 0px 0px;
	}

	.search-result-page h1 {
		font-size: 24px;
	}

	.search-result-page h2 a {
		font-size: 24px;
	}

	section.search-background-image main input.search-field {
		width: 65%;
	}

	section.search-background-image main input.search-button {
		width: 28%;
	}

	.social-icons-custom h2 {
		margin: 0% 0% 30px 0px;
		font-size: 24px;
	}

	.footer-container>div ul h3 {
		margin: 30px 0px 0px 0px;
	}

	.sidebar-right section {
		width: 100%;
		margin: 30px 0px 0px 0px;
		padding: 0px;

	}

	.payumoney-button h2 {
		font-size: 24px;
	}

	aside.sidebar-left ul li {
		margin: 1%;
		width: 98%;
	}

	.sidebar-right aside {
		margin: 1%;
		width: 98%;
	}

	.form-submition h1 {
		font-size: 22px;
		padding: 0px 0px 15px 0px;
	}

	.sidebar-right aside {
		margin: 0%;
		padding: 0px;
		width: 100%;
		float: right;
	}

	.sidebar-right aside ul li a {
		padding: 15px 10px;
		margin: 7px 0px;
		font-size: 18px;
		font-weight: 600;
	}

	.sidebar-right aside h5 {
		width: 98%;
		padding: 1%;
		margin: 0px;
		border: none;
	}

	.footer-container>div {
		width: 100%;
		float: left;
	}

	.footer-container>div ul {
		margin: 0px 0px 30px 0px;
		padding: 0px;
		color: #fff;
	}

	.page-content-home {
		width: 90%;
		padding: 5%;
		margin: 0px;
	}

	.services-offered-home>div {
		width: 100%;
		float: left;
	}

	.heading-and-sub-heading-black h3 {
		font-size: 30px;
		margin: 15px 10%;
		width: 80%;
	}

	.blog-grids-home-page>div {
		width: 47%;
		float: left;
	}

	.list-style-design-content>div {
		width: 96%;
	}

	.list-style-design-right {
		width: 72%;
		float: left;
	}

	.job-application-footer h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.job-application-footer button a {
		padding: 20px 25px;
	}

	.job-application-footer h5 {
		font-size: 20px;
	}

	.highlighted-packages>div {
		width: 44.5%;
	}

	.ad-horizontal-fixed-bottom {
		display: block;
	}

	.sticky-advertisment {
		display: none;
	}

	section.category-page-list h3 a {
		font-size: 24px;
	}

	.footer-page-quick-link-parent h2 {
		font-size: 24px !important;
	}

	section.category-page-list h2 {
		font-size: 24px;
		margin: 20px 0px 20px 0px;
	}

	.blog-grids-home-page>div h4 {
		font-size: 16px;
	}

	.page-content h1 {
		font-size: 26px;
	}

	.search-custom-sidebar .form-group-search {
		padding: 2%;
		margin: 0px;
		display: inline-block;
		width: 96%;
	}

	.ad-size-300x250 {
		background-color: #fff;
		padding: 8px 0px;
		margin: 30px 0px 30px 0px;
		border-radius: 8px;
		text-align: center;
	}

	.search-result-page {
		width: 90%;
		padding: 5%;
	}

	.header-responsive h4 a img {
		width: 140px;
		margin: 13px 0px 0px 10px;
		padding: 0px;
	}

	.ad-horizontal-fixed-bottom {
		display: block;
	}

	.overlay-content-search h3 a img {
		padding: 0px 2%;
		margin: 0px;
		width: 60%;
	}

	.overlay-content-search h4 {
		font-size: 22px;
	}

	.overlay-search {
		z-index: 999999;
	}

	.ad-header-top-margin {
		margin: 60px 0px 0px 0px;
	}

	footer.dynamic ul.footer-auto li {
		width: 47.333%;
	}

	.page-content a img {
		width: 98%;
	}

	.qoutes {
		padding: 30px 30px 40px 30px;
		background-image: none;
	}

	.tab-list-style-design-left {
		display: none;
	}

	.tab-list-style-design-right {
		width: 100%;
		height: auto;
	}

	.ad-header-top-margin {
		margin: 62px 0px 0px 0px;
	}

	.ad-horizontal-responsive {
		width: 100%;
	}

	.internship-page div {
		width: 44% !important;
	}

	.embedded-video-16-9 {
		height: 50vw;
	}

	.divider div {
		width: 100%;
	}
		#cookie-consent-banner
	{
	    width: 96%;
	    padding: 2%;
	    margin: 0%;
        border: none;
        border-radius: 0px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	body {
		background-color: #fff;
	}

	main {
		width: 96%;
		padding: 0%;
		margin: 0% 2%;
	}

	.fixed-menu {
		display: none
	}

	.category-home-page-flex-container {
		width: 100%;
	}

	.category-home-page-flex-container>div {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.category-home-page-flex-container>div h1 a {
		padding: 10px 20px;
		margin: auto;
		height: auto;
		display: block;
		width: 86%;
		text-align: left;
		font-size: 15px;
	}

	.category-home-page-flex-container>div h2 a {
		display: block;
		width: 100%;
	}

	.responsive-menu {
		display: block;
	}

	section.search-background-image h2 {
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		margin: 15px 0px;
		padding: 0px;
		max-height: 75px;
	}

	.heading-and-sub-heading-black h4 {
		font-size: 18px;
	}

	.heading-and-sub-heading-black h3 {
		font-size: 14px;
		line-height: 22px;
	}

	.flex-container-our-services>div {
		width: 98%;
		margin: 1%;
	}

	.heading-and-sub-heading-white h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.heading-and-sub-heading-white h3 {
		font-size: 14px;
		line-height: 24px;
		margin: 2% 0% 7% 0%;
		width: 100%;
	}

	.flex-container-work-and-delivery-process>div {
		width: 98%;
		margin: 1%;
	}

	.flex-container-work-and-delivery-process>div img {
		width: 35%;
		padding: 5%;
	}

	.discussed-your-project-white h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.discussed-your-project-white a {
		padding: 4px 24px;
		font-size: 14px;
	}

	.heading-and-sub-heading-black h2 {
		font-size: 18px;
	}

	.heading-and-sub-heading-black h3 {
		font-size: 14px;
		line-height: 24px;
		margin: 2% 0% 7% 0%;
		width: 100%;
	}

	.flex-container-our-work-portfolio>div {
		width: 98%;
	}

	.discussed-your-project-black h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.flex-container-quality-management-process>div {
		width: 98%;
		margin: 1%;
	}

	.flex-container-quality-management-process>div img {
		width: 35%;
	}

	.blog-grids-home-page>div {
		width: 98%;
	}

	.payumoney-button h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.payumoney-button a {
		font-size: 14px;
		padding: 4px 24px
	}

	.social-icons-custom h2 {
		font-size: 20px;
		line-height: 30px;
		margin: 0px 0px 30px 0px;
	}

	.social-icons-custom ul li a img {
		width: 20px;
		height: 20px;

	}

	.social-icons-custom ul li {
		margin: 0px 5px;
	}

	.advertisment-300x250-fixed-bottom {
		display: none;
	}

	.mobile-display-content {
		display: block;
	}

	.footer-container>div {
		width: 100%;
	}

	footer .email-newsletter {
		width: 90%;
		padding: 10% 5%;
	}

	footer form.email-newsletter input.email-newsletter-field {
		width: 94%;
		float: left;
		padding: 3% 3%;
		border-radius: 0px;
	}

	footer form.email-newsletter input.email-newsletter-button {
		width: 100%;
		padding: 3%;
		height: auto;
		border-radius: 0px;
		margin-top: 3%;
	}

	footer form.email-newsletter h2 {
		line-height: 30px;
		font-size: 20px;
	}

	footer h4.copyright {
		line-height: 20px;
	}

	section.search-background-image main input.search-field {
		height: 18px;
		width: 94%;
		float: left;
		padding: 9px 3%;
		border-radius: 50px;
		margin: 0px;
	}

	section.search-background-image main input.search-button {
		display: none;
	}

	section .form-group-search {
		width: 100%;
		padding: 0px;
		margin: 0%;
	}

	section.category-page-list {
		width: 90%;
		margin: 0px;
		padding: 5%;
		border: none;
	}

	.category-page-sidebar-right {
		width: 100%;
		margin: 30px 0px 0px 0px;
	}

	.sidebar-right section ul li {
		width: 100%;
		float: left;
		margin: 8px 0px 0px 0px;
		padding: 0px;

	}

	section.sidebar-left {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	.page-content {
		width: 90%;
		padding: 5%;
		background-color: transparent;
		border: none;
		margin: 0px;
	}

	.sidebar-right section {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.search-result-page {
		width: 90%;
		padding: 5%;
		margin: 0%;
		text-align: center;
	}

	.search-result-page h1 {
		font-size: 24px;
	}

	.search-result-page h2 a {
		font-size: 26px;
	}

	.footer-container>div ul h3 {
		margin: 30px 0px 0px 0px;
	}

	aside.sidebar-left ul li {
		margin: 1%;
		width: 98%;
	}

	.form-submition {
		margin: 30px 5%;
		padding: 5%;
		width: 80%;
	}

	.form-submition h1 {
		font-size: 20px;
		padding: 15px 0px 15px 0px;
	}

	.footer-page-quick-link-parent .footer-page-quick-links>div {
		width: 100%;
	}

	.footer-page-quick-link-parent .footer-page-quick-links>div h3 a::after {
		display: none;
	}

	.sidebar-right aside {
		margin: 0%;
		padding: 0px;
		width: 100%;
		float: right;
	}

	.sidebar-right aside h5 {
		width: 98%;
		padding: 1%;
		margin: 0px;
		border: none;
	}

	.footer-container>div {
		width: 100%;
		float: left;
	}

	.footer-container>div ul {
		margin: 0px 0px 30px 0px;
		padding: 0px;
		color: #fff;
	}

	.page-content h2 {
		padding: 0px;
		display: block;
		font-size: 28px;
	}

	.page-content h3 {
		font-size: 18px;
		margin: 30px 0px 15px 0px;
		padding: 0px;
		display: block;
		font-family: sans-serif;
		letter-spacing: 0px;
		line-height: 26px;
	}

	.page-content h4 {
		letter-spacing: 1px;
		line-height: 28px;
		margin: 8px 0px 8px 0px;
	}

	.how-to-sumbit-links {
		padding: 20px 0px 26px 0px;
	}

	.embedded-video-16-9 {
		width: 100%;
		height: 50vw;
		margin: 10px 0px 15px 0px;
	}

	aside.sidebar-left h6 {
		display: none;
	}

	aside.sidebar-left p {
		display: none;
	}

	aside.sidebar-left button {
		display: none;
	}

	.social-icons-custom ul {
		text-align: center;
	}

	section.category-page-list h3 a {
		font-size: 16px;
		line-height: 26px;
	}

	aside.sidebar-left div {
		width: 97%;
		float: left;
		margin: 0px 0px 5px 0px;
		padding: 0px;
		border-left: 5px solid #048eb6;
		background-color: #f2f2f4;
		text-align: left;
	}

	aside.sidebar-left h3 {
		height: 50px;
	}

	aside.sidebar-left h3 a {
		padding: 10px 10px;
	}

	.page-content-home {
		width: 90%;
		float: left;
		padding: 5%;
		border: none;
	}

	.services-offered-home>div h3 a:before {
		font-size: 24px;
	}

	.blog-left-right div:nth-child(1) {
		width: 100%;
	}

	.blog-left-right div:nth-child(2) {
		width: 94%;
		border: none;
	}

	.blog-left-right div:nth-child(1) img {
		padding: 5% 5% 5% 25%;
		width: 70%;
	}

	.blog-left-right div:nth-child(1) h5 {
		position: absolute;
		border-radius: 0px;
	}

	.blog-left-right div:nth-child(2) a {
		padding: 10px 20px;
	}

	.heading-and-sub-heading-black h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0px 0px 5px;
		width: 100%;
	}

	.blog-grids-home-page>div {
		width: 100%;
		margin: 0px 0px 30px 0px;
		padding: 0px;
	}

	.list-style-design-left {
		display: none;
	}

	.list-style-design-right {
		width: 100%;
		float: left;
		height: auto;
	}

	.job-application-footer {
		margin: 0px;
		padding: 60px 15px;
	}

	.job-application-footer h3 {
		font-size: 24px;
		line-height: 36px;
	}

	.job-application-footer h5 {
		font-size: 18px;
		line-height: 26px;
	}

	.job-application-footer button a {
		padding: 12px 30px;
		font-size: 18px;
		margin: 20px 0px 0px 0px;
	}

	.highlighted-packages>div {
		width: 98%;
		margin: 15px 0px;
	}

	.list-style-design-content>div {
		width: 98%;
	}

	.ad-horizontal-fixed-bottom {
		display: none;
	}

	.sticky-advertisment {
		display: none;
	}

	.ad-horizontal-responsive-mobile {
		display: block;
	}

	main {
		width: 100%;
		padding: 0%;
		margin: 0%;
	}

	button a {
		padding: 15px 30px;
		font-size: 16px;
	}

	.fixed-menu {
		display: none
	}

	.responsive-menu {
		display: block;
	}

	.heading-and-sub-heading-white h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.heading-and-sub-heading-white h3 {
		font-size: 14px;
		line-height: 24px;
		margin: 2% 0% 7% 0%;
		width: 100%;
	}

	.heading-and-sub-heading-black {
		padding: 0px 15px;
	}

	.heading-and-sub-heading-black h2 {
		font-size: 28px;
		padding: 0px;
		margin: 0px;
	}

	.heading-and-sub-heading-black h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 0px 0px 5px;
		width: 100%;
		letter-spacing: 2.4px;
	}

	.heading-and-sub-heading-black h4 {
		font-size: 18px;
	}

	.heading-and-sub-heading-black p {
		margin: 0px 0px 15px 0px;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1.5px;
	}

	.discussed-your-project-white a {
		padding: 4px 24px;
		font-size: 14px;
	}

	.discussed-your-project-black h2 {
		font-size: 18px;
		line-height: 24px;
	}

	section.search-background-image h1 {
		display: block;
		margin: 15px 0px 0px 0px;
		font-size: 20px;
		line-height: 26px;
		padding: 0px;
		letter-spacing: 2.6px;
	}

	section.search-background-image h2 {
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		margin: 15px 0px;
		padding: 0px;
		max-height: 75px;
	}

	section.search-background-image p {
		margin: 0px;
		font-size: 16px;
		letter-spacing: 2.4px;
		line-height: 26px;
	}

	section.search-background-image main input.search-field {
		height: 18px;
		width: 94%;
		float: left;
		padding: 9px 3%;
		border-radius: 50px;
		margin: 0px;
	}

	section.search-background-image main input.search-button {
		display: none;
	}

	section .form-group-search {
		width: 100%;
		padding: 0px;
		margin: 0%;
	}

	.payumoney-button h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.payumoney-button a {
		font-size: 14px;
		padding: 4px 24px
	}

	.advertisment-300x250-fixed-bottom {
		display: none;
	}

	.mobile-display-content {
		display: block;
	}

	.highlighted-packages>div {
		width: 98%;
		margin: 15px 0px;
	}

	.highlighted-packages {
		display: flex;
		background-color: transparent;
		flex-wrap: wrap;
		margin: 0px 0px 30px;
		padding: 0%;
		text-align: center;
	}

	.highlighted-packages>div {
		width: 100%;
		margin: 0px 0px 15px 0px;
		padding: 30px 0px;
	}

	.highlighted-packages h3 {
		font-size: 16px;
		display: block;
	}

	.ad-horizontal-fixed-bottom {
		display: block;
	}

	.sticky-advertisment {
		display: none;
	}

	.white-background {
		padding: 30px 15px;
	}

	.all-page-display-content {
		background-color: rgb(242, 242, 244);
		display: flex;
		padding: 30px 0%;
		margin: 0%;
	}

	.job-application-footer {
		margin: 0px;
		padding: 30px 15px;
	}

	.job-application-footer h3 {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 1.5px;
	}

	.job-application-footer h5 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.5px;
		margin: 15px 0px;
		padding: 0px;
	}

	.job-application-footer button a {
		margin: 0px 15px 10px 0px;
	}

	.social-icons-custom {
		width: 90%;
		margin: 0% 5%;
	}

	.social-icons-custom h2 {
		font-size: 20px;
		line-height: 30px;
		margin: 0px 0px 30px 0px;
	}

	.social-icons-custom ul li {
		margin: 4px 0px;
	}

	.social-icons-custom ul li a {
		background-color: #048eb6;
		display: inline-flex;
		border-radius: 8px;
		padding: 0%;
		margin: 0%;
		border: 2px solid #048eb6;
	}

	.social-icons-custom ul li a:hover {
		background-color: #141414;
		border: 2px solid #fff;
	}

	.social-icons-custom ul li a img {
		width: 20px;
		height: 20px;
		padding: 7px;
		margin: 0px;
	}

	.subscribe-our-newsletter {
		margin: 0px;
		padding: 5% 0%;
		text-align: center;
		width: 100%;
	}

	.subscribe-our-newsletter h3 {
		margin: 0px;
		padding: 0px;
		color: rgb(255, 255, 255);
		font-weight: 100;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 2px;
	}

	footer h4.copyright {
		line-height: 20px;
	}

	.footer-container {
		padding: 0px 15px;
	}

	.footer-container>div {
		width: 100%;
	}

	.footer-container>div ul h3 {
		margin: 30px 0px 0px 0px;
		padding: 0px;
	}

	.footer-container>div ul {
		margin: 0px 0px 30px 0px;
	}

	.footer-page-quick-link-parent .footer-page-quick-links>div {
		width: 100%;
	}

	.footer-page-quick-link-parent .footer-page-quick-links>div h3 a {
		padding: 10px 3%;
		height: auto;
		display: block;
		width: 94%;
		text-align: left;
		font-size: 18px;
	}

	.footer-page-quick-link-parent h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	footer .email-newsletter {
		width: 90%;
		padding: 10% 5%;
	}

	footer form.email-newsletter input.email-newsletter-field {
		width: 94%;
		float: left;
		padding: 3% 3%;
		border-radius: 0px;
	}

	footer form.email-newsletter input.email-newsletter-button {
		width: 100%;
		padding: 3%;
		height: auto;
		border-radius: 0px;
		margin-top: 3%;
	}

	footer form.email-newsletter h2 {
		line-height: 24px;
	}

	.margin-top-bottom {
		margin: 30px 0px;
		display: block;
	}

	.list-style-design-left {
		width: 30%;
		float: left;
		display: block;
		font-size: 30px;
		padding: 34px 0px;
	}

	.list-style-design-right {
		width: 70%;
		float: left;
		height: auto;
	}

	.list-style-design-content>div h4 a {
		font-size: 16px;
	}

	.blog-grids-home-page>div h4 a {
		font-size: 16px;
	}

	.blog-grids-home-page>div {
		width: 100%;
		margin: 0px 0px 30px;
		padding: 0px;
		box-shadow: none;
		border-width: 1px 1px 5px;
		border-style: solid;
		border-color: rgb(221, 221, 221);
		border-image: initial;
		border-radius: 4px;
	}

	.blog-grids-home-page>div:hover {
		border-bottom: 5px solid rgb(115, 0, 0);
	}

	.gsc-control-cse {
		width: 100% !important;
		margin: 15px 0px 0px 0px !important;
	}

	.discussed-your-project-black p {
		margin: 0px 0px 20px 0px;
	}

	section.category-page-list h3 a {
		font-size: 20px;
	}

	.footer-page-quick-link-parent h2 {
		font-size: 20px !important;
	}

	section.category-page-list h2 {
		font-size: 26px;
		margin: 10px 0px 20px 0px;
	}

	.services-offered-home>div h3 a {
		font-size: 20px;
		padding: 8px;
	}

	.services-offered-home {
		margin: 0px 0px 30px 0px;
		padding: 0px;
		background-color: transparent;
	}

	.page-content-home h2 {
		font-size: 28px;
		margin: 0px 0px 15px 0px;
	}

	.search-result-page p {
		font-size: 16px;
	}

	.form-submition input {
		padding: 15px 5%;
	}

	.form-submition input.submit-button {
		padding: 15px 0px;
	}

	.page-content h1 {
		letter-spacing: 1px;
		line-height: 30px;
		font-size: 28px;
	}

	.how-to-sumbit-links h3 {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1.5px;
	}

	section.search-background-image {
		margin: 61px 0px 0px 0px;
	}

	.profile-rgb-webtech {
		text-align: center;
		padding: 0%;
	}

	.profile-rgb-webtech .logo {
		margin: 0px 0px 15px 0px;
		padding: 0% 30%;
		width: 40%;
	}

	.profile-rgb-webtech .profile-discription {
		width: 100%;
	}

	.profile-rgb-webtech .profile-discription h3 {
		text-align: center;
		line-height: 30px;
		font-size: 28px;
		padding: 0px;
		margin: 15px 0px 0px 0px;
	}

	.profile-rgb-webtech .profile-discription p {
		text-align: center;
		margin: 15px 0px;
	}

	.sidebar-right section {
		width: 94%;
		padding: 3%;
		margin: 30px 0px 0px;
	}

	.ad-size-300x250 {
		margin: 30px 0px 30px 0px;
		text-align: center;
	}

	.sidebar-right aside ul li a {
		font-size: 16px;
		font-weight: 400;
	}

	.divider a img {
		width: 100%;
		margin: 0px;
	}

	.divider div {
		margin: 15px 0px 0px 0px;
		width: 100%;
	}

	.divider:after {
		margin: 15px 0px 30px 0px;
	}

	.at-mobile .at-resp-share-element .at-share-btn {
		margin-right: 5px !important;
	}

	.header-responsive h4 a img {
		width: 140px;
		margin: 13px 0px 0px 10px;
		padding: 0px;
	}

	.page-content-home h1 {
		font-size: 28px;
	}

	.page-content ul.page-list li {
		margin: 5px 0px 5px 0px;
	}

	aside.sidebar-left h2 {
		font-size: 28px;
	}

	aside.sidebar-left ul li a {
		padding: 8px 0px;
	}

	.overlay-content-search {
		width: 90%;
	}

	.overlay-content-search h4 {
		font-size: 22px;
	}

	.overlay-content-search h3 a img {
		padding: 0px 0%;
		margin: 0px;
		width: 80%;
	}

	.overlay-search {
		z-index: 999999;
	}

	.qoutes {
		margin: 15px 0%;
	}

	.profile-rgb-webtech .logo img {
		padding: 5%;
		width: 60%;
		margin: 0% 15%;
	}

	.highlighted-packages button a {
		padding: 15px 30px;
		width: auto;
	}

	.highlighted-packages div p {
		margin: 0px 0px 25px 0px;
	}

	.highlighted-packages-internship>div {
		width: 88% !important;
		margin: 4% 6%;
	}

	footer.dynamic ul.footer-auto {
		padding: 4%;
	}

	footer.dynamic ul.footer-auto li {
		width: 100%;
	}

	footer.dynamic h3 {
		padding: 0% 4%;
	}

	.ad-header-top-margin {
		margin: 60px 0px 0px 0px;
	}

	.bottom-advertisment {
		display: none;
	}

	.ad-horizontal-responsive {
		width: 100% !important;
		min-width: 250px !important;
	}

	.page-content a img {
		width: 98%;
	}

	.qoutes {
		padding: 15px 15px 0px 15px;
		background-image: none;
	}

	.tab-all-page-display-content h1 {
		display: inline-block;
		font-size: 34px;
		margin: 15px;
		line-height: 40px;
	}

	.tab-all-page-display-content {
		background-color: #fff;
	}

	.tab-list-style-design-content>div {
		width: 97%;
	}

	.tab-list-style-design-left {
		width: 30%;
	}

	.tab-list-style-design-right {
		width: 69%;
		height: auto;
	}

	.tab-all-page-display-content h2 {
		font-size: 26px;
	}

	.tab-all-page ul li a {
		padding: 8px 12px;
		font-size: 16px;
	}

	.tab-all-page-display-content p {
		font-size: 18px;
		width: 87%;
		margin: 15px 2% 30px 2%;
		line-height: 30px;
	}

	section.breadcrumbs ol {
		margin: 0% 4%;
	}

	section.breadcrumbs ol li {
		display: none;
	}

	.how-to-sumbit-links p {
		margin: 0px;
	}

	.tab-all-page {
		width: 100%;
	}

	.tab-all-page ul li {
		display: block;
	}

	.tab-all-page ul li a {
		padding: 15px 12px;
		border-radius: 0px;
	}

	.blog-left-right {
		padding: 5%;
	}

	.sidebarMenuInner-responsive li span {
		padding: 8px;
		margin: 10px 0px 0px 0px;
	}

	.openBtn-search:hover {
		padding: 8px;
		margin: 10px 0px 0px 0px;
	}
	#cookie-consent-banner
	{
	    width: 96%;
	    padding: 2%;
	    margin: 0%;
        border: none;
        border-radius: 0px;
	}
	.modal-body
	{
	    max-height: 100%;
	}
	.modal-content
	{
	    width: 100%;
	    height: 100%;
	    margin: 0px;
	}
	.modal-footer
	{
	    position: fixed;
        bottom: 0px;
        width: 100%;
	}
	.modal-footer button
	{
	        margin: 5px;
	}
}