@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/TeXGyreAdventor-Regular.eot');
    src: url('../fonts/TeXGyreAdventor-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreAdventor-Regular.woff2') format('woff2'),
        url('../fonts/TeXGyreAdventor-Regular.woff') format('woff'),
        url('../fonts/TeXGyreAdventor-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/TeXGyreAdventor-Bold.eot');
    src: url('../fonts/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TeXGyreAdventor-Bold.woff2') format('woff2'),
        url('../fonts/TeXGyreAdventor-Bold.woff') format('woff'),
        url('../fonts/TeXGyreAdventor-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body,html{
	font-family: 'TeXGyreAdventor';
	overflow-x: hidden;
    background-color: #f7f7f7;
}
.location_tabs nav .nav-tabs button.active {
    background-color: #f7f7f7;
}
a,button{
	text-decoration: none;
	transition: linear 0.5s;
}
a:hover{
	transition: linear 0.5s;
}
.container-fluid{
	padding-left: 100px;
	padding-right: 100px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-right: 50px;
}
.navbar-expand-lg .navbar-nav li:last-child .nav-link {
    margin: 0;
}
.top_menu ul li a {
    margin-right: 25px;
    color: #ffffff;
}
.bg_white-col {
    background: #ffffff;
    padding: 60px;
    height: 100%;
}
.fillout_form {
    background: #FAFAFA;
    height: 100%;
    padding: 40px;
}
.fillout_form h3 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 35px;
}
.fillout_form form .form-group input,
.fillout_form form .form-group select,
.fillout_form form .form-group textarea {
    width: 100%;
    height: 55px;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #00000057;
    color: #000000c7;
    outline: none;
}

.fillout_form form .form-group select {
    padding: 0 0;
    appearance: none;
    background: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 95% 55%;
}
.fillout_form form .form-group {
    margin-bottom: 35px;
    position: relative;
}
.fillout_form form .form-group textarea {
    height: 100px;
    resize: none;
}
.fillout_form form .form-group input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.fillout_form form .form-group .char-count {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #888888;
    font-size: 16px;
}
.fillout_form form .form-group input::placeholder,
.fillout_form form .form-group textarea::placeholder {
    color: #000000c7;
}
.fillout_form form button {
    background: #0B3B7E;
    color: #fff;
    border: 0;
    border-radius: 16px;
    width: 127px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
}
.bg_white-col .img_text p {
    font-size: 20px;
    line-height: 120%;
    color: #475467;
}
.bg_white-col .img_text img {
    margin-bottom: 30px;
}
.bg_white-col .img_text {
    padding-bottom: 40px;
}
.bg_white-col .address_box {
    padding: 60px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
p.grey_para {
    font-size: 15px;
    color: #7B7981;
    line-height: 160%;
}
.bg_white-col .career_box {
    padding-top: 40px;
}
.address_box a {
    font-size: 15px;
    font-weight: 700;
    color: #009DE9;
}
.bg_white-col .career_box h2 {
    font-size: 20px;
    color: #0B3B7E;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
div#nav-tabContent {
    background: #F7F7F7;
    border: 0;
    padding: 100px 0;
}
.location_tabs nav .nav-tabs {
    padding: 0px 0;
}
.location_tabs nav .nav-tabs button {
    padding: 8px 15px;
    border: 0;
    color: #475467;
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
    margin-right: 80px;
    position: relative;
}
.location_tabs nav .nav-tabs button:last-child {
    margin: 0;
}
.location_tabs nav .nav-tabs button::before {
    content: '';
    background: #009DE9;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.location_tabs nav .nav-tabs button.active,
.location_tabs nav .nav-tabs button:hover {
    color: #009DE9;
}
.location_tabs nav .nav-tabs button.active::before,
.location_tabs nav .nav-tabs button:hover::before {
    width: 100%;
}
.main_head {
    padding-bottom: 60px;
}
.main_head h2 {
    margin: 0;
    font-size: 64px;
    line-height: 120%;
    color: #000000;
    letter-spacing: -1px;
}
.Main_map {
    position: relative;
}
.map_images > div {
	position: absolute;
	transition: linear 0.5s;
	opacity: 0;
}
.map_images .NA_img {
    top: 150px;
    left: 213px;
}
.location_tabs {
    position: relative;
}
.map_images .SA_img {
    bottom: 100px;
    left: 455px;
}
.map_images .AI_img {
    top: 171px;
    right: 211px;
}
.map_images .AF_img {
    bottom: 208px;
    right: 763px;
}
.map_images .EU_img {
    top: 182px;
    left: 863px;
}
.map_images .OC_img {
    bottom: 116px;
    right: 217px;
}
.map_images .NA_img:hover,
.map_images .SA_img:hover,
.map_images .AI_img:hover,
.map_images .AF_img:hover,
.map_images .EU_img:hover,
.map_images .OC_img:hover{
    opacity: 1;
}
.locations_box-main {
    padding: 0 200px;
}
.locations_box-main h3 {
    font-size: 48px;
    line-height: 120%;
    color: #000000;
    letter-spacing: -1px;
    margin: 0;
    padding-bottom: 40px;
}
.location_btn h4 {
    font-size: 20px;
    color: #3C4153;
    line-height: 120%;
    margin-bottom: 15px;
}
.location_btn button {
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    font-weight: 700;
    background: #ffffff;
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    width: 225px;
    /* height: 51px; */
    text-align: left;
    padding: 13px 25px;
    margin-bottom: 15px;
}
.location_btn {
    margin-bottom: 35px;
}
.location_btn button:hover,
.location_btn button.active {
    background: #0B3B7E;
    color: #fff;
}
.location_con-box {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 1px -1px 0px #C9C9C9, -1px -1px 0px #C9C9C9, -1px 1px 0px #C9C9C9, 1px 1px 0px #C9C9C9, 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    border-radius: 12px;
    padding: 20px;
    min-width: 308px;
    width: 308px;
    margin-bottom: 30px;
    opacity: 0;
    transition: linear 0.5s;
    visibility: hidden;
}
.location_con-box h5 {
    font-size: 18px;
    color: #475467;
    margin: 0;
}
.location_con-box h6 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    padding: 22px 0;
}
.location_con-box::before {
    content: '';
    background: #ffffff;
    width: 50px;
    height: 24px;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    clip-path: polygon(100% 0, 0 0, 55% 100%);
}
div#colorado {
    top: 120px;
    left: 197px;
}
div#nevada {
    top: 130px;
    left: 150px;
}
.location_con-box.show{
	opacity: 1;
	visibility: visible;
}
div#mexico {
    top: 195px;
    left: 236px;
}
div#puerto_rico {
    top: 242px;
    left: 420px;
}
div#new_brunswick {
    top: 80px;
    right: 158px;
}
div#british_columbia {
    top: 50px;
    left: 104px;
}
div#new_jersey {
    top: 100px;
    right: 210px;
}
div#buenos_aires {
    top: 98px;
    right: 304px;
}
div#são_paulo {
    top: 80px;
    right: 269px;
}
div#Graz {
    top: 288px;
    right: 296px;
}
div#Vienna {
    top: 245px;
    right: 278px;
}
div#Sofia {
    top: 325px;
    right: 226px;
}
div#Bologna {
    top: 325px;
    left: 238px;
}
div#Gorizia {
    top: 340px;
    left: 281px;
}
div#Padova {
    top: 305px;
    left: 253px;
}
div#Geldermalsen {
    top: 210px;
    left: 185px;
}
div#Haarlem {
    top: 210px;
    left: 160px;
}
div#Kraków {
    top: 220px;
    right: 236px;
}
div#Espana {
    top: 340px;
    left: 115px;
}
div#Trisigma {
    top: 385px;
    left: 137px;
}
div#Ljubljana {
    top: 290px;
    left: 280px;
}
div#Bangor {
    top: 185px;
    left: 57px;
}
div#Johannesburg {
    top: 192px;
    right: 312px;
}
div#Noida {
    top: 78px;
    left: 98px;
}
div#Pondicherry {
    top: 185px;
    left: 98px;
}
div#Tokyo {
    top: 40px;
    right: 196px;
}
div#Macao {
    top: 85px;
    right: 323px;
}
div#Wales {
    top: 188px;
    right: 190px;
}
div#South {
    top: 225px;
    left: 213px;
}
div#Victoria {
    top: 240px;
    left: 299px;
}
div#Pondicherryy {
    top: 270px;
    right: 265px;
}
div#Lima {
    top: 80px;
    right: 245px;
}
div#Lima::before {
    margin: unset;
    top: 100px;
    left: -37px;
    transform: rotate(90deg);
}
/*#nav-europe .location_name {*/
/*    height: 730px;*/
/*    overflow-y: scroll;*/
/*    position: relative;*/
/*}*/
#nav-europe .location_name {
    height: 730px;
    overflow-y: scroll;
    position: relative;
    direction: rtl;
    padding-left: 20px; 
}

#nav-europe .location_name > * {
    direction: ltr;
}

