body{
	font-size:16px;
    font-family: "Lora";
	font-weight:400;
	color:#555555;
	line-height:25px;
}
/*--------preloader css start--------*/
#mv_preloader_wrapper {
    background-color: #5da9ff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}
#mv_preloader_wrapper #mv_preloader_box {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sk-cube-grid {
    width: 80px;
    height: 80px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #ea5656;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
/*--------preloader css end--------*/
/*----------top header start---------*/
.mv_topheader {
    
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    backface-visibility: hidden;
}
.mv_logo {
    float: left;
    width: 100%;
    background: #5da9ff;
    padding: 23px 30px 24px;
}
.mv_logo a{
	display:inline-block;
}
.mv_menu {
    float: left;
    width: 100%;
    background: #5da9ff;
    text-align: center;
    padding: 21px 0 22px;
    position: relative;
}
.mv_menu:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 90px;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    background: #5da9ff;
    top: 0;
    right: -30px;
}
.mv_menu .navbar-nav {
    float: none;
    width: auto;
    display: inline-block;
}
.mv_menu .navbar-nav li {
	margin-left:10px;
}
.mv_menu .navbar-nav a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
    padding: 10px;
}
.mv_menu .navbar-nav li:hover a, .mv_menu .navbar-nav li a.active, .mv_menu .navbar-nav li a:focus {
    background: #ea5656;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_search_wrapper {
    display: inline-block;
    float: right;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 1;
}
.mv_search_icon {
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
	background-color: #5da9ff;
}
.mv_search_icon i:before {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.mv_search_form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mv_search_form .mv_search {
    background-color: #4c9af3;
    border: none;
    height: 45px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
}
.mv_search_wrapper.open_form .mv_search {
    padding-right: 20px; 
}
.mv_search_form input::-webkit-input-placeholder {
   color: #fff !important;
}
.mv_search_form input:-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
}
.mv_search_form input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;
}
.mv_search_form input:-ms-input-placeholder {  
   color: #fff !important;
}
.mv_search_wrapper.open_form .mv_search_form {
    width: 160px;
}
.mv_search_icon span {
    width: 14px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: inline-block;
    line-height: 14px;
}
.mv_search_icon span:after {
	content: '';
	position: absolute;
	padding: 4px;
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 1000px;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	top: 0;
	left: 0;
	background: transparent;
}
.mv_search_icon span:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    left: 87%;
    width: 10px;
    bottom: calc(50% - 2px);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.mv_search_wrapper.open_form .mv_search_icon {
    background-color: #4c9af3;
}
.mv_search_wrapper.open_form .mv_search_icon span:before {
    left: 0%;
    bottom: calc(50% - 2px);
    border-radius: 0;
    border-bottom: 2px solid #fff;
    width: 15px;
}
.mv_search_wrapper.open_form .mv_search_icon span:after {
    padding: calc(2px) calc(2em - 2px);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    top: calc(50% - (-1px));
    border-radius: 0;
    width: 103%;
    height: 1px;
    padding: 0;
	border-width: 1px;
}
/*----------top header end---------*/
/*---------main slider start----------*/
.mv_bindsection{
	float:left;
	width:100%;
}
.mv_mainslider {
    float: left;
    width: 100%;
    position: relative;
}
.mv_sliderdata {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.mv_sliderdata_inner {
    float: left;
    width: 100%;
    padding: 60px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
    text-align: center;
}
.mv_sliderdata_inner h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
}
.mv_sliderdata_inner h2 {
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
    margin: 0;
    padding-bottom: 15px;
}
.mv_sliderdata_inner h2 span {
    color: #ea5656;
}
.mv_sliderdata_inner p {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 15px;
}
.mv_btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background: #5da9ff;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.9px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mv_btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 23px solid #222222;
    border-bottom: 30px solid #222222;
    border-left: 23px solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.mv_btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 23px solid #222222;
    border-bottom: 30px solid #222222;
    border-right: 23px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.mv_btn:hover, .mv_btn:focus{
	text-decoration:none;
	color:#fff;
	outline:none;
}
.mv_btn:hover:after {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}
.mv_btn:hover:before {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}
/*---------main slider end----------*/
/*---------form section start----------*/
.mv_form_wrapper {
    float: left;
    width: 100%;
    background: #5da9ff;
    padding: 50px 0;
    margin-top: 0%;
    z-index: 1;
    position: relative;
}
.mv_formdiv {
    float: left;
    width: 100%;
    padding: 0px 50px;
}
.mv_formdiv .mv_form {
    float: left;
    width: 100%;
}
.mv_formdiv .mv_form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mv_formdiv .mv_form .form-group .form-control {
    height: 60px;
    border: none;
    font-size: 16px;
    color: #666666;
    resize: none;
}
.mv_formdiv .mv_form .form-group .form-control::-webkit-input-placeholder {
   color: #666666 !important;
}
.mv_formdiv .mv_form .form-group .form-control:-moz-placeholder { /* Firefox 18- */
   color: #666666 !important;
}
.mv_formdiv .mv_form .form-group .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #666666 !important;
}
.mv_btndiv {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}
.mv_btndiv .mv_btn {
    width: 100%;
}
.mv_blackbtn {
    background: #222222;
    border-radius: 3px;
}
/*---------form section end----------*/
/*-----------about section start-------*/
.mv_lightgray_wrapper {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
}
.mv_page_heading {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.mv_page_heading span {
    display: inline-block;
    width: auto;
}
.mv_page_heading h3 {
	float: left;
    width: 100%;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #ea5656;
    margin-top: 15px;
}
.mv_page_heading p {
    float: left;
    width: 100%;
    padding: 0px 30px;
    font-size: 18px;
    margin: 0;
}
.mv_aboutus {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.mv_aboutus span {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #ea5656;
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    z-index: 1;
    margin-left: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_aboutus span i {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #fff;
    font-size: 30px;
}
.mv_aboutus span:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    top: 65px;
    left: 7px;
    bottom: 50px;
    z-index: 0;
}
.mv_aboutus h2 {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_aboutus p {
    float: left;
    width: 100%;
    font-style: italic;
    margin: 0;
}
.mv_aboutus:hover span {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
}
.mv_aboutus:hover h2 {
    color: #5da9ff;
}
/*-----------about section end-------*/
/*-----------best service start-------*/
.mv_transparent_wrapper {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.mv_service_bgimg_div {
    position: absolute;
    top: 40%;
    width: 420px;
}
.mv_best_service {
    float: left;
    width: 100%;
    padding: 20px 30px 50px 30px;
}
.mv_best_service .mv_bestservice_icon {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 65px;
    margin-right: 30px;
    background: #ea5656;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mv_best_service .mv_bestservice_icon span {
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    line-height: 95px;
    width: 70px;
    height: 70px;
}
.mv_best_service_content {
    float: left;
    width: 70%;
}
.mv_best_service_content h3 {
    float: left;
    width: 100%;
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    padding-bottom: 15px;
    color: #333333;
}
.mv_best_service_content p {
    float: left;
    width: 100%;
    margin: 0;
    font-style: italic;
}
.mv_best_service:hover .mv_bestservice_icon {
    background: #5da9ff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
/*-----------best service end-------*/
/*---------team section start--------*/
.mv_teamdiv {
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	margin-bottom:50px;
}
.mv_member_img {
    float: left;
    width: 100%;
    position: relative;
}
.mv_member_data {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
}
.mv_member_data h3 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #444444;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.mv_member_data p {
    float: left;
    width: 100%;
    font-style: italic;
    margin: 0;
}
.mv_teamdiv:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
}
/*---------team section end--------*/
/*--------service section start--------*/
.mv_services_div {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.mv_service_img {
	float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.mv_service_img span {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #5da9ff;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_service_img span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 48px;
    background: #5da9ff;
    left: -10px;
    top: 6px;
    transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    -moz-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    -o-transform: skewY(-45deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_service_img span:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 10px;
    background: #eee;
    bottom: -9px;
    left: -5px;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
}
.mv_services_div:hover span:before {
    background: #ea5656;
}
.mv_services_div:hover span {
    background: #ea5656;
}
.mv_services_div h3 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
    color: #ea5656;
    text-align: center;
}
/*--------service section end--------*/
/*----------process section start------*/
.mv_process {
    position: relative;
}
.mv_process:after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 1px dashed #999999;
    left: 57%;
    top: 20px;
}
.mv_process_innerdiv {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.mv_numberdiv {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #5da9ff;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_numberdiv:after {
    position: absolute;
    content: '';
    height: 20px;
    border-left: 1px dashed #999999;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mv_process_innerdiv span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 155px;
    border: 2px solid #5da9ff;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_process_innerdiv h3 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
    color: #333333;
    padding: 10px 0 0;
}
.mv_process:last-child:after {
    display: none;
}
.mv_process_innerdiv:hover .mv_numberdiv {
    background: #ea5656;
}
.mv_process_innerdiv:hover span svg path {
    fill: #fff;
}
.mv_process_innerdiv:hover span {
    background: #5da9ff;
}
/*----------process section end------*/
/*-----------testimonial start--------*/
.mv_testimonial_wrapper {
    float: left;
    width: 100%;
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 100px;
}
.mv_page_heading.mv_white_heading svg path {
    fill: rgba(255, 255, 255, 0.35);
}
.mv_page_heading.mv_white_heading p {
    color: #ffffff;
}
.mv_testimonial_slider{
	float:left;
	width:100%;
}
.mv_testimonial_content {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 134px 0;
    position: relative;
}
.mv_testimonial_content:before, .mv_testimonial_content:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 50px;
}
.mv_testimonial_content:before {
    content: "\f10d";
    left: 30px;
    top: 0;
}
.mv_testimonial_content:after {
    content: "\f10e";
    right: 30px;
    bottom: 0;
}
.mv_testimonial_content p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    font-style: italic;
}
.mv_testimonial_content h4 {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
}
.mv_testimonial_content h4:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #ea5656;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mv_testimonial_slider .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mv_testimonial_slider .owl-controls .owl-prev, .mv_testimonial_slider .owl-controls .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.mv_testimonial_slider .owl-controls .owl-prev {
    left: 0;
}
.mv_testimonial_slider .owl-controls .owl-next {
    right: 0;
}
/*-----------testimonial end--------*/
/*--------free call section start---------*/
.mv_freecall_wrapper {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: #ea5656;
}
.mv_freecall_div {
    float: left;
    width: 100%;
    text-align: center;
}
.mv_freecall_div h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}
.mv_freecall_div p {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-style: italic;
    font-size: 18px;
}
.mv_contactdiv {
    display: inline-block;
    width: 300px;
    padding-top: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.mv_transparent_btn {
    display: inline-block;
    width: 100%;
    padding: 9px 10px;
    box-shadow: 0px 0px 0px 1px #fff;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mv_transparent_btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 25px solid #222222;
    border-bottom: 25px solid #222222;
    border-right: 25px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.mv_transparent_btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 25px solid #222222;
    border-bottom: 25px solid #222222;
    border-left: 25px solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.mv_transparent_btn i {
    margin-right: 25px;
}
.mv_transparent_btn:hover{
	text-decoration:none;
	color:#fff;
    box-shadow: 0px 0px 0px 1px #222;
}
.mv_transparent_btn:hover:before {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}
.mv_transparent_btn:hover:after {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}
/*--------free call section end---------*/
/*--------blog section start--------*/
.mv_blogdiv {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.mv_blogimg {
    float: left;
    width: 100%;
    position: relative;
	overflow:hidden;
}
.mv_date {
    position: absolute;
    top: -40px;
    width: 80px;
    height: 80px;
    line-height: 25px;
    text-align: center;
    left: 20px;
    font-size: 22px;
    background: #5da9ff;
    text-transform: capitalize;
    font-weight: bold;
    color: #ffffff;
    padding: 12px 0;
    z-index: 1;
    box-shadow: 0px 5px 8px rgba(153, 153, 153, 0.35);
    -webkit-box-shadow: 0px 5px 8px rgba(153, 153, 153, 0.35);
    -moz-box-shadow: 0px 5px 8px rgba(153, 153, 153, 0.35);
    -o-box-shadow: 0px 5px 8px rgba(153, 153, 153, 0.35);
    -ms-box-shadow: 0px 5px 8px rgba(153, 153, 153, 0.35);
}
.mv_blogdata {
    float: left;
    width: 100%;
    padding: 50px 20px;
    border-top: none;
    padding-top: 60px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 0px 0px 2px #eee;
    -webkit-box-shadow: 0px 0px 0px 2px #eee;
    -moz-box-shadow: 0px 0px 0px 2px #eee;
    -o-box-shadow: 0px 0px 0px 2px #eee;
    -ms-box-shadow: 0px 0px 0px 2px #eee;
}
.mv_blogdata h3 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #444444;
    margin: 0;
    line-height: 28px;
    padding-bottom: 10px;
}
.mv_blogdata span {
    float: left;
    width: 100%;
    color: #ea5656;
    padding-bottom: 5px;
}
.mv_blogdata p {
    float: left;
    width: 100%;
    margin: 0;
    color: #999999;
    font-size: 18px;
    font-style: italic;
}
.mv_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mv_overlay:before {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    left: 0;
    top: -50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: '';
}
.mv_overlay:after {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: '';
}
.mv_overlay_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mv_overlay_icon a{
	background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.mv_blogdiv:hover .mv_overlay_icon a{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}
.mv_blogdiv.mv_overlay_icon a:hover, .mv_blogdiv .mv_overlay_icon a:focus{
	outline:none;
	border:none;
	text-decoration:none;
}
.mv_blogdiv:hover .mv_overlay:after {
    left: 0;
    top: 50%;
}
.mv_blogdiv:hover .mv_overlay:before {
    left: 0;
    top: 0;
}
.mv_blogdiv:hover {
    box-shadow: 0px 2px 8px rgba(34, 34, 34, 0.35);
    -webkit-box-shadow: 0px 2px 8px rgba(34, 34, 34, 0.35);
    -moz-box-shadow: 0px 2px 8px rgba(34, 34, 34, 0.35);
}
.mv_blogdiv:hover .mv_blogdata{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
/*--------blog section end--------*/
/*---------contact section start----------*/
#real_map {
    display: block;
    width: 100%;
    height: 610px;
    margin: 30px auto 0;
}
.mv_contact_form_div {
    float: left;
    width: 100%;
    background: #ea5656;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    color: white;
}
.mv_contact_form_div h3 {
    float: left;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 30px;
}
.mv_contactform {
    float: left;
    width: 100%;
}
.mv_contactform .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mv_contactform .form-group .form-control {
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.mv_contactform .form-group textarea.form-control {
    height: auto;
    resize: none;
}
.mv_contactform .form-group .form-control:focus{
	outline:none;
	border:none;
	box-shadow:none;
}
.mv_contact_btndiv {
    float: left;
    width: auto;
}
.mv_contact_btndiv .mv_btn {
    float: right;
}
.mv_contact_btndiv p {
    float: right;
    width: 100%;
    text-align: right;
    margin: 0;
    padding-top: 5px;
}
/*---------contact section end----------*/
/*---------footer start--------*/
.mv_footer_wrapper {
    float: left;
    width: 100%;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.mv_footer_logo {
    float: left;
    width: 100%;
    background: #5da9ff;
    padding: 27px 30px;
}
.mv_footer_social_link {
    float: left;
    width: 100%;
    background: #5da9ff;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.mv_footer_social_link:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 90px;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    background: #5da9ff;
    top: 0;
    right: -30px;
}
.mv_footer_social_link ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
    margin-top: 18px;
}
.mv_footer_social_link ul li {
    float: left;
    list-style: none;
}
.mv_footer_social_link ul li a {
    float: left;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 17px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_footer_social_link ul li:hover a{
	color:#222;
}
.mv_footer_social_link ul li a i {
    margin-right: 10px;
}
.mv_footerdiv {
    float: left;
    width: 100%;
    padding: 70px 0;
}
.mv_footerdiv h3 {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ea5656;
    text-transform: capitalize;
}
.mv_footerdiv h3:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 1px;
    top: 100%;
    left: 0;
    background: #fff;
}
.mv_footerdiv p {
    float: left;
    width: 100%;
    color: #fefefe;
    margin: 0;
}
.mv_footerdiv ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.mv_footerdiv ul li {
    float: left;
    width: 100%;
    font-style: italic;
    list-style: none;
    padding-bottom: 5px;
}
.mv_footerdiv ul li a {
    float: left;
    width: 100%;
    color: #fefefe;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mv_footerdiv ul li:hover a {
    color: #ea5656;
}
.mv_footerdiv p i, .mv_footerdiv ul li a i {
    margin-right: 10px;
}
.mv_copyright {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #fefefe;
    text-align: center;
}
.mv_copyright p {
    float: left;
    width: 100%;
    margin: 0;
    color: #fefefe;
}
.mv_copyright p a {
    color: #5da9ff;
    text-decoration: none;
}
/*---------footer end--------*/
/*-------responsive css start-----*/
@media (min-width: 1200px) and (max-width: 1301px) {
.mv_menu .navbar-nav li {
	margin-left:5px;
}
.mv_menu .navbar-nav a {
    font-size: 16px;
}
}
@media (max-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.mv_menu .navbar-nav li:first-child {
		margin-left: 0;
	}
	.mv_menu .navbar-nav li {
		margin-left: 5px;
	}
	.mv_menu .navbar-nav a{
	    font-size: 13px;
	    padding: 10px 8px;
	}
	.mv_search_wrapper{
	    width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.mv_search_form .mv_search{
		height:35px;
	}
	.mv_sliderdata_inner{
	    padding: 30px;
	}
	.mv_aboutus h2{
	    font-size: 19px;
	}
	.mv_services_div h3{
	    font-size: 18px;
	}
	.mv_process_innerdiv span{
	    width: 100px;
		height: 100px;
		line-height: 135px;
	}
	.mv_process_innerdiv h3{
	    font-size: 18px;
	}
	.mv_testimonial_content{
	    padding: 40px 75px 0;
	}
	.mv_best_service_content{
	    width: 65%;
	}
	.mv_best_service_content h3{
	    font-size: 17px;
	}
	.mv_best_service_content p{
	    font-size: 14px;
	    line-height: 22px;
	}
	.mv_member_data h3{
	    font-size: 18px;
	}
	.mv_blogdata h3{
	    font-size: 17px;
	}
	.mv_blogdata p{
	    font-size: 16px;
	}
	.mv_footer_social_link ul li a{
	    padding: 10px 8px;
	    font-size: 14px;
	}
	.mv_footer_social_link ul li a i {
		margin-right: 5px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	.mv_menu:after, .mv_footer_social_link:after{
		display:none;
	}
	.mv_menu .navbar-nav li {
		margin-left: 0;
	}
	.mv_logo{
	    padding: 17px 30px;
	}
	.mv_menu{
	    padding: 16px 0 15px;
	}
	.mv_menu .navbar-nav a{
	    font-size: 13px;
	    font-weight: 500;
	    padding: 6px;
	}
	.mv_search_wrapper{
	    width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.mv_search_form .mv_search{
		height:35px;
	}
	.mv_sliderdata_inner h2{
	    font-size: 25px;
	    line-height: 25px;
	}
	.mv_service_img img, .mv_member_img img, .mv_blogimg img {
		width: 100%;
	}
	.mv_process:nth-child(even):after, .mv_service_bgimg_div {
		display: none;
	}
	.mv_process:after{
		width:90%;
	}
	.mv_process_innerdiv span{
	    width: 100px;
		height: 100px;
		line-height: 135px;
	}
	.mv_testimonial_content{
	    padding: 40px 55px 0;
	}
	.mv_footer_social_link ul li a{
	    font-size: 14px;
	    padding: 0 7px;
	}
	.mv_footer_social_link ul li a i {
		margin-right: 5px;
	}
	.mv_footer_logo{
	    padding: 17px 30px;
	    margin-bottom: 50px;
	}
	.mv_footerdiv{
		padding: 0;
		padding-bottom: 30px;
	}
	.mv_footer_social_link{
	    margin-bottom: 50px;
	}
	.mv_lightgray_wrapper, .mv_transparent_wrapper{
	    padding: 25px 0;
	}
	.mv_page_heading{
	    padding: 25px 0 40px;
	}
	.mv_testimonial_wrapper{
		padding:25px 0 50px;
	}
	.mv_freecall_wrapper{
		padding:50px 0;
	}
	.mv_sliderdata_inner{
		padding:30px;
	}
}
@media (max-width: 767px) {
	.mv_logo{
		padding:15px;
	}
	.mv_menu:after, .mv_service_bgimg_div, .mv_footer_social_link:after{
		display:none;
	}
	.navbar-toggle{
	    background-color: #000;
	}
	.navbar-toggle .icon-bar{
	    background: #fff;
	}
	.mv_menu{
		padding:0px 15px 0px; 
	    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	    text-align: left;
	}
	.mv_menu .navbar-nav {
		float: left;
		width: 100%;
	}
	.mv_search_wrapper{
	    float: left;
		width: 100%;
	    margin-bottom: 10px;
	}
	.mv_search_wrapper.open_form .mv_search_icon{
	    z-index: -1;
	}
	.mv_search_icon{
	    text-align: left;
	    padding-left: 20px;
	}
	.mv_search_wrapper.open_form .mv_search_form {
		width: calc(100% - 50px);
		z-index: 1;
		margin-left: 50px;
	}
	.mv_search_form{
	    right: auto;
		left: 0;
	}
	.mv_search_wrapper.open_form .mv_search {
		padding-left: 20px;
	}
	.mv_mainslider{
	    margin-top: 80px;
	}
	.mv_sliderdata_inner{
	    padding: 10px;
	}
	.mv_sliderdata_inner h4{
		font-size: 17px;
	    padding-bottom: 10px;
	}
	.mv_form_wrapper{
	    margin-top: 0;
	}
	.mv_sliderdata_inner h2{
	    font-size: 22px;
		line-height: 25px;
		padding-bottom: 10px;
	}
	.mv_page_heading{
	    padding: 25px 0 40px;
	}
	.mv_lightgray_wrapper, .mv_transparent_wrapper{
		padding:25px 0;
	}
	.mv_aboutus{
	    margin-bottom: 25px;
		text-align: center;
	}
	.mv_aboutus span {
		float: none;
		display: inline-block;
	}
	.mv_services_div{
	    text-align: center;
	    margin-bottom: 25px;
	}
	.mv_service_img {
		float: none;
		display: inline-block;
		width: auto;
	}
	.mv_process:after{
		display:none;
	}
	.mv_testimonial_content{
	    padding: 40px 40px 0;
	}
	.mv_testimonial_wrapper{
		padding:25xp 0px 50px;
	}
	.mv_freecall_wrapper{
		padding: 50px 0;
	}
	.mv_member_img{
	    text-align: center;
	}
	.mv_member_img img {
		display: inline-block;
	}
	.mv_blogdiv{
		text-align:center;
	    margin-bottom: 25px;
	}
	.mv_blogimg {
		float: none;
		width: auto;
		display: inline-block;
	}
	.mv_date{
		left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	}
	.mv_teamdiv{
	    margin-bottom: 25px;
	}
	.mv_footer_logo{
	    padding: 17px 30px;
		text-align: center;
	}
	.mv_footer_logo img {
		display: inline-block;
	}
	.mv_footer_social_link{
	    padding: 10px 0 0;
	    margin-bottom: 30px;
	}
	.mv_footerdiv{
	    padding: 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 479px) {
	.mv_sliderdata_inner h4, .mv_sliderdata_inner p{
		display:none;		
	}
	.mv_mainslider img {
		height: 250px;
	}
	.mv_mainslider {
		margin-top: 115px;
	}
	.mv_sliderdata_inner h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.mv_formdiv{
	    padding: 0px 10px;
	}
	.mv_formdiv .mv_form .form-group .form-control {
		height: 50px;
	}
	.mv_page_heading h3{
	    font-size: 25px;
	}
	.mv_page_heading p{
	    padding: 0px;
		font-size: 16px;
		line-height: 22px;
	}
	.mv_testimonial_content:before, .mv_testimonial_content:after{
		display:none;
	}
	.mv_testimonial_content {
		padding: 30px 0;
	}
	.mv_testimonial_content p{
		line-height: 22px;
		font-size: 16px;
	}
	.mv_contactdiv, .mv_best_service_content{
		width:100%;
	}
	.mv_best_service{
		text-align:center;
	    padding: 20px 0;
	}
	.mv_best_service .mv_bestservice_icon {
		float: none;
		display: inline-block;
	    margin-right: 0;
		margin-bottom: 30px;
	}
	.mv_contact_form_div{
	    padding: 20px;
	}
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/*-------responsive css end-----*/