* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #49545c;
  font-family: Roboto;
  font-weight: Medium;
  opacity: 1;
}

h1, h2 {
  line-height: 1;
}

h1 {
  font-size: 30px;
}

@media (max-width: 420px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 24px;
}

a {
  color: #333333;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

/* spaceless cols styles */
.cm-row {
  margin-left: 0;
  margin-right: 0;
}

.cm-row .col-xs-1, .cm-row .col-xs-2, .cm-row .col-xs-3, .cm-row .col-xs-4, .cm-row .col-xs-5, .cm-row .col-xs-6, .cm-row .col-xs-7, .cm-row .col-xs-8, .cm-row .col-xs-9, .cm-row .col-xs-10, .cm-row .col-xs-11, .cm-row .col-xs-12, .cm-row .col-sm-1, .cm-row .col-sm-2, .cm-row .col-sm-3, .cm-row .col-sm-4, .cm-row .col-sm-5, .cm-row .col-sm-6, .cm-row .col-sm-7, .cm-row .col-sm-8, .cm-row .col-sm-9, .cm-row .col-sm-10, .cm-row .col-sm-11, .cm-row .col-sm-12, .cm-row .col-md-1, .cm-row .col-md-2, .cm-row .col-md-3, .cm-row .col-md-4, .cm-row .col-md-5, .cm-row .col-md-6, .cm-row .col-md-7, .cm-row .col-md-8, .cm-row .col-md-9, .cm-row .col-md-10, .cm-row .col-md-11, .cm-row .col-md-12, .cm-row .col-lg-1, .cm-row .col-lg-2, .cm-row .col-lg-3, .cm-row .col-lg-4, .cm-row .col-lg-5, .cm-row .col-lg-6, .cm-row .col-lg-7, .cm-row .col-lg-8, .cm-row .col-lg-9, .cm-row .col-lg-10, .cm-row .col-lg-11, .cm-row .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 10px gutter cols styles */
.cm10-row {
  margin-left: -5px;
  margin-right: -5px;
}

.cm10-row .col-xs-1, .cm10-row .col-xs-2, .cm10-row .col-xs-3, .cm10-row .col-xs-4, .cm10-row .col-xs-5, .cm10-row .col-xs-6, .cm10-row .col-xs-7, .cm10-row .col-xs-8, .cm10-row .col-xs-9, .cm10-row .col-xs-10, .cm10-row .col-xs-11, .cm10-row .col-xs-12,
.cm10-row .col-sm-1, .cm10-row .col-sm-2, .cm10-row .col-sm-3, .cm10-row .col-sm-4, .cm10-row .col-sm-5, .cm10-row .col-sm-6, .cm10-row .col-sm-7, .cm10-row .col-sm-8, .cm10-row .col-sm-9, .cm10-row .col-sm-10, .cm10-row .col-sm-11, .cm10-row .col-sm-12,
.cm10-row .col-md-1, .cm10-row .col-md-2, .cm10-row .col-md-3, .cm10-row .col-md-4, .cm10-row .col-md-5, .cm10-row .col-md-6, .cm10-row .col-md-7, .cm10-row .col-md-8, .cm10-row .col-md-9, .cm10-row .col-md-10, .cm10-row .col-md-11, .cm10-row .col-md-12,
.cm10-row .col-lg-1, .cm10-row .col-lg-2, .cm10-row .col-lg-3, .cm10-row .col-lg-4, .cm10-row .col-lg-5, .cm10-row .col-lg-6, .cm10-row .col-lg-7, .cm10-row .col-lg-8, .cm10-row .col-lg-9, .cm10-row .col-lg-10, .cm10-row .col-lg-11, .cm10-row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

a:hover {
  text-decoration: none;
}

nav.navbar.transparent-white {
  background-color: transparent;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.all20p {
  padding: 20px;
}

.btm20p {
  padding-bottom: 20px;
}

.btm40p {
  padding-bottom: 40px;
}

.tp10p {
  padding-top: 10px;
}

.btm-content {
  background-color: #FB9C5B;
}

.btm-content img {
  width: 100%;
}

.btm-content .content_withimage {
  padding: 100px 120px;
}

.btm-content .content_withimage p {
  color: #ffffff;
  text-align: justify;
}

.btm-content .content_withimage .button {
  background-color: #ffffff;
  color: #49545c;
}

.navbar-brand {
  width: 235px;
  height: 84px;
  left: 48px;
  top: 21px;
}

.main-navigation {
  -webkit-transition: all .7s linear;
  transition: all .7s linear;
  background-color: #fff;
}

.main-navigation .navbar-toggler {
  background-color: #FB9C5B;
}

.main-navigation .nav-link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8) !important;
  padding: 0px 15px !important;
}

.main-navigation .nav-link:hover {
  color: #FB9C5B !important;
}

