@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #949494;
}
body.rml-overflow {
  overflow-x: hidden;
  width: 100%;
}

a {
  color: #69c2c8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: #3da1a7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
  margin-bottom: 30px;
}

p {
  margin-bottom: 30px;
  text-align: justify;
  font-size: 14px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #69c2c8;
  color: #fff;
  border: 2px solid #69c2c8;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #56bac1 !important;
  border-color: #56bac1 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #69c2c8;
  border: 2px solid #69c2c8;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #69c2c8;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #69c2c8;
}

.rml-page {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

#rml-home {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  box-shadow: inset -1px -11px 21px -15px rgba(0, 0, 0, 0.75);
  position: relative;
}
#rml-home > .container {
  position: relative;
  z-index: 2;
}
#rml-home .rml-copy {
  display: table;
  width: 100%;
}
#rml-home .rml-copy-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#rml-home .rml-copy-inner h1, #rml-home .rml-copy-inner h2 {
  margin: 0;
  padding: 0;
}
#rml-home .rml-copy-inner h1 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 300;
}
#rml-home .rml-copy-inner h2 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}
#rml-home .rml-copy-inner a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#rml-home .rml-copy-inner a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

#rml-home .app-logo {
    float:none;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
@media only screen and (max-width: 640px){
    #rml-home .app-logo img { 
        display: none !important;
    } 
}
.rml-main-nav {
  position: relative;
  background: #f50038;
}
.rml-main-nav.rml-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}
.rml-main-nav .rml-menu-1 {
  vertical-align: middle;
  float: left;
  line-height: 0;
}
.rml-main-nav .rml-menu-1 a {
  padding: 35px 0;
  margin-right: 30px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.rml-main-nav .rml-menu-1 a:hover, .rml-main-nav .rml-menu-1 a:focus, .rml-main-nav .rml-menu-1 a:active {
  outline: none;
  text-decoration: none;
}
.rml-main-nav .rml-menu-1 a.active {
  font-weight: 400;
  color: #000;
}
.rml-main-nav .rml-menu-1 {
  width: 100%;
}
.rml-main-nav .rml-menu-1 a {
  vertical-align: middle;
}
.rml-main-nav .rml-logo {
  text-align: center;
  width: 19.33%;
  font-size: 40px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.rml-main-nav .rml-logo a {
  position: relative;
  top: -5px;
  display: inline-block;
}
.rml-main-nav .rml-menu-2 {
  text-align: left;
  width: 40.33%;
}

.rml-heading .heading {
  font-size: 50px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .rml-heading .heading {
    font-size: 30px;
  }
}
.rml-heading .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #fb6e14;
  margin-left: -20px;
}
.rml-heading .sub-heading {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .rml-heading .sub-heading {
    font-size: 18px;
  }
}

#rml-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #E8ECF1;
  width: 100%;
}
#rml-about .rml-2col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #rml-about .rml-2col {
    width: 100%;
  }
}
#rml-about .rml-2col-inner {
  padding: 5em 0;
  width: 585px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  #rml-about .rml-2col-inner {
    width: 485px;
  }
}
@media screen and (max-width: 992px) {
  #rml-about .rml-2col-inner {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  #rml-about .rml-2col-inner {
    width: 100% !important;
    padding: 2em 0 3em 0;
  }
}
#rml-about .rml-2col-inner.left {
  float: right;
}
@media screen and (max-width: 768px) {
  #rml-about .rml-2col-inner.left {
    float: none;
  }
}
#rml-about .rml-2col-inner.right {
  float: left;
}
@media screen and (max-width: 768px) {
  #rml-about .rml-2col-inner.right {
    float: none;
  }
}


/* Special Code Start */

