@charset "utf-8";
/* CSS Document */


body::-webkit-scrollbar {
    width: 6px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #093eb6;
  border-radius:25px;
  outline: 1px solid slategrey;
}


html, body {
	height: 100%;
}
ul {
	list-style: none;
}
ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 15px;
	font-family: Roboto, sans-serif;
	color:#5d5d5d;
	overflow-x: hidden;
	background-color: #fff;

}
@font-face {
	font-family: Lato;
	src: url(fonts/Lato-Regular.ttf) format("truetype")
}
@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto-Regular.ttf) format("truetype")
}

a {
	color: #00143d;
	text-decoration: none;
	outline: none !important;
}
a:hover {
	color: #38b6ff;
	text-decoration: none !important;
}
a:focus {
	color: inherit;
	text-decoration: none !important;
}
 a:active, a:selected, a:visited {
 color:inherit;
 outline: none !important;
 text-decoration: none !important;
}
.form-control {
	background-color: #f2f9fc;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	border:none;
}
input[type=text], input[type=email], input[type=file], input[type=password], input[type=date], input[type=tel], input[type=url], input[type=search], select {
	background-color: #f2f9fc;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 50px;
	width: 100%;
	text-indent: 15px;
	box-shadow: none;
	border:none;
	font-size:14px;
}
textarea {
		background-color: #f2f9fc;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	text-indent: 15px;
	box-shadow: none;
	border:none;
	padding-top:15px;
}
.form-control:focus, input:focus, textarea:focus, select:focus {
	border-color: #e2a0a2;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,127,130,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,127,130,.6)
}

::-webkit-input-placeholder {
 color:#2e2e2e;
font-size:14px;
}

:-moz-placeholder {
 color:#2e2e2e;
 font-size:14px;
}
::-moz-placeholder {
 color:#2e2e2e;
 font-size:14px;
}
:-ms-input-placeholder {
 color:#2e2e2e;
 font-size:14px;
}

.btn-primary, input[type=submit], input[type=button], .quick-box ul li a, .service-info ul li a {
	font-size:15.5px;
	line-height:normal;
	text-align: center;
	color: #ffffff;
	background-color: #1d3d77;
	border-radius: 30px;
	padding: 15px 20px;
	border:none;
}
.btn-primary:hover, .button.active:focus, .button.active:hover, .button:hover, button:hover, input[type=submit]:hover, input[type=button]:hover, .quick-box ul li a:hover, .service-info ul li a:hover {
	color: #ffffff !important;
	background-color: #000000;
}
.btn-primary.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color: #d83138;
	border-color: #d83138
}
.btn-default.focus, .btn-default:focus {
	background-color: #d83138;
	color: #ffffff
}

p {
	    line-height: 1.6;
}
strong {
	font-weight: 600;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	color: #232350;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.h3, h3 {
    font-size: 20px;
}
.h1, h1
{
	font-size:40px;
}
.alignleft {
	margin-bottom: 15px;
	margin-right: 35px;
	float: left;
}
.alignright {
	margin-bottom: 15px;
	margin-left: 35px;
	float: right;
}
.aligncenter {
	margin: auto;
	margin-bottom: 5px;
	padding: 4px;
	display: block;
	border: 2px solid #f1f1f1;
}
.alignnone {
	padding: 4px;
	border: 2px solid #f1f1f1;
}
.white-font
{
	color:#ffffff !important;
}
.widget-title {
	line-height: normal;
	margin-bottom: 20px;
	font-size: 40px;
    font-family: roboto;
    color: #00143d;
    font-weight: 700;
}
.widget-title span {
	color: #ff6c26;
}
h3.widget-title {
	font-size: 28px;
	margin-bottom: 15px;
}

.subtitle
{
	margin-bottom: 20px !important;
    padding: 0px 25%;
	}	
.graybg
{
/*background-image: url(../images/home-bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;*/
    background-color: #f4fbfe;
}
.bluebg
{
    background-color: #004aad;
}

/*================start header top====================*/

.header-top {
	background-color: #190f3c;
	height: auto;
	width: 100%;
	color:#ffffff;
	padding:3px 0px;
}
.hdtop-left
{
	width:57%;
	float:left;
}
.hdtop-right
{
	width:43%;
	float:left;
}

