* {
	margin: 0;
	padding: 0;
}
html,
body,
address,
blockquote,
div,
dl,
form,
h1,h2,h3,h4,h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p 
{
	border: medium none;
	margin: 0;
	padding: 0;
}
a, input, select, textarea
{
	margin: 0;
	outline: medium none;
	padding: 0;
}
html{}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Playfair Display', serif;
}
img, fieldset
{
	border: 0 none;
}
a
{
	border: medium none;
	outline: medium none;
}
input[type="search"] {}
img 
{
	border: medium none;
	height: auto;
	max-width: 100%;
	outline: medium none;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, span, p, input, form, img, hr, img, a
{
	border: medium none;
	margin: 0;
	padding: 0;
}
a:hover 
{
	text-decoration: none;
}
.clear 
{
	clear: both;
}
ul::after
{
	clear: both;
	content: "";
	display: block;
}
ul 
{
	list-style: outside none none;
}
body
{
	margin:0;
	padding:0;
	font-family: 'Barlow Condensed', sans-serif;
}
.container
{
	max-width:1350px;
}
.header-sec
{
	position: fixed;
    top:0;
    left:0;
    width: 100%;
	padding:25px 0;
	margin:0;
	z-index:9999999999;
	transition:1s all;
}
.header-sec.fixed
{
    background:#000000;
	transition:1s all;
}
a.site-logo-nav
{
    float: left;
    width: 10%;
    transition: 1s all;
    padding: 0.35px 0;
}
a.site-logo-nav img
{
	width:130px;
	height:auto;
}
.navbar-header
{
    float: right;
    width: 90%;
	padding:8px 0;
}
.navigation
{
    float: right;
    margin: 0;
    padding:0;
}
.navigation ul
{
	list-style:none;
}
.navigation ul li
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding:0;
    margin-right:35px;
}
.navigation ul li a
{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: left;
    padding: 10px 0 14px;
}
.navigation ul li a:hover
{
    color:#ffea04;
}
a.closebtn
{
    display: none;
}
h1.mobile-menu
{
    display: none;
}
.h-rg-main
{
	float:right;
}
a.nav-cont-help
{
    float: left;
    display: inline-block;
    text-decoration: none;
    padding:11px 0;
}
a.nav-cont-help img
{
	float:left;
	margin-right:10px;
}
a.nav-cont-help h5
{
	float:left;
	color:#ffffff;
	font-size:20px;
	line-height:28px;
	font-weight:600;
	letter-spacing:2px;
	font-family: 'Barlow Condensed', sans-serif;
	padding:0;
}
a.h-touch-btn
{
    width:180px;
    background:#0fa5e5;
    float: left;
    padding:12px 0;
    font-size:20px;
    line-height:28px;
    font-weight:600;
    letter-spacing:1px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-align: center;
    transition: 0.5s all;
    border-radius:3px;
	margin-left:20px;
}
a.h-touch-btn:hover
{
	color:#000000;
	background:#ffea04;
    transition:0.5s all;
}
a.h-touch-btn img
{
    display:none;
}
.banner-sec
{
	position:relative;
}
.banner-sec img.desktop-banner
{
	width:100%;
	object-fit:cover;
	height:100vh;
}
.carousel-caption 
{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-shadow: none;
	width: 100%;
	height: 100%;
	background:rgba(15,15,15,0.60);
}
.carousel-caption-b
{
	width:100%;
	height:100%;
	margin:0 auto;
	display:table;
}
.carousel-caption-c
{
	width:100%;
	height:100%;
	vertical-align:middle;
	display:table-cell;
}
.banner-txt
{
    margin: 0;
    text-align: center;
    padding: 0 50px;
}
.banner-txt h2
{
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 15px;
    padding: 0;
    letter-spacing: 1px;
}
.banner-txt h1
{
    color: #ffffff;
    font-size:80px;
    font-weight: 400;
    line-height:96px;
    margin-bottom:20px;
    padding: 0;
    letter-spacing: 1px;
}
.banner-txt p
{
    color: #ffffff;
    font-size:30px;
    font-weight:300;
    line-height:40px;
    margin-bottom: 15px;
    padding: 0;
    letter-spacing: 1px;
}
.banner-button
{
	margin:30px 0 0 0;
	padding:0;
}
a.bann-service-btn
{
    width:200px;
    background:#ffffff;
    display:inline-block;
    padding:12px 0;
    font-size:20px;
    line-height:28px;
    font-weight:600;
    letter-spacing:1px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    transition: 0.5s all;
    border-radius:3px;
	margin-right:10px;
}
a.bann-service-btn:hover
{
	color:#000000;
	background:#ffea04;
    transition:0.5s all;
}
a.bann-touch-btn
{
    width:200px;
    background:#0fa5e5;
    display:inline-block;
    padding:12px 0;
    font-size:20px;
    line-height:28px;
    font-weight:600;
    letter-spacing:1px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: 0.5s all;
    border-radius:3px;
	margin-left:10px;
}
a.bann-touch-btn:hover
{
	color:#000000;
	background:#ffea04;
    transition:0.5s all;
}
.carousel-control-prev
{
	position: absolute;
	top:52%;
	bottom: 0;
	left:30px;
	width:50px;
	height:50px;
	opacity:1;
	z-index:1;
}
.carousel-control-prev img
{
    width: 40px;
}
.carousel-control-prev:hover, .carousel-control-prev:focus
{
	opacity:1;
}
.carousel-control-next
{
	position: absolute;
	top:52%;
	bottom:0;
	right:30px;
	width:50px;
	height:50px;
	opacity:1;
	z-index:1;
}
.carousel-control-next img
{
    width: 40px;
}
.carousel-control-next:hover, .carousel-control-next:focus
{
	opacity:1;
}
a.scroll-down
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    width: 120px;
}
.scroll-down p
{
	font-size:14px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	padding-top:0;
	margin-bottom:0;
	letter-spacing:1px;
	font-family: 'Barlow', sans-serif;
}
.scroll-down img
{
	width:30px !important;
	height:30px !important;
	object-fit:cover;
}
.section-space
{
	padding:80px 0;
}
.services-sec
{
	background:#f6fdff;
}
.title
{
	padding:0;
	text-align:center;
	margin:0 0 30px 0;
	position:relative;
	z-index:9;
}
.title small
{
	color:#00b3ff;
    font-size:16px;
    line-height:26px;
	font-weight:500;
    letter-spacing:0.5px;
    width: 100%;
	font-family: 'Barlow', sans-serif;
	margin-bottom:10px;
	padding:0;
	display:block;
}
.title h3
{
	color:#292929;
    font-size:36px;
    line-height:42px;
	font-weight:400;
    letter-spacing:1px;
    width: 100%;
	margin-bottom:0;
	padding:0;
}

