
.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 12px 15px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 13px;
  transition: all .25s ease;
}

#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #e12454;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.header-top-bar {
  background: #223a66;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}
.bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.productpage .banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: no-repeat;
  background-size: cover;
  min-height: 425px;
}


.productpage .banner .block h1 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}
.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  height: 300px;
  border-bottom: 5px solid #f4f9fc;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}


.cta {
 
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #223a66;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.html") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #e12454;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 35px;
  height: 35px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 5px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.form-control#mobile{
  border-radius: 50px;
  border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #223a66;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
  transition: .3s;
}

@media (max-width: 992px) {
  .backtop {
    bottom: 40px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
  }
}

.backtop:hover {
  background-color: #e12454;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
/*=====================================
          PORTFOLIO CARD STYLE
======================================*/
.port__card {
  margin: 0px 25px;
  border-radius: 8px;
  position: relative;
}

.port__card:hover .portfolio__hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.portfolio__img img {
  width: 100%;
  border-radius: 8px;
}

.portfolio__hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.protfolio__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 160px;
}
a.icon.icon-outline {
    color: #f00;
}
.protfolio__btn .btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 25px;
  margin: 12px 0px;
  border-radius: 5px;
  letter-spacing: 0.3px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.protfolio__btn .btn__custome {
  color: var(--first-color);
  background: #ffffff;
}

.protfolio__btn .btn__custome:hover {
  color: #fff;
  background: var(--first-color);
}

.portfolio__text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.portfolio__text h6 {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  margin-left: 15px;
  position: relative;
}

.portfolio__text h6::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  width: 3px;
  height: 100%;
  background: var(--first-color);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio__text a {
  width: 38px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  background: #dddddd;
  color: var(--heading-color);
}

.portfolio__text a:hover {
  color: #ffffff;
  background: var(--first-color);
}


.port {
  padding: 85px 0px 0px;
}

.port .container {
  max-width: 1300px;
}

.port__head h2 {
  width: 570px;
}



.portfolio__slide .dandik,
.portfolio__slide .bamdik {
  top: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -18px;
  visibility: visible;
  opacity: 1;
}

.portfolio__slide .bamdik {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  left: 92%;
}

.protfolio__view__more {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 575px) {
  .port {
    padding: 50px 0px 0px;
  }
  .port__card {
    margin: 0px 15px;
  }
}

@media (max-width: 767px) {
  .port__head h2 {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .port {
    padding: 70px 0px 0px;
  }
  .port__card {
    margin: 0px 15px;
  }
}

.heading--2{
  font-weight: 400;
}
.heading--4{
  font-weight: 100;
}
.grid__item {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}
.online-feature-list__section {
    padding: 16px 32px;
}
@media screen and (max-width: 46.8125em){
.accordion-item--mobile .accordion-link {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    min-height: 1.25em;
    padding-right: 1.25em;
}
}
.accordion-item--mobile .accordion-content{display: none;}
.accordion-item--mobile .accordion-content.show{
	display: block;
    overflow: hidden;
    transition: height 400ms ease 0s, padding 400ms ease 0s, margin 400ms ease 0s;
}
@media screen and (min-width: 750px){
.hide--desktop{
	display:none;
}
}
.hide--desktop .sticky-menu-content .accordion-item--mobile .accordion-link{
	display: flex;
    justify-content: space-between;
    align-items: baseline;
}
/*dukandary solutions page css*/
@media only screen and (min-width: 992px) {
      .sticky {
      position: fixed;
      top: 0;
      width: 25%;
    }
    .navbar-brand .img-fluid
    {
    width: 165px;
    height: auto;
    object-fit: contain;
    }
}
.blog-page .card-date
{
  font-size: 12px;
  margin-bottom: 5px;
  color: #888;
}
.blog-page .card-footer span
{
  padding-right: 10px;
}
.blog-page a:hover
{
  color: unset;
}
.blog-page .card-text
{
  color: #888;
}
.blog-page .card-body
{
  padding: 38px;
}
.priceing .bg-white
{
  background-color: #fafafa !important;
}
/*.............*/
.banner video
{
  width: 100%;
  box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
}
.banner .block
{
  padding: 0px;
}
.banner .block
{
  padding: 10px;
    padding-left: 10px;
}
.banner .btn-container 
{
  text-align: right;
}
.banner 
{
  min-height: auto;
}
/*..........Mobile Media Query...........*/
@media only screen and (max-width: 600px) {
  .navbar.navbar-expand-lg.navigation .img-fluid
  {
      width: 110px;
      height: 58px;
      object-fit: contain;
  }
  .navbar-collapse
  {
    position: fixed;
    z-index: 3000;
    background-color: #fafafa;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    width: 77%;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
  }
  #navbarmain .nav-link
  {
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
  }
  .navbar-collapse .ah-close
  {
    text-align: left;
    padding: 17px;
    display: block;
  }
  .ah-close {
    color: #333333;
    padding: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: block;
}
.navbar-nav.ml-auto
{
  position: absolute;
    width: 100%;
    height: 100%;
    background: #fafafa;
}
.overlay-menu
{
  position: absolute;
    width: 100vw;
    height: 100%;
    background: #00000024;
}
.banner .block
{
  padding: 11px 0px 30px;
}
.banner .block h1 {
    font-size: 33px;
    line-height: 50px;
}
.section {
    padding: 30px 0;
}
.mb-4, .my-4 {
    margin-bottom: 1rem!important;
    top: 1rem!important;
}
.section-title {
    margin-bottom: 25px;
}
.col-xs-1
{
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-xs-2
{
flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-3
{
   flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-4
{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-5
{
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-6
{
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-7
{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-8
{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-9
{
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-10
{
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-11
{
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-12
{
    flex: 0 0 100%;
    max-width: 100%;
}
.counter-stat span
{
  font-size: 35px;
}
.section.service h2
{
  margin-top: 65px;
}

.navbar-brand
{
  margin: 0;
  padding: 0;
}
.owl-carousel.owl-theme .img-fluid
{
  width: 100%;
}

.banner .btn-container
{
  text-align: center;
}
.mobile-hide
{
  display: none;
}
}
@media only screen and (min-width: 992px) {
  .laptop-hide
  {
    display: none;
  }
  .owl-carousel .img-fluid
{
    border: 1px solid #f8f9fa;
    padding: 0 !important;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
}
  .owl-carousel h4
  {
    margin-top: 20px;
  }
  #navbarmain .nav-link
  {
    font-size: 18px;
  }
  .navbar-brand
  {
    margin-top: 0px;
  }
  .banner .btn 
  {
    width: 258px;
    margin-right: 59px;
  }
}
 /*GetStarted Now welcome page*/
  .getStartedMobile{
    height: 60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    background: #f4f9fc;
  }
  /*Blog*/
  .blogimg {
      float: right;
      margin: 5px;
    }
    .quoteimg{
      width:100px;
    }
    .blog-card-img{
      height: 250px;
      width: 350px;
      float: right;
      /* margin: 5px;  */
      padding: 10px;
    }
    .blog-desc p{
      text-align: justify;
    }
    .blog-page .card{
      margin-bottom:10px;
    }
  /* end blog */

  
  .owl-carousel .owl-item{
    padding: 10px;
  }
  .owl-carousel .img-fluid
  {
      border-radius: 15px;
   
  }
  .slick-prev:before, .slick-next:before
  {
    color: #9e9e9e;
    font-size: 20px;
  }
  .store-block.style-2
  {
     padding: 5px;
     background-color: #ffffff;
     margin: 5px;
  }