@charset "UTF-8";

.contact-us-form textarea{
	height:120px;
}
/* CTAs on PAGE */
.free-consultation-shortcode{
	font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 2px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    border-color: rgb(168, 123, 69);
    background-color: var(--e-global-color-accent);
}
.free-consultation-shortcode:hover{
	background: var(--e-global-color-secondary);
}
/* END */
/* TESTIMONIALS HOMEPAGE */
.jayce-testimonials{
	position:relative;
}
.jayce-testimonials .holdnext {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 150px;
}
.jayce-testimonials .swiper-button-next:after, .jayce-testimonials .swiper-rtl .swiper-button-prev:after {
    background: url('images/arrow-right.svg') no-repeat center !important;
    background-size: contain !important;
    height: 50px;
    width: 50px;
    content: "";
}
.jayce-testimonials .swiper-button-next, .jayce-testimonials .swiper-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto;
}
.jayce-testimonials .swiper-button-prev:after, .jayce-testimonials .swiper-rtl .swiper-button-next:after {
      background: url('images/arrow-left.svg') no-repeat center !important;
    background-size: contain !important;
    height: 50px;
    width: 50px;
    content: "";
}
.jayce-testimonials .swiper-button-prev, .jayce-testimonials .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto;
	width: 50px;
    height: 50px;
}
.jayce-testimonials .holdtesttitle p {
    font-family: 'Playfair Display';
    font-size: 23px;
    color: white;
    line-height: 1.7;
    margin: 0 0 32px;
}
.jayce-testimonials .holdtesttitle .star {
    margin: 0 0 10px;
}
.jayce-testimonials .holdtesttitle .star i {
    color: #B68C5A;
    margin-right: 10px;
    font-size: 20px;
}

/* END */

.footer-subscribe .send {
    margin-left: 10px;
}
.home-contact .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.home-contact .inputs textarea, .home-contact .grids input {
    outline: none;
}
.home-contact .inputs textarea {
    height: 200px;
}
.certificate {
    position: relative;
}
.certificate:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: -16px;
    top: -16px;
    border: 2px solid #E5BA6C;
    border-radius: 0 60px 0 60px;
}
.certificate img {
    z-index: 1;
    position: relative;
}
.holdpage {
    padding: 100px 0;
    position: relative;
    background: #314e52;
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
    text-align: center;
    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);
    line-height: var(--e-global-typography-primary-line-height);
    color: white;
}

.pagecontent {
    padding: 100px 0;
    position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: none;
  grid-template-columns: 30% 70%;
  grid-template-areas: "left right";
}
.pagecontent .innercon .content:nth-child(1) {
  grid-area: right;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
  font-family: "Lexend Deca", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 33px;
  color: #373737;
  text-align: justify;
  background: white;
  border: 1px solid #d8d8d8;
  padding: 50px;
}
.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) {
  flex-basis: 30%;
  margin-right: 30px;
  position: sticky;
  grid-area: left;
}
.sidebar {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #00000014;
}
.sidebar .title {
    font-size: 30px;
    margin: 0 0 20px;
	    color: var( --e-global-color-secondary );
    font-weight: 400;
}
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar ul li {
    line-height: 2.5;
    padding-left: 20px;
    position: relative;
}
.sidebar ul li:after {
    position: absolute;
    content: '\2713';
    font-size: 15px;
    left: 0;
    top: 1px;
}
.sidebar ul li a {
    text-decoration: none;
    color: #2f2f2f;
}
.sidebar ul li a:hover {
    color: #b29d74;
}

.sidebar .form {
    position: relative;
}
.sidebar .form .inputs {
    margin: 0 0 15px;
}
.sidebar .form .inputs input, .sidebar .form .inputs textarea {
    width: 100%;
    padding: 10px 20px;
    background: #f6f6f6;
    border: 0;
    font-size: 16px;
    outline: none;
    border-radius: 8px;
}
.sidebar .form .inputs .send {
   font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 2px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
	border-radius:50px;
    border-color: rgb(168, 123, 69);
	background-color: var(--e-global-color-accent);
}
.sidebar .form .inputs .send:hover {
    background: var( --e-global-color-secondary );
}
.sidebar:nth-child(2) {
    position: sticky;
    top: 50px;
}
.sidebar .latestnews {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ebebeb;
}
.sidebar .latestnews .latesttitle {
    font-size: 18px;
    line-height: 1.7;
}
.sidebar .latestnews .latesttitle a {
    color:  var( --e-global-color-accent );
    text-decoration: none;
}
.sidebar .latestnews .latesttitle a:hover {
    color:  var( --e-global-color-primary )
}
.sidebar .latestnews .thedate {
    margin: 0 0 10px;
    font-size: 12px;
    color: #304a73;
}
.sidebar .latestnews .excerpt {
    margin: 0;
}

.single-post .sidebar {
    border: 0;
}
.left-content ul {
    padding: 0;
    list-style-position: inside;
}
.left-content p a{
	color:var( --e-global-color-accent );
	text-decoration:underline;
}
.left-content h2 {
    font-size: 35px;
	    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    line-height: 1.3;
    margin: 30px 0;
	color:var( --e-global-color-secondary );
}
.left-content h3 {
    font-size: 30px;
	    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	color:var( --e-global-color-secondary );
	margin: 30px 0;
}
.left-content h4 {
    font-size: 25px;
	    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	 margin: 30px 0;
	color:var( --e-global-color-secondary );
}
.left-content h5,
.left-content h6{
    font-size: 20px 0;
	    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	color:var( --e-global-color-secondary );
	 margin: 30px 0;
}

.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;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
  font-size: 20px;
  text-align: left;
  color: #ccc600;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #ccc600;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #ccc600;
  font-family: "Lexend Deca", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.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: "Lexend Deca", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #181818;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #ccc600;
  color: white;
  text-transform: uppercase;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #4267b3;
}
.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 : 768px){
	.certificate:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: -10px;
    top: -10px;
    border: 2px solid #E5BA6C;
    border-radius: 0 60px 0 60px;
}
}

@media only screen and (max-width : 480px){
	.left-content h2 {
    font-size: 25px;
    line-height: 1.5;
    margin: 30px 0;
    color: var( --e-global-color-secondary );
}
	.left-content h3 {
    font-size: 22px;
    line-height: 1.5;
    margin: 30px 0;
    color: var( --e-global-color-secondary );
}
	.left-content h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0;
    color: var( --e-global-color-secondary );
}
	.left-content h5,
	.left-content h6{
    font-size: 18px;
    line-height: 1.5;
    margin: 30px 0;
    color: var( --e-global-color-secondary );
}
	.free-consultation-shortcode {
    font-family: Montserrat, sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 2px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    border-color: rgb(168, 123, 69);
    background-color: var(--e-global-color-accent);
    padding: 10px !important;
    width: 100%;
}
	.jayce-testimonials .holdtesttitle p {
    font-family: 'Playfair Display';
    font-size: 20px;
    color: white;
    line-height: 1.7;
    margin: 0 0 32px;
}
}


