@import url('flaticon.css');
@import url('bootstrap.min.css');
@import url('animate.css');
@import url('owl.carousel.css');
@import url('magnific-popup.css');
@import url('jquery.fancybox.min.css');
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');*/



@font-face {
  font-family: 'Oswald';
  src: URL('./../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
}

body, html {
  overflow-x: hidden;
}

body
{
  /*background-color: #050017;*/
  margin: 0;
  padding: 0;
  color: #041d38;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.667;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
    font-family: 'YourCustomFont', Arial, sans-serif, 'Segoe UI Emoji', 'Apple Color Emoji';

}
a { display: block; }
.mb-10 {
  margin-bottom: 10px;
}
p {
  margin: 0px;
  text-align: justify;
}
.owl-dots
{
  visibility: hidden;
  display: none;
}
.text-center p
{
  text-align: center;
}
.align-left
{
  text-align: left;
}
i, span, a {
  display: inline-block;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}
img
{
  max-width: 100%
}



/* ==================================== */
/*          Navigaton Menu
/* ==================================== */

.side-1
{
  position: relative;
  z-index: 9999
}
.menu-wrap {
  background-color: #ffaa17;
  position: fixed;
  top: 0;
  height: 100%;
  width: 280px;
  margin-left: -280px;
  font-size: 1em;
  font-weight: 700;
  overflow: auto;
  transition: .25s;
  z-index: 10;
}
.menu-show {
  margin-left: 0;
  /*box-shadow: 4px 2px 15px 1px #B9ADAD;*/
  width: 25%;
}
.menu-sidebar {
  margin: 75px 0 80px 10px;
  position: relative;
  top: 70px;
}
.menu-sidebar li {
  padding: 5px 10px 0 5px;
}
.menu-sidebar li > a {
  color: #011c3c;
  font-size: 16px;
  position: relative;
}
.menu-sidebar li > a::after {
  content: "";
  display: block;
  height: 0.15em;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(to right, transparent 50.3%, #FFFA3B 50.3%);
  transition: background-position .2s .1s ease-out;
  background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
  background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
  position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
  display: none;
}
.sidebar-menu-arrow::after {
  content: "\f107";
  font-family: 'FontAwesome';
  padding: 10px;
  color: #011c3c;
  position: relative;
}
.sidebar-menu-arrow:hover::after {
  cursor: pointer;
  color: #fff;
}
.sidebar-menu-arrow:active::after {
  top: 2px;
}



/*Hamburger Button*/
.toggle-button1 {
  position: fixed;
  width: 44px;
  height: 30px;
  top: 50px;
  left: 40px;
  padding: 4px;
  transition: .25s;
  z-index: 15;
  top: 50%;
  left: -41px;
}
.toggle-button1:hover {
  cursor: pointer;
}
.toggle-button1 .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .5s;
}
.toggle-button1 .menu-bar-top {
  border: 4px solid #555;
  border-bottom: none;
  top: 0;
}
.toggle-button1 .menu-bar-middle {
  height: 4px;
  background-color: #555;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}
.toggle-button1 .menu-bar-bottom {
  border: 4px solid #555;
  border-top: none;
  top: 22px;
}
.toggle-button1 .icon
{
  position: relative;
  right: -31px;
  background: #bdafad;
  padding: 5px;
  top: -9px;
  border-radius: 0 50% 50% 0;
  opacity: .5;
  padding-right: 0
}
.quk-link
{
  text-align: center;
  color: #fff;
  background-color: #011c3c;
  padding: 15px;
  margin-top: -50px;
  position: relative;
  z-index: 99;
}
.quk-link1 {
  text-align: center;
  color: #fff;
  background-color: #011c3c;
  padding: 15px;
  position: relative;
  z-index: 99;
}
.menu-sidebar h1
{
  font-size: 16px;
  color: #333;
  z-index: -1;
}
.button-open {
  left: 25px;
  top: 50px;
}
.hgt
{
  height: 7000px;
}
.sub-menu a
{
  color: #333 !important;
  font-weight: 0 !important
}
.line-1
{
  width: 3px;
  height: 100px;
  position: absolute;
  right: 0px;
  top: -118%;
  background-color: #bdafad;
  opacity: .5;
}
.button-open .line-1
{
  display: none;
}
.button-open .icon
{
  display: none;
}
.button-open .menu-bar-top {
  border-color: #fff;
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
}
.button-open .menu-bar-middle {
  background-color: #fff;
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  border-color: #fff;
  transform: rotate(-45deg) translate(7px, -7px);
  transition: .5s;
}



/* Text Block */
.wrapper {
  width: 40%;
  margin: 100px auto 0;
  color: #83828D;
}
.wrapper .text {
  padding: 30px;
}
.wrapper .text .heading {
  margin-bottom: 40px;
  font-size: 2em;
}
.wrapper .text p {
  line-height: 1.6em;
}
.wrapper .text .buttons {
  margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 25px;
  border-radius: 2em;
  background-color: #70CE64;
  color: #fff;
  font-size: .9em;
  font-weight: 700;
  transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
  background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
  background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
  background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
  background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
  background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.wrapper .buttons .button span::after {
  position: absolute;
  font-family: "FontAwesome";
  right: -3px;
  font-size: 14px;
  top: 0;
  transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
  content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
  content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
  top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
  right: -6px;
}

figure {
  margin: 0 !important;
}

/*===========================
  COMMON CSS
  ===========================*/
  @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap");
  body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #041d38;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
  }




  a:focus,
  input:focus,
  textarea:focus,
  button:focus,
  .slick-initialized .slick-slide:focus,
  .btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  a:focus,
  a:hover {
    text-decoration: none;
  }

  i,
  span,
  a {
    display: inline-block;
  }

  h1,
  h2,
  h3,
  h5,
  h6 {
    font-family: "Oswald", sans-serif !important;
    font-weight: 600 !important;
  }

  h1,
  h1 a,
  h2,
  h2 a,
  h3,
  h3 a,
  ,
  h4 a,
  h5,
  h5 a,
  h6,
  h6 a {
    color: #041d38;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 45px;
    font-weight: 600 !important;
    font-family: "Oswald", sans-serif !important;
  }

  h3 {
    font-size: 45px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  ul,
  ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  p {
    margin: 0px;
  }

  a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  a, a:hover {
    color: #ffffff;
  }

  input,
  select,
  textarea {
    width: 100%;
    height: 50px;
    border: 2px solid #ededed;
    font-size: 14px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    color: #041d38;
    text-transform: uppercase;
    padding: 0 30px;
  }

  textarea {
    padding-top: 20px;
    height: 120px;
  }

  .input-group {
    position: relative;
  }

  .input-group input,
  .input-group textarea {
    padding-left: 65px;
  }

  .input-group .icon {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffaa17;
  }

  .input-group.textarea .icon {
    top: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  ::-webkit-input-placeholder {
    opacity: 1;
  }

  :-ms-input-placeholder {
    opacity: 1;
  }

  ::-ms-input-placeholder {
    opacity: 1;
  }

  ::placeholder {
    opacity: 1;
  }


  .bjgk-section-title h2 {
   padding-bottom: 25px;
 }
 .bjgk-section-title span
 {

 }

/***

====================================================================
  Services Section Two
====================================================================

***/



 .services-section-two .service-icon:hover {
  -webkit-animation: hvr-buzz-out 0.75s linear 1;
  animation: hvr-buzz-out 0.75s linear 1;
}

.services-section-two{
  position:relative;
}

.services-section-two .sec-title{
  margin-bottom: 40px;
}

.services-block-two{
  position: relative;
  margin-bottom: 30px;
}

.services-block-two .inner-box{
  position: relative;
  text-align: center;
  padding-right: 30px;
}

.services-block-two .inner-box .icon-box{
  position:absolute;
  right: 0px;
  bottom: 100%;
  margin-bottom: -90px;
  width: 60px;
  height: 70px;
  font-size: 46px;
  color: #fece00;
  line-height: 68px;
  text-align: center;
  z-index: 1;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #ffffff;
  border: 1px solid #eef2ed;
}

.services-block-two .inner-box .content-box{
  position: relative;
  padding: 55px 15px 30px;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.services-block-two .inner-box .content-box h3{
  position: relative;
  top:0;
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover .content-box h3,
.services-block-two .inner-box:hover .content-box .text{
  top:-10px;
}

.services-block-two .inner-box .content-box h3 a{
  position: relative;
  color: #262626;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .content-box h3 a:hover{
  color: #fece00;
}

.services-block-two .inner-box .content-box .text{
  position: relative;
  top:0;
  color: #7c7b7b;
  font-size: 18px;
  line-height: 1.6em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover .icon-box{
  margin-bottom:0px;
  bottom: 20px;
  color: #ffffff;
  border-color: #fece00;
  background-color: #fece00;
}

.services-block-two .inner-box .read-more{
  position: relative;
  top:0;
  font-weight: 500;
  font-size: 18px;
  color: #262626;
  margin-top: 15px;
  opacity: 0;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box:hover .read-more{
  opacity: 1;
  top:-10px;
}

.services-section-two .owl-carousel{
  margin:0px -15px;
  padding-top: 25px
}

.services-section-two .owl-carousel .owl-stage-outer{
  padding:15px 0px;
}

.services-section-two .owl-carousel .services-block-two{
  margin:0px 15px;
}

.services-section-two .owl-nav{

}

.services-section-two .owl-dots{
  position:relative;
  text-align: center;
  padding-top:10px;
  display: none;
}

.services-section-two .owl-dots .owl-dot{
  position:relative;
  width:12px;
  height:12px;
  margin:0px 4px;
  overflow: hidden;
  border-radius: 50px;
  display:inline-block;
  border:1px solid #fece00;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.services-section-two .owl-dots .owl-dot:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background-color: #fece00;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.services-section-two .owl-dots .owl-dot.active::before,
.services-section-two .owl-dots .owl-dot:hover::before{
  height:100%;
}

.mbr-media {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}

.icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
  z-index: 99;
  line-height: 3.7em;
}
.icon-wrap .line-video-1,
.icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}





.no-nav .owl-nav
{
  display: none !important;
}
.creative2 {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0 100%, 0% 35%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0 100%, 0% 35%, 0 0);
}
.vs-btn:hover .faa-horizontal {
  opacity: 1.0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.faa-horizontal.animated{
  -webkit-animation:horizontal 5s ease infinite;
  animation:horizontal 5s ease infinite
}
@keyframes horizontal{
  0%{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
  }
  6%{
    -webkit-transform:translate(10px,0);
    transform:translate(10px,0)
  }
  12%{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
  }
  18%{
    -webkit-transform:translate(20px,0);
    transform:translate(10px,0)
  }
  24%{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
  }
  30%{
    -webkit-transform:translate(20px,0);
    transform:translate(10px,0)
  }
  100%,36%{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
  }
}

.pgk_col_box
{
  position: relative;
}
/*.serv-img img
{
  position: relative;
  m*/argin-bottom: -200px
}
/*.pgk_col_box:after {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(./../images/stamp.png);
    display: block;
    background-size: 100%;
    position: absolute;
    top: -14px;
    right: 0px;
}
.pgk_col_box:after {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
    }*/

    @-webkit-keyframes pulse{
      0%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
      }
      50%{
        -webkit-transform:scale(.9);
        transform:scale(.9)
      }
      100%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
      }
    }
    @keyframes pulse{
      0%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
      }
      50%{
        -webkit-transform:scale(.9);
        transform:scale(.9)
      }
      100%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
      }
    }
    .sect-welcome, .sect-whyuPVC
    {
      position: relative;
    }
    .sect-welcome:before
    {
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
      content: '';
      height: 100%;
      width: 100%;
      background-image:url(./../images/vs2.png);
      background-size: contain;
      background-position: left top;
      background-repeat:repeat;
      opacity: .8
    }
/*.sect-welcome:after
{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: '';
  height: 100%;
  width: 100%;
  background-image:url(./../images/shape-17.png);
  background-size: contain;
  background-position:  right top;
  background-repeat: no-repeat;
  opacity: .5
  }*/

  .sect-whyuPVC:after
  {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    background-image:url(./../images/Window.png);
    background-size: 100% 100%;
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: .8;
    background-attachment: fixed
  }

  .sect-1
  {

   /*background-color: #edf2f9;*/
   content: '';
   height: 100%;
   width: 100%;
   background-image: url(./../images/vs1.png);
   background-size: contain;
   background-position: right top;
   background-repeat: repeat;
   opacity: .8
 }

 .sect-3
 {

   content: '';
   height: 100%;
   width: 100%;
   background-image: url(./../images/btm.png);
   background-size: cover;
   background-position: right bottom;
   background-repeat: no-repeat;
   opacity: .8
 }
 .sect-testi
 {

   /*background-color: #edf2f9;*/
   content: '';
   height: 100%;
   width: 100%;
   background-image: url(./../images/test-1.jpg);
   background-size: cover;
   background-position: left top;
   background-repeat: no-repeat;
   opacity: .8
 }




 /*====================================================*/
 /*====================================================*/
 /*=========== Preloader ============*/
 .ctn-preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
}
.ctn-preloader .animation-preloader {
  z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 50px;
  margin: 0 auto 3.5em auto;
  width:50px;
}
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #08275a;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}
.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}
.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.ctn-preloader .loader .row {
  height: 100%;
}
.ctn-preloader .loader .loader-section {
  padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}
.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}



/*=================== banner_area_1 css =============*/
.banner_area_1 {
  height: 100vh;
  min-height: 650px;
  background-image: -moz-linear-gradient(60deg, #0063c1 0%, #0e79de 100%);
  background-image: -webkit-linear-gradient(60deg, #0063c1 0%, #0e79de 100%);
  background-image: -ms-linear-gradient(60deg, #0063c1 0%, #0e79de 100%);
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 1;
  background-image: url(./../images/slider-bg.jpg);
/*  background-image: url(./../images/premium-bg.jpg);
*/
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 0px;
  background-attachment: fixed;
}
.banner_area_1 .s_round {
  position: absolute;
  border-radius: 50%;
  bottom: -100px;
  background: rgb(90 87 87 / 5%);
  z-index: 0;
}
.banner_area_1 .s_round.one {
  width: 280px;
  height: 280px;
  left: -8%;
}
.banner_area_1 .s_round.two {
  width: 500px;
  height: 500px;
  left: -430px;
}

.banner_area_1 .s_round.three {
  width: 280px;
  height: 280px;
  right: -8%;
}
.banner_area_1 .s_round.four {
  width: 500px;
  height: 500px;
  right: -430px;
}
.banner_area_1 .s_shap {
  right: 0;
  bottom: 0;
}

.sec_banner_content h2 {
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  /*color: #002f68;*/
  color: #fff;
  margin-bottom: 18px;
  clip-path: polygon(4% 13%, 100% 0, 100% 30%, 100% 52%, 66% 100%, 0 141%, 0 0%);;
  -moz-clip-path: polygon(4% 13%, 100% 0, 100% 30%, 100% 52%, 66% 100%, 0 141%, 0 0%);;
  -webkit-clip-path: polygon(4% 13%, 100% 0, 100% 30%, 100% 52%, 66% 100%, 0 141%, 0 0%);;
  -o-clip-path: polygon(4% 13%, 100% 0, 100% 30%, 100% 52%, 66% 100%, 0 141%, 0 0%);;
  -ms-clip-path:polygon(4% 13%, 100% 0, 100% 30%, 100% 52%, 66% 100%, 0 141%, 0 0%);;
  border-radius: 20px 20px 10px 20px;
  box-shadow: 0px 10px 50px 0px rgba(10, 92, 80, 0.2);
  padding: 40px;
  background-color: #023577;
}


.sec_banner_content p {
  font-size: 20px;
}
.sec_banner_content .app_btn {
  background-color: #fba820;
  box-shadow: 0px 10px 50px 0px rgba(10, 92, 80, 0.2);
  font-size: 16px;
  padding: 10px 39px;
}
.sec_banner_content .app_btn:hover {
  box-shadow: none;
  color: #fff;
}
.sec_banner_content .w_btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-left: 30px;
}
.sec_banner_content .w_btn img {
  margin-right: 10px;
  vertical-align: sub;
}

.security_title h2 {
  font-size: 34px;
  line-height: 44px;
}
.security_title h2 span {
  display: block;
  font-weight: 300;
}
.banner_area_1 .s_shap {
  right: 0;
  bottom: 0;
}

.header_area.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.p_absoulte {
  position: absolute;
}
/* -------- Typed Animation Slider ---------- */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/*====================================================================
 Special Service section css
====================================================================*/

.service_content {
  position: relative;
  padding: 15px 0;
}
.service_left, .service_right {
  width: 42%;
  position: absolute;
  top: 5px;
  z-index: 3;
}
.service_left {
  left: 0;
}
.service_right {
  right: 0;
}

.service_left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    padding-right: 30px;
}

.service_left .feature_1,
.service_left .feature_2,
.service_left .feature_3 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.service_icon.round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #011c3c; /* Customize icon background */
    margin-right: 10px;
}


.service_left h5 {
  float: right;
  margin: 40px 30px 40px 0;
}
.service_right h5 {
  float: left;
  margin: 40px 0 40px 30px;
}
.service_left h5, .service_right h5 {
  display: table;
  padding-bottom: 0;
  font-size: 18px;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #022549;
}
.round {
  border-radius: 50%;
}
.service_left .service_icon,
.service_right .service_icon {
  border: 10px solid;
  height: 100px;
  width: 100px;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;

}
.service_left .service_icon {
  float: right;
}
.service_right .service_icon {
  float: left;
}
.feature_1, .feature_2, .feature_4, .renovation {
  margin-bottom: 40px;
}
.renovation {
  padding-left: 50px;
}
.feature_1, .feature_2, .feature_3 {
  display: table;
  /*float: right;*/
}
.feature_2 {
  padding-right: 50px;
}
.feature_4, .renovation, .feature_5 {
  display: table;
  /*float: left;*/
  margin-left: 40px;
}
.service_middle {
  display: table;
  margin: 0 auto;
  width: 380px;
  height: 380px;
  padding: 10px;
  border: 5px solid
}
.service_left .service_icon, .service_right .service_icon {
  border-color: #fff;
}
/*---------Service Icons ------------*/
.feature_1 .service_icon {
  background: #fff url("./../images/rain.png") no-repeat center / 45% 45%;
  border: 2px dashed #002f68;


}
.feature_1:hover .service_icon {
  background: #ff0047 url("./../images/rain.png") no-repeat center / 45% 45%;
  border: 2px dashed #fff;
}
.feature_2 .service_icon {
  background: #fff url("./../images/shield.png") no-repeat center / 45% 45%;
  border: 2px dashed #002f68;
}
.feature_2:hover .service_icon {
  background: #ff0047 url("./../images/shield.png") no-repeat center / 45% 45%;
  border: 2px dashed  #fff;
}
.feature_3 .service_icon {
  background: #fff url("./../images/volume.png") no-repeat center / 45% 45%;
  border: 2px dashed #002f68;
}
.feature_3:hover .service_icon {
  background: #ff0047 url("./../images/volume.png") no-repeat center / 45% 45%;
  border: 2px dashed #fff;
}
.feature_4 .service_icon {
  background: #fff url("./../images/no-bugs.png") no-repeat center / 45% 45%;
  border: 2px dashed #002f68;
}
.feature_4:hover .service_icon {
  background: #ff0047 url("./../images/no-bugs.png") no-repeat center / 45% 45%;
  border: 2px dashed #fff;
}
.renovation .service_icon {
  background:#fff url("./../images/maintenance.png") no-repeat center / 45% 45%;
  border: 2px dashed #002f68;
}
.renovation:hover .service_icon {
  background: #ff0047 url("./../images/maintenance.png") no-repeat center / 45% 45%;
  border: 2px dashed  #fff;
}
.feature_5 .service_icon {
  background: #fff url("./../images/corrosion.png") no-repeat center / 45% 45%;
  border: 2px dashed #002f68;
}
.feature_5:hover .service_icon {
  background: #ff0047 url("./../images/corrosion.png") no-repeat center / 45% 45%;
  border: 2px dashed #fff;
}
.service_middle {
  border-color: #ff0047;
}