/*#nav-europe .location_name::before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 150px;*/
/*    position: absolute;*/
/*    bottom: -650px;*/
/*    left: 0;*/
/*    background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #F7F7F7 60.89%);*/
/*}*/
#nav-europe .location_name::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #FFFFFF;
	width:12px;
}
#nav-europe .location_name::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
#nav-europe .location_name::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #DBDBDB;
	width:8px;
}
.pins_btn button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
     opacity: 0; 
}
.pins_btn button.active {
	opacity: 1;
}
.pins_btn .colorado_pin {
    left: 340px;
    bottom: 275px;
}
.pins_btn .nevada_pin {
    bottom: 255px;
    left: 291px;
}
.pins_btn .new_jersey-pin {
    bottom: 274px;
    right: 341px;
}
.pins_btn .british_columbia-pin {
    top: 304px;
    left: 244px;
}
.pins_btn .new_brunswick_pin {
    right: 289px;
    bottom: 311px;
}
.pins_btn .puerto_rico-pin {
    bottom: 137px;
    right: 296px;
}
.pins_btn .mexico_pin {
    bottom: 146px;
    left: 378px;
}
.pins_btn .buenos_aires_pin {
    bottom: 203px;
    left: 409px;
}
#nav-south_am .pins_btn img {
    width: 59px;
}
.pins_btn .são_paulo_pin {
    bottom: 222px;
    right: 390px;
}
button.Lima-pin {
    top: 170px;
    left: 259px;
}
.pins_btn .Johannesburg_pin {
    bottom: 59px;
    right: 33px;
    left: 0;
}
.pins_btn .Johannesburg_pin img {
    width: 52px;
}
.pins_btn .Noida_pin {
    bottom: 154px;
    left: 237px;
}
.pins_btn  .Pondicherry_pin {
    bottom: 96px;
    left: 237px;
}
.pins_btn .Tokyo_pin {
    top: 308px;
    right: 329px;
}
.pins_btn .Macao_pin {
    bottom: 144px;
    left: 330px;
    display: inline-block;
    width: 20%;
}
.pins_btn .Wales_pin {
    bottom: 219px;
    right: 316px;
}
div#nav-Australia .pins_btn button img {
    width: 45px;
}
.pins_btn .South_pin {
    bottom: 184px;
    left: 348px;
}
.pins_btn .Victoria_pin {
    bottom: 135px;
    right: -20px;
    left: 0px;
}
.pins_btn .Pondicherryy_pin {
    bottom: 135px;
    right: 393px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 424px;
}
#nav-europe .pins_btn img {
    width: 44px;
}
.pins_btn button.Vienna_pin {
    top: 488px;
    left: 441px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 493px;
}
.pins_btn .Bologna_pin {
    bottom: 127px;
    left: 375px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 416px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 389px;
}
.pins_btn .Geldermalsen_pin {
    top: 455px;
    left: 320px;
}
.pins_btn .Haarlem_pin {
    top: 453px;
    left: 297px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 484px;
}
.pins_btn .Espana_pin {
    bottom: 85px;
    left: 251px;
}
.pins_btn .Trisigma_pin{
    bottom: 88px;
    left: 274px;
}
.pins_btn .Ljubljana_pin {
    bottom: 167px;
    left: 416px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 192px;
}
.phone-input .iti--allow-dropdown {
    width: 100%;
}
.phone-input .iti--allow-dropdown input#phone {
    padding-left: 60px;
}
.phone-input .itiflag.itius {
    border-radius: 60%;
    height: 20px;
}
.phone-input .iti__selected-flag {
    background: transparent !important;
}
.eu-map {
    text-align: center;
}

.location_con-box h5 {
    margin-bottom: 0 !important;
}
.location_con-box p {
    margin: 0 0 16px;
}
.location_con-box h6 {
    text-transform: capitalize;
}
/* .north_america-map img {
    max-width: 967px;
    height: 703px;
} */
/*Responsive*/

@media only screen and (min-width: 2501px) and (max-width: 5000px) {
.north_america-map img {
    height: 100%;
}
 #nav-Australia .north_america-map img {
        height: 703px;
        max-width: 967px;
    }
