body {
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
    font-weight: 400;
    color: #3d3d3d;
    /* text-align: left; */
    background-color: #fff;
    overflow-x: hidden;
}

#mibew-agent-button{
position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 5px;
}
.t4-wrapper>.t4-wrapper-inner>.t4-content>.t4-content-inner>p{
    margin-top: 0px;
    margin-bottom: 0px;
}

.com_media{
  overflow: inherit;
}
.sp-page-builder .page-content #chatbox {
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 48px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    box-shadow: 0 0 0 0 #ffffff;
  z-index: 10;
}

.logo-image img{
 /* height: 40px; */
    width: 175px;
}

.dark_blue{
  background:#1A2654 !important;
  color: #d1dbf3 !important ;
}
.page-subheader{
text-align: center;
    background: #d1dbf3;
    padding: 75px 15px;
}

.page-header{

    padding: 15px 15px;
margin-bottom: 15px;
}


#t4-header {
    top: 0;
    background-color: #ffffff;
    z-index: 10;
   /*  box-shadow: 0 1px 6px 0 rgba(212, 212, 212, 0.28); */
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    color: #fff;
}

.t4-megamenu .t4-module .module-title, .t4-megamenu .mega-col-nav .mega-col-title {
    background: transparent;
    border-bottom: 1px solid rgba(52, 58, 64, 0.12);
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 1rem;
    padding: 0;
    text-transform: none;
}

.t4-megamenu .row > .row {
    border-top: 1px solid rgba(52, 58, 64, 0.12);
    padding-top: 0rem !important;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} 
.achive {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
}

.background {
  position: relative;
  overflow: hidden;
  height: 25vh;
}

.content-section {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin: auto;
  color: #1a2654;
      width: 100%;

}

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

.content-section h1 spam{
  font-size: 28px;
}


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

.pro_slider {
  position: relative;
  z-index: 1;
  /* draggable */
  /* ---- previous/next buttons ---- */
  /* Atelierbram edit */
}

.pro_slider .flickity-enabled {
  position: relative;
}

.pro_slider .flickity-enabled:focus {
  outline: none;
}

.pro_slider .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.pro_slider .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pro_slider .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pro_slider .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pro_slider .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pro_slider .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pro_slider .flickity-prev-next-button:hover {
  background: white;
}

.pro_slider .flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}

.pro_slider .flickity-prev-next-button:active {
  opacity: 0.6;
}

.pro_slider .flickity-prev-next-button.previous {
  left: 10px;
}

.pro_slider .flickity-prev-next-button.next {
  right: 10px;
}

.pro_slider .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pro_slider .flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.pro_slider .flickity-prev-next-button .arrow {
  fill: #333;
}

.pro_slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pro_slider body {
  font-family: sans-serif;
}

.pro_slider .carousel-main {
  margin-bottom: 8px;
}

.pro_slider .carousel-cell {
  width: 100%;
  margin-right: 8px;
  border-radius: 5px;
  /* counter-increment: carousel-cell; */
}

.pro_slider .carousel-nav .carousel-cell {
  height: 90px;
  width: 120px;
}

.pro_slider .carousel-main img {
  display: block;
  margin: 0 auto;
}

.pro_slider .container {
  max-width: 672px;
  margin: 0 auto;
}

.pro_slider h1 {
  text-align: center;
}

.img-fluid {
  max-width:100%;
  height:auto;
}

.myrow {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}

.mycontainer {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}

.mb-auto, .myprod-auto {
  margin-bottom: auto!important;
}

.mt-auto, .myprod-auto {
  margin-top: auto!important;
}
a{
 text-decoration: none !important;
}
.mybtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mybtn {
  display: inline-block;
  color: #22195e;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: solid 2px #1a2654;
  border-radius: 5px;
}

.mybtn1:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#1a2654), to(#455698)), radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: linear-gradient(to right, #1a2654 0%, #455698 100%), radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -o-linear-gradient(to right, #1a2654 0%, #455698 100%), -o-radial-gradient(circle at top left, #8252fa, #eca2f1);
  color: #f0f;
  /* counter-increment: carousel-cell;
  -webkit-box-shadow: 0px 10px 30px #0f0f0f4b;
          box-shadow: 0px 10px 30px #0f0f0f4b; */
  border: 2px solid transparent;
}

