* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #f6f6f6;
  box-sizing: border-box;
  color: #212121;
  font: 300 18px "Montserrat", sans-serif;
  font-optical-sizing: auto;
  min-height: 100%;
  position: relative;
}

h1 {
  font-size: 60px;
  font-weight: 400px;
  margin-bottom: 1em;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0.8em;
}

h2 span { font-weight: 300; }

h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

h3 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

h4 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 1em;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 1em;
}

p {
  line-height: 1.6em;
  margin: 1em 0;
}

p:first-of-type { margin-top: 0; }

p:last-of-type { margin-bottom: 0; }

p.larger {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

img { vertical-align: middle; }

a { transition: 300ms; }

a.button {
  background-color: #fb9951;
  border-radius: 32px;
	color: #fff !important;
	display: inline-block;
  font-size: 18px;
  font-weight: 400;
	padding: 15px 30px;
	text-decoration: none;
}

a.button:hover { background-color: #dd7f3a; }

.button-wrapper { margin-top: 1em; }

.hide { opacity: 0; }

.intro {
  margin: 0 auto 80px;
  text-align: center;
}

ul.bullet { list-style: none; }

ul.bullet li {
  background: url("../images/bullet-point.png") left top 3px no-repeat;
  margin-top: 20px;
  padding-left: 32px; 
}

ul.bullet li:first-child { margin-top: 0; }

/* ==========================================================================
   Header
   ========================================================================== */

header {
  position: relative;
  z-index: 100;
}

.top-wrapper {
  background-color: #293345;
  color: #fff;
  padding: 15px 20px;
}

.top {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr repeat(3, max-content);
  margin: 0 auto;
  max-width: 1600px;
}

nav {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: max-content 1fr;
  margin: 40px auto 0;
  max-width: 1600px;
  padding: 0 20px;
  place-items: start end;
}

header a {
  color: #fff;
  text-decoration: none;
}

#menu-main-menu {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 60px;
  list-style: none;
}

#menu-main-menu a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

#menu-main-menu a::after {
  border-bottom: 3px solid #dd7f3a;
  content: '';
  display: block;
  padding-bottom: 7px;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}

#menu-main-menu a:hover::after { transform: scaleX(0.9); }

.fa-solid { margin-right: 8px; }

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

#mainMenu {
  background-color: #1f1f1f;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
    top: 0;
    right: 0;
  transition: 1s;
  width: 0;
  z-index: 998;
}

#mainMenu.show { width: 100%; }

#mainMenu ul { list-style: none; }

#mainMenu .mobile-menu { margin: 0 30px; }

#mainMenu .mobile-menu:first-child { margin-top: 30px; }

.mobile-menu li ul {
  display: none;
  margin-bottom: 15px;
}

.mobile-menu a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  text-decoration: none;
  white-space: nowrap;
}

/* ==========================================================================
    Mobile Menu Toggle
   ========================================================================== */
  
#openMenu {
  background-color: #1f1f1f;
  display: none;
  padding: 20px 15px;
  position: fixed;
    top: 0;
    right: 0;
  transition: .5s;
  width: 41px;
  z-index: 999;
}

#openMenu.open {
  background-color: #1f1f1f;
  color: #fff;
}

#menuTitle {
  position: relative;
  text-align: center;
  transition: .5s;
}
  
/* ==========================================================================
    Mobile Menu Icon Transition Effect
   ========================================================================== */
  
#btn {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  transition: .5s;
  z-index: 200;
}

#btn .icon,
#btn .icon::before,
#btn .icon::after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: top ease .5s .5s, transform ease .5s;
  width: 41px;
}

#btn .icon {
  top: 14px;
  left: 2px;
}

#btn .icon::before { top: -8px; }

#btn .icon::after { top: 8px; }

#btn.active .icon { background: transparent; }

#btn.active .icon::before { transform: rotate(45deg); }

#btn.active .icon::after { transform: rotate(-45deg); }

#btn.active .icon::before,
#btn.active .icon::after {
  background-color: #fff;
  top: 0;
  transition: top ease .5s, transform ease .5s .5s;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.banner {
  margin-top: -130px;
  position: relative;
  z-index: 0;
}

.banner img { max-width: 100%; }

.banner .button {
  font-size: 20px !important;
  padding: 15px 30px !important;
}

#wds_container1_0 #wds_container2_0 #wds_0_slide1_layer1,
#wds_container1_0 #wds_container2_0 #wds_0_slide5_layer2,
#wds_container1_0 #wds_container2_0 #wds_0_slide4_layer3,
#wds_container1_0 #wds_container2_0 #wds_0_slide3_layer4,
#wds_container1_0 #wds_container2_0 #wds_0_slide2_layer5 {
  display: block !important;
  width: 100%;
}

.banner div.banner-box {
  margin: 0 auto !important;
  width: 1600px !important; 
}

