/*
Theme Name: G. Gsell and Company
Theme URI: 
Author: the Development team
Author URI: https://wordpress.org/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP5 Default is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	line-height: 1; 
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Open Sans', sans-serif; 
	margin: 0 auto; 
	width: 100%; 
	min-width: 1200px;
}

.container {
	width: 100%; 
	max-width: 1428px; 
	margin: 0 auto; 
	padding: 0;
}

.row {
	max-width: 1500px; 
	margin: 0 auto;
}

.so-panel,
.panel-grid {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
	body {min-width: 320px;}
}

/*--------------------------------------------------------------
## Advance Mobile Menu
--------------------------------------------------------------*/
.page-id-186 .advance-menu { display: none; }
@keyframes slideInBottom {
            from {
                transform: translateY(200px);
            }

            to {
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        .advance-menu {
            position: fixed;
            width: 100%;
            left: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
			z-index: 999999999;
        }

        .advance-menu-container {
            position: fixed;
            width: 500px;
            bottom: 0;

            animation-name: slideInBottom;
            animation-duration: 1s;
            animation-timing-function: ease-in;
            animation-delay: 0.5s;
            animation-iteration-count: 1;
            animation-direction: normal;
            animation-fill-mode: both;
        }

        #advance-menu-top {
            display: none;
        }

        .advance-menu-top-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;

            animation-name: fadeIn;
            animation-duration: 2s;
            animation-iteration-count: 1;
        }

        .advance-menu-top-left {
            position: relative;
            min-height: 235px;
            background: url(https://gsellco.com/wp-content/uploads/2023/09/Advance-Menu-TopLeft.png);
            background-size: cover;
            flex: 1;
        }

        .advance-menu-page-container1 {
            display: flex;
            justify-content: space-between;
            width: 150px;
            margin: 50px auto 0;
            align-items: center;
        }

        .advance-menu-page-container2 {
            display: flex;
            justify-content: space-between;
            width: 165px;
            margin: 20px auto 0;
            align-items: center;
        }

        .advance-menu-page-icon {
            position: absolute;
            left: -5px;
            top: -5px;
        }

        .advance-menu-top-right {
            position: relative;
            min-height: 235px;
            background: url(https://gsellco.com/wp-content/uploads/2023/09/Advance-Menu-TopRight.png);
            background-size: cover;
            flex: 1;
        }

        .advance-menu-socmed-container1 {
            display: flex;
            justify-content: space-between;
            width: 180px;
            margin: 50px auto 0;
        }

        .advance-menu-socmed-container2 {
            display: flex;
            justify-content: space-between;
            width: 120px;
            margin: 20px auto 0;
        }

        .advance-menu-socmed-icon {
            position: absolute;
            left: -5px;
            top: -5px;
        }

        .advance-menu-mid {
            margin-top: -45px;
        }

        .advance-menu-mid img {
            position: relative;
            z-index: 1;
            display: block;
            margin: auto;
        }

        .advance-menu-mid img:hover {
            cursor: pointer;
        }

        .advance-menu-bottom {
            margin-top: -40px;
            position: relative;
            min-height: 110px;
            background: url(https://gsellco.com/wp-content/uploads/2023/09/Advance-Menu-Bottom.png);
            background-size: cover;
        }

        .advance-menu-bottom-container {
            display: flex;
            margin: auto;
            justify-content: space-between;
            width: 370px;
            padding-top: 15px;
        }

        .advance-menu-hr {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
        }

/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); 
	-webkit-clip-path: inset(50%); 
	        clip-path: inset(50%); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute !important; 
	width: 1px; 
	word-wrap: normal !important;  
}

.wp-block-column, 
.blocks-gallery-item {
	margin: 0 !important;
}

.has-1-columns .wp-block-column {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: auto; 
	width: auto; 
	-o-object-fit: contain; 
	   object-fit: contain;
}

.wp-block-image, 
.wp-block-image figure {
	margin: 0;
}

.cta {
	display: none;
}

img {
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/* a, 
a:visited {
	text-decoration: none; 
	-o-transition: all .2s ease; 
	transition: all .2s ease; 
	-webkit-transition: all .2s ease; 
	text-decoration: none !important;
}

a:hover {}
a:focus {
	outline: none !important;
}

h1 {
	font-family: 'BarlowSemiCondensed-Bold';
	margin: 0;
	line-height: 120%;
	font-weight: 700;
	font-size: 53px;
	color: #5D009A;
}

h2 {
	font-family: 'BarlowSemiCondensed-Regular';
	margin: 0;
	line-height: 120%;
	font-weight: 400;
	font-size: 82px;
	color: #5D009A;
}

h3 {
	font-family: 'BarlowSemiCondensed-Bold';
	margin: 0;
	line-height: 120%;
	font-weight: 500;
	font-size: 40px;
} */
/* 
p {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	line-height: 120%;
	font-weight: 500;
	font-size: 17px;
} */

.flex, form .flex p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@font-face {
  font-family: 'BarlowSemiCondensed-SemiBold';
  src: url('assets/fonts/BarlowSemiCondensed-SemiBold/BarlowSemiCondensed-SemiBold.eot');
  src: url('assets/fonts/BarlowSemiCondensed-SemiBold/BarlowSemiCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/BarlowSemiCondensed-SemiBold/BarlowSemiCondensed-SemiBold.svg#BarlowSemiCondensed-SemiBold') format('svg'),
       url('assets/fonts/BarlowSemiCondensed-SemiBold/BarlowSemiCondensed-SemiBold.ttf') format('truetype'),
       url('assets/fonts/BarlowSemiCondensed-SemiBold/BarlowSemiCondensed-SemiBold.woff') format('woff'),
       url('assets/fonts/BarlowSemiCondensed-SemiBold/BarlowSemiCondensed-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BarlowSemiCondensed-Light';
  src: url('assets/fonts/BarlowSemiCondensed-Light/BarlowSemiCondensed-Light.eot');
  src: url('assets/fonts/BarlowSemiCondensed-Light/BarlowSemiCondensed-Light.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/BarlowSemiCondensed-Light/BarlowSemiCondensed-Light.svg#BarlowSemiCondensed-Light') format('svg'),
       url('assets/fonts/BarlowSemiCondensed-Light/BarlowSemiCondensed-Light.ttf') format('truetype'),
       url('assets/fonts/BarlowSemiCondensed-Light/BarlowSemiCondensed-Light.woff') format('woff'),
       url('assets/fonts/BarlowSemiCondensed-Light/BarlowSemiCondensed-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BarlowSemiCondensed-Regular';
  src: url('assets/fonts/BarlowSemiCondensed-Regular/BarlowSemiCondensed-Regular.eot');
  src: url('assets/fonts/BarlowSemiCondensed-Regular/BarlowSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/BarlowSemiCondensed-Regular/BarlowSemiCondensed-Regular.svg#BarlowSemiCondensed-Regular') format('svg'),
       url('assets/fonts/BarlowSemiCondensed-Regular/BarlowSemiCondensed-Regular.ttf') format('truetype'),
       url('assets/fonts/BarlowSemiCondensed-Regular/BarlowSemiCondensed-Regular.woff') format('woff'),
       url('assets/fonts/BarlowSemiCondensed-Regular/BarlowSemiCondensed-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BarlowSemiCondensed-Bold';
  src: url('assets/fonts/BarlowSemiCondensed-Bold/BarlowSemiCondensed-Bold.eot');
  src: url('assets/fonts/BarlowSemiCondensed-Bold/BarlowSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/BarlowSemiCondensed-Bold/BarlowSemiCondensed-Bold.svg#BarlowSemiCondensed-Bold') format('svg'),
       url('assets/fonts/BarlowSemiCondensed-Bold/BarlowSemiCondensed-Bold.ttf') format('truetype'),
       url('assets/fonts/BarlowSemiCondensed-Bold/BarlowSemiCondensed-Bold.woff') format('woff'),
       url('assets/fonts/BarlowSemiCondensed-Bold/BarlowSemiCondensed-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.btn,
.kt-btn-wrap .kt-button {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 15px !important; 
  font-weight: 700 !important; 
  color: #FFF !important; 
  position: relative !important; 
  background: #5D009B !important; 
  z-index: 1 !important; 
  width: 228px !important;
  height: 61px !important;
  letter-spacing: 0.15em;
  font-family: 'Montserrat', sans-serif !important;
  padding: 0 !important;
  margin: auto;
  z-index: 1000;
  border-radius: 5px;
  border: 1px solid transparent !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn.white {
	background: #FFF !important;
	color: #333333 !important;
}

.btn span {
	position: relative;
	top: 2px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.ow-button-base.ow-button-align-center {
	position: relative;
	z-index: 1000;
}

.kt-button {
	border: none !important;
} 

/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/
.sidebar form, 
.error-404 form {
	position: relative; 
	max-width: 700px; 
	margin: 10px auto;
}

.sidebar input[type="search"], 
.error-404 input[type="search"] {
	width: 100%; 
	padding: 5px 10px;
}

.sidebar input[type="submit"], 
.error-404 input[type="submit"] {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	background: -webkit-linear-gradient(top, #FFF, #ccc);
	background: -o-linear-gradient(top, #FFF, #ccc);
	background: linear-gradient(to bottom, #FFF, #ccc);
	border: 1px solid #000; 
	position: absolute; 
	padding: 6px; 
	right: 0; 
	top: 0;
}

.sidebar .widget:not(:nth-of-type(1)) {
	background: rgba(255, 255, 255, .5);
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;  
	padding: 10px 20px;
}

.sidebar input[type="submit"], 
.error-404 input[type="submit"] {
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.sidebar input[type="submit"]:hover, 
.error-404 input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}


/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
form p {
	margin: 0 0 10px !important;
	width: 100%;
}
form br { display: none; }

form i, 
form .hide {
	display: block;
	width: .1px; 
	height: .1px; 
	overflow: hidden;
}

form label {
	display: block; 
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}

form input, form textarea {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


.wpcf7 ::placeholder {
	font-family: "Arial", sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #202020;
}

.wpcf7 textarea {
  border: none !important;
  background: url(assets/images/textarea.jpg) no-repeat;
  font-family: "Arial", sans-serif;
	background-size: 100% 100% !important;
  font-size: 15px;
  line-height: 30px;
  height: 164px;
  color: #202020;
  width: 100%;
  padding: 10px 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	width: 100%;
  height: 55px;
  background-size: 100% 100% !important;
  border: none !important;
  background: url(assets/images/input.jpg) no-repeat;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #202020;
  padding: 10px 20px;
}

span.wpcf7-not-valid-tip {
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: -22px;
}

p.message span.wpcf7-not-valid-tip {
	top: -170px;
}

p.acceptance span.wpcf7-not-valid-tip {
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 15px;
}

.wpcf7-display-none {
	text-align: center;
	background: #fff;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*Main Menu*/
.main-navigation {}


.main-navigation .main-menu {
  list-style: none; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 40px;
}

.main-navigation .main-menu > li {
  display: inline;
  position: relative;
}

.main-navigation .main-menu li > a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: 'Ethnocentric', sans-serif;
  position: relative;
}
.main-navigation .main-menu li > a:active,
.main-navigation .main-menu .current-menu-item > a {
  font-size: 13px;
  font-weight: 400;
  color: #7300AB; /* Active state color */
  font-family: 'Ethnocentric', sans-serif;
  position: relative;
}



/*Sub Menu*/
.main-navigation ul li:hover ul {
	visibility: visible; 
	opacity: 1; 
	margin-top: 0;
}

.main-navigation ul ul {
	padding: 10px 5px; 
	display: block; 
	position: absolute; 
	background: rgba(0, 0, 0, .7); 
	margin-top: 50px; 
	-webkit-transition: all .4s linear; 
	-o-transition: all .4s linear; 
	transition: all .4s linear; 
	visibility: hidden; 
	opacity: 0; 
	width: 200px; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	z-index: 999;
}

.main-navigation ul ul li {
	display: block; 
	margin-right: 0;
}

.main-navigation ul ul li a {
	padding: 0 10px; 
	display: block; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	text-transform: capitalize;
}

.main-navigation ul ul li a::before {
	display: none;
}

.main-navigation ul ul li a:hover {
	background: #0F3A6F;
}

.main-navigation ul ul li a::after {
	display: none;
}

/*Sub Sub Menu*/
.main-navigation ul ul li:hover ul {
	margin-left: 200px; 
	visibility: visible !important; 
	opacity: 1 !important;
}

.main-navigation ul ul ul {
	position: absolute; 
	margin-left: 240px; 
	margin-top: -48px !important; 
	visibility: hidden !important; 
	opacity: 0 !important;
}

/*Footer Menu*/
.footer-navigation {
	padding-bottom: 28px;
}

.footer-navigation ul {
	width: 100%;
	max-width: 800px;
	gap: 27px;
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-navigation ul li {
	margin-right: 10px;
}

.footer-navigation ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 120%;
	font-family: "Ethnocentric", sans-serif;
	text-transform: uppercase;
}


/*Social Menu*/
.social-navigation svg {
  display: none !important;
}

.social-navigation a:before {
  font-size: 18px !important;
  position: relative; 
  top: 8.5px; 
  left: 2.5px;
}

.ft-social .social-navigation a:before {
  font-size: 25px !important;
  width: 25px;
  height: 25px;
}


.social-navigation ul.social-links-menu {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
  width: 35px;
  height: 35px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  border-radius: 50%;
}

.ft-social .social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  width: 45px;
  height: 45px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  border-radius: 50%;
}

.social-navigation ul.social-links-menu li:not(:last-of-type) { 
  display: block; 
}

.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}

.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #151616;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  width: 30px;
  height: 30px;
	background: #fff;
	border-radius: 50%;
}
.social-navigation ul.social-links-menu li a:hover {
	background: unset;
}

.social-navigation ul.social-links-menu li:hover {
  -webkit-transform: rotateZ(360deg);
      -ms-transform: rotate(360deg);
          transform: rotateZ(360deg);
  -webkit-box-shadow: 0px 0px 20px #FFF;
          box-shadow: 0px 0px 20px #FFF;
}

.social-navigation ul.social-links-menu li:hover:nth-of-type(1) {
  background: #4064AC;
}

.social-navigation ul.social-links-menu li:hover:nth-of-type(2) {
  background: #4FC5F7;
}
.social-navigation ul.social-links-menu li:hover:nth-of-type(3) {
  background: #F70000;
}
.social-navigation ul.social-links-menu li:hover:nth-of-type(4) {
  background: #E88431;
}

.social-navigation ul.social-links-menu li a:focus {
}

.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background: transparent !important;
	padding: 23px 0 0 0;
	position: absolute;
	z-index: 99;
	width: 100%;
}
.site-header .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.site-header .container {
	max-width: 1788px;
}



.site-header p,
.site-header a {
	color: #fff;
	font-family: 'Trajan Pro', sans-serif;
}

.site-header p.flex {
	gap: 10px;
}

.site-header .right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}


.site-header .right .top {
/* 	padding-bottom: 37px; */
	padding-bottom: 0px;
}

.site-header .phone {
	padding: 13px 29px;
	border: solid 1px #fff; 
	border-radius: 40px;
}
.site-header .phone a{
	font-size: 20px; 
	font-weight: 700;
}
.site-header .top.flex {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
	z-index: 99999;
}

.sticky.site-header .right .top {
	display: none
}

.sticky.site-header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky.site-header img.custom-logo {
	width: 150px;
	height: 100px;
}


/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.site-banner {
	position: relative;
}

.site-banner img {
	width: 100%;
	height: 902px;
	object-fit: cover;
}

.banner-text {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 267px;
	width: 100%;
	max-width: 1265px;
	text-shadow: 3px 1px 4px rgba(0,0,0,0.72);
}

.banner-text h2 {
	text-align: center;
	color: #fff;
	font-size: 70px;
	font-weight: 400;
	font-family: "Ethnocentric", sans-serif !important;
}
.banner-text h2 .span-1{
	text-align: center;
	color: #7200AB;
	font-size: 70px;
	font-weight: 400;
	font-family: "Ethnocentric", sans-serif !important; 
}

.banner-text h2 .span-2 {
	display: block;
	font-weight: 400;
	font-size: 45px;
	font-family: "Poppins", sans-serif !important;
	margin: 0 0 0 0;
}

.banner-text .btn {
	background: #7300AB !important;
	border: 1px solid #7300AB !important;
	font-weight: 600 !important;
	border-radius: 40px;
	padding: 21px 52px !important;
    white-space: nowrap;
}

.banner-image {
	line-height: 0;
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.welcome {
	padding: 0 10px 71px;
	background: #5D009B;
}

.welcome .container{
	background: #fff;
	max-width: 1428px;
	padding-left: 115px;
	border-radius: 15px;
	position: relative;
/* 	top: -200px; */
	box-sizing: border-box;
}

.welcome h1{
	padding-bottom: 29px;	
}

.welcome h3{
	color: #333333;
	font-size: 23px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

.welcome p{
	padding-bottom: 34px;
	max-width: 563px;
	font-size: 16px;
	line-height: 32px;
}

.welcome .btn{
	margin: 0;
}

.services {
	position: relative;
	top: -125px;
}

.services h2 {
	color: #fff;
	font-family: BarlowSemiCondensed-Light;
	font-size: 96px;
}

.services h3 {
	font-size: 25px;
	font-family: "BarlowSemiCondensed-Bold";
	line-height: 120%;
	color: #5D009B;
	padding-top: 15px;
}

.services .so-widget-sow-image {
	background: #fff;
	width: 230px;
	height: 236px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}

.owner {
	margin-top: -236px;
}

.owner p {
	max-width: 523px;
	font-size: 17px;
	color: #333333;
	line-height: 32px;
}

.owner p:first-of-type {
	padding-bottom: 70px;
}

.owner .container {
	border-radius: 10px;
	box-sizing: border-box;
}

.owner .btn {
	margin: 30px 0 0;
}

.public h2 {
	color: #fff;
	padding-bottom: 40px;
	font-size: 71px;
	padding-top: 5px;
}

.public h3 {
	color: #fff;
	font-size: 41px;
}

.public p {
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	color: #fff;
	max-width: 719px;
	letter-spacing: 0.042px;
}

.public .btn {
	margin: 45px 0 0;
	color: #5D009B !important;
	background: #fff !important;
}

.svc-bot {
	border-radius: 15px;
	position: relative;
	top: -173px;
}

.svc-bot .btn {
	margin: 32px 0 0;
}

.svc-bot ul {
	padding: 0 0 0 30px;
	margin: 0;
}

.svc-bot ul li {
	color: #333333;
	font-size: 17px;
	line-height: 224%;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

.svc-bot .container {
	border-radius: 15px;
}

.home .gallery,
.con-gallery-dup .gallery{
	margin-top: -506px;
}

.gallery .container {
	max-width: 1675px;
	margin: 0 0 0 auto;
}

.mission h2 {
	color: #fff;
	font-size: 82px;
}

.mission h3 {
	color: #fff;
	font-size: 55px;
	line-height: 120%;
	max-width: 1267px;
	margin: auto;
}

.mission p {
	color: #fff;
	max-width: 1122px;
	margin: auto;
	padding-bottom: 108px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {	
	background: #5D009B;
	padding: 0 0px 20px;
}
.site-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.ft-top {
	width: 100%;
	max-width: 1920px;
	background: #08000D;
	position: relative;
	top: 0px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 44px;
	min-height: 376px;
}

.ft-top h2 {
	text-align: center;
}

.ft-top h3 {
	font-size: 16px;
	color: #666666;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	letter-spacing: 3px;
	text-align: center;
}

.ft-top h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.03em;
	margin: 0;
	padding-bottom: 19px;
}

.ft-top .container {
	background: #fff;
	border-radius: 15px;
}

.ft-top .wpcf7 {
	padding: 64px 10px 39px;
	max-width: 1242px;
	margin: auto;
}

.ft-top .wpcf7 .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ft-top .wpcf7 .top p {
	width: 100%;
	max-width: 408px;
}

.ft-top .wpcf7 .top input {
	width: 100%;
	max-width: 408px;
	height: 55px;
	background-size: 100% 100% !important;
	border: none !important;
	background: url('assets/images/input.jpg') no-repeat;
	font-family: "Arial", sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #202020;
}

.ft-top .wpcf7 textarea {
	border: none !important;
	background: url('assets/images/textarea.jpg') no-repeat;
	font-family: "Arial", sans-serif;
	font-size: 15px;
	line-height: 30px;
	height: 164px;
	color: #202020;
}

.ft-top .wpcf7 ::placeholder {
	font-family: "Arial", sans-serif;
	font-size: 15px;
	line-height: 30px;
	height: 164px;
	color: #202020;
}

.ft-top .wpcf7 .btn {
	border-radius: 0 !important;
	letter-spacing: 0 !important;
	margin-top: 15px;
}

.ft-bot {
/* 	margin-top: -90px; */
	min-height: 102px;
}

.ft-bot .info {
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
/* 	padding: 58px 0 62px; */
}

.ft-bot .info > div,
.ft-bot .social-navigation {
	flex-basis: 48%;
}

.ft-bot .info p {
	max-width: 275px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	font-family: "Montserrat", sans-serif;
}

.ft-bot .info p a {
	display: block;
	color: #fff;
}

.ft-bot .social-navigation ul.social-links-menu {
	justify-content: flex-start;
}

p.silver,
.copyright {
	font-size: 14px;
	color: #fff;
	line-height: 120%;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

p.silver img {
	position: relative;
	width: 50px;
	padding-right: 10px;
	top: 5px;
}


@media screen and (max-width: 768px) {
	.advance-menu-container {
		width: 300px;
		bottom: 5px;
	}
	.advance-menu-bottom-container { 
		width: 235px;
		padding-top: 10px;
	}
	.advance-menu-bottom-container > a > img {
		width: 37px;
	}
	.advance-menu-bottom {
		min-height: 60px;
		margin-top: -30px;
	}
	.advance-menu-hr {
		width: 110px;
		bottom: 7px;
	}
	.advance-menu-mid img {
		width: 60px;
	}
	.advance-menu-page-container1 a img, .advance-menu-socmed-container1 a img, .advance-menu-socmed-container2 a img {
		width: 35px;
	}
	.advance-menu-page-container2 a img {
		width: 40px;
	}
	.advance-menu-top-left > img, .advance-menu-top-right > img {
		display: none;
	}
	.advance-menu-page-container1, .advance-menu-page-container2 {
		margin: 15px auto 0;
		width: 100px;
	}
	.advance-menu-socmed-container1 {
		margin: 15px auto 0;
		width: 125px;
	}
	.advance-menu-socmed-container2 {
		margin: 8px auto 0;
		width: 80px;
	}
	.advance-menu-top-left, .advance-menu-top-right {
		min-height: 140px;
	}
	.advance-menu-mid {
		margin-top: -25px;
	}
	.cta {
		background: url("assets/images/phonecall.png") no-repeat center center,
		-webkit-radial-gradient(#5D009B,#000,#000);
		background: url("assets/images/phonecall.png") no-repeat center center,
		-o-radial-gradient(#5D009B,#000,#000);
		background: url("assets/images/phonecall.png") no-repeat center center,
		radial-gradient(#5D009B,#000,#000);
		border-bottom-left-radius: 40px;
		border: 2px solid #5D009B;
		border-right: none;
		border-top-left-radius: 40px;
		bottom: 15% !important;
		display: block;
		height: 65px;
		position: fixed;
		right: 0;
		text-decoration: none; 
		text-indent: -9999em;
		width: 80px;
		z-index: 999;
	}
}
/*--------------------------------------------------------------
## Sidebar Blog
--------------------------------------------------------------*/
.sidebar {
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%; 
	padding: 20px; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	border: 1px solid #535353;
}

.sidebar .widget {
	padding: 10px; 
	background: rgba(238, 238, 238, .3); 
	-webkit-box-shadow: 0px 0px 2px #111; 
	        box-shadow: 0px 0px 2px #111; 
	margin-bottom: 20px;
}

.sidebar h2 {
	margin: 0; 
	font-size: 22px;
}

.sidebar ul {
	margin: 10px auto; 
	line-height: 120%;
}

.sidebar ul a {
	font-size: 17px; 
	color: #111;
}

.sidebar ul a:hover {
	text-shadow: 0px 0px 20px #000;
}

.sidebar .widget_search {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; 
	padding: 20px;
	width: 100%; 
	background: #0F3A6F; 
	margin-bottom: 20px;
}

.sidebar form {
	position: relative;
}

.sidebar input[type="search"] {
	width: 100%; 
	padding: 5px 10px;
}

.sidebar input[type="submit"] {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	background: -webkit-linear-gradient(top, #FFF, #ccc);
	background: -o-linear-gradient(top, #FFF, #ccc);
	background: linear-gradient(to bottom, #FFF, #ccc); 
	border: 1px solid #000; 
	padding: 6px; 
	position: absolute; 
	right: 0; 
	top: 0;
}

.sidebar input[type="submit"] {
	cursor: pointer; 
	-webkit-transition: all .4s linear; 
	-o-transition: all .4s linear; 
	transition: all .4s linear;
}

.sidebar input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}


/*--------------------------------------------------------------
## Inner Pages
--------------------------------------------------------------*/
.inner #banner .context {
	display: none;
}

.inner .banner-text {
	bottom: 427px;
}

.inner .banner-text .btn {
	display: none !important;
}

.inner #banner h1 {
	font-size: 57px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	line-height: 120%;
	font-family: "Montserrat", sans-serif;
}

.inner .content-area.container {
	max-width: 100%;
}

/* .inner #content {
	min-height: 500px; 
/* 	margin: auto; */
} */

.inner #content h1 {
	padding-bottom: 20px;
	text-align: center;
}

.inner #content ul li {
    color: #333333;
    font-size: 17px;
    line-height: 224%;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

/* .inner .site-footer {
	padding: 60px 10px;
} */

.inner .ft-top .container {
	display: none;
}

.inner .ft-bot {
	margin-top: 0;
}


.page-id-10 #content h2 {
	font-size: 50px !important;
	line-height: 120%;
	font-weight: 400;
	font-family: "Arial", sans-serif;
	padding-bottom: 17px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.page-id-10 #content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	max-width: 576px;
	font-family: "Montserrat", sans-serif;
}

.page-id-10 #content .btn {
	margin: 44px 0 0;
}

.page-id-10 #content .white h2,
.page-id-10 #content .white p {
	color: #fff;
}

.page-id-10 .gallery h2 {
	text-align: center;
	font-size: 57px;
	font-weight: 300;
	color: #fff;
	justify-content: center;
}

.page-id-10 .svc-wrapper .sow-image-container img {
	width: 100%;
	max-width: 567px !important;
	height: auto;
}

@media screen and (max-width: 1024px) {
	.inner .banner-text {
	    bottom: 240px;
	}

	.inner .site-banner img {
		height: 525px;
	}

	.page-id-10 #content h2 {
		font-size: 40px !important;
	}

	.page-id-10 #content p {
		font-size: 15px;
	}

	.page-id-10 .svc-wrapper .container {
		gap: 20px;
	}

	.page-id-10 .svc-wrapper .container .panel-grid-cell {
		width: 50% !important;
	}
}


@media screen and (max-width: 768px) {
	.page-id-10 #content h2 {
		text-align: center;
		justify-content: center;
		font-size: 30px !important;
	}

	.page-id-10 #content p {
		margin: auto;
	}

	.page-id-10 #content .btn {
	    margin: 20px auto 0;
	}

	.page-id-10 .svc-wrapper {
		text-align: center
	}
	.page-id-10 .svc-wrapper .container .panel-grid-cell {
		width: 100% !important;
	}

	.page-id-10 .svc-wrapper .sow-image-container {
		justify-content: center !important;
	}
}


/****** services page ********/
#services .grid div .btn {
    margin: 20px auto;
    display: block;
    width: 100%;
    max-width: unset;
}

#services .grid div h2 {
   color: #777777;
    justify-content: center;
    margin-top: 20px;
}
#services .grid div {
	box-sizing: border-box;
	margin: 20px auto;
    background: white;
	max-width:100% !important;
    width:100% !important;
    text-align: center;
}
#services .grid {
	column-gap: 50px;
    display: grid;
    grid-template-columns: auto auto;
    max-width: 1300px;
    width: 100%;
    margin: 60px auto;
	    box-sizing: border-box;
}
#services .grid div h2 img {
    max-width: 50px;
    width: 100%;
}

