body {
    font-family: "PT Serif", serif;
	font-size: 16px;
	line-height: 22px;
	font-weight:400;
	color:#484747;
	overflow-x: hidden;
}
h1 {
    font-size: 56px;
    color: #000000;
	font-weight:800;
    line-height: 56px;
    margin-bottom: 15px;
	letter-spacing:1px;
}
h2 {    
    font-size: 50px;
    color: #000000;
	font-weight:800;
    line-height: 46px;
    margin-bottom: 20px;
}
h3 {
font-size:36px;
color:#000000;
font-weight:800;
}
h4 {
font-size:26px;
color:#000000;
}
h1, h2, h3, h4, h5 {
    font-family: "Inter", sans-serif;
}
p {
	margin-bottom:20px;
	line-height:26px;
}
.container {
    max-width: 1200px;
}

.clear {
    clear: both;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a {
	color:#ed1b24;
}
ul {
	margin-bottom:0;
	padding-left:0;
}
.carousel-item {
    min-height: 698px;
	height: 70vh;
}
.carousel-caption {
bottom: 175px;
left: 8%;
margin-top: 0;
right: 45%;
text-align: left;
border-radius:5px;
}
.carousel-caption p.banner-cap {
	color:#ffffff;
	font-size:18px;
	line-height:18px;
	margin-bottom:0px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:15px;
}
.carousel-caption h1 {
	color:#ffffff;
	font-size:60px;
	line-height:60px;
	font-weight:800;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow: 0 2px 4px #282828;
}
.carousel-caption p.banner-ctn {
	font-size:18px;
	line-height:24px;
	color:#ffffff;
	font-weight:300;
	margin-bottom:20px;
	padding: 0;
	letter-spacing:0.5px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
	opacity: inherit !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-image: none !important;
	height: auto;
    width: auto;
}
.banner-btn {
	background:#000000;
	color:#ffffff;
	font-family: "PT Serif", serif;
	padding:16px 32px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	border:2px #ffffff solid;
	border-radius:5px;
	display:inline-block;
}
.banner-btn:hover {
	background:none;
	color:#ffffff;
	border:2px #ffffff solid;
}
.navbar-toggler-icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(252, 106, 6, 1)\' stroke-width=\'4\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E") repeat scroll 0 0 !important;
}
.owl-next {
    position: absolute;
    right: -20px;
    top: 90px;
}
.owl-prev {
    left: -20px;
    position: absolute;
    top: 90px;
}
.owl-theme .owl-controls .owl-page span {
    background: #fc6a06 none repeat scroll 0 0 !important;
	margin-top:30px !important;
}
.menu-section {
	text-align:right;
	margin-top:30px;
}
.container-fluid {
	padding:0;
	overflow:hidden;
}
.menu-subs ul li {
  text-align: left;
  padding-bottom: 10px;
}
#main-header {
padding:10px 0;	
}
#welcome-section {
	padding-top:80px;
	padding-bottom:80px;
}
.wel-img {
	border-radius:25px;
}
.head-caption {
	font-size:18px;
	color:#ed1b24;
	font-weight:800;
	letter-spacing:1px;
	margin-bottom:0;
}
.wel-list {
list-style:none;
display:inline-block;	
margin-bottom:15px;
}
.wel-list li {
background: rgba(0, 0, 0, 0) url("../images/wel-list-icon.png") no-repeat scroll 0 0px !important;
color:#161616;
margin-bottom: 5px;
padding-left: 36px;
display:inline-block;
font-size:18px;
font-weight:600;
margin-bottom:15px;
width:100%;
}
.abt-list .media img {
	border-radius:90px;
}
.abt-list .media-body h5 {
	font-size:20px;
	line-height:20px;
	color:#161616;
	font-weight:700;
	margin-bottom:0;
}
.abt-list {
	list-style:none;
}
.abt-list li {	
	display:inline-block;	
}
.abt-list .media-body p {
	font-size:12px;
	color:#ed1b24;
	font-weight:400;
	margin-bottom:0;
	text-transform:uppercase;
	letter-spacing:2px;
}
.rm-btn {
	background:#ed1b24;
	color:#ffffff;
	font-family: "PT Serif", serif;
	padding:18px 35px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
	border:2px #ed1b24 solid;
	border-radius:5px;
	display:inline-block;
}
.rm-btn:hover {
	background:none;
	color:#ed1b24;
	border:2px #ed1b24 solid;
}
.head-txt {
	font-size:18px;
	color:#161616;
	font-weight:400;
	margin-bottom:30px;
}
#service-section {
	padding-bottom:70px;
	padding-top:40px;
}
.serv-box {
	box-shadow: 0px 0px 9px 1px #e0e0e0;
padding: 45px 25px;
border-radius:15px;
text-align: center;
margin-bottom: 30px;
border:1px #fafafa solid;
}
.serv-box:hover {
	box-shadow: 0px 0px 0 0 #e0e0e0;
	border:1px #f7f7f7 solid;
}
.serv-box i {
	color:#ed1b24;
	font-size:18px;
}
.serv-box img {
	margin:0 auto 20px auto;
}
.serv-box h3 {
	font-family: "PT Serif", serif;
	color:#333333;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.2px;
}
.serv-box p {
	font-size:15px;
}
.rm-btn-sm {
	font-size:12px;
	line-height:12px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
}
#contact-section {
	background:#000000;
	color:#ffffff;
}
.contact-ctn-box {
	padding-left:120px;
}
.contact-ctn-box a {
	color:#ffffff;
}
.contact-ctn-box a:hover {
	color:#ed1b24;
}
.contact-ctn-box p {
	font-size:18px;
	margin-bottom:40px;
}
#counter-section {
	background:#ed1b24;
	padding-bottom:60px;
	padding-top:80px;
	color:#ffffff;
	text-align:center;
}
#counter-section span {
	font-size:72px;
	font-weight:700;
}
#counter-section p {
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2.5px;
	margin-bottom:0;
}
#contact-fm-section {
	/*border-top: 1px #e5e5e5 solid;*/
}
#faq-section {
	padding-bottom:80px;
	padding-top:80px;
}
#faq-section h2 {
	font-size:54px;
	line-height:55px;
}
.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-wrapper {
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    margin:0 auto;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 0px;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
    color: #092E40;
	font-weight: 700;
	margin-bottom:0;
font-size:18px;
	padding-bottom: 4px;
    padding-top: 15px;
    border-top: 1px solid #ff989c;   
}

