/*
Theme Name: GoUtility
Theme URI: https://polishyourimage.com/
Description: GoUtility
Version: 7.0
Author: PYI
Author URI: https://polishyourimage.com/
Tags: GoUtility
*/

/*Begin General*/ 

body, html, ul {
	margin: 0px;   
 	padding: 0px; 
}

body {
	word-wrap: break-word;
	overflow-x: hidden;
}

.wrapperOuter {
    overflow: hidden;
}

/* gutenberg start */

.wp-block-columns {
	position: relative;
}

.row {
	margin-bottom: 0;
	position: relative;
}

.row .wp-block-column { 
	position: relative;
}

.wp-block-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;

}
.wp-block-cover .wp-block-cover__image-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    opacity: 0;                                  
    visibility: hidden;
}

.static.wp-block-cover {
	position: static;
}
.container-bg {
	position: relative;
}
.container {
	margin-left: auto !important;
	margin-right: auto !important;
}   
body .wp-block-columns {
    gap: 0;
    flex-wrap: wrap;
    align-items: inherit;			
}

body .equal-height {
	display: block;
}
.equal-height * {    
	min-height: 100%;
}

body .is-layout-flex {
    flex-wrap: wrap !important;
    align-items: unset;
}

/* hide */
body .hide {
    display: none !important;
}

.double-cover-image .wp-block-cover-parent .wp-block-cover {
    min-height: 270px;
    margin: 10px 0;
}

/* gutenberg end */

th, b, strong {          
	font-weight: normal;   
}

a {
	text-decoration:none;   
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline:0!important;
}

::selection {
   color: #fff; 
   background: #1d0a42 !important;
}

* { 
	outline: none !important;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0;   
	margin-bottom: 10px;    
}


ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0; 
}

p { 
	margin: 0;
	line-height: 20px;
}

main ol, 
main ul,
p {
	padding-bottom: 20px;
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

main ol li, 
main ul li {
	list-style-position: outside;
    line-height: 20px;
    margin-bottom: 10px;
}

main ol, 
main ul {
	margin: 0 0 0 35px; 
}

.btnbx {
    opacity: 0;	
}
.dbtn .mText:last-child {
    display: none;
}
 
.dbtn {
    font-size: 16px;
    padding: 8px 27px 7px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 9; 
    font-family: 'Manrope Bold2';
    font-weight: bold;
    background: #ff0049;
    border: 1px solid transparent;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 10px;
    transform-style: preserve-3d;
    text-align: center;
} 
.button2 .dbtn {
  color: #1d0a42 !important;
  border-color: #ff0049;
  background-color: transparent;
}

.dbtn:hover {
  color: #ffffff !important;
  border-color: #1d0a42;
	animation: coloreffect 1.5s linear;
  background-color: #1d0a42 !important;
}
@keyframes coloreffect {
  0%, 100% {
      -webkit-transform: perspective(600px) rotateY(0deg);
      -moz-transform: perspective(600px) rotateY(0deg);
      -o-transform: perspective(600px) rotateY(0deg);
      transform: perspective(600px) rotateY(0deg);
  }

  50% {
      -webkit-transform: perspective(600px) rotateY(10deg);
      -moz-transform: perspective(600px) rotateY(10deg);
      -o-transform: perspective(600px) rotateY(10deg);
      transform: perspective(600px) rotateY(10deg);
  }
}

.page-loaded .btnbx {   
    opacity: 1;
}
 
/* Post Image Start*/
.wp-block-image figure {
  margin-top: 20px;
  margin-bottom: 20px;
}
img.alignright,
.wp-block-image .alignright {
  margin-left: 20px;
  float: right;
  margin-bottom: 10px;
  max-width: 50%;
}
img.alignleft,
.wp-block-image .alignleft {
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
  max-width: 50%;
}
img.aligncenter,
.wp-block-image .aligncenter {
  margin: 0 auto 10px;
    display: block;
    text-align: center;
}
img.alignnone {
  display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
  img.alignnone,
  img.alignright,
  img.alignleft,
  img.aligncenter,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none !important;
    margin: 10px 0 10px !important;
    display: block;
    max-width: 100%;
  }

}

/* Post Image End */




.owl-stage-outer {
  overflow: hidden;
}
.owl-stage-outer .owl-item {
  display: inline-block;
  vertical-align: top;  
}

/* topBar */

.topBar {
  padding: 30px 0;
} 
.topBar p:last-child {
  padding-bottom: 0;
}
.topBar p {    
  font-size: 18px;   
  text-align: center;         
}
.topBar p strong {
  color: #ff0049;
  text-transform: uppercase;
}
.topBar .row {
    align-items: center;
}
.topBar .wp-block-buttons {
  justify-content: end;
}
.topBar a.dbtn {
  background: #5700ff;
  font-size: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   border: none;
}
.topBar a.dbtn:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.topBar a.dbtn:hover {
    background-color: #ff0049 !important;
}

/* sticky header css start */

header {
  position: relative;    
}
.header {
  width: 100%;
  transition: all .5s;
  z-index: 99; 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}  

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
}

header .header ~ .header {
  position: absolute !important;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;        
  z-index: 0;
}

header .header ~.header.sticky {
  position: relative !important;
}
     
/* sticky header css end */

/* header */

.header {
 padding: 27px 0;
}
.header .row {
  align-items: center;
}
.header .iconBox figure {
  background: #ff0049;
    width: 43px;
    height: 43px;  
    display: flex;
    border-radius: 10px;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-right: 6px;
}
.header .phoneBox {
  margin-right: 3%;
}
.header .iconBox figure img {
  width: auto;
  max-height: 20px;
}
.header .logoBox img {
  width: 200px;  
}

.header .iconBox .wp-block-media-text__content p:last-child {
  padding-bottom: 0;
 }  
.header .iconBox .wp-block-media-text__content p {
  font-family: 'Manrope Bold2';
}  
.header .iconBox .wp-block-media-text__content p a {
  color: #1d0a42;
}
.header .iconBox .wp-block-media-text__content p a:hover {
  color: #ff0049;
}
.header .iconBox .box {
  display: flex;
  flex-direction: row;     
  align-items: center;
}
.header .buttonBox .wp-block-buttons {
  justify-content: end;
}
.header .alarmBox,
.header .phoneBox {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}

/* footer */

.footer {
  padding: 65px 0;
}
.footer .logoBox img {
  width: 230px;
}
.footer .logoBox p:last-child {
  padding-bottom: 0;
}
.footer .logoBox p {
  font-size: 14px;
  line-height: 18px;
}
.footer .logoBox a {
  margin-bottom: 12px;
  display: inline-block;
}

.footer .iconBox figure img {
  width: 20px;
  max-height: 20px;
} 
.footer .iconBox figure {
  background: #ff0049;
  width: 43px;
  height: 43px;  
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 6%;
  margin-bottom: 0;

}      
.footer .iconBox p,
.footer .iconBox .wp-block-media-text__content a {
  color: #fff;
  font-family: 'Manrope Bold2';
}
.footer .iconBox .wp-block-media-text__content a:hover {
   color: #ff0049;
}
.footer .logoBox {
  padding-right: 55px;
}   
.footer .mailBox, 
.footer .addressBox,
.footer .phoneBox,
.footer .alarmBox {
    display: inline-block;
    width: 49%;
}
.copyrightWrap .row,
.footer .row {
  align-items: center;   
}
.footer .mailBox, 
.footer .phoneBox {
  margin-bottom: 10px;
}
.footer .mailBox, .footer .addressBox {
  padding-right: 2%;
}
.footer .iconBox .box {
  display: flex;
  flex-direction: row;    
  align-items: center;
}

/* copyrightWrap  */

.copyrightWrap {
  padding: 22px 0;
}
.footer .iconBox p:last-child,
.copyrightWrap p:last-child {
  padding-bottom: 0;
}
.copyrightWrap ul li {
  list-style: none;
  display: inline-block; 
  margin-right: 14px;
  vertical-align: middle;
}
.copyrightWrap ul li a {
  background: rgba(29,10,66,.3);
  width: 40px;     
  height: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .5s;
}
.copyrightWrap ul li a:hover {
  background: rgba(29,10,66,1);
}
.copyrightWrap ul li img {
  width: auto;
  max-height: 20px;
}
.copyrightWrap ul label {
  margin-right: 20px;
}  
.copyrightWrap ul li:last-child {
   margin-right: 0;
}
   
/********************************************************
-------------- default form css start ----------------------
*********************************************************/
  
input[type=search],
input[type='tel'],
textarea, 
input[type='email'],
input[type='text'] {
  font-size: 18px;
  color: #7b7b7b;
  height: 64px;
  background: #f9f9f9;
  border: 2px solid #e2e0e5; 
  width: 100%;
  padding: 15px 41px 15px;
  line-height: 24px;
  border-radius: 15px;
  outline-offset: 0px;   
  -webkit-appearance: inherit;
  font-family: 'Manrope Medium2';
  box-shadow: 0px 0px 20px 0px rgba(77, 36, 245, .077);
}
textarea {
  min-height: 178px;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #7b7b7b !important;
  opacity: 1 !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b !important;
  opacity: 1 !important;
}


textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
  color: #7b7b7b !important;
  opacity: 1 !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
  color: #7b7b7b !important;
  opacity: 1 !important;   
}
.wpcf7-form .wpcf7-not-valid ~ .select-styled, .wpcf7-form .wpcf7-not-valid {
    border-color: #ff0000 !important;
}
form .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 15px 0 0 !important;
    font-size: 15px !important;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .9);
}

/* radio/checkbox start*/
  
