* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #141414;
	background-color: #fff;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 26px;
	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;
	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;
	letter-spacing: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: sans-serif;
	font-weight: 800;
	font-family: system-ui;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1.8;
	cursor: context-menu;
	display: contents;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-family: sans-serif;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #048eb6;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
	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;
}

a:hover {
	color: #048eb6;
}

a:focus {
	color: #048eb6;
}

a:visited {
	color: #048eb6;
}

button {
	min-width: 48px;
	/* More than the minimum 24px size */
	min-height: 48px;
	/* More than the minimum 24px size */
	padding: 12px 16px;
	/* Padding to increase clickable area */
	margin: 8px 8px;
	/* Added more spacing to separate buttons */
	border: none;
	background-color: transparent;
	cursor: pointer;
	/* Ensure buttons are clearly clickable */
	border-radius: 8px;
	/* Optional for rounded corners */
}

button a {
	font-size: 18px;
	text-decoration: none;
	/* Remove default underlines */
	color: inherit;
	/* Inherit button text color */
	border-radius: 50px;
	min-width: 48px;
	min-height: 48px;
	padding: 12px 16px;
	/* Ensure clickable size */
	margin: 8px 4px;
	/* Add spacing */
	line-height: 1.5;
	/* Improves text readability */
}

button a:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

button a:focus {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

xmp {
	color: #141414;
	background-color: #f2f2f4;
	padding: 4px 10px;
	border: 1px solid #ddd;
	margin: 20px 0px;
	display: flex;
	overflow: scroll;
}

/* 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: #048eb6;
	position: relative;
	z-index: 99999;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #048eb6;
	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 h2 {
	font-size: 24px;
	padding: 0px;
	margin: 5px 0px;
	font-weight: normal;
	color: #141414;
}

header .header-logo h2 a {
	color: #141414;
	font-weight: normal;
}

header .header-logo h2 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: 13px 0px;
	height: 34px;
	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;
}

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: #fff;
	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: #e61269;
	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;
}

.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 dotted #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;
	margin-top: -10px;
	opacity: 0.5;
}

.sidebarMenuInner-responsive li a {
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 6px 0px;
	letter-spacing: 1.5px;
	opacity: 0.9;
	font-size: 16px;
}

.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
====================================*/
footer {
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 90px 0px;
	background-color: #0c0030;
	background-image: url();
	background-repeat: repeat;
	position: absolute;
	width: 100%;
}

footer h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}

footer h3 a {
	color: #fff !important;
}

.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;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	letter-spacing: 0px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
}

.footer-container>div ul h3 a {
	color: #fff;
}

.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;
	font-family: sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.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;
}

/* ==================================
Support Page 
====================================*/
.home-support-tab-vertical {
	margin: 0px;
	padding: 0px;
	width: 28%;
	float: left;
	background-color: #f2f2f4;
}

.home-support-tab-vertical button {
	margin: 0px !important;
	padding: 15px 20px !important;
	border-bottom: 2px solid #fff !important;
	display: block;
	width: 100%;
	text-align: left;
}

.home-tabcontent {
	width: 68%;
	float: right;
}

/* ==================================
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: 0px;
	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: 0px;
	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: #999;
	font-size: 12px;
	background-color: transparent;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
}

footer h4.copyright a {
	color: #fff;
	font-size: 12px;
}

footer h4.copyright a:hover {
	color: #ddd;
	background-color: transparent;
}

footer h4.copyright a:focus {
	color: #ddd;
	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: 0px 0px 40px 0px;
	padding: 60px 0px;
}

section.search-background-image h1 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	padding: 0px;
	margin: 0px 15%;
	height: auto;
	letter-spacing: 0px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: context-menu;
	line-height: initial;
	font-weight: 700;
	text-transform: uppercase;
}

section.search-background-image h1 a {
	color: #fff;
}

section.search-background-image p {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	padding: 20px 0px 20px 0px;
	margin: 0px 10%;
	display: block;
	line-height: 34px;
}

/*=====================================
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;
}

.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;
}

.social-icons-custom ul li {
	display: inline-block;
	list-style-type: none;
	border-radius: 8px;
	margin: 0px 5px;
}

.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;
}

/*=====================================
Menu Social Icons
======================================*/

.menu-social-icons {
	margin: 0px !important;
	padding: 20px !important;
	border-top: 1px solid #048eb6 !important;
	border-bottom: 1px solid #048eb6 !important;
	text-align: center !important;
}

.menu-social-icons h2 {
	margin: 0%;
	padding: 0%;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}

.menu-social-icons h2 span {
	font-weight: bold;
	text-transform: uppercase;
}

.menu-social-icons li {
	margin: 0% 2px !important;
	padding: 0% !important;
	display: inline-block !important;
	list-style-type: none !important;
	width: 30px !important;
}

.menu-social-icons li a {
	background-color: #048eb6 !important;
	display: inline-flex !important;
	border-radius: 8px !important;
	padding: 0% !important;
	margin: 0% !important;
	border: 2px solid #048eb6 !important;
}

.menu-social-icons li a:before {
	display: none !important;
}

.menu-social-icons li a img {
	padding: 10px !important;
	margin: 0% !important;
	width: 21px !important;
	height: 21px !important;
}

.menu-social-icons li a:hover {
	background-color: #141414 !important;
	border: 2px solid #fff !important;
}

.menu-social-icons li a:focus {
	background-color: #141414 !important;
}

/* ==================================
Ad Header Page top Margin
=====================================*/
.ad-header-top-margin {
	margin: 0px 0px 0px 0px;
}

/* ==================================
Ad Horizontal Fixed Bottom
=====================================*/
.ad-horizontal-fixed-bottom {
	width: 100%;
	height: 90px;
	background-color: transparent;
	position: relative;
	bottom: 0px;
	z-index: 9999;
	right: 0px;
	border: none;
	text-align: center;
	display: block;
	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: #f2f2f4;
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	padding: 0px;
	display: none;
}

/*=================================
Advertisments Horizontal Responsive
===================================*/
.ad-horizontal-responsive {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 1170px;
	background-color: #fff;
	text-align: center;
	height: auto;
}

