body {
  background: #fff;
  font-family: "Conv_Segoe UI", sans-serif;
}
@font-face {
  font-family: "Conv_Segoe UI";
  src: url("../fonts/Segoe UI.eot");
  src: local("☺"), 
    url("../fonts/Segoe UI.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
.container-main {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 15px;
}
.nav-blak {
  background: #ef1e23;
  padding: 10px;
  color: #ccc;
  font-size: 14px;
}
.call {
  text-align: right;
  padding-top: 10px;
  float: left;
  margin: 0 15px;
}
.call a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.call i {
  margin-right: 5px;
}
.socil {
  text-align: center;
  position: fixed;
  right: 0;
  top: 160px;
  z-index: 99;
}
.socil a {
  color: #fff;
  background: #359;
  border-radius: 5px;
  float: left;
  margin: 5px 0;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 30px;
}
.socil a i {
  float: left;
  margin-right: 10px;
  font-size: 28px;
}
.socil a.s1 {
  background: #359;
}
.socil a.s2 {
  background: #3ad;
}
.socil a.s3 {
  background: #358;
}
.socil a.s4 {
  background: #c33;
}
.socil a.s5 {
  background: #07a;
}
.socil a.s6 {
  background: #2ab200;
}
.mail {
  padding-top: 10px;
  text-align: right;
  float: left;
}
.mail i {
  margin-right: 5px;
  color: #fff;
  font-size: 22px;
  float: left;
  margin-top: 4px;
}
.mail a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.hd-social {
  float: right;
  margin: 8px;
}
.hd-social a {
  color: #fff;
  margin: 8px;
}
.track .form-inline {
  float: right;
}
.track .form-inline .btn {
  color: #fff;
  background-color: #dd0808;
  border-color: #dd0808;
  border-radius: 0 5px 5px 0;
}
.track .form-inline .form-control {
  border-radius: 5px 0 0 5px;
  border: 1px solid #ccc;
}
.navbar {
  display: inherit !important;
  background: #fff;
  padding: 0;
  box-shadow: 0 -2px 10px #888;
}
.inner .navbar-container {
  padding: 20px 15px 20px 15px;
  background: 0 0;
  height: auto;
}
.navbar-container {
  padding: 0 15px 0 15px;
  background: rgba(255, 255, 255, 0.5);
}
.inner.navbar {
  background: rgba(255, 255, 255, 1);
}
.navbar .navbar-brand {
  position: relative;
  margin: 5px 0;
  float: left;
}
.inner.navbar .navbar-brand {
  position: inherit;
  top: inherit;
}
.navbar .navbar-brand img {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  margin-right: 0;
}
.logo-cntr {
  background: #fff;
  padding: 10px 40px;
}
.nan-bg {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.nan-bg.top-nav-collapse {
  padding: 0 30px;
  background-color: #fff;
}
.menu-right {
  margin-left: 25px;
  margin-top: 25px;
}
.menu-right .nav-item .nav-link {
  color: #333 !important;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.menu-right .nav-item.active .nav-link {
  border-bottom: 2px solid #f7921e;
}
.menu-right .dropdown-menu {
  color: #fff;
  text-align: left;
  list-style: none;
  background: rgba(237, 28, 36, 0.8);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-right .dropdown-item {
  color: #fff;
  font-size: 14px;
}
.menu-right .dropdown-item:hover {
  color: #fff;
  background: #ed1c24;
}
.banner {
  margin-top: 125px;
}
.banner .carousel-caption {
  bottom: 25%;
  left: 5%;
  right: 45%;
}
.banner .carousel-caption h1 {
  font-size: 60px;
  font-weight: 700 !important;
  line-height: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #000;
}
.banner .carousel-caption h3 {
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #f89a22;
}
.banner .carousel-caption p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: #000;
}
.banner .carousel-caption a {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 20px;
  background: rgba(237, 28, 36, 0.8);
  color: #fff;
  text-decoration: none;
}
.banner .carousel-indicators li {
  border-radius: 0;
  width: 100px;
  height: 15px;
  background: #fff;
}
.banner .carousel-indicators li.active {
  background: #fba100;
}
.contr {
  text-align: right;
  padding: 25px 0;
  float: right;
  margin: 0 15px;
}
.contr a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.land-sec2 {
  padding: 100px 0;
  background: #fff;
}
.land-sec2 h1 {
  font-size: 48px;
  text-align: center;
  color: #ef1e23;
  margin: 0 0 20px;
  font-weight: 700;
}
.land-sec2 p {
  font-size: 18px;
  text-align: center;
  color: #000;
  position: relative;
  margin: 10px 0 10px;
}
.land-sec2 .cnt {
  padding: 10px 20px;
  box-shadow: 5px 5px 10px #333;
  border-radius: 20px;
}
.land-sec2 .cnt-img {
  text-align: center;
}
.land-sec2 .cnt-img img {
  margin-top: 50px;
}
.land-sec3 {
  padding: 50px 0;
  background: #fff;
}
.land-sec3 h1 {
  font-size: 48px;
  text-align: center;
  color: #ef1e23;
  margin: 0 0 20px;
  font-weight: 700;
}
.land-sec3 p {
  font-size: 18px;
  text-align: center;
  color: #101010;
  margin: 0 0 20px;
}
.serv-1 {
  position: relative;
}
.serv-11 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
}
.serv-12 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.serv-12 h3 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
.serv-12 p {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin: 0 0 5px;
}
.serv-12 a {
  font-size: 16px;
  text-align: center;
  color: #ef1e23 !important;
}
.land-sec4 {
  padding: 100px 0;
  background: #f8f8f8;
}
.land-sec4 h1 {
  font-size: 48px;
  text-align: center;
  color: #ef1e23;
  margin: 0 0 20px;
  font-weight: 700;
}
.land-sec4 p {
  font-size: 18px;
  text-align: center;
  color: #333;
  margin: 20px 0 5px;
}
.land-sec4 a.btn {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #ef1e23;
  padding: 15px 25px;
  border-radius: 40px;
}
.slider-cntr {
  margin-top: 50px;
}
.slider-cntr .slide-2-slder-cntr {
  text-align: center;
}
.slider-cntr .slide-2-slder-cntr h2 {
  font-size: 20px;
  margin-top: 20px;
}
.slider-cntr .slide-2-slder-cntr p {
  font-size: 14px;
}
.slider-cntr .lSAction > a.lSPrev {
  width: 30px;
  display: block;
  top: inherit;
  bottom: 35%;
  height: 60px;
  background-image: url(../images/left-icon.jpg);
  opacity: 0.9;
  left: 0;
  background-position: center;
}
.slider-cntr .lSAction > a.lSNext {
  width: 30px;
  display: block;
  top: inherit;
  bottom: 35%;
  height: 60px;
  background-image: url(../images/right-icon.jpg);
  background-position: center;
  opacity: 0.9;
  right: 0;
}
.inner-pager {
  margin-top: 145px;
  padding: 20px;
  background: #3a3e42;
}
.inner-pager h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.inner-pager p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.inner-pager a {
  color: #fff;
  font-size: 16px;
}
.inner-page-cnt {
  text-align: left !important;
}
.inner-page-cnt h1 {
  font-size: 24px;
  text-align: left;
}
.inner-page-cnt h2 {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
}
.inner-page-cnt p {
  font-size: 16px;
  text-align: left;
}
.inner-page-cnt h4 {
  font-size: 16px;
  text-align: left;
}
.inner-page-cnt a {
  color: #ef1e23 !important;
}
.popup-header {
  width: 35px;
  float: left;
  border-radius: 4px 0 0 4px;
  padding: 0;
  background-color: #d33;
  border-color: #d33;
  position: fixed;
  right: 0;
  top: 43%;
  z-index: 10;
  word-break: break-all;
  text-align: center;
  padding: 10px 0;
}
.popup-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  writing-mode: tb-rl;
  -o-transform: rotate(90deg);
}
.btn-primary {
  color: #fff;
  background-color: #dd0808;
  border-color: #dd0808;
}
.footer-ico-cntr {
  background: #393939;
  padding: 100px 0 0;
}
.footer-ico-cntr-1 h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0 10px;
}
.footer-ico-cntr-1 h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background: #a0a0a0;
  content: "";
}
.footer-ico-cntr-1 a {
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  text-decoration: none !important;
}
.footer-ico-cntr-1 a:hover {
  color: #f5f5f5 !important;
}
.footer-ico-cntr-1 p {
  color: #fff !important;
  font-size: 14px;
}
.footer-ico-cntr-1 a.more {
  color: #e31d1a !important;
  font-size: 14px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  width: auto;
  float: right;
}
.footer-ico-cntr-1 a.more:hover {
  text-decoration: underline !important;
}
.footer-ico-cntr-1 a.mail-ft {
  color: #e31d1a !important;
  font-size: 14px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  width: inherit;
  float: inherit;
}
.footer-ico-cntr-1 a.mail-ft:hover {
  text-decoration: underline !important;
}
.foot-ico {
  text-align: center;
  padding: 10px 0;
}
.foot-ico a i {
  font-size: 18px;
  margin: 0 10px;
}
.foot-ico a {
  color: #fff;
  float: left;
  width: inherit;
}
.foot-ico p {
  text-align: left !important;
}
.footer-ico-cntr-2 {
  background: #2e2e2e;
  padding: 20px 0 20px;
  margin-top: 20px;
}
.footer-ico-cntr-2 p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}
.footer-ico-cntr-1 .ft-abt a {
  font-size: 14px;
  color: #f7921e !important;
  text-decoration: underline !important;
}
.footer-ico-cntr-1 .ft-nav a {
  line-height: 24px;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}
