@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

/* Normalize */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "Inter", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sdl-types {
  background-color: #eff7ff !important;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  color: #58595b;
  margin-bottom: 15px;
}

h1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 24px;
  color: #494949;
}
@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}

h4 {
  color: #494949;
  font-size: 20px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 26px !important;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 32px !important;
  }
}

h2 {
  font-size: 24px;
  color: #C8102E;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px !important;
  }
}

h6 {
  display: flex;
  justify-content: center;
  align-self: center;
}

a {
  text-decoration: none;
}

.common-btn {
  border-radius: 23px !important;
  width: 170px;
  background: #C8102E;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  display: inline-block;
  transition: 0.5s ease all;
  border: none;
}
.common-btn:hover {
  transition: 0.3s ease all;
  transform: scale(0.95);
  cursor: pointer;
  color: #fff !important;
  background: rgba(200, 16, 47, 0.737254902);
}

.h2-under-line {
  position: relative;
}

.h2-under-line::after {
  background-image: -webkit-linear-gradient(left, rgb(251, 246, 246), rgb(16, 2, 2), rgba(2, 1, 1, 0));
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  content: "";
  display: flex;
  max-width: 300px;
  margin: 15px auto;
}

.sec-bg {
  background-color: #EFF7FF;
}

.sdl_container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

/* Normalize End */
.main-head {
  background-image: url("../image/header-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: end;
  display: flex;
  background-position: right;
}
.main-head .top-phone {
  padding-right: 0px !important;
}

.middle-addressbar::before {
  display: none !important;
}

.main-head .top-comm-text h3,
.middle-addressbar .top-comm-text h3 {
  margin-bottom: 4px;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
}
.main-head .top-comm-text p,
.middle-addressbar .top-comm-text p {
  color: #5d5d5d;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .main-head .top-comm-text p,
  .middle-addressbar .top-comm-text p {
    font-size: 16px !important;
  }
}
.main-head .top-social-main,
.middle-addressbar .top-social-main {
  border-right: 1px solid rgb(173, 172, 172);
  border-left: 1px solid rgb(173, 172, 172);
}
.main-head .top-social i,
.middle-addressbar .top-social i {
  font-size: 23px;
}
@media (min-width: 1200px) {
  .main-head .top-social i,
  .middle-addressbar .top-social i {
    font-size: 24px;
  }
}
.main-head .top-social i:hover,
.middle-addressbar .top-social i:hover {
  scale: 1.1;
  transition: 0.3s all;
}
@media (min-width: 1200px) {
  .main-head .top-social li,
  .middle-addressbar .top-social li {
    margin-top: 0px !important;
  }
}
.main-head .top-social a,
.middle-addressbar .top-social a {
  padding: 0 4px;
  display: flex;
}
.main-head .m-social a,
.middle-addressbar .m-social a {
  padding: 5px;
}
.main-head .m-social i,
.middle-addressbar .m-social i {
  font-size: 18px;
}
.main-head .phone_text a,
.middle-addressbar .phone_text a {
  color: #5d5d5d;
  text-decoration: none;
  padding: 0;
  font-size: 13px;
  text-wrap: nowrap;
}
@media (min-width: 1200px) {
  .main-head .phone_text a,
  .middle-addressbar .phone_text a {
    font-size: 16px !important;
  }
}
.main-head .phone_icon h3,
.middle-addressbar .phone_icon h3 {
  color: #272727 !important;
  font-size: 14px;
  font-weight: 500;
  align-self: center;
  text-wrap: nowrap;
  text-align: left;
}
.main-head .top-comm-icon i,
.middle-addressbar .top-comm-icon i {
  font-size: 24px;
  color: #C8102E;
}

.mm-page {
  min-height: 100% !important;
}

.uns-modal {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-self: center;
  justify-content: center;
}
.uns-modal .form-control {
  box-shadow: 6px 5px 5px 0;
}
.uns-modal .form-select {
  box-shadow: 4px 3px 5px 0px;
}
.uns-modal textarea.form-control {
  height: 140px;
}
@media (min-width: 1200px) {
  .uns-modal textarea.form-control {
    height: 200px !important;
  }
}
@media (min-width: 768px) {
  .uns-modal .modal-body {
    padding: 0px 80px 50px;
    box-shadow: 5px 5px 5px 0px;
    border-radius: 0 0 8px;
  }
}
.uns-modal .modal-ku {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.uns-modal h2 {
  text-align: center !important;
  color: #fff;
}
.uns-modal .modal-dialog {
  display: flex;
  height: 90vh;
}
.uns-modal .sd-choose-text p {
  color: #012169;
  font-weight: 600;
}

.sdl-mobile-quote {
  width: 48px;
  border: none;
  background: transparent;
}
.sdl-mobile-quote i {
  font-size: 25px;
  color: #C8102E;
}

.uns-quote .common-btn {
  font-weight: 700;
}
.uns-quote .sdl-z-modal {
  background: rgba(0, 0, 0, 0.18);
  z-index: 99999;
}

.main-menu {
  box-shadow: 0px 0px 20px 0px;
}
.main-menu #menu-burger .menu_icon {
  font-size: 28px;
  display: block !important;
  color: #C8102E;
}
.main-menu #menu {
  display: none;
}
.main-menu #menu .mm-spn a {
  color: #4c4c4c !important;
}