/*=================================
Advertisments Square Responsive
===================================*/
.ad-square-responsive {
	margin: 30px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

/*=================================
Ad-size-300x250
===================================*/
.ad-size-300x250 {
	background-color: #fff;
	padding: 8px 0px;
	margin: 0px 0px 15px 0px;
	border-radius: 8px;
	width: 300px;
	height: 250px;
}

/*=================================
Ad Navbar 728x90
===================================*/
.ad-navbar-728x90 {
	text-align: center;
}

/* ==================================
Mobile View Content Code
===================================== */
.mobile-display-content {
	display: none;
}

/*=========================================
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;
}

/*================
 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: 0px;
	border-radius: 50px;
	border: 2px solid #fff;
	width: auto;
	text-transform: uppercase;
}

.payumoney-button a:after {
	content: ' \00BB';
}

.payumoney-button a:hover {
	background-color: #048eb6;
}

/*========================================
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;
}

.subscribe-our-newsletter button {
	min-width: 48px;
	min-height: 48px;
}

.subscribe-our-newsletter button a {
	min-width: 48px;
	min-height: 48px;
	padding: 12px 16px;
	margin: 8px 4px;
	border: 2px solid #ddd;
	color: #fff;
}

.subscribe-our-newsletter a:hover {
	background-color: #048eb6;
}

/*===================================
Google Search CSS
====================================*/
.gsc-control-cse {
	border-color: #FFFFFF !important;
	background-color: transparent !important;
	width: 68% !important;
	margin: 0px 16% 5px 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: 0px !important;
}

.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a {
	color: #048eb6 !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;
}

/*===============================
Background for all pages bottom Design
=================================*/
.all-page-display-content {
	background-color: transparent;
	display: block;
	padding: 60px 0%;
	margin: 0%;
}

/*===============================
White Background
=================================*/
.white-background-home {
	background-color: transparent;
	display: block;
	padding: 0px 0%;
	margin: 60px 0px;
}

/*====================
Black Heading
======================*/
.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: 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 h1 {
	font-size: 40px;
	padding: 0%;
	margin: 0%;
	color: #141414;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 45px;
}

.heading-and-sub-heading-black span {
	color: #048eb6;
	font-weight: 700;
}

.heading-and-sub-heading-black h5 {
	color: #141414;
	font-size: 24px;
	font-weight: normal;
	margin: 15px 15px 30px 15px;
}

/*===============================
Red Background
=================================*/
.red-background {
	background-color: #048eb6;
	display: flex;
	padding: 60px 0%;
	margin: 40px 0px;
	background-image: url();
	background-repeat: repeat;
}

/*====================
White Heading
======================*/
.heading-and-sub-heading-white {
	margin: 0%;
	padding: 0%;
	text-align: center;
}

.heading-and-sub-heading-white h3 {
	font-size: 40px;
	padding: 0% 0% 8px 0%;
	margin: 0%;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: initial;
}

.heading-and-sub-heading-white h3 span {
	color: #fff;
	font-weight: bold;
	text-transform: inherit;
}

.heading-and-sub-heading-white p {
	font-size: 24px;
	padding: 0%;
	margin: 1% 10% 4% 10%;
	text-transform: inherit;
	font-weight: 400;
	color: #fff;
	width: 80%;
	display: block;
	line-height: 34px;
}

.heading-and-sub-heading-white span {
	color: #fff;
}

/*=========================
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% 0px 20px 0px;
	transition: all .3s linear;
	background-image: url();
	background-repeat: repeat;
	border-radius: 2.5rem;
	border: 1px solid #ddd;
}

.flex-container-our-services>div:hover {
	background-color: transparent;
	background-image: url();
	border-bottom: 0px solid #048eb6;
}

.flex-container-our-services>div:hover img {
	background-color: #fff;
}

.flex-container-our-services>div:hover h2 a {
	color: #141414;
}

.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: 2.5rem 2.5rem 0rem 0rem;
}

.flex-container-our-services>div h2 {
	margin: 0%;
	padding: 0%;
	line-height: 32px;
	font-size: 20px;
	color: #048eb6;
}

.flex-container-our-services>div h2 a {
	background-color: transparent;
	display: block;
	color: #141414;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

.flex-container-our-services>div h2 a:hover {
	color: #141414;
}

.flex-container-our-services>div p {
	margin: 0%;
	padding: 0% 4%;
	display: block;
	font-size: 18px;
	color: #141414;
	font-weight: normal;
	display: block;
	display: -webkit-box;
	/*max-height: 90px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
	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 h3 a:hover {}

.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;
}

/*======================================
Flex container work and delivery process
========================================*/
.flex-container-work-and-delivery-process {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 0% 0% 3% 0%;
	padding: 0%;
}

.flex-container-work-and-delivery-process a {
	color: #fff;
}

.flex-container-work-and-delivery-process>div {
	width: 16%;
	float: left;
	background-color: transparent;
	text-align: center;
	margin: 0%;
	padding: 0%;
}

.flex-container-work-and-delivery-process>div:hover {
	background-color: transparent;
}

.flex-container-work-and-delivery-process>div:hover img {
	background-color: #ddd;
	opacity: 1;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
}

.flex-container-work-and-delivery-process>div:hover h4 {
	color: #fff;
	opacity: 1;
}

.flex-container-work-and-delivery-process>div img {
	width: 130px;
	height: 130px;
	border-radius: 2.5rem;
	padding: 15px;
	background-color: #fff;
	opacity: 1;
	margin: 0%;
	border-bottom: 5px solid #f2f2f4;
	border-top: 5px solid #f2f2f4;
}

.flex-container-work-and-delivery-process>div h4 {
	margin: 0%;
	padding: 0%;
	line-height: 32px;
	font-size: 20px;
	opacity: 1;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}

/*================================
Flex container OUR WORK PORTFOLIO
=================================*/
.flex-container-our-work-portfolio {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 30px 0% 20px 0px;
}

.flex-container-our-work-portfolio>div {
	width: 31%;
	float: left;
	background-color: transparent;
	margin: 0% 1%;
	text-align: center;
	padding: 0%;
	height: auto;
	position: relative;
}

.flex-container-our-work-portfolio>div img {
	width: 354px;
	height: 547px;
	padding: 5px;
	background-color: transparent;
	opacity: 1;
	margin: 0%;
	display: block;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.flex-container-our-work-portfolio>div:hover {
	background-color: transparent;
	opacity: 0.9;
}

.flex-container-our-work-portfolio>div h3 {
	line-height: 32px;
	font-size: 18px;
	opacity: 1;
	font-weight: normal;
	background-color: #048eb6;
	padding: 0%;
	z-index: 99;
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0%;
}

.flex-container-our-work-portfolio>div h3 a {
	padding: 8px;
	display: none;
	color: #fff;
}

.flex-container-our-work-portfolio>div:hover h3 a {
	padding: 8px;
	display: block;
	color: #fff;
}

/*=======================================
Flex container quality management process
=========================================*/
.flex-container-quality-management-process {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 40px 0px;
}

.flex-container-quality-management-process>div {
	width: 20%;
	float: left;
	background-color: transparent;
	margin: 0%;
	text-align: center;
	padding: 0%;
}

.flex-container-quality-management-process>div:hover {
	background-color: transparent;
}

.flex-container-quality-management-process>div:hover img {
	background-color: #f2f2f4;
	opacity: 1;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
}

.flex-container-quality-management-process>div:hover h4 {
	color: #fff;
	opacity: 1;
}

.flex-container-quality-management-process>div img {
	width: 140px;
	height: 140px;
	border-radius: 2.5rem;
	padding: 15px;
	background-color: #fff;
	opacity: 1;
	margin: 1%;
	border-bottom: 5px solid #f2f2f4;
	border-top: 5px solid #f2f2f4;
}

.flex-container-quality-management-process>div h4 {
	margin: 0%;
	padding: 0%;
	line-height: 24px;
	font-size: 18px;
	opacity: 1;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}

/*===================================
Blog Grids Home Page 
=====================================*/
.grids-home-page {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 0px;
}

.grids-home-page>div {
	width: 31%;
	float: left;
	background-color: #fff;
	margin: 1%;
	text-align: left;
	padding: 0%;
	box-shadow: 0px 0px 30px #ddd;
	border: 1px solid #dddd;
	border-radius: 2.5rem;
	border-bottom: 5px solid #fff;
}

.grids-home-page>div:hover {
	border-bottom: 5px solid #048eb6;
}

.grids-home-page>div img {
	width: 100%;
	height: auto;
}

.grids-home-page>div a img {
	margin: 0%;
	padding: 0%;
	display: grid;
	width: 363px;
	height: 204px;
	border-radius: 2.5rem 2.5rem 0rem 0rem;
}

.grids-home-page>div a img:hover {
	opacity: 0.8;
}

.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: #fff;
}

.grids-home-page>div figcaption a {
	color: #141414;
}

.grids-home-page>div figcaption a:hover {
	color: #048eb6;
}

.grids-home-page>div figcaption a:focus {
	color: #048eb6;
}

.grids-home-page>div h4 {
	font-size: 20px;
	margin: 0%;
	padding: 4%;
	color: #048eb6;
	text-transform: inherit;
}

.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: 600;
	margin: 0%;
}

