@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Playfair+Display:400,700");


html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.feature-section-open {
background: url(../img/banner/banner-1.jpg) no-repeat center;
background-size: cover;

padding: 60px 0; }

@media (max-width: 767px) {
    .feature-section-open {
    padding: 60px 0 30px; } }

.card-feature-open {
padding: 40px 35px;
border: 0;
border-radius: 0;
background: rgb(255, 255, 255);
width: 100%;
height: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;

transition: all 300ms linear 0s; }
@media (max-width: 1200px) {
    .card-feature-open {
    padding: 0px 0px; } }
@media (max-width: 1200px) {
    .card-feature-open {
    margin-bottom: 30px; } }
.card-feature-open__icon {
    margin-bottom: 12px;
    display: inline-block;
    transform: translateY(4px); }
    .card-feature-open__icon i {
    color: #ffffff;
    font-size: 26px;
    margin-right: 15px; }
    @media (max-width: 991px) {
    .card-feature-open__icon {
        display: block; } }
.card-feature-open__title {
    font-size: 20px;
    font-weight: 600;
    color: #020a21; }
    @media (max-width: 1200px) {
    .card-feature-open__title {
        font-size: 18px; } }
    @media (max-width: 991px) {
    .card-feature-open__title {
        font-size: 16px; } }
.card-feature-open__subtitle {
    margin-bottom: 0;
    color: #797979; }
.card-feature-open:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(33, 20, 106, 0.1); }



.card-service-open {
padding: 40px 35px;
border: 0;

margin-left: 0px;
margin-right: 0px;
width: 100%;
height: 100%;
text-align: center;
border-radius: 10px;
background: rgb(255, 255, 255);
border: 1px solid #e8edf1;
z-index: 22;
position: relative;
transition: all 300ms linear 0s; }
.card-service-open__icon {
    margin-bottom: 12px;
    height: 72px;
    width: 72px;
    background: #ecf0f8;
    display: inline-block;
    text-align: center;
    line-height: 72px;
    border-radius: 51px;
    margin-bottom: 32px; }
    .card-service-open__icon i {
    color: #43464e; }
.card-service-open__title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #33363e;
    border-top: 1px solid #e8edf1;
    padding-top: 26px;
    margin-bottom: 16px; }
.card-service-open__subtitle {
    margin-bottom: 0;
    color: #797979;
    margin-bottom: 24px; }
.card-service-open__link {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    color: #33363e;
    letter-spacing: 1.5px;
    position: relative; }
    .card-service-open__link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    height: 2px;
    width: 40px;
    background: #33363e; }
    .card-service-open__link:hover:after {
    width: 100%;
    background: #0051d2;
    transition: all 300ms linear 0s; }

.center-obj {
    margin-left: auto;
    margin-right: auto;
}

.tablecenter {
    margin-left: 10%;
    margin-right: auto;
   
    width: 400px;
    max-width: 600px;
    min-width: 100px;
} 

.caption { 
	caption-side: bottom; 
}

.hspace2 {
    margin-bottom: 0.75cm;
 }
 .hspace3 {
    margin-bottom: 1cm;
 }
 .hspace35 {
    margin-bottom: 2.17cm;
 }
.hspace4 {
    margin-bottom: 2.89cm;
 }

.hspace5 {
    margin-bottom: 5cm;
 }
 .hspace8 {
    margin-bottom: 8.75cm;
 }



 .carousselimg {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 700px;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }