@charset "UTF-8"; 
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    font-size: 62.5%;
  }
  
  body {
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
*, ::after, ::before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root{
     
    --bgRgb_red:rgba(252,23,28,1);
    --themClr:rgb(1, 71, 127);
    --themClrYellow:#3b6df6;
    --thmFntClr:#232323;
    --thmPara:#444;
    --themWhite:#fff;
    --optSld:#110F1D;
    --optBlueDrk:#010c29;
}  

body{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

/* style  Add*/
p{
  line-height: 1.8em;
}
.bg_background{
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}
.section{
  padding: 100px 0;
  position: relative;
}
.section_my{
  margin: 100px 0;
  position: relative;
}
.separator_clearFix{
  display: block;
  clear: both;
  height: 50px;
}
.separator,
.subTitle{
  position: relative;
  font-family: 'Tilt Prism', cursive;
  
}
.subTitle h2{
  font-size: 3em;
}

.separator{
  position: relative;
  width: 114px;
  height: 30px;
  margin-top: 18px;
  background: url(../img/about/separater.png) no-repeat;
}
/* overlay  */
[class*=overlay_bg_] {
position: relative;
}
[class*=overlay_bg_]::before {
content: "";
background-color: #000;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 0;
}
[class*=overlay_bg_default_]::before {
  background-color: #d3057f;
}
[class*=overlay_bg_blue_]::before {
  background-color: #031B4E;
}
.overlay_bg_90::before,
.overlay_bg_default_90::before,
.overlay_bg_blue_90::before {
  opacity: 0.9;
}
.overlay_bg_80::before,
.overlay_bg_default_80::before,
.overlay_bg_blue_80::before {
  opacity: 0.8;
}
.overlay_bg_70::before,
.overlay_bg_default_70::before,
.overlay_bg_blue_70::before {
  opacity: 0.7;
}
.overlay_bg_60::before,
.overlay_bg_default_60::before,
.overlay_bg_blue_60::before {
  opacity: 0.6;
}
.overlay_bg_50::before,
.overlay_bg_default_50::before,
.overlay_bg_blue_50::before {
  opacity: 0.5;
}
.overlay_bg_40::before,
.overlay_bg_default_40::before,
.overlay_bg_blue_40::before {
  opacity: 0.4;
}
.overlay_bg_30::before,
.overlay_bg_default_30::before,
.overlay_bg_blue_30::before {
  opacity: 0.3;
}
.overlay_bg_20::before,
.overlay_bg_default_20::before,
.overlay_bg_blue_20::before {
  opacity: 0.2;
}
.overlay_bg_10::before,
.overlay_bg_default_10::before,
.overlay_bg_blue_10::before {
  opacity: 0.1;
}
/* font-size style    */
.fs-1_1{
  font-size: 6.5rem !important;
}  
.fs-1_2{
  font-size: 4.5rem !important;
}



header{
  z-index: 9999 !important;
}
.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  box-shadow: 0  5px 10px rgba(0, 0, 0, 0.2);
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
  z-index: 1001;
  background-color: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
  z-index: 9999;
}
.bottom_header.fixed{
  top: 0;
  background: var(--themWhite);
}
.bottom_header.fixed .bg-white{
  background-color: transparent !important;
}
.header_one{
  background-color: var(--e-global-color-f3226dc);
}
.header_one{
  position: relative;
}
.header_one .top_header{
  position: relative;
  z-index: 1;
}



.bottom_header ul > li .cart_box span{
  border-color: var(--e-global-color-267b39a) !important;
}
.bottom_header ul > li .cart_box span a{
  color: #142b3c;
  text-decoration: none;
}
.bottom_header ul > li .hamburger_bx .toggle{
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.bottom_header ul > li > a.nav-link{
  position: relative;
  font-size: 20px;

}






.top_header{
  background: #f5f5f5;
} 
.top_header .navbar-nav >li{
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px;
}
.top_header .navbar-nav >li > .icon{
  padding: 10px 15px;
} 
.top_header .navbar-nav >li > .icon a{
  position: relative;
  color: #232323;
  font-size: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.top_header .navbar-nav >li > .icon a:hover{
  color: #3b6df6;
}
.top_header .navbar-nav >li > .icon i{
  color: #3b6df6;
}

.middle_header .media i{
  color: #3b6df6;
}
.middle_header .media p{
  font-size: 16px;
  margin: 1rem auto;
}


.opt_btn {
  position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 12px 29px !important;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 0px rgba(248,92,112,0.4);
    z-index: 1;
    transition: all 500ms ease;
    background: var(--bgRgb_red);
    transform-origin: left;
}
.opt_btn:hover{
  background: var(--optBlueDrk);
  box-shadow: 0px 10px 30px 0px rgba(13,25,39,0.3);
  transform-origin: right;
}
.opt_btn::before{
 content: '';
 position: absolute !important;
 width: 0% !important;
 height: 100% !important;
 background: var(--optBlueDrk) !important;
 left: auto !important;
 top: 0px !important;
 bottom: auto;
 right: 0;
 z-index: -1;
 transition: all 500ms ease;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 -ms-border-radius: 30px;
 -o-border-radius: 30px;
 visibility: visible !important;
 opacity: 1 !important;
 transform:translateY(0%) translateX(0%) skewX(0deg) !important;
 -webkit-transform:translateY(0%) translateX(0%) skewX(0deg) !important;
 -moz-transform:translateY(0%) translateX(0%) skewX(0deg) !important;
 -ms-transform:translateY(0%) translateX(0%) skewX(0deg) !important;
 -o-transform:translateY(0%) translateX(0%) skewX(0deg) !important;
}
.opt_btn:hover:before{
  width: 100% !important;
  right: auto;
  left: 0 !important;
}
.opt_btn::after{
  display: none;
}
.btn_custom{
  position: relative;
  background-color: var(--optBlcDrk);
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition-delay: 0.1s;
}
.btn_custom::after{
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 100%;
  background: var(--themWhite);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  z-index: -1;
}
.btn_custom:hover:after{
  left: 0;
  right: auto;
  width: 100%;
}
.btn_custom:hover{
  color: #142b3c !important;
}



.middle_header p{
  font-size: 18px;
}
.middle_header p b{
  color: #e94d4e;
}
.middle_header p a{
  text-decoration: none;
}

.bottom_header .logo_bx{
  width: 212px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.bottom_header ul >li:hover> a.nav-link,
.bottom_header ul >li> a.nav-link.active{
  color: #3b6df6;
}
.bottom_header ul >li> a.nav-link{
  color: #232323;
  font-size: 16px;
  text-transform: uppercase;
}
.bottom_header ul >li{
  padding: 24px 15px;
  font-size: 18px;
  font-weight: 501;
  display: flex;
  align-items: center;
}

.bottom_header ul >li{
  position: relative;
}
.bottom_header ul.dropdown-menu li,
.bottom_header ul.dropdown-menu li > a{
  padding: 5px 15px !important;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.bottom_header .dropdown-menu{
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease, margin-top 0.5s;
  -webkit-transition: all 500ms ease, margin-top 0.5s;
  -moz-transition: all 500ms ease, margin-top 0.5s;
  -ms-transition: all 500ms ease, margin-top 0.5s;
  -o-transition: all 500ms ease, margin-top 0.5s;
  margin-top: 0;
  position: absolute !important;
  top: 100%;
  display: inline-block;
  width: 250px;
  border-top: 4px solid #fec200 !important; 
}
.bottom_header .dropdown-menu::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-top: 5px solid  #fec200;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.bottom_header .large_subMenu{
  width: calc(250px - 15px);
  left: 0;
}
.bottom_header .large_subMenuRight{
  right: 100%;
  left: auto;
}

.bottom_header ul > li.nav-item.dropdown:hover> .dropdown-menu{
  opacity: 1;
  visibility: visible;
  /* margin-top: -5px; */
}
.bottom_header ul.dropdown-menu li > a::before{
  content: '\f061';
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  margin-right: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
}
.bottom_header ul.dropdown-menu li > a:hover:before{
  opacity: 1;
  visibility: visible;
  margin-right: 10px;
}
.bottom_header ul > li .support{
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mobile_deviceCanvas .accordion-item .support .count,
.bottom_header ul > li .support .count{
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e94d4e;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 5px;
}
.bottom_header ul > li .support_bx p{
  margin-bottom: 0;
  color: #e94d4e;
  font-weight: 501;
}
.bottom_header ul > li .support_bx a{
  text-decoration: none;
  color: #142b3c;
  font-size: 18px;
  font-weight: 501;
}
.btn-close.text-reset:focus,
.navbar-toggler:focus{
  box-shadow: none;
}


/* Mobile DeviceCanvas  */
.mobile_deviceCanvas{
  background: var(--themWhite);
}
.offcanvas-header .btn-close{
  color: #fff;
}
.navbar-toggler.pro_toggle {
  transform: scale(0.7);
}
.toggle {
  position: relative;
  width: 70px;
  height: 70px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.toggle span {
  position: absolute;
  width: 40px;
  height: 2px;
  background: #1e2434;
  border-radius: 10px;
  transition: 0.5s;
}
.toggle span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 15px;
}
.toggle.active span:nth-child(1) {
  width: 40px;
  transform: translateY(0) rotate(45deg);
  transition-delay: 0.125s;
}
.toggle span:nth-child(2) {
  transform: translateY(15px);
  width: 15px;
  left: 15px;
}
.toggle.active span:nth-child(2) {
  width: 40px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}
.toggle.active span:nth-child(3) {
  transform: translateX(60px);
}

.main-navigation.close {
  height: 100%;
  width: 100%;
  transform: scale(1);
  border-radius:0%;
}
.main-navigation {
  height: 50px;
  width: 50px;
  position: fixed;
  top: 0;
  right: 0;
  text-decoration: none;
  transform: scale(0);
  transition: transform 0.4s ease;
  z-index: 9999;
  border-radius:50%;
  transform-origin: top left;
}

.mobile_deviceCanvas .p-0 h4{
  font-size: 20px;
  color: var(--e-global-color-267b39a) !important;
}
.mobile_deviceCanvas .btn_close{
  width: 50px;
  height: 50px;
  background: #3b6df6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 0 !important;
} 
.mobile_deviceCanvas .navbar-nav .nav-link{
  color: var(--e-global-color-text);
}
.mobile_deviceCanvas .navbar-nav .nav-link.active, 
.mobile_deviceCanvas .navbar-nav .nav-link:hover{
  color: var(--e-global-color-secondary);
}
.mobile_deviceCanvas .navbar-nav .nav-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: var(--e-global-color-267b39a) !important;
}

.mobile_deviceCanvas .accordion-item{
  border-color: rgba(255, 255, 255, 0.125);
}
.mobile_deviceCanvas .accordion-button:focus{
  box-shadow: none;
}
.mobile_deviceCanvas .accordion-button.collapsed::after{
  color: #142b3c;
}
.mobile_deviceCanvas .accordion-button::after{
  content: '\f106';
  font: var(--fa-font-solid);
  width: 20px;
  height: 20px;
  background-color: var(--e-global-color-secondary);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: var(--e-global-color-f3226dc);
  background-image: none;
}
.mobile_deviceCanvas .accordion-button{
  transition: all 0.5ms ease;
  -webkit-transition: all 0.5ms ease;
  -moz-transition: all 0.5ms ease;
  -ms-transition: all 0.5ms ease;
  -o-transition: all 0.5ms ease;
  border-left: 5px solid transparent;
  color: var(--e-global-color-267b39a) !important;
  font-size: 18px;
}
.mobile_deviceCanvas .accordion-button.active{
  border-left: 5px solid var(--e-global-color-secondary);
}
.mobile_deviceCanvas .accordion-button{
  padding: 0.5rem 1.5rem;
}
.mobile_deviceCanvas .accordion-button.lastContact::after{
  display: none;
}

.scrollToTop{
  position: fixed;
  right: 20px;
  bottom: 100%;
  border: 1px solid #e94d4e;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 101;
}
.scrollToTop:hover{
  background-color: #e94d4e;
  color: #fff;
}
.scrollToTop.open{
  bottom: 70px;
}
.menu_backdrop{
      position: fixed;
      left: 80%;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all 500ms ease;
      background-color: #000;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      visibility: hidden;
      opacity: 0;

      /*display: none;
      */
}
.menu_backdrop.open{
  visibility: visible;
  opacity: 0.7;
  /* display: block; */
  left: 0;
}

.btn_default{
  position: relative;
  width: auto;
  display: inline-block;
  font-family: "Spectral", serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  text-transform: capitalize;
  padding: 25px 50px;
  border: 0px solid #fff;
  border-radius: 0px;
  overflow: hidden;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.5s ease;
  background-color: var(--e-global-color-secondary);
  z-index: 1;
}
.btn_default::after{
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--e-global-color-secondary);
  pointer-events: none;
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.btn_default:hover:after{
  left: 0;
  top: 0;
}

/* ===================================
          Slick Slider Start
   ===================================  */

@media (min-width: 992px) {
  .slider, .slide {
    height: 80vh;
  }
}

.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 20%;
  left: 35%;
  background-color: rgba(255,255,255,0.9);
  padding: 5rem;
}
.slide .slide__content .line_border{
  height: 5px;
  width: 100%;
  background: var(--themClrYellow);
  position: absolute;
  top: 0;
  left: 0;
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  color: var(--thmFntClr);
  margin: 30px 0 30px;
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
  color: var(--themClr);
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #fff;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
  background: var(--themClrYellow);
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
.moveLtToRgt3,
.moveLtToRgt3,
.moveLtToRgt2,
.moveLtToRgt{
  animation: moveBor 1s linear forwards;
  -webkit-animation: moveBor 1s linear forwards;
}
@keyframes moveBor {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}
.moveTopToBottom{
  animation: topToBottom 2s linear forwards;
  -webkit-animation: topToBottom 2s linear forwards;
}


/* ========================
   about us section start
   ========================  */
.about .row{
  position: relative;
}  
.about .row::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/assets/img/about/hand-with-cap.png);
  background-size: 522px 783px;
  background-position: top right;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}


/* =====================
   Our Services start
   =====================  */
.services .box .icon{
  position: relative;
  width: 120px;
  height: 120px;
  text-align: center;
  margin:0 auto;
}
.services h2.mt-5{
    text-align:center;
}
.services .content_services{
  position: relative;
  margin-bottom: 2em;
}
.services .fa-plus{
    content:'\2b';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    z-index: 10;
    background-color: rgba(91, 125, 247, 0.9);
    border-radius: 50%;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    margin:0 auto 3em;
}
.services .fa-plus[aria-expanded="true"]::before{
    content:'\f068';
}
/*.services .box:hover .icon::before{*/
/*    background-color:#01477f;*/
/*    visibility: visible;*/
/*    opacity:1;*/
/*}*/
/*.services .col-lg-2:hover .collapse:not(.show){*/
/*    display:block;*/
/*}*/

.bottom_ser a,
.services .box h2{
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.bottom_ser a:hover,
.services .box:hover h2{
  color: var(--themClr) !important;
}
.services .box .icon{
  display: block;
  width: 120px;
  height: 120px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: var(--themClr);
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  border: 5px solid var(--themWhite);
}
.services .box:hover .icon{
  background-color: var(--themClrYellow);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  box-shadow: 0 15px 45px rgba(0,0,0,0.2);
}
.services .box:hover .icon img{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
} 
.services .box .icon img{
  filter: invert(1);
  -webkit-filter: invert(1);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition-delay: 0.1s;
}
.services .wpb_wrapper{
  width: 100px;
  height: 100px;
  background-color: var(--themClrYellow);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  cursor: pointer;
  margin-top: 5em;
}
.services .wpb_wrapper:hover {
  background-color: var(--themClr);
}
.services .wpb_wrapper:hover i{
  color: var(--themWhite);

}
.services .wpb_wrapper a{
  color: var(--themWhite);
}
.services .wpb_wrapper i{
  font-size: 2em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* ======================
   gallery section start
   ======================  */

.gallery .gallery_items{
  position: relative;
  z-index: 1;
  margin-bottom: 10px ;
}
.gallery .gallery_items::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s;
  transition: all 0.3s ease;
  z-index: 1;
}
.gallery .gallery_items:hover:before{
  background: rgba(0, 0, 0, 0.75);
}
.gallery .gallery_items .img_overlay{
  position:absolute;
  bottom: auto;
  top: 70px;
  left: 0;
  right: auto;
  text-align: left;
  border-width: 0;
  padding: 0px 20px 0 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.gallery .gallery_items:hover .img_overlay{
  opacity: 1;
  visibility: visible;
}
.gallery .gallery_items .img_overlay .btn_gallery{
  margin-top: 0em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.gallery .gallery_items:hover .img_overlay .btn_gallery{
  margin-top: 7em;
}
.gallery .gallery_items .img_overlay .btn_gallery a{
  background-color: var(--themClrYellow);
  color: var(--themWhite);
  font-size: 16px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.gallery .gallery_items .img_overlay .btn_gallery:hover a{
  background-color: var(--themWhite);
  color: var(--themClrYellow);
}

/* ==========================
   Peace of Mind - start  
   ==========================*/
.peaceOfMind .card{
  margin-bottom: 4em;
}
.peaceOfMind .card .card_icon{
  width: 70px;
  height: 70px;
  background: var(--themClr);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2em;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.peaceOfMind .card .card_icon img{
  filter: invert(1);
  -webkit-filter: invert(1);
}
.peaceOfMind .card:hover .card_icon{
  background: var(--themClrYellow);
}
.peaceOfMind .card:hover .card_icon img{
  filter: invert(0);
  -webkit-filter: invert(0);
}

/* ========================================
   PLAN THE WORK -WORK THE PLAN --Star
   ========================================= */
.plan_theWork .plan_bx{
  position: relative;
  margin-top: -5em;
}
.plan_theWork .plan_bx .img_bx{
  position: relative;
  width: 170px;
  height: 170px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: 10px solid #fff;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.plan_theWork .plan_bx:hover .img_bx{
  top: -5px;
}
.plan_theWork .plan_bx .img_bx:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.plan_theWork .plan_bx:hover .img_bx:after{
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}
/*  */
.plan_theWork .plan_bx img{
  transform: scale(1.8) rotate(-45deg);
  -webkit-transform: scale(1.8) rotate(-45deg);
  -moz-transform: scale(1.8) rotate(-45deg);
  -ms-transform: scale(1.8) rotate(-45deg);
  -o-transform: scale(1.8) rotate(-45deg);
  object-fit: cover;
}
.plan_theWork .plan_bx .planContent{
  margin-top: 5em;
}
.plan_theWork .plan_bx:hover .planContent h2{
  color: var(--themClr);
}

/*=============================
   Our Great Team -- Start
  =============================  */

.our_great .our_great_bx{
    position: relative;
  }  
.our_great .our_great_bx .ourBottomMain{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.our_great .our_great_bx .ourBottomMain ul{
  background-color: rgba(255, 255, 255, .9);
  padding: 20px 50px;
  margin-bottom:0 ;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.our_great .our_great_bx:hover .ourBottomMain ul{
  opacity: 1;
  visibility: visible;
}
.our_great .our_great_bx .ourBottomMain ul li a{
  color: var(--themClrYellow);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.our_great .our_great_bx .ourBottomMain ul li a:hover{
  color: var(--themClr);
}
.our_great .our_great_bx .ourBottomMain .ourBottom{
  background-color: var(--themClr);
  padding: 10px 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
} 
.our_great .our_great_bx:hover .ourBottomMain .ourBottom{
  background-color: var(--themClrYellow);
}
.our_great .our_great_bx:hover .ourBottomMain .ourBottom p,
.our_great .our_great_bx:hover .ourBottomMain .ourBottom h3{
  color: var(--thmFntClr);
}
.our_great .our_great_bx .ourBottomMain .ourBottom h3{
  color: var(--themWhite);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.our_great .our_great_bx .ourBottomMain .ourBottom p{
  color: var(--themClrYellow);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* =============================================
    You Dream We make it real! Start 
  ============================================== */
.dreamU .contact{
  padding: 10px 20px;
  background-color: var(--themClrYellow);
  color: var(--themClr);
  font-weight: normal;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.dreamU .contact:hover{
  background-color: var(--themClr);
  color: var(--themWhite);
}


/* ================================
    Latest News -- start
   ================================= */
.lat_news .news_bx{
  position: relative;
  background-color: #f4f8fb;
  padding: 5em 3em;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  background-size: 0;
  margin-bottom: 15px;
}
.lat_news .news_bx:hover{
  background-size: inherit;
}
.lat_news .news_bx::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
 opacity: 0;
 visibility: hidden;
}
.lat_news .news_bx:hover:before{
  opacity: 1;
  visibility: visible;
}
.lat_news .news_bx:hover ul,
.lat_news .news_bx:hover h3{
  color:var(--themWhite)
}
.client_logo .slick-dots{
    position: absolute;
    bottom: -40px;
}
.slick-dots li{
    background-color: #fec200;
}
.client_logo .slick-dots li button{
    color:#fec200;
}
.slick-dots li button::before{
    transform: scale(5);
}
.modal.video_modal{
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.modal.video_modal.show{
  opacity: 1;
  transform: scale(1);
}









/* Keenal Style  */

/* latest-news */
.latest-news {
  padding-top: 100px;
  padding-bottom: 120px;
}

.entry-details {
  padding: 115px 25px 90px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #f4f8fb;
}
.entry-details-hover:hover{
  background-image: linear-gradient(45deg, rgba(30, 28, 28, 0.75), rgba(26, 27, 28, 0.75)),url(/assets/images/Blog-1-540x360.jpg);
  background-size: cover;
}
.entry-details-hover1:hover{
  background-image: linear-gradient(45deg, rgba(30, 28, 28, 0.75), rgba(26, 27, 28, 0.75)),url(/assets/images/Blog-2-540x360.jpg);
  background-size: cover;
}
.entry-details-hover2:hover{
  background-image: linear-gradient(45deg, rgba(30, 28, 28, 0.75), rgba(26, 27, 28, 0.75)),url(/assets/images/Blog-4-540x360.jpg);
  background-size: cover;
}
.entry-details-hover3:hover{
  background-image: linear-gradient(45deg, rgba(30, 28, 28, 0.75), rgba(26, 27, 28, 0.75)),url(/assets/images/Blog-5-540x360.jpg);
  background-size: cover;
}
.entry-details-hover4:hover{
  background-image: linear-gradient(45deg, rgba(30, 28, 28, 0.75), rgba(26, 27, 28, 0.75)),url(/assets/images/Blog-6-540x360.jpg);
  background-size: cover;
}
.entry-details-hover5:hover{
  background-image: linear-gradient(45deg, rgba(30, 28, 28, 0.75), rgba(26, 27, 28, 0.75)),url(/assets/images/Blog-8-540x360.jpg);
  background-size: cover;
}
.latest-news-content {
  padding-top: 50px;
}

.p-one {
  color: #fec200;
  font-weight: 600;
  text-transform: uppercase;
}

.entry-details h4 {
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 20px;
  color: #232323;
}
.entry-details:hover h4 {
  color: #fff;
}
.p-two {
  color: #777777;
}
.entry-details:hover .p-two{
  color: #fff;
}
/* projects */
.project-inner-one {
  position: relative;
  z-index: 1;
}

.projectone-overlay::before {
  background-color: #000;
  opacity: 0.8;
  display: inline;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.projecttwo-overlay::before {
  background-color: #3b6df6;
  opacity: 0.8;
  display: inline;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.project-title {
  padding-top: 120px;
  padding-right: 20px;
  padding-bottom: 120px;
  padding-left: 20px;
  background-image: url(/assets/images/12.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-title-two {
  padding-top: 120px;
  padding-right: 20px;
  padding-bottom: 120px;
  padding-left: 20px;
  background-image: url(/assets/images/13.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-title h3 {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.project-title-two h3 {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.project-title span {
  color: #3b6df6;
}

.project-title-two span {
  color: #000;
}

.project-title p {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.project-title-two p {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.project-title a {
  color: #fff;
  position: relative;
  background-color: #3b6df6;
  padding: 13px 41px;
}

.project-title-two a {
  color: #fff;
  position: relative;
  background-color: #000;
  padding: 13px 41px;
}

/* counter */
.counters {
  /* background: #0f479a; */
  color: #fff;
  padding: 40px 20px;
  /* border-top: 3px lightskyblue solid; */
}

.counters .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  text-align: center;
}

.counters i {
  color: lightskyblue;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 70px;
  background-color: #01477f;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0px auto 25px;
  position: relative;
  text-align: center;
}

.counters .counter {
  margin: 10px 0;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.counter-added h3 {
  font-size: 14px;
  margin: 10px 0px 0px;
  text-transform: uppercase;
  padding: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
}

.counter-added {
  border: 1px solid #e5edf3;
  padding: 55px 5px;
}

.counter-title h2 {
  color: #01477f;
  font-size: 56px;
  font-weight: bold;
}

.counter-title span {
  color: var(--themClrYellow);
}

.counter-main {
  padding-top: 100px;
}

/* client image slider */


/* .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}
.slick-prev {
  position: absolute !important;
  top: 135%;
  font-size: 1.8rem;
}
.slick-prev {
  left: 0;
  font-size: 18px;
  background-color: #01477f;
  color: #fff;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 2 !important;
}

.slick-next {
  right: 0;
  font-size: 18px;
  background-color: #01477f;
  color: #fff;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 2 !important;
}

.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: 50%;
  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;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide {
  transition: filter .4s;
  margin: 0px 40px;
} */

.fas {
  color: #fff;
}

/* .slick-prev {
  left: 0;
} */


.slick-next {
  position: absolute;
  top: 35%;
  font-size: 18px;
}
.slick-prev {
  position: absolute;
  top: 35%;
  font-size: 18px;
}
/* .section {
  max-width: 1200px;
  margin: 0 auto;
} */

/* footer */
footer {
  background: #ffd13b;
}

.footer-left {
  position: relative;
  background-color: #ffd13b;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* footer */
.site-footer {
  position: relative;
  display: block;
  background: -webkit-linear-gradient(rgb(0, 105, 190) 0%, rgb(1, 70, 127) 100%);
  z-index: 1;
}

.site-footer-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* width: 1709px; */
  mix-blend-mode: color-burn;
  opacity: .15;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 100px 0 82px;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__logo {
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
  margin-top: -8px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: #fff;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: var(--insur-letter-spacing);
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a {
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  /* letter-spacing: var(--insur-letter-spacing); */
  line-height: 20px;
  margin-bottom: 40px;
  border-left: 4px solid #fec200;
  padding-left: 15px;
}

.footer-link a {
  color: #fff;
  text-decoration: none;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  margin-bottom: 8px;
}

.text i {
  color: #fec200;
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 18px;
  vertical-align: top;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: block;
}

.footer-widget__contact-list li .icon span {
  font-size: 14px;
  color: #015fc9;
}

.footer-widget__contact-list li .text {
  margin-left: 14px;
}

.footer-widget__contact-list li .text p {
  font-size: 15px;
  color: #97a2b7;
  line-height: 25px;
  vertical-align: middle;
  display: inline-block;
}

.footer-widget__open-hour {
  position: relative;
  display: block;
  margin-top: 26px;
}

.footer-widget__open-hour-title {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  /* letter-spacing: var(--insur-letter-spacing); */
  line-height: 25px;
  margin-bottom: 10px;
}

.footer-widget__open-hour-text {
  font-size: 15px;
  color: #97a2b7;
  line-height: 26px;
  /* letter-spacing: var(--insur-letter-spacing); */
}

.footer-widget__gallery {
  position: relative;
  display: block;
}

.footer-widget__gallery-list {
  position: relative;
  display: block;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 7px;
}

.footer-widget__gallery-list li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.footer-widget__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.footer-widget__gallery-img::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  /* background-color: rgba(var(--insur-base-rgb), .90); */
  transition: all 700ms ease;
  transform: translateY(-100%);
  border-radius: 5px;
  z-index: 1;
}

.footer-widget__gallery-img img {
  width: 100%;
  border-radius: 0px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  transform: scale(1);
}

.footer-widget__gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 27px;
  margin-bottom: 27px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  height: 48px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 60px;
  background-color: #111d32;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #97a2b7;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 48px;
  width: 50px;
  border: none;
  font-size: 15px;
  background-color: transparent;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: linear-gradient(to right, rgba(77, 85, 204, 0.5), rgb(56, 81, 213));
}

.footer-widget__newsletter-btn {
  font-size: 15px;
  color: #fff;
}

.footer-widget__phone {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__phone-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid gray;
  padding: 34px 0;
}

.site-footer__bottom-text {
  color: #97a2b7;
}

.site-footer__bottom-text a {
  color: #97a2b7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* scrollup */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-image: linear-gradient(to right, rgba(77, 85, 204, 0.5), rgb(56, 81, 213));
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: none !important;
  color: #fff !important;
  border: none;
  border-bottom: 2px solid #fec200;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item textarea {
  background: none !important;
  color: #fff !important;
  border: none;
  border-bottom: 2px solid #fec200;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
  border-radius: 0px;
}

.custom-sub-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: end;
}

.item-has-icon {
  color: #fff;
  padding-right: 10px;
}

.item-has-icon:hover {
  color: #fec200;
  text-decoration: underline;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.button-panel .button {
  background: #3b6df6;
  border: 1px solid;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* footer-top */
.footer-right a {
  border: 1px solid #01477f;
  padding: 10px;
  display: flex;
  justify-content: center;
  top: 50px;
  position: relative;
  width: 50%;
  text-align: center;
  color: #666;
}
.site-button{
  outline: none;
  color: #fff;
  padding: 15px 30px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #3b6df6;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
}
.site-button{
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}
.site-button:hover{
  text-shadow: -400px 0 0 #fff, 0 0 0 #fff !important;
  background-color: #171d28 !important;
}
.footer-widget__column .form-item textarea:focus{
    outline:0;
}
.mobile_deviceCanvas .nav-item .nav-link:hover,
.mobile_deviceCanvas .nav-link *:hover,
.mobile_deviceCanvas .nav-link:hover{
    color:#3b6df6;
}
/*==================humburger start================== */





#about .icon img{
    filter: invert(36%) sepia(87%) saturate(938%) hue-rotate(199deg) brightness(95%) contrast(104%);
}
