/* 
	Web design by : So-creative
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

a:hover{color:#82d9e3 !important;}
ol,ul,li {
    margin: 0;
    padding: 0;
}

body a {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

body h1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;

}

body h2 {
    margin: 0;
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
   
}
body h3 {
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
body h4 {
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

body h5 {
    margin: 0;
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

body p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
	line-height:29px;
}
body {
    font-family: Roboto,sans-serif;
    overflow-x: hidden;
}
body.modal-open {
    overflow-x: hidden !important;
}
/* Main CSS */
#qlwapp.qlwapp-button .qlwapp-toggle {
    height: 50px !important;
    padding: 12px 12px !important;
}
#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
    margin: 0 0px 0 0 !important;
    font-size: 26px !important;
}
.work-sec {
    margin: 0px !important;
    background: #000 !important;
    position: relative;
}
/* .work-sec .vc_column-inner{
    position: relative;
}
.work-sec .vc_column-inner:before {
    content: url(../images/work-img.jpg) !important;
    position: absolute;
    top: 0px;
    right: 0px;
}
.work-sec .vc_column-inner:after {
    content: url(../images/work-img-2.jpg) !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
} */
.process-sec {
    margin: 0px !important;
}
.site-title {
    display: none;
}
#nav-bar {
    position: absolute;
    width: 100%;
    background: transparent !important;
    box-shadow: none;
    padding: 20px 0px;
    transition: 0.5s;
    z-index: 11;
}
#nav-bar .container-fluid {
    padding: 0px 50px;
}
#nav-bar ul li {
    padding-right: 20px;
}
#nav-bar ul li a {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#nav-bar ul li a:hover{
	color: #e5006d !important;
}
#nav-bar.fixed {
    position: fixed;
    background:#242424 !important;
    z-index: 111;
    padding: 15px 0px !important;
    transition: 0.5s;
    top: 0;
}
.fixed#nav-bar ul li a {
    color: #fff;
}
#nav-bar.fixed .site-logo a, #nav-bar.fixed .site-logo img {
    display: block;
    width: 67% !Important;
}
.read-more-btn a {
    background: #e5006d !important;
    display: block;
    padding: 16px 33px !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.read-more-btn a:hover {
    text-decoration: none !important;
    background: #000 !important;
}
.home-banner {
    margin: 0px !important;
    padding: 0px 100px;
    min-height: 580px !important;
}
.home-banner h1 {
    padding-bottom: 18px;
    padding-top: 50px;
    font-weight: 400;
}
.home-banner p {
    padding-bottom: 30px;
}
.banner-btn a {
    background: #e5006d !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 16px 40px !important;
    border: 1px solid #e5006d !important;
    transition: 0.5s;
    text-transform: uppercase;
}
.banner-btn a:hover{
	background: transparent !important;
	color: #e5006d !important;
	border: 1px solid #e5006d !important;
}
.about-sec {
    max-width: 1153px;
    margin: 0px auto !important;
    padding-top: 50px;
}
.about-sec h5 {
    font-weight: 400;
}
.about-sec h2 {
    font-size: 46px;
    line-height: 63px;
    padding-bottom: 30px;
    font-weight: 800;
}
.about-sec p {
   color:#373737;
}
.years-sec {
    color: #e5006d;
    position: relative;
}
.years-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    background: #e5006d;
    height: 2px;
    left: 5px;
    bottom: 6px;
}
.our_work-slide-image {
    position: relative;
}
.our_work-slide_content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 30px 0px 30px;
}
.slick-dots {
    display: none !IMPORTANT;
}
.our_work-slide_content span {
    color: #fff;
    font-size: 122px;
    font-weight: 700;
}
.our_work-slide_logo {
    display: inline-block;
}
.our_work-slide_branding {
    display: inline-block;
}
.our_work-slide_logo .slider-logo-image {
    display: inline-block;
    position: relative;
    top: -29px;
    width: 90px;
    margin-right: 20px;
}
.our_work_slider .slick-prev:before {
    content: url(../images/left-icon.png) !important;
}
.our_work_slider .slick-prev {
    right: auto !important;
    left: -140px !important;
    top: auto !important;
    bottom: -33px !important;
    background: #e6e4d5 !important;
    width: 70px !important;
    height: 67px !important;
}
.our_work_slider .slick-next:before {
    content: url(../images/right-icon.png) !important;
}
.our_work_slider .slick-next {
    right: auto !important;
    left: -70px !important;
    top: auto !important;
    bottom: -33px !important;
    background: #e6e4d5 !important;
    width: 70px !important;
    height: 67px !important;
}
.our_work_slider .slick-prev:hover,
.our_work_slider .slick-next:hover{
	background: #e6e4d5 !important;
}
.our_work-slide_branding h2 {
    color: #fff;
    font-size: 35px;
    display: inline-block !important;
    width: 411px;
}
.our_work-slide_branding ul {
    list-style: none;
}
.our_work-slide_branding ul li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding-right: 8px;
    font-size: 14px;
    padding-top: 10px;
}
.our_work-slide_content span {
    font-size: 90px;
    font-weight: 700;
    color: transparent;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    display: inline-block;
}
.work-content-box h3 {
    padding: 100px 100px 0px 100px;
}
.work-content-box p {
    padding: 10px 40px 0px 100px;
}
.work-content-box .read-more-btn {
    padding-left: 100px !important;
    padding-top: 20px;
}
.work-text-sec {
    max-width: 1140px;
    margin: 50px auto !important;
}
.widget-box {
    padding: 0px 10px;
}

.single-box-work {
    padding: 0px 30px;
}
.our_work-image img {
    width: 100% !important;
    transition: 0.5s;
}
.our_work_content ul {
    list-style: none;
}
.our_work_content ul li {
    color: #f74ea1;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    padding-right: 16px;
    padding-top: 18px;
    font-weight: 400;
}
.our_work_content h3 {
    color: #fff;
    font-size: 46px;
    line-height: 54px;
    padding-top: 20px;
    transition: 0.5s;
}
.single-box-work:hover .our_work_content a h3 {
    color: #e5006d;
}
.our_work_content p {
    color: #fff;
    padding-bottom: 30px;
}
.single-box-work .our_work-image {
   /*  background: #e5006d; */
    transition: 0.5s;
}
.single-box-work .our_work-image:hover img {
    /* opacity: 0.5; */
}
.single_our_work1 .our_work-image img {
    height: 705px;
    object-fit: cover;
    width: 100%;
}
.single_our_work2 {
    margin-top: 150px;
}
.single_our_work2 .our_work-image img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.single_our_work3 {
    margin-top: 150px;
}
.single_our_work3 .our_work-image img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.single_our_work4 .our_work-image img {
    height: 705px;
    object-fit: cover;
    width: 100%;
    transition: 0.5s;
}
.service-slider-sec {
    margin: 0px auto !important;
    width: 1140px;
    padding: 100px 0px;
    background-size: contain !important;
    background-image: url(https://so-creative.in/wp-content/uploads/2022/10/service-slider.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.service-slider-sec h6 {
    line-height: 30px !important;
}
.service-slider-sec h2 {
    padding-bottom: 30px;
}
.service-slider-sec .service_slide {
    text-align: center;
}
.service_slider .slick-prev:before{
	content: url(../images/left-icon.png) !important;
}
.service_slider .slick-next:before{
	content: url(../images/right-icon.png) !important;
}
.service-slider-sec .service_slide .service-slide-image, .who_do_we_help_logo {
    text-align: center;
}
.service-slider-sec .service_slide .service-slide-image img {
    width: 35%;
    margin: 0px auto;
    margin-bottom: 30px;
}
.who_do_we_help_logo img {
    width: 35%;
    margin: 0px auto;
    margin-bottom: 30px !important;
}
.who_do_we_help_branding h2 {
    text-align: center;
    text-transform: uppercase;
}
.who_do_we_help_slider .slick-prev:before{
	content: url(../images/left-icon.png) !important;
}
.who_do_we_help_slider .slick-next:before{
	content: url(../images/right-icon.png) !important;
}
.service-slide_content h2 {
    text-transform: uppercase;
    padding-bottom: 10px;
}
.service-slide_content p {
    display: none;
}
.process-sec {
    padding: 100px;
}
.process-sec h2 {
    padding-bottom: 20px;
}
.process-sec p {
    width: 75%;
    margin: 0px auto;
    margin-bottom: 25px;
}
.process-sec .banner-btn a {
    background: #e5006d !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    padding: 16px 50px !important;
    text-transform: uppercase;
    margin-bottom: 30px !IMPORTANT;
	transition:0.5s;
	border: 1px solid #e5006d !important;
}
.process-sec .banner-btn a:hover{
	background: transparent !important;
	color: #e5006d !important;
	border: 1px solid #e5006d !important;
}
.inner-process-sec {
    margin: 0px !important;
}
.inner-process-sec .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.inner-process-sec h5 {
    text-transform: uppercase;
    text-align: center !IMPORTANT;
}
.inner-process-sec p {
    width: 100%;
    margin: 0px auto !important;
    padding: 10px 0px;
    margin-bottom: 30px !IMPORTANT;
    text-align: center !important;
}
#subscribe_modal .modal-dialog {
    width: 100%;
    max-width: 56%;
    margin: 0px auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#subscribe_modal .modal-dialog .modal-body, #subscribe_modal .modal-dialog .modal-body .col-sm-6 {
    padding: 0px;
}
#subscribe_modal .close {
    position: absolute;
    top: 0px;
    right: 5px;
}
#subscribe_modal .row{
	margin:0px !important;
}
#subscribe_modal h2 {
    font-size: 25px;
    padding-bottom: 10px;
}
#subscribe_modal p {
    padding: 0px 45px;
}
#subscribe_modal a#popup-quote-btn {
    background: #e5006d;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: 0.5s;
    display: inline-block;
    margin-top: 20px;
}
#subscribe_modal a#popup-quote-btn:hover{
    background: #000;
	color:#fff !important; 
}
.logo-black {
    width: 40%;
    margin: 0px auto;
    padding-bottom: 20px;
}
#cost-section {
    margin: 0px !important;
}
#cost-section h2 {
    padding-bottom: 20px;
}
#cost-section p {
    width: 55%;
    margin: 0px auto!important;
    padding-bottom: 20px;
}
#cost-section .plan-btn a {
    background: #fff !important;
    color: #e5006d;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff !IMPORTANT;
    margin-bottom: 30px;
    font-weight: 400;
    padding: 16px 50px !important;
}
#cost-section .plan-btn a:hover {
    color: #e5006d !important;
    background: none !important;
    border: 1px solid #e5006d !important;
}
#cost-section .plan-btn a:hover{
	 color: #e5006d !important;
}
.footer_sec {
    background: #242424;
    padding: 50px 0px 10px 0px;
}
.footer_sec .footer-Menu-left {
    list-style: none;
}
.footer_sec .footer-Menu-left li {
    padding-bottom: 20px;
}
.footer_sec .footer-Menu-left li a{
	color:#fff;
	font-size: 16px;
    text-transform: uppercase;
	font-weight: 600;	
}
.footer_sec .footer-Menu-left li a:hover{
	color: #e5006d !important;
}
.widget-header {
    text-transform: uppercase;
    color: #e5006d;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}
.widget-header:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 15px;
    left: 0px;
    background: #e5006d;
}
.widget-box h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
}
.widget-box h5 img {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}
.widget-box p, .widget-box p a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
 .widget-box p a:hover{
	color: #e5006d !important;
}
.footer-Menu-right {
    list-style: none;
}
.footer-Menu-right li {
    display: inline-block;
    padding-right: 40px;
}
.footer-Menu-right li a i {
    color: #fff;
    font-size: 20px;
	transition:0.5s;
}
.footer-Menu-right li a i:hover{
    color: #e5006d;
}
#get-a-qoute-float {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 9;
}
#get-a-qoute-float .footer_button {
    background: #e5006d;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: 0.5s;
}
#get-a-qoute-float .footer_button:hover{
	background:#000;
	color: #fff !important;
}
#our_work_view_more {
    background: #e5006d;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 30px 0px !important;
    display: inline-block;
	border: 1px solid #e5006d;
}
#our_work_view_more:hover{
    background: #fff;
	border: 1px solid #e5006d;
    color: #e5006d !important;
}
.client-sec {
    margin: 0px auto !important;
    width: 1140px;
    padding: 30px 0px;
}
.close:focus, .close:hover {
    outline: none !important;
}
.client-sec h2 {
    padding-bottom: 30px;
}
.client-sec img {
    filter: grayscale(1);
    transition: 0.5s;
    cursor: pointer;
}
.client-sec img:hover{
    filter: grayscale(0);
}
.hide{
	display:none;
}
#get_quote .modal-dialog {
    width: 80% !important;
    max-width: 66%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0px !important;
}
#get_quote .modal-title {
    width: 100%;
    font-size: 40px;
}
.close {
    font-size: 40px;
    color: #000;
    opacity: 1;
    outline: none;
}
.contact-sec {
    margin: 0px auto !important;
    max-width: 1140px !important;
    padding: 50px 0px;
}
.contact-sec h2 {
    padding-bottom: 10px;
}
.contact-sec h6 {
    text-align: center;
    font-size: 24px;
    color: #e5006d;
}
.contact-sec .vc_column-inner {
    padding-top: 0px !important;
}
.contact-sec p {
    text-align: center;
}
.contact-sec p a{
	color: #e5006d;
	transition:0.5s;
}
.contact-sec p a:hover {
    text-decoration: underline;
    color: #e5006d !important;
}
.contact-sec .left-form {
    margin-bottom: 20px;
}
.contact-sec .right-form {
    margin-bottom: 20px;
}
.contact-sec .full-form {
    margin-bottom: 20px;
}
.left-form input {
    width: 100%;
    outline: none;
}
.right-form input, .right-form select {
    width: 100%;
	outline: none;
}
.right-form select {
    width: 100%;
    padding: 1.5rem 1.8rem;
    font-size: 1.6rem;
    border-radius: 0px;
    border-color: #dcd7ca;
    color: #757575;
    outline: none;
	height:56px;
}
.full-form textarea{
	 border-color: #dcd7ca;
	  font-size: 1.6rem;
	  outline: none;
}
.full-form input {
    border-radius: 50px;
    background: #e5006d;
    padding: 20px 50px;
    font-size: 16px;
    transition: 0.5s;
}
.full-form input:hover{
    background: #000;
	color:#fff;
	text-decoration:none;
}

/* Step Form Css */
/* body.modal-open {
    overflow-x: hidden !important;
    padding-right: 0!important;
} */
.step_form-sec .progress {
    margin-bottom: 20px;
    height: 20px;
    border-radius: 50px;
}
.step_form-sec .progress .progress-bar {
    background-color: #e5006d;
}
.step_form-sec {
    padding: 2rem 0  2rem 0 !important;
}
.step_form-sec .row {
    margin: 0px !important;
}
.step_form-sec .col-md-6 {
    padding: 0px !important;
    width: 50% !important;
}
.step_form-sec .row {
    margin: 0px !important;
    width: 95%;
}
.step_form-sec input[type="radio"][id^="myCheckbox"] {
  display: none;
}
.step_form-sec label {
    border: 1px solid #ddd;
    padding: 30px 50px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #000;
    box-shadow: 0 0 5px lightgrey;
}
.step_form-sec label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #e5006d ;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.step_form-sec label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    width: 15%;
    margin: 0px auto;
    display: block;
    margin-bottom: 15px !important;
}
.step_form-sec input[type="radio"]:checked + label {
    border-color: #e5006d ;
    color: #e5006d ;
}
.step_form-sec input[type="radio"]:checked + label:before {
    content: "✓";
    background-color: #e5006d ;
    transform: scale(1);
}
.step_form-sec input[type="radio"]:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.button-box a {
    background: #e5006d;
    color: #fff;
    padding: 13px 30px;
    transition: 0.5s;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.button-box a:hover {
    background: #000;
    color: #fff !important;
}
.step.step-7 .col-md-12 {
    margin-bottom: 0px !important;
}
.step.step-7 .col-md-12 input[type="text"], 
.step.step-7 .col-md-12 input[type="email"],
.step.step-7 .col-md-12 input[type="tel"]{
    border: none;
    border-bottom: 1px solid #ccc!important;
	transition:0.5s;
}
.step.step-7 .col-md-12 input[type="text"]:hover, 
.step.step-7 .col-md-12 input[type="email"]:hover,
.step.step-7 .col-md-12 input[type="tel"]:hover,
.step.step-7 .col-md-12 input[type="text"]:focus, 
.step.step-7 .col-md-12 input[type="email"]:focus,
.step.step-7 .col-md-12 input[type="tel"]:focus{
    border-bottom: 1px Solid #2196f3 !important;
}
.step_form-sec .col-md-4 {
    padding: 0px !important;
}
.step_form-sec .alert {
    width: 94%;
}
.button-box, .step.step-7 .button-box{
    margin-top: 40px;
    margin-bottom: 40px !important;
    text-align: center;
}
.step_form-sec h3 {
    margin-bottom: 20px !important;
}
.step_form-sec p {
    padding-bottom: 10px;
}
.mobile-display{
	display:none;
}
.desktop-display{
	display:block;
}
.join_our_team {
	display: none;
}
span.wpcf7-spinner {
    display: block;
    margin: 20px auto;
}
.thankyou-sec h1 {
    padding-bottom: 30px;
}
.thankyou-sec p {
    color: #fff;
	font-size:20px;
}
.thankyou-sec p a{
	color:#e5006d;
}
.thankyou-sec p a:hover{
	color:#e5006d !Important;
	text-decoration:underline;
}
.desktop-img{
	display:block;
}
.mobile-img{
	display:none;
}
/* Single Work CSS */
#content_block_one .vc_column-inner {
    padding: 0px !IMPORTANT;
}
#content_block_one .vc_column-inner .banner-img-main figure .vc_single_image-wrapper img {
    width: 100%;
}
#content_block_one .vc_column-inner .banner-img-main figure .vc_single_image-wrapper {
    width: 100%;
}
#content_block_one .vc_column-inner .banner-img-main figure {
    width: 100%;
    max-width: none;
}
#content_block_one .wpb_single_image {
    margin-bottom: 0px;
}
#mob_img_block_top {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    position: absolute !important;
    top: 65%;
    background: transparent;
    bottom: auto;
    z-index: 99;
}
#gallery_img_block {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#gallery_img_block .wpb_single_image figure {
    max-width: none;
    width: 100%;
}
#gallery_img_block .wpb_single_image figure .vc_single_image-wrapper {
    max-width: none;
    width: 100%;
}
#gallery_img_block .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
}
#gallery_img_block .vc_column-inner {
    padding: 0;
}
#gallery_img_block .wpb_single_image {
    margin-bottom: 0;
}
#site_info_content {
    padding-top: 45px;
    padding-bottom: 45px;
}
#site_info_content h1 {
    display: none;
    margin-bottom: 10px;
}
#site_info_content p {
    font-size: 15px;
    line-height: 36px;
    color: #000;
    width: 80%;
    margin: 0 auto;
	display: none;
}
#site_info_content .wpb_text_column {
    margin-bottom: 16px !IMPORTANT;
}
.bg_image_block_one {
    min-height: 490px;
}
.main_site_image {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -73px !important;
    background: transparent;
    border-bottom: none;
}
.main_site_image figure .vc_single_image-wrapper img {
    box-shadow: 6px 0 22px 0px #00000054;
}
.bg_img_block_tow {
    min-height: 497px;
    margin-top: 40px !important;
}
.three_mobile_block {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    border-bottom: 0;
    margin-top: -150px !important;
}
.inner_pages_images_block {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    border-bottom: none;
    max-width: 1170px;
    margin: 0px auto !important;
}
.inner_pages_images_block figure .vc_single_image-wrapper img {
    box-shadow: 6px 0 22px 0px #00000054;
    width: 100%;
}
.inner_pages_images_block figure .vc_single_image-wrapper {
    width: 100%;
}
.inner_pages_images_block figure {
    width: 100%;
}
.work-single-btn a {
    background: #e5006d !important;
    color: #fff !important;
    padding: 17px 50px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px !important;
    transition: 0.5s !important;
}
.work-single-btn a:hover{
    background: #000 !important;
    color: #fff !important;
}
/*.navbar ul li:last-child a {
    background: #e5006d !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    padding: 12px 40px !important;
    border: 1px solid #e5006d !important;
    transition: 0.5s !important;
    text-transform: uppercase !important;
    border-radius: 53px !important;
}
.navbar ul li:last-child a:hover{
    background: transparent !important;
    border: 1px solid #e5006d !important;
}*/
.our-product {
    max-width: 1153px;
    margin: 0px auto !important;
}
.our-product .wpb_single_image img {
    width: 80% !important;
    height: auto;
    margin-left: auto;
}
.our-product h2 {
    font-size: 21px !important;
    padding-top: 12px;
    font-weight: 500 !important;
}
.our-product h2 br{
	display:none;
}
.mobile-our-product{
	display:none;
}
.our-product-section {
    padding: 0px 0px 5px;
    border-bottom: 1px solid #cccccc5c;
}
.our-product-section .vc_column-inner {
    padding-top: 5px !important;
}
.our-product-section .wpb_single_image {
    margin-bottom: 10px !important;
}
.copyright-para {
    color: #fff;
    font-size: 14px;
}
.copyright-para a {
    color: #e5006d;
	font-size:14px;
}
.copyright-para a:hover{
	text-decoration:underline;
	color:#e5006d !important;
}
.logo-text {
    margin: 0px auto !important;
    padding: 30px 0px !important;
}
.logo-text h2{
	font-size:35px !important;
	font-weight:400 !important;
	text-align:center !important;
}
.inno-head {
    color: #e5006d;
}
.logo-text img {
    transition: all 0.5s ease-in-out !important;
    cursor: pointer !important;
    box-shadow: 0px 11px 21px #00000014;
    filter: grayscale(100);
}
.logo-text img:hover {
    filter: none!important;
    transform: scale(1.1)!important;
	box-shadow:none;
}
.logo-text .vc_column-inner  {
    padding-top: 10px !important;
}
.logo-text h5 {
    font-weight: 400 !important;
}
.logo-text h2 {
    font-size: 46px !important;
    line-height: 63px;
    padding-bottom: 15px;
    font-weight: 800 !important;
}
.logos {
    max-width: 1400px !important;
    margin: 0px auto !important;
}
.cv-upload p {
    text-align: left !important;
}
.full-form.cv-upload input {
    background: unset !important;
    padding: 7px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}
.career-form h2 {
    font-size: 46px !important;
    line-height: 63px;
    padding-bottom: 20px;
    font-weight: 800 !important;
}
.career-form h5 {
    font-weight: 400!important;
    padding-bottom: 15px;
}

.privacy-banner {
    height: 500px !important;
    margin: 0px !important;
    padding: 0px 100px;
    min-height: 500px!important;
}
.privacy-text{
    margin: 0px auto !important;
    width: 1140px;
}
.pri-term-page li {
    display: inline-block;
    padding: 0 10px;
}
.pri-term-page li a {
    color: #fff;
    font-size: 14px;
}
.pri-term-page li a:hover{
    color: #e5006d !important;
    text-decoration: underline;
}
.pri-term-page {
    text-align: end;
}
.privacy-text h5 {
    padding-bottom: 15px;
}
.about-page {
    max-width: 1097px;
    margin: 0px auto !important;
    background: #f9f9f7;
    padding: 50px 30px;
}
.abou-main-text {
    font-size: 24px;
    line-height: 45px;
}
.highlight-text{
    color: #e5006d !important; 
}
.about-page h2 {
    margin-bottom: 22px;
}
.about-page p {
    font-weight: 400;
}
.contact-sec h2 {
    font-size: 46px !important;
    line-height: 63px;
    padding-bottom: 20px;
    font-weight: 800 !important;
}
.contact-sec h5{
	font-weight: 400 !important;
}
/* Media Querry */