.grids-home-page>div h4 a:hover {
	color: #048eb6
}

.grids-home-page>div h4 a:focus {
	color: #048eb6
}

.grids-home-page>div h5 {
	font-size: 12px;
	padding: 0%;
	margin: 0% 4% 4% 4%;
	font-weight: normal;
}

.grids-home-page>div h5 a {
	color: #048eb6;
}

.grids-home-page>div h5 a:hover {
	color: #141414;
}

.grids-home-page>div h5 a:focus {
	color: #141414;
}

.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;
}

.grids-home-page>div h6 {
	font-size: 18px;
	padding: 0%;
	margin: 0% 4% 10% 4%;
	display: block;
	text-align: center;
}

/*==================================
 Discussed Button White
====================================*/
.discussed-your-project-white {
	margin: 0%;
	padding: 0%;
	text-align: center;
}

.discussed-your-project-white p {
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	padding: 0% 0% 20px 0%;
	margin: 0%;
	display: block;
}

.discussed-your-project-white p span {
	font-weight: bold;
	color: #fff;
}

.discussed-your-project-white {
	margin: 2% 0% 0% 0%;
	padding: 0%;
	border-radius: 50px;
	width: 100%;
}

.discussed-your-project-white button a {
	color: #fff;
	border: 2px solid #fff;
	background: #048eb6;
}

.discussed-your-project-white a:after {
	content: ' \00BB';
}

.discussed-your-project-white a:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #048eb6;
}

.discussed-your-project-white a:focus {
	border: 2px solid #fff;
	background-color: #fff;
	color: #048eb6;
}

/*===================== 
Discussed button black
=======================*/
.discussed-your-project-black {
	margin: 0%;
	padding: 0%;
	text-align: center;
}

.discussed-your-project-black h2 {
	font-size: 22px;
	color: #141414;
	font-weight: normal;
	padding: 0% 0% 20px 0%;
	margin: 4% 0% 0% 0%;
}

.discussed-your-project-black h2 span {
	font-weight: bold;
	color: #fff;
}

.discussed-your-project-black {
	margin: 2% 0% 0% 0%;
	padding: 0%;
	border-radius: 50px;
	width: 100%;
}

.discussed-your-project-black p {
	text-align: center;
	display: block;
	padding: 0px;
	margin: 20px;
}

.discussed-your-project-black a {
	border: 2px solid #048eb6;
}

.discussed-your-project-black a:after {
	content: ' \00BB';
}

.discussed-your-project-black a:hover {
	border: 2px solid #048eb6;
	background-color: transparent;
	color: #048eb6;
}

.discussed-your-project-black a:focus {
	border: 2px solid #048eb6;
	background-color: transparent;
	color: #048eb6;
}

