

/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */



















  
  

  










.page-center,
.content-wrapper {
  max-width: 1270px;
  padding: 0 15px;
}

@media(max-width:1300px){
.page-center,
.content-wrapper {
  padding:0 25px;
}

}


@media(max-width:767px){

.page-center,
.content-wrapper {
  padding:0 23px;
}

}









body {
  color: rgba(#, 1.0);
  font-weight: 400;
  font-family:articulat-cf;
  font-size: 18px;
  /*border:10px solid ;*/
}

.body-wrapper{
   overflow-x:hidden;
}

a {
  color: rgba(15, 15, 15, 1.0);
}

a:hover,
a:focus {
  color: rgba(15, 15, 15, 1.0);
}

h1 {
  color: rgba(15, 15, 15, 1.0);
  font-family: darkmode-off;
  font-size: 77px;
  font-weight: 800;
  letter-spacing: -1.7px;
  line-height: 85.5px;
}

h2 {
  color: rgba(15, 15, 15, 1.0);
  font-family: darkmode-off;
  font-size: 49px;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 59px;
  letter-spacing: -0.69px;
  margin-bottom:17px;
}

h3 {
  color: rgba(15, 15, 15, 1.0);
  font-family: darkmode-off;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.73px;
  margin-bottom:15px;
}

h4 {
  color: rgba(15, 15, 15, 1.0);
  font-family: darkmode-off;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.58px;
  line-height: 34px;
  margin-bottom:10px;
}

h5 {
  color: rgba(15, 15, 15, 1.0);
  font-family: darkmode-off;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 26px;
  margin-bottom:12px;
}

h6 {
  color: rgba(239, 83, 34, 1.0);
  font-family: darkmode-off;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  text-transform:uppercase;
  margin-bottom:20px;
  position:relative;
}

p {
  color: rgba(15, 15, 15, 1.0);
  font-family: articulat-cf;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 26px;
  margin-top:0;
}

.secondary_paragraph p {
  color: rgba(15, 15, 15, 1.0);
  font-family: articulat-cf;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.06px;
  line-height: 25px;
}


@media(max-width:1024px){

h1{
   font-size: 63px;
   line-height: 71.5px;
}
  
h2{
  font-size: 42px;
  line-height:53px;
}
  
h3{
  font-size: 30px;  
}
}


@media(max-width:767px){

h1{
  font-size: 42px;
  letter-spacing: -1.89px;
  line-height: 47.4px;
}
  
h2{
  font-size: 35px;
  letter-spacing: -0.8px;
  line-height: 38px;
  margin-bottom:20px;
}
  
h3{
  font-size: 26px;
  letter-spacing: -0.5px;
  line-height: 30px;
}
  
h4{
  font-size: 23.5px;
  letter-spacing: -0.67px;
  line-height: 30px;
}
  
h5{
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 26px;
}
  
h6{
   font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
  
p{
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 25px;
}
  

}






form,
.submitted-message {
  border-color: rgba(220, 220, 220, 1.0) ;
}

h3.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-button,
.cta_button {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(15, 15, 15, 1.0);
  border-radius: 3px;
  color: rgba(15, 15, 15, 1.0);
  padding: 11px 16px 9px;
  font-family:articulat-cf;
  display:inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align:center;
  transition:0.3s all ease-in;
  position:relative;
}

.hs-button:hover,
.cta_button:hover{
   color: rgba(255, 255, 255, 1.0);
   background-color: rgba(15, 15, 15, 1.0);
   border: 1px solid rgba(15, 15, 15, 1.0);
   transition:0.3s all ease-in;
}

.secondary-button .cta_button,
.secondary-button button.cta_button{
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(15, 15, 15, 1.0);
  border-radius: 50%;
  border-width: 1px;
  color: rgba(15, 15, 15, 1.0);
  padding: 16px 28px 16px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  transition:0.3s all ease-in;
  text-transform:unset;
  position:relative;
  font-family: darkmode-off;
}

.secondary-button .cta_button:hover,
.secondary-button button.cta_button:hover{
   color: rgba(239, 83, 34, 1.0);
   transition:0.3s all ease-out;
   border:1px solid #ef5322;
}




/****************** Form Styling *********************/

.hs-form label {
  font-family:;
  color: rgba(15, 15, 15, 1.0);
  font-size: 17px;
  letter-spacing: -0.38px;
  line-height: 27px;
  font-weight:500;
}

.hs-form legend {
  color: rgba(15, 15, 15, 1.0);
}

body .dnd-section form input,
body .dnd-section form textarea,
body .dnd-section .hs-input,
body .dnd-section .hs-search-field input.hs-search-field__input,
body .dnd-section input[type="password"] {
  border-color: rgba(220, 220, 220, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 3px;
  font-family:;
  border:1px solid rgba(220, 220, 220, 1.0);
  height:55px;
  color:#0f0f0f;
}

body .dnd-section form select{
  border-color: rgba(220, 220, 220, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 3px;
  font-family:;
  border:1px solid rgba(220, 220, 220, 1.0);
  height:56px;
}

body .dnd-section form input:focus,
body .dnd-section form select:focus,
body .dnd-section form textarea:focus,
body .dnd-section .hs-input:focus,
body .dnd-section .hs-search-field input.hs-search-field__input:focus,
body .dnd-section input[type="password"]:focus{
   border:1px solid rgba(220, 220, 220, 1.0);
   outline:none;
}

body .dnd-section form textarea{
   height:112px!important;
   resize:none;
}

form input[type=checkbox],
form input[type=radio]{
   border: 1px solid rgba(220, 220, 220, 1.0);
   width:27px;
   height:27px!important;
   appearance:none;
   -webkit-appearance:none;
   position: relative;
   top: 4px;
}

form .hs-form-booleancheckbox label{
   display: flex;
   flex-wrap: wrap;
}

form .hs-form-booleancheckbox label>span{
   width: 92%;
   padding-left: 7px;
}

form .hs-form-booleancheckbox a{
  color: rgba(15, 15, 15, 1.0);
  text-decoration:underline;
}

form select{
  color:#808080!important;
}

form .gray-color-text select{
   color:#343434!important;
}

form .actions{
   text-align:center;
}

body form .hs-form-booleancheckbox{
   margin: 10px 0 20px;
}

form .hs-button{
   width: auto;
}

body .dnd-section form .input{
   margin-right:0!important;
}

body .dnd-section form .form-columns-1 input{
   width:100%!important;
}

body .dnd-section form .form-columns-2 .hs-form-field{
  width: 48%;
  float: left;
  margin-right: 4%;
}

body .dnd-section form .form-columns-2 .hs-form-field:last-child{
   margin-right:0;
}

.form-container .form-heading{
  margin-bottom: 23px;
  text-align: center;
  border-bottom: 2px solid ;
  padding-bottom: 27px;
}

.hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 9px;
  top: 5px;
  left: 5px;
  border: 3px solid #EF5322;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: ;
  left: 0px;
  border-radius: 3px;
  border:1px solid rgba(220, 220, 220, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field input.hs-search-field__input:focus,
input[type="password"]:focus {
  border-color: rgba(220, 220, 220, 1.0);
  outline:none;
}

.fn-date-picker .pika-table thead th {
  color: rgba(195, 195, 182, 0.0);
}

.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: ;
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder{
  color:rgba(15, 15, 15, 0.41000000000000003);
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: articulat-cf;
}

.fn-date-picker td.is-today .pika-button {
  color: #EF5322;
}

.fn-date-picker td.is-selected .pika-button {
  background: #EF5322;
}

.fn-date-picker td .pika-button:hover {
  background-color:  !important;
}

form select{
   appearance:none;
   -webkit-appearance:none;
   background: rgba(255, 255, 255, 1.0) url('https://20437343.fs1.hubspotusercontent-na1.net/hubfs/20437343/Ceil%20Power%20Systems%20Assets/Images/icon%20%284%29.svg');
   background-repeat:no-repeat;
   background-size:12px;
   background-position: 94% 54%;
   padding: 10px 19px 10px;
}

form .hs-fieldtype-select{
   position: relative;
   margin-top: 8px;
}

form .hs-fieldtype-select label {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    left: 13px;
    top: -6px;
}

form .hs-fieldtype-select label.hs-error-msg{
  position: relative!important;
  top: 0!important;
  left: 0!important;
  font-size: 16px!important;
  line-height: 19px!important;
}

form .hs-form-required{
   display:inline-block;
   color: rgba(15, 15, 15, 1.0);
}

form .hs-form-radio label.checked11>span{
   color:#ffffff!important;
}







th,
td {
  background-color: rgba(0, 0, 0, 0.0);
  border: 1px solid rgba(195, 195, 182, 1.0);
  color: rgba(195, 195, 182, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(195, 195, 182, 1.0);
}

tfoot td {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(195, 195, 182, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(195, 195, 182, 1.0);
}


/**************** Header Styling **********************/


@media(min-width:1025px){

.header-cm .hs-menu-wrapper{
   display:block!important;
}
}

.header-cont{
  position:relative;
  z-index:3;
}

.header-top-bar{
   padding:11px 0 11px;
}

.header-top-bar a{
   text-decoration:underline;
}

.header-cm .content-wrapper>.row-fluid{
   display:flex;
   flex-wrap:wrap;
   align-items:center;
}

.header-cm .logo{
   width:19%;
}

.header-cm .search-container{
   width: 4%;
   margin-right: 1%; 
}

.header-cm .search-container img{
   cursor:pointer;
}

.header-cm .menu-container{
   width:59%;
   text-align:right;
   margin-right:4%;
}

.header-cm .cta-container{
   width:13%;
}

.header-cm .menu-container ul{
   padding:0;
   margin:0;
   display:block;
}

.header-cm .menu-container ul li.hs-menu-depth-1{
  display:inline-block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 27px;
}

.header-cm .menu-container ul li.hs-menu-depth-1>a{
   padding:52px 0 52px 40px;
   display:inline-block;
}

.header-cm .menu-container .hs-menu-children-wrapper{
  background: #f9f5ee;
  padding: 20px 20px 0;
  text-align: left !important;
  width: 190px;
  top: 100px!important;
}

.header-cm .menu-container .hs-menu-children-wrapper li{
  padding-bottom:20px;
}


@media(max-width:1280px){

  
.header-cm .menu-container ul li a {
    padding: 52px 0 52px 17px;
}
  
.header-cm .menu-container ul li.hs-menu-depth-1>a{
    padding: 52px 0 52px 17px; 
}
  
.header-cm .cta-container a.cta_button{
   padding: 16px 13px 16px;   
}
  
.header-cm .menu-container {
    width: 63%;
}
  
.header-cm .logo {
    width: 20%;
}
}

@media(max-width:1024px){

.header-top-bar{
   text-align:left;
}
  
.header-cm .logo {
    width: 100%;
}
  
.header-cm .cta-container{
   display:none;
}
  
.header-cm .menu-container {
    width: 100%;
    text-align: left;
}
  
.header-cm{
   padding:17px 0 17px;
   background:#ffffff;
}
  
.header-cm .menu-container ul li:last-child {
    margin-left: 0;
}
  

}


/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 1024px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of sd-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary-may,
  .custom-menu-primary-may .hs-menu-wrapper > ul,
  .custom-menu-primary-may .hs-menu-wrapper > ul li,
  .custom-menu-primary-may .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    box-sizing:border-box!important;
  }


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 28px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #0F0F0F; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#0F0F0F; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important;/* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%!important; /* Button width */
    min-width: 100%!important;
    height: 73px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted transparent;
    z-index:2;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 30px;
    position: absolute;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
    right:0;
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary-may.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary-may.js-enabled .hs-menu-wrapper,
  .custom-menu-primary-may.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary-may ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0px 0!important;
  }
  .custom-menu-primary-may .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary-may .hs-menu-wrapper > ul > li{
    position: relative;
  }
  

}



/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:1024px){

  .custom-menu-primary-may .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 10px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 28px;
    background: #0F0F0F;
    height: 5px;
  }

  .mobile-trigger i:before {
    top: -9px;
  }

  .mobile-trigger i:after {
    top: 9px;
    width: 28px;
    right: 0;
  }

  .mobile-trigger {
    top: 77px;
    right: 16px;
    z-index:2;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-trigger:hover {
    background-color: transparent;
    border-color: transparent;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #0F0F0F;
  }

  .mobile-open .mobile-trigger i:after{
    width:28px;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#0F0F0F;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#0F0F0F;
  }

  .custom-menu-primary-may.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  .custom-menu-primary-may .hs-menu-wrapper>ul li {
    border-top: 0px;
  }

  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    margin:0;
    z-index:12;
    top:83px;
    background:#F9F5EE;
    padding-bottom:70px!important;
  }

  .custom-menu-primary-may .hs-menu-wrapper > ul li a {
    padding: 25px 0px!important;
    border-bottom:1px solid ;
  }
  

  .custom-menu-primary-may .hs-menu-wrapper > ul li{
    padding:0 25px!important;
  }  
 .header-cm{
   position:relative;  
}
  
.mobile-trigger {
    top: 27px;
}
  
.header-cm .menu-container .hs-menu-children-wrapper{
   width:100%;
   padding:0;
}
  
.header-cm .menu-container ul li.hs-menu-depth-2:last-child {
    margin: 0;
}
  
.header-cm .menu-container ul li.hs-menu-depth-2:last-child a{
   width:100%;
}
  
.header-cm .menu-container ul li:last-child.hs-menu-depth-1 {
    margin-left: 0;
}
  
.header-cm .menu-container .hs-menu-children-wrapper li.hs-menu-depth-2 {
    padding: 0!important;
}


}


@media(max-width:767px){

.mobile-trigger {
    top: 27px;
}


}



/********************* Home Banner Styling ********************/


.home-banner{
   padding:81px 0 0px;
}

.home-banner .content-wrapper{
   position:relative;
   z-index:1;
}

.home-banner .shape{
  position: absolute;
  right: -20%;
  top: -30%;
  z-index: -1;
}

.home-banner h1{
  font-weight: 900;
  font-size: 93.31px;
  letter-spacing: -1.7px;
  line-height: 104.29px;
}

.home-banner .description{
   max-width:620px;
   margin-bottom:70px;
}

.home-banner .image-container{
   border-radius: 14px;
   padding:62px 24px;
}

.home-banner .card-container{
   padding:38px 38px;
   background:#ffffff;
   border-radius: 14px;
   max-width:442px;
}


@media(max-width:1024px){

.home-banner h1{
  font-size: 73.31px;
  line-height: 84.29px;   
}
  
.home-banner .shape{
    right: -20%;
    top: -10%;
    width: 70%;  
}
}


@media(max-width:767px){

.home-banner h1 {
    font-size: 42px;
    letter-spacing: -1.89px;
    line-height: 47.4px;
}
  
.home-banner .card-container h3{
  font-size: 18px;
  letter-spacing: -0.35px;
  line-height: 24px;  
}
  
.home-banner .card-container h6{
  font-size: 9.81px;
  letter-spacing: 0;
  line-height: 13px;   
}
  
.home-banner .card-container h5{
  font-size: 12.42px;
  letter-spacing: -0.42px;
  line-height: 17px;  
}
  
.home-banner .image-container {
    border-radius: 7px;
    padding: 0;
    height: 231px;
}
  
.home-banner .card-container {
    padding: 24px 25px;
    background: #fff;
    border-radius: 9.15px;
    max-width: 247px;
    position: absolute;
    bottom: -223px;
    left:0;
}
  
.home-banner .description {
    max-width: 100%;
    margin-bottom: 40px;
}
  
.home-banner {
    padding: 31px 0 240px;
}
  
.home-banner .shape{
  right: -20%;
  top: 18%;
  z-index: -1;
  width: 80%;  
}
}


/******************* Home Section1 Cm *********************/


.home-section1-cm{
   padding:127px 0 140px; 
   position:relative;
   z-index:1;
}

.home-section1-cm .shape{
  position: absolute;
  bottom: -40%;
  left: -10%;
  z-index: -1;
}

.home-section1-cm .content-wrapper>.row-fluid{
   max-width:815px;
   margin:0 auto;
   float:none;
}

.home-section1-cm .cta-container{
   margin-top:42px;
}


@media(max-width:1024px){

.home-section1-cm{
   padding: 87px 0 100px;  
}
}


@media(max-width:767px){

.home-section1-cm{
  text-align:left;
}
  
.home-section1-cm .cta-container{
   margin-top: 22px;   
}
  
.home-section1-cm{
   padding: 35px 0 80px;  
}
  
.home-section1-cm .shape {
    bottom: -10%;
    left: -10%;
    z-index: -1;
    width: 50%;
}
  
.home-section1-cm .shape img{
   width: 100%;
   height: auto!important;  
}
}


/***************** Home Section4 Cm *********************/


.home-section4-cm{
   padding:166px 0 154px;
   position:relative;
   z-index:1;
}

.inner-template .home-section4-cm{
   padding: 56px 0 154px;
}

.home-section4-cm .content-wrapper{
   position:relative;
   z-index:1;
}

.home-section4-cm .shape{
   position:absolute;
   left:0;
   right:0;
   bottom:-170px;
   z-index:-1;
   margin:0 auto;
}

.home-section4-cm .content-wrapper>.row-fluid{
   max-width:1029px;
   margin:0 auto 0px;
}

.home-section4-cm .image-container{
   width:114px;
   height:114px;
   margin:20px auto 20px;
   border-radius:50%;
}


@media(max-width:1024px){

.home-section4-cm {
    padding: 106px 0 114px;
}
}


@media(max-width:767px){

.home-section4-cm .image-container {
    width: 95px;
    height: 95px;
    margin: 25px auto 15px;
    border-radius: 50%;
}
  
.home-section4-cm .shape {
    bottom: -80px;
    max-width: 90%;
}
  
.home-section4-cm .shape img{
  width:100%!important;
  height:auto!important;
}
  
.home-section4-cm{
   padding: 50px 0 114px;   
}
  
.inner-template .home-section4-cm{
   padding: 36px 0 114px;  
}
}


/****************** Home Section6 Cm ******************/


.home-section6-cm{
   padding:120px 0 140px;
}

.home-section6-cm ul{
   margin: 45px auto 0;
   padding:0;
}

.home-section6-cm ul li{
   display:inline-block;
   padding-right:30px;
   margin-bottom:0!important;
}

.home-section6-cm ul li:last-child{
   padding-right:0;
}

.home-section6-cm ul li img{
   max-width:38px!important;
   vertical-align:middle;
}

@media(max-width:1024px){

.home-section6-cm {
    padding: 40px 0 110px;
}
}


@media(max-width:767px){

.home-section6-cm{
   padding: 40px 0 73px;   
}
}



/************** Image Gallery Styling ********************/


.image-gallery{
   overflow:hidden;
   position:relative;
   z-index:2;
}

.scroller-left {
   left: 100%;
   display: flex;
   width:120%;
}

.werd {
    white-space: nowrap;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: scroller;
    animation-name: scroller;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    width:228px;
    height:138px;
    border-radius:14px;
    padding:0 10px;
}

.werd img{
   width:100%!important;
   height:100%!important;
   object-fit:cover;
   border-radius:14px;
}

@keyframes scroller {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


@media(max-width:1300px){

.scroller-left{
   width:160%;
}
}


@media(max-width:1024px){

.scroller-left {
    width: 230%;
}
}

@media(max-width:767px){

.scroller-left{
   width: 440%;  
}
 
.werd{
   width: 122px;
   height: 74px;   
   padding:0 4px;
}
}


/********************* Upcoming Events Styling **********************/

.upcoming-events {
  padding: 127px 0px 0px;
}
.upcoming-events .heading{
  margin-bottom: 46px;
  display: flex;
  justify-content: space-between;
}
.events-card-flex {
  display: flex;
  flex-wrap: wrap;
}
a.events-card-list {
  width: 48.75%;
  margin-right: 2.5%;
  margin-top: 30px;
  border-radius: 14px;
  background:#FAF8F4;
}
a.events-card-list:last-child,a.events-card-list:nth-of-type(2n){
  margin-right:0;
}
.events-card-listimage img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.events-card-listimage {
  height: 307px;
}
a.events-card-list .date {
  margin: 33px 0px 25px;
}

a.events-card-list .date h6 {
  font-weight:700;
}
.events-card-listcontent {
  padding: 24px 39px 34px;
}
.events-card-listcontent button.cta_button {
  background: transparent;
}
.events-card-listcontent button.cta_button:hover {
  background-color: #0f0f0f;
}

@media(max-width:1024px){

.upcoming-events {
    padding: 87px 0px 0px;
}
  
.events-card-listimage {
    height: 267px;
}
  
.events-card-listcontent {
    padding: 14px 25px 34px;
}
}

@media (max-width: 767px){
  a.events-card-list {
    width:100%;
    margin-right:0;
    margin-bottom: 40px;+
  }
  .upcoming-events .heading {
    margin-bottom: 36px;
  }
  .events-card-listcontent {
    padding: 24px 20px 34px;
  }
  .upcoming-events {
    padding: 67px 0px 0px;
  }
  
  .events-card-listimage{
     height: 169px;
  }
  
  a.events-card-list .date {
    margin: 18px 0px 25px;
}
  
  .events-card-listcontent {
    padding: 14px 24px 34px;
}
  
  .events-card-listimage img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media (max-width:640px){
  .upcoming-events .heading {
    display: block;
  }
  .events-card-listimage {
    height: 227px;
  }
}



/****************** Latest Articles Styling ***************/

.latest-articles {
  padding-bottom: 60px;
}
.latest-articles .news_listing__blog-tags ul{
   list-style:none;
   padding-left:0;
}
.latest-articles .news_listing__blog-tags ul li{
  display:none;
}
.latest-articles .news_listing__blog-tags ul li:first-child{
   display:block;
}
.inner-template .latest-articles{
   padding-top:80px;
}
.latest-articles .heading{
  margin-bottom:25px;
  display: flex;
  justify-content: space-between;
}
.latest-articles-flex {
  display: flex;
  flex-wrap: wrap;
}
.latest-articles-list {
  width: 31.65%;
  margin-right: 2.5%;
  border-radius: 14px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  background: rgba(196, 218, 236,0.1);
}
.latest-articles-list:last-child,.latest-articles-list:nth-of-type(3n){
  margin-right:0;
}
.latest-articles-list h3.post-title {
  font-size: 26px;
  letter-spacing: -0.58px;
  line-height: 34px;
  margin: 11px 0px 79px;

}
.latest-articles-listimage img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.news_listing__blog-tags button {
  color: #EF5322;
  font-family: darkmode-off;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  background: none;
  border: 0;
}
.latest-articles-listimage {
  height: 250px;
}
a.latest-articles-list .date {
  margin: 33px 0px 17px;
}
.latest-articles-list .date p {
  color: #EF5322;
}
.latest-articles-listcontent {
  padding: 29px 24px 34px;
}
.latest-articles .heading .heading-inner {
  width: calc(100% - 175px);
  padding-right: 10px;
}
.latest-articles .heading .secondary-button {
  width: 175px;
  text-align: right;
  padding-top: 10px;
}
.latest-articles-listcontent button.cta_button {
  background: transparent;
}
.latest-articles-listcontent button.cta_button:hover {
  background: #0f0f0f;
}

.latest-articles .mobile-container{
   display:none;
}

.latest-articles .bottom-button{
   display:none;
}

@media(max-width:1024px){

.latest-articles-listimage {
    height: 200px;
}
  
.latest-articles-list h3.post-title {
    margin: 11px 0px 39px;
}
}
@media (max-width: 767px){
  .latest-articles-list {
    width:100%;
    margin-right:0;
    margin-bottom: 40px;+
  }
  .latest-articles-list h3.post-title {
    margin: 11px 0px 49px;
  }
  .latest-articles .heading {
    margin-bottom: 36px;
  }
  .latest-articles-listcontent {
    padding: 24px 20px 34px;
  }
  
  .latest-articles .mobile-container{
   display:block;
}
  
.latest-articles .desktop-container{
   display:none;
}
  
.latest-post-slider .slick-slide:focus{
  outline:0;
}

.latest-post-slider .slick-initialized .slick-slide{
  display:block;
}

.latest-post-slider .slick-dots li.slick-active button {
  width: 17px;
  height: 17px;
  background-color: #EF5322;
}

.latest-post-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.latest-post-slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  line-height:10px;
  margin-left:11px;
}

.latest-post-slider .slick-dots {
  text-align: center;
}

.latest-post-slider .slick-dots li button {
  padding: 0;
  border: 0;
  background:#EF5322;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size:0;
}

.latest-post-slider{
  position:relative;
  z-index:1;
}

.latest-post-slider .slick-next:after{
  position: absolute;
  content: '';
  width: 25px;
  height: 11px;
  top: 133px;
  right: -27%;
  content: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20Right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
}

.latest-post-slider .slick-prev:after{
  position: absolute;
  content: '';
  width: 25px;
  height: 11px;
  top: 138px;
  right: -22%;
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
}

.latest-post-slider ul.slick-dots{
  padding-left: 0;
  position: relative;
  bottom: 0px;
  left: 0;
  right:0;
  margin:0 auto 50px;
}
  
.latest-articles .heading{
   display:block;  
}
  
.latest-articles .heading .heading-inner {
    width: 100%;
    padding-right: 0;
}
  
.latest-articles .heading .secondary-button{
   display:none;
}
  
.latest-articles .bottom-button{
   display:block;
}


}



/***************** Footer Cm Styling ********************/

.footer-cm{
   padding:80px 0 28px;
   overflow:hidden;
   position:relative;
   z-index:1;
}

.footer-cm .content-wrapper{
   position:relative;
   z-index:1;
}

.footer-cm .shape{
  position: absolute;
  left: -40%;
  bottom: -64%;
  z-index: -1;
}

.footer-cm .right-col .two-col-container>span{
   display:flex;
   flex-wrap:wrap;
}

.footer-cm .right-col .two-col-container>span>.hs_cos_wrapper{
   width:47%;
   margin-right:4%;
   margin-bottom:36px;
}

.footer-cm .right-col .two-col-container>span>.hs_cos_wrapper:nth-child(2n){
  margin-right:0;
}

.footer-cm .right-col .two-col-container .menu-heading h5{
  font-weight:900;
  margin-bottom:22px;
}

.footer-cm .right-col .two-col-container .menu-cont ul{
   display:block; 
   padding:0;
   margin:0;
}

.footer-cm .right-col .two-col-container .menu-cont ul li{
   display:block;
   
}

.footer-cm .right-col .two-col-container .menu-cont ul li a{
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 27px;
  display:block;
  padding-bottom:15px;
}

.footer-cm .bottom-row p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.33px;
  line-height: 27px;
  opacity:0.49;
}

.footer-cm .bottom-row ul{
   justify-content:flex-end;
   text-align:right;
}

.footer-cm .bottom-row ul li a{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.33px;
  line-height: 27px;
  opacity:0.49;
  padding-right:15px;
}

.footer-cm .bottom-row ul li:last-child a{
   padding-right:0;
}

.footer-cm .bottom-row{
   padding-top:60px;
}

.footer-cm .contact-info .heading h5{
   font-weight:800;
}

.footer-cm .contact-info .info p{
   font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 27px;
}
.footer-cm form input[type="text"]{
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  background-color: #FFFFFF;
  height:55px;
  padding:15px 17px;
  position:relative;
}

.footer-cm form input[type="email"]{
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  background-color: #FFFFFF;
  height:55px;
  padding:15px 17px;
  position:relative;
}

.footer-cm .form-container{
   position:relative;
   max-width: 463px;
   margin-bottom: 53px;
}

.footer-cm .form-container h4{
   margin-bottom:30px;
}

.footer-cm form .hs-button{
   margin-top:0;
   position:absolute;
   right: 5px;
  bottom: -50px;
}

.footer-cm .mobile-menu{
  display:none;
}


@media(max-width:1024px){

}

@media(max-width:767px){

.footer-cm{
  padding: 41px 0 10px;   
}
  
.footer-cm .form-container {
    max-width: 100%;
    margin-bottom: 33px;
}
  
.footer-cm form .hs-button {
    top: -7px;
    position: relative;
    width: 100%;
    right: 0;
    box-sizing: border-box;
}
  
.footer-cm .contact-info .heading h5 {
    margin-bottom: 20px;
}
  
.footer-cm .contact-info .info p{
   margin-bottom:16px;
}
  
.footer-cm .contact-info{
   margin-bottom: 70px;     
}
  
.footer-cm .shape {
    left: -19%;
    top: 30%;
    width: 60%;
    bottom: auto;
}
  
.footer-cm .right-col .two-col-container>span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
}
  
.footer-cm .mobile-menu{
  display:block;
}
  
.footer-cm .desktop-menu{
  display:none;
}
  
.footer-cm .mobile-menu .accordian_content {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
}
  
.footer-cm .mobile-menu .accordian_title{
   cursor:pointer;
}
  
.footer-cm .bottom-row ul {
    text-align: center;
    display: block;
    width:100%;
    float:left;
}
  
.footer-cm .bottom-row ul li {
    width: auto!important;
    display: inline-block;
}
  
.footer-cm .bottom-row .left-column{
   text-align:center;
   margin-top:10px;
}
  
.footer-cm .bottom-row>.row-fluid{
   display: flex;
   flex-direction: column-reverse; 
}
  
.footer-cm .top-row .right-col{
   position:relative;   
}
  
.footer-cm .top-row .right-col:before{
   position:absolute;
   left:0;
   right:0;
   top:-30px;
   content:'';
   background: #0F0F0F;
   opacity: 0.27;
   width:100%;
   height:1px;
}
  
.footer-cm .top-row .right-col:after{
   position:absolute;
   left:0;
   right:0;
   bottom:-20px;
   content:'';
   background: #0F0F0F;
   opacity: 0.27;
   width:100%;
   height:1px;
}
}




/*================================================================
               Inner Template V2 Styling 
=================================================================*/


.inner-banner-cm{
   padding:114px 0 123px;
}

.inner-banner-cm .content-wrapper{
   position:relative;
   z-index:1;
}

.inner-banner-cm .shape{
   position:absolute;
   left:0;
   right:0;
   top:-49%;
   z-index:-1;
}

.inner-banner-cm .heading{
   max-width:1028px;
   margin:0 auto 20px;
}

.inner-banner-cm .description{
   max-width:620px;
   margin:0 auto;
   float:none;
}


@media(max-width:1024px){

.inner-banner-cm .shape{
   top: -24%;  
}
  
.inner-banner-cm {
    padding: 84px 0 53px;
}
}

@media(max-width:767px){

.inner-banner-cm .shape{
   width:70%;
   margin:0 auto;
}
  
.inner-banner-cm .shape img{
   width:100%!important;
   height:auto!important;
}
  
.inner-banner-cm {
    padding: 54px 0 33px;
}
}


/********************* Simple Text Cm Styling *********************/


.simple-text-cm{
   padding:70px 0 100px;
   z-index:1;
}

.single-image-cm{
   padding:0;
}

.simple-text-cm .description{
   max-width:815px;
   margin:0 auto 0px;
}

.simple-text-cm .image-container{
   height:551px;
   border-radius:14px;
   margin-bottom:130px;
}

.simple-text-cm .description-cont{
   max-width:815px;
   margin:0 auto;
}

.simple-text-cm ul li{
   font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 26px;
  margin-bottom:20px;
}

.simple-text-cm h3{
   margin-top:40px;
}

.simple-text-cm .hs-responsive-embed-wrapper{
   margin:50px auto;
}


@media(max-width:1024px){

.simple-text-cm .description{
   margin: 0 auto 0px;  
}
  
.simple-text-cm .image-container {
    height: 450px;
    margin-bottom: 70px;
}
}


@media(max-width:767px){

.simple-text-cm {
    padding: 40px 0 50px;
}
  
.simple-text-cm .image-container {
    height: 280px;
    margin-bottom: 50px;
}
  
.simple-text-cm .description {
    margin: 0 auto 0px;
}
}


/********************** Inner Template Section2 Styling **********************/


.inner-template-section2{
   padding:60px 0 60px;
}

.inner-template-section2 .right-col{
   height:299px;
   border-radius:14px;
}

.inner-template-section2 .left-col{
   padding-right:90px;
}

.inner-template-section2 .cta-container{
  display:flex;
  margin-top:40px;
}

.inner-template-section2 .cta-container .cta-2{
   padding-left:25px;
}


@media(max-width:1024px){

.inner-template-section2 .left-col {
    padding-right: 20px;
}
}


@media(max-width:767px){

.inner-template-section2 .cta-container{
   display:block;
}
  
.inner-template-section2 .cta-container .cta-2 {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}
  
.inner-template-section2 .cta-container a.cta_button{
   width:100%;
   box-sizing:border-box!important;
}
}




/*===================================================================
            Inner Template Styling 
=====================================================================*/


/*************** Inner Banner Cm1 Styling ************************/


.inner-banner-cm1{
   padding:120px 0 120px;
   position:relative;
   z-index:1;
}

.inner-banner-cm1:before{
   position:absolute;
   left:0;
   right:0;
   top:0;
   bottom:0;
   content:'';
   background-color: rgba(0,0,0,0.39);
   width:100%;
   height:100%;
   z-index:-1;
}

.inner-banner-cm1 .heading{
  max-width:1028px;
}

.inner-banner-cm1 .description{
   max-width:620px;
}


@media(max-width:1024px){

.inner-banner-cm1{
   padding: 100px 0 100px;  
}
}


@media(max-width:767px){

.inner-banner-cm1{
   padding: 60px 0 50px;  
}
}



/******************** Text Section Styling *********************/


.text-section{
   padding:70px 0 88px;
}

.text-section .content-wrapper>.row-fluid{
   max-width:815px;
   margin:0 auto;
}

.text-section .cta-container{
   margin-top:30px;
}


@media(max-width:767px){

.text-section{
   padding: 70px 0 48px;  
}
}


/********************* Image Text Reversible Cm **********************/


.image-text-reversible-cm{
   padding:76px 0 10px;
}

.image-text-reversible-cm .left-col{
  height: 481px;
  border-radius: 14px;
  margin-right: 3%;
  width: 45.717949%;
}

.image-text-reversible-cm .content-wrapper .row-fluid{
   margin-bottom:63px;
   display:flex;
   align-items:center;
}

.image-text-reversible-cm .content-wrapper .row-fluid.column-reversible{
   display:flex;
   flex-direction:row-reverse;
}

.image-text-reversible-cm .content-wrapper .row-fluid.column-reversible .right-col{
   margin-left:0;
}

.image-text-reversible-cm .content-wrapper .row-fluid.column-reversible .left-col{
   margin-left: 5.564103%;
   margin-right:0;
}


@media(max-width:767px){

.image-text-reversible-cm .content-wrapper .row-fluid{
   display:block;
}
  
.image-text-reversible-cm .left-col {
    height: 301px;
    border-radius: 14px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
}
  
.image-text-reversible-cm .content-wrapper .row-fluid.column-reversible {
    display: block;
}
  
.image-text-reversible-cm .content-wrapper .row-fluid.column-reversible .left-col {
    margin-left: 0;
    margin-right: 0;
}
}




/*=========================================================================
                    Join Page Styling 
============================================================================*/


/******************** Join Form Cm Styling *************************/


.join-form-cm{
  padding:44px 0 10px;
}

.join-form-cm .form-container{
   border-radius: 14px;
   background-color: #FFEDC9;
   padding:33px 33px;
}

.join-form-cm .form-container .form-heading{
   border-bottom:none;
   padding-bottom:0;
}

.join-form-cm form .hs-button{
  border-radius: 3px;
  background-color: #EF5322;
  border: none;
  color: #ffffff;
  margin-top: 10px;
  padding: 11px 20px;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  width:100%;
  transition:0.4s all ease-in;
}

.join-form-cm form .hs-button:hover{
  background:#0F0F0F;
  transition:0.4s all ease-in;
}

.join-form-cm .subheading{
  margin-bottom:40px;
}

.join-form-cm .heading{
   margin-bottom:30px;
}

.join-form-cm .description{
   margin-bottom:45px;
}

.join-form-cm .price-description p{
   font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 27px;
}

.join-form-cm .bottom-description ul li{
   margin-bottom:20px;
}

.join-form-cm .bottom-description ul{
   padding-left:20px;
}

.join-form-cm .price-description{
   margin-bottom: 30px;
}


@media(max-width:1280px){

form .hs-form-booleancheckbox label>span{
  width: 89%;   
}
}

@media(max-width:1024px){

.join-form-cm .form-container{
   padding: 33px 25px;  
}
  
form .hs-form-booleancheckbox label>span {
    width: 86%;
}
}

@media(max-width:767px){

.join-form-cm .right-col{
   margin-top:50px;
}
  
.join-form-cm {
    padding: 24px 0 30px;
}
}


/********************* Error Cm Styling *************************/


.error-cm{
   padding:123px 0 192px;
   position:relative;
   z-index:1;
}

.error-cm .shape{
   position:absolute;
   right:-20%;
   top:-40%;
   z-index:-1;
}

.error-cm .heading h1{
  font-size: 93.31px;
  letter-spacing: -1.7px;
  line-height: 104.29px;
}

.error-cm .description{
   max-width:620px;
   margin-bottom:40px;
}


@media(max-width:1024px){

.error-cm .shape {
    right: -20%;
    top: 0%;
    width: 80%;
}
}

@media(max-width:767px){

.error-cm {
    padding: 63px 0 112px;
}
}



/****************** Privacy Policy Cm *********************/


.privacy-policy-cm{
   padding:123px 0 127px;
   position:relative;
   z-index:1;
}

.privacy-policy-cm .shape{
  position: absolute;
  right: -11%;
  top: -14%;
  z-index: -1;
}

.privacy-policy-cm .content-wrapper>.row-fluid{
   max-width:815px;
   margin:0 auto;
   float:none;
}

.privacy-policy-cm .heading{
   margin-bottom:71px;
}


@media(max-width:1024px){

.privacy-policy-cm .shape {
    right: -21%;
    top: -1%;
    z-index: -1;
    width: 80%;
}
}


@media(max-width:767px){

.privacy-policy-cm {
    padding: 43px 0 47px;
}
  
.privacy-policy-cm .heading {
    margin-bottom: 50px;
}
}



/************************ Simple Video Cm *******************/


.simple-video-cm{
   padding:10px 0 100px;
}


@media(max-width:767px){

.simple-video-cm{
   padding:10px 0 60px;
}
}



/*===================================================================
           Contact Page Styling 
=====================================================================*/


.contact-banner-cm{
   padding:127px 0 118px;
   z-index:1;
}

.contact-banner-cm:before{
   position:absolute;
   left:0;
   right:0;
   top:0;
   bottom:0;
   content:'';
   background-color: rgba(0,0,0,0.39);
   width:100%;
   height:100%;
   z-index:-1;
}

.contact-banner-cm .description{
   max-width:620px;
}


@media(max-width:767px){

.contact-banner-cm{
   padding: 77px 0 78px; 
}
}



/******************* Contact Section1 Cm ********************/

.contact-section1-cm{
   padding:63px 0 90px;
   z-index:2;
}

.contact-section1-cm .form-container{
   border-radius: 14px;
   background-color: #FFEDC9;
   padding:33px 33px;
   margin-top: -150px;
}

.contact-section1-cm .form-container .form-heading{
   border-bottom:none;
   padding-bottom:0;
}

.contact-section1-cm form .hs-button{
  border-radius: 3px;
  background-color: #EF5322;
  border: none;
  color: #ffffff;
  margin-top: 10px;
  padding: 11px 20px;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  width:100%;
  transition:0.4s all ease-in;
}

.contact-section1-cm form .hs-button:hover{
  background:#0F0F0F;
  transition:0.4s all ease-in;
}

.contact-section1-cm .call-info{
   display:flex;
   flex-wrap:wrap;
   margin-bottom:20px;
}

.contact-section1-cm .call-info .icon{
   width:8%;
}

.contact-section1-cm .call-info .content{
   width:92%;
}

.contact-section1-cm .address-info{
   display:flex;
   flex-wrap:wrap;
}

.contact-section1-cm .address-info .icon{
   width:8%;
}

.contact-section1-cm .address-info .content{
   width:92%;
}

.contact-section1-cm .description{
   margin-bottom: 50px;
}


@media(max-width:1024px){

.contact-section1-cm .call-info .content,
.contact-section1-cm .address-info .content{
    width: 87%;
}
  
.contact-section1-cm .call-info .icon,
.contact-section1-cm .address-info .icon{
    width: 13%;
}
  
.contact-section1-cm .form-container {
    padding: 33px 23px;
}
}


@media(max-width:767px){

.contact-section1-cm .form-container{
   margin-top: 40px;  
}
  
.contact-section1-cm {
    padding: 63px 0 70px;
}
  
.contact-section1-cm .call-info .content,
.contact-section1-cm .address-info .content {
    width: 85%;
}
  
.contact-section1-cm .call-info .icon,
.contact-section1-cm .address-info .icon {
    width: 15%;
}
}



/*==========================================================================
            Blog Listing Page Styling 
===========================================================================*/


.blog-index-section{
   padding:65px 0 100px;
}

.blog-index-section .top-heading-cont .blog-tag-heading{
   display:none;
}

.category-page .inner-template-section2{
   display:none;
}

.category-page .blog-index-section .top-heading-cont .blog-tag-heading{
   display:block;
}
  
.category-page .blog-index-section .top-heading-cont .normal-heading{
   display:none;
}
  
.category-page .blog-index-section .top-heading-cont .description{
   display:none;
}

.blog-index-section .form-container{
   max-width:463px;
   float:right;
}

.blog-index-section .form-container form{
   position:relative;
}

.blog-index-section .form-container form input{
   border-radius: 3px;
   background-color: #FAFAFA;
   height:55px;
   border:none;
   padding:10px 20px;
}

.blog-index-section .form-container form input::placeholder{
  opacity: 0.41;
  color: #0F0F0F;
  font-size: 17px;
  letter-spacing: -0.38px;
  line-height: 27px;
}

.blog-index-section .form-container form .hs-button{
  border-radius: 3px;
  background-color: #ef5322;
  position: absolute;
  right: 4px;
  top: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  color: #fff;
  height: auto;
  padding: 11px 20px;
}

.blog-index-section .content-wrapper>.row-fluid{
   display: flex;
   align-items: flex-end;
}

.blog-index-section .post-listing{
   display:flex;
   flex-wrap:wrap;
}

.blog-index-section .post-listing .blog-index__post{
   width:32%;
   margin-right:2%;
   margin-bottom:30px;
   border-radius: 14px;
   background-color: rgb(196,218,236,0.1);
   flex: inherit;
   padding:0;
   position:relative;
   padding-bottom:70px;
}

.blog-index-section .post-listing .blog-index__post:last-child,
.blog-index-section .post-listing .blog-index__post:nth-child(3n){
   margin-right:0;
}

.blog-index-section .post-listing .blog-index__post-image-wrapper{
   height:249px;
   border-radius: 14px 14px 0 0;
   width:100%;
   display:block;
}

.blog-index-section .post-listing .blog-index__post-content{
   padding:28px 27px 40px;
}

.blog-index-section .post-listing .blog-index__post-tag{
  color: #EF5322;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform:uppercase;
  font-weight:bold;
}

.blog-index-section .post-listing .blog-index__post-button-wrapper{
   position:absolute;
   bottom:30px;
}

.blog-index-section .top-heading-cont{
   margin-bottom:81px;
}

.blog-index-section .top-heading-cont h1{
   margin-bottom:10px;
}

.resorcesblog-pagination{
   padding-bottom:97px;
}

.pagination-one .main-listing-container{
   display:none;
}

.pagination-two .recent-post-cm-page-1{
   display:none;
}

.category-page .main-listing-container{
  display:flex!important;
}

.category-page .recent-post-cm-page-1{
   display:none!important;
}

.blog-pagination-center a {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    font-weight: 400;
    color: #010101;
    margin-right: 8px;
    font-size: 20.8px;
    letter-spacing: -0.46px;
    line-height: 27.2px;
}

.blog-pagination-center{
   display:flex;
}

.resorcesblog-pagination-inner{
  display:flex;
  justify-content: center;
  align-items: center;
}

.blog-pagination-right{
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-pagination-right a{
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #E6F1FA;
  background-color: #E6F1FA;
  font-size: 20.8px;
  letter-spacing: -0.46px;
  line-height: 27.2px;
  color: #010101;
  font-weight:400;
  margin-right:8px;
}

.blog-pagination-right a.next-link{
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background:#ffffff;
  border:none;
}

.blog-pagination-left a.prev-link{
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right:8px;
  background:#ffffff;
  border:none;
}

.blog-pagination-left a{
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e6f1fa;
  background-color: #e6f1fa;
  font-size: 20.8px;
  letter-spacing: -0.46px;
  line-height: 27.2px;
  color: #010101;
  font-weight:normal;
  margin-right: 8px;
}

.blog-pagination-left{
   display: flex;
   align-items: center;
}

.blog-pagination-center a.active{
  background-color: transparent;
  border: 1px solid #EF5322;
  color: #EF5322;
}


@media(max-width:1280px){

.blog-index-section .top-heading-cont h1 {
    font-size: 60px;
}
  
.blog-index-section {
    padding: 25px 0 50px;
}
}



@media(max-width:1024px){

.hs-blog-listing .home-section6-cm {
    padding: 70px 0 100px;
}
  
.blog-index-section .top-heading-cont {
    margin-bottom: 40px;
}
  
.blog-index-section .top-heading-cont h1{
   line-height: 59px; 
}
  
.blog-index-section .post-listing .blog-index__post-image-wrapper{
   height: 209px;  
}
}


@media(max-width:767px){

.blog-index-section .content-wrapper>.row-fluid{
   display:block;  
}
  
.blog-index-section .left-col{
   margin-bottom:40px;
}
  
.blog-index-section .form-container {
    max-width: 100%;
    float: none;
}
  
.blog-index-section {
    padding: 0px 0 20px;
}
  
.blog-index-section .post-listing .blog-index__post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-bottom:0;
}
  
.blog-index-section .post-listing .blog-index__post-button-wrapper {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}
  
.resorcesblog-pagination {
    padding-bottom: 7px;
}
  
.blog-index-section .top-heading-cont h1 {
    line-height: 59px;
    font-size: 42px;
}
  
.category-page .blog-index-section .top-heading-cont .blog-tag-heading{
    padding:0;
}
  

}



/****************** Blog Category Section Styling **********************/


.blog-category-section h3{
  font-size: 26px;
  letter-spacing: -0.58px;
  line-height: 34px;
  text-align: center;
}

.blog-category-section ul{
   padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

.category-page .blog-category-section ul{
   margin-bottom: 60px;
}

.blog-category-section ul li{
   display:inline-block;
   list-style:none;
   margin-right:22px;
}

.blog-category-section ul li a{
   font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  color: #0F0F0F;
  border: 1px solid #0F0F0F;
  border-radius: 3px;
  padding: 11px 23px 9px;
  display:inline-block;
}

.blog-category-section ul li:last-child{
   margin-right:0;
}

.blog-category-section .filter-link-count{
   display:none;
}


@media(max-width:1024px){

.blog-category-section ul {
    margin-bottom: 70px;
}
}


@media(max-width:767px){

.blog-category-section ul {
    margin-bottom: 10px;
}
  
.category-page .blog-category-section ul {
    margin-bottom: 0;
}
}




/*======================================================================
             Blog Post Page Styling 
=======================================================================*/


.blog-post-page{
   padding:47px 0 147px;
}

.blog-post-page .tag-container,
.blog-post-page .post-header{
   text-align:center;
}

.blog-post-page .featured-image a{
   height:532px;
   border-radius:10px;
   margin: 40px auto 88px;
   display:block;
   width:100%;
}

.blog-sidebar-cm .form-container{
   border-radius: 5px;
   background-color: #FAF8F4;
   padding:25px 25px 25px;
}

.blog-sidebar-cm .form-container form input{
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding:15px 17px;
  height:55px;
}

.blog-sidebar-cm .form-container form input::placeholder{
  font-size: 17px;
  letter-spacing: -0.38px;
  line-height: 27px;
  opacity: 0.41;
  color: #0F0F0F;
}

.blog-sidebar-cm .form-container form .hs-button{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
  background-color: #EF5322;
  width:100%;
  border:none;
  height:auto;
  padding:11px 20px;
}

.blog-sidebar-cm .text-container{
   border-radius: 5px;
   background-color: #FFEDC9;
   padding:21px 25px;
   text-align:center;
   margin-top:15px;
   position:relative;
   z-index:1;
}

.blog-sidebar-cm .text-container:before{
  position: absolute;
  right: -140px;
  bottom: -130px;
  content: '';
  background: url(https://21889975.fs1.hubspotusercontent-na1.net/hubfs/21889975/Center%20of%20Optimism%20Assets/Star%20White.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 310px;
  height: 310px;
  z-index: -1;
}

.blog-post-page .right-column{
   padding-left:22px;
}

.blog-post-page .blog-post__body h3{
   margin-top:40px;
}

.blog-post-page .blog-post__body ul li,
.blog-post-page .blog-post__body ol li{
  margin-bottom:20px;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 26px;
}

.blog-post-page .blog-post__body .hs-responsive-embed-wrapper{
   margin:30px auto 60px!important;
}

.blog-post-page .author-container{
   padding:16px 21px;
   display:flex;
   flex-wrap:wrap;
   align-items:center;
   border-radius: 14px;
   background-color: #FAF8F4;
   margin-top: 70px;
}

.blog-post-page .author-container .author-cont{
  width: 47%;
  margin-right: 3%;
  display: flex;
  align-items: center;
}

.blog-post-page .author-container .social-icons ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blog-post-page .author-container .social-icons img

.blog-post-page .author-container .social-icons a{
   display:inline-block;
   margin:0;
   padding:0;
   padding-right:22px;
}

.blog-post-page .author-container .social-icons a{
   display:block;
   padding-right:7px!important;
}

.blog-post-page .author-container .social-icons a:last-child{
   padding-right:0;
}

.blog-post-page .author-container .social-icons a img{
   max-width:23px!important;
   vertical-align:middle;
}

.blog-post-page .author-container .social-icons{
   width:50%;
   text-align:right;
}

.blog-post-page .author-container .author-name a{
  font-size: 18px;
  font-weight:normal;
  letter-spacing: 0.2px;
  line-height: 27px;
  color: #090909;
}

.blog-post-page .author-container .author-name a span{
  display:block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 27px;
  color: #090909;
}

.blog-post-page .author-cont .author-image{
   width:69px;
   height:69px;
   border-radius:50%;
}

.blog-post-page .author-container .author-name{
   width: 73%;
    margin-left: 6%;
}


@media(max-width:1024px){

.blog-post-page {
    padding: 47px 0 87px;
}
  
.blog-post-page .featured-image a {
    height: 432px;
}
}


@media(max-width:767px){

.blog-post-page .featured-image a {
    height: 300px;
    margin: 40px auto 38px;
}
  
.blog-post-page .author-container{
    display:block;
}
  
.blog-post-page .author-container .author-cont {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-bottom:30px;
}
  
.blog-post-page .author-container .social-icons {
    width: 100%;
    text-align: left;
}
  
.blog-post-page .author-container .social-icons ul{
   justify-content:left;
}
  
.blog-post-page .author-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
}



/****************** Blog Related Post Styling ********************/


.blog-related-posts{
   display:flex;
   flex-wrap:wrap;
   padding: 60px 0 0px;
   background-color:#ffffff;
}

.blog-related-posts .blog-related-posts__post-item{
  width:32%;
  margin-right:2%;
  margin-bottom:30px;
  border-radius: 14px;
  background-color: rgb(196,218,236,0.1);
  padding-bottom:70px;
  position:relative;
}

.blog-related-posts .blog-related-posts__post-item:nth-child(3n){
   margin-right:0;
}

.blog-related-posts__post-image-wrapper{
   height:249px;
   border-radius: 14px 14px 0 0;
   display:block;
}

.blog-related-posts__content{
   padding:28px 27px 30px;
}

.related-cta-cont{
   position:absolute;
   bottom:30px;
}

.blog-related-posts-cont .main-heading{
   text-align:center;
}


@media(max-width:1024px){

.blog-related-posts__post-image-wrapper{
   height: 215px;  
}
}


@media(max-width:767px){

.blog-related-posts .blog-related-posts__post-item{
   width:100%;
   margin-right:0;
}
  
.blog-related-posts {
    padding: 30px 0 0px;
}
}



/****************** Search Result Page Styling *******************/




.search-result-section ul li {
  width: 46.9%;
  margin-right: 70px;
  float: left;
  margin-left: 0;
  margin-bottom: 66px;
  padding-bottom: 12px;
  border-bottom: 1px solid #A4A4A4;
}

.search-result-section ul li:nth-child(2n){
   margin-right:0;
}

.search-result-section ul li:before{
  display:none;
}

.search-result-section ul li h3.title {
  min-height: 90px;
  margin-bottom: 0;
  line-height: 25px;
}

.search-result-section ul li h3.title a{
  font-weight:600;
}


.search-result-section ul li h3.title span{
  font-weight:600;
}

.search-result-section .hs-search-results__title {
  font-size: 29px;
  line-height: 35px;
  color: #1B1B1B;
  letter-spacing:0.32px;
  font-weight: normal;
  margin-bottom:50px;
}


.search-result-section .hs-search-results__title:hover {
  color: #eb7f51;
}

.search-result-section .hs-search-results__description {
  font-size: 16px;
  line-height: 26.88px;
  letter-spacing: 0.3px;
  color: #151515;
  font-weight: normal;
  height: 82px;
  overflow: hidden;
}

.search-result-section ul {
  margin-top: 0;
}

.search-page .search-section {
  padding: 0px 0 140px;
}

.hs-search-highlight {
  font-weight: 500;
}

body .row-fluid .search-result-section ul li:nth-child(2n) {
  margin-right: 0!important;
}

.search-page .search-section .hs-search-field form input {
  border: none;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0;
  color: #151515;
  height: 57px;
  padding: 41px 0 29px;
  background: transparent;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
  left: 90px;
}

.search-page .search-section .search-bar-container{
  background:#fff;
  position:relative;
  z-index:1;
}

.search-page .search-section .search-bar-container:after{
  position:absolute;
  top:0;
  content:'';
  background:#fff;
  width:100%;
  z-index:-1;
  left:-100%;
  bottom:0;
}

.search-page .search-section .search-bar-container:before{
  position:absolute;
  top:0;
  content:'';
  background:#fff;
  width:100%;
  z-index:-1;
  right:-100%;
  bottom:0;
}

.search-page .search-section .search-bar-container img{
  position: relative;
  top: 64px;
  left: 30px;
  max-width:30px!important;
}

.search-page .search-result-section{
  padding-top: 125px;
}

.search-page .search-section{
  padding-bottom:100px;
  float: left;
  width: 100%;
}



@media(max-width:1290px){

  .search-result-section ul li{
    margin-right: 50px;
  }
}



@media(max-width:1024px){

  .search-result-section ul li {
    margin-right: 40px;
  }

  .search-result-section ul li h3.title {
    min-height: 120px;
  }

  .search-page .search-result-section {
    padding-top: 65px;
  }
  .header-cm .search-container {
      position: absolute;
      right: 80px;
      top: 27px;
  }
  .popup-section2 .search-bar form input{
      height: auto !important;
   }
  .hs-search-field__suggestions {
      padding: 10px !important;
  }
}



@media(max-width:767px){

  .search-result-section ul li {
    margin-right: 0;
    width:100%;
    margin-bottom: 36px;
  }

  .search-result-section ul li h3.title {
    min-height: 100%;
    margin-bottom: 20px;
  }

  .search-result-section .hs-search-results__title {
    font-size: 24px;
  }

  .search-page .search-result-section {
    padding-top: 35px;
  }
  
  .header-cm .search-container {
      position: absolute;
      right: 80px;
      top: 27px;
  }
  .popup-section2 .search-bar form input{
      height: auto !important;
   }
  .hs-search-field__suggestions {
      padding: 10px !important;
  }
}

.footer{
   float:left;
   width:100%;
}