
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #1431a4;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1431a4;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family:  "Montserrat", sans-serif
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #1431a4;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  .da-slider {
    width: 104%;
    float: right;
    margin-right: -27px;
    min-width: 520px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: transparent url(../img/slider-bg.gif) repeat 0% 0%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
    -webkit-transition: background-position 1s ease-out 0.3s;
    -moz-transition: background-position 1s ease-out 0.3s;
    -o-transition: background-position 1s ease-out 0.3s;
    -ms-transition: background-position 1s ease-out 0.3s;
    transition: background-position 1s ease-out 0.3s;
    margin-top: 90px;
    display: none;
    z-index: 10000;
}

  #header #logo img {
    padding: 0;
    width: 41%;
    float: left;
    margin: -25px 0px 0px -10px;
}

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 99999;
      background: #fdfdfd;
    box-shadow: 0px 3px 3px #e4e1e1;
}
#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
        padding-left: 0px;
    width: 25%;
    float: left;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  width: 100%;
    float: left;
    margin: -30px 0px 0px 0px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    padding: 0;
    width: 41%;
    float: left;
    margin: -25px 0px 0px -10px;
}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.rare-home
{
  font-size: 20px;
}

.rare-appoinment
 {
        float: left !important;
    position: fixed;
    bottom: 10px;
    z-index: 10;
    left: 80px;
    display: none;
}

.rare-language
{
    float: right;
}


.rare-appoinment-icon
 {
    font-size: 19px;
    float: left;
    color: #fff;
    border-right: 2px solid #fff;
        padding: 5px 10px 5px 10px;
    margin: -3px 0px 0px 0px;
}

