/********** common css working all pages ***********/
* {
    margin: 0px;
    padding: 0px;
    outline: none;
}
body {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
	color:#000000;
	margin: 0px;
    padding-top: 65px;
	overflow-X:hidden;
}
ul { padding: 0; margin:0; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    font-weight: 500;
}
img{max-width: 100%;}
body.modal-open {padding-right: 0px !important;}
button:focus {outline: none; outline: none;}
.btn.nvidia_button:active {
    border: 0 !important;
    border-color: transparent;
}
.text_lower{
    text-transform: lowercase;
}
.btn-check:checked+.btn, .btn.active, .btn:focus, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: transparent;
    border: 0;
	outline: 0;
    box-shadow: none;
}
.maxcontent {
    width: max-content;
}
.justifyContent {
    text-align: justify;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*========== Breadcrumb ==========*/
.breadcrumb {
    position: absolute;
    top: 100px;
    z-index: 1;
    left: 0;
    right: 0;
	margin-bottom: 0;
}
.breadcrumb .breadcrumb_list {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    text-transform: uppercase;
}
.breadcrumb .breadcrumb_list li.breadcrumb_item {
    margin-left: 8px;
    list-style: none;
    color: #cbced2;
    font-size: 12px;
    font-weight: 600;
	letter-spacing: 1px;
	pointer-events: none;
}
.breadcrumb .breadcrumb_list li.breadcrumb_item:nth-child(1) {
    margin: 0;
}
.breadcrumb .breadcrumb_list li.breadcrumb_item:before {
    display: inline-block;
    padding-right: 8px;
    color: #ffffff;
    content: "/";
}
.breadcrumb .breadcrumb_list li.breadcrumb_item:nth-child(1)::before {
    display: inline-block;
    padding-right: 0;
    color: #ffffff;
    content: "";
}
.breadcrumb .breadcrumb_list li.breadcrumb_item a {
    color: #cbced2;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
	pointer-events: auto;
}
.breadcrumb .breadcrumb_list.breadcrumb_list_black li.breadcrumb_item, 
.breadcrumb .breadcrumb_list.breadcrumb_list_black li.breadcrumb_item a {
    color: #000000;
}
.breadcrumb .breadcrumb_list.breadcrumb_list_black li.breadcrumb_item::before {
    color: #000000;
}
/*========== Breadcrumb ==========*/

/*========== New common css ==========*/

body.modal-open {
    padding-right: 0px !important;
}

.text_small {
    text-transform: capitalize;
}
.white_bg {
    padding: 80px 0;
    background-color: #ffffff;
}
.gray_bg {
    padding: 80px 0;
    background-color: #f0f3fd;
}
.blue_bg {
    padding: 80px 0;
    background-color: #4d08d9;
}
.black_bg{
	padding: 80px 0;
    background-color: #000000;
}
.banner_blk {
    position: relative;
}
.banner_blk picture img {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
    text-align: left;
}
.banner_contant h1 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner_contant p {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}
.read_more {
    background: linear-gradient(to right, #dc00a5 0%, #4d08d9 100%);
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
}
.read_more:hover {
    color: #ffffff;
}
.read_more .rArrow {
    display: inline-block;
    width: 18px;
    margin-left: 10px;
}
.common_title {
    font-weight: 400;
    font-size: 45px;
    color: #000000;
    margin: 0;
}
.overview_section {
    position: relative;
}
.overview_Text p {
    color: #000000;
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.65;
}
.overflow_H {
    overflow: hidden;
}
.common_sub_title {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 0;
}

.blue_gradient_tb_bg { background: linear-gradient(to top, rgb(3 205 165 / 10%) 0%, rgb(76 26 217 / 10%) 100%);}
.blue_gradient_bt_bg { background: linear-gradient(to bottom, rgb(3 205 165 / 10%) 0%, rgb(76 26 217 / 10%) 100%);}
.blue_gradient_lr_bg { background: linear-gradient(to left, rgb(3 205 165 / 10%) 0%, rgb(76 26 217 / 10%) 100%);}
.blue_gradient_rl_bg { background: linear-gradient(to right, rgb(3 205 165 / 10%) 0%, rgb(76 26 217 / 10%) 100%);}

.pink_gradient_tb_bg { background: linear-gradient(to top, rgb(255 114 69 / 10%) 0%, rgb(220 0 165 / 10%) 100%);}
.pink_gradient_bt_bg { background: linear-gradient(to bottom, rgb(255 114 69 / 10%) 0%, rgb(220 0 165 / 10%) 100%);}
.pink_gradient_lr_bg { background: linear-gradient(to left, rgb(255 114 69 / 10%) 0%, rgb(220 0 165 / 10%) 100%);}
.pink_gradient_rl_bg { background: linear-gradient(to right, rgb(255 114 69 / 10%) 0%, rgb(220 0 165 / 10%) 100%);}


/*========== New common css ==========*/

.heading_common {
	font-size: 45px;
	line-height: normal;
	font-weight: 800;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
}

/**** Download Datasheet Popup  **/
.loading{
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	background-color:#666;
	background-image:url('../images/loading.gif');
	background-repeat:no-repeat;
	background-position:center;
	z-index:10000000;
	opacity: 0.6;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.web_loading{
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	background-image:url('../images/web_loading.gif');
	background-repeat:no-repeat;
	background-position:center;
	z-index:10000000;
	opacity: 1;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.modal-dialog {
    max-width: 960px;
}
.modal-dialog.mw500 {
    max-width: 560px;
}
.modal-dialog .contact_form {
    background: hsl(0deg 0% 100%);
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}
.modal-dialog .contact_form .modal-body {
    padding: 0;
}
.modal-dialog .contact_form .contact_Headeing {
    color: #4d08d9;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 26px;
    padding: 24px 60px 24px 50px;
    position: relative;
    line-height: 30px;
    font-family: 'Montserrat';
    background: #f0f3fd;
}
.modal-dialog .contact_form .modal-body .body_form {
    padding: 40px 50px 40px;
}
.modal-dialog .contact_form .form-control {
    border-radius: 0px;
    border: 0px;
    background: transparent;
    border-bottom: 1px solid #999999;
    color: #3a3a3a;
    padding: 6px 0;
	font-weight: 400;
    font-size: 16px;
	max-height: 110px;
}
.modal-dialog .contact_form .form-control-placeholder {
    position: absolute;
    top: 8px;
    padding: 0;
    transition: all 200ms;
    opacity: 1;
    pointer-events: none;
    color: rgb(58 58 58 / 0.70);
    display: block;
    margin: 0;
    font-size: 16px;
    font-family: 'Lato',sans-serif;
}
.modal-dialog .contact_form .form-control:focus+.form-control-placeholder, .modal-dialog .contact_form .form-control:valid+.form-control-placeholder {
    font-size: 14px;
	transform: translate3d(0, -30px, 0);
	color: rgb(58 58 58 / 0.70);
}
.modal-dialog .contact_form .form-control:focus {
    box-shadow: none;
    border-color: #4d08d9;
    background: transparent;
}
.modal-dialog .contact_form .floating-label {
    position: relative;
    margin-bottom: 20px;
}
.modal-dialog .contact_form .floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 0px;
    display: block;
    width: 100%;
    color: #3a3a3a;
    height: 34px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #999999;
}
.modal-dialog .contact_form .floating-input:focus, 
.modal-dialog .contact_form .floating-select:focus {
    outline: none;
    border-bottom: 1px solid #4d08d9;
}
.modal-dialog .contact_form .highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0;
}
.modal-dialog .contact_form .floating-label label {
    color: rgb(58 58 58 / 0.70);
    font-size: 16px;
    font-family: 'Lato',sans-serif;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    line-height: 13px;
}
.modal-dialog .contact_form .floating-input:focus~label, 
.modal-dialog .contact_form .floating-input:not(:placeholder-shown)~label {
    top: -20px;
    font-size: 14px;
    opacity: 1;
}
.modal-dialog .contact_form .form-group {
    position: relative;
	margin-bottom: 35px;
}
.modal-dialog .contact_form .modal-footer {
    border: 0;
}
.modal-dialog .contact_form button.close {
    position: absolute;
    opacity: 1;
    font-size: 32px;
    font-weight: 400;
    top: 10px;
    right: 10px;
    color: #3a3a3a;
    line-height: 15px;
    background: transparent;
    width: 30px;
    height: 30px;
    z-index: 2;
    border: 1px solid #3a3a3a;
    border-radius: 50px;
}
.modal-dialog .contact_form button.close:hover {
    opacity: 1 !important;
}
.modal-backdrop {
    background: #000000;
}
.modal-backdrop.show {
    opacity: 0.8;
}
#download_media_kit .modal-dialog {
	max-width: 660px;
}
#download_media_kit .contact_form {
	padding: 50px 50px 50px;
}
#download_media_kit .wtext_center button.btn-billed {
	background: transparent;
	border-radius: 0;
	padding: 7px 40px;
	box-shadow: none;
	border: 1px solid #3a3a3a;
	color: #3a3a3a;
	float: left;
	font-weight: bold;
	font-family: Montserrat;
	font-size: 15px;
}
#download_media_kit .wtext_center button.btn-billed:hover {
    background: #4d08d9 ;
    color: #fff;
    border-color: #4d08d9 ;
}

/****** Thankyou popup **********/

#messageModel .modal-content.bg-white.signupwidthmod {
    padding: 30px;
}
.thankyou-message .modal-dialog {
    top: 46%;
    transform: translatey(-50%) !important;
}
.modal-content.signupwidthmod {
    box-shadow: 0px 2px 6px 1px #949494;
    border: 0px;
}
.modal-content.signupwidthmod .close {
    position: absolute;
    opacity: 1;
    font-size: 32px;
    font-weight: 400;
    top: 6px;
    color: #3a3a3a;
    line-height: 15px;
    right: 7px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #989898;
    padding: 0 0 3px 1px;
}
#messageModel .modal-content.bg-white.signupwidthmod {
    padding: 30px;
}
p.messagebody {
    font-size: 17px;
    color: #77797e;
}
.modal-content {
    background: hsl(0deg 0% 100%);
    padding: 50px 50px 30px;
    border: 0px;
    border-radius: 0px;
}
/****** Thankyou popup End**********/


/* ==========================================================
						Start Insight Stories
============================================================ */

/* .insight_stories_blk .heading_common {
	margin-bottom:20px;
	color: #000000;
}
.insight_stories_blk p {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 500;
    text-transform: uppercase;
}
.insight_stories_services {
    margin-top: 60px;
}
.insight_stories_blk {
    background-color: #f0f3fd;
    padding: 60px 0;
}
ul.insight_stories_tabs {
    border: 0;
    width: 100%;
    justify-content: center;
}
ul.insight_stories_tabs li.nav-item {
    display: inline-block;
    text-align: center;
    zoom: 1;
    position: relative;
    min-width: 180px;
    margin-right: 25px;
    width: auto;
}
ul.insight_stories_tabs li.nav-item a.nav-link {
    display: block;
    padding: 12px 15px;
    transition: all .3s;
    font-family: Montserrat;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    z-index: 1;
	border: none;
}
ul.insight_stories_tabs li.nav-item a.nav-link.active {
    color: #fff;
    font-weight: 700;
}
ul.insight_stories_tabs .nav-item a.nav-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: rgb(0 0 0);
    transition: all 0.4s;
    z-index: -1;
}
ul.insight_stories_tabs .nav-item a.nav-link.active:before {
    height: 100%;
    background: #4d08d9;
    transition: all 0.4s;
}
.insight_stories_services .tab-content {
    margin-top: 60px;
}
.insights_case_study {
    height: 100%;
	position:relative;
}
.insights_case_study_contant {
    background: #f0f3fd;
    height: 100%;
    padding: 40px 30px 20px;
	position: relative;
}
.insights_case_study_contant.bg_blue {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
	background: linear-gradient(to right, #dc00a5 0%, #4d08d9 100%);
}
.insights_case_study_contant .blog_tage {
    border: 1px solid #a3a3a3;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    font-family: Montserrat;
}
.insights_case_study_contant .case_study_text h3 {
    font-size: 18px;
    font-weight: 800;
    color: #3a3a3a;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 30px;
}
.insight_readmore_btn {
    color: #3a3a3a;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    bottom: 35px;
}
.insights_case_study_contant.bg_blue .insight_readmore_btn {
    color: #ffffff;
}
.insights_case_study_contant .case_study_text p {
	font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 30px 0 0;
    text-transform: uppercase;
    font-family: Montserrat;
}
.insights_case_study_contant.bg_blue .case_study_text h3, .insights_case_study_contant.bg_blue .case_study_text p, .insights_case_study_contant.bg_blue .blog_tage {
	color: #ffffff;
	border-color: #fff;
}
.insights_case_study_contant:after {
    position: absolute;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 26px solid #f0f3fd;
    top: 40px;
    left: -25px;
    z-index: 1;
}
.insights_case_study_contant.third_case_study:after {
    left: inherit;
    right: -25px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 26px solid #f0f3fd;
    border-right: inherit;
}
.insights_case_study_contant.bg_blue:after {
	 border-right: 26px solid #db03a6;
}
.insights_blogs .insights_case_study_contant.bg_blue:before {
    position: absolute;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 26px solid #db03a6;
    top: 40px;
    left: -25px;
    z-index: 1;
}
.insights_case_study_img {
    overflow: hidden;
}
.insights_case_study .insights_case_study_img img, .insights_case_study_img img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    transition: all .5s ease;
    transition-duration: 2s;
}
.insights_case_study:hover .insights_case_study_img img {
    transform: translateY(0%) scale(1.1);
}
.hover_effect_img:hover .insights_case_study_img img {
    transform: translateY(0%) scale(1.1);
}
div#sync1 .insight_readmore_btn img.b_units_icon {
	transition: all 0.6s;
    width: auto;
    display: inline-block;
}
div#sync1 .insight_readmore_btn:hover img.b_units_icon {
    transition: all 0.4s;
    margin-left: 6px;
}
div#sync2 .owl-stage {
    width: 100% !important;
}
div#sync2 .owl-stage .owl-item {
    max-width: 190px;
}
.insight_stories_services .owlslider_btn {
    text-align: center;
    justify-content: center;
    display: flex !important;
    margin-bottom: 40px;
}
.insight_stories_services .owlslider_btn .item {
    margin: 0 10px;
}
.insight_stories_services .owlslider_btn a {
    display: block;
    padding: 15px 15px;
    transition: all .3s;
    font-family: Montserrat;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    z-index: 1;
    border: none;
	cursor: pointer;
	min-width: 180px;
}
.insight_stories_services .owlslider_btn a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: rgb(0 0 0);
    transition: all 0.4s;
    z-index: -1;
}
.insight_stories_services .owlslider_btn .item a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #a6a6a6;
    transition: all 0.4s;
    z-index: -1;
}
.insight_stories_services .owlslider_btn .current a {
	color:#ffffff;
	font-weight: 800;
}
.insight_stories_services .owlslider_btn .current a:before {
    height: 100%;
    background: linear-gradient(to right, #dc00a5 0%, #4d08d9 100%);
    transition: all 0.4s;
    color: #fff;
}
.absoluteNewBlog {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 50%;
    right: auto;
}
.know_more_btn.insight_readmore_btn {
    display: inline-flex;
	color: #3a3a3a;
}
.insights_case_study .know_more_btn.insight_readmore_btn img, 
.singleNewsList .bg_fill_btn.bg_fill_Bluebtn img {
    width: 21px;
}
.singleNewsList .insights_case_study_contant:after {
    position: absolute;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 26px solid #f0f3fd;
    border-right: inherit;
    top: 40px;
    right: -25px;
    left: inherit;
    z-index: 1;
} */