.footer-ico-cntr-1 .ft-abt .form-control {
  background: #393939;
  border: 1px solid #a0a0a0;
  color: #fff;
}
.footer-ico-cntr-1 .ft-abt .form-group .btn {
  background: #fff;
  color: #333;
  border: none;
  padding: 15px 30px;
}
.abut-sec-1 {
  padding: 100px 0;
  background: #fff;
}
.abut-sec-1 h2 {
  font-size: 28px;
}
.abut-sec-1 p {
  font-size: 18px;
  text-align: left;
  color: #000;
}
.abut-sec-2 {
  padding: 100px 0;
  background: #f5f5f5;
}
.abut-sec-2 {
  background: url(../images/miss.jpg) no-repeat;
  background-attachment: scroll;
  text-align: center;
}
.abut-sec-2 h1 {
  font-size: 24px;
}
.abut-sec-2 p {
  font-size: 18px;
  text-align: left;
  color: #000;
  text-align: center;
}
.lice-sec-1 {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.lice-sec-1 h3 {
  font-size: 18px;
}
.lice-sec-1 p {
  font-size: 14px;
  text-align: center;
  color: #000;
}
.clients-list {
  margin-bottom: 50px;
}
.clients-list h2 {
  font-size: 18px;
  margin-top: 15px;
}
.clients-list p {
  font-size: 14px;
  margin-top: 15px;
}
.cont-list {
  border: 1px dashed #ccc;
  padding: 20px;
  margin: 10px 0;
  word-break: break-all;
}
.cont-list h3 {
  font-size: 18px;
}
.cont-list p {
  font-size: 16px;
}
a.map-btn {
  border: none;
  background: 0 0;
  font-size: 14px;
  color: #333;
}
a.map-btn:hover {
  border: none;
  background: 0 0;
  color: #05b0fe !important;
}
@media screen and (max-width: 992px) {
  .cnt-img iframe {
    display: none;
  }
  .socil a i {
    margin-right: 5px;
    font-size: 20px;
  }
  .socil a {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 20px;
  }
  .navbar {
    display: inherit !important;
    background: #fff;
  }
  .menu-right {
    margin: 0;
  }
  .menu-right .nav-item .nav-link {
    font-size: 14px;
  }
  .navbar .navbar-brand {
    margin: 0;
    padding: 10px 0;
  }
  .nav-blak {
    padding: 0;
  }
  .navbar-collapse {
    width: 100%;
    float: left;
  }
  .navbar-toggler {
    margin-top: 20px;
  }
  .hd-social {
    width: 100%;
    text-align: center;
  }
  .call {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .mail {
    text-align: center;
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .mail i {
    margin: 0;
    float: none;
  }
  .track .form-inline {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  .track .form-inline .form-group {
    margin: 0;
    width: calc(100% - 45px);
  }
  .navbar .navbar-brand img {
    width: 80px;
  }
  .socil {
    top: 235px;
  }
  .box-inner {
    width: 250px !important;
  }
  .box-cntr {
    right: 0 !important;
    z-index: 1999 !important;
    top: 285px !important;
  }
  .box {
    position: relative;
  }
  .box label {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .box .form-control {
    font-size: 14px;
  }
  .box .form-group {
    margin-bottom: 10px;
  }
  .banner {
    margin-top: 215px;
  }
  .contr {
    text-align: center;
    width: 100%;
  }
  .land-sec2 {
    padding: 30px 0;
  }
  .land-sec2 h1 {
    font-size: 28px;
  }
  .land-sec3 {
    padding: 30px 0;
  }
  .land-sec4 h1 {
    font-size: 28px;
  }
  .land-sec3 h1 {
    font-size: 28px;
  }
  .footer-ico-cntr {
    padding: 30px 0 0;
  }
  .footer-ico-cntr-1 {
    text-align: center;
  }
  .ft-abt {
    margin-bottom: 50px;
  }
  .ft-nav {
    margin-bottom: 50px;
  }
  .footer-ico-cntr-1 h4::after {
    left: 40%;
    width: 20%;
  }
  .footer-ico-cntr-2 {
    margin-top: 0;
  }
  .ft-abt {
    margin-bottom: 20px;
  }
  .foot-ico a {
    text-align: center;
  }
  .inner-pager {
    margin-top: 210px;
  }
}
.core-menu {
  text-align: left;
  margin: 24px 0;
  overflow: hidden;
}
.core-menu li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.core-menu li a {
  display: inline-block;
  padding: 0.5em;
  color: #333;
  text-decoration: none;
}
.core-menu li a:hover {
  color: #ef1e23;
}
li span.toggle {
  padding-left: 1em;
  position: relative;
  top: -2px;
}
.dropdown {
  position: absolute;
  width: 230px;
  background: #ef1e23;
  text-align: left;
  display: none;
  padding: 0;
}
.dropdown li {
  display: block;
}
.dropdown li a {
  display: block;
  color: #fff;
}
.dropdown li a:hover {
  background: #f34a4e;
  color: #fff;
}
.dropdown2 {
  position: absolute;
  width: 230px;
  background: #2d2d2d;
  text-align: left;
  display: none;
  right: -100%;
  top: 0;
  padding: 0;
}
.dropdown2 li {
  display: block;
}
.dropdown2 li a {
  display: block;
  color: #fff;
}
.dropdown2 li a:hover {
  color: #fff;
}
li span.toggle2 {
  position: absolute;
  right: 0;
  margin-right: 20px;
}
.hamburger-menu {
  padding: 1em;
  display: none;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .main-menu {
    height: 50px;
  }
  .container-menu {
    width: 100%;
  }
  .navigation {
    float: left;
    display: block;
    width: 100%;
  }
  .core-menu {
    float: right;
    width: 100%;
    background: #1a1a1a;
    margin: auto;
    display: none;
    padding: 0;
    height: 400px;
    position: relative;
    overflow: auto;
  }
  .core-menu li {
    width: 100%;
    display: block;
  }
  .core-menu li a {
    display: block;
    margin: auto;
    color: #fff;
    padding: 10px 20px;
    text-align: left;
  }
  .hamburger-menu {
    display: block;
    text-align: center;
    padding-right: 60px;
    float: none;
    width: 100%;
    padding: 0;
  }
  .burger-1,
  .burger-2,
  .burger-3 {
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 30px;
    right: 0;
    margin-right: 25px;
    background: #333;
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .burger-1 {
    top: 15px;
  }
  .burger-2 {
    top: 23px;
  }
  .burger-3 {
    top: 31px;
  }
  .burger-1.open,
  .burger-2.open,
  .burger-3.open {
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    transform-origin: 50% 50%;
  }
  .burger-1.open {
    top: 25px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .burger-2.open {
    opacity: 0;
  }
  .burger-3.open {
    top: 25px;
    width: 23px;
    transform: rotate(-45deg);
  }
  .dropdown {
    width: 100%;
    background: #0e0e0e;
    text-align: center;
    position: relative;
  }
  .dropdown2 {
    right: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
}