.rare-appoinment button
{
    font-size: 14px;
    background: #3892e3;
    border: 1px solid #3892e3;
    width: 178px;
    height: 34px;
    color: #fff;
    border-radius: 5px;
    float: right;
    padding: 4px 0px 0px 0px;
    margin: -10px 0px 0px 0px;
    box-shadow: 2px 2px 8px #7b7b7d;
    cursor: pointer;
    font-weight: 500;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 15px;
    padding-top:0px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #07118a;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #737df7;
  border-bottom: 2px solid #0711a6;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #737df7;
  border-bottom: 2px solid #0711a6;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0px;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #464444;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
      display: inline-block;
    z-index: 999999;
  }

  .mobile-view {
    width: 100%;
    display: block;
    margin-top: 95px;
}
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 26px 22px 0px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(249, 247, 247, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/*------------Banner Slider----------------*/

.da-slider{
  width: 104%;
  float: right;
      margin-right: -27px;
  min-width: 520px;
  height: 410px;
  position: relative;
  overflow: hidden;
  background: transparent url(../img/slider-bg.gif) repeat 0% 0%;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
  -webkit-transition: background-position 1s ease-out 0.3s;
  -moz-transition: background-position 1s ease-out 0.3s;
  -o-transition: background-position 1s ease-out 0.3s;
  -ms-transition: background-position 1s ease-out 0.3s;
  transition: background-position 1s ease-out 0.3s;
  margin-top: 90px;
  display: block;
  z-index: 10000;
}

.mobile-view
{
  width: 100%;
  display: none;
}


.da-slide{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
  text-align: left;
}
.da-slide-current{
  z-index: 1000;
}
.da-slider-fb .da-slide{
  left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
  left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
  position: absolute;
  opacity: 0;
  left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
  left: 10%;
  opacity: 1;
}
.da-slider-fb .da-slide .da-img{
  left: 60%;
  opacity: 1;
}
.da-slide h2{
  color: #444;
  font-size: 55px;
  width: 50%;
  top: 90px;
  white-space: nowrap;
  z-index: 10;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-family: 'Economica', Arial, sans-serif;
  font-weight: 700;
}
.da-slide p{
      width: 45%;
    top: 178px;
    color: #916c05;
    font-size: 22px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    font-style: italic;
    font-family: 'Economica', Arial, sans-serif;
    font-weight: 400;
}
.da-slide .da-img{
  text-align: center;
  width: 30%;
  top: 0px;
  height: 256px;
  line-height: 320px;
  left: 110%; /*60%*/
}
.da-slide .da-link{
  top: 270px; /*depends on p height*/
  border-radius: 30px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  color: #444;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border: 2px solid #bfbebe;
    padding: 10px 28px 7px;
  font-size: 18px;
  line-height: 30px;
  width: 150px;
  text-align: center;
  background: rgba(247, 246, 246, 0.89);
}
.da-slide .da-link:hover{
  background: rgba(255,255,255,0.3);
}
.da-dots{
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 20px;
  z-index: 2000;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-dots span{
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #444;
  margin: 3px;
  cursor: pointer;
  box-shadow: 
    1px 1px 1px rgba(0,0,0,0.1) inset, 
    1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-arrows span{
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #444;
  cursor: pointer;
  z-index: 2000;
  opacity: 0;
  box-shadow: 
    1px 1px 1px rgba(0,0,0,0.1) inset, 
    1px 1px 1px rgba(255,255,255,0.1);
  -webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out-out 0.2s;
  transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
  opacity: 1;
}
.da-arrows span:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  background: transparent url(../img/arrows.png) no-repeat top left;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
  background-position: top right;
}
.da-arrows span.da-arrows-prev{
  left: 15px;
}
.da-arrows span.da-arrows-next{
  right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
  left: 5%;
  opacity: 1;
}
.da-slide-current .da-img{
  left: 50%;
  opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
  -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
  -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
  -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
  -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
  animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
  -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
  -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
  -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
  -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
  animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
  -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
  -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
  -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
  -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
  animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
  -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
  -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
  -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
  -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
  animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
  0%{ left: 110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
  0%{ left: 110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
  0%{ left: 110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
  0%{ left: 110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
  0%{ left: 110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
  0%{ left: 110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
  -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
  -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
  -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
  -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
  animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
  -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
  -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
  -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
  -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
  animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
  -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
  -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
  -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
  -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
  animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
  -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
  -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
  -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
  -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
  animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
  0%{ left: -110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
  0%{ left: -110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
  0%{ left: -110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
  0%{ left: -110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
  0%{ left: -110%; opacity: 0; }
  1%{ left: 10%; opacity: 0; }
  100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
  0%{ left: -110%; opacity: 0; }
  100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
  -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
  -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
  -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
  -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
  animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
  -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
  -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
  -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
  -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
  animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
  -webkit-animation: toRightAnim3 0.4s ease-in-out both;
  -moz-animation: toRightAnim3 0.4s ease-in-out both;
  -o-animation: toRightAnim3 0.4s ease-in-out both;
  -ms-animation: toRightAnim3 0.4s ease-in-out both;
  animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
  -webkit-animation: toRightAnim4 0.6s ease-in-out both;
  -moz-animation: toRightAnim4 0.6s ease-in-out both;
  -o-animation: toRightAnim4 0.6s ease-in-out both;
  -ms-animation: toRightAnim4 0.6s ease-in-out both;
  animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
  0%{ left: 10%;  opacity: 1; }
  99%{ left: 10%; opacity: 0; }
  100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
  0%{ left: 60%;  opacity: 1; }
  30%{ left: 55%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
  0%{ left: 10%;  opacity: 1; }
  99%{ left: 10%; opacity: 0; }
  100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
  0%{ left: 60%;  opacity: 1; }
  30%{ left: 55%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
  0%{ left: 10%;  opacity: 1; }
  99%{ left: 10%; opacity: 0; }
  100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
  0%{ left: 60%;  opacity: 1; }
  30%{ left: 55%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
  0%{ left: 10%;  opacity: 1; }
  99%{ left: 10%; opacity: 0; }
  100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
  0%{ left: 60%;  opacity: 1; }
  30%{ left: 55%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
  0%{ left: 10%;  opacity: 1; }
  99%{ left: 10%; opacity: 0; }
  100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
  0%{ left: 60%;  opacity: 1; }
  30%{ left: 55%;  opacity: 1; }
  100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
  -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
  -moz-animation: toLeftAnim1 0.6s ease-in-out both;
  -o-animation: toLeftAnim1 0.6s ease-in-out both;
  -ms-animation: toLeftAnim1 0.6s ease-in-out both;
  animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
  -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
  -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
  -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
  -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
  animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
  -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
  -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
  -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
  -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
  animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
  0%{ left: 60%;  opacity: 1; }
  70%{ left: 30%;  opacity: 0; }
  100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
  0%{ left: 60%;  opacity: 1; }
  70%{ left: 30%;  opacity: 0; }
  100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
  0%{ left: 60%;  opacity: 1; }
  70%{ left: 30%;  opacity: 0; }
  100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
  0%{ left: 60%;  opacity: 1; }
  70%{ left: 30%;  opacity: 0; }
  100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
  0%{ left: 10%;  opacity: 1; }
  30%{ left: 15%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
  0%{ left: 10%;  opacity: 1; }
  100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
  0%{ left: 60%;  opacity: 1; }
  70%{ left: 30%;  opacity: 0; }
  100%{ left: -50%; opacity: 0; }
}

/*------------Banner Slider----------------*/

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 3px 2px 3px #3c3b3b;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
    color: #fff;
    font-size: 16px;
    word-spacing: 4px;
}

.section-header button:hover
{
    width: 180px;
    height: 50px;
    background: #1431a4;
    opacity: 0.8;
    border: 1px solid #1431a4;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 5 00;
    color: #fff;
    cursor: pointer;
        margin: 25px 0px 50px 0px;
}

.section-header button
{
    width: 180px;
    height: 50px;
    background: #fff;
    opacity: 0.8;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #021048;
    cursor: pointer;
        margin: 25px 0px 50px 0px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #fff;
}


/* About Us Section
--------------------------------*/
#about {
  background: url("../img/Loose-diamonds.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

/* About Us Section
--------------------------------*/
#about {
  background: url("../img/Loose-diamonds.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 20px 0 20px 0;
  position: relative;
  margin-top: 37%;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:rgba(21, 47, 39, 0.80);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  fon    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: justify;
    margin-bottom: 0;
    padding: 0 30px 20px 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.rare-foot
{
    width: 95%;
    margin: 0 auto;
}

.rare-form
 {
    width: 100%;
    margin: 60px 0px 0px 0px;
}

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  margin-top: 20px;
}

#footer .footer-top {
  background: #f2f3f9;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 27px;
  color: #112a97;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left:4px solid #5ea4f3;
}

#footer .footer-top .footer-info p {
  font-size: 14.5px;
    line-height: 30px;
    margin-bottom: 0;
    word-spacing: 4px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #4a4848;
    padding: 0px 11px 0px 15px;
}

.Axaticon
{
    background: #fff;
    padding: 4px 15px 4px 15px;
        border-radius: 25px;
    margin: 0px 0px 0px 25px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #2d56f5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 15px;
    font-weight: bold;
    color: #353535;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #4b9be2;
  width: 80px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #333;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #444;
  font-weight: 600;
}

#footer .footer-top .footer-links ul a:hover {
  color: #4997e0;
    font-weight: 600;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #444;
}

#footer .footer-newsletter
{
  color: #444;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 1px solid #9a9999;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #189ed2;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #058dc1;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


/*---------ABOUT US PAGE STARTS---------*/

.rd-about
{
  background-image: url(../img/BG-ABOUT-US.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0px 50px 0px;
  width: 102%;
    float: right;
    margin-right: -13px;
    margin-top: 30px;
}

.rd-about h1
{
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

#about-rd
{
  background-color: #fff;
}

.about-diam
{
   background-image: url(../img/BG-ABOUT.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 102%;
    float: right;
    margin:60px -13px 50px 0px;
}

.about11
{
  width: 100%;
}

.about-img img
{
    width: 90%;
    float: right;
    margin: 80px 0px 50px 0px;
}

.about-text h2
{
    font-size: 23px;
    font-weight: 600;
    color: #7b0404;
    text-align: left;
    padding: 30px 0px 0px 40px;
}

.about-text p
{
    font-size: 15px;
    text-align: justify;
    padding: 20px 0px 0px 40px;
    font-weight: 500;
    line-height: 23px;
    color: #444;
}

/*---------ABOUT US PAGE ENDS------*/

/*-------DIAMONDS PAGE STARTS-------*/

.section-header h3.rd-diam-title
{
    font-size: 35px;
    color: #020c35;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
        padding-top: 70px;
    padding-bottom: 15px;
     text-shadow: 3px 2px 3px #e6e1e1; 
}


.section-header p.rd-diam-text {
    text-align: center;
    color: #0c0c0c;
    font-size: 16px;
    word-spacing: 4px;
    font-weight: 600;
}

.rd-diamond
{
  background-image: url(../img/BG-ABOUT-US.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0px 50px 0px;
  width: 102%;
    float: right;
    margin-right: -13px;
}

.rd-diamond h1
{
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

.rd-diamond-banner
{ 
  margin-top: 95px;
      width: 102%;
    margin-left: -13px;
    background-image: url(../img/BG-ABOUT-US.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
      padding: 50px 0px 50px 0px;
}

.rd-diamond-banner h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

#about22 {
  background: url("../img/diamond-page.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 20px 0 20px 0;
  position: relative;
  margin-top: -1%;
}

#about22::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
      background: #fffafa;
    opacity: 0.9;
  z-index: 9;
}

#about22 .container-fluid {
  position: relative;
  z-index: 10;
}

#about22 .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  margin-top: 50px;
      height: 92%;
}

#about22 .about-col .img {
  position: relative;
}

#about22 .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about22 .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about22 .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about22 .about-col:hover .icon {
  background-color: #fff;
}

#about22 .about-col:hover i {
  color: #18d26e;
}

#about22 .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about22 .about-col ul
{
    list-style-type: none;
    padding: 0 10px;
}

#about22 .about-col ul li
{
    font-size: 14px;
    color: #444;
    padding: 0px 20px 0px 20px;
}

#about22 .about-col h2 a {
  color: #000;
}

#about22 .about-col h2 a:hover {
  color: #18d26e;
}

#about22 .about-col p {
      font-size: 14px;
    line-height: 24px;
    color: #333;
        font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}


#about22 .about-col .diam-readmore
{
  background-color: #fff;
    color: #1431a4;
    font-weight: 600;
    width: 130px;
    height: 40px;
    border: 1px solid #1431a4;
    font-size: 14px;
    margin: 20px 0px 30px 30px;
}


#about22 .about-col .diam-readmore:hover
{
  background-color: #1431a4;
    color: #fff;
    font-weight: 500;
    width: 130px;
    font-size: 14px;
    height: 40px;
    border: 1px solid #1431a4;
    margin: 20px 0px 30px 30px;
}

/*-------DIAMONDS PAGE ENDS-------*/

/*-------DIAMONDS WATCHES PAGE STARTS-------*/

.rd-diam-watch-banner
{ 
  margin-top: 95px;
      width: 102%;
    margin-left: -13px;
    background-image: url(../img/BG-diamond-watch.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
      padding: 50px 0px 50px 0px;
}

.rd-diam-watch-banner h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

.rd-diam-watch-banner h3 {
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    text-align: center;
     font-family: 'Economica', Arial, sans-serif; 
}

.diamond-watch
{
    width: 100%;
    margin-left: 100px;
}

#diamond-watch {
  background: url("../img/diamond-watch.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 20px 0 20px 0;
  position: relative;
  margin-top: -1%;
}

#diamond-watch::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
      background: #fffafa;
    opacity: 0.9;
  z-index: 9;
}

#diamond-watch .container-fluid {
  position: relative;
  z-index: 10;
}

#diamond-watch .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  margin-top: 50px;
      height: 92%;
}

#diamond-watch .about-col .img {
  position: relative;
}

#diamond-watch .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#diamond-watch .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#diamond-watch .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#diamond-watch .about-col:hover .icon {
  background-color: #fff;
}

#diamond-watch .about-col:hover i {
  color: #18d26e;
}

#diamond-watch .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding-top: 40px;
  margin: 40px 0 12px 0;
}

#diamond-watch .about-col ul
{
    list-style-type: none;
    padding: 0 10px;
    text-align: left;
}

#diamond-watch .about-col ul li
{
    font-size: 15px;
    color: #444;
    padding: 0px 20px 15px 20px;
}

#diamond-watch .about-col h2 a {
  color: #000;
}

#diamond-watch .about-col h2 a:hover {
  color: #18d26e;
}

#diamond-watch .about-col i.diam-watch-arrow
{
    color: #636161;
    font-size: 18px;
    float: left;
    padding: 4px 10px 0px 0px;
}

.section-header p.rd-diam-watch-text {
    text-align: justify;
    color: #0c0c0c;
    font-size: 16px;
    word-spacing: 2px;
    font-weight: 500;
    padding: 0px 40px 0px 40px;
}

#diamond-watch .about-col p {
      font-size: 14px;
    line-height: 24px;
    color: #333;
        font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}


#diamond-watch .about-col .diam-readmore
{
  background-color: #fff;
    color: #1431a4;
    font-weight: 600;
    width: 130px;
    height: 40px;
    border: 1px solid #1431a4;
    font-size: 14px;
    margin: 20px 0px 30px 30px;
}


#diamond-watch .about-col .diam-readmore:hover
{
  background-color: #1431a4;
    color: #fff;
    font-weight: 500;
    width: 130px;
    font-size: 14px;
    height: 40px;
    border: 1px solid #1431a4;
    margin: 20px 0px 30px 30px;
}

#watches {
  padding: 60px 0;
}

#watches img {
  max-width: 100%;
  opacity: 0.8;
  transition: 0.3s;
  padding: 15px 0;
  cursor: pointer;
}

#watches img:hover {
  opacity: 1;
}

