@charset "utf-8";
/* CSS Document */
a {
  color: #336699;
}
a:hover {
  color: #f35;
  text-decoration: none;
}
.px11 {
  font-size: 11px !important;
}
.px12 {
  font-size: 12px !important;
}
.px13 {
  font-size: 13px !important;
}
.px14 {
  font-size: 14px !important;
}
.px15 {
  font-size: 15px !important;
}
.px16 {
  font-size: 16px !important;
}
.px17 {
  font-size: 17px !important;
}
.px18 {
  font-size: 18px !important;
}
.px19 {
  font-size: 19px !important;
}
.px20 {
  font-size: 20px !important;
}
.px21 {
  font-size: 21px !important;
}
.px22 {
  font-size: 22px !important;
}
.px23 {
  font-size: 23px !important;
}
.px24 {
  font-size: 24px !important;
}
.px25 {
  font-size: 25px !important;
}
.px30 {
  font-size: 30px !important;
}
.px35 {
  font-size: 35px !important;
}
.px36 {
  font-size: 36px !important;
}
.px40 {
  font-size: 40px !important;
}
.px48 {
  font-size: 48px !important;
}

.ls1 {
  letter-spacing: 1px;
}
.ls2 {
  letter-spacing: 2px;
}
.ls3 {
  letter-spacing: 3px;
}
.ls4 {
  letter-spacing: 4px;
}
.ls5 {
  letter-spacing: 5px;
}
.text_shadow_s {
  text-shadow: 1px 1px #333333;
}
.text_shadow_m {
  text-shadow: 2px 2px #333333;
}
.text_shadow_l {
  text-shadow: 4px 4px #333333;
}
.text_red {
  color: red;
}
.text_blue {
  color: blue;
}
.text_gray {
  color: gray;
}
.text_white {
  color: #fff;
}
.text_black {
  color: #000;
}
.text_yellow {
  color: yellow;
}
.text_org {
  color: #f60;
}
.text_green {
  color: green;
}
.text_369 {
  color: #369;
}
.text_red2 {
  color: #a64949 !important;
}
.text_main{
  color:#3F7289 !important;
}

.text_main2{
  color:#54AA91 !important;
}


.float_right {
  float: right;
}
.float_left {
  float: left;
}

.lh20 {
  line-height: 20px !important;
}
.lh25 {
  line-height: 25px !important;
}
.lh30 {
  line-height: 30px !important;
}
.lh35 {
  line-height: 35px !important;
}
.lh40 {
  line-height: 40px !important;
}
.lh45 {
  line-height: 45px !important;
}
.lh50 {
  line-height: 50px !important;
}

.h20 {
  height: 20px !important;
}
.h25 {
  height: 25px !important;
}
.h30 {
  height: 30px !important;
}
.h35 {
  height: 35px !important;
}
.h40 {
  height: 40px !important;
}
.h45 {
  height: 45px !important;
}
.h50 {
  height: 50px !important;
}

.td_w25 {
  width: 25px;
}
.td_w30 {
  width: 30px;
}
.td_w35 {
  width: 35px;
}
.td_w40 {
  width: 40px;
}
.td_w45 {
  width: 45px;
}
.td_w50 {
  width: 55px;
}
.td_w55 {
  width: 55px;
}

.text_ind3 {
  text-indent: 3px !important;
}
.text_ind5 {
  text-indent: 5px !important;
}
.text_ind10 {
  text-indent: 10px !important;
}
.text_ind15 {
  text-indent: 15px !important;
}
.text_ind20 {
  text-indent: 20px !important;
}
.text_ind25 {
  text-indent: 25px !important;
}
.text_ind30 {
  text-indent: 30px !important;
}
.text_ind35 {
  text-indent: 35px !important;
}
.text_ind40 {
  text-indent: 40px !important;
}
.text_ind45 {
  text-indent: 45px !important;
}
.text_ind50 {
  text-indent: 50px !important;
}

.m-0{margin: 0 !important;}
.m-1{margin: 1rem !important;}
.m-2{margin: 2rem !important;}
.m-3{margin: 3rem !important;}
.m-4{margin: 4rem !important;}

.mt-0{margin-top:0 !important;}
.mt-1{margin-top: 1rem !important;}
.mt-2{margin-top: 2rem !important;}
.mt-3{margin-top: 3rem !important;}
.mt-4{margin-top: 4rem !important;}

.mb-0{margin-bottom:0 !important;}
.mb-1{margin-bottom: 1rem !important;}
.mb-2{margin-bottom: 2rem !important;}
.mb-3{margin-bottom: 3rem !important;}
.mb-4{margin-bottom: 4rem !important;}

