/*
 Theme Name:   	twentytwentyone-Child
 Theme URI:    	https:/imajineweb.com/
 Description:  	A child theme of Twenty Twenty-One WordPress theme.
 Author: 		the WordPress team
 Author URI: 	https://wordpress.org/
 Version:      	1.6
 License: 		GNU General Public License v2 or
 License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
 Template: 		twentytwentyone
 Text Domain: 	twentytwentyoneochild
*/

@import url("../twentytwentyone/style.css");

:root{
	--ltgray:#f6f7fb;
	--lt-green:#00d18c; 
	--global--color-background: #00d18c;
	--pink:#e71d8e;
	--lt-blue:#00d3f3;
	--yellow: #FDC239;
	
	--font1: Inter, sans-serif;
	--font2: Akshar, sans-serif;
}
html,*{
	scroll-behavior: smooth;
}
/*
#contact{
	overflow-y: scroll; 
  	scroll-behavior: smooth;
} */
body{
	background-color: var(--yellow) !important; 
	/* background-color: #e5e2e2;
	
	background-color: #f4b800;*/
	transition: background 1s ease-in-out;
	font-family: var(--font1);
}

.sa_custom_popup .sa_popup_wrap {
    width: 700px !important;
	width: 700px !important;
}


/* FONTS */
h1, 
h2,
h3,
h4,
h5{
	font-family: var(--font2);
}

h1.entry-title{
	font-family: var(--font2);
	color: #fff;
	font-size: 130px;
    font-weight: 600;
    line-height: 160px;
}
h1.intro{
	font-family: var(--font1);
    color: #fff;
	/* color: var(--yellow); */
	font-size: 70px;
    line-height: 70px;
	font-weight: 800;
}
h3.intro{
	/* font-family: var(--font2);
	color: #fff;
	font-size: 40px;
    line-height: 40px;
    font-weight: 600; */
	font-family: var(--font1);
   	color: #222;
	 /* color: var(--yellow); */
    font-size: 25px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 1px;
	text-align: center;
}

h2 {
    	font-size: 28px !important;
		line-height:1.5em !important;
	}
h3{
	font-size:22px;
	line-height:35px;
}
p, 
ul li{
	font-family: var(--font1);
	font-size: 18px;
	line-height:30px;
}
ul{
	margin-left:0;
	padding-left:0;
}
/* ANCHOR LINKS */
a.link1,
a{
	color: #212529 !important;
	text-decoration: underline !important;
}
a.link1:hover,
a:hover{
	color: #212529 !important;
	text-decoration:none !important;
}
.nav-previous a,
.nav-next a,
{
	text-decoration:none !important;
}
.nav-previous a svg.svg-icon,
.nav-next a svg.svg-icon
{
	margin-right: 0;
	transition: all .4s ease-in-out;
}
a.wpmslider-next:before,
a.wpmslider-prev:before{
	margin:0;
	transition: all .4s ease-in-out;
}
.nav-next a:hover svg.svg-icon,
a.wpmslider-next:hover:before{
	margin-right: -10px;
	transition: all .4s ease-in-out;
}
.nav-previous a:hover svg.svg-icon,
a.wpmslider-prev:hover:before{
	margin-left: -10px;
	transition: all .4s ease-in-out;
}
a:active,
a:focus,
.nav-next a:active,
.nav-next a:focus,
.nav-previous a:active,
.nav-previous a:focus{
	background:transparent !important;
}
/* END OF ANCHOR LINKS */
.featured-project h3,
.featured-project2 h3{
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
}
.featured-project p.cat,
.featured-project p,
.featured-project2 p.cat,
.featured-project2 p{
	font-size:15px;
	line-height:25px;
	font-family: var(--font1);
}
.featured-project p.cat,
.featured-project2 p.cat{
	font-family: var(--font2);
	letter-spacing: 1px;
}
footer h4.widget-title{
	color: #fff !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
}
footer li{
	margin-bottom:0 !important;
	font-size:15px !important;
}
footer a{
	text-decoration: none !important;
	color: #fff !important;
}
footer .textwidget.custom-html-widget{
	color: #fff !important;
	line-height: 30px;
}
.container-flex-item-30pc h3{
	font-size:21px;
}
.container-flex-item-30pc h3 a{
	color:#222;
	text-decoration:none;
}
/* END OF FONTS */

/* HEADER */
header.site-header.has-logo.has-title-and-tagline.has-menu{
	width: 90% !important;
	max-width: 90% !important;
	padding-top:30px !important;
	padding-bottom: 30px !important;
	margin-left: auto !important;
	margin-right:auto !important;
	
}
.site-header > .site-logo {
    width: 300px;
    padding-bottom: 0;
    border-bottom: 0 solid;
    text-align: left;
    margin: 0;
}
.site-branding{
	display:none;
}

/* END OF HEADER */

/* NAVIGATION */


/* NEW NAVIGATION */
nav#site-navigation{
	position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
	z-index: 200;
	top:0 !important;
}
.bg {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100vh;
	visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
	background: rgba(238,238,238,.7);
	z-index: 150;
}
html.menu-opened .bg {
    visibility: visible;
    opacity: 1;
	transition: all .3s ease-in-out;
}
nav#site-navigation.opened * {
    visibility: visible;
}
.primary-menu-container {
    padding: 20px;
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    background: #ececec;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform: translateX(100%);
	transition: all .6s ease-in-out;
    will-change: transform;
    contain: paint;
	display: flex;
	flex-direction: column;
	justify-content:center; 
    align-items: center;
	
}
.primary-menu-content{
	display: flex;
	flex-direction: column;
    width: 90%;
    align-items: center;
}
.primary-menu-content div.small{
	font-size: 14px;
    line-height: 30px;
    font-style: italic;
	margin-top: 60px;
	display:flex; 
	align-items:center; 
	justify-content:start; 
	gap: 40px;
	width: 100%;
}
.primary-menu-content div.small a{
	font-size: 14px;
}
  