#services .grid div img {
    width: 100%;
}
#services .grid div p {
    text-align: center;
    margin: 0 auto;
}
#services .grid div {
    padding: 20px;
}

@media screen and (max-width: 1300px){
	#services .grid{
		 max-width: 1000px;
		column-gap: 20px;
	}
	#services .grid div {
		max-width: 500px !important;
	}

}

@media screen and (max-width: 767px){
	#services .grid{
		display:block;
	}
}
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
.blog-container {
	padding-right: 5%; 
	-ms-flex-preferred-size: 65%; 
	    flex-basis: 65%;
}

.blog-list article {
	padding: 20px; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	border: 1px solid #535353; 
	-webkit-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	transition: all .3s linear;
}

.blog-list article:not(:last-of-type) {
	margin-bottom: 40px;
}

.blog-list article:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}

.blog-title h2 a {
	font-size: 30px; 
	margin: 0 0 20px; 
	color: #111;
}

.blog-header {
	margin-bottom: 10px; 
	-webkit-box-align: end; 
	    -ms-flex-align: end; 
	        align-items: flex-end; 
	-webkit-align-items: flex-end;
}

.blog-header p {
	margin: 0; 
	font-size: 18px;
}

.blog-header p span {
	font-style: italic;
}

.blog-image {
	text-align: center;
}