/* ==========================================================
						End Insight Stories
============================================================ */

/* Arrow move */
.moveArrow {
    font-size: 1.0417vw;
    display: inline-block;
    animation: moveArrow 1s infinite alternate ease-in-out;
}

@keyframes moveArrow {
    0% { transform: translateX(0); }  /* Start Position */
    100% { transform: translateX(10px); } /* Move Forward */
}
.moveBack {
    font-size: 1.0417vw;
    display: inline-block;
    animation: moveBack 1s infinite alternate ease-in-out;
}

@keyframes moveBack {
    0% { transform: translateX(0) rotate(-180deg); }  /* Start Position */
    100% { transform: translateX(-10px) rotate(-180deg); } /* Move Forward */
}
/* Arrow move */

/* ==========================================================
			Start New Insights Slider Section
============================================================ */
.insights-section {
    padding: 80px 0;
    overflow: hidden;
	background-image: linear-gradient(to bottom in oklab, rgb(223 5 164 / 10%), rgb(254 112 74 / 10%));
}
.insights-section .slider-shift-wrapper .owl-stage-outer {
	padding-left: calc((100vw - 94%) / 2);
}
.insight-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #1e1d22;
}
.moved-to-zero {
    padding-left: 0 !important;
}
.insight-card .card-bottom .li_read_more {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: 0.5s ease;
    font-size: 18px;
}
.insight-card:hover .card-bottom .li_read_more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#insights-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

#insights-slider .owl-nav {
    position: absolute;
    top: -68px;
    right: 7%;
    z-index: 11;
    transform: translate(0, -50%);
    display: inline-flex;
    gap: 20px;
}
#insights-slider button.owl-prev,
#insights-slider button.owl-next {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-color: #ffffff;
    transition: all 0.3s;
    border: 1px solid #bebebe;
}

#insights-slider button.owl-prev.disabled,
#insights-slider button.owl-next.disabled {
    opacity:0.55;
}
#insights-slider button.owl-prev:hover,
#insights-slider button.owl-next:hover {
    background-color: #000000;
}

#insights-slider button.owl-prev {
    transform: rotate(180deg);
}

#insights-slider button.owl-prev span,
#insights-slider button.owl-next span {
    position: absolute;
    content: "";
    top: 0;
    background-image: url(../images/slide_right_arrow_icon_w.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-position: center;
    font-size: 0;
    display: block;
    transition: all 0.3s;
    filter: brightness(0) invert(0);
}

#insights-slider button.owl-prev:hover span,
#insights-slider button.owl-next:hover span {
    filter: inherit;
}
#insights-slider button.owl-prev.disabled span,
#insights-slider button.owl-next.disabled span {
    filter: brightness(0) invert(0.5);
}

#insights-slider button.owl-prev span:hover,
#insights-slider button.owl-next span:hover {
    -webkit-animation: hoverEffect .75s;
    animation: hoverEffect .75s;
}
.moved-to-zero {
    padding-left: 0 !important;
}
.insight-card {
    position: relative;
    height: auto;
    background: #000;
    overflow: hidden;
}
.insight-card .card-bg {
    transition: transform 0.8s ease;
}
.insight-card:hover .card-bg {
    transform: scale(1.1);
}
.insight-card .card-overlay {
    position: absolute;
    height: 100%;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    top: 0;
}
.insight-card .card-overlay .card-bottom {
    position: absolute;
    top: 68%;
    left: 20px;
    right: 29px;
}
.insight-card .badge {
    background: rgb(40 40 40 / 60%);
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    align-self: flex-start;
    font-weight: 500;
    border-radius: inherit;
}
.insight-card .card-bottom h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 500;
}
.li_read_more {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 35px;
}
.li_read_more:hover {
    color: #ffffff;
}
.li_read_more .rArrow {
    width: 16px !important;
}
/* ==========================================================
			End New Insights Slider Section
============================================================ */


/* ==========================================================
						Start Footer
============================================================ */
.footer {
	position: relative;
	background-color: #1f1926;
	padding-top: 10px;
}
.footer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(to right, #dc00a5 0%, #4d08d9 100%);
}
.footer_Mainmenu {
	padding: 44px 0 30px;
	color: #fff;
}
.footer_Link h4 {
	font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #53595f;
    padding-bottom: 25px;
    margin-bottom: 25px;
	color: #fff;
}
.footer_Mainmenu ul li {
	list-style: none;
	color: #fff;
	margin-bottom: 10px;
}
.footer_Mainmenu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: rgb(255 255 255 / 60%);
    font-weight: 600;
    transition: all 0.3s;
	position: relative;
}
.footer_Mainmenu .contact_social li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}
.footer_Mainmenu .contact_social li:last-child {
    margin-right: 0;
}
.footer_Mainmenu ul li a:after {
    content: "";
    position: absolute;
    width: 0px;
    transition: all .4s ease;
    height: 2px;
    background: #6a45e3;
    left: 0;
    top: inherit;
    bottom: -2px;
}
.footer_Mainmenu ul li a:hover:after {
    width: calc(100% - 0px);
    opacity: 1;
}
.footer_Mainmenu .contact_social li a:after {
    display: none;
}
.contact_social li a:hover img {
	filter: inherit;
	filter: opacity(1);
}
.contact_social li a img {
	transition: all 0.35s;
	filter: brightness(0) invert(.6);
}