@media screen and (max-width:767px){
  .service_left, .service_right {
    position: static;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
  .service_middle {
    display: none
  }
  .feature_1, .feature_2, .feature_3{
    width: 100%;
    float: none
  }
  .service_content a{
    display: inline-block;
    width: 100%
  }
  .service_left .service_icon {
    float: left;
    margin: 0 auto;
    display: inline-grid;
  }
  .service_left h5{
    margin-left: 0;
    /* margin-top: 20px; */
    text-align: left;
    width: auto;
    float: left;
  }
  .feature_4, .renovation, .feature_5 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .service_right .service_icon {
    float: left;
    margin: 0 auto;
  }
  .service_right h5{
    margin-left: 0;
    /* margin-top: 20px; */
    /* text-align: center; */
    width: auto;
  }
  .feature_2 {
    padding-right: 0px;

  }
  .renovation {
    padding-left: 0px;
  }
  .feature_1, .feature_2, .feature_4, .renovation {
    margin-bottom: 0px;
  }
  .service_left .service_icon, .service_right .service_icon {
    height: 40px;
    width: 40px;
  }
  .service_left h5, .service_right h5  {
    margin: 9px 0px 00px 12px;
  }
  .service_content {
    margin-top: 0px;
  }
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.section-padding {
  padding-top: 75px;
  padding-bottom:  75px;
}

.bjgk-team-section .bjgk-section-title {
  margin: 0 auto;
  max-width: 630px;
}


.bjgk-team-section .bjgk-section-title h2 {
  padding-bottom: 10px;
}

.bjgk-team-section .bjgk-team-content {
  padding-top: 55px;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-img:after {
  width: 236px;
  height: 236px;
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0;
  visibility: hidden;
  border: double 2px #ff0047;
  border-radius: 100%;
  /*background-image: linear-gradient(white, white), radial-gradient(circle at top left, #ff6600, #ff9903, #ffcb05);*/
  background-origin: border-box;
  transition: 0.3s all ease-in-out;
  background-clip: content-box, border-box;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-img .team-mem-img-ei {
  z-index: 1;
  width: 236px;
  height: 236px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background-color: #eff0f7;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-img .team-mem-img-ei .mshape-bg {
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-img .team-mem-img-ei .shape-bg1 {
  top: 90px;
  left: -75px;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-img .team-mem-img-ei .shape-bg2 {
  top: 100px;
  z-index: -2;
  right: -68px;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social {
  top: 47px;
  z-index: 1;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition-delay: 0.2s;
  transition: 0.5s all ease-in-out;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social a {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 37px;
  margin-bottom: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(43, 1, 68, 0.23);
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social a:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 100%;
  background: #ff0047
  /*background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);*/
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social a:nth-child(1) {
  color: #118bfc;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social a:nth-child(2) {
  transform: translateX(15px);
  color: #03a9f4;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social a:nth-child(3) {
  transform: translateX(9px);
  margin-bottom: 5px;
  color: #ea4c89;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social a:nth-child(4) {
  color: #0c6eff;
  transform: translateX(-20px);
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social a:hover {
  color: #fff;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-social a:hover:after {
  opacity: 1;
  visibility: visible;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-text {
  margin-top: 20px;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-text h3 {
  color: #282350;
  font-size: 22px;
  font-weight: 700;
}

.bjgk-team-section .bjgk-team-pic-text .bjgk-team-text p {
  color: #383838;
  font-size: 15px;
}

.bjgk-team-section .bjgk-team-pic-text:hover .bjgk-team-img:after {
  opacity: 1;
  left: 102px;
  visibility: visible;
}

.bjgk-team-section .bjgk-team-pic-text:hover .bjgk-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

.bjgk-team-section .bjgk-team-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
}

.bjgk-team-section .bjgk-team-content .owl-nav .owl-prev,
.bjgk-team-section .bjgk-team-content .owl-nav .owl-next {
  top: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 7px 18px 0px rgba(16, 31, 60, 0.25);
}


.bjgk-team-section .bjgk-team-content .owl-nav .owl-prev,
.bjgk-team-section .bjgk-team-content .owl-nav .owl-next {
  top: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 7px 18px 0px rgba(16, 31, 60, 0.25);
}

.bjgk-team-section .bjgk-team-content .owl-nav .owl-prev:hover,
.bjgk-team-section .bjgk-team-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #282350;
}

.bjgk-team-section .bjgk-team-content .owl-nav .owl-prev {
  left: -60px;
}

.bjgk-team-section .bjgk-team-content .owl-nav .owl-next {
  right: -60px;
}

.bjgk-team-section .bjgk-team-content .owl-item.active.center .bjgk-team-img:after {
  left: 102px;
  opacity: 1;
  visibility: visible;
}

.bjgk-team-section .bjgk-team-content .owl-item.active.center .bjgk-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}



@media screen and (max-width: 1280px) {
  .sri-section .banner-side-shape1,
  .sri-section .banner-side-shape2,
  .bjgk-testimonial-section .tst-side-shape {
    display: none;
  }

  .sri-section .banner-shape2 {
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {

  .bjgk-service-section .bjgk-service-details .bjgk-service-item:nth-child(even) {
    padding-left: 0px;
  }

  .bjgk-service-section .bjgk-service-btn .bjgk-service-more {
    width: 185px;
  }

  .bjgk-team-section .bjgk-team-content .owl-nav {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .bjgk-testimonial-section {
    overflow: hidden;
  }
  .bjgk-team-section .bjgk-team-content .owl-nav .owl-prev,
  .bjgk-team-section .bjgk-team-content .owl-nav .owl-next {
    position: static;
    margin: 0px 8px;
    transform: translateY(0);
  }


  .services-item-carousel-two .owl-nav .owl-prev:hover,
  .services-item-carousel-two .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #282350;
  }

  .services-item-carousel-two .owl-nav .owl-prev {
    left: -60px;
  }

  .services-item-carousel-two .owl-nav .owl-next {
    right: -60px;
  }

  .services-item-carousel-two  .owl-nav .owl-prev,
  .services-item-carousel-two .owl-nav .owl-next {
    position: static;
    margin: 0px 8px;
    transform: translateY(0);
  }


  .bjgk-team-section .bjgk-team-content .owl-item.active.center .bjgk-team-img:after,
  .bjgk-team-section .bjgk-team-pic-text:hover .bjgk-team-img:after {
    left: 70px;
  }

  .bjgk-footer-widget .download-btn a {
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {

  .sri-section .sri-content {
    max-width: 100%;
    text-align: center;
  }

  .sri-section .sri-content .sri-btn {
    justify-content: center;
  }

  .bjgk-testimonial-section .bjgk-testimonial_slider-area .test-shape1,
  .bjgk-testimonial-section .bjgk-testimonial_slider-area .test-shape2 {
    display: none;
  }

  .bjgk-main-navigation {
    display: none;
  }

  .sri-section .banner-side-img,
  .bjgk-about-content .bjgk-about-img .ab-shape1,
  .bjgk-about-content .bjgk-about-img .ab-shape2,
  .bjgk-exp-section .bjgk-exp-img .ab-shape1,
  .bjgk-exp-section .bjgk-exp-img .ab-shape2 {
    display: none;
  }

  .bjgk-main-header.bjgk-sticky-menu {
    padding-top: 15px;
  }

  .bjgk-main-header .bjgk-logo {
    margin-top: 0;
  }

  .bjgk-sticky-menu {
    padding: 15px 0px;
  }

  .bjgk-mobile_menu_button {
    display: block;
  }

  .bjgk-service-section .bjgk-service-img {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .bjgk-fun-fact-section .bjgk-fun-fact-item .fun-fact-number span,
  .bjgk-fun-fact-section .bjgk-fun-fact-item .fun-fact-number h3 {
    font-size: 80px;
  }

  .bjgk-about-content .bjgk-about-img {
    margin-left: 0;
    margin-top: 30px;
  }

  .bjgk-exp-img {
    margin-bottom: 30px;
  }

  .bjgk-team-section .bjgk-team-content .owl-item.active.center .bjgk-team-img:after,
  .bjgk-team-section .bjgk-team-pic-text:hover .bjgk-team-img:after {
    left: 105px;
  }

  .bjgk-testimonial-section {
    overflow: hidden;
  }

  .bjgk-testimonial-section .carousel-indicators {
    display: none;
  }

  .sri-section .sri-content {
    padding: 150px 0px 0px;
  }

  .bjgk-testimonial_indicator-dot .carousel-indicators2 {
    position: static;
    text-align: center;
  }

  .bjgk-testimonial_indicator-dot .carousel-indicators2 li {
    display: inline-block;
    background-color: #390ed2;
  }

  .bjgk-blog-img-text {
    margin-bottom: 40px;
  }

  .bjgk-newslatter-section .bjgk-newslatter-content .bjgk-newslatter-form {
    padding-left: 0;
    margin-top: 20px;
  }

  .bjgk-newslatter-section .bjgk-newslatter-content .bjgk-newslatter-form input {
    max-width: 100%;
  }

  .bjgk-footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .sri-section .sri-content h1 {
    font-size: 50px;
  }

  .sri-section .cd-headline.clip .cd-words-wrapper::after {
    height: 35px;
  }

  .sri-section .sri-content p {
    font-size: 20px;
  }

  .sri-section .sri-content .sri-btn {
    margin-top: 30px;
  }

  .bjgk-team-pic-text {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .sri-section .sri-content .sri-btn .bjgk-play-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
  }

  .sri-section .sri-content .sri-btn .bjgk-abt-btn {
    height: 50px;
    width: 200px;
    line-height: 50px;
  }

  .sri-section .sri-content h1 {
    font-size: 40px;
  }

  .sri-section .sri-content {
    padding: 130px 0px 0px;
  }

  .sri-section {
    padding-bottom: 50px;
  }

  .bjgk-service-section .bjgk-service-text {
    padding-left: 0;
  }

  .bjgk-service-section .bjgk-service-details {
    margin: 25px 0px 0px;
  }

  .bjgk-service-section {
    padding-bottom: 55px;
  }

  .bjgk-section-title h2 {
    font-size: 30px;
  }

  .bjgk-fun-fact-section {
    padding-bottom: 10px;
  }

  .bjgk-fun-fact-section .bjgk-fun-fact-title h2 {
    font-size: 30px;
  }

  .bjgk-fun-fact-section .bjgk-fun-fact-counter {
    padding-top: 30px;
  }

  .bjgk-fun-fact-section .bjgk-fun-fact-item .fun-fact-number {
    padding: 5px 0px;
  }

  .bjgk-fun-fact-section .bjgk-fun-fact-item .fun-fact-number span,
  .bjgk-fun-fact-section .bjgk-fun-fact-item .fun-fact-number h3 {
    font-size: 45px;
  }

  .bjgk-fun-fact-item {
    margin-bottom: 40px;
  }

  .bjgk-about-section {
    padding-top: 20px;
  }

  .bjgk-service-section .bjgk-service-details .bjgk-service-item {
    width: 100%;
  }

  .bjgk-about-content .bjgk-about-list li {
    width: 100%;
  }

  .bjgk-about-content .bjgk-about-text {
    font-size: 16px;
    padding: 20px 0px 30px;
  }

  .bjgk-about-content .bjgk-about-img {
    padding-left: 0;
  }

  .bjgk-exp-section {
    padding: 60px 0px 60px;
  }

  .bjgk-exp-section .skill-progress-bar {
    padding: 20px 0px 10px;
  }

  .bjgk-team-section {
    padding-top: 60px;
  }

  .bjgk-team-section {
    padding-top: 60px;
  }


  .bjgk-footer-section {
    padding-top: 50px;
  }

  .bjgk-footer-widget .bjgk-payment-mathod {
    margin-top: 20px;
  }

  .bjgk-footer-copyright .bjgk-copyright-menu {
    float: none;
  }

  .bjgk-footer-copyright .bjgk-copyright-menu a {
    margin-left: 0;
    margin: 0px 8px;
  }

  .bjgk-footer-copyright-content {
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .bjgk-service-section .bjgk-service-review,
  .bjgk-service-section .bjgk-service-btn .bjgk-service-more {
    float: none !important;
  }

  .bjgk-service-section .bjgk-service-btn .bjgk-service-more {
    margin-bottom: 15px;
  }

  .bjgk-service-section .bjgk-service-review .bjgk-service-rate ul {
    margin-bottom: 0;
  }

  .bjgk-fun-fact-section .bjgk-fun-fact-title h2 {
    font-size: 28px;
  }

  .bjgk-fun-fact-section {
    margin-bottom: 0;
  }

  .bjgk-port-more a {
    height: 45px;
    width: 150px;
    line-height: 45px;
  }
}
@media screen and (max-width: 380px) {
  .sri-section .sri-content h1 {
    font-size: 36px;
    padding: 10px 0px 15px;
  }

  .sri-section .cd-headline.clip .cd-words-wrapper::after {
    height: 25px;
  }

  .sri-section .sri-content p {
    font-size: 18px;
  }

  .bjgk-section-title h2 {
    font-size: 26px;
  }

  .bjgk-newslatter-section .bjgk-newslatter-content .bjgk-newslatter-form .nws-button button {
    width: 100px;
  }

  .bjgk-newslatter-section .bjgk-newslatter-content .bjgk-newslatter-form input {
    padding-left: 10px;
  }

  .bjgk-newslatter-section .bjgk-newslatter-content .bjgk-newslatter-form input::placeholder {
    font-size: 14px;
  }

  .bjgk-team-section .bjgk-team-content .owl-item.active.center .bjgk-team-img:after,
  .bjgk-team-section .bjgk-team-pic-text:hover .bjgk-team-img:after {
    left: 85px;
  }
}
@media screen and (max-width: 380px){
  .bjgk-team-section .bjgk-team-content .owl-item.active.center .bjgk-team-img:after, .bjgk-team-section .bjgk-team-pic-text:hover .bjgk-team-img:after {
    left: 85px;
  }

}
@media screen and (max-width: 360px) {
  .bjgk-team-section .bjgk-team-content .owl-item.active.center .bjgk-team-img:after,
  .bjgk-team-section .bjgk-team-pic-text:hover .bjgk-team-img:after {
    left: 70px;
  }

  .bjgk-blog-section .bjgk-blog-img-text .bjgk-author-area .bjgk-author-name span,
  .bjgk-blog-section .bjgk-blog-img-text .bjgk-date-meta {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .sri-section .sri-content h1 {
    font-size: 30px;
  }

  .bjgk-team-section .bjgk-team-content .owl-item.active.center .bjgk-team-img:after,
  .bjgk-team-section .bjgk-team-pic-text:hover .bjgk-team-img:after {
    left: 35px;
  }

  .bjgk-newslatter-section .bjgk-newslatter-content .bjgk-newslatter-form .bjgk-newslatter-checkbox label {
    font-size: 12px;
  }
}








.about-cont
{
  position: relative;
}

.circle-cont {
  /* width: 269px; */
  /* height: 269px; */
  border: 12px solid;
  text-align: center;
  box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
  position: absolute;
  left: -10%;
  top: -10%;
  border: 12px solid #fff;
  border-radius: 50%;
  background-color: #ff0047 !important;
  padding: 30px 25px 30px 25px;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
  -moz-box-shadow:0px 5px 50px 0px rgba(8,39,90,0.15);
  box-shadow:0px 5px 50px 0px rgba(8,39,90,0.15);
}
.num-year {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.experience
{
  font-size: 25px;
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.inner-img-1 img
{
  border-radius: 50%;
}

.inner-img-2 img
{
  border-radius: 50%;
  border: 12px solid #cbcbca;
  text-align: center;
  box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
  position: absolute;
  /* left: -50px; */
  bottom: -10%;
  right: -20%;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
  -moz-box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
  box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
  position: absolute;
}

.section-head
{
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.offset-xl-1 {
  margin-left: 8.333333%;
}

.sub-title
{

  color: #ff0047;

  font-size: 25px;
}

.heading1
{
  color: #08275a;
  font-size: 43px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 25px;
}


.no-pad
{
  padding: 0 !important;
}

/*.heading1, h1, .heading2, h2 {
  font-family: "Poppins",sans-serif;
}
*/
.about-content-1
{
  padding-top: 100px;
  position: relative;
  right: -120px;
  padding-right: 100px !important;
}



@media (min-width: 1199px){
  .vs-cta-layout1 .cta-button .vs-btn{
    width: 180px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    height: 55px;
    line-height: 55px;
  }
}

.vs-btn {
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  padding-left: 27px;
  vertical-align: middle;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border: none;
  margin-right: 15px;
  border-radius: 50px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.vs-btn.style1 {
  color: #002f68;
  background-color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(255,255,255,0.3);

}
.vs-btn .btn-text {
  position: relative;
  z-index: 3;
}

.vs-btn.style1 .btn-bg {
  background-color: #08275a;
}

.vs-btn.style1:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.3);
}



a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bth-anim-main {
    /*position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;*/
    display: table;
  }
  .bth-anim {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #ffaa17;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    font-family: "Oswald", sans-serif;
    color: #041d38;
    display: table-cell; vertical-align: middle;
  }
  .bth-anim::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #ffaa17;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
  }

  @-webkit-keyframes ripple-white {
    0% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    40% {
      opacity: 0.2;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
    }
  }

  @keyframes ripple-white {
    0% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    40% {
      opacity: 0.2;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
    }
  }




  /*image background circle*/

  .dot-bg {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1;
    grid-template-rows: 1;
    -ms-grid-columns: 142px 1fr;
    grid-template-columns: 142px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 60px;
  }
  .dot-bg-main {
    position: relative;
    z-index: 1;
  }

  @media (max-width: 575px) {
    .dot-bg-main {
      max-width: 140px;
      margin-bottom: 30px;
    }
  }

  .dot-bg-main img {
    border-radius: 50%;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);
    max-width: 140px;
    max-height: 140px;
  }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-bg-main img {
      max-width: 120px;
      max-height: 120px;
    }

  }

  .dot-bg-main::after, .dot-bg-main::before {
    position: absolute;
    content: '';
    z-index: -1;
    height: 40px;
    width: 40px;
    background-color: #ffaa17;
    top: 0;
    left: 0;
    border-radius: 50%;
  }

  .dot-bg-main::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background-color: #041d38;
  }

/*===========================
    Breadcrumb
    ===========================*/
    .breadcrumb-section {
      position: relative;
      z-index: 1;
      background-size: cover;
      background-position: center;
      padding-top: 245px;
      padding-bottom: 200px;
      background-attachment: fixed;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .breadcrumb-section {
        padding-top: 200px;
        padding-bottom: 160px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-section {
        padding-top: 200px;
        padding-bottom: 160px;
      }
    }

    @media (max-width: 767px) {
      .breadcrumb-section {
        padding-top: 180px;
        padding-bottom: 120px;
      }
    }

    @media (max-width: 399px) {
      .breadcrumb-section {
        padding-top: 160px;
        padding-bottom: 90px;
      }
    }

    .breadcrumb-section::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
      background-color: #757a89;
      opacity: 0.6;
      content: '';
    }

    .breadcrumb-section .breadcrumb-text {
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
    }
    .breadcrumb-text p
    {
      text-align: center;
    }
    @media (max-width: 767px) {
      .breadcrumb-section .breadcrumb-text {
        font-size: 16px;
      }
    }

    .breadcrumb-section .breadcrumb-text h2 {
      font-size: 72px;
      text-transform: capitalize;
      color: #fff;
    }

    .breadcrumb-section .breadcrumb-text h1 {
      font-size: 50px;
      text-transform: ;
      color: #fff;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
    }

    @media (max-width: 767px) {
      .breadcrumb-section .breadcrumb-text h2 {
        font-size: 40px;
      }
    }

    @media (max-width: 575px) {
      .breadcrumb-section .breadcrumb-text h2 {
        font-size: 38px;
      }
    }

    .breadcrumb-section .breadcrumb-shape {
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 225px;
      background-color: transparent;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .breadcrumb-section .breadcrumb-shape {
        height: 200px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-section .breadcrumb-shape {
        height: 200px;
      }
    }

    @media (max-width: 767px) {
      .breadcrumb-section .breadcrumb-shape {
        height: 120px;
      }
    }

    .breadcrumb-section .breadcrumb-shape svg {
      width: calc(125% + 1.3px);
      height: 225px;
      display: block;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .breadcrumb-section .breadcrumb-shape svg {
        height: 200px;
        width: calc(160% + 1.3px);
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-section .breadcrumb-shape svg {
        height: 200px;
        width: calc(160% + 1.3px);
      }
    }

    @media (max-width: 767px) {
      .breadcrumb-section .breadcrumb-shape svg {
        height: 120px;
        width: calc(170% + 1.3px);
      }
    }

    .breadcrumb-section .breadcrumb-shape svg path {
      fill: #ffffff;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }

    .breadcrumb-section .btg-text {
      font-size: 300px;
      font-family: "Oswald", sans-serif;
      /*font-weight: 700;*/
      text-transform: uppercase;
      line-height: 1;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: transparent;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1px #fff;
      z-index: -1;
      opacity: 0.2;
      width: 100%
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .breadcrumb-section .btg-text {
        font-size: 200px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-section .btg-text {
        font-size: 160px;
      }
    }

    @media (max-width: 767px) {
      .breadcrumb-section .btg-text {
        font-size: 100px;
      }
    }

    @media (max-width: 399px) {
      .breadcrumb-section .btg-text {
        font-size: 120px;
      }
    }

    .breadcrumb-section .breadcrumb-nav {
      position: absolute;
      bottom: 0;
      z-index: 22;
      right: 0;
      padding: 20px 25px;
      background: #ffaa17;
      -webkit-transform: translate(-50%, 40%);
      transform: translate(-50%, 40%);
      text-align: center;
    }

    @media (max-width: 575px) {
      .breadcrumb-section .breadcrumb-nav {
        width: 60%;
      }
      .breadcrumb-section .breadcrumb-nav {
        padding: 5px;
        right: -20%;
        width: 40%;
      }
      .menu-show {
        margin-left: 0;
        /* box-shadow: 4px 2px 15px 1px #B9ADAD; */
        width: 95%;
      }
    }

    @media (max-width: 399px) {

    }

    .breadcrumb-section .breadcrumb-nav li {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      margin-right: 5px;
      padding-right: 0px;
      position: relative;
    }

    .breadcrumb-section .breadcrumb-nav li,
    .breadcrumb-section .breadcrumb-nav li a {
      color: #041d38;
    }
/*
    .breadcrumb-section .breadcrumb-nav li::after {
      position: absolute;
      content: '|';
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    } */

    .breadcrumb-section .breadcrumb-nav li:last-child {
      margin-right: 0;
      padding-right: 0;
    }

    .breadcrumb-section .breadcrumb-nav li:last-child::after {
      display: none;
    }


/*===========================
    FAQ
    ===========================*/
    .faq-loop {
      background-color: #f7fcff;
      padding: 60px;
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .faq-loop {
        padding: 30px;
      }
    }

    @media (max-width: 575px) {
      .faq-loop {
        padding: 15px;
      }
    }

    @media (max-width: 399px) {
      .faq-loop {
        padding: 10px;
      }
    }

    .faq-loop .card {
      border: 0;
      border-radius: 0;
      background-color: #fff;
      margin-bottom: 10px;
    }

    .faq-loop .card .card-header {
      background-color: transparent;
      border: 0;
      padding: 0;
    }

    .faq-loop .card .card-header button {
      border: none;
      padding: 20px 35px;
      width: 100%;
      text-align: left;
      background-color: transparent;
      font-size: 18px;
      font-weight: 700;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #041d38;
      position: relative;
      min-height: 70px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .faq-loop .card .card-header button {
        font-size: 16px;
        padding: 20px;
      }
    }

    @media (max-width: 767px) {
      .faq-loop .card .card-header button {
        font-size: 15px;
        padding: 20px 70px 20px 20px;
      }
    }

    @media (max-width: 399px) {
      .faq-loop .card .card-header button {
        padding-right: 50px;
      }
    }

    .faq-loop .card .card-header button .icon {
      position: absolute;
      right: 10px;
      top: 50%;
      width: 50px;
      background-color: #ffaa17;
      text-align: center;
      font-size: 24px;
      color: #041d38;
      line-height: 50px;
      height: 50px;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    @media (max-width: 399px) {
      .faq-loop .card .card-header button .icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        right: 5px;
      }
    }

    .faq-loop .card .card-header button.active-accordion .icon span {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .faq-loop .card .card-body {
      padding: 0 35px 25px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .faq-loop .card .card-body {
        padding: 0 20px 25px;
      }
    }

    @media (max-width: 767px) {
      .faq-loop .card .card-body {
        padding: 0 20px 25px;
      }
    }


/*===========================
    Sidebar Style
    ===========================*/
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sidebar {
        margin-top: 80px;
      }
    }

    @media (max-width: 767px) {
      .sidebar {
        margin-top: 80px;
      }
    }

    .sidebar .widget {
      padding: 40px;
      border: 2px solid #ededed;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .sidebar .widget {
        padding: 40px 20px;
      }
    }

    @media (max-width: 399px) {
      .sidebar .widget {
        padding: 40px 20px;
      }
    }

    .sidebar .widget .widget-title {
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 40px;
      line-height: 1;
      position: relative;
      padding-left: 30px;
    }

    .sidebar .widget .widget-title::before {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 2px;
      background-color: #ffaa17;
      content: '';
    }

    .sidebar .widget.about-author-widget .author-box {
      font-size: 14px;
      text-align: center;
    }

    .sidebar .widget.about-author-widget .author-box h6 {
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: -1px;
      margin-top: 30px;
      padding-bottom: 20px;
    }

    .sidebar .widget.about-author-widget .author-box .social-icon {
      margin-top: 25px;
    }

    .sidebar .widget.about-author-widget .author-box .social-icon li {
      display: inline-block;
      margin: 0 5px;
    }

    .sidebar .widget.about-author-widget .author-box .social-icon li a {
      padding: 5px;
      color: #b3bed3;
    }

    .sidebar .widget.about-author-widget .author-box .social-icon li a:hover {
      color: #ffaa17;
    }

    .sidebar .widget.search-widget form {
      position: relative;
    }

    .sidebar .widget.search-widget form input {
      width: 100%;
      background-color: #f6f4ff;
      height: 60px;
      border: none;
      padding-left: 30px;
      padding-right: 60px;
      font-size: 14px;
    }

    .sidebar .widget.search-widget form button {
      border: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 100%;
      z-index: 1;
      background-color: #ffaa17;
      font-size: 14px;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
    }

    .sidebar .widget.search-widget form button:hover {
      background-color: #041d38;
      color: #fff;
    }

    .sidebar .widget.popular-feeds .single-popular-feed {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      -ms-grid-columns: 80px 1fr;
      grid-template-columns: 80px 1fr;
      grid-column-gap: 15px;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #e1e6ff;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .sidebar .widget.popular-feeds .single-popular-feed:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none;
    }

    .sidebar .widget.popular-feeds .single-popular-feed .feed-desc h6 {
      text-transform: uppercase;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
      font-size: 14px;
    }

    .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
      margin-right: 5px;
    }

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

    .sidebar .widget.categories-widget ul li:last-child {
      margin-bottom: 0;
    }

    .sidebar .widget.categories-widget ul li a {
      font-size: 14px;
      padding-left: 30px;
      height: 50px;
      background-color: #edf3ff;
      display: block;
      position: relative;
      line-height: 50px;
      color: #041d38;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
    }

    .sidebar .widget.categories-widget ul li a span {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #d8e5ff;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
    }

    .sidebar .widget.categories-widget ul li a:hover {
      background-color: #ffaa17;
    }

    .sidebar .widget.categories-widget ul li a:hover span {
      background-color: #ffc35c;
    }

    .sidebar .widget.socail-widget ul li {
      display: inline-block;
      margin-right: 10px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .sidebar .widget.socail-widget ul li {
        margin-right: 5px;
      }
    }

    @media (max-width: 399px) {
      .sidebar .widget.socail-widget ul li {
        margin-right: 5px;
      }
    }

    .sidebar .widget.socail-widget ul li a {
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 14px;
      color: #041d38;
      background-color: #edf3ff;
      text-align: center;
    }

    .sidebar .widget.socail-widget ul li a:hover {
      background-color: #ffaa17;
    }

    .sidebar .widget.twitter-feed-widget ul li {
      margin-bottom: 30px;
      padding-bottom: 30px;
      font-size: 12px;
      border-bottom: 1px solid #e1e6ff;
      padding-left: 35px;
      position: relative;
    }

   /* .sidebar .widget.twitter-feed-widget ul li::before {
      position: absolute;
      left: 0;
      top: 0;
      content: '\f099';
      font-family: 'Font Awesome 5 Brands';
      font-size: 14px;
      color: #ffaa17;
    }*/

    .sidebar .widget.twitter-feed-widget ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none;
    }

    .sidebar .widget.twitter-feed-widget ul li a {
      color: #041d38;
    }

    .sidebar .widget.twitter-feed-widget ul li .date {
      text-transform: uppercase;
      margin-top: 15px;
      font-weight: 500;
    }

    .sidebar .widget.instagram-feed-widget ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
    }

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

    .sidebar .widget.popular-tag-widget ul li a {
      font-size: 12px;
      color: #041d38;
      padding: 10px 20px;
      background-color: #f4f4f4;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px;
      }
    }

    @media (max-width: 399px) {
      .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px;
      }
    }

    .sidebar .widget.popular-tag-widget ul li a:hover {
      background-color: #ffaa17;
    }

    .sidebar .widget.banner-ad-widget {
      padding: 0;
      border: none;
    }

    .sidebar .widget.contact-widget .input-group {
      margin-top: -2px;
    }

    .sidebar .widget.service-cat-widget li a, .sidebar .widget.brouchers-widget li a {
      display: block;
      border: 2px solid #ededed;
      padding: 15px 30px;
      text-transform: uppercase;
      color: #041d38;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 14px;
    }

    .sidebar .widget.service-cat-widget li a:hover, .sidebar .widget.brouchers-widget li a:hover {
      background-color: #ffaa17;
      color: #fff;
      border-color: #ffaa17;
    }

    .sidebar .widget.service-cat-widget li:not(:last-child) a, .sidebar .widget.brouchers-widget li:not(:last-child) a {
      border-bottom: none;
    }

    .sidebar .widget.brouchers-widget li a i {
      margin-right: 20px;
      color: #ffaa17;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
    }

    .sidebar .widget.brouchers-widget li a:hover i {
      color: #fff;
    }


/*===========================
    About
    ===========================*/
    .about-section .about-tile-gallery {
      position: relative;
      min-height: 620px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .about-tile-gallery {
        margin-bottom: 50px;
      }
    }

    @media (max-width: 767px) {
      .about-section .about-tile-gallery {
        margin-bottom: 50px;
      }
    }

    @media (max-width: 575px) {
      .about-section .about-tile-gallery {
        min-height: 450px;
      }
    }

    .about-section .about-tile-gallery img {
      position: absolute;
    }

    .about-section .about-tile-gallery img.image-one {
      top: 0;
      left: 0;
      max-width: 400px;
      max-height: 450px;
      z-index: 1;
    }

    @media (max-width: 575px) {
      .about-section .about-tile-gallery img.image-one {
        max-width: 100%;
      }
    }

    .about-section .about-tile-gallery img.image-two {
      right: 20px;
      bottom: 0;
      max-width: 400px;
      max-height: 260px;
      z-index: 2;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section .about-tile-gallery img.image-two {
        max-width: 340px;
      }
    }

    @media (max-width: 575px) {
      .about-section .about-tile-gallery img.image-two {
        right: 0;
        max-width: 300px;
      }
    }

    @media (max-width: 399px) {
      .about-section .about-tile-gallery img.image-two {
        max-width: 250px;
      }
    }

    .about-section .about-tile-gallery img.image-three {
      right: 20px;
      top: 20px;
      max-width: 160px;
      z-index: 2;
    }

    @media (max-width: 575px) {
      .about-section .about-tile-gallery img.image-three {
        right: -15px;
      }
    }

    .about-section .about-tile-gallery img.icon {
      top: 140px;
      right: 95px;
      z-index: 3;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section .about-tile-gallery img.icon {
        right: 0;
      }
    }

    @media (max-width: 575px) {
      .about-section .about-tile-gallery img.icon {
        display: none;
      }
    }

    .about-section .about-tile-gallery img.zero-icon {
      z-index: 4;
      left: -45px;
      bottom: 20px;
    }

    @media (min-width: 1600px) {
      .about-section .about-tile-gallery img.zero-icon {
        bottom: 40px;
        left: -140px;
      }
    }

    @media (max-width: 575px) {
      .about-section .about-tile-gallery img.zero-icon {
        left: -30px;
        max-width: 150px;
      }
    }

    @media (max-width: 767px) {
      {
        padding-left: 0;
      }
    }

    .about-features .sngle-features {
      margin-bottom: 30px;
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      -ms-grid-columns: 90px 115px 1fr;
      grid-template-columns: 90px 115px 1fr;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .about-features .sngle-features:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 575px) {
      .about-features .sngle-features {
        -ms-grid-rows: 90px 1fr;
        grid-template-rows: 90px 1fr;
      }
    }

    .about-features .sngle-features .chart {
      position: relative;
      min-width: 90px;
      min-height: 90px;
    }

    .about-features .sngle-features .chart span.icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 30px;
      color: #041d38;
    }

    .about-features .sngle-features .chart canvas {
      position: absolute;
      left: 0;
      top: 0;
    }

    .about-features .sngle-features .counter-box {
      text-align: center;
      color: #ffaa17;
      font-weight: 700;
      font-size: 48px;
      font-family: "Oswald", sans-serif;
    }

    .about-features .sngle-features .desc {
      font-size: 14px;
      line-height: 1.8;
    }

    @media (max-width: 575px) {
      .about-features .sngle-features .desc {
        margin-top: 20px;
        grid-column: 1/-1;
      }
    }

    .about-features .sngle-features .desc h4 {
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-features .sngle-features .desc h4 {
        font-size: 20px;
      }
    }

    .about-extra {
      padding-left: 215px;
      position: relative;
      margin-top: 80px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-extra {
        margin-top: 50px;
        padding-left: 180px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-extra {
        margin-top: 30px;
        padding-left: 0;
        padding-bottom: 200px;
      }
    }

    @media (max-width: 767px) {
      .about-extra {
        margin-top: 30px;
        padding-left: 0;
        padding-bottom: 200px;
      }
    }

    @media (max-width: 575px) {
      .about-extra {
        padding-bottom: 150px;
      }
    }

    .about-extra .experience-tag {
      position: absolute;
      left: -335px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 6;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .about-extra .experience-tag {
        left: -295px;
        max-width: 500px;
      }
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-extra .experience-tag {
        left: -220px;
        max-width: 350px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-extra .experience-tag {
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        max-width: 100%;
      }
    }

    @media (max-width: 767px) {
      .about-extra .experience-tag {
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        max-width: 100%;
      }
    }

    .about-section .about-tile-gallery-two {
      min-height: 550px;
      position: relative;
      z-index: 5;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section .about-tile-gallery-two {
        min-height: 515px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .about-tile-gallery-two {
        margin-bottom: 50px;
      }
    }

    @media (max-width: 767px) {
      .about-section .about-tile-gallery-two {
        margin-bottom: 0;
      }
    }

    @media (max-width: 575px) {
      .about-section .about-tile-gallery-two {
        min-height: 410px;
      }
    }

    .about-section .about-tile-gallery-two .image-two {
      position: absolute;
      left: -20px;
      bottom: 0;
      border-right: 20px solid #fff;
      border-top: 20px solid #fff;
      z-index: 1;
    }

    @media (min-width: 1600px) {
      .about-section .about-tile-gallery-two .image-two {
        left: -120px;
      }
    }

    @media (max-width: 575px) {
      .about-section .about-tile-gallery-two .image-two {
        left: 4%;
        border: 20px solid #fff;
      }
    }

    .about-section.about-style-two .about-iconic-boxes {
      margin-bottom: -60px;
      z-index: 22;
      position: relative;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section.about-style-two .about-iconic-boxes {
        margin-bottom: -240px;
      }
    }

    @media (max-width: 767px) {
      .about-section.about-style-two .about-iconic-boxes {
        margin-bottom: -240px;
      }
    }

    .about-section.about-style-two .about-iconic-boxes .iconic-box {
      padding: 30px 35px;
      background-color: #fff;
      -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.06);
      box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.06);
      position: relative;
      z-index: 1;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section.about-style-two .about-iconic-boxes .iconic-box {
        padding: 30px 25px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section.about-style-two .about-iconic-boxes .iconic-box {
        margin-bottom: 30px;
      }
    }

    @media (max-width: 767px) {
      .about-section.about-style-two .about-iconic-boxes .iconic-box {
        margin-bottom: 30px;
      }
    }

    @media (max-width: 399px) {
      .about-section.about-style-two .about-iconic-boxes .iconic-box {
        padding: 30px 25px;
      }
    }

    .about-section.about-style-two .about-iconic-boxes .iconic-box h4 {
      text-transform: uppercase;
      letter-spacing: -1px;
      margin-bottom: 10px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section.about-style-two .about-iconic-boxes .iconic-box h4 {
        font-size: 20px;
      }
    }

    @media (max-width: 399px) {
      .about-section.about-style-two .about-iconic-boxes .iconic-box h4 {
        font-size: 20px;
      }
    }

    .about-section.about-style-two .about-iconic-boxes .iconic-box .icon {
      position: absolute;
      right: 35px;
      top: 30px;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px;
      background-color: #ffaa17;
      color: #041d38;
      z-index: 2;
    }

    .about-section.about-style-two .about-iconic-boxes .iconic-box .count {
      position: absolute;
      left: 0;
      bottom: 0;
      font-weight: 700;
      font-family: "Oswald", sans-serif;
      font-size: 70px;
      color: #f7fcff;
      z-index: -1;
      line-height: 1;
    }

    .about-section.about-style-two .about-text-warp {
      background-color: #f7fcff;
      position: relative;
      z-index: 1;
      padding-top: 120px;
      padding-bottom: 120px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section.about-style-two .about-text-warp {
        padding-top: 280px;
      }
    }

    @media (max-width: 767px) {
      .about-section.about-style-two .about-text-warp {
        padding-top: 280px;
      }
    }

    .about-section.about-style-two .about-text-warp .mockup-img {
      position: absolute;
      right: 0;
      bottom: -110px;
      max-width: 1000px;
      z-index: -1;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .about-section.about-style-two .about-text-warp .mockup-img {
        max-width: 800px;
        bottom: -80px;
      }
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section.about-style-two .about-text-warp .mockup-img {
        max-width: 575px;
        bottom: 42%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section.about-style-two .about-text-warp .mockup-img {
        display: none;
      }
    }

    @media (max-width: 767px) {
      .about-section.about-style-two .about-text-warp .mockup-img {
        display: none;
      }
    }

    .about-section.about-style-two .about-text-warp .about-small-img {
      position: absolute;
      top: 53%;
      left: 49%;
      z-index: 1;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .about-section.about-style-two .about-text-warp .about-small-img {
        left: 44%;
      }
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section.about-style-two .about-text-warp .about-small-img {
        display: none;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section.about-style-two .about-text-warp .about-small-img {
        display: none;
      }
    }

    @media (max-width: 767px) {
      .about-section.about-style-two .about-text-warp .about-small-img {
        display: none;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .about-img {
        margin-bottom: 50px;
      }
    }

    @media (max-width: 767px) {
      .about-section .about-img {
        margin-bottom: 50px;
      }
    }

    .about-section .with-man-shape {
      position: relative;
      padding-top: 150px;
      padding-bottom: 150px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section .with-man-shape {
        padding-top: 120px;
        padding-bottom: 60px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .with-man-shape {
        padding-top: 120px;
        padding-bottom: 500px;
      }
    }

    @media (max-width: 767px) {
      .about-section .with-man-shape {
        padding-top: 120px;
        padding-bottom: 360px;
      }
    }

    @media (max-width: 575px) {
      .about-section .with-man-shape {
        padding-bottom: 280px;
      }
    }

    @media (max-width: 399px) {
      .about-section .with-man-shape {
        padding-bottom: 120px;
      }
    }

    .about-section .with-man-shape .about-man-img {
      position: absolute;
      left: 0;
      bottom: 0;
      max-width: 575px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section .with-man-shape .about-man-img {
        max-width: 450px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .with-man-shape .about-man-img {
        left: 50%;
        max-width: 345px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
      }
    }

    @media (max-width: 767px) {
      .about-section .with-man-shape .about-man-img {
        left: 50%;
        max-width: 250px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
      }
    }

    @media (max-width: 399px) {
      .about-section .with-man-shape .about-man-img {
        display: none;
      }
    }

    .about-section .with-man-shape .about-man-img .shape {
      position: relative;
      z-index: 1;
    }

    .about-section .with-man-shape .about-man-img .shape::after {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-49%);
      transform: translateX(-49%);
      top: 100px;
      background-color: #ffaa17;
      height: 465px;
      width: 465px;
      border-radius: 50%;
      z-index: -1;
    }

    @media (max-width: 767px) {
      .about-section .with-man-shape .about-man-img .shape::after {
        height: 300px;
        width: 300px;
      }
    }

    .about-section .with-man-shape .about-text {
      padding-left: 80px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-section .with-man-shape .about-text {
        padding-left: 20px;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-section .with-man-shape .about-text {
        padding-left: 0;
      }
    }

    @media (max-width: 767px) {
      .about-section .with-man-shape .about-text {
        padding-left: 0;
      }
    }
/*===========================
    CONTACT
    ===========================*/
    .contact-form-wrapper {
    /*  -webkit-box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
      box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);*/
      -webkit-box-shadow: hsl(0, 0%, 90%) 0 0 10px;
      box-shadow: hsl(0, 0%, 90%) 0 0 10px;
    }
    .contact-form-wrapper a
    {
      color: #041d38;
      font-weight: 700;
    }

    .contact-form-wrapper .contact-form {
      padding: 60px;
      background-color: #041d38;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-form-wrapper .contact-form {
        padding: 30px;
      }
    }

    @media (max-width: 575px) {
      .contact-form-wrapper .contact-form {
        padding: 30px;
      }
    }

    .contact-form-wrapper .contact-form input,
    .contact-form-wrapper .contact-form textarea {
      background: #092748;
      border: none;
      width: 100%;
      height: 68px;
      padding-left: 65px;
      padding-right: 30px;
      font-size: 14px;
      text-transform: none;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
    }

    .contact-form-wrapper .contact-form .padding-custom.row {
      margin-left: -5px;
      margin-right: -5px;
    }

    .contact-form-wrapper .contact-form .padding-custom > .col,
    .contact-form-wrapper .contact-form .padding-custom > [class*='col-'] {
      padding-left: 5px;
      padding-right: 5px;
    }

    .contact-form-wrapper .contact-form textarea {
      padding-top: 25px;
      height: 192px;
    }

    .contact-form-wrapper .contact-form ::-webkit-input-placeholder,
    .contact-form-wrapper .contact-form input,
    .contact-form-wrapper .contact-form textarea {
      color: #fff;
      opacity: 1;
    }

    .contact-form-wrapper .contact-form :-ms-input-placeholder,
    .contact-form-wrapper .contact-form input,
    .contact-form-wrapper .contact-form textarea {
      color: #fff;
      opacity: 1;
    }

    .contact-form-wrapper .contact-form ::-ms-input-placeholder,
    .contact-form-wrapper .contact-form input,
    .contact-form-wrapper .contact-form textarea {
      color: #fff;
      opacity: 1;
    }

    .contact-form-wrapper .contact-form ::placeholder,
    .contact-form-wrapper .contact-form input,
    .contact-form-wrapper .contact-form textarea {
      color: #fff;
      opacity: 1;
    }

    .contact-form-wrapper .contact-form .input-group .icon {
      left: 40px;
    }

    .contact-form-wrapper .contact-form .input-group.textarea .icon {
      top: 25px;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    .contact-form-wrapper .contact-form .main-btn.btn-filled {
      margin-top: 10px;
    }

    .contact-form-wrapper .contact-form .main-btn.btn-filled:hover {
      background-color: #fff;
      border-color: #fff;
    }

    .contact-form-wrapper .contact-form .main-btn.btn-filled:hover::before, .contact-form-wrapper .contact-form .main-btn.btn-filled:hover::after {
      background-color: #fff;
    }

    .contact-form-wrapper .contact-info-list {
      background-color: #fff;
      padding: 60px;
      height: 100%;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-form-wrapper .contact-info-list {
        padding: 15px;
      }
      .contact-info-list p
      {
        text-align: left;
      }
    }

    @media (max-width: 575px) {
      .contact-form-wrapper .contact-info-list {
        padding: 30px;
      }
    }

    .contact-form-wrapper .contact-info-list .info-box {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1;
      grid-template-rows: 1;
      -ms-grid-columns: 65px 1fr;
      grid-template-columns: 65px 1fr;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 2px solid #f3f3f3;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-form-wrapper .contact-info-list .info-box {
        font-size: 15px;
      }
    }

    @media (max-width: 399px) {
      .contact-form-wrapper .contact-info-list .info-box {
        font-size: 15px;
      }
    }

    .contact-form-wrapper .contact-info-list .info-box:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none;
    }

    .contact-form-wrapper .contact-info-list .info-box .icon {
      font-size: 40px;
      color: #ffaa17;
      line-height: 1;
    }

    .contact-form-wrapper .contact-info-list .info-box h4 {
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-form-wrapper .contact-info-list .info-box h4 {
        font-size: 18px;
        font-weight: 600;
        font-family: "Oswald", sans-serif !important;
        font-weight: 600 !important;
        margin-bottom: 10px;
      }
      .contact-form-wrapper a {
        color: #041d38;
        font-weight: 700;
        font-size: 14px;
      }
    }

    @media (max-width: 399px) {
      .contact-form-wrapper .contact-info-list .info-box h4 {
        font-size: 20px;
      }
    }

    /* contact section */
    .contact-section
    {
      margin-top: -250px;
      margin-bottom: 100px;
    }
    .contact-section-1
    {
      margin-top: 0px;
    }
    .contact-section-1 h3
    {
      color: #fff;
    }
    .contact-section.with-map-bg {
      position: relative;
      z-index: 1;
    }

    .contact-section.with-map-bg::after {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      content: '';
      height: 100%;
      width: 100%;
      background-image: url(./../images/map.png);
      background-size: contain;
      background-position: left top;
      background-repeat: no-repeat;
    }

    @media (max-width: 575px) {
      .contact-section .section-title {
        padding-left: 30px;
      }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .contact-section .section-title h2 {
        font-size: 32px;
      }
    }

    /* Contact Maps */
    .contact-maps {
      width: 100%;
      height: 600px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-maps {
        height: 500px;
      }
    }

    @media (max-width: 767px) {
      .contact-maps {
        height: 400px;
      }
    }

    .contact-maps iframe {
      width: 100%;
      height: 100%;
    }

/*===========================
    Footer
    ===========================*/
    footer {
      background-color: #14212b;
      /*===== Footer Two =====*/
      /*===== Footer Three =====*/
    }



    footer .social-icon a:hover {
      -webkit-animation: hvr-buzz-out 0.75s linear 1;
      animation: hvr-buzz-out 0.75s linear 1;
    }

    @-webkit-keyframes hvr-buzz-out {
      10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
      }
      20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
      }
      30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
      }
      40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
      }
      50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
      }
      60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
      }
      70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
      }
      80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
      }
      90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
      }
      100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
      }
    }

    @keyframes hvr-buzz-out {
      10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
      }
      20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
      }
      30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
      }
      40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
      }
      50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
      }
      60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
      }
      70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
      }
      80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
      }
      90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
      }
      100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
      }
    }


    footer .social-icon a {
      text-align: center;
      background-color: #ffaa17;
      color: #002f68;
      height: 60px;
      width: 60px;
      line-height: 60px;
      border-radius: 50%;
      margin-left: 10px;
    }

    @media (max-width: 767px) {
      footer .social-icon a {
        font-size: 15px;
        line-height: 45px;
        height: 45px;
        width: 45px;
      }
    }

    @media (max-width: 399px) {
      footer .social-icon a {
        margin-left: 5px;
      }
    }

    footer .social-icon a:hover {

      color: #14212b;
    }

    footer .footer-top {
      background-color: #002f68;
      padding: 30px 0;
    }

    @media (max-width: 575px) {
      footer .social-icon {
        margin-top: 0px;
      }
      footer .mob-center
      {
        text-align: center;
      }
      footer .footer-top {
        background-color: #002f68;
        padding: 25px 0 25px 0;
        border-bottom: 5px solid #ffaa17;
      }
    }

    .cta-button
    {
      position: relative;
      z-index: 9
    }