section.Our_locations-sec.pt-5.pb-5 {
    max-width: 1920px !important;
    width: 100% !important;
    margin: 0 auto;
}
.map_images .NA_img {
    top: 151px;
    left: 220px;
}
.map_images .SA_img {
    bottom: 100px;
    left: 462px;
}
.map_images .AF_img {
    bottom: 208px;
    right: 768px;
}
.map_images .OC_img {
    bottom: 116px;
    right: 224px;
}
.map_images .AI_img {
    top: 171px;
    right: 220px;
}
.map_images .EU_img {
    top: 182px;
    left: 870px;
}
.pins_btn .new_jersey-pin {
    bottom: 274px;
    right: 350px;
}
div#new_jersey {
    top: 100px;
    right: 216px;
}
.pins_btn .new_brunswick_pin {
    right: 298px;
    bottom: 311px;
}
div#new_brunswick {
    top: 80px;
    right: 164px;
}
.pins_btn .puerto_rico-pin {
    bottom: 138px;
    right: 306px;
}
div#buenos_aires {
    top: 98px;
    right: 313px;
}
.pins_btn .são_paulo_pin {
    bottom: 222px;
    right: 398px;
}
div#são_paulo {
    top: 80px;
    right: 278px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 430px;
}
.pins_btn button.Vienna_pin {
    top: 488px;
    left: 447px;
}
div#Vienna {
    top: 245px;
    right: 281px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 499px;
}
div#Sofia {
    top: 325px;
    right: 230px;
}
.pins_btn .Bologna_pin {
    bottom: 127px;
    left: 380px;
}
div#Bologna {
    top: 325px;
    left: 244px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 421px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 396px;
}
div#Padova {
    top: 305px;
    left: 260px;
}
.pins_btn .Geldermalsen_pin {
    top: 455px;
    left: 325px;
}
div#Geldermalsen {
    top: 230px;
    left: 187px;
}
.pins_btn .Haarlem_pin {
    top: 453px;
    left: 302px;
}
div#Haarlem {
    top: 210px;
    left: 167px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 490px;
}
div#Kraków {
    top: 220px;
    right: 239px;
}
.pins_btn .Espana_pin {
    bottom: 85px;
    left: 256px;
}
div#Espana {
    top: 340px;
    left: 122px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 278px;
}
div#Trisigma {
    top: 385px;
    left: 143px;
}
.pins_btn .Ljubljana_pin {
    bottom: 167px;
    left: 421px;
}
div#Ljubljana {
    top: 290px;
    left: 287px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 196px;
}
div#Bangor {
    top: 185px;
    left: 61px;
}
.pins_btn .Johannesburg_pin {
    bottom: 59px;
    right: 37px;
    left: 0;
}
div#Johannesburg {
    top: 192px;
    right: 318px;
}
.pins_btn .Tokyo_pin {
    top: 308px;
    right: 340px;
}
div#Tokyo {
    top: 40px;
    right: 205px;
}
div#Macao {
    top: 85px;
    right: 329px;
}
.pins_btn .Wales_pin {
    bottom: 219px;
    right: 325px;
}
div#Wales {
    top: 188px;
    right: 196px;
}
.pins_btn .Victoria_pin {
    bottom: 135px;
    right: -14px;
    left: 0px;
}
div#Gorizia {
    top: 340px;
    left: 286px;
}
}
@media only screen and (max-width: 2500px) and (min-width: 1921px){
.north_america-map img {
    max-width: 869px;
    height: 678px;
}
div#nav-south_am .north_america-map img {
    max-width: 628px;
    height: 632px;
}
	div#nav-Africa .north_america-map img{
    max-width: 636px;
    height: 578px;
}
#nav-Asia .north_america-map img {
    max-width: 776px;
    height: 563px;
}
#nav-Australia .north_america-map img {
    max-width: 967px;
    height: 703px;
}
section.Our_locations-sec.pt-5.pb-5 {
    max-width: 1920px;
    width: 100% !important;
    margin: 0 auto;
}
.map_images .NA_img {
    top: 150px;
    left: 220px;
}
.map_images .SA_img {
    bottom: 100px;
    left: 462px;
}
.map_images .AF_img {
    bottom: 208px;
    right: 770px;
}
.map_images .OC_img{
    bottom: 116px;
    right: 226px;
}
.map_images .AI_img {
    top: 171px;
    right: 219px;
}
.map_images .EU_img {
    top: 182px;
    left: 870px;
}
.pins_btn .new_jersey-pin {
    bottom: 274px;
    right: 350px;
}
.pins_btn .new_brunswick_pin {
    right: 298px;
    bottom: 311px;
}
div#new_brunswick {
    top: 80px;
    right: 165px;
}
.pins_btn .puerto_rico-pin {
    bottom: 138px;
    right: 306px;
}
div#new_jersey{
    top: 100px;
    right: 217px;
}
div#buenos_aires {
    top: 98px;
    right: 311px;
}
.pins_btn .são_paulo_pin {
    bottom: 222px;
    right: 397px;
}
div#são_paulo {
    top: 80px;
    right: 276px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 428px;
}
div#Graz {
    top: 288px;
    right: 300px;
}
.pins_btn button.Vienna_pin {
    top: 488px;
    left: 447px;
}
div#Vienna {
    top: 245px;
    right: 281px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 498px;
}
div#Sofia {
    top: 325px;
    right: 230px;
}
.pins_btn .Bologna_pin {
    bottom: 126px;
    left: 379px;
}
div#Bologna {
    top: 325px;
    left: 242px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 420px;
}
div#Gorizia {
    top: 334px;
    left: 285px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 393px;
}
div#Padova {
    top: 305px;
    left: 258px;
}
.pins_btn .Geldermalsen_pin {
    top: 455px;
    left: 324px;
}
div#Geldermalsen {
    top: 228px;
    left: 190px;
}
.pins_btn .Haarlem_pin {
    top: 453px;
    left: 301px;
}
div#Haarlem {
    top: 210px;
    left: 166px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 489px;
}
div#Kraków {
    top: 220px;
    right: 240px;
}
.pins_btn .Espana_pin {
    bottom: 85px;
    left: 256px;
}
div#Espana {
    top: 340px;
    left: 121px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 279px;
}
div#Trisigma {
    top: 385px;
    left: 144px;
}
.pins_btn .Ljubljana_pin {
    bottom: 167px;
    left: 420px;
}
div#Ljubljana {
    top: 288px;
    left: 286px;
}
.pins_btn .Johannesburg_pin {
    bottom: 59px;
    right: 37px;
    left: 0;
}
div#Johannesburg {
    top: 192px;
    right: 318px;
}
.location_con-box::before {
    content: '';
    background: #ffffff;
    width: 50px;
    height: 24px;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
    clip-path: polygon(100% 0, 0 0, 55% 100%);
}
.pins_btn .Tokyo_pin {
    top: 308px;
    right: 340px;
}
div#Tokyo {
    top: 40px;
    right: 205px;
}
div#Macao {
    top: 85px;
    right: 330px;
}
.pins_btn .Wales_pin {
    bottom: 219px;
    right: 324px;
}
div#Wales {
    top: 188px;
    right: 198px;
}
.pins_btn .Victoria_pin {
    bottom: 135px;
    right: -15px;
    left: 0px;
}
div#Victoria {
    top: 230px;
    left: 300px;
}
.pins_btn .Pondicherryy_pin {
    bottom: 135px;
    right: 399px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 197px;
}
div#Bangor {
    top: 185px;
    left: 62px;
}
.pins_btn .South_pin{
    bottom: 184px;
    left: 347px;
}
div#South {
    top: 225px;
    left: 213px;
}
}
@media only screen and (min-width: 1583px) and (max-width: 1919px){
section.Our_locations-sec {
    width: 1920px !important;
    margin: 0 auto !important;
    padding: 0 !important;
} 
div#Tokyo {
    top: 40px;
    right: 206px;
}
.pins_btn .Tokyo_pin {
    top: 308px;
    right: 340px;
}
.pins_btn .Wales_pin {
    bottom: 219px;
    right: 324px;
}
div#Wales {
    top: 188px;
    right: 196px;
}
.pins_btn .Victoria_pin {
    bottom: 135px;
    right: -15px;
    left: 0px;
}
div#Macao {
    top: 85px;
    right: 331px;
}
}
@media only screen and  (min-width: 1601px) and (max-width: 1919px ){
.pins_btn .Espana_pin {
bottom: 85px;
left: 256px;
}
}
@media only screen and (max-width: 1582px){
#nav-Australia .north_america-map img {
    height: 703px;
	max-width: 967px;
}
#nav-north_am .north_america-map img {
    max-width: 869px;
    height: 678px;
}
#nav-south_am .north_america-map img {
    max-width: 628px;
    height: 632px;
}
#nav-Africa .north_america-map img {
    max-width: 636px;
    height: 578px;
}
#nav-Asia .north_america-map img {
    max-width: 776px;
    height: 563px;
}
.map_images .NA_img {
    left: 52px;
}
.map_images .AF_img {
    right: 600px;
}
.map_images .SA_img {
    left: 294px;
}
.map_images .AI_img {
    right: 48px;
}
.map_images .EU_img {
    left: 701px;
}
.map_images .OC_img {
    right: 55px;
}
div#colorado {
    top: 122px;
    left: 200px;
}
div#nevada {
    top: 140px;
    left: 152px;
}
div#british_columbia {
    top: 58px;
}
div#puerto_rico {
    top: 240px;
}
div#new_jersey {
    right: 20px !important;
}
div#new_brunswick {
    top: 85px;
    right: -32px;
}
div#buenos_aires {
    top: 100px;
    right: 114px;
}
div#são_paulo {
    right: 80px;
    top: 80px;
}
.pins_btn .são_paulo_pin {
    right: 201px;
}
div#Lima {
    right: 55px;
}
.pins_btn .Johannesburg_pin {
    right: -156px;
}
div#Johannesburg {
    right: 124px;
}
div#Tokyo {
    right: 6px;
    top: 38px;
}
.pins_btn .Tokyo_pin {
    right: 142px;
}
div#Macao {
    right: 134px;
}
.pins_btn .Macao_pin {
    left: 349px;
}
div#Wales {
    right: 0px;
}
.pins_btn .Wales_pin {
    right: 127px;
}
.pins_btn .Victoria_pin {
    right: -211px;
}
div#Pondicherryy {
    right: 75px;
}
.pins_btn .Pondicherryy_pin {
    right: 202px;
    bottom: 136px;
}
div#nav-Australia .pins_btn .Pondicherryy_pin button img {
    width: 44px;
}   
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 329px;
}
div#Graz {
    top: 288px;
    right: 202px;
}
div#Vienna {
    top: 245px;
    right: 184px;
}
div#Sofia {
    right: 132px;
    top: 325px;
}
.pins_btn .Sofia_pin{
    bottom: 122px;
    left: 398px;
}
.pins_btn .Bologna_pin {
    bottom: 126px;
    left: 280px;
}
div#Kraków {
    top: 220px;
    right: 141px;
}
.pins_btn button.Vienna_pin {
    top: 488px;
    left: 346px;
}
div#Bologna {
    top: 325px;
    left: 143px;
}
div#Gorizia {
    top: 340px;
    left: 187px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 321px;
}
div#Padova {
    top: 305px;
    left: 158px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 294px;
}
div#Geldermalsen {
    top: 230px;
    left: 90px;
}
.pins_btn .Geldermalsen_pin {
    top: 455px;
    left: 225px;
}
.pins_btn .Haarlem_pin {
    top: 453px;
    left: 202px;
}
div#Haarlem {
    top: 210px;
    left: 70px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 389px;
}
div#Espana {
    top: 340px;
    left: 20px;
}
.pins_btn .Espana_pin {
    bottom: 84px;
    left: 156px;
}
div#Trisigma {
    top: 385px;
    left: 45px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 179px;
}
div#Ljubljana {
    top: 290px;
    left: 186px;
}
.pins_btn .Ljubljana_pin {
    bottom: 166px;
    left: 321px;
}
div#Bangor {
    top: 185px;
    left: -38px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 97px;
}
.pins_btn .new_jersey-pin {
    bottom: 273px;
    right: 154px;
}
.pins_btn .new_brunswick_pin {
    right: 101px;
    bottom: 311px;
}
.pins_btn .puerto_rico-pin {
    bottom: 137px;
    right: 109px;
}
.pins_btn .South_pin {
    bottom: 184px;
    left: 348px;
}
div#South {
    top: 225px;
    left: 214px;
}
div#Victoria {
    top: 240px;
    left: 300px;
}
}
@media only screen and (min-width: 1513px) and (max-width: 1600px){
section.Our_locations-sec {
    width: 1582px !important;
    margin: 0 auto !important;
    padding: 0 !important;
} 
}
@media only screen and (max-width: 1512px){
.map_images .NA_img {
    left: 16px;
}
.map_images .SA_img {
    left: 258px;
}
.map_images .AF_img {
    right: 566px;
}
.map_images .OC_img {
    right: 20px;
}
.map_images .AI_img {
    right: 14px;
}
.map_images .EU_img {
    left: 665px;
}
.pins_btn .colorado_pin {
    left: 340px;
    bottom: 409px;
}
.pins_btn .nevada_pin {
    bottom: 389px;
    left: 292px;
}
.pins_btn .new_jersey-pin {
    bottom: 408px;
    right: 113px;
}
div#new_jersey {
    right: -20px !important;
}
div#new_brunswick {
    top: 85px;
    right: -74px;
}
.pins_btn .new_brunswick_pin {
    right: 60px;
    bottom: 445px;
}
.pins_btn .puerto_rico-pin {
    bottom: 272px;
    right: 68px;
}
.pins_btn .mexico_pin {
    bottom: 282px;
    left: 378px;
}
div#mexico {
    top: 195px;
    left: 238px;
}
div#buenos_aires {
    top: 100px;
    right: 73px;
}
.pins_btn .são_paulo_pin {
    right: 161px;
}
div#são_paulo {
    right: 38px;
    top: 80px;
}
div#Lima{
    right: 17px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 310px;
}
div#Graz {
    top: 288px;
    right: 180px;
}
.pins_btn button.Vienna_pin {
    top: 488px;
    left: 327px;
}
div#Vienna {
    top: 245px;
    right: 163px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 379px;
}
div#Sofia {
    right: 111px;
}
.pins_btn .Bologna_pin {
    bottom: 126px;
    left: 261px;
}
div#Bologna {
    top: 325px;
    left: 125px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 302px;
}
div#Gorizia {
    top: 338px;
    left: 167px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 275px;
}
div#Padova {
    top: 305px;
    left: 138px;
}
.pins_btn .Geldermalsen_pin {
    top: 455px;
    left: 206px;
}
div#Geldermalsen {
    top: 235px;
    left: 71px;
}
.pins_btn .Haarlem_pin {
    top: 453px;
    left: 183px;
}
div#Haarlem {
    top: 210px;
    left: 50px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 370px;
}
div#Kraków {
    top: 220px;
    right: 120px;
}
.pins_btn .Espana_pin {
    bottom: 84px;
    left: 137px;
}
div#Espana {
    top: 340px;
    left: 0;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 160px;
}
div#Trisigma {
    top: 385px;
    left: 25px;
}
.pins_btn .Ljubljana_pin {
    bottom: 166px;
    left: 302px;
}
div#Ljubljana {
    top: 290px;
    left: 165px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 78px;
}
div#Bangor {
    top: 185px;
    left: -58px;
}
.pins_btn .Johannesburg_pin {
    right: -196px;
}
div#Johannesburg {
    right: 82px;
}
.pins_btn .Noida_pin {
    bottom: 177px;
    left: 237px;
}
.pins_btn .Pondicherry_pin {
    bottom: 120px;
    left: 236px;
}
.pins_btn .Tokyo_pin {
    right: 102px;
}
div#Tokyo {
    right: -34px;
}
.pins_btn .Macao_pin {
    left: 352px;
    bottom: 169px;
}
div#Macao {
    right: 95px;
}
.pins_btn .Wales_pin {
    right: 85px;
}
div#Wales {
    right: -42px;
}
.pins_btn .Victoria_pin {
    right: -251px;
}
.pins_btn .Pondicherryy_pin {
    right: 0;
}
div#Pondicherryy {
    right: 35px;
}
}
@media only screen and (max-width: 1500px){
section.Our_locations-sec {
    width: 1512px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
}
@media only screen and (min-width: 1451px) and (max-width: 1460px){
section.Our_locations-sec {
    width: 1512px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.location_tabs nav .nav-tabs button{
    margin-right: 40px;
}
}
@media only screen and (min-width: 1441px) and (max-width: 1450px){
    section.Our_locations-sec {
    width: 1512px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.location_tabs nav .nav-tabs button{
    margin-right: 40px;
}
}
@media only screen and (max-width: 1440px){
    section.Our_locations-sec {
        width: 1440px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
.NA_img img, .SA_img img, .AF_img img, .AI_img img, .EU_img img, .OC_img img {
    width: 98% !important;
}
#nav-europe .eu-map img {
    max-width: 626px;
}
#nav-Australia .north_america-map img {
    max-width: 967px;
}
	.map_images .NA_img {
		left: -2px;
		top: 149px;
	}
    .map_images .SA_img {
        left: 232px;
    }
    .map_images .AF_img {
        right: 527px;
        bottom: 205px;
    }
    .map_images .OC_img {
        right: -2px;
    }
    .map_images .AI_img {
        right: -16px;
        top: 168px;
    }
    .map_images .EU_img {
        left: 631px;
        top: 181px;
    }
.pins_btn .colorado_pin {
    left: 340px;
    bottom: 409;
}
.pins_btn .nevada_pin {
    bottom: 388x;
    left: 292px;
}
div#new_jersey {
    right: -63px !important;
}
    .pins_btn .new_jersey-pin {
        bottom: 408px;
        right: 71px;
    }
.pins_btn .british_columbia-pin {
    top: 305px;
    left: 244px;
}
div#new_brunswick {
    top: 85px;
    right: -115px;
}
.pins_btn .new_brunswick_pin {
    right: 18px;
    bottom: 445px;
}
.pins_btn .puerto_rico-pin {
    bottom: 272px;
    right: 26px;
}
.pins_btn .mexico_pin {
    bottom: 281x;
    left: 378px;
}
div#buenos_aires {
    top: 100px;
    right: 31px;
}
.pins_btn .são_paulo_pin {
    right: 120px;
}
div#são_paulo {
    right: -2px;
    top: 80px;
}
div#Lima {
    right: -25px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 303px;
}
div#Graz {
    top: 288px;
    right: 146px;
}
.pins_btn button.Vienna_pin {
    top: 488px;
    left: 320px;
}
div#Vienna {
    top: 245px;
    right: 128px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 372px;
}
div#Sofia {
    right: 77px;
}
.pins_btn .Bologna_pin {
    bottom: 126px;
    left: 254px;
}
div#Bologna {
    top: 325px;
    left: 117px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 295px;
}
div#Gorizia {
    top: 340px;
    left: 160px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 268px;
}
div#Padova {
    top: 305px;
    left: 132px;
}
.pins_btn .Geldermalsen_pin {
    top: 455px;
    left: 199px;
}
div#Geldermalsen {
    top: 234px;
    left: 65px;
}
.pins_btn .Haarlem_pin {
    top: 453px;
    left: 176px;
}
div#Haarlem{
    top: 210px;
    left: 40px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 363px;
}
div#Kraków {
    top: 220px;
    right: 85px;
}
.pins_btn .Espana_pin {
    bottom: 84px;
    left: 130px;
}
div#Espana {
    top: 340px;
    left: -6px;
}
div#Trisigma {
    top: 385px;
    left: 18px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 153px;
}
.pins_btn .Ljubljana_pin {
    bottom: 166px;
    left: 295px;
}
div#Ljubljana {
    top: 290px;
    left: 159px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 71px;
}
div#Bangor {
    top: 185px;
    left: -64px;
}
.pins_btn .Johannesburg_pin {
    right: -236px;
}
div#Johannesburg {
    right: 40px;
}
.pins_btn .Noida_pin {
    bottom: 177px;
    left: 237px;
}
.pins_btn .Pondicherry_pin {
    bottom: 120px;
    left: 237px;
}
.pins_btn .Tokyo_pin {
    right: 59px;
}
div#Tokyo {
    right: -75px;
}
.pins_btn .Macao_pin {
    left: 357px;
    bottom: 170px;
}
div#Macao {
    right: 52px;
}
.pins_btn .Wales_pin {
    right: 44px;
}
div#Wales {
    right: -81px;
}
.pins_btn .Victoria_pin {
    right: -294px;
}
.pins_btn .Pondicherryy_pin {
    right: 120px;
}
div#Pondicherryy {
    right: -8px;
}
.location_con-box::before{
    bottom: -22px;
}
}
@media only screen and (min-width: 1431px) and (max-width: 1439px){
section.Our_locations-sec {
    width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.location_tabs nav .nav-tabs button{
    margin-right: 40px;
}
}
@media only screen and (min-width: 1421px) and (max-width: 1430px){
section.Our_locations-sec {
    width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.location_tabs nav .nav-tabs button{
    margin-right: 40px;
}
}
@media only screen and (min-width: 1411px) and (max-width: 1420px){
section.Our_locations-sec {
    width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.location_tabs nav .nav-tabs button{
    margin-right: 40px;
}
}
@media only screen and (min-width: 1401px) and (max-width: 1410px){
section.Our_locations-sec {
    width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.location_tabs nav .nav-tabs button{
    margin-right: 40px;
}
}
@media only screen and (min-width: 1367px) and (max-width: 1400px) {
section.Our_locations-sec {
    width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.location_tabs nav .nav-tabs button{
    margin-right: 40px;
}
}

@media only screen and (max-width: 1366px){
.location_tabs {
  width: 1366px;
}
.map_images .NA_img {
    left: -2px;
    top: 149px;
}
.NA_img img,
.SA_img img,
.AF_img img,
.AI_img img,
.EU_img img,
.OC_img img{
    width: 93% !important;
}
.Main_map img{
    width: 100%;
}
.map_images .SA_img {
    left: 222px;
}
.map_images .AF_img {
    right: 482px;
    bottom: 198px;
}
.map_images .OC_img {
    right: -18px;
}
.map_images .AI_img {
    right: -50px;
    top: 167px;
}
.map_images .EU_img {
    left: 599px;
    top: 179px;
}
.location_btn button{
    width: 180px;
    font-size: 18px;
}
div#new_jersey {
    right: 68px !important;
}
div#new_brunswick {
    right: 17px;
}
.pins_btn .colorado_pin {
    bottom: 286px;
}
.pins_btn .nevada_pin {
    bottom: 265px;
}
.pins_btn .new_jersey-pin {
    bottom: 284px;
    right: 202px;
}
.pins_btn .new_brunswick_pin {
    right: 150px;
    bottom: 321px;
}
.pins_btn .puerto_rico-pin {
    bottom: 148px;
    right: 158px;
}
.pins_btn .mexico_pin {
    bottom: 158px;
    left: 378px;
}
.locations_box-main {
    padding: 0 50px;
}
div#puerto_rico {
    top: 239px;
}
div#buenos_aires {
    right: 164px;
}
div#são_paulo {
    right: 130px;
}
.pins_btn .são_paulo_pin {
    right: 250px;
}
div#Lima {
    right: 105px;
}
.pins_btn .Johannesburg_pin {
    right: -108px;
}
div#Johannesburg {
    right: 172px;
}
div#Tokyo {
    top: 40px;
    right: 58px;
}
.pins_btn .Tokyo_pin {
    right: 192px;
}
div#Macao {
    right: 182px;
}
.pins_btn .Macao_pin {
    left: 344px;
    bottom: 147px;
}
#nav-Australia .location_btn button {
    width: 50%;
}
div#Wales {
    right: 47px;
}
.pins_btn .Wales_pin {
    right: 175px;
}
.pins_btn .Victoria_pin {
    right: -163px;
}
div#Pondicherryy {
    right: 125px;
}
.pins_btn .Pondicherryy_pin {
    right: 251px;
}
#nav-europe .location_btn button {
    font-size: 15px;
}
div#Graz {
    right: 201px;
}
div#Vienna {
    right: 260px;
}
div#Sofia {
    right: 208px;
}
div#Kraków {
    right: 166px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 414px;
}
div#Graz {
    right: 226px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 354px;
}
div#Vienna {
    right: 208px;
}
.pins_btn button.Vienna_pin {
    top: 488px;
    left: 371px;
}
div#Sofia {
    right: 156px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 423px;
}
div#Bologna {
    top: 325px;
    left: 169px;
}
.pins_btn .Bologna_pin {
    bottom: 126px;
    left: 305px;
}
div#Gorizia {
    top: 340px;
    left: 213px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 346px;
}
div#Padova {
    top: 305px;
    left: 185px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 319px;
}
div#Geldermalsen {
    top: 230px;
    left: 114px;
}
.pins_btn .Geldermalsen_pin {
    top: 455px;
    left: 250px;
}
div#Haarlem {
    top: 210px;
    left: 90px;
}
.pins_btn .Haarlem_pin {
    top: 453px;
    left: 227px;
}
div#Espana {
    top: 370px;
    left: 46px;
}
.pins_btn .Espana_pin {
    bottom: 84px;
    left: 182px;
}
div#Trisigma {
    top: 385px;
    left: 70px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 204px;
}
div#Ljubljana {
    top: 290px;
    left: 212px;
}
.pins_btn .Ljubljana_pin {
    bottom: 166px;
    left: 346px;
}
div#Bangor {
    top: 185px;
    left: -11px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 122px;
}
.main_head {
    padding-bottom: 50px;
}
#Bangor .location_con-box::before{
    right: 13px;
}
.form_sec .container-fluid {
    padding-right: 50px !important;
    padding-left: 50px !important;
}
.pins_btn .Noida_pin {
    bottom: 154px;
    left: 237px;
}
.pins_btn .Pondicherry_pin {
    bottom: 98px;
    left: 238px;
}
div#Victoria {
    top: 245px;
    left: 301px;
}
}
@media only screen and (max-width: 1280px){
#nav-north_am .north_america-map img {
    height: 100%;
}
.pins_btn .colorado_pin {
	bottom: 247px;
	left: 284px;
}
    div#colorado {
        top: 52px;
        left: 143px;
    }
    .pins_btn .nevada_pin {
        left: 244px;
        bottom: 230px;
    }
    div#nevada {
        top: 68px;
        left: 102px;
    }
    .pins_btn .new_jersey-pin {
        bottom: 246px;
        right: 287px;
    }
    div#new_jersey {
        right: 154px !important;
        top: 30px;
    }
    .pins_btn .british_columbia-pin {
        top: 254px;
        left: 205px;
    }
    div#british_columbia {
        top: -2px;
        left: 63px;
    }
    .pins_btn .new_brunswick_pin {
        right: 243px;
        bottom: 276px;
    }
    div#new_brunswick {
        top: 20px;
        right: 110px !important;
    }
    .pins_btn .puerto_rico-pin {
        bottom: 130px;
        right: 250px;
    }
    div#puerto_rico {
        top: 141px;
        left: 328px !important;
    }
    .pins_btn .mexico_pin {
        bottom: 139px;
        left: 315px;
    }
    div#mexico {
        top: 110px;
        left: 174px;
    }