.main-navigation .dropdown-menu {
  border: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main-navigation .dropdown-menu li {
  border-bottom: 1px solid #f7f7f7 !important;
  padding: 7px 10px;
}

.main-navigation .dropdown-menu li:last-child {
  border-bottom: 0px !important;
}

.main-navigation .dropdown-menu li .dropdown-item:hover {
  background-color: #ffffff;
  color: #FB9C5B;
}

.whatsapp_call {
  font-size: 30px;
  color: black;
  position: relative;
  line-height: 90px;
  padding-left: 90px;
  font-family: 'Roboto';
}

.whatsapp_call::before {
  content: "";
  background: url(../images/whatsapp.png) no-repeat;
  height: 105px;
  width: 106px;
  position: absolute;
  left: 0px;
}

.sh-email {
  font-size: 36px;
  color: #0286E0;
  position: relative;
  line-height: 90px;
  padding-left: 60px;
  font-family: 'Roboto';
}

.sh-email::before {
  content: "";
  background: url(../images/info.png) no-repeat;
  height: 49px;
  width: 54px;
  position: absolute;
  left: 0px;
  top: 15px;
}

.banner {
  width: 100%;
  height: 486px;
  background: url("../images/banner.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.banner .caption {
    width: 805px;
    color: white;
    padding-top: 100px;
    font-weight: 700;
    font-size: 40px;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    line-height: 70px;
}

.banner .caption p {
  color: white;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
}

a.button {
  padding: 10px;
  background: #FB9C5B;
  border-radius: 5px;
  margin: 40px 0px 0px 0px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

/*---------- Transparent Navigation With Black Text Color ----------*/
.main-nav {
  padding: 20px 0px;
}

.main-nav ul {
  margin-left: 50px;
}

.main-nav ul li a {
  font-size: 16px;
}

.main_hd {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
}

.mid_hd {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
}

.h3_hd {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.text-center {
  text-align: center;
}

.col-content {
  -webkit-box-shadow: 2px 0px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0px 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px 3px 3px 3px;
  min-height: 450px;
}

.col-content img {
  width: 100%;
}

.col-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 0px 20px;
}

.col-content p a {
  text-decoration: none;
}

.col-content p a:hover {
  color: #FB9C5B;
}

.small-font {
  font-size: 14px;
  font-weight: 300;
}

/** css for testimonial section ***/
.testimonial {
  background: url("../images/testimonial-img.png");
  height: 501px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0px;
  padding: 100px 0px;
}

/** css for footer **/
footer p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

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

footer ul li {
  padding: 7px 0px;
  line-height: 1.4;
  font-size: 16px;
}

footer ul li a {
  text-decoration: none;
}

footer ul li a:hover {
  color: #FB9C5B;
}

footer .ftr-infoblock {
  margin-bottom: 12px;
}

footer .ftr-infoblock img {
  width: 100%;
  border-radius: 3px;
}

footer .ftr-infoblock p {
  font-weight: #000000;
  font-style: normal;
  font-weight: 500;
}

footer .ftr-infoblock a {
  color: #0000;
  font-size: 14px;
  text-decoration: none;
}

/***css for background Color**/
.greybg {
  background-color: #F5F3F3;
}

.all10p {
  padding: 10px;
}

.all20p {
  padding: 20px;
}

.tp20p {
  padding-top: 20px;
}

.tp40p {
  padding-top: 40px;
}

.tp60p {
  padding-top: 60px;
}

.tp100p {
  padding-top: 100px;
}

.tp140p {
  padding-top: 140px;
}

.tb30p {
  padding: 30px 0px;
}

.tb60p {
  padding: 60px 0px;
}

.tb100p {
  padding: 100px 0px;
}

.btm7p {
  padding-bottom: 7px;
}

.btm12p {
  padding-bottom: 12px;
}

.btm60p {
  padding-bottom: 60px;
}

.btm20p {
  padding-bottom: 20px;
}

.btm30p {
  padding-bottom: 30px;
}

.tp20m {
  margin-top: 20px;
}

.lft20p {
  padding-left: 20px;
}

.multi-item-carousel .carousel-inner > .item {
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}

.multi-item-carousel .carousel-inner .next {
  left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.multi-item-carousel .carouse-control.left, .multi-item-carousel .carouse-control.right {
  background-image: none;
}

/*css for breadcrumb*/
.page-title-content {
  padding: 25px 25px;
  position: relative;
  /*-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
   box-shadow: 0 0 25px 0 rgba(0,0,0,.08);*/
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 0px;
  border-right: 0px;
  background-color: #fefefe;
}

.page-title-content h2 {
  margin-bottom: 0;
  font-size: 22px;
  border-left: 3px solid #FB9C5B;
  padding-left: 9px;
}

.page-title-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-title-content ul li {
  color: #555;
  display: inline-block;
}

.page-title-content ul li:last-child {
  color: #FB9C5B;
}

.page-title-content ul li a {
  color: #555;
  text-decoration: none;
}

.category-news-content h3 {
  font-size: 21px;
  line-height: 0.6 !important;
}

.category-news-content h3 a {
  text-decoration: none;
}

.category-news-content h3 a:hover {
  color: #FB9C5B;
}

.category-news-content span i {
  padding-right: 7px;
}

.category-news-image img {
  width: 100%;
}

.single-category-news {
  border: 1px solid #efefef;
  padding: 1px 5px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.media img {
  width: 100%;
}

.content span {
  font-size: 14px;
}

.content span i {
  padding-right: 7px;
}

.content h3 a {
  font-size: 16px;
  text-decoration: none;
}

.content h3 a:hover {
  color: #FB9C5B;
}

.around-the-world-news-media {
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
}

.contact i {
  color: #FB9C5B;
}

.submitbutton {
  padding: 10px;
  background: #FB9C5B;
  border-radius: 5px;
  margin: 40px 0px 0px 0px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */