<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Go Crayons
Theme URI: https://oceanwp.org/
Description: Go Crayons child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
  
body .elementor-top-section {
    padding: 60px 50px 10px;
}
a.blue-link {color: #13aff0!important;}

a.blue-link:hover {
    text-decoration: underline;
    color: rgba(19, 175, 240, 0.59);
}

 /* header */
body span.sub-arrow {
    display: none;
}
 
.right-icon .elementor-icon-list-icon {
    position: absolute;
    right: calc(30% - 5px);
}
.home-banner h2.elementor-heading-title.elementor-size-default {
    padding: 0px 0 10px;
}

.home-banner h3.elementor-heading-title.elementor-size-default {
    padding: 0 0 10px;
}

.home-banner h1.elementor-heading-title.elementor-size-default {
    padding: 0 0 10px;
}
 
/*========================
        HEADER
 ==========================*/

 /*========================
        HOMPAGE
 ==========================*/
 
 /*banner*/

 
 
.home-banner .fa-play {
    background: -webkit-linear-gradient(left, #f94272, #ff695c);
    background: -o-linear-gradient(right, #f94272, #ff695c);
    background: -moz-linear-gradient(right, #f94272, #ff695c);
    background: linear-gradient(to right, #f94272, #ff695c);
    padding: 8px 23px 8px 11px;
    border-radius: 19px;
}
 
/*How we work*/
/* .work-blurbs .elementor-image-box-title {
    text-align: center;
}

.work-blurbs li {
    font-size: 16px;
    color: #858fa5;
    font-family: 'lato';
} */

 /*========================
        Contact Us
 ==========================*/
/* Banner */
.gc-hover-heading a:hover {
    text-decoration: underline;
}
 /* Form */
 
.gform_wrapper div.validation_error {
    display: none;
}

.gform_wrapper li.gfield.gfield_error {
    background: none;
    border: 0;
    margin: 0 !important
}
 /*========================
        About Us
 ==========================*/
.text-rotate p, .text-rotate h2 {
    transform: rotate(90deg);
    margin: 0;
}.text-rotate h2 {
    position: absolute;
    top: 21pc;
    right: 10px;
}
body .fa-plus:before {
    content: "+";
}
 /*========================
        PRIVACY POLICY
 ==========================*/
.privacy-policy h1 {
    font-size: 45px;
}

.privacy-policy h2 {
    font-size: 24px;
}
 

 /*========================
        Case Study
 ==========================*/

 
.right-float p {
    position: absolute;
    right: -218px;
    top: 146px;
}

.right-float p:after {
    content: '';
    width: 366px;
    height: 1px;
    background: #fb5b5e;
    position: absolute;
    top: calc(50%);
    margin-left: 12px;
}
 
/* tabs */
.tab {
    float: left;
    width: 38%;
    position: relative;
    margin-right: 12%;
} 
.tab button {
    display: block;
    background: transparent;
    color: black; 
    width: 100%;
    border: none;
    outline: none;
    text-align: right;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    padding: 18px 0;
    position: relative;
    margin-bottom: 30px;
} 

.tabcontent {
    float: left;
    padding: 0px 12px; 
    width: 50%;
    border-left: none; 
    margin-bottom: 15px;
}
/* .work-process-tab .tab button:before {
    content:  '';
    width:  75px;
    height: 62px;
    display:  block;
    position:  absolute; 
    top: 0;
    left: 0; 
    background-repeat: no-repeat!important;
    transition: all 0.3s ease;
}  */
.tab:after {
    content: '';
    position: absolute;
    height: 520px;
    border-right: 5px solid #bbb !important;
    width: 5px;
    top: 20px;
    left: calc(40% - 10px);
    margin: 0px;
    padding: 0px;
    z-index: -2;
}
button.active .inner-cirle,
.tab button:hover .inner-cirle {
    width: 30px;
    height: 30px;
    background: #f23005;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 50%;
    left: calc(40% - 17px);
}
.inner-cirle {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    border: 3px solid #bbb;
    border-radius: 50%;
    left: calc(40% - 12px);
    transition: all 0.2s ease;
}
.inner-cirle:after {
    display: none;
}
button.active .inner-cirle:after,
.tab button:hover .inner-cirle:after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px; 
    right: -8px;
    bottom: -8px;
    background: #f23005;
    z-index: -1;
    border-radius: 50%;
    display: block;
}
.tab button.active:after,
.tab button:hover:after {
    content: '';
    width:  5px;
    height: 60px;
    border-right: 5px solid #f23005;
    position:  absolute;
    left: calc(40% - 10px);
    top: 50px;
    z-index: -1;
    transition: all 0.3s ease;
} 
.tabcontent p {
    color:  #000;
    font-size:  16px;
}

/* 
.team-tabs .elementor-active a, .team-tabs .elementor-tab-title:hover a {
    border-bottom: 2px solid #079aa5;
    padding-bottom: 10px;
} */
/*Team Tabs*/
/* .team-tabs .team-img-container li{
    display: inline-block;
    margin-right: 2%;
}

.team-tabs .team-img-container {
    margin: 0;
}

.team-tabs .team-img-container li:nth-child(4n) {
    margin-right: 0;
}
.team-tabs .team-img-container h4{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Signika';
    color: #fff !important;
} */
/* .team-tabs .team-img-container img {
    -webkit-filter: grayscale(1); 
    filter: grayscale(1);
    margin-bottom: 20px;
    border-radius: 15px;
}

.team-tabs .team-img-container li:hover img,
.team-tabs .team-img-container .img-slider:hover img{
    -webkit-filter: grayscale(0); 
    filter: grayscale(0);
}
.team-tabs .team-img-container li:hover h4,
.team-tabs .team-img-container .img-slider:hover h4{
    color: #000;
} */
.left-float p {
    position: absolute;
    left: -277px;
}

.left-float p:after {
    content: '';
    position: absolute;
    width: 1700px;
    height: 1px;
    background: #fb5b5e;
    top: calc(50%);
    margin-left: 24px;
}
.elementor-widget-tabs .elementor-tabs{
    text-align: center;
}
.elementor-tabs-wrapper{
    margin: auto; 
    width: 100%;
    display: flex;
}

 
 /*========================
        Single page divi tutorial
 ==========================*/
.single #reply-title {
    display: none;
}
 
.single-tutorials #header-section, .archive #header-section {
    background: #0098a3;
}
.single #main{
    padding-top: 100px;
}
.col-post-img .elementor-image img {
    height: 376px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 14px rgba(70, 70, 70, 0.7803921568627451);
}




.single .entry-content p, .single .entry-content li {
    color: #000;
}

/*bottom sidebar*/
 
.heading-texts h2 {
    font-size: 50px;
}
.elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated {
    padding: 10px;
}
 /*========================
        RESPONSIVE
 ==========================*/
 @media screen and (min-width: 1600px) and (max-width: 4000px) {
 
    .elementor-34 .elementor-element.elementor-element-84990fe {
        margin-top: auto;
        margin-bottom: auto;
    }
    .elementor-34 .elementor-element.elementor-element-fb555fc &gt; .elementor-widget-container {
        margin: -270px 0px 0px -65px;
    }
    .elementor-34 .elementor-element.elementor-element-173f790 &gt; .elementor-widget-container {
        margin: -305px 0px 0px -70px;
    }
    .elementor-34 .elementor-element.elementor-element-6ed086f {
        left: 6%;
    }

}
 @media (min-width:1365px) and (max-width: 1600px) {
    body:not(.rtl) .elementor-34 .elementor-element.elementor-element-d4c9978.t-text {
        left: 450px; 
    }
    .elementor-34 .elementor-element.elementor-element-84990fe{
        margin-top: auto;
        margin-bottom: auto;
    }
    .elementor-34 .elementor-element.elementor-element-fb555fc &gt; .elementor-widget-container {
        margin: -270px 0px 0px -65px;
    }
    .elementor-34 .elementor-element.elementor-element-6ed086f{
        left: 6%;
    }
    .elementor-34 .elementor-element.elementor-element-173f790 &gt; .elementor-widget-container {
        margin: -305px 0px 0px -70px;
    }
    
 }
  @media screen and (max-width: 1120px){
 br {
    display: none;
}
.single .content-area {
    width: 66%;
}

.single .widget-area {
    width: 33%;
}
}
@media screen and (max-width: 980px){
.single .content-area {
    width: 100%;
}

.single .widget-area {
    width: 100%;
}
}
 /* @media screen and (max-width: 1148px){
    .team-tabs .team-img-container li:nth-child(4n) {
    margin-right: 2%;
}
.team-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 0 40px;
}

.team-tabs .team-img-container {
    text-align: center;
}
.team-tabs.elementor-widget-tabs .elementor-tabs {
    text-align: center;
}
} */

 @media screen and (max-width: 830px){
/* .elementor-836 .elementor-element.elementor-element-3e75bf54 &gt; .elementor-background-overlay {
    background-image: linear-gradient(275deg, rgba(51,187,197,0) 53%, #647ab0 50%) !important ;
} */
/* .team-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 0 10px;
} */
/* .elementor-32 .elementor-element.elementor-element-674f633 .elementor-icon-list-icon {
    width: 85px !important;
} */
/* .team-tabs .team-img-container li {
    width: 30%;
}
.team-tabs .elementor-tab-title a {
    font-size: 18px;
}

.team-tabs .elementor-tab-title {
    padding: 2px 10px;
} */

}

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

    
body h3 {
    font-size: 27px;
}
body h2 {
    font-size: 36px;
}
body h4 {
    font-size: 20px;
}
}

 @media screen and (max-width: 640px){
/* #contact-section .contact-form .gf_left_half {
    padding-right: 0;
} */
body .elementor-top-section {
    padding: 0;
}
}

 @media screen and (max-width: 480px){
	 .elementor-image-box-content ul {
		text-align: left;
	}
.right-icon .elementor-icon-list-icon {
    position: unset;
}

section#solid-bg-mobile {
    background: #fff;
}
/* #team-section .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title {
    display: none;
} */
/* .team-tabs .team-img-container li{
        width: 46%;
} */
/* #team-section .elementor-tabs .elementor-tabs-wrapper {
    display: inline-block;
}
#team-section .elementor-tabs-wrapper .elementor-tab-title {
    display: inline-block;
    width: 49%;
    padding: 10px 10px;
}

#team-section .elementor-tab-title a {
    font-size: 18px;
} */
br {
    display: none;
}