/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  padding-top: 90px;
  background: #011c3c;
  color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
  position: relative;
  margin-bottom: 45px;
}

.footer h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ff0047;
}
.footer h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ff0047;
}

.footer h2::after , .footer h3::after{
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ff0047;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: .3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f1ca";
  font-family: "Flaticon";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #ff0047;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
  position: absolute;
  /* font-size: 16px; */
  margin-top: 6px;
}
.footer-contact a
{
  padding-left: 25px;
}
.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid rgba(256, 256, 256, .3);
  border-radius: 60px;
  transition: .3s;
}

.footer .footer-social a i {
  font-size: 15px;
  color: #ffffff;
}

.footer .footer-social a:hover {
  background: #ffaa17;
  border-color: #ffaa17;
}

.footer .footer-social a:hover i {
  color: #030f27;
}

.footer .newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.footer .newsletter input {
  height: 50px;
  border: 2px solid #121518;
  border-radius: 0;
}

.footer .newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffaa17;
  background: #121518;
  border-radius: 0;
  border: 2px solid #ffaa17;
  transition: .3s;
}

.footer .newsletter .btn:hover {
  color: #121518;
  background: #ffaa17;
}

.footer .footer-menu .f-menu {
  position: relative;
  padding: 15px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid rgba(256, 256, 256, .1);
  border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
  color: #ffaa17;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}


.footer .copyright {
  padding: 15px 15px;
}

.footer .copyright p {
  margin: 0;
  color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color:#ff0047;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}
.footer-contact p
{
  text-align: left;
}

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 9999;
}

.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: #ffaa17;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}

.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffaa17;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

.go-top-wrap {
  position: relative;
}

.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #ffaa17;
}