.wemake_Footer {
    position: relative;
    border-right: 1px solid #53595f;
    padding-right: 25px;
    margin-left: -20px;
}
.wemake_Footer h2 {
	font-weight: 800;
	font-size: 50px;
	text-align: center;
	margin: 0;
}
.wemake_Footer h5 {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 3px;
	margin: 24px 0 0;
}
.footer_Subscribe_Form .form_wrap {
	display: flex;
	align-items: self-start;
}
.footer_Subscribe_Form .form_wrap .form-group {
    width: 100%;
}
.footer_Subscribe_Form .form_wrap input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #53595f;
	font-weight: 600;
	font-size: 14px;
	padding: 7px 0;
	color: #fff;
	width: 100%;
}
.footer_Subscribe_Form .form_wrap button {
	background-color: transparent;
	border: 0;
}
.copyright {
	padding: 16px 0;
	background: #ffffff;
}
.copyright span.allright {
	text-align: left;
    display: block;
    color: rgb(0 0 0 / 66%);
    font-weight: 600;
    font-size: 14px;
}
.copyright ul.sitemaplink li {
	display: inline-block;
	margin: 0 5px;
	color: #a3a3a3;
	list-style: none;
}
.copyright ul.sitemaplink li:nth-child(1) {
	margin-left: 0;
}
.copyright ul.sitemaplink li:last-child {
	margin-right: 0;
}
.copyright ul.sitemaplink li a {
	text-decoration: none;
    transition: all 0.3s;
    color: rgb(0 0 0 / 66%);
    font-weight: 600;
    font-size: 14px;
}
	
/* ==========================================================
						End Footer
============================================================ */

.cookies_strip {
    display: none;
}
.up-arrow {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    border-radius: 20px;
    right: 10px;
    z-index: 100;
    background: #ccc;
    color: #666;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
	transform: rotate(180deg);
    transition: all 0.4s;
	display: none;
}
.up-arrow a {
    margin-right: 2px;
    line-height: 0;
    display: block;
    padding: 14px 8px;
}
/* ==========================================================
             Start New Read More Button CSS 
============================================================ */
.hoverEffect_fill_btn {
    position: relative;
    line-height: 28px;
    height: 48px;
    width: 48px;
    align-items: center;
    display: inline-flex;
    z-index: 0;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color:#000;
}
.pdf_icon {
	transform: rotate(90deg);
    background: linear-gradient(to left, rgb(220, 0, 165) 0%, rgb(77, 8, 217) 100%);
}
.hoverEffect_fill_btn:after {
	position: absolute;
    margin-left: 0;
    width: 48px;
    height: 48px;
    border-radius: 40px;
    content: "";
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/slide_right_arrow_icon_w.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.hoverEffect_fill_btn:before {
    position: absolute;
    margin-left: 0;
    width: 48px;
    height: 48px;
    border-radius: 40px;
    content: "";
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nvidia_button:hover .hoverEffect_fill_btn:after,
.hoverEffect_fill_btn:hover:after {
    -webkit-animation: hoverEffect .75s;
    animation: hoverEffect .75s;
}
@keyframes hoverEffect{0%{background-position:-100% 50%}to{background-position:50% 50%}}

/* ==========================================================
             End New Read More Button CSS 
============================================================ */


/* ==========================================================
					 Start bgfill_btn 
============================================================ */
/* .know_more_btn {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.bg_fill_btn {
	width: 44px;
    height: 44px;
    position: relative;
    z-index: 1;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    overflow: hidden;
    cursor: pointer;
} 
.bg_fill_Bluebtn {
	border: 2px solid #4d08d9;
}
.bg_fill_btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    transition: all .35s;
    z-index: -1;
}
.bg_fill_Bluebtn:after {
    background: #4d08d9;
}
.know_more_btn:hover .bg_fill_btn:after,
.know_more_btn:hover .bg_fill_Bluebtn:after {
    width: 100%;
}
.know_more_btn .bg_fill_btn img {
    transition: all 0.35s;
	filter: brightness(0) invert(1);
	width: 21px;
}
.know_more_btn:hover .bg_fill_btn img {
    filter: inherit;
}
.know_more_btn .bg_fill_Bluebtn img {
    filter: none;
}
.know_more_btn:hover .bg_fill_Bluebtn img {
    filter: brightness(0) invert(1);
}

.floatRight_Btn {
    text-align: right;
    overflow: hidden;
    position: relative;
}
.btn_Hover_AnimationRight span {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
    color: #3a3a3a;
    text-decoration: none;
    width: max-content;
    z-index: 0;
    display: inline-block;
    cursor: pointer;
	padding-right: 10px;
}
.btn_Hover_AnimationRight:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(-100%);
    text-decoration: none;
}
.btnG {
    background-color: #f0f3fd;
}
.btnW {
    background-color: #ffffff;
} */

/* ==========================================================
                      End bgfill_btn 
============================================================ */
/* 
.Stay_updated_blk {
    position: relative;
    margin-top: 0px;
    margin-bottom: -7px;
}
.stay_updated {
    position: relative;
	text-align: center;
}
.stay_updated video.lazy.loaded {
    min-height: 380px;
    margin-left: -5px;
}
.stay_updated .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
    text-align: left;
    z-index: 1;
}
.stay_updated h3.content_common {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}
.stay_updated .heading_common {
    font-size: 34px;
    width: 100%;
    color: #ffffff;
}
.stay_updated .know_more_btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    align-items: center;
	display: inline-flex;
    margin-top: 20px;
	float: right;
}
.stay_updated .know_more_btn:hover{
	 color: #ffffff;
} */


.subscribe_strip_form h4 {
	font-size: 22px;
	line-height: normal;
	font-weight: 600;
	font-family: Montserrat;
	color: #ffffff;
	margin-bottom: 15px;
}
.subscribe_strip_form .form_wrap {
	display: flex;
	align-items: center;
}
.subscribe_strip_form .form_wrap .form-group {
	width: 45%;
}
.subscribe_strip_form .form_wrap  input:focus-visible {
	outline: none;
}
.subscribe_strip_form .form_wrap  input {
	width: 100%;
	background-color: hsl(0deg 0% 100%);
	border: transparent;
	padding: 10px 15px;
	color: #000000;
	font-family: 'Montserrat';
	font-size: 15px;
	min-height: 50px;
}
.fstlist > div:hover{
    background-color: #4d08d9 !important;
}
.subscribe_strip_form .form_wrap select.input_select {
    background: #fff;
    color: #000000;
    min-height: 50px;
    border: 0px;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 15px;
    width: 100%;
    background-image: url(../images/dropd_arrowblue.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 16px;
}
.subscribe_strip_form .form_wrap select.input_select:focus-visible  {
	outline: none;
}
.subscribe_strip_form .form_wrap button {
	background: transparent;
	border: 0;
	padding: 0;
}
.subscribe_strip_form .form_wrap .form-group:first-child {
	margin-right: 10px;
}
.stay_updated .subscribe_strip_form .form_wrap button .know_more_btn {
	margin-top: 0;
}
.subscribe_strip_form span {
	margin-top: 15px;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}
/* starts lets connect styles */
.gray_pattern_bg{
    background: url(../images/greylight_pattern_bg.jpg) repeat !important;
}
.lets-connect {
    position: relative;
    z-index: 1;
}
.lets-connect:before {
    background: linear-gradient(to right, #4d08d9 0%, #00cda4 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: .8;
}
.lets-connect:after {
    background: url(../images/greylight_pattern_bg.jpg);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: repeat;
    background-size: auto;
}
#lets_talk_scroll_section .container {
    position: relative;
    z-index: 1;
}
.lets-connect h2.heading_common {
    color: #fff;
    text-transform: capitalize;
}
.lets-connect h2.heading_common span {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.lets-connect .toe {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    margin: 50px 0 0;
}
.lets-connect .label {
    margin-bottom: 30px;
}
.lets-connect .label input::placeholder,
.lets-connect .label textarea::placeholder {
    color: #ffffff;
}

.lets-connect input[type="text"],
.lets-connect textarea{
    background-color: rgba(255, 255, 255, 0.15);
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    border: 0 !important;
    font-weight: 500;
    font-size: 16px;
}
.lets-connect input:focus,
.lets-connect textarea:focus{
    outline: none;
    border: 0;
}
.lets-connect textarea{
    height: 130px;
}
.lets-connect .border-bottom {
    border-bottom: 0px solid #aeafb3 !important;
    margin-top: 15px;
    margin-bottom: 40px;
    position: relative;
}
.errorClass {
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}
.error {
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
    display: inline-block;
}
.lets-connect button.close {
    position: absolute;
    opacity: 1;
    font-size: 36px;
    font-weight: 400;
    top: 4px;
    color: #ffffff;
    line-height: 15px;
    right: 4px;
    background: #000000;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: 2px solid #000000;
    padding: 3px;
}
.lets-connect .know_more {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: block;
    align-items: center;
    display: flex;
    margin-top: 20px;
}
.lets-connect .know_more .bg_fill_btn>img {
    transition: all .35s;
    filter: inherit;
}
.lets-connect .know_more:hover .bg_fill_btn>img {
    filter: brightness(0) invert(1);
}
.lets-connect .know_more:hover .bg_fill_btn:after {
    background-color: #4d08d9;
}
.lets-connect .image-space {
    margin: 34px 0;
    width: 230px;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    color: #3a3a3a;
    font-family: 'Montserrat';
}
.custom-checkbox a {
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
}
.custom-checkbox input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}
.custom-checkbox .checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: rgba(255, 255, 255, 0.15);
	transform: translateY(-50%);
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #ffffff;
}
.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.custom-checkbox .checkmark:after {
	left: 8px;
	top: 3px;
	width: 7px;
	height: 13px;
	border: solid #4d08d9;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.body_form .custom-checkbox .checkmark {
    height: 20px;
    width: 20px;
    background-color: #4d08d9;
}
.body_form .custom-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.body_form .custom-checkbox a {
    color: #000000;
    text-decoration: underline;
}
.body_form .custom-checkbox .checkmark {
    top: 0px;
    transform: none;
}
/* ==========================================================
							Start virtual_tour_form
	============================================================ */
.virtual-tour-form-blk {
    text-align: center;
    padding: 60px 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../images/virtual_tour_form_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.virtual-tour-form-blk:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/virtual_tour_form_bg_before.png);
    width: 110px;
    z-index: 0;
    background-size: 100%;
}
.virtual-tour-form-blk:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/virtual_tour_form_bg_after.png);
    width: 110px;
    z-index: 0;
    background-size: 100%;
}
.virtual-tour-form-blk .form-heading {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    width: 56%;
    margin: 0 auto 60px;
}
.virtual-tour-form-blk .form-heading span {
	color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 28px;
}
.tour-form-wrap input, .tour-form-wrap select {
    background-color: rgba(255,255,255, .09);
    padding: 14px 20px;
    color: rgb(255 255 255 / 32%);
    width: 100%;
    margin-bottom: 25px;
    border: 0;
    font-weight: 500;
}
.tour-form-wrap input::placeholder {
    text-transform: uppercase;
	color: rgb(255 255 255 / 32%);
}
.tour-form-wrap select option {
    margin-top: 0;
    background-color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    border-radius: 0 !important;
	color: #3a3a3a;
    font-size: 15px;
    font-weight: 500;
}