#rml-special {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #E8ECF1;
  width: 100%;
}
#rml-special .rml-2col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #rml-about .rml-2col {
    width: 100%;
  }
}
#rml-special .rml-2col-inner {
  padding: 5em 0;
  width: 585px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  #rml-special .rml-2col-inner {
    width: 485px;
  }
}
@media screen and (max-width: 992px) {
  #rml-special .rml-2col-inner {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  #rml-special .rml-2col-inner {
    width: 100% !important;
    padding: 2em 0 3em 0;
  }
}
#rml-special .rml-2col-inner.left {
  float: right;
}
@media screen and (max-width: 768px) {
  #rml-special .rml-2col-inner.left {
    float: none;
  }
}
#rml-special .rml-2col-inner.right {
  float: left;
}
@media screen and (max-width: 768px) {
  #rml-special .rml-2col-inner.right {
    float: none;
  }
}


/* Special Code End */



.rml-grid {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .rml-grid {
    padding-left: 0em;
  }
}
.rml-grid .rml-grid-item {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .rml-grid .rml-grid-item {
    height: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  .rml-grid .rml-grid-item {
    width: 100%;
    height: 200px !important;
  }
}

.rml-tabs-container {
  position: relative;
}
.rml-tabs-container .rml-tabs {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}
.rml-tabs-container .rml-tabs.rml-two li {
  width: 50%;
}
.rml-tabs-container .rml-tabs.rml-three li {
  width: 50%;
}
.rml-tabs-container .rml-tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.rml-tabs-container .rml-tabs li a {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  float: left;
  width: 100%;
  display: block;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888;
}
.rml-tabs-container .rml-tabs li a:hover, .rml-tabs-container .rml-tabs li a:active, .rml-tabs-container .rml-tabs li a:focus {
  text-decoration: none;
  outline: none;
}
.rml-tabs-container .rml-tabs li.active a {
  color: #69c2c8;
  border-bottom: 1px solid #69c2c8;
}
@media screen and (max-width: 480px) {
  .rml-tabs-container .rml-tabs li {
    width: 100% !important;
  }
}
.rml-tabs-container .rml-tab-content {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.rml-tabs-container .rml-tab-content h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #7b7b7b;
}
.rml-tabs-container .rml-tab-content.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .rml-tabs-container .rml-tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#rml-services {
  position: relative;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #rml-services {
    padding: 5em 0 3em 0;
  }
}
#rml-services .rml-video {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  text-align: center;
}
#rml-services .rml-video span {
  display: block;
  padding-top: 100px;
  font-size: 14px;
}
#rml-services .rml-video a {
  float: left;
  width: 90px;
  height: 90px;
  background: #69c2c8;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}
#rml-services .rml-video a i {
  padding-left: 10px;
  text-align: center;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
}
#rml-services .rml-video a:hover {
  background: #57D131;
}
#rml-services .rml-video a:hover, #rml-services .rml-video a:focus, #rml-services .rml-video a:active {
  text-decoration: none;
  outline: none;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#rml-services .service {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  padding: 40px 20px 20px 20px;
  background: #fff;
    opacity: 0.7;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#rml-gallery .service {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  padding: 40px 20px 20px 20px;
  background: #fff;
    opacity: 0.7;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#rml-services .service .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
#rml-services .service .icon i {
  font-size: 40px;
  color: #57D131;
}
#rml-services .service h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #368f95;
}
#rml-services .service:hover, #rml-services .service:focus {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

.checked {
  padding: 0;
  margin: 0 0 30px 0;
}
.checked li {
  position: relative;
  list-style: none;
  padding-left: 40px;
}
.checked li:before {
  position: absolute;
  left: 0;
  top: .15em;
  font-size: 23px;
  color: #57D131;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
}

.rml-heading {
  margin-bottom: 30px;
}
.rml-heading h2 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.rml-heading h2:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background: #cccccc;
}
.rml-heading p {
  font-size: 18px;
}

#rml-team {
  clear: both;
  padding: 0 0;
  background: #E8ECF1;
}
@media only screen and (max-device-width: 480px) {
	#rml-team p {text-align:left!important;}
}
@media screen and (max-width: 768px) {
  #rml-team {
    padding: 3em 0;
  }
}