.service-all-main
{
    margin: 0 auto;
}
.service-all-main:after
{
    clear:both;
	content:"";
	display:block;
}
.service-main
{
    padding: 35px 20px;
    background: #ffffff;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    cursor: pointer;
    margin: 30px 0.8% 0;
    float: left;
    width: 23.4%;
}
.h-service-main .service-main
{
    min-height: 340px;
}
a.service-icon
{
	width:90px;
	height:90px;
	border-radius:15px;
	background:#e7f8ff;
	line-height:90px;
	text-align:center;
	margin-bottom:15px;
	padding:0;
	display:block;
}
a.service-icon img
{
	width:60px;
	height:auto;
}
.service-info
{
	padding:0;
	margin:0;
}
.service-info a
{
	color: #000000;
	display:block;
	text-decoration:none;
}
.service-info h4
{
	color: #000000;
	font-size: 22px;
	font-weight:500;
	line-height:32px;
	letter-spacing: 1px;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom:10px;
	padding:0;
}
.service-info p
{
	color:#505050;
	font-size:18px;
	font-weight:300;
	line-height:28px;
	letter-spacing:0px;
	margin-bottom:0;
	padding:0;
	font-family: 'Barlow', sans-serif;
}
.sgle-cntr-button
{
	text-align:center;
	margin-top:20px;
}
a.elementor-button-link
{
    width: 200px !important;
    padding: 12px 0 !important;
    line-height: 28px !important;
}

