/* ==========================================
              Default Values:

              Font Familty: ROBOTO

              White            FFFFFF
              Rich Black       00171F
              Blue             2d3192




=============================================*/

body {

  font-family: 'Open Sans', sans-serif;
}

.top-nav .row{
  padding: 0 !important;
  margin: 0 !important;
}


.top-nav img{
  margin: 10px 0px 10px 50px;
}

.top-nav i{
  font-size: 18px;
  text-align: center;
  position:relative;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: white;
  background: #2d3192;
  padding:14px;
  border-radius: 50%;
  margin-left: 20px;
}
.top-nav p{
  text-align: left;
  display: block;
  position:relative;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 13px;
}

#navbarlogo {
  display: none;
}

.navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #2d3192;
}

.navbar-nav {
  background-color: #2d3192;
  margin: auto;
}


.navbar-nav a {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: white;
  width: 100%;
  margin-right: 80px;
  padding: 25px;
  transition: 0.5s;
}

.navbar-nav a:hover {
  color: white;
}

.navbar-brand img{
  height: 80px;
}

.nav-item{
  transition: 0.5s;
}

.nav-item:hover{
  background-color: #484ecd;
}

.dropdown a {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.dropdown button {
  background-color: transparent;
  font-size: 15px;
  border: none;
  border-radius: 0;
  padding: 25px 10px 25px 25px;
  text-align: center;
  display: inline-block;
  transition: 1.5s !important;
}

.dropdown button:hover {
  background-color: #484ecd;
}

.dropdown-toggle-split{
  padding: 0px 25px 0px 0px !important;
}

.dropdown-item{
  padding: 20px !important;
  transition: 0.5s;
}

.dropdown-item:hover{
  background-color: #2d3192 !important;
  color: white !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}


.navbar-toggler button {
  top: 20px;
}


.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: black;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}

.carouselcaption{
  position: absolute;
  z-index: 10;
  padding: 6%;
}

.strongcaption{
  font-size: 65px;
}

.carouselcaption h1{
  font-size: 50px;
  line-height: 50px;
  color: white;
}

.carousel {
  position: relative;
}

.intro {
  padding: 120px;
}

.intro h2{
  font-size: 24px;
  font-weight: bold;
}

.intro hr{
  float: left;
}

.intro i{
  font-size: 50px;
  color: #2d3192;
}

.intro h3{
  font-size: 20px;
  font-weight: bold;
}

.intro p{
  font-size: 14px;
}

.intro .col-md-2 {
  text-align: center;
}

.intro .row {
  padding: 10px;
}

.quote {
  background-color: #2d3192;
  padding: 120px;
}

.quote h2{
  color: white;
  font-size: 30px;
}

.quote i{
  color: white;
}

.news {
  padding: 120px 60px 120px 60px;
}

.news h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.news h3 {
  text-align: left;
  font-size: 26px;
  padding: 20px 0 10px 0;
}

.news p {
  text-align: justify;
  font-size: 14px;
  padding-bottom: 10px;
}

.news img {
  padding-top: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.newsbutton {
  cursor: pointer;
  font-size:14px;
  position: relative;
  background-color: none;
  border-radius: 1px;
  border-color: black;
  padding: 15px;
  width: 120px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
}

.newsbutton:hover {
  color: white;
  background-color: #2d3192;
  border-color: #2d3192;
}



.newsbutton2 {
  cursor: pointer;
  font-size:14px;
  position: relative;
  background-color: none;
  border-radius: 1px;
  border-color: black;
  padding: 15px;
  width: 120px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  display: none;
}

.newsbutton2:hover {
  color: white;
  background-color: #2d3192;
  border-color: #2d3192;
}


.aboutus {
  padding: 0px 90px 90px 90px;
}


.aboutus h2 {
  border-left: 4px solid #2d3192;
  padding-left: 10px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;;
}

.aboutus p {
  text-align: justify;
  font-size: 15px;
}

.aboutus ul {
  padding: 0;
  margin: 0;
}

.aboutus img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  top: 100px;
  position: absolute;
}

#aboutus-container {
  padding-top: 60px;
}

.license {
  padding: 0px 90px 260px 90px;
}

