@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

/* Global 
====================================================================== */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4e4d4d;
	background: #ffffff;
	padding-top: 0;
}
/* For Firefox */
input[type='number'] {
	-moz-appearance: textfield;
}
a{
	text-decoration: none !important;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a:focus, button:focus {
	outline: none;
}

/* global css */
.delay1 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.bold{
	font-weight: bold;
}
.dib{
	display: inline-block;
}
.fw-thin {
	font-weight: 300;
}
.fw-semi {
	font-weight: 500;
}
.oswald {
	font-family: 'Oswald', sans-serif;
}
header a {
	color: #808080;
	display: inline-block;
	border-right: 1px solid #eeeeee;
}
header a:nth-last-child(1) {
	border-right: 1px solid transparent;
}
header a:hover {
	color: inherit;
}
header .socialIcon a:hover {
	color: #fff;
	background: #19334C;
}
.text-red {
	color: #f16136;
}
.text-blue {
	color: #55ACEE;
}
.bg-blue {
	background: #19334C;
}
.bg-city {
	background: url("../img/bg/bg-1.jpg") top center no-repeat;
}
.bg2 {
	background: url("../img/bg/bg-2.jpg") left center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-lining {
	background: url("../img/bg/lining.png") top left repeat;
}
.bg-pattern {
	background: url("../img/bg/bg-pattern.png") top left repeat;
}
.bg-darkImg {
	background: url("../img/bg/bg-dark.jpg") bottom center repeat;
}

.bg-tiles {
	background: url("../img/bg/bg-tiles.jpg") bottom center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-dark2 {
	background: url("../img/bg/bg-dark2.jpg") repeat;
}

.btn {
	font-size: 14px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn:focus, .btn:active {
	box-shadow: none;
}
.text-justify {
	text-align: justify;
}
/* global css end */


.topBar {
	margin-bottom: 5px;
	
	-webkit-box-shadow: 0px 0px 6px 0px rgb(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgb(50, 50, 50, 0.75);
	box-shadow: 0px 0px 6px 0px rgb(50, 50, 50, 0.75);
}



/* navbar */
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand {
	background: #ffffff;
	padding: 0 15px 0px 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #777;
	font-size: 14px;
	padding: 29px 20px;
	font-weight: 400;
	border-bottom: 2px solid transparent;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, 
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #55ACEE;
	border-bottom: 2px solid #19334C;
}
.dropdown-menu {
	background: #ffffff;
	border: 1px solid #ededed;;
	min-width: 380px;
	padding: 0;
	margin-top: 0px !important;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu ul {
	display: inline-block;
}
.dropdown-item {
	font-size: 13px;
	color: #333;
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #333;
	background-color: rgb(0, 0, 0, 0.09);
}
.navbar-toggler {
	margin-top: 12px;
	border: 1px solid #ffffff;
	border: none;
	float: right;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media all and (min-width: 992px) {
	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}
}

.offcanvas-content > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-xs {
	position: absolute;
	left: 15px;
}
.log-xs.navbar-brand {
	text-align: center;
	display: block;
	margin-right: 0;
}
.log-xs.navbar-brand img {
	display: inline-block;
}
.menu-xs-ul {
	
}
.menu-xs-ul .nav-item .nav-link {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.5);
	display: block;
	text-decoration: none;
	padding: 15px;
	
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.menu-xs-ul .nav-item.active .nav-link {
	color: #fff;
	background: #7FBE54;
}
.offcanvas-wrapper .close {
	color: rgba(255,255,255,0.75);
	font-size: 10px;
	text-align: right;
	padding: 5px 15px 0px 15px;
	line-height: 30px;
}
.menu-xs-ul .nav-item .nav-link::after {
	position: absolute;
	top: 20px;
	font-size: 20px;
	right: 15px;
}
/* navbar end */


/* footer */
footer {
	color: #ccc;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: url("../img/bg/bg-footer.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}
footer a {
	color: #ccc;
	display: block;
	padding: 1px 0 0px 0;
}
footer a:hover {
	color: #ffffff;
}
footer h5 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: ;
	padding-bottom: 20px;
}
footer ul {
	margin-bottom: 45px;
}
footer nav a .fa {
	font-size: 22px;
}
.copy {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 12px;
	background: #191919;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copy p {
	margin-bottom: 0;
}
/* footer end */


.starBlock .fa {
	padding: 5px 6px;
	
	-ms-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
	
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-ms-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	40% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	60% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
	80% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}


h2.title {
	font-family: 'Oswald', sans-serif;
	font-size: 55px;
	line-height: 55px;
	padding-bottom: 10px;
}

.ptpb {
	padding-top: 55px;
	padding-bottom: 45px;
}
.ourServicesSection {
	padding-top: 55px;
}
.ourServicesSection h2 ~ p {
	font-size: 15px;
	color: #656565;
	margin-bottom: 30px;
	padding: 5px 80px 0px 80px;
	line-height: 24px;
}
.affordableWeb {
	padding-top: 50px;
}
.serviceThumb {
	margin-bottom: 30px;
}
.serviceThumb .servicesIcon {
	width: 130px;
	position: relative;
}
.serviceThumb .fa {
	position: absolute;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.serviceThumb:hover .servicesIcon .fa{
	color: #55ACEE;
	font-size: 30px;
	
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	
}
.serviceThumb h5 {
	color: #444444;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 12px;
}
.title-underline {
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
}
.title-underline:before {
	content: '';
	width: 60px;
	height: 3px;
	background: #4e4d4d;
	position: absolute;
	bottom: -5px;
	left: 0;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.serviceThumb h5 a {
	color: inherit;
}
.serviceThumb:hover h5 a {
	color: #55ACEE;
}
.serviceThumb:hover h4:before {
	background: #19334C;
}

.clientsBlock {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 1px;
}
.clientsBlock .card {
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	border: none;
	border-color: #e2e0e0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.clientsBlock .card a {
	padding: 20px 12px;
}
.costBlock {
	background: rgba(250,250,250,0.7);
	margin-top: 160px;
	margin-bottom: 160px;
	padding: 40px 40px 30px 40px;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.costBlock:hover {
	transform: scale(1.04);
}
.costBlock h2 {
	margin-top: 20px;
}
.costBlock p {
	line-height: 23px;
}
.dcsSection {
	padding-top: 60px;
}
.dcsSection .card {
	background: -webkit-linear-gradient(top left,white 50%,#19334C 50%);
	border: none;
	position: relative;
	margin-right: 10px;
	margin-bottom: 113px;
	margin-left: 10px;
	
	-webkit-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3);
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.dcsSection .card:before {
	content: '';
	position: absolute;
	right: 0;
	width: 30%;
	height: 100%;
	background: #19334C;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.dcsSection .card:hover:before {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
}
.dcsSection .card .content {
	background: rgba(55,63,74,0.98);
	padding: 35px 15px 25px 15px;
	margin: 7px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.dcsSection .card .content h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}
.dcsSection .card:hover {
	transform: scale(1.1);
}

.projectList li a {
	color: #fff !important;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	width: 100%;
	padding-bottom: 10px;
}
.projectList li a .fa {
	color: #55ACEE;
	font-size: 12px;
	width: 30px;
	height: 30px;
	border: 1px solid #19334C;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 7px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.projectList2 li a {
	justify-content: flex-start;
}
.projectList2 li a .fa {
	margin-right: 0;
	margin-left: 7px;
}
.projectList li:hover a .fa {
	background: #fff;
	border: 1px solid #fff;
}
.get-cms-based {
	padding-top: 70px;
}
.get-cms-based h2 {
	margin-bottom: 0;
}



/* about us */
.pageTitle h2 {
	color: #fff;
	font-size: 36px;
	padding: 10px 0px 8px 0px;
}
.accordion .accordion-item {
	margin-bottom: 15px;
	border-left: 5px solid #19334C;
}
.accordion .accordion-item .accordion-header .accordion-button {
	color: #eeeeee;
	background: #424242;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	border: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
	background-image: none;
}
.accordion .accordion-item .accordion-header .accordion-button .fa {
	padding-right: 5px;
}
.accordion .accordion-item .accordion-body {
	background: #eeeeee;
}
.bgTItle p {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #19334C;
	line-height: 35px;
	padding-left: 20px;
	
	-webkit-box-shadow: inset 0 -1px 0 rgb(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgb(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgb(0, 0, 0, 0.15);
}
.bgTItle p small {
	font-size: 12px;
}



/* contact */
.address {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 10px;
	position: relative;
}
.address span {
	position: relative;
}
.address span .fa {
	font-size: 1.33333333em;
	padding-right: 5px;
}
form .form-control {
	color: #505050;
	background: #ffffff;
	font-size: 14px;
	border-radius: 0px;
	border: none;
	height: auto;
	padding: 12px;
}
form select.form-control {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -13 25 40'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") center right no-repeat;
}
form .btn.bg-blue {
	border-color: #55ACEE;
}
form .btn.bg-blue:hover {
	background: #333333;
	border-color: #333333;
}


/* add on features */
.table {
	text-transform: uppercase;
}
.table thead tr th {
	font-weight: 500;
	font-size: 18px;
	padding: 25px 20px;
}
.table tbody tr td {
	color: #4e4d4d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	padding: 10px 20px;
}
.table tbody tr td:nth-of-type(2) {
	color: #f16136;
	font-size: 13px;
	font-weight: 700;
}


/* static website */
.priceTableBlock {
	text-align: center;
}
.priceTableBlock .popularCard {
	position: relative;
	z-index: 1;
	
	-webkit-transform: scaleY(1.03);
	-moz-transform: scaleY(1.03);
	-ms-transform: scaleY(1.03);
	-o-transform: scaleY(1.03);
	transform: scaleY(1.03);
	
	-webkit-box-shadow: 0px 5px 20px 5px rgb(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 5px rgb(0,0,0,0.2);
	box-shadow: 0px 5px 20px 5px rgb(0,0,0,0.2);
}
.priceTableBlock .card {
	border: 1px solid #f3f3f3;
	margin-bottom: 70px;
	overflow: hidden;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.priceTableBlock .card .card-header {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	background-image: linear-gradient(to right, #4f9abf, #64bfec);
	padding: 25px 15px;
	border: none;
	border-top: 4px solid #f3f3f3;
	position: relative;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.priceTableBlock .col-12:nth-of-type(1) .card .card-header {
	background: #64bfec;
}
.priceTableBlock .col-12:nth-of-type(2) .card .card-header {
	background: #39ade6;
	border-top: 4px solid #fafbfc;
}
.priceTableBlock .col-12:nth-of-type(3) .card .card-header {
	background: #1da0e0;
}
.priceTableBlock .col-12:nth-of-type(4) .card .card-header {
	background: #19334C;
}

.priceTableBlock .card .card-header .tag {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	background: #e81818;
	padding: 11px 4px 10px 42px;
	width: 100%;
	position: absolute;
	top: -3px;
	right: -89px;
	
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	transform: rotate(44deg);
	
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.priceTableBlock .card .card-header h4 {
	font-size: 20px;
	font-weight: 500;
}
.priceTableBlock .card .card-body {
	padding: 0;
}
.priceTableBlock .card .card-body .card-title {
	color: #55ACEE;
	font-size: 2.6em;
	font-weight: 500;
	padding-top: 17px;
	padding-bottom: 5px;
	text-shadow: 2px 2px 3px rgb(92, 90, 90, 0.1);
}
.priceTableBlock .card .card-body .card-title.text-red {
	color: #F85E1C;
}
.priceTableBlock .card .card-body ul li .text-green {
	color: #008000;
}
.priceTableBlock .card .card-body .card-title .rs {
	color: #4e4d4d;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 20px;
	vertical-align: top;
}
.priceTableBlock .card .card-body .card-title small {
	color: #7d7c7c;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: italic;
} 
.priceTableBlock .card .card-body .list-unstyled {
	margin-bottom: 0;
}
.priceTableBlock .card .card-body .list-unstyled li {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	border-top: 1px solid #EBEBEB;
	text-shadow: 2px 2px 3px rgb(92, 90, 90, 0.1);
}
.priceTableBlock .card .card-body .list-unstyled li:nth-of-type(odd) {
	background: #F6F6F6;
}
.priceTableBlock .card .card-footer {
	color: #898989;
	font-size: 12px;
	background: #e6f3fb;
	padding: 30px;
	border: none;
	text-transform: uppercase;
}
.priceTableBlock .card .card-footer .btn {
	font-size: 12px;
	background: #3498db;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	padding: 8px 24px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
	.container-fluid {
		padding-left: 5%;
		padding-right: 5%;
	}
	.modal-lg {
		max-width: 90%;
	}
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
	.container {
		/*max-width: 100%;*/
	}
	.modal-lg {
		max-width: 90%;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.container {
		max-width: 100%;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.container {
		max-width: 100%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767.98px) {
	.container {
		max-width: 100%;
	}
	.topFullBlock {
		background: #ffffff;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9;
		
		-webkit-box-shadow: 0px 4px 6px -2px rgb(50, 50, 50, 0.25);
		-moz-box-shadow: 0px 4px 6px -2px rgb(50, 50, 50, 0.25);
		box-shadow: 0px 4px 6px -2px rgb(50, 50, 50, 0.25);
	}
	.xs-height {
		height: 115px;
	}
	.topBar {
		font-size: 11px;
		border-bottom: 1px solid #eee;
		margin-bottom: 0;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	header a {
		padding-top: 5px;
	}
	.socialIcon {
		display: none;
	}
	.navbar-brand {
		padding: 8px 0 10px 0;
	}
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-collapse {
		z-index: 9;
		top: 115px;
		padding: 0;
	}
	.navbar-light .navbar-nav .nav-link {
		color: rgba(255,255,255,0.5);
		padding: 15px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, 
	.navbar-light .navbar-nav .show > .nav-link {
		color: #fff;
		background: #7fbe54;
		border-bottom: 1px solid #7fbe54;
	}
	.navbar-light .navbar-nav .nav-link:hover {
		color: rgba(255,255,255,0.5);
		background: #333;
		border-bottom: none;
	}
	.navbar-light .navbar-nav .nav-link:focus {
		color: rgba(255,255,255,0.5);
		background: transparent;
		border-bottom: none;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 15px 25px;
	}
	.dropdown-menu {
		background: #3D3D3D;
		margin-bottom: 0;
		border: none;
		padding: 0 10px;
		min-width: 100%;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.dropdown-menu .dropdown-item {
		color: rgba(255,255,255,0.5);
		padding: 15px 15px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.dropdown-menu .d-flex.justify-content-between {
		display: inline !important;
	}
	.dropdown-menu ul {
		width: 100%;
	}
	
	
	button:focus:not(:focus-visible) {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	footer {
		padding-bottom: 7px;
	}
	footer p {
		margin-bottom: 5;
	}
	
	/* get-cms-based */
	.bg-dark2 {
		background: url("../img/bg/bg-dark2.jpg") no-repeat;
		background-size: cover;
	}
	.get-cms-based h2 {
		font-size: 40px !important;
		font-weight: 500;
		color: #fff;
		line-height: 1.1;
	}
	.projectList {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.projectList li a {
		display: flex;
		justify-content: center;
		text-align: center;
		padding-bottom: 20px;
	}
	.projectList2 {
		margin-top: 0;
	}
	
	.ptpb h2, .ptpb p {
		padding-left: 35px;
		padding-right: 35px;
	}
	.ptpb h2 {
		font-size: 40px !important;
		line-height: 40px;
		font-weight: 500;
		margin-bottom: 15px !important;
	}
	
	.ourServicesSection h2 ~ p {
		padding: 10px 30px;
		text-align: left;
	}
	
	/* static website */
	.priceTableBlock .col-12:nth-of-type(2) {
		transform: scaleY(1)
	}
	
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	
}



.success-msg
{
   margin-top: 100px;
    margin-bottom: 50px;
}

.sucess-item {
    padding: 35px;
    background-color: #f3f4f5;
}
.sucess-item .testi-img {
    position: absolute;
    top: 17%;;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 115px;
    height: 115px;
    padding: 7px;
    background: #fff;
    border-radius: 50%;
}
.sucess-item .testi-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.sucess-item .suces-desc {
    padding: 42px 0;
    position: relative;
}
.sucess-item .suces-desc .testi-name {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}
.sucess-item .suces-desc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 500;
}
.suces-desc .s-p1 , .suces-desc .s-p2
{
    text-align: center;
}




.newsletter-content {
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.form1 {
	color: #505050;
    background: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    /* border: none; */
    height: auto;
	border: 1px solid #dcdddf;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.newsletter-form {
	/* padding:15px */
}

.newsform {
	padding-bottom: 8px;
}

.newsletter-button {
	background: #0491D9;
    color: white;
    font-weight: 600;
    width: 100%;
}

.newsletter-content-2 {
    font-family: 'zopim';
    text-align: center;
    padding-bottom: 6px;
    color: gray;
    font-weight: 600;
}



img {
    max-width: 100%;
    height: auto;
}

span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.blog img{
    max-width: 100%;
}
.blog-head {
  margin-bottom: 70px;
}


.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(46 44 62 / 82%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.item {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}

.top-overlay {
    bottom: 100%;    
    height: 0;
}
.item:hover .top-overlay {
  bottom: 0;
}
.bottom-overlay {
    top: 100%;
}

.item:hover .bottom-overlay {
  top: 0;
}

.right-overlay {
    left: 100%;
    height: 100%;
}

.item:hover .right-overlay {
  left : 0;
}

.left-overlay {
    right: 100%;
    height: 100%;
    left:auto;
}

.item:hover .left-overlay {
  right : 0;
}
.fade-overlay {
    height: 100%;
    opacity: 0;
}

.item:hover .fade-overlay {
  opacity: 1;
}
.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}
.item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}
.text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


#load-more{
	margin: auto;
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #334;
	border-radius: 6px;
	color: #334;
	font-size: 16px;
	background-color: #fff;
	cursor: pointer;
}

#load-more:hover{
	background-color: #55ACEE;
	border-color: #55ACEE;
	color: white;
}


.load-more-btn{
	display: flex;
    justify-content: center;
    margin: 15px 0 0px 0;
	padding-bottom: 30px;
	transition: 0.2s;
}

.blog{
	background: #f7f7f7;
}

.blog .container .blog-image {
	display: none;
}

.blog .container .blog-image:nth-child(1),
.blog .container .blog-image:nth-child(2),
.blog .container .blog-image:nth-child(3),
.blog .container .blog-image:nth-child(4),
.blog .container .blog-image:nth-child(5),
.blog .container .blog-image:nth-child(6),
.blog .container .blog-image:nth-child(7),
.blog .container .blog-image:nth-child(8),
.blog .container .blog-image:nth-child(9){
	display: inline-block;
}


.custom-bussiness-h2{
	font-size: 46px;
    line-height: 53px;
    font-weight: 500;
    font-family: serif;
}

.custom-business-p{
	font-size: 16px;
    line-height: 27px;
}

.highlighted-text-span {
	color: #191919;
    text-decoration: underline;
    font-size: 19px;
    font-weight: 500;
    font-family: sans-serif;
}

.about_two_list_wrapper ul li {
    color: #646464;
    padding-bottom: 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.why-choose-us-title{
	font-family: serif;
    font-size: 33px;
}


.advantages-sec {
    background: #f6f5f58f;
    padding: 80px 0;
}


.icon-box-2 {
    padding: 22px 23px;
    border-radius: 10px;
    color: #7e7c7c;
    background: white;
    margin-bottom: 35px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 15px;
    font-weight: 500;
}

.icon-box-2 h5 {
	color: #2b2a2a;
    font-size: 21px;
    font-weight: 500;
    font-family: serif;
	padding-top: 18px;
}

.feature-title-inner-page{
	font-size: 46px;
    line-height: 53px;
    font-weight: 500;
    font-family: serif;
}

._divbox {
    flex: 0 0 24%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 20px;
    border-radius: 20px;
    z-index: 1;
    border: 1px solid #757676;
}

._divpara {
    font-size: 14px;
    color: #4d4d4d;
}

._divimg {
    width: 100%;
    margin: 10px auto 15px;
}

._divttl {
    width: 100%;
    margin: 0 0 15px;
    font-size: 20px;
	font-family: serif;
}

.portal-services-bg{
	background: #fff0e554;
}