.about-image-main
{
    margin: 0;
    padding: 0;
}
.about-image-main:after
{
    clear:both;
	content:"";
	display:block;
}
.about-image-first
{
    float: left;
    width:58%;
	padding-right:12px;
}
.ab-img-first, .ab-img-second, .ab-img-three
{
    width: 100%;
}
.ab-img-first img, .ab-img-second img, .ab-img-three img
{
    width: 100%;
	border-radius:15px;
	object-fit:cover;
}
.ab-img-first img
{
    height: 455px;
}
.ab-img-second
{
	margin-top:25px;
}
.ab-img-second img
{
    height: 225px;
}
.about-image-second
{
    float: left;
    width:42%;
    padding-left:12px;
}
.ab-img-three img
{
    height: 375px;
}
.about-experience
{
	background:#ffea04;
	height:305px;
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:center;
	flex-wrap:wrap;
	border-radius:15px;
	margin-top:25px;
}
.about-experience h4
{
	color: #000000;
	font-size: 36px;
	line-height:46px;
	font-weight:400;
	text-align: center;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
}
.about-experience h4 strong
{
	display:block;
}

.lft-padd
{
	padding-left:20px;
}
.about-info small
{
	color:#00b3ff;
    font-size:16px;
    line-height:26px;
	font-weight:500;
    letter-spacing:0.5px;
	font-family: 'Barlow', sans-serif;
	margin-bottom:10px;
	padding:0;
	display:block;
	width:100%;
}
.about-info h3
{
	color:#292929;
    font-size:36px;
    line-height:42px;
	font-weight:400;
    letter-spacing:1px;
	margin-bottom:20px;
	padding:0;
	width:100%;
}
.about-info p
{
	color:#505050;
    font-size:18px;
    line-height:26px;
	font-weight:300;
    letter-spacing:0.5px;
    width: 100%;
	font-family: 'Barlow', sans-serif;
	margin-bottom:20px;
	padding:0;
	display:block;
	width:100%;
}
.learn-button
{
	margin-top:10px;
}
.learn-button a.single-btn
{
    width:180px;
}