.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #ffaa17;
}

.go-top-wrap .go-top-btn:hover {
  background-color: #000;
  color: #fff;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
footer .footer-widget-area .widget a:hover {
  color: #ffaa17;
}
a:focus, a:hover {
  text-decoration: none;
}
footer .footer-widget-area .widget .widget-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
footer .footer-widget-area {
  padding-top: 100px;
  padding-bottom: 40px;
}



/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 9999;
}

.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: #ffaa17;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}

.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffaa17;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

.go-top-wrap {
  position: relative;
}

.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #ffaa17;
}

.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #ffaa17;
}

.go-top-wrap .go-top-btn:hover {
  background-color: #000;
  color: #fff;
}
@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}




@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 399px) {
  .section-title h2 {
    font-size: 26px;
  }
}





.vs-btn {
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  padding-left: 27px;
  vertical-align: middle;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border: none;
  margin-right: 15px

}

.vs-btn:last-of-type,
.vs-btn:last-child {
  margin-right: 0
}

.vs-btn i {
  display: inline-block;
  margin-left: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
  border-radius: 50%;
}

.vs-btn .btn-text {
  position: relative;
  z-index: 3;
}

.vs-btn .btn-bg {
  position: absolute;
  display: block;
  z-index: 1;
  width: 0;
  height: 0;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out
}

.vs-btn:hover .btn-bg {
  width: 225%;
  height: 500px
}

.vs-btn.style1 {
  color: #002f68;
  background-color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(255, 255, 255, 0.3)
}

.vs-btn.style1 i {
  background-color: #002f68;
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3)
}

.vs-btn.style1 .btn-bg {
  background-color: #08275a
}

.vs-btn.style1:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.3)
}
.no-pad
{
  padding: 0
}
.vs-btn.style2 {
  color: #fff !important;
  background-color: #002f68;
  /*box-shadow: 0px 5px 50px 0px rgba(9, 40, 91, 0.3)*/
}

.vs-btn.style2 i {
  background-color: #ff0047;
  box-shadow: 0px 5px 50px 0px rgba(120, 196, 0, 0.3)
}

.vs-btn.style2 .btn-bg {
  background-color: #fff
}

.vs-btn.style2:hover {
  background-color: transparent;
  color: #002f68;
  box-shadow: 0px 0px 6px 1px rgba(119,143,204,0.66);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(119,143,204,0.66);
  -moz-box-shadow: 0px 0px 6px 1px rgba(119,143,204,0.66);
  color: #002f68 !important
}
.mbr-iconfont
{
  font-size: 30px !important;
  color: #002f68 !important
}

.vs-btn.style3 {
  background-color: #11b4f5;
  color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(17, 180, 245, 0.3)
}

.vs-btn.style3 i {
  background-color: #fff;
  color: #11b4f5
}

.vs-btn.style3 .btn-bg {
  background-color: #08275a
}

.vs-btn.style3:hover {
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.3)
}

.vs-btn.style3:hover i {
  color: #08275a
}

.vs-btn.style4 {
  background-color: #002f68;
  color: #fff
}

.vs-btn.style4 i {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.3);
  color: #002f68
}

.vs-btn.style4 .btn-bg {
  background-color: #08275a
}

.vs-btn.style4:hover i {
  color: #08275a
}

.vs-btn.style5 {
  background-color: transparent;
  border: 2px solid rgba(9, 40, 91, 0.2);
  padding: 8px;
  padding-left: 27px
}

.vs-btn.style5 i {
  background-color: #002f68;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3)
}

.vs-btn.style5 .btn-bg {
  background-color: #08275a
}

.vs-btn.style5:hover {
  color: #fff;
  border-color: transparent
}

.vs-btn i.bg-primary {
  box-shadow: 0px 5px 15px 0px rgba(17, 180, 245, 0.3)
}

.vs-btn i.bg-primary2 {
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3)
}

.vs-btn i.bg-primary3 {
  box-shadow: 0px 5px 15px 0px rgba(8, 39, 90, 0.3)
}

.vs-btn.icon-none {
  padding: 14px 27px
}

.vs-btn.icon-none:hover i {
  color: inherit
}

.vs-btn.icon-none i {
  width: auto;
  height: auto;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
  vertical-align: middle;
  -webkit-transition: inherit;
  transition: inherit;
  box-shadow: none;
  line-height: inherit
}
.translate-equal, .vs-btn .btn-bg {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vs-btn .btn-bg {
  border-radius: 50%
}
@media (min-width: 1199px) {
  .vs-cta-layout1 .cta-button .vs-btn {
    width: 180px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    height: 55px;
    line-height: 55px
  }
  .vs-cta-layout1 .cta-button .vs-btn i {
    float: right;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 0;
    border-radius: 50%;
  }
}

@media (max-width: 1199px) {
  .vs-cta-layout1 .cta-button .vs-btn {
    padding: 8px;
    padding-left: 20px;
    margin-right: 10px;
    font-size: 14px
  }
  .vs-cta-layout1 .cta-button .vs-btn i {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    border-radius: 50%;
  }
}


.packeges{
  padding-top: 80px;
  padding-bottom: 90px;
}
.pgk_col_box{
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 18px;
  border-top: 10px solid #ffaa17;
  box-shadow: 0px 0px 6px 1px rgba(119,143,204,0.66);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(119,143,204,0.66);
  -moz-box-shadow: 0px 0px 6px 1px rgba(119,143,204,0.66);
}
.pgk_col_box{
  position: relative;
}
.pgk_col_box:hover .top_popular
{
  background-color: #002f68;
  transition: transform .6s;
  transition: all 0.6s;
}
.commercial p{
  color: #ff0047;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.pkg_first h3{
  color: #074d95;
  line-height: 40px;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;
}
.pkg_first span{
  font-size: 42px;
  color: #074d95;
  font-weight: 800;
}
.nxt-section i{
  color: #3bf6f8;
}
.nxt-section span{
  padding-left: 8px;
  color: #2b3036;
}
.pkg_btn {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 24px;

}
.pkg_btn {
  position: absolute;
  right: 15px;
}
.top_popular{
  background-color: #ffaa17;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 3px 23px;
  font-size: 18px;
  border-bottom: 0;
  transition: transform .6s;
  transition: all 0.6s;
}
.pgk_col_box {
  transition: transform .6s;
  transition: all 0.6s;
  background: #fff;
  border-radius: 0 0 175px 175px;
}

.bjgk-team-section .bjgk-team-content .owl-item.active.center .pgk_col_box
{
  transform: translateY(-20px);
  border-top: 10px solid #002f68;
  color: #091d99;
  background: #ffaa17;
}
.bjgk-team-section .bjgk-team-content .owl-item.active.center .top_popular
{

background: #002f68;

color: #ffffff;
}
.bjgk-team-section .bjgk-team-content .owl-item.active.center .commercial p
{

color: #002f68;
}
.pgk_col_box:hover {
  transform: translateY(-20px);
  border-top: 10px solid #002f68;
}
.pgk_col_box:hover{
  color: white;
  background: #ffaa17;
}
.pgk_col_box:hover .pkg_first span{
  color: white;
}
.pgk_col_box:hover .pkg_first h3{
  color: white;
}

.pgk_col_box:hover .commercial p{
  color: white;
}
.nxt-section p span, .pkg_first span, .pkg_first h3{
  transition: all 0.8s;
}
.pgk_col_box:hover .nxt-section p span{
  color: white;
}
.top_popular {
  position: absolute;
  top: -37px;
  left: 15px;
}
.heading_bottom{
  width: 100%;
  height: 2px;
  background-color: #dadad9;
}
.pgk_btn-nxt {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #ff0047;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.pgk_btn-nxt:hover{
  color: #fff;
}
.nxt-section{
  padding-top: 25px;

}
.nxt-section p{
  margin-bottom: 25px;
}

@media (max-width: 991px) {

  .pgk_col_box{
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {

  .pgk_col_box{
    margin-bottom: 0px;
  }

  .packeges{
    padding-bottom: 30px;
  }
}


/*<!-- carosal style 1 -->*/


.packeges .owl-stage {
  display: flex;
}
.packeges .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.flex-text {
  flex-grow: 1
}
.thumbnail {
  display: flex;
  flex-direction: column;
  margin: 50px 15px;
  /* background: #fff; */
}

@media screen and (max-width: 1024px){
  .thumbnail {

    margin: 50px 15px 10px 15px;
  }
}
/*<!-- carosal style 2 -->*/

.bjgk-team-content article
{
  position: relative;
  background-color: #fff;
}

/*.bjgk-team-content article:after
{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  height: 100%;
  width: 100%;
  background-image:url(./../images/service_bg_1.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat:no-repeat;
  opacity: 1
  }*/
/*.bjgk-team-content article:before
{
  position: absolute;
  right: 0;
  bottom:  0;
  z-index: 1;
  content: '';
  height: 100%;
  width: 100%;
  background-image:url(./../images/service_bg_1.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat:no-repeat;
  opacity: 1
  }*/



  .contact_home {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 6px;
    overflow: hidden;
    padding: 0
  }
  .contact_home .contact-info-list
  {
    padding: 45px 30px 36px 30px;
    text-align: center;
  }
  .contact_home .contact-info-list img
  {
    width: 150px;
    height: 150px;
    position: relative;
  }
  .contact-call
  {
    position: relative;
  }
  .contact_home .contact-info-list .contact-call:before {
    content: "";
    background: #07ff07;
    width: 18px;
    height: 18px;
    border: 3px solid #ff0047;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -8px;
    border-radius: 50%;
    z-index: 9;
  }

  .cls-icons  li
  {
   display: inline-block;
   background-color: #fff;
   width: 45px;
   height: 45px;
   border-radius: 50%;
   text-align: center;
   line-height: 45px;
   font-size: 25px;
   color: #fff;
   margin: 0 5px;
   text-decoration: none;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;

 }
 .cls-icons  li:hover{
  background-color: #fff;
  color: #ff0047;

}
.cls-icons li a:hover {
  color: #ff0047 !important;
}
.phn-no  a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0 0;
  display: inline-block;
  line-height: 22px;
}

.cls-icons
{
  margin-bottom: 15px;
}


.contact_home .contact-info-list
{
  background-color: #ff0047;
}
.mar-bot
{
  margin-bottom: 20px
}
.contact_home  .contact-form {
  padding: 45px 20px 45px 50px;
  background-color: #fff;
  position: relative;
  z-index: 999;
}
.contact_home  .contact-form ::placeholder, ..contact_home  .contact-form input, .contact_home  .contact-form textarea {
  color: #333;
  opacity: 1;
}
.contact_home .contact-form input, .contact_home .contact-form textarea {
  background: #fff;
  border: 1px solid #d8e1ea;
  width: 100%;
  height: 68px;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  color: #002f68;
}

.contact_home .contact-form textarea {
  padding-top: 25px;
  height: 125px;
}

.dr_form_field::placeholder, .dr_form_field::-webkit-input-placeholder {
  color:#d8e1ea !important;
  opacity: 1;
}
.dr_form_field:-moz-placeholder, .dr_form_field:-ms-input-placeholder {
  color: #d8e1ea;
}

.contact_home .contact-info-list h4 {
  font-size: 20px;
  color: #fff;
  margin: 12px 0 11px;
  line-height: 30px;
}
.contact_home .input-group .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#002f68;
}

.contact_home .contact-form .input-group .icon {
  left: 25px;
}
.mar-top-20px
{
  margin-top: 10px
}

.dr_contact_time {
  position: relative;

}
/*.dr_contact_time:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    background: var(--main-bg-color);
    height: 1px;
    opacity: .2;
    }*/
    .dr_contact_time h4 {
      text-align: center;
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 17px;
    }
    .dr_contact_time ul {
      display: inline-block;
      width: 100%;
    }
    .dr_contact_time span
    {
      color: #fff
    }
    .dr_contact_time ul li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .new1
    {
      border-top: 1px solid #fff;
      opacity: .5
    }
    .pad-bottom
    {
      padding-bottom: 215px;
    }
    .mar-top-neg
    {
      margin-top: -300px !important;
    }







    .parent {
      display: table;
      float: left;
    }
    .parent > div {
      display: table-cell;
      vertical-align: middle;
    }
    .about-intro{ width:100%; float:left;}
    .about-intro .left-side{ width:50%;}
    .about-intro .left-side .content-box{padding-bottom: 50px !important;width:100%;/* max-width:670px; */height: auto;float:right;background:#ff0047;margin-right:-40px;padding:0 7%;position:relative;z-index:3;}
    .about-intro .left-side .content-box .section-title{color:#fff; margin-top:50px;}
    .about-intro .left-side .content-box .section-title span{ color:#fff;}
    .about-intro .left-side .content-box p{ color:#fff;  line-height:22px; margin-bottom:60px;}
    .about-intro .left-side .content-box .fun-facts{ width:100%; float:left;}
    .about-intro .left-side .content-box .fun-facts h5{ font-size:22px; color:#fff; font-weight:700;}
    .about-intro .left-side .content-box .fun-facts .fun-box{ width:50%; float:left;}
    .about-intro .left-side .content-box .fun-facts .fun-box i{ font-size:56px; float:left; color:#ffba00; margin-right:20px;}
    .about-intro .left-side .content-box .fun-facts .fun-box .title{ display:block; color:#ffba00; font-size:15px; margin-top:13px; font-weight:500;}
    .about-intro .left-side .content-box .fun-facts .fun-box .plus{ float:left; color:#fff; font-size:16px; margin-top:5px; margin-right:6px; font-weight:300;}
    .about-intro .left-side .content-box .fun-facts .fun-box b{ color:#fff; display:block; font-size:27px;}
    .about-intro .right-side{ width:50%; height:600px; position: relative; }
    .about-intro .right-side .overlay{ width:100%; height:100%; float:left;  }
    .about-intro .right-side .overlay div{
      font-size: 70px;
      color: #fff;
      font-weight: 700;
      padding: 0px 30px;
      line-height: 70px;}
  /*.section-title {
      width: 100%;
      float: left;
      margin-top: 0;
      margin-bottom: 40px;
      position: relative;
      font-size: 40px;
      font-weight: 700;
      color: #413686;
      }*/
      .about-intro .desc  p{ color:#fff;  line-height:22px; margin-bottom:0px !important;}

      .about-features .sngle-features {
        margin-bottom: 30px;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        -ms-grid-columns: 90px 115px 1fr;
        grid-template-columns: 90px 115px 1fr;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
      }

      .about-features .sngle-features:last-child {
        margin-bottom: 0;
      }

      @media (max-width: 575px) {
        .about-features .sngle-features {
          -ms-grid-rows: 90px 1fr;
          grid-template-rows: 90px 1fr;
        }
      }

      .about-features .sngle-features .chart {
        position: relative;
        min-width: 90px;
        min-height: 90px;
      }

      .about-features .sngle-features .chart span.icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #041d38;
      }

      .about-features .sngle-features .chart canvas {
        position: absolute;
        left: 0;
        top: 0;
      }

      .about-features .sngle-features .counter-box {
        text-align: center;
        color: #ffaa17;
        font-weight: 700;
        font-size: 48px;
        font-family: "Oswald", sans-serif;
      }

      .about-features .sngle-features .desc {
        font-size: 14px;
        line-height: 1.8;
      }

      @media (max-width: 575px) {
        .about-features .sngle-features .desc {
          margin-top: 20px;
          grid-column: 1/-1;
        }
      }

      .about-features .sngle-features .desc h4 {
        margin-bottom: 15px;
        text-transform: uppercase;
      }

      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about-features .sngle-features .desc h4 {
          font-size: 20px;
        }
      }



      @media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {

        .about-intro .left-side{ width:100%; float:left;}
        .about-intro .left-side .content-box{ max-width:inherit; margin:0;}
        .about-intro .right-side{ width:100%; height:auto; float:left;}

      }

      @media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

        .about-intro .left-side .content-box{ height:auto; padding-bottom:30px;}
        .about-intro .left-side .content-box .fun-facts h5{ display:block;}
        .about-intro .left-side .content-box .fun-facts .fun-box{ width:50%;}
        .about-intro .left-side .content-box .fun-facts .fun-box i{ display:inline-block; float:none; margin:0;}
        .about-intro .left-side .content-box .fun-facts .fun-box .title{ width:100%; display:block; float:none;}
        .about-intro .left-side .content-box .fun-facts .fun-box .plus{ display:inline-block; float:none;}
        .about-intro .right-side{ background-size:auto 150%;}

      }



/*===========================
    Video
    ===========================*/
    .video-section {
      position: relative;
      /*height: 494px;*/
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image:url(./../images/testimonial-bg.jpg);
      background-size: cover;
      background-position: center right;
      background-repeat:no-repeat;
      background-attachment: fixed;
    }
    .center1
    {
      position: relative;
      /*height: 494px;*/
      display: -webkit-box;
      display: -ms-flexbox;
      /* display: flex; */
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: url(./../images/testimonial-bg.jpg);
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-section {
        height: auto;
        padding-top: 480px;
        padding-bottom: 80px;
      }
    }

    @media (max-width: 767px) {
      .video-section {
        height: auto;
        padding-top: 380px;
        padding-bottom: 25px;
      }
    }

    .video-section .section-title h2,
    .video-section .video-text {
      color: #fff;
    }

    @media (max-width: 399px) {
      .video-section .section-title h2,
      .video-section .video-text {
        padding-left: 0;
      }
    }

    .video-section .video-wrap {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 50%;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-section .video-wrap {
        width: 100%;
        height: 400px;
      }
    }

    @media (max-width: 767px) {
      .video-section .video-wrap {
        width: 100%;
        height: 300px;
      }
    }

    {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 1;
      background-size: contain;
      background-position: top left;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }

/*::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #757a89;
  z-index: -1;
  opacity: 0.6;
}
*/
    .video-link {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2;
    }
    .vdo-1 .pl-30
    {
      padding: 90px;
    }
    .no-mar
    {
      margin: 0 !important
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .video-link {
        top: auto;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
      }
    }

    @media (max-width: 767px) {
     .video-link {
      left: 75px;
    }
    .vdo-1 .pl-30 {
      padding: 20% 6% 15% 35%;
    }
  }

  .video-link .popup-video {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #ffaa17;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    font-family: "Oswald", sans-serif;
    color: #041d38;
  }

  .video-link .popup-video::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #ffaa17;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
  }

  .video-section.video-style-two {
    background-size: cover;
    background-position: center;
    height: 760px;
    z-index: 1;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section.video-style-two {
      padding-top: 0;
      padding-bottom: 0;
      height: 600px;
    }
  }

  @media (max-width: 767px) {
    .video-section.video-style-two {
      padding-top: 0;
      padding-bottom: 0;
      height: 600px;
    }
  }

  .video-section.video-style-two::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #757a89;
    z-index: -1;
    opacity: 0.6;
  }

  .video-section.video-style-two .video-text,
  .video-section.video-style-two .video-text p,
  .video-section.video-style-two .video-text h1 {
    color: #fff;
    font-weight: 700;
  }

  .video-section.video-style-two .video-text h1 {
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 30px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section.video-style-two .video-text h1 {
      font-size: 52px;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-section.video-style-two .video-text h1 {
      font-size: 40px;
    }
  }

  @media (max-width: 575px) {
    .video-section.video-style-two .video-text h1 {
      font-size: 32px;
    }
  }

  .video-section.video-style-two .video-text .video-link-two {
    margin-bottom: 45px;
  }

  .video-section.video-style-two .video-text .video-link-two .popup-video {
    position: relative;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background-color: #ffaa17;
    font-size: 20px;
    text-align: center;
    line-height: 140px;
    color: #041d38;
  }

  @media (max-width: 575px) {
    .video-section.video-style-two .video-text .video-link-two .popup-video {
      height: 100px;
      width: 100px;
      line-height: 100px;
    }
  }

  .video-section.video-style-two .video-text .video-link-two .popup-video::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #ffffff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
  }




/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}


#open-popup {
  padding: 20px;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}
.btn-margin .vs-btn
{
  margin-bottom: -60px;
}


/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li > a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 10px 25px;
  background-color: #fff;
  border-right: 1px solid rgba(0,0,0,.1);
  text-transform: capitalize;
  border-radius: 0 0 5px 5px;
  box-shadow: -2px 0px 5px #363636;
}

#mainMenu li:first-child>a {
  border-radius: 5px 0 0 45px;
}
#mainMenu li:last-child>a {
  border-radius: 0 5px 45px 0;
  border-right: 0;
}
#mainMenu  li a.active {
  background-color: #ffaa17;
}
#mainMenu  li a:hover {
  background-color: #ffaa17;
}


