@charset "utf-8";
/* CSS Document */

.musix-header-content h1 {
	font-size: 25px!important;
	font-weight:900;
	color: #008d97;
	text-transform: uppercase;
}
.musix-header-content h4 {
	font-size: 18px;
	color: #404040;
	font-weight: 700;
	text-transform: uppercase;
}
.ms-icon-div .ms-icon {
-wekbit-transition:all .4s;
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
	position:relative;
	display:inline-block;
	width:100px;
	height:100px;
	margin-bottom:10px;
	border:1px dashed #038e98;
	-webkit-border-radius:5px;
	border-radius:5px
}
.ms-icon-div .ms-icon:after, .ms-icon-div .ms-icon:before {
-wekbit-transition:all .4s;
	content:"";
	position:absolute;
	width:calc(100% - 10px);
	height:calc(100% - 10px)
}
.ms-icon-div .ms-icon:before {
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
	top:5px;
	left:5px;
	border:1px dashed #038e98;
	-webkit-border-radius:5px;
	border-radius:5px
}
.ms-icon-div .ms-icon i, .ms-icon-div .ms-icon img {
-wekbit-transition:all .4s;
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
	position:absolute;
	top:50%;
	left:50%;
	font-size:36px;
	color:#49c9e6;
	max-width:60px;
	max-height:60px;
	z-index:9;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%)
}
.ms-icon-div .ms-icon:after {
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
	top:50%;
	left:50%;
	background: #f16213;
	z-index:3;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:5px 0 35px rgba(0, 0, 0, .15);
	-ms-box-shadow:5px 0 35px rgba(0, 0, 0, .15);
	box-shadow:5px 0 35px rgba(0, 0, 0, .15);
	-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);
	transform:translateX(-50%) translateY(-50%) rotate(45deg)
}
.ms-icon-div .ms-icon:hover:after {
	border-radius:50%;
	transform:translateX(-50%) translateY(-50%) rotate(50deg);
	padding:30px
}
.musix-services:hover .ms-icon:after {
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	-webkit-border-radius:50%;
	border-radius:50%
}
.musix-services:hover .ms-icon, .musix-services:hover .ms-icon:before {
	-webkit-border-radius:50%;
	border-radius:50%
}
.musix-services.active .ms-icon-div .ms-icon:before {
	border:1px dashed #fff;
}
.musix-services.active .ms-icon-div .ms-icon {
	border:1px dashed #fff;
}
.musix-services:hover .ms-icon-div .ms-icon:before {
	border:1px dashed #fff;
}
.musix-services:hover .ms-icon-div .ms-icon {
	border:1px dashed #fff;
}
.ms-features {
	width: 100%;
	height: auto;
	background: url(../images/musix-bg-content.png) center center no-repeat rgb(255, 255, 255);
	background-position: center center;
	padding:40px 30px;
}
.ms-features h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
}
.ms-features h3:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 29%;
	padding-top: 20px;
	border-bottom: 2px solid #fff;
}
.ms-features p {
	color:#fff;
	text-align:center;
	padding:40px 20px;
}
.ms-features-col {
	text-align:center;
}
.ms-features-col img {
	width:70px;
	height:70px;
	border: 2px solid #fff !important;
	padding: 10px;
	border-radius: 45px 45px 45px 0px;
 -moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
	text-align:center;
}
.ms-features-col:hover img {
	border-radius: 45px 0px 45px 45px;
}
.ms-corporate-home-col-left h3 {
	font-size: 30px;
	color: #038e98;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:15px;
}
.ms-corporate-home-col-left h4 {
	font-size: 17px;
	color: #333;
	font-weight: 700;
	margin-bottom:15px;
}
.ms-corporate-home-col-left p {
	text-align:justify;
}
.ms-corporate-home-div {
	padding:60px 10px;
}
.btn-musix-inner {
	background-color: #008d97;
	/* border-color: #f1f1f1; */
    padding: 7px 17px;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: 600;
	color: #fff !important;
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -ms-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
	font-size: 15px;
}
.btn-musix-inner:hover {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
}
.ms-corporate-home-div {
	display:flex;
}
.ms-corp-col-right-div {
	background-color: #fff;
	box-shadow: 0 2px 18px 0 rgba(182, 178, 178, 0.50);
	transition: 300ms all ease-in-out;
	border-radius: 2px;
	padding: 20px 0px 20px !important;
	transform: translateY(8px);
	text-align:center;
}
.ms-corp-col-right-div img {
	border: 2px solid #f7941e!important;
	border-radius: 41px 13px 12px 12px;
	padding: 10px;
	width: 93px;
	background-color: #fff;
}
.ms-corp-col-right-div:hover {
	transform: translate(0, -4px) !important;
	box-shadow: 0 5px 10px 0 rgba(144, 144, 144, 0.5);
}
.ms-corp-col-right-div img:hover {
	background-color: #008d97;
}
.ms-br {
	height:20px;
	display:block;
}
.ms-lit-br {
	height:10px;
	display:block;
}
.ms-corp-col-right-div p {
	margin-bottom:0px;
	margin-top:10px;
}
.ms-home-res-div {
	text-align:center;
	padding:50px 10px;
	background-color:#edf3f3;
}
.ms-home-res-div h3 {
	font-size: 30px;
	color: #038e98;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ms-home-res-div h4 {
	font-size: 17px;
	color: #333;
	font-weight: 700;
	margin-bottom: 15px;
}
.ms-home-res-col img {
	border-radius: 50%;
	padding: 10px;
	width: 93px;
	background-color: #f16213;
 -moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
}
.ms-home-res-div-icon {
	padding:30px 10px;
}
.ms-home-res-col p {
	margin-top:20px;
	margin-bottom:0px;
}
.ms-home-res-col img:hover {
	background-color: #008d97;
	border: 2px solid #fff;
}
.ms-web-redesign-left {
	background-color: #008d97;
	width:100%;
	padding-left:20%;
}
.ms-web-redesign-icon p {
	display:inline-block;
	color:#fff;
}
.ms-web-redesign-right {
	margin-top:70px;
	padding:20px;
}
.ms-web-redesign-right h3 {
	font-size: 30px;
	color: #038e98;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ms-web-redesign-right h4 {
	font-size: 17px;
	color: #333;
	font-weight: 700;
	margin-bottom: 15px;
}
.ms-web-redesign-right p {
	line-height:2;
	text-align:justify;
}
@media screen and (max-width:700px) {
.musix-services {
margin-top:20px;
}
.ms-features {
background:none;
background-color:#038e98;
}
}
.musix-wd-page-top-content h2 {
	font-size: 30px;
	color: #038e98;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align:center;
	margin-top:50px;
}
.musix-corp-page-ul {
	margin:20px 0px;
}
.musix-corp-page-ul ul li span i {
	color:#008d97;
}
.musix-corp-page-ul ul {
	margin: 0px;
	padding: 0px;
	text-align:justify;
}
.musix-corp-page-ul ul li {
	list-style: none;
	padding: 20px 10px;
	color:#fff;
	margin-left: 25px;
}
.musix-corp-page-ul ul li i {
	color: #fff!important;
	margin-right: 7px;
	position: absolute;
	margin-top: 4px;
	left: -8px;
	font-size: 50px;
}
.musix-corp-page-ul ul {
	padding: 5px 8px 6px 2px;
}
.musix-corp-page-right-img {
	margin-top:100px;
}
.ms-corp-page-bg-content {
	width: 100%;
	height: auto;
	background: url(../images/musix-corportae-page-bg.png) center center no-repeat rgb(255, 255, 255);
	background-position: center center;
	padding:40px 30px;
}
.ms-corp-page-bg-content h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
}
.ms-corp-page-bg-content h3:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 29%;
	padding-top: 20px;
	border-bottom: 2px solid #fff;
}
.ms-corp-page-bg-content p {
	color:#fff;
	text-align:center;
	padding:40px 20px;
}
.musix-corp-page-li-head {
	text-transform:uppercase;
	font-size:19px;
	color:#fff;
	font-weight:800;
	margin-bottom:7px;
	display:block;
}
.musix-corp-page-bot-cont {
	text-align:center;
	text-transform:uppercase;
	font-size:28px;
	font-weight:800;
}
.musix-corp-page-bot-icon {
	font-size: 42px;
	border: 2px solid #333;
	padding: 10px 12px;
	border-radius: 41%;
	display: block;
 -wekbit-transition:all .6s;
-moz-transition:all .6s;
-o-transition:all .6s;
transition:all .6s;
}
.musix-corp-page-bot-icon:hover {
	border: 2px solid #008d97;
}
.musix-corp-page-bot-icon:hover i {
	color:#008d97;
}
.musix-corp-page-bot-icon-cont {
	font-size:16px;
}
.musix-corp-page-bot-icon-cont-head {
	font-size: 22px;
	display: block;
	margin-bottom: 10px;
	color: #f16213;
	text-transform: uppercase;
	font-weight: 600;
}
.musix-corp-page-bot-cont-row {
	margin:35px 1px !important;
	height: 153px;
}
.musix-corp-page-bot-cont-row .col-3 {
	text-align:center;
}
.musix-corp-page-bot-cont-p {
	text-align:justify;
}
.sub-page-header {
	font-size: 30px;
	color: #038e98;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center !important;
	margin: 40px 10px;
}
.ms-res-page-bot-left-cont {
	text-align:justify;
	color:#fff;
}
.ms-res-page-bot-right-cont {
	text-align: center;
	color: #fff;
	margin-top: 40px;
}
.ms-res-page-bot-right-cont-txt {
	font-size: 19px;
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
}
.ms-res-page-bot-right-cont-icon {
	display: block;
}
.ms-res-page-bot-right-cont-icon i {
	font-size: 80px;
}
.ms-web-red-page-icon {
	text-align: center;
}
.ms-web-red-page-icon i {
	color: #fff;
	display: block;
	font-size: 50px;
	margin-bottom:10px;
}
.ms-web-red-page-icon-div-head {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.ms-web-red-page-icon-div-cont {
	color: #fff;
	text-align: justify;
}
.ms-web-red-page-icon-div {
	background-color: rgba(0, 141, 151, 0.36);
	padding: 20px;
	border-radius: 20px;
	height: 280px;
}
.ms-wp-icon-div {
	background-color: #008d97;
	padding: 20px;
	border-radius: 20px;
	color: #fff;
	height: 150px;
	text-align: center;
}
.ms-wp-page-icon {
	text-align: center;
}
.ms-wp-page-icon i {
	font-size: 30px;
	display: block;
	margin-bottom: 18px;
}
.ms-wp-page-icon-text {
	font-size:17px;
}
.ms-html5-page-left-cont p {
	text-align:justify !important;
	padding:0px;
	margin:20px 0px;
}
.ms-html5-page-left-cont ul li {
	color:#fff;
	list-style:none;
	margin-left:25px;
	margin-bottom: 10px;
}
.ms-html5-page-left-cont ul {
	margin:0;
	padding:0;
}
.ms-html5-page-left-cont ul li i {
	color: #fff;
	margin-right: 7px;
	position: absolute;
	margin-top: 6px;
	left:14px;
}
.ms-html5-page-left-img {
	margin-top:20px;
}
.ms-dm-seo-div {
	background-color: #f16213;
	padding: 6px;
	color: #fff;
	height: 219px;
	border-radius: 15px;
}
.ms-dm-seo-div-head {
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.ms-dm-seo-div p {
	text-align: justify;
	padding: 0px 20px;
}
.ms-dm-smm-div-cont h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 20px;
}
.ms-dm-smm-div-cont h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.ms-dm-smm-div-cont p {
	text-align: justify;
}
.ms-dm-smm-div {
	margin-top: 50px;
}
.ms-dm-link-b-div {
	margin-top: 60px;
}
.ms-dm-link-b-div h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.ms-dm-link-b-s {
	text-align: center;
}
.ms-dm-link-b-s-icon-head {
	padding: 20px 10px;
	font-size: 22px;
	font-weight:600;
}
.ms-dm-sem-div {
	text-align: center;
	padding:20px;
	height:423px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius:20px;
}
.ms-dm-sem-div-head {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}
.ms-dm-sem-div-txt {
	text-align: justify;
}
.musix-sub-menu-ul li a {
	text-decoration:none;
	color:#222;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.musix-sub-menu-header a {
	text-decoration:none;
	color:#f16213;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.musix-sub-menu-ul li a:hover {
	margin-left:7px;
	color:#038e98;
}
.musix-sub-menu-header a:hover {
	margin-left:7px;
	color:#038e98;
}
.ms-cta {
	width: 100%;
	height: auto;
	background: url(../images/ms-cta.png) center center no-repeat rgb(255, 255, 255);
	background-position: center center;
	padding:32px 30px;
	margin: 40px 0px;
}
.btn-cta {
	background-color:#fff;
	color:#333 !important;
}
.musix-fotter-contact-us h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.musix-social-media h2 {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	font-weight:500;
}
.musix-social-media ul {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
}
.musix-social-media ul li a {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 22px 0px 0px;
	text-decoration:none;
}
@media screen and (max-width:700px) {
.musix-white-menu .nav-item .nav-link {
color:#000 !important;
}
.btn-outline-musix-white {
color:#038795;
border-color: #038795;
}
.arrow {
display:none;
}
.musix-header-content h1 {
 font-size: 22px!important;
}
.musix-header-content h4 {
 font-size: 16px;
 margin-top: 20px;
}
.ms-features p {
color: #fff;
 text-align: justify;
 padding: 34px 0px;
}
.ms-home-res-div-p {
text-align:justify;
}
.ms-home-res-col p {
margin-top:20px;
margin-bottom:20px;
}
.ms-web-redesign-left {
padding-left: 10%;
}
.ms-html5-home-p {
text-align:justify;
}
.musix-portfolio-div {
 margin-top: 20px;
}
.musix-cta-div h2 {
font-size: 24px;
}
.musix-cta-div h4 {
font-size: 18px;
}
.musix-fotter-links h2 {
margin-top: 20px;
}
.musix-cta-div .btn-cta:not(:first-child) {
margin-left:0px;
}
.ms-home-res-div .btn-musix-inner:not(:first-child) {
margin-left:0px;
}
.ms-corporate-home-col-left .btn-musix-inner:not(:first-child) {
margin-left:0px;
}
.ms-web-redesign .col-lg-6:first-child {
padding-right:0px;
}
.ms-web-redesign-right p {
 line-height: 1.5;
 text-align: justify;
}
.musix-wd-page-top-content {
text-align:justify;
}
.ms-corp-page-bg-content {
background:none;
}
.ms-corp-page-bg-content h3 {
font-size: 22px;
 color: #111;
}
.ms-corp-page-bg-content p {
 color: #111;
 text-align: justify;
 padding: 12px 10px;
}
.musix-corp-page-ul ul li {
color: #111;
padding:20px 0px
}
.musix-corp-page-ul ul li i {
color: #008d97!important;
font-size:40px;
}
.musix-corp-page-li-head {
color:#111;
text-align:left;
}
.musix-corp-page-bot-cont-row {
height:auto;
}
.musix-corp-page-bot-icon {
border:0;
border-radius:0;
}
.ms-corp-page-bg-content {
padding: 20px 10px;
}
.musix-corp-page-bot-icon-cont-head {
font-size:16px;
}
.musix-main-menu-ul {
display:none;
}
.musix-wd-page-top-content h2 {
font-size:22px;
margin-top: 100px;
}
.sub-page-header {
font-size:22px;
margin-top: 100px;
}
.ms-res-page-bot-left-cont {
color:#111;
}
.ms-res-page-bot-right-cont {
color:#111;
}
.fos-page {
display:none;
}
.ms-web-red-page-icon-div {
 background-color: #008d97;
}
.ms-wp-icon-div {
margin-top:20px;
}
.ms-html5-page-left-cont ul li {
color:#111;
}
.ms-html5-page-left-cont ul li i {
color:#008d97;
}
.ms-dm-seo-div {
height:auto;
}
.ms-dm-smm-div .sub-page-header {
margin-top:0px;
}
#ms-dm-ops {
margin-top:20px;
}
#ms-dm-sem .sub-page-header {
margin-top:0px;
}
.ms-dm-sem-div {
height:auto;
}
.musix-au-strength {
height:auto;
margin-top:12px;
}
.musix-au-strength-header {
font-size:22px;
margin: 18px 10px;
}
.corporate-page {
 min-height: 540px;
}
.responsive-page {
 min-height: 540px;
}
.redesign-page {
 min-height: 540px;
}
.wordpress-page {
 display:none;
}
.html5-page {
 min-height: 540px;
}
.dm-page {
 min-height: 540px;
}
.mobile-app-page {
 min-height: 540px;
}
.portfolio-page {
 min-height: 540px;
}
.ms-real-est-process-img {
width:100%;
}
}
.musix-cta-div .btn-cta:not(:first-child) {
margin-left:20px;
}
.ms-home-res-div .btn-musix-inner:not(:first-child) {
margin-left:20px;
}
.ms-corporate-home-col-left .btn-musix-inner:not(:first-child) {
margin-left:20px;
}
.ms-ct-page-form-top {
	color: #f16213;
	text-transform: uppercase;
	font-size: 23px;
	text-align: center;
	margin: 50px 2px;
}
.ms-ct-page-form-head {
	color: #008d97;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin: 20px 2px;
}
.ms-input {
	border: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
 .ms-input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #f16213;
transition: 0.4s;
}
.ms-input:focus ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.ms-input:focus {
	outline: none;
	box-shadow:none !important;
}
input {
	width:100%;
}
.ms-ct-page-form {
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -ms-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
	padding:40px 20px;
	border-radius:20px;
}
.ms-ct-page-form-btn {
	text-align:center;
	display:block;
	padding-top:30px;
}
.ms-ct-page-icon {
	text-align: center;
	background: #008d97;
	padding: 30px 22px 18px 22px;
	border-radius: 24px;
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -ms-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
}
.ms-ct-page-icon:hover {
	background-color:#f16213;
}
.ms-ct-page-icon-div {
	margin:30px 10px;
}
.ms-ct-page-icon i {
	font-size: 40px;
	color:#fff;
}
.ms-ct-page-icon-col {
	text-align:center;
}
.ms-ct-page-icon-text {
	font-size: 20px;
	padding: 20px 2px;
}
.ms-ct-page-form-top:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 16%;
	padding-top: 7px;
	border-bottom: 2px solid #fd9155;
}
.btn-outline-musix-white:hover {
	color:#fff;
}
.ms-real-est-icon-div {
	text-align: center;
	padding: 30px 10px;
}
.ms-real-est-icon {
	display: block;
	text-align: center;
	color: #f16213;
	margin-bottom: 20px;
 -wekbit-transition:all .4s;
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
}
.ms-real-est-icon i {
	font-size: 28px;
	border: 2px solid;
	padding: 17px;
	border-radius: 10px;
 -wekbit-transition:all .4s;
-moz-transition:all .4s;
-o-transition:all .4s;
transition:all .4s;
}
.ms-real-est-icon:hover i {
	border: 2px solid #008d97;
	color:#008d97;
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}
.ms-real-est-icon-txt {
	text-transform: capitalize;
	font-size: 18px;
}
.ms-real-est-process-text {
	line-height: 1.9;
}
.ms-real-est-process-head {
	margin: 90px 0px 20px 0px;
	text-transform: capitalize;
	font-size: 22px;
	color: #008d97;
	font-weight: 600;
}
.ms-real-est-process-text {
	margin-bottom:20px;
}
.ms-re-prog-div {
	background-color:#edf3f3;
}
.ms-re-prog-div-head {
	text-align: center;
	padding: 40px 0px 13px 0px;
	font-size: 24px;
	text-transform: uppercase;
	color: #008d97;
	font-weight: 600;
}
.ms-real-est-portfolio-1 {
	background-size: 100% auto;
	background-image:url('../images/musix-websolutions-real-est-portfolio-1.png');
	min-height: 242px;
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	border-radius:0px 0px 20px 20px;
	padding:20px;
}
.ms-real-est-portfolio-2 {
	background-size: 100% auto;
	background-image:url('../images/musix-websolutions-real-est-portfolio-2.png');
	min-height: 242px;
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	border-radius:0px 0px 20px 20px;
	padding:20px;
}
.ms-real-est-portfolio-3 {
	background-size: 100% auto;
	background-image:url('../images/musix-websolutions-real-est-portfolio-3.png');
	min-height: 242px;
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	border-radius:0px 0px 20px 20px;
	padding:20px;
}
.ms-real-est-portfolio-4 {
	background-size: 100% auto;
	background-image:url('../images/musix-websolutions-real-est-portfolio-4.png');
	min-height: 242px;
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	border-radius:0px 0px 20px 20px;
	padding:20px;
}
.ms-real-est-portfolio-div-head {
	border-radius:20px 20px 0px 0px;
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
	padding:8px;
}
.ms-real-est-portfolio-head {
	text-align:center;
	text-transform:uppercase;
	padding:40px;
	font-size:25px;
	color: #f16213;
}
.ms-process ul {
	margin:0;
	padding:0;
	list-style:none;
}
.ms-process ul {
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	border-radius:0px 0px 20px 20px;
	padding:20px;
	height:164px;
}
.ms-process-head {
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	border-radius:20px 20px 0px 0px;
	padding: 11px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #008d97;
}
.ms-process ul li {
	text-transform:capitalize;
	padding-bottom:10px;
}
.ms-process ul li span {
	margin-right:5px;
}
.ms-process ul li i {
	color:#008d97;
}
.ms-process-h2 {
	text-transform:uppercase;
	text-align:center;
	font-size:24px;
	padding:40px 10px;
}
.ms-sticky-form-modal-cont .modal-header {
	text-align:center;
	display:block;
}
.ms-sticky-form-modal-cont .modal-header .close {
	margin: 2px 0px;
	color: #f16213;
	opacity: 1;
	font-size: 29px;
}
.ms-sticky-form-logo {
}
.ms-sticky-form-footer .ms-ct-page-form-btn {
	padding-top:0px;
}
@media screen and (min-width:700px) {
.ms-quick-enquiry .modal-dialog {
max-width:393px;
}
.alertmodal .modal-dialog {
 width: 40% !important;
}
.ms-sticky-whatsapp {
 position:fixed;
 right:2px;
 bottom:50%;
 color: #fff;
 background: #00897b;
 padding: 10px;
 writing-mode: vertical-rl;
 white-space: nowrap;
 margin: 10px 18px;
 -webkit-transform: rotate(-180deg) !important;
 border-radius: 9px 0px 9px 0px;
 -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}
.ms-sticky-whatsapp:hover {
 color: #fff;
 text-decoration:none;
}
.ms-sticky-email {
 position:fixed;
 right:2px;
 bottom:31%;
 color: #fff !important;
 background: #f16213;
 padding: 10px;
 writing-mode: vertical-rl;
 white-space: nowrap;
 margin: 10px 18px;
 -webkit-transform: rotate(-180deg) !important;
 border-radius: 9px 0px 9px 0px;
 -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}
.ms-sticky-email:hover {
 color: #fff;
 text-decoration:none;
}
}
@media screen and (max-width:700px) {
.ms-quick-enquiry .modal-dialog {
width:100%;
max-width:100%;
}
.ms-sticky-whatsapp {
 position:fixed;
 right:2px;
 top:35%;
 color: #fff;
 background: #00897b;
 padding: 10px;
 margin: 10px 18px;
 writing-mode: vertical-rl;
 white-space: nowrap;
 -webkit-transform: rotate(-180deg) !important;
 border-radius: 9px 0px 9px 0px;
 -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}
.ms-sticky-whatsapp:hover {
 color: #fff;
 text-decoration:none;
}
.ms-sticky-email {
 position:fixed;
 right:2px;
 top:61%;
 color: #fff !important;
 background: #f16213;
 padding: 10px;
 margin: 10px 18px;
 writing-mode: vertical-rl;
 white-space: nowrap;
 -webkit-transform: rotate(-180deg) !important;
 border-radius: 9px 0px 9px 0px;
 -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}
.ms-sticky-email:hover {
 color: #fff;
 text-decoration:none;
}/*
.musix-fotter-contact-us-ul li a{
color:#fff;
}
.musix-fotter-links ul li a{
color:#fff;
}
.musix-social-media ul li a{
color:#fff;
}*/
}
.alert-danger {
	color: #f16213;
	background-color: #fff;
	border-top: 3px solid #f16213;
	font-size: 15px;
}
.btn-musix-banner:hover {
	text-decoration:none;
	color:#fff;
}
.musix-copyright a {
	color:#fff;
	text-decoration:none;
}
.musix-blog-banner-text-div{
    top: 22%;
    position: absolute;
    right: 13%;
}
.musix-blog-banner-text{
color:#fff;
}
.ms-blog-page-title{

}
.ms-blog-page-left-div{
margin-top:70px;
}
@media screen and (min-width:700px){
.ms-blog-page{
    padding:0% 5%;
}
}
.ms-blog-title-under-breadcrumbs{
color: #8d8d8d;
font-size:11px;
margin-bottom:30px;
}
.ms-blog-title-under-breadcrumbs-date{
color: #8d8d8d;
font-size: 13px;
}
.ms-blog-title-under-breadcrumbs-comment-icon{
color: #8d8d8d;
font-size:16px;
margin:0px 3px 0px 5px;
display:inline-block;
}
.ms-blog-img img{
border-radius:10px;
}
.ms-blog-content{
margin-top:20px;
}
.ms-blog-page-share-icons span{
    padding: 8px 15px;
    margin: 5px;
    border-radius: 16px;
	width: 45px;
    height: 45px;
    border: 1px solid #f0f0f0;
    transition: 0.3s all ease-in-out;
}
.ms-blog-page-share-icons span i{
 color:#333;
}
.ms-blog-page-share-icons{
text-align:right;
}
.ms-blog-page-home-single:not(:first-child){
margin-top:50px;
}
.ms-blog-page-tags{
color: #fd9459;
}
/*.ms-blog-page-readmore-txt{
    position: relative;
    overflow: hidden;
}
.ms-blog-page-readmore-txt:after{
content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin-left: 20px;
	}*/
