*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, div, img, ul, li, a, p, ol, body, h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0;  font-family: "Outfit", sans-serif;font-weight: 400; }
ul, a, input{text-decoration: none;list-style: none;text-decoration: none;outline:none;}
:focus {outline: 0;}
.clear{ clear: both;}
a:hover{ text-decoration: none;}
.container{width:1170px;margin: 0 auto;}

/*  font-family: "Playfair Display", serif;*/


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #8a8a8a;font-size: 14px;opacity: 1;font-family: "Cabin", sans-serif;opacity: 0.8;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #8a8a8a;font-size: 14px;opacity: 1;font-family: "Cabin", sans-serif;opacity: 0.8;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #8a8a8a;font-size: 14px;opacity: 1;font-family: "Cabin", sans-serif;opacity: 0.8;
}
:-moz-placeholder { /* Firefox 18- */
	color: #8a8a8a;font-size: 14px;opacity: 1;font-family: "Cabin", sans-serif;opacity: 0.8;
}
 

/*top-head start*/

.top-head {
	width: 100%;
	float: left;
	clear: both;
	background: #2385a8;
	padding: 10px 0;
}
.top-head .left {
	float: left;
	clear: both;
}
.top-head .left a {
	color: #fff;
	font-size: 16px;
}
.top-head .left a:hover{
	color: #000;
}
.top-head .left a i {
	margin-right: 10px;
}
.top-head .right {
	float: right;
}
.top-head .right ul li {
	display: inline-block;
	margin-left: 18px;
	transition: 0.5s;
}
.top-head .right ul li a{
	display: block;
}
.top-head .right ul li:hover{
	transform: rotateZ(-10deg);
	transition: 0.5s;
}

/*top-head end*/






/*Navbar start*/

.fa.fa-bars {
	display: none;
}
.navbar {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0;
}
.navbar .navbar-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.navbar .site-logo img{width:125px;height:100%;}
.navbar .left {
	float: left;
}
.navbar .right-outer .right {
	float: left;
}
.navbar .right-outer .right ul li {
	display: inline-block;
	margin-left: 30px;
}
.navbar .right-outer .right ul li a {
	color: #000;
	font-size: 18px;
	padding-bottom: 30px;
}
.navbar .right-outer .right ul li:hover ul.sub-menu {
	display: block;
}
.sub-menu {
	position: absolute;
	width: 230px;
	top: 52px;
	z-index: 9;
	background: #2385a8;
	padding: 20px;
  display: none;
}
.navbar .right-outer .right ul li ul.sub-menu li.current_page_item a {
	border: 0;
	padding: 0;
	color:#db5c2b;
}
.navbar .right-outer .right ul li ul.sub-menu li {
	margin-left: 0;
	margin-bottom: 10px;
}
.navbar .right-outer .right ul li a:hover{
	color: #db5c2b;
}
.navbar .right-outer .right ul li.current-menu-item a {
	color: #2385a8;
	border-bottom: 5px solid #db5c2b;
}
.navbar .right-outer .search {
	float: right;
	margin-left: 30px;
}
.navbar .right-outer .search a {
	font-size: 18px;
	color: #2385a8;
}

.navbar .right-outer .right ul li ul.sub-menu li a{padding-bottom:0;border:0;}

/*Navbar end*/



.testimonials.contact .testimonials-flex .left .box .right-box ul li {
	
	margin-bottom: 10px;
}
.testimonials.contact .testimonials-flex .left .box .right-box ul {
	
	margin-top: 10px;
}



/*Banner start*/

