/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/*
    Add your custom styles here
*/


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
	height: 100%;
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
	background-color:#fff;
	line-height:1;
	margin:0;
	color:#000;
}

body > div[data-elementor-type="header"] > section{
	max-width: 1856px;
}

body > div[data-elementor-type="footer"] > section,
body > div[data-elementor-type="footer"] > div[data-element_type="container"]{
	max-width: 1856px;
}

body > div[data-elementor-type="wp-page"] > section,
body > div[data-elementor-type="wp-page"] > div[data-element_type="container"]{
	max-width: 1856px;
    margin-left: auto;
    margin-right: auto;
}

body > div[data-elementor-type="error-404"] > section{
	max-width: 1856px;
}

body > div[data-elementor-type="archive"] > section{
	max-width: 1856px;
}

body > div[data-elementor-type="single-post"] > section{
	max-width: 1856px;
}

body > div[data-elementor-type="wp-post"] > section{
	max-width: 1856px;
}



h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	font-weight: normal;
}


a{
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration:none;
}


a:active,
a:hover {
  outline: none;
}

sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  vertical-align: middle;
}

p{
	font-family: 'Barlow', sans-serif;
	margin-bottom:25px;
	padding-bottom:0;
}

ul{
	padding: 0;
	font-family: 'Barlow', sans-serif;
	margin-bottom:25px;
	
}


ul li{
	font-family: 'Barlow', sans-serif;
}


ul.list{
	list-style: none;
}


ul.list li{
	margin-bottom:20px;
	position:relative;
	padding-left:35px;
}


ul.list li:before{
	content:'';
	position:absolute;
	background:url('../svg/list-icon-medium.svg') top left no-repeat;
	width:19px;
	height:21px;
	left:0;
	top:6px;
}

.light{
	font-weight:300;
}

img.alignnone, .alignnone{
	margin-bottom: 0;
}

.img-unset img{
	max-width:unset !important;
	width:auto;
}