.blog-image img {
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear; 
	max-width: 500px !important; 
	height: auto !important;
}

.blog-container .btn {
	padding: 10px 20px; 
	font-size: 13px; 
	margin-top: 10px;
}

.pagination-n {
	text-align: right; 
	margin-top: 15px;
}

.pagination-n a {
	padding: 2px 10px; 
	background: #0F3A6F; 
	color: #FFF;
}

.pagination-n .current {
	padding: 2px 10px; 
	background: #6A7A64; 
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.blog-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.blog-container {
		margin-bottom: 30px; 
		padding-right: 0; 
		text-align: center;
	}

}

@media screen and (max-width: 500px) {
	.blog-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.blog-header p, .blog-header h2 {
		width: 100%; 
		text-align: center;
	}

	.blog-list article {
		text-align: center;
	}

	.blog-header h2 {
		font-size: 30px;
	}

	.blog-container .btn {
		margin-top: 20px;
	}
}


/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.page-description {
	text-align: center; 
	font-size: 25px; 
	font-weight: 700; 
	margin-bottom: 40px; 
	display: block;
}

.page-description::after {
	content: ' "';
}

.page-description::before {
	content: '" ';
}

.search article {
	padding: 20px; 
	border: 1px solid #000; 
	margin-bottom: 30px; 
	display: block; 
	-webkit-transition: all .5s linear; 
	-o-transition: all .5s linear; 
	transition: all .5s linear;
}
.search article:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}