.main-logo img {
  max-height: 100px;
  height: 100%;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.desk-menu {
  color: #fff;
  background-color: #C8102E;
  box-shadow: 0px 6px 9px -5px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.desk-menu .sdl-quote-item {
  display: flex;
  justify-content: end;
}
.desk-menu .uns-stc-logo {
  scale: 0;
}
.desk-menu #menu-item-507:hover .sub-menu {
  scale: 1;
}
.desk-menu .menu-item-has-children::after {
  content: "▾";
  right: 0;
}
.desk-menu .navbar-nav {
  align-self: center;
}
.desk-menu .navbar-nav .menu-item {
  padding: 20px 4px;
  margin: 0 5px;
}
.desk-menu .navbar-nav .current-menu-parent {
  color: #a2a0ff !important;
}
.desk-menu .uns-stc-logo a::before {
  display: none;
}
.desk-menu .sub-menu {
  transition: 1s all;
  position: absolute;
  transform-origin: 10% 0%;
  scale: 0;
  margin-top: 0;
  padding: 10px;
  border-radius: 10px;
  background-color: rgb(200, 16, 46);
  top: 60px;
  color: #fff;
  box-shadow: 0 0 5px 0 #000;
}
.desk-menu .sub-menu .menu-item {
  padding: 3px 4px;
  margin: 0 5px;
  padding: 7px 0;
}
.desk-menu .sub-menu .menu-item a {
  color: #fff !important;
}
.desk-menu .sub-menu .current-menu-item a {
  color: #a2a0ff !important;
}

.middle-addressbar .top-adress {
  padding: 17px 0px !important;
}
.middle-addressbar .top-adress p {
  margin: 0 !important;
}
.middle-addressbar .top-adress .address_text {
  align-self: center;
}

.desk-menu .uns-stc-logo {
  max-width: 200px;
  width: 100%;
}

.desk-menu ul li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  position: relative;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .desk-menu ul li a {
    font-size: 16px !important;
  }
}

.q-menu {
  background: #012169;
  box-shadow: inset 0 0 5px 1px;
  padding: 5px 10px;
  color: #fff;
}

#menu .sdl-mm-qot::before {
  display: none !important;
}

#menu .sdl-mm-qot {
  background: #012169;
  box-shadow: inset 0 0 5px 1px;
  color: #fff;
  margin: 10px;
  border-radius: 13px;
}
#menu .sdl-mm-qot::after {
  border: none;
}

.desk-menu a::before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 4px;
  min-width: 100%;
  border-bottom: 2px solid #C8102E;
  transform: scaleX(0);
  transition: all 500ms ease;
  top: 20px;
}

.desk-menu ul a:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  border: 1px solid;
}

.current_page_item a {
  color: #a2a0ff !important;
}

.current-menu-item a {
  color: #a2a0ff !important;
}

.hero-slick-wrap {
  overflow: hidden;
  position: relative;
}
.hero-slick-wrap .slick-slide img {
  display: block;
  max-width: 380px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .hero-slick-wrap .slick-slide img {
    max-width: 500px !important;
    width: 100% !important;
  }
}

.hero-slick:after {
  content: "";
  background-image: url("../image/bg-ball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: end;
  display: flex;
  background-position: right;
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 0;
  display: none;
}
@media (min-width: 576px) {
  .hero-slick:after {
    display: block;
    width: 150px !important;
    height: 150px !important;
  }
}
@media (min-width: 768px) {
  .hero-slick:after {
    display: block;
    width: 150px !important;
    height: 150px !important;
    right: -30px !important;
  }
}
@media (min-width: 992px) {
  .hero-slick:after {
    display: block;
    width: 200px !important;
    height: 200px !important;
    right: 0px !important;
  }
}

.hero-slick {
  padding: 30px 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .hero-slick {
    padding: 80px 0 !important;
  }
}

#aboutus {
  background-color: #EFF7FF;
  overflow: hidden;
}
#aboutus .aboutus-wrap h1 {
  text-align: center;
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
  line-height: normal;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  #aboutus .aboutus-wrap h1 {
    font-size: 36px !important;
  }
}
#aboutus .aboutus-wrap p {
  text-align: center;
}

