@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@font-face
{
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Ubuntu-Light';
  src: url(../fonts/Ubuntu-Light.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Semibold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

*
{
  box-sizing: border-box;
}


body 
{
  color: #222222;
}

a
{
  text-decoration: none !important;
}

section
{
  width: 100%;
  float: left;
}

section.main
{
  padding: 60px 0;
}

.main-header
{
  width: 100%;
  float: left;
}

header.top-fix
{
  position: fixed;
  width: 100%;
  float: left;
  background: #fff;
  z-index: 999;
}

.shrink section.top
{
  display: none;
}

.shrink .main-logo
{
  width: 135px;
}

.shrink .main-header
{
  -webkit-box-shadow: 0px 15px 11px -19px rgba(0,0,0,0.2); 
  box-shadow: 0px 15px 11px -19px rgba(0,0,0,0.2);
}

section.top
{
  background: #1f2b38;
  padding: 5px 0 !important;
}

.top-inner
{
  width: auto;
  float: left;
}

.top-inner p
{
  color: #fff;
  font-family: Poppins-Regular;
  margin: 3px 0 0;
  font-size: 12px;
} 

.top-inner p i
{

}

.top-social
{
  float: right;
  width: auto;
}

.tos-icon
{
  width: 16px;
  float: left;
  margin-left: 15px;
}

.tos-icon img
{
  max-width: 100%;
  vertical-align: middle;
}

.main-logo
{
  width: 204px;
  float: left;
  margin: 0;
  background: #fff;
  padding: 12px;
}

.main-logo img
{
  max-width: 100%;
  vertical-align: middle;
}

a.top-link
{
  font-family: 'Poppins-Medium';
  font-size: 16px;
  color: #fff;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

a.nav-link.active, a.nav-link:hover
{
  color: #fff !important;
}

.nav-btn a
{
  background: #2275d0;
  color: #fff;
  padding: 10px 25px;
  font-family: 'Poppins-Medium';
  display: table;
  border-radius: 100px;
  margin: 0;
}

section.slider
{
  padding: 0;
  margin-top: 130px;
}

.slider-cvr
{
  background: url(../images/slider1.jpg) no-repeat 0 0 scroll;
  background-size: cover;
}

.slider-content
{

}

.slider-inner
{
  width: 100%;
  float: left;
  margin: 185px 0;
}

.slider-inner h1
{
  font-family: Poppins-Bold;
  text-align: left;
  color: #fff;
  margin: 0;
  font-size: 43px;
  line-height: 58px;
}

.slider-inner h1 span
{
  font-family: Poppins-Semibold;
  font-size: 26px;
}

.slider-inner a
{
  background: #2275d0;
  color: #fff;
  padding: 10px 25px;
  font-family: 'Poppins-Medium';
  display: table;
  border-radius: 100px;
  margin: 20px 0 0;
}

.ci-bg1,
.ci-bg2,
.ci-bg3
{
  background: url(../images/slider1.jpg) no-repeat 0 0 scroll;
  background-size: cover;
}

section.about
{
  background: #f2f5fa;
}

.align-wraper
{
  align-items: center;
}

.habt-left
{
  width: 100%;
  float: left;
}

.habt-image
{
  width: 80%;
  margin: 0 auto;
  display: block;
}

.habt-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.habt-right
{
  width: 100%;
  float: left;
}

.habt-top
{
  padding: 12px 10px;
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
}

.down-box
{
  width: 95%;
  background: #fcfcfc;
  height: 12px;
  margin: 0 auto;
  display: table;
}

.habt-tab
{
  width: 100%;
  float: left;
}

.habt-content
{
  width: 100%;
  float: left;
  margin-top: 15px;
}

.habt-inner
{
  width: 100%;
  float: left;
}

.habt-inner h1
{
  font-family: Poppins-Semibold;
  font-size: 32px;
  margin: 0 0 10px;
}

.habt-inner p
{
  font-size: 16px;
  font-family: Poppins-Regular;
  line-height: 27px;
  margin: 0;
}

.habt-inner h2
{
  font-size: 20px;
  font-family: 'Poppins-Semibold';
  margin: 20px 0 0;
  color: #313131;
}

.habt-inner ul
{
  width: 50%;
  float: left;
  margin: 20px 0 0;
  padding: 0 0 0 16px;
}

.habt-inner ul li
{
  font-family: 'Poppins-Regular';
  margin: 0 0 5px;
}

.habt-inner ul li::marker
{
  color: #0d6efd;
}

.habt-inner a
{
  background: #2275d0;
  color: #fff;
  padding: 10px 31px;
  font-family: 'Poppins-Medium';
  display: table;
  border-radius: 100px;
}

section.services
{
  position: relative;
}

.ser-cvr
{
  width: 100%;
  float: left;
}

h2.sub-title
{
  font-size: 19px;
  text-transform: uppercase;
  color: #005EC9;
  background-image: linear-gradient(45deg, #005EC9, #0DDCFC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

h1.main-title
{
  font-family: Poppins-Semibold;
  font-size: 32px;
  margin: 0;
}

.ser-split-cvr
{
  width: 100%;
  float: left;
  margin-top: 30px
}

.ser-split
{
  width: 100%;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}

.ser-image
{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.ser-image img
{
  max-width: 100%;
  vertical-align: middle;
  border-radius: 10px 10px 0 0;
}

.ser-content
{
  width: 100%;
  float: left;
  padding: 20px;
  background: #f2f9ff;
  border-radius: 0 0 10px 10px;
  min-height: 383px;
  position: relative;
}

.ser-content h2
{
  font-size: 18px;
  font-family: 'Poppins-Semibold';
  margin: 0;
  color: #2275d0;
  min-height: 65px;
}

.ser-content p
{
  font-size: 16px;
  font-family: Poppins-Regular;
  line-height: 27px;
  margin: 10px 0 0;
  min-height: 230px;
}

.ser-content p span
{

}

.ser-content a
{
  display: table;
  color: #fff;
  background: #2275d0;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-family: 'Poppins-Medium';
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
}

section.process
{
  background: #f2f5fa;
}

.process-inner
{
  width: 100%;
  float: left;
}

.process-inner h2
{
  font-family: Poppins-Semibold;
  font-size: 32px;
  margin: 0 0 20px;
  text-align: center;
}

.process-split
{
  width: 100%;
  float: left;
  position: relative;
}

.process-split::after
{
  position: absolute;
  content: '';
  height: 120px;
  width: 1px;
  background: #dddddd;
  top: 31px;
  right: 0;
}

.process-split::after:nth-child(4)
{
  display: none;
}

.lst::after
{
  display: none;
}

.preocess-image
{
  width: 50%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.preocess-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.process-split h2
{
  margin: 15px 0 25px;
  font-family: 'Poppins-Regular';
  font-size: 17px;
  text-align: center;
}

p.pr-number
{
  margin: 0;
    position: absolute;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #015fc9;
    border-radius: 100px;
    color: #fff;
    bottom: 7px;
    left: 0;
    padding: 10px;
}

.process-inner a
{
  background: #2275d0;
  color: #fff;
  padding: 12px 25px;
  font-family: 'Poppins-Medium';
  display: table;
  border-radius: 100px;
  margin: 30px auto 0;
}

.test-left
{
  width: 80%;
  float: left;
}

.test-left a
{
  background: #2275d0;
  color: #fff;
  padding: 10px 25px;
  font-family: 'Poppins-Medium';
  display: table;
  border-radius: 100px;
  margin: 20px 0 0;
}

.test-cvr
{
  width: 90%;
  float: right;
  background: #fff;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  padding-bottom: 30px;
}

.test-content
{
  width: 100%;
  float: left;
  padding: 30px;
}

.star
{
  width: 100px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.star img
{
  max-width: 100%;
  vertical-align: middle;
}

.test-content h2
{
  float: left;
  font-size: 18px;
  font-family: 'Poppins-Semibold';
  margin: 0 0 15px;
}

.test-content p
{
  width: 100%;
  float: left;
  font-family: Poppins-Regular;
  margin: 0;
}

.test-details
{
  width: 100%;
  float: left;
}

.test-person
{
  background: #015FC9;
  background: linear-gradient(90deg, rgba(1, 95, 201, 1) 0%, rgba(12, 219, 253, 1) 100%);
  width: auto;
  padding: 8px 50px 8px 30px;
  border-radius: 0;
  float: left;
}

.test-person h3
{
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-family: Poppins-Medium;
}

.test-person p
{
  margin: 0;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  color: #fff;
}

section.contact
{
  background: #f2f5fa;
  padding-bottom: 108px !important;
}

.cont-inner
{
  width: 100%;
  float: left;
}

.cont-left
{
  width: 100%;
  float: left;
}

.cont-split
{
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0;
}

.cont-split::after
{
  content: '';
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 420px;
  height: 1px;
  background: #e0e0e0;
}

.cs-lst::after
{
  display: none;
}

.cs-top
{
  width: 100%;
  float: left;
  margin: 10px 0 0;
}

.cst-image
{
  width: 34px;
  float: left;
  margin: 0;
}

.cst-image img
{
  max-width: 100%;
  vertical-align: middle;
  background: #2275d0;
  padding: 8px;
  border-radius: 100px;
}

.cs-top h2
{
  font-family: 'Poppins-Medium';
  font-size: 18px;
  margin: 7px 0 0 17px;
  float: left;
}

.ca-cvr
{
  width: 100%;
  float: left;
}

.ca-cvr p
{
  margin: 10px 0 0;
  font-family: Poppins-Regular;
  color: #494949;
  font-size: 15px;
}

.cs-top a
{
  float: left;
  width: auto;
  display: table;
  margin-right: 25px;
  font-family: 'Poppins-Regular';
  color: #000;
  margin-top: 4px;
  position: relative;
}

.cs-top a::after
{
  position: absolute;
  top: 4px;
  right: -14px;
  background: #6e6e6e;
  width: 1px;
  content: '';
  height: 14px;
}

a.no-after::after
{
  display: none;
}

a.wts
{
  background: #42db87;
  color: #fff;
  padding: 6px 17px;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  border-radius: 100px;
  margin-top: -1px;
  margin-left: -12px;
}

a.wts img
{
  width: 15px;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

.cont-form
{
  width: 100%;
  float: left;
}

input.cfin
{
  width: 48%;
  margin: 10px 1%;
  float: left;
  padding: 7px;
  border-radius: 3px;
  border: none;
  background: #fff;
}

textarea.cftx
{
  width: 98%;
  margin: 10px 1%;
  float: left;
  padding: 7px;
  border-radius: 3px;
  border: none;
  background: #fff;
}

button.cfbtn
{
  background: #2275d0;
  color: #fff;
  padding: 10px 25px;
  font-family: 'Poppins-Medium';
  display: table;
  border-radius: 100px;
  margin: 20px 0 0;
  border: none;
  float: left;
}

section.ftr
{
  background: #1f2b38;
  position: relative;
  padding-bottom: 0;
}

section.ftr::before
{
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  background: #015FC9;
  background: linear-gradient(90deg, rgba(1, 95, 201, 1) 0%, rgba(12, 219, 253, 1) 100%);
  height: 60px;
  z-index: 0;
}

.ftr-left
{
  width: 100%;
  float: left;
  background: #283849;
  margin-top: -115px;
  position: relative;
}

.ftr-logo
{
  width: 120px;
  margin: 0 auto 30px;
  display: block;
}

.ftr-logo img
{
  max-width: 100%;
  vertical-align: middle;
  background: rgb(158 179 200);
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.social-split
{
  width: 100%;
  float: left;
  padding: 20px;
}

.social-split h2
{
  font-family: Poppins-Light;
  font-size: 15px;
  margin: 10px 0 0;
  color: #fff;
  text-align: center;
  line-height: 21px;
}

.social-cvr
{
  width: auto;
  margin: 0 auto;
  display: table;
}

.soc-item
{
  float: left;
  width: auto;
  margin: 10px 10px 0;
}

.soc-item img
{
  width: 21px;
}

.ftr-link
{
  width: 100%;
  float: left;
}

.ftr-link h3
{
  font-size: 16px;
  font-family: Poppins-Medium;
  margin: 0;
  color: #fff;
}

.ftr-link ul
{
  margin: 15px 0 0;
  padding: 0 0 0 14px;
}

.ftr-link ul li
{
  margin: 5px 0;
  font-family: 'Poppins-Regular';
  color: #808080;
}

.ftr-link ul li a
{
  color: #c2c2c2;
  font-size: 15px;
}

.fc-split
{
  width: 100%;
  float: left;
  display: flex;
  margin: 10px 0;
}

.cf-icon
{
  width: 20px;
  float: left;
}

.fci
{
  width: auto;
  float: left;
  padding-top: 4px;
}

.fcs
{
  float: left;
  width: auto;
  padding-left: 10px;
}

.fc-split a
{
  font-family: Poppins-Regular;
  color: #c2c2c2;
  font-size: 15px;
}

.ftr-bottom
{
  width: 100%;
  float: left;
  padding: 10px 0;
  border-top: 1px solid #43484e;
  margin-top: 25px;
}

.ftr-bottom p
{
  font-family: Poppins-Regular;
  margin: 0;
  color: #c2c2c2;
  font-size: 12px;
}

.ftr-bottom p a
{
  color: #fff;
}

.fst-link
{
  padding-left: 35px;
}

button.navbar-toggler
{
  border: none;
}

button.navbar-toggler:focus
{
  box-shadow: none;
}

.habt-inner h4
{
  color: #2275d0;
  font-family: Poppins-Light;
  font-size: 24px;
  margin: 10px 0 0;
}

section.abt-slider
{
  background: #eee;
  padding: 0 0 20px;
}

.abts-inner
{
  width: 100%;
  float: left;
}

.abts-inner h1
{
  text-align: center;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  color: #3b3b3b;
  margin: 20px 0 0;
  font-size: 30px;
}

.cont-box
{
  width: 100%;
  margin: 20px auto 0;
  display: table;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
}

button.cnt-link
{
  float: none;
  margin: 20px auto 0;
}

.floating_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 9px;
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
}

button.lb-btn
{
  width: 5%;
}

button.tab-button
{
  padding: 0;
  background: transparent;
  color: #000;
  font-family: 'Poppins-Medium';
  padding: 5px;
  text-transform: uppercase;
  position: relative;
  margin-left: 20px;
}

button.tab-button::before
{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  left: -10px;
  background: #000;
  top: 12px;
}

button.tab-button.active 
{
  background: transparent !important;
  color: #2275d0 !important;
}

button.tab-button.active.tab-button::before
{
  background: #2275d0 !important;
}

.white-head
{
  width: 100%;
  float: left;
}

.shrink .main-header
{
  background: #015fc9;
  min-height: 69px;
}

.blue-nav
{
  width: 100%;
  float: left;
  background: #015fc9;
  border-radius: 0 0 20px 20px;
  position: relative;
  min-height: 48px;
}

button.navbar-toggler
{
  float: right;
  position: absolute;
  right: 6px;
  top: 4px;
}

.nav-btn
{
  position: absolute;
  right: 25px;
}

.sh-navbar
{
  display: none;
  margin: 5px 0 0;
}

.shrink .blue-nav
{
  display: none;
}

.shrink .sh-navbar
{
  display: block;
}

.wh-inner
{
  width: auto;
  float: right;
  margin-top: 24px;
}

.wh-split
{
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}

.tc-icon
{
  width: 40px;
  margin: 0;
  float: left;
  height: 40px;
  background: #015fc9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.tc-icon i
{
  color: #fff;
  font-size: 19px;
}

.tc-text
{
  float: left;
  width: auto;
  padding-left: 10px;
}

.tc-text p
{
  margin: 0;
  font-size: 13px;
  color: #757575;
  font-family: Poppins-Light;
}

.tc-text a
{
  color: #000;
  margin: 0;
  display: table;
  font-family: 'Poppins-Medium';
}

.wh-last
{
  padding-left: 25px;
}

.shrink .wh-inner
{
  display: none;
}

.shrink .nav-btn
{
  position: relative;
  right: 0;
}

section.fixed
{
  background: url(../images/fixed-bg.jpg) no-repeat 0 0 fixed;
  background-size: cover;
}

.fixed-inner
{
  width: 100%;
  float: left;
  margin: 15px 0;
}

.fixed-inner h2
{
  font-family: Poppins-Light;
  font-size: 30px;
  text-align: left;
  color: #fff;
  margin: 0;
  line-height: 41px;
}

.fs-cvr
{
  width: auto;
  margin: 0 auto;
  display: table;
}

.fixed-split
{
  width: auto;
  margin: 0 30px 0;
  float: left;
}

.fs-icon
{
  width: 60px;
  margin: 0 auto;
  display: block;
}

.fs-icon img
{
  max-width: 100%;
  vertical-align: middle;
}

@keyframes up-down-shake {
  from {
    transform: translateY(5px);
  }
  
  to {
    transform: translateY(-5px);
  }
}

.up-down-shake {
  animation: .15s up-down-shake infinite alternate;
  display: inline-block;
}







.mob
{
  display: none;
}

@media (max-width: 1400px)
{
  .slider-inner h1
  {
    font-size: 41px;
  }

  .slider-inner
  {
    margin: 186px 0;
  }

  .fixed-inner h2
  {
    font-size: 27px;
    line-height: 37px;
  }

  .fs-icon
  {
    width: 55px;
  }
}

@media (max-width: 1200px)
{
  .slider-inner h1
  {
    font-size: 34px;
    line-height: 48px;
  }

  .slider-inner h1 span
  {
    font-size: 24px;
  }

  .slider-inner
  {
    margin: 158px 0;
  }

  .ser-content
  {
    min-height: 536px;
  }

  .social-split h2
  {
    font-size: 13px;
  }

  .main-logo
  {
    width: 184px;
  }

  a.top-link
  {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .nav-btn a
  {
    padding: 9px 25px;
  }

  section.slider
  {
    margin-top: 132px;
  }
  

  h1.main-title
  {
    font-size: 30px;
  }

  .ser-content h2,
  h2.sub-title
  {
    font-size: 17px;
  }

  .fixed-inner h2
  {
    font-size: 24px;
    line-height: 35px;
  }

  .fixed-split
  {
    margin: 0 25px 0;
  }
}

@media (max-width: 1060px)
{
  .fc-split a
  {
    word-break: break-all;
    float: left;
  }
}

@media (max-width: 992px)
{
  .main-logo
  {
    width: 154px;
  }

  section.slider
  {
    margin: 110px 0 0;
  }

  .slider-inner
  {
    margin: 125px 0;
  }

  .slider-inner h1
  {
    font-size: 25px;
    line-height: 35px;
  }

  .slider-inner h1 span
  {
    font-size: 19px;
  }

  .abt1
  {
    display: none;
  }

  .abt-wraper
  {
    width: 100%;
  }

  h1.main-title
  {
    font-size: 26px;
  }

  h2.sub-title
  {
    font-size: 16px;
  }

  .ser-wraper
  {
    width: 50%;
  }

  .ser-content
  {
    min-height: 444px;
  }

  .cs-top a
  {
    width: 100%;
  }

  a.wts
  {
    width: auto !important;
    margin: 5px 0 0;
  }

  .cs-top a::after
  {
    display: none;
  }

  .cont-split::after
  {
    width: 100%;
  }

  .social-split
  {
    padding: 20px 10px;
  }

  .soc-item
  {
    width: 10px;
  }

  .wh-inner
  {
    margin-top: 15px;
  }

  .partslider-items img
  {
    width: 11% !important;
    margin: 0 10px !important;
  }

  .fixed-inner h2
  {
    font-size: 19px;
    line-height: 26px;
  }

  .fixed-split
  {
    margin: 0 16px 0;
  }

  .fs-icon
  {
    width: 50px;
  }
}

@media (max-width: 768px)
{
  .fc-split a
  {
    float: none;
  }
  
  .mob
  {
    display: block;
  }

  .test-cvr
  {
    width: 100%;
  }

  .mar-nav
  {
    margin-top: 41px;
  }

  .slider-inner h1 br
  {
    display: none;
  }

  .shrink .main-logo
  {
    width: 117px;
    position: absolute;
    padding: 8px;
  }

  .shrink .main-header
  {
    min-height: 57px;
  }

  .nav-btn
  {
    position: relative;
    right: 0;
  }
  .slider-inner
  {
    margin: 83px 0;
  }

 

  .habt-image
  {
    width: 70%;
    margin: 20px auto;
  }

  .habt-inner ul
  {
    width: 100%;
  }

  ul.sec-ul
  {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .ser-wraper
  {
    width: 100%;
  }

  .ser-content h2,
  .ser-content p,
  .ser-content
  {
    min-height: auto;
  }

  .ser-content a
  {
    position: relative;
    margin-top: 10px;
  }

  p.pr-number
  {
    bottom: 27px;
  }

  .process-split::after
  {
    display: none;
  }

  .test-left
  {
    width: 100%;
  }

  h2.sub-title,
  h1.main-title
  {
    text-align: center;
  }

  .desk
  {
    display: none !important;
  }

  .test-cvr
  {
    margin-top: 20px;
  }

  .test-left a
  {
    margin: 20px auto 0;
  }

  input.cfin
  {
    width: 98%;
  }

  button.cfbtn
  {
    float: none;
    margin: 20px auto 0;
  }

  .ftr-logo
  {
    display: none;
  }

  .fst-link
  {
    padding-left: 0;
  }

  .ftr-link h3
  {
    margin-top: 20px;
  }

  .fc-split a
  {
    display: table;
  }
  
  .top-inner
  {
    display: none;
  }

  button.ser-prev,
  button.ser-next
  {
    display: none;
  }

  .card
  {
    margin: 25px 5px 25px 5px !important;
    min-width: 259px !important; 
  }
  
  .tc-text
  {
    display: none;
  }

  .wh-last
  {
    padding-left: 10px;
  }

  section.main
  {
    padding: 30px 0;
  }

  .fixed-inner h2
  {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .fs-cvr
  {
    margin: 10px auto 0;
    display: table !important;
  }

  .fs-icon
  {
    width: 45px;
  }

  .fixed-split
  {
    margin: 0 10px 0;
  }

  .fixed-inner
  {
    margin: 0 0 15px;
  }

  section.abt-slider
  {
    margin-top: 80px !important;
  }

  section.slider
  {
    margin: 80px 0 0;
  }

  section.fixed
  {
    background-position-x: 50%;
  }
}

.fcs p
{
  margin: 0;
}























.ss-split
{
  width: 100%;
  float: left;
}

.ss-image
{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.ss-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.ss-content
{
  width: 100%;
  float: left;
  padding: 20px;
}

.ss-content p
{
  font-family: Poppins-Regular;
  font-size: 14px;
  min-height: 122px;
}

.ss-content h2
{
  font-size: 18px;
  font-family: 'Poppins-Semibold';
  color: #015fc9;
}

.ss-content a
{
  color: #2275d0;
  text-transform: uppercase;
  font-family: 'Poppins-Semibold';
  font-size: 13px;
}

.card:first-child
{
  margin-left: 0;
}

button.ser-prev
{
  position: absolute;
  right: 165px;
  top: 130px;
  background: #015fc9;
  z-index: 999;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  border: none;
}


button.ser-next
{
  position: absolute;
  right: 113px;
  top: 130px;
  background: #015fc9;
  z-index: 999;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  border: none;
}


.card {
  width: 300px;
  min-width: 300px;
  height:auto;
  background:#fff;
  border-radius:10px;
  position:relative;
  z-index:10;
  margin:25px;
  min-height:356px;
  cursor:pointer;
  transition: all .25s ease;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0, .08);
  overflow: hidden;
}

.card:hover {
  transform:translate(0, -10px);
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card .card-img {
  transform: translate(90px,-10px);
  margin: 0 30px;
  display:flex;
  align-items: center;
  justify-content:center;
  transition: all .35s ease-out;
}

.card img.blur {
  position:absulute;
  filter:blur(15px);
  z-index:-1;
  opacity:.40;
  transform: translate(-160px,30px);
  transition: all .35s ease-out;
}

.card:hover .card-img {
  transform:translate(70px,-15px);
}

.card:hover .card-img img.blur {
  transform:translate(-100px,35px) scale(.85);
  opacity:.25;
  filter:blur(20px);
}

.card-content {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  overflow:auto;
  scroll-behavior:smooth;
}

.card-content::-webkit-scrollbar {
   height:0px;
}

.card-content:after {
  content:'';
  display:block;
  min-width:20px;
  height:100px;
  position:relative;
}

.btn i {
  font-size:1.2rem;
}

.ser-slider {
  align-items:center;
  justify-content:center;
  background: transparent;
  width:100%;
  overflow:hidden;
}

.slider:after {
  content:'';
  left:98px;
  height:90vh;
  position:absolute;
  width:150px;
  z-index:100;
  background: linear-gradient(90deg, rgb(242,243,248) 0%,rgba(242,243,248,0)  100%);
  pointer-events:none;
  display: none;
}

.slider:before {
  content:'';
  right:98px;
  height:90vh;
  position:absolute;
  width:150px;
  z-index:100;
  background: linear-gradient(90deg, rgba(242,243,248,0) 0%,rgba(242,243,248,1)  100%);
  pointer-events:none;
  display: none;
}





.part-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.partslider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

  0% {
      transform: translateX(80%);
  }

  100% {
      transform: translateX(-20%);
  }
}

.partslider-items img {
  width: 10%;
  margin: 0 20px;

}

.part-cvr
{
  width: 100%;
  float: left;
}

.part-cvr h1
{
  text-align: center;
  margin-bottom: 20px;
}