.tour-form-wrap button {
    background: transparent;
    border: 0;
    margin-top: 10px;
}

/* ==========================================================
							End virtual_tour_form
============================================================ */

/* ==========================================================
		   Start Strip Engineering_Services_All_Subpages
============================================================ */
.min_height_fixed {
    height: 64px;
}
.wifi_services {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 12;
    background: #4d08d9;
}
.tablist_wifi_services {
    display: flex;
    align-items: center;
}
.tablist_wifi_services ul li {
    display: inline-block;
    margin: 0 25px;
}
.tablist_wifi_services ul li:nth-child(1) {
    padding: 0;
    margin-left: 0px;
}
.tablist_wifi_services ul li a {
    padding: 20px 5px 20px;
    font-size: 17px;
    font-weight: 500;
    font-family: Montserrat;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    border-bottom: 0;
    position: relative;
	#text-transform: uppercase;
}
.tablist_wifi_services ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 14px;
    background: #7c4ae3;
    z-index: 1;
    height: 2px;
    width: 0;
    transition: all 0.3s;
}
.tablist_wifi_services ul li a:hover:before ,
.tablist_wifi_services ul li.active a:before {
    width: 100%;
}
.wifi_services.header_top_fixed {
    position: fixed;
    top: 64px;
    z-index: 12;
    left: 0;
    right: 0;
}

.slider-shift-wrapper{}
/* ==========================================================
		   End Strip Engineering_Services_All_Subpages
============================================================ */
	