@media only screen and (max-width: 768px){
    #iphone-app  .content { 
        display: none !important;
	}
	/* hide mages*/
	.rml-text { 
        display: none !important;
	}
    
	#iphone-app section{
		background-position: 0% !important;
        background-attachment: scroll !important;
	
		
    }
	.app-image-logo	img{
		width: 100px;
	}
	#rml-home .rml-copy-inner h1 {
		font-size: 31px !important;
		}
} 
/*
@media only screen and (max-width: 640px){
    #iphone-app section { 
        background-image: none !important; 
		
    } 
}*/


#rml-iphone section{
    width:100%;
    height:600px;
    padding:0 0px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
}

#checked-list{
	font-size: 16px;
}

#iphone-app section{
    background-color:#fff;
    background-position:50%;
    background-attachment: fixed;
    background-repeat:no-repeat;
}
#iphone-app section#section-one{
    background-color:#fff;
    background-image:url(../images/iphone_section-one.png);
    
}
#iphone-app section#section-two{
    background-color: antiquewhite;
    background-image:url(../images/iphone_section-two.png);
}
#iphone-app section#section-three{
    background-color:#fff;
    background-image:url(../images/iphone_section-three.png);
}
#iphone-app section#section-four{
    background-color: antiquewhite;
    background-image:url(../images/iphone_section-four.png);
}
#iphone-app section#section-five{
    background-color: #fff;
    background-image:url(../images/iphone_section-five.png);
}
#iphone-app section#section-six{
    background-color: antiquewhite;
    background-image:url(../images/iphone_section-six.png);
}
#iphone-app section#section-seven{
    background-color: #fff;
    background-image:url(../images/iphone_section-seven.png);
}
#iphone-app section#section-eight{
    background-color: antiquewhite;
    background-image:url(../images/iphone_section-eight.png);
}
#iphone-app section#section-nine{
    background-color: #fff;
    background-image:url(../images/iphone_section-nine.png);
}
#rml-team .person {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  text-align: justify;
}

@media only screen and (max-width: 640px){
    #rml-team .person img { 
        float: none !important; 
        padding-left: 0px !important;
    } 
}
#rml-team .person img {
  width: 190px;
  margin: 0 auto 10px auto;
  float: right;
  padding-left: 20px;
}
#rml-team .person h3 {
  margin-bottom: 0;
}
#rml-team .person h4 {
  color: #999999;
  font-size: 16px;
}
#rml-team .person .social {
  padding: 0;
  margin: 0;
}
#rml-team .person .social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#rml-team .person .social li a {
  padding: 10px;
}
#rml-team .person .social li a:hover {
  text-decoration: none;
}
#rml-team .person:focus, #rml-team .person:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}
.modal-body {
    text-align: justify;
}


#rml-gallery {
  clear: both;
  float: left;
  width: 100%;
}
#rml-gallery .rml-item {
  display: block;
  position: relative;
  width: 25%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  float: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #rml-gallery .rml-item {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #rml-gallery .rml-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #rml-gallery .rml-item {
    width: 100%;
  }
}
#rml-gallery .rml-item .rml-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #69c2c8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#rml-gallery .rml-item .rml-copy {
  z-index: 3;
  position: relative;
  height: 300px;
  display: table;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #rml-gallery .rml-item .rml-copy {
    height: 200px;
  }
}
#rml-gallery .rml-item .rml-copy > .rml-copy-inner {
  width: 100%;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  #rml-gallery .rml-item .rml-copy > .rml-copy-inner {
    height: 200px;
  }
}
#rml-gallery .rml-item .rml-copy > .rml-copy-inner h2, #rml-gallery .rml-item .rml-copy > .rml-copy-inner h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
}
#rml-gallery .rml-item .rml-copy > .rml-copy-inner h2 {
  top: -10px;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#rml-gallery .rml-item .rml-copy > .rml-copy-inner h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  bottom: -10px;
}
#rml-gallery .rml-item:hover, #rml-gallery .rml-item:focus, #rml-gallery .rml-item:active {
  background-size: cover;
  text-decoration: none;
}
#rml-gallery .rml-item:hover .rml-overlay, #rml-gallery .rml-item:focus .rml-overlay, #rml-gallery .rml-item:active .rml-overlay {
  opacity: .8;
  visibility: visible;
}
#rml-gallery .rml-item:hover .rml-copy-inner h2, #rml-gallery .rml-item:hover .rml-copy-inner h3, #rml-gallery .rml-item:focus .rml-copy-inner h2, #rml-gallery .rml-item:focus .rml-copy-inner h3, #rml-gallery .rml-item:active .rml-copy-inner h2, #rml-gallery .rml-item:active .rml-copy-inner h3 {
  opacity: 1;
  visibility: visible;
}
#rml-gallery .rml-item:hover .rml-copy-inner h2, #rml-gallery .rml-item:focus .rml-copy-inner h2, #rml-gallery .rml-item:active .rml-copy-inner h2 {
  top: 0;
}
#rml-gallery .rml-item:hover .rml-copy-inner h3, #rml-gallery .rml-item:focus .rml-copy-inner h3, #rml-gallery .rml-item:active .rml-copy-inner h3 {
  bottom: 0;
}