.mybtn span {
  padding: 0 35px;
}

.mybtn:hover {
  background-image: linear-gradient(to right, #1a2654 0%, #455698 100%), radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -webkit-linear-gradient(to right, #1a2654 0%, #455698 100%), -webkit-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -moz-linear-gradient(to right, #1a2654 0%, #455698 100%), -moz-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -ms-linear-gradient(to right, #1a2654 0%, #455698 100%), -ms-radial-gradient(circle at top left, #8252fa, #eca2f1);
  background-image: -o-linear-gradient(to right, #1a2654 0%, #455698 100%), -o-radial-gradient(circle at top left, #8252fa, #eca2f1);
  color: #fff;
  box-shadow: 0px 10px 30px #0f0f0f4b;
  border: 2px solid transparent;
}

.mybtn a:not([href]):not([tabindex]) {
    color: #fff;
    /* text-decoration: none; */
}

.mybtn a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
    text-decoration: none;
}

.skewed-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ecf2ff));
  background-image: linear-gradient(white, #ecf2ff);
  padding: 0px;
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  position: relative;
  margin-top: -100px;
}

.skewed-bg .pat {
  background-image: url(../images/patren.svg);
  background-size: 100px;
  padding: 100px 0px 100px 0px;
}

.skewed-bg .content {
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  text-align: center;
}

.skewed-bg .content .title {
  padding-top: 100px;
  font-weight: normal;
}

.skewed-bg .content .text {
  width: 60%;
  margin: 25px auto;
  color: #ccfff2;
}
/*# sourceMappingURL=contactus.css.map */

.mycard-deck {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
}

.prodsection {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 130px;
    padding-left: 0px;
}

@media (min-width: 576px)
{
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
 


@media (min-width: 576px)
.card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
.card-deck .card {
    margin-bottom: 15px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.contactus {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1e6ef), to(white));
  background-image: linear-gradient(#d1e6ef, white);
  background-image: url(../images/map.PNG);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.contactus .card {
  background: rgba(255, 255, 255, 0.815);
  border: 0 none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1px rgba(44, 44, 44, 0.342);
          box-shadow: 0 0 15px 1px rgba(44, 44, 44, 0.342);
}

.contactus .con_mail {
  background: #f1f4fc;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.contactus .con_mail label {
  display: inline-block;
  margin-bottom: 0rem;
  padding: 10px 5px 10px 15px;
  background: #d1dbf3;
  font-weight: 700;
}

.contactus .con_mail a {
  padding: 10px 15px 10px 5px;
  color: #6b6b6b;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.grad_1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ecf2ff));
  background-image: linear-gradient(white, #ecf2ff);
  padding: 0px;
}

.grad_1 .pat {
  background-image: url(../images/patren.svg);
  background-size: 100px;
  padding: 100px 0px;
}

.grad_2 {
  padding: 0px;
}

.skewed-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ecf2ff));
  background-image: linear-gradient(white, #ecf2ff);
  padding: 0px;
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  margin-top: -100px;
  position: relative;
}

.skewed-bg .pat {
  background-image: url(../images/patren.svg);
  background-size: 100px;
  padding: 100px 0px 100px 0px;
}

.skewed-bg .content {
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  text-align: center;
}

.skewed-bg .content .title {
  padding-top: 100px;
  font-weight: normal;
}

.skewed-bg .content .text {
  width: 60%;
  margin: 25px auto;
  color: #ccfff2;
}

#form .contact-h {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a2654;
}

#form  .contact .form-group {
    margin-bottom: 25px;
  }

#form  .contact .form-control {
  max-width: inherit;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #1a2654;
    box-shadow: none;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff0;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

#form  .group {
    position: relative;
    margin-bottom: 45px;
  }

#form  input:focus {
    outline: none;
  }

#form  label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }

#form  input:focus~label, input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #8252fa;
  }

#form  .bar {
    position: relative;
    display: block;
    width: 100%;
  }

#form  .bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #8252fa;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }

#form  .bar:before {
    left: 50%;
  }

#form  .bar:after {
    right: 50%;
  }

#form  input:focus~.bar:before, input:focus~.bar:after {
    width: 50%;
  }

#form  .highlight {
    position: absolute;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }

  /* active state */

#form  input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
  }

  /* ANIMATIONS ================ */


#form  .text-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
  }

#form  .text-group textarea:focus~.input-label,
  .text-group textarea:valid~.input-label,
  .text-group textarea.form-file~.input-label,
  .text-group textarea.has-value~.input-label {
    font-size: 14px;
    ;
    color: gray;
    top: -1rem;
    left: 0;
  }

#form  .text-group textarea:focus~.input-label {
    color: #8252fa;
  }

#form  .text-group textarea:focus~.bar::before {
    width: 100%;
    left: 0;
  }

#form  .text-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 4.25rem;
  }
}

.mybtn span {
    padding: 0 35px;
}

.main_title {
    margin-bottom: 50px;
}

.main_title p {
  
    font-size: 20px;
  
}
.main_title p span {
    border-bottom: 2px solid #1a2654;
    font-weight: 700;
}

.main_title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.wr-img .topimage .fa {
    padding: 20px;
    background: #f2f5fb8a;
    border: 3px solid #f0f5fb;
    border-radius: 50px;
    font-size: 50px;
    color: #1a2654;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

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

.wr-img {
    padding: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

footer {
    background-image: url(../images/footer.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  	width: 100vw;
    margin-left: -50vw;
    position: relative;
    left: 50%;
}

footer .footer-big {
    padding: 115px 0 0px 0;
}

footer .footer-menu--1 {
    width: 100%;
}

footer .footer-menu {
    padding-left: 48px;
}

footer #services {
    text-align: center;
    -webkit-transform: translatez(0);
    transform: translatez(0);
}
footer ul {
    padding-left: 15px;
}

footer #services li {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 10px;
    list-style: none;
}

footer .footer-big .footer-menu ul li a, footer .footer-big p, footer .footer-big ul li {
    color: #1a2654;
}
footer li {
    list-style: none;
}
footer #services li span {
    font-size: 13px;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

footer .footer-widget-title {
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 18px;
}
footer h4 {
    margin: 0;
    font-weight: 400;
    padding: 0;
    color: #363940;
}

footer .footer-menu {
    padding-left: 48px;
}

footer .footer-menu--1 {
    width: 100%;
}

footer a:focus, footer a:hover {
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
footer p {
    font-size: 16px;
    line-height: 30px;
    color: #898b96;
    font-weight: 300;
}
footer a {
    color: #1a2654;
}
footer .mini-footer {
    background: #ffffff;
    text-align: center;
    padding: 10px 0;
}

footer .go_top {
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    background: #1a2654;
    color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    right: calc((100% - 1140px)/ 2);
    z-index: 111;
    bottom: 80px;
    text-align: center;
}



#testimonial .jumbotron {
  padding: 30px;
  border-top: #eef3fe 5px solid;
  /* padding: 0px; */
  background: #fff !important;
  background-size: 100px;
  margin: 15px 0px;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

#testimonial .jumbotron .logo img {
  width: 200px;
}

#testimonial .jumbotron .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#testimonial .jumbotron .profile .img img {
  width: 100px;
  height: 100px;
  border-radius: 80px;
}

#testimonial .jumbotron .profile .name {
  padding-left: 20px;
}

#testimonial .jumbotron .profile .name h3 {
  font-size: 25px;
}

#testimonial .jumbotron .profile .name h4 {
  font-size: 17px;
}

#testimonial .jumbotron .testimoni {
  padding: 20px 0px;
}

#testimonial .jumbotron .testimoni p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0rem;
  line-height: 32px;
}

#team .card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

#team .pmd-card .pmd-card-media img {
  width: 100%;
}

#team .pmd-card .card-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0rem;
}

#team .pmd-card .card-body h2 {
  font-weight: 600;
  margin-bottom: 0rem;
}

#team .pmd-card .card-body p {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#team .pmd-card .card-footer {
  padding: .75rem 1.25rem;
  background-color: #eef3fe;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#team .pmd-card .card-footer .socialMedia {
  text-align: center;
}