.NA_img img, .SA_img img, .AF_img img, .AI_img img, .EU_img img, .OC_img img {
    width: 92% !important;
}
    .map_images .NA_img {
        left: 2px;
        top: 149px;
    }
.map_images .SA_img {
    left: 225px;
}
.map_images .AF_img {
	right: 480px;
    bottom: 199px;
}
.map_images .OC_img {
        right: -20px;
        bottom: 114px;
}
.map_images .AI_img {
        right: -54px;
        top: 168px;
}
.map_images .EU_img {
        left: 600px;
        top: 177px;
}
.location_tabs nav .nav-tabs button{
    margin-right: 60px !important;
    font-size: 20px;
}
.location_btn h4 {
    font-size: 18px;
}
.locations_box-main h3 {
    font-size: 38px;
}
.location_btn {
    margin-bottom: 20px;
}
.location_btn button {
    width: 180px;
    font-size: 16px;
}
.north_america-map img {
    width: 100%;
}
.pins_btn img {
    width: 33px;
}
.location_con-box::before{
    bottom: -23px;
}
    div#buenos_aires {
        right: 164px;
        top: 90px;
    }
    .pins_btn .buenos_aires_pin {
        bottom: 203px;
        left: 409px;
    }
    div#são_paulo {
        right: 127px;
        top: 72px;
    }
    .pins_btn .são_paulo_pin {
        bottom: 222px;
        right: 249px !important;
    }
    button.Lima-pin {
        top: 170px;
        left: 260px;
    }
