:root {
    --black-color:#000000; /** var(--black-color) **/
    --white-color:#ffffff; /** var(--white-color) **/
    --primary-color:#503629; /** var(--primary-color) **/
    --secondary-color:#faf5b4; /** var(--secondary-color) **/
    --bg-color:#F8F1E6; /** var(--bg-color) **/
    --text-color:#AB9F95; /** var(--text-color) **/
    --dark-color:#302018; /** var(--dark-color) **/
    --light-color:#fdfaf4; /** var(--light-color) **/
    --primary-font:'PT Serif', serif; /** var(--primary-font) **/
    --secondary-font:'PT Sans', sans-serif; /** var(--secondary-font) **/
}

/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track {position:relative; top:0; left: 0;display: block;}
.slick-track:before, .slick-track:after {display:table; content:"";}
.slick-track:after {clear:both;}
.slick-loading .slick-track {visibility:hidden;}
.slick-slide {display:none; float:left; height:100%; min-height:1px;}
.slick-initialized .slick-slide{ display: block; list-style:none;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow {display:block;  position:absolute; top:50%; z-index:1; padding:0;width:44px; height:174px; font-size:0; border:0;cursor:pointer;opacity:1; transition: all 0.4s ease; background:none; border-radius:0; transform: translate(0, -50%); margin-top:-50px;}
.slick-arrow:before{content:"";background-position: center; background-repeat: no-repeat; background-size:100% auto;  transition: all 0.4s ease; position: absolute; left:0; top:0; bottom:0; right:0; transition: all 0.4s ease;}
.slick-arrow.slick-prev:before{background-image:url(../images/prev-icon.png);}
.slick-arrow.slick-next:before{background-image:url(../images/next-icon.png);}
.slick-arrow.slick-prev{left:-44px;}
.slick-arrow.slick-next{right:-44px;}
.slick-arrow:hover {opacity:1;}
.slick-dots {display:block; margin:20px auto 0 auto !important; padding:0; text-align:center;}
.slick-dots li {margin:0 4px !important; padding:0 !important; list-style:none; display:inline-block; vertical-align:middle;}
.slick-dots li:before{display: none !important;}
.slick-dots li button {background:none; display:block; width:16px; height:16px; font-size:0; padding: 0; border:1px solid var(--primary-color); cursor:pointer; background:var(--bg-color); border-radius:100%; transition: all 0.4s ease;}
.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button {background-color:var(--primary-color);}
/*Slick Slider Css End*/

/** Select 2 Start **/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/** Select End Start **/

/* ===== RESET ================================================== */
html[lang]{margin-top: 0 !important;}
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
hr{display:block; height:0.125rem; max-width:100%; border:0; border-top:0.125rem solid var(--text-color); margin:1.25rem 0; padding:0; opacity:1;}input, select{vertical-align:middle; margin:0;} ol, ul, li{list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
blockquote{padding:0 0 0 20px;border-left:0; margin-bottom:2.188rem; position: relative; border-left:2px solid var(--primary-color);}
blockquote,
blockquote p{font-size:26px; line-height:33px;color:var(--primary-color); font-weight:400;}

/* ===== GLOBAL ================================================== */
body{font-family:var(--secondary-font); font-size:26px; line-height:33px; color:var(--black-color);background:var(--bg-color); overflow-x:hidden; padding:0; transition: all 0.4s ease; font-weight:400; letter-spacing:0;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:var(--primary-color); outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--text-color);}
a:focus{outline:0; outline: none;}
strong{font-weight:600;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:0.938rem;}
ul li, ol li {margin:0;padding:0;font-size:26px; line-height:33px;color:var(--primary-color);font-weight:400;letter-spacing:0;}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 2.188rem 0;}
.entry-content ul ol, .entry-content ol ul, .entry-content ul ul, .entry-content ol ol{display:block; margin-top:1.313rem;}
.entry-content ul li{list-style:none; padding:0 0 0 1.875rem; margin:0 0 1.375rem 0; position: relative; font-family: var(--primary-font);}
.entry-content ul li:last-child{margin-bottom:0;}
.entry-content ul li:before{display: block; content: ""; width:0.625rem; height:0.625rem;background: transparent; position: absolute; left:0rem; top:0.563rem; border-radius:100%; border: 0.063rem solid var(--primary-color);}
.entry-content ul li li:before {border:0;background:var(--primary-color); top:0.688rem;}
.entry-content ol{margin-left:40px;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 1.375rem 0;}
.entry-content ul, .entry-content ol{display:inherit;}

h1, h2, h3, h4, h5, h6{color:var(--primary-color); font-family:var(--primary-font); line-height:1; font-weight:400; letter-spacing:0; margin:0 0 0.938rem;}
.h1, h1{font-size:96px; line-height:94px; letter-spacing:-2.8px;}
.h2, h2{font-size:75px;letter-spacing:-1.5px;}
.h3, h3{font-size:56px;letter-spacing:-1.5px;}
h4{font-size:53px;letter-spacing:-1px;}
h5{font-size:32px;}
h6{font-size:22px;}

p{font-family:var(--secondary-font); font-size:26px; line-height:33px; color:var(--primary-color); font-weight:400; letter-spacing:0; margin:0 0 1.875rem;}
img{max-width:100%; height:auto; border:none; outline:none;}

section *:last-child{margin-bottom:0;}
.wrapper{padding:118px 0 0 0; max-width:1775px; width:95%; border-left:1px solid var(--primary-color);border-right:1px solid var(--primary-color); min-height:calc(100vh - 408px);}
.container{max-width:1855px;width:100%; padding:0 75px;}
.img-cover{width:100%;}
.img-cover iframe,
.img-cover video,
.img-cover img{width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}
img.alignleft {float: left; margin:0 2rem 1rem 0;max-width:25.375rem; width:100%; height: auto;}
img.alignright {float: right; margin:0 0 1rem 2rem; max-width:25.375rem; width:100%; height: auto;}
img.alignnone, img.aligncenter{margin:0;}
.transition-all{-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;}
body :where(.wp-block-columns) {margin-bottom: 0;}