#watches .owl-nav, #watches .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#watches .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#watches .owl-dot.active {
  background-color: #18d26e;
}

/*-------DIAMINDS WATCHES PAGE ENDS---------*/

/*-------MANUFACTURING PAGE STARTS---------*/

.rd-manufacturing-banner
{ 
  margin-top: 95px;
      width: 102%;
    margin-left: -13px;
    background-image: url(../img/manufacturing-BG.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
      padding: 50px 0px 50px 0px;
}

.rd-manufacturing-banner h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

#rd-manufacturing {
  background: url("../img/workshop-manufacturing.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 20px 0 20px 0;
  position: relative;
  margin-top: -1%;
}

#rd-manufacturing::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
      background: #fffafa;
    opacity: 0.8;
  z-index: 9;
}

#rd-manufacturing .container-fluid {
  position: relative;
  z-index: 10;
}

.manufacturing-img img
{
  width:85%;
}

.manufacturing-text h5
{
  font-size: 19px;
    color: #292929;
    font-weight: 500;
    text-align: left;
    padding: 30px 0px 0px 50px;
}

.manufacturing-text p
{
    font-size: 16px;
    text-align: justify;
    padding: 20px 50px 0px 50px;
    color: #565555;
    line-height: 30px;
}

/*-------MANUFACTURING PAGE ENDS---------*/

