@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700;900&display=swap");
@import url(../css/nav.css);
@font-face {
  font-family: 'D-DIN';
  src: url("../D-DIN-Bold.woff2") format("woff2"), url("../fonts/D-DIN-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

.mobile_left,
.sidenav,
.moblink {
  display: none;
}

.custom-padd {
  padding: 80px 0;
}

.custom-font {
  font-size: 29px !important;
}

.p-80 {
  padding-top: 72px;
}

body {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

a:hover {
  text-decoration: none;
}

.my-bg {
  background: #ad030e;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.my-heading {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  position: relative;
  display: inline-block;
}

.my-heading img {
  margin: 0px auto;
  margin-top: 14px;
  text-align: center;
  display: block;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev {
  border: none;
  background: none;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next {
  border: none;
  background: none;
}

.toptorocont .toplogo {
  padding: 30px 0;
}

.toptorocont .topright ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
}

.toptorocont .topright ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 18px;
  list-style: none;
  display: inline-block;
}

.toptorocont .topright ul li a {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.toptorocont .topright ul li a i {
  color: #2b2b2b;
  font-size: 22px;
  margin: 0 0 0 0;
  padding: 0 5px 0 0;
}

.toptorocont .topright ul li a:hover {
  color: #1d86d7;
}

.toptorocont .topright ul li a span {
  color: #2b2b2b;
  font-size: 22px;
  margin: 0 0 0 0;
  padding: 0 5px 0 0;
}

.toptorocont .topright ul li.carttp {
  background-color: #2b2b2b;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  padding: 0 0 0 6px;
  margin: 0 0 0 12px;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.toptorocont .topright ul li.carttp a i {
  color: #fff;
}

.toptorocont .topright ul li.carttp:hover {
  color: #fff;
  background-color: #1d86d7;
}

.menucont {
  background-color: #1d86d7;
}

.menucont .top_nav_items ul {
  margin: 0 0 0 0;
  padding: 12px 0;
  list-style: none;
  display: inline-block;
}

.menucont .top_nav_items ul li {
  margin: 0 0 0 0;
  padding: 0 20px;
  list-style: none;
  display: inline-block;
  position: relative;
}

.menucont .top_nav_items ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 0px;
  margin: 0 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menucont .top_nav_items ul li a:after {
  width: 0;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menucont .top_nav_items ul li a:hover:after {
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menucont .searchright form {
  position: relative;
}

.menucont .searchright input {
  position: relative;
  background: #1d86d7;
  background: linear-gradient(323deg, #1d86d7 7%, #1479c7 65%);
  width: 100%;
  height: 64px;
  line-height: 64px;
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  border: none;
  outline: none;
}

.menucont .searchright input::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.menucont .searchright input:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.menucont .searchright input::-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.menucont .searchright input::placeholder {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.menucont .searchright button {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
  background: none;
  outline: none;
  color: #fff;
  font-size: 22px;
  border: none;
}

.shortaboutcont {
  padding: 47px 0;
}

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

.shortaboutcont .shortabouthdading strong {
  background: url(../images/catbg.png) no-repeat center center;
  color: #0b1f52;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 0;
  margin: 0 0 10px 0;
}

.shortaboutcont .shortabouthdading h4 {
  color: #0b1f52;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 0;
  margin: 0 0 10px 0;
}

.shortaboutcont .shortabouthdading p {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin: 0 0 0 0;
  margin: 0 0 16px 0;
  line-height: 22px;
}

.shortaboutcont .shortabouthdading a {
  background-color: #ebebeb;
  color: #0b1f52;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  display: inline-block;
  text-transform: uppercase;
}

.shortaboutcont .shortabouthdading a:hover {
  background-color: #1d86d7;
  color: #fff;
  border-radius: 0px;
}

.shortaboutbottomarea {
  background-color: #ebebeb;
  padding: 35px 0 10px 0;
}

.shortaboutbottomarea .perfect-txt {
  text-align: center;
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  margin: 0 0 30px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.shortaboutbottomarea .perfect-txt:hover {
  background-color: #0b1f52;
}

.shortaboutbottomarea .perfect-txt:hover h4 {
  color: #fff;
}

.shortaboutbottomarea .perfect-txt:hover p {
  color: #fff;
}

.shortaboutbottomarea .perfect-txt img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.shortaboutbottomarea h4 {
  color: #0b1f52;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 0;
  margin: 15px 0 0px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.shortaboutbottomarea p {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding: 7px 0 0 0;
  margin: 0 0 0 0;
  line-height: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.featuredcont {
  padding: 47px 0 15px 0;
}

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

.featuredcont strong {
  background: url(../images/featurebg.png) no-repeat center center;
  color: #0b1f52;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 0;
  margin: 0 0 10px 0;
}

.featuredcont h4 {
  color: #0b1f52;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 34px 0;
}

.productioncont {
  padding: 47px 0 47px 0;
  background-color: #ebebeb;
}

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

.productioncont strong {
  background: url(../images/featurebg.png) no-repeat center center;
  color: #0b1f52;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 0;
  margin: 0 0 10px 0;
}

.productioncont h4 {
  color: #0b1f52;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 34px 0;
}

.certificatescont {
  padding: 47px 0 47px 0;
}

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

.certificatescont strong {
  background: url(../images/certbg.png) no-repeat center center;
  color: #0b1f52;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 0;
  margin: 0 0 10px 0;
}

.certificatescont h4 {
  color: #0b1f52;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 34px 0;
}

@media screen and (max-width: 1400px) {
  header .main-header .logo {
    padding: 12px 0 0 0;
  }
}

@media screen and (max-width: 1299px) {
  .my-heading {
    font-size: 34px;
  }
  .custom-padd {
    padding: 50px 0;
  }
  header .main-header .top-left ul li span {
    font-size: 13px;
  }
  header .main-header .top-left ul li i {
    font-size: 16px;
  }
  header .main-header .top_nav_items ul li a {
    font-size: 13px;
  }
  header .main-header .search-box .openBtn {
    font-size: 13px;
  }
  header .main-header .search-box .openBtn i {
    font-size: 18px;
  }
  header .main-header .top-right ul li a i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 26px;
  }
  header .main-header .top-right ul li span {
    font-size: 13px;
    padding-right: 0px;
  }
  .cate_main .prd-slider .owl-nav .owl-prev,
  .cate_main .prd-slider-2 .owl-nav .owl-prev {
    left: 0px;
  }
  .cate_main .prd-slider .owl-nav .owl-next,
  .cate_main .prd-slider-2 .owl-nav .owl-next {
    left: inherit;
    right: -15px;
  }
  .cate_main .prd-slider .inner_cate .cate-name h2,
  .cate_main .prd-slider-2 .inner_cate .cate-name h2 {
    font-size: 30px;
  }
  .cate_main .prd-slider .owl-nav .owl-prev,
  .cate_main .prd-slider-2 .owl-nav .owl-prev,
  .cate_main .prd-slider .owl-nav .owl-next,
  .cate_main .prd-slider-2 .owl-nav .owl-next {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .feature_prod .prd-slider-3 .owl-nav .owl-prev,
  .feature_prod .prd-slider-3 .owl-nav .owl-next {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .feature_prod .prd-slider-3 .owl-nav .owl-prev {
    left: 0px;
  }
  .feature_prod .prd-slider-3 .owl-nav .owl-next {
    left: inherit;
    right: -15px;
  }
  .bottom-footer {
    padding: 15px 0px;
  }
  .p-80 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .cate_main .prd-slider .inner_cate .cate-name a,
  .cate_main .prd-slider-2 .inner_cate .cate-name a {
    font-size: 14px;
    width: 140px;
    height: 30px;
    line-height: 27px;
  }
  .custom-padd {
    padding: 40px 0;
  }
  .my-heading {
    font-size: 32px;
  }
  .custom-font {
    font-size: 28px !important;
  }
  .p-80 {
    padding-top: 40px;
  }
  header .main-header .top-left ul li {
    padding: 0 5px;
  }
  header .main-header .top-left ul li a {
    font-size: 13px;
  }
  header .main-header .top_nav_items ul li {
    padding: 0 17px;
  }
  header .main-header .top_nav_items ul li a {
    font-size: 12px;
  }
  header .main-header .top_nav_items {
    padding: 15px 0;
  }
  header .main-header .search-box {
    padding: 15px 0;
  }
  header .main-header .top-right {
    padding: 5px 0;
    padding-left: 18px;
  }
  header .main-header .top-left {
    padding: 5px 0;
    padding-right: 15px;
  }
  .cate_main .prd-slider .inner_cate .cate-name h2,
  .cate_main .prd-slider-2 .inner_cate .cate-name h2,
  .cate_main .prd-slider-2 .inner_cate .cate-name h2 {
    font-size: 24px;
  }
  .feature_prod .prd-slider-3 .inner_prod .prod_name h3 {
    font-size: 14px;
  }
  .feature_prod .prd-slider-3 .inner_prod .prod_name p {
    font-size: 16px;
  }
  .catlog-box .catlog-text p {
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 7px;
  }
  .catlog-box .catlog-text ul li a {
    font-size: 12px;
    width: 190px;
    height: 45px;
    line-height: 47px;
  }
  .catlog-box .catlog-text ul li a i {
    font-size: 20px;
  }
  .catlog-box .catlog-text h5 {
    font-size: 16px;
    padding: 7px 0;
  }
  .catlog-box .catlog-text ul {
    margin-top: 20px;
  }
  .catlog-box .catlog-img img {
    padding: 0px 24px;
  }
  .news-box .news-text h4 {
    font-size: 20px;
    padding-top: 20px;
  }
  .news-box .news-text p {
    font-size: 14px;
  }
  footer .main-footer .foot-head h4 {
    font-size: 18px;
    padding: 0 0 20px 0;
  }
  footer .main-footer .d-flex .flex-body p {
    font-size: 13px;
  }
  footer .main-footer .d-flex .flex-body p a {
    font-size: 13px;
  }
  footer .main-footer .foot-nav ul li a {
    font-size: 13px;
  }
  footer .main-footer .foot-nav ul li {
    line-height: 27px;
  }
  footer .main-footer .foot-search p {
    font-size: 13px;
  }
  footer .main-footer .foot-search form button {
    font-size: 13px;
    width: 120px;
    height: 40px;
    line-height: 35px;
  }
  footer .main-footer .foot-search form button i {
    font-size: 20px;
  }
  footer .main-footer .foot-search form input {
    height: 40px;
    font-size: 13px;
  }
  .bottom-footer .design p {
    font-size: 13px;
  }
  .bottom-footer .design p a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .custom-padd {
    padding: 30px 0;
  }
  .p-80 {
    padding-top: 30px;
  }
  .my-heading {
    font-size: 28px;
  }
  .custom-font {
    font-size: 25px !important;
  }
  .my-heading img {
    margin-top: 10px;
    max-width: 150px;
  }
  header .main-header .top_nav_items ul li {
    padding: 0 7px;
  }
  header .main-header .top_nav_items ul li a {
    font-size: 11px;
  }
  header .main-header .top-left ul li {
    padding: 0 3px;
  }
  header .main-header .top-left ul li a {
    font-size: 11px;
  }
  header .main-header .top-left ul li span {
    font-size: 11px;
  }
  header .main-header .top-left ul li i {
    font-size: 11px;
  }
  header .main-header .top-right ul li a i {
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  header .main-header .top-right ul li {
    padding: 0 2px;
  }
  header .main-header .top-right ul li span {
    font-size: 11px;
    padding-right: 0px;
  }
  header .main-header .top-right {
    padding: 2px 0;
    padding-left: 10px;
  }
  header .main-header .top-left {
    padding: 2px 0;
    padding-right: 15px;
  }
  header .main-header .search-box {
    padding: 8px 0;
  }
  header .main-header .top_nav_items {
    padding: 12px 0;
  }
  header .main-header .search-box .openBtn i {
    font-size: 14px;
    padding-bottom: 6px;
  }
  header .main-header .search-box .openBtn {
    font-size: 11px;
  }
  header .main-header .search-box {
    padding: 13px 0;
  }
  .cate_main .prd-slider,
  .cate_main .prd-slider-2 {
    padding-top: 20px;
  }
  .catlog-box .catlog-text ul li a {
    font-size: 12px;
    width: 150px;
    height: 45px;
    line-height: 47px;
  }
  .catlog-box .catlog-img img {
    padding: 0;
  }
  .catlog-box .catlog-text p {
    font-size: 16px;
  }
  .catlog-box .catlog-text h5 {
    font-size: 14px;
    padding: 5px 0;
  }
  .news-box .news-text p {
    font-size: 16px;
    color: #cccccc;
    padding: 10px 5px 0 5px;
    text-align: center;
  }
  .news-box .news-text h4 {
    font-size: 16px;
    padding-top: 10px;
  }
  .news-box .news-text p {
    font-size: 12px;
  }
  footer .main-footer .foot-head h4 {
    font-size: 16px;
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  header .main-header .top_nav_items {
    display: none;
  }
  header .main-header .search-box {
    display: none;
  }
  header .main-header .top-right {
    display: none;
  }
  header .main-header .top-left {
    display: none;
  }
  .mobile_left,
  .sidenav,
  .moblink {
    display: block;
  }
  header .main-header .logo {
    padding: 5px 0 0 0;
  }
  .custom-padd {
    padding: 20px 0;
  }
  .my-heading img {
    margin-top: 10px;
    max-width: 120px;
  }
  .my-heading {
    font-size: 24px;
  }
  .custom-font {
    font-size: 22px !important;
  }
  .p-80 {
    padding-top: 20px;
  }
  .catlog-box .catlog-img {
    text-align: center;
  }
  .news-box .news-text p {
    font-size: 12px;
    padding: 0 46px;
  }
  footer .main-footer .foot-head h4 {
    font-size: 16px;
    padding: 20px 0 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .moblink ul li a {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .news-box .news-text p {
    font-size: 12px;
    padding: 0;
    text-align: justify;
  }
  .mobile-social {
    padding: 20px 20px;
  }
  .mobile-social li {
    display: inline-block !important;
  }
  .mobile-social li a {
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
  }
  .mobile-social li a:hover {
    color: #b50801;
  }
  .catlog-box .catlog-text ul li a {
    font-size: 12px;
    width: 140px;
    height: 45px;
    line-height: 47px;
  }
  .catlog-box .catlog-text ul li {
    padding-right: 0px;
  }
  .catlog-box .catlog-text h5 {
    font-size: 12px;
  }
  .catlog-box .catlog-text p {
    font-size: 12px;
  }
  .custom-font {
    font-size: 25px !important;
  }
}

/*cat area strart*/
.mrp00 {
  margin: 0 0 0 0;
  padding: 0 15px;
}

.mrp {
  padding: 0 3px;
}

.marpad {
  margin: 0 -3px 0 -3px;
}

.mb30 {
  padding: 0 3px;
  margin: 0 0 6px 0;
}

.catone {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.catone:hover .catone_1 img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}

.catone_1 {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.catone_1 img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.cat1name {
  position: absolute;
  z-index: 999;
  top: 10%;
  left: 10%;
}

.cat1name h5 {
  font-family: 'Merienda One', cursive;
  color: #262626;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.cat1name h4 {
  color: #1f1f1f;
  font-weight: 500;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0 0 0px 0;
}

.cat1name p {
  color: #1f1f1f;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  letter-spacing: 4px;
}

.catsix {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.catsix:hover .catone_6 img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}

.catone_6 {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.catone_6 img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.cat1namesix {
  position: absolute;
  z-index: 999;
  top: 5%;
  left: 10%;
}

.cat1namesix h5 {
  font-family: 'Merienda One', cursive;
  color: #262626;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.cat1namesix h4 {
  color: #1f1f1f;
  font-weight: 500;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0 0 0px 0;
}

.cat1namesix p {
  color: #1f1f1f;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  letter-spacing: 4px;
}

/*feature area start*/
.featuremain {
  border: 1px solid #dcdcdc;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 0 10px 0;
}

.featuremain img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-decoration: none;
}

.featuremain:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.featuremain h4 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 0 0;
  border: none;
  padding: 20px 0 10px 0px;
  text-decoration: none;
}

.featuremain p {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 0 0;
  border: none;
  padding: 0 0 10px 0px;
  text-decoration: none;
}

.footer-body {
  background: #081e50;
}

.footer-logo {
  border-bottom: 1px solid #ccc;
  padding: 0 0 40px 0px;
  text-align: center;
  margin: 0 auto;
}

.top-footer {
  padding: 40px 0px;
}

.inner-link h2 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.inner-link .media .s-phone {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #dadada;
  color: #454748;
  text-align: center;
}

.inner-link .media h5 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.inner-link .media p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.inner-link .media a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.inner-link .media a:hover {
  color: #1c4c93;
}

.inner-link .media .location {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #30b2d2;
  color: #fff;
  text-align: center;
}

.inner-link .media .envelope {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #1c4c93;
  color: #fff;
  text-align: center;
}

.inner-link ul {
  padding: 0;
  margin: 0;
}

.inner-link ul li {
  list-style-type: none;
}

.inner-link ul li a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 0 10px 0;
  display: inline-block;
}

.inner-link ul li a:hover {
  color: #1d86d7;
  padding-left: 3px;
}

.inner-link strong {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 0 0 8px 0;
  display: inline-block;
}

.inner-link p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0 0 9px 0;
}

.inner-link form input {
  background-color: #0d55b6;
  width: 100%;
  border: none;
  font-size: 14px;
  color: #989898;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  margin: 15px 0 5px 0;
}

.inner-link form button {
  font-size: 14px;
  color: #fff;
  background-color: #1d86d7;
  text-align: center;
  font-weight: 700;
  border: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.inner-link form button:hover {
  background-color: #30b2d2;
}

.inner-link h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1c4c93;
  padding-bottom: 5px;
  margin: 0;
}

.inner-link h4 {
  font-size: 15px;
  color: #30b2d2;
  font-weight: 700;
  margin: 0;
  padding-top: 5px;
}

.social-link ul {
  margin: 0;
  padding: 0;
  padding-top: 25px;
}

.social-link ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}

.social-link ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #1d86d7;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 10%;
}

.social-link ul li a.facebook:hover {
  background-color: #4267B2;
  color: #fff;
}

.social-link ul li a.twitter:hover {
  background-color: #00acee;
  color: #fff;
}

.social-link ul li a.instagram:hover {
  background-color: #E1306C;
  color: #fff;
}

.social-link ul li a.whatsapp:hover {
  background-color: #25D366;
  color: #fff;
}

.footer-bottom {
  background-color: #081e50;
  padding: 16px 0px;
  border-top: 1px solid #546284;
}

.copy-right p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.design p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.design p a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.design p a:hover {
  color: #30b2d2;
}

.design {
  text-align: right;
}
/*# sourceMappingURL=layout.css.map */