.main-header.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  /* margin-right: 30px; */
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: #ffaa17;
  bottom: -6px;
  left: 0;

  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;

  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: #000;
}

.main-header {
  position: fixed;
  top: .1px;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
}

.main-header li.active > a
{
  background: #ffaa17 !important;
  color: #002f68 !important;
}

/*.sticky_style  li.active > a
{
  background: transparent !important;
}*/





.sticky_style
{
  position: fixed;
  top: 0px;
  left: 0;
  /*background: #002f68;*/


}


.sticky_style .navbar
{
  padding: 0
}

/*.sticky_style .nav-item  a
{
  background: transparent !important;
  color: #fff !important;
}
.sticky_style .dropdown-menu  a
{
  background: #002f68 !important;
  color: #fff !important;
}*/

/*.sticky_style .dropdown-menu  a:hover
{
  background: #fff !important;
  color: #002f68 !important;
}

.sticky_style .dropdown-menu
{
  background: #002f68 !important;
  padding: !important
}*/

@media screen and (max-width: 767px){
  .main-header
  {


    position: relative;
    background: #002f68;
    top: 0;
  }
  .sticky_style
  {
    position: fixed;
    top: 0px;
    left: 0;
    background: #002f68;
    border-bottom: 2px solid #fff;
    box-shadow: 0px 0px 7px 0px #000;
  }

}














.main-header.fixed-nav {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}
.navbar-brand {
  color: #fff;
  padding: 0px;
}
.main-header .navbar-brand img {
  max-height: 75px;
  animation: fadeInLeft 0.4s both 0.4s;
}



.ml-auto, .mx-auto {
  margin-left: auto!important;
}

.bg-secondry_1 {
  background-color: #002f68!important;
}

.extra-cell {
  display: inline-block;
  margin-left: 10px
}
.contact-btn {
  display: block;
  align-items: center;
  color: #fff;
  text-align: left;
  padding: 6px 15px 7px 50px;
  border-radius: 0 0 45px 45px;
  position: relative;
  border-bottom: 4px solid #ffaa17 ;
}

.contact-btn i {
  font-size: 32px;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #ffaa17;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.contact-btn span {
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
  margin-bottom: auto;
  display: block;
  font-family: Roboto;
  letter-spacing: 1px;
      color: #ffaa17;
}

.contact-btn h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: Roboto;
  letter-spacing: 0;
  margin-left: 40px;
}





/* ANIMATED X */
.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ANIMATED RIGHT ARROW */
.navbar-toggler.rarr {
  border: none;
}
.navbar-toggler.rarr:focus {
  outline: none;
}
.navbar-toggler.rarr[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  transform: translate3d(11px, 6px, 0) rotate(45deg);
  transform-origin: right top;
  width: 11px;
}
.navbar-toggler.rarr[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  /* transform: scale(0.75); */
}
.navbar-toggler.rarr[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  transform: translate3d(11px, -6px, 0) rotate(-45deg);
  transform-origin: right bottom;
  width: 11px;
}
.navbar-toggler.rarr .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.rarr .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.rarr .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: right top;
  width: 22px;
}
.navbar-toggler.rarr .icon-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.rarr .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: right bottom;
  width: 22px;
}

/* ANIMATED UP ARROW */
.navbar-toggler.uarr {
  border: none;
}
.navbar-toggler.uarr:focus {
  outline: none;
}
.navbar-toggler.uarr[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  transform: translate3d(1px, 0, 0) rotate(-45deg);
  transform-origin: center center;
  width: 11px;
}
.navbar-toggler.uarr[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.navbar-toggler.uarr[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  transform: translate3d(0px, -14px, 0) rotate(-135deg);
  transform-origin: right top;
  width: 11px;
}
.navbar-toggler.uarr .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.uarr .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.uarr .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  width: 22px;
}
.navbar-toggler.uarr .icon-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.uarr .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  width: 22px;
}

/* ANIMATED LEFT ARROW */
.navbar-toggler.larr {
  border: none;
}
.navbar-toggler.larr:focus {
  outline: none;
}
.navbar-toggler.larr[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  transform: translate3d(0px, 6px, 0) rotate(45deg);
  transform-origin: left top;
  width: 11px;
}
.navbar-toggler.larr[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  transform: translate3d(0px, -6px, 0) rotate(-45deg);
  transform-origin: left bottom;
  width: 11px;
}
.navbar-toggler.larr .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.larr .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.larr .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  width: 22px;
}
.navbar-toggler.larr .icon-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.larr .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  width: 22px;
}

/* ANIMATED PLUS */
.navbar-toggler.plus {
  border: none;
}
.navbar-toggler.plus:focus {
  outline: none;
}
.navbar-toggler.plus[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  transform: translate3d(0px, 6px, 0) rotate(90deg);
  transform-origin: center center;
}
.navbar-toggler.plus[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  transform: translate3d(0px, -6px, 0) rotate(-90deg);
  transform-origin: center center;
}
.navbar-toggler.plus .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.plus .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.plus .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.plus .icon-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.plus .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}

/* ANIMATED MINUS */
.navbar-toggler.minus {
  border: none;
}
.navbar-toggler.minus:focus {
  outline: none;
}
.navbar-toggler.minus[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 6px, 0);
}
.navbar-toggler.minus[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  transform: translate3d(0, -6px, 0);
}
.navbar-toggler.minus .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.minus .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.minus .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.minus .icon-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.minus .icon-bar:nth-of-type(3) {
  transform: translate3d(0, 0, 0) rotate(0deg);
}



@media only screen and (max-width:991px) {
  .extra-nav .extra-cell {
    margin-right: 10px
  }
  .dropdown-menu  a
  {
    text-align: center;
  }
  .sticky_style .dropdown-menu  a
  {
    text-align: center;
  }
  #mainMenu li > a
  {
            background: #fff;
        color: #004b9e;
  }
  #mainMenu li:first-child>a {
    border-radius:0;
}
  .main-header li.active > a
  {
    background: #ffaa17 !important;
    color: #041d38 !important
  }

}

@media only screen and (max-width:480px) {
  .extra-nav {
    margin: 0 1px 0 0;
    text-align: right
  }
}




.navbar-toggler
{
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  border: none;
  border-radius: 0;
  outline: none !important;
  top: 10px !important;
}
/* main-header end */
@media (max-width: 991px) {
  /*header starts*/

  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }

  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }
  .sticky_style .navbar-toggler
  {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
    top: 10px;
  }
  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .main-header .navbar-nav {
    margin-top: 20px;
  }

  .main-header .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;
  }

  /**/


  .main-header .navbar-toggler .icon-bar-1 {
    width: 10px;
    top: 0px;
  }

  .main-header .navbar-toggler .icon-bar-2 {
    width: 16px;
    top: 12px;
  }

  .main-header .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }

  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }

  .main-header .current .icon-bar-1 {
    width: 18px;
  }

  .main-header .current .icon-bar-2 {
    width: 30px;
  }

  .main-header .current .icon-bar-3 {
    width: 10px;
  }

  .main-header .navbar-toggler:hover .icon-bar {
    background-color: #fff;
  }

  .main-header .navbar-toggler:focus .icon-bar {
    background-color: #fff;
  }

  /*header ends*/
}

.bar-wave
{
  position: relative;
}
.bar-wave::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(./../images/bar-not-same.png);
  height: 193px;
  width: 100%;
  z-index: 1;
  content: "";
  background-position: bottom;
}


/*====================================================*/
/*====================================================*/
/*=============== agency_testimonial_area css ==============*/
.agency_testimonial_info {
  position: relative;
}
.agency_testimonial_info .testimonial_slider {
  max-width: 770px;
  border-radius: 6px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.06);
  padding: 50px;
}
.agency_testimonial_info .testimonial_slider .testimonial_item {
  z-index: 0;
  transition: all 0.2s linear;
}
.agency_testimonial_info .testimonial_slider .testimonial_item .author_img img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  border-radius: 50%;
}
.agency_testimonial_info .testimonial_slider .testimonial_item .author_description {
  margin-top: 18px;
  margin-bottom: 40px;
}
.agency_testimonial_info .testimonial_slider .testimonial_item .author_description h4 {
  margin-bottom: 5px;
}
.agency_testimonial_info .testimonial_slider .testimonial_item .author_description h6 {
  font: 400 14px/26px "Poppins", sans-serif;
  color: #959cb1;
}
.agency_testimonial_info .testimonial_slider .testimonial_item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
}
.agency_testimonial_info .testimonial_slider .active {
  position: relative;
  z-index: 9;
}
.agency_testimonial_info .testimonial_slider .owl-dots {
  text-align: center;
  bottom: 0px;
  position: relative;
  margin-top: 0px;
}
.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.2s linear;
  margin: 0px 2px;
}
.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #cfcfe7;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border: 0px;
  transition: all 0.2s linear;
}
.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot.active {
  border-color: #5e2ced;
}
.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot.active span {
  transform: scale(0);
}
.agency_testimonial_info .owl-prev, .agency_testimonial_info .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #f3f5f8;
  background-color: white;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.06);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.agency_testimonial_info .owl-prev:hover, .agency_testimonial_info .owl-next:hover {
  color: #fff;
  background: #5e2ced;
}
.agency_testimonial_info .owl-next {
  right: 0;
}

.stratup_testimonial_info
{
  position: relative;
}
.stratup_testimonial_info:before {
  content: "";
  background: url(./../images/testimonial_bg.png) no-repeat scroll center 0/contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.testimonial_area_five .stratup_testimonial_info:before {
  background: url(./../images/testimonial_bg_two-1.png) no-repeat scroll center 0/contain;
}

.stratup_testimonial_info {
  height: 550px;
  position: relative;
}

.testimonial_slider_four .item p {
    font-size: 15px;
    line-height: 36px;
    font-style: italic;
    margin-bottom: 40px;
    color: #fff;
    padding-right: 25px;
    padding-left: 25px;
}
.testimonial_slider_four h5
{
  color: #fff;
}

.testimonial_slider_four h6
{
  color: #ffffffb3;
}


.testimonial_slider_four .item {
  text-align: center;
  color: #fff;
}

.testimonial_slider_four {
  padding: 0px 70px;
}

.testimonial_title {
  position: relative;
  padding-bottom: 90px;
}
.testimonial_title .owl-next {
  left: 60px;
}
.testimonial_title .owl-prev, .testimonial_title .owl-next {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #e0e4ed;
  text-align: center;
  font-size: 14px;
  color: #677294;
  border-radius: 50%;
  line-height: 48px;
  transition: all 0.3s linear;
  cursor: pointer;
  background: transparent;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 7px 18px 0px rgba(16, 31, 60, 0.25);

}
.testimonial_slider_four .item {
  text-align: center;
  color: #fff;
}
.testimonial_slider_four .item .author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 35px;
}
.testimonial_slider_four .item img {
  width: auto;
}








/* Main Slider (Revolution Slider)
---------------------------------------- */

.tp-simpleresponsive .slider-button {
  color: #fff;
  border-radius: 40px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 600;
}
.tp-simpleresponsive .slider-button:before {
  content: "\f063";
}
.dark-slider .rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1111;
  background: #002b5e;
  background: -moz-linear-gradient(45deg, #002b5e 0%, #0059bf 100%);
  background: -webkit-linear-gradient(45deg, #002b5e 0%,#0059bf 100%);
  background: linear-gradient(45deg, #002b5e 0%,#0059bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b5e', endColorstr='#0059bf',GradientType=1 );
  opacity: .5
}
.scroll-effects-text {
  color: #eee !important;
}
.nowrap-normal {
  white-space: normal !important;
}
.px-15 {
  padding:0 15px !important;
}
.tp-parallax-wrap,
.tp-loop-wrap {
  width:100%;
}









.clean-shape-bx
{
  position: relative;
}

.clean-shape-bx:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 70%;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(100% 0,0 130%,0 0);
  -moz-clip-path: polygon(100% 0,0 130%,0 0);
  -webkit-clip-path: polygon(100% 0,0 130%,0 0);
  -o-clip-path: polygon(100% 0,0 130%,0 0);
  -ms-clip-path: polygon(100% 0,0 130%,0 0);
  background-color: #287ffa;
  display: none;
}

.clean-shape-bx:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 30%;
  right: 0;
  bottom: 0;
  z-index:-1;
  clip-path: polygon(100% 0,20% 100%,100% 100%);
  -moz-clip-path: polygon(100% 0,20% 100%,100% 100%);
  -webkit-clip-path: polygon(100% 0,20% 100%,100% 100%);
  -o-clip-path: polygon(100% 0,20% 100%,100% 100%);
  -ms-clip-path: polygon(100% 0,20% 100%,100% 100%);
  background-color: #ffaa17;
  display: none;
}
.bg-secondry {
/*  background-color: #001835!important;*/
background:#023577 !important;
padding: 35px 0px 35px 40px;
}
.bg-secondry p
{
  opacity: .8
}
.call-action.style1 .title {
    /*font-size: 48px;
    line-height: 58px;*/
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
  }

  .call-action.style1 .img-box {
    float: right;
    margin: -180px 0 0 0;
    width: 500px;
    z-index: 999
  }


  .border-rigt{
    border-right: 1px solid rgb(255 255 255 / 44%);
  }









