/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Contact Section ================ */
/* ===    g. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

/*@import url('https://fonts.googleapis.com/css?family=Staatliches');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');*/

/*@font-face {*/
/*	font-family: 'font';*/
/*	src:url('../fonts/arvo.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/**/
/*@font-face {*/
/*	font-family: 'font2';*/
/*	src:url('../fonts/poppins.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'font3';*/
/*	src:url('../fonts/Monoton-Regular.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'font-blog-top';*/
/*	src:url('../fonts/Futura Medium.otf') format('opentype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'font-blog';*/
/*	src:url('../fonts/proximanovacond-light.otf') format('opentype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'futura';*/
/*	src:url('../fonts/futura-pt.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'futura2';*/
/*	src:url('../fonts/futura-medium.otf') format('opentype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'futura3';*/
/*	src:url('../fonts/futura3.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'futura4';*/
/*	src:url('../fonts/futura4.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'futura5';*/
/*	src:url('../fonts/futura5.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'futura6';*/
/*	src:url('../fonts/futura6.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'futura7';*/
/*	src:url('../fonts/futura7.ttf') format('truetype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'futura8';*/
/*	src:url('../fonts/futura-pt.otf') format('opentype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'nova';*/
/*	src:url('../fonts/proxima-nova.otf') format('opentype');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
@font-face {
	font-family: 'century-gothic';
	src:url('../fonts/cg-1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0; background: rgb(255,255,255);	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; /*font-family: 'font2';*/ font-family: 'century-gothic'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; /*font-family: 'font2';*/font-family: 'century-gothic'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: rgb(196,41,56); border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'century-gothic'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'century-gothic';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'century-gothic'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}


.top-header-animate .mobile-top-header{
	display:none;
}




body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 10px 185px 0px 185px; position: fixed; background: #fff; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'century-gothic';
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	/*margin: 15px; padding: 6px 0px; font-weight: 300; font-size: 15px; color: #232323; font-family: 'century-gothic'; text-transform: uppercase; letter-spacing: 1px;*/
    margin: /*0.75rem*/8px;
    padding: 6px 0px;
    font-weight: 300;
    font-size: 0.77rem;
    color: #232323;
    font-family: 'century-gothic';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #275D78;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.navbar-scroll img {
/*Specific to rodwin*/
    /*max-width: 240%;*/
    /* margin-left: 10px; */
    /*margin-left: -25px;*/
    /*margin-top: 23px;*/
/**/

    /*max-width: 135%;*/
	max-width: /*170%*/185%;
    margin-top: 23px;
    margin-left: /*-300px*/ 50px;	
	
	
}