/*---------4c's PAGE STARTS--------*/

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
  margin-top: 65px
}

.rd-4c h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-top: 23%;
  padding-bottom: 2%;
}

.rd-4c h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 0px;
  left: calc(50% - 60px);
}

.rd-4c h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1432a5;
  bottom: 0px;
  left: calc(50% - 20px);
}

.rd-4c p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
      margin-top: -31px;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
          padding-top: 50px;
}

#services .box {
  margin-bottom: 60px;
      background: #fbfafa;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-left: 50px;
    box-shadow: 5px 5px 13px #eceaea;
    text-align: left;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 20px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #890ed6;
}

#services .description {
      font-size: 14px;
    margin-left: 10px;
    line-height: 24px;
    margin-bottom: 30;
    margin-right: 10px;
    text-align: justify;
}

/*---------4c's PAGE ENDS--------*/

/*---------EVENTS PAGE STARTS--------*/

#event {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
  margin-top: 65px
}

.rd-event h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  line-height: 190px;
}

.rd-event h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 50px;
  left: calc(50% - 60px);
}

.rd-event h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1432a5;
  bottom: 49px;
  left: calc(50% - 20px);
}

#event .box {
  margin-bottom: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
        height: 100%;
    margin-left: 50px;
    box-shadow: 5px 5px 13px #eceaea;
    text-align: left;
    background-image: url(../img/event-BG.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

#event .title {
  font-weight: 700;
    margin-bottom: 22px;
    font-size: 20px;
    margin-top: 0px;
    text-align: right;
    margin-right: 40px;
}