/*=====  Comman gradient button css  =====*/
.download_btn_gradient {
	display: inline-block;
    padding: 16px 45px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.download_btn_gradient:after, .download_btn_gradient:before {
    position: absolute;
    content: "";
    top: 45%;
    background-image: url(../images/slide_right_arrow_icon_w.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-position: center;
    font-size: 0;
    transition: all 0.3s;
    transform: rotate(-45deg) translate(0px, -50%);
}
.download_btn_gradient:before {
    left: 30px;
    width: 0;
    background-size: 0;
}
.download_btn_gradient:after {
    right: 20px;
}
.download_btn_gradient:hover:before {
    width: 20px;
    background-size: 20px;
}
.download_btn_gradient:hover:after {
    width: 0;
    background-size: 0;
}
.commn_btn_text {
    margin-right: 30px;
    display: inline-block;
    transition: all 0.3s;
}
.download_btn_gradient:hover .commn_btn_text {
    margin-right: 0;
    margin-left: 30px;
	color: #fff;
}
.download_btn_gradient.rmBtn {
    padding: 10px 30px;
    font-weight: 500;
}
/*=====  Comman gradient button css  =====*/

.connect_us_section {
    position: relative;
    text-align: center;
	min-height:340px;
}
.connect_us_section img{
	width:100%;
	min-height:340px;
}
.contactus_Content {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    right: 20px;
    max-width: 1500px;
    margin: 0 auto;
}
.contactus_Content h4 {
	font-size:40px;
	font-weight:400;
	margin: 0;
	line-height: 1.25;
} 
.contactus_Content h4 small {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
	line-height: 1.6;
}
.contactus_Content p {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 0;
}
.contactus_Content .download_btn_gradient {
    margin-top: 30px;
}



@media (min-width: 768px) {
	.container {
        max-width: 720px;
    }
	.insights-section .slider-shift-wrapper .owl-stage-outer {
		padding-left: calc((100vw - 710px) / 2);
	}
}

@media (min-width: 992px) {
	.container {
        max-width: 960px;
    }
	/* ==========================================================
							Start Insight Stories
	============================================================ */
	.col20 {flex: 0 0 20%; max-width: 20%;}
	.insight_stories_blk .col-6.cs_w_50 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.insights-section .slider-shift-wrapper .owl-stage-outer {
		padding-left: calc((100vw - 940px) / 2);
	}
	/* ==========================================================
							End Insight Stories
	============================================================ */
}

@media (min-width: 1200px){
	.top-rt{
		display: none !important;
	}
	.vvdn-nav-container	{
		max-width: 1200px;
	}
	.container{
        max-width: 1140px;
    }
	.insights-section .slider-shift-wrapper .owl-stage-outer {
		padding-left: calc((100vw - 1180px) / 2);
	}
}

@media (min-width: 1280px){
	.vvdn-nav-container	{
		max-width: 1280px;
	}
	.insights-section .slider-shift-wrapper .owl-stage-outer {
		padding-left: calc((100vw - 1130px) / 2);
	}
}

@media (min-width: 1440px){
	.vvdn-nav-container	{
		max-width: 1380px;
	}
	.container{
		 max-width: 1280px;
	}
	.insights-section .slider-shift-wrapper .owl-stage-outer {
		padding-left: calc((100vw - 1250px) / 2);
	}
}

@media (min-width: 1600px) {
	.vvdn-nav-container	{
		max-width: 1480px;
	}
	.container{
		max-width: 1500px;
	}
	.singleNewsList .insights_case_study_contant {
		padding: 100px 60px 100px;
	}
	.singleNewsList .insights_case_study_contant .blog_tage {
		padding: 5px 35px;
		font-size: 18px;
	}
	.singleNewsList .insights_case_study_contant .case_study_text h3 {
		font-size: 30px;
		margin: 50px 0;
		line-height: 44px;
	}
	.singleNewsList .know_more_btn.insight_readmore_btn {
		bottom: 90px;
	}
	.insights-section .slider-shift-wrapper .owl-stage-outer {
		padding-left: calc((100vw - 1485px) / 2);
	}
}

@media (min-width: 1680px){
	.vvdn-nav-container	{
		max-width: 1680px;
	}
}

@media (max-width:1799px) {
	.tablist_wifi_services ul li {
		margin: 0 20px;
	}
}

@media (max-width: 1600px){
	body {
		font-size: 15px;
	}
	.heading_common {
		font-size: 35px;
	}
	.breadcrumb .breadcrumb_list li.breadcrumb_item,
	.breadcrumb .breadcrumb_list li.breadcrumb_item a	{
		font-size: 10px;
	}
	/* ==========================================================
						Start Insight Stories
	============================================================ */
	
	section.insight_stories_blk p {
		font-size: 14px;
	}
	.insight_stories_services {
		margin-top: 40px;
	}
	.insight_stories_services .owlslider_btn {
		margin-bottom: 30px;
	}
	.insights_case_study_contant {
		padding: 20px;
	}
	.insights_case_study_contant .blog_tage {
		padding: 5px 20px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.insights_case_study_contant .case_study_text h3 {
		font-size: 14px;
		line-height: 24px;
	}
	.insights_case_study_contant .case_study_text p {
		font-size: 14px;
		margin: 20px 0 0;
	}
	.business_units_services .business_units_type h3 {
		font-size: 18px;
	}
	.insight_readmore_btn {
		bottom: 25px;
	}
	/* ==========================================================
							End Insight Stories
	============================================================ */
	
	
	/* ==========================================================
				Start New Insights Slider Section
	============================================================ */
	
	.insight-card .card-overlay {
        padding: 20px;
    }
	.insight-card .badge {
        font-size: 15px;
    }
	.insight-card .card-overlay .card-bottom {
        top: 64%;
    }
	.insight-card .card-bottom h3 {
        font-size: 18px;
        min-height: 72px;
        margin-bottom: 20px;
    }
	#insights-slider .owl-nav {
        top: -64px;
    }
	/* ==========================================================
				End New Insights Slider Section
	============================================================ */
    .connect_with_us .connect_with_us__txt {
        font-size: 36px;
    }

	.whiteBg_fill_btn .know_Mbtn {
		font-size: 15px;
	}

	.know_more_btn {
		font-size: 15px;
	}   
	.stay_updated video.lazy.loaded {
		min-height: 340px;
		max-height: 340px;
		margin-left: -5px;
	}
	.stay_updated h3.content_common {
		font-size: 26px;
	}
	.stay_updated .heading_common {
		font-size: 34px;
	}
    .heading_animation, .one_liner_animation {
        width: 60% !important;
    }
	.bSubHComman {
		font-size: 18px;
	}
	.subHComman {
		font-size: 15px;
	}
	.overview_content p {
		font-size: 15px;
		line-height: 26px;
	}
	.footer_Link h4 {
		font-size: 15px;
		padding-bottom: 15px;
		margin-bottom: 20px;
		line-height: 18px;
		min-height: 52px;
	}
	.footer_Mainmenu .contact_social li {
		margin-right: 20px;
	}
	.tablist_wifi_services ul li {
		margin: 0 15px;
	}
	.tablist_wifi_services ul li a {
		font-size: 15px;
	}
	
	
	.download_btn_gradient {
		font-size: 16px;
        padding: 16px 40px;
	}
	.white_bg, .gray_bg, .blue_bg, .black_bg {
		padding: 60px 0;
	}
	.banner_contant h1 {
		font-size: 24px;
	}
	.banner_contant p {
        font-size: 28px;
    }
	.common_title {
        font-size: 40px;
    }
	.overview_Text p {
        font-size: 18px;
    }
	.common_sub_title {
		font-size: 18px;
	}
	.contactus_Content {
		max-width: 1200px;
	}
	.contactus_Content h4 {
		font-size:36px;
	} 
	.contactus_Content h4 small {
		font-size: 26px;
	}
	.contactus_Content p {
		font-size: 18px;
	}
}

@media (max-width: 1440px){
	.banner_contant h1 {
		font-size: 22px;
	}
	.banner_contant p {
        font-size: 26px;
    }
	.common_title {
        font-size: 34px;
    }
	
	.insight-card .card-bottom h3 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px){
	.singleNewsList .insights_case_study_contant {
		padding: 60px 40px;
	}
	.singleNewsList .insights_case_study_contant .case_study_text h3 {
		font-size: 22px;
		line-height: 40px;
		margin: 50px 0;
	}
	.singleNewsList .insight_readmore_btn {
		bottom: 50px;
	}
	.footer_Subscribe_Form .form_wrap input {
		font-size: 13px;
		min-width: 175px;
	}
	.wemake_Footer {
		margin-left: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.singleNewsList .insights_case_study_contant {
		padding: 40px 30px;
	}
	.singleNewsList .insights_case_study_contant .case_study_text h3 {
		font-size: 18px;
		line-height: 30px;
		margin: 40px 0;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.insights_case_study_contant {
		padding: 20px 15px;
	}
	.insights_case_study_contant .blog_tage {
		padding: 5px 20px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.insights_case_study_contant .case_study_text h3 {
		font-size: 12px;
		line-height: 16px;
	}
	.insights_case_study_contant .case_study_text p {
		font-size: 11px;
		margin: 10px 0 0;
	}
}

@media (max-width: 1199px){
	.heading_common {
		font-size: 30px;
	}
	.copyright {
		text-align: center;
	}
	.stay_updated h3.content_common {
		font-size: 24px;
	}
	.stay_updated .heading_common {
		font-size: 30px;
	}
	.ipadmt50 {
		margin-top: 50px;
	}
	.virtual-tour-form-blk .form-heading {
		width: 75%;
	}
	.breadcrumb {
		display: none;
	}
	.virtual-tour-form-blk:before,
	.virtual-tour-form-blk:after {
			opacity:0;
	}
	.tablist_wifi_services ul li {
		margin: 0 10px;
	}
	.wifi_services {
		display: none;
	}
	.min_height_fixed {
		height: 0;
	}
	
	/*===== Start New Insights Slider Section =====*/
	.insights-section {
		padding: 60px 0;
	}
	
    .insight-card .card-bottom h3 {
        font-size: 20px;
    }
	/*===== End New Insights Slider Section =====*/
	.banner_contant h1 {
        font-size: 22px;
    }
	.banner_contant p {
        font-size:24px;
    }
	.common_title {
        font-size: 30px;
    }
	.overview_Text p {
        font-size: 16px;
    }
	.common_sub_title {
		font-size: 16px;
	}
	.contactus_Content h4 {
		font-size:30px;
	} 
	.contactus_Content h4 small {
		font-size: 24px;
	}
	.contactus_Content p {
		font-size: 16px;
	}
}

@media (max-width: 991px){
	.heading_common {
		font-size: 28px;
	}
	.maxcontent {
		width: inherit;
	}
	.modal-dialog {
		max-width: 500px;
	}
	.modal-dialog .contact_form .contact_Headeing {
		font-size: 22px;
		padding: 24px 40px 24px 40px;
	}
	.modal-dialog .contact_form .modal-body .body_form {
		padding: 40px 40px 40px;
	}
	body {
		font-size: 14px;
	}
	.computer_vision_overview_blog {
		margin-top: auto;
	}
	
	/* ==========================================================
							Start Insight Stories
	============================================================ */
	.insight_readmore_btn {
		bottom: 40px;
	}
	div#sync2 .owl-stage {
		width: 100% !important;
		margin: 0 auto;
	}
	div#sync2 .owl-stage .owl-item {
		min-width: 160px;
	}
	.insight_stories_services .owlslider_btn a {
		padding: 10px 10px;
		font-size: 14px;
	}
	.insights_case_study_contant.bg_blue {
		right: -100%;
		height: 100%;
		width: 100%;
	}
	.insights_case_study_contant.bg_blue:after {
		left: -22px;
	}
	.insights_case_study_contant.second_case_study:after {
		border-right: inherit;
		border-left: 26px solid #f0f3fd;
		left: inherit;
		right: -22px;
		z-index: 1;
	}
	.insights_case_study_contant.third_case_study:after {
		left: -22px;
		right: inherit;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: inherit;
		border-right: 26px solid #f0f3fd;
	}
	.dubbleNewsList .insights_case_study {
		display: flex;
	}
	.dubbleNewsList .insights_case_study .insights_case_study_img {
		width: 50%;
		max-width: 50%;
	}
	.dubbleNewsList .insights_case_study .absoluteNewBlog {
		position: relative;
		height: 100%;
	}
	.dubbleNewsList .insights_case_study {
		display: flex;
	}
	.dubbleNewsList .insights_case_study_contant.bg_blue {
		right: 0;
		width: 50%;
	}
	.dubbleNewsList .insights_case_study_contant.third_case_study:after {
		left: inherit;
		right: -22px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: inherit;
		border-left: 26px solid #f0f3fd;
	}
	
	.direction_rtl {
		flex-direction: row-reverse;
	}
	.insights_case_study_contant {
		padding: 40px 20px;
	}
	/* ==========================================================
							End Insight Stories
	============================================================ */
	.connect_with_us .connect_with_us__txt {
        font-size: 30px;
    }
	
	.footer_Mainmenu {
		padding: 10px 0px 50px;
	}
	.wemake_Footer {
		border-right: 0;
		padding-right: 0;
		margin-left: 0;
		text-align: center;
		width: 45%;
		margin: 0 auto;
	}
	.footer_Link h4 {
		min-height: auto;
		padding-bottom: 20px;
	}
	.stay_updated video.lazy.loaded {
		max-height: 300px;
		min-height: 300px;
	}
	.stay_updated h3.content_common {
		font-size: 18px;
	}
	.stay_updated .heading_common {
		font-size: 20px;
	}
	.subscribe_strip_form h4 {
		margin: 25px 0 10px;
		font-size: 16px;
	}
    .heading_animation, .one_liner_animation {
        width: 95% !important;
        top: 40%;
    }
    .one_liner_animation{
        top: 52%;
    }
	.virtual-tour-form-blk .form-heading {
		font-size: 26px;
	}
	.virtual-tour-form-blk .form-heading span {
		font-size: 24px;
	}
	.lets-connect .heading_common {
		font-size: 26px;
	}
	.lets-connect input[type="text"], 
	.lets-connect textarea {
		padding: 14px 15px;
		font-size: 15px;
	}
	.lets-connect .toe {
		font-size: 22px;
		margin: 10px 0 40px;
	}
}

@media (max-width: 767px){
	.banner_contant h1 {
		font-size: 20px;
	}
	.banner_contant p {
        font-size: 22px;
    }
	.common_title {
        font-size: 28px;
    }
	.stay_updated .know_more_btn {
		float: left;
	}
	.lets-connect .image-space {
		display: none;
	}
	.lets-connect .toe {
		font-size: 18px;
	}
	.lets-connect .border-bottom {
		margin-top: 0;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.virtual-tour-form-blk .form-heading {
		width: 100%;
	}
	
	#insights-slider .owl-nav {
        top: -54px;
    }
	.connect_with_us .connect_with_us__txt {
        font-size: 26px;
    }
}

@media (min-width: 576px) and (max-width: 767px){
	.footer_Link .col-md-6 {
		width: 50%;
	}
}

@media (max-width: 575px){
	.heading_common {
		font-size: 26px;
	}
	.shc_break {
		display: inline;
	}
	.modal-dialog .contact_form .contact_Headeing {
		font-size: 20px;
		padding: 24px 50px 24px 20px;
	}
	.modal-dialog .contact_form .modal-body .body_form {
		padding: 30px 20px 30px;
	}
	/* ==========================================================
						Start Insight Stories
	============================================================ */
	.insights_case_study_contant {
		padding: 15px 15px;
	}
	.insights_case_study_contant .case_study_text p {
		display: none;
	}
	.insights_case_study_img>img {
		width: 100%;
	}
	ul.insight_stories_tabs li.nav-item {
		min-width: 90px;
		margin-right: 15px;
	}
	ul.insight_stories_tabs li.nav-item a.nav-link {
		padding: 10px 10px;
		font-size: 14px;
		min-width: 104px;
	}
	.insights_case_study_contant.bg_blue:before {
		top: 20px;
	}
	.insights_case_study_contant .case_study_text h3 {
		font-size: 14px;
		line-height: 20px;
	}
	.insight_readmore_btn {
		bottom: 12px;
		font-size: 14px;
	}
	div#sync2 .owl-stage .owl-item {
		min-width: 132px;
	}
	.insights_case_study_contant.second_case_study:after,
	.dubbleNewsList .insights_case_study_contant.third_case_study:after,
	.singleNewsList .insights_case_study_contant:after	{
		right: -20px;
		top: 25px;
	}
	.insights_case_study_contant.bg_blue:after,
	.insights_case_study_contant.third_case_study:after 	{
		left: -20px;
		top: 25px;
	}
/* ==========================================================
						End Insight Stories
============================================================ */
	.wemake_Footer {
		width: 75%;
	}
	.ipadmt50, .mobilemt50 {
		margin-top: 50px;
	}
	.footer_Link h4 {
		font-size: 16px;
	}
	.footer_Subscribe_Form .form_wrap .form-group {
		margin-right: 10px;
		max-width: 250px;
	}
	.footer_Link .ipadmt50:last-child h4 {
		border: 0;
		padding-bottom: 0;
	}
	.copyright span.allright {
		text-align: center;
		font-size: 14px;
	}
	.sitemaplink {
		margin-top: 10px;
	}
	.copyright ul.sitemaplink li a {
		font-size: 14px;
	}
	.stay_updated h3.content_common {
		font-size: 14px;
		margin: 0px 0 10px !important;
	}
	.stay_updated .heading_common {
		font-size: 15px;
		width: 100%;
	}
	.stay_updated .banner_contant {
		top: 45%;
	}
	.stay_updated .know_more_btn {
		font-size: 15px;
		margin-top: 30px;
	}
	header .wrapper {
		max-width: 100%;
		height: 70px;
	}
	.subscribe_strip_form span {
		display: none;
	}
	.subscribe_strip_form {
		position: relative;
		padding-bottom: 50px;
	}
	.subscribe_strip_form .form_wrap .form-group {
		width: 50%;
	}
	.subscribe_strip_form .form_wrap button {
		position: absolute;
		bottom: 0;
	}
	.one_liner_animation{
        top: 50%;
    }
	
	
	.banner_contant.mobile_bc_top {
		top: 12%;
		transform: inherit;
	}
	.banner_contant h1 {
		font-size: 18px;
	}
	.banner_contant p {
        font-size: 20px;
    }
	.common_title {
        font-size: 26px;
    }
	.common_sub_title {
        font-size: 16px;
    }
	.read_more {
		font-size: 16px;
	}
	.contactus_Content h4 {
		font-size: 24px;
	} 
	.contactus_Content h4 small {
		font-size: 20px;
	}
}

@media (max-width: 480px){
	.bSubHComman{
		font-size: 16px;
		margin-top: 10px;
		line-height: 22px;
        width: 100%;
	}
	.bg_fill_btn {
		width: 42px;
		height: 42px;
	}
	.know_more_btn .bg_fill_btn img {
		width: 19px;
	}
	.insights_case_study .know_more_btn.insight_readmore_btn img, 
	.singleNewsList .bg_fill_btn.bg_fill_Bluebtn img {
		width: 19px;
	}
	.insight_stories_services .owlslider_btn .item {
		margin: 0px 6px;
	}
	.insights_case_study_contant .case_study_text h3 {
		font-size: 12px;
		line-height: 16px;
		font-weight: 700;
		margin-top: 5px;
	}
	.insights_case_study_contant {
		padding: 10px 10px;
	}
	.insights_case_study_contant .blog_tage {
		padding: 3px 10px;
		font-size: 10px;
		margin-bottom: 8px;
	}
	div#sync2 .owl-stage .owl-item {
		min-width: 120px;
	}
	.insight_stories_services .owlslider_btn a {
		padding: 10px 5px;
		font-size: 13px;
	}
	.insights_case_study .insights_case_study_img img, 
	.insights_case_study_img img {
		min-height: 160px !important;
	}
	.insight_readmore_btn .whiteBg_fill_btn .know_Mbtn {
		font-size: 14px;
	}
	.copyright ul.sitemaplink li {
		margin: 0 3px;
	}
	.virtual-tour-form-blk .form-heading {
		font-size: 22px;
		margin: 0 auto 30px;
	}
	.virtual-tour-form-blk .form-heading span {
		font-size: 20px;
	}
    .insight-card {
        width: 90%;
    }

    .insight-card .card-overlay .card-bottom {
        top: 55%;
    }

}

@media (max-width: 399px){
	ul.insight_stories_tabs li.nav-item {
		min-width: auto;
		margin-right: 10px;
	}
	div#sync2 .owl-stage .owl-item {
		min-width: 110px;
	}
	.insights_case_study_contant .case_study_text h3 {
		font-size: 10px;
		line-height: 14px;
		margin-top: 0;
	}
	.insight_stories_services .owlslider_btn a {
		padding: 10px 5px;
		font-size: 12px;
	}
	.bSubHComman{
		font-size: 14px;
		line-height: 20px;
	}
	.modal-dialog .contact_form .contact_Headeing {
		font-size: 18px;
		line-height: 26px;
	}
	.copyright span.allright, .copyright ul.sitemaplink li a  {
		font-size: 13px;
	}
	.virtual-tour-form-blk .form-heading {
		font-size: 20px;
	}
	.virtual-tour-form-blk .form-heading span {
		font-size: 18px;
	}

}

@media (max-width:374px){
	ul.insight_stories_tabs li.nav-item a.nav-link {
		min-width: 98px;
	}
	div#sync2 .owl-stage .owl-item {
		min-width: 108px;
	}
	.insight_stories_services .owlslider_btn a {
		padding: 10px 2px;
		font-size: 12px;
	}
	.insights_case_study_img img {
		min-height: 148px !important;
	}
}

@media (max-width:359px){
	.heading_common {
		font-size: 20px;
	}
	.insights_case_study_contant .blog_tage {
		font-size: 10px;
	}
	ul.insight_stories_tabs li.nav-item a.nav-link {
		font-size: 13px;
		min-width: 80px;
	}
	div#sync2 .owl-stage .owl-item {
		min-width: 96px;
	}
	.insight_stories_services .owlslider_btn a {
		font-size: 11px;
	}
	.insights_case_study_contant .case_study_text h3 {
		line-height: 12px;
	}
	.modal-dialog .contact_form .contact_Headeing {
		font-size: 17px;
	}
	.virtual-tour-form-blk .form-heading {
		font-size: 18px;
	}
	.virtual-tour-form-blk .form-heading span {
		font-size: 16px;
	}
}