.background-images-pages {
	padding: 0%;
	overflow: hidden;
	background-color: transparent;
	margin: 0%;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: inherit;
	height: auto;
}

.background-images-pages img {
	width: 100%;
	height: auto;
	margin-top: -180px;
}

/*===============================
Page Content for Static Pages
=================================*/
.home-page-content {
	padding: 0px;
	margin: 30px 0px 30px 0px;
}

.home-page-content h1 {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 1.7;
	cursor: context-menu;
	text-transform: inherit;
	font-weight: 700;
}

.home-page-content h1 span {
	color: #96000;
}

.home-page-content h1 a {
	color: #141414;
	font-family: system-ui;
}

.home-page-content h1 a:hover {
	color: #141414;
}

.home-page-content h1 a:focus {
	color: #141414;
}

.home-page-content h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 34px;
	letter-spacing: initial;
	line-height: initial;
	cursor: context-menu;
	display: block;
	text-transform: inherit;
	font-style: inherit;
	font-weight: 700;
}

.home-page-content h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 32px;
	letter-spacing: 0px;
	line-height: 1.7;
	cursor: context-menu;
	display: inline-block;
	font-style: inherit;
	font-weight: 700;
	color: #141414;
	text-transform: inherit;
}

.home-page-content p {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1.8;
	cursor: context-menu;
	display: block;
}

.home-page-content p strong {
	color: #141414;
	font-size: 18px;
	font-weight: 700;
	text-transform: inherit;
}

.home-page-content img {
	width: 100%;
	border: 1px solid #ddd;
	padding: 0%;
	border-radius: 8px;
	margin: 0px 0px 15px 0px;
}

.home-page-content ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.home-page-content ul li {
	margin: 0px 0px 20px 30px;
	padding: 5px 0px;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0px;
	font-family: sans-serif;
}

.home-page-content ul li:before {
	content: '\2713';
	display: inline-block;
	color: #048eb6;
	padding: 0 15px 0 0;
	font-weight: 600;
	font-size: 20px;
}

.home-page-content ul li a {
	margin: 0px;
	padding: 0px;
	color: #141414;
}

.home-page-content ul li a:hover {
	color: #048eb6;
}

.home-page-content ul li a:focus {
	color: #048eb6;
}

.home-page-content ul li a:before {
	padding: 0px 5px 0px 0px;
}

.home-page-content-left {
	padding: 30px;
	margin: 0px 0px 0px 0px;
	width: 776px;
	float: left;
	text-align: left;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 8px;
}

.home-page-content-left button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
}

.home-page-content-left button a {
	margin: 0px 10px 0px 0px;
	background-color: transparent;
	color: #048eb6;
	border: 2px solid #048eb6;
}

.home-page-content-left button a:hover {
	background-color: #048eb6;
	color: #fff;
}

.home-page-content-left button a:focus {
	background-color: #048eb6;
	color: #fff;
}

/*============================
Job Application Section Footer
=============================*/
.home-job-application-footer {
	margin: 40px 0px 0px 0px;
	padding: 60px 0px;
	background-color: #048eb6;
	text-align: center;
	color: #fff;
}

.home-job-application-footer h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 40px;
	line-height: 50px;
	width: inherit;
	font-weight: 700;
}

.home-job-application-footer h5 {
	margin: 0px;
	padding: 1% 8%;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 36px;
	width: 86%;
}

.home-job-application-footer p {
	font-size: 24px;
	padding: 0%;
	margin: 1% 10% 2% 10%;
	text-transform: inherit;
	font-weight: 400;
	color: #fff;
	width: 80%;
	display: inline-block;
	line-height: 36px;
}

.home-job-application-footer button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
}

.home-job-application-footer button a {
	margin: 20px 20px 0px 0px;
	color: #fff;
	border: 2px solid #fff;
	background-color: #048eb6;
}

.home-job-application-footer button a:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #048eb6;
}

.home-job-application-footer button a:focus {
	background-color: #fff;
	border: 2px solid #fff;
	color: #048eb6;
}

.home-job-application-footer a:after {
	content: ' \00BB';
}

/*============================
INTERNSHIP TRAINING Footer
=============================*/
.internship-training-footer {
	margin: 0px 0px 0px 0px;
	padding: 60px;
	background-color: #048eb6;
	text-align: center;
	color: #fff;
}

.internship-training-footer h3 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	line-height: 50px;
	width: 888px;
	float: left;
}

.internship-training-footer h3 span {
	font-size: 20px;
	line-height: 31px;
	display: inline-block;
	font-weight: 300;
	letter-spacing: 0px;
}

.internship-training-footer h5 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: 100;
	letter-spacing: 0px;
	width: inherit;
}

.internship-training-footer button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	width: 240px;
	display: inline-block;
}

.internship-training-footer button a {
	margin: 10px 20px 0px 0px;
	padding: 20px 40px;
	background-color: #f2f2f4;
	color: #048eb6;
	font-size: 20px;
	letter-spacing: 0px;
	display: inline-block;
	border: 2px solid #f2f2f4;
}

.internship-training-footer button a:hover {
	background-color: #048eb6;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.internship-training-footer button a:focus {
	background-color: #048eb6;
	border: 2px solid #ffffff;
	color: #ffffff;
}