#event .title1 {
  font-weight: 700;
    margin-bottom: 7px;
    font-size: 15px;
    color: #1b8dde;
    text-align: left;
    margin-left: 0px;
}

#event .title2 {
  font-weight: 500;
    margin-bottom: 15px;
    font-size: 11px;
    margin-top: 0px;
    color: #333;
    text-align: left;
    margin-left: 0px;
}

#event .title a {
  color: #111;
}

#event .box:hover .title a {
  color: #890ed6;
}

#event .description {
    font-size: 16px;
    font-weight: 500;
    margin-left: 90px;
    line-height: 26px;
    margin-right: 0px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin-top: 12px;
    margin-bottom: 10px;
}

#event .event-button {
    color: #fff;
    float: right;
    width: 170px;
    height: 33px;
    border: 1px solid #d773f7;
    background: #d773f7;
    border-radius: 3px;
    font-size: 14px;
    margin: 16px 0px 14px 0px;
    cursor: pointer;
}

/*---------EVENTS PAGE ENDS--------*/

/*---------CONTACT PAGE STARTS--------*/

#contact {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
  margin-top: 65px
}

.rd-cont
{
  background-image: url(../img/contact-BG.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0px 50px 0px;
  width: 107%;
    float: right;
    margin-right: -12px;
}

.rd-cont h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    padding-top: 31px;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

.rd-contact h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  line-height: 190px;
}