.search article:last-of-type {
	margin-bottom: 0;
}

.search article h2 a {
	margin: 0 0 20px; 
	font-size: 35px; 
	color: #111;
}

.search-con {
	padding-right: 5%; 
	-ms-flex-preferred-size: 65%; 
	    flex-basis: 65%;
}

@media screen and (max-width: 768px) {
	.search-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.search-con {
		margin-bottom: 30px; 
		padding-right: 0; 
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-404 {
	text-align: center;
}

.ft-bot .right img {
	width: 100%;
	max-width: 741px;
}
@media screen and (max-width:  1440px) {
/* 	h2 {
		font-size: 70px;
	} */

	.services h2 {
		font-size: 86px;
	}
}

@media screen and (max-width:  1024px) {
	body {
		min-width: 320px;
	}
	.site-banner img {
		height: 800px;
	}

	.welcome .container {
				padding: 40px 10px !important;
	}

	.services {
		padding: 40px 10px;
		text-align: center;
		top: -265px;
	}

	.services .container {
		flex-direction: column;
		align-items: center;
	}

	.services .panel-grid-cell {
		width: 100% !important;
	}

	.services .so-widget-sow-image {
		margin: auto;
	}

	.owner {
		text-align: center;
	}

	.owner .container {
		flex-direction: column;
		align-items: center;
	}

	.owner p {
		margin: auto;
	}

	.owner p:first-of-type {
		padding-bottom: 30px;
	}

	.owner .btn {
		margin: 30px auto 0;
	}

	.owner .container  .panel-grid-cell {
		width: 100% !important;
	}

	.svc-bot {
		top: 0;
		padding: 0 10px;
	}

	.svc-bot .container {
		padding: 40px 10px;
	}

	.gallery {
		margin-top: 0;
		padding: 0 10px;
	}

	.mission h2 {
		font-size: 70px;
	}

	.mission h3 {
		font-size: 40px;
	}
}

@media screen and (max-width:  768px) {
/* 	h1 {
		font-size: 28px !important;
	} */

	.btn, .kt-btn-wrap .kt-button {
		width: 180px !important;
		height: 40px !important;
	}

	.banner-text h2 {
		font-size: 32px !important;
	}

	.banner-text h2 span {
		font-size: 32px;
	}

	.welcome {
		text-align: center;
	}

	.welcome p {
		margin: auto;
	}

	.welcome .btn {
		margin: auto;
	}

	.services .so-widget-sow-image {
		margin: 15px auto;
	}

	.services .right .panel-grid {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}

	.services .right .panel-grid .panel-grid-cell {
		width: 48% !important;
	}

	.gallery h2 {
		text-align: center;
	}

	.gallery .right img {
		width: 100%;
		max-width: 400px !important;
		margin: 0 auto 40px;
	}

	.ft-top {
		top: 0;
	}

	.site-footer {
		padding: 40px 10px;
	}

	.ft-top .wpcf7 .top {
		flex-direction: column;
		align-items: center;
	}

	.ft-top .wpcf7 .top input,
	.ft-top .wpcf7 .top p {
		max-width: 100%;
	}

	.ft-bot {
		margin-top: 30px;
		text-align: center;
	}

	.ft-bot .container {
		flex-direction: column-reverse;
		align-items: center;
		column-gap: 30px;
	}

	.ft-bot .left {
		padding-top: 0px !important;
	}

	.ft-bot .info {
		flex-direction: column;
		align-items: center;
		column-gap: 30px;
		margin: auto;
	}

	.ft-bot .info > div, .ft-bot .social-navigation {
		margin: 15px auto;
		flex-basis: 100%;
	}

	.footer-navigation ul {
		flex-direction: column;
	}

	.footer-navigation ul li {
		margin: 10px 0;
	}

	.mission h3 {
	    font-size: 30px;
	}
}

@media screen and (max-width:  600px) {

/* 	h2 {
	    font-size: 50px !important;
	} */

	.services .right .panel-grid .panel-grid-cell {
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
/* 	h2 {
		font-size: 28px !important;
	} */
}
@media screen and (max-width: 425px) {
/* 	h2 {
		font-size: 28px !important;
	} */
}