.navbar-scroll hr {
	/*width: 93.8%; margin-left: 40px;*/
    /*width: 106.8%;*/
    /*margin-left: -45px;*/
    width: 96%;
    margin-left: 0;
}
.mobile-top-header {
	display: none ;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'century-gothic'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'century-gothic'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'century-gothic';text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'century-gothic'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.motion1 {
	background: rgb(255,255,255); padding: 0px 0 15px 0;
}
.motion1 .carousel {
	--current-slide: 0; position: relative; overflow: hidden;
}
.motion1 .carousel-button {
	/* vertically centering the buttons */
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; padding: 0; margin: 0.5rem; height: 40px; width: 40px; border-radius: 100%; line-height: 0.9; color: rgb(83,82,82); background-color: transparent; border: none; font-size: 2.0rem; cursor: pointer; transition: color 0.1s;
}
.motion1 .carousel-button:hover {
	color: rgba(0, 0, 0, 0.5); border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_previous {
	left: 0; border: none;
	/*margin-left: 335px;*/
}
.motion1 .carousel-button_next {
	right: 0; border: none;
	/*margin-right: 335px;*/
}
.motion1 .slides {
	display: flex; transition: transform 0.5s; transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
	flex: 0 0 100%; padding: 0px 100px 0px 100px;
}
.motion1 .slide img {
	width: 1200px; height: 750px;
	
	    margin-top: 20px;
}
.motion1 h2 {
	font-family: 'century-gothic'; color: rgb(83,82,82); font-size: 2rem;
}
.motion1 span {
	background: #09090940; color: #fff; padding:10px 5px 10px 5px;
}
.motion1 .slide p {
	color: rgb(150,150,150); font-family: 'century-gothic'; text-align: justify; font-size: 17px; font-weight: 600;
}
.home1 {
	padding: 0px 75px 75px 75px; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'century-gothic'; font-size: 28px; text-align: center; font-weight: 400; color: #000; padding-bottom: 25px; letter-spacing: 1.5px;
}
.home1 h1.right {
	text-align: right;
}
.home1 h1.left {
	text-align: left;
}



/* One H1 styled as three aligned words */
.home1 .tri-title{
  --h1-size: 28px;              /* set explicit size to avoid the nested-heading deprecation */
  font-family: 'century-gothic';
  font-size: var(--h1-size);
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #000 !important;
  padding-bottom: 25px;

  display: grid;
  grid-template-columns: 1fr auto 1fr;  /* left | center | right */
  align-items: center;
  text-align: center;
  margin: 0;                             /* keep headings tight */
}

/* children mimic your old left/center/right alignment */
.home1 .tri-title .word.left   { justify-self: end; color: #000 !important; }
.home1 .tri-title .word.center { justify-self: center; margin: 0px 15px 0px 15px; }
.home1 .tri-title .word.right  { justify-self: start; color: #000 !important; }

/* optional: color the [build] word */
.home1 .tri-title .word.center { color: #4f8a54; }   /* tweak to brand green if desired */

/* mobile: stack nicely */
@media (max-width: 576px){
  .home1 .tri-title{
    /*grid-template-columns: 1fr;*/
    /*row-gap: .15rem;*/
  }
  .home1 .tri-title .word.left,
  .home1 .tri-title .word.center,
  .home1 .tri-title .word.right{
    justify-self: center;
  }
}

/* If you kept any earlier h1 rules, neutralize them so they don't override */
.home1 h1.right, .home1 h1.left { all: unset; }







.home1 h2 {
	font-family: 'century-gothic'; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 2px; color: #282828;
}
.home1 h3 {
	font-family: 'century-gothic'; font-size: 20px; color: #6D6C6C; text-align: center;
}
.home1 h4 {
	font-family: 'century-gothic'; font-size: 22px; color: #6D6C6C;
}
.home1 p {
	font-size: 17px; font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #575757; line-height: 1.8em; padding: 0px 65px 0px 25px;
}
.home1 p span {
	font-family: 'century-gothic'; font-size: 15px;
}
.home1 h1 span {
	color: /*#729C5E*/black;; font-weight: 600;
}

.home1 h1 span.angle {
	color: #729C5E; font-weight: 600;
}


.home1 hr {
	width: 95%; margin-left: 25px;
}
.home1 a {
	color: #000; font-weight: 600; font-family: 'century-gothic';
}
.rodwin-architecture-skycaste-construction-video h1 {
    font-family: 'century-gothic';
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    letter-spacing: 2px;
    color: #282828;
    margin-top: auto;
    padding: 25px 0;
}
.rodwin-architecture-skycaste-construction-video iframe {
	width: 1250px; max-width: 1250px; height: 800px;
}
.home3 {
	padding: 50px 0px 50px 0px;
}
.home3 h3 {
	font-family: 'century-gothic'; text-align: center; font-size: 15px; letter-spacing: 1px; color: #000; font-weight: 600;
}
.home3 h3 span {
	font-size: 17px; font-family: 'century-gothic';
}
.home3 p {
	font-family: 'century-gothic'; text-align: center; font-size: 17px; letter-spacing: 1px; color: #000;  line-height: 55px; font-weight: 500;
}
.home3 p strong {
	font-size: 55px; line-height: 35px;
}
.home3 p span {
	font-size: 15px; font-family: 'century-gothic';
}
.rg {
	padding: 30px 0px 50px 0px;
}
.rg h3 {
	/*font-family: 'century-gothic'; text-align: center; font-size: 27px; letter-spacing: 1px; color: #000; font-style: italic;*/
    font-family: 'century-gothic';
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-style: italic;
    font-weight: 600;
}
.rg h3 span {
	font-size: 17px; font-family: 'century-gothic';
}
.rg p {
	/*font-family: 'century-gothic'; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000; line-height: 35px; font-weight: 500;*/
    font-family: 'century-gothic';
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    color: #000;
    line-height: 55px;
    font-weight: 500;
}

.rg p strong {
	font-size: 40px; line-height: 35px; font-family: 'century-gothic';
}
.rg p span {
	font-size: 15px; font-family: 'century-gothic';
}
.about1 {
	padding: 0px 75px 75px 75px; background: rgb(255,255,255);
}
.about1 .pad {
	padding-top: 85px;
}
.about1 h1 {
	font-family: 'century-gothic'; font-size: 55px; text-align: center; font-weight: 600; color: #000; padding-bottom: 25px; letter-spacing: 1.5px;
}
.about1 h2 {
	font-family: 'century-gothic'; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 2px; color: #282828;
}
.about1 h3 {
	font-family: 'century-gothic'; font-size: 21px; color: #000; font-weight: 600; 
}
.about1 h4 {
	font-family: 'century-gothic'; font-size: 21px; color: #6D6C6C;
}
.about1 p {
	font-size: 14px; font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #575757; line-height: 1.8em; padding: 0px 65px 0px 25px;
}
.about1 p span {
	font-family: 'century-gothic'; font-size: 15px;
}
.about1 h1 span {
	color: #729C5E; font-weight: 600;
}
.about1 hr {
margin-top: 1%;
}
.about1 a {
	color: #000; font-weight: 600; font-family: 'century-gothic';
}
.about1 .pad-marg1 {
	padding-left: 0;
	display:flex;
	justify-content: center;
	align-items:center;
}


/* Make the underline match the text width */
.about1 h2.about-option,
.about1 h3.about-option {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* The line under the text */
.about1 h2.about-option::after,
.about1 h3.about-option::after {
  content: "";
  display: block;
  width: 80%;               /* exactly the text width */
  height: 2px;               /* thickness of the line */
  background: lightgray;  /* same color as the heading */
  margin-top: 6px;           /* gap from text to line */
  border-radius: 2px;        /* optional: soft ends */
}

 



.about2 {
	padding: 10px 0px 50px 0px;
}
.about2 h3 {
	font-family: 'century-gothic'; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000; 
}
.about2 h3 span {
	font-size: 17px; font-family: 'century-gothic';
}
.about2 p {
	font-family: 'century-gothic'; text-align: center; font-size: 17px; letter-spacing: 1px; color: #000;  line-height: 45px; font-weight: 500;    margin: 0px 130px 0px 130px;
}
.about2 p strong {
	font-size: 55px; line-height: 25px;margin-top: 100px !important;
}
.about2  span {
	margin-top: 100px !important;
}
.our-team {
	padding: 0px 375px 75px 425px;
}
.our-team h4 {
	font-family: 'century-gothic';
	/*font-size: 21px;*/
	font-size: 19px;
	color: #000; font-weight: 800; letter-spacing: 2px;
}
.our-team h5 {
	font-family: 'century-gothic'; font-size: 13px; color: #B7B3B3; font-weight: 600; letter-spacing: .5px;
}
.our-team p {
	font-size: 14px; font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #000; line-height: 1.5em; 
}
.our-team img {
	max-width: 125%; margin-left: -50px;
}
#back-button{
        font-family: 'century-gothic';
        /* font-size: 21px; */
        font-size: 14px;
        color: #000;
        font-weight: 900;
        letter-spacing: 2px;
        text-align: center;
}
.faq {
	padding: 100px 50px 50px 50px;
}
.faq h2 {
	font-size: 17px; font-weight: 600; color: #232323; padding-bottom: 25px;
}
.faq h3 {
	font-family: 'century-gothic'; text-align: center; font-size: 22px; letter-spacing: 1px; color: #000; 
}
.faq h3 span {
	font-size: 17px; font-family: 'century-gothic';
}
.faq p {
	font-family: 'century-gothic'; font-size: 18px; letter-spacing: 1px; color: #000;  line-height: 30px; font-weight: 500;
} 
.faq p strong {
	font-size: 75px; line-height: 35px;
}
.faq p span {
	font-size: 15px; font-family: 'century-gothic';
}
.faq center p {
	font-family: 'century-gothic'; font-size: 18px !important; line-height: 40px;
}
.awards-press-1 {
	padding: 100px 150px 50px 150px;
}
.awards-press-1 h1 {
	font-family: 'century-gothic'; font-size: 30px; color: #1C1B1B; font-weight: 600; padding-bottom: 25px; letter-spacing: 3px;
}
.awards-press-1 h2 {
	font-family: 'century-gothic'; font-size: 30px; color: #1C1B1B; font-weight: 600; padding-bottom: 25px; letter-spacing: 3px;
}
.awards-press-1 h3 {
	font-family: 'century-gothic'; font-weight: 600; font-size: 30px; text-align: center;
}
.awards-press-1 h4 {
	font-weight: 400; font-family: 'century-gothic'; text-align: center;
}
.awards-press-1 h6 {
	font-size: 18px; font-family: 'century-gothic'; text-align: center;
}
.awards-press-1 p {
	font-family: 'century-gothic'; font-size: 15px; color: #000; line-height: 25px;
}
.awards-press-1  span {
	padding-right: 5px !important; 
}
.awards-press-1 hr {
	margin-top: -15px; background: #444;
}
.awards-press-1  a {
	border-bottom: 1px solid #000; color: inherit; font-weight: 600; font-family: 'century-gothic';
}
.awards-press-1  p:hover {
	color: #444;
}

.publication-logos {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2rem;
	align-items: center;
	justify-items: center;
	margin-bottom: 2rem;
}
.mini{
	grid-template-columns: repeat(4, 1fr);

}


.publication-logos img {
	max-width: 170px;
	width: 100%;
	height: auto;
}

/* Tablet */
@media (max-width: 1024px) {
	.publication-logos {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Mobile */
@media (max-width: 640px) {
	.publication-logos {
		grid-template-columns: repeat(2, 1fr);
	}
}



.links-page {
	padding: 100px 150px 50px 150px;
}
.links-page h1 {
	font-family: 'century-gothic'; font-size: 23px; color: #1C1B1B; font-weight: 600; padding-bottom: 15px; letter-spacing: 2px;
}
.links-page p {
	font-family: 'century-gothic'; font-size: 15px; color: #000; line-height: 35px; font-weight: 500;
}
.links-page hr {
	margin-top: -15px; background: #444;
}
.links-page  a {
	background: red;
}
.links-page  p:hover {
	color: #444;
}
.links-page-2 {
	padding: 50px 400px 50px 400px;
}
.links-page-2 p {
	font-size: 16px; font-family: 'century-gothic';
}
.faq {
	padding: 100px 50px 50px 50px;
}
.faq h1 {
	font-family: 'century-gothic'; font-size: 30px; font-weight: 700; letter-spacing: 2px; padding-bottom: 15px;
}
.faq h2 {
	font-size: 16px; font-weight: 600; color: #5B5A5A; padding-bottom: 15px; font-family: 'century-gothic';
}
.faq h3 {
	font-family: 'century-gothic'; text-align: center; font-size: 22px; letter-spacing: 1px; color: #000; 
}
.faq h3 span {
	font-size: 17px; font-family: 'century-gothic';
}
.faq h5 {
	font-family: 'century-gothic'; color: #444; font-size: 15px; text-align: center; margin-bottom: -75px; padding-top: 100px;
}
.faq p {
	font-family: 'century-gothic'; font-size: 14px; color: #2D2C2C;  line-height: 25px; font-weight: 500; letter-spacing: 0px;
}
.faq p strong {
	font-size: 45px; line-height: 35px;
}
.faq p span {
	font-size: 15px; font-family: 'century-gothic';
}
.faq center p {
	font-family: 'century-gothic'; font-size: 20px !important; line-height: 40px;
}
.faq a {
	border-bottom: 1px solid #444; color: #000;
}
.green-building {
	padding: 50px 375px 50px 375px;
}
.green-building h3 {
	font-family: 'century-gothic'; text-align: center; font-size: 25px; letter-spacing: 1px; color: #000; font-style: italic;
}
.green-building h3 span {
	font-size: 17px; font-family: 'century-gothic';
}
.green-building p {
	font-family: 'century-gothic'; font-size: 15px; letter-spacing: 0px; color: #2B2B2B;  line-height: 30px; font-weight: 500;
}
.green-building  p strong {
	font-size: 60px; line-height: 25px; font-family: 'century-gothic';
}
.green-building p span {
	font-size: 15px; font-family: 'century-gothic';
}
.green-building-image {
	padding-top: 100px;
}
.green-building-image img {
	width: 60%; max-height: 100%;
}
.green-building center p {
	font-family: 'century-gothic'; font-size: 16px !important; line-height: 45px;
}
.green-building a {
	border-bottom: 1px solid #444; color: #000;
}


/**** Services Section ****/
.swiper {
  width: 100%;
  height: 450px;
}
.swiper .swiper-slide{
	display:flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
}







.contact-us-map{
	padding: 50px 0px 50px 0px;
}
.contact-us {
	padding: 0px 0px 0px 300px;
}
.contact-us h1 {
	font-size: 25px; font-family: 'century-gothic'; font-weight: 600; color: #000;
}
.contact-us p {
	font-size: 15px; color: #545353; font-family: 'century-gothic';
}
.contact-us hr {
	width: 10%;
}
.contact-us h4 {
	font-size: 17px; font-family: 'century-gothic'; font-weight: 600;color: #545353;
}
.contact-us a {
	color: inherit;
}
/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.gallery-main {
	padding: 75px 0 55px 0; background: rgb(255,255,255);
}
.gallery-main img {
	width: 100%; height: 100%;
}
.gallery-main h1 {
	font-size: 30px; font-family: 'century-gothic'; font-weight: 700; text-align: center; text-transform: uppercase; color: rgb(12,12,12);
}
.gallery-main h2 {
    font-size: 15px; font-family: 'century-gothic'; text-transform: uppercase; text-align: center; color: rgb(127 127 127); letter-spacing: .5px;
	padding: 10px 0 25px;
}
.gallery-main h3 {
	font-size: 24px; font-family: 'century-gothic'; font-weight: 500; text-align: center; text-transform: uppercase; color: rgb(12,12,12);
}
.gallery-main p {
	/*font-size: 22px; font-family: 'century-gothic'; font-weight: 500; text-align: center; color: #000;*/
font-size: 18px;
    font-family: 'century-gothic';
    font-weight: 600;
    text-align: center;
    color: rgb(12, 12, 12);
}
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 2.5rem; font-weight: 700; font-family: 'century-gothic'; text-transform: uppercase; padding-bottom: 40px; text-align: center; color: rgb(12,12,12);
}
.gallery-page h2 {
	font-size: 1.7rem; font-weight: 700; font-family: 'century-gothic'; text-transform: uppercase; padding-bottom: 20px; text-align: left; color: rgb(12,12,12);
}

.gallery-page h4 {
	font-size: 20px; font-style: italic; font-family: 'century-gothic'; font-weight: 600; text-align: center; color: rgb(12,12,12);
    /*line-height: 55px;*/
	line-height: 42px; 
}
.gallery-page h4 strong {
    font-size: 35px;
    line-height: 35px;
    font-family: 'century-gothic';
}
.gallery-page h5 {
	font-size: 18px; font-style: italic; font-family: 'century-gothic'; font-weight: 600; text-align: center; text-transform: capitalize; color: rgb(12,12,12);
}
.gallery-page i {
	font-size: 65px;
}


.gallery-page p {
	font-size: 16px; text-align: justify; color: rgb(12,12,12); font-family: 'century-gothic';
}
.gallery-page p a{
	text-decoration: underline; 
}
.gallery-page p.right {
	text-align: right;
}
.gallery-page a {
	color: rgb(12,12,12);

}

/**** Blog Section ****/
.crumb2 {
	background: rgb(255,255,255); padding: 25px 0 15px 0;
}
.crumb2 h5 {
	/*font-family: 'font2';*/  font-family: 'century-gothic'; color: rgb(0,0,0); font-weight: 600; font-size: 16px;
}
.crumb2 span {
	color: rgb(21,135,198);
}
.blog1 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center; font-weight: 600; font-family: 'century-gothic'; padding-bottom: 25px; color: rgb(12,12,12); font-size: 45px;
}
.blog1 h3 {
	font-family: 'century-gothic'; font-size: 30px; font-weight: 600; letter-spacing: 0.04rem; text-align: center; padding-bottom: 10px; color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600; font-family: 'century-gothic'; font-size: 19px; color: rgb(30,30,30); letter-spacing: 0.12rem;
}
.blog1 h5 {
	font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198); max-width: 110px; opacity: 1; color: rgb(21,135,198); margin: auto;
}
.blog1 img {
	border-top-left-radius: 0px; border-top-right-radius: 0px;
}
.blog1 .box {
	padding: 0px 0px 20px 0px; border-radius: 0px; background: rgb(255,255,255); box-shadow: 0 0 15px #00000029; height: 615px; 
}
.blog1 .pad {
	padding: 15px 10px 0px 10px; height: 280px;
}
.blog1 .pad2 {
	padding: 15px 10px 0px 10px; height: 55px;
}
.blog1 span {
	color: rgb(21,135,198);
}
.blog1 p {
	font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 15px; text-align: justify;
}
.blog1 a {
	color: rgb(21,135,198); font-size: 15px; font-family: 'century-gothic'; font-weight: 600;
}
.blog1 a:hover {
	color: rgba(21,135,198,0.8);
}
.blog-top {
	background: rgb(255,255,255); padding: 60px 0 50px 0;
}
.blog-top .box {
	padding: 10px 45px 0px 50px;
}
.blog-top h1 {
	color: rgb(50,50,50); font-family: 'century-gothic'; letter-spacing: 0.20rem; font-weight: 600; font-size: 30px; text-align: center;
	text-transform:capitalize; 
}
.blog-top h5 {
	color: rgb(100,100,100); font-family: 'century-gothic'; text-align: center; font-size: 15px;
}
.blog-top p {
	color: rgb(100,100,100); font-family: 'century-gothic'; font-size: 17px; text-align: center;
}
.blog-top a {
	color: rgb(21,135,198); padding: 10px 60px; text-transform: uppercase; letter-spacing: 0.04rem; font-weight: 600; font-size: 15px; font-family: 'century-gothic'; background: rgb(226,64,0); border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255); background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255); border-radius: 10px;
}
.blog-top img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.crumb-blog {
	background: rgb(255,255,255); padding: 0;
}
.crumb-blog hr {
	background: rgb(100,100,100); border: 1px solid rgb(100,100,100);
}
.blog-template {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7,155,196);
}
.blog-template a {
	font-family: 'century-gothic'; text-align: justify; font-weight: 300; color: rgb(80,80,80);
}
.blog-template h1 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'century-gothic'; font-size: 35px;
}
.blog-template h2 {
	/*font-family: 'font';*/ font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 1.55rem;
}