.ml-0{margin-left:0 !important;}
.ml-1{margin-left: 1rem !important;}
.ml-2{margin-left: 2rem !important;}
.ml-3{margin-left: 3rem !important;}
.ml-4{margin-left: 4rem !important;}

.mr-0{margin-right:0 !important;}
.mr-1{margin-right: 1rem !important;}
.mr-2{margin-right: 2rem !important;}
.mr-3{margin-right: 3rem !important;}
.mr-4{margin-right: 4rem !important;}


.p-0{padding: 0 !important;}
.p-1{padding: 1rem !important;}
.p-2{padding: 2rem !important;}
.p-3{padding: 3rem !important;}
.p-4{padding: 4rem !important;}


.pb-0{padding-bottom:0 !important;}
.pb-1{padding-bottom: 1rem !important;}
.pb-2{padding-bottom: 2rem !important;}
.pb-3{padding-bottom: 3rem !important;}
.pb-4{padding-bottom: 4rem !important;}

.pt-0{padding-top:0 !important;}
.pt-1{padding-top: 1rem !important;}
.pt-2{padding-top: 2rem !important;}
.pt-3{padding-top: 3rem !important;}
.pt-4{padding-top: 4rem !important;}


.pl-0{padding-left:0 !important;}
.pl-1{padding-left: 1rem !important;}
.pl-2{padding-left: 2rem !important;}
.pl-3{padding-left: 3rem !important;}
.pl-4{padding-left: 4rem !important;}

.pr-0{padding-right:0 !important;}
.pr-1{padding-right: 1rem !important;}
.pr-2{padding-right: 2rem !important;}
.pr-3{padding-right: 3rem !important;}
.pr-4{padding-right: 4rem !important;}


.text_b {
  font-weight: bold !important;
}

.container-fluid {
  padding: 0;
}

.buttonr {
  font-size: 15px;
  height: 35px;
  line-height: 20px;
  padding: 8px 16px;
  margin: 0 0 0 0;
  width: auto;
  color: #fff !important;
  background: #3e4b5d;
  -ms-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 0 !important;
  letter-spacing: 1px;
}
.buttonr_s {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 4px 8px !important;
}
.buttonr:hover {
  background: #f44a56;
  color: #fff;
  text-decoration: none;
}
.buttonr_blue {
  background: #3e4b5d;
}
.buttonr_blue:hover {
  background: #f44a56;
  outline: 0 !important;
}

.buttonr:focus {
  outline: 0 !important;
}

.buttonr_red {
  background: #f30;
}
.buttonr_bluegreen {
  background: #00b285;
}
.buttonr_blue2 {
  background: #2693ff;
}
.buttonr_pop {
  background: #dc73ff;
}
.buttonr_org {
  background: #f90;
}
.buttonr_org2 {
  background: #f75;
}

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
  width: 200px;
  left: 20%;
  top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #fff;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #fff;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 960px) and (min-height: 660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 520px !important;
  }
}

@media screen and (min-width: 960px) and (min-height: 1000px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 660px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.dotted {
  border-style: dotted !important;
}
.dashed {
  border-style: dashed !important;
}
.solid {
  border-style: solid !important;
}

.Latest-News {
  margin-top: 60px;
}

.home_faq {
  z-index: 99;
  margin-top: -80px;
}
ul.footer_menu li a {
  display: block !important;
}
.xs_dn {
  display: auto;
}

.whatsapp-us {
  padding-right: 60px;
}
.callus-icon {
  margin-right: 15px !important;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .xs_dn {
    display: none;
  }
  .whatsapp-us {
    padding-right: 0;
  }
}


.pull-right>.footer_slog{ color: #fff; }
.pull-right>.footer_slog>a{ color: #fff; }
.pull-right>.footer_slog>a:hover { color: #fff; }




.clean_title{
  font-size: 2rem;
  padding: 1rem 0;
  border-bottom: solid #123840 4px;
}
.clean_main,
.clean_main p{  
  font-size: 1rem;
}
.clean_ul{
 list-style: none;
 padding: 0;
 margin: 0;
}
.clean_ul li{
  font-size: 1rem;
  margin-bottom: 15px;
}
.whatsapp_clean{
  
  background:#3F7289;
  color:#fff;
  padding:4px 8px 4px 8px;
  border-radius: 5px;
}

.whatsapp_clean:hover{
  color:#eee;
  background-color: #54AA91;

}

.service:hover strong{
  color: yellow !important;
}


.clean_menu_mobi{
  display: block;
  height: auto;
  overflow: hidden;
}

@media (max-width: 640px) {
  .clean_menu{
    display: none;
  }
}
@media (min-width: 639px) {
  /* .clean_menu{
    display: none;
  } */
  .clean_menu_mobi{
    display: none;
  }
}