:root{
    --primary-color: #1d2e5c;
    --soft-primary-color: #1e3b79;
    --white-color: #FFF;
    --faded-white-color: rgba(255,255,255, 0.6);
    --dark-black-color: #000;
    --thin-black-color: #5f5f5f;
    --black-color: #161718;
    --home-color: #f7f8fd;
    --home-dark-color: #eef0f8;
    --c5-color: #c5c5c5;
    --transparent: transparent;
    --font-light: 'Gilroy Light';
    --font-medium: 'Gilroy Medium';
    --font-semibold: 'Gilroy SemiBold';
    --font-bold: 'Gilroy-Bold';
    --font-black: 'Gilroy-Black';
    --allcaps: uppercase;
    --center: center;
    --left: left;
    --right: right;
}


*{padding: 0;margin: 0;color: var(--black-color);font-family: 'Gilroy-Regular';box-sizing: border-box;}
body{overflow-x: hidden;}
ul{padding: 0;}
ul li{list-style: none;}
ul.combi_btn{padding: 0;}
ul.combi_btn li{display: inline-flex;}
ul.combi_btn li:first-child{margin-right: 10px;}
a{text-decoration: none;}
p{margin-bottom: 0;}
.container{width: 100%;max-width: 1280px;margin: 0 auto;}
.bigspacing{padding: 80px 0;}
.mediumspacing{padding: 60px 0;}
.smallspacing{padding: 40px 0;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.text-center{text-align: center;}
textarea{resize: none;}
input,textarea{outline: none;}

a.clambtn,button.clambtn{padding: 10px 15px;font-family: var(--font-light);border: 1px solid var(--primary-color);color: var(--black-color);background-color: var(--transparent);border-radius: 10px;text-transform: var(--allcaps);display: inline-flex;cursor: pointer;transition: all 0.3s ease 0s;outline: none;}
a.clambtn.dark,button.clambtn.dark{color: var(--white-color);background-color: var(--primary-color);}
a.clambtn.white,button.clambtn.white{color: var(--white-color);background-color: var(--transparent);border-color: var(--white-color);}

a.clambtn:hover,button.clambtn:hover{background-color: var(--soft-primary-color);color: var(--white-color);}
a.clambtn.dark:hover,button.clambtn.dark:hover{background-color: var(--soft-primary-color);border-color: var(--soft-primary-color);}
a.clambtn.white:hover,button.clambtn.white:hover{background-color: var(--white-color);color: var(--primary-color);font-family: var(--font-medium);}

img{max-width: 100%;height: auto;}

.darkbg{background-color: var(--primary-color);}

.wid800{width: 100%;max-width: 800px;margin: 0 auto;}
.wid900{width: 100%;max-width: 900px;margin: 0 auto;}
.wid1000{width: 100%;max-width: 1000px;margin: 0 auto;}
.wid1100{width: 100%;max-width: 1100px;margin: 0 auto;}

.clam_content_box{width: 100%;max-width: 1100px;margin: 0 auto;}

form label{color: var(--primary-color);}

body.no-scroll{overflow: hidden;}

/** Fonts **/

.fgl{font-family: 'Gilroy Light';}

@font-face {font-family: 'Gilroy Thin';src: url("fonts/Gilroy-Thin.woff") format("woff"), url("fonts/Gilroy-Thin.woff") format("woff");font-weight: 100;font-style: normal;font-display: auto;}
@font-face {font-family: 'Gilroy Light';src: url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.woff") format("woff");font-weight: normal;font-style: normal;font-display: auto;}
@font-face {font-family: 'Gilroy-Regular';src: url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.woff") format("woff");font-display: auto;}
@font-face {font-family: 'Gilroy Medium';src: url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.woff") format("woff");font-weight: 300;font-style: normal;font-display: auto;}
@font-face {font-family: 'Gilroy SemiBold';src: url("fonts/Gilroy-SemiBold.woff") format("woff"), url("fonts/Gilroy-SemiBold.woff") format("woff");font-weight: normal;font-style: normal;font-display: auto;}
@font-face {font-family: 'Gilroy-Bold';src: url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.woff") format("woff");font-weight: bold;font-style: normal;font-display: auto;}
@font-face {font-family: 'Gilroy-Black';src: url("fonts/Gilroy-Black.woff") format("woff"), url("fonts/Gilroy-Black.woff") format("woff");font-display: auto;}
@font-face {font-family: 'Gilroy-ExtraBold';src: url("fonts/Gilroy-ExtraBold.woff") format("woff"), url("fonts/Gilroy-ExtraBold.woff") format("woff");font-weight: bolder;font-style: normal;font-display: auto;}
@font-face {font-family: 'Gilroy Heavy';src: url("fonts/Gilroy-Heavy.woff") format("woff"), url("fonts/Gilroy-Heavy.woff") format("woff");font-weight: 600;font-style: normal;font-display: auto;}

/*** Loader ***/

.loader{display:inline-block;font-size:0;padding:0}
.loader span{vertical-align:middle;border-radius:100%;display:inline-block;width:12px;height:12px;margin:3px 2px;-webkit-animation:loader .8s linear infinite alternate;animation:loader .8s linear infinite alternate}
.loader span:nth-child(1){-webkit-animation-delay:-1s;animation-delay:-1s;background:rgba(29, 46, 92,.6)}
.loader span:nth-child(2){-webkit-animation-delay:-.8s;animation-delay:-.8s;background:rgba(29, 46, 92,.8)}
.loader span:nth-child(3){-webkit-animation-delay:-.26666s;animation-delay:-.26666s;background: var(--primary-color);}
.loader span:nth-child(4){-webkit-animation-delay:-.8s;animation-delay:-.8s;background:rgba(29, 46, 92,.8)}
.loader span:nth-child(5){-webkit-animation-delay:-1s;animation-delay:-1s;background:rgba(29, 46, 92,.4)}

.loader_white{display:inline-block;font-size:0;padding:0}
.loader_white span{vertical-align:middle;border-radius:100%;display:inline-block;width:12px;height:12px;margin:3px 2px;-webkit-animation:loader .8s linear infinite alternate;animation:loader .8s linear infinite alternate}
.loader_white span:nth-child(1){-webkit-animation-delay:-1s;animation-delay:-1s;background:rgba(255, 255, 255,.6)}
.loader_white span:nth-child(2){-webkit-animation-delay:-.8s;animation-delay:-.8s;background:rgba(255, 255, 255,.8)}
.loader_white span:nth-child(3){-webkit-animation-delay:-.26666s;animation-delay:-.26666s;background: var(--white-color);}
.loader_white span:nth-child(4){-webkit-animation-delay:-.8s;animation-delay:-.8s;background:rgba(255, 255, 255,.8)}
.loader_white span:nth-child(5){-webkit-animation-delay:-1s;animation-delay:-1s;background:rgba(255, 255, 255,.4)}

@keyframes loader{from{transform:scale(0,0)}to{transform:scale(1,1)}}
@-webkit-keyframes loader{from{-webkit-transform:scale(0,0)}to{-webkit-transform:scale(1,1)}}

nav{background-color: var(--white-color);box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}
.navigation_box{display: flex;align-items: center;justify-content: space-between;padding: 15px 0;}
.nav_logo_box{width: 20%;}
.nav_menubar{width: 80%;display: flex;justify-content: end;align-items: center;}
/* .nav_cta{width: 25%;display: flex;justify-content: end;} */
.nav_menu{display: none;}
.nav_menubar .nav_cta{margin-left: 15px;}

/* .nav_menu_box{display: none;position: fixed;top: 90px;width: 100%;} */
.nav_menu_box{background-color: #fff;position: fixed;left: 0;top: 0;z-index: 100;height: 100%;width: 100%;display: table;text-align: center;opacity: 0;transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transform: scale(0);}
/* .nav_menu_inner_box{width: 90%;background-color: #FFF;display: flex;margin: 0 auto;border-radius: 15px;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;} */
.nav_menu_inner_box{display: table-cell;vertical-align: middle;}
.nav_menu_inner_box ul{width: 100%;}
.nav_menu_inner_box ul li{text-align: center;}
.nav_menu_inner_box ul li a{width: 100%;padding: 8px 10px;font-size: 22px;font-family: var(--font-bold);text-align: center;display: flex;justify-content: center;color: var(--primary-color);}

.logo{background: url(../img/Claymable_logo.svg) no-repeat;background-size: contain;width: 100%;display: inline-block;height: 60px;}

.nav_menubar ul li{display: inline-flex;position: relative;}
.nav_menubar ul li a{padding: 5px 10px;font-family: 'Gilroy Medium';font-size: 18px;}
.nav_menubar ul li.active:before{content: '';display: inline-flex;width: 100%;height: 4px;background-color: var(--primary-color);position: absolute;bottom: -31px;}

.nav_cta ul{display: flex;align-items: center;}
.nav_cta ul li{display: inline-flex;}
.nav_cta ul li:nth-child(2),.nav_cta ul li:last-child{margin-left: 10px;}
.nav_cta ul li span{width: 30px;height: 30px;background: url(../img/dark.png) no-repeat;background-size: contain;cursor: pointer;}
.nav_cta ul li span.mode.light-off{background: url(../img/light.png);background-size: contain;}
.nav_menubar .nav_cta ul li a{padding: 10px 15px !important;}
/* .nav_cta ul li a{padding: 10px 15px;font-family: var(--font-light);border: 1px solid var(--primary-color);color: var(--black-color);background-color: var(--transparent);border-radius: 10px;text-transform: var(--allcaps);} */
/* .nav_cta ul li a.main_btn{background-color: var(--primary-color);border:1px solid var(--primary-color);color: var(--white-color);margin-right: 10px;} */

nav.sticky{position: fixed;z-index: 999;width: 100%;-webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 6%);box-shadow: 0 0 10px 2px rgb(0 0 0 / 6%);}

.section{display: flex;align-items: center;justify-content: space-between;}
ul.list_with_marker{margin-bottom: 30px;padding-left: 40px;}
ul.list_with_marker li{display: flex;align-items: center;position: relative;margin-bottom: 20px;font-size: 18px}
ul.list_with_marker li:last-child{margin-bottom: 0;}
ul.list_with_marker li:before{content: '';width: 25px;height: 25px;background-color: var(--dark-black-color);border-radius: 25px;display: inline-block;position: absolute;left: -40px;}
ul.list_with_marker li:after{content: '';width: 12px;height: 6px;border-left: 1.5px solid;border-bottom: 1.5px solid;border-color: var(--white-color);position: absolute;display: inline-block;left: -34px;transform: rotate(-45deg);top: 5px;}

.wid40{width: 40%;}
.wid45{width: 45%;}
.wid50{width: 50%;}
.wid55{width: 55%;}
.wid60{width: 60%;}

.clamhugectabox{text-align: center;}
.clamhugectabox h3{font-size: 36px;font-family: var(--font-black);color: var(--white-color);margin-bottom: 20px;line-height: 1.24;}
.clamhugectabox p{color: var(--white-color);margin-bottom: 20px;font-family: var(--font-light);line-height: 1.48;font-size: 18px;}

.common_heading_box{margin-bottom: 40px;text-align: center;}
.common_heading_box h2{font-size: 36px;font-family: var(--font-black);color: var(--primary-color);margin-bottom: 20px;}
.common_heading_box h3{font-size: 36px;font-family: var(--font-black);color: var(--primary-color);margin-bottom: 20px;}
.common_heading_box p{margin-bottom: 0;font-family: var(--font-light);line-height: 1.48;}

.centerbox{display: flex;justify-content: center;}

.footer_row{display: flex;align-items: start;justify-content: start;}
.footer_about{width: 50%;padding-right: 5%;}
.footer_list{width: 25%;padding: 0 25px;}
.footer_about img{width: 60%;margin-bottom: 20px;}
.footer_about p{line-height: 1.54;}
.footer_list h4{font-family: var(--font-black);margin-bottom: 15px;font-size: 24px;}
.footer_list ul li{margin-bottom: 10px;font-family: var(--font-light);font-size: 18px;}
.footer_list ul li:last-child{margin-bottom: 0;}

.footer_shadow{box-shadow: 1px 8px 20px 12px #3333331f;}

.footer_copyright{padding: 20px 0;border-top: 1px solid #cccdd0;}
.footer_copyright_row{display: flex;justify-content: space-between;align-items: center;}
.footer_copyright_row p{color: var(--black-color);font-family: var(--font-light);font-size: 18px;}
.footer_copyright_list ul li{display: inline-flex;padding: 0 20px;border-right: 1px solid var(--black-color);font-size: 18px;font-family: var(--font-light);}
.footer_copyright_list ul li:last-child{padding-right: 0;border-right: none;}
.footer_copyright_list ul li a{color: var(--black-color);font-family: var(--font-light);}

.toggle {position: relative;width: 40px;height: 40px;background: transparent;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);border-radius: 10px;display: flex;justify-content: center;align-items: center;overflow: hidden;border: 1px solid var(--primary-color);}
.toggle span {position: absolute;width: 25px;height: 3px;border-radius: 3px;background: var(--primary-color);transition: 0.5s;}
.toggle span:nth-child(2) {transform: translateY(-10px);width: 20px;left: 11px;}
.toggle span:nth-child(3) {transform: translateY(10px);width: 20px;left: 11px;}
.toggle.active span:nth-child(1) {transform: translateX(60px);}
.toggle.active span:nth-child(2) {width: 30px;transform: translateX(0) rotate(45deg);transition-delay: 0.2s;left: 4px;}
.toggle.active span:nth-child(3) {width: 30px;transform: translateX(0) rotate(-45deg);transition-delay: 0.4s;left: 4px;}

@media only screen and (max-width: 767px){
    .bigspacing{padding: 60px 0;}
    .mediumspacing{padding: 40px 0;}
    .smallspacing{padding: 30px 0;}
    br{display: none;}
    .navigation_box{padding: 15px;z-index: 9999;position: relative;}
    .nav_logo_box{width: 50%;}
    /* .nav_cta{width: 50%;} */
    .nav_cta li:nth-child(2),.nav_cta li:last-child{display: none;}
    .nav_menu{width: 50%;display: flex;margin-left: 0;justify-content: end;}
    .nav_menubar{display: none;}
    .nav_menu .nav_cta{margin-right: 10px;}
    .section{flex-direction: column;flex-wrap: wrap;padding: 0 15px;}
    .wid50{width: 100%;}
    .section.reverse-section{flex-direction: column-reverse;}
    .mb50{margin-bottom: 30px;}
    .centerbox{padding: 0 15px;}
    .wid800{padding: 0 15px;}
    .footer_row,.footer_copyright_row{flex-direction: column;flex-wrap: wrap;padding: 0 15px;}
    .footer_about,.footer_list{width: 100%;margin-bottom: 15px;}
    .footer_list{padding-left: 0;}
    .footer_copyright_row div{width: 100%;}
    .footer_copyright_row div:first-child{margin-bottom: 10px;}
    .footer_row .footer_list:last-child{margin-bottom: 0;}
    .nav_menu_box.active{opacity: 1;transform: scale(1);}
    .common_heading_box h2{font-size: 32px;}
    .common_heading_box h3{font-size: 28px;}
    .mb30 {margin-bottom: 20px !important;}
    ul.list_with_marker li{align-items: start;line-height: 1.32;}
}

@media only screen and (max-width:479px){
    .logo{max-height: 50px;}
    ul.list_with_marker li{font-size: 16px;}
}

@media only screen and (max-width:399px){
    .logo{max-height: 45px;}
    a.clambtn, button.clambtn{padding: 6px 10px;font-size: 14px;border-radius: 6px;}
    .toggle{width: 30px;height: 30px;border-radius: 6px;}
    .toggle span{width: 20px;height: 2px;border-radius: 2px;}
    .toggle span:nth-child(2) {transform: translateY(-7px);width: 15px;left: 8px;}
    .toggle span:nth-child(3) {transform: translateY(7px);width: 15px;left: 8px;}
    .toggle.active span:nth-child(2) {width: 20px;transform: translateX(0) rotate(45deg);transition-delay: 0.2s;left: 4px;}
    .toggle.active span:nth-child(3) {width: 20px;transform: translateX(0) rotate(-45deg);transition-delay: 0.4s;left: 4px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    br{display: none;}
    .container{max-width: 760px;}
    .bigspacing{padding: 55px 0;}
    .mediumspacing{padding: 45px 0;}
    .logo{max-height: 50px;}
    .nav_cta ul li:nth-child(2),.nav_cta ul li:last-child{display: none;}
    a.clambtn, button.clambtn{font-size: 15px;padding: 8px 12px;}
    .nav_menubar{width: 80%;margin-right: 0;}
    /* .nav_cta{width: 20%;} */
    .nav_menubar ul li a{padding: 5px;font-size: 15px;}
    .nav_menubar .nav_cta{margin-left: 10px;}
    .nav_menubar ul li.active:before{bottom: -28px}
    .footer_about{width: 45%;padding-right: 2%;}
    .footer_list{width: 27.5%;padding: 0 10px;}
    .footer_list h4{font-size: 22px;}
    .footer_list ul li,.footer_copyright_row p,.footer_copyright_list ul li{font-size: 16px;}
    ul.list_with_marker{padding-left: 30px;}
    ul.list_with_marker li{align-items: start;font-size: 16px;margin-bottom: 15px;}
    ul.list_with_marker li:before{width: 20px;height: 20px;left: -30px;}
    ul.list_with_marker li:after{width: 9px;height: 4px;left: -25px;top: 6px;}
    ul.combi_btn li:first-child{margin-right: 5px;}
    .wid800{max-width: 700px;}
    .common_heading_box{max-width: 750px;width: 100%;margin: 0 auto 40px;}
    .common_heading_box h2{font-size: 32px;}
    .common_heading_box h3{font-size: 28px;}
}

@media only screen and (min-width: 992px) and (max-width: 1279px){
    br{display: none;}
    .container{max-width: 900px;}
    .bigspacing{padding: 60px 0;}
    .logo{max-height: 50px;}
    .nav_menubar{width: 80%;}
    /* .nav_cta{width: 20%;} */
    .nav_menubar ul li a,.footer_list ul li,.footer_copyright_row p,.footer_copyright_list ul li{font-size: 16px;}
    .nav_cta ul li:nth-child(2),.nav_cta ul li:last-child{display: none;}
    .nav_cta ul li:last-child{margin-left: 0;}
    a.clambtn, button.clambtn{font-size: 14px;padding: 8px 12px;}
    ul.list_with_marker{padding-left: 30px;}
    ul.list_with_marker li{align-items: start;font-size: 16px;}
    ul.list_with_marker li:before{width: 20px;height: 20px;left: -30px;}
    ul.list_with_marker li:after{width: 9px;height: 4px;left: -25px;top: 6px;}
    .wid800{max-width: 700px;}
    .common_heading_box{max-width: 750px;width: 100%;margin: 0 auto 40px;}
    .common_heading_box h2{font-size: 32px;}
    .common_heading_box h3{font-size: 28px;}
    .footer_list{padding: 0 15px;}
    .nav_menubar ul li.active:before{bottom: -27px}
}