@media (min-width: 320px) and (max-width: 767px) {
.vc_row {
    margin-left: 0px !Important;
    margin-right: 0px !important;
}
.logo-text{
		display:none;
	}
.mobile-our-product h5 {
    font-size: 18px !important;
    line-height: 32px !important;
    margin-top: 30px;
    font-weight: 400;
}	
.widget-box {
    margin: 10px 0 35px 0px;
    text-align: center;
}
.widget-header {
    text-align: center;
}
.mobile-our-product h2 {
    font-size: 25px !important;
    margin-top: 15px !important;
}
	.our-product-section{
	border-bottom:none;
}
.footer-Menu-right {
    text-align: center;
    margin-top: 10px;
}
.footer-Menu-right li {
    padding-right: 0px;
    padding: 15px;
}
.widget-header:after {
    left: 46%;
}
.work-single-btn {
    margin-top: 100px;
}
#get-a-qoute-float {
    bottom: 30px;
    right: 20px;
}
.service-slider-sec {
    width: 100%;
}
.our_work_slider .slick-next {
    right: 0px !important;
    left: auto !important;
	top: 50% !important;
    bottom: auto !important;
}
.our_work_slider .slick-prev {
    right: auto !important;
    left: 0px !important;
	top: 50% !important;
    bottom: auto !important;
    z-index: 1;
}
.bg_image_block_one {
    min-height: 350px;
}
.bg_img_block_tow {
    min-height: 350px;
    margin-top: 40px !important;
}
.work-content-box .read-more-btn {
    padding-left: 0px !important;
    padding-bottom: 30px !important;
}
.desktop-img{
	display:none !Important;
}
.mobile-img{
	display:block !important;
}
.our-product{
		display:none;
	}	