.ms-blog-page-right-div{
margin-top: 81px;
}
.ms-blog-page-right-div-head{
    font-size: 22px;
    color: #333;
}
.ms-blog-page-right-img{
border-radius:10px;
}
.ms-blog-page-right-img img{
border-radius:10px;
    width: 80px;
}
.ms-blog-right-div-single:not(:first-child){
margin-top:20px;
}
.ms-blog-page-right-div-share-icon-fb{
width:100%;
height:50px;
background-color: #448ae9;
border-radius:10px;
}
.ms-blog-page-right-div-share-icon-twitter{
width:100%;
height:50px;
background-color: #1da1f2;
border-radius:10px;
margin-top:20px;
}
.ms-blog-page-right-div-share-icon-whatsapp{
width:100%;
height:50px;
background-color: #1ebea5;
border-radius:10px;
margin-top:20px;
}
.ms-blog-page-right-div-share-icon i{
color:#fff;
}
.ms-blog-page-right-div-share-icon{
    padding: 11px 17px 9px 27px;
    display: inline-block;
}
.ms-blog-page-right-div-share-txt{
color:#fff;
}
@media screen and (min-width:700px){
.affix {
  position: fixed;
  top: 1rem;
  background-color:#fff;
}

.affix-bottom {
  position: absolute;
}
}
.ms-blog-content .ms-blog-content-head{
font-size:22px;
font-weight: 500;
    color: #f16213;
	}