.uns-service {
  overflow: hidden;
}
.uns-service .sdl-service-sec-box {
  overflow-x: auto;
}
@media (min-width: 768px) {
  .uns-service .sdl-service-sec-box {
    overflow-x: unset;
    justify-content: space-between;
  }
}
.uns-service .sdl-service-sec-box .service-card-warap {
  margin-top: 12px;
  margin-bottom: 12px;
}
.uns-service .sdl-service-sec-box .service-card-warap:nth-child(1) {
  margin-left: -12px;
}
@media (min-width: 576px) {
  .uns-service .sdl-service-sec-box .service-card-warap:nth-child(1) {
    margin-left: -20px !important;
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .uns-service .sdl-service-sec-box .service-card-warap:nth-child(1) {
    margin-left: 0px !important;
    padding-left: 12px !important;
  }
}
.uns-service p {
  margin-top: 30px !important;
}
.uns-service .srvc-desc {
  text-align: center;
  margin: 0 0px 15px 0px;
}
@media (min-width: 992px) {
  .uns-service .srvc-desc {
    width: 70%;
    margin: auto;
    padding: 20px 0;
  }
}
.uns-service .serice-btn-wrap .srvc-btn {
  width: 130px;
}
@media (min-width: 568px) {
  .uns-service .serice-btn-wrap .srvc-btn {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .uns-service .serice-btn-wrap .srvc-btn {
    width: 120px;
  }
}

.uns-service .card {
  width: 100% !important;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: rgba(146, 146, 146, 0.2509803922) !important;
  box-shadow: 0px 0px 5px 0px;
  transition: all 0.5s !important;
  height: 100%;
}
@media (min-width: 576px) {
  .uns-service .card {
    padding-top: 50px !important;
    padding-bottom: 25px;
  }
}

.uns-service .card:hover::before {
  transform: scaleX(1);
}

.uns-service .service-box {
  width: 60px;
  height: 60px;
  background: rgba(200, 200, 200, 0.07);
  margin: auto;
  border-radius: 14px;
  padding: 14px;
  padding-left: 11px !important;
  transform: rotate(44deg);
  box-shadow: 0px 0px 5px 1px;
}
@media (min-width: 576px) {
  .uns-service .service-box {
    width: 70px;
    height: 70px;
  }
}
.uns-service .service-box:hover {
  background: #C8102E;
}

.uns-service .eye {
  font-size: 30px;
  transform: rotate(316deg);
  color: #797979;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .uns-service .eye {
    font-size: 40px;
  }
}

.uns-service .card-body {
  padding-top: 35px;
  text-align: center;
}

.uns-service .card:hover .service-box {
  background-color: #C8102E !important;
  transition: 0.5s all;
  box-shadow: 8px 4px 5px 1px;
}

.uns-service .card:hover .eye {
  color: #fff !important;
}

.uns-service .card:hover {
  box-shadow: 0px 0px 5px 1px;
  scale: 1.02;
  transition: all 0.5s;
}

.uns-service .card-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-weight: 700;
}

.uns-service .card:hover .card-title {
  color: #012169 !important;
}

.uns-service .card:hover .card-text {
  color: #012169 !important;
}

.uns-service .card-text {
  font-size: 16px;
  color: #000;
}

.uns-service-process {
  overflow: hidden;
  background-color: #EFF7FF;
}
.uns-service-process .uns-process-wrap .uns-process-shap {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background: #C8102E;
  height: 100px;
  width: 120px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
@media (min-width: 475px) {
  .uns-service-process .uns-process-wrap .uns-process-shap {
    height: 100px !important;
    width: 140px !important;
  }
}
.uns-service-process .uns-process-wrap .uns-process-shap i {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .uns-service-process .uns-process-wrap h2 {
    font-size: 30px !important;
  }
}
.uns-service-process .uns-process-wrap .uns-shap1 {
  margin-left: 15px;
  margin-top: -27px;
}
@media (min-width: 475px) {
  .uns-service-process .uns-process-wrap .uns-shap1 {
    margin-left: 0px !important;
    margin-top: -27px !important;
  }
}
.uns-service-process .uns-process-wrap .uns-shap2 {
  margin-left: 100px;
  margin-top: -27px;
}
.uns-service-process .uns-process-wrap .uns-shap3 {
  margin-left: 185px;
  margin-top: -27px;
}
@media (min-width: 475px) {
  .uns-service-process .uns-process-wrap .uns-shap3 {
    margin-left: 200px !important;
    margin-top: -27px !important;
  }
}
.uns-service-process .uns-process-wrap .uns-shap4 {
  margin-left: 100px;
  margin-top: -27px;
}
.uns-service-process .uns-process-wrap .uns-shap5 {
  margin-left: 15px;
  margin-top: -27px;
}
@media (min-width: 475px) {
  .uns-service-process .uns-process-wrap .uns-shap5 {
    margin-left: 0px !important;
    margin-top: -27px !important;
  }
}
.uns-service-process .uns-process-wrap .uns-shap6 {
  margin-left: 100px;
  margin-top: -27px;
}
.uns-service-process .uns-process-wrap .uns-shap7 {
  margin-left: 185px;
  margin-top: -27px;
}
@media (min-width: 475px) {
  .uns-service-process .uns-process-wrap .uns-shap7 {
    margin-left: 200px !important;
    margin-top: -27px !important;
  }
}

.sdl-types h2 {
  font-size: 22px !important;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sdl-types h2 {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .sdl-types h2 {
    font-size: 28px !important;
  }
}

.uns-map-wrap {
  display: flex;
}

.uns-map-wrap iframe {
  width: 100%;
  height: 250px;
}
@media (min-width: 576px) {
  .uns-map-wrap iframe {
    height: 275px !important;
  }
}
@media (min-width: 992px) {
  .uns-map-wrap iframe {
    height: 350px !important;
  }
}
@media (min-width: 1200px) {
  .uns-map-wrap iframe {
    height: 420px !important;
  }
}
@media (min-width: 1600px) {
  .uns-map-wrap iframe {
    height: 500px !important;
  }
}

.uns-feedback {
  background-color: #EFF7FF;
}

.sdl-testi-bg {
  background-image: url("../image/testimonials.jpg");
}
.sdl-testi-bg h2 {
  color: #fff;
}

.uns-testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .uns-testimonial4_slide {
    width: 70%;
    padding: 20px;
  }
}
.uns-testimonial4_slide p {
  margin-top: 15px;
  color: #fff;
}
.uns-testimonial4_slide h4 {
  color: #fff;
  font-weight: 700;
}
.uns-testimonial4_slide .sdl-test-sec-anc {
  display: flex;
  flex-direction: column;
}
.uns-testimonial4_slide h6 {
  font-size: 14px;
  color: #fff;
  margin-top: 7px;
}

.uns-testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.23);
}