#rml-gallery section p {
    color: #9E3030;
}
#rml-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #rml-contact {
    padding: 3em 0;
  }
}
#rml-contact .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #E8ECF1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#rml-contact .form-control:active, #rml-contact .form-control:focus {
  border-bottom: 1px solid #69c2c8;
}

#rml-footer {
  padding: 3em 0;
  background: #E8ECF1;
  -webkit-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 10px 21px -15px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #rml-footer {
    padding: 3em 0;
  }
}
#rml-footer p:last-child {
  margin-bottom: 0;
}
#rml-footer .rml-social {
  float: right;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #rml-footer .rml-social {
    float: left;
    text-align: left;
  }
}
#rml-footer .rml-social li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#rml-footer .rml-social li a {
  padding: 0 10px;
}
#rml-footer .rml-social li a i {
  font-size: 18px;
}
#rml-footer .rml-social li a:hover, #rml-footer .rml-social li a:focus, #rml-footer .rml-social li a:active {
  text-decoration: none;
  outline: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#rml-container {
  background: #fff;
}

#rml-offcanvas, #rml-container, .rml-nav-toggle, #rml-footer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#rml-container, .rml-nav-toggle, #rml-footer {
  z-index: 2;
  position: relative;
}

#rml-offcanvas {
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  width: 275px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0.75em 1.25em;
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
#rml-offcanvas a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 7px 0;
}
#rml-offcanvas a:hover, #rml-offcanvas a:focus, #rml-offcanvas a:active {
  outline: none;
  text-decoration: none;
  color: #69c2c8;
}
#rml-offcanvas a.active {
  color: #69c2c8;
}
@media screen and (max-width: 768px) {
  #rml-offcanvas {
    display: block;
  }
}
.offcanvas-visible #rml-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #rml-container, #rml-footer, .rml-nav-toggle {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.offcanvas-visible #rml-container, .offcanvas-visible #rml-footer, .offcanvas-visible .rml-nav-toggle {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}

.js-sticky {
  display: block;
}
@media screen and (max-width: 768px) {
  .js-sticky {
    display: none;
  }
}

.rml-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.rml-nav-toggle.active i::before, .rml-nav-toggle.active i::after {
  background: #fff;
}
.rml-nav-toggle:hover, .rml-nav-toggle:focus, .rml-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.rml-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.rml-nav-toggle i::before, .rml-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.rml-nav-toggle i::before {
  top: -7px;
}

.rml-nav-toggle i::after {
  bottom: -7px;
}

.rml-nav-toggle:hover i::before {
  top: -10px;
}

.rml-nav-toggle:hover i::after {
  bottom: -10px;
}

.rml-nav-toggle.active i {
  background: transparent;
}

.rml-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.rml-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.rml-nav-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .rml-nav-toggle {
    display: block;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) {
   #about-text{
    text-align: center !important;
   }
 }

.row-padded {
  padding-bottom: 40px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  border: 10px solid red;
}

.rml-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
.gradient{
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); /*Standard*/
}

/*# sourceMappingURL=style.css.map */