nav#site-navigation.opened .primary-menu-container{
	right: 600px;
	transition: all .6s ease-in-out;
}
.menu-opened{
	overflow:hidden !important;
}

  .primary-menu-container ul,
  .primary-menu-content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
	list-style: none;
    
  }
  .primary-menu-container ul li{
    width: 100%;
    text-align: left;
  }
  
  .primary-menu-container li a {
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    transition: color .10s;
  }
  li#menu-item-5167:before,
  li#menu-item-5077:before,
  li#menu-item-1462:before,
  li#menu-item-468:before,
  li#menu-item-307:before,
  li#menu-item-267:before{
    font-style: italic;
    font-size: 12px;
    text-align: left;
    visibility: hidden;
    width: 30%;
    position: absolute;
    margin-top: 10px;
	margin-left:-20px;
	opacity: 0;
	transition: all .6s ease-in-out;
  }
  li#menu-item-5167:hover:before, 
  li#menu-item-5077:hover:before,
  li#menu-item-1462:hover:before,
  li#menu-item-468:hover:before,
  li#menu-item-307:hover:before,
  li#menu-item-267:hover:before{
	visibility: visible;
	margin-left:0;
	opacity: 1;
	transition: all .6s ease-in-out;
  }
  li#menu-item-5167:before{
	content: "hola";
  }
  li#menu-item-5077:before{
	content: "only the finest";
  }
  li#menu-item-1462:before{
	content:"leave it on us";
  }
  li#menu-item-468:before{
	content: "it all worked out"
  }
  li#menu-item-307:before{
	content: "our teeny-weeny brains";
  }
  li#menu-item-267:before{
	content:"dont hesitate";
  }
  .primary-menu-container li a:hover {
    text-decoration: underline;
	transition: all .6s ease-in-out;
  }

  .primary-navigation .primary-menu-container > ul > .menu-item{
	display: flex;
	flex-direction: column;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle,
button.sub-menu-toggle{
	display: none !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	position: relative;
	top: 0 !important;
	margin-left: 30px;
	background: transparent !important;
}
ul.sub-menu{
	background: transparent !important;
}
span.dropdown-icon.close,
span.dropdown-icon.open {
	font-size: 0px;
}
.menu-button-container{
	display: none;
}

.icon-link{
	margin-top:0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon-link:hover{
	margin-top:-5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
}
/* END OF NEW NAVIGATION */

  #primary-menu-list #magic-line {
    width: 180px;
    height: 3px;
    background: #464646;
    position: absolute;
    bottom: 2px;
    left: 100%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.355, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.355, 1);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.355, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.355, 1);
    /* custom */
  }
  
  #primary-menu-list .menu-item {
    float: left;
  }

#primary-menu-list .menu-item:last-of-type a {
    padding-right: 0;
  }
  
  #primary-menu-list .menu-item a {
    padding: 0 15px;
    font-size: 15px;
    color: #2e2e33;
	white-space: nowrap;
	line-height: 50px;
    font-family: var(--font1);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
	  text-decoration:none !important;
	  margin-left:30%;
	  
  }
  
  #primary-menu-list .menu-item a:hover,
	.primary-navigation .current-menu-item > a:first-child, 
.primary-navigation .current_page_item > a:first-child{
    text-decoration: none;
	  color: var(--yellow) !important;
  }
#primary-menu-list .menu-item a:active{
	background-color: none !important; 
}
.primary-menu-container.opened .menu-btn {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.355, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.355, 1);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.355, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.355, 1);
    /* custom */
    width: 28px;
    height: 16px;
  }
  
  .primary-menu-container.opened .menu-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .primary-menu-container.opened #primary-menu-list {
	 
	  transition: opacity 2s ease-out;
	  -webkit-transition: opacity 2s ease-out;
	  -moz-transition: opacity 2s ease-in-out; 
	  -o-transition: opacity 2s ease-in-out;
	  opacity: 1;
	  display:flex;
  }
	ul.sub-menu{
		top:52px !important;
		flex-wrap:wrap !important;
		border:0 !important;
		background-color: #fff;
		border-radius: 15px;
		padding-left: 15px;
		padding-top:15px !important;
		padding-bottom:15px !important;
		/* display: block !important; */
	}
	#primary-menu-list li.menu-item  ul.sub-menu li{
	background: transparent !important;
	float:none !important;
}
#primary-menu-list li.menu-item  ul.sub-menu:before,
#primary-menu-list li.menu-item  ul.sub-menu:after{
	display: none;
}


.menu-btn {
  width: 30px;
  height: 18px;
  position: fixed;
  right: 0;
  cursor: pointer;
  touch-action: manipulation;
  z-index:300; 
  top:60px; 
  margin-right:50px;
}

.menu-btn .menu-line {
	width: 24px;
  	height: 2px;
  	background-color: #464646;
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	transform: rotate(0deg);
}

.menu-btn .menu-line.middle-line {
  	top: 6px;
	transform: 0.5s ease-in-out;
	transform: rotate(0deg);
}

.menu-btn .menu-line.bottom-line {
  	width: 22px;
  	top: 12px;
	transform: 0.5s ease-in-out;
	transform: rotate(0deg);
}
.menu-btn.animate
{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition-delay: 0.6s;
  	-o-transition-delay: 0.6s;
  	transition-delay: 0.6s; 
	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
	/*  pointer-events: none; */
	
}
.menu-btn.animate .menu-line {
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(3px) translateY(6px) rotate(90deg);
  	-ms-transform: translateX(3px) translateY(6px) rotate(90deg);
  	-o-transform: translateX(3px) translateY(6px) rotate(90deg);
  	transform: translateX(3px) translateY(6px) rotate(90deg);
}
.menu-btn.animate .menu-line.middle-line {
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(3px) rotate(0deg);
	-ms-transform: translateX(3px) rotate(0deg);
  	-o-transform: translateX(3px) rotate(0deg);
  	transform: translateX(3px) rotate(0deg);
}
.menu-btn.animate .menu-line.bottom-line {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	width: 0px;
}

/* END OF NAVIGATION */

/* DIVs | WIDTH */
.div100pc{
	position:relative;
	display:block;
	float:left;
	width:100%;
}
.div50pc-left{
	position:relative;
	display:inline;
	float:left;
	width:50%;
}
.div50pc-center{
	position:relative;
	display:block;
	margin:0 auto;
	width:50%;
}
.div50pc-right{
	position:relative;
	display:inline;
	float:right;
	width:50%;
}
.div70pc{
	position:relative;
	display:inline;
	float:left;
	width:70%;
}
.img-80pc{
		width:80%;
	}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){
	width:90%;
	max-width:1500px;
}
.div1500px{
	position:relative;
	display:block;
	width:90%;
	max-width:1500px;
	margin:0 auto;
}
.home-service-section{
	/* display: grid;
  	grid-template-columns: 200px auto;
	gap: 1rem; */
	position:relative;
	display:block;
	width:1200px;
	margin:0 auto 70px auto;
}
.alaman-section{
	display: grid;
  	grid-template-columns: 252px auto;
	gap: 5rem;
	margin:70px 0;
}

.distortion{
	display: flex;
    align-items: center;
    justify-content: left;
	width:100%;
	max-width:1500px;
	height: 600px;
	margin:70px 0;
}

.distortion canvas{
	width:100% !important;
	height: auto !important;
} 
.content-center-middle{
	display: flex;
    align-items: center;
    justify-content: center;
}
.container-flex-item-30pc{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: flex-start;
	gap: 80px;
	justify-content: space-between;
} 
/*
.home-service-section .container-flex-item-30pc{
	gap: 30px;
} */
.container-flex-item-30pc div{
	width:340px;
	font-size:15px;
	line-height:23px;
	color:#886A23;
	transition: all 0.5s ease-in-out !important;
	text-align: justify;

}
.home-service-section .container-flex-item-30pc div{
	width:28%;
}
.container-flex-item-30pc div.active{
	color:#000;
	transition: all 0.5s ease-in-out !important;

}

.container-grid-item-auto{
	margin: 0 0 70px 0;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
}
.container-grid-items-two-auto{
	margin: 0 0 70px 0;
    display: grid;
    grid-template-columns: auto auto;
	grid-gap:30px;
}

.container-grid-items-two-50pc{
	margin: 0 0 70px 0;
    display: grid;
    grid-template-columns: 50% 50%;
	grid-gap:30px;
}