.sdl-recent-btn-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
}
.sdl-recent-btn-wrap .sdl-recent-btn {
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sdl-recent-btn-wrap .sdl-recent-btn {
    padding: 13px !important;
  }
}

.uns-post-box {
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.uns-post-box img {
  border-radius: 10px 10px 0px 0px;
  aspect-ratio: 3/2;
}

.sdl-ser-brd {
  border-radius: 0px 0px 10px 10px;
  flex-grow: 1;
}

.uns-post-cat {
  background-color: #012169;
  border-radius: inherit;
  border-radius: inherit;
  letter-spacing: -0.5px;
  border-radius: 10px;
  padding: 5px !important;
}

.uns-recent-post {
  overflow: hidden;
}
.uns-recent-post .recent-post-sec-row {
  overflow-x: auto;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .uns-recent-post .recent-post-sec-row {
    flex-wrap: wrap !important;
  }
}
.uns-recent-post .recent-post-box-wrap {
  padding-left: 12px;
  padding-right: 12px;
  width: 85% !important;
  margin: auto;
}
@media (min-width: 475px) {
  .uns-recent-post .recent-post-box-wrap {
    width: 68% !important;
  }
}
@media (min-width: 768px) {
  .uns-recent-post .recent-post-box-wrap {
    width: 50% !important;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .uns-recent-post .recent-post-box-wrap {
    width: 33.33% !important;
  }
}
.uns-recent-post .uns-post-box:hover {
  box-shadow: 0 0 8px 0;
  transition: 0.3s all;
}
.uns-recent-post .uns-post-btn {
  width: 120px;
}
@media (min-width: 475px) {
  .uns-recent-post .uns-post-btn {
    width: 150px;
  }
}
@media (min-width: 576px) {
  .uns-recent-post .uns-post-btn {
    width: 90px;
  }
}
.uns-recent-post .uns-recent-post-wrap h2 {
  text-align: center;
}

.main-footer {
  background-color: #121315;
  color: #a7a7a7;
  font-size: 16px;
}

.main-footer {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.footer-wrap {
  padding: 1em 1em;
}

.footer-wrap {
  display: flex;
}

.com-column {
  display: flex;
  flex-direction: column;
  padding: 20px 2em;
}

.footer-wrap h3 {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 1.4em;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-bottom: 20px;
}

.footer-wrap ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.footer-wrap ul li a {
  color: #a7a7a7;
  text-decoration: none;
  margin-right: 5px !important;
}
.footer-wrap ul li a:nth-child(1) {
  margin-left: 0px !important;
}

.footer-wrap ul li {
  margin: 5px 0;
  font-size: 15px;
}

.f-address p {
  line-height: 2;
  margin: 0;
  font-size: 15px;
  color: #adadad;
}

.uns-txt-lh {
  line-height: 1.2 !important;
}

@media (min-width: 768px) {
  .f-address .uns-phn {
    font-size: 13px !important;
  }
}
@media (min-width: 900px) {
  .f-address .uns-phn {
    font-size: 16px !important;
  }
}

.f-testi .wpcf7-response-output {
  display: none;
}
.f-testi p {
  margin-bottom: 0 !important;
}

.f-address .uns-phn,
.uns-eml {
  color: #a7a7a7;
}

.social a {
  text-decoration: none;
  margin: 0 3px;
  width: 34px;
  height: 34px;
  display: flex !important;
  align-content: center;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 5px 0;
}
@media (min-width: 992px) {
  .social a {
    margin: 0 2px !important;
  }
}
@media (min-width: 1200px) {
  .social a {
    margin: 0 4px !important;
  }
}

.social .uns-fac {
  color: #4267B2;
}

.social .uns-twt {
  color: #1DA1F2 !important;
}

.social .uns-inst {
  color: #EA2AB4;
}

.social .uns-you {
  color: #FF0000 !important;
}

.social .uns-link {
  color: #0977B4 !important;
}

.social .pinterest {
  color: #B7081B !important;
}

.top-social {
  display: flex;
  flex-wrap: wrap;
}

.top-social ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 100%;
  font-size: 24px;
}
.top-social ul li:hover {
  border-radius: 50%;
}

.sdl_newsletter p p {
  margin-bottom: 0 !important;
}

.social_contact a {
  margin-left: 10px;
  font-size: 24px;
  line-height: 1.4;
}

.social_contact .uns-wht {
  color: #45C556 !important;
}

.social_contact .uns-mal {
  color: #012169 !important;
}

.sid-social ul li {
  margin: 5px !important;
}

.footer-wrap input,
.news_button {
  font-size: 1em;
  padding: 1em;
  border-radius: 5px !important;
  margin-bottom: 5px !important;
  text-decoration: none;
  border: 0;
  height: 42px;
  line-height: 0;
  max-width: 260px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-wrap input,
  .news_button {
    height: 54px !important;
  }
}

.footer-wrap .news_button {
  font-size: 1em;
  padding: 1em;
  width: 100%;
  border-radius: 35px !important;
  margin-bottom: 5px !important;
  text-decoration: none;
  display: block;
  text-align: center;
}

.footer-wrap .social {
  display: flex;
  font-size: 30px;
  flex-direction: row;
}
@media (min-width: 768px) {
  .footer-wrap .social {
    font-size: 36px !important;
  }
}

.social i {
  padding: 0 5px;
  font-size: 24px;
}
.social i:hover {
  scale: 1.1;
  transition: 0.3s all;
}

.footer-wrap .copyright {
  padding: 0.3em 1em;
  background-color: #25262e;
}

.footer-menu {
  float: left;
  margin-top: 10px;
}

.footer-wrap .footer-menu a {
  color: #cfd2d6;
  padding: 6px;
  text-decoration: none;
}

.footer-wrap .footer-menu a:hover {
  color: #27bcda;
}

.main-footer .copyright {
  background: #2e2e2e;
}

.main-footer .copyright p {
  font-size: 15px;
  color: #fff;
}

.main-footer .copyright a {
  color: #bac6d9;
}

.uns-contact {
  background-color: #EDEFF4;
}
.uns-contact .uns-contact-wrap h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .uns-contact .uns-contact-wrap {
    padding: 50px 100px !important;
  }
  .uns-contact .uns-contact-wrap h2 {
    font-size: 20px;
  }
}
.uns-contact .uns-contact-wrap p {
  color: #9A9DA2 !important;
}
.uns-contact .uns-contact-wrap i {
  color: #C8102E;
}
.uns-contact .uns-contact-wrap a {
  color: #9A9DA2;
}
.uns-contact .uns-contact-wrap .form-group .form-control {
  box-shadow: 4px 3px 5px 0px;
  border-radius: 5px !important;
  padding: 15px;
}
.uns-contact textarea.form-control {
  height: 140px;
}
@media (min-width: 1200px) {
  .uns-contact textarea.form-control {
    height: 200px !important;
  }
}

.uns-single {
  background-color: #EDEFF4;
}
.uns-single h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .uns-single h4 {
    font-size: 24px;
  }
}
.uns-single .img-title {
  font-size: calc(1.3rem + 0.6vw);
}