.rd-contact h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 50px;
  left: calc(50% - 60px);
}

.rd-contact h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1432a5;
  bottom: 49px;
  left: calc(50% - 20px);
}

#contact .box {
  margin-bottom: 60px;
    border-right: 1px solid #c1c1c3;
    height: auto;
    text-align: left;
    background: #fbfbfb;
}

.rd-contact p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    margin-top: -31px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#contact .title {
  font-weight: 700;
    margin-bottom: 11px;
    font-size: 17px;
    margin-top: 15px;
    text-align: left;
    margin-left: 5px;
}
#contact .title a {
  color: #111;
}

#contact .box:hover .title a {
  color: #890ed6;
}

#contact .description {
   font-size: 13px;
    margin-left: 5px;
    font-family: "Montserrat", sans-serif;
    line-height: 23px;
    margin-right: 15px;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 10px;
}

#contact .event-button {
        color: #fff;
    float: left;
    width: 170px;
    height: 33px;
    border: 1px solid #0978c7;
    background: #0978c7;
    border-radius: 3px;
    font-size: 13px;
    margin: 16px 0px 14px 5px;
    cursor: pointer;
}


#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
      background: #cf44fd;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    border-radius: 3px;
    transition: 0.4s;
    cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #a609da;
}

/*---------CONTACT PAGE ENDS--------*/

/* Gallery Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
      margin-top: 61px;
}

.rd-gallery h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-top: 25%;
    padding-bottom: 2%;
}

.rd-gallery h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 0px;
    left: calc(50% - 60px);
}

.rd-gallery h3::after {
        content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1432a5;
    bottom: 0px;
    left: calc(50% - 20px);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
  margin-left:30px;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
      float: left;
    margin-left: 10px;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}


/*-------Mobile Look---------*/

@media (max-width: 450px) {
  #header #logo img {
    width: 75%;
    float: left;
    margin: -23px 0px 0px -25px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #1431a4;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 5px;
    bottom: 49px;
    transition: background 0.5s;
    z-index: 11;
}

#header {
    padding: 30px 0;
    height: 90px;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fdfdfd;
    box-shadow: 0px 3px 3px #e4e1e1;
}

.da-slider{
  width: 104%;
  float: right;
  display: block;
      margin-right: -27px;
  min-width: 520px;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: transparent url(../img/slider-bg.gif) repeat 0% 0%;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
  -webkit-transition: background-position 1s ease-out 0.3s;
  -moz-transition: background-position 1s ease-out 0.3s;
  -o-transition: background-position 1s ease-out 0.3s;
  -ms-transition: background-position 1s ease-out 0.3s;
  transition: background-position 1s ease-out 0.3s;
  margin-top: 5px;
  display: none;
}

.mobile-view
{
  width: 100%;
  display: block;
  margin-top: 95px;
}

.mobile-view img
{
    width: 100%;
}

#about {
    background: url(../img/Loose-diamonds.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 20px 0 20px 0;
    position: relative;
    margin-top: 5%;
}

.rare-appoinment {
        position: fixed;
    bottom: 50px;
    left: -14px;
    z-index: 10;
}

.diamond-watch {
    width: 100%;
    margin-left: 0px;
}

.rare-appoinment button {
        font-size: 14px;
    background: #3892e3;
    border: 1px solid #3892e3;
    width: 178px;
    height: 34px;
    color: #fff;
    border-radius: 5px;
    float: left;
    padding: 4px 0px 0px 0px;
    box-shadow: 2px 2px 8px #7b7b7d;
    cursor: pointer;
    font-weight: 500;
  }