.container-flex-item-500px{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	align-content: flex-start;
	gap: 30px;

} 
.container-flex-item-500px div{
	width:480px;
}

.clutch-section{
	padding: 60px;
	border-radius: 25px;
    background: #fff;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: 320px auto;
    grid-column-gap: 50px;
}
.clutch-section h3,
.ptma-section-txt h3{
	font-size: 20px;
	letter-spacing: 1px;
}
.clutch-section a,
.btn,
.featured-project a.featured-links,
.testimonial-company a{
	background-color: #222 !important;
	border-radius: 5px;
	font-family: var(--font2);
	color:#fff !important;
	font-size: 15px;
	font-weight:500;
	letter-spacing: 1px;
	line-height:50px;
	padding-left:25px;
	padding-right:25px;
	margin-top:20px;
	text-decoration:none;
	display:inline-block;
	text-decoration: none !important;
}
.clutch-section a:hover,
.btn:hover,
.featured-project a.featured-links:hover,
.testimonial-company a:hover{
	text-decoration: none  !important;
	color: var(--yellow)  !important;
}
.btn2{
	background-color: #222;
	border-radius: 2px;
	font-family: var(--font2);
	color:#fff;
	font-size: 13px;
	font-weight:500;
	letter-spacing: 1px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
	text-decoration:none;
	display:block;
	width:70px;
}
.btn2:hover{
	text-decoration: none;
	color: var(--yellow);
}
.featured-project a.featured-links{
	margin-left:10px;
}
.home-logo-section1{
	display: grid;
    grid-template-columns: auto 400px;
    grid-column-gap: 50px;
}
#myVideo{
	width:100%;
	height: auto;
	border-radius:40px !important;
}
.video{
	border:2px solid var(--yellow);
	max-width: 1430px;
    width: 100%;
	height:auto;
}
.video2{
	border:2px solid var(--yellow);
	max-width: 1420px;
    width: 100%;
    height: auto;
}
.featured-video{
	padding: 40px;
    display: block;
    border-radius: 25px;
    background: #fff;
    margin-bottom: 70px;
	box-shadow: 2px 2px 4px #c48b27;
	
}
.featured-project{
	display:grid;
	grid-template-columns: auto 400px;
	grid-column-gap: 50px;
}

.fingerprint div#container { margin: 0%; }

/* .fingerprint div#circle { position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; background: url(https://imajineweb.com/wp-content/uploads/2022/09/fingerprint4.png) no-repeat; }
*/

.fingerprint div#circle { position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; background: url(https://imajineweb.com/wp-content/uploads/2023/06/palm2b-01.png) no-repeat; }
.fingerprint div#circle text { font-family: var(--font1); font-size: 9px; letter-spacing:1px;  }

.fingerprint div#circle svg { 
	position: absolute; 
	left: -160px;
    top: -148px;
    width: 700px;
    height: 700px;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 50s;
     -moz-animation-duration: 50s;
      -ms-animation-duration: 50s;
       -o-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}
.featured-project2{
	display:flex;
	align-items: stretch;
	align-content: flex-start;
	gap:30px;
}
.featured-project2 div{
	width:50%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 4px #c48b27;
	padding:20px;
	
}
.home-logo-section2{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}

.home-logo-section2 div{
	width:240px;
}

.ptma-section{
	display:flex;
	align-items:center;
    align-content: flex-start;
    gap: 40px;
}
.ptma-section-img{
	width:450px;
}
.ptma-section-txt{
	width: 1050px;
}
.ptma-section-txt a.btn{
	margin-right:20px;
}
.testimonial-wrapper{
	padding: 20px;
	border:5px solid #fff;
	border-radius: 25px;
    margin-bottom: 70px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content{
	font-style: normal !important;
}
.testimonial-wrapper div.vc_column-inner{
	padding-top:0 !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after{
	display:none;
}
a.wpmslider-next,
a.wpmslider-next:active,
a.wpmslider-prev,
a.wpmslider-prev:active{
	background-color: transparent !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
   background: #222 !important;
}

/* END OF DIVs | WIDTH */

/* BUTTONS */
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
	background-color: #222 !important;
    border-radius: 5px;
    font-family: var(--font2);
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
	text-transform:uppercase;
   }
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover{
	background-color:#222;
	color: var(--yellow)  !important;
}
/* PADDING/MARGIN */
.padding-50px{
	padding: 50px;
}
.padding-top-btm-50px{
	padding-top:50px;
	padding-bottom:50px;
}
.padding-top-50px{
	padding-top: 50px;
}
.padding-btm-50px{
	padding-bottom: 50px;
}
.padding-btm-100px{
	padding-bottom: 100px;
}
.padding-top-90px{
	padding-top:90px;
}
.padding-top-btm-90px{
	padding-top:90px;
	padding-bottom:90px;
}
.margin-top-btm-50px{
	margin-top:50px;
	margin-bottom:50px;
}
.margin-top-40px{
	margin-top:40px;
}
.margin-top-50px{
	margin-top:50px;
}
.margin-btm-50px{
	margin-bottom:50px;
}
.margin-btm-50px {
		margin-bottom: 20px;
	}
.margin-top-80px{
	margin-top:80px;
}
.margin-btm-90px{
	margin-bottom:90px;
}
.margin-btm-100px{
	margin-bottom:100px;
}
.margin-btm-150px{
	margin-bottom:150px;
}
.fsl-margin-top-70px{
	margin-top:70px;
}
.fsl-margin-top-100px{
	margin-top:100px;
}
/* END OF PADDING/MARGIN */

/* OL, UL, List */
ol{
	font-family: var(--font1);
    font-size: 18px;
}
li{
	margin-bottom:10px;
}
/* END OF OL, UL, LIST */

/* FORM */
input[type=text]:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=number]:focus, 
input[type=tel]:focus, 
input[type=date]:focus, 
input[type=month]:focus, 
input[type=week]:focus, 
input[type=time]:focus, 
input[type=datetime]:focus, 
input[type=datetime-local]:focus, 
input[type=color]:focus, 
.site textarea:focus {
    color: var(--form--color-text);
    outline-offset: 0px !important;
    outline: 0px dotted var(--form--border-color) !important;
	background-color: transparent !important;
}
input:-internal-autofill-selected{
	background-color: transparent !important;
}
.label-100pc{
	width:100%;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 50px !important;
    width: 100%;
}
.wpcf7-list-item label{
	width: auto !important;
}
.wpcf7-form-control.wpcf7-checkbox.chk-options,
.wpcf7-form-control.wpcf7-radio.rad-options{
	display:		flex;
	justify-items: 	left;
	flex-direction: row;
    flex-wrap: 		wrap;
	gap: 			10px;
}
/* .wpcf7-form-control.wpcf7-checkbox.chk-options span.wpcf7-list-item, */
.wpcf7-list-item {
	margin-left: 0;
}
span.wpcf7-list-item .wpcf7-list-item-label{
	border:1px solid #222; 
	border-radius:20px; 
	padding:0 15px; 
	font-size:14px; 
	display: inline-block; 
	height:40px; 
	text-align:center; 
	line-height:40px;
	transition: all 0.5s ease-in-out;
	
}
.wpcf7-checkbox input[type=checkbox]:checked + span /* ,
 .wpcf7-checkbox input[type=radio]:checked + span */{
	background-color: #222;
	color:				var(--yellow);
	transition: 		all 0.5s ease-in-out;
}
input[type=radio]:checked + span{
	background-color: #222;
	color: var(--yellow);
	transition: all 0.5s ease-in-out;
}
.wpcf7-form-control.wpcf7-checkbox.chk-options span.wpcf7-list-item label{
    white-space: nowrap;
	font-size:15px;
	line-height:40px;
	color:#222;
}
.wpcf7-form-control.wpcf7-checkbox.chk-options span.wpcf7-list-item input[type=checkbox],
input[type=radio]{
	opacity: 0;
    cursor: pointer;
    width: 0;
    border: 0;
    height: 0;
    position: absolute;

}
input[type=text],
input[type="email"]{
	border-radius: 0 !important;
	background-color: transparent !important;
	border-bottom: 1px solid #222 !important;
}
form input:focus, 
form textarea:focus,
form input:active, 
form textarea:active,
form input:focus-within,
form input:focus-within {
	background-color: transparent !important;
	background: transparent !important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    padding: 20px;
    background: #cccc;
    font-size: 1.2em;
}
/* END OF FORM */
/* LANDING PAGE SLIDER */