div#Lima {
        right: 90px;
        top: 75px;
    }
.pins_btn .Johannesburg_pin {
        bottom: 59px;
        right: -111px;
    }
div#Johannesburg {
        top: 192px;
        right: 172px;
    }
#nav-Asia .north_america-map img {
    height: 100%;
}
    div#Noida {
        top: 46px;
        left: 85px;
    }
    .pins_btn .Noida_pin {
        bottom: 143px;
        left: 224px;
    }
    div#Pondicherry {
        top: 148px;
        left: 83px;
    }
    .pins_btn .Pondicherry_pin {
        bottom: 91px;
        left: 224px;
    }
div#nav-Australia .pins_btn .Pondicherryy_pin img {
    width: 32px !important;
}
    div#Tokyo {
        top: 10px;
        right: 89px;
    }
    .pins_btn .Tokyo_pin {
        top: 290px;
        right: 224px;
    }
    div#Macao {
        top: 55px;
        right: 209px;
    }
    .pins_btn .Macao_pin {
        bottom: 136px;
        left: 319px;
    }
    div#Wales {
        right: 180px;
        top: 76px;
    }
div#nav-Australia .pins_btn button img {
    width: 38px;
}
    .pins_btn .Wales_pin {
        right: 312px;
        bottom: 161px;
    }
    div#South {
        top: 95px;
        left: 125px;
    }
.pins_btn .South_pin {
        bottom: 135px;
        left: 263px;
    }
    div#Victoria {
        top: 110px;
        left: 190px;
    }
.pins_btn .Victoria_pin {
    right: 58px;
    bottom: 100px;
}
    div#Graz {
        right: 226px;
    }
    .pins_btn .Graz_pin {
        bottom: 187px;
        left: 354px;
    }
    div#Vienna {
        right: 208px;
    }
    .pins_btn button.Vienna_pin {
        top: 488px;
        left: 372px;
    }
    div#Sofia {
        right: 157px;
    }
    .pins_btn .Sofia_pin {
        bottom: 122px;
        left: 423px;
    }
    div#Bologna {
        top: 325px;
        left: 169px;
    }
    .pins_btn .Bologna_pin {
        bottom: 126px;
        left: 305px;
    }
    div#Gorizia {
        top: 340px;
        left: 212px;
    }
    .pins_btn .Gorizia_pin {
        bottom: 143px;
        left: 346px;
    }
    div#Padova {
        top: 305px;
        left: 185px;
    }
    .pins_btn .Padova_pin {
        bottom: 143px;
        left: 320px;
    }
    div#Geldermalsen {
        top: 230px;
        left: 116px;
    }
.pins_btn .Geldermalsen_pin {
        top: 455px;
        left: 250px;
    }
    div#Haarlem {
        top: 210px;
        left: 92px;
    }
    .pins_btn .Haarlem_pin {
        top: 453px;
        left: 227px;
    }
    div#Kraków {
        right: 165px;
    }
    .pins_btn .Kraków_pin {
        top: 468px;
        left: 414px;
    }
    div#Espana {
        top: 350px;
        left: 47px;
    }
    .pins_btn .Espana_pin {
        bottom: 84px;
        left: 181px;
    }
