body {
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
@font-face {
	font-family: 'Moore Mary';
	src: url('../fonts/MooreMary.woff2') format('woff2'), url('../fonts/MooreMary.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'MoolBoran';
	src: url('../fonts/MoolBoran.woff2') format('woff2'), url('../fonts/MoolBoran.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
header {
	background: #d7d7d7;
	position: relative;
}
.logo {
	margin-top: 11px;
}
.navigation {
	background: #fff;
	position: relative;
	float: right;
	padding: 0 0 0 80px;
}
.navigation:after {
	background: #fff;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 90px;
	right: -89px;
}
.top-call {
	color: #000;
	font-family: 'MoolBoran';
	font-size: 30px;
	position: absolute;
	bottom: -105px;
	left: 105px;
	z-index: 9;
}
.top-call a {
	color: #000;
	font-size: 60px;
	line-height: 40px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-call a:hover {
	color: #055196;
}
.home_banner_section {
	position: relative;
}
.ms-container::before {
	position: absolute;
	content: "";
	background: #d7d7d7;
	top: 0;
	left: 0;
	width: 390px;
	height: 240px;
	z-index: 9;
}
.ms-container::after {
	position: absolute;
	content: "";
	background: #fff;
	bottom: 0;
	left: 0;
	width: 390px;
	height: 240px;
	z-index: 9;
}
.ms-slide-info {
    background: #055196;
    top: 135px;
    width: 33% !important;
    height: 250px;
    padding: 40px 35px 30px 7.8%;
    z-index: 9998;
}
.banner-heading {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
    margin: 0 0 10px;
    line-height: 44px;
}
.bold-text {
	font-weight: bold;
}
.banner-details {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin: 0 0 25px;
}
.banner-btn {
}
.banner-btn a {
	background: #fff;
	border-radius: 50px;
	color: #055196;
	display: inline-block;
	font-family: 'Moore Mary';
	font-size: 23px;
	padding: 8px 25px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s !important;
	-ms-transition: all 0.5s ease 0s !important;
	-o-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner-btn a:hover {
	background: #fff;
	color: #055196;
}
.home_banner_section .ms-bullets {
	right: 78% !important;
	width: 30% !important;
	z-index: 99;
	bottom: 50px !important;
}
.home_banner_section .ms-bullet {
	background: #000 !important;
	width: 50px !important;
	height: 7px !important;
	-moz-transition: all 0.5s ease 0s !important;
	-ms-transition: all 0.5s ease 0s !important;
	-o-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.home_banner_section .ms-bullet-selected {
	background: #055196 !important;
}
.home_welcome_section {
	padding: 80px 0 0;
}
.home_welcome_section_heading {
	font-family: 'Moore Mary';
	font-size: 60px;
	color: #000;
}
.home_welcome_section_heading span {
	color: #035096;
}
.home_welcome_section_subheading {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: 300;
}
.home_welcome_section_text {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	margin-top: 20px;
}
.home_welcome_section_quote {
	font-family: 'MoolBoran';
	font-size: 42px;
	color: #000;
	margin: 25px 0 0;
}
.home_welcome_section_quote a {
	color: #035096;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_welcome_section_quote a:hover {
	color: #000;
}
.home_welcome_text ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.home_welcome_text ul li {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	position: relative;
	float: left;
	width: 50%;
}
.home_welcome_text ul li::before {
	position: absolute;
	content: "";
	background: #055196;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
}
.home_welcome_text ul li::after {
	position: absolute;
	content: "";
	border: 1px solid #055196;
	top: 9px;
	left: 3px;
	width: 10px;
	height: 10px;
}
.welcome_image {
	margin: 100px 0 0;
	text-align: right;
}
.home_creative_section {
	background: #1b5d99 url("../images/home_creative_bg.jpg") no-repeat fixed center center;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 80px 0;
}
.home_creative_section_heading {
	font-family: 'Moore Mary';
	font-size: 60px;
	color: #fff;
}
.home_creative_line {
	width: 70px;
	height: 4px;
	background: #fff;
	margin: 10px auto 55px;
}
.home_creative_section_subheading {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	margin: 12px 0 60px;
}
.home-creative-item {
	overflow: hidden;
	padding: 0 5px;
	position: relative;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-creative-content {
	background: #fff;
	padding: 20px 15px 25px;
	position: absolute;
	z-index: 9;
	/*bottom: -70px;*/
	bottom: -15px;
	width: 97.1%;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-creative-content-heading {
	color: #000748;
	font-family: 'MoolBoran';
	font-size: 33px;
}
.home-creative-content-details {
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
}
.home-creative-item:hover .home-creative-content {
/*bottom: 0;*/
}
.home-creative-section-inner .owl-buttons {
	display: none;
}
.home-creative-section-inner .owl-pagination {
	margin: 75px 0 0;
}
.home-gallery {
	padding: 65px 0;
}
.home-gallery-heading {
	color: #035096;
	font-family: 'Moore Mary';
	font-size: 60px;
	margin: 0 0 15px;
	text-align: center;
}
.home-testimonial-form {
	background: rgba(0, 0, 0, 0) url("../images/hm-testimonial-form-bg.jpg") no-repeat fixed 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0 65px;
}
.home-testimonial {
	padding: 0 30px 0 15px;
}
.home-testimonial-form-heading {
	color: #fff;
	font-family: 'Moore Mary';
	font-size: 60px;
}
.home-testimonial-form-details {
	color: #fff;
	font-family: 'MoolBoran';
	font-size: 30px;
	line-height: 25px;
	margin: 0 0 20px;
}
.home-testimonial-inner #wonderplugincarousel-1 blockquote {
	background: rgba(255, 255, 255, 0.2) url("../images/comma-img.png") no-repeat scroll 97% 93%;
}
.home-form {
	margin: 0 0 15px;
	padding: 0 15px 0 0;
}
.home-form input {
	border: none;
	border-radius: 0;
	color: #000;
	font-family: 'MoolBoran';
	font-size: 30px;
	height: 50px;
	padding: 20px 10px 7px;
	width: 100%;
}
.home-form textarea {
	border: none;
	border-radius: 0;
	color: #000;
	font-family: 'MoolBoran';
	font-size: 30px;
	height: 120px;
	padding: 5px 10px 7px;
	width: 100%;
}
.home-form-btn input {
	background: #035096 !important;
	color: #fff !important;
	font-family: 'MoolBoran';
	border-radius: 50px !important;
	font-size: 30px !important;
	width: auto;
	padding: 10px 45px 11px !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-form-btn input:hover {
	background: #fff !important;
	color: #035096 !important;
}
.home-form-inner div.wpcf7-response-output {
	color: #fff;
}
footer {
	background: #035096;
	padding: 25px 0 0;
}
.footer-social {
	margin: 0 0 30px;
	text-align: center;
}
.footer-social ul {
	margin: 0;
	padding: 0;
}
.footer-social ul li {
	display: inline-block;
	margin: 0 3px;
}
.footer-social ul li .fab {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	width: 68px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-social ul li .fab:hover {
	background: #fff;
	color: #035096;
}
.footer-bottom {
	border-top: 1px solid #fff;
	padding: 25px 0 17px;
}
.copyright {
	color: #fff;
	font-family: 'MoolBoran';
	font-size: 30px;
	text-align: center;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.copyright a:hover {
	color: #fff;
}
.page .entry-title {
	position: absolute;
	left: 7.8%;
	top: 230px;
	width: 38%;
}
.inner-banner {
	margin: 0 0 5%;
	position: relative;
}
.inner-banner::before {
	position: absolute;
	content: "";
	background: #d7d7d7;
	top: 0;
	left: 0;
	width: 490px;
	height: 395px;
}
.inner-banner img {
	width: 100%;
}
.inner-content {
	text-align: justify;
	margin: 0 0 25px;
}
.inner-content ul {
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}
.inner-content ul li {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	position: relative;
}
.inner-content ul li::before {
	position: absolute;
	content: "";
	background: #055196;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
}
.inner-content ul li::after {
	position: absolute;
	content: "";
	border: 1px solid #055196;
	top: 9px;
	left: 3px;
	width: 10px;
	height: 10px;
}
ul.half-li li {
	float: left;
	width: 50%;
}
.inner-content-heading {
	color: #055196;
	font-family: 'Moore Mary';
	font-size: 34px;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-align:left;
}
.right-text {
	float: right;
}
.testimonials {
	margin: 0 0 30px;
}
.testimonials-inner {
	/*border: 1px solid #d7d7d7;*/
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	margin-top: 45px;
	padding: 65px 30px 20px;
	position: relative;
}
.testimonials-colon {
	background: #fff none repeat scroll 0 0;
	/*border: 1px solid #d7d7d7;*/
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	height: 75px;
	left: 39%;
	position: absolute;
	text-align: center;
	top: -35px;
	width: 75px;
}
.testimonials-colon img {
	margin: 23px auto 0;
}
.testimonial-details {
	color: #000;
	font-size: 25px;
	height: 150px;
	line-height: 25px;
	margin-bottom: 5px;
	text-align: center;
	font-family: 'MoolBoran';
}
.testimonial-name {
	color: #035096;
	font-weight: bold;
	text-align: center;
	font-family: 'Moore Mary';
	font-size: 26px;
}
.testimonial-details-2 {
	height: 285px;
}
.contact-form {
	padding: 0 15px 0 0;
	margin: 0 0 10px;
}
.contact-form input {
	border: 1px solid #ccc;
	border-radius: 50px;
	color: #000;
	height: 50px;
	width: 100%;
}
.contact-form textarea {
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #000;
	height: 120px;
	width: 100%;
	resize:none;
}
.contact-form-btn input {
	background: #055196 none repeat scroll 0 0 !important;
	border-radius: 50px !important;
	font-family: 'MoolBoran';
	font-size: 40px !important;
	font-weight: 400 !important;
	line-height: 40px;
	padding: 17px 35px 0 35px !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-form-btn input:hover {
	background: #000 none repeat scroll 0 0 !important;
}
.contact-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contact-right ul li {
    margin: 0 0 10px;
    position: relative;
    float: left;
    width: 100%;
}
.contact-right ul li .fa {
    color: #055196;
    width: 30px;
    font-size: 22px;
    margin: 2px 0 6px;
    float: left;
}
.contact-right a {
	color: #000;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-right a:hover {
	color: #055196;
}
.contact-left, .contact-right {
    margin: 0 0 45px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #055196 !important;
}

.brand {
    display: block;
    background: #035096;
    text-align: center;
    color: #fff;
    padding: 60px 0;
}
.brand h2 {
    color: #fff;
    font-family: 'Moore Mary';
    font-size: 60px;
    margin: 0 0 15px;
    text-align: center;
	letter-spacing: 2px;
}
header.sticky {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 9999;
    width: 100%;
}
header.sticky .top-call {display: none;}
header.sticky .logo {margin: 10px 0;}

.footer-menu {
    display: block;
    clear: both;
}
.footer-menu ul {
    display: block;
    margin: 0 0 40px;
    padding: 0;
	text-align: center;
}
.footer-menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    border-left: 1px solid #fff;
}
.footer-menu ul li:first-child {border: 0;}
.footer-menu ul li a {display: inline-block; vertical-align: top; color: #fff; font-size: 18px; line-height: 22px; text-decoration: none;}


.call-now {
    display: none;
    padding: 10px;
    background: #035096;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    position: fixed;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    width: 60px;
    z-index: 9999;
    height: 60px;
    border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid #ffff;
}
.home_welcome_text h1 {
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
/*========== Responsive ==========*/

@media only screen and (max-width : 320px)
{
	.call-now {display: block;}
header{
	background:#fff;
}	
.top-call {
    position: static;
    bottom: 0;
    left: 0;
	padding:0 15px;
	margin-top:10px;
	font-size:25px;
	line-height:25px;
}
.navigation {
    position: static;
	float: none;
    padding: 0 15px;
}
.navigation:after {
	display:none;
}
.logo img {
	width:145px;
}
.ms-container::after {
    position: static;
    width: 100%;
    height: auto;
}
.top-call a {
    font-size: 42px;
    line-height: 30px;
}
.menu-toggle {
	background-color:transparent !important;
	/*top:-112px !important;*/
}
.menu-toggle::before {
    color: #000 !important;
}
.primary-navigation {
    padding-top: 0px !important;
}
.primary-navigation.toggled-on {
    padding: 20px 0 !important;
}
.home_banner_section .ms-bullets {
    right: auto !important;
    width: auto !important;
    z-index: 99;
    bottom:20px !important;
}
.ms-container::before {
	display:none;
}
.ms-slide-info {
	height:auto !important;
	top:0px !important;
	bottom:0px !important;
	padding:15px;
	width:45% !important;
}
.banner-heading {
	font-size:13px;
	line-height:19px;
}
.banner-details {
	display:none;
}
.banner-btn {
	display:none;
}
.home_welcome_section {
    padding: 10px 0 0;
}
.home_welcome_section_heading {
    font-size: 32px;
}
.home_welcome_section_text {
    font-size: 15px;
    margin-top: 10px;
}
ul.half-li li {
    width: 100%;
}
.home_welcome_section_quote {
    font-size: 32px;
    line-height: 30px;
}
.welcome_image {
    margin: 20px 0 0;
}
.home_creative_section_heading {
    font-size: 30px;
	padding:0 15px;
}
.home_creative_section {
	padding:30px 0;
}
.home_creative_line {
    margin: 10px auto 25px;
}
.home-creative-section-inner .owl-pagination {
    margin: 30px 0 0;
}
.home-gallery-heading {
	font-size:30px;
}
.home-gallery {
    padding: 30px 0;
}
.home-testimonial-form-heading {
    font-size: 30px;
}
.home-testimonial {
    padding: 0 15px;
}
#wonderplugincarousel-1 .amazingcarousel-nav {
	display:none !important;
}
.home_form2 {
    padding: 0 15px;
}
.home-testimonial-form {
	overflow:hidden;
	padding:30px 0;
}
.copyright {
    font-size: 20px;
}
.footer-social ul li .fab {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.inner-banner::before {
    width: 50%;
    height: auto;
    bottom: 0;
}
.page .entry-title {
    position: absolute;
    left: 4%;
    top: 14px;
	font-size:22px;
}
.inner-content-heading {
	font-size:24px;
}
.service-image {
	margin-bottom:20px;
}
.testimonial-details {
	height:auto;
}
.testimonials {
    margin: 0 0 55px;
}
.contact-form-btn input {
	font-size:30px !important;
	line-height:30px;
}
.footer-menu ul li {
    padding: 0px 20px;
    margin: 5px 0;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px)
{
	.call-now {display: block;}
header{
	background:#fff;
}	
.top-call {
    position: static;
    bottom: 0;
    left: 0;
	padding:0 15px;
	margin-top:10px;
	font-size:25px;
	line-height:25px;
}
.navigation {
    position: static;
	float: none;
    padding: 0 15px;
}
.navigation:after {
	display:none;
}
.logo img {
	width:145px;
}
.ms-container::after {
    position: static;
    width: 100%;
    height: auto;
}
.top-call a {
    font-size: 42px;
    line-height: 30px;
}
.menu-toggle {
	background-color:transparent !important;
	/*top:-112px !important;*/
}
.menu-toggle::before {
    color: #000 !important;
}
.primary-navigation {
    padding-top: 0px !important;
}
.primary-navigation.toggled-on {
    padding: 20px 0 !important;
}
.home_banner_section .ms-bullets {
    right: auto !important;
    width: auto !important;
    z-index: 99;
    bottom:20px !important;
}
.ms-container::before {
	display:none;
}
.ms-slide-info {
	height:auto !important;
	top:0px !important;
	bottom:0px !important;
	padding:15px;
	width:45% !important;
}
.banner-heading {
	font-size:13px;
	line-height:19px;
}
.banner-details {
	display:none;
}
.banner-btn {
	display:none;
}
.home_welcome_section {
    padding: 10px 0 0;
}
.home_welcome_section_heading {
    font-size: 32px;
}
.home_welcome_section_text {
    font-size: 15px;
    margin-top: 10px;
}
ul.half-li li {
    width: 100%;
}
.home_welcome_section_quote {
    font-size: 32px;
    line-height: 30px;
}
.welcome_image {
    margin: 20px 0 0;
}
.home_creative_section_heading {
    font-size: 30px;
	padding:0 15px;
}
.home_creative_section {
	padding:30px 0;
}
.home_creative_line {
    margin: 10px auto 25px;
}
.home-creative-section-inner .owl-pagination {
    margin: 30px 0 0;
}
.home-gallery-heading {
	font-size:30px;
}
.home-gallery {
    padding: 30px 0;
}
.home-testimonial-form-heading {
    font-size: 30px;
}
.home-testimonial {
    padding: 0 15px;
}
#wonderplugincarousel-1 .amazingcarousel-nav {
	display:none !important;
}
.home_form2 {
    padding: 0 15px;
}
.home-testimonial-form {
	overflow:hidden;
	padding:30px 0;
}
.copyright {
    font-size: 20px;
}
.footer-social ul li .fab {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.inner-banner::before {
    width: 50%;
    height: auto;
    bottom: 0;
}
.page .entry-title {
    position: absolute;
    left: 4%;
    top: 25px;
	font-size:24px;
}
.inner-content-heading {
	font-size:24px;
}
.service-image {
	margin-bottom:20px;
}
.testimonial-details {
	height:auto;
}
.testimonials {
    margin: 0 0 55px;
}
.contact-form-btn input {
	font-size:30px !important;
	line-height:30px;
}
.footer-menu ul li {
    padding: 0px 20px;
    margin: 5px 0;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px)
{
	.call-now {display: block;}
header{
	background:#fff;
}	
.top-call {
    position: static;
    bottom: 0;
    left: 0;
	padding:0 15px;
	margin-top:10px;
	font-size:25px;
	line-height:25px;
}
.navigation {
    position: static;
	float: none;
    padding: 0 15px;
}
.navigation:after {
	display:none;
}
.logo img {
	width:145px;
}
.ms-container::after {
    position: static;
    width: 100%;
    height: auto;
}
.top-call a {
    font-size: 42px;
    line-height: 30px;
}
.menu-toggle {
	background-color:transparent !important;
	/*top:-112px !important;*/
}
.menu-toggle::before {
    color: #000 !important;
}
.primary-navigation {
    padding-top: 0px !important;
}
.primary-navigation.toggled-on {
    padding: 20px 0 !important;
}
.home_banner_section .ms-bullets {
    right: auto !important;
    width: auto !important;
    z-index: 99;
    bottom:20px !important;
}
.ms-container::before {
	display:none;
}
.ms-slide-info {
	height:auto !important;
	top:0px !important;
	bottom:0px !important;
	padding:15px;
	width:45% !important;
}
.banner-heading {
	font-size:13px;
	line-height:19px;
}
.home_welcome_section {
    padding: 10px 0 0;
}
.home_welcome_section_heading {
    font-size: 32px;
}
.home_welcome_section_text {
    font-size: 15px;
    margin-top: 10px;
}
ul.half-li li {
    width: 100%;
}
.home_welcome_section_quote {
    font-size: 32px;
    line-height: 30px;
}
.welcome_image {
    margin: 20px 0 0;
}
.home_creative_section_heading {
    font-size: 30px;
	padding:0 15px;
}
.home_creative_section {
	padding:30px 0;
}
.home_creative_line {
    margin: 10px auto 25px;
}
.home-creative-section-inner .owl-pagination {
    margin: 30px 0 0;
}
.home-gallery-heading {
	font-size:30px;
}
.home-gallery {
    padding: 30px 0;
}
.home-testimonial-form-heading {
    font-size: 30px;
}
.home-testimonial {
    padding: 0 15px;
}
#wonderplugincarousel-1 .amazingcarousel-nav {
	display:none !important;
}
.home_form2 {
    padding: 0 15px;
}
.home-testimonial-form {
	overflow:hidden;
	padding:30px 0;
}
.copyright {
    font-size: 20px;
}
.footer-social ul li .fab {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.inner-banner::before {
    width: 50%;
    height: auto;
    bottom: 0;
}
.page .entry-title {
    position: absolute;
    left: 4%;
    top: 70px;
	font-size:30px;
}
.inner-content-heading {
	font-size:24px;
}
.service-image {
	margin-bottom:20px;
}
.testimonial-details {
	height:auto;
}
.testimonials {
    margin: 0 0 55px;
}
.contact-form-btn input {
	font-size:30px !important;
	line-height:30px;
}
.footer-menu ul li {
    padding: 0px 20px;
    margin: 5px 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)
{
header{
	background:#fff;
}	
.top-call {
    position: static;
    bottom: 0;
    left: 0;
	padding:0 15px;
	margin-top:10px;
	font-size:25px;
	line-height:25px;
}
.navigation {
    position: static;
	float: none;
    padding: 0 15px;
}
.navigation:after {
	display:none;
}
.logo img {
	width:145px;
}
.ms-container::after {
    position: static;
    width: 100%;
    height: auto;
}
.top-call a {
    font-size: 42px;
    line-height: 30px;
}
.menu-toggle {
	background-color:transparent !important;
	/*top:-112px !important;*/
}
.menu-toggle::before {
    color: #000 !important;
}
.primary-navigation {
    padding-top: 0px !important;
}
.primary-navigation.toggled-on {
    padding: 20px 0 !important;
}
.home_banner_section .ms-bullets {
    right: auto !important;
    width: auto !important;
    z-index: 99;
    bottom:20px !important;
}
.ms-container::before {
	display:none;
}
.ms-slide-info {
	height:auto !important;
	top:0px !important;
	bottom:0px !important;
	padding:15px;
	width:45% !important;
}
.banner-heading {
    font-size: 17px;
    line-height: 24px;
}
.home_welcome_section {
    padding: 10px 0 0;
}
.home_welcome_section_heading {
    font-size: 32px;
}
.home_welcome_section_text {
    font-size: 15px;
    margin-top: 10px;
}
ul.half-li li {
    width: 100%;
}
.home_welcome_section_quote {
    font-size: 32px;
    line-height: 30px;
}
.welcome_image {
    margin: 140px 0 0;
}
.home_creative_section_heading {
    font-size: 30px;
	padding:0 15px;
}
.home_creative_section {
	padding:30px 0;
}
.home_creative_line {
    margin: 10px auto 25px;
}
.home-creative-section-inner .owl-pagination {
    margin: 30px 0 0;
}
.home-gallery-heading {
	font-size:30px;
}
.home-gallery {
    padding: 30px 0;
}
.home-testimonial-form-heading {
    font-size: 30px;
}
.home-testimonial {
    padding: 0 15px;
}
#wonderplugincarousel-1 .amazingcarousel-nav {
	display:none !important;
}
.home_form2 {
    padding: 0 15px;
}
.home-testimonial-form {
	overflow:hidden;
	padding:30px 0;
}
.copyright {
    font-size: 20px;
}
.footer-social ul li .fab {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.inner-banner::before {
    width: 50%;
    height: auto;
    bottom: 0;
}
.page .entry-title {
    position: absolute;
    left: 4%;
    top: 90px;
	font-size:30px;
}
.inner-content-heading {
	font-size:24px;
}
.service-image {
	margin-bottom:20px;
}
.testimonial-details {
	height:auto;
	min-height: 285px;
}
.testimonials {
    margin: 0 0 55px;
}
.contact-form-btn input {
	font-size:30px !important;
	line-height:30px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)
{
.primary-navigation a {
	font-size:22px !important;
}
.navigation {
    padding: 0 0 0 30px;
}
.navigation::after {
	width:27px;
	right:-27px;
}
.top-call {
    left: 42px;
}
.ms-slide-info {
    height: auto;
    padding: 27px 35px 30px 4%;
    bottom: 0 !important;
}
.banner-heading {
    font-size: 22px;
    line-height: 30px;
}
.home_welcome_section {
    padding: 40px 0 0;
}
.welcome_image {
    margin: 185px 0 0;
}
.inner-banner::before {
    width: 390px;
    height: auto;
    bottom: 0;
}
.page .entry-title {
    left: 3.8%;
    top: 180px;
}
.testimonial-details {
    height: 185px;
}
.testimonial-details-2 {
    height: 370px;
}
}

@media (min-width: 1025px) and (max-width: 1280px) 
{
.top-call {
    left: 70px;
}
.ms-slide-info {
    padding: 40px 35px 30px 5.4%;
}
.banner-heading {
    font-size: 25px;
    line-height: 35px;
}
.navigation::after {
	width:55px;
	right:-55px;
}
.inner-banner::before {
    height: auto;
    bottom: 0;
}
.page .entry-title {
    left: 5.5%;
}
}

@media screen and (min-width: 1424px) 
{
.top-call {
    left: 12%;
	bottom: -175px;
}
.ms-container::before {
    width: 620px;
	height:350px;
}
.ms-container::after {
    width: 620px;
}
.ms-slide-info {
    padding: 40px 35px 30px 12%;
	top: 220px;
}
.home_banner_section .ms-bullets {
    right: 73% !important;
}
.inner-banner::before {
    height: auto;
    bottom: 0;
	width: 620px;
}
.page .entry-title {
    left: 12%;
    top: 260px;
}
}

@media screen and (min-width: 1624px) 
{
.top-call {
    left: 16%;
	bottom: -175px;
}
.ms-container::before {
    width: 670px;
	height:350px;
}
.ms-container::after {
    width: 670px;
}
.ms-slide-info {
    padding: 40px 35px 30px 16%;
	top: 240px;
}
.home_banner_section .ms-bullets {
    right: 69% !important;
}
.inner-banner::before {
    height: auto;
    bottom: 0;
	width: 670px;
}
.page .entry-title {
    left: 16%;
    top: 330px;
    width: 20%;
}
}

@media screen and (min-width: 1920px) 
{
.top-call {
    left: 22%;
	bottom: -175px;
}
.ms-container::before {
    width: 720px;
	height:350px;
}
.ms-container::after {
    width: 720px;
}
.ms-slide-info {
    padding: 40px 35px 30px 22%;
	top: 320px;
}
.home_banner_section .ms-bullets {
    right: 64% !important;
}
.inner-banner::before {
    height: auto;
    bottom: 0;
	width: 720px;
}
.page .entry-title {
    left: 22%;
    top: 350px;
    width: 16%;
}
}