/* #post-817 div.white div.sa_owl_theme div.owl-nav button.owl-next{
	    background: rgba((253,194,57,0.3) url('../images/icon_next.png') no-repeat center center !important;
}
#post-817 .white .sa_owl_theme .owl-nav .owl-prev{
	    background: #FDC239 url('../images/icon_prev.png') no-repeat center center !important;
} */
/* SINGULAR TEMPLATE */
.singular .entry-header{
	width:90%;
	max-width:1500px;
	border-bottom: 0 !important;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* END OF SINGULAR TEMPLATE */

/* SERVICE PAGE */
.service-page-section1{
	display:flex;
	align-items:stretch;
	gap:50px;
}
.service-page-section1 div{
	width:50%;
}
.service-block1{
	padding: 40px;
	/* border-radius: 20px;
	background-color: #fff; */
    font-size: 27px;
    line-height: 45px;
    font-weight: 500;

}
.service-page-section1 .div100pc{
	display:block !important;
	width:100% !important;
	margin-bottom:30px;
}


/* PROCESS FLOW SECTION */

#canvas1{
	width:1200px; 
	height: 55px;
}

.process {
  width: 1500px;
  margin: 3em auto;
  cursor: default;
}
.process-items {
  display: table;
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.process-items li {
  display: table-cell;
  width: 200px;
  vertical-align: bottom;
  padding: 0 0.5em;
  transform: scale(0.65) translateY(40px);
  transform-origin: bottom center;
  transition: transform 0.5s;
}
.process-items li.active {
  transform: scale(1) translateY(0);
}
.process-items span {
  display: block;
  margin-top: 0.5em;
	color:#222;
}
.process-items num{
	background: #fff;
    color: #000;
    border-radius: 7px;
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 40px;
}
/* END OF PROCESS FLOW SECTION */


/* PROCESS FLOW SECTION */

#canvas1{
	width:1200px; 
	height: 55px;
}

