.hidden {
    display: none;
}
h3 {
    font-size: 30px;
    font-weight: 300;
}
h1 {
    font-size: 42px;
    font-weight: 400;
}

h6 {
    font-size: 20px;
    font-weight: 300;
}
.btn {
    display: inline-block;
    padding: 14px 45px;
    background: #57bce2;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}
.padding-lg {
    padding: 70px 0;
}
.contact-wrapper-outer {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(244, 246, 247, 1) 70%);
}

.contact-wrapper-outer .container {
    position: relative;
    z-index: 1;
}
.contact-info-wrapper {
    height: 100%;
    background: #f4f6f7;
}

.info-contact-box {
    display: block;
}

.info-contact-box li {
    display: block;
    padding: 5px 0 15px 35px;
    position: relative;
}

.info-contact-box li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: 'icomoon';
    font-size: 19px;
    color: #c7d0d3;
}

.info-contact-box li:first-child:before {
    content: "\e92e";
}

.info-contact-box li:nth-child(2):before {
    content: "\e924";
}

.info-contact-box li:nth-child(3):before {
    content: "\e90a";
}

.contact-info-wrapper h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c5260;
    padding: 0 0 30px;
}

.contact-info-wrapper h6 {
    font-size: 14px;
    font-weight: 600;
    color: #2c5260;
    padding: 0 0 10px;
}

.contact-info-wrapper a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c5260;
    line-height: 1;
}
.contact-info-wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #2c5260;
}

.contact-info-wrapper .contact-info {
    max-width: 290px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-info-wrapper .social-media-box {
    max-width: 290px;
    background: none;
    margin: 30px auto 0;
    padding: 0 20px;
    box-shadow: none;
    text-align: center;
}

.contact-info-wrapper .social-media-box h6 {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 15px;
}

.contact-info-wrapper .social-media-box h6:before {
    content: "";
    top: 30%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d8dfe3;
    position: absolute;
    z-index: 1;
}

.contact-info-wrapper .social-media-box h6 span {
    background: #f4f6f7;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}
.msg {
    display: none;
}
.social-media-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 35px;
    box-shadow: inset 0 15px 20px -20px rgba(0, 0, 0, 0.2);
}
.social-media-box ul {
    display: block;
    padding: 15px 0 10px;
}

.social-media-box ul li {
    display: inline-block;
    padding: 0 2px;
}

.social-media-box ul li a i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #ff6702;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    display: block;
    transition: all 0.3s ease 0s;
}

.social-media-box ul li a i.fa-facebook {
    background: #4267B2;
}
.social-media-box ul li a i.fa-linkedin {
    background: #0072b1;
}

.social-media-box ul li a i.fa-youtube {
    background: #c4302b;
}
.inner-banner {
    /* background: url(../images/inner-banner.jpg) no-repeat center top; */
    background: url(../../images/inner-banner.webp) no-repeat center top;
    text-align: center;
    min-height: 140px;
    position: relative;
}
.inner-banner:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	background: #3edc93;
	background: -moz-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #57bce2 100%);
	background: -webkit-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #57bce2 100%);
	background: linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #57bce2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3edc93', endColorstr='#57bce2', GradientType=1);
	opacity: 0.9;
}

.inner-banner .container {
	position: relative;
	z-index: 2;
}

.inner-banner .contents {
	padding: 20px 0 0;
}

.inner-banner h1 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 20px;
}

.inner-banner p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	opacity: 0.7;
}