.portfoilo-sec
{
	padding:80px 0 0 0;
	background:#0099db;
}
.protifolio-complete-main .elementor-element-populated
{
    display: block !important;
}
.work-porti-case-main
{
    float: left !important;
    width: auto !important;
    margin: 0 !important;
}
.work-porti-case-main h2 strong
{
	color:#ffffff;
    font-size:40px;
    line-height:50px;
	font-weight:600 !important;
	font-family: 'Barlow Condensed', sans-serif;
    letter-spacing:1px;
	padding-left:20px;
	position:relative;
}
.work-porti-case-main h2 strong:after
{
    position: absolute;
    top:10%;
    left: 0;
    width: 1px;
    height:80%;
    content: "";
    background: #ffffff;
}
.work-porti-case-main h2 strong small
{
	color:#ffffff;
	font-size: 20px;
	font-weight:600 !important;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: 5px;
    font-style: normal;
}
.protifolio-button
{
    float: right!important;
    width: auto !important;
    text-align: right !important;
    padding: 10px 150px 0 0;
}
.protifolio-button a
{
    color: #ffffff !important;
}
.portfolio-slider-main
{
    margin-top: 30px;
    position: relative;
}
.portfolio-main
{
	margin:0 10px;
	cursor:pointer;
}
.portfolio-img
{
	width:100%;
	position:relative;
}
.portfolio-img img
{
	width:100%;
	height:480px !important;
	object-fit:cover;
	border-radius:15px 15px 0 0;
}
.portfolio-main:hover .portfolio-info
{
	transition:0.5s all;
	opacity:1;
}
.portfolio-info
{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.70);
	width:100%;
	height:100%;
	border-radius:15px 15px 0 0;
	padding:25px;
	display:flex;
	align-items:end;
	align-content:end;
	flex-wrap:wrap;
	opacity:0;
	transition:0.5s all;
}
.portfolio-info h6
{
	color:#ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing:1px;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom:10px;
	padding:0;
	width:100%;
}
.portfolio-info p
{
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	line-height:28px;
	letter-spacing:0.5px;
	font-family: 'Barlow', sans-serif;
	margin-bottom:10px;
	padding:0;
	width:100%;
}
a.view-more-btn
{
    color: #ffea04;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
}
a.view-more-btn img
{
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    display: inline-block !important;
}
#slide-protfolio .owl-nav
{
    height: 54px;
    position: absolute;
    top:-85px;
    right: 0;
	width:130px;
}
#slide-protfolio .owl-prev
{
    position: absolute;
    top: 0;
	right:65px;
    width:54px;
    height: 54px;
    color: transparent !important;
    background: #ffea04 !important;
    padding: 0px 0px !important;
    border-radius:3px !important;
    margin: 0px !important;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
#slide-protfolio .owl-prev::after
{
    background: url(../images/protfolio-prev.svg) top center no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}
#slide-protfolio .owl-next
{
    position: absolute;
    top: 0;
	right:0;
    width:54px;
    height:54px;
    color: transparent !important;
    background: #ffea04 !important;
    padding: 0px 0px !important;
    border-radius:3px !important;
    margin: 0px !important;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
#slide-protfolio .owl-next::after
{
    background: url(../images/protfolio-next.svg) top center no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

section.feature-sec
{
	overflow:hidden;
}
.feature-architecture-main
{
    position: relative;
    height:690px;
}
.architecture-img
{
	width:513px;
	margin:80px auto 0;
}
.architecture-img img
{
	width:100%;
	height:513px;
	object-fit:cover;
}
.feature-architecture-tab
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    right: 0;
}
.feature-architecture-tab .nav-tabs
{
    border-bottom: none;
}
.feature-architecture-tab .nav
{
    display: block;
    flex-wrap: inherit;
    padding-left: 0;
    list-style: none;
    height:690px;
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.feature-architecture-tab .nav-tabs .nav-link
{
    margin-bottom:0;
    background: none;
    border:none;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.feature-architecture-tab .nav-link
{
    display: block;
    padding:0;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.feature-architecture-tab .nav-tabs .nav-link.active, .feature-architecture-tab .nav-tabs .nav-item.show .nav-link
{
    color: #495057;
    background-color: #fff;
    border-color:transparent !important;
}
.architecture-icon
{
    width: 90px;
    line-height:86px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
}
.architecture-icon img
{
    width:50px !important;
    height:50px !important;
}
#myTab li:nth-child(1)
{
	position: absolute;
    top: 0;
    right: 70px;
    left: auto;
}	
#myTab li:nth-child(2)
{
    position: absolute;
    top:210px;
    left: auto;
    right: 0;
}
#myTab li:nth-child(3)
{
    position: absolute;
    top:420px;
    left: auto;
    right:70px;
}
#myTab li:nth-child(4)
{
    position: absolute;
    top:550px;
    left: 350px;
    right: auto;
}
#myTab li:nth-child(7)
{
    position: absolute;
    top:420px;
    left:70px;
    right:auto;
}
#myTab li:nth-child(6)
{
    position: absolute;
    top:210px;
    left: 0;
    right:auto;
}
#myTab li:nth-child(5)
{
    position: absolute;
    top:0;
    left:70px;
    right: auto;
}	
#myTabContent .features-myTabContent-1
{
    position: absolute;
    top: -35px;
    right: -40px;
}
#myTabContent .features-myTabContent-2
{
    position: absolute;
    top: 180px;
    right: -110px;
}
#myTabContent .features-myTabContent-3
{
    position: absolute;
    top:390px;
    right: -40px;
}
#myTabContent .features-myTabContent-4
{
    position: absolute;
    top: 540px;
    left: 240px;
}
#myTabContent .features-myTabContent-5
{
    position: absolute;
    top: -35px;
    left: -40px;
}
#myTabContent .features-myTabContent-6
{
    position: absolute;
    top: 180px;
    left: -110px;
}
#myTabContent .features-myTabContent-7
{
    position: absolute;
    top:390px;
    left: -40px;
}
.architecture-info
{
	background:#0fa5e5;
	padding:25px;
	border-radius:10px;
	position:relative;
	width:340px;
}
.architecture-info:after
{
    content: "";
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 50%;
    left: 0;
    margin-left: -22px;
    border-top: 15px solid #0fa5e5;
    margin-top: -2px;
    z-index: 1;
    transform: rotate(-270deg);
}
.architecture-info h6
{
	color:#ffffff;
	font-size:26px;
	font-weight:500;
	line-height:34px;
	letter-spacing:1px;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom:10px;
	padding:0;
	width:100%;
}
.architecture-info p
{
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	line-height:26px;
	letter-spacing:0.5px;
	font-family: 'Barlow', sans-serif;
	margin-bottom:0;
	padding:0;
	width:100%;
}
.features-myTabContent-4 .architecture-info.lft-side-tab:after
{
    top: 50px;
}
.architecture-info.lft-side-tab:after
{
    left: auto;
    right: -22px;
    transform: rotate(-450deg);
}
.testimonials-sec
{
    background: linear-gradient(90deg, rgba(0,179,255,0.20) 0%, rgba(207,190,0,0.20) 100%);
}
.testimonial-slide-main
{
    margin: 0 auto;
    width: 1060px !important;
}
.quotes-people-main
{
    padding: 30px;
    margin: 30px 15px;
    background: #ffffff;
    border-radius:15px;
}
.quotes-people-info img
{
    width: 58px !important;
}
.testimonials-content
{
	color: #505050;
    font-size: 20px;
	font-weight: 400;
    line-height:30px;
    font-family: 'Barlow', sans-serif;
    margin: 20px 0;
}
.quotes-people-beloow
{
    height: 80px;
}
.quotes-people-beloow:after
{
	clear:both;
	content:"";
	display:block;
}
.quotes-people-beloow img.testimonail_images_custom
{
    width:80px !important;
    float: left;
	border-radius:100% !important;
    margin-right: 14px;
}
.quotes-people-beloow h6
{
	color: #000000;
	font-size:20px;
	font-weight:700;
	line-height:28px;
	letter-spacing: 1px;
	margin-bottom:0;
	padding-top:8px;
	font-family: 'Barlow Condensed', sans-serif !important;
	overflow:hidden;
}
.quotes-people-beloow span
{
	color:#505050;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	letter-spacing:0.5px;
	margin-bottom:0;
	padding:0;
	font-family: 'Barlow', sans-serif !important;
	overflow:hidden;
}
div#quotes-slide .owl-nav
{
    display:none !important;
}
div#quotes-slide .owl-dots
{
    display:block !important;
}
div#quotes-slide .owl-dots .owl-dot span
{
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: #959595;
}
div#quotes-slide .owl-dots .owl-dot.active span, div#quotes-slide .owl-dots .owl-dot:hover span
{
    background: #00B3FF;
}
.range-video 
{
	width:1060px !important;
	margin:15px auto !important;
}
.range-video .elementor-fit-aspect-ratio
{
    padding-bottom: 500px !important;
}
.range-video .elementor-custom-embed-image-overlay
{
    border-radius: 20px !important;
}
.range-button
{
	margin-top:20px;
}
.range-button .elementor-element-populated
{
	justify-content:center !important;
}
.range-button .range-service-btn
{
	width:auto !important;
	margin-bottom:0 !important;
	display:inline-block !important;
	margin-right:10px;
}
.range-button .range-quote-btn
{
	width:auto !important;
	margin-bottom:0 !important;
	display:inline-block !important;
	margin-left:10px;
}
.get-start-sec, .advisor-section
{
	padding:40px 0;
}

.advisor-main
{
    width: 600px !important;
    margin: 0 auto;
}
.advisor-logo-main .elementor-element-populated
{
    justify-content: center;
}
.advisor-logo
{
    width:170px !important;
    height:170px;
    line-height: 170px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
}
.footer-sec
{
	padding:40px 0;
	margin:0;
	background:#f8f8f8;
}
.footer-info-main
{
	margin:0;
	padding:0;
}
h5.f-info-title
{
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 1px;
	margin-bottom:20px;
	padding:0;
}
.footer-nav
{
	margin:0;
	padding:0;
}
.footer-nav:after
{
	clear:both;
	content:"";
	display:block;
}
.footer-nav ul
{
	list-style:none;
}
.footer-nav ul li
{
	display:block;
	line-height:28px;
	margin-bottom:10px;
}
.footer-nav ul li a
{
	color: #000000;
	font-size:18px;
	font-weight:400;
	line-height:28px;
	letter-spacing: 1px;
	margin:0;
	padding:0;
	text-decoration:none;
	display:inline-block;
}
ul.f-nav-lft
{
    float: left;
    width: 50%;
}
ul.f-nav-rgt
{
    float: left;
    width: 50%;
}
.footer-nav ul li a:hover
{
	text-decoration:underline;
}

.address-nav ul
{
	list-style:none;
}
.address-nav ul li
{
	display:block;
	line-height:30px;
	margin-bottom:25px;
}
.address-nav ul li a
{
	color: #000000;
	font-size:18px;
	font-weight:400;
	line-height:28px;
	letter-spacing: 1px;
	margin:0;
	padding:0;
	text-decoration:none;
	display:inline-block;
}
.address-nav ul li a img
{
	width:30px !important;
    display: inline-block;
    vertical-align: top;
}
.address-nav ul li a span
{
    vertical-align: top;
    display: inline-block;
    padding-left: 10px;
    line-height: 26px;
}
.social-nav
{
	margin-top:30px;
}
.social-nav ul
{
	list-style:none;
}
.social-nav ul li
{
	display:inline-block;
	margin-right:15px;
}
.social-nav ul li a
{
	display:inline-block;
	text-decoration:none;
}
.social-nav ul li a img
{
	width:34px !important;
	height:34px !important;
	object-fit:cover;
}

.copyright-sec
{
    padding: 10px 0;
    margin: 0;
    background: #1c1c1c;
}
.copyright-text p
{
    color: #ffffff;
    font-size: 14px;
    font-weight:500;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    padding: 0;
	font-family: 'Barlow', sans-serif;
}

/*******  About Page  *******/

.why-choose-main
{
    margin-top: 30px !important;
}
.choose-info-main
{
    padding:40px 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.expertise-sec
{
	background: linear-gradient(90deg, rgba(0,179,255,0.20) 0%, rgba(207,190,0,0.20) 100%);
}
.technologies-image-main
{
	position:relative;
	padding-bottom:100px;
}
.technologies-image-main:after
{
    clear: both;
    content: "";
    display: block;
}
.technologies-img-first
{
    width: 85%;
    margin: 0;
    float: right;
}
.technologies-img-first img
{
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 20px;
}
.technologies-img-second
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
}
.technologies-img-second img
{
	width:100%;
	height:340px;
	object-fit:cover;
	border-radius:20px;
}


/*******  Service Page  *******/

.interior-architect-main
{
	margin-top:20px;
}
.interior-main
{
	margin:0 !important;
}
.service-pg-section
{
	padding-top:0 !important;
}
.get-service-sec .row
{
    margin-top:80px;
}
.get-service-img
{
    width: 100%;
}
.get-service-img img
{
    width: 100%;
	height:600px;
	object-fit:cover;
	border-radius:20px;
	box-shadow:0 0 20px rgba(0,0,0,0.20);
}
.get-service-info
{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.get-service-info h2
{
	color:#000000;
	font-size:36px;
	font-weight:400;
	line-height:46px;
    width: 100%;
    margin-bottom: 20px;
}
.get-service-info .smartpost-content
{
	width: 100%;
}
.get-service-info .smartpost-content p
{
    font-size:18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #505050;
    line-height:28px;
    margin-bottom: 15px;
	width: 100%;
	font-family: 'Barlow', sans-serif;
}
.get-service-info .smartpost-content ul
{
    list-style: inside;
	width: 100%;
}
.get-service-info .smartpost-content ul li
{
    font-size:18px;
    font-weight: 400;
    letter-spacing: 0px;
	line-height:28px;
    color: #000000;
    margin-bottom: 10px;
	letter-spacing: 0.5px;
    padding: 0;
	font-family: 'Barlow', sans-serif;
}
.maintenance-sec
{
	background:#0099db;
}
.maintenance-main
{
	margin-top:20px;
}
.property-main .choose-info-main
{
    min-height: 280px;
}

/*******  Portfolio Page  *******/

.portfolio-pg-sec
{
	padding:0 !important;
}
.about-pg-sec
{
    padding:80px 0;
}
.pro-gary-sec
{
    background: linear-gradient(90deg, rgba(0,179,255,0.20) 0%, rgba(207,190,0,0.20) 100%);
}
.portfolio-pg-img
{
    width: 100%;
}
.portfolio-pg-img img
{
    width: 100%;
	height:565px;
	object-fit:cover;
	border-radius:20px;
	box-shadow:0 0 20px rgba(0,0,0,0.20);
}
.portfolio-pg-sec .portfolio-pg-info
{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.portfolio-pg-sec .portfolio-pg-info h2
{
	font-size:36px;
	font-weight:400;
	line-height:46px;
    width: 100%;
    margin-bottom: 20px;
}
.portfolio-pg-sec .portfolio-pg-info .about-custom-content
{
    font-size:18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #505050;
    line-height:28px;
    margin-bottom: 15px;
	font-family: 'Barlow', sans-serif;
	width: 100%;
}
.repair-solution-main
{
	margin-top:20px;
}


/********  Contact Page  *********/

.contact-form-main
{
    width: 850px !important;
    margin: 20px auto;
}
.contact-form-main .contact-field
{
    margin-bottom: 20px;
}
.contact-form-main .contact-field input.form-control
{
    width: 100%;
    height: 50px !important;
	color:#000000 !important;
    padding: 12px 18px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
	line-height:28px !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background: #ffffff !important;
}
.contact-form-main .contact-field input.form-control::Placeholder
{
    color:#000000 !important;
}
.contact-form-main .contact-field select.form-control
{
    width: 100%;
    height: 50px !important;
	color:#000000 !important;
    padding: 12px 18px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background: #ffffff !important;
}
.contact-form-main .contact-textarea textarea.form-control
{
    width: 100%;
    height:150px !important;
	color:#000000 !important;
    padding: 12px 18px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
	line-height:28px !important;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background: #ffffff !important;
}
.contact-form-main .contact-textarea textarea.form-control::Placeholder
{
    color:#000000 !important;
}
.contact-form-main input.wpcf7-submit
{
    width: 180px;
    background: #0fa5e5;
    padding: 12px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-align: center;
    transition: 0.5s all;
    border-radius: 3px;
    margin: 30px 0 0 0;
	border:none !important;
}
.contact-form-main input.wpcf7-submit:hover
{
    color: #000000;
    background: #ffea04;
    transition: 0.5s all;
}
.contact-form-main input.wpcf7-submit:focus
{
    border:none !important;
}
.contact-form-main span.wpcf7-spinner
{
    position: relative;
    top: -40px;
    margin: 0;
    left: 210px;
}
[type=button]:focus, [type=submit]:focus, button:focus
{
    outline:none !important;
}


/********  Blog  *********/

.bred-curm-sec
{
    padding:50px 0;
    margin: 0;
    background: #000;
	min-height:200px;
}
.bred-curm-info h1
{
    font-size: 50px;
    letter-spacing: 1px;
}
.strategy-main
{
    margin: 0 0 30px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #0fa5e5;
}
.strategy-img
{
	width:100%;
	border-radius:20px;
	position:relative;
}
.strategy-img a
{
	display:block;
}
.strategy-img img
{
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius:20px !important;
	box-shadow:0 0 20px rgba(0,0,0,0.20);
}
.strategy-info
{
	margin:30px 0 0 0;
	padding:0;
}
.strategy-info p.strategy-info-title
{
	color: #000000;
	font-size:26px;
	line-height:36px;
	font-weight: 500;
	letter-spacing:1px;
	margin:15px 0 10px 0;
	padding:0;
	font-family: 'Playfair Display', serif;
}
.strategy-info p.strategy-info-title a
{
	color: #000000;
	text-decoration:none;
	letter-spacing:1px;
	font-weight: 500;
	display:block;
}
.strategy-info p.strategy-info-descripton
{
	color:#505050;
    font-size:18px;
    font-weight:400;
    line-height: 28px;
	letter-spacing:0.5px;
	margin-bottom:10px;
	padding:0;
	font-family: 'Barlow', sans-serif;
}
.strategy-info a.btn.btn-link
{
    width: 160px;
    background: #0fa5e5;
    padding: 8px 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-align: center;
    transition: 0.5s all;
    border-radius: 3px;
    margin-top: 20px;
}
.strategy-info a.btn.btn-link:hover
{
	color:#000;
	background: #ffea04;
	transition: 0.5s all;
}
.strategy-info a.btn.btn-link i.fa.fa-angle-right
{
    display: none;
}
.consulting-info-sidebar
{
    padding-left: 20px;
}
.consulting-info-sidebar h3.rg-title
{
    color: #000;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    margin-bottom: 20px;
}
.latest-post ul li
{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #0fa5e5;
    position: relative;
}
.latest-post ul li:last-child
{
    border: none;
}
.latest-post ul li a
{
    color:#000000;
	font-size:20px;
	font-weight:400;
	line-height:30px;
    display: block;
    letter-spacing: 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.latest-post ul li a h4
{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	letter-spacing:0.5px;
	margin-bottom:10px;
	padding:0;
}
.latest-post ul li a p
{
	color:#505050;
    font-size:18px;
    font-weight:400;
    line-height: 28px;
	letter-spacing:0.5px;
	margin-bottom:10px;
	padding:0;
	font-family: 'Barlow', sans-serif;
}
.pagination
{
    float: none !important;
}
.pagination .nav-links
{
    justify-content: center;
    margin: 0;
    width: 100%;
    display: flex;
}
.pagination .nav-links a.page-numbers
{
    padding: 0;
    border: 2px solid #000;
    display: block;
    width: 50px !important;
    height: 50px;
    color: #000 !important;
    font-size:20px;
    font-weight:700;
    line-height: 46px;
    text-align: center;
    margin: 0 5px !important;
    transform: inherit;
    text-decoration: none;
}
.pagination .nav-links a.page-numbers
{
    color:#000 !important;
	display:block;
	text-decoration:none;
}
.pagination .nav-links span.nav-prev-text
{
    display: block;
}
.pagination .nav-links span
{
    display:none;
}
.pagination .nav-links span.nav-next-text
{
    display: block;
}
.pagination .nav-links .page-numbers
{
	width:auto !important;
}
.pagination .nav-links span.page-numbers.current
{
    padding: 0;
    display: block;
    width: 50px !important;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    margin: 0 5px !important;
    transform: inherit;
    text-decoration: none;
    border: 2px solid #0fa5e5;
    color: #0fa5e5 !important;
}
.pagination .nav-links a.prev
{
    width: 100px !important;
    font-size: 16px;
    font-weight: 600; 
}
.pagination .nav-links a.next
{
    width: 100px !important;
    font-size: 16px;
    font-weight: 600;
}
.business-sec
{
  padding: 80px 0;
  margin: 0;
}			
.pagination-wrapper.section-inner hr
{
	display: none;
}	
.strategy-main.single-post-customm .title h1
{
	text-align: left;
}
.single.single-post .bred-curm-info h1
{
	display:none;
}
.inner-banner-sec
{
    position: relative;
}

/*******  Blog Detail  *******/

.single-post-customm .title h1
{
	color:#000000;
    font-size: 28px;
    font-weight: 500;
	letter-spacing:0.5px;
}
.single-post-customm .strategy-info p
{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 15px;
}
.single-post-customm .wp-block-columns
{
    gap: 20px !important;
    margin: 0 !important;
}