.process2 {
  width: 1200px;
  margin: 0 auto 3em auto;
  cursor: default;
}
.process-items2 {
  display: table;
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.process-items2 li {
  display: table-cell;
  width: 400px;
  vertical-align: bottom;
  padding: 0 0.5em;
  transform: scale(0.65) translateY(40px);
  transform-origin: bottom center;
  transition: transform 0.5s;
}
.process-items2 li.active {
  transform: scale(1) translateY(0);
}
.process-items2 span {
  display: block;
  margin-top: 0;
	color:#222;
	font-size: 50px;
	font-weight: 600;
}
.process-items2 num{
	background: #fff;
    color: #000;
    border-radius: 7px;
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 40px;
}
/* END OF PROCESS FLOW SECTION */


/* CONTACT SECTION */
.contact-section{
	border: 4px solid #fff;
	border-radius: 20px;
	padding:40px;
}
.form-width{
	width:680px;
	display:inline;
}
.contact-section label{
	display: inline-block;
    width: 230px;
}
.contact-section span{
	display: inline-block;
}
/* END OF CONTACT SECTION */

/* END OF SERVICE PAGE */

/* PORTFOLIO PAGE */
.portfolio_category-logo-design figure{
	display:none;
}
.sarang-content{
	padding: 50px; 
	margin-bottom:20px; 
	margin-top:0 !important; 
	border-left:6px solid #fff; 
	border-right:6px solid #fff; 
	border-bottom:6px solid #fff; 
	max-width:1498px !important; 
	color: #fff; 
	font-size:35px; 
	line-height: 45px; 
	font-weight:600; 
	background-color:rgba(202,145,0,1);
}
.sarang-img1{
	position:relative;
	display:inline;
	float:left;
	width:60%;
	max-width:900px;
}
.sarang-img2{
	position:relative;
	display:inline;
	float:left;
	width:40%;
	max-width:600px;
}
.widget-area, 
.pagination, 
.comments-pagination, 
.post-navigation, 
.site-footer, 
.site-header, 
.alignwide, 
.wide-max-width {
    max-width: 1500px;
}
.pagination {
    border-radius: 0 !important;
    border-width: 1px !important;
	border-color: rgba(0,0,0,0.3);
}
.pagination .nav-links > *{
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}
div.nav-previous p.post-title,
div.nav-next p.post-title{
	display: none;
}
p.meta-nav {
    font-size: 14px;
}
/* END OF PORTFOLIO PAGE */

/* LOGO PORTFOLIO PAGE */
.logo-portfolio-wrapper,
.logo-portfolio-wrapper2{
	width:90%;
	max-width:1490px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 295px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-flow: dense;
/*	background-color:#fff;  */
	padding:5px;
}
.logo-portfolio-wrapper2{
	width:100%;
	max-width:1500px;
}

.logo-portfolio-wrapper article,
.logo-portfolio-wrapper2 article{
	width:100%;
	height:100%;
}
.logo-portfolio-wrapper article div.logo {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 100px;
    grid-row-gap: 5px;
}
.logo-portfolio-wrapper2 article div.logo {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 5px;
}
.logo-portfolio-wrapper article div.logo header,
.logo-portfolio-wrapper2 article div.logo header{  
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 !important;
}
.logo-portfolio-wrapper .post-thumbnail,
.logo-portfolio-wrapper2 .post-thumbnail{
	margin:0 !important;
	width:100% !important;
	max-width: 100% !important;
}
.logo-portfolio-wrapper .post-thumbnail .wp-post-image,
.logo-portfolio-wrapper2 .post-thumbnail .wp-post-image{
	margin-top: 0 !important;
}
.logo-portfolio-wrapper article div.logo div.entry-content,
.logo-portfolio-wrapper2 article div.logo div.entry-content{
   /* border-top: 5px solid #fff; */
	padding:5px;
	margin:0 !important;
	width:100%;
	background-color: var(--yellow);
}
.logo-portfolio-wrapper article div.logo h2.entry-title{
	margin: 0 !important;
}
.logo-portfolio-wrapper article div.logo p{
	margin:0 !important;
	font-family: var(--font2);
	color: #222;
    font-weight: 400;
	font-size: 16px;
	text-decoration:none;
	line-height: 25px;
    text-transform: uppercase;
}
.logo-portfolio-wrapper .post-thumbnail img{
	width:60% !important;
	height: auto !important;
}
.logo-portfolio-wrapper2 .post-thumbnail img{
	width:100% !important;
	height: auto !important;
}
.logo-portfolio-wrapper h2.entry-title a {
	color: #222;
    font-weight: 400;
	font-size: 21px;
	text-decoration:none;
	line-height: 30px;
    text-transform: uppercase;	
}

.logo-portfolio-wrapper article:nth-child(6n + 1),
.logo-portfolio-wrapper2 article:nth-child(6n + 1){
  grid-column: span 2;
  grid-row: span 2;

}

.logo-portfolio-wrapper article:nth-child(6n + 4),
.logo-portfolio-wrapper2 article:nth-child(6n + 4){
  grid-column: span 2;
  grid-row: span 2;

}
.single-imajine-portfolio figure.post-thumbnail{
	display:none !important;
}

/* END OF LOGO PORTFOLIO PAGE */

/* SA SLIDER STYLES */
.sa_custom_popup {
   background-color: rgba(0,0,0,0.7) !important;
}/*
.sa_popup_zoom_icon:hover{
	background-color: transparent !important;
} */
.slider_5418_popup1 div.sa_popup_wrap,
.slider_5418_popup1 div.sa_popup_wrap{
	padding:10px !important
}
.sa_owl_theme .owl-nav .owl-next,.sa_owl_theme .owl-nav .owl-prev{
	top:50%;
}
.sa_custom_popup .sa_popup_wrap{
	max-width:900px !important;
}
.white .sa_owl_theme .owl-nav .owl-prev,
.white .sa_owl_theme .owl-nav .owl-next{
    background-size: 10px !important;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
	padding: 20px !important;
    border-radius: 5px;
}
/*
div#slider_5418 div.owl-height{
	height:400px !important;
}
div#slider_5418_slide01{
	width:400px !important;
	height:400px !important;
} */
div.logo-portfolio-wrapper2 div.white{
	width: 100% !important;
    text-align: center !important;
    height: 100% !important;
    margin-bottom: 0 !important;
}
div.logo-portfolio-wrapper2  div.owl-carousel.owl-loaded{
	height: 100% !important;
}
div.logo-portfolio-wrapper2  .owl-carousel .owl-stage-outer,
div.logo-portfolio-wrapper2  div.owl-stage{
    width: 100% !important;
    height: 100% !important;
}

/* End of SA Slider Styles */


/* WEBSITE PORTFOLIO PAGE */
.website-portfolio-wrapper{
	width:90%;
	max-width:1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-auto-rows: 470px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-auto-flow: dense;
}

.website-portfolio-wrapper article{
	width:100%;
	height:100%;
	border-radius: 15px;
	background-color:#fff;
	padding:20px 20px 30px 20px;
	box-shadow: 2px 2px 4px #c48b27;
}
.website-portfolio-wrapper article div.website {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 90px;
    grid-row-gap: 5px;
}
.website-portfolio-wrapper article div.website header{  
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 !important;
}
.website-portfolio-wrapper .post-thumbnail{
	margin:0 !important;
	width:100% !important;
	max-width: 100% !important;
}
.website-portfolio-wrapper .post-thumbnail .wp-post-image{
	margin-top: 0 !important;
}
.website-portfolio-wrapper article div.website div.entry-content{
	padding:5px;
	margin:0 !important;
	width:100%;
}
.website-portfolio-wrapper article div.website p{
	margin:0 !important;
	font-family: var(--font1);
	color: #222;
    font-weight: 400;
	font-size: 17px;
	text-decoration:none;
	line-height: 25px;
}
.website-portfolio-wrapper article div.website a{
	font-family: var(--font2);
	font-weight: 600;
    font-size: 25px;
    text-decoration: none;
    line-height: 30px;
    text-transform: uppercase;
	color: #222;
	text-decoration:none;
}

.website-portfolio-wrapper .post-thumbnail img{
	width:100% !important;
	height: auto !important;
	-webkit-filter: sepia(60%);
	filter: sepia(60%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.website-portfolio-wrapper .post-thumbnail img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

#sepia img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#sepia:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
/* BLOG POSTS PAGE/SECTION */
.blog-wrapper{
	width:90%;
	max-width:1490px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 270px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-auto-flow: dense;
	padding:5px;
}

.blog-wrapper article{
	width:100%;
	height:100%;
	overflow:hidden !important;
	border: 1px solid #fff;
    border-radius: 10px;
}
.blog-wrapper article div.logo {
    width: 100%;
    height: 100%;
    display: grid;
	grid-template-rows: 75% 25%;
    /* grid-template-rows: 1fr 250px; */
    grid-row-gap: 5px;
	overflow:hidden;
}

.blog-wrapper article div.logo header{  
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 !important;
}
.blog-wrapper .post-thumbnail{
	margin:0 !important;
	width:100% !important;
	max-width: 100% !important;
	background-color:#ffffff;
}
.blog-wrapper h4 a{
	text-decoration: none !important;
}
.blog-wrapper .post-thumbnail a img.wp-post-image{
	margin-top: 0 !important;
}
.blog-wrapper .post-thumbnail a img{
	height: auto !important;
}
.blog-wrapper article div.logo div.entry-content{
   /* border-top: 5px solid #fff; */
	padding:5px;
	margin:0 !important;
	width:100%;
	height: 105px !important;
	background-color: var(--yellow);
	align-items: center;
    justify-content: center;
}
.blog-wrapper article div.logo h2,
.blog-wrapper article div.logo h4{
	margin: 0 !important;
}

.blog-wrapper a img.wp-post-image{
	margin-top: 0 !important;
}
.blog-wrapper article div.entry-content{
   /* border-top: 5px solid #fff; */
	padding:5px;
	margin:0 !important;
	width:100%;
	background-color: var(--yellow);
}
.blog-wrapper article:nth-child(6n + 1){
  grid-column: span 2;
  grid-row: span 2;

}

.blog-wrapper article:nth-child(6n + 4){
  grid-column: span 2;
  grid-row: span 2;

}
.blog-wrapper h2 a,
.blog-wrapper h4 a{
	color: #222;
    font-weight: 400;
	font-size: 18px;
	text-decoration:none;
	line-height: 19px !important;
    text-transform: uppercase;	
}
.blog-pagination{
	position:relative;
}
/* SINGLE BLOG POST PAGE STYLES */
.singular h1.entry-title{
	font-size:50px;
	line-height:60px;
}

/* END OF BLOG POSTS */
/* END OF WEBSITE PORTFOLIO PAGE */

/* DOSA MASTER PAGE */
.rounded-corner{
	border-radius: 25px;
	box-shadow: 2px 2px 4px #c48b27;
}
.rounded-corner-no-shadow{
	border-radius: 25px;
}
.rounded-corner-border{
	border-radius: 25px;
	border: 4px solid #fff;
}
.rounded-sq-corner-border-padding{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 4px solid #fff;
	padding: 40px;
	
}


.dosa-master-logo-div{
	text-align: center;
	padding-top:120px;
	padding-bottom: 120px;
	background-image:
    linear-gradient(black, black),
    url(https://imajineweb.com/wp-content/uploads/2022/10/dosa-master-logo-bg2.jpg);
  background-size: cover;
  background-blend-mode: saturation;
	border-radius: 25px;
	box-shadow: 2px 2px 4px #c48b27;
	 -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.dosa-master-logo-div:hover{
	
	background-image:
    linear-gradient(transparent, transparent),
    url(https://imajineweb.com/wp-content/uploads/2022/10/dosa-master-logo-bg2.jpg);
  	background-size: cover;
  	background-blend-mode: normal;
	border-radius: 25px;
	box-shadow: 2px 2px 4px #c48b27;
	-moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.weboranje-logo-div{
	text-align: center;
	padding-top:120px;
	padding-bottom: 120px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), white),
	url(https://imajineweb.com/wp-content/uploads/2023/05/weboranje-branding-header-bg1-1.jpg);
  background-size: cover;
  /* background-blend-mode: saturation; */
	border-radius: 25px;
	box-shadow: 2px 2px 4px #c48b27;
	 -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.weboranje-logo-div:hover{
	background-image:linear-gradient(transparent, transparent),
    url(https://imajineweb.com/wp-content/uploads/2023/05/weboranje-branding-header-bg1-1.jpg);
  	background-size: cover;
  	background-blend-mode: normal;
	border-radius: 25px;
	box-shadow: 2px 2px 4px #c48b27;
	-moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}



.img-100pc-container{
	margin-left:50px;
	overflow:hidden;
	height:500px;
	width:100%;
	max-width:100%;
	display:block;
	

}

.img-90pc-container{
	position:relative; 
	display:block; 
	width: 90%; 
	background-color: #fff; 
	text-align:center; 
	height: 900px; 
	margin: 0 auto;
	overflow:hidden;
	
}
.img-500-container{
	float:right;
	margin-left:50px;
	overflow:hidden;
	height:600px;
	width:700px;
	display:inline-block;
	border-radius: 25px;
	box-shadow: 2px 2px 4px #c48b27;
	margin-bottom: 120px;
}
.img-500-container img{
	/* position:absolute; */
	width:100%;
	height:160%;
	object-fit: cover;
	bottom:0;
}
.img-100px-container img{
	/* position:absolute; bottom:0; */
	width:100%;
	height:160%;
	object-fit: cover;
	
}
/* END OF DOSA MASTER PAGE */

/* PTMA PAGE */

.faq-section {
	/* background: #fdfdfd;
	min-height: 100vh;
	padding: 10vh 0 0; */
}
.faq-section {
	width: 100%;
	max-width:1500px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: 0;
}
.faq-section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
	width: 100%;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 60px;
	height: 2px;
	background: #E91E63;
	bottom: -25px;
	margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
  color: #222;
}

.faq {
 /* background: #FFFFFF; */
 width:100% !important;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed var(--yellow);
  /* border-bottom: 1px dashed #CEE1F8; */
  width: 100% !important;
}
.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  width: 100% !important;
}
.faq *{
	width:100% !important;
}

.faq .card .card-header:hover {
	background: rgba(233, 30, 99, 0.1);
	padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px !important;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
  width:100% !important;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  color: #222;
}

@media (max-width: 991px) {
  .faq {
	margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
	line-height: 26px;
	margin-top: 10px;
  }
}
.ptma-packages{
	position:relative;
	display: grid;
	float:left;
	gap: 0;
	grid-template-columns: 55% 15% 15% 5%;
	grid-template-rows: 50px;
	width:100%;
	max-width:1500px;
}
.ptma-package-cost{
	font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
	text-align: center;
}
.ptma-packages div{
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px dashed var(--yellow);
}
.ptma-package-border-left{
	border-left: 1px dashed var(--yellow);
}
.ptma-package-border-left-right{
	border-left: 1px dashed var(--yellow);
	border-right: 1px dashed var(--yellow);
}
.ptma-tick-hover{
	text-align:center;
}
.ptma-tick-hover img{
	margin-right:0;
	-webkit-transition: all 0.3s ease 0s;
  	-moz-transition: all 0.3s ease 0s;
  	-o-transition: all 0.3s ease 0s;
  	transition: all 0.3s ease 0s;
}
.ptma-tick-hover:hover img{
	margin-right:-30px;
	-webkit-transition: all 0.3s ease 0s;
  	-moz-transition: all 0.3s ease 0s;
  	-o-transition: all 0.3s ease 0s;
  	transition: all 0.3s ease 0s;
	
}
.ptma-tick-hover:hover{
	background-color: #FEEAEF;
	-webkit-transition: all 0.3s ease 0s;
  	-moz-transition: all 0.3s ease 0s;
  	-o-transition: all 0.3s ease 0s;
  	transition: all 0.3s ease 0s;
}
.ptma-package-corner-top-left{
	border-top-left-radius:6px;
}
.ptma-package-corner-bottom-left{
	border-bottom-left-radius:6px;
}
.ptma-package-corner-top-right{
	border-top-right-radius:6px;
}
.ptma-package-corner-bottom-right{
	border-bottom-right-radius:6px;
}

/* END OF PTMA PAGE */



/* FORM */
input[type=text], 
input[type=email], 
input[type=url], 
input[type=password],
input[type=tel],
.site textarea{
	border:0;
	border-radius: 0;
	background-color: var(--yellow);
	margin-bottom:10px !important;
	border-bottom: 1px solid #222 !important;
}
input[type=submit]:not(:hover):not(:active):not(.has-background){
	background-color: #222;
	border-radius: 5px;
	font-family: var(--font2);
	color:#fff;
	font-size: 20px;
	font-weight:500;
	letter-spacing: 1px;
	line-height:30px;
	padding-left:25px;
	padding-right:25px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	border-width:0 !important;
}
input:hover[type=submit]{
	background-color: #222;
	border-radius: 5px !important;
	font-family: var(--font2);
	color:var(--yellow);
	font-size: 20px;
	font-weight:500;
	letter-spacing: 1px;
	line-height:30px !important;
	padding-left:25px;
	padding-right:25px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	border-width:0 !important;
}
/* END OF FORM */
/* LANDING PAGE */
#slider_5353 div.owl-stage-outer div.owl-stage{
	display: flex;
    align-items: stretch;
}
#slider_5353{
	margin-left:-15px !important;
}
#slider_5353_slide01,
#slider_5353_slide03{
	text-align: center;
    vertical-align: middle;
	height: 100%;
}
#slider_5353_slide01 img.wp-image-3027{
	margin-top: 50px !important;
}
/* END OF LANDING PAGE */
/* FOOTER STYLES */
div#nav_menu-8 ul li ul.sub-menu{
	background:none;
}
footer.entry-footer.default-max-width{
	display:none !important;
}
footer{
	background-color: #647854;
    margin: 0 !important;
    width: 100% !important;
	max-width:100% !important;
    max-width: 100%;
    border-top: 4px solid #fff;
}
footer div.row{
	max-width:1500px;
	width:90%;
	margin:70px auto 30px auto !important;
}
footer .site-info{
	border-width: 0 !important;
	max-width: 1500px  !important;
    margin: 0 auto  !important;
    font-size: 15px  !important;
	width:90%;
}
footer .powered-by p{
	font-size: 15px !important;
	color:#fff !important;
}
/* END OF FOOTER STYLES */

/* RESPONSIVE */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
	
	/* FONTS */
	h2 {
		font-size: 26px !important;
		line-height: 1.3em !important;
	}
	h1.entry-title {
    font-size: 40px;
    line-height: 50px;
	}
	h3 {
    	font-size: 1.2rem !important;
		text-align: center;
	}
	h3.intro{
		letter-spacing: 0 !important;
		font-size: 1rem !important;
		line-height: 20px !important;
	}
	h1.intro{
		font-size: 30px;
    	line-height: 35px;
    	color: #222;
	}
	p.p1500px.sarang-content {
    	padding: 30px;
    	font-size: 1.5em;
    	line-height: 1.3em;
	}
	/* END OF FONTS */
	
	/* DIVs */
	.div50pc-right,
	.div50pc-left,
	.div50pc-center,
	video#video {
		width:100%;
	}
	.img-80pc{
		width:100%;
	}
	/* END OF DIVs */
	
	/* PADDING/MARGIN */
	.padding-50px {
		padding: 10px;
	}
	.padding-btm-100px {
    	padding-bottom: 40px !important;
	}
	
	.padding-top-btm-90px {
    	padding-top: 30px !important;
    	padding-bottom: 30px !important;
	}
	.padding-top-btm-50px {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.fsl-margin-top-100px {
    	margin-top: 0px !important;
	}
	.margin-top-btm-50px {
    	margin-top: 20px !important;
    	margin-bottom: 20px !important;
	}

	.padding-top-90px{
		padding-top: 30px !important;
	}
	
	.margin-btm-100px {
		margin-bottom: 70px !important;
	}
	.margin-top-50px {
		margin-top: 20px;
	}
	
	/* END OF PADDING/MARGIN */
	
	/* FLEX/GRIDS */
	.container-grid-items-two-50pc{
		grid-template-columns: 100%;
	}
	.container-grid-item-auto {
		grid-column-gap: 5px;
	}
	.service-page-section1,
	.ptma-section{
    	gap: 30px;
    	flex-direction: column;
	}
	.service-page-section1 div,
	.ptma-section div{
    	width: 100%;
	}
	/* END OF FLEX/GRIDS */
	
	
	/* HEADER */
	header.site-header.has-logo.has-title-and-tagline.has-menu {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		justify-content: start !important;
	}
	.site-header > .site-logo {
		width: 100px;
	}
	
	.menu-btn{
		display: block;
		top: 30px;
    	margin-right: 20px;
	}
	nav#site-navigation.opened .primary-menu-container {
		right: 100%;
		width: 100%;
		max-width: 100%;
	}
	
	.primary-menu-container {
		margin: 0 !important;
		margin-top: 0 !important;
	}
	
	.primary-navigation .primary-menu-container > ul > .menu-item{
		display: flex;
    	flex-direction: column;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle,
	button.sub-menu-toggle{
		display: none !important;
	}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
		position: relative;
		top: 0 !important;
		margin-left: 30px;
		background: transparent !important;
	}
	ul.sub-menu{
		background: transparent !important;
	}
	span.dropdown-icon.close,
	span.dropdown-icon.open {
		font-size: 0px;
	}
	.menu-button-container{
		display: none;
	}
	/* END OF HEADER */

	/* HOME PAGE */
	.home-service-section,
	.home-logo-section1,
	.featured-project {
		grid-template-columns: 100%;
	}
	.clutch-section {
		padding: 30px;
		grid-template-columns: 100%;
		border-radius: 10px;
	}
	.home-logo-section2{
		flex-direction: column;
		align-content: flex-start;
		justify-content: center;
	}
	.home-logo-section2 div {
		width: 100% !important;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
	}
	#canvas1,
	.process2,
	.home-service-section,
	.fingerprint
	{
		display:none;
	}
	.below-765{
		display:block;
		text-align: center;
	}
	.featured-project2{
		flex-direction: column;
		border-radius: 10px;
	}
	.featured-project2 div{
		width: 100%;
		border-radius: 10px;
	}
	.featured-project p.cat, 
	.featured-project p, 
	.featured-project2 p.cat, 
	.featured-project2 p {
		text-align: justify;
		font-size: 14px !important;
		line-height: 22px !important;
	}
		
	.clutch-section h3,
	.featured-project h3,
	.featured-project2 h3,
	.ptma-section-txt h3{
		text-align:left !important;
	}
	.container-flex-item-30pc {
    	row-gap: 40px !important;
	}
	.featured-links{
		line-height: 40px !important;
	}
	
	.clutch-section {
		display: grid;
		grid-template-columns: 100%; 
		grid-row-gap: 50px;
	}
	.home-logo-section1 {
		display: grid;
		grid-template-columns: 100%;
		grid-column-gap: 10px;
	}
	.home-logo-section2 div {
		width: 200px;
	}
	.strong-view.wpmtst-modern .wpmtst-testimonial-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	/* END OF HOME */

	/* PORTFOLIO */
	.sarang-content {
   		padding: 20px;
    	border-left: 2px solid #fff;
    	border-right: 2px solid #fff;
    	border-bottom: 2px solid #fff;
    	font-size: 20px;
    	line-height: 30px;
    	font-weight: 600;
    }
	.floating-spices img{
		width:40%;
		height: auto;
	}
	div.nav-previous p.meta-nav,
	div.nav-next p.meta-nav{
		font-size: 0;
	}
	.nav-previous,
	.nav-next {
		width: 45%;
		display: inline-block;
	}
	.nav-next {
		text-align: right;
		margin-right: 5%;
	}
	.nav-previous{
		margin-left:5%;
	}
	.container-grid-items-two-50pc {
		margin: 0 0 20px 0;
	}
	/* END OF PORTFOLIO */

	/* LOGO PAGE */
	.logo-portfolio-wrapper {
		width: 90%;
		grid-template-columns: 1fr;
		grid-auto-rows: 400px;
	}
	.logo-portfolio-wrapper article:nth-child(6n + 1){
		grid-column: span 1;
		grid-row: span 1;
	  
	  }
	  
	.logo-portfolio-wrapper article:nth-child(6n + 4){
		grid-column: span 1;
		grid-row: span 1;
	  
	  }
	/* END OF LOGO PAGE */
	
	/* WEBSITE */
	.website-portfolio-wrapper{
		grid-template-columns: 1fr;
    	grid-auto-rows: 270px;
		grid-row-gap: 30px;
		padding: 0;
	}
	.strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
		display: none !important;
	}
	.website-portfolio-wrapper article{
		padding: 12px;
	}
	.website-portfolio-wrapper p{
		font-size:14px !important;
		line-height: 20px !important;
	}
	.featured-video {
		padding: 10px;
    	border-radius: 10px;
		margin-bottom: 30px;
	}
	.alaman-section {
    	grid-template-columns: 100%;
	}
	.sarang-header-img{
		width:90%;
		max-width:1500px;
	}
	/* END WEBSITE */
