@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
body { font-family: "Lato", sans-serif; font-weight: 700; }
header { background-color: rgba(0, 0, 0, 0.5); }
h1 { color: #2d5ea1; text-transform: uppercase; font-size: 2.25rem; margin-bottom: 1.1rem; }
h2 { font-size: 1.8rem; font-weight: 700; color: #3fb54e; }
h3 { font-size: 1.6rem; font-weight: 400; }
.fixedBody { position: fixed; overflow: hidden; width: 100%; top: 0; }
.btn { border-radius: 30px; letter-spacing: 1px; font-weight: 400; padding-left: 1.5rem; padding-right: 1.5rem; }
.btn-primary { background: #2d5ea1; }
.btn-success { background: #3fb54e; padding-top: 0.3rem; }
.contact_bar, .social_icons { padding: 0; margin: 0; display: inline-block; }
.contact_bar li, .social_icons li { display: inline-block; margin: 0 0.5rem; }
.contact_bar li a, .social_icons li a { color: #000000; text-align: left; display: block; text-decoration: none; }
.contact_bar li { position: relative; }
.contact_bar li:first-child a::before { content: '\f0f6'; font-family: 'FontAwesome'; position: absolute; left: 1.2rem; top: 1.1rem; bottom: 0; font-size: 1.3rem; }
.contact_bar li:last-child a::before { content: '\f095'; font-family: 'FontAwesome'; position: absolute; left: 1.2rem; top: 1.2rem; bottom: 0; font-size: 1.3rem; }
.contact_bar li a { background-color: rgba(255, 255, 255, 0.75); border-radius: 30px; padding: 0.5rem 1.5rem; font-size: 1.1rem; padding-left: 3rem; line-height: 18px; }
.contact_bar li a:hover { background: var(--white); }
.contact_bar li a small { display: block; font-size: 0.9rem; }
.social_icons { position: relative; top: -0.5rem; }
.social_icons li { margin: 0 0.3rem; }
.social_icons li a { background-color: rgba(255, 255, 255, 0.75); border-radius: 50%; width: 35px; height: 35px; padding: 3px; text-align: center; font-size: 1.2rem; }
.social_icons li a:hover { background: var(--white); }
.social_icons li:nth-child(1) a { color: #0e3b96; }
.social_icons li:nth-child(2) a { color: #0186eb; }
.social_icons li:nth-child(3) a { color: #0482b1; }
.social_icons li:nth-child(4) a i { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); -webkit-background-clip: text; /* Also define standard property for compatibility */ background-clip: text; -webkit-text-fill-color: transparent; }
.social_icons li:nth-child(5) a { color: #cb1f29; }
.search_btn { position: relative; }
.search_btn a:focus { background: var(--white); }
.search_btn .form-control { display: none; position: absolute; right: 30px; border-radius: 30px; border: 0; }
.navbar { padding-right: 0; }
.navbar-nav .nav-item { margin: 0 0.2rem; }
.navbar-nav .nav-link { color: var(--white); text-transform: uppercase; letter-spacing: 1px; line-height: 20px; }
.dropdown-toggle::after { content: none; }
.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item .nav-link:hover { border-radius: 4px; background-color: #3fb54e; }
.navbar-nav .dropdown:hover .dropdown-menu { display: block; background: #2d5ea1; border: 0; padding: 0; }
.navbar-nav .nav-item.dropdown.show .dropdown-menu { display: none; }
.navbar-nav .dropdown:hover .dropdown-menu a { color: var(--white); padding: 0.5rem 1rem; }
.navbar-nav .dropdown:hover .dropdown-menu a:hover, .dropdown-item.active, .dropdown-item:active { background: #3fb54e; }
.mobile-tab { display: none; }
.banner .carousel-inner p { font-weight: 400; font-size: 1.3rem; }
.banner .carousel-inner .btn-primary { border: 1px solid #fff; font-weight: 400; font-size: 1rem; padding-left: 1.5rem; padding-right: 1.5rem; }
.banner .carousel-inner .carousel-caption { bottom: 30%; }
.banner .carousel-inner h1 { font-weight: 900; font-size: 2.8rem; color: var(--white); }
.banner .carousel-inner h1 span { display: block; }
.testimonials { font-weight: 400; padding: 0 0 0 0; position: relative; font-size: 14px; }
.testimonials .carousel-control-next, .testimonials .carousel-control-prev { padding-top: 1.5rem; }
.testimonials::before, .login_form::before { content: ' '; border-right: 1920px solid #f8f8f8; position: absolute; width: 100%; border-top: 100px solid transparent; right: 0; top: -90px; }
.testimonials h5 { margin-top: 1rem; font-size: 1.1rem; }
.testimonials .carousel { top: -1.5rem; }
.welcome_section { text-align: center; padding: 3rem 0; font-weight: 400; }
.main_heading { background: url("../images/devider_center.png"); background-repeat: no-repeat; background-position: bottom; text-transform: uppercase; font-size: 2.25rem; color: #2d5ea1; padding-bottom: 1rem; margin-bottom: 2rem; }
.services_section { background: url("../images/service_bg.jpg"); background-repeat: no-repeat; background-position: bottom; background-position-y: 92px; background-size: cover; background-attachment: fixed; }
.services_bg { background: rgba(0, 0, 0, 0.3); padding: 4.5rem 0; font-weight: 400; }
.main_services { padding: 0; margin: 0; text-align: center; display: flex; flex-flow: wrap; justify-content: center; }
.main_services li { display: inline-table; width: 125px; height: 125px; margin: 0.4rem; background: #2d5ea1; }
.main_services li a { display: block; text-align: center; font-size: 0.8rem; color: #fff; font-weight: 400; padding: 0.7rem 0.5rem; line-height: 14px; text-decoration: none; }
.main_services li a:hover, .main_services li a.active { background: #3fb54e; }
.main_services li a img { display: block; margin: 0 auto; height: 50px; margin-bottom: 0.5rem; }
.main_services li a span { display: flex; min-height: 45px; justify-content: center; align-items: center; }
.login_form, .quick_connect { padding: 1rem 0 3.5rem; position: relative; background: #f5f7fb; }
.login_form::before { border-right: 1920px solid #f5f7fb; }
.login_form .card { box-shadow: 0px 3px 5px #666; }
.input-group > .form-control:not(:first-child) { border-radius: 0 30px 30px 0; border-left: 0; }
.input-group > .input-group-prepend > .input-group-text { border-radius: 30px 0 0 30px; background-color: transparent; padding-left: 1.5rem; color: #ccc; }
.login_form .custom-control-label { font-weight: 400; color: var(--gray); }
.video_section { padding: 4rem 0; }
.quick_connect .form-control { border-radius: 20px; padding-left: 3.2rem; }
.quick_connect textarea.form-control { padding-left: 3.2rem; height: 92px }
.quick_connect .form-row [class*="col-"] { position: relative; }
.quick_connect .form-row [class*="col-"] i { position: absolute; top: 0.7rem; left: 2rem; color: var(--gray); }
footer, .copy_right { background: #2d5ea1; font-weight: 400; padding: 2rem 0; color: var(--white); font-size: 0.9rem; }
footer h4 { text-transform: uppercase; }
footer ul { margin: 0; padding-left: 1.5rem; }
footer ul li { display: block; position: relative; }
footer ul li a, footer ul li a:hover { color: var(--white); }
footer ul.quick_links li::before { content: '\f124'; font-family: 'FontAwesome'; position: absolute; left: -1.3rem; top: 0; font-size: 13px; }
footer ul.address li:first-child::before { content: '\f095'; font-family: 'FontAwesome'; position: absolute; left: -1.3rem; top: 0; font-size: 13px; }
footer ul.address li:last-child::before { content: '\f0e0'; font-family: 'FontAwesome'; position: absolute; left: -1.3rem; top: 0; font-size: 13px; }
footer .social_icons { top: 1.5rem; }
.copy_right { background: #819ec7; color: var(--white); padding: 1rem 0; }
.copy_right a { color: var(--white); display: inline-block; }
.content_section { padding: 3.5rem 0 5rem; font-weight: 400; }
.content_section h3 { font-size: 1.6rem; font-weight: 700; }
.content_section .nav-pills, .content_section .tab-content { background: #f5f7fb; font-weight: 400; }
.content_section .nav-pills .nav-link { border-radius: 0; color: #2d5ea1; font-weight: 700; }
.content_section .nav-pills .nav-link.active { background-color: #3fb54e; color: var(--white); }
.content_section img { float: left; width: 300px; margin-top: 8px; margin-right: 1.5rem; margin-bottom: 1.5rem; border: 2px solid #2d5ea1; }
.content_section ul.nav-pills li { margin-bottom: 0; }
.content_section ul.nav-pills li::before { content: none; }
.content_section ul li { display: block; position: relative; margin-bottom: 0.5rem; }
.content_section ul li::before { position: absolute; content: '\f0c8'; color: #3fb54e; left: -2rem; top: 3px; font-size: 0.9rem; font-family: 'FontAwesome'; }
.card .media img { width: 160px; margin-top: 0; margin-bottom: 0; }
.owl-nav { position: absolute; right: 0px; bottom: -44px }
.owl-dots { display: none }
.owl-nav button { outline: 0 !important }
.owl-nav button.owl-prev { margin-right: 5px }
.owl-nav button span { background: #0e2032; width: 30px; height: 30px; border: 1px solid rgba(255, 255, 255, .5); color: rgba(255, 255, 255, 1); font-size: 28px; float: left; line-height: 20px }

/* read more */
#summary div.collapse:not(.show) { height: 215px !important; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
#summary div.collapsing { height: 215px !important; }
#summary a.btn.collapsed:after { content: 'Read More'; }
#summary a.btn:not(.collapsed):after { content: 'Read Less'; }
#summary a { display: inline-block; }
.content_section .Connect_page img { width: auto; border: none; float: inherit; margin: 0; }
section { clear: both }
#post-452 .login_form { background: none }
#post-452 .login_form::before { border: none !important }
.pbSubmitButton { padding: 10px 30px !important; }

/* assesment form */
.assessment-form { clear: both; float: left; width: 100%}
.assessment-form .pbLabel { float: left; width: 46%; margin-right: 20px; }
.assessment-form .selectBox, .assessment-form .pbField { float: left; width: 50% !important; background: #f9f9f9; border-radius: 30px !important; }
.white-gap { margin-top: 130px; }

/*Blogs*/
.blogs{ margin-top: 140px; }
.blogs article:last-of-type hr { display: none }
.blogs h2 a { color: #3fb54e; }
.Blog_Sidebar .widget-title { display: block }
.content_section.blog_content .post-thumbnail img { width: auto; clear: both; float: none }

/*cart*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: #0056b3; color: #fff; }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #333; color: #fff; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #3fb54e; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: #3fb54e; color: #fff; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: #0056b3; }
.coupon { display: none; }
.bg-gray { background-color: #f2f2f2; }
.billing-form p label { display: block; width: 100%; margin-bottom: 0; }
.woocommerce-input-wrapper { width: 100%; }
.billing-form p textarea { height: auto; min-height: 120px; }
.billing-form p input, .billing-form p select, .billing-form p textarea, .woocommerce-input-wrapper select { display: block; width: 100%; height: calc(1.5em + .75rem + 2px); padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { display: block; width: 100%; height: calc(1.5em + .75rem + 2px); padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.wc_payment_methods li::before, .payment_methods li::before, .methods li::before { display: none; }
.woocommerce-error li::before { position: inherit !important; left: -2px !important; top: -2px !important; font-size: 0.7rem !important; }
.woocommerce-MyAccount-navigation ul { padding: 0; }
.woocommerce-MyAccount-navigation ul li { list-style: none; display: inline-block; }
.woocommerce-MyAccount-navigation ul li::before { display: none; }
.woocommerce-MyAccount-navigation ul li a { background: #3fb54e; color: #fff; padding: 10px; }
.woocommerce-MyAccount-navigation-link--customer-logout a { background: #2d5ea1 !important; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { max-width: 50% !important; width: 50% !important; }
.woocommerce-Address-title { background: #2d5ea1 !important; color: #fff !important; padding: 16px; }
.edit { color: #fff; background: #3fb54e; padding: 5px 10px; }
.edit:hover { background: #000; color: #fff; }

.source_team .entry-content img{max-width: 200px;}
.woocommerce-form .form-row label{width: 100%}
.dynamicForm input[type="text"], input[type="email"], input[type="tel"], input[type="file"], select, textarea{border-radius: 20px !important; max-height: 40px; min-height: 40px; padding: 8px 18px !important;}
.pbForm .pbLabel{margin-left: 15px; margin-bottom: 5px !important;}
.dynamicForm button[type="submit"]{font-size: 16px !important; border-radius: 30px !important;}
.pbSubmit{text-align: center !important; clear: both;}
label.error{padding-left:15px; margin-top: 5px !important;}
textarea{line-height: 1.3;}
/**
*
* media query
*
**/
@media (min-width:1921px) and (max-width:6500px) {
  body, header { width: 1366px; margin: auto; }
  #summary div.collapse:not(.show) { height: 210px !important; }
  #summary div.collapsing { height: 210px !important; }
  .testimonials::before, .login_form::before { border-right-width: 1366px; top: -100px; }
}
@media (min-width:1600px) and (max-width:1920px) {
  .fixed-top { padding: 0 7%; }
  .banner .carousel-inner .carousel-caption { bottom: 35%; }
  .banner .carousel-inner h1 { font-size: 3.2rem; }
  .banner .carousel-inner p, .banner .carousel-inner .btn-primary { font-size: 1.6rem; }
}
@media (max-width:1170px) {
  header .container, .inner_services .container { max-width: 100%; }
  .navbar-nav .nav-link { letter-spacing: 0; font-size: 0.83rem; }
  .contact_bar li, .social_icons li { margin: 0 0.15rem; }
  .social_icons li { margin: 0 0.1rem; }
  .contact_bar li a { font-size: 1rem; padding-right: 1rem; }
  .social_icons li a { width: 30px; height: 30px; font-size: 1rem; padding-top: 2px; }
  .search_btn .form-control { right: 20px; border: 1px solid var(--gray); top: -4px; }
  .navbar-nav .nav-item { margin: 0 0.05rem; }
  .main_services li { width: 110px; height: 135px; margin: 0.3rem; }
  #summary div.collapse:not(.show) { height: 175px !important; }
  #summary div.collapsing { height: 175px !important; }
  .banner .carousel-inner .carousel-caption { bottom: 15%; }
	.pbRow.datepickerArea{margin-bottom:0 !important}
	.pbRow.datepickerArea{width:100% !important}
	.pbRow.myOF_two{width:100% !important}
}
@media (max-width:970px) {
  .fixed-top { position: initial; }
  header { background: var(--white); }
  .contact_bar li a { border: 1px solid var(--gray); font-size: 1rem; }
  .navbar, header .text-lg-right { position: initial; }
  .svg-logo { width: 170px; height: 70px; pointer-events: none; }
  .contact_bar li a small { display: none; }
  .contact_bar li:first-child a::before, .contact_bar li:last-child a::before { font-size: 1.1rem; top: 10px; }
  .navbar-nav { position: absolute; top: 20%; bottom: 20%; left: 20%; right: 20%; text-align: center; margin: 0 auto; }
  .navbar-nav .nav-link { font-size: 1.25rem; line-height: 26px; }
  .navbar-toggler.collapsed { position: absolute; top: 1rem; right: 0.7rem; background: #3fb54e; border-radius: 0; font-size: 1.5rem; color: var(--white); padding: 0.7rem 1rem; }
  .navbar-toggler { position: fixed; top: 1.5rem; right: 0.7rem; z-index: 999; }
  .navbar-toggler > .close { display: inline; color: var(--white); opacity: 1; }
  .navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .fa-bars { display: none; }
  .navbar .navbar-nav li a.mobile-tab, .navbar .navbar-nav li a.mobile-tab:focus { display: inline-block !important; position: absolute !important; right: 0; top: 0; text-align: center; width: 60px; height: 42px; padding-top: 0.55rem !important; background: rgba(0, 0, 0, 0.3); color: var(--white) !important; z-index: 9999; border: 0 !important; border-radius: 0 4px 4px 0; }
  .navbar-collapse { position: fixed; top: 0; left: 100%; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; width: 100%; height: 100%; transition: all 0.4s ease; display: block; background: #2d5ea1; z-index: 990; overflow-y: scroll; }
  .navbar-collapse.collapsing { height: 100% !important; margin-left: 50%; left: 50%; transition: all 0.2s ease; }
  .navbar-collapse.show { left: 0; }
  .navbar-nav .dropdown:hover .dropdown-menu { display: none; }
  .navbar-nav .nav-item.dropdown.show .dropdown-menu { display: block; text-align: center; }
  .navbar-nav .nav-item.dropdown.show .dropdown-menu .dropdown-item { color: var(--white); padding: 0.7rem 1rem; border-bottom: 1px solid #0a1a2f; }
  .navbar-nav .nav-item.dropdown.show .dropdown-menu .dropdown-item.active { background-color: #0a1a2f; }
  .navbar-nav .nav-item.dropdown.show .dropdown-menu.show { background: rgba(0, 0, 0, 0.5); }
  .social_icons { display: block; position: initial; margin-top: 0.4rem; text-align: left; }
  .social_icons li a { background: #f5f7fb; }
  .search_btn .form-control { left: 30px; border: 1px solid var(--gray); top: 3px; }
  .banner .carousel-inner .carousel-caption { left: 10%; right: 10%; }
  .banner .carousel-inner h1 { font-size: 2rem; }
  .main_services li { margin: 0.7rem; }
  .testimonials::before { top: -60px; }
  .services_section { background-position-y: 0; background-attachment: initial; }
  .testimonials .carousel-control-next, .testimonials .carousel-control-prev { padding-top: 2.8rem; }
  .main_services li { width: 140px; height: 125px; margin: 0.3rem; }

  /* read more */
  #summary div.collapse:not(.show) { height: 240px !important; }
  #summary div.collapsing { height: 240px !important; }
  .white-gap { margin-top: 0; }
	.video_section iframe{box-shadow:none !important; border: none !important}
	.blogs{margin-top: 0 !important; padding-top: 15px !important;}
}
@media (max-width:767px) {
  .fixed-top { position: initial; }
  header { background: var(--white); }
  .svg-logo { width: 225px; height: 90px; }
  .contact_bar li:first-child a::before, .contact_bar li:last-child a::before { content: none; }
  .contact_bar li:first-child { margin-bottom: 0.8rem; }
  .contact_bar li a { padding: 0.9rem 1.5rem; text-align: center; }
  .contact_bar li:first-child a { border-radius: 30px; background: #2d5ea1; color: var(--white); border: 0; }
  .contact_bar li a small { font-size: 1.1rem; display: inline; font-weight: 700; }
  .social_icons { display: block; text-align: center; position: initial; border-top: 1px solid #819ec7; margin-top: 0.8rem; padding-top: 0.6rem; }
  .search_btn .form-control { width: 200px; right: 35px; left: auto; border: 1px solid var(--gray); top: 4px; }
  .banner .carousel-inner h1 { font-size: 1.6rem; }
  .testimonials { padding: 2.5rem 0; font-size: 14px; margin-bottom: 2rem; }
  .testimonials .carousel { top: 0; }
  .testimonials h2 { color: #3fb54e; font-size: 1.4rem; text-transform: uppercase; margin-bottom: 1rem; font-weight: 700; padding: 0 3rem; }
  .testimonials h5 { font-size: 1rem; }
  .testimonials .carousel-indicators { text-align: center; position: relative; top: 5px; }
  .testimonials .carousel-indicators li { display: inline-block; background-color: #3fb54e; height: 7px; }
  .testimonials::before { display: none; }
  .main_heading { font-size: 1.6rem; }
  .services_section { background-position-y: 0; background-attachment: initial; }
  .services_bg .col-md-5.text-white { display: none; }
  .login_form::before { border-top-width: 80px; top: -60px; }
  .login_form .main_heading { position: relative; top: -2rem; margin-bottom: 0; }
  .input-group > .input-group-prepend > .input-group-text { padding-left: 1rem; }
  .input-group > .form-control:not(:first-child) { padding-left: 0; font-size: 0.8rem; }
  .mobile-connect { border-left: 10px solid #3fb54e; margin-left: 1.5rem; }
  .copy_right { text-align: center; background: #2d5ea1; padding: 0.5rem 2.5rem; }
  .main_services li { width: 125px; margin: 0.3rem; }
    .blogs{margin: 0}
    .content_section{padding-top: 1rem}
    .blog_content h1{font-size: 1.5rem}

  /* read more */
  #summary div.collapse:not(.show) { height: 230px !important; }
  #summary div.collapsing { height: 230px !important; }
  .content_section { padding-bottom: 3rem; }
  .main_services { margin-bottom: 3.5rem; }
  .services_bg .main_services { margin-bottom: 0rem; }

  /* assesment form */
  .assessment-form .pbLabel { float: none; width: 100%; margin-right: 0px; }
  .assessment-form .selectBox, .assessment-form .pbField { float: none; width: 100% !important; }
  .white-gap { margin-top: 0; }
	.pbRow.datepickerArea, .pbRow.datepickerArea .descriptionText{margin-bottom:0 !important}
}
@media (max-width:639px) {
  h1 { font-size: 2rem; }
  .welcome_section h1 { font-size: 1.65rem; font-weight: 700; }
  .contact_bar, .social_icons { display: block; }
  .contact_bar li { display: block; }
  .navbar-nav { left: 0; right: 0; }
  .banner .carousel-inner .carousel-caption::before { top: -25px; }
  .video_section video { padding: 0 1rem; }
  .video_section .owl-item video { padding: 0 }
  .content_section img { float: none; width: 100%; margin: 0 auto 0.8rem !important; display: block; }
  .card .media { display: block; text-align: center; }
  .card .media img { margin-right: 0; margin-top: 0; margin-bottom: 1rem; display: inline-block; }
  .main_services li { width: 155px; margin: 0.3rem; }
  .banner .carousel-inner .carousel-caption { position: relative; top: auto; left: auto; right: auto; bottom: auto; color: var(--dark-gray); padding-bottom: 1rem; padding-top: 0; }
  .banner .carousel-inner .carousel-caption::before { content: ' '; border-right: 1920px solid var(--white); position: absolute; width: 100%; border-top: 80px solid transparent; right: 0; top: -40px; }
  .banner .carousel-inner h1 { color: #2d5ea1; font-size: 1.5rem; font-weight: 700; margin-top: 0; margin-bottom: 0.3rem; position: relative; }
  .banner .carousel-inner p { padding: 0.5rem 2rem; font-size: 1.1rem; }
  .banner .carousel-inner .btn-primary { text-transform: capitalize; padding: 0.7rem 1.5rem; box-shadow: 0px 3px 5px #666; }

  /* read more */
  #summary div.collapse:not(.show) { height: 205px !important; }
  #summary div.collapsing { height: 205px !important; }
  .white-gap { margin-top: 0; }
}

/*# sourceMappingURL=style.css.map */