.sdl-cat-card-wrap .position-relative {
  box-shadow: 0 0 5px 0;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #fff;
}
.sdl-cat-card-wrap img {
  border-radius: 10px 10px 0 0;
}
.sdl-cat-card-wrap .sdl-cat-card {
  border: 0 !important;
  border-radius: 0 0 10px 10px;
}

.uns-category {
  background-color: #EFF7FF;
}
.uns-category h4 {
  margin-bottom: 5px !important;
  font-size: calc(1.3rem + 0.6vw);
}

.uns-category h4 {
  text-align: start;
  margin-bottom: 15px;
  font-size: calc(1.3rem + 0.6vw);
}
.uns-category .cat-user {
  width: 25px;
  height: 25px;
}

.social a i {
  font-size: 24px;
}

.uns-side-post-title {
  font-size: 14px;
}

.uns-sid-recent-post img {
  width: 110px;
  height: 110px;
}

small {
  font-size: 14px;
}

.uns-side-btn {
  padding: 14px;
  background: #C8102E;
  color: #fff;
  border: none !important;
  height: 100%;
}

.uns-side-input {
  border-radius: 0;
}

.uns-about-desc .hero-slide1 img {
  border-radius: 10px !important;
}

.devid {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #EFF7FF;
  width: 100%;
  height: 40px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .devid {
    height: 70px;
  }
}

.devid-left {
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #EFF7FF;
  width: 100%;
  height: 40px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .devid-left {
    height: 70px;
  }
}