.mobile-our-product{
	display:block;
}
.mobile-our-product img {
    margin: 0px auto !important;
    width: 60%;
}
#subscribe_modal .close {
    z-index: 11;
    color: #fff;
	outline:none;
}
.logo-black {
    width: 30%;
    margin: 20px auto;
    padding-bottom: 0px;
}
#subscribe_modal h2 {
    padding-bottom: 0px;
}
#subscribe_modal .modal-dialog {
    width: 100%;
    max-width: 90%;
}
#subscribe_modal a#popup-quote-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.thankyou-sec p a {
    display: block;
}
.lgx_lsw_nav_wrap.lgx_lsw_nav_top_right {
    display: none;
}
.contact-sec h2 {
    font-size: 25px !important;
    line-height: 40px !important;
}
.career-form h5 {
    font-size: 18px !important;
}
.mob-menu-header-holder {
    height: 67px !important;
    padding: 10px 0px !important;
    background-color: #000 !important;
}
.mobmenu-right-panel {
    width: 100% !important;
    background-color: #e5006d !important;
}
.mobmenu-content li a {
    text-align: center;
    color: #fff !important;
    font-size: 16px !important;
    border-bottom: 1px solid #fff;
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    padding: 0px !important;
}
[class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
    width: 45px !important;
    line-height: 36px !important;
}
.mob-icon-cancel-1:before {
    color: #fff !important;
}
.mob-icon-menu:before {
    background: #e5006d;
    font-size: 39px;
    border-radius: 2px;
}
.mobmenur-container {
    top: 15px !important;
}
#nav-bar .container-fluid {
    display: none;
}
.contact-sec h6 {
    font-size: 20px;
}
.mobile-display{
	display:block !important;
}
.our_work-slide_branding {
	display: none;
}
#get_quote .modal-dialog {
	width: 94% !important;
	max-width: 100%;
}
.step_form-sec .col-md-6 {
	width: 100% !important;
}
#nav-bar .navbar-toggler {
	z-index: 99;
	font-size: 22px;
	background: #e5006d;
}
#nav-bar #collapsibleNavbar {
	background: #e5006d;
	z-index: 9;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -58px;
}
.join_our_team {
	display: none;
}
.desktop-display{
	display:none !important;
}
.single_our_work1 .our_work-image img, .single_our_work4 .our_work-image img {
	height: auto;
}
.work_image_char img {
	width: 50%;
	margin: 0 auto;
}
.work-text-sec .my-auto h4 {
	font-size: 26px !important;
	text-align: center !important;
	line-height: normal !important;
}
.work-text-sec .my-auto h4 br {
	display: none;
}
.work-text-sec .my-auto p {
	text-align: center !important;
	font-size: 15px;
}
.single_our_work2 {
	margin-top: 31px;
}
.single-box-work {
	text-align: center;
	padding:0px 0px ;
}
.our_work_content ul li {
	font-size: 11px;
	padding-right: 6px;
	padding-top: 18px;
}
.our_work_content h3 {
	font-size: 26px;
	line-height: 34px;
}
.single_our_work3 {
	margin-top: 20px;
}
.client-sec {
	width: 100%;
}
#cost-section h2 {
	font-size: 26px !important;
	line-height: normal !important;
}
#cost-section p {
	width: 100%;
}

