body{
    font-family: 'Lato', sans-serif;
}
*{margin: 0px;outline: 0px;}
img{max-width: 100%;} 
.contact-bg{
    background: #ffffff;
    padding-bottom: 40px;
}
.heading_comman {
    font-size: 42px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    position: relative;
    margin: 30px 0 15px;
    text-transform: uppercase;
}
.heading_comman:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: -15px;
    left: 0;
    background: #00b2ff;
}
section.offices.overflow-h {
    position: relative;
    height: 380px;
}
.india_mapings:before {
    background: url(../images/contact-us-indian-map.png) no-repeat center center;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	height: 380px;
    transition: all 0.9s;
    z-index: 1;
    background-size: contain;
}
.world_maping.display_block .india_mapings:before {
    background: url(../images/global-new-map.png) no-repeat center center;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
    transition: all 0.9s;
    z-index: 99;
    background-size: contain;
	display:none;
}
/* New */
span.title_L {
    position: absolute;
    top: 8px;
    font-size: 10px;
    left: 6px;
    width: max-content;
    text-align: left;
    color: #000;
    font-weight: 600;
    background: rgb(255 255 255 / 95%);
    padding: 1px 5px;
    border-radius: 2px;
    z-index: 11;
}
span.title_L.title_Lsc {
    right: 10px;
    left: auto;
    top: 4px;
}
span.title_L.title_Lsc.title_Canada {
    top: -5px;
    right: 13px;
}
.vvdn_hq {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
}
.contact-location.location-usa {
    position: absolute;
    top: 150px;
    left: 327px;
}
.contact-location.location-texas {
    position: absolute;
    top: 165px;
    left: 375px;
}
.contact-location.location-new-york {
    position: absolute;
    top: 135px;
    left: 418px; 	
}
.contact-location.location-canada {
    left: 355px;
    position: absolute;
    top: 110px;
}
.contact-location.location-finland {
    top: 88px;
    position: absolute;
    left: 609px;
}
.contact-location.location-southkorea {
    top: 158px;
    position: absolute;
    right: 330px;
}
.contact-location.location-japan {
    top: 152px;
    position: absolute;
    right: 304px;
}
.contact-location.location-gurgaon {
	position: absolute;
    top: 210px;
    right: 368px;
}
.contact-location.location-germany {
    top: 125px;
    position: absolute;
    left: 579px;
}
.contact-location.location-netherlands {
    top: 116px;
    position: absolute;
    left: 570px;
}
.bounce {
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.pin {
    width: 25px;
    height: 42px;
    position: absolute;
    left: -17px;
    top: -24px;
    z-index: 1;
    background-image: url(../images/nw_location.png);
	background-repeat: no-repeat;
}
.pulse {
    background: transparent;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    transform: rotateX(55deg);
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -19px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #00cae9;
    animation-delay: 1.1s;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.contact-map.world_maping .india_mapings .global_mapings{
    opacity: 0;
    transition: all 0.6s ease;
}
.contact-map.world_maping.display_block .india_mapings .global_mapings{
    opacity: 1;
}
/* New */

.contact-map {
  text-align: center;
}
.pry_statement input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top:2px;
    width: 48px;
    height: 20px;
}
.gip_location {
    width: 98px;
    margin: 14px auto;
}
.gip_location .glocation {
    padding-bottom: 8px;
    display: none !important;
}
.glocation{
	background: url(../images/nw_location.png) no-repeat;
    font-size: 15px;
    background-size: 14px;
    padding-left: 22px;
    font-family: MOntserrat;
    font-weight: 600;
    position: absolute;
    bottom: 0;
   display: none !important;
}
.glocation a{
  color: #000000;
    text-decoration: none;
}
.glocation a:hover{
  color: #1dcfe7;
}
.locations {
    padding-top: 30px;
}
.locations li{
    width: 50%;
    text-align: left;
}
.locations li.nav-item a.nav-link {
    display: block;
    padding: 5px 20px 0px 10px;
    transition: all .3s;
	border-left: 3px solid #00b2ff;
}
.locations li.nav-item a.nav-link:hover {
    color: #00b2ff;
}
ul.locationtab{
  display: flex;
  width: 100%;
}
.tabheading{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
}
.locations li a{
    border-bottom: 3px solid #9e9e9e;
}
.locations li a.active{
    border-bottom: 3px solid #00b2ff;
    color: #00b2ff;
    background: #f9f9f9;
}
.locations .tab-content{
    margin-top: 45px;
}
span.flag_right {
    float: right;
}
span.flag_right img.flag_icon {
    width: 24px;
}
.name-address {
   width: 20%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.name-address .name {
   font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #00b2ff;
    font-family: Montserrat;
    font-weight: 800;
}
.global_highlight .name-address {
    text-align: center;
    width: 60%;
    margin: 0px auto 40px;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 20px;
}
.name-address .address p{
	font-size: 14px;
    color: #000000;
    font-family: MOntserrat;
    font-weight: 600;
}
span.txt_email {
    font-size: 11px;
}
.global_highlight .name-address .name {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #00b2ff;
    font-family: Montserrat;
    font-weight: 800;
}
.global_highlight .name-address .address h4 {
    font-size: 15px;
    color: #3a3a3a;
    font-family: MOntserrat;
    font-weight: 700;
    margin-bottom: 4px;
}
.global_highlight .name-address .address p {
    font-size: 15px;
    color: #003761;
    font-family: MOntserrat;
    font-weight: 700;
    margin-bottom: 0px;
}
.global_highlight .name-address .address p span {
    display: block;
}

/*=================== contact-form css ===================*/
.modal-content.modal-content-bodyform {
    background: hsl(0, 0%, 100%);
    padding: 25px 40px;
    border: 1px solid #676767;
}
.modal-content.modal-content-bodyform .form-control {
   /*  border-radius: 0px;
    border: 0px;
    background: #f7f7f7;
    border: 2px solid #003761;
    color: #3a3a3a;
    padding: 10px; */
}
.modal-content.modal-content-bodyform .contact-form label {
    position: absolute;
    color: rgb(58 58 58 / 0.70);
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    pointer-events: none;
    transition: 0.2s;
}
.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #01b2ff;
    background: transparent;
}

/*=================== custom floting_contact_form css ===================*/
/* .floting_contact_form .floating-label {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #003761;
} */
.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;
}
.floating-input:focus, .floating-select:focus {
    outline: none;
    border-bottom: 1px solid #00b2ff;
}