#team .pmd-card .card-footer .socialMedia a {
  width: 30px;
  height: 30px;
}

#team .pmd-card .card-footer .socialMedia a i {
  font-size: 25px;
}



#clients .start-text p {
  font-size: 20px;
}

#clients .clinetheader h3 {
  margin: 30px 25px;
}

#clients .clientimg img {
  width: 200px;
}



.feature {
  margin: 50px 0px;
}

.label {
  padding: 10px;
  background: #f3f3f3;
  border-radius: 5px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0px;
}

.label .icon img {
  width: 40px;
  margin: 8px 0px;
}

.label .icon {
  vertical-align: middle;
  border: 2px solid #606060;
  width: 60px;
  height: 60px;
  margin: 0px auto;
  border-radius: 60px;
}

.label .iconlabel {
  vertical-align: middle;
}


.jdb-jarticles-grid-view .jdb-jarticle {
    border: 5px solid #d1dbf3 !important;
    border-radius: 5px;
    -webkit-box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.7);
}
.jdb-jarticles-grid-view .jdb-jarticle:hover {
    border: 5px solid #d1dbf3 !important;
    border-radius: 5px;
   -webkit-box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.item-page [itemprop="articleBody"] {
    margin-top: 0rem !important;
    margin-bottom: 0rem;
}

.open > .dropdown-menu{display:block;}






.subscribe_now {
  h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #34495e;
    font-weight: 800;
    text-align: center;
  }
  p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #34495e;
    text-align: center;
  }
}

.subscribe_form {
	 max-width: 470px;
	 width: 100%;
	 margin: 0 auto;
	 box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
}
 .subscribe_form:focus {
	 outline: none;
}
 .subscribe_form .form-control {
	 border: none;
}
 .subscribe_form .form-control:focus {
	 box-shadow: none;
}
 .subscribe_form input {
	 height: 44px;
}
 .subscribe_form button {
	 border: none;
	 height: 44px;
	 background-color: #1A2654 !important;
	 color: #fff;
	 margin: -1px;
	 border-radius: 0;
	 width: 135px;
	 text-transform: uppercase;
	 position: relative;
	 transition: all ease 0.3s;
	 -webkit-transition: all ease 0.3s;
	 -moz-transition: all ease 0.3s;
	 -o-transition: all ease 0.3s;
	 -ms-transition: all ease 0.3s;
}
 .subscribe_form button:hover, .subscribe_form button:focus, .subscribe_form button:active, .subscribe_form button:visited {
	 color: #fff;
	 background-color:rgba(26, 38, 84, 0.67) !important;
	 outline: none;
	 transition: all ease 0.3s;
	 -webkit-transition: all ease 0.3s;
	 -moz-transition: all ease 0.3s;
	 -o-transition: all ease 0.3s;
	 -ms-transition: all ease 0.3s;
}
 .subscribe_form button:hover:before, .subscribe_form button:focus:before, .subscribe_form button:active:before, .subscribe_form button:visited:before {
	 background-color: rgba(26, 38, 84, 0.67);
	 transition: all ease 0.3s;
	 -webkit-transition: all ease 0.3s;
	 -moz-transition: all ease 0.3s;
	 -o-transition: all ease 0.3s;
	 -ms-transition: all ease 0.3s;
}
 .subscribe_form button:before {
	 content: '';
	 position: absolute;
	 top: 100%;
	 left: 0;
	 height: 1px;
	 background-color: #1A2654;
	 width: 100%;
	 transition: all ease 0.3s;
	 -webkit-transition: all ease 0.3s;
	 -moz-transition: all ease 0.3s;
	 -o-transition: all ease 0.3s;
	 -ms-transition: all ease 0.3s;
}
 .subscribe_form .input-group-btn:last-child > .btn, .subscribe_form .input-group-btn:last-child > .btn-group {
	 z-index: 2;
	 margin-left: 0px;
}
 
.jdb-social-links ul li a {
    margin-bottom: 0px !important;
}