.header-top li
{
	padding:10px;
	display:inline-block;
}

.header-top ul li .fa
{
    color: #ffffff;
	margin-right:3px;
	}

.header-top a {
	color:#ffffff;
}
.header-top a:hover {
	color:#38b6ff;
}
.hdtop-right ul
{
	float:right;
}
/*================start header====================*/
.header {
	background-color:transparent;
	height: auto;
	width: 100%;
	padding:8px 0px;
	z-index: 100;
	position: relative;
 -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
#cssmenu {
	width:85%;
	float:left;
}
.hdget-quote {
	width:15%;
	float:left;
	text-align:right;
	padding-top: 20px;
}
.hdget-quote .button
{
	padding: 11px 20px;
}

.sticky .hdget-quote {
    padding-top: 28px;
}
.sticky {
	position: fixed;
	padding: 5px 0px;
	top: 0px;
	width: 100%;
	background: #ffffff !important;
	z-index: 999;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
}
.logo img {
	height: 65px;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.header-left {
	float: left;
	height: auto;
	width: 20%;
}
.header-left img {
	max-width: 100%;
}
.header-right {
	float: right;
	height: auto;
	width: 80%;
}
.header .menu {
	float: right;
}


.navbar 
{
padding:0px;
    width: 100%;
}


.navbar-brand {
    margin-right: 1.5rem;
	padding: 0;
}
.navbar-brand img{
max-height:65px;
}
.navbar .navbar-nav .nav-link {
color:#000000;
transition:.25s;
padding:8px 20px;
letter-spacing: 0.3px;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover{
	color: #28a8af !important;
}

.navbar  .d-flex .navbar-nav .nav-link i {
margin-right:7px;
}
.navbar .d-flex .nav-item a{
      list-style:none;
}
.navbar .btn
{
	color:#ffffff;
}

.fixed-nav .navbar-light .navbar-nav .nav-link{
	 color:#000 ;
}
.fixed-nav .navbar .btn
{
	color:#ffffff !important;
}
.navbar-collapse {
      flex-grow: 0;
   }
.navbar-toggler:focus,
.navbar-toggler.active {
	box-shadow: none !important;
}
/*============start banner===========*/

.banner {
	height: auto;
	margin-top:-85px;
	position:relative;
}
.banner rs-fullwidth-wrap{
	margin-top: -10px !important;
}

.tp-shadow1 {
	box-shadow: none !important;
}
.home .page-banner {
	display: none;
}
.home .section {
	padding:0px;
}
.section {
	width: 100%;
	height: auto;
	/*padding: 65px 0px;
	margin-top:-85px;*/
}
.home .entry-title-bg {
	display: none;
}
.home .breadcrumb
{
	display:none;
	}
.banner-form 
{
margin-bottom:-20px !important;
}	
.banner-form input[type="submit"]
{
width:100%;
border-radius:0px;
}
/*=======home about========*/

/*=======OUR SERVICES========*/
.service .elementor-image-box-content
{
	padding:0px 20px 20px 20px !important;
}

/*============quote-sec===========*/
.quote-form
{
background-color: #fff;
border-radius: 5px;
padding: 20px 30px 0px 30px;
width: 80%;
float: right;
}
.quote-form h2
{
line-height: 33px;
margin: 15px 0px;
font-size: 28px;
}
.quote-form input[type="text"], .quote-form input[type="email"]
{
	border-radius:25px;
}
.quote-form input[type="submit"]
{
	width:100%;
}
/*============Footer===========*/

.footer {
	width: 100%;
	padding: 75px 0px 35px 0px;
	color:#ffffff;
	background-image: url("../wp-content/uploads/2023/04/pattern.png");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #010c3a;
    position: relative;
	z-index: 1;
}
.footer:before
{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: -1;
} 
.footer-top
{
width: 100%;
margin-bottom:65px;
padding-bottom:25px;
border-bottom:solid 1px #ffffff;
	}
.footer-top .menu li
{
	display: inline-block;
    padding: 6px 15px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.footer-top .menu li:hover
{
	margin-left: 6px;
}

.footer .widget {
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.footer .widget .widget-title {
	font-size: 22px;
	/*margin-bottom: 25px;*/
    padding-bottom: 15px;
    color: #fff;
    line-height: 1;
	position:relative;
}

.footer .widget li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.footer .widget .menu li a {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.footer .widget li:hover {
	margin-left: 6px;
}
.footer a{
color: #ffffff;   
}
.footer a:hover{
	color: #28a8af;  
}
.footer p{
	margin-bottom:20px;
}
.ftlogo
{
	height:65px;
	margin-bottom:15px;
}


.ftadd li{
	display:inline-block;
    position: relative;
    padding-left: 65px;
	margin-bottom: 24px !important;
}
.ftadd li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
	border:solid 1px #ffffff;
}
.ftadd li i {
    color: #28a8af;
    font-size: 20px;
}
.ftadd li span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #28a8af;
}


.social {
/*     float: left; */
/* 	margin-top:5px; */
	margin-bottom:0px;
/* 	display:none; */
}
.social li {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	float: none !important;
    width: auto !important;
}
.social li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: center;
	border-radius:50%;
	background-color: #1d3d77;
	color: #ffffff;
}
.social i {
	font-size: 16px;
}


.footercopy {
	padding: 20px 0;
	background: #28a8af;
    color: #ffffff;
}
.footercopy a{
	color: rgba( 255,255,255,0.33);   
}
.footercopy a:hover{
	color: #ffffff;  
}
/*================ start inner page ====================*/
.page-banner, .inner-banner
{
	width:100%;
	height:425px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.page-banner
{
    background: url("https://www.manrajceilingproducts.com/wp-content/uploads/2025/05/inner-banner.jpg") no-repeat center center;
    background-size: cover;
	background-position: bottom;
}
.page-banner:before, .inner-banner:before{
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    display: block;
}
.page-name
{
	 position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
	padding: 10% 0px 0px 0px;
	}

.inban-img
{
	width:100%;
	position:relative;
}
.inban-img img
{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:425px;
}

.page-title
{
	color:#ffffff;
	font-size:55px;
	line-height:60px;
	font-weight:600;
	margin:0px;
	text-align:center;
	z-index:1;
	position:relative;
	text-transform:inherit;
	letter-spacing:1.5px;
	  /*  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.breadcrumb-sec
{
	text-align:center;
	color:#ffffff;
	 margin-top:10px;
}

.breadcrumb-sec span{
	line-height:16.5px;
	letter-spacing: 0.5px;
	color:#ffffff;
	padding:0px 2px;
}
.breadcrumb-sec  a:hover span{
	color:#ffffff;
}
.breadcrumb-sec span .current-item{
	opacity: 0.9;
	color:#ffffff;
}


/*================ start category page ====================*/
.archive article .entry-content {
	display: none;
}

article.post 
{
	display:inline-block;
    vertical-align: top;
    float: none;
	margin: 0px 1% 35px 1%;
	width:31%;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
.single .post
{
	margin:0;
    width: 100%;
}
 
.post:last-child
{
	margin-bottom:0px;
}
.post .article-info
{
	padding:0px 15px;
}
.post .title {
    font-size: 25px !important;
    line-height: 33px;
	margin:0px 0px 20px 0px !important
}

.post .comments-link
{
	display:none;
	}
.post .entry-meta
{
	    margin: 0px !important;
    padding: 20px 0px 10px 0px;
}
		
.post .post-img {
	overflow:hidden;
	line-height:0;
}
	
.post .post-img img {
	width: 100%;
	min-height:200px;
	margin-bottom: 0px;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.post .post-img img:hover, .search .post-img img:hover {
	transition-duration: .4s;
transform: scale(1.1, 1.1)
}
.post-more
{
	margin:auto;
	display:table;
	}

.page-template article
{
	margin-bottom:0px;
}

.search .entry-summary p
{
	margin-bottom:0px;
	}

.post .post_more {
	float: left;
}

.archive .entry-meta.meta-tags, .category .comments-link, .category .cat-links, .category .edit-link
{
	display:none !important;
	}
.entry-meta
{
	margin-bottom:10px;
}
.post .entry-meta span.entry-date, .post .entry-meta .byline, .post .entry-meta .comments-link, .post .entry-meta .cat-links, .post .entry-meta .edit-link {
	  font-size: 15px;
  margin-right: 20px;
  color:#38b6ff;
    /*  margin-bottom: 0px !important;
    border: solid 1px #999999;
    padding: 8px 18px;
    border-radius: 50px;*/
}
.post .entry-meta a{
  margin-right:10px;
}
.post .entry-meta a:hover{
}
.post .entry-meta .fa{
	margin-right: 6px;
}

.post .entry-meta .fa{
	margin-right: 6px;
}
.entry-meta span.entry-date:before
{
	content:"\f017";
	font-family: 'FontAwesome';
	padding-right:6px;
}
.entry-meta .byline:before
{
	content:"\f007";
	font-family: 'FontAwesome';
	padding-right:6px;
}
.entry-meta .comments-link:before
{
	content:"\f075";
	font-family: 'FontAwesome';
	padding-right:6px;
}

/*===============single page=================*/
.single .post  {
   box-shadow:none;
}
.single .post .article-info
{
	    padding: 0px;
}
.single .post .title {
    font-size: 35px !important;
    line-height: 42px;
	color:#12265a;
    margin: 10px 0px!important;
}

.post-navigation .meta-nav
{
	margin-right:10px;
}
.paging-navigation .screen-reader-text
{
	display:none;
}
.pagination
{
	justify-content:center;
	/*border-top:solid 1px #3a3a3a;
	border-bottom:solid 1px #3a3a3a;*/
	padding: 15px 0px;
}

.pagination a:hover, .pagination span:hover, .prev:hover, .next:hover
{
	border:solid 1px #2d4073;
	color:#2d4073;
}
.pagination .current
{
	border:solid 1px #2d4073;
	color:#2d4073;
}

.comments-area
{
	margin-top:20px;
}
.comments-area h3
{
	font-size: 20px !important;
}
.comment-form p {
	margin-bottom: 5px !important;
}
.comments-title
{
	font-size:20px !important;
}
.comment-form label
{
	width:100%;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea{
	width:100%;
	margin-bottom:10px;
}
.comment-form textarea {
	height: 100px;
}
.comment-list {
	margin-bottom: 30px !important;
	margin-left: 0px !important;
	list-style: none !important;
}
.comment-list .comment-body {
	background: #080808;
	padding: 20px;
}
.comment-meta .comment-author, .comment-meta .comment-metadata, .comment-meta .comment-awaiting-moderation {
	margin-bottom: 10px;
}
.comment-meta .comment-author .avatar {
	margin-right: 10px;
}
.comment-meta .comment-awaiting-moderation {
	font-style: italic;
}
.post-navigation
{
	display:none;
}
.main-container
{
	padding: 15px 0 0 0 !important;
	margin-top: 25px;
    border-bottom: none !important;
}
.main-container .related-heading
{
	margin:0px 0px 15px 0px;
    text-align: left !important;
    padding: 12px 0px;
    font-size: 24px;
    color: #12265a;
   text-transform: capitalize;
}
.related-posts .owl-nav
{
	margin:auto;
	display:table;
	}
.related-posts h3 {
	line-height:20px !important;
	font-size:17px !important;
	margin-top:12px !important;
	
}
.owl-stage .owl-item
{
	overflow:hidden !important;
}
.related-posts .owl-item p {
display:none;
}	
.owl-carousel .owl-controls
{
	margin-top:20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot
{
    display: block !important;
    float: left;
    border-radius: 30px;
    color: #ffffff;
    font-size: 15.5px;
    margin: 0px 8px;
	text-transform:capitalize;
}

.related-posts .owl-nav .owl-prev, .related-posts .owl-nav .owl-next
{
	padding: 8px 30px;
	background-color: #38b6ff;
}
.related-posts .owl-nav .owl-prev:hover, .related-posts .owl-nav .owl-next:hover
{
	color:#ffffff;
	background-color: #0843aa;
}
/*================ end category page ====================*/

/*================ start sidebar ====================*/
.widget, .widget-title, .widget-box 
{
	height: auto;
	width: 100%;
	}

.sidebar .widget {
	padding: 0 0 40px 0px;
	display: table;
}

.sidebar .widget-title {
	text-transform: capitalize;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    background-color: #ececec;
    padding: 10px 20px;
    color: #232350;
    position: relative;
	border-left:solid 2px #190f3c;
}
.sidebar .widget-title span {
	background-color: #fff;
	padding-right: 10px
}
.sidebar .widget ul {
	width: 100%;
	height: auto;
}
.sidebar .widget ul li {
	width: 100%;
	height: auto;
	padding: 10px 0px;

}
.sidebar .widget ul li a {
	width: 100%;
	height: auto;
	float: left;
}

.sidebar .widget .sidebar-list li {
	padding: 10px 15px
}
.sidebar .widget ul li .glyphicon {
	margin-right: 7px;
	color: #7a7a7a;
	top: -2px
}
.sidebar .widget .nav .badge {
	float: right;
	text-align: right
}
.sidebar .widget .nav .active {
	background-color: #ff3c1f;
	color: #fff
}
.sidebar .widget .nav .active a {
	color: #fff
}
.sidebar .widget .nav .active .badge {
	background-color: #141414
}
.sidebar .widget p {
	margin-bottom: 15px
}

.sidebar .srp-thumbnail-box {
	margin-right: 10px!important
}
.sidebar .rpwwt-post-title {
	font-size: 15px!important
}
.sidebar .rpwwt-post-date {
	font-size: 12px
}

/*====get-quote page====*/
.get-quote
{
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px 50px 5px 50px;
	width:90%;
	margin:auto;
}
.get-quote h1
{
	text-align:center;
}
.get-quote form input[type="submit"]
{
margin:auto;
display:table;
}
/*====contact page====*/
.contact-form, .contact-info
{
	width:100%
}
.contact-form .widget-title, .contact-info .widget-title
{
	font-size: 30px;
}
.contact-info
{
	padding-left:50px;
}
.contact-form textarea
{
	height:225px;
}
.contact-form input[type="submit"]
{
	margin:auto;
	display:table;
}
.cont-widget
{
    background-color: #0843aa;
    padding: 20px;
    color: #ffffff;
	}	
.cont-box
{
	width:100%;
	border-bottom:dotted 1px #ffffff;
}
.cont-widget .cont-box:last-child
{
	border-bottom:none;
	}
.cont-icon, .cont-info
{
	display: table-cell;
   vertical-align: middle;
	padding:10px 0px;
	}
.cont-icon
{
	width:50px;
	text-align:center;
	border-right:dotted 1px #c4c4c4;
	}
.cont-info
{
	padding-left:25px;
	font-size:17.5px;
	}
.cont-box h4
{
	color:#ffffff;
	margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.cont-box a
{
	color:#ffffff;
} 
.contact-info .fa
{
	color:##1a5f42;
	font-size:18px;
}	
.gmap
{
	margin-bottom:-55px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em !important;
	padding: 0.2em 0.5em !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 19px;
}
/*====other page====*/
#topcontrol
{
	z-index:2;
}
.backtotop {
	background: #1d3d77;
    color: #fff;
    border-radius: 50%;
    font-size: 22px !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
	padding-top: 13px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.backtotop:hover {
	background: #28a8af;
	
}	
/* =====new=== */
.facilites li{
	    list-style: none;
	     font-size: 18 bold;
	
   }
/* =======Tower New====== */
.testimonial-box{
	
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 15px 20px 15px;
   
	
}


.table-list{
	padding: 20px;
	border : solid 2px;
}

.callback-request {
	font-size: 22px !important;
    margin-bottom: 10px !important;
    padding-bottom: 15px !important;
    color: #fff !important;
    line-height: 1 !important;
    position: relative !important;
}
.addremovepadddingfooterfour a {
	font-size: 14px;
}	
.ft-hover:hover {
	color: #28a8af;
}
.footer-product-list {
	border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    padding: 15px 0;
}
.footer-product-list a{
  font-size: 13px;  
}
.wpcf7-submit {
	background: #28a8af;
	color: #ffffff;
}
.wpcf7-submit:hover {
	background: #28a8af;
}
a.dropdown-item:hover {
	background: #28a8af;
	color: #ffffff;
}

.table>:not(caption)>*>* {
	padding: 1rem 1rem !important;
}