/* BLOG PAGE */
	.blog-wrapper {
		width: 90%;
		grid-template-columns: 1fr;
		grid-auto-rows: 400px !important;
	}
	.blog-wrapper article:nth-child(6n + 1){
		grid-column: span 1;
		grid-row: span 1;
	  
	  }
	  
	.blog-wrapper article:nth-child(6n + 4){
		grid-column: span 1;
		grid-row: span 1;
	  
	  }
	/* END OF BLOG PAGE */

	/* OUR SERVICES */
	div.vc_column-inner.vc_custom_1484729799628,
	div.vc_row.wpb_row.vc_row-fluid.vc_custom_1564386790967 div.vc_column-inner{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.service-block1{
		padding: 0;
	}
	.process{
		display: none;
	}
	.container-flex-item-30pc h3{
		text-align: left;
	}
	.container-flex-item-30pc div.active{
		color:#222 !important;
	}
	/* END OF OUR SERVICES */
	

	/* PTMA PAGE */
	.ptma-packages{
		grid-template-columns: 50% 20% 30% 0%;
		grid-template-rows: 50px;
		width:100%;
		max-width:1500px;
	}
	.ptma-package-cost{
		font-size: 15px;
	}
	/* END OF PTMA PAGE */

	/* CONTACT PAGE */
	.contact-section{
		padding:10px;
	}
	/* END OF CONTACT PAGE */
	
	/* FOOTER */
	footer.site-footer > .site-info{
		padding:10px !important;
	}
	footer div.col-md-4{
		/* width:40%; */
	width: 100% !important;
	}
	div.footer1-footer{
		display:none;
	}
	.site-footer > .site-info {
		padding-left: 20px;
	}
	/* END OF FOOTER */
	
	
	.blog-wrapper{
		grid-auto-rows: 50px;
	}
	.pagination .nav-links{
		width:100%;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	/* FONTS */
	 
	h1.entry-title {
    font-size: 40px;
    line-height: 50px;
	}
	h1.intro{
		font-size: 40px;
    	line-height: 40px;
		color: #222;
	}
	h3.intro {
		font-size:19px;
		line-height:22px;
	}
	/* END OF FONTS */
	
	.pagination .nav-links{
		width:100%;
	}
	
	/* DIVs */
	.div50pc-right,
	.div50pc-left,
	.div50pc-center{
		width:100%;
	}
	/* END OF DIVs */
	
	/* PADDING/MARGIN */
	 .padding-top-btm-50px {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
	/* END OF PADDING/MARGIN */

	/* HEADER */
	.menu-btn {
		margin-right:15px;
	}
	/* END OF HEADER */
	
	/* HOME */
	.below-765{
		display:block;
		text-align: center;
	}
	#canvas1,
	.process2,
	.home-service-section,
	.fingerprint
	{
		display:none;
	}
	.clutch-section {
		display: grid;
		grid-template-columns: 100%; 
		grid-row-gap: 50px;
	}
	.home-logo-section1 {
		display: grid;
		grid-template-columns: 100%;
		grid-column-gap: 10px;
	}
	.home-logo-section2 div {
		width: 200px;
	}
	.featured-project {
		grid-template-columns: 100%;
	}
	.strong-view.wpmtst-modern .wpmtst-testimonial-content {
		margin: 0;
	}
	/* END OF HOME */
	
	/* FLEX /GRID */
	
	.service-page-section1,
	.ptma-section{
    	gap: 30px;
    	flex-direction: column;
	}
	.service-page-section1 div,
	.ptma-section div{
		width: 100%;
	}
	
	/* END OF FLEX/GRID */
	
	/* PORTFOLIO */
	.sarang-header-img{
		width:90%;
		max-width:1500px !important;
	}
	.featured-video {
    	padding: 15px;

	}
	/* END OF PORTFOLIO */
	/* FOOTER */
	footer div.col-md-4{
		width:33%;
		float:left;
	}
	.site-footer > .site-info {
		padding-left: 20px;
	}
	/* END OF FOOTER */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	/* HOME */
	.below-765{
		display:none;
	}
	#canvas1{
		display: block;
		max-width:700px !important;
	}
	.process2 {
		display: block;
		width: 700px;
	}
	.process-items2 span{
		font-size:30px;
	}
	.home-service-section{
		display: block;
		width:700px;
	}
	.container-flex-item-30pc {
		gap: 20px;
	}
	.home-service-section .container-flex-item-30pc div {
		width: 31%;
	}
	/* END OF HOME */
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	/* DIVs */
	.div50pc-right,
	.div50pc-left,
	.div50pc-center{
		width:50%;
	}
	/* END OF DIVs */
	
	/* PADDING/MARGIN */
	 .padding-top-btm-50px {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	/* END OF PADDING/MARGIN */
	
	/* FLEX /GRID */
	
	.service-page-section1,
	.ptma-section{
    	gap: 30px;
    	flex-direction: row;
	}
	.service-page-section1 div,
	.ptma-section div{
		width: 50%;
	}
	/* END OF FLEX/GRID */

	/* HOME */
	#canvas1{
		max-width:900px !important;
	}
	h3.intro{
		font-size: 26px;
		font-weight: 600;
	}
	.process2 {
		width: 900px;
	}
	.process-items2 span{
		font-size:40px;
	}
	.home-service-section{
		width:900px;
	}
	.container-flex-item-30pc {
		gap: 30px;
	}
	.home-service-section .container-flex-item-30pc div {
		width: 31%;
	}
	/* END OF HOME */
	
	/* PORTFOLIO */
	.sarang-header-img{
		width:90%;
		max-width:1500px;
	}
	.featured-video {
    padding: 25px;
	}
	.container-flex-item-500px div{
		width:330px;
	}
	/* END OF PORTFOLIO */
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	/* HEADER */
	.menu-btn{
		margin-right:30px;
	}
	/* END OF HEADER */

	/* HOME */
	.clutch-section {
		grid-template-columns: 320px auto;
	}
	.home-logo-section1{
		grid-template-columns: auto 400px;
	}
	.fingerprint{
		display: inline-block;
	}
	/* END OF HOME */
	
	/* PORTFOLIO */
	.container-flex-item-500px div{
		width:330px !important;
	}
	.featured-video {
    	padding: 40px;
	}
	
	/* END OF PORTFOLIO */
}
@media only screen and (min-width: 1400px) {
	/* HOME */
	#canvas1{
		max-width:1200px !important;
	}
	.process2 {
		width: 1200px;
	}
	.process-items2 span{
		font-size:50px;
	}
	.home-service-section{
		width:1200px;
	}
	.container-flex-item-30pc {
		gap: 60px;
	}
	.home-service-section .container-flex-item-30pc div {
		width: 28%;
	}
	/* END OF HOME */
}
@media only screen and (min-width: 1600px) {

	/* HOME */
	.home-logo-section2 div {
		width: 250px;
	}
}

@media only screen and (min-width: 2000px) {

	/* HOME */
	.home-logo-section2 div {
		width: 250px;
	}
	/* END OF HOME */
	
	/* PORTFOLIO */
	.container-flex-item-500px div{
		width:480px  !important;
	}
	.sarang-header-img{
		width:100%;
		max-width:1500px;
	}
	/* END OF PORTFOLIO */
}