.ms-share-link:hover{
text-decoration:none;
}
.ms-inner-seo-links:hover{
text-decoration:none;
font-weight:600;
color:inherit;
}
.ms-inner-seo-links{
color:inherit;
}
.ms-blog-right-div-single-link:hover{
text-decoration:none;
color:#f16213;
font-weight:500;
}
.ms-blog-right-div-single-link{
color:inherit;
 -wekbit-transition:all .6s;
-moz-transition:all .6s;
-o-transition:all .6s;
transition:all .6s;
}
/*Portfolio Section*/
#filter {
	text-align:center;
	margin:20px 0;
	padding:0
}
#filter li {
font-weight: 600;
	display:inline-block;
	list-style-type:none;
	margin-bottom:30px;
	border-top:solid 2px #038e98;
	border-bottom:solid 2px #038e98;
	margin:0 10px 20px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s
}
#filter li a {
	display:inline-block;
	padding:10px;
	background:none;
	border:none;
	cursor:pointer;
	color:#f16213;
	outline:none;
	-webkit-transition:all 0.3s;
	transition:all 0.3s
}
#filter li.active, #filter li:hover {
	border:none
}
#filter li.active a, #filter li:hover a {
	color:#fff;
	text-decoration:none;
	background:#038e98;
}

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
 
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-size:25px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 0.5em;
  text-transform:uppercase;
  
}

.content-details p{
  color: #fff;
  font-size: 16px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.portfolio-cont{
margin-bottom: 25px;
}
.hosting{
font-size: 20px!important;
    font-weight: 700!important;
    color: #038e98!important;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {  
  10% { opacity: 0.3; }
}