.blog-template h2.headline {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'century-gothic'; font-size: 18px; text-decoration: underline; 
}
.blog-template h3 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-weight: 600; color: black; font-size: 1.3rem;
}
.blog-template h4 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; font-family: 'century-gothic'; font-size: 35px;
}
.blog-template h5 {
	font-family: 'century-gothic'; font-weight: 600; color: rgb(20,20,20); font-size: 25px;
}
.blog-template h6 {
	font-size: 23px; font-family: 'century-gothic'; font-weight: 600; color: rgb(0,0,0);
}
.blog-template p {
	color: rgb(100,100,100); font-size: 15px; font-family: 'century-gothic'; text-align: justify; font-weight: 300;
}
.blog-template li {
	color: rgb(20,20,20); font-size: 17px; font-family: 'century-gothic'; margin:10px 0; 
}
.blog-template li span {
	font-weight: 700;
}

.blog-template .temp{
	width:100%;
	height:350px;
}
.box-link {
	display: inline-block; right:0;
}
.box-link a{
	display: inline-block; text-align: right;
}
.box-link p{
	text-align: right;
}
.box-link ul{
	list-style: none;
}
.box-link li{
	display: inline-block; margin-right: 10px; /* add spacing between items */
}


/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h1 {
	font-size: 3rem;/* font-family: font2;*/ font-family: 'century-gothic'; font-weight: 800; color: #282828;
}
.area h2 {
	font-size: 2.5rem; font-family: 'century-gothic'; font-weight: 800; color: #282828;
}
.area h4 {
	font-size: 1.5rem; font-family: 'century-gothic'; color: #282828;
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 400px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: 'century-gothic'; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em;/* font-family: 'Lato';*/ font-family: 'century-gothic'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
/*#portfolio {*/
/*	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;*/
/*}*/
#portfolio {
    display: grid;
    padding: 0;
    /*grid-template-columns: 4fr, 1;*/
    overflow: hidden;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex-wrap: wrap;
    justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 170px; width: 300px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #fff; color: rgb(0, 0, 0); font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(0,0,0); font-size: 20px; /*font-family: 'futura6';*/ font-family: 'century-gothic'; text-align: center;
}
.footer-section p span {
	letter-spacing: 7px; padding: 0px 2px 0px 2px;
}
.footer-section a {
	color: #353434; font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 12px; /*font-family: 'futura8';*/ font-family: 'century-gothic'; font-weight: 600; color: #000; text-align: center;
}
.service-cities h3 {
	font-size: 20px; /*font-family: 'font2';*/ font-family: 'century-gothic'; font-weight: 600; text-align: center;text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities hr {
	margin-top: -5px;
}
.service-cities a:hover {
	opacity: 100%;
}
.service-cities .padder {
	padding: 10px 280px 0px 280px;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}


/*CUSTOM LAPTOP RANGE FOR HEADER FORMATTING*/
@media screen and (max-width:1515px) and (min-width: 1200px) {

.navbar-scroll {
	padding: 10px 145px 0px 145px; position: fixed; background: #fff; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.navbar-light .navbar-nav .nav-link {
	/*margin: 15px; padding: 6px 0px; font-weight: 300; font-size: 15px; color: #232323; font-family: 'century-gothic'; text-transform: uppercase; letter-spacing: 1px;*/
    margin: 0.4rem;
    padding: 6px 0px;
    font-weight: 300;
    font-size: 0.67rem;
    color: #232323;
    font-family: 'century-gothic';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-cities h4 {
	font-size: 10px; /*font-family: 'futura8';*/ font-family: 'century-gothic'; font-weight: 600; color: #000; text-align: center;
}

.service-cities .padder {
	padding: 10px 225px 0px 225px;
}

.navbar-scroll hr {
width: 115.8%;
margin-left: -90px;
}



.navbar-scroll img {
    /* margin-left: 10px; */
    margin-left: -25px;
    margin-top: 23px;
    max-width: 190%;
    margin-top: 23px;
    margin-left: /*-350px*/-75px; 
}



.our-team {
    padding: 0px 55px 75px 55px;
}

	
	
.rodwin-architecture-skycaste-construction-video iframe {
    width: 100%;
    max-width: 1250px;
    height: 800px;
}	

}
/*-------------------------------------*/




/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
/*.navbar-scroll img {*/
/*    max-width: 240%;*/
/*    /* margin-left: 10px; */*/
/*    margin-left: -25px;*/
/*    margin-top: 23px;*/
/*    max-width: 220%;*/
/*    margin-top: 23px;*/
/*    margin-left: -350px;*/
/*}	*/
/*	*/
/*.navbar-scroll hr {
    width: 135.8%;
    margin-left: -125px;
}*/
	
	
}



/* === Sm. Laptop CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
@media screen and (min-width:991px) and (max-width: 1199px) {
.navbar-scroll img {
	max-width: 50%; margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
	margin: 0.4rem; padding: 6px 0px; font-weight: 300; font-size: 0.6rem; color: #232323; /*font-family: 'futura8'; */font-family: 'century-gothic';text-transform: uppercase; letter-spacing: 1px;
}
.navbar-scroll {
	padding: 10px 100px 0px 100px; position: fixed; background: #fff; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.rodwin-architecture-skycaste-construction-video iframe {
	width: 100%; height: 600px;
}
.our-team {
	padding: 50px 0 50px 0;
}
.our-team h4 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 21px; color: #000; font-weight: 800; letter-spacing: 2px;
}
.our-team h5 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 13px; color: #B7B3B3; font-weight: 600; letter-spacing: .5px;
}
.our-team p {
	font-size: 14px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #000; line-height: 1.5em; 
}
.our-team img {
	max-width: 100%; margin: 0 0 30px 0; box-shadow: 1px 1px 10px 3px rgb(0,0,0); 
}
.green-building {
	padding: 50px 10px;
}
.green-building h3 {
	/*font-family: 'futura8'; */font-family: 'century-gothic'; text-align: center; font-size: 25px; letter-spacing: 1px; color: #000; font-style: italic;
}
.green-building h3 span {
	font-size: 17px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.green-building p {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; /*font-style: italic;*/  font-size: 15px; letter-spacing: 0px; color: #2B2B2B;  line-height: 30px; font-weight: 500;
}
.green-building  p strong {
	font-size: 75px; line-height: 25px; font-family: 'century-gothic';
}
.green-building p span {
	font-size: 15px; /*font-family: 'font2'; */font-family: 'century-gothic';
}
.green-building-image {
	padding-top: 155px;
}
.green-building-image img {
	width: 100%; max-height: 100%; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.green-building center p {
	/*font-family: 'Montserrat'; */font-family: 'century-gothic'; font-size: 16px !important; line-height: 45px;
}
.green-building a {
	border-bottom: 1px solid #444; color: #000;
}


.swiper {
  width: 100%;
  height: 600px;
}
.swiper .swiper-slide{
	display:flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
}

.blog1 .pad {
	padding: 15px 10px 0px 10px; height: 390px;
}
.motion1 .slide img {
	width: 100%; height: 100%;         margin-top: 120px;
}


.rg {
	padding: 100px 0px 50px 0px;
}
.rg h3 {
	font-family: 'century-gothic'; text-align: center; font-size: 27px; letter-spacing: 1px; color: #000; font-style: italic;
}
.rg h3 span {
	font-size: 17px; font-family: 'century-gothic';
}
.rg p {
	font-family: 'century-gothic'; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000; line-height: 35px; font-weight: 500;
}
.rg p strong {
	font-size: 35px; line-height: 35px; font-family: 'century-gothic';
}
.rg p span {
	font-size: 15px; font-family: 'century-gothic';
}
.about1 {
	padding: 0px 75px 75px 75px; background: rgb(255,255,255);
}
.about1 .pad {
	padding-top: 85px;
}
.about1 h1 {
	font-family: 'century-gothic'; font-size: 55px; text-align: center; font-weight: 600; color: #000; padding-bottom: 25px; letter-spacing: 1.5px;
}
.about1 h2 {
	font-family: 'century-gothic'; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 2px; color: #282828;
}
.about1 h3 {
	font-family: 'century-gothic'; font-size: 21px; color: #000; font-weight: 600; 
}
.about1 h4 {
	font-family: 'century-gothic'; font-size: 21px; color: #6D6C6C;
}
.about1 p {
	font-size: 14px; font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #575757; line-height: 1.8em; padding: 0px 65px 0px 25px;
}
.about1 p span {
	font-family: 'century-gothic'; font-size: 15px;
}
.about1 h1 span {
	color: #729C5E; font-weight: 600;
}
.about1 hr {
margin-top: 1%;
}
.about1 a {
	color: #000; font-weight: 600; font-family: 'century-gothic';
}
.about1 .pad-marg1 {
	padding-left: 0px; text-align: center;
}
.about1 .pad-marg1 hr{
	width:100% !important;
}


/* Make the underline match the text width */
.about1 h2.about-option,
.about1 h3.about-option {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* The line under the text */
.about1 h2.about-option::after,
.about1 h3.about-option::after {
  content: "";
  display: block;
  width: 85%;               /* exactly the text width */
  height: 2px;               /* thickness of the line */
  background: lightgray;  /* same color as the heading */
  margin-top: 6px;           /* gap from text to line */
  border-radius: 2px;        /* optional: soft ends */
}

 

/**** Gallery Section ****/
.gallery-main {
	padding: 150px 0 55px 0; background: rgb(255,255,255);
}
.gallery-main img {
	width: 100%; height: 100%;
}
.gallery-main h1 {
	font-size: 30px; font-family: 'century-gothic'; font-weight: 700; text-align: center; text-transform: uppercase; color: rgb(12,12,12);
}
.gallery-main h2 {
    font-size: 15px; font-family: 'century-gothic'; text-transform: uppercase; text-align: center; color: rgb(127 127 127); letter-spacing: .5px;
	padding: 10px 0 25px;
}
.gallery-main h3 {
	font-size: 24px; font-family: 'century-gothic'; font-weight: 500; text-align: center; text-transform: uppercase; color: rgb(12,12,12);
}
.gallery-main p {
	/*font-size: 22px; font-family: 'century-gothic'; font-weight: 500; text-align: center; color: #000;*/
font-size: 18px;
    font-family: 'century-gothic';
    font-weight: 600;
    text-align: center;
    color: rgb(12, 12, 12);
}
.gallery-page {
	padding: 125px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 2.5rem; font-weight: 700; font-family: 'century-gothic'; text-transform: uppercase; padding-bottom: 40px; text-align: center; color: rgb(12,12,12);
}
.gallery-page h4 {
	font-size: 20px; font-style: italic; font-family: 'century-gothic'; font-weight: 600; text-align: center; color: rgb(12,12,12);
    line-height: 55px;
}
.gallery-page h4 strong {
    font-size: 35px;
    line-height: 35px;
    font-family: 'century-gothic';
}
.gallery-page h5 {
	font-size: 20px; font-style: italic; font-family: 'century-gothic'; font-weight: 600; text-align: center; text-transform: capitalize; color: rgb(12,12,12);
}
.gallery-page i {
	font-size: 65px;
}


.gallery-page p {
	font-size: 16px; text-align: justify; color: rgb(12,12,12); font-family: 'century-gothic';
}
.gallery-page p.right {
	text-align: right;
}
.gallery-page a {
	color: rgb(12,12,12);
}






.contact-us-map{
	padding: 155px 0px 50px 0px;
}
.contact-us-map iframe {
	width: 100%; height: 400px; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.contact-us {
	padding: 50px 10px;
}
.contact-us h1 {
	font-size: 25px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 600; color: #000;
}
.contact-us p {
	font-size: 15px;color: #545353; font-family: 'century-gothic';
}
.contact-us hr {
	width: 10%;
}
.contact-us h4 {
	font-size: 17px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 600;color: #545353;
}
.contact-us a {
	color: inherit;
}
.service-cities .padder {
	padding: 50px 10px;
}





}
/* === Tablet CSS Section ===================== */
/*@media screen and (max-width: 768px) {*/
@media screen and (min-width:701px)and (max-width: 991px) {

.top-header img{
	/*width:300%;*/
        width: 300px;
        max-width: 450px;
}
.mobile-header-animate{
	/*display:none;*/
	
	/*margin-top:-555px;*/
	transform:translateY(-70%); 
}
.mobile-header-animate img{
	/*display:none;*/
	
	/*margin-top:-555px;*/
	transform:translateY(100%); 
}

.top-header hr{
	transition: 0.5s;
}
.mobile-header-animate hr{
	/*display:none;*/
	
	/*margin-top:-555px;*/
	/*visibility: hidden;*/
	opacity: 0;
}
.placeholder-header-img{
	transform:translateY(-500px); 

}


.placeholder-header-img{
	transform:translateY(00px); 

}


/**** Top Header Section ****/
.mobile-top-header {
	display:block ; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; /*display: none;*/
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em;/* font-family: 'Raleway';*/ font-family: 'century-gothic'; text-align: center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 1; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/*Accordion Dropdown Code*/
.accordion{
	background: white;
}
.accordion-item{
	background: white;
}
.accordion-button{
	background: white;
}
.accordion-button-activator{
	padding: 0; 
}
.accordion-button-activator p{
	font-family: 'century-gothic';
}
.mobile-nav{
	visibility: hidden; background-color: white; text-align: center; height: 0; transition: all .3s ease-out;
}
.mobile-nav ul{
	width: 100%; justify-content: center; align-items: center; display: none; text-align: center; padding-right: 35px; padding-bottom: 20px;
}
.mobile-nav li{
	width: 100%; padding: 15px; background-color: white; color: white; font-size: 16px; font-family: 'century-gothic'; overflow: hidden;
}
#bt1{
	background:white; width: 100%; height: 100%; opacity: 1.0; font-size: 16px; font-family: 'century-gothic';
}
.menu-div-open{
	visibility: visible; width: 100%; height: 315px; padding: 25px 0 0 0; background-color: white; font-size: 16px; transition: all .4s ease;
}
.menu-div-open ul{
	width: 100%; justify-content: center; align-items: center; display: block;
}
.menu-div-open li{
	width: 100%; padding: 12px; background-color: white; color: white; font-size: 16px; overflow: hidden;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; /*font-family: 'Arial';*/ font-family: 'century-gothic'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; /*font-family: 'Arial';*/ font-family: 'century-gothic'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); /*font-family: 'Arial';*/ font-family: 'century-gothic'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63); 
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.motion1 {
	background: rgb(255,255,255); padding: 50px 0 15px 0;
}
.motion1 .carousel {
	--current-slide: 0; position: relative; overflow: hidden;
}
.motion1 .carousel-button {
	/* vertically centering the buttons */
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; padding: 0; margin: 0.5rem; height: 40px; width: 40px; border-radius: 100%; line-height: 0.9; color: rgb(83,82,82); background-color: transparent; border: none; font-size: 2.0rem; cursor: pointer; transition: color 0.1s;
}
.motion1 .carousel-button:hover {
	color: rgba(0, 0, 0, 0.5); border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_previous {
	left: 0; border: none; margin-left: 35px;
}
.motion1 .carousel-button_next {
	right: 0; border: none; margin-right: 35px;
}
.motion1 .slides {
	display: flex; transition: transform 0.5s; transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
	flex: 0 0 100%; padding: 0;
}
.motion1 .slide img {
	width: 100%;
	/*height: 450px;*/
	height: 100%;

	margin-top: 120px;
}
.motion1 h2 {
	font-family: 'century-gothic'; color: rgb(83,82,82); font-size: 2rem;
}
.motion1 span {
	background: #09090940; color: #fff; padding:10px 5px 10px 5px;
}
.motion1 .slide p {
	color: rgb(150,150,150); font-family: 'century-gothic'; text-align: justify; font-size: 17px; font-weight: 600;
}
.home1 {
	padding: 10px; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 28px; text-align: center; font-weight: 400; color: #000; padding-bottom: 25px; letter-spacing: 1.5px;
}
.home1 h1.right {
	text-align: center;
}
.home1 h1.left {
	text-align: center;
}
.home1 h2 {
	/*font-family: 'futura2';*/ font-family: 'century-gothic'; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 2px; color: #282828;
}
.home1 h3 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 20px; color: #6D6C6C; text-align: center;
}
.home1 h4 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 22px; color: #6D6C6C;
}
.home1 p {
	font-size: 17px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #575757; line-height: 1.8em; padding: 10px;
}
.home1 p span {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 15px;
}
.home1 h1 span {
	color: /*#729C5E*/black;; font-weight: 600;
}
.home1 hr {
	width: 100%; margin-left: 0px;
}
.home1 a {
	color: #000; font-weight: 600; /*font-family: 'Montserrat';*/ font-family: 'century-gothic';
}
.rodwin-architecture-skycaste-construction-video h1 {
    font-family: 'century-gothic';
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    letter-spacing: 2px;
    color: #282828;
    margin-top: auto;
    padding: 25px 0;
}
.rodwin-architecture-skycaste-construction-video iframe {
	width: 100%; height: 600px;
	margin:-0 0;
}
.home3 {
	padding: 50px 0px 50px 0px;
}
.home3 h3 {
	/*font-family: 'futura4';*/ font-family: 'century-gothic'; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000; 
}
.home3 h3 span {
	font-size: 17px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.home3 p {
	/*font-family: 'futura4';*/ font-family: 'century-gothic'; /*font-style: italic;*/ text-align: center; font-size: 17px; letter-spacing: 1px; color: #000;  line-height: 35px; font-weight: 500;
}
.home3 p strong {
	font-size: 40px; line-height: 35px;
}
.home3 p span {
	font-size: 15px; /*font-family: 'font2';*/  font-family: 'century-gothic';
}

/**** About Section ****/
.about1 {
	padding: 75px 10px 30px; background: rgb(255,255,255);
}
.about1 .pad {
	padding-top: 85px;
}
.about1 h2 {
	/*font-family: 'futura2';*/ font-family: 'century-gothic'; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 2px; color: #282828;
}
.about1 h3 {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-size: 21px; color: #000; font-weight: 600; 
}
.about1 h4 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 21px; color: #6D6C6C;
}
.about1 p {
	font-size: 14px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #575757; line-height: 1.8em; padding: 0px 65px 0px 25px;
}
.about1 p span {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 15px;
}
.about1 h1 span {
	color: #729C5E; font-weight: 600;
}
.about1 hr {
	margin-top: 1%;
}
.about1 a {
	color: #000; font-weight: 600; /*font-family: 'Montserrat';*/ font-family: 'century-gothic';
}
.about1 .pad-marg1 {
	padding-left: 0px;
}



/* Make the underline match the text width */
.about1 h2.about-option,
.about1 h3.about-option {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* The line under the text */
.about1 h2.about-option::after,
.about1 h3.about-option::after {
  content: "";
  display: block;
  width: 90%;               /* exactly the text width */
  height: 2px;               /* thickness of the line */
  background: lightgray;  /* same color as the heading */
  margin-top: 6px;           /* gap from text to line */
  border-radius: 2px;        /* optional: soft ends */
}




.about2 {
	padding: 10px 0px 50px 0px;
}
.about2 h3 {
	/*font-family: 'futura4';*/ font-family: 'century-gothic'; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000; 
}
.about2 h3 span {
	font-size: 17px; /*font-family: 'font2'; */font-family: 'century-gothic';
}
.about2 p {
	/*font-family: 'futura4';*/ font-family: 'century-gothic'; /*font-style: italic;*/ text-align: center; font-size: 17px; letter-spacing: 1px; color: #000; line-height: 45px; font-weight: 500; margin: 0px;
}
.about2 p strong {
	font-size: 65px; line-height: 25px;margin-top: 100px !important;
}
.about2  span {
margin-top: 100px !important;
}
.our-team {
	padding: 75px 0 50px 0;
}
.our-team h4 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 21px; color: #000; font-weight: 800; letter-spacing: 2px;
}
.our-team h5 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 13px; color: #B7B3B3; font-weight: 600; letter-spacing: .5px;
}
.our-team p {
	font-size: 14px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #000; line-height: 1.5em; 
}
.our-team img {
	max-width: 100%; margin: 0 0 30px 0; box-shadow: 1px 1px 10px 3px rgb(0,0,0); 
}
.awards-press-1 {
	padding: 155px 10px;
}
.awards-press-1 h1 {
	/*font-family: 'futura6'; */font-family: 'century-gothic'; font-size: 30px; color: #1C1B1B; font-weight: 600; padding-bottom: 25px; letter-spacing: 3px;
}
.awards-press-1 h2 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 30px; color: #1C1B1B; font-weight: 600; padding-bottom: 25px; letter-spacing: 3px;
}
.awards-press-1 h3 {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 600; font-size: 30px; text-align: center;
}
.awards-press-1 h4 {
	font-weight: 400; /*font-family: 'futura8'; */font-family: 'century-gothic'; text-align: center;
}
.awards-press-1 h6 {
	font-size: 18px; /*font-family: 'futura6';*/ font-family: 'century-gothic'; text-align: center;
}
.awards-press-1 p {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; /*text-decoration: underline; */font-size: 15px; color: #000; line-height: 25px;
}
.awards-press-1  span {
	padding-right: 5px !important; 
}
.awards-press-1 hr {
	margin-top: -15px; background: #444;
}
.awards-press-1  a {
	border-bottom: 1px solid #000; color: inherit; font-weight: 600; font-family: 'century-gothic';
}
.awards-press-1  p:hover {
	color: #444;
}
.links-page {
	padding: 155px 10px;
}
.links-page h1 {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-size: 23px; color: #1C1B1B; font-weight: 600; padding-bottom: 15px; letter-spacing: 2px;
}
.links-page p {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; /*text-decoration: underline; */font-size: 15px; color: #000; line-height: 35px; font-weight: 500;
}
.links-page hr {
	margin-top: -15px; background: #444;
}
.links-page  a {
	background: red;
}
.links-page  p:hover {
	color: #444;
}
.links-page-2 {
	padding: 50px 400px 50px 400px;
}
.links-page-2 p {
	font-size: 16px; /*font-family: 'futura6';*/ font-family: 'century-gothic';
}
.faq {
	padding: 155px 10px;
}
.faq h1 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 30px; font-weight: 700; letter-spacing: 2px; padding-bottom: 15px;
}
.faq h2 {
	font-size: 16px; font-weight: 600; color: #5B5A5A; padding-bottom: 15px; font-family: 'century-gothic';
}
.faq h3 {
	/*font-family: 'futura6'; */font-family: 'century-gothic'; text-align: center; font-size: 22px; letter-spacing: 1px; color: #000; 
}
.faq h3 span {
	font-size: 17px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.faq h5 {
	/*font-family: 'Montserrat'; */font-family: 'century-gothic'; color: #444; font-size: 15px; text-align: center; margin-bottom: -75px; padding-top: 100px;
}
.faq p {
	/*font-family: 'Montserrat'; */font-family: 'century-gothic'; /*font-style: italic;*/ font-size: 14px; color: #2D2C2C;  line-height: 25px; font-weight: 500; letter-spacing: 0px;
}
.faq p strong {
	font-size: 75px; line-height: 35px;
}
.faq p span {
	font-size: 15px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.faq center p {
	/*font-family: 'futura4'; */font-family: 'century-gothic'; font-size: 20px !important; line-height: 40px;
}
.faq a {
	border-bottom: 1px solid #444; color: #000;
}
.green-building {
	padding: 50px 10px;
}
.green-building h3 {
	/*font-family: 'futura8'; */font-family: 'century-gothic'; text-align: center; font-size: 25px; letter-spacing: 1px; color: #000; font-style: italic;
}
.green-building h3 span {
	font-size: 17px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.green-building p {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; /*font-style: italic;*/  font-size: 15px; letter-spacing: 0px; color: #2B2B2B;  line-height: 30px; font-weight: 500;
}
.green-building  p strong {
	font-size: 75px; line-height: 25px; font-family: 'century-gothic';
}
.green-building p span {
	font-size: 15px; /*font-family: 'font2'; */font-family: 'century-gothic';
}
.green-building-image {
	padding-top: 155px;
}
.green-building-image img {
	width: 100%; max-height: 100%; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.green-building center p {
	/*font-family: 'Montserrat'; */font-family: 'century-gothic'; font-size: 16px !important; line-height: 45px;
}
.green-building a {
	border-bottom: 1px solid #444; color: #000;
}

/**** Services Section ****/
.swiper {
    width: 100%;
    height: 700px;
}

/**** Gallery Section ****/
.gallery-main {
	padding: 135px 0 75px 0; background: rgb(255,255,255);
}
.gallery-main img {
	width: 100%; height: 100%;
}
.gallery-main h1 {
	font-size: 30px; /*font-family: arial; */font-family: 'century-gothic'; font-weight: 700; text-align: center; text-transform: uppercase; color: rgb(12,12,12);         margin-top: 20px;
}
.gallery-main h2 {
    font-size: 15px; /*font-family: 'futura8';*/ font-family: 'century-gothic'; text-transform: uppercase; text-align: center; color: rgb(127 127 127); letter-spacing: .5px;
	padding: 10px 0 25px;

}
.gallery-main h3 {
	font-size: 24px; /*font-family: font2;*/ font-family: 'century-gothic'; font-weight: 500; text-align: center;
	text-transform: none;
	color: rgb(12,12,12);
}
.gallery-main p {
	font-size: 17px; /*font-family: futura8;*/ font-family: 'century-gothic'; font-weight: 500; text-align: center; color: #000;
}
.gallery-main iframe{
	width:100%;
	height: 340px; 
}

.gallery-page {
	padding: 165px 0 50px 0; background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 2rem; font-weight: 700; /*font-family: arial;*/ font-family: 'century-gothic'; text-transform: uppercase; padding-bottom: 20px; text-align: center; color: rgb(12,12,12);
}
.gallery-page h4 {
	font-size: 20px; font-style: italic; /*font-family: font2;*/ font-family: 'century-gothic'; font-weight: 600; text-align: center; color: rgb(12,12,12); 
}
.gallery-page h5 {
	font-size: 20px; font-style: italic; /*font-family: font2;*/ font-family: 'century-gothic'; font-weight: 600; text-align: center; text-transform: capitalize; color: rgb(12,12,12);
}
.gallery-page i {
	font-size: 65px;
}
.gallery-page p {
	font-size: 16px; text-align: justify; color: rgb(12,12,12); font-family: 'century-gothic';
}
.gallery-page p.right {
	text-align: left;
}
.gallery-page a {
	color: rgb(12,12,12);
}
.gallery-page iframe{
	width:100%;
	height: 340px; 
}

#portfolio {
    display: grid;
    padding: 0;
    /*grid-template-columns: 4fr, 1;*/
    overflow: hidden;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-wrap: wrap;
    justify-content: center;
}


/**** Blog Section ****/
.crumb2 {
	background: rgb(255,255,255); padding: 25px 0 15px 0;
}
.crumb2 h5 {
	/*font-family: 'font2';*/  font-family: 'century-gothic'; color: rgb(0,0,0); font-weight: 600; font-size: 16px;
}
.crumb2 span {
	color: rgb(21,135,198);
}
.blog1 {
	padding: 155px 0 75px 0; background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center; font-weight: 600; /*font-family: 'font-blog-top';*/ font-family: 'century-gothic'; padding-bottom: 25px; color: rgb(21,135,198); font-size: 35px;
}
.blog1 h3 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 30px; font-weight: 600; letter-spacing: 0.04rem; text-align: center; padding-bottom: 10px; color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600; /*font-family: 'font-blog-top';*/ font-family: 'century-gothic'; font-size: 21px; color: rgb(30,30,30); letter-spacing: 0.12rem;
}
.blog1 h5 {
	/*font-family: 'font-blog-top';*/ font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198); max-width: 110px; opacity: 1; color: rgb(21,135,198); margin: auto;
}
.blog1 img {
	border-top-left-radius: 15px; border-top-right-radius: 15px;
}
.blog1 .box {
	padding: 0px 0px 20px 0px; border-radius: 15px; background: rgb(255,255,255); box-shadow: 0 0 15px #00000029;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px; height: 280px;
}
.blog1 span {
	color: rgb(21,135,198);
}
.blog1 p {
	/*font-family: 'kiamat-doomsday-heavy-regular', sans-serif; */font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 15px; text-align: justify;
}
.blog1 a {
	color: rgb(21,135,198); font-size: 15px; /*font-family: 'font2'; */font-family: 'century-gothic'; font-weight: 600;
}
.blog1 a:hover {
	color: rgba(21,135,198,0.8);
}
.blog-top {
	background: rgb(255,255,255); padding: 135px 0 50px 0;
}
.blog-top .box {
	padding: 10px 45px 0px 50px;
}
.blog-top h1 {
	color: rgb(50,50,50); /*font-family: 'font-blog-top'; */font-family: 'century-gothic'; letter-spacing: 0.20rem; font-weight: 600; font-size: 30px; text-align: center;
}
.blog-top h5 {
	color: rgb(100,100,100); /*font-family: 'kiamat-doomsday-heavy-regular', sans-serif;*/ font-family: 'century-gothic'; text-align: center; font-size: 15px;
}
.blog-top p {
	color: rgb(100,100,100); /*font-family: 'kiamat-doomsday-heavy-regular', sans-serif;*/ font-family: 'century-gothic'; font-size: 17px; text-align: center;
}
.blog-top a {
	color: rgb(21,135,198); padding: 10px 60px; text-transform: uppercase; letter-spacing: 0.04rem; font-weight: 600; font-size: 15px; /*font-family: 'font2';*/ font-family: 'century-gothic'; background: rgb(226,64,0); border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255); background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255); border-radius: 10px;
}
.blog-top img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.crumb-blog {
	background: rgb(255,255,255); padding: 0;
}
.crumb-blog hr {
	background: rgb(100,100,100); border: 1px solid rgb(100,100,100);
}
.blog-template {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7,155,196);
}
.blog-template a {
	/*font-family: 'kiamat-doomsday-heavy-regular', sans-serif;*/ font-family: 'century-gothic'; text-align: justify; font-weight: 300;
	color: rgb(80,80,80);
}
.blog-template h1 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; /*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 35px;
}
.blog-template h2 {
	/*font-family: 'font';*/ font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 23px;
}
.blog-template h3 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-weight: 600; color: rgb(21,135,198); font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; /*font-family: 'font2'; */font-family: 'century-gothic'; font-size: 35px;
}
.blog-template h5 {
	/*font-family: 'font2'; */font-family: 'century-gothic'; font-weight: 600; color: rgb(20,20,20); font-size: 25px;
}
.blog-template h6 {
	font-size: 23px; /*font-family: 'font2';*/ font-family: 'century-gothic'; font-weight: 600; color: rgb(0,0,0);
}
.blog-template p {
	color: rgb(100,100,100); font-size: 15px; /*font-family: 'kiamat-doomsday-heavy-regular', sans-serif;*/ font-family: 'century-gothic'; text-align: justify; font-weight: 300;
}
.blog-template li {
	color: rgb(20,20,20); font-size: 17px; /*font-family: 'arial';*/ font-family: 'century-gothic';
}
.box-link {
	display: inline-block; right:0;
}
.box-link a{
	display: inline-block; text-align: right;
}
.box-link p{
	text-align: right;
}
.box-link ul{
	list-style: none;
}
.box-link li{
	display: inline-block; margin-right: 10px; /* add spacing between items */
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 145px 0 145px 0 background: rgb(255,255,255);  text-align:center;
}
.area:nth-child(even) {
	padding: 145px 0 145px 0; background: rgb(245,245,245); text-align:center;
}
.area h2 {
	font-size: 2.5rem;/* font-family: font2;*/ font-family: 'century-gothic'; font-weight: 800; color: #282828; text-align:center;
}
.area h4 {
	font-size: 1.5rem; /*font-family: font2;*/ font-family: 'century-gothic'; color: #282828; text-align:center;
}
.area p {
	font-size: 17px;  text-align:center; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 400px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/
.contact-us-map{
	padding: 155px 0px 50px 0px;
}
.contact-us-map iframe {
	width: 100%; height: 400px; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.contact-us {
	padding: 50px 10px;
}
.contact-us h1 {
	font-size: 25px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 600; color: #000;
}
.contact-us p {
	font-size: 15px;color: #545353; font-family: 'century-gothic';
}
.contact-us hr {
	width: 10%;
}
.contact-us h4 {
	font-size: 17px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 600;color: #545353;
}
.contact-us a {
	color: inherit;
}

/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; /*font-family: font2;*/ font-family: 'century-gothic'; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 17px; font-weight: 600; color: rgb(0,0,0);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(0,0,0);
}
.service-cities .padder {
	padding: 50px 10px;
}

/**** Misc. Section ****/
.btn {
	font-size: 13px;background: white; width: 50%; padding: 10px 0px; color: black; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); /*font-family: 'font2';*/ font-family: 'century-gothic'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Mobile CSS Section ===================== */
/*@media screen and (max-width: 425px) {*/
@media screen and (min-width:310px)and (max-width: 700px) {
.top-header img{
    /*width: 135px;*/
    /*    max-width: 250px;*/
		
		
        width: 250px;
        max-width: 350px;
}
/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
	
	transition:0.5s;
}
.mobile-top-header img{
	transition:0.5s;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}

.mobile-header-animate{
	/*display:none;*/
	
	/*margin-top:-555px;*/
	transform:translateY(-60%); 
}
.mobile-header-animate img{
	/*display:none;*/
	
	/*margin-top:-555px;*/
	transform:translateY(90%); 
}

.top-header hr{
	transition: 0.5s;
}
.mobile-header-animate hr{
	/*display:none;*/
	
	/*margin-top:-555px;*/
	/*visibility: hidden;*/
	opacity: 0;
}
.placeholder-header-img{
	transform:translateY(-500px); 

}


.placeholder-header-img{
	transform:translateY(00px); 

}


.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em;/* font-family: 'Raleway';*/ font-family: 'century-gothic'; text-align: center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 1; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/*Accordion Dropdown Code*/
.accordion{
	background: white;
}
.accordion-item{
	background: white;
}
.accordion-button{
	background: white;
}
.accordion-button-activator{
	padding: 0; 
}
.accordion-button-activator p{
	font-family: 'century-gothic';
}
.mobile-nav{
	visibility: hidden; background-color: white; text-align: center; height: 0; transition: all .3s ease-out;
}
.mobile-nav ul{
	width: 100%; justify-content: center; align-items: center; display: none; text-align: center; padding-right: 35px; padding-bottom: 20px;
}
.mobile-nav li{
	width: 100%; padding: 15px; background-color: white; color: white; font-size: 16px; font-family: 'century-gothic'; overflow: hidden;
}
#bt1{
	background:white; width: 100%; height: 100%; opacity: 1.0; font-size: 16px; font-family: 'century-gothic';
}
.menu-div-open{
	visibility: visible; width: 100%; height: 315px; padding: 25px 0 0 0; background-color: white; font-size: 16px; transition: all .4s ease;
}
.menu-div-open ul{
	width: 100%; justify-content: center; align-items: center; display: block;
}
.menu-div-open li{
	width: 100%; padding: 12px; background-color: white; color: white; font-size: 16px; overflow: hidden;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; /*font-family: 'Arial';*/ font-family: 'century-gothic'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; /*font-family: 'Arial';*/ font-family: 'century-gothic'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); /*font-family: 'Arial';*/ font-family: 'century-gothic'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63); 
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.motion1 {
	background: rgb(255,255,255); padding: 0px 0 15px 0;
}
.motion1 .carousel {
	--current-slide: 0; position: relative; overflow: hidden;
}
.motion1 .carousel-button {
	/* vertically centering the buttons */
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    margin: 0.5rem;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 0.9;
    color: rgb(83,82,82);
    background-color: transparent;
    border: none;
    font-size: 2.0rem;
    cursor: pointer;
    transition: color 0.1s;
}
.motion1 .carousel-button:hover {
	color: rgba(0, 0, 0, 0.5); border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
	right: 0; border: none;
}
.motion1 .slides {
	display: flex; transition: transform 0.5s; transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
	flex: 0 0 100%; padding: 0;
}
.motion1 .slide img {
	width: 100%; height: 100%; margin-top: 200px;
}
.motion1 h2 {
	font-family: 'century-gothic'; color: rgb(83,82,82); font-size: 2rem;
}
.motion1 span {
	background: #09090940; color: #fff; padding:10px 5px 10px 5px;
}
.motion1 .slide p {
	color: rgb(150,150,150); font-family: 'century-gothic'; text-align: justify; font-size: 17px; font-weight: 600;
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 {
	padding: 10px; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 28px; text-align: center; font-weight: 400; color: #000; padding-bottom: 25px; letter-spacing: 1.5px;
}
.home1 .tri-title {
	    --h1-size: 25px;
    font-family: 'century-gothic';
    font-size: var(--h1-size);
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #000 !important;
    padding-bottom: 25px;
    display: flex;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
}
.home1 h1.right {
	text-align: center;
}
.home1 h1.left {
	text-align: center;
}
.home1 h2 {
	/*font-family: 'futura2';*/ font-family: 'century-gothic'; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 2px; color: #282828;
}
.home1 h3 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 20px; color: #6D6C6C; text-align: center;
}
.home1 h4 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 22px; color: #6D6C6C;
}
.home1 p {
	font-size: 16px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 500; text-align: center; letter-spacing: 1px;  color: #575757; line-height: 1.8em; padding: 10px;
}
.home1 p span {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 15px;
}
.home1 h1 span {
	color: /*#729C5E*/black;; font-weight: 600;
}
.home1 hr {
	width: 100%; margin-left: 0px;
}
.home1 a {
	color: #000; font-weight: 600; /*font-family: 'Montserrat';*/ font-family: 'century-gothic';
}
.rodwin-architecture-skycaste-construction-video {
	margin: -0 0;

}
.rodwin-architecture-skycaste-construction-video h1 {
    font-family: 'century-gothic';
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    letter-spacing: 2px;
    color: #282828;
    margin-top: auto;
    padding: 25px 0;
}
.rodwin-architecture-skycaste-construction-video iframe {
    width: 100%;
    height: 600px;
    margin: 0;
}
.home3 {
	padding: 50px 0px 50px 0px;
}
.home3 h3 {
	/*font-family: 'futura4';*/ font-family: 'century-gothic'; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000; 
}
.home3 h3 span {
	font-size: 17px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.home3 p {
	/*font-family: 'futura4';*/ font-family: 'century-gothic'; /*font-style: italic;*/ text-align: center; font-size: 17px; letter-spacing: 1px; color: #000;  line-height: 25px; font-weight: 500;
}
.home3 p strong {
	font-size: 30px; line-height: 35px;
}
.home3 p span {
	font-size: 15px; /*font-family: 'font2';*/  font-family: 'century-gothic';
}

/**** About Section ****/

.about1 {
	padding: 30px 10px 30px; background: rgb(255,255,255);
}
.about1 .pad {
	padding-top: 85px;
}
.about1 h2 {
	/*font-family: 'futura2';*/ font-family: 'century-gothic'; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 2px; color: #282828;
}
.about1 h3 {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-size: 21px; color: #000; font-weight: 600;  text-align: center;
}
.about1 h3 hr {
	/*font-family: 'Montserrat';*/ width:100% !important;
}
.about1 h4 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 21px; color: #6D6C6C;
}
.about1 p {
	font-size: 14px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #575757; line-height: 1.8em; padding: 0px 65px 0px 25px;
}
.about1 p span {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 15px;
}
.about1 h1 span {
	color: #729C5E; font-weight: 600;
}
.about1 hr {
margin-top: 1%;
}
.about1 a {
	color: #000; font-weight: 600; /*font-family: 'Montserrat';*/ font-family: 'century-gothic';
}
.about1 .pad-marg1 {
	padding-left: 0px;
}
/*.about1 .pad-marg1 hr{*/
/*	width:45% !important;*/
/*}*/
.about2 {
	padding: 10px 0px 50px 0px;
}
.about2 h3 {
	/*font-family: 'futura4';*/ font-family: 'century-gothic'; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000; 
}
.about2 h3 span {
	font-size: 17px; /*font-family: 'font2'; */font-family: 'century-gothic';
}
.about2 p {
	/*font-family: 'futura4';*/ font-family: 'century-gothic'; /*font-style: italic;*/ text-align: center; font-size: 17px; letter-spacing: 1px; color: #000; line-height: 45px; font-weight: 500; margin: 0px;
}
.about2 p strong {
	font-size: 35px; line-height: 25px;margin-top: 100px !important;
}
.about2  span {
margin-top: 100px !important;
}
.our-team {
	padding: 50px 0 50px 0;
}
.our-team h4 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 21px; color: #000; font-weight: 800; letter-spacing: 2px;
}
.our-team h5 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 13px; color: #B7B3B3; font-weight: 600; letter-spacing: .5px;
}
.our-team p {
	font-size: 14px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 500; text-align: justify; color: #000; line-height: 1.5em; 
}
.our-team img {
	max-width: 100%; margin: 0 0 30px 0; box-shadow: 1px 1px 10px 3px rgb(0,0,0); 
}

