@charset "UTF-8";

.homepage .inputs {
  margin-bottom: 10px;
  position: relative;
}
.homepage .inputs input {
  width: 100%;
  padding: 15px 0;
  border: 1px solid black;
  background: white;
  outline: none;
     font-family: JetBrains Mono, monospace;
  font-size: 16px;
  text-indent: 15px;

}
.homepage .inputs label{
	   font-family: JetBrains Mono, monospace;
  font-size: 16px;
	color: black;
	    font-family: JetBrains Mono, monospace;
}
.homepage .inputs input::placeholder{
  color: rgb(155, 155, 155);
  font-size: 16px;
}

 .homepage .inputs .send {
  text-indent: 0;
  width: 100%;
  color: white;
  background: black;
	 border-radius: 10px;
	 padding: 10px;
	 font-weight: 500;
	 font-family: JetBrains Mono, monospace;
	 text-transform: uppercase;
	 margin-bottom: -20px;
}
.homepage .inputs .send:hover {
  background: #1447e6;
  color: black;
}


.cta{
	background: #efefef;
	padding: 20px 50px;
		border-left: 5px solid #007bff;
	margin: 0 0 20px;
}


/* ELEMENTOR */
.with-color span{
	color:var(--e-global-color-accent);
}
.with-color-orange span{
	color:var( --e-global-color-secondary );
}
.footer-form .grids{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:20px;
}
.footer-form .inputs input, .footer-form .inputs textarea{
	outline:none;
}
.footer-form .inputs textarea{
	height:120px;
}
.subscribe-form .grids{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:0;
}
.subscribe-form .grids input{
	outline:none;
	margin:0 !important;
}

.tablist {
    display: flex;
    gap: 10px;
    border-bottom: 0;
    margin-bottom: 50px;
    justify-content: center;
}
.tablist .tab {
    border: 0;
    background: transparent !important;
    border-radius: 50px !important;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
	opacity: .5;
    border: 2px solid var( --e-global-color-secondary);
}
.tablist .tab:focus{
	outline:none;
}
.tablist .tab[aria-selected="true"] {
    color: #fff;
    opacity: 1;
}
.tabpanel{display:none}
.tabpanel.active{display:block}

.holdslide {
    position: relative;
	display:block;
}
.holdslide:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, white, transparent);
    left: 0;
    top: 0;
}
.holdslide .service-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.holdslide h3.service-title {
    font-family: var(--e-global-typography-0835d01-font-family), Sans-serif;
    font-size: var( --e-global-typography-711a36b-font-size );
    font-weight: var(--e-global-typography-711a36b-font-weight);
    text-transform: var(--e-global-typography-711a36b-text-transform);
    line-height: var(--e-global-typography-711a36b-line-height);
    letter-spacing: var(--e-global-typography-711a36b-letter-spacing);
    z-index: 99;
    color: var( --e-global-color-text );
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 24px;
    margin: 0;
}

/* Remove default arrows */
.tabs-slider .swiper-button-next::after,
.tabs-slider .swiper-button-prev::after {
  display: none;
}

/* Add your custom images */
.tabs-slider .swiper-button-next {
  width: 100px;
  height: 40px;
  background-image: url('https://streitsmart.duckdns.org/wp-content/uploads/2025/11/right-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tabs-slider .swiper-button-prev {
  width: 100px;
  height: 40px;
  background-image: url('https://streitsmart.duckdns.org/wp-content/uploads/2025/11/left-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.left-table-td {
    min-height: 69px;
}
.left-table-tds {
    min-height: 94px;
}
/* END */


/* SINGLE POSTS */
.single-post-jayce{
	position:relative;
	background-size: cover; /* Adjust as needed */
	background-repeat: no-repeat; /* Adjust as needed */
	padding: 100px 0 100px;
	    background-position: center;
	border-radius:0 0 0 00px;
}
.single-post-jayce:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000054;
    border-radius: 0 0 0 0px;
}
.single-post-jayce .innercon {
    max-width: 1300px;
    margin: auto;
    z-index: 9;
	text-align:center;
	position:relative;
}
.single-post-jayce .innercon .pagetitle {
    font-family: "Tenor Sans", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -2px;
    color: white;
    margin: 0 0 20px;
}
p.posted-date {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-text);
}
p.posted-date .top-text {
    display: block;
    color: #0b1e367a;
}
p.posted-date span.hold-text-right {
    margin: 0 0 20px;
    display: block;
    line-height: 1.8;
}
p.posted-date span.hold-text-right a {
    color: var( --e-global-color-text );
}
.our-services-btn{
	background:var( --e-global-color-primary );
	margin-left:12px;
}
.our-services-btn:hover{
	background:var( --e-global-color-secondary );
}