.rd-about
{
  background-image: url(../img/BG-ABOUT-US-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 0px 50px 0px;
  width: 107%;
    float: right;
    margin-right: -12px;
}

.rd-about h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding-top: 31px;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

  .about-diam
{
   background-image: url(../img/BG-ABOUT-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
      width: 107%;
    float: right;
    margin: 10px -11px 50px 0px;
}

.about-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #7b0404;
    text-align: left;
    padding: 30px 0px 0px 40px;
}

.about-img img {
    width: 100%;
    float: right;
    margin: 4px -15px 50px 0px;
}

.rd-diamond-banner
{ 
  margin-top: 95px;
      width: 108%;
    margin-left: -13px;
    background-image: url(../img/BG-ABOUT-US-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
      padding: 50px 0px 50px 0px;
}

.rd-diamond-banner h1 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

.rd-diam-watch-banner
{ 
  margin-top: 95px;
      width: 108%;
    margin-left: -13px;
    background-image: url(../img/BG-diamond-watch-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
      padding: 50px 0px 50px 0px;
}

.rd-diam-watch-banner h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

.rd-diam-watch-banner h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    /* font-family: 'Economica', Arial, sans-serif; */
}

.section-header h3.rd-diam-title {
    font-size: 28px;
    color: #020c35;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
    text-shadow: 3px 2px 3px #e6e1e1;
}

.rd-manufacturing-banner
{ 
  margin-top: 95px;
      width: 108%;
    margin-left: -13px;
    background-image: url(../img/manufacturing-BG-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
      padding: 50px 0px 50px 0px;
}

.rd-manufacturing-banner h1 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

#rd-manufacturing {
  background: url("../img/workshop-manufacturing.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 20px 0 20px 0;
  position: relative;
  margin-top: -1%;
}

#rd-manufacturing::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
      background: #fffafa;
    opacity: 0.8;
  z-index: 9;
}

#rd-manufacturing .container-fluid {
  position: relative;
  z-index: 10;
}

.manufacturing-img img
{
  width:100%;
}

.manufacturing-text h5
{
  font-size: 19px;
    color: #292929;
    font-weight: 500;
    text-align: left;
    padding: 30px 0px 0px 10px;
}

.manufacturing-text p
{
        font-size: 16px;
    text-align: justify;
    padding: 20px 10px 0px 10px;
    color: #565555;
    line-height: 24px;
}

.rd-4c h3 {
    font-size: 18px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-top: 95%;
        padding-bottom: 10%;
}

.rd-4c p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
    margin-top: -50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#services .box {
    margin-bottom: 60px;
    background: #fbfafa;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-left: 0px;
    box-shadow: 5px 5px 13px #eceaea;
    text-align: left;
}

#event .description {
    font-size: 15px;
    margin-left: 90px;
    line-height: 26px;
    margin-right: 0px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
}

#event .title {
    font-weight: 700;
    margin-bottom: 22px;
    font-size: 16px;
    margin-top: 0px;
    text-align: right;
    margin-right: 26px;
}

#event .title {
    font-weight: 700;
    margin-bottom: 22px;
    font-size: 16px;
    margin-top: 0px;
    text-align: right;
    margin-right: 26px;
}

#event .box {
    margin-bottom: 60px;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 100%;
    margin-left: 0px;
    box-shadow: 5px 5px 13px #eceaea;
    text-align: left;
    background-image: url(../img/event-BG.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.rd-4c h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 0px;
    left: calc(50% - 60px);
}

.rd-4c h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1432a5;
    bottom: 0px;
    left: calc(50% - 20px);
}

.rd-cont
{
  margin-top: 95px;
      width: 108%;
    margin-left: -13px;
    background-image: url(../img/contact-BG-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
      padding: 50px 0px 50px 0px;
}

.rd-cont h1 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    padding-top: 31px;
    text-align: center;
    font-family: 'Economica', Arial, sans-serif;
}

#contact {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
    margin-top: 0px;
}

#portfolio {
  padding: 60px 0;
      margin-top: 61px;
}

.rd-gallery h3 {
    font-size: 19px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
        padding-bottom: 9%;
    padding-top: 90%;
}

.rd-gallery h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 0px;
    left: calc(50% - 60px);
}

.rd-gallery h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1432a5;
    bottom: 0px;
    left: calc(50% - 20px);
}

#contact .form button[type="submit"] {
    background: #cf44fd;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    border-radius: 3px;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 20px;
}

}

/*-------TAB VIEWS-----------*/
/*@media (max-width: 1500px) {

  .rare-appoinment {
    float: left !important;
    position: fixed;
    left: -89px !important;
    top: 750px !important;
    z-index: 10;
}

}*/