.archive .elementor-element h1.elementor-heading-title {
    font-size: 35px!important;
    text-align: center;
}


/* .team-tabs .team-img-container li img,
.team-tabs .team-img-container .img-slider img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-tabs .team-img-container h4{
    color: #000;
} */
}

 
/*--------------------------------*/
















img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  }
  
  .left {
    float: left;
  }
  
  .right {
    float: right;
  }
  
  #team-collage {
    overflow: hidden;
    position: relative;
  }
  
  
  #team-collage:after {
    clear: both;
    content: "";
    display: table;
  }
  
  #team-collage .left,
  #team-collage .right {
    width: 40%;
  }
  
  #team-collage .center {
    bottom: 0;
    left: 40%;
    position: absolute;
    top: 0;
    width: 25%;
    width: 20%;
  }
  
  @media (max-width: 640px) {
    #team-collage &gt; div:first-child {
      width: 100%;
    }
  
    #team-collage &gt; div:not(:first-child) {
      /* display: none; */
    }
  }
  #team-collage .row,
  #team-collage .column {
    margin: 0;
    padding: 0;
  }
  
  #team-collage .column {
    float: left !important;
  }
  
  #team-collage .photo {
    position: relative;
  }
  
  #team-collage .photo img {
    max-width: 999px;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  
  #team-collage .photo img:nth-last-child(n+2) {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 1s ease;
  }
  
  #team-collage .photo img:nth-child(n+2) {
    left: 0;
    position: absolute;
    /* top: 0; */
    z-index: 1;
  }
  
  #team-collage &gt; h2 {
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
  }
  .has_ae_slider.elementor-column.elementor-element.elementor-element-9415ee5{
    position: absolute;
    z-index: 3;
    /* background: #00000070; */
    background: #00000094;
    /* margin: auto; */
    bottom: 0;
    top: 0;
    align-items: center;
  }
  .btnstyle-header:hover .BorderLeftRight-h:before, .btnstyle-header:hover .BorderLeftRight-h:after {
    height: 49px !important;
  }

