* {
  margin: 0px;
  padding: 0px;
  outline: 0!important;
}

body {
  line-height: 1.3;
  font-size: 25px;
  color: #000;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul {
 margin-bottom: 0px;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
  margin-top: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}



.navbar {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
  background: #fff !important;
  padding: 15px 0;
  margin-bottom: 0px;
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
}

.main-nav .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.main-nav .navbar-nav {
  margin-left: auto !important;
  margin-right: auto !important;
}

.main-header .other-links {
  position: relative;
  float: right;
  z-index: 7;
}

.main-header .other-links {
  display: flex;
  align-items: center;
}

.main-header .other-links .link-box {
  position: relative;
  float: left;
  /* padding: 34px 0px; */
}


.main-header .other-links .link-box .link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 42px;
  background: url(../images/whatsapp.png) left center no-repeat;
}

.main-header .other-links .link-box .sub-text {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  font-family: 'Teko', sans-serif;
}

.main-header .other-links .link-box .link {
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 60px;
  color: #ffffff;
}

.main-header .other-links .call-us {
  position: relative;
}
.navbar-brand {
  padding: 0px 15px; 
}

.main-header .other-links .link-box .number {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Teko', sans-serif;
  color: #000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}


.navbar-brand img {
  width: 250px;
  /* margin-top: -8px; */
}

.navbar-nav > li {
  display: inline-block;
  
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #2b3a60;
}


.navbar-default .navbar-nav > li > a {
  font-size: 25px;
  text-transform: capitalize;
  color: #000;
  padding: 15px 15px;
  font-weight: 600;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #2a3a60;
  text-decoration: none;
  background-color: transparent;
}



.tophead {
  background: #e43838;
  padding: 20px 0;
}

.tpcll {

}

.tpcll ul {
  text-align: center;
}

.tpcll ul li {
  float: none;
  display: inline-block;
  padding: 0 10px;
}

.tpcll ul li a i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  color: #2a3a61;
  margin-right: 5px;
}

.tpcll ul li a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}