.sdl-testi .sdl-testi-over {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sdl-testi .sdl-testi-over h3 {
  font-size: 24px;
  color: #fff;
}

.sdl-port-sec {
  overflow: hidden;
}
.sdl-port-sec .hero-slide1 {
  height: 100%;
}
.sdl-port-sec .slick-slide .port-sec-box-wrap {
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 300px;
  width: 100%;
  margin: auto;
}
@media (min-width: 475px) {
  .sdl-port-sec .slick-slide .port-sec-box-wrap {
    max-width: 325px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .sdl-port-sec .slick-slide .port-sec-box-wrap {
    max-width: 360px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .sdl-port-sec .slick-slide .port-sec-box-wrap {
    max-width: 405px;
    width: 100%;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.sdl-port-sec .slick-dots li button::before {
  font-family: "slick";
  font-size: 100px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  content: "-";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #C8102E !important;
}

.sdl-our-port {
  background-color: #EFF7FF;
}

.sdl-port-card {
  overflow: hidden;
}
.sdl-port-card .sdl-port-card-text {
  display: flex;
  flex-direction: column;
}
.sdl-port-card .sdl-port-card-box img {
  border-radius: 10px;
  box-shadow: 8px 8px 6px 2px;
}
@media (min-width: 576px) {
  .sdl-port-card .sdl-port-card-box img {
    height: 344px !important;
  }
}
@media (min-width: 768px) {
  .sdl-port-card .sdl-port-card-box img {
    height: 224px !important;
  }
}
@media (min-width: 992px) {
  .sdl-port-card .sdl-port-card-box img {
    height: 304px !important;
  }
}
@media (min-width: 1200px) {
  .sdl-port-card .sdl-port-card-box img {
    height: 364px !important;
  }
}
@media (min-width: 1400px) {
  .sdl-port-card .sdl-port-card-box img {
    height: 277px !important;
  }
}
.sdl-port-card .sdl-port-card-box a {
  color: #808080;
}
.sdl-port-card .sdl-port-card-box a h2 {
  font-size: 26px !important;
}
.sdl-port-card .position-relative {
  height: 100%;
}
.sdl-port-card .crd-arw {
  animation: crd 1.5s linear infinite;
}
.sdl-port-card .sd-card-btn {
  color: #5d5d5d;
}
.sdl-port-card .sd-card-btn:hover a {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  background-color: #012169;
  color: #fff !important;
  transition: all 1s;
  border-radius: 5px;
}

@keyframes crd {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  80% {
    transform: translate(10px, 0px);
    opacity: 0.5;
  }
  100% {
    transform: translate(10px, 0px);
    opacity: 0;
  }
}
.sdl-page-pagi {
  color: #414141;
  font-size: 16px;
  font-weight: 600;
}
.sdl-page-pagi a {
  color: #012169;
}
.sdl-page-pagi .current-item {
  color: #C8102E !important;
}

.sdl-blog-page {
  overflow: hidden;
}
.sdl-blog-page .slick-slider img {
  border-radius: 15px;
}
.sdl-blog-page .slick-dots li button:before {
  font-family: "slick";
  font-size: 70px;
  line-height: 20px;
  position: absolute;
  top: 0;
  content: "-" !important;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sdl-blog-page .slick-next {
  background: rgba(165, 165, 165, 0.2784313725) !important;
  width: 40px;
  height: 30px;
  border-radius: 5px;
  right: 15px;
  z-index: 1;
  transition: all 0.3s;
}
.sdl-blog-page .slick-next:hover {
  background: #a5a5a5;
}
.sdl-blog-page .slick-prev {
  background: rgba(165, 165, 165, 0.2784313725);
  width: 40px;
  height: 30px;
  border-radius: 5px;
  left: 15px;
  z-index: 1;
  transition: all 0.3s;
}
.sdl-blog-page .slick-prev:hover {
  background: #a5a5a5;
}

.sdl-flow {
  border-radius: 10px;
}

.sdl-blog-sngl-page {
  overflow: hidden;
}
.sdl-blog-sngl-page .slick-dots li button:before {
  font-family: "slick";
  font-size: 70px;
  line-height: 20px;
  position: absolute;
  top: 0;
  content: "-" !important;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sdl-blog-sngl-page .slick-next {
  background: rgba(165, 165, 165, 0.2784313725) !important;
  width: 40px;
  height: 30px;
  border-radius: 5px;
  right: 15px;
  z-index: 1;
  transition: all 0.3s;
}
.sdl-blog-sngl-page .slick-next:hover {
  background: #a5a5a5;
}
.sdl-blog-sngl-page .slick-prev {
  background: rgba(165, 165, 165, 0.2784313725);
  width: 40px;
  height: 30px;
  border-radius: 5px;
  left: 15px;
  z-index: 1;
  transition: all 0.3s;
}
.sdl-blog-sngl-page .slick-prev:hover {
  background: #a5a5a5;
}

.sdl-blog-sngl-page {
  overflow: hidden;
}
.sdl-blog-sngl-page p {
  margin-top: 30px !important;
}
.sdl-blog-sngl-page .srvc-desc {
  text-align: center;
  margin: 0 0px 15px 0px;
}
@media (min-width: 992px) {
  .sdl-blog-sngl-page .srvc-desc {
    margin: 0 50px 35px 50px;
  }
}
.sdl-blog-sngl-page .serice-btn-wrap .srvc-btn {
  width: 130px;
}
@media (min-width: 568px) {
  .sdl-blog-sngl-page .serice-btn-wrap .srvc-btn {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .sdl-blog-sngl-page .serice-btn-wrap .srvc-btn {
    width: 120px;
  }
}

.sdl-blog-sngl-page .card {
  width: 100% !important;
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: rgba(146, 146, 146, 0.2509803922) !important;
  box-shadow: 0px 0px 5px 0px;
  transition: all 0.5s !important;
}

.sdl-blog-sngl-page .card:hover::before {
  transform: scaleX(1);
}

.sdl-blog-sngl-page .service-box {
  width: 70px;
  height: 70px;
  background: rgba(200, 200, 200, 0.07);
  margin: auto;
  border-radius: 14px;
  padding: 14px;
  padding-left: 11px !important;
  transform: rotate(44deg);
  box-shadow: 0px 0px 5px 1px;
}
.sdl-blog-sngl-page .service-box:hover {
  background: #C8102E;
}

.sdl-blog-sngl-page .eye {
  font-size: 40px;
  transform: rotate(316deg);
  color: #797979;
  display: flex;
  justify-content: center;
}

.sdl-blog-sngl-page .card-body {
  padding-top: 35px;
  text-align: center;
}

.sdl-blog-sngl-page .card:hover .service-box {
  background-color: #C8102E !important;
  transition: 0.5s all;
  box-shadow: 8px 4px 5px 1px;
}

.sdl-blog-sngl-page .card:hover .eye {
  color: #fff !important;
}

.sdl-blog-sngl-page .card:hover {
  box-shadow: 0px 0px 5px 1px;
  scale: 1.02;
  transition: all 0.5s;
}

.sdl-blog-sngl-page .card-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-weight: 700;
}

.sdl-blog-sngl-page .card:hover .card-title {
  color: #012169 !important;
}

.sdl-blog-sngl-page .card:hover .card-text {
  color: #012169 !important;
}

.sdl-blog-sngl-page .card-text {
  font-size: 16px;
  color: #000;
}

.uns-blog-sngl-slider-wrap li {
  margin: 10px;
}

.crumbs ol {
  list-style-type: none;
  padding-left: 0;
}

.crumb {
  display: inline-block;
}

.crumb a {
  color: #939393;
}

.crumb a::after {
  display: inline-block;
  color: #939393;
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.sdl-nxt-prev {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  display: flex;
  margin: auto;
}
.sdl-nxt-prev a {
  margin: 5px;
  font-weight: 700;
}

.single-service-img img {
  border-radius: 20px;
}

.sdl-serv-sing-page {
  overflow: hidden;
  background-image: url("/assets/image/single-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sdl-serv-sing-page h3 {
  text-align: start;
  font-size: 36px;
  color: #fff !important;
  letter-spacing: -4.2px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  padding: 30px 0;
}
@media (min-width: 758px) {
  .sdl-serv-sing-page h3 {
    font-size: 48px !important;
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .sdl-serv-sing-page h3 {
    font-size: 56px !important;
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .sdl-serv-sing-page h3 {
    font-size: 65px !important;
    padding: 50px 0;
  }
}
@media (min-width: 1400px) {
  .sdl-serv-sing-page h3 {
    font-size: 72px !important;
    padding: 50px 0;
  }
}

.sdl-single-details {
  overflow: hidden;
}
.sdl-single-details img {
  border-radius: 10px;
}
.sdl-single-details .sdl-side-post {
  border-radius: 10px;
}
.sdl-single-details .sdl-side-post .uns-sid-recent-post {
  border-radius: 10px;
  box-shadow: 7px -3px 6px 0;
}

.sdl-our-service {
  overflow: hidden;
}
.sdl-our-service .sdl-our-box {
  align-self: center;
}
.sdl-our-service .sdl-our-box img {
  max-width: 70px !important;
  width: 100%;
  margin: 10px;
}
.sdl-our-service .sdl-our-box a {
  display: flex;
  margin-left: 10%;
}
@media (min-width: 400px) {
  .sdl-our-service .sdl-our-box a {
    margin-left: 24% !important;
  }
}
@media (min-width: 500px) {
  .sdl-our-service .sdl-our-box a {
    margin-left: 27% !important;
  }
}
@media (min-width: 576px) {
  .sdl-our-service .sdl-our-box a {
    margin-left: 0 !important;
  }
}

.sdl-our-work-proc {
  background-color: #eff7ff;
}
.sdl-our-work-proc .sdl-working-text-part {
  max-width: 800px;
  margin: auto;
}
.sdl-our-work-proc .sdl-working-box img {
  max-width: 70px;
  width: 100%;
}
.sdl-our-work-proc .sdl-working-box h3 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #414141;
  margin-top: 10px;
}
.sdl-our-work-proc .sdl-working-box p {
  text-align: center;
  margin-top: 10px;
}

.sdl-recent-work-main .hero-slide1 {
  height: 100% !important;
}

.sdl-recent-work-main, .hero-slick-wrap {
  overflow: hidden;
}
.sdl-recent-work-main .service-slide-arap, .hero-slick-wrap .service-slide-arap {
  padding: 0 12px;
  height: 100%;
}
.sdl-recent-work-main .slick-dots li button:before, .hero-slick-wrap .slick-dots li button:before {
  font-family: "slick";
  font-size: 70px;
  line-height: 20px;
  position: absolute;
  top: 0;
  content: "-" !important;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sdl-recent-work-main .slick-next, .hero-slick-wrap .slick-next {
  background: rgba(165, 165, 165, 0.2784313725) !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: -10px;
  z-index: 1;
  transition: all 0.3s;
  margin-top: -45px;
}
.sdl-recent-work-main .slick-next::before, .hero-slick-wrap .slick-next::before {
  content: ">";
}
@media (min-width: 576px) {
  .sdl-recent-work-main .slick-next, .hero-slick-wrap .slick-next {
    width: 40px !important;
    height: 30px !important;
    right: 15px !important;
  }
}
@media (min-width: 768px) {
  .sdl-recent-work-main .slick-next, .hero-slick-wrap .slick-next {
    right: -41px !important;
  }
}
.sdl-recent-work-main .slick-next:hover, .hero-slick-wrap .slick-next:hover {
  background: #a5a5a5;
}
.sdl-recent-work-main .slick-prev, .hero-slick-wrap .slick-prev {
  background: rgba(165, 165, 165, 0.2784313725);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -10px;
  z-index: 1;
  transition: all 0.3s;
  margin-top: -45px;
}
.sdl-recent-work-main .slick-prev::before, .hero-slick-wrap .slick-prev::before {
  content: "<";
}
@media (min-width: 576px) {
  .sdl-recent-work-main .slick-prev, .hero-slick-wrap .slick-prev {
    width: 40px !important;
    height: 30px !important;
    left: 15px !important;
  }
}
@media (min-width: 768px) {
  .sdl-recent-work-main .slick-prev, .hero-slick-wrap .slick-prev {
    left: -40px !important;
  }
}
.sdl-recent-work-main .slick-prev:hover, .hero-slick-wrap .slick-prev:hover {
  background: #a5a5a5;
}

.sdl-choose {
  overflow: hidden;
}

.sdl-serv-page {
  overflow: hidden;
}

.sdl-serv-page-wrap h1 {
  text-transform: uppercase;
}
.sdl-expertise .sdl-expert-card .card {
  box-shadow: 0 0 5px 0;
  height: 100%;
  align-self: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sdl-expertise .sdl-expert-card h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.sdl-expertise .sdl-expert-card p {
  color: #012169;
  text-align: center;
}

.sdl-service-process {
  overflow: hidden;
}

.sdl-work-you h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 10px;
  margin-top: 20px;
}
.sdl-work-you img {
  max-width: 50px;
  width: 100%;
}
.sdl-work-you .sdl-work-with-box {
  border-radius: 10px;
  box-shadow: 6px 4px 9px 0px;
  height: 100%;
}

.sdl-feature {
  overflow: hidden;
}
.sdl-feature img {
  width: 100%;
}
.sdl-feature .sdl-feature-bg {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 992px) {
  .sdl-feature .sdl-feature-bg {
    max-width: 400px;
  }
}
.sdl-feature .sdl-feature-point-boxs .sdl-feature-point-box {
  margin: 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #414141;
}

.error_page img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 480px !important;
  width: 100%;
  max-height: 600px;
  height: 100%;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination-container .nav-links .current {
  background: rgba(0, 0, 0, 0.7803921569);
  color: #fff;
  padding: 9px 11px;
  border-radius: 30%;
}

.pagination-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 10px;
  box-shadow: 0 0 5px 0;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px;
  margin: 0 8px;
}

.pagination-container a:hover {
  background-color: #333;
  color: #fff;
}

.icon_color {
  font-size: 18px;
}

.pagination-text {
  margin: 0 5px;
}

.sdl-testi_page {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
}
.sdl-testi_page p {
  color: #fff;
  font-size: 28px;
}

.uns-all-page {
  height: 25vh;
  display: flex;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .uns-all-page {
    height: 35vh !important;
  }
}
@media (min-width: 992px) {
  .uns-all-page {
    height: 50vh !important;
  }
}
.uns-all-page .uns_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  width: 100%;
}
.uns-all-page h2 {
  color: #fff;
}
.uns-all-page .all-page-cont {
  margin: auto;
}/*# sourceMappingURL=style.css.map */