.banner {
	width: 100%;
	float: left;
	clear: both;	
	position: relative;
}
.banner img {
	width: 100%;
	display: block;
}
.banner .banner-content {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner .owl-nav {
	display: none;
}
.banner .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
.banner .owl-dots span {
	background: #2385a8 !important;
}
.banner .owl-dots .owl-dot.active span {
	background: #fff !important;
}

.banner .banner-content .banner-content-box {
	float: left;
	background: rgba(255,255,255,0.9);
	width: 45%;
	padding: 20px 30px 22px;
	border-radius: 20px;
}
.banner .banner-content .banner-content-box h1 {
	font-size: 40px;
	font-weight: 700;
	color: #2385a8;
	font-family: "Playfair Display", serif;
	margin-bottom: 20px;
	border-radius: 20px;
}
.banner .banner-content .banner-content-box h1 span {
	color: #db5c2b;
}
.banner .banner-content .banner-content-box p {
	font-size: 16px;
	margin-bottom: 35px;
}
.banner .banner-content .banner-content-box .banner-contact {
	width: 100%;
	float: left;
}
.banner .banner-content .banner-content-box .banner-contact a.background {
	background: #2385a8;
	color: #fff;
	font-size: 18px;
	padding: 15px 35px;
	float: left;
	border-radius: 100px;
	text-transform: uppercase;
}
.banner .banner-content .banner-content-box .banner-contact a.background:hover{
	background: transparent;
	border: 2px solid #2385a8;
	color: #000;
}
.banner .banner-content .banner-content-box .banner-contact a.border {
	border: 2px solid #2385a8;
	padding: 16px 39px;
	border-radius: 100px;
	color: #000;
	font-size: 18px;
	float: right;
}
.banner .banner-content .banner-content-box .banner-contact a.border:hover{
	background: #2385a8;
	color: #fff;
}
.banner .banner-content .banner-content-box .banner-contact a.border i {
	color: #db5c2b;
}

/*Banner end*/







/*about start*/

a.btn {
	border: 2px solid #2385a8;
	padding: 16px 45px;
	border-radius: 100px;
	color: #000;
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	margin-top: 30px;
}
a.btn:hover{
	background: #2385a8;
	color: #fff;
}
.about{
	width: 100%;
	float: left;
	clear: both;
	padding: 50px 0;
}
.about .left {
	float: left;
	width: 50%;
}
.about .left img {
	width: 100%;
	display: block;
	border-radius: 0 50px;
}
.about .right {
	float: right;
	width: 45%;
}
.about .right h2 {
	font-size: 40px;
	color: #2385a8;
	font-weight: 700;
	font-family: "Playfair Display", serif;
}
.about .right h2 span {
	color: #db5c2b;
}
.about .right p {
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
}
.about .right ul li {
	font-size: 16px;
	margin-top: 5px;
}
.about .right ul li i {
	color: #db5c2b;
	margin-right: 5px;
}

/*about end*/



/*service start*/

.service {
	width: 100%;
	float: left;
	clear: both;
	background: url(https://www.royaldecor.ie/wp-content/uploads/2024/10/service-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
	position: relative;
}
.service h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	font-family: "Playfair Display", serif;
	margin-bottom: 30px;
	text-align: left;
}
.service .owl-nav {
	top: -80px;
	position: absolute;
	right: 0;
}
.service .owl-prev {
	background: url(https://www.royaldecor.ie/wp-content/uploads/2024/10/owl-left.png) !important;
	background-repeat: no-repeat !important;
	text-indent: -99999em;
	border: 1px solid #fff;
	height: 30px;
	width: 30px;
	text-indent: -9999em;
	background-position: center !important;
	border-radius: 0 !important;
}
.service .owl-next {
	background: url(https://www.royaldecor.ie/wp-content/uploads/2024/10/owl-right.png) !important;
	background-repeat: no-repeat !important;
	text-indent: -99999em;
	border: 1px solid #fff;
	height: 30px;
	width: 30px;
	text-indent: -9999em;
	background-position: center !important;
	border-radius: 0 !important;
}
.service .box-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service .box-outer .box .box-img {
	width: 100%;
}
.service .box-outer .box .box-img img {
	width: 100%;
	display: block;
}
.service .box-outer .box .box-content .box-content-img img {
	width: auto;
	display: inline-block;
}
.service .box-outer .box .box-content {
	width: 90%;
	text-align: center;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: -20px;
	padding: 50px 35px 40px;
}
.service .box-outer .box .box-content h4 {
	font-size: 24px;
	font-weight: 500;
	color: #206883;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.service .box-outer .box .box-content p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}
.service .box-outer .box .box-content a {
	font-size: 16px;
	background: #206883;
	color: #fff;
	padding: 10px 35px;
	display: inline-block;
	border-radius: 100px;
	margin-top: 20px;
	border:1px solid #206883;
}
.service .box-outer .box .box-content a:hover{
	background: transparent;
	border:1px solid #206883;
	color: #000;
}
.service .box-outer .box .box-content .box-content-img {
	display: inline-block;
	background: #db5c2b;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.service .box-outer .box .box-content .box-content-img img {
	padding-top: 20px;
}
.service a.btn {
	color: #fff;
	border-color: #fff;
	padding: 16px 30px;
}

/*service end*/




/*inner service start*/


.inner-service{
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	padding:50px 0px;
}

.inner-service h2 {
	font-size: 40px;
  color: #2385a8;
  font-weight: 700;
  font-family: "Playfair Display", serif;
	margin-bottom:50px;
}
.inner-service h2 span {
	color: #db5c2b;
}
.inner-service .inner-service-outer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.inner-service .inner-service-outer .inner-service-box{
	width:32%;
}
.inner-service .inner-service-outer .inner-service-box .box-img{
	width: 100%;
}
.inner-service .inner-service-outer .inner-service-box .box-img img{
	width: 100%;
  display: block;
}
.inner-service .inner-service-outer .inner-service-box .box-content{
	width: 90%;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  position: relative;
  top: -20px;
  padding: 50px 35px 40px;
	box-shadow: 0px 0px 10px 0px #d0d0d0;
}

.inner-service .inner-service-outer .inner-service-box .box-content .box-content-img{
	display: inline-block;
  background: #db5c2b;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.inner-service .inner-service-outer .inner-service-box .box-content .box-content-img img{
	padding-top: 20px;
	width: auto;
  display: inline-block;
}
.inner-service .inner-service-outer .inner-service-box .box-content h4{
	font-size: 24px;
  font-weight: 500;
  color: #206883;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.inner-service .inner-service-outer .inner-service-box .box-content p{
	font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.inner-service .inner-service-outer .inner-service-box .box-content a{
	font-size: 16px;
  background: #206883;
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 20px;
  border: 1px solid #206883;
}
.inner-service .inner-service-outer .inner-service-box .box-content a:hover{
	background:none;
	color:#000;
}


/*inner service end*/

/*work start*/

.work {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 50px 0;
}
.work h5 {
	font-size: 40px;
	color: #2385a8;
	font-weight: 700;
	font-family: "Playfair Display", serif;
	margin-bottom: 20px;
	margin-bottom: 30px;
}
.box-hover {
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	background: rgb(32, 104, 131,0.7);
	margin: auto;
	right: 0;
	bottom: 0;
	visibility: hidden;
	transition: 0.5s;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.work .work-outer .box .box-hover img {
	width: 0px;
	height: 0px;
	visibility: hidden;
	transition: 0.5s;
}
.work .work-outer .box:hover .box-hover img {	
	visibility: visible;
	width: 24px;
	height: 24px;
	transition-delay: 0.2s;
}
.box:hover .box-hover{
	visibility: visible;
	transition: 0.5s;
	width: 90%;
	height: 90%;	
}
.work h5 span {
	color: #db5c2b;
}
.work .work-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work .work-outer .box {
	width: 32.5%;
	margin-bottom: 15px;
	position: relative;
}
.work .work-outer .box img {
	width: 100%;
	display: block;
}
.work a.btn {
	padding: 16px 55px;
}

/*work end*/







/*testimonials start*/

.testimonials {
	width: 100%;
	float: left;
	clear: both;
	background: url(https://www.royaldecor.ie/wp-content/uploads/2024/10/testimonials.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonials .owl-dots .owl-dot.active span {
	background: #2385a8 !important;
}
.testimonials .owl-dots {
	text-align: left!important;
}
.testimonials .left {
	width: 45%;
	padding-top: 50px;
}
.testimonials .left h5 {
	font-size: 40px;
	color: #2385a8;
	font-weight: 700;
	font-family: "Playfair Display", serif;
	margin-bottom: 10px;
}
.testimonials .left h5 span {
	color: #db5c2b;
}
.testimonials .left i.fa-quote-right {
	color: #2385a8;
	font-size: 60px;
}
.testimonials .left .testimonial-content {
	width: 100%;
	margin-top: 20px;
}
.testimonials .left .testimonial-content {
	width: 100%;
}
.testimonials .left .testimonial-content p {
	font-size: 16px;
	line-height: 24px;
}
.testimonials .left .testimonial-content .testimonial-image-outer {
	width: 100%;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
}
.testimonials .left .testimonial-content .testimonial-image-outer .testimonial-name h6 {
	font-size: 16px;
	font-weight: 700;
}
.testimonials .left .testimonial-content .testimonial-image-outer .testimonial-name i {
	color: #db5c2b;
}
.testimonials .left .testimonial-content .testimonial-image-outer .testimonial-image {
	width: 140px;
}
.testimonials .left .testimonial-content .testimonial-image-outer .testimonial-image img {
	width: 100%;
}
.testimonials .testimonials-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.testimonials .testimonials-flex .right {
	width: 48%;
	background: #09536d;
	padding: 50px 40px;
}
.testimonials .testimonials-flex .right h5 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	font-family: "Playfair Display", serif;
	margin-bottom: 50px;
}
.testimonials .testimonials-flex .right h5  span {
	color: #db5c2b;
}
.testimonials .testimonials-flex .right .testimonials-form {
	width: 100%;
}
.testimonials .testimonials-flex .right .testimonials-form .testimonials-form-input {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.testimonials .testimonials-flex .right .testimonials-form .testimonials-form-input label {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
.testimonials .testimonials-flex .right .testimonials-form .testimonials-form-input input,.testimonials .testimonials-flex .right .testimonials-form .testimonials-form-input textarea {
	width: 100%;
	border: 0px;
	background: #2385a8;
	padding: 10px;
	resize: none;
}
.testimonials .testimonials-flex .right .testimonials-form input[type="button"] {
	border: 0;
	background: #fff;
	padding: 16px 42px;
	margin-top: 20px;
	border-radius: 100px;
	color: #09536d;
	font-size: 16px;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
	cursor: pointer;
	transition: 0.5s;
}
.testimonials .testimonials-flex .right .testimonials-form input[type="button"]:hover{
	background: #2385a8;
	color: #fff;
	box-shadow: 0px 0px 10px 5px #fff;
	transition: 0.5s;
}
.testimonials-end {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 50px 0;
}
.testimonials-end h4 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.testimonials-end p {
	line-height: 24px;
}
/*testimonials end*/







/*footer start*/

.footer {
	width: 100%;
	float: left;
	clear: both;
	padding: 40px 0 30px;
	border-bottom: 1px solid #2385a8;
}
.footer .footer-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .footer-flex .left .ft-logo{width:180px;}
.footer .footer-flex .left {
	width: 33%;
}
.footer .footer-flex .left p {
	font-size: 14px;
	line-height: 25px;
	margin: 20px 0px 30px;
}
.footer .footer-flex .left ul li {
	display: inline-block;
	border: 1px solid #2385a8;
	width: 29px;
	text-align: center;
	height: 29px;
	margin-right: 15px;
}
.footer .footer-flex .left ul li a {
	display: block;
	height: 100%;
	padding-top: 4px;
}
.footer .footer-flex .middle {
	width: 18%;
}
.footer .footer-flex .middle h6 {
	color: #2385a8;
	font-size: 25px;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer .footer-flex .middle ul li {
	margin-bottom: 10px;
}
.footer .footer-flex .middle ul li a {
	color: #000;
}
.footer .footer-flex .middle ul li a:hover{
	color: #db5c2b;
}

.footer .footer-flex .middle ul li a i {
	color: #db5c2b;
	margin-right: 5px;
}
.footer .footer-flex .right {
	width: 27%;
}
.footer .footer-flex .right h6 {
	color: #2385a8;
	font-size: 25px;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer .footer-flex .right .contact-method {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.footer .footer-flex .right .contact-method .contact-method-left {
	float: left;
	width: 15%;
}
.footer .footer-flex .right .contact-method .contact-method-right {
	width: 85%;
	float: right;
}
.footer .footer-flex .right .contact-method .contact-method-right h4 {
	font-size: 16px;
	color: #09536d;
	font-weight: 500;
}
.footer .footer-flex .right .contact-method .contact-method-right a {
	font-size: 16px;
	color: #000;
}
.footer .footer-flex .right .contact-method .contact-method-right a:hover{
	color: #db5c2b;
}

.footer .footer-flex .right .contact-method h4 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}
.footer .footer-flex .right .contact-method p {
	line-height: 24px;
}

/*footer end*/






/* last-footer start*/

.last-footer {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 13px 0;
}
.last-footer p {
	font-size: 16px;
	color: #000;
}


/* last-footer end*/





/*Inner-about start*/

.banner-inner {
	width: 100%;
	float: left;
	clear: both;
}
.banner-inner img {
	width: 100%;
	display: block;
}
.inner-about {
	width: 100%;
	float: left;
	clear: both;
	padding: 50px 0px;
}
.inner-about .inner-about-outer {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
}
.inner-about .inner-about-outer .left {
	width: 67%;
}
.inner-about .inner-about-outer .left img {
	width: 100%;
}
.inner-about .inner-about-outer .right {
	width: 50%;
	position: absolute;
	right: 0;
	background: #fff;
	padding: 40px;
	box-shadow: 20px 30px 20px 0px #cacaca;
}
.inner-about .inner-about-outer .right h5 {
	font-size: 40px;
	color: #2385a8;
	font-weight: 700;
	font-family: "Playfair Display", serif;
	margin-bottom: 10px;
}
.inner-about .inner-about-outer .right h5 span{
	color: #db5c2b;
}
.inner-about .inner-about-outer .right p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.inner-about.section-two .inner-about-outer {
	flex-direction: row-reverse;
}
.inner-about.section-two .inner-about-outer .right {
	left: 0;
}

.inner-about.team h4 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.inner-about.team p {
	line-height: 24px;
	text-align: center;
	font-size: 16px;
}
.inner-about.team .team-outer {
	width: 100%;
	float: left;
	clear: both;
}
.inner-about.team .team-outer .team-outer-left {
	width: 50%;
	float: left;
	padding: 50px;
}
.inner-about.team .team-outer .team-outer-left h4 {
	text-align: left;
}
.inner-about.team .team-outer .team-outer-left ul li {
	list-style: disc;
	margin-bottom: 10px;
	line-height: 24px;
}
.inner-about.team .team-outer .team-outer-left ul  {
	padding-left:20px;
}
.inner-about.team .team-outer .team-outer-right{
	width: 50%;
	float: right;
	padding: 50px;
}
.inner-about.team .team-outer .team-outer-right h4 {
	text-align: left;
}
.inner-about.team .team-outer .team-outer-right p {
	text-align: left;
	margin-bottom: 20px;
	line-height: 24px;
}
.inner-about.team {
	padding-bottom: 0;
}
.why-choose-us ul {
	padding-right: 24%;
	  margin-bottom: 50px;
}
.why-choose-us img {
	margin-top: 50px;
}
.why-choose-us p {
	padding-right: 32%;
	color: #fff;
	line-height: 24px;
}
.why-choose-us {
	width: 100%;
	float: left;
	clear: both;
	  padding: 80px 0 13em 0;
	  background-size: cover;
	  background-position: center !important;
	background: url("https://www.royaldecor.ie/wp-content/uploads/2024/10/gh.jpg");
	background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-us h4 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
}
.why-choose-us ul li {
	  color: #fff;
	padding-bottom: 20px;
	  list-style: disc;
}
.inner-work {
	width: 100%;
	float: left;
	clear: both;
	padding: 50px 0;
}
.inner-work h5 {
	font-size: 20px;
	margin-bottom: 20px;
}
.inner-work p {
	line-height: 24px;
	margin-bottom: 20px;
}
.inner-work h4 {
	font-size: 25px;
	margin-bottom: 10px;
}
.inner-work ul li {
	margin-bottom: 20px;
	line-height: 24px;
}
.featured-projects {
	width: 100%;
	float: left;
	clear: both;
	background: #2385a8;
	padding: 50px 0;
	margin-bottom: 50px;
}
.featured-projects .left {
	width: 50%;
	float: left;
	padding: 0 20px;
}
.featured-projects .left h6 {
	font-size: 20px;
	margin-bottom: 20px;
	  color: #fff;
}
.featured-projects .left ol li {
	list-style: decimal;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 16px;
	  color: #fff;
}
.featured-projects .right {
	width: 50%;
	float: right;
	padding: 0 20px;
}
.featured-projects .right h6 {
	font-size: 20px;
	margin-bottom: 20px;
	  color: #fff;
}
.featured-projects .right ul li {
	list-style: decimal;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 16px;
	  color: #fff;
}
.bring{
	width: 100%;
	float: left;
	clear: both;
}
.bring p {
	line-height: 24px;
	margin-bottom: 20px;
}
.bring h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

/*Inner-about end*/





/*Inner-contact start*/

.testimonials.contact {
	background: none;
	padding: 50px 0;
}
.testimonials.contact .testimonials-flex .left .box {
	width: 100%;
	float: left;
	background: #e6e6e6;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-shadow: 20px 15px 10px 0px #777;
	margin-bottom: 50px;
}
.testimonials.contact .testimonials-flex .left .box:hover{
	box-shadow: inset 100px 0px 0px 0px #db5c2b;
}
.testimonials.contact .testimonials-flex .left .box:hover .left-box i {
	border: 2px solid #000;
	color: #000;
}
.testimonials.contact .testimonials-flex .left .box .left-box {
	margin-right: 20px;
}
.testimonials.contact .testimonials-flex .left .box .left-box i {
	font-size: 45px;
	width: 70px;
	height: 70px;
	border: 2px solid #db5c2b;
	border-radius: 100px;
	text-align: center;
	color: #2385a8;
	padding-top: 10px;
}
.testimonials.contact .testimonials-flex .left .box .right-box h6 {
	font-size: 20px;
}
.testimonials.contact .testimonials-flex .left .box .right-box a {
	color: #db5c2b;
	margin-top: 10px;
	display: inline-block;
	font-size: 24px;
}
.testimonials.contact .testimonials-flex .left .box .right-box a.btn {
	padding: 10px 20px;
	border: 0;
	background: #2385a8;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
}
.testimonials.contact .testimonials-flex .left .box .right-box a.btn:hover{
	background: #000;
	color: #fff;
}
.testimonials.contact .testimonials-flex .left .box .right-box {
	width: 74%;
}

.testimonials.contact .testimonials-flex .left .box .right-box a:hover{
	color: #000;
}
.map iframe {
	width: 100%;
	height: 450px;
}
.map {
	width: 100%;
	float: left;
	clear: both;
}
.testimonials .left h4 {
	font-size: 25px;
	margin-bottom: 20px;
}
.testimonials .left p {
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 16px;
}

/*Inner-contact end*/


/*Start popup styles*/
.popup-link{display:flex;flex-wrap:wrap;}
.popup-link a{ background: #333;color: #fff;padding: 10px 30px;border-radius: 5px;font-size:17px;cursor:pointer; margin:20px; text-decoration:none;}
.popup-container {visibility: hidden;opacity: 0;transition: all 0.3s ease-in-out;transform: scale(1.3);position: fixed;z-index: 11;left: 0;top: 0; width: 100%;height: 100%; background-color: rgba(21, 17, 17, 0.61);display: flex;align-items: center;}
.popup-content {background-color: #fefefe;margin: auto;padding: 20px;border: 1px solid #888; width: 35%;}
.popup-content p{ font-size: 18px; padding: 10px;line-height: 20px; font-weight: 500;}
.popup-content a.close{color: #aaaaaa;float: right;font-size: 28px; font-weight: bold;background: none;padding: 0; margin: 0;text-decoration:none;}
.popup-content a.close:hover{color:#333;}
.popup-content span:hover,
.popup-content span:focus {color: #000; text-decoration: none;cursor: pointer;}
.popup-container:target{visibility: visible;opacity: 1;transform: scale(1);}
.popup-container h3{margin: 10px;font-size: 50px;}

#search input[type="search"]{    width: 100%;height: 50px; border: 1px solid #ccc;padding: 15px;font-size: 16px;}
#search input[type="submit"]{ width: 100%;height: 50px;font-size: 18px;background: #2385a8;border: none;color: #fff;display: inline-block;cursor: pointer;    margin-top: 20px;}
#search input[type="submit"]:hover{background: #db5c2b;color: #fff;}

/* .global-pages{padding-top: 80px; padding-bottom: 80px;} */
.global-pages.error404-content h1{font-size:120px;    color: #db5c2b;}
.global-pages.error404-content{text-align:center;}
.global-pages.error404-content p{font-size:24px;}

.global-space{
	padding-top: 80px; padding-bottom: 80px;
}

/*Media start*/

@media (max-width:1199px){

	.container{width: 96%;}
	.banner .banner-content .banner-content-box {
		width: 527px;
	}
	.banner .container{
		width: auto;
	}



/*Inner-about start*/

.testimonials .testimonials-flex .right h5 {
	font-size: 30px;
}
.testimonials.contact .testimonials-flex .left .box .left-box {
	width: 20%;
}
.testimonials.contact .testimonials-flex .left .box .right-box {
	width: 68%;
}

/*Inner-about end*/
	.popup-content{width:50%;}
}

@media (max-width:1023px){
	.inner-service .inner-service-outer .inner-service-box {
	width: 48%;
}
.dropdown-icon {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	cursor:pointer;
}
	.sub-menu {
	position: inherit;
	width: 100%;
	top: 10px;
	background: #52a3bf;
}
	.navbar .right-outer .right ul li:hover ul.sub-menu {
	display: none;
}
	
	.navbar .site-logo img,
	.footer .footer-flex .left .ft-logo{width:100px;}

	.fa.fa-bars {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 70px;
		top: 56px;
	}
	.navbar .right-outer .right nav.menu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		top: 100px;
		background: #2385a8;
		z-index: 9;
		text-align: center;
		padding: 20px;
		margin-top:24px;
	}
	.navbar .right-outer .right nav.menu li {
		display: block;
		margin: 0 0 20px 0;
	}

	.navbar{
		position: relative;
	}
	.navbar .right-outer .right nav.menu li.current-menu-item a {
		color: #db5c2b;
	}
	.navbar .right-outer .right nav.menu li a {
		color: #fff;
		border: 0;
	}
	.navbar .right-outer .right nav.menu li a:hover{
		color: #000;
	}
	.about .left {
		width: 100%;
	}
	.about .right {
		width: 100%;
	}
	.work .work-outer .box {
		width: 48%;
	}
	.testimonials .left{
		width: 100%;
	}
	.testimonials .testimonials-flex .right {
		width: 100%;
		margin-top: 50px;
	}
	.banner .banner-content .banner-content-box h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.banner .banner-content .banner-content-box p {
		margin-bottom: 20px;
	}
	.banner .owl-dots {
		bottom: 0;
	}

/*	inner about start*/

.inner-about .inner-about-outer .right {
	width: 80%;
	position: relative;
	top: -90px;
}
.inner-about .inner-about-outer .left {
	width: 100%;
}
.inner-about {
	padding: 50px 0 0 0;
}
.inner-about.section-two {
	padding: 0;
}
.inner-about.section-two .inner-about-outer .right {
	right: 0;
}

/*	inner about end*/


/*Inner-contact start*/



.testimonials.contact .testimonials-flex .left .box .left-box {
	width: 12%;
}
/*Inner-contact end*/
	.popup-content{width:60%;}
}




@media (max-width:767px){
	.navbar .site-logo img{width:80px;}
	.navbar .fa.fa-bars{ top: 46px;}
	.navbar .right-outer .right nav.menu{margin-top:0;}
	.why-choose-us {
	padding: 80px 0 6em 0;
}
	.why-choose-us ul {
	padding-left: 20px;
}
	.inner-about.team .team-outer .team-outer-left {
	width: 100%;
}
		.inner-about.team .team-outer .team-outer-right {
	width: 100%;
}
.featured-projects .left {
	width: 100%;
	margin-bottom: 20px;
}
	.featured-projects .right {
	width: 100%;
}
	.footer .footer-flex .left {
		width: 100%;
	}
	.footer .footer-flex .middle {
		width: 100%;
		margin: 30px 0;
	}
	.footer .footer-flex .right {
		width: 100%;
	}
	.footer .footer-flex .right .contact-method .contact-method-left {
		width: 5%;
	}
	.footer .footer-flex .right .contact-method .contact-method-right {
		width: 93%;
	}
	
	.popup-content{width:90%;}

}


@media (max-width:639px){
	.why-choose-us {
	padding: 80px 0 0em 0px;
}
	.inner-service .inner-service-outer .inner-service-box {
	width: 100%;
}
	.work .work-outer .box {
		width: 100%;
	}
	.testimonials .testimonials-flex .right h5 {
		font-size: 30px;
	}
	.banner .banner-content .banner-content-box h1 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.banner .banner-content .banner-content-box p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.banner .banner-content .banner-content-box .banner-contact a.background {
		font-size: 14px;
		padding: 5px 20px;
		border: 2px solid #2385a8;
	}
	.banner .banner-content {
		width: 100%;
	}
	.banner .banner-content .banner-content-box {
		width: 100%;
	}
	.banner .banner-content .banner-content-box .banner-contact a.border{
		font-size: 14px;
		padding: 5px 20px;
		float: left;
		margin-left: 20px;
	}
	.banner .owl-dots {
		bottom: -5px;
	}


/*	inner about start*/

.inner-about .inner-about-outer .right {
	width: 90%;
}
.inner-about .inner-about-outer .right h5{
	font-size: 30px;
}

/*	inner about end*/




/*	inner contact start*/
.testimonials.contact .testimonials-flex .left .box .left-box {
	width: 20%;
}

/*	inner contact end*/



}

@media (max-width:479px){
.why-choose-us ul {
	padding-right: 0;
}
	.why-choose-us p {
	padding-right: 0;
}
	.why-choose-us {
	padding: 50px 0 50px 0px;
}
	.banner .banner-content {
		position: inherit;
	}
	.banner .banner-content .banner-content-box {
		padding: 20px 20px 22px;
	}
	.banner .banner-content .banner-content-box .banner-contact a.background {
		padding: 5px;
	}
	.banner .banner-content .banner-content-box .banner-contact a.border{
		padding: 5px;
		border-bottom: 2px solid #2385a8;
	}
	.about .right h2 {
		font-size: 25px;
	}
	.about .right p {
		margin: 10px 0;
	}
	a.btn, .service a.btn, .work a.btn {
		padding: 15px 25px;
		font-size: 14px;
	}
	.service h3 , .work h5, .testimonials .left h5, .testimonials .testimonials-flex .right h5{
		font-size: 25px;
	}
	.testimonials .testimonials-flex .right {
		padding: 50px 10px;
	}


/*	inner about start*/

.inner-about .inner-about-outer .right {
	position: initial;
	width: 100%;
	padding: 10px;
}

/*	inner about end*/


/*	inner contact start*/

.testimonials.contact .testimonials-flex .left .box .left-box {
	width: auto;
	display: block;
	margin: 0 auto;
}
.testimonials.contact .testimonials-flex .left .box .right-box {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.testimonials.contact .testimonials-flex .left .box {
	padding: 20px;
}

/*	inner contact end*/
	
	.popup-container h3{font-size:30px;}

}

/*Media end*/


.navbar .right-outer .right ul li ul.sub-menu li a {
	color: #fff;
}


.navbar .right-outer .right ul li {
position: relative;
}

.navbar .right-outer .right ul li ul.sub-menu li a:hover {
	color: #db5c2b;
}

.right ul li{
	line-height:24px;
}