.hmbanner {
  background: url(../images/banner.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0;
}

.hmhead ul {
  padding-left: 20px;
}

.hmhead ul li {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  list-style: disc;
}

.hmhead h2 {
  margin-top: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.5;
}


.contact-form-item {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
  -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
  box-shadow: 0 0 40px rgba(82,85,90,0.3);
  padding: 30px;
  position: relative;
}

.contact-form-item h3 {
  margin-top: 0px;
  color: #2b3b61;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-form-action form .form-group {
  position: relative;
}

.contact-form-action form .form-group .form-control {
  padding: 12px 20px 12px 12px;
  border-color: rgba(127,136,151,0.2);
  height: inherit;
  color: #2e3d62;
  font-size: 13px;
}

.theme-btn {
  font-size: 14px;
  text-transform: capitalize;
  background-color: #fe7058;
  color: #fff;
  font-weight: 500;
  padding: 5px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 0;
}

.hmabout {
  padding: 60px 0;
}

.hmtext h2 {
  margin-top: 0px;
  color: #f03313;
  font-weight: 600;
  margin-bottom: 20px;
}

.hmtext h3 {
  color: #f03313;
  font-weight: 600;
}

.hmtext a {
  text-decoration: underline;
  font-weight: 600;
  color: #000;
}

.hmtext {
  padding-top: 30px;
}

.hmmiddlebo {
  margin-bottom: 50px;
}

.middlbox1 {
  padding: 50px;
  text-align: center;
  background: #27caba;
  border-radius: 10px;
}

.middlbox1 h2 {
  margin-top: 0px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
margin-bottom: 0px;
}

.middlbox1 h3 {
  color: #fff;
  margin-top: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.middlbox1 a {
  color: #2b3b61;
  font-weight: 600;
  text-decoration: underline;
}

.hmser {
 padding: 50px 0;
}

.serhead h2 {
  color: #000;
  text-align: center;
  margin: 0px;
  font-weight: 600;
  font-size: 35px;
  padding-bottom: 20px;
}

.serhead {
  text-align: center;
}

.serhead h3 {
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
}

.serhead p {
  font-size: 20px;
}

.ser1 {
  margin-top: 50px;
}

.serhead a {
  color: #fff ;
  background: #1d284b;
  padding: 5px 25px;
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}


.mblock {
  display: none;
}


.call-to-action {
  position: relative;
  background-color: #fcc045;
  padding: 30px 0 35px;
}


.call-to-action::before {
  position: absolute;
  top: 10px;
  width: 100%;
  bottom: 10px;
  border-top: 2px dashed #cc9118;
  border-bottom: 2px dashed #cc9118;
  content: "";
}

.call-to-action .auto-container {
  max-width: 1100px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.call-to-action .content-column {
  position: relative;
  float: left;
}

.call-to-action .content-column .title {
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #242424;
  font-weight: 600;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.call-to-action .content-column h3 {
  display: block;
  font-size: 28px;
  line-height: 1.2em;
  color: #242424;
  font-weight: 600;
}

.call-to-action .btn-column {
  position: relative;
  float: right;
  padding-top: 15px;
}

.call-to-action .btn-column a {
  padding: 10px 43px;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #e43838;
  letter-spacing: .2em;
  font-family: "Open Sans", sans-serif;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.btn-style-one:hover {
  background-color: #093057;
  color: #ffffff;
}

.footer-bottom {
  position: relative;
  background: #111;
}

.footer-bottom .outer-box {
  position: relative;
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 25px 0;
}


.footer-bottom .copyright-text {
  position: relative;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255,255,255,.30);
  font-weight: 400;
  
}


.footer-bottom .copyright-text a {
  color: rgba(255,255,255,.30);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}



.icon-bar2 {
  background: #2196f3;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  text-align: center;
  z-index: 999;
}

.icon-bar2 a {
  font-size: 18px;  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}

.mnavbar {
  display: none;
}

.call-us img {
  width: 200px;
}

.hbanner {
  padding: 100px 0 0 0;
}


.btext h3 {
  font-size: 45px;
  color: #f03313;
  font-weight: 700;
  padding-bottom: 20px;
}

.btext p {
  font-size: 25px;
  color: #000;
  line-height: 1.3;
}

.hbanner img {
  margin: 0 auto;
}

.serimg {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82,85,90,0.1);
  -moz-box-shadow: 0 0 40px rgba(82,85,90,0.1);
  box-shadow: 0 0 40px rgba(82,85,90,0.3);
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.serimg h3 {
  color: #f03313;
  font-weight: 600;
}

.sbtn img {
  width: 130px;
}

.sbtn a {
  display: inline-block;
}


.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #f03313;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: .5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #f03313;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #f03313;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

.hotline-bar {
  position: absolute;
  background: rgba(240,51,19,.71);
  height: 40px;
  width: 200px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all .8s;
  -webkit-transition: all .8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}


.hotline-bar > a:active, .hotline-bar > a:hover {
    color: #fff
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}



.main-footer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-footer .widgets-section {
  padding-top: 80px;
  padding-bottom: 10px;
}

.main-footer .about-widget {
  position: relative;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .widget-title {
  position: relative;
  display: block;
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 28px;
}

.main-footer .widget-content {
  position: relative;
}

.main-footer .text {
  font-size: 20px;
  line-height: 1.3;
  color: #b9c0c8;
}

.main-footer .links-widget {
  position: relative;
  padding-left: 50px;
}

.main-footer .list {
  position: relative;
}

.main-footer .list li {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.main-footer .list li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
  opacity: .60;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .info-list {
  position: relative;
  margin-bottom: 24px;
}

.main-footer .info-list li.number {
  margin-bottom: 12px;
  opacity: .80;
}

.main-footer .info-list li {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #b9c0c8;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.main-footer .info-list li strong {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #b9c0c8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.main-footer .info-list li a {
  color: #b9c0c8;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-bottom {
  position: relative;
}

.footer-bottom .outer-box {
  position: relative;
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 25px 0;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.footer-bottom .outer-box {
  position: relative;
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 25px 0;
}


.footer-bottom .copyright-text {
  position: relative;
  float: left;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #ddd;
  font-weight: 400;
  
}

.footer-bottom .copyright-text a {
  color: #ddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}


.footer-bottom .privacy {
  position: relative;
  float: right;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #ddd;
  font-weight: 400;
}

.footer-bottom .privacy a {
  color: #ddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pb-70 {
  padding-bottom: 50px;
  background: #ddd;
}

.pt-80 {
  padding-top: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.afact--img {
  padding-left: 30px;
  position: relative;
}


.afact--img::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #ffb482;
  background: transparent;
  display: inline-block;
  top: 0px;
  left: 0px;
}

.z-index {
  z-index: 2;
  position: relative;
}


.afact--text {
  display: flex;
  align-items: center;
}

.afact--text__content h3 {
  font-size: 27px;
  margin-bottom: 0px;
}

.afact--text__content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
}