#cost-section {
	min-height: auto;
	padding: 120px 0 0;
}
.client-sec h2 {
	padding-bottom: 0;
	font-size: 26px !important;
	line-height: normal !important;
}
.home-banner {
    min-height: 360px !important;
}
.banner-btn a {
	font-size: 13px !important;
	padding: 13px 25px !important;
}
#nav-bar .container-fluid {
	padding: 0px 15px;
}
.home-banner p {
    padding-bottom: 15px;
    font-size: 15px !important;
    width: 100%;
    line-height: normal;
    text-align: center !important;
}
.home-banner h1 br {
	display: none;
}
.home-banner h1{
    font-size: 45px !important;
    padding-bottom: 12px;
    padding-top: 0px;
    text-align: center !important;
}
.home-banner {
	padding: 0px 7px;
}
.banner-btn {
    display: block !important;
    text-align: center !important;
}
.about-sec h5 {
	font-size: 18px !important;
	text-align: center !important;
	line-height: normal !important;
	margin-bottom: 15px;
}
.about-sec h2 {
	font-size: 25px;
	line-height: 35px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.about-sec p {
	text-align: center;
}
.read-more-btn {
	display: block !important;
	text-align: center;
}
.work-content-box h3 {
	padding: 0 0px 0px 0;
	text-align: center !important;
	font-size: 25px !important;
	line-height: normal !important;
}
.work-content-box p {
    padding: 0 17px;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.work-content-box h3 br {
	display: none;
}
.work-content-box .vc_custom_1666246144250 {
	background: none !important;
}	
.service-slider-sec {
	width: 100%;
	padding: 10px 0px;
}
.service-slider-sec h6 {
	line-height: normal !important;
	font-size: 18px !important;
}
.service-slider-sec h2 {
	font-size: 26px !important;
	line-height: normal !important;
}
.service-slide_content h2 {
	font-size: 20px !important;
}
.service-slider-sec .slick-prev {
	left: 0;
	z-index:999;
	height: 50px;
}
.service-slider-sec .slick-next {
    right: 0;
    height: 50px;
}
.process-sec {
	padding: 0px;
}
.process-sec h2 {
	font-size: 26px !important;
	line-height: normal !important;
}
.process-sec p {
	width: 93%;
}
.inner-process-sec .wpb_single_image.wpb_content_element.vc_align_left {
	text-align: center;
}
.inner-process-sec h5 {
	text-align: center !important;
}
.inner-process-sec p {
	width: 100%;
	text-align: center !important;
}
.about_work_sec {
    flex-direction: column-reverse;
}
.work-main-slider-sec .vc_column-inner {
    padding: 0px !IMPORTANT;
}
.footer_sec .row, .footer_sec .row .row {
    margin: 0px !important;
}
.pri-term-page {
    text-align: center;
}
.about-page {
    padding: 0px 0px;
}
.about-page h2 {
    text-align: center !important;
    font-size: 25px !important;
}
.about-page p {
    text-align: center !important;
    line-height: 34px !important;
}
.abou-main-text {
    font-size: 18px !important;
}
.contact-sec h5 {
    font-size: 18px !important;
    line-height: 30px;
}


}
@media (min-width: 768px) and (max-width: 1024px) {
.home-banner h1 {
    font-size: 35px !important;
}	
.about-sec .vc_col-sm-6 {
    width: 100%;
}
.about-sec h2 {
    font-size: 35px;
}	
.work-text-sec .vc_col-sm-6 {
    width: 100%;
} 
.work_image_char img {
    width: 50%;
    margin: 0 auto;
}
.work-text-sec h4, .work-text-sec p {
    text-align: center !important;
}
.work-sec .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !Important;
}
.work-content-box.vc_col-sm-6 {
    width: 100%;
}
.work-main-slider-sec.vc_col-sm-6 {
    width: 100%;
}
.our_work_slider .slick-next {
    right: 0px !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
}
.our_work_slider .slick-prev {
    right: auto !important;
    left: 0px !important;
    top: 50% !important;
    bottom: auto !important;
    z-index: 1;
}
.service-slider-sec {
    width: 100%;
}
.client-sec {
    width: 100%;
}
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.work-content-box h3 {
    padding: 0px;
    font-size: 35px !important;
    text-align: center !important;
}
.work-content-box p {
    padding: 0px;
    text-align: center !IMPORTANT;
}
.work-content-box .read-more-btn {
    padding-left: 0px !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
}
.about_work_sec {
    flex-direction: column-reverse;
}
.work-main-slider-sec .vc_column-inner {
    padding: 0px !IMPORTANT;
}
.footer_sec .row, .footer_sec .row .row {
    margin: 0px !important;
}
.work-sec  .row {
    margin: 0px !IMPORTANT;
}
.home-banner {
    height: 410px !important;
}
.home-banner {
    height: 465px !important;
    margin: 0px !important;
    padding: 0px 10px;
    min-height: 465px !important;
}
.slick-next {
    right: -8px !important;
}
.slick-prev {
    left: -8px !important;
}
.about-sec,.about-sec h5 {
    font-weight: 400;
    text-align: center !important;
}
.single_our_work2 .our_work-image img, .single_our_work3 .our_work-image img {
    height: auto;
}
.process-sec {
   padding: 0px; 
}
.our_work_content {
    text-align: center;
}
#cost-section {
    min-height: 430px !important;
}
.single_our_work2 {
    margin-top: 0px;
}
.single_our_work3 {
    margin-top: 0px;
}
.single-box-work {
     padding: 0px; 
}
.step_form-sec label img {
    width: 35%;
}
.step_form-sec label {
    padding: 21px 7px;
}
#nav-bar {
    display: none;
}
.mob-menu-header-holder {
    height: 67px !important;
    padding: 10px 0px !important;
    background-color: #000 !important;
}
.mob-icon-menu:before {
    background: #e5006d;
    font-size: 39px;
    border-radius: 2px;
}
.mobmenu-right-panel {
    width: 100% !important;
    background-color: #e5006d !important;
}
.mobmenu-content li a {
    text-align: center;
    color: #fff !important;
    font-size: 16px !important;
    border-bottom: 1px solid #fff;
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    padding: 0px !important;
}
.mob-icon-cancel-1:before {
    color: #fff !important;
}
.about-page p {
    text-align: center !important;
    line-height: 34px !important;
}
.abou-main-text {
    font-size: 18px !important;
}
.about-page h2 {
    text-align: center !important;
    font-size: 35px !important;
}
.career-form h2 {
    font-size: 35px !important;
}
.contact-sec h2 {
    font-size: 35px !important;
}
}
@media only screen and (min-width: 1020px) and (max-width: 1100px) {
.home-banner {
    height: 465px !important;
    margin: 0px !important;
    padding: 0px 10px;
    min-height: 465px !important;
}
.slick-next {
    right: -8px !important;
}
.slick-prev {
    left: -8px !important;
}
.single_our_work2 .our_work-image img, .single_our_work3 .our_work-image img {
    height: auto;
}
.process-sec {
   padding: 0px; 
}
.our_work_content {
    text-align: center;
}
#cost-section {
    min-height: 430px !important;
}
.vc_btn3-container.vc_btn3-inline {
    display: block;
}
.single_our_work2 {
    margin-top: 0px;
}
.single_our_work3 {
    margin-top: 0px;
}
.single-box-work {
     padding: 0px; 
}
.step_form-sec label img {
    width: 35%;
}
.step_form-sec label {
    padding: 21px 7px;
}
}
@media (min-width: 1500px) and (max-width: 1599px) {
.home-banner {
    height: 660px !important;
    min-height: 660px !important;
}
.home-banner p {
    font-size:18px !important;
}	
}
@media (min-width: 1900px) and (max-width: 2000px) {
.site-logo img {
    max-height: none !important;
}
#nav-bar {
    padding: 11px 0px 0;
}
.client-sec {
    margin: 0px auto !important;
    width: 1600px;
}
.home-banner {
    padding-top: 100px;
    padding-left: 200px;
}
.home-banner p{
	font-size:28px !important;
}
.banner-btn a {
    padding: 24px 80px !important;
    margin-top: 28px;
    border-radius: 50px !important;
}
.home-banner {
    min-height: 840px !important;
}
.about-sec {
    max-width: 1400px;
    margin: 60px auto !important;
}
.our-product {
    max-width: 1754px;
    margin: 0px auto !important;
}
.our-product .wpb_single_image img {
    width: 90% !important;
    height: auto;
}
.our-product h2 {
    font-size: 30px !important;
    padding-top: 18px;
}
.about-sec h2 {
    width: 80%;
}
.work-content-box h3 {
    font-weight: 900;
}
.work-content-box p {   
	width: 80%;
}
#cost-section p {
    width: 37%;
}
.inner-process-sec p {
    width: 95% !important;
}

.inner-process-sec {
    width: 1350px;
    margin: 0 auto !important;
}

#cost-section {
    margin: 0px !important;
    min-height: 730px;
    padding-bottom: 90px;
    background-position: top !important;
}

.process-sec p {
    width: 48%;
}

.process-sec .banner-btn a {
    padding: 24px 84px !important;
}

#cost-section .plan-btn a {
    font-weight: 500;
    padding: 26px 80px !important;
    border-radius: 50px !important;
}
.service-slider-sec h6 {
    line-height: 30px !important;
    font-weight: 500;
}
.service-slider-sec {
    width: 1300px;
}
.service_slider {
    margin-top: 50px;
}
.work-text-sec {
    max-width: 1300px;
}
.work-text-sec .my-auto {
    width: 41%;
    margin-left:79px;
}

}