.formWrap .wpcf7-radio .wpcf7-list-item-label:after {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
    width: 20px;
  border: 2px solid #1d0a42;
  border-radius: 50%;
}
.formWrap .wpcf7-radio .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 12px;
    height: 12px;
    background: #ccc8d4;
    position: absolute;
    top: 8px;
    left: 4px;
  transition: all .5s;
  border-radius: 50%;
  z-index: 1;
} 
.formWrap .wpcf7-form-control-wrap .wpcf7-radio input,
.formWrap .wpcf7-form-control-wrap .wpcf7-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 10px;
}
.formWrap .wpcf7-form-control-wrap .wpcf7-list-item label {
  cursor: pointer;
  position: relative;
    padding-left: 33px;
    margin-right: 20px; 
  color: #000;
  font-size: 18px;
} 
.formWrap .wpcf7-form-control-wrap .wpcf7-radio input:checked ~ .wpcf7-list-item-label:before {
  background: #ff0049; 
}
.formWrap i {
  font-style: normal;
  color: #000000;
  font-family: 'Manrope Bold2';  
  font-size: 18px; 
}
.inquiryWrap .captcha .dscf7_lt {
  color: #000;
}
.inquiryWrap .wpcf7 form .wpcf7-response-output {
    color: #1d0a42; 
}
body form.wpcf7-form {   
  position: relative;
  z-index: 1;
}
body form.submitting:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.7);
  z-index: 10;
}
body form.submitting:after {
  content: '' !important;
  display: inline-block !important;
  height: 40px;
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background-color: #ff0049;
  z-index: 1;  
  animation: smallBoxAnim 1.5s infinite linear; 
  border-radius: 50%;
  z-index: 11; 
  border-style: solid;       
  border-color: #1d0a42;
  border-width: 8px;
} 
@keyframes smallBoxAnim {
  100%,
  0% {
    height: 40px;
    width: 40px; 
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
  50% {
    height: 26px;
    width: 26px; 
    top: calc(50% - 13px);
    left: calc(50% - 13px);
  }
}
 
.wpcf7-form .ajax-loader {
   display: none !important;
}
.captcha {
  margin-top: 10px;
}

/* subTitle */

.subTitle {
  color: #ff0049;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 21px;
}
.scnTitle {
  font-size: 48px;
  color: #1d0a42;
  text-align: center;
  margin-bottom: 41px;
}

/* inquiryWrap */

.inquiryWrap {
    padding: 78px 0 54px;
    background: #f8f8f8;  
}
.inquiryWrap form .box {
  margin-bottom: 28px;
} 
.captcha .dscf7captcha .wpcf7-form-control-wrap input[type='text'] {
  width: 200px !important;
  margin-bottom: 0 !important;
  height: 40px;
  padding: 8px 12px 8px; 
  font-size: 12px;
} 
.dscf7-captcha-container span.wpcf7-form-control-wrap input {
	 width: 200px !important;
  margin-bottom: 0 !important;
  height: 40px;
  padding: 8px 12px 8px; 
  font-size: 12px;
border: 2px solid #e2e0e5;
	    border-radius: 15px;
}
.dscf7-captcha-container span.dscf7_lt {
    font-size: inherit;
}
.dscf7-captcha-container span.dscf7_lt .dscf7_refresh_captcha {
  padding: 2px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
	position: static;
   border-radius: 50%;
}  
.captcha .dscf7captcha br {
    display: none;         
}
.captcha span.wpcf7-form-control-wrap {
  margin-left: 10px !important;   
	display: inline-block;
    width: auto;
} 
.dscf7-captcha-container .screen-reader-text {
	display: none;
}
.dscf7-answer-container,
.dscf7-question-container {
	display: inline-block;
}
.inquiryWrap form .textareaBox  {
  margin-bottom: 33px;
}
.inquiryWrap .radio-item .wpcf7-form-control-wrap {
  margin-left: 18px;
}
.inquiryWrap .radio-item .captcha .wpcf7-form-control-wrap {
  margin-left: 0;          
}
.inquiryWrap form .submitBtn {
  text-align: right;
}
.inquiryWrap .captcha .dscf7_lt {
  margin-bottom: 10px;  
  display: inline-block;  
}



/* testimonialWrap  */


.testimonialWrap {
  padding-top: 50px;
}
.testimonialWrap .subTitle {
  text-align: left;
}

.testimonialWrap .scnTitle {
  text-align: left;
  margin-bottom: 50px;
}
.testimonialWrap .nameBox p {
  color: rgba(29, 10, 66, .6);
    font-size: 20px;
    line-height: 28px;
}
.testimonialWrap .nameBox .nameTitle {
  color: #000000;
  font-size: 18px;
  margin-bottom: 5px;
}
.testimonialWrap .nameBox .addressTitle {
  font-size: 14px;
  color: rgba(29, 10, 66, .6);
}
.testimonialWrap .nameBox:before {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 12px;
  top: 20px;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonialWrap .nameBox:after {
  content: '';
  background: #5700ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: absolute;
     top: 6px;
    left: -2px;
}
.testimonialWrap .nameBox {
    position: relative;
  padding-left: 90px;
}
.testimonialWrap .textBox {
  padding-bottom: 65px; 
}
.testimonialWrap .SignBox {
    border-radius: 25px;
    padding: 38px 60px;
    position: relative;
    margin-top: -62px;
}
.testimonialWrap .SignBox:after {
  content: '';
  background: #f8f8f8;     
  position: absolute;
  height: 50%;
 width: 200vw;
  left: -100vw;   
  bottom: 0;
  display: block;
}
.testimonialWrap .SignBox:before {
  content: '';
  background-color: #5700ff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 25px;

}
.testimonialWrap .SignBox .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
.testimonialWrap .SignBox .subTitle {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.testimonialWrap .SignBox .scnTitle {
  font-size: 36px;
  margin-bottom: 0;
}
.testimonialWrap .SignBox .offerBox {
  align-items: center;      
}
.testimonialWrap .SignBox .emailBox {
  padding-left: 38px;
}
.testimonialWrap .SignBox form .dscf7_lt {
  color: #fff;
      margin-bottom: 5px;
    display: inline-block;
}   
.testimonialWrap .SignBox form .dbtn {
    font-size: 18px;
    padding: 15px 31px 15px;
    min-height: 64px;
    width: 100%;
}
.testimonialWrap .SignBox form input {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding: 15px 25px 15px;
}
.testimonialWrap .SignBox form input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.testimonialWrap .SignBox form input:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
  opacity: 1 !important;
}
.testimonialWrap .SignBox form input::-moz-placeholder {  /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}
.testimonialWrap .SignBox form input:-ms-input-placeholder {  
  color: #fff !important;
  opacity: 1 !important;   
}
.testimonialWrap .imageBox {
  text-align: center;
  margin-top: -35px;
}
.testimonialWrap .imageBox .wp-block-cover {
  width: 565px;
  height: 600px;
  background-size: contain;
  top: 70px;
  animation: 12s rotateIcon linear infinite;
}
@keyframes rotateIcon {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  50% {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
.testimonialWrap .imageBox figure {
  margin-bottom: 0;
}
.testimonialWrap .captcha .dscf7captcha {
  padding-bottom: 0;      
}

/* accordionWrap */
.accordionWrap .accordion-group .group-inr {
  padding: 19px 40px 3px;
  max-height: 0;
  transition: all .5s; 
  overflow: hidden;
  opacity: 0;
  width: 100%;
  margin-top: -24px; 
}
.accordionWrap .accordion-group .active ~ .group-inr { 
  opacity: 1; 
  margin-top: 0; 
}
.accordionWrap .accordion-group .acdn-title {
 background: #fff;
  border: 2px solid #e7e6ee;
  border-radius: 15px;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-family: 'Manrope Bold2';
  transition: all .5s;
  position: relative;
  z-index: 1;
  padding: 20px 60px 20px 38px;
     box-shadow: 0px 0px 20px 0px rgba(77, 36, 245, .077);
}
.accordionWrap .accordion-group .acdn-title:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 40px;
  top: calc(50% - 1px);
  transition: all .5s;
}
.accordionWrap .accordion-group .acdn-title:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 40px;
  top: calc(50% - 1px);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  transform: rotate(-90deg);
  transition: all .5s;
}
.accordionWrap .accordion-group .acdn-title.active,
.accordionWrap .accordion-group .acdn-title:hover {
  background: #ff0049;
  border-color: transparent;
  color: #fff;

}
.accordionWrap .accordion-group .acdn-title.active:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.accordionWrap .accordion-group .acdn-title.active:after,
.accordionWrap .accordion-group .acdn-title.active:before {
  background: #fff;
}



.accordionWrap .accordion-group {
  position: relative;
 margin-bottom: 25px;
}
.accordionWrap .accordion-group:last-child {
  margin-bottom: 0;
}

.accordionWrap .accordion-group .group-inr p:last-child {
  padding-bottom: 0;
}
.accordionWrap .accordion-group .group-inr p {
  color: rgba(29,10,66,.60);
}

/* faqWrap */

.faqWrap {
padding-bottom: 68px;
}

/* simpleWrap  */

.simpleWrap {   
  padding: 80px 0 75px;
}
.simpleWrap .simpleBox p {
  text-align: center; 
  color: rgba(29,10,66,.60);  
}
.simpleWrap table {
  border: 2px solid #d3d0db;
  border-radius: 15px;
  border-collapse: inherit;
  border-spacing: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(77, 36, 245, .077);
}
.simpleWrap table th:first-child {
    width: 42%;
}
.simpleWrap table th {
  border-right: 2px solid #d3d0db;  
  text-align: center; 
  padding: 20px 10px;  
  border-bottom: 2px solid #d3d0db;
  width: 24%;
}
.simpleWrap table td:last-child,
.simpleWrap table th:last-child {
  border-right: none; 
}
.simpleWrap table td {
 border-bottom: 2px solid #d3d0db;
  border-right: 2px solid #d3d0db;
  color: rgba(29,10,66,.60);
  padding: 17px 30px;
  line-height: 20px;    
  text-align: center; 
}
.simpleWrap table th:nth-child(2) {
  background: #1d0a42;
}
.simpleWrap table th img {
  width: 135px;
}
.simpleWrap table th:nth-child(3),
.simpleWrap table th:nth-child(4) {
  background: #e8e6ec;   
}
.simpleWrap table td:first-child {
  color: #000000;
  font-size: 18px;
  font-family: 'Manrope Bold2';
  text-align: left;
}
.simpleWrap table td img {
  width: auto;
  max-height: 19px;  
}
.simpleWrap table tr:last-child td {
  border-bottom: none;
}  
.simpleWrap .scnTitle {
  margin-bottom: 13px;
}
.simpleWrap .simpleBox {
   margin-bottom: 32px;
}

/* optionWrap */

.optionWrap .wp-block-buttons {
  justify-content: center;
  gap: 34px; 
}   
.optionWrap {
  padding: 85px 0;
  z-index: 1;
  overflow: hidden;     
}
.optionWrap .button2 .dbtn {
  color: #fff !important; 
  border: 1px solid #fff; 
}
.optionWrap .wp-block-buttons .dbtn {
    min-width: 326px;
    border-radius: 15px;
    padding: 9px 27px 9px;
}
.optionWrap .wp-block-buttons .dbtn:hover {
  border-color: #fff !important;
}
.optionWrap .scnTitle {
  margin-bottom: 50px;
}
.optionWrap .wp-block-cover {
  background-position: center center;
  background-size: 1130px;
}

.optionWrap .wp-block-cover:after,
.optionWrap .wp-block-cover:before {
  content: '';
  width: 490px;
  height: 675px;
  display: block;
  border-radius: 50%;  
  position: absolute; 
  top: -80px;
}
.optionWrap .wp-block-cover:before {
  background-color: #4d24f5;
  left: -370px;
}
.optionWrap .wp-block-cover:after {
  background: #ea384d;
  right: -370px;
}

/* highWrap */

.highWrap {
  padding: 90px 0 75px;
}
.highWrap .serviceBox p {
  text-align: center;
}
.highWrap .owl-stage-outer {
     padding-top: 58px;
}
.highWrap .scnTitle {
  margin-bottom: 15px;
}
.highWrap .inr-sec h5 {
  font-family: 'Manrope ExtraBold2';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  padding: 6px 40px;
  border-radius: 90px 90px 0px 0px;
  line-height: 16px; 
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-top: -60px;
  margin-bottom: 30px;
}

.highWrap .inr-sec {
  display: block; 
  border: 2px solid #e5e2ec;
  border-radius: 30px;
  padding: 30px 24px;
  height: 100%; 
}
.highWrap .inr-sec.popularBox {
  border-color: #1d0a42;
}
.highWrap .borderBox .subTitle {
  text-align: left;
  margin-bottom: 8px;
  transform: inherit !important;
  transition: 0s !important; 
  opacity: 1 !important;   
}
.highWrap .borderBox h4 {
  font-size: 30px;
}
.highWrap .borderBox p {
  color: rgba(29,10,66,.60);
  font-size: 14px;
  line-height: 17px;
}
.highWrap .borderBox .scnTitle {
  text-align: left;
  margin-bottom: 0;
  animation: none !important;
  transform: inherit !important;
  transition: 0s !important; 
  opacity: 1 !important;    
}
.highWrap .borderBox .scnTitle strong {
  font-family: 'Manrope ExtraBold2';
  font-size: 37px;
}
.highWrap .borderBox .scnTitle em {
  font-style: normal;
  font-size: 20px;
}
.highWrap .borderBox ul label {
   color: rgba(29,10,66,.60);
   font-family: 'Manrope Bold2';
   font-size: 14px;
   border-bottom: 2px solid #e8e6ec;
   display: block;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.highWrap .borderBox ul {
  margin-left: 0; 
  margin-top: 13px; 
  padding-bottom: 25px; 
}
.highWrap .borderBox ul li {
  list-style: none;
  color: rgba(29,10,66,.60);
  font-size: 12px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
}
.highWrap .borderBox ul li:before {
  content: '';
  width: 15px;
  height: 10px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 5px;
}
.highWrap .borderBox .wp-block-media-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 12px 5px;
}
.highWrap .borderBox .wp-block-media-text figure {
  width: 13px;
  margin-right: 10px;
  margin-bottom: 0;
}
.highWrap .borderBox .wp-block-media-text figure img {
    width: auto;
    max-height: 18px;
}
.highWrap .borderBox .wp-block-media-text .wp-block-media-text__content p {
  color: #fff;
  font-size: 16px;
  font-family: 'Manrope Bold2';

}  
.highWrap .borderBox .wp-block-media-text .wp-block-media-text__content p a {
  color: #fff;      
}
.highWrap .borderBox .wp-block-media-text .wp-block-media-text__content p:last-child {
  padding-bottom: 0;
}
.highWrap .borderBox .button2 {
  margin-top: 22px;
  display: block;
}
.highWrap .borderBox .button2 .dbtn {
  width: 100%;
  border: 2px solid #1d0a42;
} 
.highWrap .borderBox .textInr {
  border-bottom: 2px solid #e8e6ec;
  min-height: 150px;
  margin-bottom: 20px;
}
.highWrap .content-item {
  padding: 0 110px;     
}  
.highWrap .owl-dots button {
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #1d0a42;
  margin: 0 8px;
  padding: 0; 
}
.highWrap .owl-dots button:before {
  content: '';
  background: #d2ced9;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: all .5s;
}
.highWrap .owl-dots button.active:before {
background: #ff0049;
}
.highWrap .owl-nav button {
background: transparent;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #1d0a42;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px;
  position: absolute;
  top: calc(50% - 35px);
  transition: all .5s;
}
.highWrap .owl-nav button:hover {
  background-color: #ff0049;
  border-color: #ff0049;
}
.highWrap .borderBox .wp-block-media-text .wp-block-media-text__content p a:hover {
      color: #1d0a42;
}
.highWrap .owl-nav button span {
  opacity: 0;
}  
.highWrap .owl-nav button.owl-prev {
  left: 14px;
}
.highWrap .owl-nav button.owl-next {
  right: 14px;
}
.highWrap .inr-sec .wp-block-column {
  height: 100%;
}
.highWrap .owl-stage {   
  display: flex;
  height: 100%;
}
.highWrap .owl-dots {
  text-align: center;
  margin-top: 38px;
}

.errorWrap {
  padding: 60px 0;   
  text-align: center;
} 
.errorWrap .bottomBox {
  opacity: 0;
  transition: all 1s;
}
.page-loaded .errorWrap .bottomBox  {
  opacity: 1;
  transition-delay: 2s;     
}  
.errorWrap h1 {  
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 15px;     
  text-transform: uppercase;
}
.errorWrap h3 {  
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 5px;
  text-transform: uppercase;  
}
.errorWrap h5 {   
  font-size: 22px;
  margin-bottom: 18px;
}
.errorWrap form input {
  padding: 9px 15px 9px;
  height: auto;
}
.errorWrap form label {
  vertical-align: top;
  max-width: 270px; 
  width: 100%; 
  margin-right: 10px;
}
.errorWrap form {
  position: relative;
}

/* animation */
   
.errorWrap svg {
  width: 60px;
  height: 60px; 
  fill: #ff0049;     
  display: inline-block;   
  vertical-align: middle;    
  transition: all .5s;
}
.errorWrap svg.computer {
  margin-right: 100px; 
  fill: #1d0a42;     
} 
.errorWrap svg.server {  
  margin-left: 100px;
}
.page-loaded .errorWrap svg.server {
  fill: #1d0a42;
}
.errorWrap .box {
  position: relative;  
  display: inline-block;   
}
.errorWrap .lineBorder {     
  width: calc(100% - 40px);
  height: 48px;
  position: absolute;
  bottom: 22px; 
  perspective: 1200px;
  left: 20px;
  overflow: hidden;
}
.errorWrap .lineBorder:before {     
  content: '';
  height: 100px;
  width: calc(100% - 18px);
  position: absolute;
  left: 9px;  
  bottom: -54px;   
  box-sizing: border-box;
  padding-bottom: 0.25em;
  border-radius: 0 0 16px 15px;
  border: 0.05em solid #ff0049;  
  border-bottom-color: transparent;
  border-top-color: transparent;
  transform-style: preserve-3d;
  transform-origin: 50% 0;
  transform: rotateX(63deg);   
}
.page-loaded .errorWrap .lineBorder:before {    
  border-color: #1d0a42;   
}
.errorWrap .lineBorder:after {      
  content: '';
  height: 26px;
  width: 100vw;
  position: absolute;
  left: -80vw; 
  bottom: 2px; 
  border-bottom: 2px dotted;     
  border-color: #ff0049;
  transition: left 2s, border-color 1s;    
}
.page-loaded .errorWrap .lineBorder:after {
  left: 0;
  border-color: #1d0a42;     
  transition-delay: 0s,0s;     
} 
.errorWrap .textBox {
  opacity: 0;   
 
}
.errorWrap .box {
    margin-bottom: 10px; 
}
.page-loaded .errorWrap .textBox {    
  opacity: 1;
  -webkit-animation: swichText 2s ease-out forwards;
  animation: swichText 2s ease-out forwards;  
}
.errorWrap .textBox .item {  
  display: inline-block;   
  margin-bottom: 0;  
  font-size: 80px;
  line-height: 65px;
  letter-spacing: -4.5px;
  color: #1d0a42;
  opacity: 0; 
  transition: all .5s ease-in; 
}
.page-loaded .errorWrap .textBox .item {    
  -webkit-animation: 2s linear forwards ease-in;       
  animation: 2s linear forwards ease-in;   
  -webkit-animation-delay: 0.1125s;
  animation-delay: 0.1125s;               
  opacity: 1;   
}
.page-loaded .errorWrap .textBox .item1 {
  -webkit-animation-name: jump1; 
  animation-name: jump1;
}
.page-loaded .errorWrap .textBox .item2 {
  -webkit-animation-name: jump2; 
  animation-name: jump2;
}
.page-loaded .errorWrap .textBox .item3 {
  -webkit-animation-name: jump3;    
  animation-name: jump3;
}
@keyframes swichText {     
  0% {
    -webkit-transform: translate(130px, -50px) scale(0);
    -moz-transform: translate(130px, -50px) scale(0);
    -o-transform: translate(130px, -50px) scale(0);
    transform: translate(130px, -50px) scale(0);        
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1); 
    -moz-transform: translate(0px, 0px) scale(1); 
    -o-transform: translate(0px, 0px) scale(1); 
    transform: translate(0px, 0px) scale(1);     
  }
} 
@-webkit-keyframes swichText {     
  0% {
    -webkit-transform: translate(130px, -50px) scale(0);        
    -moz-transform: translate(130px, -50px) scale(0);        
    -o-transform: translate(130px, -50px) scale(0);        
    transform: translate(130px, -50px) scale(0);        
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1); 
    -moz-transform: translate(0px, 0px) scale(1); 
    -o-transform: translate(0px, 0px) scale(1); 
    transform: translate(0px, 0px) scale(1);   
  }
}  