div#Trisigma {
    top: 385px;
    left: 44px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 179px;
}
    div#Ljubljana {
        top: 290px;
        left: 212px;
    }
    .pins_btn .Ljubljana_pin {
        bottom: 166px;
        left: 346px;
    }
    div#Bangor {
        top: 192px;
        left: -12px;
    }
    .pins_btn .Bangor_pin {
        bottom: 262px;
        left: 122px;
    }
#Bangor .location_con-box{
    padding: 16px;
    width: 299px;
}
#Bangor .location_con-box::before{
    right:45px;
}
.main_head h2 {
    font-size: 50px;
}
	#nav-Australia .north_america-map img{
		height: 100%;
	}
}
@media only screen and (max-width: 1200px){
	.location_tabs {
		width: 1200px;
	}
.NA_img img, .SA_img img, .AF_img img, .AI_img img, .EU_img img, .OC_img img{
    width: 81% !important;
}
.map_images .NA_img {
    left: 0px;
    top: 150px;
}
.map_images .SA_img {
    left: 196px;
}
.map_images .AF_img {
    right: 380px;
    bottom: 187px;
}
.map_images .OC_img {
    right: -57px;
}
.map_images .AI_img {
    right: -132px;
}
.map_images .EU_img {
    left: 527px;
}
.location_tabs nav .nav-tabs button:last-child{
    margin-right: 0 !important;
}
.location_con-box h6 {
    font-size: 16px;
}
p.grey_para {
    font-size: 14px;
}
.address_box a {
    font-size: 14px;
}
div#colorado {
    top: 20px;
    left: 106px;
}
.pins_btn .colorado_pin {
    bottom: 288px;
    left: 247px;
}
div#nevada {
    top: 40px;
    left: 70px;
}
.pins_btn .nevada_pin {
    left: 211px;
    bottom: 273px;
}
div#new_jersey {
    right: 114px !important;
    top: 5px;
}
.pins_btn .new_jersey-pin {
    bottom: 287px;
    right: 248px;
}
div#british_columbia {
    top: -25px;
    left: 36px;
}
.pins_btn .british_columbia-pin {
    top: 218px;
    left: 176px;
}
div#new_brunswick {
    top: -2px;
    right: 76px !important;
}
.pins_btn .new_brunswick_pin {
    right: 210px;
    bottom: 314px;
}
div#puerto_rico {
    left: 266px !important;
}
.pins_btn .puerto_rico-pin {
    bottom: 189px;
    right: 215px;
}
div#mexico {
    top: 70px;
    left: 133px;
}
.pins_btn .mexico_pin {
    bottom: 195px;
    left: 274px;
}
div#buenos_aires {
    right: 65px;
    top: 110px;
}
.pins_btn .buenos_aires_pin {
    bottom: 204px;
    left: 411px;
}
div#são_paulo {
    right: 29px;
    top: 95px;
}
.pins_btn .são_paulo_pin {
    bottom: 222px;
    right: 150px !important;
}
div#Lima {
    right: 0px;
    top: 82px;
}
button.Lima-pin {
    top: 171px;
    left: 261px;
}
div#Johannesburg {
    right: 80px;
    top: 195px;
}
.pins_btn .Johannesburg_pin {
    right: -197px;
    bottom: 57px;
}
div#Noida {
    top: 18px;
    left: 53px;
}
.pins_btn .Noida_pin {
    bottom: 123px;
    left: 193px;
}
div#Pondicherry {
    top: 105px;
    left: 53px;
}
.pins_btn .Pondicherryy_pin {
    right: 323px;
    bottom: 87px;
}
.pins_btn .Pondicherry_pin {
    bottom: 77px;
    left: 194px;
}
div#nav-Australia .pins_btn .Pondicherryy_pin img {
    width: 31px !important;
}
div#Tokyo {
    top: -10px;
    right: 58px;
}
.pins_btn .Tokyo_pin {
    top: 248px;
    right: 193px;
}
div#Macao {
    top: 40px;
    right: 163px;
}
.pins_btn .Macao_pin {
    bottom: 117px;
    left: 277px;
}
div#Wales {
    right: 140px;
    top: 46px;
}
.pins_btn .Wales_pin {
    right: 273px;
    bottom: 137px;
}
div#South {
    top: 68px;
    left: 87px;
}
.pins_btn .South_pin {
    bottom: 115px;
    left: 225px;
}
div#Victoria {
    top: 70px;
    left: 143px;
}
.pins_btn .Victoria_pin {
    right: 54px;
    bottom: 81px;
}
div#Pondicherryy {
    right: 187px;
    top: 98px;
}

div#Graz {
    right: 178px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 306px;
}
div#Vienna {
    right: 160px;
    top: 250px;
}
.pins_btn button.Vienna_pin {
    top: 488px;
    left: 323px;
}
div#Sofia{
    right: 108px;
    top: 335px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 375px;
}
div#Bologna {
    top: 330px;
    left: 119px;
}
.pins_btn .Bologna_pin {
    bottom: 126px;
    left: 257px;
}
div#Gorizia {
    top: 340px;
    left: 164px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 298px;
}
div#Padova {
    top: 335px;
    left: 136px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 271px;
}
div#Geldermalsen {
    top: 240px;
    left: 68px;
}
.pins_btn .Geldermalsen_pin {
    top: 455px;
    left: 202px;
}
div#Haarlem {
    top: 215px;
    left: 44px;
}
.pins_btn .Haarlem_pin {
    top: 453px;
    left: 179px;
}
div#Kraków {
    right: 118px;
    top: 230px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 366px;
}
div#Espana {
    top: 380px;
    left: -2px;
}
.pins_btn .Espana_pin {
    bottom: 85px;
    left: 133px;
}
div#Trisigma {
    top: 390px;
    left: 22px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 156px;
}
div#Ljubljana {
    top: 292px;
    left: 160px;
}
.pins_btn .Ljubljana_pin {
    bottom: 166px;
    left: 298px;
}
div#Bangor {
    top: 195px;
    left: -60px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 74px;
}
.main_head h2 {
    font-size: 50px;
}
.form-group input {
    font-size: 14px;
}
.form-group select {
    font-size: 14px;
}
.form-group label {
    font-size: 15px;
}
}
@media only screen and (max-width: 1080px){
section.Our_locations-sec {
    width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
    .location_tabs nav .nav-tabs button {
        margin-right: 40px !important;
        font-size: 14px;
    }
#page .Our_locations-sec .location_tabs .locations_box-main h5 {
    margin-bottom: 0 !important;
}
#nav-south_am .north_america-map img {
        max-width: 528px;
        height: 582px;
    }
    button.Lima-pin {
        top: 151px;
        left: 216px;
    }
    div#Lima {
        right: 60px;
        top: 62px;
    }
    div#são_paulo {
        right: 105px;
        top: 55px;
    }
    .pins_btn .são_paulo_pin {
        bottom: 200px;
        right: 227px !important;
    }
    div#buenos_aires {
        right: 135px;
        top: 80px;
    }
    .pins_btn .buenos_aires_pin {
        bottom: 184px;
        left: 341px;
    }
    .map_images .NA_img {
        left: 0px;
        top: 139px;
    }
    .map_images .EU_img {
        left: 526px;
        top: 164px;
    }
    .map_images .AI_img {
        right: -131px;
        top: 155px;
    }
.location_tabs nav .nav-tabs {
    width: 1024px;
}
}
@media only screen and (min-width:1025px) and  (max-width:1079px) {
.Main_map img {
    width: 85%;
}
.map_images .NA_img {
    left: 88px;
    top: 149px;
}
.NA_img img {
    width: 68% !important;
}
.map_images .EU_img {
    left: 530px;
    top: 170px;
}
.map_images .EU_img img {
    width: 67% !important;
}
.SA_img img {
    width: 68% !important;
}
.map_images .SA_img {
    left: 253px;
}
.OC_img img {
    width: 66% !important;
}
.map_images .OC_img {
    right: -13px;
}
.AF_img img {
    width: 68% !important;
}
.map_images .AF_img {
    right: 350px;
    bottom: 170px;
}
.AI_img img {
    width: 67.6% !important;
}
}

@media only screen and (max-width: 1024px){
    #nav-south_am .north_america-map img {
        max-width: 628px;
        height: 632px;
    }
    .location_tabs {
        width: 1024px;
    }