.sidebar-post {
    position: relative;
    padding: 0 0 24px;
    border-bottom: 1px solid #00000024;
    margin-bottom: 32px;
}
.sidebar-post .title{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.sidebar-post .inputs {
    position: relative;
    margin: 0 0 16px;
}
.sidebar-post .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 16px;
}
.sidebar-post .inputs input, .sidebar-post .inputs textarea {
    padding: 10px 15px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #00000024;
    outline: none;
}
.sidebar-post .inputs .send{
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 10px 0px 10px 0px;
    padding: 12px 30px 12px 30px;
    line-height: 1.5;
    color: white;
    outline: none;
    border: 0;
    margin: 0 0 32px;
    background-color: var(--e-global-color-accent);
}
.sidebar-post .inputs .send:hover{
	background: var(--e-global-color-primary);
}
.social-share-icons {
    font-size: 18px;
    display: flex;
}

.social-share-icons a {
    text-decoration: none;
    color: white;
    margin-right: 12px;
    transition: color 0.3s;
    display: flex;
    width: 40px;
    height: 40px;
    background: #1e5f9a;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.social-share-icons a:hover {
    background:var(--e-global-color-accent);
}
.sidebar-post-contactus {
    position: sticky;
    top: 50px;
}

/* END */

.menunav {
  position: relative;
  padding: 0;
  background: white;
}
.menunav .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 80% 20%;
  grid-gap: 0;
}
.menunav .innercon .content:nth-child(1) {
  position: relative;
}
.menunav .innercon .content:nth-child(1) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .innercon .content:nth-child(1) ul li {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.menunav .innercon .content:nth-child(1) ul li a {
  color: #4267b3;
  text-decoration: none;
  display: block;
  padding: 20px;
  transition: 0.3s;
}
.menunav .innercon .content:nth-child(1) ul li a:hover {
  color: #ccc600;
}
.menunav .innercon .content:nth-child(2) {
  position: relative;
  text-align: right;
}
.menunav .innercon .content:nth-child(2) a {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4267b3;
  text-decoration: none;
  display: block;
  padding: 20px;
}

.holdpage {
  padding: 100px 0;
  position: relative;
  background: var( --e-global-color-primary );
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: white;
}
.pagecontent {
  padding: 100px 0;
  position: relative;
}
.pagecontent .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 65% 35%;
}
.pagecontent .innercon .content:nth-child(1) {
    position: relative;
    border-right: 1px solid #00000021;
    padding-right: 50px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
    position: relative;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 2;
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-text);
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, rgba(11, 62, 251, 0.4509803922), rgba(0, 0, 0, 0.3215686275));
  z-index: 9;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:After {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #ffffff;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: "Lexend Deca", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #4267b3;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  color: white;
  background: #ccc600;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #4267b3;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: "Lexend Deca", sans-serif;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
    position: sticky;
    padding-left: 50px;
}

/* SIDEBAR */
.sidebar {
    background: var( --e-global-color-text );
    border-radius: 0 40px 0 40px;
    padding: 40px;
	margin: 0 0 40px;
}
.sidebar .title {
    color: var( --e-global-color-d1b6551 );
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 32px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    margin: 0 0 32px;
	text-transform:uppercase;
}
.sidebar ul {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}
.sidebar ul li {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var( --e-global-color-d1b6551 );
    line-height: 2.5;
}
.sidebar ul li a {
    color: var( --e-global-color-d1b6551 );
    text-decoration: none;
}
.sidebar ul li a:hover {
    color: var( --e-global-color-accent );
}
.sidebar .form {
    position: relative;
}
.sidebar .form .inputs {
    margin: 0 0 16px;
}
.sidebar .form .grids {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 16px;
}
.sidebar .form .inputs input, .sidebar .form .inputs textarea {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    padding: 12px 15px;
    border-radius: 4px;
    border: 0;
    outline: none;
    width: 100%;
    background: #DEEFFA;
}
.sidebar .form .inputs textarea {
    height: 150px;
}
.sidebar .form .inputs .send{
	font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 12px 0px 12px 0px;
	width:100%;
	color:var( --e-global-color-d1b6551 );
    padding: 15px 30px 15px 30px;
	background-color: var(--e-global-color-accent);
}
.sidebar .form .wpcf7-response-output{
	color:white;
}
/* END */


/* LEFT CONTENT */
.left-content a{
	color:var( --e-global-color-accent );
}
.left-content table {
    margin: 0 0 32px;
}
.left-content td {
    border-bottom: 1px solid #00000021;
    padding: 10px;
}
.left-content b {
    font-weight: 500;
}
.left-content img{
	border-radius: 5px;
	margin: 20px 0; 
	width: 100%;
}

.left-content h2 {
    font-size: 32px;
    margin: 0 0 15px;
}

.left-content h3 {
    font-size: 28px;
    margin: 0 0 15px;
}
.left-content h4 {
    font-size: 24px;
    margin: 0 0 15px;
}
.left-content h5,.left-content h6 {
    font-size: 20px;
    margin: 0 0152px;
}

