@charset "utf-8";
/* CSS Document */
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family: 'Open Sans', sans-serif;}
p {font-size:15px;
    line-height:25px;
	color:#333;
    letter-spacing: 0.2px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#222222; font-family: 'Montserrat', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:20px;
    cursor: pointer;
    display: none;
    z-index: 999;
}
#scroll img {margin:0px auto;}
/*======header=====*/
.top-header {background:#fff;
    padding:8px 0;
    position: relative;
}
.header-right .header-right-card ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.header-right .header-right-card ul li {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 7px;
    color: #1f1f1f;
    margin-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-right .header-right-card ul li:last-child {margin-right: 0;}
.header-right .header-right-card ul li .head-icon {
    color: #0152a3;
    font-size: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-right .header-right-card ul li a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    margin-left: 30px;
}
.header-right .header-right-card ul li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d0d0d0;
    left: -20px;
    top: 15px;
}
.header-right .header-right-card ul li:first-child:before {content: inherit;display: none;}

.social-head {text-align: right;margin-bottom: 0;padding: 10px 0;}
.social-head li {padding: 0;}
.social-head li a {
    width: 30px;
    height: 30px;
    line-height:30px;
    text-align: center;
    border-radius: 50px;
    background-color:#0152a3;
    color: #fff;
    display: block;
}
.social-head li a.fb {background-color: #0152a3;}
.social-head li a.tw {background-color: #00acee;}
.social-head li a.ins {background-color:#fe00ad;}
/*.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
	   z-index: 999;
	    min-height: 62px !important;
}
.affix-top {
      position: static;
      top: -35px;
}
.affix .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.affix .navbar-brand {height: 62px;padding: 20px 15px;}
.affix + .container{padding-top: 70px;}*/
.navbar-default {
    background-color:rgb(255 255 255 / 20%);
    border-color: transparent;
}
.navbar {
    border-radius:0px;
    margin-bottom:0px;
    border:0px;
    min-height:106px;
}
.navbar-brand {
    height:106px;
    padding:20px 15px;
}
.navbar-brand > img {
    display: block;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
    letter-spacing: 0.5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background-color: transparent;
}
/*drop-dwon*/
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top:4px solid #0152a3;
    padding: 5px 0 0 0;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #edeae9;
    background: transparent;
}
.dropdown-menu > li > a {
    padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight:500;
    letter-spacing: 0.2px;
    border-radius: 0px;
}
/*welcome-section start*/
.welcome-section {padding:50px 0 80px 0;position: relative;}
.heading-center {text-align: center;}
.hd-left {text-align: left;}
.heading-style h1 {margin-top: 0px;
	font-weight: 700;
	text-transform: capitalize;
    color:#001837;
    font-size: 34px;
} 
.heading-style h3 {
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}
.hd-left h3  { padding-left: 60px;}
.hd-left h3:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    left: 0;
    position: absolute;
    background: #001837;
    opacity: .6;
}
.heading-style h4 {font-size: 22px;font-weight: 700;}
.welcome-form-wrap {border-radius: 8px;
        box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    margin-top: -165px !important;
    padding: 35px;
    z-index: 9;
    position: relative;
    background-color: #fff;
}
.welcome-form-wrap h2 {margin-top: 0;color:#001837;font-size:24px; text-align: center;font-weight:700;
    margin-bottom: 25px;
}
.welcome-form-wrap label {
        color: #001837;
    font-weight: 700;
    font-size: 14px;
}
.welcome-form-wrap .form-control {
    background-color:#ededed;
    color: #001837;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    height: 48px;
    box-shadow: none;
}
.btn-submit {
    background-color:#0152a3;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
    color:#fff;
    font-size: 16px;
}
.more-btn {color: #0152a3;
    font-weight: 700;
    font-style: italic;
    font-size: 15px;
}
.about-image {-webkit-animation: movebounce 2.9s linear infinite;
    animation: movebounce 2.9s linear infinite;
}
.btn2 {
    display: inline-block;
    font-weight: 500;
    color: #02334f;
    background-color: #fdf288;
    padding: 12px 25px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0px;
}
.btn2:before, .btn2:after {position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    right: 0;
    background-color:#2098d1;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.btn2:before {top: 50%;}
.btn2:after {bottom: 50%;}
.btn2:hover:before, .btn2:hover:after  {height: 50%;}

@keyframes movebounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }
@keyframes moveleftbounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } 
}
.banner-shape {overflow: hidden;}
.banner-shape img {
    position: absolute;
}
.banner-shape img:nth-child(2) {
    right:7%;
    top: 180px;
    -webkit-animation: banner-ani-two 25s infinite linear;
    animation: banner-ani-two 25s infinite linear;
}
.banner-shape img:nth-child(1) {
    left: 50px;
    top: 180px;
    -webkit-animation: banner-ani-one 25s infinite linear;
    animation: banner-ani-one 25s infinite linear;
}
.banner-area .banner-shape img:nth-child(6) {
    left: 0;
    right: 0;
    top: 0;
    -webkit-animation: banner-ani-six 5s infinite linear;
    animation: banner-ani-six 5s infinite linear;
    z-index: 0;
}
@keyframes banner-ani-one {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(80px, -80px);
    }
    70% {
        transform: translate(80px, 80px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes banner-ani-two {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(-80px, 60px);
    }
    70% {
        transform: translate(100px, 80px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes banner-ani-six {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .10;
    }
    100% {
        opacity: 1;
    }
}
/*service-section start*/
.service-section {padding:70px 0;
	position: relative;
	background-color:#fcfaea;
    overflow: hidden;
}
.heading-center h3 { 
    display: inline-block;
    text-align: center !important;
}
.heading-center h3:before {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    left: -60px;
    position: absolute;
    background: #001837;
    opacity: .6;
}
.heading-center h3:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    right: -60px;
    position: absolute;
    background: #001837;
    opacity: .6;
}
.service-item {
    display: block;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all ease .3s;
    overflow: hidden;
    margin-bottom: 40px;
}
.service-image {overflow: hidden;}
.service-image img {
    width: 100%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.service-content {
    position: relative;
    padding: 25px 20px;
    background-color:#fff;
}
.service-content h3 {margin: 0;
    font-size:20px;
    font-weight: 700;
}
.btn-service i {
        width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color:#0152a3;
    font-size: 17px;
    position: absolute;
    right: 15px;
    top: -18px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    line-height: 40px;
    z-index: 9;
}
.service-item:hover {
    /*transform: translateY(-15px);*/
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}
.service-item:hover .service-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-item:hover .service-content .btn-service i {
    right: 5px;
}
.service-icon {position: absolute;
    font-size: 36px;
    right: 20px;
    bottom: 0px;
    z-index: 0;
    opacity: 0.4;
}
.process-shape img {
    position: absolute;
    opacity: 0.4;
}
.process-shape img:nth-child(1) {
    top: 0;
    right: 0;
    height: 100%;
    -webkit-animation: banner-ani-six 5s infinite linear;
    animation: banner-ani-six 5s infinite linear;
}
.process-shape img:nth-child(2) {
    top: 0;
    left: 0;
    height: 100%;
    -webkit-animation: banner-ani-six 5s infinite linear;
    animation: banner-ani-six 5s infinite linear;
}
/*work-gallery-section start*/
.work-gallery-section {
    padding:60px 0;
    background-color:#073868;
}
.heading-white h3, .heading-white h1 {color:#fff;}
.heading-white h3:after {background-color:#fff;}
.work-item {margin-bottom:10px;}
.work-image {
    position: relative;
    overflow: hidden;
}
.work-image:after {position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: opacity .3s;
    pointer-events: none;
    opacity:0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 25%,rgba(52,56,69,.81));
}
.work-image img {width: 100%;transition: all .4s;
    will-change: transform;}
.work-detail {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    padding:18px 30px;
    transition: opacity .3s,box-shadow .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,box-shadow .3s;
    transition: opacity .3s,transform .3s,box-shadow .3s,-webkit-transform .3s;
    opacity: 0;
        -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.work-detail h4 {margin: 0; font-size:18px;color:#fff;font-weight: 700;}
.plus-icon {
    top: 40%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    transform: translateX(50%);
    opacity: 0;
}
.plus-icon i {color:#fff; font-size:25px;}
.work-item:hover .work-image img {-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.work-item:hover .work-image:after, .work-item:hover .plus-icon {opacity: 1;}
.work-item:hover .work-detail {opacity: 1;   
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.gallery-btn-wrap {text-align: right;}
/*testimonail-section start*/
.testimonail-section {padding:80px 0 60px 0;
    background-color:#f7f7f7;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.testimonial{
    border: 1px solid #c9ced3;
    border-top: 3px solid #c9ced3;
    padding: 70px 25px 100px;
    margin-bottom: 30px;
    background-color:#fff;
    position: relative;
}
.testimonial:after{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 30px;
    color:#0152a3;
    position: absolute;
    top: 20px;
    left: 25px;
}
.testimonial .description{
    font-size: 14px;
    color: #666;
    line-height:26px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -30px;
    left: 25px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.testimonial .testimonial-title{
    font-size:17px;
    color: #000;
    position: absolute;
    bottom: 20px;
    left: 150px;
}
.testimonial .testimonial-title small{
    display: block;
    font-size:13px;
    color: #666;
    margin-top: 7px;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #00adb7;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #0152a3;
}
/*product-section start*/
.product-section {padding:70px 0 50px 0;}
.product-item {border:8px solid #f7f5e1;
    margin-top: 20px;
}
.product-item:hover {transform: translateY(-10px);}
/*footer start*/
.footer { position: relative;
    background: url(../img/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:rgb(28 49 69 / 0.8);
}
.main-footer {
    padding:70px 0 20px 0px;
    color:#cfcfcf;
    position: relative;
}
.footer-widget {margin-bottom: 20px;}
.main-footer p {color:#cfcfcf;
    font-size: 14px;
}
.ft-title {
    margin-bottom:30px;
}
.ft-title h2 {font-size:21px;
    font-weight:700;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    color:#fff;
    letter-spacing: 0.4px;
    word-spacing:1px;
	text-transform: uppercase;
    padding-bottom: 20px;
}
.ft-title h2:before, .ft-title h2:after {
    content: '';
    position: absolute;
    background-color: #2098d1;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.ft-title h2:after {
    left: 55px;
    width: 5px;
    background-color: #fff;
}
.ft-add-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
	font-size: 15px;
    line-height:24px;
    color:#fff;
}
.ft-add-info li a:hover, .ft-links li a:hover {color:#fff;}
.ft-links li:hover:before {background-color: #0152a3;}
.ft-add-info li i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 20px;
}
.ft-links {
    padding-left:15px;
}
.ft-links li {
    font-size: 14px;
    color:#fff;
    position: relative;
    padding: 0 0 12px 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.ft-links li:hover {margin-left: 5px;}
.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom:18px;
}
.social-links-style1 li a i {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
    background: #0152a3;
    color: #fff;
}
.social-links-style1 li a i.fb { background-color: #3B5998;}
.social-links-style1 li a i.tw { background-color:#00acee;}
.social-links-style1 li a i.pin { background-color:#E60023;}
.social-links-style1 li a i.lin { background-color:#0e76a8;}
.bottom-footer {
	padding:25px 0px;
    position: relative;
    border-top:1px solid rgb(255 255 255 / 0.1);
}
.bottom-footer p {text-align: center;
	font-size: 13px;
    color:#cfcfcf;
    letter-spacing: 0.5px;
}
/*====inner page start=====*/
.inner-banner {position: relative;	
	padding:250px 0 150px 0;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.row__shape {position: relative;}
.innerbanner-text {text-align: center}
.innerbanner-text h1 {margin-top: 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 0.5px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
}
.decor-1:after {
    margin-top: 2px;
    margin-left: 10px;
    display: block;
    content: '';
}

.decor-1, .decor-1:after {
    width: 30px;
    border-top: 1px solid #ccc;
}
.breadcrumb {
    padding: 0px;
    margin-bottom: 00px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb > li {color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 15px;
}
.breadcrumb > .active {color:#0152a3;}
.breadcrumb > li + li:before {color:#fff;
        content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 10px;
    font-size:17px;
}
.row__shape {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
}
.shape__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff;
}
.innerpage-section {padding: 50px 0px; position: relative;}
.middle-section {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:100px 0;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}
.middle-section:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}
.middle-section h3, .middle-section h5 {color:#fff;}
.middle-section h3 {text-transform: uppercase;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.middle-section h5 {font-size:20px; line-height: 30px; } 
/*service page*/
.service_details h1 {margin-top: 0; font-size:24px; font-weight: 600;}
.service-side-wrap {position: relative;
    margin-top: 5px;
    border-radius: 2px;
    border-bottom-right-radius: 50px;
    background-color:#0152a3;
    padding: 25px;
    margin-bottom: 30px;
}
.service-side-wrap::before, .service-side-wrap::after, .call-wrap::before, .call-wrap::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    background-color: #3d92e4;
}
.service-side-wrap::before, .call-wrap::before {
    left: 0;
    width: calc(100% - 5px);
    height: 5px;
}
.service-side-wrap::after, .call-wrap::after {
    width: 5px;
    height: 100%;
}
.service-side-wrap .heading-style h3 {color:#fff;}
.service-side-wrap .heading-style h3:after {background-color:#fff;}
.service-list {margin-bottom: 0;}
.service-list li a {font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 13px 0;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
    transition: all ease .5s;
    display: block;
    color:rgba(255,255,255,.7);
}
.service-list li a:hover {color:#fff;padding-left: 5px;}
.service-list li:last-child a {border: 0;}
.service-list li a:before {
    content:"\f105";
    font-family:'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.call-wrap {background-color:#0152a3;
    background-image: url(../img/call-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:25px 30px 30px 30px;
    position: relative;
    border-radius: 2px;
    border-bottom-right-radius: 50px;
    margin-bottom: 30px;
}
.call-wrap ul {margin-bottom: 0;}
.call-wrap ul li {display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 52px;
    margin-bottom:35px;
}
.call-wrap ul li:last-child {margin-bottom: 0;}
.call-wrap ul li .service-list-icon {
    color: #7fc0ff;
    font-size: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.call-wrap ul li h3 span {
    display: block;
    color: #7fc0ff;
    font-size: 15px;
}
.call-wrap ul li h3 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 7px;
}
.call-wrap ul li h3.sm {font-size: 15px;text-transform: unset;}
/*contact Us page*/
textarea.form-control {height: auto !important;}
.address-item {padding:20px;
    border:2px solid #ededed;
       -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 25px;
    min-height: 190px;
}
.address-item:hover {background-color:#0152a3;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.address-item:hover i, .address-item:hover p {color:#fff;}
.address-item i {color: #0152a3;
    font-size: 36px;
    margin-bottom: 15px;
    display: block;
}
.address-item p {font-weight: 600;font-size: 16px;margin-bottom: 0;}
.address-item p a {transition: 0s;}
/