/*  

.owl-nav button {
    position: absolute;
    top: 50%; 
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: -48px;
  }
  .owl-nav button.owl-next {
    right: -48px;
  }
  .owl-nav button.owl-next,  .owl-nav button.owl-prev{
    border-radius: 50%;
    font-size: 40px !important;
    background: transparent !important; 
    box-shadow: 0 6px 12px rgb(0 0 0 / 30%);
    margin: auto; 
    color: #4d1b73 !important;
    height: 40px; 
    width: 40px;
  } */
  /* .owl-nav button.owl-next span,  .owl-nav button.owl-prev span{
    text-align: center;
    top: -4px;
    position: relative;
  } */
  .owl-nav button.owl-next:hover, .owl-nav button.owl-prev:hover {
    background: #4d1b73 !important;
    color: #fff !important;
    transform: translate3d(0, -5px, 0);
}
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
      display: none;
    /* width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px; */
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 42%;
      /* transform: translateY(-50%); */
      /* background: rgba(143, 100, 100, 0.38) !important; */
  }
  /* span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  } */
  .owl-nav button:focus {
      outline: none;
  }
  .owl-carousel .owl-stage{
      margin: auto;
  }
  
  /* to hide dots */

.owl-theme .owl-dots .owl-dot{ display:none!important;}

 
 
/* Shine */

/* .team-img-container {
	margin: 15px 15px 0;
	padding: 0;
} */
.team-img-container:last-child {
	/* padding-bottom: 60px; */
}
/* .team-img-container::after {
	content: '';
	clear: both;
	display: block;
}
.team-img-container .slide {
	position: relative;
	float: left;
    
	margin: 0 0 0 25px;
	padding: 0;
}
.team-img-container .slide:first-child {
	margin-left: 0;
}
.team-img-container .slide span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
} */
/* .img-slider {
	margin: 0;
	padding: 0;
    
	overflow: hidden;
}
.img-slider:hover+span {
	bottom: -36px;
	opacity: 1;
} */
/* .team-img-container .img-slider{
	position: relative;
    height: 224px;
}
.team-img-container .img-slider::before {
	position: absolute;
	top: 0;
	left: -92%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.team-img-container .img-slider:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
} */
.elementor-image img:hover, .elementor-image img:focus {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 6px 12px rgb(0 0 0 / 30%);
    /* box-shadow: 0 8px 8px #0a10143d, 0 0 8px #0a10141f; */
}
.elementor-image img {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out;
    /* box-sizing: border-box;
    transition: box-shadow .5s; */
}
 
.team-containt h1{
    color: #0098a3;
    line-height: 1.4em;
    font-size: 47px;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}
   </pre></body></html>