.left-content ol{
	padding:0;
	list-style-position:inside;
}

.left-content ul {
    list-style: none;
    padding: 0;
}
.left-content ul li {
    position: relative;
    padding-left: 35px;
}
.left-content ul li:after {
    position: absolute;
    content: '\2713';
    background: var( --e-global-color-accent );
    left: 0;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: white;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* END */

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
    font-family: "Tenor Sans", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0px;
    color: var(--e-global-color-text);
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
   color: var(--e-global-color-text);
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
 font-family: var(--e-global-typography-505b33b-font-family), Sans-serif;
    font-size: var(--e-global-typography-505b33b-font-size);
    font-weight: var(--e-global-typography-505b33b-font-weight);
    line-height: var(--e-global-typography-505b33b-line-height);
    letter-spacing: var(--e-global-typography-505b33b-letter-spacing);
    color: #5E5E5E;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
font-family: var(--e-global-typography-077e065-font-family), Sans-serif;
    font-size: var(--e-global-typography-077e065-font-size);
    font-weight: var(--e-global-typography-077e065-font-weight);
    line-height: var(--e-global-typography-077e065-line-height);
    letter-spacing: var(--e-global-typography-077e065-letter-spacing);
    color: var(--e-global-color-text);
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
	width:100%;
    border-radius: 5px;
    padding: 12px 30px 12px 30px;
	border:0;
	color:white;
	background-color: var(--e-global-color-accent);
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: var( --e-global-color-primary );
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: "Lexend Deca", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #ccc600;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #4267b3;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #4267b3;
  font-family: "Lexend Deca", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #4267b3;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #181818;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Lexend Deca", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #181818;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Lexend Deca", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(221, 221, 221);
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #4267b3;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px rgb(221, 221, 221);
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid rgb(209, 209, 209);
  background: white;
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  text-indent: 0;
  width: 100%;
  color: white;
  background: #4267b3;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #181818;
  color: white;
}

/*# sourceMappingURL=main.css.map */


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

	.blog-page {
    position: relative;
    padding: 100px 20px;
}
	
	.single-post-jayce {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 20px 150px;
    background-position: center;
    border-radius: 0 0 0 0px;
}
	.pagecontent {
    padding: 100px 20px;
    position: relative;
}
}
@media only screen and (max-width : 768px){
	.blog-page .innercon .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
	
	.pagecontent .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: block;
    grid-template-columns: repeat(1,1fr);
}
	.pagecontent .innercon .content:nth-child(1) {
    position: relative;
    border-right: 0;
    padding-right: 0;
}
	.pagecontent .innercon .content:nth-child(2) {
    position: sticky;
    padding-left: 0;
    margin-top: 20px;
}
}
@media only screen and (max-width : 480px){
	.holdpage {
    padding: 100px 20px;
    position: relative;
    background: var( --e-global-color-primary );
}
	.blog-page .innercon .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
	
	.holdpage .innercon .content .pagetitle {
    font-family: "Tenor Sans", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: -2px;
    color: white;
}
	.single-post-jayce {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 20px 50px;
    background-position: center;
    border-radius: 0 0 0 0px;
}
	.free-consultation-shortcode{
		width:100%;
	}
	.left-content h2 {
    font-size: 28px;
    margin: 0 0 32px;
}
	.single-post-jayce .innercon .pagetitle {
    font-family: "Tenor Sans", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -2px;
    color: white;
    margin: 0 0 20px;
}

	.free-consultation-shortcode {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 10px 0px 10px 0px;
    padding: 12px 30px 12px 30px;
    line-height: 1.5;
    color: var(--e-global-color-d1b6551);
    outline: none;
    border: 0;
    margin: 0 0 20px;
    background-color: var(--e-global-color-accent);
}
		.our-services-btn {
    background: var( --e-global-color-primary );
    margin-left: 0;
}
	.pagecontent {
    padding: 50px 20px;
    position: relative;
}
	.single-post-jayce {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 20px 50px;
    background-position: center;
    border-radius: 0;
}
	.single-post-jayce:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000a6;
    border-radius: 0;
}
	.left-content h3 {
    font-size: 24px;
    margin: 0 0 32px;
}
	.left-content h4 {
    font-size: 20px;
    margin: 0 0 32px;
}
	.left-content h5,.left-content h6 {
    font-size: 18px;
    margin: 0 0 32px;
}
	.contact-form-jayce .grids {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}
	.hold-cta {
    background: var( --e-global-color-text );
    padding: 32px 20px;
    border-radius: 0 40px 0;
    margin: 24px 0 24px;
    text-align: center;
}
	.hold-cta .cta-title {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 24px;
}
	.hold-cta .cta-des {
    color: white;
    margin: 0 0 24px;
}
	.left-content table {
    margin: 0 0 32px;
    overflow: scroll;
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
	.contact-form-jayce .send{
		width:100%;
	}
}