.particle_effects {
	 color: #fff;
	 line-height: 1.3;
	 -webkit-font-smoothing: antialiased;
}
 .particle_effects #particles {
	 width: 100%;
	 height: calc(100vh - 75px);
	 overflow: hidden;
}
 .particle_effects #particles .overlay {
	 position: fixed;
	 background: rgba(0, 0, 0, 0.5);
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 display: block;
}
 .particle_effects #particles #intro {
	 position: absolute;
	 left: 0;
	 top: 50%;
	 padding: 0 20px;
	 width: 100%;
	 text-align: center;
}
 .particle_effects #particles #intro h1 {
	 text-transform: uppercase;
	 font-size: 85px;
	 font-weight: 700;
	 letter-spacing: 0.015em;
}
 .particle_effects #particles #intro h1::after {
	 content: '';
	 width: 80px;
	 display: block;
	 background: #fff;
	 height: 10px;
	 margin: 30px auto;
	 line-height: 1.1;
}
 .particle_effects #particles #intro p {
	 margin: 0 0 30px 0;
	 font-size: 24px;
}
 .particle_effects #particles #intro .btn {
	 display: inline-block;
	 padding: 15px 30px;
	 border: 2px solid #fff;
	 text-transform: uppercase;
	 letter-spacing: 0.015em;
	 font-size: 18px;
	 font-weight: 700;
	 line-height: 1;
	 color: #fff;
	 text-decoration: none;
	 -webkit-transition: all 0.4s;
	 -moz-transition: all 0.4s;
	 -o-transition: all 0.4s;
	 transition: all 0.4s;
}
 .particle_effects #particles #intro .btn:hover {
	 color: #054;
	 border-color: #054;
}
 @media only screen and (max-width: 1000px) {
	 .particle_effects #particles #intro h1 {
		 font-size: 70px;
	}
}
 @media only screen and (max-width: 800px) {
	 .particle_effects #particles #intro h1 {
		 font-size: 48px;
	}
	 .particle_effects #particles #intro h1::after {
		 height: 8px;
	}
}
 @media only screen and (max-width: 568px) {
	 .particle_effects #particles #intro #intro {
		 padding: 0 10px;
	}
	 .particle_effects #particles #intro h1 {
		 font-size: 30px;
	}
	 .particle_effects #particles #intro h1::after {
		 height: 6px;
	}
	 .particle_effects #particles #intro p {
		 font-size: 18px;
	}
	 .particle_effects #particles #intro .btn {
		 font-size: 16px;
	}
}
 @media only screen and (max-width: 320px) {
	 .particle_effects #particles #intro h1 {
		 font-size: 28px;
	}
	 .particle_effects #particles #intro h1::after {
		 height: 4px;
	}
}
 
.t4-megamenu .mega-nav > li a, .t4-megamenu .dropdown-menu .mega-nav > li a {
    padding: 5px 10px;
    font-size: 14px;
}

.t4-megamenu .dropdown-menu li > a:hover, .t4-megamenu .dropdown-menu li > a:focus, .t4-megamenu .dropdown-menu li > a:active, .t4-megamenu .dropdown-menu li > .nav-link:hover, .t4-megamenu .dropdown-menu li > .nav-link:focus, .t4-megamenu .dropdown-menu li > .nav-link:active, .t4-megamenu .dropdown-menu li .dropdown-item:hover, .t4-megamenu .dropdown-menu li .dropdown-item:focus, .t4-megamenu .dropdown-menu li .dropdown-item:active {
    background-color: #d1dbf3;
    color: rgba(0, 0, 0, 0.8);
}

div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 30px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
   float: none;
    margin: 2px 0 4px 4px;
    padding: 0px 0px 20px 0px;
    width: 100%;
}

div.k2ItemsBlock {
    width: 750px;
    margin: auto;
    max-width: 100%;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 4px 0;
    text-align: justify;
}


.sppb-btn-primary {
    color: #fff;
    background-color: #1a2654;
    border-color: #2e3258;
}

blockquote {
    padding: 14px 28px;
    margin: 0 0 28px;
    font-size: 20px;
    border-left: 5px solid #eeeeee;
}

.t4-section-inner{
padding-top:20px;
}