#back-button{
        font-family: 'century-gothic';
        /* font-size: 21px; */
        font-size: 16px;
        color: #000;
        font-weight: 900;
        letter-spacing: 2px;
        text-align: center;
}
.awards-press-1 {
	padding: 135px 10px;
}
.awards-press-1 h1 {
	/*font-family: 'futura6'; */font-family: 'century-gothic'; font-size: 30px; color: #1C1B1B; font-weight: 600; padding-bottom: 25px; letter-spacing: 3px;
}
.awards-press-1 h2 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 30px; color: #1C1B1B; font-weight: 600; padding-bottom: 25px; letter-spacing: 3px;
}
.awards-press-1 h3 {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 600; font-size: 30px; text-align: center;
}
.awards-press-1 h4 {
	font-weight: 400; /*font-family: 'futura8'; */font-family: 'century-gothic'; text-align: center;
}
.awards-press-1 h6 {
	font-size: 18px; /*font-family: 'futura6';*/ font-family: 'century-gothic'; text-align: center;
}
.awards-press-1 p {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; /*text-decoration: underline; */font-size: 15px; color: #000; line-height: 25px;
}
.awards-press-1  span {
	padding-right: 5px !important; 
}
.awards-press-1 hr {
	margin-top: -15px; background: #444;
}
.awards-press-1  a {
	border-bottom: 1px solid #000; color: inherit; font-weight: 600; font-family: 'century-gothic';
}
.awards-press-1  p:hover {
	color: #444;
}
.links-page {
	padding: 135px 10px;
}
.links-page h1 {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-size: 23px; color: #1C1B1B; font-weight: 600; padding-bottom: 15px; letter-spacing: 2px;
}
.links-page p {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; /*text-decoration: underline; */font-size: 15px; color: #000; line-height: 35px; font-weight: 500;
}
.links-page hr {
	margin-top: -15px; background: #444;
}
.links-page  a {
	background: red;
}
.links-page  p:hover {
	color: #444;
}
.links-page-2 {
	padding: 50px 400px 50px 400px;
}
.links-page-2 p {
	font-size: 16px; /*font-family: 'futura6';*/ font-family: 'century-gothic';
}
.faq {
	padding: 135px 10px;
}
.faq h1 {
	/*font-family: 'futura6';*/ font-family: 'century-gothic'; font-size: 30px; font-weight: 700; letter-spacing: 2px; padding-bottom: 15px;
}
.faq h2 {
	font-size: 16px; font-weight: 600; color: #5B5A5A; padding-bottom: 15px; font-family: 'century-gothic';
}
.faq h3 {
	/*font-family: 'futura6'; */font-family: 'century-gothic'; text-align: center; font-size: 22px; letter-spacing: 1px; color: #000; 
}
.faq h3 span {
	font-size: 17px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.faq h5 {
	/*font-family: 'Montserrat'; */font-family: 'century-gothic'; color: #444; font-size: 15px; text-align: center; margin-bottom: -75px; padding-top: 100px;
}
.faq p {
	/*font-family: 'Montserrat'; */font-family: 'century-gothic'; /*font-style: italic;*/ font-size: 14px; color: #2D2C2C;  line-height: 25px; font-weight: 500; letter-spacing: 0px;
}
.faq p strong {
	font-size: 75px; line-height: 35px;
}
.faq p span {
	font-size: 15px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.faq center p {
	/*font-family: 'futura4'; */font-family: 'century-gothic'; font-size: 20px !important; line-height: 40px;
}
.faq a {
	border-bottom: 1px solid #444; color: #000;
}
.green-building {
	padding: 50px 10px;
}
.green-building h3 {
	/*font-family: 'futura8'; */font-family: 'century-gothic'; text-align: center; font-size: 25px; letter-spacing: 1px; color: #000; font-style: italic;
}
.green-building h3 span {
	font-size: 17px; /*font-family: 'font2';*/ font-family: 'century-gothic';
}
.green-building p {
	/*font-family: 'Montserrat';*/ font-family: 'century-gothic'; /*font-style: italic;*/  font-size: 15px; letter-spacing: 0px; color: #2B2B2B;  line-height: 30px; font-weight: 500;
}
.green-building  p strong {
	font-size: 35px; line-height: 25px; font-family: 'century-gothic';
}
.green-building p span {
	font-size: 15px; /*font-family: 'font2'; */font-family: 'century-gothic';
}
.green-building-image {
	padding-top: 135px;
}
.green-building-image img {
	width: 100%; max-height: 100%; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.green-building center p {
	/*font-family: 'Montserrat'; */font-family: 'century-gothic'; font-size: 16px !important; line-height: 45px;
}
.green-building a {
	border-bottom: 1px solid #444; color: #000;
}



.swiper {
    width: 100%;
    height: 700px;
}
/**** Services Section ****/
.rg {
	padding: 100px 0px 50px 0px;
}
.rg h3 {
	font-family: 'century-gothic'; text-align: center; font-size: 27px; letter-spacing: 1px; color: #000; font-style: italic;
}
.rg h3 span {
	font-size: 17px; font-family: 'century-gothic';
}
.rg p {
	font-family: 'century-gothic'; text-align: center; font-size: 20px; letter-spacing: 1px; color: #000; line-height: 35px; font-weight: 500;
}
.rg p strong {
	font-size: 35px; line-height: 35px; font-family: 'century-gothic';
}
.rg p span {
	font-size: 15px; font-family: 'century-gothic';
}

/**** Gallery Section ****/
.gallery-main {
	padding: 135px 0 75px 0; background: rgb(255,255,255);
}
.gallery-main img {
	width: 100%; height: 100%;
}
.gallery-main h1 {
	font-size: 30px; /*font-family: arial; */font-family: 'century-gothic'; font-weight: 700; text-align: center; text-transform: uppercase; color: rgb(12,12,12);
}
.gallery-main h2 {
    font-size: 15px; /*font-family: 'futura8';*/ font-family: 'century-gothic'; text-transform: uppercase; text-align: center; color: rgb(127 127 127); letter-spacing: .5px;
	padding: 10px 0 30px;

}
.gallery-main h3 {
	font-size: 24px; /*font-family: font2;*/ font-family: 'century-gothic'; font-weight: 500; text-align: center;
	/*text-transform: uppercase;*/
	text-transform: none;

	color: rgb(12,12,12);
}
.gallery-main p {
	font-size: 17px; /*font-family: futura8;*/ font-family: 'century-gothic'; font-weight: 500; text-align: center; color: #000;
}
.gallery-main iframe{
	width:100%;
	height: 340px; 
}
.gallery-page {
	padding: 135px 0 50px 0; background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 2rem; font-weight: 700; /*font-family: arial;*/ font-family: 'century-gothic'; text-transform: uppercase; padding-bottom: 20px; text-align: center; color: rgb(12,12,12);
}
.gallery-page h4 {
	font-size: 20px; font-style: italic; /*font-family: font2;*/ font-family: 'century-gothic'; font-weight: 600; text-align: center; color: rgb(12,12,12); 
}
.gallery-page h5 {
	font-size: 20px; font-style: italic; /*font-family: font2;*/ font-family: 'century-gothic'; font-weight: 600; text-align: center; text-transform: capitalize; color: rgb(12,12,12);
}
.gallery-page i {
	font-size: 65px;
}
.gallery-page p {
	font-size: 16px; text-align: justify; color: rgb(12,12,12); font-family: 'century-gothic';
}
.gallery-page p.right {
	text-align: left;
}
.gallery-page a {
	color: rgb(12,12,12);
}
.gallery-page iframe{
	width:100%;
	height: 340px; 
}

#portfolio {
    display: grid;
    padding: 0;
    /*grid-template-columns: 4fr, 1;*/
    overflow: hidden;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    flex-wrap: wrap;
    justify-content: center;
}


/**** Blog Section ****/
.crumb2 {
	background: rgb(255,255,255); padding: 25px 0 15px 0;
}
.crumb2 h5 {
	/*font-family: 'font2';*/  font-family: 'century-gothic'; color: rgb(0,0,0); font-weight: 600; font-size: 16px;
}
.crumb2 span {
	color: rgb(21,135,198);
}
.blog1 {
	padding: 135px 0 75px 0; background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center; font-weight: 600; /*font-family: 'font-blog-top';*/ font-family: 'century-gothic'; padding-bottom: 25px; color: rgb(21,135,198); font-size: 35px;
}
.blog1 h3 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 30px; font-weight: 600; letter-spacing: 0.04rem; text-align: center; padding-bottom: 10px; color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600; /*font-family: 'font-blog-top';*/ font-family: 'century-gothic'; font-size: 17px; color: rgb(30,30,30); letter-spacing: 0.12rem;
}
.blog1 h5 {
	/*font-family: 'font-blog-top';*/ font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198); max-width: 110px; opacity: 1; color: rgb(21,135,198); margin: auto;
}
.blog1 img {
	border-top-left-radius: 15px; border-top-right-radius: 15px;
}
.blog1 .box {
	padding: 0px 0px 20px 0px; border-radius: 15px; background: rgb(255,255,255); box-shadow: 0 0 15px #00000029;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px; height: 280px;
}
.blog1 span {
	color: rgb(21,135,198);
}
.blog1 p {
	/*font-family: 'kiamat-doomsday-heavy-regular', sans-serif; */font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 12px; text-align: justify;
}
.blog1 a {
	color: rgb(21,135,198); font-size: 15px; /*font-family: 'font2'; */font-family: 'century-gothic'; font-weight: 600;
}
.blog1 a:hover {
	color: rgba(21,135,198,0.8);
}
.blog-top {
	background: rgb(255,255,255); padding: 135px 0 50px 0;
}
.blog-top .box {
	padding: 10px 45px 0px 50px;
}
.blog-top h1 {
	color: rgb(50,50,50); /*font-family: 'font-blog-top'; */font-family: 'century-gothic'; letter-spacing: 0.20rem; font-weight: 600; font-size: 30px; text-align: center;
}
.blog-top h5 {
	color: rgb(100,100,100); /*font-family: 'kiamat-doomsday-heavy-regular', sans-serif;*/ font-family: 'century-gothic'; text-align: center; font-size: 15px;
}
.blog-top p {
	color: rgb(100,100,100); /*font-family: 'kiamat-doomsday-heavy-regular', sans-serif;*/ font-family: 'century-gothic'; font-size: 17px; text-align: center;
}
.blog-top a {
	color: rgb(21,135,198); padding: 10px 60px; text-transform: uppercase; letter-spacing: 0.04rem; font-weight: 600; font-size: 15px; /*font-family: 'font2';*/ font-family: 'century-gothic'; background: rgb(226,64,0); border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255); background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255); border-radius: 10px;
}
.blog-top img {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.crumb-blog {
	background: rgb(255,255,255); padding: 0;
}
.crumb-blog hr {
	background: rgb(100,100,100); border: 1px solid rgb(100,100,100);
}
.blog-template {
	background: rgb(255,255,255); padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7,155,196);
}
.blog-template a {
	/*font-family: 'kiamat-doomsday-heavy-regular', sans-serif;*/ font-family: 'century-gothic'; text-align: justify; font-weight: 300;
	color: rgb(80,80,80);
}
.blog-template h1 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; /*font-family: 'font2';*/ font-family: 'century-gothic'; font-size: 35px;
}
.blog-template h2 {
	/*font-family: 'font';*/ font-family: 'century-gothic'; color: rgb(20,20,20); font-size: 23px;
}
.blog-template h3 {
	/*font-family: 'font2';*/ font-family: 'century-gothic'; font-weight: 600; color: rgb(21,135,198); font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20); text-align: left; font-weight: 600; /*font-family: 'font2'; */font-family: 'century-gothic'; font-size: 35px;
}
.blog-template h5 {
	/*font-family: 'font2'; */font-family: 'century-gothic'; font-weight: 600; color: rgb(20,20,20); font-size: 25px;
}
.blog-template h6 {
	font-size: 23px; /*font-family: 'font2';*/ font-family: 'century-gothic'; font-weight: 600; color: rgb(0,0,0);
}
.blog-template p {
	color: rgb(100,100,100); font-size: 15px; /*font-family: 'kiamat-doomsday-heavy-regular', sans-serif;*/ font-family: 'century-gothic'; text-align: justify; font-weight: 300;
}
.blog-template li {
	color: rgb(20,20,20); font-size: 17px; /*font-family: 'arial';*/ font-family: 'century-gothic';
}
.box-link {
	display: inline-block; right:0;
}
.box-link a{
	display: inline-block; text-align: right;
}
.box-link p{
	text-align: right;
}
.box-link ul{
	list-style: none;
}
.box-link li{
	display: inline-block; margin-right: 10px; /* add spacing between items */
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 145px 0 145px 0; background: rgb(255,255,255); text-align:center;
}
.area:nth-child(even) {
	padding: 145px 0 145px 0; background: rgb(245,245,245); text-align:center;
} 
.area h1 {
	font-size: 3rem;/* font-family: font2;*/ font-family: 'century-gothic'; font-weight: 800; color: #282828; text-align:center;
}
.area h2 {
	font-size: 2.5rem;/* font-family: font2;*/ font-family: 'century-gothic'; font-weight: 800; color: #282828; text-align:center;
}
.area h4 {
	font-size: 1.5rem; /*font-family: font2;*/ font-family: 'century-gothic'; color: rgb(75,75,75); text-align:center;
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 400px; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/
.contact-us-map{
	padding: 135px 0px 50px 0px;
}
.contact-us-map iframe {
	width: 100%; height: 400px; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.contact-us {
	padding: 50px 10px;
}
.contact-us h1 {
	font-size: 25px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 600; color: #000;
}
.contact-us p {
	font-size: 15px;color: #545353; font-family: 'century-gothic';
}
.contact-us hr {
	width: 10%;
}
.contact-us h4 {
	font-size: 17px; /*font-family: 'Montserrat';*/ font-family: 'century-gothic'; font-weight: 600;color: #545353;
}
.contact-us a {
	color: inherit;
}

/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; /*font-family: font2;*/ font-family: 'century-gothic'; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 17px; font-weight: 600; color: rgb(0,0,0);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(0,0,0);
}
.service-cities .padder {
	padding: 30px 100px;
}

/**** Misc. Section ****/
.btn {
	font-size: 13px;background: white; width: 50%; padding: 10px 0px; color: black; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); /*font-family: 'font2';*/ font-family: 'century-gothic'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}