/***

====================================================================
  Gallery Page Section
====================================================================

***/

  .gallery-page-section{
    position: relative;
    padding: 60px 0px 90px;
  }

  .gallery-tab{
    position:relative;
  }

  .gallery-tab .sec-title{
    margin-bottom:40px;
  }

  .gallery-tab .project-carousel .owl-nav,
  .gallery-tab .project-carousel .owl-dots{
    display:none;
  }

  .gallery-tab .tabs-header{
    position:relative;
  }

  .gallery-tab .product-tab-btns{
    position:relative;
    margin-bottom: 30px;
  }

  .gallery-tab .product-tab-btns .p-tab-btn{
    position:relative;
    cursor:pointer;
    color:#262626;
    font-weight:500;
    font-size:16px;
    display:inline-block;
    margin-bottom:10px;
    margin-left:15px;
    margin-right: 15px;
    text-transform:uppercase;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    font-family: 'Frank Ruhl Libre', serif;
  }

  .gallery-tab .product-tab-btns .p-tab-btn:last-child::after{
    display:none;
  }

  .gallery-tab .product-tab-btns .p-tab-btn:hover,
  .gallery-tab .product-tab-btns .p-tab-btn.active-btn{
    color:#ffaa17;
  }

  .gallery-tab .p-tabs-content{
    position:relative;
    display:block;
  }
  .accordion-body a{
    font-size: 10px !important;
  }
  .accordion-button{
    padding: 5px !important;
  }
  .accordion-body
  {
    padding: 0 !important;
  }
  .accordion-button{
    font-size: 14px !important;
  }

  .fw-bold
  {
    font-size: 20px;
  }
  .clr-white{
    font-size: 14px !important;
    color: #000 !important;
  }

  .gallery-tab .p-tabs-content .gallery-page-carousel{
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .gallery-page-section .owl-carousel .owl-stage-outer{
    overflow: visible;
  }

  .gallery-tab .p-tab{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    visibility:hidden;
  }

  .gallery-tab .p-tab.active-tab{
    position:relative;
    visibility:visible;
    z-index:5;
  }

/*Gallery Block Two*/

.gallery-block-two{
  position: relative;
}

.gallery-block-two .inner-box{
  position: relative;
}

.gallery-block-two .inner-box .image{
  position: relative;
}

.gallery-block-two .inner-box .image img{
  position: relative;
  width: 100%;
  display: block;
}

.gallery-block-two .inner-box .lower-content{
  position: relative;
  padding-top: 24px;
  text-align: center;
}

.gallery-block-two .inner-box .lower-content h3{
  position: relative;
  color: #262626;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 25px;
}

.gallery-block-two .inner-box .lower-content h3 a{
  position: relative;
  color: #262626;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.gallery-block-two .inner-box .lower-content h3 a:hover{
  color: #ffaa17;
}

.gallery-block-two .inner-box .lower-content .view-images{
  position: relative;
  color: #ffaa17;
  font-size: 18px;
  font-weight: 500;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.gallery-block-two .inner-box .lower-content .view-images .arrow{
  position: relative;
  margin-right: 10px;
}

.gallery-block-two .inner-box .lower-content .view-images:hover{
  position: relative;
  color: #262626;
}

.gallery-page-section .p-tab.active-tab .gallery-block-two{
  -webkit-transform:scaleY(1);
  -ms-transform:scaleY(1);
  -o-transform:scaleY(1);
  -moz-transform:scaleY(1);
  transform:scaleY(1);
}

.gallery-page-section .p-tab .gallery-block-two{
  transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -webkit-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  -webkit-transform:scaleY(0);
  -ms-transform:scaleY(0);
  -o-transform:scaleY(0);
  -moz-transform:scaleY(0);
  transform:scaleY(0);
}

.gallery-page-section .owl-dots{
  position: relative;
}

.gallery-page-section .owl-nav{
  position:absolute;
  bottom: 80px;
  width: 100%;
}

.gallery-page-section .owl-nav .owl-prev{
  position: absolute;
  left: 0px;
  top: 0px;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.gallery-page-section .owl-nav .owl-next{
  position: absolute;
  right: 0px;
  top: 0px;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.gallery-page-section .owl-nav .owl-prev:hover,
.gallery-page-section .owl-nav .owl-next:hover{
  color: #ffaa17;
}

.gallery-page-section .owl-carousel .owl-stage-outer .owl-item .gallery-block-two .inner-box{
  opacity: 0.8;
}

.gallery-page-section .owl-carousel .owl-stage-outer .owl-item.active .gallery-block-two .inner-box{
  opacity: 1;
}

/***

====================================================================
  Gallery Section Three
====================================================================

***/

.gallery-section-three{
  position:relative;
  padding: 60px 0px 70px;
}

/* Gallery Block Three */

.gallery-block-three{
  position:relative;
  margin-bottom: 0;
  padding: 5px;
  padding: 0 5px 10px;
}

.gallery-block-three .inner-box{
  position:relative;
  width:100%;
  overflow:hidden;
  border-radius: 8px;


}
.image-box img{
  -webkit-transition:all 900ms ease-in-out;
  -ms-transition:all 900ms ease-in-out;
  -o-transition:all 900ms ease-in-out;
  transition:all 900ms ease-in-out;
}
.gallery-block-three .inner-box:hover .image-box img
{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-block-three .image-box{
  position:relative;
  display:block;
  margin-bottom: 0px;
}

.gallery-block-three .image-box img{
  position:relative;
  display:block;
  width:100%;
}
.overlay-pad
{
  padding: 20px;
}
.gallery-block-three .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  color:#ffffff;
  text-align:center;
  -webkit-transition:all 900ms ease;
  -ms-transition:all 900ms ease;
  -o-transition:all 900ms ease;
  transition:all 900ms ease;
}

.gallery-block-three .overlay-box:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 90%;
  height: 90%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background: #ffaa17d1;
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.gallery-block-three .inner-box:hover .overlay-box:before{
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-block-three .inner-box:hover .overlay-box{
  opacity:1;
}

.gallery-block-three .inner-box .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:90%;
  height:90%;
  display:table;
  vertical-align:middle;
  padding:10px 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-block-three .inner-box .overlay-inner .content{
  position:relative;
  display:table-cell;
  vertical-align:middle;
}

.gallery-block-three .inner-box .overlay-inner .link{
  position:relative;
  font-size:20px;
  color:#ffffff;
  width:50px;
  height:50px;
  line-height:52px;
  margin:0px 5px;
  display:inline-block;
  background-color:#002f68;
  transition:all .9s ease;
  -webkit-transition:all.9s ease;
  -ms-transition:all .9s ease;
  -o-transition:all .9s ease;

}

.gallery-block-three .inner-box .overlay-inner .link .icon{
  position:relative;
}

.gallery-block-three .overlay-inner .link:hover{
  color:#ffaa17;

}

/***

====================================================================
  Gallery Section Four
====================================================================

***/

.gallery-section-four{
  position: relative;

}

.gallery-section-four .filters{
  margin-bottom:50px;
  text-align:center;
}

.gallery-section-four .filters .filter-tabs{
  position:relative;
  display:inline-block;
}

.gallery-section-four .filter-list{
  padding:0px 15px;
}

.gallery-section-four .filters li{
  position: relative;
  display: inline-block;
  color: #262626;
  padding:12px 18px 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #002f68;
  color: #fff;
  border-radius: 4px;
}

.gallery-section-four .filters .filter.active,
.gallery-section-four .filters .filter:hover{
  color:#000;
  background-color: #ffaa17;
}

.gallery-section-four .btn-box{
  margin-top: 20px;
}
.sortable-masonry
{
  position: relative;
  z-index: 9
}





/*common*/
.title-white
{
  color: #fff !important;
  z-index: 999;
  position: relative;
  margin-bottom: 50px
}
.title-white h2
{
  color: #fff !important;
  z-index: 9;
  position: relative;
}
.section-title
{
  margin-bottom: 40px
}
.no-mar
{
  margin: 0
}
.overlay-black-dark_1
{
  position: relative;

}

.order-section
{
  position: relative;
}
.pos-rel
{
  position: relative;z-index: 9
}
.overlay-black-dark, .overlay-black-dark_1
{
  position: relative;
  background-image: url(./../images/upvc-windows-price.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.overlay-black-dark:after, .overlay-black-dark_1:after {
  opacity: 0.8;
}

.overlay-black-dark_1:after {
  opacity: 0.8;
}
.overlay-black-dark:after, .overlay-black-dark_1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
.overlay-black-dark:after {
  background: #002b5e;
  background: -moz-linear-gradient(45deg, #002b5e 0%, #0059bf 100%);
  background: -webkit-linear-gradient(45deg, #002b5e 0%,#0059bf 100%);
  background: linear-gradient(45deg, #002b5e 0%,#0059bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b5e', endColorstr='#0059bf',GradientType=1 );
  background: #000;
  opacity: .69;
}

.overlay-black-dark_1:after {
  background: #287ffa;
  background: -moz-linear-gradient(45deg, #287ffa 0%, #0059bf 100%);
  background: -webkit-linear-gradient(45deg, #287ffa 0%,#0059bf 100%);
  background: linear-gradient(45deg, #287ffa 0%,#0059bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287ffa', endColorstr='#0059bf',GradientType=1 );
  background: #000;
  opacity: .69;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .banner_area_1
  {
    height: auto;
    padding-top: 50px;
    min-height: 500px;
  }

  h2
  {
    font-size: 30px;
  }
  h4 {
    font-size: 18px;
  }
  p
  {
    font-size: 14px;
  }
  .bg-secondry {
    background-color: #002f68!important;
    padding:25px 15px;
  }
  .banner_area_1 .s_round.one, .banner_area_1 .s_round.two, .banner_area_1 .s_round.three, .banner_area_1 .s_round.four
  {
    display: none;
  }
  .clean-shape-bx:after {

    clip-path:polygon(88% 0,0 82%,0 0);
    -moz-clip-path: polygon(88% 0,0 82%,0 0);
    -webkit-clip-path: polygon(88% 0,0 82%,0 0);
    -o-clip-path:polygon(88% 0,0 82%,0 0);
    -ms-clip-path: polygon(88% 0,0 82%,0 0);
  }
  .clean-shape-bx:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 32%;
    right: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(100% 0,0% 100%,100% 100%);
    -moz-clip-path: polygon(100% 0,0% 100%,100% 100%);
    -webkit-clip-path: polygon(100% 0,0% 100%,100% 100%);
    -o-clip-path: polygon(100% 0,0% 100%,100% 100%);
    -ms-clip-path: polygon(100% 0,0% 100%,100% 100%);
    background-color: #ffaa17;
  }
  .banner_area_1 .owl-nav, .banner_area_1 .owl-dots
  {
    display: none;
    visibility: hidden;
  }
  .vs-btn {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
    vertical-align: middle;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    border: none;
    margin-right: 15px;
  }
  .vs-btn i {
    display: inline-block;
    margin-left: 11px;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #fff;
    line-height: 27px;
    font-size: 14px;
    border-radius: 50%;
  }
  .border-rigt {
    border-right: 0px solid rgb(255 255 255 / 44%);
  }
  .section-title
  {
    margin-bottom: 15px;
    margin-top: 15px !important;
  }
  .about-intro .left-side .content-box p {
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .bjgk-section-title h2 {
    font-size: 23px;
  }
  .bjgk-section-title br
  {
    display: none;
  }
  .title-white {
    color: #fff !important;
    z-index: 999;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .about-content-1 {
    padding-top: 100px;
    position: relative;
    right: 0;
    padding: 15px !Important;
  }
  .heading1 {
    font-size: 27px;
    line-height: 40px;
  }
  .sub-title {
    color: #ff0047;
    font-size: 16px;
  }
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .num-year {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 33px;
  }
  .experience {
    font-size: 14px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    max-width: 70px;
  }
  .circle-cont {

    border: 12px solid;
    text-align: center;
    box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
    position: absolute;
    left: -10%;
    top: -10%;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #ff0047 !important;
    padding: 20px 28px 20px 28px;
    -webkit-box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
    -moz-box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
    box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
  }
  .inner-img-2 img {
    border-radius: 50%;
    border: 12px solid #cbcbca;
    text-align: center;
    box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
    position: absolute;
    /* left: -50px; */
    bottom: 0;
    right: -13%;
    -webkit-box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
    -moz-box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
    box-shadow: 0px 5px 50px 0px rgba(8,39,90,0.15);
    position: absolute;
    max-width: 150px;
    max-height: 150px;
  }
  .about-features .sngle-features .counter-box {
    text-align: center;
    color: #ffaa17;
    font-weight: 700;
    font-size: 30px;
    line-height: 84px;
    font-family: "Oswald", sans-serif;
  }
  .testimonial_slider_four .item p {
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
  }
  .testimonial_slider_four h6 {
    color: #ffffffb3;
    font-weight: 500;
  }
  .testimonial_slider_four .item .author_img
  {
    display: none;
    visibility: hidden;
  }
    /*.testimonial_slider_four.owl-carousel
    {
      margin-top: -190px
    }*/
    .stratup_testimonial_info {
      height: 374px;
      position: relative;
    }
    .testimonial_title {
      position: relative;
      padding-bottom: 0px;
    }
    .testimonial_area_five .owl-prev, .testimonial_area_five .owl-next
    {
      display: none;
      visibility: hidden;
    }

    .sect-testi {
      /* background-color: #edf2f9; */
      content: '';
      height: 100%;
      width: 100%;
      background-image: url(./../images/test-1.jpg);
      background-size: cover;
      background-position: left top;
      background-repeat: no-repeat;

      background-attachment: fixed;
    }
    {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 1;
      background-size: cover;
      background-position: top left;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }
    .gallery-section-four .filters li {

      margin-bottom: 10px;
    }
  }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}


























/*why choose  us*/
:root{
  --main-color1: #CE208C;
  --main-color2: #fe6223;
  --main-color3: #60aa31;
  --main-color4: #0476ae;
}
.services-item-carousel-two .serviceBox{
  color: #555;
  font-family: 'Varela Round', sans-serif;
  text-align: center;
  padding: 0 10px;
}
.services-item-carousel-two .serviceBox .service-icon{
  background-color: #fff;
  line-height: 104px;
  height: 130px;
  width: 130px;
  padding: 6px;
  margin: 0 auto 50px;
  border: 7px solid var(--main-color1);
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
}
.services-item-carousel-two .serviceBox .service-icon:before,
.services-item-carousel-two .serviceBox .service-icon:after{
  content: '';
  background-color: var(--main-color1);
  height: 60px;
  width: 7px;
  opacity: 0;
  transform: translateX(-50%) rotateY(180deg);
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  transition: all 0.3s;
}
.services-item-carousel-two .serviceBox .service-icon:after{
  top: 0;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border: 7px solid var(--main-color1);
  border-radius: 50%;
  transform: translateX(-50%) rotateY(0);
}
.services-item-carousel-two .serviceBox .service-icon:before{
  opacity: 1;
  transform: translateX(-50%) rotateY(0);
}
.services-item-carousel-two .serviceBox .service-icon:after{
  opacity: 1;
  top: 138%;
}
.services-item-carousel-two .serviceBox .service-icon span{
  background: linear-gradient(to bottom right, rgba(0,0,0,0.25),#fff,#fff);
  font-size: 60px;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 0 2px rgba(0,0,0,0.25);
  display: block;
  transition:all .3s ease 0.1s;
}
.services-item-carousel-two .serviceBox .service-icon span:hover{

  box-shadow: -2px 2px 0 2px rgba(0,0,0,0.25);

}
.services-item-carousel-two .serviceBox .title{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 0 0 0;
  margin: 0 0 10px;
  border-top: 7px solid rgba(0,0,0,0.1);
  border-radius: 35%;
  display: block;
  transition:all .3s ease 0.1s;
}
.services-item-carousel-two .serviceBox .title{
  color: var(--main-color1);
  border-top-color: var(--main-color1);
}
.serviceBox a
{
  color: #333
}
.services-item-carousel-two .serviceBox .description{
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}
.services-item-carousel-two .serviceBox.orange .service-icon,
.services-item-carousel-two .serviceBox.orange .service-icon:after{border-color: var(--main-color2);}
.services-item-carousel-two .serviceBox.orange .service-icon:before{background-color: var(--main-color2);}
.services-item-carousel-two .serviceBox.orange .title{
  color: var(--main-color2);
  border-color: var(--main-color2);
}
.services-item-carousel-two .serviceBox.green .service-icon,
.services-item-carousel-two .serviceBox.green .service-icon:after{border-color: var(--main-color3);}
.services-item-carousel-two .serviceBox.green .service-icon:before{background-color: var(--main-color3);}
.services-item-carousel-two .serviceBox.green .title{
  color: var(--main-color3);
  border-color: var(--main-color3);
}
.services-item-carousel-two .serviceBox.blue .service-icon,
.services-item-carousel-two .serviceBox.blue .service-icon:after{border-color: var(--main-color4);}
.services-item-carousel-two .serviceBox.blue .service-icon:before{background-color: var(--main-color4);}
.services-item-carousel-two .serviceBox.blue .title{
  color: var(--main-color4);
  border-color: var(--main-color4);
}
@media only screen and (max-width:990px){
  .services-item-carousel-two .serviceBox{ margin: 0 0 30px; }
}





/*Social media icon anim*/
.label-container{
  position:fixed;
  bottom:48px;
  right:105px;
  display:table;
  visibility: hidden;
}

.label-text{
  color:#FFF;
  background:rgba(51,51,51,0.5);
  display:table-cell;
  vertical-align:middle;
  padding:10px;
  border-radius:3px;
}

.label-arrow{
  display:table-cell;
  vertical-align:middle;
  color:#333;
  opacity:0.5;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#ff0047;
  color:#FFF;
  border-radius:50px;
  font-size: 25px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
  z-index:1000;
  animation: bot-to-top 2s ease-out;
}

.social-anim{
  position:fixed;
  right:40px;
  padding-bottom:20px;
  bottom:80px;
  z-index:100;
}

.social-anim li{
  list-style:none;
  margin-bottom:10px;
}

.social-anim li a{
  background-color:#ff0047;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
  width:60px;
  height:60px;
  display:block;
  font-size: 25px;
}

.social-anim:hover{
  visibility:visible!important;
  opacity:1!important;
}


.my-float{
  font-size:24px;
  margin-top:18px;
}

a#menu-share + ul{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
  animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
  animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
  0%   {bottom:-40px}
  50%  {bottom:40px}
}

@keyframes scale-in {
  from {transform: scale(0);opacity: 0;}
  to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

@keyframes rotate-out {
  from {transform: rotate(360deg);}
  to {transform: rotate(0deg);}
}

.phn-anim
{
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 3s ease-in-out infinite;
}

@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(.5) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(0.5) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}


.phn-anim-1
{
  -webkit-animation: phone-icon-animates 1s ease-in-out infinite;
  animation: phone-icon-animates 3s ease-in-out infinite;
}

@-webkit-keyframes phone-icon-animates {
  0%,
  100% {
    transform:  scale(.5) skew(1deg);
  }
  10% {
    transform:  scale(1) skew(1deg);
  }
  20%,
  40% {
    transform:  scale(1) skew(1deg);
  }
  30% {
    transform:  scale(1) skew(1deg);
  }
  50% {
    transform: scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animates {
  0%,
  100% {
    transform: scale(0.5) skew(1deg);
  }
  10% {
    transform:  scale(1) skew(1deg);
  }
  20%,
  40% {
    transform:  scale(1) skew(1deg);
  }
  30% {
    transform:  scale(1) skew(1deg);
  }
  50% {
    transform: scale(1) skew(1deg);
  }
}
.xs-wel
{
  text-shadow: 0 4px 0px #6b6d6f;
  display: none;
}


.wave {
  background-image: url(../images/wave.png);
  height: 210px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.wave1 {
  background-image: url(../images/wave1.png);

}


.bg-fixed, .bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}




.email-signature{
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 0;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.email-signature:after{
  content: '';
  background: #efefef;
  width: 110px;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 59%;
  z-index: -1;
  clip-path:polygon(35% 0, 100% 50%, 35% 100%, 15% 100%, 80% 50%, 15% 0);
}
.email-signature .signature-icon{
  color: #fff;
  background: #45546b;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  width: 120px;
  height: 120px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.email-signature .signature-content{
  background-color: #fe2400;
  width: 50%;
  padding: 30px 70px 30px 15px;
  margin: 0;
  list-style: none;
  display: inline-block;
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}
.email-signature .signature-content li{
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}
.email-signature .signature-content li:last-child{ margin-bottom: 0; }
.email-signature .signature-content li i{
  color: #fff;
  background: #45546b;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  border-radius: 20px 20px;
}
.email-signature .signature-details{
  color: #45546b;
  background: #ffbb00;
  text-align: center;
  width: 50%;
  padding: 20px 15px 20px 70px;
  vertical-align: top;
  display: inline-block;
  transform: translateY(50%);
  clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 50%, 25% 0);
}
.email-signature .title{
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.email-signature .post{
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width:576px){
  .email-signature:after{
    transform: translateX(0);
    width: 100%;
    height: 100px;
    left: 0;
    clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
  }
  .email-signature .signature-icon{
    transform: translateX(-50%) translateY(0);
    top: 150px;
    left: 50%;
  }
  .email-signature .signature-details,
  .email-signature .signature-content{
    width: 100%;
    text-align: center;
  }
  .email-signature .signature-details{
    padding: 75px 15px 20px;
    transform: translateY(0);
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 100%, 0 100%);
  }
  .email-signature .signature-content{
    padding: 20px 20px 80px;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }
}



.window-style-4{
  color: #999;
  font-family: 'Poppins', sans-serif;

  padding: 10px 0 15px;
  position: relative;
  margin-bottom: 25px;
  /* border-radius: 0 0 50% 50%; */
}
.product-styl{
  border-radius: 10px 10px 30px 30px !important;
  padding-bottom: 50px !important;
}
.product-styl th {
  background-color: #ffaa17;
  color: #333;
}
.window-style-4 .icon-box
{
text-align: center;
    background: #f8f7f4e3;
    border-radius: 10% 10% 20% 20%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 5px solid #fece00;
    box-shadow: 0px 9px 21px #ccc;
}
.window-style-4 .icon-box1 {
   text-align: center;
  background: #ffffff;
  border: none;
  border-radius: 0 0 50% 50%
}
.window-style-4 .icon-box1 img
{
   text-align: center;
  border-radius: 0 0 50% 50%;
  border-bottom: 5px solid #fece00;
}
.window-style-4 .title, .window-style-4 .service-icon{
  text-align: center;
}
.window-style-4:before,
.window-style-4:after{
  content: "";
  background: #be9b07;
  width: 150px;
  height: 10px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}
.window-style-4 h2
{
  padding-top: 10px;
  padding-bottom: 15px;
}
.window-style-4 a{
  color: red;
}
strong, .feature-grid
{
  font-size: 14px;
}
.window-style-4:after{
  width: 80%;
  height: 15px;
  border-radius: 0 0 10px 10px;
  top: auto;
  bottom: 0;
  clip-path: none;
  /* border-radius: 0 0 50% 50%; */
  display: none;
}
.window-style-4 .service-content{
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px 10px 50% 50%;
  box-shadow: -1px 0 5px rgba(0,0,0,0.1);
  padding-bottom: 0;
  border: 1px solid #d7d5d5;
  border-top: none;
  border-bottom: none;
}
.window-style-4 img{
  max-width: 55%;
}
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 10px;
  }
  .feature-grid div {
    background: #ffaa17;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #252424;
  }
.window-style-4 .service-content:before{
  content: "";
  background: #ffaa17;
  width: 128px;
  height: 100px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.window-style-4 .service-icon{
  color: #77787a;
  background: linear-gradient(to left, #dedfe1, #f3f3f3);
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
  position: relative;
  z-index: 1;
}
.window-style-4 .service-icon:before{
  content: "";
  background: linear-gradient(to right, #dedfe1, #f3f3f3);
  width: 88%;
  height: 88%;
  border-radius: 50%;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.window-style-4 .title{
  color: #1e5270;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.window-style-4 .description{
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.window-style-4.green:before{ background: #719e2a; }
.window-style-4.green:after,
.window-style-4.green .service-content:before{
  background: #85bc16;
}
.window-style-4.blue:before{ background: #1B8E9B; }
.window-style-4.blue:after,
.window-style-4.blue .service-content:before{
  background: #28B7C5;
}
.window-style-4.blue .title{ color: #28B7C5; }

.window-style-4.purple:before{ background: #83235D; }
.window-style-4.purple:after,
.window-style-4.purple .service-content:before{
  background: #A83475;
}
.window-style-4.purple .title{ color: #A83475; }
.window-style-4.green .title{ color: #85bc16; }
@media only screen and (max-width:990px){
  .window-style-4{ margin: 0 0 30px; }
}

/***

====================================================================
  Window Page Section
====================================================================

***/

.windows-page-section{
  position: relative;
  padding: 55px 0px 60px;
  background-color: #ebf2f3 !important;
}

.windows-page-section .title-box{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.windows-page-section .title-box h2{
  position: relative;
  color: #262626;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
}

.windows-page-section .title-box .text{
  position: relative;
  font-size: 24px;
  line-height: 1.6em;
  margin-top: 3px;
  color:#7c7b7b;
  font-family: 'Frank Ruhl Libre', serif;
}

.windows-page-section .title-box .text a{
  position: relative;
  color: #ffaa17;
}

/*Page Nav Outer*/

.window-nav-outer{
  position: relative;
  margin-bottom: 75px;
}

.window-nav-outer .window-nav{
  position: relative;
  padding: 0px 50px;
  border-radius:50px 50px 50px 50px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.window-nav-outer .window-nav li{
  position: relative;
  float: left;
  width:20%;
  text-align: center;
}

.window-nav-outer .window-nav li a:after{
  position:absolute;
  content: '';
  right: 0px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  background-color: #eef2ed;
}

.window-nav-outer .window-nav li:last-child a::after{
  display:none;
}

.window-nav-outer .window-nav li a{
  position: relative;
  width: 100%;
  margin-top: -5px;
  margin-bottom: -5px;
  color: #262626;
  font-size: 22px;
  font-weight: 400;
  padding: 33px 15px;
  display: inline-block;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.window-nav-outer .window-nav li.active a::after,
.window-nav-outer .window-nav li a:hover::after{
  display:none;
}

.window-nav-outer .window-nav li a:hover,
.window-nav-outer .window-nav li.active a{
  color: #ffffff;
  background-color: #fece00;
}

.windows-page-section .content-column{
  position: relative;
}

.windows-page-section .content-column .inner-column{
  position: relative;
}

.windows-page-section .content-column .inner-column .blocks-outer{
  position: relative;
  margin-bottom: 30px;
}

.windows-page-section .content-column h2{
  position: relative;
   font-size: 24px;
  font-weight: 500;
  color: #262626;
  /* line-height: 1.4em; */
  margin-bottom: 0 !important;
  text-transform: capitalize;
}

.windows-page-section .content-column .text{
  position: relative;
}

.windows-page-section .content-column .text p{
  position: relative;
  color: #7c7b7b;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 25px;
}

.windows-page-section .content-column .text .image{
  position: relative;
  margin-bottom: 50px;
}

.windows-page-section .content-column .text .image-gallery{
  position:relative;
  margin-bottom: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.windows-page-section .content-column .text .image-gallery:before{
  position:absolute;
  content: '';
  right: 0px;
  top: 30px;
  bottom: 0px;
  left: 30px;
  border: 1px solid #eef2ed;
}

.windows-page-section .content-column .text .image-gallery .before{
  position:absolute;
  left: 20px;
  top: 20px;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 20px 3px;
  background-color: #ffffff;
}

.windows-page-section .content-column .text .image-gallery .after{
  position:absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 20px 3px;
  background-color: #ffffff;
}

.windows-page-section .content-column .text .image-gallery .image-column{
  position:relative;
  padding: 0px;
  float: left;
}

.windows-page-section .content-column .text .image-gallery .image-column img{
  width:100%;
  display: block;
}

.windows-page-section .content-column h3{
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #262626;
  line-height: 1.4em;
  margin-bottom: 14px;
  text-transform: capitalize;
}

/*Instalation Block*/

.instalation-block{
  position: relative;
}

.instalation-block .inner-block{
  position: relative;
  padding-left: 60px;
  padding-bottom: 30px;
}

.instalation-block .inner-block:before{
  position:absolute;
  content: '';
  left: 11px;
  top: 10px;
  width: 1px;
  bottom: 10px;
  background-color: #dde2db;
}

.instalation-block:last-child .inner-block:before{
  display:none;
}

.instalation-block .inner-block .icon-box{
  position:absolute;
  left: 0px;
  top: 6px;
  color: #609f4e;
  font-size: 26px;
  line-height: 1em;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.instalation-block .inner-block h4{
  position: relative;
  color: #262626;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}

.instalation-block .inner-block .instalation-text{
  position: relative;
  color: #7c7b7b;
  font-size: 18px;
  line-height: 1.6em;
}

.instalation-block.alternate{
  margin-bottom:30px;
}

.instalation-block.alternate .inner-block{
  padding-bottom: 0px;
}

.instalation-block.alternate .inner-block:before{
  display: none;
}

/*Choosing Section*/

.choosing-section{
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 20px;
  border-top: 1px solid #eef2ed;
  border-bottom: 1px solid #eef2ed;
}

.choosing-section .inner-section{
  position: relative;
  padding-left: 210px;
}

.choosing-section .inner-section h3{
  position: absolute;
  left: 0px;
  color: #fdce00;
  font-weight: bold;
}

.choosing-section .inner-section .inner-blocks{
  position: relative;
  padding-left: 45px;
  border-left: 1px solid #ffffff;
}

.choosing-section.alternate{
  margin-top:50px;
}

.choosing-section.alternate h3{
  margin-bottom:35px;
}

/*Choose Block*/

.choose-block{
  position: relative;
  margin-bottom: 50px;
}

.choose-block.alternate{
  margin-bottom:0px;
}

.choose-block .inner-block{
  position: relative;
  text-align:center;
}

.choose-block .inner-block .icon-box{
  position: relative;
  color: #fece00;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 15px;
}

.choose-block .inner-block .block-title{
  position: relative;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Frank Ruhl Libre', serif;
}

.choose-block .inner-block .choose-text{
  position:relative;
  color: #7c7b7b;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 15px;
}

.choose-block.style-two .inner-block{
  text-align:left;
}

/*Repair section*/

.repair-section{
  position: relative;
  padding-top: 50px;
}

.repair-section .inner-blocks{
  position: relative;
  margin-top: 50px;
  padding-right: 200px;
}

.repair-block{
  position: relative;
  margin-bottom: 85px;
  z-index: 1;
}

.repair-block .inner-block{
  position: relative;
  text-align: center;
}

.repair-block .inner-block .number-box{
  position: relative;
  width: 70px;
  height: 40px;
  color: #7c7b7b;
  margin: 0 auto;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 35px;
  background: #e9ede7;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.repair-block .inner-block .number-box:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 0;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 20px solid #e9ede7;
}

.repair-block .inner-block .number-box:after{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid #e9ede7;
}

.repair-block .inner-block:hover .number-box{
  background-color: #fece00;
  color: #ffffff;
}

.repair-block .inner-block:hover .number-box:before{
  border-bottom-color: #fece00;
}

.repair-block .inner-block:hover .number-box:after{
  border-top-color: #fece00;
}

.repair-block .inner-block .number-box .number{
  position: relative;
}

.repair-block .inner-block .repair-heading{
  position: relative;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: 'Frank Ruhl Libre', serif;
}

.repair-block .inner-block .repair-text{
  position: relative;
  color: #7c7b7b;
  font-size: 18px;
  line-height: 1.5em;
}

.repair-section .inner-blocks .repair-image{
  position: absolute;
  right: 0px;
  top: 0px;
}

/*Windows Blocks*/

.windows-blocks{
  position: relative;
}

.windows-blocks.alternate{
  margin-top: 50px;
}

.window-block{
  position: relative;
  margin-bottom: 40px;
}

.window-block .inner-block{
  position: relative;
  border: 1px solid #eef2ed;
  overflow: hidden;
}

.window-block .inner-block .content{
  position: relative;
  float: left;
  z-index: 1;
  padding: 34px 0px 34px 25px;
}

.window-block .inner-block .icon-box{
  position: relative;
  color: #262626;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 20px;
}

.window-block .inner-block .window-heading{
  position: relative;
  color: #262626;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 25px;
  text-align: right;
  margin-left:0;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-family: 'Frank Ruhl Libre', serif;
}

.window-block .inner-block:hover .window-heading{
  margin-left:40px;
}

.window-block .inner-block:hover  .image{
  right: -131px;
}


.window-block .inner-block .window-heading a{
  position: relative;
  color: #262626;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  font-family: 'Frank Ruhl Libre', serif;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-family: "Oswald", sans-serif;
}

.window-block .inner-block .download:hover,
.window-block .inner-block .window-heading a:hover{
  color: #302e2e;
  box-shadow: 0px -9px 10px -11px #000;
}

.window-block .inner-block .download{
  position: relative;
  color: #262626;
  font-size: 22px;
  font-weight: 700;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-family: "Oswald", sans-serif;
  /* background: #fece00; */
  padding: 5px 15px;
  border: 3px solid #e7e6e287;
  box-shadow: 0px 9px 18px -11px #000;
  border-radius: 45%;
}

.window-block .inner-block .download .arrow{
  position: relative;
  top: 1px;
  margin-right: 5px;

}

.window-block .inner-block .image{
  position: absolute;
  right: -15%;
  max-width: 220px;
  float: revert;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: .5
}

.services-widget{
  position:relative;
  margin-bottom: 50px;
}
.title-pad
{
  padding-bottom: 25px;
}
.services-widget .widget-content{
  position:relative;
  padding: 30px 40px 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  background-color: #fff;
}




.order-block-icon li
{
  text-align: center;
}
.order-block-icon.order-icon-top .in {
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}
.order-block-icon .in {
  display: block;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  margin-top: 0;
  position: relative;
}

.order-block-icon li:after
{-webkit-animation:horizontal 5s ease infinite;
  animation:horizontal 5s ease infinite;
  position: absolute;
  left: 90%;
  top: 32%;
  height: 100%;
  width: 100%;
  background-image: url(./../images/arrow-icon.png);
  background-repeat: no-repeat;
  content: "";
  content: " ";
}
.order-block-icon li:last-child:after
{
  display: none;
}

.order-block-icon.order-icon-top .order-icon {
  font-size: 80px;
  text-align: center;
  margin: 0 auto 0px;
  display: inline-block;
  margin-bottom: 15px;
}

.order-block-icon .order-icon-text {
  font-weight: 700;
  font-family: 'Magra',serif;
  font-family: var(--font-headers),serif;
  font-weight: 700;
  font-size: 95px !important;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  line-height: initial;
  margin-bottom: -15px;
}

.order-block-icon .header {
  color: #02222f;
  margin-top: -18px;
}

.order-block-icon .descr {
  margin-top: -4px;
  padding: 0;
  font-family: 'Magra',serif;
  font-family: var(--font-headers),serif;
  font-weight: 700;
  font-size: 17px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #ffffff;
}


.main-timeline{
  font-family: 'Poppins', sans-serif;
  padding: 0;
  position: relative;
}

.main-timeline:after{
  content: '';
  display: block;
  clear: both;
}
.no-mar-top
{
  margin-top: 0 !important
}

.main-timeline .timeline{
  width: 65%;
  margin: 20px 0;
  padding: 30px 0 0 50px;
  float: left;
  position: relative;

}

.main-timeline .timeline-content{
  color: #333;
  background-color: #fff;
  padding: 10px 90px 10px 100px;
  border-radius: 20px;
  display: block;
  position: relative;
  /* border: 1px solid #e3dfdf; */
  box-shadow: 0 0 4px rgb(0 0 0 / 41%);
}

.main-timeline .timeline-content:hover{ text-decoration: none; }

.main-timeline .timeline-content:before{
  content: '';
  background: linear-gradient(to right bottom,#0D60A6,#0983D9);
  height: 125px;
  width: 125px;
  border-radius: 10px 0;
  position: absolute;
  left: -2%;
  top: 50%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transform: translateY(-50%);
}

.main-timeline .timeline-count{
  color: #fff;
  background: linear-gradient(to right bottom,#0D60A6,#0983D9);
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  line-height: 90px;
  height: 110px;
  width: 110px;
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: -10px;
  color: transparent;
  -webkit-text-stroke: .1px #fff;
  font-family: 'Magra',serif;
  font-family: var(--font-headers),serif;
}

.main-timeline .timeline-icon{
  color: #0D60A6;
  font-size: 40px;
  text-shadow: 0 0 5px rgba(0,0,0,0.1);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

.main-timeline .title{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
  color: #333;
}

.main-timeline .description{
  font-size: 14px;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0;
}

.main-timeline .timeline:nth-child(even){
  float: right;
  margin: 0 auto;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-count{
  background: linear-gradient(to right bottom, #E61B91,#C42484);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
  color: #C42484;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-count{
  background: linear-gradient(to right bottom, #0BC1A8,#31D2C3);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
  color: #0BC1A8;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-count{
  background: linear-gradient(to right bottom, #FF8C00,#FCB100);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
  color: #FF8C00;
}

.timeline1, .timeline2
{
  position: relative;
}
.timeline1:before {
  position: absolute;
  right: -10%;
  top: 48%;
  height: 100px;
  width: 100px;
  margin-right: -43px;
  background-image: url(./../images/arrow.png);
  background-repeat: no-repeat;
  content: "";
}
.timeline2:before {
  position: absolute;
  left: -15%;
  top: 48%;
  height: 100px;
  width: 100px;
  margin-right: -43px;
  background-image: url(./../images/arrow1.png);
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width:990px){
  .main-timeline .timeline{ margin: -30px auto 0; }
}

@media screen and (max-width:767px){
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even){
    width: 100%;
    min-height: 150px;
    padding: 20px 0 0 20px;
    margin: 0;
  }

  .main-timeline .timeline-content{ padding: 60px 20px 15px 20px; }

  .main-timeline .timeline-content:before{
    height: 90px;
    width: 150px;
    left: -10px;
    top: 30px;
  }
}

.main-timeline .timeline-icon{
  transform: translateY(0);
  top: 5px;
}

.main-timeline .timeline-count{
  font-size: 30px;
  line-height: 50px;
  height: 60px;
  width: 60px;
  border-width: 5px;
  left: 0;
}
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.order-section1
{
  background: #ff0047;
  color: #fff;
  padding: 25px 0;
}
.order-section h2
{
  color: #fff;
  font-weight: 500
}
.order-section h3
{
  color: #fff;
  font-weight: 500
}
@media screen and (max-width:567px){
  .main-timeline .title{ font-size: 18px; }
}



.counter-section.mt-negative {
  margin-top: -150px;
  position: relative;
  z-index: 22;
}

.counter-section .counter-inner {
  position: relative;
  background-color: #ffaa17;
  padding: 100px 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-section .counter-inner {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-inner {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .counter-section.mt-negative {
    margin-top: 0 !important;
  }
}

.counter-section .counter-inner::after {
  position: absolute;
  content: '';
  background-color: #041d38;
  left: 20px;
  right: 20px;
  bottom: -20px;
  top: 20px;
  z-index: -2;
}

.counter-section .counter-inner .counter-box {
  text-align: center;
  position: relative;
  z-index: 4;
}

@media (max-width: 767px) {
  .counter-section .counter-inner .counter-box {
    margin-bottom: 40px;
  }
}

.counter-section .counter-inner .counter-box h3 {
  font-size: 70px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-section .counter-inner .counter-box h3 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-inner .counter-box h3 {
    font-size: 50px;
  }
}

.counter-section.mt-negative {
  margin-top: -200px;
  position: relative;
  z-index: 22;
}
.counter-section .counter-inner .counter-box .title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-section .counter-inner .counter-box .title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-inner .counter-box .title {
    font-size: 16px;
  }
}

.counter-section .counter-inner span.big-text {
  font-size: 180px;
  font-family: "Oswald", sans-serif;
  /*font-weight: 700;*/
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  z-index: 1;
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-section .counter-inner span.big-text {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .counter-section .counter-inner span.big-text {
    font-size: 120px;
  }
}

@media (max-width: 399px) {
  .counter-section .counter-inner span.big-text {
    font-size: 80px;
  }
}

.img-set
{
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0;
  z-index: 99
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin-bottom: 55px;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #030f27;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: #ffaa17;
  border: none;
  transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #030f27;
  color: #ffaa17;
}

.portfolio .load-more {
  text-align: center;
}

.portfolio .load-more .btn {
  padding: 15px 35px;
  font-size: 16px;
  transition: .3s;
}

.portfolio .load-more .btn:hover {
  color: #ffaa17;
  background: #030f27;
}

.portfolio .portfolio-warp {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-img img {
  width: 100%;
  transition: .3s;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, .7);
  transition: .5s;
  opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio .portfolio-overlay p {
  margin: 0;
  color: #ffffff;
  text-align: center;


}

.portfolio .portfolio-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: #030f27;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 700;
  color: #ffaa17;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #030f27;
  background: #ffffff;
  border-radius: 0;
  transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
  color: #ffffff;
  background: #ffaa17;
}

.pad-bottom {
  padding-bottom: 215px;
}

.customer-logos {
  background-color: #111;
}

/* Slider */
.slick-slide {
  margin: 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
  /*border: 5px solid #0346b8;*/
  /* border-radius: 10px; */
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 0 15px;
  /* border: 2px solid #fff; */
}
.portfolio .portfolio-img img
{
  border: 2px solid #cccbc9;
  border-bottom: none;
}

.no-margin
{
  margin: 0px !important;
  display: block;
}
.main-bnr{
  position: relative;
  top: 00px;
  background: #ffaa17;
  background-image: url(./../images/upvc-windows-and-doors-manufacturer-madurai.jpg);
  background-size: cover;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;

  background-attachment: fixed;
}
.main-bnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px 25% 0px 100%;
  border-bottom: 9px solid #ffaa17;
}
.back-styl{
  border-radius: 0 0 50px 50px;
  background-color: #004b9e;
  border-top: 4px solid #ffaa17;
  border-bottom: 2px solid #ffaa17;
  margin-top: 5px;
}

.sticky_style .back-styl{
  margin-top: 0px !important;
  border-top: 0
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-head
  {
    text-align: center;
  }
  .testimonial_title
  {
    width: 100%
  }
  h3 {
    font-size: 25px;
  }
  .banner_area_1 {
    height: 100vh;
    min-height: 650px;
    padding-top: 0
  }
  .hidden-xs {
    display: none;
  }
  .xs-wel {
    display: block;
    color: #fff;
    text-shadow: 0 3px 0px #6b6d6f;
    padding-top: 50px;
    font-size: 27px;
  }
  body
  {
    overflow-x: hidden;
  }
  .main-header {
    position: relative;
    background: #002f68;
    top: 0;
  }
  .about-content-1 {
    padding-top: 0;
    position: relative;
    right: -25px;
  }
  .inner-img-2 img {
    width: 150px;
    border: 6px solid #cbcbca;
  }
  .num-year {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 36px;

  }
  .experience {
    font-size: 9px;
    margin-top: 0;
    color: #fff;
  }
  .circle-cont {
    padding: 20px 11px 20px 11px;
  }
  .heading1 {
    color: #08275a;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .sub-title {
    color: #ff0047;
    font-size: 18px;
  }
  .vs-btn {
    display: inline-block;
    font-size: 14px;
    padding: 4px;
    padding-left: 19px;
    vertical-align: middle;
    font-weight: 700;
  }
  .pt-4, .py-4 {
    padding-top: 0 !important;
  }
  .bjgk-headline h2
  {
    padding-top: 25px;
    font-size: 25px;
    padding-bottom: 0px;
  }
  .title-white {
    color: #fff !important;
    z-index: 999;
    position: relative;
    margin-bottom: 35px;
  }
  .service_left h5, .service_right h5 {

    font-size: 16px;
  }
  .pgk_col_box
  {
    padding: 15px;
  }




  .commercial p {
    color: #ff0047;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
  }
  .order-block-icon .order-icon-text {
    font-weight: 700;
    font-family: 'Magra',serif;
    font-family: var(--font-headers),serif;
    font-weight: 700;
    font-size: 55px !important;
  }
  .order-block-icon .descr {
    margin-top: -4px;
    padding: 0;
    font-family: 'Magra',serif;
    font-family: var(--font-headers),serif;
    font-weight: 700;
    font-size: 13px;
  }
  .order-block-icon .header {
    color: #02222f;
    margin-top: -10px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .vdo-1 .pl-30
  {
    padding: 30px
  }
  h2
  {
    font-size: 30px;
  }
  .testi-head
  {
    text-align: center;
  }
  .testimonial_title
  {
    width: 100%
  }
  .testimonial_slider_four .item p {
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 0px;
    color: #fff;
    padding: 71px;
  }
  .testimonial_slider_four .item .author_img
  {
    margin-bottom: 0
  }
  .about-intro .left-side .content-box p
  {
    margin-bottom: 0
  }
  .section-title {
    margin-bottom: 25px;
  }
  .section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pad-bottom {
    padding-bottom: 215px;
  }
  .phn-no a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 0;
    display: inline-block;
    line-height: 22px;
  }
  .main-timeline .timeline, .timeline2 {
    width: 93%;
    margin-bottom: 25px;
  }
  .timeline-content h3
  {
    color: #333
  }
  .main-timeline .title {
    font-size: 14px;
  }
  .main-timeline .timeline:nth-child(even) {
    float: right;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .main-timeline .timeline-content {
    color: #333;
    background-color: #fff;
    padding: 10px 49px 10px 89px;
  }

  .main-timeline h4 {
    font-size: 16px;
  }
  .window-block .inner-block .image {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 767px) {
  .num-year {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 33px;
  }
  .back-styl
  {
    margin-top: .1px;
    border-radius: 0;
  }
  .main-bnr{
    margin-top: 0;
  }
  .video-link .popup-video {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #ffaa17;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
  }

  .order-block-icon li:last-child
  {
    margin-bottom: 0
  }
  .order-block-icon .order-icon-text {
    font-weight: 700;
    font-family: 'Magra',serif;
    font-family: var(--font-headers),serif;
    font-weight: 700;
    font-size: 55px !important;
  }
  .order-block-icon .descr {
    margin-top: -4px;
    padding: 0;
    font-family: 'Magra',serif;
    font-family: var(--font-headers),serif;
    font-weight: 700;
    font-size: 13px;
  }
  .order-block-icon .header {
    color: #02222f;
    margin-top: -10px;
  }
  .pt-4, .py-4
  {
    padding-top: 0 !important
  }
  .hidden-xs
  {
    display: none;
  }
  .sect-whyuPVC:after {
    background-attachment: inherit;
  }
  .mar-top-neg {
    margin-top: -255px !important;
  }
  .xs-pad-btm
  {
    padding-bottom: 125px;
  }
  .no-pad-xs{
    padding: 0 !important
  }
  .contact-section {
    margin-top: -200px;
    margin-bottom: 25px;
  }
  .footer {
    padding-top: 25px;
  }
  .contact_home .contact-form {
    padding: 15px;
    background-color: #fff;
  }
  .contact_home .contact-info-list img {
    width: 100px;
    height: 100px;
  }
  .xs-wel
  {
    display: block;
    color: #fff;
    text-shadow: 0 3px 0px #6b6d6f;
    padding-top: 50px;
    font-size: 27px;
  }
  .xs-wel span
  {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .window-nav-outer .window-nav li{
   width: 100%
 }
 .window-nav-outer .window-nav li a {
  font-size: 16px;
  font-weight: 400;
  padding: 14px 15px;
  border-bottom: 1px solid #bcbbb8;
  margin-bottom: 0px
}
.order-block-icon li {
  text-align: center;
  margin-bottom: 75px;
}
.order-block-icon1 li:after
{
  position: absolute;
  left: 47%;
  top: 107%;
  height: 100%;
  width: 100%;
  background-image: url(./../images/arrow-icon1.png);
  background-repeat: no-repeat;
  content: "";
  content: " ";
}
.main-header .navbar-brand img {
  max-height: 55px;
  animation: fadeInLeft 0.4s both 0.4s;
}
.toggle-button
{
  display: none;
}
.section-padding.pad-bottom {
  padding-bottom: 115px !important;
}
.main-timeline .timeline-count {

  color: white;
}
.breadcrumb-section .breadcrumb-nav {
  padding: 5px;
  right: -20%;
  width: 40%;
}
.main-timeline .timeline-content {
  padding: 20px 20px 15px 20px;
  text-align: center;
}
.timeline1:before {
  right: 5%;
  top: 48%;
}
.timeline2:before
{

  background-image: url(./../images/arrow.png);
  background-repeat: no-repeat;
  content: "";
  left: auto;
  right: 5% !important;
  top: 48%;
}
.order-section h2 {
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.windows-page-section .title-box .text {

  font-size: 16px;
}
.no-mar {
  margin: 0 !important;
}
.testi-head
{
  text-align: center;
}
.testimonial_title
{
  width: 100%
}
h3 {
  font-size: 25px;

}
.xs-center
{
  text-align: center;
}
body
{
  overflow-x: hidden;
}

}


/* === MAP BUTTONS SECTION === */
.map-buttons-section {
  padding: 40px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.map-buttons-section .map-heading {
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

.map-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.map-btn {
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s ease;
}

.map-btn.blue {
  background-color: #0b5ed7;
}

.map-btn.green {
  background-color: #198754;
}

.map-btn:hover {
  opacity: 0.9;
}

.map-note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

/* === EMBEDDED MAPS SECTION === */
.embedded-maps-section {
  padding: 40px 0;
  background-color: #fff;
}

.embedded-maps-section .map-heading {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  color: #222;
}

.map-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.map-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.map-title {
  padding: 15px;
  font-size: 20px;
  color: #fff;
}

.map-title.blue {
  background-color: #0b5ed7;
      border-bottom: 4px solid #ffaa17;
}

.map-title.green {
  background-color: #198754;
      border-bottom: 4px solid #ffaa17;
}

/* === Responsive Support === */
@media (max-width: 768px) {
  .map-button-group {
    flex-direction: column;
    align-items: center;
  }
}


.pd-red{
  padding: 10px;
  background-color: #ffaa17 !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    background: #000000b8;
}


.seo-inline-container {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  text-align: left;
  padding: 6px 5px;
  overflow-x: auto;
  white-space: nowrap;
}

.seo-inline-link {
  color: #333;
  text-decoration: none;
  margin: 0 4px;
  white-space: nowrap;
}

.seo-inline-link:hover {
  text-decoration: underline;
  color: #007b5e;
}

.divider {
  color: #aaa;
  padding: 0 3px;
}

.modal-body h6 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

.modal.fade .modal-dialog {
    transform: translateY(-40px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

/* .seo-inline-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 8px;
} */

.bg-dark1 {
    --bs-bg-opacity: 1;
    background-color: rgb(33 37 41 / 10%) !important;
}
.social-icons a:hover {
    color: #0dcaf0; /* Bootstrap info blue or change to your brand */
    transform: scale(1.2);
    transition: all 0.3s ease;
}
.bjgk-section-title1{
max-width: 800px;
margin: 0 auto;
margin-bottom: 20px;
padding: 0 15px;
text-align: center;
color: #333;
text-align: center;
}



.faq-modern .accordion-button {
        font-size: 1.1rem;
        font-weight: 600;
        color: #222;
        background-color: #f8f9fa;
        transition: all 0.3s ease;
        padding: 10px !important;
    }

    .faq-modern .accordion-button:not(.collapsed) {
        color: #000 !important;
        background-color: #f6a416;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }

    .faq-modern .accordion-body {
        font-size: 0.95rem;
        color: #555;
        background: #ffffff;
            padding: 8px !important;
    }

    .faq-modern .accordion-item {
        border: none;
        border-radius: 0.5rem;
        margin-bottom: 1rem;
        box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    }

    .faq-modern h2.faq-heading {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #111;
    }

    .faq-modern .accordion-button::after {
        transition: transform 0.3s ease-in-out;
    }

    .faq-modern .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg);
    }



    /* 20. Blog */
.p-avatar-info img {
	float: left;
	display: block;
	margin-right: 20px;
}
.post-thumb img {
	width: 100%;
}
.p-avatar-info h5 {
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 700;
}
.p-avatar-info {
	overflow: hidden;
	display: inline-block;
}
.post-meta {
	float: right;
	display: block;
}
.post-meta a {
	font-size: 15px;
	color: #13287e;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: #f5f7ff;
	border-radius: 50%;
	margin-left: 7px;
	display: inline-block;
}
.post-meta a:hover {
	background: #29a268;
	color: #fff;
}
.p-avatar-info span {
	color: #29a268;
}
.post-content h4 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.post-content h4:hover a {color: #13287e;}
.post-content p {margin-bottom: 30px;}
.post-content .btn {
	border: 2px solid #eaeaea;
	background: transparent;
	font-size: 15px;
	color: #5f5f5f;
	padding: 14px 30px;
	padding-right: 45px;
}
.post-content .btn:hover {
	color: #fff;
}
.post-content.side-post {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 55px;
	margin-bottom: 50px;
}
.post-content.side-post:last-child {margin-bottom: 0;}
.s-post-meta ul li {
	display: inline-block;
	font-size: 18px;
	color: #5f5f5f;
	margin-right: 25px;
}
.s-post-meta ul li:last-child {margin-right: 0;}
.s-post-meta ul li i {
	font-size: 15px;
	color: #29a268;
	margin-right: 10px;
}
.s-post-meta ul li a {
	color: #5f5f5f;
}
.s-post-meta ul li a:hover {
	color: #29a268;
}
.s-post-content h4 {
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.s-post-content h4:hover a {color: #29a268;}
.s-post-content p {
	margin-bottom: 25px;
	padding-right: 15px;
}
.s-post-content .btn {
	border: 2px solid #eaeaea;
	background: transparent;
	font-size: 15px;
	color: #5f5f5f;
	padding: 16px 30px;
	padding-right: 45px;
}
.s-post-content .btn:hover {
	color: #fff;
}
.b-ittle-btn .btn {
	box-shadow: 0px 16px 32px 0px rgba(176, 189, 242, 0.4);
	background: #fff;
	color: #13287e;
}
.b-ittle-btn .btn:hover {
	color: #fff;
}
.tb-post-thumb img {
	width: 100%;
}
.tb-single-post {
	background: #fff;
	border-radius: 15px;
}
.tb-wrap {
	padding: 40px 35px;
	padding-top: 0;
}
.tb-post-content h4 {
	font-size: 24px;
	margin-bottom: 13px;
}
.tb-post-content h4:hover a {color: #29a268;}
.tb-post-content p {
	margin-bottom: 0;
}
.tb-avatar-img {
	float: left;
	margin-right: 20px;
	display: block;
}
.tb-avatar-info h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.tb-avatar-info span {
	font-size: 15px;
	color: #29a268;
}
.tb-post-avatar {
	overflow: hidden;
	display: flex;
	align-items: center;
}
.tb-post-meta ul li a {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	position: relative;
	top: -20px;
}
.tb-post-meta ul li a.blue {background: #13287e;}
.tb-post-meta ul li a.green {background: #29a268;}
.tb-post-meta ul li a.yellow {background: #feae1c;}
.tb-post-meta.mb-10 {
	margin-bottom: 13px;
}
.blog-list-content h4 {
	font-size: 36px;
}
.blog-list-content h4:hover a {
	color: #29a268;
}
.video-post .video-blog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 15px;
	color: #29a268;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}
.blog-sidebar {
	background: #f5f7ff;
	padding-top: 0px;
	padding-bottom: 60px;
	padding-right: 40px;
	position: sticky;
	top: 0px;
}
.widget {
	background: #fff;
	padding: 40px;
	box-shadow: 0px 16px 32px 0px rgba(202, 202, 202, 0.2);
	border-top: 5px solid #29a268;
	padding-top: 35px;
}
.widget-title h3 {
	font-size: 26px;
	letter-spacing: -1px;
	margin-bottom: 0;
	padding-bottom: 25px;
	position: relative;
}
.widget-title h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 60px;
	background: #dde4ff;
	z-index: 1;
	transition: .3s;
}
.widget:hover .widget-title h3::before {
	width: 90px;
}
.sidebar-form input {
	width: 100%;
	border: 2px solid #e8e8e8;
	padding: 14px 20px;
	border-radius: 5px;
	padding-right: 35px;
}
.sidebar-form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 14px;
	color: #5f5f5f;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	line-height: 1;
	z-index: 1;
}
.rc-post-content h5 {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0;
}
.rc-post-content h5:hover a {
	color: #29a268;
}
.rc-post ul li {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #dde4ff;
	margin-bottom: 15px;
}
.widget-tag ul{
    padding: 0;;
}
.rc-post-thumb {
	margin-right: 15px;
        max-width: 30%;
}
.rc-post ul{
    padding: 0!important;
}

.tags .badge {
    font-size: 0.75rem;
}

.btn-primary.btn-sm {
    font-weight: bold;
}

article {
    transition: box-shadow 0.3s ease;
    padding: 20px;
}
article:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

article h2 a {
    text-decoration: none;

}

article h2 a:hover {
    color: #0d6efd;
}

.tags .badge {
    font-size: 0.75rem;
}



.rc-post-content span {
	font-size: 14px;
	color: #5f5f5f;
}
.rc-post ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.widget-tag ul li {
	display: inline-block;
	margin: 5px 3px;
}
.widget-tag ul li a {
	display: inline-block;
	padding: 10px 20px;
	background: #eaedf7;
	font-size: 14px;
	color: #5f5f5f;
	border-radius: 5px;
}
.widget-tag ul li a:hover {
	color: #fff;
	background: #29a268;
}
.widget-insta ul li {
	display: inline-block;
	width: 47%;
	margin: 4px 2px;
}
.widget-insta ul li img {
	width: 100%;
}
.twitter-post ul li {
	display: flex;
	overflow: hidden;
	margin-bottom: 20px;
	align-items: start;
}
.twitter-post ul li:last-child {
	margin-bottom: 0px;
}
.sidebar-twitter-icon i {
	font-size: 20px;
	color: #29a268;
	margin-right: 15px;
	position: relative;
	top: 7px;
}
.stwitter-content p {
	line-height: 24px;
	margin-bottom: 0;
}
.stwitter-content p a {
	font-size: 15px;
	color: #5f5f5f;
}
.stwitter-content > a {
	font-size: 15px;
	font-weight: 700;
	color: #13287e;
}
.stwitter-content > a:hover {
	color: #29a268;
}
.blog-details-content p {
	margin-bottom: 0;
}
blockquote {
	background: #f5f7ff;
	font-size: 30px;
	font-weight: 800;
	color: #13287e;
	line-height: 1.3;
	letter-spacing: -1px;
	padding: 50px 40px;
	margin: 30px 0;
	position: relative;
	z-index: 1;
}
blockquote footer {
	font-size: 14px;
	font-weight: 800;
	color: #5f5f5f;
	letter-spacing: 0;
	position: relative;
	margin-top: 15px;
	padding-left: 50px;
}
blockquote footer::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	background: #13287e;
}
.post-tag h5 {
	font-size: 20px;
	margin-bottom: 5px;
}
blockquote::before {
	content: "\f10e";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: "Font Awesome 5 Pro";
	color: #13287e;
	font-size: 150px;
	line-height: 1;
	opacity: .1;
	z-index: -1;
}
.post-tag ul li {
	display: inline-block;
}
.post-tag ul li a {
	font-size: 14px;
	text-transform: capitalize;
	color: #5f5f5f;
}
.post-tag ul li a:hover {
	color: #29a268;
}
.post-share ul li {
	display: inline-block;
	margin-left: 10px;
}
.post-share ul li a {
	font-size: 14px;
	text-transform: capitalize;
	color: #5f5f5f;
}
.post-share ul li a:hover {
	color: #29a268;
}
.posts-navigation {
	padding: 40px 30px;
	border: 1px solid #e7e4ff;
	margin-top: 75px;
}
.related-pthumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.related-pcontent {
	overflow: hidden;
}
.related-pcontent h6 {
	font-size: 14px;
	line-height: 23px;
	padding-right: 40px;
	margin-bottom: 0;
}
.related-pcontent h6:hover a {
	color: #29a268;
}
.rp-meta {
	color: #5f5f5f;
	font-size: 12px;
}
.prev-link > a {
	font-size: 14px;
	font-weight: 800;
	color: #6e6e6e;
	text-transform: capitalize;
}
.prev-link > a:hover {
	color: #29a268;
}
.next-link > a {
	font-size: 14px;
	font-weight: 800;
	color: #6e6e6e;
	text-transform: capitalize;
}
.next-link > a:hover {
	color: #29a268;
}
.avatar-wrap {
	box-shadow: 0px 0px 32px 0px rgba(235, 235, 235, 0.66);
	margin-top: 130px;
	padding: 50px 60px;
	padding-top: 0;
}
.avatar-img img {
	margin-top: -50px;
	margin-bottom: 35px;
	border-radius: 50%;
}
.avatar-info h5 {
	font-size: 20px;
	margin-bottom: 0;
}
.avatar-info-social a {
	color: #5f5f5f;
	font-size: 14px;
	margin: 0 5px;
}
.avatar-info-social a:hover {
	color: #29a268;
}
.comment-wrap-title h2 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 0;
	padding-bottom: 10px;
	position: relative;
}
.title-border {
	width: 60px;
	position: relative;
	bottom: 0px;
	overflow: hidden;
	height: 4px;
	background: #13287e;
	display: inline-block;
	border-radius: 50px;
}
.title-border::before {
	content: "";
	position: absolute;
	top: 0;
	height: 4px;
	left: 5%;
	bottom: 0;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	animation: titleborder 2s linear infinite;
}
@keyframes titleborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(20px);
	transform: translateX(50px); }
}
.comments-avatar {
	margin-right: 30px;
}
.single-comment {
	display: flex;
	align-items: center;
}
.comment-text .avatar-name h6 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
}
.comment-text .avatar-name span {
	margin-left: 5px;
}
.comment-text .avatar-name {
	margin-bottom: 10px;
}
.comment-text p {
	margin-bottom: 10px;
	font-size: 14px;
	padding-right: 100px;
}
.comment-text a.comment-reply {
	font-size: 15px;
	font-weight: 700;
	color: #272063;
}
.comment-text a.comment-reply:hover {
	color: #29a268;
}
.single-comment.children {
	margin-left: 70px;
}
.single-comment.children .comment-text p {
	padding-right: 40px;
}
.comment-field {
	position: relative;
}
.comment-field input {
	padding: 12px 25px;
	width: 100%;
	border: 1px solid #e8e8e8;
	transition: .3s;
}
.comment-field input:focus {
	border-color: #29a268;
}
.comment-field i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #29a268;
}
.comment-field textarea {
	padding: 12px 25px;
	width: 100%;
	border: 1px solid #e8e8e8;
	transition: .3s;
	height: 125px;
}
.comment-field textarea:focus {
	border-color: #29a268;
}
.comment-field.text-area i {
	top: 15px;
	transform: unset;
}


/* 21. Pagination */
.pagination {
	display: block;
	display: block;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination li {
	display: inline-block;
	margin: 0 4px;
}
.pagination li a {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	line-height: 48px;
	color: #13287e;
	background-color: #fff;
	border: 2px solid #cacaca;
	font-weight: 800;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
}
.pagination li:first-child a,.pagination li:last-child a {
	border: 2px dashed #cacaca;
}
.pagination li.active a {
	border-color: #29a268;
	color: #29a268;
}
.pagination li:hover a {
	border-color: #29a268;
	color: #29a268;
}

.custom-pagination .btn {
    border-radius: 30px;
    min-width: 40px;
    text-align: center;
}

.custom-pagination .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.custom-pagination .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}



.b-sty{
        background: #fff;
    padding: 25px;
    border-radius: 10px;
}
