*{margin:0; padding:0;}

html
{font-size: 100%;}


html, body
{height:100%;}

.whatsapp {
	position: fixed;
    bottom: 90px;
    left: 25px;
    z-index: 99999;
    width: 50px;
    display: block;
}

.calling {
	position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 99999;
    width: 52px;
    display: block;
    background: #14176c;
    padding: 15px;
    border-radius: 29px;
    text-align: center;
}
.calling a {
    color: #ffffff;
}
::-webkit-scrollbar 
{width:7px; height:3px;}

::-webkit-scrollbar-track 
{background:#f1f1f1;}
 
::-webkit-scrollbar-thumb 
{background:#888; border-radius:20px;}

::-webkit-scrollbar-thumb:hover 
{background:#555; }

body
{margin:0; padding:0; color:#212529; font-family: 'Raleway', sans-serif; font-size:0.93rem; font-weight: 500; overflow-x:hidden; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale;}

input
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Raleway', sans-serif;}

button
{outline:none !important; cursor:pointer; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Raleway', sans-serif; background:none; transition: .4s cubic-bezier(.4,.47,.17,.98);}

select
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Raleway', sans-serif;}

textarea
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Raleway', sans-serif;}

div
{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

img
{max-width:100%; outline:none !important; border:none !important;}

a
{color:#e31e25; outline:none !important; text-decoration:none !important;
transition: .4s cubic-bezier(.4,.47,.17,.98);}

ul
{padding:0; margin:0; list-style:none;}

label
{font-size:1rem; font-weight:600;}

h1
{padding:0; margin:0; font-size: 2.5rem; font-weight: 800; line-height: 1.4;}

h2
{padding:0; margin:0; font-size: 2.12rem; line-height: 1.3; font-weight: 800;}

h3
{padding:0; margin:0; font-size: 1.4rem; font-weight: 600; line-height: 1.2em;}

h4
{padding:0; margin:0; font-size: 1.2rem; font-weight: 600; line-height: 1.3;}

h5
{padding:0; margin:0; font-size: 1.07rem; font-weight: 700;}

h6
{padding:0; margin:0;}

p
{line-height:1.5em; margin:0; font-size: 1rem;}

b
{font-weight: 600;}



/*animation*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
     opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  to {
     opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
     opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  to {
     opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.floatAni
{transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}



.floatAni2
{transform: translatey(0px);
  -webkit-animation: float2 2s ease-in-out infinite;
          animation: float2 2s ease-in-out infinite;}

@-webkit-keyframes float2 {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-15px);
  }
  100% {
    transform: translatex(0px);
  }
}

@keyframes float2 {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatex(0px);
  }
}



/* toggle menu style */
.clear-menu-btn
{position:relative; right:0; z-index:999; top:0; padding:0;}

.clear-menu-btn 
{
  width:30px;
  height:30px;
  z-index:999999;
  -webkit-transition:.4s; -moz-transition:.4s; -khtml-transition:.4s; -o-transition:.4s;
}

.clear-menu-btn .menu_tglbtn_checkbox 
{
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  height: 100%;
}

.clear-menu-btn .menu_tglbtn_checkbox:hover 
{cursor: pointer;}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .top, .clear-menu-btn .menu_tglbtn_checkbox_check ~ .bottom 
{top: 45%;}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .top 
{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .bottom 
{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .middle 
{
  filter: alpha(opacity=0);
  opacity: 0;
}

.clear-menu-btn .menu_tglbtn_checkbox_check ~ .circle 
{
  filter: alpha(opacity=100);
  opacity: 0;
}

.clear-menu-btn span {
  position: absolute;
  display: block;
  width:100%;
  height:2px;
  background-color: #222d35;
  z-index: -1;
  left:0;
  top:0;
  transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.clearmenubtn_active span
{background-color: #fff;}

.clear-menu-btn .top 
{top: 5px;}

.clear-menu-btn .middle 
{top: 13px;}

.clear-menu-btn .bottom 
{top: 21px;}

.clearmenubtn_active .bottom
{width:100%;}

.clear-menu-btn .circle 
{
  display: block;
  position:absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: alpha(opacity=0);
  opacity: 0;
  width:28px;
  height:16px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  left:14px;
  top:10px;
}


/*silk slider start*/
.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;
  margin-left: auto;
  margin-right: auto;
}
.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;padding: 0 15px 0 15px;}
.slick-loading .slick-slide
{visibility: hidden;}
.slick-vertical .slick-slide
{display: block; height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden 
{display: none;}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #333;
    border: none;
    outline: none;
    background: #fff;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled
{opacity: 0; visibility: hidden;}

.slick-prev
{left: 75px;}

.slick-prev:after
{content: ""; width: 25px; height: 25px; background: url(../images/chevron-back-outline.svg) no-repeat; background-size: 25px; position: absolute; top: 13px; left: 11px; opacity: 0.7;}

.slick-next
{right: 75px;}

.slick-next:after
{content: ""; width: 25px; height: 25px; background: url(../images/chevron-forward-outline.svg) no-repeat; background-size: 25px; position: absolute; top: 13px; left: 13px; opacity: 0.7;}

.slick-dotted.slick-slider
{margin-bottom: 0;}
.slick-dots
{
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  transition: .4s cubic-bezier(.4,.47,.17,.98);
}
.slick-dots li.slick-active button
{background: #aa2828 !important;}



.close
{outline:none !important; border:none !important;}

.no_pad
{padding:0 !important;}

.no_marg
{margin:0 !important;}

.input
{width:100%; height:50px; border:1px solid #e1e1e1; border-radius: 5px; padding:0 20px 0 50px ;
transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.input:focus
{border:1px solid #14176c;}

.textarea
{width:100%; padding:20px 20px 20px 50px; border:1px solid #e1e1e1; border-radius: 5px; height:200px; 
transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.textarea:focus
{border:1px solid #14176c;}

.select
{width:100%; height:50px; padding:0 20px 0 20px; border:1px solid #e1e1e1; background:#fff; 
-webkit-appearance: none; border-radius: 5px;
-moz-appearance: none;
cursor: pointer;
background: url(../images/select_arrow.png) no-repeat #fff;
background-position: right 20px center;
transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.select:focus
{border:1px solid #14176c;}

.inputFile
{background: #fff; padding: 10px 20px 0 10px;}

.inptBox
{width: 100%; position: relative;}

.modal.fade .modal-dialog {
-webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
   -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-open .modal
{padding:0 !important; z-index:99999999; background: rgba(0,0,0,0.7);}

.modal-dialog
{width:100% !important; max-width:100% !important; height:100vh; display:flex; position:relative; padding:50px 0 50px 0; overflow:auto;
 margin:0;
}

.modal-content
{border:none; border-radius:0; width:460px; max-width:initial;  box-shadow:0 19px 50px rgba(0, 0, 0, 0.10); border-radius:0; margin:auto;}

.modal-backdrop
{display:none;}

.inptBox
{width: 100%; position: relative;}

.inptBox span.inptIcon
{position: absolute; top: 13px; left: 20px; opacity: 0.6; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.inptBox span.inptIcon img
{width: 20px; height: 20px;}

.inptBox .input:focus + span.inptIcon
{opacity: 1;}

.inptBox .textarea:focus + span.inptIcon
{opacity: 1;}

.inptBox .textarea + span
{top: 19px}

.inptBox .select:focus + span.inptIcon
{opacity: 1;}

.PBth100
{padding: 100px 0 100px 0;}

.PT100
{padding-top: 100px;}

.PB100
{padding-bottom: 100px;}

.PBth90
{padding: 80px 0 80px 0;}

.PT90
{padding-top: 80px;}

.PB90
{padding-bottom: 80px;}

.PBth80
{padding: 80px 0 80px 0;}

.PT80
{padding-top: 80px;}

.PB80
{padding-bottom: 80px;}

.PBth70
{padding: 70px 0 70px 0;}

.PT70
{padding-top: 70px;}

.PB70
{padding-bottom: 70px;}

.PBth60
{padding: 60px 0 60px 0;}

.PT60
{padding-top: 60px;}

.PB60
{padding-bottom: 60px;}

.PT50
{padding-top: 50px;}

.PBth50
{padding: 50px 0 50px 0;}

.PBth40
{padding: 40px 0 40px 0;}

.PT40
{padding-top: 40px;}

.PB40
{padding-bottom: 40px;}

.PT30
{padding-top: 30px;}

.PT20
{padding-top: 20px;}

.PT15
{padding-top: 15px;}

.primaryHead
{width: 100%;}

.primaryHead h5
{color: #14176c; font-weight: 500;}

.primaryHead h2
{font-weight: 700; font-size: 2.5rem; line-height: 1.1em; padding: 0.2em 0 0 0;}

.primaryBtn
{display: inline-block; height: 40px; line-height: 40px; padding: 0 20px 0 20px; background: #14176c; color: #fff !important; border-radius: 30px; text-transform: capitalize; font-weight: 700; font-size: 15px; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.primaryBtn i
{font-size: 12px; margin: 0 0 0 3px;}

.primaryBtn:hover
{background: #d31d1d;}

.primaryBtn.Big
{height: 50px; line-height: 50px; font-size: 18px;}

.btmBtn
{width: 100%; text-align: center;}

.btmBtn .primaryBtn
{min-width: 200px;}



.header
{width:100%; position:fixed; top: 0; left: 0; z-index:9999; padding:0 0 0 0; background: #fff; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.header.fixed
{top: -53px;}

.header .container
{width:100%; max-width: 1200px;}

.headerBlock1
{width: 100%; background: #222d35; color: #fff;}

.headerBlock1ColL
{float: left;}

.headerBlock1 li
{float: left; border-left: 1px solid #333d45;}

.headerBlock1 li:last-child
{border-right: 1px solid #333d45;}

.headerBlock1 li a
{display: block; color: #fff; padding: 15px 20px;}

.headerBlock1 li a:hover
{opacity: 0.9;}

.headerBlock1ColL li a i
{color: #f8f8f8; margin: 0 7px 0 0;}

.headerBlock1ColR
{float: right;}

.headerBlock2
{width: 100%; padding: 5px 0 5px 0;}

.headerBlock2 .navbar
{padding:0;}

.headerBlock2 .navbar-brand
{padding-top:0; margin-right:60px; padding: 0;}

.headerBlock2 .navbar-brand img
{transition: .4s cubic-bezier(.4,.47,.17,.98);}

.headerBlock2 .navbar-brand img
{height: 50px;}

.headerBlock2 .navbar-nav 
{width:100%;}

.headerBlock2 .navbar-nav .nav-item
{position: relative;}

.headerBlock2 .navbar-nav .nav-item+.nav-item
{margin:0 0 0 45px;}

.headerBlock2 .navbar-nav .nav-link
{color:#22303b; font-weight: 700; padding:25px 0 25px 0; position:relative; text-transform: uppercase; letter-spacing: 0.03em;}

.fixed .headerBlock2 .navbar-nav .nav-link
{padding:15px 0 15px 0;}

.headerBlock2 .navbar-nav .nav-link:hover
{color: #14176c;}

.headerBlock2 .navbar-nav .active .nav-link
{color: #14176c;}

.headerBlock2 .dropdown-menu
{padding:0; border:none; border-radius:0; padding:0 0 0 0; background:#fff; width:250px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.09); left:50%;  transform: translateX(-50%); text-align:center;box-shadow: 0 0 10px rgba(0,0,0,.09); border-radius:10px;z-index:9999999; opacity:0;visibility:hidden;margin-top:20px;display:block;display:block !important;
transition: .2s cubic-bezier(.4,.47,.17,.98);
}

.headerBlock2 .dropdown-menu li
{border-bottom: 1px solid #eee;}

.headerBlock2 .dropdown-menu li:last-child
{border: none;}

.headerBlock2 .navbar-nav .nav-item:hover .dropdown-menu
{opacity:1; visibility:visible; top:100%; margin-top:0px;}

.headerBlock2 .dropdown-menu:after
{content:""; position:absolute; top:-8px; left:0; right:0; margin:auto;width: 0px;height: 0px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #fff;}

.headerBlock2 .navbar-nav .nav-item.show .dropdown-menu
{display:block !important;}

.headerBlock2 .dropdown-menu .dropdownmenu_item
{padding:13px 20px 13px 20px; display:block; position:relative; color:#33415a; font-size: 13px;}

.headerBlock2 .dropdown-menu li:hover .dropdownmenu_item
{color:#3f506e;}

.headerColR
{margin: 0 0 0 40px;}

.headerColR a
{color: #222d35; position: relative; display: block; padding: 0 0 0 55px;}

.headerColR h5
{font-family: 'Open Sans', sans-serif; font-size: 1.2rem;}

.headerColR p
{font-size: 0.97rem; color: #595959; letter-spacing: 0.03em;}

.headerColR a img
{position: absolute; top: 3px; left: 0;}

.mainslider
{width: 100%; margin-top: 134px;}

.mainslider img
{width: 100%;}

.mainslider .carousel-control-prev, .mainslider .carousel-control-next
{opacity: 1; width: 100px; opacity: 0.7;}

.mainslider .carousel-control-prev:hover, .mainslider .carousel-control-next:hover
{opacity: 1; width: 100px; opacity: 1;}

.mainslider .carousel-control-prev img, .mainslider .carousel-control-next img
{width: auto; height: auto;}




.masterHead
{width: 100%; background: #f7f7f7;}

.masterHead .row
{margin: 0;}

.masterHeadCol
{padding: 0;}

.masterHeadColLPic
{width: 100%; border-radius: 0 0 100px 0; overflow: hidden;}

.masterHeadColLPic img
{width: 100%;}

.masterHeadColR
{display: flex; align-items: center; position: relative;}

.masterHeadColRBx
{max-width: 550px; margin: 0 auto;}

.masterHeadColR .primaryHead
{margin-top: -120px;}

.masterHeadColR .primaryHead h5
{font-size: 2rem;}

.masterHeadColR .primaryHead h2
{font-size: 3.2rem;}

.masterHeadColRIntro
{width: 100%;}

.masterHeadColRIntro p
{line-height: 1.7em; font-size: 0.95rem;}

.masterHeadColRIntro p+p
{margin-top: 1em;}

.masterHeadColRLbl
{width: 190px; padding: 1.5em 1.5em; background: #14176c; position: absolute; bottom: 50px; left: -80px; text-align: center; box-shadow: 0 15px 30px 0 rgb(0 0 0 / 6%); border-radius: 0 30px 30px 30px; color: #fff; z-index: 99;}

.masterHeadColRLbl h2
{color: #fff; font-family: 'Open Sans', sans-serif; font-size: 3.5rem;
 line-height: 1.1em;}

.masterHeadColRLbl h5
{font-weight: 600;}

.hmBlock2
{width: 100%; background: #f7f7f7;}

.hmBlock2 .primaryHead
{text-align: center;}

.hmBlock2Intro
{width: 100%; padding: 30px 0 0 0;}

.hmBlock2Intro .slick-list
{padding: 0 100px 0 100px !important;}

.hmBlock2Intro .slick-initialized .slick-slide
{padding: 0 12px 0 12px;}

.hmBlock2Intro .row
{margin: 0 -10px 0 -10px;}

.hmBlock2Col
{width: 100%; padding: 20px 10px 0px 10px;}

.hmBlock2ColBx
{display: block; width: 100%; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 1.25em 2.5em 4.375em rgb(0 0 0 / 2%); padding: 1em; position: relative; top: 0;}

.hmBlock2ColBx:hover
{top: -10px; box-shadow: 1.25em 2.5em 4.375em rgb(0 0 0 / 5%);}

.hmBlock2ColPic
{width: 100%; background: #ddd; border-radius: 8px; overflow: hidden;}

.hmBlock2ColPic img
{width: 100%;}

.hmBlock3
{width: 100%; background: url(../images/hmBlock3Bg.jpg) no-repeat top center; background-size: cover;}

.hmBlock3Intro
{width: 100%;}

.hmBlock3IntroCol:nth-child(2), .hmBlock3IntroCol:nth-child(5)
{margin-top: -50px;}

.hmBlock3IntroCol:nth-child(3)
{margin-top: -100px;}

.hmBlock3IntroCol:nth-child(4)
{margin-top: 30px;}

.hmBlock3IntroCol:nth-child(5)
{margin-top: -20px;}

.hmBlock3IntroCol:nth-child(6)
{margin-top: -70px;}

.hmBlock3IntroColBx
{width: 100%; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 1.25em 2.5em 4.375em rgb(0 0 0 / 5%); padding: 1em; position: relative; top: 0; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlock3IntroColBx:hover
{top: -10px;}

.hmBlock3IntroColBx img
{width: 100%; border-radius: 8px;}

.hmBlock4
{width: 100%; background: url(../images/bgShade.jpg) no-repeat;
  background-size: cover; position: relative; overflow: hidden;}

.hmBlock4D
{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.hmBlock4D img
{width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.hmBlock4 .container
{position: relative; z-index: 1;}

.hmBlock4ColL
{display: flex; align-items: center;}

.hmBlock4ColLBx
{width: 100%;}

.hmBlock4ColRBx
{width: 100%; padding: 0 0 0 40px;}

.hmBlock4ColR .row
{margin-top: -30px;}

.hmBlock4ColRCol
{padding-top: 30px;}

.hmBlock4ColRColBx
{width: 100%; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 1.25em 2.5em 4.375em rgb(0 0 0 / 2%); padding: 1em; position: relative; top: 0; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlock4ColRColBx:hover
{top: -10px;}

.hmBlock4ColRColBx img
{width: 100%; border-radius: 8px;}

.hmBlock5
{width: 100%; background: #f7f7f7;}

.hmBlock5 .primaryHead
{text-align: center;}

.hmBlock5Intro
{width: 100%;}

.hmBlock5Intro .row
{margin: 0 -25px 0 -25px;}

.hmBlock5IntroCol
{padding: 0 25px 0 25px;}

.hmBlock5IntroColBx
{display: block; width: 100%; position: relative;}

.hmBlock5IntroColPic
{width: 100%; border-radius: 100px 0 0 0; overflow: hidden;}

.hmBlock5IntroColPic img
{width: 100%; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlock5IntroColBx:hover .hmBlock5IntroColPic img
{transform: scale(1.05);}

.hmBlock5IntroColOvr
{width: 280px; height: 120px; background: #fff; position: absolute; bottom: 0; right: 0; border-radius: 50px 0 0 0; display: flex; align-items: center; padding: 0 30px 0 30px;}

.hmBlock5IntroColOvrBx
{width: 100%; padding: 5px 0 0 0;}

.hmBlock5IntroColOvr h3
{color: #14176c; font-size: 1.4rem; font-weight: 700;}

.hmBlock5IntroColOvr p
{padding: 0.2em 0 0 0; color:#212529;}

.hmBlock6
{width: 100%; background: url(../images/bgShade.jpg) no-repeat; background-size: cover;}

.hmBlock6ColBx
{width: 100%; display: flex;}

.hmBlock6ColIcon
{width: 70px; height: 70px; border: 3px solid #14176c; border-radius: 0 30px 30px 30px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; padding: 10px;}

.hmBlock6ColIcon img
{position: relative; top: -2px;}

.hmBlock6ColIntro
{flex: 1; padding: 0 0 0 20px;}

.hmBlock6ColIntro h3
{font-weight: 700; color: #14176c; font-size: 2rem;}

.hmBlock6ColIntro p
{padding: 0.1em 0 0 0;}

.hmBlock7
{width: 100%; position: relative; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; color: #fff; text-align: center; padding-bottom: 130px;}

.hmBlock7::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(228, 31, 31, 0.8); -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlock7 .container
{position: relative; z-index: 1;}

.hmBlock7Row1
{width: 100%;}

.hmBlock7Row1 h2
{font-size: 3rem;}

.hmBlock7Row2
{width: 100%; margin-top: -75px; position: relative;}

.hmBlock7Row2ColLBx
{max-width: 800px; margin: 0 auto; height: 150px; background: #fff; border-radius: 20px; display: flex; overflow: hidden;}

.hmBlock7Row2Head
{width: 350px; height: 100%; background: #e4ae17; padding: 0 30px 0 60px; display: flex; align-items: center; position: relative;}

.hmBlock7Row2Headb h1
{width: 250px; height: 100%; background: #e4ae17; padding: 10px 30px 10px 60px; display: flex; align-items: center; position: relative;}

.hmBlock7Row2Head h3
{color: #fff; padding: 0 0 0 0; font-size: 40px; line-height: 1em; position: relative; top: -5px;}

.hmBlock7Row2Head h3 span
{display: block; font-size: 20px; padding: 0 0 0 0;}

.hmBlock7Row2Head::after
{content: ""; position: absolute; top: 50%; right: -30px; transform: translateY(-50%);
width: 0px;
height: 0px;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 3cqmax solid #e4ae17;
}

.hmBlock7Row2Intro
{flex: 1; padding: 40px 0 0 60px; display: flex;}

.hmBlock7Row2IntroIcon
{width: 70px; height: 70px; text-align: center; line-height: 65px; border: 3px solid #14176c; border-radius: 50%;}

.hmBlock7Row2IntroIcon img
{width: 40px; height: 40px;}

.hmBlock7Row2IntroIntro
{flex: 1; padding: 0 0 0 20px;}

.hmBlock7Row2IntroIntro p
{color: #212529;}

.hmBlock7Row2IntroIntro h4
{font-size: 2.1rem; color: #14176c;}

.hmBlock8
{width: 100%; min-height: 300px; background: #242424; padding: 0 0 70px 0;}

.hmBlock8Sec2
{width: 100%; padding: 70px 0 0 0;}

.hmBlock8Sec2 .primaryHead
{text-align: center; color: #fff;}

.hmBlock8Sec2 .primaryHead h2
{padding: 0;}

.hmBlock8Sec2 .primaryHead h5
{padding: 1em 0 0 0; color: #fff; line-height: 1.5em;}

.hmBlock8Sec2Intro
{width: 100%;}

.hmBlock8Sec2Intro .row
{margin: 0 -10px 0 -10px;}

.hmBlock8Sec2IntroCol
{padding: 0 10px 0 10px;}

.hmBlock8Sec2IntroColBx
{width: 100%;}

.hmBlock8Sec2IntroCol .input
{padding: 0 20px 0 20px; border-radius: 10px; height: 55px;}

.CaptchaBx
{position: relative;}

.CaptchaBxPic
{position: absolute; top: 8px; left: 2px;}

.CaptchaBx .input
{padding: 0 20px 0 130px !important;}

.hmBlock8Sec2IntroColBx .primaryBtn
{width: 100%; height: 50px; border-radius: 10px; height: 55px;}

.hmBlock9
{width: 100%;}

.hmBlock9 .primaryHead
{text-align: center;}

.hmBlock9 .slick-prev
{left: -75px;}

.hmBlock9 .slick-next
{right: -75px;}

.hmBlock9Intro
{width: 100%; padding: 20px 0 0 0;}

.hmBlock9Col
{width: 100%; padding: 20px 0 30px 0;}

.hmBlock9ColBx
{width: 100%; border: 1px solid #d6d6d6; border-radius: 10px; padding: 1.5em;}

.hmBlock9ColRow1
{width: 100%;}

.hmBlock9ColRow1 h3
{position: relative; padding: 0 0 0 30px;}

.hmBlock9ColRow1 h3 img
{position: absolute; top: 3px; left: 0; width: 22px;}

.hmBlock9ColRow1 p
{padding: 0.7em 0 0 0; color: #5a5a5a; font-size: 0.95rem; font-style: italic;}

.hmBlock9ColRow2
{width: 100%; padding: 0.7em 0 0 0;}

.hmBlock9ColRow2 i
{display: inline-block; color: #ffb900;}

.footer
{width: 100%; position: relative; background: #f7f7f7; background: #14176c;}

.footerSec1
{width: 100%; padding: 70px 0 70px 0;}

.footerSec1ColLBx
{width: 100%;}

.footerSec1ColLRow1
{width: 100%;}

.footerSec1ColLRow2
{width: 100%; padding: 0 0 0 0;}

.footerSec1ColLRow2 li
{position: relative; padding: 0 0 0 34px; font-weight: 600; color:#ffffff;}

.footerSec1ColLRow2 li img
{position: absolute; top: 3px; left: 0; width: 22px; height: 22px;}

.footerSec1ColLRow2 li+li
{margin-top: 0.8em;}

.footerSec1ColLRow2 li a
{color:#ffffff;}

.footerSec1ColR ul li a {
    color: #ffffff;
}

.footerSec1ColLRow2 li a:hover
{color: #14176c;}

.footerSec1ColRBx
{width: 100%; padding: 0 0 0 50px;}

.footerSec1ColR ul
{width: 50%; float: left;}

.footerSec1ColR ul li+li
{margin-top: 1em;}

.footerSec1ColR ul li a
{color:#ffffff; font-weight: bold; position:relative; overflow: hidden; letter-spacing: 0.03em; display: block; font-weight: 600;}

.footerSec1ColR ul li a:hover
{color: #14176c;}

.footerSec1ColMBx
{width: 100%; padding: 80px 0 0 0;}

.footerSec1ColMIntro
{width: 100%; padding: 20px 0 0 0;}

.footerSec1ColMIntroRow1
{width: 100%;}

.footerSec1ColMIntroRow1 .input
{width: 100%; border-radius: 30px; padding: 0 20px 0 20px;}

.footerSec1ColMIntroRow2
{width: 100%; padding: 10px 0 0 0;}

.footerSec1ColMIntroRow2 .primaryBtn
{width: 100%; height: 50px;}

.footerSec2
{width: 100%; padding: 20px 0 20px 0; border-top: 1px solid rgba(0, 0, 0, 0.1);}

.footerSec2ColL p
{font-size: 14px; color:#ffffff;}

.footerSec2ColRBx
{width: 100%; text-align: right;}

.footerSec2ColR li
{display: inline-block; font-size: 18px;}

.footerSec2ColR li+li
{margin: 0 0 0 15px;}

.footerSec2ColR li a
{color: #ffffff; opacity: 0.8;}

.footerSec2ColR li a:hover
{color: #14176c; opacity: 1;}

.back-to-top {
  width:50px;
  height:50px;
  line-height:50px;
  border-radius:50%;
  background:#14176c;
  color:#fff !important;
  text-align:center;
  cursor: pointer;
  position: fixed;
  bottom:60px;
  right: 15px; opacity: 1 !important;
  display:none;
  font-size:15px;
  z-index:999;
  display: none;
}

.back-to-top img
{width: 20px; height: 20px;}

.back-to-top:hover
{height:75px; line-height:75px; border-radius:30px;}

