/*
Theme Name: ChemCA
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 3.0.1767804617
Updated: 2026-01-07 16:50:17

*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Playwrite+NG+Modern:wght@100..400&display=swap');

body{font-family: "Arimo", sans-serif; color:#223759}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, p, .entry-content{font-family: "Arimo", sans-serif;  font-weight: 700; margin:0!important;}
.entry-content p, .entry-content li{ font-size:16px; font-weight:300; font-family: "Arimo", sans-serif; color:#223759}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){ max-width:100%!important; width:100%!important; margin:0}
.entry-header.has-text-align-center.header-footer-group{ display:none} 
.header-titles, .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description{margin:0!important}
h1, h2, h3, h4, h5, h6, .faux-heading{ letter-spacing:0; color:#223759!important}

.header-inner{ padding:1.8rem 0}
h2.running{font-family: "Playwrite NG Modern", cursive; color:#3d6cd2 !important}

.caption h1{ font-size:60px; color:#ffc422 !important}
.caption p{ font-size:20px; font-family: "Playwrite NG Modern", cursive; color:#fff; line-height:1.5}

.primary-menu a {  color: #081c3a !important; font-weight:600}
#metaslider-id-48 .flexslider .flex-direction-nav li a { background-color: rgb(34, 55, 89);  border-radius: 18px;}

.circle {
  --width: 400px;
  --height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--width, 200px);
  height: var(--height, 200px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.logo {
  position: absolute;
  background-color: #fff;
  background: url("https://www.chemconnasia.com/wp-content/uploads/2026/01/animation-logo.png");
  background-size: cover;
  width: 150px; /** Fallback */
  height: 150px; /** Fallback */
  width: calc(var(--width, 350px) - (var(--width, 350px) * 0.25));
  height: calc(var(--height, 350px) - (var(--height, 350px) * 0.25));
  border-radius: 100%;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
  -webkit-animation: rotateText 10s linear infinite;
}

.text .char {
  position: absolute;
  left: 50%;
  font-size: 1em;
  transform-origin: 0 calc(var(--width, 350px) / 2);
}



.wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1320px;
  width: 100%;
}

.wrapper .col {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 15px;
  min-width: 25%;
  overflow: hidden;
  position: relative;
  transition: all .5s;
}

.wrapper .col .content--container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60vh;
  overflow: hidden;
  position: relative;
  transition: all .5s;
}

.wrapper .col .content--container .overlay--hover {
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  height: 100%;
  opacity: .5;
  position: absolute;
  transition: all .5s;
  width: 100%;
  z-index: 2;
}

.wrapper .col .content--container .container--content {
  background: transparent;
  height: 80vh;
  padding: 20px 40px 20px 20px;
  position: absolute;
  top: 35vh;
  transition: all .5s;
  width: 90%;
  z-index: 3;
  text-align: left;
}

.wrapper .col .content--container .container--content h1 {
  color: #fff !important;
  font-size: 28px;
  margin-bottom: 10px;
}

.wrapper .col .content--container .container--content .content--excerpt p {
  color: white;
  font-size: 18px;
  line-height: 1.3;
}

.wrapper .col .content--container .container--content .content--excerpt p span {
  display: block;
  font-size: 14px;
  text-align: left;
}

.wrapper .col:hover {
  flex: 10;
}


.col .content--excerpt {
  opacity: 0;
  transition: all .5s;
}
.col:hover .content--container .overlay--hover {
  opacity: 1;
}
.col:hover .content--excerpt {
  opacity: 1;
}

footer#site-footer { background:url("https://www.chemconnasia.com/wp-content/uploads/2026/01/bgImage.avif") no-repeat center top #223759!important; color:#fff; background-size:100%!important; border:none; margin:0; padding-top:145px; color:#ff}
footer#site-footer p{ font-weight:300; font-size:14px}
a.to-the-top{ margin:0; background:#FFC422; font-size:14px; color:#223759; border-radius:20px; line-height:2; text-align:center }
.ftLink{}
.ftLink a{ color:#fff}
.call{color: #caddfd !important;    text-align: center;   background: #1e53ad;    width: auto;    border-radius: 51px;    padding: 4px 16px;    font-size: 28px;}

.whySec{}
.whySec h4{ font-size: 24px; color: #4172d6 !important;  padding-bottom: 16px;}

.flex-viewport a {background:#467cdc;  font-size: 18px;   font-family: 'Arimo';    padding: 8px 24px;    display: inline-block;    border-radius: 30px;    margin: 18px 0;    text-decoration: none!important; color:#fff!important}

.inHeader{ background:url("https://www.chemconnasia.com/wp-content/uploads/2026/01/bginHeader.png") no-repeat 0 0; background-size:cover; padding:80px 0}
.inHeader h1{ font-size:60px; color:#223759!important; display:block}
.inHeader h5{background: #223759;  display: inline;    padding: 4px;    border-radius: 4px;    font-size: 20px;    color: #fff !important;}


@media (max-width: 767px) {
.wrapper .col{ min-width:50%} 
  }


@media (min-width: 500px) {
  .text .char {
    font-size: 1.8em;
  }
	
	
}

@keyframes rotateText {
  0% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}

@media (max-width: 500px) {
  .circle {
    --width: 300px;
    --height: 300px;
  }
}
@media (max-width: 350px) {
  .circle {
    --width: 220px;
    --height: 220px;
  }

  .text .char {
    font-size: 0.7em;
  }
}
@media (max-width: 230px) {
  .circle {
    --width: 150px;
    --height: 150px;
  }

  .text .char {
    font-size: 0.4em;
  }
}
