/*=== MEDIA QUERY ===*/
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700);

html {overflow-x: hidden;}

body {
  line-height: 1.5;
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {font-size: 2.5rem;}

h2, .h2 {font-size: 2rem;font-weight: 600;line-height: 42px;}

h3, .h3 {font-size: 1.5rem;}

h4, .h4 {font-size: 1.3rem;line-height: 30px;}

h5, .h5 {font-size: 1.25rem;}

h6, .h6 {font-size: 1rem;}

p {line-height: 30px;font-size: 20px;font-family: 'EB Garamond', serif;}

.navbar-toggle .icon-bar {background: #f75757;}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.form-control {box-shadow: none;border-radius: 0;}

.form-control:focus {box-shadow: none;border: 1px solid #f75757;}

.py-7 {padding: 7rem 0px;}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}

.btn.btn-icon i {font-size: 16px;vertical-align: middle;margin-right: 5px;}

.btn:focus {outline: 0px;border: 0px;box-shadow: none;}

.btn-main, .btn-transparent, .btn-small {background: #0c5991;color: #fff;transition: all 0.2s ease;}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {background: #0c5991;color: #fff;}

.btn-solid-border {border: 2px solid #f75757;background: transparent;color: #242424;}

.btn-solid-border:hover {border: 2px solid #f75757;background: #f75757;}

.btn-transparent {background: transparent;padding: 0;color: #f75757;}

.btn-transparent:hover {background: transparent;color: #f75757;}

.btn-large {padding: 20px 45px;}

.btn-large.btn-icon i {font-size: 16px;vertical-align: middle;margin-right: 5px;}

.btn-small {padding: 10px 25px;font-size: 12px;}

.btn-round {border-radius: 4px;}

.btn-round-full {border-radius: 50px;}

.btn.active:focus, .btn:active:focus, .btn:focus {outline: 0;}

.bg-gray {background: #f5f8f9;}

.bg-primary {background: #f75757;}

.bg-primary-dark {background: #f52626;}

.bg-primary-darker {background: #dd0b0b;}

.bg-dark {background: #242424;}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {padding: 50px 0;}

.section-sm {padding: 70px 0;}

.section-title {margin-bottom: 70px;}

.section-title .title {font-size: 50px;line-height: 50px;}

.section-title p {color: #666;font-family: 'Oswald', sans-serif;}

.subtitle {color: #f75757;font-size: 14px;letter-spacing: 1px;}

.overly, .page-title, .slider, .cta, .hero-img {position: relative;}

.overly:before, .page-title:before, .slider:before, .cta:before, .hero-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.overly-2, .bg-counter, .cta-block, .latest-blog {position: relative;}

.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {color: #C70039;}

.text-black {color: #0c5991;}

.text-color2 {color: #0c5991;}

.text-color2 {color: #0c5991;}

.text-sm {font-size: 14px;}

.text-md {font-size: 2.25rem;}

.text-lg {font-size: 3.75rem;}

.no-spacing {letter-spacing: 0px;}

/* Links */
a {color: #242424;text-decoration: none;}

a:focus, a:hover {color: #0c5991;text-decoration: none;}

a:focus {outline: none;}

.content-title {font-size: 40px;line-height: 50px;}

.page-title {padding: 100px 0;}

.page-title .block h1 {color: #C70039;}

.page-title .block p {color: #fff;}

.page-wrapper {padding: 70px 0;}

#wrapper-work {overflow: hidden;padding-top: 100px;}

#wrapper-work ul li {width: 50%;float: left;position: relative;}

#wrapper-work ul li img {width: 100%;height: 100%;}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {padding-bottom: 28px;padding-top: 75px;position: relative;}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

#features-work {padding-top: 50px;padding-bottom: 75px;}

#features-work .block ul li {width: 19%;text-align: center;display: inline-block;padding: 40px 0px;}

#navbar {background: #fff;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}

#navbar li {padding-left: 15px;}

#navbar .nav-link {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #0c5991;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {color: #111;}

#navbar .btn {padding: .5rem 1.5rem;color: #fff;}

.header-top {background: #0c5991;color: #919194;border-bottom: 1px solid rgba(255, 255, 255, 0.05);}

.header-top .header-top-socials {border-right: 1px solid rgba(255, 255, 255, 0.05);padding: 12px 0px;}

.header-top .header-top-socials a {color: #fff;margin-right: 15px;font-size: 16px;}

.header-top .header-top-info {color: #919194;font-size: 16px;}

.header-top .header-top-info a span {color: #fff;}

.header-top .header-top-info a {margin-left: 35px;color: #fff;}

.navbar-brand {width: 33%;font-weight: 600;letter-spacing: 1px;}

.nav-link.active {color: #0c5991;}

.navbar-brand span {color: #f75757;}

.logo-img {width: 15%;}

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

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}

.dropdown-toggle::after {display: none;}

.dropdown:hover .dropdown-menu {visibility: visible;transition: all .45s ease 0s;opacity: 1;}

.dropdown-item {padding: .8rem 1.5rem;text-transform: uppercase;font-size: 14px;}

.dropdown-item:hover {background: #0c5991;color: #fff;}

ul.dropdown-menu li {padding-left: 0px !important;}

.bg-1 {
  background: url("../images/bg/home-2.webp") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-4.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-3 {
  background: url("../images/bg/home-5.webp") no-repeat 50% 50%;
  background-size: cover;
}

.bg-4 {
  background: url("../images/bg/home-7.webp") no-repeat 50% 50%;
  background-size: cover;
}
.bg-5 {
  background: url("../images/bg/home-6.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.slider {
  background: url("../images/bg/home-1.jpg") no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 120px 0 100px 0;
  position: relative;
  height: 600px;
}

.block {text-align: center;}

.slider .block h1 {font-size: 70px;line-height: 80px;font-weight: 600;color: #fff;}

.home-icons {width: 50%;}

.sub-title {font-size: 29px;line-height: 40px;font-weight: 400;color: #fff;}

.sub-tit {font-size: 25px; color: #C70039;}

.slider .block p {margin-bottom: 30px;color: #b9b9b9;font-size: 18px;line-height: 27px;font-weight: 300;}

.tech-title {font-size: 25px;}

.slider .block span {letter-spacing: 1px;}

.intro-item i {font-size: 60px;line-height: 60px;}

.color-one {color: #0c5991;}

.color-two {color: #0c5991;}

.color-three {color: #0c5991;}

.color-four {color: #0c5991;}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 640px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
}

.about-content {padding: 20px 0px 0px 0px;}

.about-content h4 {font-weight: 600;}

.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {font-size: 50px;}

.counter-item p {margin-bottom: 0px;}

.section-gover {padding-top: 50px;padding-bottom: 50px;}

.client-logo {margin-left: 45px;}

table {font-family: arial, sans-serif;border-collapse: collapse;width: 100%;}

td, th {border: 1px solid #dddddd;text-align: center;padding: 8px;}

td {padding: 9px 12px;}

.btn-group {
    width: 76%;
    min-width: 400px;
    margin: 0 auto;
    display: flex;
    /*margin-bottom: 68px;*/
    border-bottom: 4px solid #0c5991;
    overflow: hidden;
    transition: border .25s ease;
}
.btn-group {box-shadow: unset;padding: 0;}

.round::before {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #efefef;
    transform: perspective(10px) rotateX(1deg);
    border-radius: 10px 10px 0 0;
    height: 100%;
    top: 0;
    box-shadow: 0 0px 20px rgba(0,0,0,.09),0 6px 6px rgba(0,0,0,.12);
    margin: 0 24px;
}
.nav-link.active {
    background-color: #0c5991 !important;
    color: #fff !important;
    border-color:none !important;
    content: '';
    /*position: absolute;*/
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform: perspective(10px) rotateX(1deg);
    border-radius: 10px 10px 0 0;
    height: 100%;
    top: 0;
    box-shadow: 0 0px 20px rgba(0,0,0,.09),0 6px 6px rgba(0,0,0,.12);
    margin: 0 24px;
}
.nav-link.active:hover {
  background-color: #0c5991 !important;
    color: #fff !important;
    border-color:none !important;
    content: '';
    /*position: absolute;*/
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform: perspective(10px) rotateX(1deg);
    border-radius: 10px 10px 0 0;
    height: 100%;
    top: 0;
    box-shadow: 0 0px 20px rgba(0,0,0,.09),0 6px 6px rgba(0,0,0,.12);
    margin: 0 24px;
}
.btn-group ul {margin: 0;padding: 0;overflow: hidden;float: left;padding-left: 18px;list-style-type: none;}

.btn-group.round ul li {border-radius: 8px 8px 0 0;}

.btn-group ul li {font-size: 32px;padding-bottom: 13px;padding-top: 15px;padding-bottom: 14px;}

.btn-group ul li {font-size: 32px;padding-bottom: 13px;}

.btn-group ul li {
  display: block;
  float: right;
  padding: 10px 24px 8px;
  background-color: transparent;
  /*margin-right: 25px;*/
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #050404;
  font-size: 20px;
  text-transform: uppercase;
  transition: all .25s ease;
}
.color-box {background: #0c5991 !important;color: #fff !important;font-weight: 600;}

.tblcolor {background: #f5f6fa !important; color: #111;}

.main_color tr:nth-child(2n+1) {background: #f8f8f8;}

.card-btn {background: #0c5991; padding: 10px 50px;color: #fff; float: right;}

.card-btn:hover {color: #111;}

.card-contant {padding: 15px;}

.line {background-color: #c5c2c2;height: 2px;margin: 20px 1px 12px 0;}

.resume-post-titel, .sidan-global-titel {text-align: center;}

.resume-post-titel p, .sidan-global-titel p {font-size: 32px;}

.our-proces {text-align: center;margin-bottom: 70px;}

.our-proces p {font-size: 32px;}

.client-icon {width: 50%; margin: 0 auto;padding-top: 10px;}

.technologie {margin-bottom: 70px;}

.resent-work {margin: 0 auto;text-align: center; width: 100%;}

.jop {margin: 0 auto; text-align: center;}

.working {width: 70%;}

.workings {width: 45%;}

.career-text {margin-left: 25px;}

.head{text-align: center;text-transform: uppercase;}

.head h2 {font-size: 42px;line-height: 1.2}

.post-btn {background: #0c5991; padding: 13px 60px;color: #fff;border-radius: 3px;}

.post-btn:hover {color: #111;}

.modal-form {padding: 0px 20px 20px;}

#award {float: right;margin-top: 190px;width: 34%;}

.awardbox {background-color: #fff;opacity: 1;padding: 5px 10px;}

.award {width: 50%;}

.colors {width: 100%;background-color: #0c5991; height: 50px;float: right;}

.techs {text-align: center; width: 70%;margin: auto;}

.tech {text-align: center;}

.techno {width: 15%;}

select {width: 100%;padding: 7px;font-family: 'Oswald', sans-serif;}

.submit-btn {background: #0c5991; padding: 6px 35px;color: #fff;border-radius: 3px;}

.sub {text-align: center;}

.icons {width: 20%;}

.login {width: 500px;margin: 0 auto;padding: 20px 20px;background: #fafafa;border: 1px solid #fafafa;border-radius: 3px;}

.login-btn {background: #0c5991;color: #fff;}

.work {width: 50%;}

.sidan-global {margin-top: 70px;}

.service-item {position: relative;padding-left: 80px;}

.links {color: #fff;background-color: #0c5991; padding: 5px 10px;}

.links:hover {color: #fff;background-color: #111;}

.about-heading {color: #0c5991;}

.tab-btn {width: 120px;text-align: center;}

.image {display: block;width: 100%;height: auto;}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.overlay:hover {opacity: 0.7;}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.team-img {padding: 10PX}

.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 10px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  z-index: 5;
}

.timeline li {padding: 2em 0;}

.timeline li:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}

.direction-l {position: relative;width: 525px;float: left;text-align: right;}

.direction-r {position: relative;width: 525px;float: right;}

.timeline-lift {position: relative;width: 525px;float: left;text-align: right;bottom: 40px;}

.timeline-right {position: relative;width: 525px;float: right;bottom: 40px;}

.about-img {width: 30%;}

.about-nasscom {width: 60%;}

.flag-wrapper {position: relative;display: inline-block;text-align: center;}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  color: rgb(250,80,80);
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
  font-size: 23px;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}
.direction-r .flag:before {left: -36px;}

.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {display: inline;line-height: 1em;font-size: 20px;color: #0c5991;vertical-align: middle;}

.direction-l .time-wrapper {float: left;}

.direction-r .time-wrapper {float: right;}

.time {display: inline-block;padding: 4px 6px;background: rgb(248,248,248);font-size: 20px;color: }

.desc {margin: 1em 0.75em 0 0;font-size: 17px;font-family: 'EB Garamond', serif;line-height: 1.5em;}

.direction-r .desc {margin: 1em 0 0 0.75em;}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {width: 100%;padding: 4em 0 1em 0;}

.timeline li {padding: 2em 0;}

.direction-l,
.direction-r {float: none;width: 100%;text-align: center;}

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

.flag {background: rgb(255,255,255);z-index: 15;}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
  left: 50%;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -9px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {display: block;position: relative;margin: 4px 0 0 0;z-index: 14;}

.direction-l .time-wrapper {float: none;}

.direction-r .time-wrapper {float: none;}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(245,245,245);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {position: relative;margin: 1em 1em 0 1em;padding: 1em;z-index: 15;}

.timeline-lift {position: relative;width: 385px;float: left;text-align: center;}

.timeline-right {width: 375px;text-align: center;}

.timeline::before {display: none;}

.direction-l .flag::before, .direction-r .flag::before {display: none;}
}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {margin: 1em 4em 0 4em;}

}
.mt100 {
    margin-top: 100px;
}

.image-holder{
    height: 200px;
}


/*Body of the Panel when it expands*/
.panel .panel-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: auto;
}

/*Image size and transition*/
.panel .panel-body a img {
    display: block;
    margin: 0;
    width: 100%;
    height: 150px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*Transform scale effect when you hover over*/
.panel .panel-body a.zoom:hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

/*Zoom Button*/
.panel .panel-body a.zoom span.overlay {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}

/*Zoom Button and Tint Overlay*/
.panel .panel-body a.zoom:hover span.overlay {
    display: block;
    visibility: visible;
    opacity: 0.55;
    -moz-opacity: 0.55;
    -webkit-opacity: 0.55;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/*Zoom Button*/
.panel .panel-body a.zoom:hover span.overlay i {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    font-size: 2.25em;
    color: #fff !important;
    text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}
.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: .4;
}

.cta {
  background: url("../images/bg/home-3.webp") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.h70 {height: 55%;}

.lh-45 {line-height: 45px;}

.contact-form-wrap .form-group {padding-bottom: 15px;margin: 0px;}

.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.contact-form-wrap .form-group-2 {margin-bottom: 13px;}

.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {margin-bottom: 10px;}

.address-block li i {font-size: 20px;width: 20px;}

.social-icons li {margin: 0 6px;}

.social-icons i {margin-right: 15px;font-size: 25px;}

.blog-item-content h3 {line-height: 36px;}

.blog-item-content h3 a {transition: all .4s ease 0s;}

.blog-item-content h3 a:hover {color: #f75757 !important;}

.lh-36 {line-height: 36px;}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

h3.quote {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #f75757;
  position: absolute;
  top: 25px;
  left: 0;
}

.nav-posts-title {line-height: 25px;font-size: 18px;}

.latest-blog {position: relative;padding-bottom: 150px;}

.mt-70 {margin-top: -70px;}

.border-1 {border: 1px solid rgba(0, 0, 0, 0.05);}

.blog-item {border-bottom: 1px solid rgba(0, 0, 0, 0.05);}

.post.post-single {border: none;}

.post.post-single .post-thumb {margin-top: 30px;}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {margin-bottom: 50px;}

.post-comments {margin: 30px 0;}

.post-comments .media {margin-top: 20px;}

.post-comments .media > .pull-left {padding-right: 20px;}

.post-comments .comment-author {margin-top: 0;margin-bottom: 0px;font-weight: 500;}

.post-comments .comment-author a {color: #f75757;font-size: 14px;text-transform: uppercase;}

.post-comments time {margin: 0 0 5px;display: inline-block;color: #808080;font-size: 12px;}

.post-comments .comment-button {color: #f75757;display: inline-block;margin-left: 5px;font-size: 12px;}

.post-comments .comment-button i {margin-right: 5px;display: inline-block;}

.post-comments .comment-button:hover {color: #f75757;}

.post-excerpt {margin-bottom: 60px;}

.post-excerpt h3 a {color: #000;}

.post-excerpt p {margin: 0 0 30px;}

.post-excerpt blockquote.quote-post {margin: 20px 0;}

.post-excerpt blockquote.quote-post p {line-height: 30px;font-size: 20px;color: #f75757;}

.single-blog {background-color: #fff;margin-bottom: 50px;padding: 20px;}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {color: #000;}

.next-prev a:hover {color: #f75757;}

.next-prev .prev-post i {margin-right: 10px;}

.next-prev .next-post i {margin-left: 10px;}

.social-profile ul li {margin: 0 10px 0 0;display: inline-block;}

.social-profile ul li a {color: #4e595f;display: block;font-size: 16px;}

.social-profile ul li a i:hover {color: #f75757;}

.comments-section {margin-top: 35px;}

.author-about {margin-top: 40px;}

.post-author {margin-right: 20px;}

.post-author > img {border: 1px solid #dedede;max-width: 120px;padding: 5px;width: 100%;}

.widget {margin-bottom: 30px;padding-bottom: 35px;}

.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media .media-object {width: 100px;height: auto;}

.widget.widget-latest-post .media .media-heading a {color: #242424;font-size: 16px;}

.widget.widget-latest-post .media p {font-size: 12px;color: #808080;}

.widget.widget-category ul li {margin-bottom: 10px;}

.widget.widget-category ul li a {color: #837f7e;transition: all 0.3s ease;}

.widget.widget-category ul li a:before {padding-right: 10px;}

.widget.widget-category ul li a:hover {color: #f75757;padding-left: 5px;}

.widget.widget-tag ul li {margin-bottom: 10px;display: inline-block;margin-right: 5px;}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {color: #fff;background: #f75757;border: 1px solid #f75757;}

.footer {padding-bottom: 10px;background: #fafafa;}

.footer .copyright a {font-weight: 600;}

.lh-35 {line-height: 35px;}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 5px;
  padding-top: 8px;
  font-size: 30px;
}

.logo span {color: #0c5991;}

.footer-logo {color: #242424;font-weight: 600;letter-spacing: 1px;}

.footer-logo span {color: #0c5991;}

.sub-form {position: relative;}

.sub-form .form-control {border: 1px solid rgba(0, 0, 0, 0.06);background: #f5f8f9;}

.footer-btm {border-top: 1px solid rgba(0, 0, 0, 0.06);}

.footer-socials li a {margin-left: 15px;}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  
  .header-top .header-top-info a {margin-left: 0px;display: block;}
  
  .navbar-toggler {color: #111;}
  
  .slider .block h1 {font-size: 28px;line-height: 40px;}
  
  .slider {padding: 126px 0 151px 0;}
  
  .content-title {font-size: 28px;line-height: 46px;}

  .bg-about {display: none;}
  
  .p-5 {padding: 2rem !important;}
  
  h2, .h2 {font-size: 1.3rem;font-weight: 600;line-height: 36px;}
  
  .testimonial-item .testimonial-item-content {padding-left: 0px;padding-top: 30px;}
  
  .footer-socials {margin-top: 20px;}
  
  .footer-socials li a {margin-left: 0px;}
  
  .text-lg {font-size: 3rem;}
  
  .header-top .header-top-info {padding-bottom: 15px;}
  
  .blog-item-meta span {margin: 6px 0px;}
  
  .widget {margin-bottom: 30px;padding-bottom: 0px;}
  
  .dropdown-menu {display: none;width: 100%;text-align: center;}
  
  .btn-group {width: 100%;}
}

@media (max-width: 480px) {
  
  .header-top .header-top-info a {margin-left: 0px;}
  
  .navbar-toggler {color: #111;}
  
  .navbar-brand {width: 60%;}
  
  .slider .block h1 {font-size: 38px;line-height: 50px;}
  
  .slider {padding: 126px 0 151px 0;}
  
  .content-title {font-size: 28px;line-height: 46px;}
  
  .bg-about {display: none;}
  
  .p-5 {padding: 2rem !important;}

  h2, .h2 {font-size: 1.3rem;font-weight: 600;line-height: 36px;}
  
  .footer-socials {margin-top: 20px;}
  
  .footer-socials li a {margin-left: 0px;}
  
  .blog-item-meta span {display: block;margin: 6px 0px;}
  
  .widget {margin-bottom: 30px;padding-bottom: 0px;}
  
  .dropdown-menu {display: none;width: 100%;text-align: center;}
  
  .btn-group {width: 100%;border-bottom: none;}
  
  .process-img {width: 100%;}

  .round::before {content: none;}
}

@media (max-width: 768px) {
  
  .navbar-toggler {color: #111;}
  
  .bg-about {display: none;}
  
  .footer-socials {margin-top: 20px;}
  
  .footer-socials li a {margin-left: 0px;}
  
  .slider .block h1 {font-size: 56px;line-height: 70px;}
  
  .blog-item-meta span {display: block;margin: 6px 0px;}
  
  .widget {margin-bottom: 30px;padding-bottom: 0px;}
  
  .dropdown-menu {display: none;width: 100%;text-align: center;}
}

/*# sourceMappingURL=maps/style.css.map */

.brands {width: 100%;}

.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff
}

.brands_slider {height: 100%;margin-top: 15px;}

.brands_item {height: 100%;}

.brands_item img {max-width: 100%;}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {color: #676767;}

.brands_prev {left: 40px}

.brands_next {right: 40px}