/*========================================
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: #fff;
	margin: 1%;
	text-align: left;
	padding: 0%;
	box-shadow: 0px 0px 30px #ddd;
	border: 1px solid #dddd;
	border-radius: 2.5rem;
}

.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;
}

.list-style-design-content>div a img:hover {
	opacity: 0.8;
}

.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: 600;
	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;
	border-radius: 2.5rem 0rem 0rem 2.5rem;
	box-shadow: 6px 0px 7px #999;
}

.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: #fff;
	margin: 0.5%;
	padding: 4% 2%;
	width: 27.5%;
	float: left;
	border: 1px solid #ddd;
	border-radius: 2.5rem;
}

.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 25px 0px;
	padding: 0px;
	background-color: transparent;
	display: inline-block;
	border-bottom: 1px solid #048eb6;
}

.highlighted-packages button {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
}

.highlighted-packages div button a {
	background-color: #048eb6;
	color: #fff;
	border: 2px solid #048eb6;
}

.highlighted-packages div:hover button a {
	background-color: #048eb6;
	color: #fff;
	border: 2px solid #048eb6;
}

.highlighted-packages div:hover button a:hover {
	border: 2px solid #fff;
}

.highlighted-packages button a:after {
	content: ' \00BB';
}

.highlighted-packages>div:hover {
	background-color: #048eb6;
	color: #fff;
}

.highlighted-packages>div:hover h3 {
	color: #fff;
}

.highlighted-packages>div:hover p {
	border-bottom: 1px solid #fff;
}

.highlighted-packages>div:hover button a {
	background-color: #fff;
	color: #048eb6;
}

.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: 600;
}

.package-heading h1 span {
	margin: 0px;
	padding: 0px;
	color: #048eb6;
	font-weight: 700;
}

.package-heading p {
	color: rgb(20, 20, 20);
	font-size: 20px;
	font-weight: normal;
	margin: 0px 15px 15px 15px;
	display: inline-block;
}

/*=========================
Packages
===========================*/
.flex-container-packages {
	display: flex;
	background-color: transparent;
	flex-wrap: wrap;
	margin: 0%;
	padding: 0%;
}

.flex-container-packages>div {
	background-color: #fff;
	margin: 0.5%;
	padding: 0%;
}

.flex-container-packages div h3 {
	font-size: 26px;
	margin: 0px;
	padding: 15px;
	background-color: #999;
	color: #fff;
	display: block;
}

.flex-container-packages div h4 {
	font-size: 16px;
	padding: 5px 15px;
	background-color: #ccc;
	color: #141414;
	font-weight: 900;
	height: 30px;
}

.flex-container-packages div p {
	font-size: 18px;
	display: block;
	padding: 8px 18px 18px 18px;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	max-height: 12px;
	line-height: 1.4;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
}

.flex-container-packages>div:hover {
	background-color: #048eb6;
	color: #fff;
}

.flex-container-packages-one {
	width: 40%;
	float: left;
}

.flex-container-packages-two {
	width: 18%;
	float: left;
	text-align: center;
}

.flex-container-packages-three {
	width: 18%;
	float: left;
	background-color: #f2f24 !important;
	color: #141414 !important;
	text-align: center;
}

.flex-container-packages-three:hover {
	background-color: #048eb6 !important;
	color: #fff !important;
}

/* ==================================
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: 0px;
	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:before {
	display: none;
}

.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;
}

/*=================================
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;
}

.home-page-content table {
	margin: 0px 0px 30px 0px;
	width: 100%;
}

.addthis-animated {
	margin-bottom: 30px !important;
}

#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: 1px solid #ddd;
	padding: 0px 0px 30px 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;
}

.ad-vertical-responsive {
	margin: 0px 0px 15px 0px;
}

/*===============================
Search Full Screen Start 
===============================*/
.openBtn-search {
	background: transparent;
	border: none;
	padding: 10px 15px;
	font-size: 20px;
	cursor: pointer;
}

.openBtn-search:hover {
	background: #fff;
	padding: 19px 15px;
}

.overlay-search {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color: rgb(203, 0, 83);
	background-color: rgba(203, 0, 83, 0.8);
	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%;
	height: auto;
}

.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;
}

/* Search Full Screen End */
/*===============================
Qoute Styling
===============================*/
.qoutes-home {
	margin: 30px 20%;
	padding: 5px 0px 5px 20px;
	background-color: transparent;
	text-align: center;
}

.qoutes-home p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 36px !important;
	line-height: 40px !important;
	font-weight: 600;
	display: block;
}

.qoutes-home p span {
	margin: 8px;
	padding: 0px;
	font-size: 16px;
	display: block;
	font-family: cursive;
	font-weight: 100;
	color: #048eb6;
}

.button-design {
	background-color: #048eb6;
	color: #fff2f7 !important;
	padding: 15px 30px;
	display: inline-block;
	border: 2px solid #fff2f7;
	margin: 15px 10px 0px 10px;
	border-radius: 0px;
}

.button-design:hover {
	background-color: transparent;
	color: #fff2f7 !important;
}

@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: 880px) and (max-width: 1200px) {
	main {
		width: 830px;
	}

	.fixed-menu {
		display: block
	}

	.category-home-page-flex-container {
		width: 564px;
	}

	.dropdown-list {
		width: 880px;
	}

	.responsive-menu {
		display: none;
	}

	header .dropdown span a {
		padding: 18px 6px;
	}

	header .dropdown ul li a {
		font-size: 14px;
	}

	footer .email-newsletter {
		width: 86%;
		padding: 3% 7%;
	}

	.mobile-display-content {
		display: none;
	}

	.home-page-content-left {
		width: 440px;
	}

	.footer-container>div {
		width: 100%;
		float: left;
	}

	.footer-container>div ul {
		margin: 0% 0% 5% 0%;
	}

	.footer-container>div ul h3 {
		margin: 30px 0px 0px 0px;
	}

	.social-icons-custom {
		padding: 0px 0px 30px 0px;
	}

	.social-icons-custom ul {
		margin: 30px 0px 0px 0px;
	}

	section.search-background-image h1 {
		margin: 0px;
	}

	.list-style-design-right {
		width: 248px;
		float: left;
		height: 50px;
	}

	.package-heading h1 {
		font-size: 32px;
	}

	.flex-container-packages div h3 {
		font-size: 20px;
	}

	.at-resp-share-element .at-share-btn .at-label {
		display: none;
	}

	.highlighted-packages div button a {
		padding: 12px 10px;
	}

	.ad-horizontal-fixed-bottom {
		display: block
	}

	.overlay-content-search h4 {
		font-size: 24px;
	}

	button a {
		font-size: 14px;
	}

	.flex-container-our-services>div img {
		width: 100%;
		height: auto;
	}

	.ad-horizontal-responsive {
		width: 830px;
	}

	.grids-home-page>div a img {
		width: 100%;
		height: auto;
	}

	.flex-container-quality-management-process>div img {
		width: 70%;
		height: auto;
	}

	.flex-container-work-and-delivery-process>div img {
		width: 70%;
		height: auto;
	}
}