.accordion-label::after {
    content: "\276F";
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  font-weight: 300;
  font-size: 18px;
}
.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p{
  font-weight: 400;
font-size: 15px;
  color: #092E40;
  line-height: 22px;
  position: relative;
  padding: 0 11px 0 0;
  margin-top: 14px;
  transform: translate(0,0);
  overflow: hidden;     
}
input:checked + .accordion-label {
   color: #ed1b24;
}
input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 5px 16px;
}
#testimonial-section {
  background: rgba(0, 0, 0, 0) url("../images/ts-bg.jpg") repeat-x fixed center center / cover;
    background-color: rgba(0, 0, 0, 0);
  padding-bottom: 80px;
  padding-top: 80px;
  background-color: #fafafa;
}
#testimonial-section h2 {
	color:#ffffff;
}
.owl-carousel .owl-item img {
    width: auto;
}
.testimonial-box {
	background:#ed1b24;
	border-radius:20px;
	padding:30px 30px;
	color:#ffffff;
}
.testimonial-box .fa-star {
	color:#000000;
}
.testimonial-box h5 {
	font-size:20px;
	font-family: "PT Serif", serif;
	font-weight:700;
}
.testimonial-box img.pro-img {
	border-radius:120px;
}
.ts-designation {
	font-size:14px;
	font-weight:700;
}
#testimonial-section .owl-dots {
	text-align:left;
}
.owl-theme .owl-dots .owl-dot span {
 background:#523e3f;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 background:#ed1b24
}
.contact-box-left {
	padding-left:120px;
}
#contact-form .form-control {
  background-size: #fff;
  background-size: 10px !important;
  padding: 12px 25px;
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  border: 1px solid #eee;
  position: relative;
  border-radius: 5px;
}
#client-section {
	border-top:1px #e5e5e5 solid;
	padding-bottom:50px;
	padding-top:50px;
}
.client-box img {
	border:1px #e9e9e9 solid;
	border-radius:5px;
}
#main_footer {
	background:#000000;
	padding-top:60px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/*box-shadow: 2px 2px 10px #ddd;*/
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.fst-footer img {
	margin-bottom:20px;
}
.fst-footer p {
	color:#ffffff;
	font-size:18px;
	font-weight:600;
}
#main_footer h4 {
	font-family: "PT Serif", serif;
	color:#ffffff;
	font-weight:700;
	margin-bottom:30px;
}
.footer-menu {
	list-style:none;
}
.footer-menu li {
	display:inline-block;
	width:48%;
	margin-bottom:15px;
}
.footer-menu li a {
	color:#ffffff;
	font-size:15px;
}
.trd-footer {
	color:#ffffff;
}
.footer-contact {
	font-size:18px;
	margin-bottom:0;
	font-weight:700;
}
.footer-social {
	list-style:none;
	margin-top:20px;
}
.footer-social li {
	display:inline-block;
	padding-right:10px;
}
.footer-social li:last-child {
	padding-right:0;
}
.footer-social li i {
	font-size:26px;
}
.footer-social li:hover i {
	color:#ffffff;
}
#footer-copyright {
	padding:60px 0 30px 0;
	color:#ffffff;
	font-size:13px;
}
.snd-footer-menu {
	list-style:none;
	text-align:left;
	display:inline-block;
	vertical-align: middle;
}
.snd-footer-menu li {
	display:inline-block;
	margin-right:20px;
}
.snd-footer-menu li:first-child {
	margin-left:0;
}
.snd-footer-menu li a {
	color:#ffffff;
	font-size:13px;
}
.trd-footer i {
color:#ed1b24;
padding-right:5px;	
}
.footer-copyright {
	text-align:right;
	margin-bottom:0;
}
#inn-banner-slider .carousel-item {
  height: 30vh;
  min-height: 300px;
}
#inn-banner-slider .carousel-item .carousel-caption {
	left: 10% !important;
