@font-face {
    font-family: 'Vollkorn';
    src: url('fonts/Vollkorn-Italic.woff2') format('woff2'),
        url('fonts/Vollkorn-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Vollkorn';
    src: url('fonts/Vollkorn-Regular.woff2') format('woff2'),
        url('fonts/Vollkorn-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Black.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Bold.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/TitilliumWeb-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-BoldItalic.woff2') format('woff2'),
        url('fonts/TitilliumWeb-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-ExtraLight.woff2') format('woff2'),
        url('fonts/TitilliumWeb-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Italic.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Light.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
        url('fonts/TitilliumWeb-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-LightItalic.woff2') format('woff2'),
        url('fonts/TitilliumWeb-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Regular.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/TitilliumWeb-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


body
{
  margin: 0;
  padding: 0;
  --theme:#293275;
  --base: #989898;
  overflow-x: hidden;
  background: var(--sub);
}
a
{
  text-decoration: none;
}
a:hover
{
  text-decoration: none;
}
p
{
  font-size: 15px;
  font-family: 'Titillium Web';
  margin-bottom: 0 !important;
}
header
{
  /*widows: 100%;
  height: 100vh;*/
  position: relative;
  /*background: #ccc;*/
}

.column_slider_content h4
{
  color: #fff;
}
.column_slider_content h1
{
  color: #fff;
  font-size: 85px;
}


.fig {
    position: relative;
    overflow: hidden;
}
.fig::before
{
  position: absolute;
  content: '';
  width: 76%;
  height: 100%;
  background: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.abt_container {
    position: relative;
    width: 100%;
}
@media (min-width: 1200px)
{ 
  .abt_container img {
      width: 76% !important;
      position: relative;
  }
}
.abt_content {
  z-index: 9;
    padding: 36px 45px 41px 27px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    max-width: 550px;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
    background: rgba(255, 255, 255, 0.72);
    /*background: #ffffff7a;*/
}
.about
{
  padding: 60px 30px 0px;
}
.heading
{
   font-family: 'Vollkorn';
}
.abt_titile h1
{
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.abt_titile
{
  position: relative;
  padding: 0px  0 17px 0;
}
.abt_titile::after
{
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 197px;
  background: rgba(11, 35, 99, 0.4);
}
.paragraph p
{
  padding:  23px 0 12px;
  font-weight: 400;
  line-height: 27.23px;
}
/*.read_more
{
  background: #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 9px 22px;
  font-size: 14px;
  text-transform:capitalize;
  font-weight: 600;
  transition: all 0.3s linear;
  position: relative;
  display: inline-block;
    vertical-align: middle;
     outline: none !important;
      overflow: hidden;
}*/
.read_more
{
  position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 9px 22px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*border-radius: 8px;*/
    transition: all 0.3s linear;
    overflow: hidden;
    font-family: 'Titillium Web';
    /*letter-spacing: 0.1em;*/
    z-index: 1;
}
.btn_span
{
  position: relative;
  z-index: 9;
}
.read_more:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.read_more:hover
{
  text-decoration: none;
  color: #fff;
}
.read_more:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}
.counter_box
{
  position: relative;
}
.image_icon
{
  position: absolute;
  top: 0;
  left: 0;
}
.counter_details
{
  padding-left: 90px;
}
.counter_details h1
{
  line-height: 47px;
  font-family: 'Titillium Web';
  font-weight: 700;
  margin-bottom: 0;
}
.counter_details p
{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.counter_row
{
  padding-top: 47px;
}
figure
{
  margin-bottom: 0 !important;
}
.product
{
  padding: 68px 30px 34px;
}
.prd_box
{
  position: relative;
  overflow: hidden;
}
.prd_box .overlay
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.38%, #000000 96.87%);
}
.overlay_details
{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.overlay_details h4
{
  color: #fff;
  margin-bottom: 0;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}
.arrow_right
{
  /*width: 70px;*/
  /*height: 70px;*/
  padding: 18px;
  background: #fff;
  /*line-height: 70px;*/
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;

}
.prd_title
{
  /*float: left;*/
  padding-left: 35px;
  padding-bottom: 15px;
}
.block
{
  display: block;
}
.prd_left_column h1
{
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.prd_heading_row
{
  padding-bottom: 46px;
}
.prd_rigt_column p
{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (min-width: 1210px)
{
  .d_centre
  {
    display: flex;
    vertical-align: middle;
    align-items: center;
  }
}

.products_carousel .owl-nav button
{
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: 1px solid #000 !important;
  font-size: 20px !important;
  margin-right: 18px;
  transition: .5s;
}
.products_carousel .owl-nav
{
  text-align: center;
  padding-top: 39px;
}
.products_carousel .owl-nav button:hover
{
  background: var(--theme) !important;
  color: #fff !important;
  border: 1px solid var(--theme) !important;
}
.products_carousel .owl-nav button:focus
{
  outline: none !important;
}
.products_carousel .owl-dots
{
  display: none;
}
.benefits .heading_center h1
{
  color: var(--theme);
  font-size: 58px;
  line-height: 56px;
  margin-bottom: 0;
}
.benefits .heading_center
{
  text-align: center;
}
.fnt_chng
{
   font-family: 'Titillium Web';
   font-weight: 400;
   color: #000;
}
.benefits
{
  padding: 30px 30px 0;
}
/*.bg_overlay
{
  width: 50px;
  height: 50px;
  background: #e6f6ff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}*/
.prd_list_box .card-body
{
  min-height: 145px;
}
.item_carousel figure
{
  position: relative;
  cursor: pointer;
}
.benefits .heading_center p
{
  font-size: 15px;
  color: #7B7B7B;
}

.benefit_box
{
  position: relative;
}
.image_icon
{
  position: absolute;
  top: 0;
  left: 0;
}
.benefit_details
{
  padding-left: 70px;
}
.benefit_details h4
{
  font-size: 22px;
  font-family: 'Titillium Web';
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 22px;
}
.benefit_details p
{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #7B7B7B;
}
.counter_row
{
  /*padding-top: 47px;*/
}
.benefit_container
{
  background: #F3F9FC;
  padding: 32px 17px 29px;
  border-radius: 14px;
  margin: 38px 30px 68px;
}

.choose
{
  padding: 81px 30px 114px;
  background: linear-gradient(180deg, #293275 0%, #00063D 100%);
  position: relative;
  /*overflow: hidden;*/
}
.image_ply
{
  position: absolute;
  top: 0;
  left: -3%;
  max-width: 494px;
}
.auto-container
{
  max-width: 820px;
  float: right;
}

.choose .heading_center h1
{
  color: #fff;
  font-size: 58px;
  line-height: 56px;
  margin-bottom: 0;
}
.choose .heading_center h1 .fnt_chng
{
  color: #D9D9D9;
}
.choose .heading_center
{
  position: relative;
  padding-bottom: 11px;
}
.choose .heading_center::after
{
  content: '';
  width: 228px;
  height: 2px;
  background: rgba(255, 255, 255, 0.53);
  position: absolute;
  bottom: 0;
  left: 0;
}
.choose .heading_center::before
{
  content: '';
  width: 66px;
  height: 4px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 30px;
}
.benefits .heading_center p
{
  font-size: 15px;
  color: #7B7B7B;
}

.choose_box
{
  position: relative;
}
.image_icon
{
  position: absolute;
  top: 0;
  left: 0;
}
.choose_details
{
  padding-left: 70px;
}
.choose_details h4
{
  font-size: 22px;
  font-family: 'Titillium Web';
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 22px;
  color: #fff;
}
.choose_details p
{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #7B7B7B;
}
.choose_container
{
  padding-top: 50px;
}
.choose_container .benefit_row
{
  margin-bottom: 36px;
}
.benefit_row:nth-child(3)
{
  margin-bottom: 0;
}
.image_ply1
{
  position: absolute;
  right: 0;
  bottom: -29%;
}

.video
{
  padding: 90px 30px 40px;
}
.video_box
{
  position: relative;
  padding-top: 43px;
  height: 472px;
  overflow: hidden;
}
.play_icon
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.5);
  box-sizing: border-box;
  line-height: 63px;
  text-align: center;
  cursor: pointer;
  transition: .5s;
}
.play_icon:hover
{
  border: 2px solid rgba(255,255,255,1);
}
/*.play_icon::before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #fff;
  border-radius: 50%;
}*/

.video .prd_left_column
{
  position: relative;
  padding-left: 123px;
}
.video .prd_left_column::before
{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 112px;
  height: 3px;
  background: var(--theme);
}
.video_details
{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 14px 29px;
}
.video_details h4
{
  margin-bottom: 0;
  font-size: 23px;
  line-height: 35.76px;
}
.video_details h4 a
{
  color: #000;
  transition: .5s;
}
.video_details h4 a:hover
{
  color: var(--theme);
  text-decoration: none;
}
.video_details p
{
  font-family: Titillium Web;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.155em;
  text-align: left;
  color: #989898;
}

.prd_list_box
{
  background: #FFFFFF;
  border: 1px solid #EBEBEB !important;
  box-sizing: border-box;
  border-radius: 36px !important;
  padding: 18px;
  overflow: hidden;
}
.prd_list_box .card-header
{
  border: none;
  /*min-height: 268px;*/
}
.prd_list_box .card-body
{
  text-align: center;
  padding: 0;
}
.prd_list_box .card-body h5
{
  margin-bottom: 10px;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.prd_list_box .card-body p
{
  font-family: Titillium Web;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}
/*.view_more
{
  padding: 12px 18px;
  background: var(--theme);
  color: #fff;
  border: none;
  margin-top: 12px;
  font-family: Titillium Web;
  font-weight: 600;
  transition: .5s;
}*/
.view_more
{
  position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background: var(--theme);
    color: #fff;
    font-size: 14px;
     font-weight: 600;
    text-transform: capitalize;
    padding: 12px 18px;
    /*border-radius: 8px;*/
    transition: all 0.3s linear;
    overflow: hidden;
    font-family: 'Titillium Web';
    /*letter-spacing: 0.1em;*/
    z-index: 1;
    margin-top: 12px;
    cursor: pointer;
}
.btn_span
{
  position: relative;
  z-index: 9;
}
.view_more:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #000;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.view_more:hover
{
  text-decoration: none;
  color: #fff;
}
.view_more:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.product_list
{
  padding-top: 40px;
}
.product_list .owl-dots button
{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C4C4C4 !important;
  opacity: 0.5;
  margin-right: 10px;
}
.product_list .owl-dots
{
  text-align: center;
}
.product_list .owl-dots button.active
{
  background: var(--theme) !important;
  opacity: 1 !important;
}
.product_list .owl-nav button
{
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: 1px solid #000 !important;
  font-size: 20px !important;
  margin-right: 18px;
  transition: .5s;
  position: absolute;
  bottom: -18px;
}
.product_list .owl-nav button.owl-prev
{
  left: 43%;
}
.product_list .owl-nav button.owl-next
{
  right: 43%;
}
.product_list .owl-nav
{
  text-align: center;
  padding-top: 39px;
}
.product_list .owl-nav button:hover
{
  background: var(--theme) !important;
  color: #fff !important;
  border: 1px solid var(--theme) !important;
}
.product_list .owl-nav button:focus
{
  outline: none !important;
}
.brands
{
  margin-top: 54px;
  position: relative;
}
.heading_box_fst
{
  width: 40%;
  float: left;
}
.heading_box_sec
{
  width: 60%;
}
.brands .auto-container
{
  max-width: 853px !important
}
.client_box
{
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.brands .heading_box_fst h1
{
  color: var(--theme)
}
.testimonial .tagline, .blog .tagline
{
  font-family: Titillium Web;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.testimonial h1, .blog h1
{
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
  color: var(--theme);
  letter-spacing: 0em;
}
.testimonial
{
  padding: 70px 30px;
}
.testimonial_container
{
  position: relative;
  padding: 41px 90px 32px;
  background: #EFEFEF;
  border-radius: 20px;
  margin-top: 47px;
}
.testimonial_container .auto-container
{
  float: none;
}
.testimonial_container p
{
  font-family: Titillium Web;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  text-align: justify;
}
.auth_name
{
  font-size: 21px;
  padding-left : 8px;
}
.author_details
{
  padding-top: 27px;
}
.image_ply2
{
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial_container .auto-container
{
  max-width: 717px;
}
.quote_icon
{
  position: absolute;
  top: 27px;
  left: 35px;
}
.quote_icon i
{
  font-size: 35px;
  opacity: .1;
}
.blog_row
{
  padding-top: 27px;
}
.blog_details
{
  padding-top: 44px;
}
.blog_details h3
{
  margin-bottom: 12px;
}
.blog_details p
{
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #0E0E0E;
}

.blog_details .view_more
{
  margin-top: 25px;
  cursor: pointer;
}
.blog
{
  padding: 8px 30px 100px;
}

footer
{
  background: #F4F4F4;
  padding : 50px 30px 60px;
}
.footer_column p
{
  font-family: Titillium Web;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: justify;
  padding-right: 55px;
  color: #414141;
  /*padding-top: 15px;*/
}
.footer_column h3
{
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}
.footer_menu
{
  margin: 0px 0 0 0;
  padding: 0; 
}
.footer_menu li
{
  list-style-type: none;
  display: block;
  padding-bottom: 18px;
}
.footer_menu li a
{
  text-decoration: none;
  color: #414141;
  font-size: 17px;
  /*padding-bottom: 18px;*/
  display: block;
  transition: .5s;
}

.footer_menu li a:hover
{
  color: #000;
  font-weight: 600;
}
.single-footer-contact-info {
    display: table;
    padding-bottom: 15px;
}
.single-footer-contact-info .footer_add_icon {
    color: #414141;
    display: table-cell;
}
.footer-contact-list-text {
    display: table-cell;
    /* color: #fff; */
    padding-left: 10px;
    font-style: normal;
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    /* text-transform: capitalize; */
    color: #414141;
}
.follow a
{
  color: #414141;
  text-decoration: none;
  margin-right: 14px;
  transition: .5s;
  font-size: 18px;
}
.follow a:hover
{
  color: #000;
}

.swiper-container {
      width: 100%;

      height: 100vh;
    }
    
.swiper-slide {
      min-height: 100vh;
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      overflow:hidden;
    }
.swiper-pagination-bullet
{
  border-radius: 0 !important;
  background: #fff !important;
  margin-right: 13px !important;
}

.swiper-pagination
{
  /*top:50% !important;
  right: 10px !important;
  transform: rotateZ(90deg) !important;
  width: auto !important;*/
}
.swiper-pagination-bullet
{
  display: none;
}

.slider_content
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/*.overlay_box
{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,.5);
}*/

.skew_shape {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}
.skew_shape img {
    height: 100%;
    width: 100%;
}
.column_slider_content
{
  text-align: left;
  color: #fff;
}
.slider_content .auto-container
{
  float: left;
}

.navigation
{
  position: absolute;
  z-index: 9;
  /*background: rgba(0,0,0,.5);*/
  width: 100%;
  transition: .6s;

}
.navigation.sticky
{
  padding: 10px 30px;
  background: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 10px 15px -10px rgb(25 25 25 / 10%);
}
.logo
{
  float: left;
  /*padding: 15px 0;*/
  /*height: 80px;*/
  /*overflow: hidden;*/
  position: relative;
  width: 110px;
  text-align: center;
}
.logo::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
   background: #fff;
  /*border-bottom-right-radius: 30px;*/
  height: 150px;
}
.logo::after
{
  content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: -19px;
    background: #fff;
    border-radius: 0 0 12px 10px;
    -webkit-transform: skewY(
15.5deg
);
    -ms-transform: skewY(15.5deg);
    transform: skewY(
15.5deg
);
    z-index: -1;
}
.menu
{
  margin: 0;
  padding: 0;
  float: right;
}
.navigation.sticky .menu li a
{
  color: #000;
}
.menu li
{
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.menu li a
{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 600;
  font-family: Titillium Web;
  padding: 25px 20px;
  transition: .5s;
  position: relative;
}
.menu li a::after
{
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  width: 50%;
  transition: .5s;
  opacity: 0;
}
.menu li a:hover
{
  /*color: var(--theme);*/
}
.menu li a:hover::after
{
  bottom: 10px;
  opacity: 1;
}
.menu li a.active::after
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  width: 50%;
  transition: .5s;
  opacity: 1;
}
.menu li a.active:hover::after
{
  bottom: 10px;
  opacity: 1;
}
/*.menu li a.active::before
{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--theme);
  top: 0;
  left: 0;
  z-index: -1;
}*/
/*.menu li a::before
{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--theme);
  top: 0;
  left: 0;
  opacity: 0;
   transition: .5s;
  z-index: -1;
}*/
.menu li a:hover::before
{
  opacity: 1;
}
.menu li a.active::before
{
  opacity: 1;
}

.column_slider_content h3
{
  font-size: 45px;
  margin: 0;
  line-height: 60px;
}
.column_slider_content h1
{
  font-size:75px;
}
.choose .auto-container
{
  padding-left: 35px;
}
.testimonial .owl-carousel .owl-item img {
     display: initial !important; 
     width: auto !important; 
}
.testimonial .owl-nav
{
  display: none;
}
.testimonial .owl-dots
{
  display: block;
}
.testimonial .owl-dots button
{
  width: 5px;
  height: 5px;
  background: #ccc !important;
  border-radius: 50% !important;
  margin-right: 8px;
}
.testimonial .owl-dots button.active
{
  background: var(--theme) !important;
}
.jquery-back-to-top
{
  background: var(--theme) !important;
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
}


.delay1
{
  animation-delay: .4s;
}
.delay2
{
  animation-delay: .5s;
}
.delay3
{
  animation-delay: .6s;
}
.delay4
{
  animation-delay: .7s;
}
.delay5
{
  animation-delay: .8s;
}
.delay6
{
  animation-delay: .9s;
}
.delay7
{
  animation-delay: 1s;
}
.delay8
{
  animation-delay: 1.1s;
}
.delay9
{
  animation-delay: 1.2s;
}
.delay10
{
  animation-delay: 1.3s;
}
.delay11
{
  animation-delay: 1.4s;
}
.delay12
{
  animation-delay: 1.5s;
}
.delay13
{
  animation-delay: 1.6s;
}
.delay14
{
  animation-delay: 1.7s;
}
.delay15
{
  animation-delay: 1.8s;
}
.delay16
{
  animation-delay: 1.9s;
}
.delay17
{
  animation-delay: 2s;
}
.delay18
{
  animation-delay: 2.1s;
}
.delay19
{
  animation-delay: 2.2s;
}
.delay20
{
  animation-delay: 2.3s;
}
.delay21
{
  animation-delay: 2.4s;
}
.slider_content .tagline
{
  max-width: 386px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.swiper-pagination-bullet
{
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
}
.swiper-button-prev {
  background-image: url("../images/prev.png") !important;
  left: 30px !important;
}

.swiper-button-next {
  background-image: url("../images/next.png") !important;
  right: 30px !important;
}
.swiper-button-next, .swiper-button-prev
{
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  background-size: initial !important;
  padding: 20px !important;
}
.banner_btn a
{
  text-decoration: none;
  padding: 12px 28px;
  background: #fff;
  border: 3px solid #fff;
  /*color: #fff;*/
  border-radius: 11px;
  font-weight: 600;
  font-family: Titillium Web;
  text-transform: uppercase;
  margin-right: 15px;
  transition: .5s ease-in-out 0s;
}
.banner_btn
{
  margin-top: 30px;
}
.b_view_btn
{
  background: transparent !important;
  color: #fff;
}
.b_read_btn
{
  color: var(--theme) !important;
}
.b_read_btn:hover
{
  text-decoration: none;
  background: transparent;
  color: #fff !important;
}
.b_view_btn:hover
{
  text-decoration: none;
  background: #fff !important;
   color: var(--theme) !important;
}

 #nav {
  text-align: center;
}

#nav a {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 10;
  top: calc(50% - 16px);
  text-indent: -9999px;
}

#nav a.prev-slide {
  background: url(../images/arrow-left.png) no-repeat top left;
  left: 10px;
}

#nav a.next-slide {
  background: url(../images/arrow-right.png) no-repeat top left;
  right: 10px;
}

#nav a.disabled {
  display: none;
}

.slide-content {
  text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}

.slide-content h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.slide-content p {
  max-width: 50%;
}
.slide.active
{
  z-index: -1;
}
.navigation.sticky .logo::after
{
  display: none;
}
.blog_box img
{
  /*max-height: 363px;*/
  max-height: 363px;
  overflow: hidden;
  width: 100%;
}
.item_crs
{
  text-decoration: none;
  font-weight: 600;
  font-family: Titillium Web;
  color: #000;
  /*text-align: center;*/
}
.item_crs:hover
{
  text-decoration: none;
}
.item_carousel
{
  padding: 0px 30px 50px;
}
.item_carousel figure img
{
  margin: auto;
   transition: .5s;
  max-width: 40% !important;
}
figure
{
  text-align: center;
}
figcaption
{
  padding-top: 10px;
  text-transform: uppercase;
}
figure:hover img
{
  transform: scale(1.1);
}

.item_carousel .owl-nav button
{ 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.item_carousel .owl-nav button.owl-next
{
  right: 0 !important;
}
.item_carousel .owl-nav button.owl-prev
{
  left: 0;
}
.arrow
{
  color: #bfbfbf;
}
.item_carousel a:hover
{
  color: var(--theme);
}
.item_carousel .owl-dots
{
  display: none;
}

.prd_card_items
{
  border: none !important;
  cursor: pointer;
  margin-bottom: 25px;
}
.prd_card_items .card-body
{
  text-align: center;
}
.prd_card_items .card-body h4
{
  font-weight: 600;
  font-family: Titillium Web;
}
.prd_card_items .card-header
{
  border: none;
  overflow: hidden;
  border-radius: 30px !important;
  position: relative;
}
.view_more_overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #293275e3 0%, #00063dc7 100%);
}
.overlay_content
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.overlay_content h3
{
  color: #fff;
  font-weight: 600;
  font-family: Titillium Web;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.overlay_content a
{
  /*display: block;*/
  padding: 10px 28px;
  background: #fff;
  border-radius: 30px;
  color: var(--theme);
  transition: .5s;
  font-weight: 600;
  font-family: Titillium Web;
  text-transform: uppercase;
}
.overlay_content a:hover
{
  background: var(--theme);
  text-decoration: none;
  color: #fff;
}
.prd_card_items .card-header img
{
  transition: .5s;
}
.prd_card_items:hover .card-header img
{
  transform: scale(1.1);
}
.prd_inner
{
  text-decoration: none;
  color: #000;
  transition: .5s;
}
.prd_inner:hover
{
  color: var(--theme);
  text-decoration: none;
}
.about_description p
{
    font-weight: 400;
    line-height: 27.23px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 15px
}
.about_description
{
  padding-right: 35px;
}
.about_description .read_more
{
  margin-top: 15px;
}
.ind_count_box .counter_details
{
  padding-left: 0;
}
.ind_count_box
{
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px dashed #e0e0e0;
}
.b_none
{
  border: none;
}
.ind_count_box .counter_details p
{
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.inner_header
{
  position: relative;
  height: 100%;
  padding: 250px 0 100px;
  overflow: hidden;
}

.bg-1
{
  background: url(../images/abt.jpg);
}
.bg-attr
{
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #ccc!important; 
  background-attachment: fixed !important;
}
.overlay_header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-color
{
  background: rgba(16,19,33,.84);
}

.navigation
{
  transition: .6s;
  top: 0;
  left: 0;
}
.list-style
{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li
{
  list-style-type: none;
  display: inline-block;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-family: Titillium Web;
}
.breadcrumb-title .breadcrumb-menu li a
{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  transition: .3s;
  -webkit-transition: .3s;
  position: relative;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li a:after {
    position: absolute;
    top: 4px;
    right: -11px;
    font-size: 16px;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.breadcrumb-title
{
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.breadcrumb-title h2
{
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 5px;
}

.page_wrapper .about
{
  /*padding: 60px 30px;*/
}
.map
{
  height: 350px;
  width: 100%;
}
.map iframe
{
  height: 350px;
  width: 100%;
}
.location_highlate
{
  background: var(--theme);
  padding: 50px 30px;
}
.contact_icon
{
  float: left;
  margin-right: 20px;
}
.contact_icon i
{
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 78px;
  background: #687ebd;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
}
.single_contact_box h5
{
  font-size: 20px;
  color: #fff;
  font-family: Titillium Web;
  font-weight: 600;
  margin-bottom: 15px;
}
.single_contact_box p
{
  color: #fff;
  font-size: 16px;
}
.cmn_wrapper
{
  padding: 60px 30px;
}
.contact_form
{
  padding: 20px 30px !important;
  color: #454d5d !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  background: #f7f8ff !important;
  margin-bottom: 30px;
  transition: all .3s;
  border: 1px solid transparent !important;
}
.contact_form_sec label
{
  font-family: Titillium Web;
  font-weight: 500;
}
.contact_form_sec label
{
  font-family: Titillium Web;
  font-weight: 500;
}
.sent_btn
{
   padding: 15px 30px !important;
  font-size: 16px !important;
  /*border-radius: 5px !important;*/
  background: var(--theme) !important;
  margin-bottom: 30px;
  transition: all .3s;
  border: 1px solid transparent !important;
  font-family: Titillium Web;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  width: 100%;
  transition: .5s;
  display: block;
  cursor: pointer;  
}
.contact-info
{
  margin-bottom: 35px;
}
.contact_form_sec
{
  padding: 0 35px;
}
form
{
  margin-top: 20px;
}
.page_wrapper .product
{
  padding: 0;
}
.abt_counter
{
  padding: 60px 30px;
  background: linear-gradient(rgba(0,0,0,.88),rgba(0,0,0,.88)), url('../images/blog1.png');
  background-size: cover;
  background-position: center;
  margin-top: 45px;
}
.counter_left_coumn
{
  color: #fff;
}
.counter_left_coumn p {
    font-weight: 400;
    line-height: 27.23px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 15px;
}
.counter_right_box
{
  color: #fff;
}
.counter_right_box
{
  padding: 0 50px;
}
.counter_right_box .ind_count_box
{
  border: none;
}

.prdct_list
{
  margin: 0;
  padding: 0;
  text-align: center;
}
.prdct_list li
{
  width: 20%;
  height: 250px;
  background: #ccc;
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.featurs_list
{
  margin: 0;
  padding: 0;
}
.featurs_list li
{
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  width: 50%;
  float: left;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.featurs_list li::before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ccc;
  transform: translateY(-50%);
  border-radius: 50%;
   /*margin-right: 15px;*/
}
.avail_thickness span
{
  font-weight: 700;
  padding: 0 6px;
  text-transform: uppercase;
  /*border-right: 1px solid #ccc;*/
  background: #ececec;
   padding: 5px 10px;
   margin-right: 6px;
   border-radius: 10px;
   font-size: 13px;
}
.avail_thickness span:nth-child(1)
{
  padding-left: 0;
}
.product_features
{
  padding: 15px 0 0;
}
.product_features h3
{
  padding-bottom: 8px;
}
.feature_secion h6
{
  padding-bottom: 10px;
  font-style: italic;
}
.avail_thickness
{
 
  /*background: #ececec;*/
  margin-top: 10px;
  /*border-radius: 15px;*/
}
.featurs_list li i
{
  font-size: 10px;
  padding-right: 10px;
  color: var(--theme);
  display: none;
}
.avail_thickness h4
{
  font-family: Titillium Web;
  font-weight: 600;
  padding-bottom: 8px;
  font-size: 18px;
  color: var(--theme);
}
.feature_secion
{
  margin-top: 20px;
}
.product_features p
{
  font-size: 14px;
  line-height: 25px;
}
.product_features
{
  padding-left: 0px;
}
.products_box .prd_feat_image
{
  border-radius: 35px;
  overflow: hidden;
  cursor: pointer;
  transition: .5s;
}
.products_box .prd_feat_image img
{
  transition: .5s;
}
.products_box:hover .prd_feat_image img
{
  transform: scale(1.1);
}
.product_page_container .products_box
{
  margin-bottom: 55px;
  background: #f4f5ff;
  padding: 30px;
  border-radius: 55px;
}
.no-bg
{
  background: #fff !important;
}

@media (min-width: 1200px)
{
  .container {
      max-width: 1240px !important;
  }
}

.submenu
{
  margin: 0;
  padding: 0;
  position: absolute;
  /*top: 0;*/
  left: 0;
  min-width: 150px;
  background: var(--theme);
  /*bottom: 0;*/
  transform: translateY(25px);
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.submenu li
{
  list-style-type: none;
  display: block;
}
.submenu li a
{
  padding: 10px 20px;
}
.menu li:hover .submenu
{
    transform: translateY(0);
     opacity: 1;
    visibility: visible;
}
.submenu li a::after
{
  display: none;
}
.submenu li a:hover
{
  background: rgba(255,255,255,.2);
}
.navigation.sticky .submenu li a
{
  color: #fff;
}
.icon_dwn
{
  font-size: 13px;
  padding-left: 5px;
  display: none !important;
}

.navigation.sticky li a.active::after 
{
    background: var(--theme);
}
.btm_follow span
{
  display: inline-block;
  padding-left: 15px;
}
.btm_follow span a
{
  text-decoration: none;
  color: var(--theme);
}
.brd
{
  padding-top: 15px;
  border-top: 2px solid #ececec;
  margin-top: 25px;
}


.menu_icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: fixed;
  right: 13px;
  top: 13px;
  opacity: 0;
  z-index: 99;
}
nav button svg
{
  background: #fff;
  border-radius: 10px;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
button:focus
{
  outline: none !important;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


.loader
{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  height: 100%;
  width: 100%;
  transform: translate(-50%,-50%);
  background: var(--theme);
  transition: .5s ease-in-out 0s;
}
.lds-facebook
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
body.loaded .loader {
    display: none;
    visibility: hidden !important;
    transition: .5s ease-in-out 0s;
}