/* h2{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
} */

.navbar .navbar-brand h2 {
    font-family: 'Playfair Display', serif;
}




/* sec-spacer */


/* .sec-spacers {
    padding: 40px 0;
}

.btn {
    text-transform: uppercase;
}

.btn .glyphicon {
    font-size: 14px;
}

.btn-theme {
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.btn-theme,
.btn-theme:hover,
.btn-theme:focus {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    border: 0;
    padding: 10px 25px;
    background: #1d67b1;
    background: -moz-linear-gradient(left, #1d67b1 0%, #308eec 100%);
    background: -webkit-linear-gradient(left, #1d67b1 0%, #308eec 100%);
    background: linear-gradient(to right, #1d67b1 0%, #308eec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d67b1', endColorstr='#308eec', GradientType=1);
}

.btn-theme:hover,
.btn-theme:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    outline: 0 !important;
}

.btn-full {
    width: 100%;
    text-align: center;
}

.btn-gr,
.btn-gr:hover,
.btn-gr:focus {
    background: #1abc9c;
    background: -moz-linear-gradient(left, #1abc9c 0%, #18dfb7 100%);
    background: -webkit-linear-gradient(left, #1abc9c 0%, #18dfb7 100%);
    background: linear-gradient(to right, #1abc9c 0%, #18dfb7 100%);
}

.btn-red,
.btn-red:hover,
.btn-red:focus {
    background: #e74c3c;
    background: -moz-linear-gradient(left, #e74c3c 0%, #fe6a5b 100%);
    background: -webkit-linear-gradient(left, #e74c3c 0%, #fe6a5b 100%);
    background: linear-gradient(to right, #e74c3c 0%, #fe6a5b 100%);
}

.btn-pup,
.btn-pup:hover,
.btn-pup:focus {
    background: #9c5ab7;
    background: -moz-linear-gradient(left, #9c5ab7 0%, #bf77dd 100%);
    background: -webkit-linear-gradient(left, #9c5ab7 0%, #bf77dd 100%);
    background: linear-gradient(to right, #9c5ab7 0%, #bf77dd 100%);
}

.btn-or,
.btn-or:hover,
.btn-or:focus {
    background: #f39c12;
    background: -moz-linear-gradient(left, #f39c12 0%, #ffb94b 100%);
    background: -webkit-linear-gradient(left, #f39c12 0%, #ffb94b 100%);
    background: linear-gradient(to right, #f39c12 0%, #ffb94b 100%);
}

.btn-db,
.btn-db:hover,
.btn-db:focus {
    background: #354a5f;
    background: -moz-linear-gradient(left, #354a5f 0%, #687e94 100%);
    background: -webkit-linear-gradient(left, #354a5f 0%, #687e94 100%);
    background: linear-gradient(to right, #354a5f 0%, #687e94 100%);
}



.gr {
    border-bottom-color: #1abc9c;
}

.re {
    border-bottom-color: #e74c3c;
}

.pup {
    border-bottom-color: #9b59b6;
}

.or {
    border-bottom-color: #f39c12;
}

.db {
    border-bottom-color: #34495e;
}



.service-card {
    background-color: #fff;
    border-bottom: 2px solid #3498db;
    height: 435px;
    position: relative;
    margin-bottom: 50px;
}

.service-card-img {
    height: 215px;
    width: 100%;
    overflow: hidden;
    display: block;
}

.service-card-img img {
    width: 100%;
}

.service-card-cont {
    padding: 13px 13px 25px;
    text-align: center;
}

.service-card-cont h2 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-card-cont p {
    font-size: 16px;
}

.service-card-cont .btn {
    position: absolute;
    bottom: -20px;
    left: 30%;
}

.services-acc {
    margin: 30px 0;
    width: 100%;
    float: left;
}

.services-acc-col {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.services-acc-col:nth-child(2) {
    padding-right: 0;
}

.services-acc .panel {
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}

.services-acc .panel+.panel {
    margin-top: 10px;
}

.services-acc .panel-title {
    font-size: 18px;
    position: relative;
}

.services-acc .panel-title a {
    color: #18245c;
    font-weight: 600;
}

.services-acc .panel-title a.collapsed {
    font-weight: 400;
}

.services-acc .panel-title a.collapsed:after,
.services-acc .panel-title a:after {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #187adc;
    right: 0;
    top: 13px;
    font-size: 30px;
    font-weight: normal;
    line-height: 0;
}

.services-acc .panel-title a.collapsed:after {
    content: '+';
}

.services-acc .panel-title a:after {
    content: '-';
}

.services-acc .panel-body {
    border: 0 !important;
    padding: 0 15px 15px;
    font-size: 16px;
}




.callout-cont {
    z-index: 99;
    text-align: center;
    padding: 30px;
}

.callout-cont {
    width: 100%;
}

.callout,
.callout-cont {
    position: relative;
    color: #fff;
    bottom: 0;
}

.callout {
    height: 410px;
    align-items: center;
    display: flex;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.callout h2 {
    text-transform: uppercase;
}

.callout,
.callout-cont {
    position: relative;
    color: #fff;
    bottom: 0;
}

.callout-cont {
    width: 100%;
}

.callout:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1abc9c;
    opacity: 0.8;
    content: '';
    z-index: 98;
}

.callout-cont {
    z-index: 99;
    text-align: center;
    padding: 30px;
}

.callout-cont h2 {
    font-weight: 400;
    position: relative;
    padding-bottom: 16px;
}

.callout-cont h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 80px;
    margin-left: -40px;
    height: 3px;
    background-color: #fff;
}

.callout-cont h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 10px;
}

.call-hvr-cont {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -100%;
    opacity: 0;
    padding: 10px 20px;
    text-align: center;
}

.call-hvr-cont:before {
    background-color: #1abc9c;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0.8;
    z-index: 87;
}

.call-hvr-cont h2,
.call-hvr-cont .btn {
    position: relative;
    z-index: 88;
}

.call-hvr-cont h2 {
    font-size: 25px;
    margin-bottom: 5px;
}

.call-hvr-cont .btn {
    font-size: 15px;
}

.callout:nth-child(2):before,
.callout:nth-child(2) .call-hvr-cont:before {
    background-color: #3498db;
}

.callout:nth-child(3):before,
.callout:nth-child(3) .call-hvr-cont:before {
    background-color: #e74c3c;
}

.callout:nth-child(4):before,
.callout:nth-child(4) .call-hvr-cont:before {
    background-color: #9b59b6;
}

.callout:nth-child(5):before,
.callout:nth-child(5) .call-hvr-cont:before {
    background-color: #f39c12;
}

.callout:nth-child(6):before,
.callout:nth-child(6) .call-hvr-cont:before {
    background-color: #34495e;
}

.callout:hover:before {
    opacity: 0;
}

.callout:hover .callout-cont {
    bottom: -100%;
}

.callout:hover .call-hvr-cont {
    bottom: 0;
    opacity: 1;
    z-index: 99;
}


.callout-cont h2 {
    font-weight: 400;
    position: relative;
    padding-bottom: 16px;
}

.callout h2 {
    text-transform: uppercase;
}





h1,
h2,
h3,
h4,
p,
ul,
ol,
.bullets {
    margin: 0 0 20px;
    line-height: 1.5;
}

h2{font-size:35px;color:#19295f;}

h3{font-size:26px;}

h4{font-size:21px;font-weight:700;color:#19295f;}

.white-text {
    color: #fff;
}

.thin {
    font-weight: 300;
}


.container-1 {
    position: relative;
} */