#page .Our_locations-sec .location_tabs .locations_box-main h5 {
    margin-bottom: 0 !important;
}
.location_tabs nav .nav-tabs button {
    margin-right: 45px !important;
    font-size: 18px;
}
.NA_img img, .SA_img img, .AF_img img, .AI_img img, .EU_img img, .OC_img img{
    width: 69% !important;
}
.map_images .SA_img {
    left: 168px;
    bottom: 100px;
}
.map_images .NA_img {
    left: 1px;
    top: 145px;
}
.map_images .AF_img {
    right: 275px;
    bottom: 174px;
}
.map_images .OC_img {
    right: -95px;
    bottom: 111px;
}
.map_images .AI_img {
    right: -212px;
    top: 159px;
}
.map_images .EU_img {
    left: 450px;
    top: 167px;
}
.locations_box-main .col-lg-5,
.locations_box-main .col-lg-7{
    width: 100%;
}
.locations_box-main .row {
    flex-direction: column;
}
.north_america-map {
    margin-top: 100px;
    text-align: center;
}
.north_america-map img{
    width: auto;
}
.pins_btn img {
    width: 35px;
}
.pins_btn .colorado_pin {
    bottom: 274px;
    left: 367px;
}
div#colorado {
    top: 230px;
    left: 228px;
}
.pins_btn .nevada_pin {
    left: 319px;
    bottom: 253px;
}
div#nevada {
    top: 250px;
    left: 180px;
}
.pins_btn .new_jersey-pin {
    bottom: 272px;
    right: 370px;
}
div#new_jersey {
    right: 237px !important;
    top: 210px;
}
.pins_btn .british_columbia-pin {
    top: 405px;
    left: 271px;
}
div#british_columbia {
    top: 165px;
    left: 132px;
}
.pins_btn .new_brunswick_pin {
    right: 317px;
    bottom: 310px;
}
div#new_brunswick {
    top: 195px;
    right: 185px !important;
}
.pins_btn .puerto_rico-pin {
    bottom: 136px;
    right: 325px;
}
div#puerto_rico {
    left: 447px !important;
    top: 361px;
}
.pins_btn .mexico_pin {
    bottom: 146px;
    left: 405px;
}
div#mexico {
    top: 310px;
    left: 265px;
}
.pins_btn .buenos_aires_pin {
    bottom: 204px;
    left: 556px;
}
div#buenos_aires {
    right: 211px;
    top: 202px;
}
.pins_btn .são_paulo_pin {
    bottom: 222px;
    right: 298px !important;
}
div#são_paulo {
    right: 177px;
    top: 188px;
}
button.Lima-pin {
    top: 270px;
    left: 406px;
}
div#Lima {
    right: 155px;
    top: 182px;
}
div#Johannesburg {
    right: 223px;
    top: 300px;
}
.pins_btn .Noida_pin {
    bottom: 154px;
    left: 313px;
}
div#Noida {
    top: 188px;
    left: 173px;
}
.pins_btn .Pondicherryy_pin {
    right: 449px;
    bottom: 136px;
}
div#nav-Australia .pins_btn .Pondicherryy_pin img {
    width: 42px !important;
}
div#Pondicherry {
    top: 295px;
    left: 172px;
}
.pins_btn .Pondicherry_pin {
    bottom: 96px;
    left: 311px;
}
div#Pondicherryy {
    right: 318px;
    top: 378px;
}
.pins_btn .Tokyo_pin {
    top: 411px;
    right: 314px;
}
div#Tokyo {
    top: 152px;
    right: 180px;
}
.pins_btn .Macao_pin {
    bottom: 147px;
    left: 397px;
}
div#Macao {
    top: 215px;
    right: 305px;
}
#nav-Australia .location_btn button {
    width: auto;
}
div#nav-Australia .pins_btn button img {
    width: 50px;
}
.pins_btn .Wales_pin {
    right: 371px;
    bottom: 215px;
}
div#Wales {
    right: 246px;
    top: 296px;
}
.pins_btn .South_pin {
    bottom: 181px;
    left: 343px;
}
div#South {
    top: 329px;
    left: 212px;
}
.pins_btn .Victoria_pin {
    right: 38px;
    bottom: 131px;
}
div#Victoria {
    top: 340px;
    left: 298px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 452px;
}
div#Graz {
    right: 322px;
    top: 292px;
}
.pins_btn button.Vienna_pin {
    top: 489px;
    left: 469px;
}
div#Vienna {
    right: 306px;
    top: 252px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 521px;
}
div#Sofia {
    right: 254px;
    top: 335px;
}
.pins_btn .Bologna_pin {
    bottom: 126px;
    left: 403px;
}
div#Bologna {
    top: 333px;
    left: 266px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 444px;
}
div#Gorizia {
    top: 340px;
    left: 308px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 417px;
}
div#Padova {
    top: 337px;
    left: 283px;
}
.pins_btn .Geldermalsen_pin {
    top: 456px;
    left: 348px;
}
div#Geldermalsen {
    top: 237px;
    left: 214px;
}
.pins_btn .Haarlem_pin {
    top: 454px;
    left: 325px;
}
div#Haarlem {
    top: 220px;
    left: 190px;
}
.pins_btn .Kraków_pin {
    top: 469px;
    left: 512px;
}
div#Kraków {
    right: 263px;
    top: 230px;
}
.pins_btn .Espana_pin {
    bottom: 84px;
    left: 279px;
}
div#Espana {
    top: 350px;
    left: 143px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 302px;
}
div#Trisigma {
    top: 390px;
    left: 167px;
}
.pins_btn .Ljubljana_pin {
    bottom: 166px;
    left: 444px;
}
div#Ljubljana {
    top: 294px;
    left: 306px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 220px;
}
div#Bangor {
    top: 195px;
    left: 86px;
}
.form_sec .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
}
@media only screen and (max-width:991px){
.map_images .SA_img {
    left: 162px;
}
.map_images .EU_img {
    left: 435px;
}
.map_images .AF_img {
    right: 255px;
    bottom: 172px;
}
.map_images .AI_img {
    right: -225px;
}
.NA_img img,
.SA_img img,
.AF_img img,
.AI_img img,
.EU_img img,
.OC_img img {
    width: 67% !important;
}
.map_images .OC_img{
    right: -102px;
}
.pins_btn .Wales_pin {
    right: 338px;
    bottom: 215px;
}
div#Wales {
    right: 211px;
    top: 296px;
}
.pins_btn .Victoria_pin {
    right: 0px;
    bottom: 131px;
}
.pins_btn .Noida_pin {
    bottom: 154px;
    left: 295px;
}
div#Noida {
    top: 188px;
    left: 156px;
}
.pins_btn .Pondicherry_pin {
    bottom: 96px;
    left: 296px;
}
div#Pondicherry {
    top: 295px;
    left: 157px;
}
}
@media only screen and (max-width: 880px){
    .location_tabs nav .nav-tabs button {
        margin-right: 35px !important;
        font-size: 14px;
    }
    #nav-south_am .north_america-map img {
        max-width: 528px;
        height: 582px;
    }
    section.Our_locations-sec {
        width: 880px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
	.NA_img img, .SA_img img, .AF_img img, .AI_img img, .EU_img img, .OC_img img {
		width: 59% !important;
	}
    .map_images .NA_img {
        left: 2px;
        top: 141px;
    }
    .map_images .SA_img {
        left: 146px;
    }
.map_images .AF_img {
        right: 330px;
        bottom: 164px;
    }
    .map_images .EU_img {
        left: 387px;
        top: 158px;
    }
    .map_images .AI_img {
        right: -135px;
        top: 152px;
    }
    .map_images .OC_img {
        right: 17px;
    }
    .location_tabs {
        width: 880px;
    }
    .location_tabs nav .nav-tabs {
        width: 880px;
    }
    .map_images .AF_img {
        right: 188px;
        bottom: 164px;
    }
    .map_images .OC_img {
        right: -128px;
    }
    .map_images .AI_img {
        right: -278px;
        top: 152px;
    }
.pins_btn .colorado_pin {
        bottom: 274px;
        left: 340px;
    }
    div#colorado {
        top: 230px;
        left: 200px;
    }
    .pins_btn .nevada_pin {
        left: 291px;
        bottom: 253px;
    }
    div#nevada {
        top: 250px;
        left: 151px;
    }
    .pins_btn .new_jersey-pin {
        bottom: 272px;
        right: 253px;
    }
    div#new_jersey {
        right: 120px !important;
        top: 210px;
    }
    .pins_btn .british_columbia-pin {
        top: 405px;
        left: 245px;
    }
div#british_columbia {
        top: 165px;
        left: 105px;
    }
    .pins_btn .new_brunswick_pin {
        right: 201px;
        bottom: 310px;
    }
div#new_brunswick {
        top: 195px;
        right: 68px !important;
    }
    .pins_btn .puerto_rico-pin {
        bottom: 136px;
        right: 209px;
    }
    div#puerto_rico {
        left: 420px !important;
        top: 361px;
    }
.pins_btn .mexico_pin {
        bottom: 146px;
        left: 377px;
    }
    div#mexico {
        top: 310px;
        left: 236px;
    }
    .pins_btn .buenos_aires_pin {
        bottom: 182px;
        left: 468px;
    }
    div#buenos_aires {
        right: 156px;
        top: 175px;
    }
	    div#são_paulo {
        right: 127px;
        top: 158px;
    }
    .pins_btn .são_paulo_pin {
        bottom: 199px;
        right: 248px !important;
    }
    button.Lima-pin {
        top: 255px;
        left: 341px;
    }
    div#Lima {
        right: 65px;
        top: 162px;
    }
    div#Johannesburg {
        right: 153px;
        top: 300px;
    }
.pins_btn .Noida_pin {
        bottom: 154px;
        left: 239px;
    }
    div#Noida {
        top: 188px;
        left: 99px;
    }
    .pins_btn .Pondicherry_pin {
        bottom: 96px;
        left: 239px;
    }
div#Pondicherry {
        top: 295px;
        left: 99px;
    }
    .pins_btn .Tokyo_pin {
        top: 411px;
        right: 242px;
    }
    div#Tokyo {
        top: 152px;
        right: 108px;
    }
    .pins_btn .Macao_pin {
        bottom: 147px;
        left: 339px;
    }
    div#Macao {
        top: 215px;
        right: 233px;
    }
    .pins_btn .Wales_pin {
        right: 225px;
        bottom: 215px;
    }
    div#Wales {
        right: 99px;
        top: 296px;
    }
    .pins_btn .Victoria_pin {
        right: -111px;
        bottom: 131px;
    }
    .pins_btn .Graz_pin {
        bottom: 187px;
        left: 380px;
    }
div#Graz {
        right: 251px;
        top: 292px;
    }
    .pins_btn button.Vienna_pin {
        top: 489px;
        left: 398px;
    }
    div#Vienna {
        right: 234px;
        top: 252px;
    }
.pins_btn .Sofia_pin {
        bottom: 122px;
        left: 449px;
    }
div#Sofia {
        right: 182px;
        top: 335px;
    }
    .pins_btn .Bologna_pin {
        bottom: 126px;
        left: 331px;
    }
    div#Bologna {
        top: 333px;
        left: 196px;
    }
    .pins_btn .Gorizia_pin {
        bottom: 143px;
        left: 372px;
    }
    div#Gorizia {
        top: 340px;
        left: 237px;
    }
    .pins_btn .Padova_pin {
        bottom: 143px;
        left: 345px;
    }
div#Padova {
        top: 337px;
        left: 210px;
    }
.pins_btn .Geldermalsen_pin {
        top: 456px;
        left: 277px;
    }
    div#Geldermalsen {
        top: 237px;
        left: 142px;
    }
    .pins_btn .Haarlem_pin {
        top: 454px;
        left: 254px;
    }
    div#Haarlem {
        top: 220px;
        left: 118px;
    }
    .pins_btn .Kraków_pin {
        top: 469px;
        left: 441px;
    }
    div#Kraków {
        right: 190px;
        top: 230px;
    }
    .pins_btn .Espana_pin {
        bottom: 84px;
        left: 207px;
    }
    div#Espana {
        top: 360px;
        left: 73px;
    }
.pins_btn .Ljubljana_pin {
        bottom: 166px;
        left: 372px;
    }
    div#Ljubljana {
        top: 294px;
        left: 236px;
    }
    .pins_btn .Bangor_pin {
        bottom: 262px;
        left: 148px;
    }
    div#Bangor {
        top: 195px;
        left: 12px;
    }
}
@media only screen and (max-width: 768px){
#nav-south_am .north_america-map img {
        max-width: 628px;
        height: 632px;
    }
.location_tabs nav .nav-tabs {
    justify-content: normal !important;
}
    .location_tabs {
        width: 768px;
    }
.contact .content{
	padding-left: 0 !important;
}
.location_tabs nav .nav-tabs button {
    margin-right: 18px !important;
    font-size: 16px;
}
.NA_img img, .SA_img img, .AF_img img, .AI_img img, .EU_img img, .OC_img img {
    width: 51% !important;
}
.map_images .OC_img {
    right: -153px;
    bottom: 110px;
}
.map_images .SA_img {
    left: 129px;
    bottom: 101px;
}
.map_images .AF_img {
    right: 119px;
    bottom: 157px;
}
.map_images .NA_img {
    left: 4px;
    top: 144px;
}
.map_images .EU_img {
    left: 338px;
    top: 159px;
}
.map_images .AI_img {
    right: -331px;
    top: 154px;
}
.north_america-map {
    margin-top: 70px;
}
.location_con-box h6 {
    padding: 16px 0;
}
.location_con-box{
    min-width: 300px;
}
div#colorado {
    top: 123px;
    left: 120px;
}
.pins_btn .colorado_pin {
    bottom: 205px;
    left: 259px;
}
.pins_btn .nevada_pin {
    left: 222px;
    bottom: 188px;
}
div#nevada {
    top: 140px;
    left: 82px;
}
.pins_btn .new_jersey-pin {
    bottom: 204px;
    right: 262px;
}
div#new_jersey {
    right: 128px !important;
    top: 105px;
}
.pins_btn .british_columbia-pin {
    top: 300px;
    left: 185px;
}
div#british_columbia {
    top: 74px;
    left: 46px;
}
.pins_btn .new_brunswick_pin {
    right: 222px;
    bottom: 232px;
}
div#new_brunswick {
    top: 100px;
    right: 88px !important;
}
#new_brunswick .location_con-box::before{
    right: -20px;
}
.pins_btn .puerto_rico-pin {
    bottom: 100px;
    right: 229px;
}
div#puerto_rico {
    top: 231px;
    left: 288px !important;
}
.pins_btn .mexico_pin {
    bottom: 107px;
    left: 289px;
}
div#mexico {
    top: 180px;
    left: 150px;
}
#nav-north_am .north_america-map img {
    width: 100%;
}
.pins_btn .buenos_aires_pin {
    bottom: 204px;
    left: 428px;
}
div#buenos_aires {
    right: 83px;
    top: 190px;
}
.pins_btn .são_paulo_pin {
    bottom: 222px;
    right: 170px !important;
}
div#são_paulo {
    right: 49px;
    top: 168px;
}
button.Lima-pin {
    top: 239px;
    left: 279px;
}
div#Lima {
    right: 22px;
    top: 147px;
}
div#Johannesburg {
    right: 97px;
    top: 288px;
}
div#Noida {
    top: 170px;
    left: 97px;
}
.pins_btn .Noida_pin {
    bottom: 154px;
    left: 236px;
}
.pins_btn .Tokyo_pin {
    top: 380px;
    right: 130px;
}
div#Tokyo {
    top: 135px;
    right: -4px;
}
.pins_btn .Macao_pin {
    bottom: 146px;
    left: 349px;
}
div#Macao {
    top: 200px;
    right: 122px;
}
#nav-Australia .location_btn button {
    width: 50%;
}
.pins_btn .Wales_pin {
    right: 114px;
    bottom: 215px;
}
div#Wales {
    right: -10px;
    top: 278px;
}
div#South {
    top: 315px;
    left: 212px;
}
.pins_btn .Victoria_pin {
    right: -218px;
    bottom: 131px;
}
div#Victoria {
    top: 320px;
    left: 298px;
}
.pins_btn .Pondicherryy_pin {
    right: 193px;
    bottom: 137px;
}
div#Pondicherryy {
    right: 63px;
    top: 366px;
}
.pins_btn .Graz_pin {
    bottom: 187px;
    left: 324px;
}
div#Graz {
    right: 195px;
    top: 302px;
}
.pins_btn button.Vienna_pin {
    top: 489px;
    left: 341px;
}
div#Vienna {
    right: 178px;
    top: 265px;
}
.pins_btn .Sofia_pin {
    bottom: 122px;
    left: 393px;
}
div#Sofia {
    right: 125px;
    top: 345px;
}
.pins_btn .Bologna_pin {
    bottom: 126px;
    left: 275px;
}
div#Bologna {
    top: 343px;
    left: 136px;
}
.pins_btn .Gorizia_pin {
    bottom: 143px;
    left: 316px;
}
div#Gorizia {
    top: 353px;
    left: 182px;
}
.pins_btn .Padova_pin {
    bottom: 143px;
    left: 289px;
}
div#Padova {
    top: 345px; 
    left: 154px;
}
.pins_btn .Geldermalsen_pin {
    top: 456px;
    left: 220px;
}
div#Geldermalsen {
    top: 232px;
    left: 85px;
}
.pins_btn .Haarlem_pin {
    top: 454px;
    left: 197px;
}
div#Haarlem {
    top: 230px;
    left: 62px;
}
.pins_btn .Kraków_pin {
    top: 468px;
    left: 384px;
}
div#Kraków {
    right: 135px;
    top: 240px;
}
.pins_btn .Espana_pin {
    bottom: 84px;
    left: 151px;
}  
div#Espana {
    top: 380px;
    left: 15px;
}
.pins_btn .Trisigma_pin {
    bottom: 88px;
    left: 174px;
}
div#Trisigma {
    top: 400px;
    left: 37px;
}
.pins_btn .Ljubljana_pin {
    bottom: 166px;
    left: 316px;
}
div#Ljubljana {
    top: 304px;
    left: 177px;
}
.pins_btn .Bangor_pin {
    bottom: 262px;
    left: 92px;
}
div#Bangor {
    top: 205px;
    left: -32px;
}
#nav-europe #Bangor.location_con-box::before{
    right: 22px;
}
div#Pondicherry {
    top: 274px;
    left: 98px;
}
.pins_btn .Pondicherry_pin {
    bottom: 96px;
    left: 238px;
}
}
.Trisigma_pin {
    display: none;
}