@keyframes jump1 {
  0% {
    -webkit-transform: translateY(0) translateX(0px) rotate(0);
    -moz-transform: translateY(0) translateX(0px) rotate(0);
    -o-transform: translateY(0) translateX(0px) rotate(0);
    transform: translateY(0) translateX(0px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; 
  }
  50% {
    -webkit-transform: translateY(-3em) translateX(0px) rotate(-340deg); 
    -moz-transform: translateY(-3em) translateX(0px) rotate(-340deg); 
    -o-transform: translateY(-3em) translateX(0px) rotate(-340deg); 
    transform: translateY(-3em) translateX(0px) rotate(-340deg);     
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  70% {
    -webkit-transform: translateY(0) translateX(0px) rotate(-360deg);
    -moz-transform: translateY(0) translateX(0px) rotate(-360deg);
    -o-transform: translateY(0) translateX(0px) rotate(-360deg);
    transform: translateY(0) translateX(0px) rotate(-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: translateY(-1em) translateX(0px) rotate(-360deg);
    -moz-transform: translateY(-1em) translateX(0px) rotate(-360deg);
    -o-transform: translateY(-1em) translateX(0px) rotate(-360deg);
    transform: translateY(-1em) translateX(0px) rotate(-360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90%,100% {  
    -webkit-transform: translateY(0) translateX(0px) rotate(-360deg);
    -moz-transform: translateY(0) translateX(0px) rotate(-360deg);
    -o-transform: translateY(0) translateX(0px) rotate(-360deg);
    transform: translateY(0) translateX(0px) rotate(-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;   
  }
}

@-webkit-keyframes jump1 {
  0% {
    transform: translateY(0) translateX(0px) rotate(0);
    animation-timing-function: ease-out; 
  }
  50% { 
    transform: translateY(-3em) translateX(0px) rotate(-340deg);
    animation-timing-function: ease-in;
  }
  70% {
    transform: translateY(0) translateX(0px) rotate(-360deg);
    animation-timing-function: ease-out;
  }
  80% {
    transform: translateY(-1em) translateX(0px) rotate(-360deg);
    animation-timing-function: ease-in;
  }
  90%,100% {  
    transform: translateY(0) translateX(0px) rotate(-360deg);
    animation-timing-function: ease-out;   
  }
}


@keyframes jump2 {
  0% {
    -webkit-transform: translateY(0) translateX(0px) rotate(0);
    -moz-transform: translateY(0) translateX(0px) rotate(0);
    -o-transform: translateY(0) translateX(0px) rotate(0);
    transform: translateY(0) translateX(0px) rotate(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(-2em) translateX(0px) rotate(-700deg);
    -moz-transform: translateY(-2em) translateX(0px) rotate(-700deg);
    -o-transform: translateY(-2em) translateX(0px) rotate(-700deg);
    transform: translateY(-2em) translateX(0px) rotate(-700deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
  }
  70% {
    -webkit-transform: translateY(0) translateX(0px) rotate(-720deg);
    -moz-transform: translateY(0) translateX(0px) rotate(-720deg);
    -o-transform: translateY(0) translateX(0px) rotate(-720deg);
    transform: translateY(0) translateX(0px) rotate(-720deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: translateY(-0.5em) translateX(0px) rotate(-720deg);
    -moz-transform: translateY(-0.5em) translateX(0px) rotate(-720deg);
    -o-transform: translateY(-0.5em) translateX(0px) rotate(-720deg);
    transform: translateY(-0.5em) translateX(0px) rotate(-720deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90%,100% {
    -webkit-transform: translateY(0) translateX(0px) rotate(-720deg);
    -moz-transform: translateY(0) translateX(0px) rotate(-720deg);
    -o-transform: translateY(0) translateX(0px) rotate(-720deg);
    transform: translateY(0) translateX(0px) rotate(-720deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes jump2 {
  0% {
    transform: translateY(0) translateX(0px) rotate(0);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(-2em) translateX(0px) rotate(-700deg);
    animation-timing-function: ease-in; 
  }
  70% {
    transform: translateY(0) translateX(0px) rotate(-720deg);
    animation-timing-function: ease-out;
  }
  80% {
    transform: translateY(-0.5em) translateX(0px) rotate(-720deg);
    animation-timing-function: ease-in;
  }
  90%,100% {
    transform: translateY(0) translateX(0px) rotate(-720deg);
    animation-timing-function: ease-out;
  }
}

   
@keyframes jump3 {
  0% {
    -webkit-transform: translateY(0) translateX(0px) rotate(0);
    -moz-transform: translateY(0) translateX(0px) rotate(0);
    -o-transform: translateY(0) translateX(0px) rotate(0);
    transform: translateY(0) translateX(0px) rotate(0);   
    -webkit-animation-timing-function: ease-out;   
    animation-timing-function: ease-out;  
  }
  50% {
    -webkit-transform: translateY(-3em) translateX(0px) rotate(-340deg);
    -moz-transform: translateY(-3em) translateX(0px) rotate(-340deg);
    -o-transform: translateY(-3em) translateX(0px) rotate(-340deg);
    transform: translateY(-3em) translateX(0px) rotate(-340deg);
    -webkit-animation-timing-function: ease-in;   
    animation-timing-function: ease-in;    
  }
  70% {
    -webkit-transform: translateY(0) translateX(0px) rotate(-360deg);
    -moz-transform: translateY(0) translateX(0px) rotate(-360deg);
    -o-transform: translateY(0) translateX(0px) rotate(-360deg);
    transform: translateY(0) translateX(0px) rotate(-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: translateY(-1em) translateX(0px) rotate(-360deg);
    -moz-transform: translateY(-1em) translateX(0px) rotate(-360deg);
    -o-transform: translateY(-1em) translateX(0px) rotate(-360deg);
    transform: translateY(-1em) translateX(0px) rotate(-360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }    
  90%,100% {
    -webkit-transform: translateY(0) translateX(0px) rotate(-360deg);
    -moz-transform: translateY(0) translateX(0px) rotate(-360deg);
    -o-transform: translateY(0) translateX(0px) rotate(-360deg);
    transform: translateY(0) translateX(0px) rotate(-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes jump3 {
  0% {
    transform: translateY(0) translateX(0px) rotate(0);  
    animation-timing-function: ease-out;  
  }
  50% {
    transform: translateY(-3em) translateX(0px) rotate(-340deg);  
    animation-timing-function: ease-in;    
  }
  70% {
    transform: translateY(0) translateX(0px) rotate(-360deg);
    animation-timing-function: ease-out;
  }
  80% {
    transform: translateY(-1em) translateX(0px) rotate(-360deg);
    animation-timing-function: ease-in;
  }    
  90%,100% {
    transform: translateY(0) translateX(0px) rotate(-360deg);
    animation-timing-function: ease-out;
  }
}

/* animation */

/* errorWrap End */

  /* blogWrap start */


.blogWrap {
  padding: 60px 0;
}
.blogWrap h1 {
  margin-bottom: 30px;
  text-align: center;
}
.blogWrap article {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    height: 100%;
}
.blogWrap article .textGrid {
    padding: 20px 15px 30px;
    text-align: center; 
}
.blogWrap article .textGrid .excerptBox {
  margin-bottom: 10px;
}
.blogWrap article .featuredImg a {
    height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f2f2f2; 
}
.blogWrap .postgridWrap .featuredImg {
  position: relative;
}

.blogWrap .postgridWrap .featuredImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.blogWrap .postgridWrap {
  margin-bottom: 30px;
}
.blogWrap .taxonomy-description {
  text-align: center;
}
  
/* postWrap start*/
.postWrap {
  padding: 70px 0;
}
.postWrap .featuredImg {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #f7f7f7;  
}
.postWrap .contentGrid {
  padding-top: 40px;
  padding-bottom: 0;
}

/* postInfo start */
.postInfo .box .image {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: none;
}
.postInfo .box {
  display: inline-block;
  margin-bottom: 8px;
  vertical-align: middle;
  margin-right: 7px;
}
.postInfo .box:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.postInfo .box .name { 
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;  
}
.postInfo label {
  border-right: 1px solid #cccccc;
  padding-right: 12px;
}
.postInfo .box:first-child,
.postInfo .box .image {
  border-right: none;
  padding-right: 0;
}
.navigation .nav-links:after {
  content: '';
  display: table;
  clear: both;
}
.navigation .nav-links .nav-next {
  width: 49%;
  text-align: right;
  float: right;
  padding-left: 10px;
}
.navigation .nav-links .nav-previous {
  width: 49%;
  text-align: left;
  float: left;
  padding-right: 10px;
}
nav.navigation .screen-reader-text {
  display: none; 
}

/*bannerWrap start*/
.bannerWrap {
   padding: 64px 0px 82px;             
}

.bannerWrap .textBox .title {
    margin-bottom: 30px;
}

.bannerWrap .textBox .title strong {
    color: #ff0049;     
}

.bannerWrap .textBox p {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 34px;        
}

.bannerWrap .row,
.bannerWrap .imageBox {
  position: inherit !important;    
}

.bannerWrap .imageBox .wp-block-cover {
    top: 0;
    right: 0;
    left: inherit;   
    background-size: auto 100%;
    background-position: right center;
}   

.bannerWrap .wp-block-buttons {
    gap: 26px;
}
/*bannerWrap end*/

/*utilityWrap start*/   

.utilityWrap:before,
.utilityWrap:after {
    content: '';
    position: absolute;             
    height: 100%;
    width: 570px;
    background-size: 100%;
    background-repeat: no-repeat; 
}    

.utilityWrap:after {
    left: -330px;                    
    top: -40px;    
    background-position: left center;
    z-index: 1; 
}    

.utilityWrap:before {     
    right: -330px; 
    top: 40px;   
    background-position: right center;  
}

.utilityWrap .textBox {
    z-index: 1;  
    padding: 70px 0px 75px 110px;       
}    
        
.utilityWrap .textBox .subTitle {
    letter-spacing: 2.5px;
    word-spacing: 0px;              
    text-align: left;    
}

.utilityWrap .textBox .scnTitle {
    text-align: left;             
}

.utilityWrap .textBox p:last-child {
    padding-bottom: 0;           
}

.utilityWrap .wp-block-cover {
    left: -75px;    
    background-position: left top;
    background-size: auto 100%;
    z-index: 1;      
}

.utilityWrap .imageBox {
    position: static !important;             
}

.utilityWrap {      
    overflow: hidden;           
}
/*utilityWrap end*/

/*aboutWrap start*/          
.aboutWrap {                       
    padding: 90px 0px 88px;
}

.aboutWrap figure {
    display: inline-block;
    vertical-align: top;
    width: 107px;
    height: 107px;
    border: 2px solid #000;
    padding: 16px;
    margin-bottom: 0;     
}

.aboutWrap .wp-block-media-text__content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 129px);
    margin-left: 22px;
    margin-top: 8px;     
}

.aboutWrap img {
    height: 70px;
    width: 70px;
    background: #ff0049;
    display: flex;         
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 14px;
    text-align: center; 
}

.aboutWrap p:last-child {
    padding-bottom: 0;          
}

.aboutWrap .iconTitle {
    font-size: 18px;
    line-height: 18px;      
}

.aboutWrap .scnTitle {
    margin-bottom: 65px;
}

.aboutWrap .iconBox {
    margin-bottom: 62px;         
} 
   
.aboutWrap .iconBox:last-child {
    margin-bottom: 0px;          
}     
/*aboutWrap end*/

/*findWrap start*/

.findWrap .scnTitle {
    text-align: left;
    margin-bottom: 17px;      
}

.findWrap .textBox p {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 31px;          
}

.findWrap .row {
    --bs-gutter-x: 0;
}

.findWrap .textBox .wp-block-cover__inner-container {
    padding: 61px 50px 66px 61px;                    
}             

.findWrap .textBox .wp-block-cover {
    border-radius: 22px 0 0 22px;
}  
 
.findWrap .imageBox .wp-block-cover {
   border-radius: 0px 22px 22px 0px;
   background-position: center center;
}  
/*findWrap end*/


/*Animation start*/
.bannerWrap .imageBox .wp-block-cover {
    -moz-transform: translate(100px, 0px);
    -o-transform: translate(100px, 0px);
    -webkit-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
    opacity: 0;      
    -webkit-transition: all 1s; 
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.page-loaded .bannerWrap .imageBox .wp-block-cover {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
} 

.scrolling-moment .utilityWrap:before,
.scrolling-moment .utilityWrap:after {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
       
.utilityWrap:after {
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s; 
    transition: all 0.5s;
}

.utilityWrap:before {
    -webkit-transform: translateY(-20px); 
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);                 
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.aboutWrap figure,
.aboutWrap img {
    border-radius: 0;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;        
}           

.aboutWrap .iconBox.in-viewport-once figure {
    border-radius: 28px;
}     

.aboutWrap .iconBox.in-viewport-once img {
    border-radius: 14px;
}

.findWrap .imageBox .wp-block-cover {
    filter: blur(6px);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}                   

.findWrap .imageBox.in-viewport-once .wp-block-cover {
    filter: blur(0px);
}

.optionWrap >.wp-block-column .wp-block-cover {
    transform: rotate(0deg);
    opacity: 0;
    transition: all 1.5s;        
}

.optionWrap >.wp-block-column.in-viewport-once .wp-block-cover {
    transform: rotate(-180deg);
    opacity: 1;
    transition: all 1.5s;      
}

.scnTitle,
.subTitle {
    /*display: inline-block;
    vertical-align: top;
    color: #1eccf3;*/
    opacity: 0;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(93deg);
    transform: rotateX(93deg);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .8s;   

}  

.scnTitle.in-viewport-once,
.subTitle.in-viewport-once {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    /*transition-delay: 1s;*/
    -webkit-animation: flipperText 1.8s cubic-bezier(0.68, -0.0, 0.26, 1.55) both;
    animation: flipperText 1.8s cubic-bezier(0.68, -0.0, 0.26, 1.55) both;            
} 

.scnTitle {
    animation-delay: .8s !important;
}             

@keyframes flipperText {
  0% {
    -webkit-transform: rotateX(93deg);
    transform: rotateX(93deg);
    opacity: 0;          
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;           
  }
}                  


.utilityWrap .imageBox .wp-block-cover {
    -webkit-transform: scale(1.05);              
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; 
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;  
    -moz-transition: all 0.8s;           
    transition: all 0.8s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.utilityWrap .imageBox.in-viewport-once .wp-block-cover {
    -webkit-transform: scale(1); 
    -o-transform: scale(1); 
    -moz-transform: scale(1); 
    transform: scale(1);    
    opacity: 1;
}    

/*Animation end*/    

/* email */

#email {
  position: absolute;
  top: -70px;  
  left: 0;
}

/* privacyWrap */

.privacyWrap {
  padding: 50px 0;
}
.privacyWrap table {
  width: 100%;
  table-layout: fixed;
  margin: 20px 0;
}
.privacyWrap table tr th, .privacyWrap table tr td {
    border: 1px solid #ccc;
    padding: 8px;
}
.privacyWrap hr {
  margin-top: 0; 
}
.privacyWrap ol li:last-child, 
.privacyWrap ul li:last-child {
  margin-bottom: 0;
} 
.privacyWrap ol ul {
  margin-top: 20px;
  padding-bottom: 0; 
}
p:empty {
  display: none; 
 }
 .privacyWrap .positionBox {
  position: relative; 
 }
.privacyWrap #privacy,
.privacyWrap #terms,
.privacyWrap #disclosure {
  position: absolute;
  top: -100px;     
  left: 0;     
}
.privacyWrap .title {
  font-size: 44px;
}
.privacyWrap h2 {
  font-size: 32px;
}
.privacyWrap h3 {
    font-size: 26px;
}   
.dscf7-captcha-container {
	width: auto;
    background: transparent;
    padding: 0;
}
.copyrightWrap .socialBox {
	text-align: right;
}

/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS START

============================================================================================================
============================================================================================================
*/


/* sm .container {max-width: 540px;} */
@media (min-width: 576px) {
	
}

/*  md .container {max-width: 720px;} */
@media (min-width: 768px) {

  .aboutWrap .iconBox:nth-child(5) {
        margin-bottom: 0px;          
    }
}


/* lg .container {max-width: 960px;} */
@media (min-width: 992px) {
}


/* xl .container {max-width: 1140px;} */
@media (min-width: 1200px) {

  .utilityWrap .textBox p {
        line-height: 19px;
    }

    .utilityWrap .textBox {       
        width: 56.3%;
    }

    .utilityWrap .imageBox {
        width: 43.7%;         
    }

    .findWrap .textBox .dbtn {
        padding: 8px 22px 7px;           
    }
    .bannerWrap .callBtn {
      display: none;
    }
}


/* xxl .container {max-width: 1320px;} */
@media (min-width: 1400px) {

  .container {
      max-width: 1154px;
      width: 100%; 
  }
  .footer .logoBox {
    width: 46%;
  }
  .footer .iconBox {
    width: 54%;
  }
  .header .logoBox {
    width: 27.2%;
  }
  .header .iconBox {
    width: 55%;
  }
  .header .buttonBox {
    width: 17.8%;
  }
  .copyrightWrap .textBox {
    width: 69%;
  }
  .copyrightWrap .socialBox {
    width: 31%;       
  }
  .testimonialWrap .textBox {
    width: 52%;
  }
  .testimonialWrap .imageBox {
    width: 48%;
  }
  .testimonialWrap .SignBox .leftBox {
    width: 70%;
}
.testimonialWrap .SignBox .rightBox {
    width: 30%;
    padding-left: 5px;
}


}


@media (min-width: 1401px) { 
	
   .utilityWrap .textBox .scnTitle {
        margin-bottom: 28px;                 
    }
}


/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                      Extra Screen

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/


@media (min-width: 1441px) and (max-width: 1599px) { 
    
    .bannerWrap .imageBox .wp-block-cover {  
     /*background-size: auto 88%;*/
  }            
}

@media (min-width: 1200px) and (max-width: 1440px) {
	 
  .subTitle {
    margin-bottom: 15px;
  }
  .scnTitle {
    font-size: 44px;
  }
  input[type=search],
  input[type='tel'], 
  textarea, 
  input[type='email'], 
  input[type='text'] {
    font-size: 16px;
    height: 60px;
    padding: 15px 30px 15px;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item label,
  .formWrap i {
    font-size: 16px;
  }
  .formWrap .wpcf7-radio .wpcf7-list-item-label:after {
    top: 2px;
  }
  .formWrap .wpcf7-radio .wpcf7-list-item-label:before {
    top: 6px;
  }
  .testimonialWrap .SignBox .subTitle {
    font-size: 18px;
  }
  .testimonialWrap .SignBox .scnTitle {
    font-size: 30px;
  }
  .testimonialWrap .SignBox form .dbtn {
    font-size: 16px;
    padding: 13px 31px 13px;
    min-height: 60px;
  }
  .optionWrap .wp-block-cover {
      background-size: 930px;
  }
  .optionWrap .wp-block-cover:before {
      left: -400px;
  }
  .optionWrap .wp-block-cover:after, .optionWrap .wp-block-cover:before {
        top: -105px;
  }
  .optionWrap .wp-block-cover:after {
    right: -400px;
  }
  .optionWrap .wp-block-buttons .dbtn {
    min-width: 310px;
    padding: 9px 16px 9px;
  }
  .highWrap .borderBox h4 { 
    font-size: 28px;
  }
  .highWrap .borderBox .scnTitle strong {
      font-size: 32px;
  }
  .highWrap .borderBox .scnTitle em {
      font-size: 18px;
  }
  .highWrap .inr-sec h5 {
    font-size: 14px;
    margin-top: -59px;
  }
  .blogWrap article .featuredImg a {
    height: 180px;
  }
   /*bannerWrap*/
    .bannerWrap {
        padding: 55px 0px 70px;
    }           

    .bannerWrap .textBox .title {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 26px;   
    } 

    .bannerWrap .textBox p {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 26px;
    } 

    .bannerWrap .wp-block-buttons {
        gap: 22px;
    }
    /*bannerWrap*/
    
    /*aboutWrap*/
    .aboutWrap {         
        padding: 80px 0px 80px;
    }

    .aboutWrap .scnTitle {
        margin-bottom: 55px;
    }

    .aboutWrap img {
        height: 60px;
        width: 60px;
        padding: 12px;      
    }

    .aboutWrap figure {         
        width: 92px;
        height: 92px;  
        padding: 14px;      
    }

    .aboutWrap .iconBox.in-viewport-once figure {
        border-radius: 24px;
    }
        
    .aboutWrap .wp-block-media-text__content {
        width: calc(100% - 114px);         
    }

    .aboutWrap .iconBox {
        margin-bottom: 45px;
    }      
    /*aboutWrap*/

    .findWrap .textBox p {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 25px;
    }

    .findWrap .textBox .wp-block-cover__inner-container {
        padding: 50px; 
    }  
    .utilityWrap .textBox {
        padding-left: 40px;     
    } 
    .utilityWrap:before, .utilityWrap:after {
        width: 540px;
    }


}

@media (max-width: 1199px) {

    .utilityWrap .wp-block-cover {
        left: 0px;
        background-size: 60%;
        background-position: center top;
    }
    .utilityWrap .imageBox {
        min-height: 350px;
    }
    .utilityWrap .textBox {    
        padding: 120px 12px 60px;
        text-align: center;
    } 
     .utilityWrap .textBox .scnTitle, .utilityWrap .textBox .subTitle {
        text-align: center;
    } 
    .bannerWrap .emailBtn {
      display: none;
    }


}




@media (min-width: 992px) and (max-width: 1399px) {
}
  
/* Laptop screen */
@media (min-width: 992px) and (max-width: 1199px) { 
  
    .topBar p {
      font-size: 16px;       
  }
  .topBar {
    padding: 25px 0;
  }
  .header .iconBox figure {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .header .logoBox {
    width: 24%;
  }
   .header .iconBox {
    width: 59%;
   }
   .dbtn {
    padding: 8px 18px 7px;
   }
   .header {
      padding: 24px 0;          
  }
  .footer .logoBox {
    padding-right: 20px;
    width: 44%;
  }
  .footer .iconBox {
    width: 56%;
  }
  .footer {
    padding: 52px 0;
  }
  .footer .logoBox img {
    width: 200px;
  }
  .footer .iconBox figure {
    width: 40px;
    height: 40px;
  }
  .copyrightWrap .textBox {
    width: 62%;
  }
  .copyrightWrap .socialBox {
    width: 38%;
  }
  .subTitle {
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .scnTitle {
    font-size: 40px;
    margin-bottom: 35px;
  }
  input[type=search],
  input[type='tel'], 
  textarea, 
  input[type='email'], 
  input[type='text'] {
   font-size: 15px;
    height: 56px;
    padding: 12px 20px 12px;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item label,
  .formWrap i {
    font-size: 15px;
  }
  .formWrap .wpcf7-radio .wpcf7-list-item-label:after {
    top: 2px;
  }
  .formWrap .wpcf7-radio .wpcf7-list-item-label:before {
    top: 6px;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item label {
    margin-right: 14px;
    padding-left: 30px;
  }
  .inquiryWrap form .box {
    margin-bottom: 22px;
  }
  textarea {
    min-height: 150px;
  }
  .inquiryWrap form .textareaBox {
    margin-bottom: 25px;
  }
  .testimonialWrap .nameBox:before {
    width: 28px;
    height: 28px;
    left: 14px;
    top: 18px;
  }
  .testimonialWrap .nameBox:after {
      width: 55px;
      height: 55px;
      left: 0;
  }
  .testimonialWrap .nameBox p {
      font-size: 18px;
      line-height: 26px;
  }
  .testimonialWrap .nameBox .nameTitle {
    font-size: 16px;
  }
  .testimonialWrap .nameBox .addressTitle {
    font-size: 12px;
  }
  .testimonialWrap .nameBox {
    padding-left: 75px;
  }
  .testimonialWrap .scnTitle {
    margin-bottom: 40px;
  }
  .testimonialWrap .imageBox .wp-block-cover {
    width: 450px;
    height: 450px;
  }
  .testimonialWrap .SignBox {
    padding: 34px 35px;
  }
  .testimonialWrap .SignBox .subTitle {
    font-size: 18px;
  }
  .testimonialWrap .SignBox .scnTitle {
    font-size: 30px;
  }
  .testimonialWrap .SignBox form .dbtn {
    font-size: 16px;
    padding: 12px 31px 12px;
    min-height: 56px;
  }
  .accordionWrap .accordion-group .acdn-title {
      padding: 18px 54px 18px 24px;
      font-size: 16px;
  }
  .accordionWrap .accordion-group {
    margin-bottom: 20px;
  }
  .simpleWrap table td:first-child {
    font-size: 16px; 
  }
  .simpleWrap table td {
    padding: 12px;
    line-height: 18px;
  }
  .simpleWrap table th img {
    width: 120px;
  }
  .simpleWrap table td img {
    max-height: 16px;
  }
  .simpleWrap table th {
    padding: 14px 10px;
  }
  .optionWrap .wp-block-cover {
      background-size: 850px;
  }
  .optionWrap .wp-block-cover:before {
      left: -430px;
  }
  .optionWrap .wp-block-cover:after, .optionWrap .wp-block-cover:before {
        top: -135px;
  }
  .optionWrap .wp-block-cover:after {
    right: -430px;
  }
  .optionWrap .wp-block-buttons .dbtn {
    min-width: 310px;
    padding: 9px 16px 9px;
  }      
  .optionWrap .wp-block-buttons {
      gap: 25px;
  }
  .optionWrap .scnTitle {
    margin-bottom: 35px;
  }
  .optionWrap {   
    padding: 75px 0;
  }
   .highWrap .borderBox h4 {
    font-size: 26px;
  }
  .highWrap .borderBox .scnTitle strong {
      font-size: 28px;
  }
  .highWrap .borderBox .scnTitle em {
      font-size: 16px;
  }
  .highWrap .inr-sec h5 {
    font-size: 14px;
    margin-top: -55px;
  }
  .highWrap .owl-stage-outer {
    padding-top: 45px;
  }
  .highWrap .owl-nav button {
    width: 62px;
    height: 62px;
    background-size: 20px;
    top: calc(50% - 31px);
  }
  .highWrap .owl-nav button.owl-next {
    right: 10px;
  }
  .highWrap .owl-nav button.owl-prev {
    left: 10px;
  }
  .highWrap .content-item {
    padding: 0 90px;
  }   
  .highWrap .inr-sec {
    padding: 25px 16px;
  }
  .highWrap .borderBox .wp-block-media-text .wp-block-media-text__content p {
    font-size: 14px;
  }
  .highWrap .borderBox ul {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .highWrap .borderBox .textInr {
    min-height: 140px;
    margin-bottom: 10px;
  }
  .highWrap .owl-dots button {
    width: 18px;
    height: 18px;
    margin: 0 5px;
  }
  .highWrap .owl-dots button:before {
    width: 10px;
    height: 10px;
  }
	.dscf7-captcha-container span.wpcf7-form-control-wrap input,
  .captcha .dscf7captcha .wpcf7-form-control-wrap input[type='text'] {
    width: 170px !important;
  }
  .blogWrap article .featuredImg a {
    height: 180px;
  } 
  /*bannerWrap*/
    .bannerWrap {
        padding: 55px 0px 60px;
    }  
    
    .bannerWrap .textBox .title {
      font-size: 42px;
      line-height: 44px;
        margin-bottom: 24px;   
    }

    .bannerWrap .imageBox .wp-block-cover {  
        background-position: calc(100% + 100px) top;
  }    

    .bannerWrap .textBox p {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 20px;
    } 

    .bannerWrap .wp-block-buttons {
        gap: 18px;     
    }
    /*bannerWrap*/

    /*aboutWrap*/
    .aboutWrap {
        padding: 70px 0px 70px;
    }         

    .aboutWrap .scnTitle {
        margin-bottom: 45px;
    }

    .aboutWrap img {
        height: 50px;
        width: 50px;
        padding: 8px;      
    }     

    .aboutWrap figure {         
        width: 78px;
        height: 78px;  
        padding: 12px;                
    }

    .aboutWrap .iconBox.in-viewport-once figure {
        border-radius: 22px;
    }

    .aboutWrap .wp-block-media-text__content {
        width: calc(100% - 100px);
        margin-left: 18px;                   
    }
       
    .aboutWrap .iconBox {
        margin-bottom: 35px;
    }      
    /*aboutWrap*/

    .findWrap .textBox p {
        font-size: 17px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .findWrap .textBox .wp-block-cover__inner-container {
        padding: 40px; 
    }            
    
    .utilityWrap:before, .utilityWrap:after {
        width: 510px;
    } 
}
@media (max-width: 991px) {
   .postInfo .box {
    display: block;
    margin-bottom: 12px;
    margin-right: 0; 
  }
  .postInfo label {
      border-right: none;
      padding-right: 0;
  }
  .postInfo .box .image {
    width: 50px;
    height: 50px;
  }
/*bannerWrap*/
    .bannerWrap .textBox p br {
      display: none;
    } 
    /*bannerWrap*/ 


}
   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 
 
   .topBar p {
      font-size: 16px;    
  }
  .topBar {
    padding: 20px 0;
  }
  .header .iconBox figure {
    width: 36px;
    height: 36px;
    margin-right: 5px;
  }
  .header .logoBox {
   margin-bottom: 10px;
   text-align: center;
  }
   
   .dbtn {
    padding: 8px 18px 7px;
   }
   .header {
      padding: 15px 0;
  } 
  .header .iconBox figure img {
      max-height: 17px;
  }
  .header .logoBox img {
      width: 160px;
  }
  .topBar a.dbtn {
    width: 36px;
    height: 36px;
  }
  .topBar a.dbtn:before {
    width: 18px;
    height: 18px;
  }
  .footer .logoBox {
    padding-right: 12px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .logoBox img {
    width: 200px;
  }  
  .footer .iconBox figure img {
      width: 17px;
      max-height: 17px;
  }
  .copyrightWrap .textBox {
    width: 58%;
  }
  .copyrightWrap .socialBox {
    width: 42%;
  }
  .copyrightWrap ul li a {
    width: 36px;
    height: 36px;
  }
  .copyrightWrap ul li img {
    max-height: 17px;
  }
  .copyrightWrap ul li {
    margin-right: 8px;
  }
  .copyrightWrap ul label {
      margin-right: 8px;
  }
  .copyrightWrap {
    padding: 16px 0;
  }
   .subTitle {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 13px;
  }
  .scnTitle {
    font-size: 33px;
    margin-bottom: 30px;
  }
  input[type=search],
  input[type='tel'], 
  textarea, 
  input[type='email'], 
  input[type='text'] {
   font-size: 15px;
    height: 52px;
    padding: 10px 20px 10px;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item label,
  .formWrap i {
    font-size: 15px;
  }
  .formWrap .wpcf7-radio .wpcf7-list-item-label:after {
    top: 2px;
      height: 18px;
    width: 18px;

  }
  .formWrap .wpcf7-radio .wpcf7-list-item-label:before {
    top: 6px;
        width: 10px;
    height: 10px;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item label {
    margin-right: 8px;
        padding-left: 25px;
  }
  .inquiryWrap form .box {
    margin-bottom: 20px;
  }
  textarea {
    min-height: 150px;
  }
  .inquiryWrap form .textareaBox {
    margin-bottom: 25px;
  }
  .inquiryWrap {
    padding: 60px 0 40px;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item {
    margin-left: 5px;
  }
.testimonialWrap .nameBox:before {
    width: 24px;
    height: 24px;
    left: 12px;
    top: 17px;
  }
  .testimonialWrap .nameBox:after {
      width: 50px;
      height: 50px;
      left: 0;
  }
  .testimonialWrap .nameBox p {
      font-size: 16px;
      line-height: 22px;
  }
  .testimonialWrap .nameBox .nameTitle {
    font-size: 16px;
  }
  .testimonialWrap .nameBox .addressTitle {
    font-size: 12px;
  }
  .testimonialWrap .nameBox {
    padding-left: 60px;
  }
  .testimonialWrap .scnTitle {
    margin-bottom: 30px;
  }
  .testimonialWrap .imageBox .wp-block-cover {
    width: 350px;
        height: 350px;
  }
  .testimonialWrap .SignBox {
    padding: 30px 20px;
    margin-top: 0;
  }
  .testimonialWrap .SignBox .subTitle {
    font-size: 16px;
  }
  .testimonialWrap .SignBox .scnTitle {
    font-size: 25px;
  }
  .testimonialWrap .SignBox form .dbtn {
    font-size: 15px;
    padding: 10px 24px 10px;
    min-height: 52px;
  }
  .testimonialWrap .imageBox {
      margin-top: 0;
  }
   .testimonialWrap .imageBox img {
    width: 260px;
   }
   .testimonialWrap .SignBox .emailBox {
    padding-left: 10px;
  }
  .testimonialWrap .SignBox form .rightBox {
    padding-left: 0;
  }
   .accordionWrap .accordion-group .acdn-title {
      padding: 18px 54px 18px 24px;
      font-size: 16px;
  }
  .accordionWrap .accordion-group {
    margin-bottom: 20px;
  }
  .simpleWrap table td:first-child {
    font-size: 16px; 
  }
  .simpleWrap table td {
    padding: 12px;
    line-height: 18px;
  }
  .simpleWrap table th img {
    width: 120px;
  }
  .simpleWrap table td img {
    max-height: 16px;
  }
  .simpleWrap table th {
    padding: 14px 10px;
  }
  .simpleWrap .simpleBox {
    margin-bottom: 10px;
  }
  .simpleWrap {
    padding: 60px 0 60px;
  }
  .optionWrap .wp-block-cover {
      background-size: 745px;
  }
  .optionWrap .wp-block-cover:before {
      left: -430px;
  }
  .optionWrap .wp-block-cover:after, .optionWrap .wp-block-cover:before {
        top: -135px;
  }
  .optionWrap .wp-block-cover:after {
    right: -430px;
  }
  .optionWrap .wp-block-buttons .dbtn {
    min-width: 300px;
    padding: 9px 15px 9px;
  }      
  .optionWrap .wp-block-buttons {
      gap: 25px;
  }
  .optionWrap .scnTitle {
    margin-bottom: 35px;
  }
  .optionWrap {   
    padding: 70px 0;
  }
 .highWrap .borderBox h4 {
    font-size: 26px;
  }
  .highWrap .borderBox .scnTitle strong {
      font-size: 28px;
  }
  .highWrap .borderBox .scnTitle em {
      font-size: 16px;
  }
  .highWrap .inr-sec h5 {
    font-size: 14px;
    margin-top: -55px;
    margin-bottom: 25px;
  }
  .highWrap .owl-nav button {
    width: 55px;
    height: 55px;
    background-size: 18px;
    top: calc(50% - 28.5px);
  }
  .highWrap .owl-stage-outer {
    padding-top: 45px;
  }
  .highWrap .owl-nav button.owl-next {
    right: 0px;  
  }
  .highWrap .owl-nav button.owl-prev {
    left: 0px;
  }
  .highWrap .content-item {
    padding: 0 70px;
  }   
  .highWrap .inr-sec {
    padding: 25px 16px;
  }
  .highWrap .borderBox .wp-block-media-text .wp-block-media-text__content p {
    font-size: 14px;
  }
  .highWrap .borderBox ul {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .highWrap .borderBox .textInr {
    min-height: 140px;
    margin-bottom: 10px;
  }
  .highWrap .owl-dots button {
    width: 18px;
    height: 18px;
    margin: 0 5px;
  }
  .highWrap .owl-dots button:before {
    width: 10px;
    height: 10px;
  }
  .highWrap .owl-dots {
    margin-top: 20px;
  }
  .highWrap {
      padding: 65px 0 65px;
  }
	.dscf7-captcha-container span.wpcf7-form-control-wrap input,
  .captcha .dscf7captcha .wpcf7-form-control-wrap input[type='text'] {
      width: 120px !important;
      height: 34px;
      padding: 6px 8px 6px;
      font-size: 11px;
  }
  .blogWrap h1 {
    margin-bottom: 20px;
  }
  .blogWrap article .featuredImg a {
    height: 180px;
  } 
  /* postWrap */
  .postWrap .featuredImg {
    height: 360px;
  }
  /*bannerWrap*/
    .bannerWrap {
        padding: 55px 0px 60px;
    }      
  
  .bannerWrap .textBox .title {
      font-size: 35px;
      line-height: 38px;       
      margin-bottom: 20px;    
    }

    .bannerWrap .textBox p {
      font-size: 16px;
      line-height: 20px;
      padding-bottom: 20px;
  }

  .bannerWrap .imageBox .wp-block-cover {  
      background-position: calc(100% + 208px);
  }

  .bannerWrap .wp-block-buttons {
      gap: 15px;
  }
    /*bannerWrap*/  

    /*aboutWrap*/
    .aboutWrap {
        padding: 60px 0px 60px;
    }    

    .aboutWrap .scnTitle {
        margin-bottom: 35px;
    }

    .aboutWrap img {
        height: 46px;
        width: 46px;
        padding: 6px;     
    } 

    .aboutWrap .iconBox.in-viewport-once img {
        border-radius: 10px;
    }            

    .aboutWrap figure {         
        width: 70px;
        height: 70px;  
        padding: 10px;                     
    }   

    .aboutWrap .iconBox.in-viewport-once figure {
        border-radius: 18px;
    } 

    .aboutWrap .wp-block-media-text__content {
        width: calc(100% - 85px);
        margin-left: 15px;
        margin-top: 5px;                             
    }
       
    .aboutWrap .iconBox {
        margin-bottom: 30px;          
    }      
    /*aboutWrap*/

    .findWrap .textBox p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 20px;
    }

    .findWrap .textBox .wp-block-cover__inner-container {
        padding: 30px; 
    }  
    .utilityWrap .textBox {
        padding-top: 60px;
    } 
    .utilityWrap .wp-block-cover {
        background-size: 70%;
    }
    .utilityWrap:before, .utilityWrap:after {
        width: 510px;
    }  
    .utilityWrap:before {
        z-index: 11;
    }
  .privacyWrap .title {
    font-size: 38px;
  }
  .privacyWrap h2 {
    font-size: 26px;
  }
  .privacyWrap h3 {
    font-size: 22px;
  }


}

@media (min-width: 481px) and (max-width: 767px) {

    .container {
        padding-left: 30px;
        padding-right: 30px;    
    }    

}           
     
@media (max-width: 767px) { 

	.container {
        max-width: inherit;
        margin: 0;
    }
    .topBar p {
      font-size: 14px;
      line-height: normal;
  }
  .topBar .wp-block-buttons {
    justify-content: center;
  }
  .topBar {  
    padding: 7px 0;
  }
  .header .iconBox figure {
    width: 36px;
    height: 36px;
    margin-right: 5px;
  }
   .dbtn {
    padding: 7px 15px 7px;
    font-size: 14px;
   }
   .header {
      padding: 10px 0;
  } 
  .header .iconBox figure img {
      max-height: 17px;
  }
  .header .logoBox img {
      width: 200px;
  }
  .header .phoneBox {
    margin-right: 1%;
  }
  .header .logoBox {
    margin-bottom: 10px;
    text-align: center;
  }
  .topBar a.dbtn {
    width: 36px;
    height: 36px;
  }
  .topBar a.dbtn:before {
    width: 18px;
    height: 18px;
  }
  .header .alarmBox, .header .phoneBox {
    margin-bottom: 10px;             
  }

  .header .buttonBox .wp-block-buttons {
    justify-content: center;
  }
   .footer .logoBox {
    padding-right: 10px;
    text-align: center;  
    margin-bottom: 20px;    
  }
  .footer {
    padding:40px 0;
  }
  .footer .logoBox img {
    width: 200px;
  }
  .footer .iconBox .box {
    display: table;
    text-align: center;
    margin: 0 auto;
  }
  .footer .iconBox figure {
    width: 36px;
    height: 36px;
    margin: 0 auto 8px;
  }
  .footer .mailBox, .footer .addressBox, .footer .phoneBox, .footer .alarmBox {
      vertical-align: top;
  }
  .copyrightWrap ul li a {
    width: 36px;
    height: 36px;
  }
  .copyrightWrap ul li img {
    max-height: 17px;
  }
  .copyrightWrap ul li {
    margin-right: 8px;
  }
  .copyrightWrap ul label {
      margin-right: 8px;
  }
  .copyrightWrap {
    text-align: center;
    padding: 15px 0;
  }
  .copyrightWrap .textBox {
    margin-bottom: 10px;
  }
  .topBar p strong {
    display: block;
  }

.subTitle {
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 13px;
  }
  .scnTitle {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 30px;
  }
  input[type=search],
  input[type='tel'], 
  textarea, 
  input[type='email'], 
  input[type='text'] {
   font-size: 15px;
    height: 50px;
    padding: 10px 20px 10px;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item label,
  .formWrap i {
    font-size: 15px;
  }
  .formWrap .wpcf7-radio .wpcf7-list-item-label:after {
    top: 2px;
      height: 18px;
    width: 18px;

  }
  .formWrap .wpcf7-radio .wpcf7-list-item-label:before {
    top: 6px;
        width: 10px;
    height: 10px;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item label {
    margin-right: 8px;
        padding-left: 25px;
  }
  .inquiryWrap form .box {
    margin-bottom: 18px;
  }
  textarea {
    min-height: 140px;
  }
  .inquiryWrap form .textareaBox {
    margin-bottom: 25px;
  }
  .inquiryWrap {
    padding: 50px 0 30px;
    text-align: center;
  }
  .formWrap .wpcf7-form-control-wrap .wpcf7-list-item {
    margin-left: 5px;
  }
  .inquiryWrap form .submitBtn {
    text-align: center;
}
.testimonialWrap .nameBox:before {
    width: 20px;
    height: 20px;
    left: 12px;
    top: 12px;
  }
  .testimonialWrap .nameBox:after {
      width: 45px;
      height: 45px;
      left: 0;
      top: 0;
  }
  .testimonialWrap .nameBox p {
      font-size: 16px;
      line-height: 22px;
  }
  .testimonialWrap .nameBox .nameTitle {
    font-size: 16px;
  }
  .testimonialWrap .nameBox .addressTitle {
    font-size: 12px;
  }
  .testimonialWrap .nameBox {
    padding-left: 55px;
  }
  .testimonialWrap .scnTitle {
    margin-bottom: 20px;
  }
  .testimonialWrap .imageBox .wp-block-cover {
      width: 300px;
    height: 300px;
    top: 0;
    left: calc(50% - 150px);
  }
  .testimonialWrap .SignBox {
    padding: 30px 20px;
    margin-top: 0;
  }
  .testimonialWrap .SignBox .subTitle {
    font-size: 14px;
  text-align: center;
  }
  .testimonialWrap .SignBox .scnTitle {
   font-size: 22px;
        text-align: center;
        line-height: 24px;
        margin-bottom: 15px;
  }
  .testimonialWrap .SignBox form .dbtn {
   font-size: 14px;
        padding: 10px 24px 10px;
        min-height: 50px;
  }
  .testimonialWrap .imageBox {
      margin-top: 0;
    margin-bottom: 40px;
  }
   .testimonialWrap .imageBox img {
    width: 200px;
   }
   .testimonialWrap .SignBox .emailBox {
    padding-left: 10px;
  }
  .testimonialWrap .SignBox form .rightBox {
    padding-left: 0;
  }
  .testimonialWrap .topBox {
    flex-flow: column-reverse;
  }
   .testimonialWrap .textBox {
      padding-bottom: 30px;
  }
  
  .captcha .dscf7captcha {
    padding-bottom: 0;
  }
  .inquiryWrap .radio-item .wpcf7-form-control-wrap {
    margin-left: 0px;
  }
   .accordionWrap .accordion-group .acdn-title {
      padding: 16px 40px 16px 20px;
      font-size: 14px;
  }
  .accordionWrap .accordion-group {
    margin-bottom: 15px;
  }
  .accordionWrap .accordion-group .acdn-title:after,
  .accordionWrap .accordion-group .acdn-title:before {
    right: 20px;
  }
  .accordionWrap .accordion-group .group-inr {
    padding: 18px 20px 3px;
  }
  .faqWrap {
    padding-bottom: 20px;
  }
  .simpleWrap table td:first-child {
    font-size: 14px; 
  }
  .simpleWrap table td {
    padding: 8px 6px;
    line-height: 15px;
    font-size: 12px;
  }
  .simpleWrap table th img {
    width: 120px;
  }
  .simpleWrap table td img {
    max-height: 12px;
  }
  .simpleWrap table th {
    padding: 10px 5px;
    font-size: 12px;
  }
  .simpleWrap .simpleBox {
    margin-bottom: 10px;
  }
  .simpleWrap {
    padding: 50px 0 50px;   
  }
  .optionWrap .wp-block-cover {
      background-size: 620px;
  }
  .optionWrap .wp-block-cover:before {
    left: -450px;
  }
  .optionWrap .wp-block-cover:after, .optionWrap .wp-block-cover:before {
    top: calc(50% - 335px);
  }
  .optionWrap .wp-block-cover:after {
    right: -450px;
  }
  .optionWrap .wp-block-buttons .dbtn {
    min-width: 300px;
    border-radius: 10px;
    padding: 9px 15px 9px;
  }      
  .optionWrap .wp-block-buttons {
      gap: 10px;
  }
  .optionWrap .scnTitle {
    margin-bottom: 25px;
  }
  .optionWrap {   
    padding: 50px 0;
  } 
  .optionWrap .scnTitle br {
    display: none;
  }
  .highWrap .borderBox h4 {
    font-size: 26px;
  }
  .highWrap .borderBox .scnTitle strong {
      font-size: 20px;
  }
  .highWrap .borderBox .scnTitle em {
      font-size: 14px;
  }
  .highWrap .borderBox .button2 {
    margin-top: 10px;
  }
  .highWrap .inr-sec h5 {
    font-size: 14px;
    margin-top: -55px;
    margin-bottom: 25px;
  }
  .highWrap .owl-stage-outer {
    padding-top: 35px;
  }
  .highWrap .owl-nav button {
    width: 40px;
    height: 40px;
    background-size: 15px;
    top: calc(50% - 20px);
  }
  .highWrap .owl-nav button.owl-next {
    right: 5px;  
  }
  .highWrap .owl-nav button.owl-prev {
    left: 5px;
  }
  .highWrap .content-item {
    padding: 0 50px;
  }      
  .highWrap .inr-sec {
    padding: 25px 16px;
  }
  .highWrap .borderBox .wp-block-media-text .wp-block-media-text__content p {
    font-size: 14px;
  }
  .highWrap .borderBox ul {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .highWrap .borderBox .textInr {
    min-height: 140px;
    margin-bottom: 10px;
  }
  .highWrap .owl-dots button {
    width: 18px;
    height: 18px;
    margin: 0 5px;
  }
  .highWrap .owl-dots button:before {
    width: 10px;
    height: 10px;
  }
  .highWrap .owl-dots {
    margin-top: 20px;
  }
  .highWrap {
      padding: 50px 0;
  }
   .highWrap .serviceBox p br {
    display: none;    
   }
   .errorWrap form input {
    padding: 7px 20px 6px;
    font-size: 16px;
    margin-right: 0px;
    margin-bottom: 10px;
  } 
  .errorWrap h5 { 
    margin-bottom: 14px;
  }
  .errorWrap form {
    max-width: 260px;
    margin: 0 auto; 
  } 
  .errorWrap form .btnbx {
    display: block;
    width: 100%;
    max-width: 100%;
  } 
  .blogWrap h1 {
    margin-bottom: 20px;
  } 
  .errorWrap form label {
    max-width: 100%;
    display: block;
    margin-right: 0;
  }
  .blogWrap { 
    padding: 50px 0;
  }
  .blogWrap .postgridWrap {
    max-width: 380px;
    margin: 0 auto 30px;  
  }
  .blogWrap .postgridWrap:last-child {
    margin-bottom: 0;
  }
  .blogWrap article .featuredImg a {
    height: 190px;  
  }
  .blogWrap h1 {
    margin-bottom: 20px;
  }

   /* postWrap */
  .postWrap .featuredImg {
     height: 300px;
  }
  .navigation {
    text-align: center;
  }
  .postInfo .box .image {
    width: 46px;
    height: 46px;
  }
  .postWrap {
      padding: 50px 0;
  }
  .postWrap .postInfo {
      margin-top: 20px;
  }
  .navigation .nav-links {
    font-size: 17px;
    text-align: center;
  }

  .navigation .nav-links .nav-previous {
    width: 100%;
    text-align: center;
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .navigation .nav-links .nav-next {
    width: 100%;
    text-align: center;
    float: none;
    padding-left: 0;
  } 
    .postInfo .box .image {
    width: 46px;
    height: 46px;
  }
  .header .iconBox .wp-block-media-text__content p label,  
  .header .iconBox .wp-block-media-text__content p a {
    display: table;
  }
  .header .iconBox {
    max-width: 400px;
    margin: 0 auto;
  }
  .header .iconBox .wp-block-media-text__content p {
    line-height: normal;
  }

  .iphone.Safari .bannerWrap .wp-block-buttons .wp-block-button {
    margin: 0 5px;
  }
  .iphone.Safari .optionWrap .wp-block-buttons .button2 {
    margin-bottom: 10px;  
  }
   /*bannerWrap*/
  .bannerWrap {
    padding: 0px 0px 50px;       
    text-align: center;
  }    

  .bannerWrap .imageBox {
    margin-bottom: 30px; 
        height: 360px; 
        position: relative !important;  
        right: -30px;
        left: inherit;  
  }

    .bannerWrap .textBox .title {
      font-size: 32px;
      line-height: 35px;
      margin-bottom: 15px;         
    }                      

    .bannerWrap .imageBox .wp-block-cover {
        background-position: center center;
        background-size: cover;  
        width: calc(100% + 60px) !important;        
    }      

    .bannerWrap .textBox p {
      font-size: 15px;
      line-height: 20px;
      padding-bottom: 15px;
  } 

    .bannerWrap .wp-block-buttons {
      gap: 10px;
      justify-content: center;
  }

    .bannerWrap .row {
        flex-direction: column-reverse;
    }
    /*bannerWrap*/

    /*aboutWrap*/
    .aboutWrap {
        padding: 50px 0px 50px;
    }    

    .aboutWrap .scnTitle {
        margin-bottom: 25px;
    }   

    .aboutWrap img {
        height: 40px;
        width: 40px;
        padding: 5px;                 
    }             

    .aboutWrap figure {         
        width: 58px;
        height: 58px;  
        padding: 7px;                                
    }             

    .aboutWrap .iconBox.in-viewport-once figure {
       border-radius: 14px; 
    } 

    .aboutWrap .iconBox.in-viewport-once img {
        border-radius: 8px;
    }          

    .aboutWrap .wp-block-media-text__content {
        width: calc(100% - 85px);
        margin-left: 10px;
        margin-top: 3px;                             
    }       
       
    .aboutWrap .iconBox {
        margin-bottom: 22px;          
    }

    .aboutWrap .iconTitle {
        font-size: 16px;
        line-height: 16px;
    }      

    .aboutWrap p {
        font-size: 13px;
    }
    /*aboutWrap*/  

    .findWrap .textBox p {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .findWrap .scnTitle {
        margin-bottom: 10px;
    }

    .findWrap .scnTitle,    
    .findWrap .textBox {
        text-align: center;
    }

    .findWrap .row {
        flex-direction: column-reverse;
    }

    .findWrap .imageBox .wp-block-cover {
      border-radius: 22px 22px 0px 0px;
    }

    .findWrap .textBox .wp-block-cover {
        border-radius: 0px 0px 22px 22px;       
    }          

    .findWrap .imageBox {
        min-height: 200px;  
    }

    .findWrap .textBox .wp-block-cover__inner-container {
        padding: 20px; 
    }   
    .utilityWrap .textBox {
        padding: 50px 12px;
    } 
    .utilityWrap:before, .utilityWrap:after {
        width: 500px;
    }  
    .utilityWrap .wp-block-cover {
        background-size: 400px;
    } 
    .utilityWrap:before {
        z-index: 11;
    }  
    .utilityWrap .imageBox {
        min-height: 300px;
    }
	.dscf7-captcha-container span.wpcf7-form-control-wrap input,
    .captcha .dscf7captcha .wpcf7-form-control-wrap input[type='text'] {
        width: 180px !important;
    } 
    .captcha {
        text-align: center;
    }  
    .formWrap i {
        display: block;
    }   
	 .privacyWrap {
      padding: 40px 0;
    }   
    .privacyWrap table tr th, .privacyWrap table tr td {
      padding: 4px;
    } 
    .privacyWrap .title {
    font-size: 32px;
  }
  .privacyWrap h2 {
    font-size: 24px;
  }
  .privacyWrap h3 {
    font-size: 20px;
  }
	.copyrightWrap .socialBox {
	text-align: center;
	}

} 

@media (max-width: 575px) {

  .testimonialWrap .SignBox form .rightBox {
        padding-left: 12px;
        margin-top: 10px;
    }
    .testimonialWrap .captcha .dscf7captcha {
    padding-bottom: 10px;
  }
  /*bannerWrap*/
    .bannerWrap .imageBox .wp-block-cover {
        background-position: -100px center;    
    } 
    /*bannerWrap*/ 
}