@media only screen and (min-width: 600px) and (max-width: 879px) {
	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: 47.5%;
		margin: 1%;
		padding: 0px;
	}

	.category-home-page-flex-container>div h2 a {
		display: block;
		width: 100%;
	}

	.responsive-menu {
		display: block;
	}

	section.search-background-image h1 {
		font-size: 30px;
		margin: 30px 0px 0px 0px;
	}

	section.search-background-image p {
		margin: 0px 15px;
	}

	section.search-background-image h2 {
		font-size: 20px;
		padding: 15px 0px 0px 0px;
		line-height: 28px;
	}

	.flex-container-our-services>div {
		width: 45.5%;
		float: left;
	}

	.flex-container-work-and-delivery-process>div {
		width: 29%;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 2%;
	}

	.heading-and-sub-heading-white h2 {
		font-size: 24px;
	}

	.heading-and-sub-heading-white h3 {
		font-size: 30px;
		margin: 15px 5% 15px 5%;
		width: 90%;
	}

	.discussed-your-project-white h2 {
		font-size: 24px;
	}

	.heading-and-sub-heading-black h2 {
		font-size: 24px;
	}

	.heading-and-sub-heading-black h3 {
		font-size: 30px;
		margin: 15px 10% 15px 10%;
		width: 80%;
	}

	.flex-container-our-work-portfolio>div {
		width: 47%;
	}

	.discussed-your-project-black h2 {
		font-size: 24px;
	}

	.discussed-your-project-black a {
		font-size: 16px;
	}

	.flex-container-quality-management-process>div {
		width: 29%;
		float: left;
		margin: 2%;
	}

	.grids-home-page>div {
		width: 47%;
		float: left;
	}

	.heading-and-sub-heading-black h4 {
		font-size: 30px;
	}

	.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: 100%;
		float: left;
	}

	.footer-container>div ul {
		margin: 0% 0% 5% 0%;
	}

	.social-icons-custom ul {
		margin: 30px 0px 0px 0px;
	}

	.payumoney-button h2 {
		margin: 0% 0% 3% 0%;
		font-size: 24px;
	}

	.social-icons-custom h2 {
		font-size: 24px;
	}

	.footer-container>div ul h3 {
		margin: 30px 0px 0px 0px;
		padding: 0px;
	}

	.home-page-content-left {
		width: 90%;
		padding: 5%;
		margin: 0px 0px 30px 0px;
	}

	.ad-vertical-responsive {
		margin: 0px 0px 30px 0px;
	}

	.advertisment-fixed-bottom {
		display: none;
	}

	.list-style-design-content>div {
		width: 96%;
	}

	.list-style-design-right {
		width: 72%;
		float: left;
	}

	.home-job-application-footer h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.home-job-application-footer h5 {
		font-size: 20px;
	}

	.home-job-application-footer button a {
		padding: 15px 25px;
	}

	.flex-container-work-and-delivery-process>div img {
		width: 80%;
		height: auto;
	}

	.flex-container-quality-management-process>div img {
		width: 80%;
		height: auto;
	}

	.highlighted-packages>div {
		width: 44.5%;
	}

	.package-heading h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.package-heading p {
		font-size: 20px;
		line-height: 26px;
	}

	.flex-container-packages {
		display: none;
	}

	.ad-horizontal-fixed-bottom {
		display: block;
	}

	.sticky-advertisment {
		display: none;
	}

	.ad-horizontal-responsive-mobile {
		display: none;
	}

	.hide-bottom-package {
		display: none;
	}

	.home-page-content h2 {
		font-size: 24px;
	}

	.home-page-content h3 {
		font-size: 20px;
	}

	.header-responsive h4 a img {
		width: 215px;
		margin: 14px 0px 0px 15px;
	}

	.sidebar-right aside {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		width: 100%;
	}

	.ad-header-top-margin {
		margin: 90px 0px 0px 0px;
	}

	.sidebar-right aside ul {
		padding: 2% 5% 5% 5%;
	}

	.highlighted-packages div button a {
		padding: 12px 20px;
	}

	.overlay-content-search h3 a img {
		width: 50%;
	}

	.overlay-search {
		z-index: 999999;
	}

	.overlay-content-search h4 {
		font-size: 24px;
	}

	.overlay-content-search h4 {
		font-size: 20px;
	}

	.overlay-content-search {
		width: 100%;
	}

	.flex-container-our-services>div img {
		width: 100%;
		height: auto;
	}

	.ad-horizontal-responsive {
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
	main {
		width: 100%;
		padding: 0%;
		margin: 0%;
	}

	body {
		background-color: #fff;
	}

	.discussed-your-project-white h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.discussed-your-project-white p {
		line-height: 24px;
		font-size: 20px;
		letter-spacing: 0px;
	}

	.discussed-your-project-black h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.discussed-your-project-black p {
		text-align: center;
		display: block;
		padding: 0px;
		margin: 16px;
		letter-spacing: 0px;
		line-height: 24px;
	}

	section.search-background-image {
		margin: 30px 0px 30px 0px;
		padding: 30px 15px;
	}

	section.search-background-image p {
		margin: 0px;
		font-size: 18px;
		line-height: 28px;
	}

	section.search-background-image h1 {
		display: block;
		margin: 15px 0px 0px 0px;
		font-size: 26px;
		padding: 0px;
		letter-spacing: 0px;
	}

	section.search-background-image h2 {
		font-size: 22px;
		margin: 0px;
		line-height: 31px;
		padding: 0px;
	}

	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%;
	}

	.search-result-page {
		width: 100%;
	}

	.search-result-page h1 {
		font-size: 24px;
	}

	.search-result-page h2 a {
		font-size: 18px;
	}

	section.category-page-list h3 a {
		font-size: 16px;
		line-height: 26px;
	}

	section.category-page-list {
		width: 100%;
	}

	.category-home-page-flex-container {
		width: 100%;
	}

	.category-home-page-flex-container>div {
		width: 98%;
		margin: 1%;
		padding: 0px;
	}

	.category-home-page-flex-container>div h1 a {
		display: block;
		width: 90%;
		padding: 10% 5%;
		height: auto;
	}

	.category-home-page-flex-container>div h2 a {
		display: block;
		width: 100%;
	}

	.category-page-sidebar-right {
		width: 100%;
		margin: 30px 0px 0px 0px;
	}

	.sidebar-right section {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.sidebar-right section ul li {
		width: 100%;
		float: left;
		margin: 8px 0px 0px 0px;
		padding: 0px;
	}

	.sidebar-right aside {
		margin: 0%;
		padding: 0px;
		width: 100%;
		float: right;
	}

	.sidebar-right aside ul {
		margin: 0px;
		padding: 0px;
		display: inline-block;
		width: 100%;
	}

	.sidebar-right aside ul li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		width: 100%;
		float: left;
	}

	.sidebar-right aside ul li a {
		padding: 8px 2%;
		margin: 0px 0px;
		border-radius: 0px;
		border: none;
		border-bottom: 1px solid #ddd;
	}

	.sidebar-right aside h5 {
		width: 98%;
		padding: 1%;
		margin: 0px;
		border: none;
	}

	section.sidebar-left {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	aside.sidebar-left h2 {
		font-size: 18px;
	}

	aside.sidebar-left h3 {
		height: 50px;
	}

	aside.sidebar-left h3 a {
		padding: 10px 10px;
	}

	aside.sidebar-left h6 {
		display: none;
	}

	aside.sidebar-left p {
		display: none;
	}

	aside.sidebar-left ul li {
		margin: 1%;
		width: 98%;
	}

	aside.sidebar-left button {
		display: none;
	}

	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;
	}

	.form-submition {
		margin: 2%;
		padding: 5%;
		width: 86%;
	}

	.form-submition h1 {
		font-size: 20px;
		padding: 15px 0px 15px 0px;
	}

	.services-offered-home>div {
		width: 100%;
		float: left;
	}

	.home-page-content h2 {
		font-size: 26px;
		line-height: initial;
	}

	.home-page-content h1 {
		font-size: 30px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
		display: block;
		line-height: initial;
		letter-spacing: inherit;
	}

	.home-page-content-home {
		width: 100%;
		float: left;
	}

	.home-page-content-home h2 {
		margin: 0px;
		background-color: #048eb6;
		display: inline-block;
		color: #fff;
		padding: 6px 20px;
		font-size: 15px;
		letter-spacing: 0px;
		border-radius: 10px 10px 0px 0px;
	}

	.home-page-content-home h2 span {
		display: none;
	}

	.home-page-content-left {
		width: 92%;
		text-align: left;
		margin: 4%;
		padding: 0%;
		border: none;
	}

	.blog-left-right div:nth-child(1) {
		width: 100%;
	}

	.blog-left-right div:nth-child(2) {
		width: 94%;
	}

	.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;
	}

	.list-style-design-content>div {
		width: 98%;
	}

	.fixed-menu {
		display: none
	}

	.responsive-menu {
		display: block;
	}

	.heading-and-sub-heading-white h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.heading-and-sub-heading-black h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.flex-container-work-and-delivery-process>div {
		width: 48%;
		margin: 1%;
	}

	.flex-container-work-and-delivery-process>div img {
		width: 60%;
		padding: 15%;
		margin: 5%;
		height: auto;
	}

	.flex-container-work-and-delivery-process>div h4 {
		font-size: 18px;
		font-weight: 400;
	}

	.flex-container-quality-management-process>div {
		width: 48%;
		margin: 1%;
	}

	.flex-container-quality-management-process>div img {
		width: 85%;
		padding: 0px;
		height: auto;
	}

	.flex-container-quality-management-process>div h4 {
		font-size: 18px;
		font-weight: 400;
	}

	.flex-container-packages {
		display: none;
	}

	.flex-container-our-services>div {
		width: 96%;
		margin: 2%;
		padding: 0px;
		background-color: #fff;
		border: none;
		border: none;
		border-radius: 8px;
	}

	.flex-container-our-services>div:hover {
		background-color: transparent;
	}

	.flex-container-our-services>div:focus {
		background-color: transparent;
	}

	.flex-container-our-services>div img {
		border-radius: 0px;
		padding: 0px;
		background-color: #fff;
		border: 0px solid #ddd;
	}

	.flex-container-our-services>div h2 a {
		font-size: 20px;
		padding: 8px;
		color: #141414;
	}

	.flex-container-our-services>div p {
		font-size: 18px;
		line-height: 28px;
	}

	.flex-container-our-services>div:hover h2 a {
		color: #141414;
	}

	.flex-container-our-services>div:hover p {
		color: #141414;
	}

	.flex-container-our-services>div:hover button a {
		background-color: #048eb6;
		border: 2px solid #048eb6;
		color: #fff;
	}

	.flex-container-our-work-portfolio {
		margin: 0px 15px;
	}

	.flex-container-our-work-portfolio>div {
		width: 98%;
		margin: 15px 0px;
	}

	.flex-container-our-work-portfolio>div img {
		margin: 2%;
		width: 96%;
		border-radius: 4px;
		padding: 0px;
	}

	.grids-home-page>div {
		width: 100%;
		margin: 0px 0px 30px 0px;
		padding: 0px;
	}

	.grids-home-page>div h4 {
		padding: 4% 4% 0% 4%;
	}

	.payumoney-button h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.payumoney-button a {
		font-size: 16px;
		padding: 6px 35px;
		margin: 15px 0px 0px;
	}

	.social-icons-custom {
		padding: 0px;
	}

	.social-icons-custom h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.advertisment-300x250-fixed-bottom {
		display: none;
	}

	.advertisment-fixed-bottom {
		display: none;
	}

	.mobile-display-content {
		display: block;
	}

	.gsc-control-cse {
		width: 100% !important;
		margin: 20px 0% 0px 0% !important;
	}

	.package-heading h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.package-heading p {
		font-size: 16px;
		line-height: 24px;
		text-transform: initial;
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}

	.package-heading {
		padding: 30px 15px;
	}

	.ad-horizontal-fixed-bottom {
		display: block;
	}

	.sticky-advertisment {
		display: none;
	}

	.ad-horizontal-responsive-mobile {
		display: none;
	}

	.white-background-home {
		padding: 20px 0%;
		margin: 20px 0px;
	}

	.heading-and-sub-heading-white {
		padding: 0% 15px;
	}

	.red-background {
		padding: 30px 0%;
		margin: 0px;
	}

	.social-icons-custom ul {
		margin: 30px 0px 0px 0px;
		padding: 5px;
		background-color: #141414;
	}

	.social-icons-custom ul li a img {
		width: 20px;
		height: 20px;
		padding: 7px;
		margin: 0px;
	}

	.social-icons-custom ul li {
		margin: 15px 0px;
	}

	.subscribe-our-newsletter {
		margin: 0px;
		padding: 5% 3% 5% 3%;
		text-align: center;
		width: 94%;
	}

	.subscribe-our-newsletter button a {
		margin: 15px 0px 0px;
	}

	.subscribe-our-newsletter h3 {
		margin: 0px;
		padding: 0px;
		color: rgb(255, 255, 255);
		font-weight: 100;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0px;
	}

	.heading-and-sub-heading-black h4 {
		font-size: 26px;
		line-height: 34px;
	}

	.heading-and-sub-heading-black h5 {
		margin: 5px 0px 30px;
		font-size: 18px;
		line-height: 28px;
	}

	.heading-and-sub-heading-black {
		padding: 0px 15px;
	}

	.heading-and-sub-heading-white h3 {
		font-size: 26px;
		line-height: 30px;
		margin: 0px 0px 5px;
		width: 100%;
	}

	.heading-and-sub-heading-white p {
		margin: 0px 0px 30px;
		width: 100%;
		font-size: 18px;
		line-height: 28px;
	}

	.heading-and-sub-heading-black h3 {
		font-size: 26px;
		line-height: 34px;
		margin: 0px 0px 10px 0px;
		width: 100%;
		letter-spacing: 2.4px;
	}

	.heading-and-sub-heading-black p {
		margin: 0px 0px 30px;
		width: 100%;
		font-size: 18px;
		line-height: 26px;
	}

	.grids-home-page {
		margin: 0px 15px;
	}

	.grids-home-page>div {
		width: 100%;
		margin: 0px 0px 30px 0px;
		padding: 0px;
		box-shadow: none;
		border: 1px solid #ddd;
		border-radius: 4px;
		border-bottom: 5px solid #ddd;
	}

	.all-page-display-content {
		background-color: #048eb6;
		display: flex;
		padding: 30px 0%;
		margin: 0%;
	}

	.list-style-design-content {
		display: flex;
		background-color: transparent;
		flex-wrap: wrap;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.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 {
		width: 98%;
	}

	.list-style-design-content>div h4 a {
		font-size: 18px;
	}

	.all-page-display-content {
		background-color: rgb(242, 242, 244);
		display: flex;
		padding: 30px 0%;
		margin: 0%;
	}

	.home-job-application-footer {
		margin: 00px 0px 0px 0px;
		padding: 30px 15px;
	}

	.home-job-application-footer h3 {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: 0px;
	}

	.home-job-application-footer h5 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0px;
		margin: 15px 0px;
		padding: 0px;
		width: 100%;
	}

	.home-job-application-footer button a {
		margin: 0px 15px 10px 0px;
	}

	.highlighted-packages {
		display: flex;
		background-color: transparent;
		flex-wrap: wrap;
		margin: 0px 0px 30px 0px;
		padding: 0%;
		text-align: center;
	}

	.highlighted-packages>div {
		width: 100%;
		margin: 15px 15px 0px 15px;
		padding: 30px 0px;
	}

	.highlighted-packages h3 {
		font-size: 26px;
		line-height: 35px;
	}

	.home-page-content {
		margin: 30px 15px;
	}

	.home-page-content h3 {
		line-height: initial;
		font-size: 26px;
	}

	.home-page-content-left button {
		margin: 0px 0px 10px 0px;
	}

	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: 0% 0% 5% 0%;
	}

	.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%;
		margin: auto;
		height: auto;
		display: block;
		width: 94%;
		text-align: left;
		font-size: 15px;
	}

	.footer-page-quick-link-parent h2 {
		font-size: 18px !important;
		background-color: transparent !important;
		font-weight: bold !important;
		padding: 0px !important;
		margin: 0px 0px 10px 0px !important;
		text-transform: inherit !important;
		color: #141414 !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;
	}

	.hide-bottom-package {
		display: none;
	}

	.home-page-content {
		margin: 30px 5px 15px 5px;
	}

	.header-responsive h4 a img {
		width: 215px;
		margin: 14px 0px 0px 15px;
	}

	.at-mobile .at-resp-share-element .at-share-btn {
		margin: 0px 8px 0px 0px !important;
	}

	.ad-header-top-margin {
		margin: 60px 0px 0px 0px;
	}

	.discussed-your-project-white {
		margin: 2% 2% 0% 2%;
		width: 96%;
	}

	.home-page-content ul li {
		margin: 20px 0px;
		padding: 0px;
	}

	.heading-and-sub-heading-black h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.qoutes-home {
		margin: 0px 15px;
	}

	.qoutes-home p {
		font-size: 22px !important;
		line-height: 28px !important;
	}

	.overlay-content-search h3 a img {
		width: 80%;
		padding: 0px;
	}

	.overlay-search {
		z-index: 999999;
	}

	.overlay-content-search h4 {
		font-size: 24px;
	}

	.overlay-content-search h4 {
		font-size: 20px;
	}

	.overlay-content-search {
		width: 80%;
	}

	.bottom-advertisment {
		display: none;
	}

	.flex-container-our-services>div img {
		width: 100%;
		height: auto;
	}

	.ad-horizontal-responsive {
		width: 100%;
	}

	.grids-home-page>div a img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width: 1px) and (max-width: 320px) {}