/* .floting_contact_form .floating-input, .floting_contact_form .floating-select {
    font-size: 16px;
    color: #3a3a3a;
} */
/* .floting_contact_form .floating-label label {
    opacity: 0.8;
    color: #676767;
	padding: 4px 10px;
} */
.floting_contact_form .floating-input:focus ~ label, .floting_contact_form .floating-input:not(:placeholder-shown) ~ label {
    opacity: 0.8;
    font-size: 75%;
    padding-left: 0;
}
/* .contact-form .form-control:focus + .form-control-placeholder, .contact-form .form-control:valid + .form-control-placeholder {
    padding-left: 0;
} */
.pry_statement span {
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat;
    color: #000000;
}
.pry_statement span a{
	text-decoration:none;
}
.modal-content.modal-content-bodyform .contact-form .form-group .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;
}
.modal-content.modal-content-bodyform .contact-form .form-group .btn-billed:hover {
    background: #00b2ff;
    color: #fff;
    border-color: #00b2ff;
}

img.mobilemapimg {
	display: none;
}
.mobilemapimg_res{
    display: none;
}

.min_h {
    height: 66px;
}
/*===================ANIMATION===============================*/


/*==============ANIMATION END===================*/
@media (max-width: 1599px)  {
	.heading_comman {
		font-size: 34px;
	}
}
@media (max-width:1199px){
	.heading_comman {
		font-size: 30px;
	}
	.contact-location.location-finland {
        top: 70px;
        left: 514px;
	}
	.contact-location.location-japan {
		top: 124px;
        right: 256px;
	}
	.contact-location.location-southkorea {
		top: 130px;
        right: 278px;
	}
	.contact-location.location-gurgaon {
		top: 172px;
        right: 310px;
	}
	.contact-location.location-germany {
        top: 98px;
        left: 488px;
	}
	.contact-location.location-canada {
        left: 300px;
        top: 86px;
	}
	.contact-location.location-new-york {
		top: 109px;
        left: 354px
	}
	.contact-location.location-usa {
        top: 126px;
        left: 280px;
	}
	.contact-location.location-texas {
		top: 138px;
        left: 318px;
    }
    .contact-location.location-netherlands {
        top: 95px;
        left: 480px;
    }
    span.txt_email {
        font-size: 10px;
    }
}
@media (max-width:1024px){
	
	
}
@media (max-width:991px){
	.contact-location{
		display: none;
	}
	img.mapimg {
		display: none;
	}
	img.mobilemapimg {
		display: block;
        width: 100%;
	}
	.heading_comman {
		font-size: 26px;
	}
	section.offices.overflow-h {
		height: 290px;
	}
	.world_maping .india_mapings:before, .world_maping.display_block .india_mapings:before {
	   height: 300px;
	}
	.global_highlight .name-address {
		width: 70%;
	}
	.global_highlight .name-address .name {
		font-size: 22px;
	}
	ul.nav.locationtab {
		padding-top:0px;
	}
	.world_maping .india_mapings:before {
		background: url(../images/contact-us-indian-map-res.png) no-repeat center center;
		content: "";
		position: absolute;
		background-size: 80%;
	}
}

@media (min-width:768px) and (max-width:991px){
	.name-address {
	  width: 33%;
	}
}
@media (max-width:767px){
	.tabheading {
	  font-size: 18px;
	}
	span.flag_right img.flag_icon {
		width: 13px;
	}
	.heading_comman {
		font-size: 24px;
	}
	.name-address .name {
	  font-size: 17px;
	  margin-bottom: 0px;
	}
	section.offices.overflow-h {
		height: 220px;
	}
	.world_maping .india_mapings:before, .world_maping.display_block .india_mapings:before {
	   height: 240px;
	}
	.global_highlight .name-address {
		width: 100%;
	}
	.modal-content.modal-content-bodyform {
		padding: 0px 15px;
		border: 0px solid #ccc;
    }
    span.txt_email {
        font-size: 13px;
    }
}
@media (min-width:576px) and (max-width:767px){
	.name-address {
		width: 50%;
	}
}
@media (max-width:576px){
	.name-address {
		width: 100%;
	}
	.global_highlight .name-address .name {
		font-size: 17px;
	}
	.global_highlight .name-address .address p span {
		display: inline-block;
	}
	.global_highlight .name-address .address p span {
		display: inline-block;
	}
	img.mobilemapimg {
		padding-top: 30px;
		transform: scale(1.2);
		color: black;
	}
    img.mobilemapimg {
		display: none;
	}
    .mobilemapimg_res{
        display: block;
    }
	
}

@media (max-width:425px){
	img.mobilemapimg {
		padding-top: 45px;
		transform: scale(1.4);
		color: black;
	}
	.world_maping .india_mapings:before {
		background-size: 92%;
	}
}