right: 10% !important;
text-align: center !important;
bottom: 50px !important;
}
#inn-banner-slider .carousel-item .carousel-caption h1 {
	font-size:54px;
}
#package-section {
	background:#fdfdfd;
	padding-bottom:80px;
	padding-top:80px;
	border-top:1px #efefef solid;
}
#owl-package .item {
	margin:15px;
}
#generic_price_table{
	background-color: #f0eded;
box-shadow: 0px 0px 9px 1px #e0e0e0;
border-radius:20px;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
	border-radius:20px;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #6c6c6c;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #000000;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #ed1b24;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #ed1b24 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ed1b24;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 50px 0;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
.text-center h1,
.text-center h1 a{
	/*color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;*/
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #ed1b24;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}
.package-list {
	list-style:none;
}
.package-list li {
	padding-bottom:8px;
}
.team-social {
	list-style:none;
	margin-top:25px;
}
.team-social li {
	display:inline-block;
	padding-right:10px;
}
.team-social li;last-child {
	margin-right:0;
}
.team-social li i {
	font-size:24px;
	color:#ed1b24;
}
.team-social li:hover i {
	color:#000000;
}
.team-img-box {
	border:4px #ed1b24 solid;
	padding:10px;
}
.inn-team-box {
border:1px #dddddd solid;
margin-top:90px;
}
.inn-team-box-img {
	margin-top:-90px !important;
}
.inn-team-box-img img {
	border-radius:200px;
	width:200px !important;
	height:200px;
	margin:0 auto;
}
.inn-team-box-ctn {
	text-align:center;
	padding:20px;
}
.inn-team-box-ctn h3 {
	font-size:24px;
	margin-bottom:0;
}
.inn-team-box-ctn h4 {
	color: #ed1b24;
font-size: 15px;
font-weight: 400;
font-style: italic;
}
.inn-team-box-ctn p {
	font-size:14px;
}
.inn-team-box-img img {
	border:4px #ed1b24 solid;
	padding:4px;
}
.inn-team-box {
	box-shadow: 0px 0px 9px 1px #e0e0e0;
border-radius: 15px;
text-align: center;
margin-bottom: 30px;
border: 1px #fafafa solid;
}
.team-ctn-box h3 {
	margin-bottom:0;
}
.team-ctn-box h4 {
		color: #ed1b24;
font-size: 17px;
font-weight: 400;
font-style: italic;
}
#hm-contact-form .form-control {
  border: 1px solid #eeeeee;
  border-radius: 0 !important;
  color: #383838 !important;
  font-size: 13px !important;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0.785rem 0.95rem !important;
}
.address-box p {
  margin-bottom: 0;
}
.address-box {
  padding: 50px;
  border-radius: 20px;
}
.box-shadow {
  box-shadow: 0 0 10px 1px #d8d8d8;
}
.contact-form-bg {
  padding: 20px 30px !important;
  margin-top: 30px;
  text-align: center;
}
#address-section {
  margin-bottom: 80px;
}
.border-rd {
	border-radius: 20px;
overflow: hidden;
}