.wrap, .inner{
	margin-left:auto;
	margin-right:auto;
	position:relative !important;
	max-width: 1200px;
	padding-left:15px !important;
	padding-right:15px !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.search-icon{
	cursor:pointer;
}

.wrap-search-section{
    display:none;
	position:fixed;
	width:100%;
	z-index:99999;
}

.wrap-search-section .close{
	cursor:pointer;
}

.wrap-search-section .elementor-search-form{
    padding: 15px 30px;
    background: #fff;
    border-radius: 3px;
}

.wrap-search-section .elementor-search-form .elementor-search-form__submit{
	border-radius: 3px;
}


.scroll-up{
	display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 48px;
    height: 45px;
    background-color: #1E88E5;
    line-height: 40px !important;
    opacity: 1;
    z-index: 99999;
    outline: none;
    cursor: pointer;
}

.scroll-up:hover{
	opacity: 1;
	color:#fff;
}

.custom-text{
	color:#FD3164;
}

/** -------------------- ELEMENTOR ----------------------------- **/
.elementor-section{
/* 	max-width:1856px; */
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.elementor-section .section-wrap{
	
}

.elementor-widget-image a img[src$=".svg"]{
	width:100% !important;
}

/** -------------------- Submenu ----------------------------- **/

.elementor-widget-nav-menu .custom-mega-menu{
	position: static !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .sub-arrow i{
	font-size: 14px;
    padding-top: 3px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu > a.highlighted + .sub-menu{
	display: flex;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu{
	background-color: #fff;
    border: 1px solid #ED2457;
    border-radius: 20px;
    width: 100% !important;
    left: 0 !important;
	margin-top: 25px !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu::before{
	content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #FD3164;
    position: absolute;
    left: calc(50% - 21px);
    top: -6px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li{
	width: 100%;
	background: url(../jpg/studio1design-submenu-line.jpg) no-repeat right center;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li:last-child{
	background: none;
	margin-right: -1px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li::before{
	content: "";
    background: url(../svg/studio1design-submenu-h-line.svg) no-repeat center;
    height: 1px;
    width: 14px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li:hover::before{
	background-image: url(../svg/studio1design-submenu-h-line-white.svg);
	z-index: 1;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li::after{
	content: "";
    background: url(../svg/studio1design-submenu-cross.svg) no-repeat center;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li:hover::after{
	background-image: url(../svg/studio1design-submenu-cross-white.svg);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li a{
	background: none !important;
	height: 135px;
	border: none;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li:hover a{
	background-color: #FD3164 !important;
	box-shadow: 0px 0px 20px 0px rgb(234 61 101 / 60%);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.personal-brand:hover a{
	background-color: #FD3164 !important;
	border-radius: 15px 0px 0px 15px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.all-service:hover a{
	background-color: #FD3164 !important;
    border-radius: 0px 15px 15px 0px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li .menu-image-title{
	color: #121212;
	font-size: 17px;
	font-weight: 700;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li:hover .menu-image-title{
	color: #fff;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li .menu-image-hover-wrapper{
	padding: 0;
	margin-top: 25px !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.personal-brand .menu-image-hover-wrapper{

}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.ecommerce .menu-image-hover-wrapper{
	margin-top: 22px !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.saas .menu-image-hover-wrapper{
	
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.service-business .menu-image-hover-wrapper{
	margin-top: 27px !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.all-service .menu-image-hover-wrapper{
	margin-top: 23px !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.ecommerce .menu-image-title{
	margin-top: -2px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .custom-mega-menu .sub-menu > li.service-business .menu-image-title{
	margin-top: 1px;
}



/** -------------------- PAGE TEMPLATE DEFAULT ----------------------------- **/
.page-template-default .site-main{
	max-width:1150px !important;
	padding-left:10px;
	padding-right:10px;
	padding-top:140px;
}

.page-template-default .site-main .page-header{
	text-align:center;
	margin-bottom:40px;
}

.page-template-default .site-main  .page-content ul{
	margin-left:20px;
}

.default-btn .elementor-button{
	position:relative;
	background-image:url('../svg/btn-icon-2.svg');
	background-repeat: no-repeat;
    background-position: right center;
}

.default-btn .elementor-button:hover{
	background-image:url('../svg/btn-icon-hover.svg');
}

.white-default-btn .elementor-button{
	position:relative;
	background-image:url('../svg/btn-icon-hover.svg');
	background-repeat: no-repeat;
    background-position: right center;
}

.white-default-btn .elementor-button:hover{
	background-image:url('../svg/btn-icon-2.svg');
}

.black-default-btn .elementor-button{
	position:relative;
	background-image:url('../svg/btn-icon-hover.svg');
	background-repeat: no-repeat;
    background-position: right center;
}

.black-default-btn .elementor-button:hover{
	background-image:url('../svg/studio1design-btn-black.svg');
}

/** -------------------- HEADER ----------------------------- **/
.header-section{
	position:fixed;
	max-width:100%;
	width:100%;
	z-index:9;
	margin-left:-1.5%;
	
}

.header-section.scrolling{
	background-image:none;
	background-color: #181818;
    position: fixed;
	max-width:100%;
    width: 100%;
    z-index: 999;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	margin-top:0 !important;
}


.header-section.scrolling .elementor-inner-section{
	margin-top:0 !important;
}


/** -------------------- HOMEPAGE ----------------------------- **/
.tpl-home .section-2 .elementor-image-box-wrapper .elementor-image-box-description a{
	display: block;
    margin-top: 15px;
	font-size:16px;
	font-weight:700;
	color:#FD3164;
}

.tpl-home .section-2 .elementor-inner-column:hover .elementor-image-box-title,
.tpl-home .section-2 .elementor-inner-column:hover .elementor-image-box-description{
	color:#FFF;
}



.client-section .elementor-widget-image{
	mix-blend-mode: multiply;
}

.praise-section .elementor-testimonial-wrapper:before{
	position:absolute;
	content:'';
	background:url('../svg/quote.svg') top left no-repeat;
	width:34px;
	height:31px;
	margin-top: -40px;
}
.praise-section .elementor-testimonial-wrapper h3{
	font-family: 'Barlow', sans-serif;
	margin-bottom:15px;
	font-size:22px;
	font-weight:700;
	line-height:1.18;
	background: #F8F089;
	display:inline;
}

.praise-section .elementor-testimonial-wrapper h3 + p{
	margin-top:15px;
	
}

.praise-section .elementor-testimonial-content p{
	font-size:16px;
	font-weight:400;
	line-height:1.375;
	letter-spacing:-0.4px;
	margin-bottom:20px;
}
.praise-section .elementor-testimonial-details .elementor-testimonial-name{
	margin-bottom: 5px;
}

.row-resources .elementor-image-box-content{
	padding-left:50px;
	padding-right:50px;
}


.faq-section .elementor-accordion .elementor-accordion-icon svg{
	width:26px !important;
	height:26px !important;
}

.faq-section .elementor-accordion .elementor-tab-content p{
	margin-bottom:20px;
}
.faq-section .elementor-accordion .elementor-tab-content p:first-child{
	margin-bottom:0;
}

/** -------------------- PAGES ----------------------------- **/


/** -------------------- POPUP ----------------------------- **/

.clearifx{
	overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.pum-theme-default-theme .pum-container{
	padding: 80px 100px 80px 90px;
}

.pum-theme-default-theme .pum-content{
	padding-right: 30px;
}

.pum-theme-default-theme .pum-content p,
.pum-theme-default-theme .pum-content li{
	font-size: 18px;
    line-height: 1.5;
}

.pum-theme-default-theme .pum-content ul{
	padding: 0 20px;
}

.pum-theme-default-theme .pum-close{
	background: url(../svg/studio1design-icon-close3.svg) no-repeat center #fff !important;
    height: 37px !important;
    width: 37px !important;
    right: 35px !important;
    top: 30px !important;
}

/* width */
.pum-theme-default-theme .pum-content::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.pum-theme-default-theme .pum-content::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #ececec; 
}
 
/* Handle */
.pum-theme-default-theme .pum-content::-webkit-scrollbar-thumb {
    background: #36383F; 
    border-radius: 4px;
}

.pum-theme-download-theme .pum-container{
	background: url(../jpg/studio1design-popup-bg.jpg) no-repeat center top / cover;
	padding-top: 60px;
}

.pum-theme-download-theme .pum-content{
	overflow: hidden;
}

.pum-theme-download-theme .pum-content h2{
	font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
	text-align: center;
}

.pum-theme-download-theme .pum-content .section-left{
	float: left;
    width: 41%;
    text-align: right;
}

.pum-theme-download-theme .pum-content .section-left img{
	max-width: 335px;
}

.pum-theme-download-theme .pum-content .section-right{
	float: right;
    width: 59%;
    text-align: center;
    padding-right: 90px;
}

.pum-theme-download-theme .pum-content .section-right .popup-content{
    font-size: 22px;
    line-height: 1.3;
    margin: 0 -5px 30px;
}

.pum-theme-download-theme .pum-content .section-right .stuff{
	font-size: 14px;
}

.pum-theme-download-theme .pum-content .section-right .privacy-policy{
	margin: 0;
}

.pum-theme-download-theme .pum-content .section-right .privacy-policy a{
	color: #fff;
    text-decoration: underline;
}

.pum-theme-download-theme .pum-content .section-right form{
	max-width: 396px;
	margin: -10px auto 0;
}

.pum-theme-download-theme .pum-content .section-right form .gform_fields {
    grid-row-gap: 7px !important;
}

.pum-theme-download-theme .pum-content .section-right form .gfield input{
    border-radius: 8px;
    font-size: 16px !important;
    font-weight: 700;
    padding: 22px 30px !important;
    min-height: 40px !important;
    height: 100% !important;
	line-height: 1.3 !important;
}

.pum-theme-download-theme .pum-content .section-right form .gform_footer{
	margin-top: 7px !important;
}

.pum-theme-download-theme .pum-content .section-right form .gform_footer .gform_button{
	background: url(../svg/btn-icon.svg) no-repeat right center #fd3164 !important;
    width: 100% !important;
    max-width: none!important;
    padding: 25px 85px 25px 25px !important;
}

.pum-theme-download-theme .pum-close{
	background: url(../svg/studio1design-icon-close.svg) no-repeat center !important;
    height: 37px !important;
    width: 37px !important;
    right: 30px !important;
    top: 25px !important;
}

.pum-theme-download-theme #popmake-19093 h2{
    line-height: 1;
    font-size: 30px;
    color: #FD3164;
    font-weight: 400;
	max-width: 390px;
	width: 100%;
    margin: 20px auto 0;
}

.pum-theme-download-theme #popmake-19093 .pum-content .section-left{
	width: 39%;
}

.pum-theme-download-theme #popmake-19093 .pum-content .section-left img {
    max-width: 480px;
    margin-left: -20px;
	margin-top: -30px;
	margin-bottom: -85px;
}

.pum-theme-download-theme #popmake-19093 .pum-content .section-right{
	width: 61%;
	padding-right: 80px;
}

.pum-theme-download-theme #popmake-19093 .pum-content .section-right .popup-content{
    padding: 0 10px;
    margin-top: 10px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 42px;
}

.pum-theme-download-theme #popmake-19093 .pum-content .section-right .btn{
	font-size: 18px;
    font-weight: 700;
    padding: 22px 95px 22px 50px;
    background-color: #fd3164;
    background-image: url(../svg/btn-icon-2.svg);
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    line-height: 1;
    border-radius: 8px;
    max-width: 395px;
    width: 100%;
}

.pum-theme-download-theme #popmake-19093 .pum-content .section-right .btn:hover{
	color: #FD3164;
    background-color: #FFFFFF;
	background-image: url(../svg/btn-icon-hover.svg);
}

.pum-theme-view-quiz .pum-container{
	background: url(../jpg/studio1design-popup-bg.jpg) no-repeat center top / cover;
    padding-top: 80px;
    padding-bottom: 40px;
}

.pum-theme-view-quiz .pum-content{
	overflow: hidden;
}

.pum-theme-view-quiz .pum-content .section-left{
	float: left;
    width: 48%;
    text-align: right;
}

.pum-theme-view-quiz .pum-content .section-left img{
	max-width: 397px;
    width: 100%;
    margin-top: -5px;
}

.pum-theme-view-quiz .pum-content .section-right{
    float: right;
    width: 52%;
    text-align: center;
    padding-right: 40px;
}

.pum-theme-view-quiz .pum-content .section-right h3{
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin: 0 -15px 15px;
}

.pum-theme-view-quiz .pum-content .section-right .popup-content{
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 30px;
    padding: 0 29px;
}

.pum-theme-view-quiz .pum-content .section-right a{
    font-size: 18px;
    font-weight: 700;
    padding: 25px 95px 25px 50px;
    color: #fff;
    line-height: 1em;
    letter-spacing: 0px;
    border-radius: 8px;
    position: relative;
    background: url(../svg/btn-icon-2.svg) no-repeat right center #fd3164;
    display: block;
    max-width: 395px;
    margin: auto;
}

.pum-theme-view-quiz .pum-content .section-right a:hover{
	background-image: url(../svg/btn-icon-hover.svg);
	background-color: #fff;
	text-decoration: none;
	color: #fd3164;
}

.pum-theme-view-quiz .pum-close{
	background: url(../svg/studio1design-icon-close.svg) no-repeat center !important;
    height: 37px !important;
    width: 37px !important;
    right: 30px !important;
    top: 25px !important;
}


/** -------------------- FORM ----------------------------- **/
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
	line-height:1 !important;
	font-size:14px !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #121212;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #121212;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #121212;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #121212;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #121212;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #121212;
}

.gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 10px !important;
}

.gform_wrapper .gfield_label{
	display:none !important;
}

.gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 14px;
}

.gform_wrapper input[type=text] {
	font-family: 'Barlow', sans-serif;
    color: #121212;
    font-size: 20px !important;
    font-weight: 700;
    background-color: #fff;
	padding: 0 20px !important;
    min-height: 69px !important;
    line-height: 69px  !important;
    width: 100%  !important;
    border-radius: 0;
	outline:none;
	border:solid 1px #707070;
}

.gform_wrapper input[type=email]{
    font-family: 'Barlow', sans-serif;
    color: #121212;
    font-size: 20px !important;
    font-weight: 700;
    background-color: #fff;
    padding: 0 20px !important;
    min-height: 69px !important;
    line-height: 69px !important;
    width: 100% !important;
    border-radius: 0;
    outline: none;
    border: solid 1px #707070;
}

.gform_wrapper textarea{
	font-family: 'Barlow', sans-serif;
    color: #0C0F10;
    font-size: 20px !important;
    font-weight: 700;
    background-color: #fff;
	padding: 20px !important;
	width: 100%;
    border-radius: 0;
	min-height: 200px;
	max-height:200px;
	outline:none;
	border:solid 1px #707070;
}

.gform_wrapper .gfield select{
	color: #121212 !important;
	background-color: #fff;
}

.gform_wrapper.gform_legacy_markup_wrapper .gfield.gfield_error{
    background-color: transparent !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper.gform_validation_error .gfield.gfield_error .gfield_label{
	margin-top: 0 !important;
}

.gform_wrapper.gform_validation_error .gfield.gfield_error input{
	border: 1px solid #ff0040 !important;
}

.gform_wrapper.gform_validation_error .gfield.gfield_error textarea{
	border: 1px solid #ff0040 !important;
}

.gform_wrapper.gform_validation_error .gfield.gfield_error select{
	border: 1px solid #ff0040 !important;
}

.gform_wrapper.gform_validation_error fieldset.gfield.gfield_error{
	border: 1px solid #ff0040 !important;
}

.gform_wrapper.gform_validation_error fieldset.gfield.gfield_error label{
	color: #121212 !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
	padding:0 !important;
	margin-top:10px !important;
}

.gform_wrapper .gform_button {
   outline:none;
   border: transparent;
	font-family: "Barlow", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 700!important;
    text-transform: capitalize !important;
    padding: 25px !important;
	background-color:#fd3164 !important;
	color:#FFF !important; 
	max-width:380px !important;
	width:100% !important;
	line-height:1 !important;
   
}

.gform_wrapper .gform_button:before{
	position: absolute;
    content: '';
    background: url(../svg/btn-icon-2.svg) no-repeat;
    width: 70px;
    height: 67px;
    top: 0;
    right: 0;

}

.gform_wrapper .gform_button:hover{
	background-color: #ED2457 !important;
}


.gform_wrapper .gform_validation_errors{
	display: none;
}

.gform_wrapper .gfield .validation_message{
	display: none;
}

.pop-free-pdf .gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 8px;
}

.pop-free-pdf .gform_wrapper input[type=text] {
	font-family: 'Barlow', sans-serif;
    color: #121212;
    font-size: 16px !important;
    font-weight: 500;
    background-color: #fff;
	padding: 0 20px !important;
    min-height: 68px !important;
    line-height: 68px  !important;
    width: 100%  !important;
   
	outline:none;
	border-radius:8px;
}


.pop-free-pdf  .gform_wrapper .gform_button{
	max-width:100% !important;
}

/* Portfolio */

#beforeImage{
	padding: 50px 60px;
}

#beforeImage img{
	border-radius: 40px;
    border: 1px solid #E94767;
	box-shadow: 10px 3px 50px 0 rgb(0 0 0 / 67%);
}

#fancybox-outer{
	background: none;
	box-shadow: none;
	max-width: 1100px;
	margin: auto;
}

#fancybox-wrap{
	margin-top: 105px;
}

#fancybox-content{
    border: none;
    width: auto !important;
    text-align: center;
	background: none;
}

#fancybox-close{
	background: url(../svg/studio1design-icon-close.svg) no-repeat center;
	width: 37px;
    height: 37px;
	right: 80px;
} 


.table-div{
    display: block;
    border: 1px solid #ee3866;
    border-radius: 30px;
    padding: 40px 40px 0 40px;
    font-size: 32px;
    margin: 30px 0 50px -20px;
}

.table-div h3{
    border-bottom: 1px solid #dedede;
    color: #000;
    padding-bottom: 20px;
	font-size: 35px;
    font-weight: 700;
}

.table-div h4{
	font-size: 30px;
    letter-spacing: 0;
}

.table-div .first-row{
	overflow: hidden;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.table-div .first-row{
    width: 100%;
    padding-top: 30px;
}

.table-div .first-row ul{
	margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.table-div .first-row ul li{
	list-style: none;
    color: #000;
    font-weight: 700;
    background: url(../svg/studio1-icon1.svg) no-repeat left 3px / 13px;
    padding-left: 25px;
    line-height: 1.3;
    margin-bottom: 10px;
    flex: 33.33%;
	    font-size: 16px;
}

.table-div.one .first-row ul li:nth-child(1),
.table-div.one .first-row ul li:nth-child(4){
		flex: 25.33%;
}

.table-div .second-row{
	overflow: hidden;
    display: flex;
}

.table-div .second-row .left-section{
	float: left;
    width: 50%;
    border-right: 1px solid #dedede;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.table-div .second-row .right-section{
	float: right;
    width: 50%;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.table-div .second-row h4{
	color: #000;
}

.table-div .second-row ul{
    margin: 0;
}

.table-div .second-row ul li{
    list-style: none;
    color: #000;
    font-weight: 700;
    background: url(../svg/studio1-icon1.svg) no-repeat left 3px / 13px;
    padding-left: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
	    font-size: 16px;
}

/* .cky-consent-container .cky-consent-bar .cky-notice{
	max-width: 1120px;
    margin: auto;
} */

.cky-consent-container{
	width: auto !important;
}

.cky-consent-container .cky-consent-bar{
	padding: 8px 15px !important;
	border-radius: 0 10px 0 0;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-title{
	display: none;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-des p{
	font-size: 14px;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-des p a{
	color: #fff;
    text-decoration: underline;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-des .cookie-policy{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper{
	margin-right: auto;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-btn{
	padding: 0;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
	background: none !important;
    border: none !important;
    text-align: left;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-btn:hover{
    color: #fd3164 !important;
    background-color: none !important;
    border-color: none !important;
    opacity: 1;
}

/*==================================================
      				Media Queries      
==================================================*/

@media only screen and (max-width : 2000px) {	
	body{
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media only screen and (max-width : 1800px) {	
	body{
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
}

@media only screen and (max-width : 1200px) {	
	.tpl-careers .section-2 .lists .elementor-icon-list-item{
		margin-bottom:20px;
	}
}

@media only screen and (max-width : 1024px) {	
	.row-resources .elementor-image-box-content{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.tpl-home .section-2 .lists .elementor-icon-list-item {
		margin-bottom:15px;
	}
	
	.custom-mega-menu .sub-menu > li .menu-image-hover-wrapper{
		display: none;
	}
	
	.custom-mega-menu .sub-menu > li .menu-image-title{
		text-align: left;
	}
	
	.custom-mega-menu .sub-menu > li a{
		padding: 10px 15px 10px 50px !important;
	}
	
	.pum-theme-download-theme .pum-container,
	.pum-theme-default-theme .pum-container{
		width: 90% !important;
	}
	
	.pum-theme-download-theme .pum-content .section-left img{
		width: 100%;
	}
	
	.pum-theme-download-theme .pum-content .section-right{
		padding-right: 20px;
	}

	.pum-theme-view-quiz .pum-container,
	.pum-theme-view-quiz .pum-container{
		width: 90% !important;
	}
	
	.pum-theme-view-quiz .pum-content .section-left img{
		width: 100%;
	}
	
	.pum-theme-view-quiz .pum-content .section-right{
		padding-right: 20px;
	}
	
	.cky-consent-container {
		width: 100% !important;
	}
	
	.cky-consent-container .cky-consent-bar {
		border-radius: 0;
	}
	
	.pum-theme-download-theme #popmake-19093 .pum-content .section-left{
		width: 35%;
	}
	
	.pum-theme-download-theme #popmake-19093 .pum-content .section-left img {
		margin: 0;
	}
	
	.pum-theme-download-theme #popmake-19093 .pum-content .section-right{
		width: 65%;
    	padding-right: 0;
	}
	
}


@media only screen and (max-width : 767px) {	
	
	body{
		padding-left: 17px;
		padding-right: 17px;
	}

	br{
		display:none;
		
	}
    
   
	
	.gform_wrapper.gravity-theme form .gform_fields .gfield input[type=text],
	.gform_wrapper.gform_legacy_markup_wrapper form .gform_fields .gfield input[type=text]{
		min-height: 10px !important;
    	line-height: 1.3 !important;
		padding: 20px !important;	
	}
	
	.gform_wrapper.gravity-theme form .gform_fields .gfield select,
	.gform_wrapper.gform_legacy_markup_wrapper form .gform_fields .gfield select{
		padding: 20px 18px !important;
		color: #121212 !important;
	}
	
	.gform_wrapper.gravity-theme form .gform_fields .gfield textarea,
	.gform_wrapper.gform_legacy_markup_wrapper form .gform_fields .gfield textarea{
    	line-height: 1.3 !important;
		padding: 20px !important;	
	}
    
    .gform_wrapper input[type=email]{
        padding:0 20px !important;
    }
	
	.creative-box-section .lists .elementor-icon-list-item{
		align-items: start;
	}
	
	.creative-box-section .lists .elementor-icon-list-item .elementor-icon-list-icon{
		margin-top:8px;
	}
	
	.join-team-section .elementor-icon-box-wrapper .elementor-icon-box-icon{
		margin-top: 2px !important;
		position:absolute;
	}
	
	.join-team-section .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
		padding-left: 25px;
	}

	#fancybox-content #beforeImage{
		padding: 0;
	}
	
	#fancybox-content #beforeImage img{
		border-radius: 20px;
	}
	
	#fancybox-wrap #fancybox-close{
		right: 0px;
		top: -50px;
	}
	
	.pum-theme-download-theme .pum-content .section-left{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.pum-theme-download-theme .pum-content .section-right{
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.pum-theme-download-theme .pum-content h2{
		font-size: 30px;
	}
	
	.pum-theme-download-theme .pum-content .section-right form .gform_footer .gform_button{
		font-size: 16px !important;
		background-image: none !important;
		padding: 20px !important;
	}
	
	.pum-theme-default-theme .pum-container {
		padding: 50px 30px 50px 30px;
		border-radius: 20px;
	}

	.pum-theme-view-quiz .pum-content .section-left{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.pum-theme-view-quiz .pum-content .section-right{
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.pum-theme-view-quiz .pum-content .section-right h3{
		font-size: 30px;
    	margin: 0 0 15px;
	}
	
	.pum-theme-view-quiz .pum-content .section-right .popup-content{
		padding: 0;
	}
	
	.pum-theme-view-quiz .pum-container {
		padding: 50px 30px 50px 30px;
		border-radius: 20px;
	}
	
	.table-div{
    	padding: 40px 20px 0 20px;
    	margin: 30px 0 50px 0;
	}
	
	.table-div h3{
		font-size: 25px;
    	line-height: 1;
	}
	
	.table-div .first-row ul{	
    	padding: 0 !important;
	}

	.table-div .first-row ul li,
	.table-div .second-row ul li{
		font-size: 14px !important;
		margin-bottom: 10px !important;
	}	
	
	.table-div .second-row .left-section{
		padding-right: 10px;
	}
	
	.table-div .second-row .left-section ul{
		padding-left: 0;
	}
	
	.table-div .second-row .right-section{
		padding-left: 20px;
	}
	
	.table-div .second-row .right-section ul{
		padding-left: 0;
	}
	
	.gform_wrapper.gravity-theme .gfield select{
		color: #000 !important;
	}
	
	.pum-theme-download-theme #popmake-19093 h2{
		margin: -20px auto 0;
		font-size: 25px;
	}

	.pum-theme-download-theme #popmake-19093 .pum-content .section-left{
		width: 100%;
	}
	
	.pum-theme-download-theme #popmake-19093  .pum-content .section-left img{
    	max-width: 300px;
	}
	
	.pum-theme-download-theme #popmake-19093  .pum-content .section-right{
		width: 100%;
    	padding: 0;
	}
	
	.pum-theme-download-theme #popmake-19093 .pum-content .section-right .popup-content{
		margin: 20px 0 30px;
		font-size: 30px;
	}
	
	.pum-theme-download-theme #popmake-19093 .pum-content .section-right .btn{
		padding: 22px 75px 22px 10px;
	}

}

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

	.cky-consent-container .cky-consent-bar .cky-notice-des{
		padding: 0;
	}
	
	.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper{
		margin-top: 5px;
		padding: 0;
	}
	
}

@media only screen and (max-width : 480px) {
	
	.default-btn .elementor-button:before,
	.white-default-btn .elementor-button:before{
		display:none;
	}
	.default-btn .elementor-button,
	.white-default-btn .elementor-button{
		max-width:100%;
		width: 100%;
	}
	
	.footer-section .copyright .elementor-icon-list-items .elementor-icon-list-item{
		width:100%;
		display:block;
		margin-bottom:10px;
	}
	.footer-section .copyright .elementor-icon-list-items .elementor-icon-list-item:after{
		display:none;
	}
	
	.table-div .first-row ul li{
		flex: 50% !important;
	}
	
}