div.banner-box .inner {
  background-color: rgba(41,51,69,0.7);
  margin: 0 !important;
  max-width: 60%;
  padding: 40px !important;
}

div.banner-box h1 {
  font-size: 60px !important;
  font-weight: 700 !important;
  margin-bottom: 0.5em !important;
}

div.banner-box h1 i {
  font-style: normal;
  font-weight: 300 !important;
}

span[data-type="wds_text_parent"] * { padding: 0 !important; }

/* ==========================================================================
   Content
   ========================================================================== */



/* ==========================================================================
   Section 1
   ========================================================================== */

.section1-wrapper { background: #f9f9f9 url("../images/your-trusted-partner-in-canadian-immigration.jpg") left center no-repeat; }

.section1 {
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 20px;
}

.section1 .text {
  margin-left: auto;
  max-width: 50%;
}

/* ==========================================================================
   Section 2
   ========================================================================== */

.section2-wrapper { background: #293345 url("../images/recruitment-and-settlement-solutions-for-canadian-employers.jpg") right center no-repeat; }

.section2 {
  color: #fff;
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 20px;
}

.section2 .text {
  margin-right: auto;
  max-width: 50%;
}

/* ==========================================================================
   Section 3
   ========================================================================== */

.section3-wrapper { background: #d7dadf url("../images/worker-consultation-services.jpg") left center no-repeat; }

.section3 {
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 20px;
}

.section3 .text {
  margin-left: auto;
  max-width: 50%;
}

/* ==========================================================================
   Section 4
   ========================================================================== */

.section4 {
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 20px;
}

.section4 .grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  margin: 80px 0;
}

.section4 .grid-item {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 30px;
}

.section4 .grid-item .image { margin: -30px -30px 30px; }

.section4 img { max-width: 100%; }

.section4 .left-image {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 2fr;
}

.section4 .button-wrapper { margin-top: 2em; }

/* ==========================================================================
   Section 5
   ========================================================================== */

.section5-wrapper {
  background: #293345 url("../images/contact-info.jpg") center top no-repeat;
  background-size: cover;
}

.section5 {
  color: #fff;
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 20px;
}

.section5 a {
  color: #fff;
  text-decoration: none;
}

.section5 a:hover { text-decoration: underline; }

/* ==========================================================================
   Forms
   ========================================================================== */

.fm-header-title {
  font-weight: 800;
  margin-bottom: 0.75em;
}

.fm-header-description { line-height: 1.5em; }

.fm-header-bg { margin-bottom: 30px; }

.fm_empty_margin { margin-top: 0 !important; }

.fm-form-container.fm-theme1 .fm-form,
input[type="text"],
textarea { font-family: 'Montserrat', sans-serif !important; }

.fm-form-container.fm-theme1 .fm-form .button-submit {
  font: 400 18px 'Montserrat', sans-serif;
}

.iti { display: block !important; }

.fm-form .wd-flex { display: block !important; }

.fm-form .fm-header-bg { padding: 0 !important; }

.fm-form .wdform-field:not([type="type_hidden"]) { padding: 7px 0 !important; }

/* ==========================================================================
   Mobile
   ========================================================================== */

@media only screen  
and (max-width : 1599px) {

h2 { font-size: 40px; }

.top { grid-template-columns: repeat(3, max-content); }

.top .address { grid-column: 1 / span 3; }

.intro { margin-bottom: 60px; }

.section1 { background-color: rgba(249,249,249,0.7); }

.section1 .text,
.section2 .text,
.section3 .text { max-width: none; }

.section1,
.section2,
.section3,
.section4,
.section5 { padding: 60px 20px; }

.section4 .left-image {
  gap: 40px;
  grid-template-columns: auto;
}

.section4 .grid { margin: 60px 0; }

.section5 { grid-template-columns: auto; }

.banner-overlay { display: none !important; }

}

@media only screen  
and (max-width : 1023px) {

nav {
  background: url("../images/banner.jpg") center center no-repeat;
  background-size: cover;
  grid-template-columns: auto;
  margin: 0;
  padding: 40px 20px 80px;
  place-items: center;
}

.banner { display: none; }

}

@media only screen  
and (max-width : 767px) {

.intro { margin-bottom: 40px; }

.logo img { max-width: 100%; }

.top { grid-template-columns: auto; }

.top .address { grid-column: auto; }

h2 { font-size: 36px; }

h3 { font-size: 28px; }

h3 span { font-size: 18px; }

.section1,
.section2,
.section3,
.section4,
.section5 { padding: 40px 20px; }

.section4 .grid {
  grid-template-columns: auto;
  margin: 40px 0;
}

}

@media only screen  
and (max-width : 767px) {

.section1-wrapper,
.section2-wrapper,
.section3-wrapper {
  background-size: cover;
  background-position: center center;
}

}