/*Form Input Field*/
.uploadfield .wpcf7-form-control-wrap,
input, textarea, select {background:var(--light-color); border:1px solid var(--dark-color); width:100%; text-align:left; padding:5px 32px; margin:0; font-size:26px; color:var(--primary-color); font-weight:400;line-height:normal; font-family:var(--secondary-font); height:80px; outline:none; box-shadow:none; letter-spacing:0; border-radius:12px;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {height:200px; padding:20px 32px; vertical-align:top; resize:none;}
.select-box .wpcf7-form-control-wrap{display:block; width:100%; background:var(--light-color);border-radius:12px;  position:relative; cursor:pointer;}
.select2-container--default .select2-selection--multiple:after,
.select-box .wpcf7-form-control-wrap:after {position:absolute; content:""; right:17px; top:50%; transform: translate(0, -50%); width:54px; height:28px; background: url(../images/dropdown-arrow.png) no-repeat center; background-size:100% auto; z-index:1;}
.select-box select {display:block; width:100%; padding:0 82px 0 32px; background:transparent; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position:relative; z-index:2; cursor:pointer;}
.select-box select option {background:var(--light-color); color:var(--primary-color);}
.multiple-select .select2-search__field {margin: 0;height: 71px;}
.select-box.multiple-select .wpcf7-form-control-wrap:after{display: none;}
.select2-container--default .select2-selection--multiple{background:var(--light-color) !important; border:1px solid var(--dark-color) !important;letter-spacing:0; border-radius:12px; padding-right:80px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {font-size: 16px;padding:5px 6px;line-height: 1;border: 0;background-color:var(--primary-color); color: var(--white-color);}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice span{color: var(--white-color) !important;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color:var(--primary-color);}
.multiple-select .select2-container {width: 100% !important;}

::-webkit-input-placeholder{color:var(--primary-color); opacity:1;}
:-moz-placeholder{color:var(--primary-color); opacity:1;} /* Firefox 18- */
::-moz-placeholder{color:var(--primary-color); opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--primary-color); opacity:1;}
.uploadfield .wpcf7-form-control-wrap,
.icon-field .wpcf7-form-control-wrap{display:block; width:100%; background:var(--light-color);border-radius:12px;  position:relative; cursor:pointer;}
.icon-field input{background:transparent; padding-right:70px;}
/*
.uploadfield .wpcf7-form-control-wrap:after,
.icon-field .wpcf7-form-control-wrap:after {position:absolute; content:""; right:17px; top:50%; transform: translate(0, -50%); width:42px; height:43px; background: url(../images/plus-icon.png) no-repeat center; background-size:100% auto; z-index:1;}
*/
.icon-wrap .plus-icon-holder{position:absolute; content:""; font-size: 0; right:17px; top:40px; transform: translate(0, -50%); width:42px; height:43px; background: url(../images/plus-icon.png) no-repeat center; background-size:100% auto; z-index:9; cursor: pointer;}
.icon-wrap,
.uploadfield{position: relative;}
.icon-field.icon-wrap + .icon-field.icon-wrap,
.uploadfield + .uploadfield{margin-top: 20px;}
.uploadfield .file-name{font-size: 16px; line-height: normal;}
.uploadfield .wpcf7-form-control-wrap input {position: absolute;left: 0;right: 0;top: 0;bottom: 0; opacity:0; cursor:pointer; z-index:9;}
.uploadfile-label {position: absolute;top: -1px;z-index: 1;min-height: 80px;display: -webkit-flex;display: flex;align-items: center;padding: 0 32px; color:var(--text-color);}

#sb_instagram #sbi_load a,
.button, .btn {display:inline-block; padding:0 30px;background:var(--secondary-color); border:1px solid var(--primary-color); color:var(--primary-color); font-size:24px; text-transform: uppercase; line-height:78px; height:80px; min-width:372px; font-weight:400;font-family:var(--secondary-font); cursor:pointer; letter-spacing:0; text-align:center; -webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;box-shadow:none !important; position: relative; left:0;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow:0;position: relative;transition: all 0.4s ease;}
#sb_instagram #sbi_load a:hover, #sb_instagram #sbi_load a:focus, #sb_instagram #sbi_load a:active,
.button:hover, .btn:hover, .button:focus, .btn:focus, .button:active, .btn:active {background:var(--primary-color); color:var(--bg-color);}

/** Nav Block **/
.hamburger{cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;margin:0;overflow: visible; height:1.25rem;padding:0; box-shadow:none !important; top:0; z-index:11; margin-top:0.125rem;}
.hamburger-box{width:24px;height:0.813rem;display: inline-block;position: relative; margin-top:-0.063rem;}
.hamburger-inner{display: block;top: 50%;margin-top: -0.125rem;}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{width:24px;height:2px;background-color:var(--primary-color);position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease;}
.hamburger-inner::before,
.hamburger-inner::after{content: "";display: block;}
.hamburger-inner::before{top: -0.375rem;}
.hamburger-inner::after{bottom: -0.375rem;}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after{background-color: var(--primary-color);}

.hamburger--spin .hamburger-inner{transition-duration: 0.22s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin .hamburger-inner::before{transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;}
.hamburger--spin .hamburger-inner::after{transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin.is-active .hamburger-inner{transform: rotate(225deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
.hamburger--spin.is-active .hamburger-inner::before{top: 0;opacity: 0;transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;}
.hamburger--spin.is-active .hamburger-inner::after{bottom: 0;transform: rotate(-90deg);transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}

/** Header Start **/
.header{padding:23px 0 18px 0; background:var(--bg-color); border-bottom:1px solid var(--primary-color);}
.logo {max-width:141px;min-width:141px;flex-basis:141px;}
.header-right>div {padding-right: 72px;}
.header-top-menu ul li{line-height:1;position: relative;}
.header-top-menu>ul>li + li{margin-left:45px;}
.header-top-menu ul li a{font-size:22px;line-height:normal;font-weight:400;font-family:var(--secondary-font); color:var(--primary-color); letter-spacing:0; text-transform: uppercase; position: relative; line-height:1; padding:0;overflow: hidden;display: block; transition: all 0.4s ease-in-out;}
.header-top-menu ul li a:after{content:""; position: absolute;left:0; right:0; bottom:0; width:0; margin:0 auto; height:1px; background:var(--primary-color); transition: all 0.4s ease; opacity:0;}
.header-top-menu ul li.current-menu-item>a:after,
.header-top-menu ul li.current-menu-parent>a:after,
.header-top-menu ul li.current_page_parent>a:after,
.header-top-menu ul li.current_page_item>a:after,
.header-top-menu ul li.menu-item-has-children:hover>a:after,
.header-top-menu ul li:hover>a:after{width:100%;opacity:1;}
.header-top-menu ul li.current-menu-item>a,
.header-top-menu ul li.current-menu-parent>a,
.header-top-menu ul li.current_page_parent>a,
.header-top-menu ul li.current_page_item>a,
.header-top-menu ul li.menu-item-has-children:hover>a,
.header-top-menu ul li:hover>a {color: var(--primary-color);cursor: pointer;}
.header-top-menu ul.sub-menu {min-width:9.25rem; margin: 0;position: absolute;left: 50%;background: var(--text-color);padding:0.625rem 0;transform: translate(-50%, 0); opacity:0; visibility: hidden; z-index: -99;transition:all 0.4s ease;}
.header-top-menu ul.sub-menu:before {content: "";position: absolute;left: 50%;transform: translate(-50%, 0);border-style: solid;border-color: transparent transparent var(--text-color) transparent;border-width:0 0.563rem 0.938rem 0.563rem;top: -0.938rem;}
.header-top-menu ul.sub-menu li a{padding:0.625rem 1.25rem;white-space: nowrap;}
.header-top-menu .sub-menu-toggle{display: none;}
.header-top-menu li:hover ul.sub-menu{opacity:1; visibility: visible; z-index:1;}

.header-fixed .wrapper {padding: 85px 0 0 0;}
.header-fixed .header{padding:10px 0;}
.header-fixed .logo {max-width:120px;min-width:120px;flex-basis:120px;}
.hide-header{opacity:0; visibility: hidden; z-index:-1; top:-30% !important}

/** Hero Section Start **/
.hero-section{padding:40px 65px 55px 65px;margin:0;}
.hero-section>div:first-child {min-width: 55%;max-width: 55%;flex-basis: 55%;}
.hero-right-image img{max-width:512px !important; width:100%;}
.hero-section .btn + h1 {margin-top: 56px;}
.hero-section h1 {margin-bottom:35px; max-width:600px; width:100%;}
.hero-section p {font-size: 26px;line-height: 36px;margin-bottom: 102px;letter-spacing: -0.03em; max-width:812px; width:100%;}
.hero-section .btn + .btn{margin-left:68px;}

/** Section 2 Start **/
.home-section2 .wp-block-column.is-vertically-aligned-center {align-self: flex-start;}
.home-section2{padding:120px 65px 130px 65px; position: relative; margin:0;}
.home-section2 *:last-child{margin-bottom:0;}
.s2-left-content p{max-width:674px; width:100%;}
.home-section2 h2 {margin-bottom:38px;}
.home-section2 p{font-size:30px; line-height:44px;margin-bottom: 27px;}
.home-section2 .s2-right .wp-block-image {position: relative; border-radius:13px; overflow: hidden; margin-bottom:40px;}
.home-section2 .s2-left-content {min-width: 39.1%;max-width: 39.1%; padding-right:90px;}
.home-section2 .s2-right h4 {margin-bottom: 35px;}
.home-section2 .s2-right p{font-size:26px; line-height:33px;}

/** Section 3 Start **/
.home-section3{text-align: center;margin:0; padding:0 65px 130px 65px;}
.home-section7 h2,
.home-section6 h2,
.home-section3 h2{display: block; width:100%; margin-bottom:70px !important;}
.wp-block-columns.s3-col-wrapper {margin: -35px; gap:0;}
.wp-block-columns.s3-col-wrapper>div{padding:35px;}
.s3-col-wrapper .wp-block-image {margin: 0 0 27px 0;border-radius: 10px;position: relative; padding-bottom:74.4%; overflow: hidden;}
.s3-col-wrapper .wp-block-image img{position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:100%; object-position: center; object-fit: cover;display: block;}
.s3-col-wrapper h3 {margin-bottom: 40px;}
.s3-col-wrapper h3 br{display: none;}
.s3-col-wrapper p{font-size:22px; line-height:32px;}

/** Section 4 Start **/
.home-section4{text-align: center;margin:0; padding:60px 0; overflow: hidden; position: relative;}
.home-section4 h2{color:var(--text-color); white-space: nowrap; font-size:114px; line-height:1; overflow: hidden;}
.home-section4 .scroll-container:first-child {margin-left: -282px;}
/*.home-section4 h2:nth-child(even){color: var(--bg-color);}*/
.scroll-container {position: relative;overflow: hidden;}
.scrolling-text {display: inline-block;transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);will-change: transform;backface-visibility: hidden;}
.scrolling-text .scrolling-text-content {white-space: nowrap;transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);}
.home-section4 .btn {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 1; margin-top:-10px;}
.home-section4:before{content:""; position: absolute;top:47px; left:63px; width:456px; height:356px; background:url(../images/image1.png) no-repeat center; background-size:100% auto; z-index:1;}
.home-section4:after{content:""; position: absolute;bottom:64px; right:105px; width:445px; height:367px; background:url(../images/image2.png) no-repeat center; background-size:100% auto; z-index:1;}

/** Section 5 Start **/
.home-section5{padding:120px 65px 150px 65px; text-align: center;}
.home-section5 p{font-size:60px; line-height:normal;display: inline-block;margin:0; position: relative; padding:0 90px; color:#301820;}
.home-section5 p::before,
.home-section5 p::after{content:""; position: absolute;right:0; top:8px; width:71px; height:46px; background-image:url(../images/qoute-right-icon.png); background-repeat:no-repeat; background-position: center; background-size:100% auto;}
.home-section5 p::before{background-image:url(../images/qoute-left-icon.png); right:auto;left:0;}

/** Section 6 Start **/
.home-section6{background:#fcfaf5; text-align: center;padding:100px 140px 80px 140px;}
.creator-main-list-wrapper {width: 100%;}
.creator-list-wrapper{margin:0 -50px !important;}
.creator-main-list-wrapper .wp-block-media-text {width: 33.333%; float: left; padding:0 50px;display: block !important; position: relative;}
.creator-main-list-wrapper figure.wp-block-media-text__media{position: relative; width:100%; padding-bottom:110%; overflow: hidden; border-radius:10px; cursor: pointer;}
.creator-main-list-wrapper figure.wp-block-media-text__media img{position: absolute;left:0; right:0; top:0; bottom:0; width:100%; height:100%; object-position: center; object-fit: cover;display: block;}
.creator-hover{position: absolute; left:50px; right:50px; top:0; bottom:66px; border-radius:10px; background:var(--secondary-color); border:1px solid var(--primary-color); transition: all 0.4s ease; text-align: center; padding:80px 20px;opacity:0; visibility: hidden;}
.creator-hover h5{font-size:42px; margin-bottom:10px;}
.creator-hover h6{font-family:var(--secondary-font) !important; font-size:30px; margin-bottom:48px;}
.creator-hover h6 a{color:var(--primary-color); text-decoration: underline;}
.creator-hover h6 a:hover{text-decoration: none; color:var(--primary-color);}
.creator-hover p{font-size:23px; line-height:40px; margin-bottom:0;}
.creator-hover p strong{display: block;}
.creator-hover p a{color: var(--primary-color);}
.creator-hover p a:hover{color: var(--primary-color); text-decoration: underline;}
.creator-main-list-wrapper .btn{min-width:190px; height:46px; line-height:44px; border-radius:8px; font-size:22px; padding:0 15px; cursor:default; margin-top:20px;}
.creator-main-list-wrapper .wp-block-media-text:hover .creator-hover{opacity:1;visibility:visible;}

/** Section 7 Start **/
.home-section7{text-align: center; padding:135px 0 70px 0;}
.instagram-wrapper {width: 100%;}
.instagram-wrapper div#sbi_images {padding: 0 !important;margin: -16px; width:calc(100% + 32px) !important;}
#sb_instagram{padding-bottom:0 !important}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item{padding:16px !important;}
#sb_instagram .sbi_photo_wrap {border-radius: 10px;overflow: hidden;}
#sb_instagram #sbi_load a{margin: 60px 0 0 0;background:var(--secondary-color) !important; border:1px solid var(--primary-color) !important;}
#sb_instagram #sbi_load a:hover, #sb_instagram #sbi_load a:focus, #sb_instagram #sbi_load a:active{background:var(--primary-color) !important; color:var(--bg-color) !important;}
#sb_instagram #sbi_load a svg{display: none;}

/** Footer Start **/
.footer{background:var(--dark-color);}
.footer *{color:var(--bg-color);}
.footer-logo a {display: block;max-width: 118px;width: 100%;margin: 0 auto;}
.footer-menu.ms-md-auto li{text-align: right}
.footer-menu li{line-height:1;}
.footer-menu li+li {margin-top: 36px;}
.footer-menu li a {font-size:18px;text-transform: uppercase; line-height:1; position: relative; display: inline-block;}
.footer p a:after,
.footer-menu ul li a:after{content:""; position: absolute;left:0; right:0; bottom:0px; width:0; margin:0 auto; height:1px; background:var(--bg-color); transition: all 0.4s ease; opacity:0;}
.footer p a:hover:after,
.footer-menu ul li.current-menu-item>a:after,
.footer-menu ul li.current-menu-parent>a:after,
.footer-menu ul li.current_page_parent>a:after,
.footer-menu ul li.current_page_item>a:after,
.footer-menu ul li.menu-item-has-children:hover>a:after,
.footer-menu ul li:hover>a:after{width:100%;opacity:1;}
.footer-menu ul li.current-menu-item>a,
.footer-menu ul li.current-menu-parent>a,
.footer-menu ul li.current_page_parent>a,
.footer-menu ul li.current_page_item>a,
.footer-menu ul li.menu-item-has-children:hover>a,
.footer-menu ul li:hover>a{color: var(--bg-color);}
.footer p{font-size:18px;}
.footer p a{position: relative;}
.footer p a:hover{color:var(--bg-color);}


/** Creator Page Start **/
.brand-section1 h2,
.brand-hero-section h1,
.creator-hero-section.hero-section h1{font-size:92px; line-height:1; letter-spacing:-1.84px; max-width:100%;}
.creator-hero-section .wp-block-column:first-child{padding-top:128px;}
.creator-hero-section.hero-section{padding-top:85px;padding-bottom:100px;}
.creator-hero-section .wp-block-column.is-vertically-aligned-center {align-self: flex-start;}
.creator-hero-section.hero-section>div:first-child {min-width: 58%;max-width: 58%;flex-basis: 58%;}
.creator-hero-section .wp-block-image{position: relative;}
.creator-hero-section .wp-block-image:after{content:""; position: absolute;left:0; right:0; top:44px; bottom:-53px; background:url(../images/creator-shape.svg) no-repeat center; background-size:contain;mix-blend-mode: multiply;}
.creator-hero-section.hero-section h1{padding-bottom:10px;}
.brand-hero-section p,
.creator-hero-section.hero-section p{margin-bottom:0;}

.form-section{padding:68px 65px 75px 65px;position: relative; z-index:1;}
.form-section .form-style{max-width:1370px; width:100%;}
.form-style .row+.row {padding-top: 10px;}
.form-style .row{margin:-10px;}
.form-style .row>div{padding:10px;}
.form-style label.label{display: block; margin-bottom:28px;}
.form-style p{margin-bottom:0}
.radio-boxes .wpcf7-list-item {margin: 0 38px 0 0;}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label {padding-right: 90px; position: relative; min-height:80px; display: -webkit-flex; display: flex; align-items: center; cursor: pointer;}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label:before {content: "";width: 80px;height: 80px;background:var(--light-color);position: absolute;right: 0;top: 0;border-radius: 12px;border: 1px solid var(--dark-color);}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label:after {content: "";width: 60px;height: 60px;background:var(--dark-color);position: absolute;right: 10px;top: 10px;border-radius: 12px; transition: all 0.4s ease; opacity:0;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item input,
.radio-boxes .wpcf7-list-item input {position: absolute;opacity: 0;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label:after,
.radio-boxes .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label:after,
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:after,
.radio-boxes .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:after{opacity:1;}
.form-style .wpcf7-not-valid-tip{position: absolute; display: none;}
.radio-boxes .wpcf7-not-valid .wpcf7-list-item .wpcf7-list-item-label:before,
.form-style .wpcf7-not-valid{border-color:red !important;}
.form-max-width{max-width:1235px; width:100%;}
.form-max-width .row>div {margin-top: 54px;}
.form-max-width .row>div .row>div{margin-top:0;}
.form-max-width ::-webkit-input-placeholder{color:var(--text-color); opacity:1;}
.form-max-width :-moz-placeholder{color:var(--text-color); opacity:1;}
.form-max-width ::-moz-placeholder{color:var(--text-color); opacity:1;} 
.form-max-width :-ms-input-placeholder{color:var(--text-color); opacity:1;}
.radio-boxes-list-wrapper span.wpcf7-form-control {display: -webkit-flex;display: flex;margin: -10px; flex-wrap: wrap;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item {min-width: 33.333%;max-width: 33.333%;flex-basis: 33.333%; padding:10px; margin:0;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item>label{background:var(--light-color); border-radius:12px; border:1px solid var(--dark-color); padding:10px 30px; position: relative; min-height:80px; display: -webkit-flex; display: flex; align-items: center; cursor: pointer;}
.radio-boxes-list-wrapper .wpcf7-not-valid.wpcf7-form-control .wpcf7-list-item>label{border-color:red !important;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before {content: "";width: 32px;height: 32px;background:var(--light-color);position: absolute;right: 23px;top: 50%;transform: translate(0, -50%); border-radius:100%;border: 1px solid var(--dark-color); cursor: pointer;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after {content: "";width: 20px;height: 20px;background:var(--dark-color);position: absolute;right:29px;top: 50%;transform: translate(0, -50%); border-radius:100%; transition: all 0.4s ease; opacity:0;}
.radio-boxes.count-me-radio .wpcf7-list-item {margin-right: 12px;}
.btn-box p {display: inline-block;position: relative; max-width:none !important; width:auto !important;}
.btn-box span.wpcf7-spinner {position: absolute;margin: 0;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.form-section .wpcf7-response-output {margin: 20px 0 0 0 !important;padding: 10px !important;}

/** Contact Page Start **/
.contact-section1.form-section{padding-top:190px; padding-bottom:180px;}
.contact-section1.form-section:before{display: none;}
.contact-section1 p{max-width:828px; width:100%;}
.contact-section1 p a:hover{text-decoration: underline; color: var(--primary-color);}
.contact-section1 h1 {margin-bottom: 50px;}
.contact-section1 .form-style {padding-top: 60px;}
.contact-section1 .form-style p{max-width:100%;}
body .wpcf7 form.sent .wpcf7-response-output{border-color:var(--primary-color);}

/** Brand Page Start **/
.hero-section.brand-hero-section{padding-top:44px; padding-bottom:55px;}
.hero-section.brand-hero-section h1 {padding-bottom: 20px; max-width:100%;}
.hero-section.brand-hero-section h1 small{display: block;font-size:54px; letter-spacing:-0.2px; line-height:normal; margin:16px 0 6px 0;}
.hero-section.brand-hero-section p{max-width:646px;}
.brand-section1{padding:55px 65px 95px 65px;}
.brand-section1 h2{padding-bottom:26px;}
.brand-section1 h3{display: -webkit-flex; display: flex; align-items: center; font-size:70px; letter-spacing:-3px;margin-bottom:-15px;}
.brand-section1 h3 strong {font-weight: 400;min-width: 140px;height:165px; text-align: center; background-image:url(../images/title-number-text.svg);background-position: center; background-repeat: no-repeat; background-size:contain; display:-webkit-flex; display: flex;align-items: center; justify-content: center; margin-right:10px;}
.brand-section1 p{padding-left:150px;}
.brand-section1 .items{max-width:1336px; width:100%;}
.brand-section1 .items{margin-top:22px;}
.brand-section1 .items:nth-child(odd) h3 strong {background-image:url(../images/title-number-text.png);}
.brand-section2{text-align: center;padding:160px 203px 176px 203px;}
.brand-section2 h2 {margin-bottom: 108px !important;}
.brand-section2 .btn{margin-top:-10px !important;}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{background:var(--secondary-color) !important; color:var(--dark-color) !important;}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{color:var(--white-color) !important; background:var(--dark-color) !important; box-shadow: none !important;}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (max-width:1699px) {
.h1, h1{font-size:90px; line-height:1;letter-spacing:-2.4px;}
.h2, h2{font-size:70px;letter-spacing:-1.4px;}
.h3, h3{font-size:50px;letter-spacing:-1.4px;}
h4{font-size:45px;letter-spacing:-0.8px;}
h5{font-size:30px;}
h6{font-size:20px;}
blockquote, blockquote p, body, p, ul li, ol li{font-size:24px; line-height:31px;}
#sb_instagram #sbi_load a,
.button, .btn {padding:0 25px;font-size:22px;height:74px;line-height:72px; min-width:320px;}

/* Header Start **/
.header-right>div {padding-right: 50px;}
.header-top-menu ul li a{font-size:20px;}

/** Hero Section Start **/
.hero-section{padding:30px 50px 40px 50px;}
.hero-section h1 {margin-bottom: 25px;}
.hero-section .btn + h1 {margin-top: 50px;}
.hero-section p{font-size:24px; line-height:34px; margin-bottom:90px;}
.hero-section .btn + .btn{margin-left:50px;}

/** Section 2 Start **/
.home-section2{padding:100px 50px 120px 50px;}
.home-section2 .s2-left-content {padding-right:70px;}
.home-section2 h2 {margin-bottom:35px;}
.home-section2 p{font-size:28px; line-height:42px;margin-bottom: 25px;}
.home-section2 .s2-right .wp-block-image { margin-bottom:35px;}
.home-section2 .s2-right h4 {margin-bottom: 30px;}
.home-section2 .s2-right p{font-size:24px; line-height:30px;}

/** Section 3 Start **/
.home-section3{padding:0 50px 120px 50px;}
.home-section7 h2,
.home-section6 h2,
.home-section3 h2{margin-bottom:60px !important;}
.wp-block-columns.s3-col-wrapper {margin: -30px;}
.wp-block-columns.s3-col-wrapper>div{padding:30px;}
.s3-col-wrapper .wp-block-image {margin: 0 0 25px 0;}
.s3-col-wrapper h3 {margin-bottom: 30px;}

/** Section 4 Start **/
.home-section4{padding:50px 0;}
.home-section4 h2{font-size:100px;}
.home-section4 .scroll-container:first-child {margin-left: -250px;}
.home-section4:before {left: 43px;width: 416px;height: 326px;}
.home-section4:after {bottom: 64px;right: 85px;width: 405px;height: 334px;}

/** Section 5 Start **/
.home-section5{padding:110px 50px 130px 50px;}
.home-section5 p{font-size:56px;}

/** Section 6 Start **/
.home-section6{padding:90px 140px 70px 140px;}
.creator-list-wrapper{margin:0 -40px !important;}
.creator-main-list-wrapper .wp-block-media-text {padding:0 40px;}
.creator-hover{left:40px; right:40px;bottom:66px;padding:70px 15px;}
.creator-hover h5{font-size:40px; margin-bottom:5px;}
.creator-hover h6{font-size:28px; margin-bottom:45px;}
.creator-hover p{font-size:22px; line-height:38px;}

/** Section 7 Start **/
.home-section7{padding:130px 0 60px 0;}
.instagram-wrapper div#sbi_images {margin: -15px; width:calc(100% + 30px) !important;}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item{padding:15px !important;}
#sb_instagram #sbi_load a{margin:50px 0 0 0;}

/** Creator Page Start **/
.brand-section1 h2,
.brand-hero-section h1,
.creator-hero-section.hero-section h1{font-size:88px;letter-spacing:-1.8px;}
.creator-hero-section .wp-block-column:first-child{padding-top:110px;}
.creator-hero-section.hero-section{padding-top:70px;padding-bottom:90px;}
.creator-hero-section .wp-block-image:after{left:-20px; right:-10px; top:20px; bottom:-50px;}
.creator-hero-section.hero-section h1{padding-bottom:5px;}
.form-section{padding:65px 50px 75px 50px;}
.form-style label.label{margin-bottom:25px;}
.radio-boxes .wpcf7-list-item {margin: 0 35px 0 0;}
.form-max-width .row>div {margin-top: 50px;}

/** Contact Page Start **/
.contact-section1.form-section{padding-top:180px; padding-bottom:170px;}
.contact-section1 h1 {margin-bottom: 45px;}
.contact-section1 .form-style {padding-top: 50px;}

/** Brand Page Start **/
.hero-section.brand-hero-section{padding-top:40px; padding-bottom:50px;}
.hero-section.brand-hero-section h1 {padding-bottom: 15px;}
.hero-section.brand-hero-section h1 small{font-size:50px;line-height:normal; margin:14px 0 2px 0;}
.brand-section1{padding:50px 50px 90px 50px;}
.brand-section1 h2{padding-bottom:20px;}
.brand-section1 h3{font-size:65px; letter-spacing:-2.8px;}
.brand-section1 .items{margin-top:20px;}
.brand-section2{padding:120px 180px 150px 180px;}
.brand-section2 h2 {margin-bottom: 80px !important;}
.brand-section2 .btn{margin-top:-5px !important;}

}

@media screen and (max-width:1449px){
.h1, h1{font-size:86px; letter-spacing:-2.2px;}
.h2, h2{font-size:66px;letter-spacing:-1.2px;}
.h3, h3{font-size:44px;letter-spacing:-1.2px;}
h4{font-size:40px;letter-spacing:-0.6px;}
h5{font-size:28px;}

#sb_instagram #sbi_load a,
.button, .btn {padding:0 20px;height:70px;line-height:68px; min-width:300px;}
.container{padding:0 50px;}

/* Header Start **/
.header-right>div {padding-right: 30px;}
.header-top-menu ul li a{font-size:18px;}

/** Hero Section Start **/
.hero-section{padding:30px;}
.hero-section .btn + h1 {margin-top: 40px;}
.hero-section h1 {margin-bottom: 20px;}
.hero-section p{font-size:22px; line-height:32px; margin-bottom:80px;}
.hero-section .btn + .btn{margin-left:45px;}

/** Section 2 Start **/
.home-section2{padding:80px 30px 100px 30px;}
.home-section2 .s2-left-content {padding-right:60px;}
.home-section2 h2 {margin-bottom:30px;}
.home-section2 p{font-size:26px; line-height:40px;margin-bottom: 20px;}
.home-section2 .s2-right .wp-block-image { margin-bottom:30px;}
.home-section2 .s2-right h4 {margin-bottom: 25px;}
.home-section2 .s2-right p{font-size:22px; line-height:28px;}
.home-section4:before {left: 30px;width: 366px;height: 285px;top: 40px;}
.home-section4:after {bottom: 52px;right: 45px;width: 355px;height: 294px;}

/** Section 3 Start **/
.home-section3{padding:0 30px 100px 30px;}
.home-section7 h2,
.home-section6 h2,
.home-section3 h2{margin-bottom:50px !important;}
.wp-block-columns.s3-col-wrapper {margin: -20px;}
.wp-block-columns.s3-col-wrapper>div{padding:20px;}
.s3-col-wrapper .wp-block-image {margin: 0 0 20px 0;}
.s3-col-wrapper h3 {margin-bottom: 25px;}
.s3-col-wrapper p {font-size: 20px;line-height: 30px;}

/** Section 4 Start **/
.home-section4{padding:40px 0;}
.home-section4 h2{font-size:90px;}
.home-section4 .scroll-container:first-child {margin-left: -200px;}

/** Section 5 Start **/
.home-section5{padding:100px 30px 110px 30px;}
.home-section5 p{font-size:52px; padding:0 60px}
.home-section5 p::before, .home-section5 p::after {width: 50px;height: 36px;}

/** Section 6 Start **/
.home-section6{padding:80px 100px 60px 100px;}
.creator-list-wrapper{margin:0 -30px !important;}
.creator-main-list-wrapper .wp-block-media-text {padding:0 30px;}
.creator-hover{left:30px; right:30px;bottom:57px;padding:60px 15px;}
.creator-hover h5{font-size:38px;}
.creator-hover h6{font-size:26px; margin-bottom:40px;}
.creator-hover p{font-size:20px; line-height:36px;}
.creator-main-list-wrapper .btn{min-width:160px; height:42px; line-height:40px;font-size:20px; padding:0 10px; margin-top:15px;}

/** Section 7 Start **/
.home-section7{padding:110px 0 60px 0;}
#sb_instagram #sbi_load a{margin:45px 0 0 0;}

/** Creator Page Start **/
.brand-section1 h2,
.brand-hero-section h1,
.creator-hero-section.hero-section h1{font-size:84px;letter-spacing:-1.6px;}
.creator-hero-section .wp-block-column:first-child{padding-top:80px;}
.creator-hero-section.hero-section{padding-top:60px;padding-bottom:80px;}
.creator-hero-section.hero-section>div:first-child {min-width: 62%;max-width: 62%;flex-basis: 62%;}
.creator-hero-section .wp-block-image:after{top:15px; bottom:-60px;}
.creator-hero-section.hero-section h1{padding-bottom:0;}
.form-section{padding:60px 30px 60px 30px;}
.form-style label.label{margin-bottom:20px;}
.radio-boxes .wpcf7-list-item {margin: 0 30px 0 0;}
.form-max-width .row>div {margin-top: 40px;}

/** Contact Page Start **/
.contact-section1.form-section{padding-top:140px; padding-bottom:160px;}
.contact-section1 h1 {margin-bottom: 40px;}
.contact-section1 .form-style {padding-top: 40px;}

/** Brand Page Start **/
.hero-section.brand-hero-section{padding-top:35px; padding-bottom:45px;}
.hero-section.brand-hero-section h1 {padding-bottom: 10px;}
.hero-section.brand-hero-section h1 small{font-size:46px; margin:12px 0 0 0;}
.brand-section1{padding:40px 30px 80px 30px;}
.brand-section1 h2{padding-bottom:15px;}
.brand-section1 h3{font-size:55px; letter-spacing:-2.6px;}
.brand-section2{padding:100px 140px 130px 140px;}
.brand-section2 h2 {margin-bottom: 60px !important;}
.brand-section2 .btn{margin-top:-5px !important;}

}

@media screen and (max-width:1299px){
#sb_instagram #sbi_load a,
.button, .btn {min-width:280px;}

/** Hero Section Start **/
.hero-section p{margin-bottom:60px;}
.hero-section .btn + .btn{margin-left:30px;}

/** Brand Page Start **/
.hero-section.brand-hero-section h1 small{font-size:44px;}

}
@media screen and (max-width:1199px) {
.h1, h1{font-size:70px;}
.h2, h2{font-size:60px;}
.h3, h3{font-size:40px;}
h4{font-size:36px;}
h5{font-size:26px;}
h6{font-size:18px;}
blockquote, blockquote p, body, p, ul li, ol li{font-size:22px; line-height:28px;}
.uploadfield .wpcf7-form-control-wrap,
input, textarea, select {padding:5px 20px; font-size:22px;}
.uploadfield .wpcf7-form-control-wrap,
input, textarea, select {padding:5px 25px; font-size:22px; height:60px;}
.select-box select {padding: 0 75px 0 25px;}
textarea {height:180px; padding:15px 25px;}

.entry-content ul li:before{top:0.45rem;}
.container{padding:0 30px;}
#sb_instagram #sbi_load a,
.button, .btn {padding:0 15px;height:60px;line-height:58px; min-width:200px; font-size:20px;}
.slick-arrow {width: 34px;height: 138px;margin-top: -30px;}
.slick-arrow.slick-prev {left: -34px;}
.slick-arrow.slick-next {right: -34px;}

/** Header Start **/
.header-fixed .wrapper, .wrapper{padding-top:97px;}
.header-fixed .header, .header{padding:10px 0;}
.header-top-menu>ul>li + li {margin-left: 25px;}

/** Hero Section Start **/
.hero-section .btn + h1 {margin-top: 30px;}
.hero-section h1 {margin-bottom: 15px;}
.hero-section p{font-size:20px; line-height:30px; margin-bottom:40px;}
.hero-section .btn + .btn{margin-left:30px;}

/** Section 2 Start **/
.home-section2{padding:60px 30px;}
.home-section2 h2 {margin-bottom:25px;}
.home-section2 p{font-size:24px; line-height:34px;}
.home-section2 .s2-left-content {padding-right:0;}
.home-section2 .s2-right .wp-block-image { margin-bottom:25px;}
.home-section2 .s2-right h4 {margin-bottom: 20px;}
.home-section2 .s2-right p{font-size:20px; line-height:26px;}

/** Section 3 Start **/
.home-section3{padding:0 30px 80px 30px;}
.home-section7 h2,
.home-section6 h2,
.home-section3 h2{margin-bottom:40px !important;}
.wp-block-columns.s3-col-wrapper {margin: -15px;}
.wp-block-columns.s3-col-wrapper>div{padding:15px;}
.s3-col-wrapper .wp-block-image {margin: 0 0 15px 0;}
.s3-col-wrapper h3 {margin-bottom: 20px;}
.s3-col-wrapper p {font-size:18px;line-height: 28px;}

/** Section 4 Start **/
.home-section4{padding:30px 0;}
.home-section4 h2{font-size:80px;}
.home-section4 .scroll-container:first-child {margin-left: -150px;}
.home-section4:before {left: 20px;width: 306px;height: 238px;top: 20px;}
.home-section4:after {bottom: 52px;right: 20px;width: 295px;height: 243px;}

/** Section 5 Start **/
.home-section5{padding:90px 30px;}
.home-section5 p{font-size:44px; padding:0 50px}
.home-section5 p::before, .home-section5 p::after {width: 40px;height: 26px;}

/** Section 6 Start **/
.home-section6{padding:70px 60px 50px 60px;}
.creator-list-wrapper{margin:0 -15px !important;}
.creator-main-list-wrapper .wp-block-media-text {padding:0 15px;}
.creator-hover{left:15px; right:15px;bottom:54px;padding:40px 15px;}
.creator-hover h5{font-size:34px;}
.creator-hover h6{font-size:22px; margin-bottom:30px;}
.creator-hover p{font-size:18px; line-height:30px;}
.creator-main-list-wrapper .btn{min-width:140px; height:40px; line-height:38px;font-size:18px;}

/** Section 7 Start **/
.home-section7{padding:80px 0 50px 0;}
.instagram-wrapper div#sbi_images {margin: -10px; width:calc(100% + 20px) !important;}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item{padding:10px !important;}
#sb_instagram #sbi_load a{margin:35px 0 0 0;}

/** Footer Start **/
.footer-menu li+li {margin-top: 30px;}
.footer-menu li a {font-size: 16px;}
.footer p{font-size:16px;}

/** Creator Page Start **/
.brand-section1 h2,
.brand-hero-section h1,
.creator-hero-section.hero-section h1{font-size:68px;letter-spacing:-1.2px;}
.creator-hero-section .wp-block-column:first-child{padding-top:40px;}
.creator-hero-section.hero-section{padding-top:40px;padding-bottom:40px;}
.form-section{padding:50px 30px 50px 30px;}
.form-style label.label{margin-bottom:15px;}
.radio-boxes .wpcf7-list-item {margin: 0 20px 0 0;}
.form-max-width .row>div {margin-top: 30px;}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label:before{width:60px; height:60px;}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label:after {width: 40px;height: 40px;}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label{min-height:60px; padding-right:70px;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item>label {min-height: 60px; padding:0 25px;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item>label{min-height:60px;}
.uploadfile-label{min-height:60px; padding:0 25px;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:before {width: 28px;height: 28px;right: 16px;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label:after {width: 16px;height: 16px;right: 22px;}
.select2-container--default .select2-selection--multiple:after,
.select-box .wpcf7-form-control-wrap:after {right: 15px;width: 38px;height: 18px;}
.icon-wrap .plus-icon-holder{right: 15px;width: 32px;height: 33px; top: 28px;}
.icon-field.icon-wrap + .icon-field.icon-wrap,
.uploadfield + .uploadfield{margin-top: 10px;}
.multiple-select .select2-search__field {height: 47px;}
.select2-container--default .select2-selection--multiple{padding-right:60px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{font-size:14px;}
/** Contact Page Start **/
.contact-section1.form-section{padding-top:100px; padding-bottom:100px;}
.contact-section1 h1 {margin-bottom: 30px;}
.contact-section1 .form-style {padding-top: 30px;}

/** Brand Page Start **/
.hero-section.brand-hero-section{padding-top:30px; padding-bottom:30px;}
.hero-section.brand-hero-section h1 {padding-bottom: 0;}
.hero-section.brand-hero-section h1 small{font-size:40px; margin:0;}
.brand-section1{padding:30px 50px 60px 50px;}
.brand-section1 h2{padding-bottom:10px;}
.brand-section1 h3{font-size:50px; letter-spacing:-1px;}
.brand-section1 h3 strong {min-width: 100px;height: 125px; margin-right:5px;}
.brand-section1 p {padding-left: 105px;}
.brand-section1 .items{margin-top:15px;}
.brand-section2{padding:80px 80px 100px 80px;}
.brand-section2 h2 {margin-bottom: 40px !important;}
.brand-section2 .btn{margin-top:0 !important;}

}

@media screen and (max-width:991px) {
.h1, h1{font-size:60px; letter-spacing:-0.8px;}
.h2, h2{font-size:50px;letter-spacing:-1px;}
.h3, h3{font-size:40px;letter-spacing:-0.8px;}
h4{font-size:30px;letter-spacing:-0.2px;}
h5{font-size:24px;}
blockquote, blockquote p, body, p, ul li, ol li{font-size:20px; line-height:26px;}
p{margin-bottom:1.25rem;}
body .collapse:not(.show){display: none;}
.entry-content ul li:before {top: 0.35rem;}
.container{padding:0 20px;}
#sb_instagram #sbi_load a,
.button, .btn {height:56px;line-height:54px; min-width:180px; font-size:18px;}
.uploadfield .wpcf7-form-control-wrap,
input, textarea, select {font-size:18px;}

/** Header Start **/
.header-fixed .wrapper, .wrapper{padding-top:86px;}
.header-fixed .logo, .logo{max-width:120px;min-width:120px;flex-basis:120px;}
.header-right>div {padding-right: 0;}
.header-inner nav{align-items:center !important;}
.header-top-menu ul li{display: -webkit-flex;display: flex;align-items: center; flex-wrap: wrap; width:100%;padding:0;position: relative;}
.header-top-menu{width:100%;}
.header-top-menu>ul>li+li {margin:30px 0 0;}
.header-top-menu ul li a {font-size:1.125rem; line-height:120%; position: relative; display:inline-block; padding:0;}
.header-top-menu ul li button.sub-menu-toggle {font-size: 0;z-index: 1;cursor: pointer;border: 0;display: inline-block;padding: 0; margin:0 0 0 auto; position: absolute;left:0; right:0; top:0;bottom:0; height:1.35rem; background:none;}
.header-top-menu ul li button.sub-menu-toggle:after{content:""; position: absolute;right:0;top:0; background: url(../images/dropdown-icon2.svg) no-repeat center;background-size:1rem auto;height:1.35rem; width:1rem; transition: all 0.4s ease;}
.header-top-menu ul li.active button.sub-menu-toggle:after {transform: rotate(-180deg);}
.header-top-menu ul li button.sub-menu-toggle span{display: none;}
.collapse:not(.show){display: block;opacity:0; visibility:hidden; z-index:-99; transition: all 0.4s ease;}
.navbar-collapse {position: fixed;left:0;top:86px;right:0; bottom: 0;background:var(--bg-color);z-index: 1; padding:2.5rem 1.25rem; height:calc(100vh - 86px); overflow: auto; display: -webkit-flex; display: flex; align-items:start; justify-content: start; flex-direction: column;}
.collapse, .navbar-collapse[aria-expanded="true"]{opacity:1; visibility:visible; z-index:1;}
.header-top-menu ul.sub-menu{position: relative; left:0; transform:none; opacity:1; visibility:visible; z-index:1; margin:1.25rem -1.25rem 0 -1.25rem;display: none; width:calc(100% + 2.5rem); background: var(--white-color); padding:1.25rem 0 0.625rem 0;}
.header-top-menu li.active ul.sub-menu{display: block;}
.header-top-menu ul.sub-menu:before {display: none;}
.header-top-menu ul.sub-menu li a {padding:1.2rem 1.25rem; font-size:0.875rem; line-height:120%;}

/** Hero Section Start **/
.hero-section .btn + h1 {margin-top: 20px;}
.hero-section h1 {margin-bottom: 10px;}
.hero-section p{font-size:18px; line-height:28px; margin-bottom:30px;}
.hero-section .btn + .btn{margin-left:20px;}
.hero-section>div:first-child {min-width: 100%;max-width: 100%;flex-basis: 100%;}

/** Section 2 Start **/
.home-section2{padding:40px 30px 60px 30px;}
.home-section2 h2 {margin-bottom:20px;}
.home-section2 p{font-size:22px; line-height:32px;}
.home-section2 .s2-right .wp-block-image { margin-bottom:20px;}
.home-section2 .s2-left-content {min-width:100%;max-width:100%;}
.home-section2 .s2-right h4 {margin-bottom: 15px;}
.home-section2 .s2-right p{font-size:18px; line-height:24px;}

/** Section 3 Start **/
.home-section3{padding:0 30px 60px 30px;}
.home-section7 h2,
.home-section6 h2,
.home-section3 h2{margin-bottom:30px !important;}
.wp-block-columns.s3-col-wrapper {margin:-20px -10px;}
.wp-block-columns.s3-col-wrapper>div{padding:20px 10px;}
.s3-col-wrapper h3 {margin-bottom: 15px;}

/** Section 4 Start **/
.home-section4 h2{font-size:60px;}
.home-section4 .scroll-container:first-child {margin-left: -100px;}
.home-section4:before {width: 226px;height: 177px;}
.home-section4:after {width: 215px;height: 180px;}

/** Section 5 Start **/
.home-section5{padding:60px 30px;}
.home-section5 p{font-size:32px; padding:0 50px;}
.home-section5 p::before, .home-section5 p::after {width: 40px;height: 26px; top: 0;}

/** Section 6 Start **/
.home-section6{padding:50px;}
.creator-list-wrapper{margin:0 -10px !important;}
.creator-main-list-wrapper .wp-block-media-text {padding:0 10px;}
.creator-hover{left:10px; right:10px;bottom:54px;padding:30px 15px;}
.creator-hover h5{font-size:30px;}
.creator-hover h6{font-size:20px; margin-bottom:20px;}
.creator-hover p{font-size:16px; line-height:26px;}

/** Section 7 Start **/
.home-section7{padding:60px 0 40px 0;}
#sb_instagram #sbi_load a{margin:25px 0 0 0;}
#sb_instagram #sbi_load a{margin:15px 0 0 0;}
.instagram-wrapper div#sbi_images {margin:-10px 0; width:100% !important;}

/** Creator Page Start **/
.brand-section1 h2,
.brand-hero-section h1,
.creator-hero-section.hero-section h1{font-size:60px;letter-spacing:-1.1px;}
.creator-hero-section .wp-block-column:first-child{padding-top:0;}
.creator-hero-section.hero-section>div:first-child {min-width: 100%;max-width: 100%;flex-basis: 100%;}
.creator-hero-section .wp-block-image:after {top: 30px;bottom: -20px;}
.form-section{padding:40px 30px;}
.form-style label.label{margin-bottom:10px;}
.radio-boxes .wpcf7-list-item {margin: 0 15px 0 0;}
.form-max-width .row>div {margin-top: 20px;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item {min-width:50%;max-width:50%;flex-basis:50%;}

/** Contact Page Start **/
.contact-section1.form-section{padding-top:80px; padding-bottom:80px;}
.contact-section1 h1 {margin-bottom: 20px;}
.contact-section1 .form-style {padding-top: 20px;}

/** Brand Page Start **/
.hero-section.brand-hero-section{padding-top:20px; padding-bottom:20px;}
.hero-section.brand-hero-section h1 small{font-size:36px;}
.brand-section1{padding:20px 50px 40px 50px;}
.brand-section1 h2{padding-bottom:5px;}
.brand-section1 h3{font-size:40px; letter-spacing:-1px;}
.brand-section1 h3 strong {min-width:80px;height: 90px; margin-right:0;}
.brand-section1 p {padding-left: 80px;}
.brand-section1 .items{margin-top:10px;}
.brand-section2{padding:60px 30px;}
.brand-section2 h2 {margin-bottom: 40px !important;}
.brand-section2 .btn{margin-top:0 !important;}

}

@media screen and (max-width:767px) {
.h1, h1{font-size:54px; letter-spacing:-1.4px;}
.h2, h2{font-size:44px;letter-spacing:-0.8px;}
.h3, h3{font-size:30px;letter-spacing:-0.6px;}
h4{font-size:26px;letter-spacing:0;}
h5{font-size:22px;}
blockquote, blockquote p, body, p, ul li, ol li{font-size:18px; line-height:24px;}
img.alignright,
img.alignleft{display: block;float: none;margin:1rem 0;}
.container{padding:0 15px;}
#sb_instagram #sbi_load a,
.button, .btn {height:50px;line-height:48px; min-width:160px; font-size:16px;}
.uploadfield .wpcf7-form-control-wrap,
input, textarea, select {font-size:16px; height:56px; padding:5px 15px;}
.select-box select {padding: 0 60px 0 15px;}
textarea {height:100px; padding:10px 15px;}
.multiple-select .select2-search__field {height: 43px;}

/** Header Start **/
.header-fixed .wrapper, .wrapper{padding-top:75px;}
.header-fixed .logo, .logo{max-width:100px;min-width:100px;flex-basis:100px;}
.navbar-collapse {top: 75px;height: calc(100vh - 75px);}

/** Hero Section Start **/
.hero-section{padding:30px 15px;}
.hero-section p{margin-bottom:20px;}
.hero-section .btn + .btn{margin-left:15px;}

/** Section 2 Start **/
.home-section2{padding:30px 15px 40px 15px;}
.home-section2 h2 {margin-bottom:15px;}
.home-section2 p{font-size:20px; line-height:30px;margin-bottom: 15px;}
.home-section2 .s2-right .wp-block-image { margin-bottom:15px;}
.home-section2 .s2-right h4 {margin-bottom: 10px;}
.home-section2 .s2-right p{font-size:16px; line-height:22px;}

/** Section 3 Start **/
.home-section3{padding:0 15px 40px 15px;}
.home-section7 h2,
.home-section6 h2,
.home-section3 h2{margin-bottom:20px !important;}
.s3-col-wrapper h3 {margin-bottom: 10px;}

/** Section 4 Start **/
.home-section4{padding:20px 0;}
.home-section4 h2{font-size:40px;}
.home-section4 .scroll-container:first-child {margin-left: -50px;}
.home-section4:before {width: 126px;height: 100px; left:10px;}
.home-section4:after {width: 115px;height: 100px;right: 10px;bottom: 40px;}

/** Section 5 Start **/
.home-section5{padding:40px 15px;}
.home-section5 p{font-size:24px; padding:0 40px;}
.home-section5 p br{display: none;}
.home-section5 p::before, .home-section5 p::after {width: 30px;height: 20px;}

/** Section 6 Start **/
.home-section6{padding:40px 15px;}
.creator-hover{bottom:54px;padding:20px 15px;}
.creator-hover h5{font-size:26px;}
.creator-hover h6{font-size:18px; margin-bottom:15px;}
.creator-hover p{line-height:24px;}

/** Section 7 Start **/
.home-section7{padding:40px 0 30px 0;}

/** Footer Start **/
.footer-menu{width:100%;}
.footer-menu.ms-md-auto li,
.footer-menu li{text-align: center;}
.footer-logo a {max-width: 100px;margin: 30px auto;}

/** Creator Page Start **/
.brand-section1 h2,
.brand-hero-section h1,
.creator-hero-section.hero-section h1{font-size:50px;letter-spacing:-1px;}
.creator-hero-section .wp-block-image:after {left:-10px; top: 15px;}
.creator-hero-section p{margin-bottom:0;}
.form-section{padding:0 15px 40px 15px;}
.form-style label.label{margin-bottom:8px;}
.form-max-width .row>div {margin-top: 10px;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item {min-width:100%;max-width:100%;flex-basis:100%;padding:5px;}
.radio-boxes-list-wrapper span.wpcf7-form-control,
.form-style .row {margin: -5px;}
.form-style .row>div {padding: 5px;}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label:before{width:56px; height:56px;}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label:after {width: 45px;height: 45px;right: 5px;top: 5px;}
.radio-boxes .wpcf7-list-item .wpcf7-list-item-label{min-height:56px; padding-right:66px;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item>label {min-height: 56px; padding:0 25px;}
.radio-boxes-list-wrapper span.wpcf7-form-control .wpcf7-list-item>label{min-height:56px;padding:0 15px;}
.uploadfile-label{min-height:56px; padding:0 15px;}

/** Contact Page Start **/
.contact-section1.form-section{padding-top:60px; padding-bottom:60px;}
.contact-section1 h1 {margin-bottom: 10px;}
.contact-section1 .form-style {padding-top: 0;}

/** Brand Page Start **/
.brand-hero-section p{margin-bottom:0;}
.hero-section.brand-hero-section h1 small{font-size:32px;}
.brand-section1{padding:10px 15px 30px 15px;}
.brand-section1 h3{font-size:30px; letter-spacing:-0.5px;}
.brand-section1 h3 strong {min-width: 60px;height: 68px;}
.brand-section1 p {padding-left: 60px;}
.brand-section2{padding:40px 15px;}
.brand-section2 h2 {margin-bottom: 20px !important;}

}

@media screen and (max-width:375px){
.h1, h1{font-size:40px; letter-spacing:-1px;}
.h2, h2{font-size:30px;letter-spacing:-0.6px;}
.h3, h3{font-size:26px;letter-spacing:0;}
h4{font-size:22px;}
#sb_instagram #sbi_load a,
.button, .btn {min-width:130px; border-radius:8px;}

/** Hero Section Start **/
.hero-section .btn + .btn{margin-left:8px;}

/** Section 2 Start **/
.home-section2 p{font-size:18px; line-height:28px;}
.home-section2 .s2-right p{font-size:16px; line-height:22px;}

/** Section 3 Start **/
.home-section7 h2,
.home-section6 h2,
.home-section3 h2{margin-bottom:10px !important;}

/** Section 4 Start **/
.home-section4 h2{font-size:30px;}
.home-section4:before {width: 86px;height: 68px;}
.home-section4:after {width: 70px;height: 60px;}

/** Section 5 Start **/
.home-section5 p{font-size:22px; padding:0 30px;}
.home-section5 p::before, .home-section5 p::after {width: 24px;height: 16px;}

/** Section 7 Start **/
.home-section7{padding:30px 0 20px 0;}
#sb_instagram #sbi_load a{margin:10px 0 0 0;}

.brand-section1 h2,
.brand-hero-section h1,
.creator-hero-section.hero-section h1{font-size:32px;letter-spacing:-0.8px;}

/** Contact Page Start **/
.contact-section1.form-section{padding-top:40px; padding-bottom:40px;}

/** Brand Page Start **/
.hero-section.brand-hero-section h1 small{font-size:24px;}
.brand-section1{padding:10px 15px 30px 15px;}
.brand-section1 h3{font-size:26px; margin-bottom:0;}
.brand-section1 h3 strong {min-width:50px;height: 54px;}
.brand-section1 p {padding-left: 50px;}
.brand-section2 h2 {margin-bottom: 15px !important;}
}