.license img{
  width: 70%;
  position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services {
  padding: 0;
  margin: 0;
}

.container-services {
  padding: 0 15px 0 15px;
  margin: 0 !important;
  width: 100%;
}

.container-services hr{
  border-top: 4px
  solid #2d3192;
  width: 40px;
  border-color: #2d3192;
  max-width: 800px;
  margin-left:70px;

}

.services h2{
  font-size: 40px;
  padding-top: 50px;
  text-align: center;
  overflow: hidden;
}

.services img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.services .row .col-md-6 {
  padding: 0 ;
  margin: 0 ;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.services .row h3 {
  font-size: 30px;
  text-align: left;
  padding: 0 70px 0 70px;
}

.services .row p {
  font-size: 15px;
  text-align: justify;
  padding: 0 70px 0 70px;
}

.services .row a {
  padding: 30px 70px 0 70px;
}

.services .row button {
  background-color: #2d3192;
  border-color: #2d3192;
  color: white;
}

.services .row button:hover{
  background-color: #191b52;
  border-color: #191b52;
  color: white;
}

.servicesbutton {
  cursor: pointer;
  font-size:14px;
  position: relative;
  background-color: none;
  border-radius: 1px;
  border-color: black;
  padding: 15px;
  width: 120px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
}

.servicesbutton:hover {
  color: white;
  background-color: #2d3192;
  border-color: #2d3192;
}

#cleaningpicture img{
  width: 100%;
  margin: 0;
  padding-top: 50px;
  display: inline-block;
}
#foreignpicture img{
  width: 100%;
  height: 250px;
  margin: 0;
  padding-top: 0;
  display: inline-block;
}
#maidpicture img{
  width: 80%;
  margin-left: 60px;
  padding: 0 0 400px 0;
  display: inline-block;
}

#contactustodaymaid h3 {
  margin-top: 30px;
  text-align: center;
  font-size: 30px !important;
}
#contactustodaymaid p {
  text-align: center;
}

#services-col-12 {
  padding: 0px 130px 90px 130px;
}

.container-services2 {
  padding: 90px 15px 0 15px;
  margin: 0 !important;
  width: 100%;
}

.container-services2 h3{
  font-size: 50px !important;
  padding: 10px 120px 10px 120px !important;
}

.container-services2 h2{
  text-align: left;
  padding-bottom: 10px;
}

.container-services2 p{
  text-align: left;
  padding: 0 !important;
}

.container-services2 li{
  text-align: left;
  padding: 0;
}

.container-services2 hr{
  border-top: 6px
  solid #2d3192;
  width: 100px;
  border-color: #2d3192;
  max-width: 800px;
  margin-left:123px;
}

.container-services2 img{
  padding-top: 60px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.outsource-caption{
  margin-left: 123px;
  margin-right: 123px;
}

.download{
  padding: 90px;
}

.download img{
  width: 250px;
  height: 350px;
  padding: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.downloadbutton {
  margin-bottom: 60px;
  cursor: pointer;
  font-size:14px;
  position: relative;
  background-color: none;
  border-radius: 1px;
  border-color: black;
  padding: 15px;
  width: 120px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.downloadbutton:hover {
  color: white;
  background-color: #2d3192;
  border-color: #2d3192;
}

.contactus {
  padding: 90px;
}

.contactus h2 {
  border-left: 5px solid #2d3192;
  padding-left: 20px;
  text-align: left;
  font-weight: bolder;
  font-size: 40px;
}

.contactus i{
  display: block;
  position: absolute;
transform: translate(-50%, -50%);
left: 50%;top: 50%;
}

.contactus p{
  font-size: 15px;
  font-weight: 100;
}

.fa-map-marker-alt{
  font-size: 30px;
  color: #122e66;
}

.fa-envelope{
  font-size: 30px;
  color: #122e66;
}

.fa-phone{
  font-size: 30px;
  color: #122e66;
}

.col-md-4 {
  padding: 10px;
}

.col-md-8 {
  padding: 10px;
}

.col-sm-12{
  padding: 10px;
}


.contactus .btn {
  width: 100%;
}

.feedback {
  background-color : #455ac3;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #455ac3;
  transition: 0.3s;
  cursor: pointer;
}

.feedback:hover {
  background-color : #222c5d;
  border-color: #222c5d;
}

#mybutton {
  position: fixed;
  bottom: -4px;
  right: 20px;
  z-index: 10;
}



footer {
  background-color: #2d3192;
  padding: 90px 90px 0 90px;
}

footer h4 {
  font-weight: bold;
  color: #789bff;
}

footer ul {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
}

footer li {
  padding: 15px 0 0 0;
  color: #8094cc;
  font-size: 15px;
  transition: 0.3s;
}

footer a {
  color: #8094cc;
  font-size: 15px;
  transition: 0.3s;
}

footer a:hover {
  color: white;
}

footer ul:hover {
  color: white;
}
.copyright {
  padding: 60px 0 0 0;
  font-size: 12px;
}

.copyright {
  color: #8094cc !important;
}

.cd-intro h1 {
  font-size: 25px;
  font-weight: 200;
}

.cd-words-wrapper h1 {
  font-size: 15px;

}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 500px;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  transform: rotateX(180deg);
  animation: cd-rotate-1-out 1.2s;
}
@keyframes cd-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* --------------------------------

xrotate-2

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 i {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

/* --------------------------------

xloading-bar

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #E6D925;
  z-index: 2;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0 .3em;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  animation: slide-out 0.6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

/* --------------------------------

xscale

-------------------------------- */
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
